UNPKG

react-scripts

Version:
116 lines (115 loc) 3.37 kB
{ "_args": [ [ "eslint-plugin-jsx-a11y@2.2.1", "/Users/dan/p/create-react-app" ] ], "_from": "eslint-plugin-jsx-a11y@2.2.1", "_id": "eslint-plugin-jsx-a11y@2.2.1", "_inCache": true, "_installable": true, "_location": "/eslint-plugin-jsx-a11y", "_nodeVersion": "5.11.1", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/eslint-plugin-jsx-a11y-2.2.1.tgz_1472676593839_0.5255585331469774" }, "_npmUser": { "email": "ethanvcohen@gmail.com", "name": "evcohen" }, "_npmVersion": "3.8.6", "_phantomChildren": {}, "_requested": { "name": "eslint-plugin-jsx-a11y", "raw": "eslint-plugin-jsx-a11y@2.2.1", "rawSpec": "2.2.1", "scope": null, "spec": "2.2.1", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.1.tgz", "_shasum": "1919fab212cd73a95eab2ac12a028793f37e4196", "_shrinkwrap": null, "_spec": "eslint-plugin-jsx-a11y@2.2.1", "_where": "/Users/dan/p/create-react-app", "author": { "name": "Ethan Cohen" }, "bugs": { "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues" }, "dependencies": { "damerau-levenshtein": "^1.0.0", "jsx-ast-utils": "^1.0.0", "object-assign": "^4.0.1" }, "description": "A static analysis linter of jsx and their accessibility with screen readers.", "devDependencies": { "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": "^3.0.0", "eslint-config-airbnb-base": "^5.0.0", "eslint-plugin-import": "^1.8.1", "istanbul": "^1.0.0-alpha.2", "mocha": "^3.0.0", "rimraf": "^2.5.2" }, "directories": {}, "dist": { "shasum": "1919fab212cd73a95eab2ac12a028793f37e4196", "tarball": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.1.tgz" }, "engines": { "node": ">=4.0" }, "gitHead": "c6637c66e2363c3992924ea80bc3c34a38cd9b77", "homepage": "https://github.com/evcohen/eslint-plugin-jsx-a11y#readme", "keywords": [ "a11y", "accessibility", "eslint", "eslint-plugin", "eslintplugin", "jsx" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "evcohen", "email": "ethanvcohen@gmail.com" }, { "name": "lencioni", "email": "joe.lencioni@gmail.com" } ], "name": "eslint-plugin-jsx-a11y", "optionalDependencies": {}, "peerDependencies": { "eslint": "^2.10.2 || 3.x" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/evcohen/eslint-plugin-jsx-a11y.git" }, "scripts": { "build": "rimraf lib && babel src --out-dir lib && cp -R src/util/attributes lib/util/attributes", "coveralls": "cat ./reports/coverage/lcov.info | coveralls", "lint": "eslint --config .eslintrc src tests", "lint:fix": "npm run lint -- --fix", "prepublish": "npm run lint && npm run test && npm run build", "pretest": "npm run lint:fix", "test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot" }, "version": "2.2.1" }