react-scripts
Version:
Configuration and scripts for Create React App.
116 lines (115 loc) • 3.17 kB
JSON
{
"_args": [
[
{
"raw": "babel-eslint@7.0.0",
"scope": null,
"escapedName": "babel-eslint",
"name": "babel-eslint",
"rawSpec": "7.0.0",
"spec": "7.0.0",
"type": "version"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts"
]
],
"_from": "babel-eslint@7.0.0",
"_id": "babel-eslint@7.0.0",
"_inCache": true,
"_location": "/babel-eslint",
"_nodeVersion": "5.11.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/babel-eslint-7.0.0.tgz_1474994151236_0.3773129852488637"
},
"_npmUser": {
"name": "hzoo",
"email": "hi@henryzoo.com"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {},
"_requested": {
"raw": "babel-eslint@7.0.0",
"scope": null,
"escapedName": "babel-eslint",
"name": "babel-eslint",
"rawSpec": "7.0.0",
"spec": "7.0.0",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-7.0.0.tgz",
"_shasum": "54e51b4033f54ac81326ecea4c646a779935196d",
"_shrinkwrap": null,
"_spec": "babel-eslint@7.0.0",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel-eslint/issues"
},
"dependencies": {
"babel-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"babylon": "^6.11.2",
"lodash.pickby": "^4.6.0"
},
"description": "Custom parser for ESLint",
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-babel": "^1.0.2",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flow-vars": "^0.5.0",
"espree": "^3.3.1",
"mocha": "^3.0.0"
},
"directories": {},
"dist": {
"shasum": "54e51b4033f54ac81326ecea4c646a779935196d",
"tarball": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-7.0.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"babylon-to-espree"
],
"gitHead": "f82b121d2de05652ff48dc837fb55fe75b67ca52",
"homepage": "https://github.com/babel/babel-eslint",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "sebmck",
"email": "sebmck@gmail.com"
},
{
"name": "hzoo",
"email": "hi@henryzoo.com"
}
],
"name": "babel-eslint",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel-eslint.git"
},
"scripts": {
"bootstrap": "git submodule update --init && cd eslint && npm install",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
"fix": "eslint index.js babylon-to-espree test --fix",
"lint": "eslint index.js babylon-to-espree test",
"preversion": "npm test",
"test": "mocha",
"test-ci": "npm test && npm run lint"
},
"version": "7.0.0"
}