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.
 
 
 

151 lines
4.5 KiB

{
"_from": "eslint-plugin-import@2.20.1",
"_id": "eslint-plugin-import@2.20.1",
"_inBundle": false,
"_integrity": "sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==",
"_location": "/eslint-plugin-import",
"_phantomChildren": {
"error-ex": "1.3.2",
"esutils": "2.0.3",
"graceful-fs": "4.2.4",
"isarray": "1.0.0",
"normalize-package-data": "2.5.0",
"path-exists": "3.0.0",
"strip-bom": "3.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-import@2.20.1",
"name": "eslint-plugin-import",
"escapedName": "eslint-plugin-import",
"rawSpec": "2.20.1",
"saveSpec": null,
"fetchSpec": "2.20.1"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz",
"_shasum": "802423196dcb11d9ce8435a5fc02a6d3b46939b3",
"_spec": "eslint-plugin-import@2.20.1",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\react-scripts",
"author": {
"name": "Ben Mosher",
"email": "me@benmosher.com"
},
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-includes": "^3.0.3",
"array.prototype.flat": "^1.2.1",
"contains-path": "^0.1.0",
"debug": "^2.6.9",
"doctrine": "1.5.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-module-utils": "^2.4.1",
"has": "^1.0.3",
"minimatch": "^3.0.4",
"object.values": "^1.1.0",
"read-pkg-up": "^2.0.0",
"resolve": "^1.12.0"
},
"deprecated": false,
"description": "Import with sanity.",
"devDependencies": {
"@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
"@test-scope/some-module": "file:./tests/files/symlinked-module",
"@typescript-eslint/parser": "1.10.3-alpha.13",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-es2015-argon": "latest",
"babel-register": "^6.26.0",
"babylon": "^6.18.0",
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"cross-env": "^4.0.0",
"eslint": "2.x - 6.x",
"eslint-import-resolver-node": "file:./resolvers/node",
"eslint-import-resolver-typescript": "^1.0.2",
"eslint-import-resolver-webpack": "file:./resolvers/webpack",
"eslint-import-test-order-redirect": "file:./tests/files/order-redirect",
"eslint-module-utils": "file:./utils",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-import": "2.x",
"linklocal": "^2.8.2",
"mocha": "^3.5.3",
"nyc": "^11.9.0",
"redux": "^3.7.2",
"rimraf": "^2.7.1",
"semver": "^6.3.0",
"sinon": "^2.4.1",
"typescript": "~3.2.2",
"typescript-eslint-parser": "^22.0.0"
},
"directories": {
"test": "tests"
},
"engines": {
"node": ">=4"
},
"files": [
"*.md",
"LICENSE",
"docs",
"lib",
"config",
"memo-parser/{*.js,LICENSE,*.md}"
],
"homepage": "https://github.com/benmosher/eslint-plugin-import",
"keywords": [
"eslint",
"eslintplugin",
"es6",
"jsnext",
"modules",
"import",
"export"
],
"license": "MIT",
"main": "lib/index.js",
"name": "eslint-plugin-import",
"nyc": {
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false,
"include": [
"src/",
"resolvers/"
]
},
"peerDependencies": {
"eslint": "2.x - 6.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
},
"scripts": {
"build": "babel --quiet --out-dir lib src",
"copy-metafiles": "for DIR in memo-parser resolvers/node resolvers/webpack utils; do cp LICENSE .npmrc \"${DIR}/\"; done",
"coveralls": "nyc report --reporter lcovonly && cat ./coverage/lcov.info | coveralls",
"mocha": "cross-env BABEL_ENV=test NODE_PATH=./src nyc -s mocha -R dot --recursive -t 5s",
"postbuild": "npm run copy-metafiles",
"posttest": "eslint .",
"prebuild": "rimraf lib",
"prepublish": "npm run build",
"pretest": "linklocal",
"test": "npm run tests-only",
"test-all": "npm test && for resolver in ./resolvers/*; do cd $resolver && npm test && cd ../..; done",
"test-compiled": "npm run prepublish && NODE_PATH=./lib mocha --compilers js:babel-register --recursive tests/src",
"tests-only": "npm run mocha tests/src",
"watch": "npm run mocha -- --watch tests/src"
},
"version": "2.20.1"
}