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
+10 -18
View File
@@ -1,8 +1,8 @@
{
"_from": "esutils@^2.0.2",
"_id": "esutils@2.0.2",
"_id": "esutils@2.0.3",
"_inBundle": false,
"_integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
"_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
"_location": "/esutils",
"_phantomChildren": {},
"_requested": {
@@ -16,15 +16,12 @@
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/babel-code-frame",
"/doctrine",
"/eslint",
"/eslint-plugin-import/doctrine"
"/escodegen"
],
"_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
"_shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
"_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
"_shasum": "74d2eb4de0b8da1293711910d50775b9b710ef64",
"_spec": "esutils@^2.0.2",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint",
"_where": "/home/michael/projects/javascript-exercises/node_modules/escodegen",
"bugs": {
"url": "https://github.com/estools/esutils/issues"
},
@@ -36,8 +33,8 @@
"coffee-script": "~1.6.3",
"jshint": "2.6.3",
"mocha": "~2.2.1",
"regenerate": "~1.2.1",
"unicode-7.0.0": "^0.1.5"
"regenerate": "~1.3.1",
"unicode-9.0.0": "~0.7.0"
},
"directories": {
"lib": "./lib"
@@ -51,12 +48,7 @@
"lib"
],
"homepage": "https://github.com/estools/esutils",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
}
],
"license": "BSD-2-Clause",
"main": "lib/utils.js",
"maintainers": [
{
@@ -76,5 +68,5 @@
"test": "npm run-script lint && npm run-script unit-test",
"unit-test": "mocha --compilers coffee:coffee-script -R spec"
},
"version": "2.0.2"
"version": "2.0.3"
}