mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 11:16:09 +09:00
Clean up the oopsie. Rebuild the blank exercises.
This commit is contained in:
+17
-21
@@ -1,33 +1,31 @@
|
||||
{
|
||||
"_from": "lodash@^4.17.4",
|
||||
"_id": "lodash@4.17.4",
|
||||
"_from": "lodash@^4.7.0",
|
||||
"_id": "lodash@4.17.21",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
|
||||
"_integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
||||
"_location": "/lodash",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "lodash@^4.17.4",
|
||||
"raw": "lodash@^4.7.0",
|
||||
"name": "lodash",
|
||||
"escapedName": "lodash",
|
||||
"rawSpec": "^4.17.4",
|
||||
"rawSpec": "^4.7.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.17.4"
|
||||
"fetchSpec": "^4.7.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint",
|
||||
"/inquirer",
|
||||
"/table"
|
||||
"/request-promise-core",
|
||||
"/whatwg-url"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
|
||||
"_shasum": "78203a4d1c328ae1d86dca6460e369b57f4055ae",
|
||||
"_spec": "lodash@^4.17.4",
|
||||
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint",
|
||||
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||
"_shasum": "679591c564c3bffaae8454cf0b3df370c3d6911c",
|
||||
"_spec": "lodash@^4.7.0",
|
||||
"_where": "/home/michael/projects/javascript-exercises/node_modules/whatwg-url",
|
||||
"author": {
|
||||
"name": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com",
|
||||
"url": "http://allyoucanleet.com/"
|
||||
"email": "john.david.dalton@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lodash/lodash/issues"
|
||||
@@ -36,13 +34,11 @@
|
||||
"contributors": [
|
||||
{
|
||||
"name": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com",
|
||||
"url": "http://allyoucanleet.com/"
|
||||
"email": "john.david.dalton@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Mathias Bynens",
|
||||
"email": "mathias@qiwi.be",
|
||||
"url": "https://mathiasbynens.be/"
|
||||
"email": "mathias@qiwi.be"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
@@ -62,7 +58,7 @@
|
||||
"url": "git+https://github.com/lodash/lodash.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
|
||||
"test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
|
||||
},
|
||||
"version": "4.17.4"
|
||||
"version": "4.17.21"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user