132 lines
4.0 KiB
JSON
132 lines
4.0 KiB
JSON
|
{
|
||
|
"_from": "eslint-plugin-import",
|
||
|
"_id": "eslint-plugin-import@2.8.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-Rf7dfKJxZ16QuTgVv1OYNxkZcsu/hULFnC+e+w0Gzi6jMC3guQoWQgxYxc54IDRinlb6/0v5z/PxxIKmVctN+g==",
|
||
|
"_location": "/eslint-plugin-import",
|
||
|
"_phantomChildren": {
|
||
|
"esutils": "2.0.2",
|
||
|
"isarray": "1.0.0",
|
||
|
"ms": "2.0.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "eslint-plugin-import",
|
||
|
"name": "eslint-plugin-import",
|
||
|
"escapedName": "eslint-plugin-import",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#DEV:/",
|
||
|
"#USER"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz",
|
||
|
"_shasum": "fa1b6ef31fcb3c501c09859c1b86f1fc5b986894",
|
||
|
"_spec": "eslint-plugin-import",
|
||
|
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises",
|
||
|
"author": {
|
||
|
"name": "Ben Mosher",
|
||
|
"email": "me@benmosher.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"builtin-modules": "^1.1.1",
|
||
|
"contains-path": "^0.1.0",
|
||
|
"debug": "^2.6.8",
|
||
|
"doctrine": "1.5.0",
|
||
|
"eslint-import-resolver-node": "^0.3.1",
|
||
|
"eslint-module-utils": "^2.1.1",
|
||
|
"has": "^1.0.1",
|
||
|
"lodash.cond": "^4.3.0",
|
||
|
"minimatch": "^3.0.3",
|
||
|
"read-pkg-up": "^2.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Import with sanity.",
|
||
|
"devDependencies": {
|
||
|
"babel-eslint": "next",
|
||
|
"babel-plugin-istanbul": "^2.0.1",
|
||
|
"babel-preset-es2015-argon": "latest",
|
||
|
"babel-register": "6.24.1",
|
||
|
"babylon": "6.15.0",
|
||
|
"chai": "^3.4.0",
|
||
|
"coveralls": "^2.11.4",
|
||
|
"cross-env": "^4.0.0",
|
||
|
"eslint": "2.x - 4.x",
|
||
|
"eslint-import-resolver-node": "file:./resolvers/node",
|
||
|
"eslint-import-resolver-webpack": "file:./resolvers/webpack",
|
||
|
"eslint-module-utils": "file:./utils",
|
||
|
"eslint-plugin-import": "2.x",
|
||
|
"gulp": "^3.9.0",
|
||
|
"gulp-babel": "6.1.2",
|
||
|
"istanbul": "^0.4.0",
|
||
|
"linklocal": "^2.6.0",
|
||
|
"mocha": "^3.1.2",
|
||
|
"nyc": "^8.3.0",
|
||
|
"redux": "^3.0.4",
|
||
|
"rimraf": "2.5.2",
|
||
|
"sinon": "^2.3.2",
|
||
|
"typescript": "^2.0.3",
|
||
|
"typescript-eslint-parser": "^2.1.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "tests"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"config",
|
||
|
"memo-parser"
|
||
|
],
|
||
|
"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
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"eslint": "2.x - 4.x"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"ci-test": "eslint ./src && gulp pretest && cross-env NODE_PATH=./lib istanbul cover --report lcovonly --dir reports/coverage _mocha tests/lib/ -- --recursive --reporter dot",
|
||
|
"cover": "gulp pretest && cross-env NODE_PATH=./lib istanbul cover --dir reports/coverage _mocha tests/lib/ -- --recursive -R progress",
|
||
|
"coverage-report": "npm t && nyc report --reporter html",
|
||
|
"coveralls": "nyc report --reporter lcovonly && cat ./coverage/lcov.info | coveralls",
|
||
|
"debug": "cross-env NODE_PATH=./lib mocha debug --recursive --reporter dot tests/lib/",
|
||
|
"posttest": "eslint ./src",
|
||
|
"prepublish": "gulp prepublish",
|
||
|
"pretest": "linklocal",
|
||
|
"test": "cross-env BABEL_ENV=test NODE_PATH=./src nyc -s mocha -R dot --recursive tests/src -t 5s",
|
||
|
"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",
|
||
|
"watch": "cross-env NODE_PATH=./src mocha --watch --compilers js:babel-register --recursive tests/src"
|
||
|
},
|
||
|
"version": "2.8.0"
|
||
|
}
|