2020-03-07 11:45:40 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"eslint-module-utils@2.5.2",
|
2020-03-31 20:40:00 +08:00
|
|
|
"."
|
2020-03-22 05:13:25 +08:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"_development": true,
|
|
|
|
"_from": "eslint-module-utils@2.5.2",
|
|
|
|
"_id": "eslint-module-utils@2.5.2",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==",
|
|
|
|
"_location": "/eslint-module-utils",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "eslint-module-utils@2.5.2",
|
|
|
|
"name": "eslint-module-utils",
|
|
|
|
"escapedName": "eslint-module-utils",
|
|
|
|
"rawSpec": "2.5.2",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "2.5.2"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/eslint-plugin-import"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz",
|
|
|
|
"_spec": "2.5.2",
|
2020-03-31 20:40:00 +08:00
|
|
|
"_where": ".",
|
2020-03-22 05:13:25 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Ben Mosher",
|
|
|
|
"email": "me@benmosher.com"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"debug": "^2.6.9",
|
|
|
|
"pkg-dir": "^2.0.0"
|
|
|
|
},
|
2020-03-07 11:45:40 +08:00
|
|
|
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
|
2020-03-07 11:45:40 +08:00
|
|
|
"keywords": [
|
|
|
|
"eslint-plugin-import",
|
|
|
|
"eslint",
|
|
|
|
"modules",
|
|
|
|
"esmodules"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2020-03-22 05:13:25 +08:00
|
|
|
"name": "eslint-module-utils",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"scripts": {
|
|
|
|
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"version": "2.5.2"
|
2020-03-07 11:45:40 +08:00
|
|
|
}
|