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
+35 -23
View File
@@ -1,50 +1,58 @@
{
"_from": "resolve@^1.2.0",
"_id": "resolve@1.5.0",
"_from": "resolve@^1.18.1",
"_id": "resolve@1.20.0",
"_inBundle": false,
"_integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==",
"_integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "resolve@^1.2.0",
"raw": "resolve@^1.18.1",
"name": "resolve",
"escapedName": "resolve",
"rawSpec": "^1.2.0",
"rawSpec": "^1.18.1",
"saveSpec": null,
"fetchSpec": "^1.2.0"
"fetchSpec": "^1.18.1"
},
"_requiredBy": [
"/eslint-import-resolver-node"
"/jest-resolve",
"/normalize-package-data"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz",
"_shasum": "1f09acce796c9a762579f31b2c1cc4c3cddf9f36",
"_spec": "resolve@^1.2.0",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint-import-resolver-node",
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
"_shasum": "629a013fb3f70755d6f0b7935cc1c2c5378b1975",
"_spec": "resolve@^1.18.1",
"_where": "/home/michael/projects/javascript-exercises/node_modules/jest-resolve",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/browserify/node-resolve/issues"
"url": "https://github.com/browserify/resolve/issues"
},
"bundleDependencies": false,
"dependencies": {
"path-parse": "^1.0.5"
"is-core-module": "^2.2.0",
"path-parse": "^1.0.6"
},
"deprecated": false,
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"eslint": "^4.9.0",
"object-keys": "^1.0.11",
"safe-publish-latest": "^1.1.1",
"@ljharb/eslint-config": "^17.5.1",
"array.prototype.map": "^1.0.3",
"aud": "^1.1.4",
"eclint": "^2.8.1",
"eslint": "^7.19.0",
"object-keys": "^1.1.1",
"safe-publish-latest": "^1.1.4",
"tap": "0.4.13",
"tape": "^4.8.0"
"tape": "^5.1.1"
},
"homepage": "https://github.com/browserify/node-resolve#readme",
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/browserify/resolve#readme",
"keywords": [
"resolve",
"require",
@@ -56,14 +64,18 @@
"name": "resolve",
"repository": {
"type": "git",
"url": "git://github.com/browserify/node-resolve.git"
"url": "git://github.com/browserify/resolve.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "safe-publish-latest",
"lint": "eslint --ext=js,mjs .",
"posttest": "npm run test:multirepo && aud --production",
"prelint": "eclint check '**/*'",
"prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
"pretest": "npm run lint",
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
"test": "npm run --silent tests-only",
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
"tests-only": "tape test/*.js"
},
"version": "1.5.0"
"version": "1.20.0"
}