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
+14 -14
View File
@@ -1,27 +1,27 @@
{
"_from": "normalize-package-data@^2.3.2",
"_id": "normalize-package-data@2.4.0",
"_from": "normalize-package-data@^2.5.0",
"_id": "normalize-package-data@2.5.0",
"_inBundle": false,
"_integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
"_integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
"_location": "/normalize-package-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "normalize-package-data@^2.3.2",
"raw": "normalize-package-data@^2.5.0",
"name": "normalize-package-data",
"escapedName": "normalize-package-data",
"rawSpec": "^2.3.2",
"rawSpec": "^2.5.0",
"saveSpec": null,
"fetchSpec": "^2.3.2"
"fetchSpec": "^2.5.0"
},
"_requiredBy": [
"/read-pkg"
],
"_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
"_shasum": "12f95a307d58352075a04907b84ac8be98ac012f",
"_spec": "normalize-package-data@^2.3.2",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/read-pkg",
"_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
"_shasum": "e66db1838b200c1dfc233225d12cb36520e234a8",
"_spec": "normalize-package-data@^2.5.0",
"_where": "/home/michael/projects/javascript-exercises/node_modules/read-pkg",
"author": {
"name": "Meryn Stol",
"email": "merynstol@gmail.com"
@@ -46,15 +46,15 @@
],
"dependencies": {
"hosted-git-info": "^2.1.4",
"is-builtin-module": "^1.0.0",
"resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
},
"deprecated": false,
"description": "Normalizes data that can be found in package.json files.",
"devDependencies": {
"async": "^1.5.0",
"tap": "^2.2.0",
"async": "^2.6.1",
"tap": "^12.4.0",
"underscore": "^1.8.3"
},
"files": [
@@ -73,5 +73,5 @@
"scripts": {
"test": "tap test/*.js"
},
"version": "2.4.0"
"version": "2.5.0"
}