react-scripts
Version:
Configuration and scripts for Create React App.
163 lines (162 loc) • 4.93 kB
JSON
{
"_args": [
[
{
"raw": "eslint-plugin-import@2.0.1",
"scope": null,
"escapedName": "eslint-plugin-import",
"name": "eslint-plugin-import",
"rawSpec": "2.0.1",
"spec": "2.0.1",
"type": "version"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts"
]
],
"_from": "eslint-plugin-import@2.0.1",
"_id": "eslint-plugin-import@2.0.1",
"_inCache": true,
"_location": "/eslint-plugin-import",
"_nodeVersion": "4.2.5",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/eslint-plugin-import-2.0.1.tgz_1476186904822_0.9398263914044946"
},
"_npmUser": {
"name": "benmosher",
"email": "me@benmosher.com"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {
"esutils": "2.0.2",
"isarray": "1.0.0"
},
"_requested": {
"raw": "eslint-plugin-import@2.0.1",
"scope": null,
"escapedName": "eslint-plugin-import",
"name": "eslint-plugin-import",
"rawSpec": "2.0.1",
"spec": "2.0.1",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.0.1.tgz",
"_shasum": "dcfe96357d476b3f822570d42c29bec66f5d9c5c",
"_shrinkwrap": null,
"_spec": "eslint-plugin-import@2.0.1",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts",
"author": {
"name": "Ben Mosher",
"email": "me@benmosher.com"
},
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
"dependencies": {
"builtin-modules": "^1.1.1",
"contains-path": "^0.1.0",
"debug": "^2.2.0",
"doctrine": "1.3.x",
"eslint-import-resolver-node": "^0.2.0",
"eslint-module-utils": "^1.0.0",
"has": "^1.0.1",
"lodash.cond": "^4.3.0",
"minimatch": "^3.0.3",
"pkg-up": "^1.0.0"
},
"description": "Import with sanity.",
"devDependencies": {
"babel-eslint": "next",
"babel-plugin-istanbul": "^2.0.1",
"babel-preset-es2015-argon": "latest",
"babel-register": "6.9.0",
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"cross-env": "^3.0.0",
"eslint": "3.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": "^2.2.1",
"nyc": "^8.3.0",
"redux": "^3.0.4",
"rimraf": "2.5.2",
"typescript": "^2.0.3",
"typescript-eslint-parser": "^0.4.0"
},
"directories": {
"test": "tests"
},
"dist": {
"shasum": "dcfe96357d476b3f822570d42c29bec66f5d9c5c",
"tarball": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.0.1.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"lib",
"config",
"memo-parser"
],
"gitHead": "59520ff8245219763a38d54d1d5156899d26afbb",
"homepage": "https://github.com/benmosher/eslint-plugin-import",
"keywords": [
"eslint",
"eslintplugin",
"es6",
"jsnext",
"modules",
"import",
"export"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "benmosher",
"email": "me@benmosher.com"
}
],
"name": "eslint-plugin-import",
"nyc": {
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
},
"optionalDependencies": {},
"peerDependencies": {
"eslint": "2.x - 3.x"
},
"readme": "ERROR: No README data found!",
"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.0.1"
}