63 lines
1.8 KiB
JSON
Executable file
63 lines
1.8 KiB
JSON
Executable file
{
|
|
"_from": "eslint-module-utils@^2.6.0",
|
|
"_id": "eslint-module-utils@2.7.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==",
|
|
"_location": "/eslint-module-utils",
|
|
"_phantomChildren": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eslint-module-utils@^2.6.0",
|
|
"name": "eslint-module-utils",
|
|
"escapedName": "eslint-module-utils",
|
|
"rawSpec": "^2.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-import"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz",
|
|
"_shasum": "b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c",
|
|
"_spec": "eslint-module-utils@^2.6.0",
|
|
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/eslint-plugin-import",
|
|
"author": {
|
|
"name": "Ben Mosher",
|
|
"email": "me@benmosher.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/import-js/eslint-plugin-import/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"find-up": "^2.1.0",
|
|
"pkg-dir": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"homepage": "https://github.com/import-js/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/import-js/eslint-plugin-import.git"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "2.7.1"
|
|
}
|