mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 03:06:05 +09:00
Clean up the oopsie. Rebuild the blank exercises.
This commit is contained in:
+22
-19
@@ -1,27 +1,28 @@
|
||||
{
|
||||
"_from": "resolve-from@^1.0.0",
|
||||
"_id": "resolve-from@1.0.1",
|
||||
"_from": "resolve-from@^5.0.0",
|
||||
"_id": "resolve-from@5.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=",
|
||||
"_integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
||||
"_location": "/resolve-from",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "resolve-from@^1.0.0",
|
||||
"raw": "resolve-from@^5.0.0",
|
||||
"name": "resolve-from",
|
||||
"escapedName": "resolve-from",
|
||||
"rawSpec": "^1.0.0",
|
||||
"rawSpec": "^5.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
"fetchSpec": "^5.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/require-uncached"
|
||||
"/@istanbuljs/load-nyc-config",
|
||||
"/resolve-cwd"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz",
|
||||
"_shasum": "26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226",
|
||||
"_spec": "resolve-from@^1.0.0",
|
||||
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/require-uncached",
|
||||
"_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
||||
"_shasum": "c35225843df8f776df21c57557bc087e9dfdfc69",
|
||||
"_spec": "resolve-from@^5.0.0",
|
||||
"_where": "/home/michael/projects/javascript-exercises/node_modules/@istanbuljs/load-nyc-config",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -32,16 +33,18 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Resolve the path of a module like require.resolve() but from a given path",
|
||||
"description": "Resolve the path of a module like `require.resolve()` but from a given path",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
"ava": "^1.4.1",
|
||||
"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/resolve-from#readme",
|
||||
"keywords": [
|
||||
@@ -51,7 +54,7 @@
|
||||
"module",
|
||||
"from",
|
||||
"like",
|
||||
"path"
|
||||
"import"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "resolve-from",
|
||||
@@ -60,7 +63,7 @@
|
||||
"url": "git+https://github.com/sindresorhus/resolve-from.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
"version": "5.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user