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:
+7
-9
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"_from": "escape-string-regexp@^1.0.2",
|
||||
"_from": "escape-string-regexp@^1.0.5",
|
||||
"_id": "escape-string-regexp@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
||||
@@ -8,22 +8,20 @@
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "escape-string-regexp@^1.0.2",
|
||||
"raw": "escape-string-regexp@^1.0.5",
|
||||
"name": "escape-string-regexp",
|
||||
"escapedName": "escape-string-regexp",
|
||||
"rawSpec": "^1.0.2",
|
||||
"rawSpec": "^1.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.2"
|
||||
"fetchSpec": "^1.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-code-frame/chalk",
|
||||
"/chalk",
|
||||
"/figures"
|
||||
"/@babel/highlight/chalk"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
||||
"_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
|
||||
"_spec": "escape-string-regexp@^1.0.2",
|
||||
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/babel-code-frame/node_modules/chalk",
|
||||
"_spec": "escape-string-regexp@^1.0.5",
|
||||
"_where": "/home/michael/projects/javascript-exercises/node_modules/@babel/highlight/node_modules/chalk",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
|
||||
Reference in New Issue
Block a user