UNPKG

react-scripts

Version:
124 lines (123 loc) 3.69 kB
{ "_args": [ [ { "raw": "eslint-plugin-jsx-a11y@2.2.2", "scope": null, "escapedName": "eslint-plugin-jsx-a11y", "name": "eslint-plugin-jsx-a11y", "rawSpec": "2.2.2", "spec": "2.2.2", "type": "version" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0" ] ], "_from": "eslint-plugin-jsx-a11y@2.2.2", "_id": "eslint-plugin-jsx-a11y@2.2.2", "_inCache": true, "_location": "/eslint-plugin-jsx-a11y", "_nodeVersion": "5.11.1", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/eslint-plugin-jsx-a11y-2.2.2.tgz_1473695827975_0.4182706894353032" }, "_npmUser": { "name": "evcohen", "email": "ethanvcohen@gmail.com" }, "_npmVersion": "3.8.6", "_phantomChildren": {}, "_requested": { "raw": "eslint-plugin-jsx-a11y@2.2.2", "scope": null, "escapedName": "eslint-plugin-jsx-a11y", "name": "eslint-plugin-jsx-a11y", "rawSpec": "2.2.2", "spec": "2.2.2", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.2.tgz", "_shasum": "ac893b4f9ecb7534bc0373ff6a47388835d3a859", "_shrinkwrap": null, "_spec": "eslint-plugin-jsx-a11y@2.2.2", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0", "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": "^7.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": "ac893b4f9ecb7534bc0373ff6a47388835d3a859", "tarball": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.2.tgz" }, "engines": { "node": ">=4.0" }, "gitHead": "ef757f0438812897902a469d004b4bc655c896d1", "homepage": "https://github.com/evcohen/eslint-plugin-jsx-a11y#readme", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "a11y", "accessibility", "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.2" }