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
+18 -15
View File
@@ -1,27 +1,27 @@
{
"_from": "js-yaml@^3.9.1",
"_id": "js-yaml@3.10.0",
"_from": "js-yaml@^3.13.1",
"_id": "js-yaml@3.14.1",
"_inBundle": false,
"_integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==",
"_integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
"_location": "/js-yaml",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js-yaml@^3.9.1",
"raw": "js-yaml@^3.13.1",
"name": "js-yaml",
"escapedName": "js-yaml",
"rawSpec": "^3.9.1",
"rawSpec": "^3.13.1",
"saveSpec": null,
"fetchSpec": "^3.9.1"
"fetchSpec": "^3.13.1"
},
"_requiredBy": [
"/eslint"
"/@istanbuljs/load-nyc-config"
],
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz",
"_shasum": "2e78441646bd4682e963f22b6e92823c309c62dc",
"_spec": "js-yaml@^3.9.1",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint",
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
"_shasum": "dae812fdb3825fa306609a8717383c50c36a0537",
"_spec": "js-yaml@^3.13.1",
"_where": "/home/michael/projects/javascript-exercises/node_modules/@istanbuljs/load-nyc-config",
"author": {
"name": "Vladimir Zapparov",
"email": "dervus.grim@gmail.com"
@@ -59,11 +59,12 @@
"devDependencies": {
"ansi": "^0.3.1",
"benchmark": "^2.1.4",
"browserify": "^14.3.0",
"browserify": "^16.2.2",
"codemirror": "^5.13.4",
"eslint": "^4.1.1",
"eslint": "^7.0.0",
"fast-check": "^1.24.2",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"mocha": "^7.1.2",
"uglify-js": "^3.0.1"
},
"files": [
@@ -73,6 +74,7 @@
"dist/"
],
"homepage": "https://github.com/nodeca/js-yaml",
"jsdelivr": "dist/js-yaml.min.js",
"keywords": [
"yaml",
"parser",
@@ -88,5 +90,6 @@
"scripts": {
"test": "make test"
},
"version": "3.10.0"
"unpkg": "dist/js-yaml.min.js",
"version": "3.14.1"
}