{ "_from": "eslint-plugin-jsx-a11y@5.0.3", "_id": "eslint-plugin-jsx-a11y@5.0.3", "_inBundle": false, "_integrity": "sha1-SpOfduwSUBBSiCMzG/lIzFczgLY=", "_location": "/eslint-plugin-jsx-a11y", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "eslint-plugin-jsx-a11y@5.0.3", "name": "eslint-plugin-jsx-a11y", "escapedName": "eslint-plugin-jsx-a11y", "rawSpec": "5.0.3", "saveSpec": null, "fetchSpec": "5.0.3" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.0.3.tgz", "_shasum": "4a939f76ec125010528823331bf948cc573380b6", "_spec": "eslint-plugin-jsx-a11y@5.0.3", "_where": "/home/bilal/Saburly/slucajna-televizija/node_modules/react-scripts", "author": { "name": "Ethan Cohen" }, "bugs": { "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues" }, "bundleDependencies": false, "dependencies": { "aria-query": "^0.5.0", "array-includes": "^3.0.3", "ast-types-flow": "0.0.7", "axobject-query": "^0.1.0", "damerau-levenshtein": "^1.0.0", "emoji-regex": "^6.1.0", "jsx-ast-utils": "^1.4.0" }, "deprecated": false, "description": "Static AST checker for accessibility rules on JSX elements.", "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-eslint": "^7.0.0", "babel-jest": "^20.0.0", "babel-plugin-transform-flow-strip-types": "^6.21.0", "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.14.0", "coveralls": "^2.11.8", "eslint": "^3.12.2", "eslint-config-airbnb-base": "^11.0.0", "eslint-plugin-flowtype": "^2.32.1", "eslint-plugin-import": "^2.2.0", "expect": "^1.20.2", "flow-bin": "^0.45.0", "jest": "^20.0.0", "jscodeshift": "^0.3.30", "minimist": "^1.2.0", "rimraf": "^2.5.2", "to-ast": "^1.0.0" }, "engines": { "node": ">=4.0" }, "homepage": "https://github.com/evcohen/eslint-plugin-jsx-a11y#readme", "jest": { "coverageReporters": [ "lcov" ], "coverageDirectory": "reports", "roots": [ "/__tests__" ], "testPathIgnorePatterns": [ "/__tests__/__util__" ] }, "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "a11y", "accessibility", "jsx" ], "license": "MIT", "main": "lib/index.js", "name": "eslint-plugin-jsx-a11y", "peerDependencies": { "eslint": "^2.10.2 || 3.x" }, "repository": { "type": "git", "url": "git+https://github.com/evcohen/eslint-plugin-jsx-a11y.git" }, "scripts": { "build": "rimraf lib && babel src --out-dir lib --copy-files", "coveralls": "cat ./reports/lcov.info | coveralls", "create": "node ./scripts/create-rule", "flow": "if [ ! -e ./.flowconfig ]; then echo \"Could not find .flowconfig\"; else flow; test $? -eq 0 -o $? -eq 2; fi", "lint": "eslint --config .eslintrc src __tests__ __mocks__ scripts", "lint:fix": "npm run lint -- --fix", "prepublish": "npm run lint && npm run flow && npm run test && npm run build", "pretest": "npm run lint:fix && npm run flow", "test": "jest --coverage __tests__/**/*" }, "version": "5.0.3" }