UNPKG

react-scripts

Version:
106 lines (105 loc) 3.02 kB
{ "_args": [ [ "jsx-ast-utils@^1.0.0", "/Users/dan/p/create-react-app/node_modules/eslint-plugin-jsx-a11y" ] ], "_from": "jsx-ast-utils@>=1.0.0 <2.0.0", "_id": "jsx-ast-utils@1.3.1", "_inCache": true, "_installable": true, "_location": "/jsx-ast-utils", "_nodeVersion": "5.11.1", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/jsx-ast-utils-1.3.1.tgz_1468421887991_0.8875111474189907" }, "_npmUser": { "email": "ethanvcohen@gmail.com", "name": "evcohen" }, "_npmVersion": "3.8.6", "_phantomChildren": {}, "_requested": { "name": "jsx-ast-utils", "raw": "jsx-ast-utils@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "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.1.tgz", "_shasum": "14313c5c50da5b0c47020af5d1560c17e781a05a", "_shrinkwrap": null, "_spec": "jsx-ast-utils@^1.0.0", "_where": "/Users/dan/p/create-react-app/node_modules/eslint-plugin-jsx-a11y", "author": { "name": "Ethan Cohen" }, "bugs": { "url": "https://github.com/evcohen/jsx-ast-utils/issues" }, "dependencies": { "object-assign": "^4.1.0" }, "description": "AST utility module for statically analyzing JSX", "devDependencies": { "acorn-jsx": "^3.0.1", "babel-cli": "^6.6.0", "babel-core": "^6.6.0", "babel-eslint": "^6.0.0", "babel-preset-es2015": "^6.6.0", "coveralls": "^2.11.8", "eslint": "^2.11.1", "eslint-config-airbnb-base": "^3.0.1", "eslint-plugin-import": "^1.8.1", "istanbul": "^1.0.0-alpha.2", "mocha": "^2.4.5", "rimraf": "^2.5.2" }, "directories": {}, "dist": { "shasum": "14313c5c50da5b0c47020af5d1560c17e781a05a", "tarball": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.3.1.tgz" }, "engines": { "node": ">=0.10.0" }, "gitHead": "b4485847e1f69a2eafdc387a4816f2ff87086822", "homepage": "https://github.com/evcohen/jsx-ast-utils#readme", "keywords": [ "ast", "eslint", "jsx", "lint" ], "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/coverage/lcov.info | coveralls", "lint": "eslint --config .eslintrc .", "prepublish": "npm run lint && npm run test && npm run build", "pretest": "npm run lint", "test": "istanbul cover -x '**/lib/**' --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot" }, "version": "1.3.1" }