Clean up the oopsie. Rebuild the blank exercises.

This commit is contained in:
Michael Frank
2021-05-09 00:39:21 +12:00
parent b984cb4c6f
commit d28d80c46f
1565 changed files with 27186 additions and 199003 deletions
+25 -21
View File
@@ -1,29 +1,31 @@
{
"_from": "strip-ansi@^4.0.0",
"_id": "strip-ansi@4.0.0",
"_from": "strip-ansi@^6.0.0",
"_id": "strip-ansi@6.0.0",
"_inBundle": false,
"_integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
"_integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
"_location": "/strip-ansi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "strip-ansi@^4.0.0",
"raw": "strip-ansi@^6.0.0",
"name": "strip-ansi",
"escapedName": "strip-ansi",
"rawSpec": "^4.0.0",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/eslint",
"/inquirer",
"/string-width"
"/@jest/core",
"/cliui",
"/string-length",
"/string-width",
"/wrap-ansi"
],
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
"_shasum": "a8479022eb1ac368a871389b635262c505ee368f",
"_spec": "strip-ansi@^4.0.0",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint",
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
"_shasum": "0b1571dd7669ccd4f3e06e14ef1eed26225ae532",
"_spec": "strip-ansi@^6.0.0",
"_where": "/home/michael/projects/javascript-exercises/node_modules/@jest/core",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -34,19 +36,21 @@
},
"bundleDependencies": false,
"dependencies": {
"ansi-regex": "^3.0.0"
"ansi-regex": "^5.0.0"
},
"deprecated": false,
"description": "Strip ANSI escape codes",
"description": "Strip ANSI escape codes from a string",
"devDependencies": {
"ava": "*",
"xo": "*"
"ava": "^2.4.0",
"tsd": "^0.10.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=4"
"node": ">=8"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/chalk/strip-ansi#readme",
"keywords": [
@@ -80,7 +84,7 @@
"url": "git+https://github.com/chalk/strip-ansi.git"
},
"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"version": "4.0.0"
"version": "6.0.0"
}