mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 11:16:09 +09:00
remove timer and simon
This commit is contained in:
+61
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"_from": "eslint-module-utils@^2.1.1",
|
||||
"_id": "eslint-module-utils@2.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jDI/X5l/6D1rRD/3T43q8Qgbls2nq5km5KSqiwlyUbGo5+04fXhMKdCPhjwbqAa6HXWaMxj8Q4hQDIh7IadJQw==",
|
||||
"_location": "/eslint-module-utils",
|
||||
"_phantomChildren": {
|
||||
"ms": "2.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "eslint-module-utils@^2.1.1",
|
||||
"name": "eslint-module-utils",
|
||||
"escapedName": "eslint-module-utils",
|
||||
"rawSpec": "^2.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-plugin-import"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz",
|
||||
"_shasum": "abaec824177613b8a95b299639e1b6facf473449",
|
||||
"_spec": "eslint-module-utils@^2.1.1",
|
||||
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint-plugin-import",
|
||||
"author": {
|
||||
"name": "Ben Mosher",
|
||||
"email": "me@benmosher.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"debug": "^2.6.8",
|
||||
"pkg-dir": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
|
||||
"keywords": [
|
||||
"eslint-plugin-import",
|
||||
"eslint",
|
||||
"modules",
|
||||
"esmodules"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "eslint-module-utils",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "2.1.1"
|
||||
}
|
||||
Reference in New Issue
Block a user