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
+22 -20
View File
@@ -1,27 +1,27 @@
{
"_from": "pkg-dir@^1.0.0",
"_id": "pkg-dir@1.0.0",
"_from": "pkg-dir@^4.2.0",
"_id": "pkg-dir@4.2.0",
"_inBundle": false,
"_integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=",
"_integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
"_location": "/pkg-dir",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pkg-dir@^1.0.0",
"raw": "pkg-dir@^4.2.0",
"name": "pkg-dir",
"escapedName": "pkg-dir",
"rawSpec": "^1.0.0",
"rawSpec": "^4.2.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^4.2.0"
},
"_requiredBy": [
"/eslint-module-utils"
"/import-local"
],
"_resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz",
"_shasum": "7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4",
"_spec": "pkg-dir@^1.0.0",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint-module-utils",
"_resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
"_shasum": "f099133df7ede422e81d1d8448270eeb3e4261f3",
"_spec": "pkg-dir@^4.2.0",
"_where": "/home/michael/projects/javascript-exercises/node_modules/import-local",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -32,19 +32,22 @@
},
"bundleDependencies": false,
"dependencies": {
"find-up": "^1.0.0"
"find-up": "^4.0.0"
},
"deprecated": false,
"description": "Find the root directory of a npm package",
"description": "Find the root directory of a Node.js project or npm package",
"devDependencies": {
"ava": "*",
"xo": "*"
"ava": "^1.4.1",
"tempy": "^0.3.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=8"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/pkg-dir#readme",
"keywords": [
@@ -62,7 +65,6 @@
"file",
"search",
"match",
"package",
"resolve",
"parent",
"parents",
@@ -80,7 +82,7 @@
"url": "git+https://github.com/sindresorhus/pkg-dir.git"
},
"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"version": "1.0.0"
"version": "4.2.0"
}