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.
75 lines
2.3 KiB
75 lines
2.3 KiB
{ |
|
"_from": "eslint-import-resolver-node@^0.3.3", |
|
"_id": "eslint-import-resolver-node@0.3.4", |
|
"_inBundle": false, |
|
"_integrity": "sha1-hf+oGULCUBLYIxCW3fZ5wDBCxxc=", |
|
"_location": "/eslint-import-resolver-node", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "eslint-import-resolver-node@^0.3.3", |
|
"name": "eslint-import-resolver-node", |
|
"escapedName": "eslint-import-resolver-node", |
|
"rawSpec": "^0.3.3", |
|
"saveSpec": null, |
|
"fetchSpec": "^0.3.3" |
|
}, |
|
"_requiredBy": [ |
|
"/eslint-plugin-import" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.4.tgz?cache=0&sync_timestamp=1592328808853&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-import-resolver-node%2Fdownload%2Feslint-import-resolver-node-0.3.4.tgz", |
|
"_shasum": "85ffa81942c25012d8231096ddf679c03042c717", |
|
"_spec": "eslint-import-resolver-node@^0.3.3", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks/node_modules/eslint-plugin-import", |
|
"author": { |
|
"name": "Ben Mosher", |
|
"url": "me@benmosher.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/benmosher/eslint-plugin-import/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"debug": "^2.6.9", |
|
"resolve": "^1.13.1" |
|
}, |
|
"deprecated": false, |
|
"description": "Node default behavior import resolution plugin for eslint-plugin-import.", |
|
"devDependencies": { |
|
"chai": "^3.5.0", |
|
"coveralls": "^3.0.0", |
|
"mocha": "^3.5.3", |
|
"nyc": "^11.7.1" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/benmosher/eslint-plugin-import", |
|
"keywords": [ |
|
"eslint", |
|
"eslintplugin", |
|
"esnext", |
|
"modules", |
|
"eslint-plugin-import" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "eslint-import-resolver-node", |
|
"nyc": { |
|
"exclude": [ |
|
"test/" |
|
] |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/benmosher/eslint-plugin-import.git" |
|
}, |
|
"scripts": { |
|
"coveralls": "nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info", |
|
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./", |
|
"test": "npm run tests-only", |
|
"tests-only": "nyc mocha" |
|
}, |
|
"version": "0.3.4" |
|
}
|
|
|