add enter functionality and resolve title show bug

This commit is contained in:
ismailsosic
2023-03-08 16:17:26 +01:00
parent 71811fac4b
commit f09648dd67
420 changed files with 21395 additions and 1067108 deletions

View File

@@ -1,37 +1,54 @@
{
"name": "eslint-plugin-jsx-a11y",
"version": "6.6.1",
"description": "Static AST checker for accessibility rules on JSX elements.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"a11y",
"accessibility",
"jsx"
"_args": [
[
"eslint-plugin-jsx-a11y@6.6.1",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"author": "Ethan Cohen",
"repository": {
"type": "git",
"url": "https://github.com/jsx-eslint/eslint-plugin-jsx-a11y"
"_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"
},
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src --out-dir lib --copy-files",
"create": "node ./scripts/create-rule",
"flow": "flow",
"lint:fix": "npm run lint -- --fix",
"lint": "eslint .",
"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",
"posttest": "aud --production",
"test:ci": "npm run jest -- --ci --runInBand",
"jest": "jest --coverage __tests__/**/*",
"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"
"_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",
@@ -65,25 +82,13 @@
"engines": {
"node": ">=4.0"
},
"license": "MIT",
"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"
},
"peerDependencies": {
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
"greenkeeper": {
"ignore": [
"jest",
"babel-jest"
]
},
"homepage": "https://github.com/jsx-eslint/eslint-plugin-jsx-a11y#readme",
"jest": {
"coverageReporters": [
"lcov",
@@ -99,10 +104,39 @@
],
"testEnvironment": "node"
},
"greenkeeper": {
"ignore": [
"jest",
"babel-jest"
]
}
"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"
}