{ "_args": [ [ "eslint-plugin-jsx-a11y@6.6.1", "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab" ] ], "_from": "eslint-plugin-jsx-a11y@6.6.1", "_id": "eslint-plugin-jsx-a11y@6.6.1", "_inBundle": false, "_integrity": "sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==", "_location": "/eslint-plugin-jsx-a11y", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "eslint-plugin-jsx-a11y@6.6.1", "name": "eslint-plugin-jsx-a11y", "escapedName": "eslint-plugin-jsx-a11y", "rawSpec": "6.6.1", "saveSpec": null, "fetchSpec": "6.6.1" }, "_requiredBy": [ "/eslint-config-next" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz", "_spec": "6.6.1", "_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab", "author": { "name": "Ethan Cohen" }, "bugs": { "url": "https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues" }, "dependencies": { "@babel/runtime": "^7.18.9", "aria-query": "^4.2.2", "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7", "axe-core": "^4.4.3", "axobject-query": "^2.2.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", "jsx-ast-utils": "^3.3.2", "language-tags": "^1.0.5", "minimatch": "^3.1.2", "semver": "^6.3.0" }, "description": "Static AST checker for accessibility rules on JSX elements.", "devDependencies": { "@babel/cli": "^7.18.9", "@babel/core": "^7.18.9", "@babel/eslint-parser": "^7.18.9", "@babel/plugin-transform-flow-strip-types": "^7.18.9", "@babel/register": "^7.18.9", "@technote-space/doctoc": "~2.4", "ast-types-flow": "^0.0.7", "aud": "^2.0.0", "babel-jest": "^24.9.0", "babel-plugin-add-module-exports": "^1.0.4", "babel-preset-airbnb": "^5.0.0", "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-eslint-plugin": "^4.3.0", "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3", "eslint-plugin-import": "^2.26.0", "estraverse": "^5.3.0", "expect": "^24.9.0", "flow-bin": "^0.147.0", "in-publish": "^2.0.1", "jest": "^24.9.0", "jscodeshift": "^0.7.1", "markdown-magic": "^2.6.0", "minimist": "^1.2.6", "object.assign": "^4.1.2", "rimraf": "^3.0.2", "safe-publish-latest": "^2.0.0", "to-ast": "^1.0.0" }, "engines": { "node": ">=4.0" }, "greenkeeper": { "ignore": [ "jest", "babel-jest" ] }, "homepage": "https://github.com/jsx-eslint/eslint-plugin-jsx-a11y#readme", "jest": { "coverageReporters": [ "lcov", "json", "html" ], "coverageDirectory": "coverage", "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 || ^7 || ^8" }, "repository": { "type": "git", "url": "git+https://github.com/jsx-eslint/eslint-plugin-jsx-a11y.git" }, "scripts": { "build": "rimraf lib && babel src --out-dir lib --copy-files", "create": "node ./scripts/create-rule", "flow": "flow", "generate-list-of-rules": "md-magic --path '**/*.md' --ignore 'node_modules'", "generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md", "jest": "jest --coverage __tests__/**/*", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "posttest": "aud --production", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest && 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.6.1" }