blob: 741a76661e5f47d0ea0ed2183dc1f185ecf4bf2d [file] [log] [blame]
{
"_args": [
[
"eslint-plugin-jsx-a11y@6.2.3",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "eslint-plugin-jsx-a11y@6.2.3",
"_id": "eslint-plugin-jsx-a11y@6.2.3",
"_inBundle": false,
"_integrity": "sha512-CawzfGt9w83tyuVekn0GDPU9ytYtxyxyFZ3aSWROmnRRFQFT2BiPJd7jvRdzNDi6oLWaS2asMeYSNMjWTV4eNg==",
"_location": "/eslint-plugin-jsx-a11y",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-jsx-a11y@6.2.3",
"name": "eslint-plugin-jsx-a11y",
"escapedName": "eslint-plugin-jsx-a11y",
"rawSpec": "6.2.3",
"saveSpec": null,
"fetchSpec": "6.2.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.3.tgz",
"_spec": "6.2.3",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Ethan Cohen"
},
"bugs": {
"url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues"
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"aria-query": "^3.0.0",
"array-includes": "^3.0.3",
"ast-types-flow": "^0.0.7",
"axobject-query": "^2.0.2",
"damerau-levenshtein": "^1.0.4",
"emoji-regex": "^7.0.2",
"has": "^1.0.3",
"jsx-ast-utils": "^2.2.1"
},
"description": "Static AST checker for accessibility rules on JSX elements.",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"babel-preset-airbnb": "^4.0.0",
"coveralls": "^3.0.1",
"eslint": "^3 || ^4 || ^5 || ^6",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-flowtype": "^3.5.0",
"eslint-plugin-import": "^2.18.0",
"estraverse": "^4.2.0",
"expect": "^24.3.1",
"flow-bin": "^0.102.0",
"in-publish": "^2.0.0",
"jest": "^24.0.0",
"jscodeshift": "^0.6.0",
"minimist": "^1.2.0",
"object.assign": "^4.1.0",
"rimraf": "^2.6.3",
"safe-publish-latest": "^1.1.1",
"to-ast": "^1.0.0"
},
"engines": {
"node": ">=4.0"
},
"greenkeeper": {
"ignore": [
"jest",
"babel-jest"
]
},
"homepage": "https://github.com/evcohen/eslint-plugin-jsx-a11y#readme",
"jest": {
"coverageReporters": [
"lcov",
"html"
],
"coverageDirectory": "reports",
"roots": [
"__tests__"
],
"testPathIgnorePatterns": [
"__tests__/__util__/"
],
"testEnvironment": "node"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"a11y",
"accessibility",
"jsx"
],
"license": "MIT",
"main": "lib/index.js",
"name": "eslint-plugin-jsx-a11y",
"peerDependencies": {
"eslint": "^3 || ^4 || ^5 || ^6"
},
"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",
"jest": "jest --coverage __tests__/**/*",
"lint": "eslint --config .eslintrc src __tests__ __mocks__ scripts",
"lint:fix": "npm run lint -- --fix",
"prepublish": "safe-publish-latest && not-in-publish || (npm run lint && npm run flow && npm run jest && npm run build)",
"pretest": "npm run lint:fix && npm run flow",
"test": "npm run jest",
"test:ci": "npm run jest -- --ci --runInBand"
},
"version": "6.2.3"
}