react-scripts
Version:
Configuration and scripts for Create React App.
127 lines (126 loc) • 3.45 kB
JSON
{
"_args": [
[
{
"raw": "jsx-ast-utils@^1.0.0",
"scope": null,
"escapedName": "jsx-ast-utils",
"name": "jsx-ast-utils",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/eslint-plugin-jsx-a11y"
]
],
"_from": "jsx-ast-utils@>=1.0.0 <2.0.0",
"_id": "jsx-ast-utils@1.3.3",
"_inCache": true,
"_location": "/jsx-ast-utils",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/jsx-ast-utils-1.3.3.tgz_1477662011374_0.9092228910885751"
},
"_npmUser": {
"name": "evcohen",
"email": "ethanvcohen@gmail.com"
},
"_npmVersion": "3.9.1",
"_phantomChildren": {},
"_requested": {
"raw": "jsx-ast-utils@^1.0.0",
"scope": null,
"escapedName": "jsx-ast-utils",
"name": "jsx-ast-utils",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint-plugin-jsx-a11y",
"/eslint-plugin-react"
],
"_resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.3.3.tgz",
"_shasum": "ccfdbe0320ba03f7a1fc4e67ceaf7e2cc0169721",
"_shrinkwrap": null,
"_spec": "jsx-ast-utils@^1.0.0",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/eslint-plugin-jsx-a11y",
"author": {
"name": "Ethan Cohen"
},
"bugs": {
"url": "https://github.com/evcohen/jsx-ast-utils/issues"
},
"dependencies": {
"acorn-jsx": "^3.0.1",
"object-assign": "^4.1.0"
},
"description": "AST utility module for statically analyzing JSX",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^16.0.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"coveralls": "^2.11.8",
"eslint": "^3.0.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"jest": "^16.0.1",
"rimraf": "^2.5.2"
},
"directories": {},
"dist": {
"shasum": "ccfdbe0320ba03f7a1fc4e67ceaf7e2cc0169721",
"tarball": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.3.3.tgz"
},
"engines": {
"node": ">=4.0"
},
"gitHead": "9a8397f491a28eebd1bf5569274ab484138091eb",
"homepage": "https://github.com/evcohen/jsx-ast-utils#readme",
"jest": {
"coverageReporters": [
"lcov"
],
"coverageDirectory": "reports",
"testPathIgnorePatterns": [
"/node_modules/",
"helper.js"
]
},
"keywords": [
"jsx",
"ast",
"lint",
"eslint"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "evcohen",
"email": "ethanvcohen@gmail.com"
}
],
"name": "jsx-ast-utils",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/evcohen/jsx-ast-utils.git"
},
"scripts": {
"build": "rimraf lib && babel src --out-dir lib",
"coveralls": "cat ./reports/lcov.info | coveralls",
"lint": "eslint --config .eslintrc .",
"lint:fix": "npm run lint -- --fix",
"prepublish": "npm run lint && npm run test && npm run build",
"pretest": "npm run lint",
"test": "jest --coverage",
"test:watch": "npm test -- --watch"
},
"version": "1.3.3"
}