You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.0 KiB
69 lines
2.0 KiB
{
|
|
"_from": "eslint-import-resolver-node@^0.3.9",
|
|
"_id": "eslint-import-resolver-node@0.3.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
|
|
"_location": "/eslint-import-resolver-node",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eslint-import-resolver-node@^0.3.9",
|
|
"name": "eslint-import-resolver-node",
|
|
"escapedName": "eslint-import-resolver-node",
|
|
"rawSpec": "^0.3.9",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.9"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-import"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
|
|
"_shasum": "d4eaac52b8a2e7c3cd1903eb00f7e053356118ac",
|
|
"_spec": "eslint-import-resolver-node@^0.3.9",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\eslint-plugin-import",
|
|
"author": {
|
|
"name": "Ben Mosher",
|
|
"url": "me@benmosher.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/import-js/eslint-plugin-import/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.13.0",
|
|
"resolve": "^1.22.4"
|
|
},
|
|
"deprecated": false,
|
|
"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.9"
|
|
}
|
|
|