74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-import-resolver-node@0.3.7",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-import-resolver-node@0.3.7",
|
|
"_id": "eslint-import-resolver-node@0.3.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
|
|
"_location": "/eslint-import-resolver-node",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-import-resolver-node@0.3.7",
|
|
"name": "eslint-import-resolver-node",
|
|
"escapedName": "eslint-import-resolver-node",
|
|
"rawSpec": "0.3.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-import"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
|
|
"_spec": "0.3.7",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Ben Mosher",
|
|
"url": "me@benmosher.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/import-js/eslint-plugin-import/issues"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.11.0",
|
|
"resolve": "^1.22.1"
|
|
},
|
|
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"mocha": "^3.5.3",
|
|
"nyc": "^11.9.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/import-js/eslint-plugin-import",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"esnext",
|
|
"modules",
|
|
"eslint-plugin-import"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "eslint-import-resolver-node",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
|
|
"test": "npm run tests-only",
|
|
"tests-only": "nyc mocha"
|
|
},
|
|
"version": "0.3.7"
|
|
}
|