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
+17 -17
View File
@@ -1,27 +1,27 @@
{
"_from": "optionator@^0.8.2",
"_id": "optionator@0.8.2",
"_from": "optionator@^0.8.1",
"_id": "optionator@0.8.3",
"_inBundle": false,
"_integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
"_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
"_location": "/optionator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "optionator@^0.8.2",
"raw": "optionator@^0.8.1",
"name": "optionator",
"escapedName": "optionator",
"rawSpec": "^0.8.2",
"rawSpec": "^0.8.1",
"saveSpec": null,
"fetchSpec": "^0.8.2"
"fetchSpec": "^0.8.1"
},
"_requiredBy": [
"/eslint"
"/escodegen"
],
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
"_shasum": "364c5e409d3f4d6301d6c0b4c05bba50180aeb64",
"_spec": "optionator@^0.8.2",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint",
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
"_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
"_spec": "optionator@^0.8.1",
"_where": "/home/michael/projects/javascript-exercises/node_modules/escodegen",
"author": {
"name": "George Zahariev",
"email": "z@georgezahariev.com"
@@ -32,18 +32,18 @@
"bundleDependencies": false,
"dependencies": {
"deep-is": "~0.1.3",
"fast-levenshtein": "~2.0.4",
"fast-levenshtein": "~2.0.6",
"levn": "~0.3.0",
"prelude-ls": "~1.1.2",
"type-check": "~0.3.2",
"wordwrap": "~1.0.0"
"word-wrap": "~1.2.3"
},
"deprecated": false,
"description": "option parsing and help generation",
"devDependencies": {
"istanbul": "~0.4.1",
"livescript": "~1.5.0",
"mocha": "~3.0.2"
"istanbul": "~0.4.5",
"livescript": "~1.6.0",
"mocha": "~6.2.2"
},
"engines": {
"node": ">= 0.8.0"
@@ -70,5 +70,5 @@
"scripts": {
"test": "make test"
},
"version": "0.8.2"
"version": "0.8.3"
}