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 -29
View File
@@ -1,29 +1,27 @@
{
"_from": "read-pkg-up@^2.0.0",
"_id": "read-pkg-up@2.0.0",
"_from": "read-pkg-up@^7.0.1",
"_id": "read-pkg-up@7.0.1",
"_inBundle": false,
"_integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
"_integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
"_location": "/read-pkg-up",
"_phantomChildren": {
"locate-path": "2.0.0"
},
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "read-pkg-up@^2.0.0",
"raw": "read-pkg-up@^7.0.1",
"name": "read-pkg-up",
"escapedName": "read-pkg-up",
"rawSpec": "^2.0.0",
"rawSpec": "^7.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "^7.0.1"
},
"_requiredBy": [
"/eslint-plugin-import"
"/jest-resolve"
],
"_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
"_shasum": "6b72a8048984e0c41e79510fd5e9fa99b3b549be",
"_spec": "read-pkg-up@^2.0.0",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint-plugin-import",
"_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
"_shasum": "f3a6135758459733ae2b95638056e1854e7ef507",
"_spec": "read-pkg-up@^7.0.1",
"_where": "/home/michael/projects/javascript-exercises/node_modules/jest-resolve",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -34,21 +32,25 @@
},
"bundleDependencies": false,
"dependencies": {
"find-up": "^2.0.0",
"read-pkg": "^2.0.0"
"find-up": "^4.1.0",
"read-pkg": "^5.2.0",
"type-fest": "^0.8.1"
},
"deprecated": false,
"description": "Read the closest package.json file",
"devDependencies": {
"ava": "*",
"xo": "*"
"ava": "^2.4.0",
"tsd": "^0.9.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=4"
"node": ">=8"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
"keywords": [
"json",
@@ -58,7 +60,6 @@
"fs",
"graceful",
"load",
"pkg",
"package",
"find",
"up",
@@ -66,16 +67,13 @@
"findup",
"look-up",
"look",
"file",
"search",
"match",
"package",
"resolve",
"parent",
"parents",
"folder",
"directory",
"dir",
"walk",
"walking",
"path"
@@ -87,10 +85,7 @@
"url": "git+https://github.com/sindresorhus/read-pkg-up.git"
},
"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"version": "2.0.0",
"xo": {
"esnext": true
}
"version": "7.0.1"
}