{ "_from": "eslint-plugin-import@>=2.18.0", "_id": "eslint-plugin-import@2.22.0", "_inBundle": false, "_integrity": "sha1-kvdzb+H94+Led2I8g43Zkv9f+34=", "_location": "/eslint-plugin-import", "_phantomChildren": { "esutils": "2.0.3", "isarray": "1.0.0" }, "_requested": { "type": "range", "registry": true, "raw": "eslint-plugin-import@>=2.18.0", "name": "eslint-plugin-import", "escapedName": "eslint-plugin-import", "rawSpec": ">=2.18.0", "saveSpec": null, "fetchSpec": ">=2.18.0" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npm.taobao.org/eslint-plugin-import/download/eslint-plugin-import-2.22.0.tgz?cache=0&sync_timestamp=1593237350014&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-import%2Fdownload%2Feslint-plugin-import-2.22.0.tgz", "_shasum": "92f7736fe1fde3e2de77623c838dd992ff5ffb7e", "_spec": "eslint-plugin-import@>=2.18.0", "_where": "/home/alvis/Projects/chrome-extension-syncmarks", "author": { "name": "Ben Mosher", "email": "me@benmosher.com" }, "bugs": { "url": "https://github.com/benmosher/eslint-plugin-import/issues" }, "bundleDependencies": false, "dependencies": { "array-includes": "^3.1.1", "array.prototype.flat": "^1.2.3", "contains-path": "^0.1.0", "debug": "^2.6.9", "doctrine": "1.5.0", "eslint-import-resolver-node": "^0.3.3", "eslint-module-utils": "^2.6.0", "has": "^1.0.3", "minimatch": "^3.0.4", "object.values": "^1.1.1", "read-pkg-up": "^2.0.0", "resolve": "^1.17.0", "tsconfig-paths": "^3.9.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": "^2.23.0 || ^3.3.0", "array.prototype.flatmap": "^1.2.3", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-plugin-istanbul": "^4.1.6", "babel-plugin-module-resolver": "^2.7.1", "babel-preset-es2015-argon": "latest", "babel-preset-flow": "^6.23.0", "babel-register": "^6.26.0", "babylon": "^6.18.0", "chai": "^4.2.0", "coveralls": "^3.0.6", "cross-env": "^4.0.0", "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0", "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", "eslint-plugin-json": "^2.1.1", "fs-copy-file-sync": "^1.1.1", "glob": "^7.1.6", "in-publish": "^2.0.1", "linklocal": "^2.8.2", "lodash.isarray": "^4.0.0", "mocha": "^3.5.3", "npm-which": "^3.0.1", "nyc": "^11.9.0", "redux": "^3.7.2", "rimraf": "^2.7.1", "semver": "^6.3.0", "sinon": "^2.4.1", "typescript": "~3.9.5", "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 || ^3 || ^4 || ^5 || ^6 || ^7.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/benmosher/eslint-plugin-import.git" }, "scripts": { "build": "babel --quiet --out-dir lib src", "copy-metafiles": "node --require babel-register ./scripts/copyMetafiles", "coveralls": "nyc report --reporter lcovonly && coveralls < ./coverage/lcov.info", "mocha": "cross-env BABEL_ENV=test nyc -s mocha", "postbuild": "npm run copy-metafiles", "posttest": "eslint .", "prebuild": "rimraf lib", "prepublish": "not-in-publish || npm run build", "pretest": "linklocal", "test": "npm run tests-only", "test-all": "node --require babel-register ./scripts/testAll", "test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src", "tests-only": "npm run mocha tests/src", "watch": "npm run tests-only -- -- --watch" }, "version": "2.22.0" }