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
+24 -25
View File
@@ -1,52 +1,57 @@
{
"_from": "parse-json@^2.2.0",
"_id": "parse-json@2.2.0",
"_from": "parse-json@^5.0.0",
"_id": "parse-json@5.2.0",
"_inBundle": false,
"_integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"_integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
"_location": "/parse-json",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parse-json@^2.2.0",
"raw": "parse-json@^5.0.0",
"name": "parse-json",
"escapedName": "parse-json",
"rawSpec": "^2.2.0",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/load-json-file"
"/read-pkg"
],
"_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"_shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
"_spec": "parse-json@^2.2.0",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/load-json-file",
"_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
"_shasum": "c76fc66dee54231c962b22bcc8a72cf2f99753cd",
"_spec": "parse-json@^5.0.0",
"_where": "/home/michael/projects/javascript-exercises/node_modules/read-pkg",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/parse-json/issues"
},
"bundleDependencies": false,
"dependencies": {
"error-ex": "^1.2.0"
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
"json-parse-even-better-errors": "^2.3.0",
"lines-and-columns": "^1.1.6"
},
"deprecated": false,
"description": "Parse JSON with more helpful errors",
"devDependencies": {
"ava": "0.0.4",
"xo": "*"
"ava": "^1.4.1",
"nyc": "^14.1.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=8"
},
"files": [
"index.js",
"vendor"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/parse-json#readme",
"keywords": [
"parse",
@@ -57,8 +62,7 @@
"humanize",
"friendly",
"helpful",
"string",
"str"
"string"
],
"license": "MIT",
"name": "parse-json",
@@ -67,12 +71,7 @@
"url": "git+https://github.com/sindresorhus/parse-json.git"
},
"scripts": {
"test": "xo && node test.js"
"test": "xo && nyc ava"
},
"version": "2.2.0",
"xo": {
"ignores": [
"vendor/**"
]
}
"version": "5.2.0"
}