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
+27 -22
View File
@@ -1,27 +1,30 @@
{
"_from": "find-up@^1.0.0",
"_id": "find-up@1.1.2",
"_from": "find-up@^4.1.0",
"_id": "find-up@4.1.0",
"_inBundle": false,
"_integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
"_integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
"_location": "/find-up",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "find-up@^1.0.0",
"raw": "find-up@^4.1.0",
"name": "find-up",
"escapedName": "find-up",
"rawSpec": "^1.0.0",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/pkg-dir"
"/@istanbuljs/load-nyc-config",
"/pkg-dir",
"/read-pkg-up",
"/yargs"
],
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
"_spec": "find-up@^1.0.0",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/pkg-dir",
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
"_shasum": "97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19",
"_spec": "find-up@^4.1.0",
"_where": "/home/michael/projects/javascript-exercises/node_modules/@istanbuljs/load-nyc-config",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -32,21 +35,24 @@
},
"bundleDependencies": false,
"dependencies": {
"path-exists": "^2.0.0",
"pinkie-promise": "^2.0.0"
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"deprecated": false,
"description": "Find a file by walking up parent directories",
"description": "Find a file or directory by walking up parent directories",
"devDependencies": {
"ava": "*",
"tempfile": "^1.1.1",
"xo": "*"
"ava": "^2.1.0",
"is-path-inside": "^2.1.0",
"tempy": "^0.3.0",
"tsd": "^0.7.3",
"xo": "^0.24.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=8"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/find-up#readme",
"keywords": [
@@ -65,7 +71,6 @@
"parents",
"folder",
"directory",
"dir",
"walk",
"walking",
"path"
@@ -77,7 +82,7 @@
"url": "git+https://github.com/sindresorhus/find-up.git"
},
"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"version": "1.1.2"
"version": "4.1.0"
}