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,113 +1,59 @@
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "4.6.1",
"license": "MPL-2.0",
"engines": {
"node": ">=4"
"_args": [
[
"axe-core@4.6.1",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "axe-core@4.6.1",
"_id": "axe-core@4.6.1",
"_inBundle": false,
"_integrity": "sha512-lCZN5XRuOnpG4bpMq8v0khrWtUOn+i8lZSb6wHZH56ZfbIEv6XwJV84AAueh9/zi7qPVJ/E4yz6fmsiyOmXR4w==",
"_location": "/axe-core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "axe-core@4.6.1",
"name": "axe-core",
"escapedName": "axe-core",
"rawSpec": "4.6.1",
"saveSpec": null,
"fetchSpec": "4.6.1"
},
"_requiredBy": [
"/eslint-plugin-jsx-a11y"
],
"_resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.1.tgz",
"_spec": "4.6.1",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"bugs": {
"url": "https://github.com/dequelabs/axe-core/issues"
},
"contributors": [
{
"name": "David Sturley",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
{
"name": "Dylan Barrell",
"email": "dylan@barrell.com",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
{
"name": "Wilco Fiers",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
{
"name": "Dian Fay",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
{
"name": "Marcy Sutton",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
}
],
"homepage": "https://www.deque.com/axe/",
"repository": {
"type": "git",
"url": "https://github.com/dequelabs/axe-core.git"
},
"keywords": [
"Accessibility",
"a11y",
"testing",
"unit",
"tdd",
"bdd",
"axe"
],
"main": "axe.js",
"typings": "axe.d.ts",
"files": [
"axe.js",
"axe.min.js",
"axe.d.ts",
"sri-history.json",
"locales/"
],
"standard-version": {
"scripts": {
"postbump": "npm ci && npm run sri-update && git add doc/rule-descriptions.md"
},
"skip": {
"tag": true
}
},
"scripts": {
"start": "http-server -p 9876 --silent",
"develop": "grunt dev --force",
"api-docs": "jsdoc --configure .jsdoc.json",
"build": "grunt",
"eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js'",
"test": "npm run test:tsc && run-s \"test:unit:* -- {@}\" --",
"test:tsc": "tsc",
"test:unit": "karma start test/karma.conf.js",
"test:debug": "npm run test:unit -- --no-single-run --browsers=Chrome",
"test:unit:core": "npm run test:unit -- testDirs=core",
"test:unit:commons": "npm run test:unit -- testDirs=commons",
"test:unit:rule-matches": "npm run test:unit -- testDirs=rule-matches",
"test:unit:checks": "npm run test:unit -- testDirs=checks",
"test:unit:api": "npm run test:unit -- testDirs=api",
"test:unit:integration": "npm run test:unit -- testDirs=integration",
"test:unit:virtual-rules": "npm run test:unit -- testDirs=virtual-rules",
"integration": "node test/integration/full/test-webdriver.js",
"integration:apg": "mocha test/aria-practices/*.spec.js",
"integration:chrome": "npm run integration -- browser=Chrome",
"integration:firefox": "npm run integration -- browser=Firefox",
"test:integration": "npm run test:integration:chrome",
"test:integration:chrome": "start-server-and-test 9876 integration:chrome",
"test:integration:firefox": "start-server-and-test 9876 integration:firefox",
"test:examples": "node ./doc/examples/test-examples",
"test:act": "mocha test/act-rules/*.spec.js",
"test:apg": "start-server-and-test 9876 integration:apg",
"test:locales": "mocha test/test-locales.js",
"test:virtual-rules": "mocha test/test-virtual-rules.js",
"test:rule-help-version": "mocha test/test-rule-help-version.js",
"test:node": "mocha test/node/*.js",
"version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1",
"release": "git fetch origin --tags --force && standard-version -a",
"rule-gen": "node build/rule-generator",
"next-release": "standard-version --scripts.prebump=./build/next-version.js --skip.commit=true --skip.tag=true",
"sri-update": "grunt build && node build/sri-update && git add sri-history.json",
"sri-validate": "node build/sri-update --validate",
"fmt": "prettier --write .",
"prepare": "husky install",
"prebuild": "node ./build/check-node-version.js",
"pretest": "node ./build/check-node-version.js",
"postbuild": "prettier --write ./locales/_template.json ./doc/rule-descriptions.md"
},
"description": "Accessibility engine for automated Web UI testing",
"devDependencies": {
"@axe-core/webdriverjs": "^4.4.3",
"@babel/core": "^7.18.6",
@@ -177,6 +123,27 @@
"wcag-act-rules": "github:w3c/wcag-act-rules#9416ea6",
"weakmap-polyfill": "^2.0.4"
},
"engines": {
"node": ">=4"
},
"files": [
"axe.js",
"axe.min.js",
"axe.d.ts",
"sri-history.json",
"locales/"
],
"homepage": "https://www.deque.com/axe/",
"keywords": [
"Accessibility",
"a11y",
"testing",
"unit",
"tdd",
"bdd",
"axe"
],
"license": "MPL-2.0",
"lint-staged": {
"*.{md,json,ts,html}": [
"prettier --write"
@@ -185,5 +152,64 @@
"eslint --fix",
"prettier --write"
]
}
},
"main": "axe.js",
"name": "axe-core",
"repository": {
"type": "git",
"url": "git+https://github.com/dequelabs/axe-core.git"
},
"scripts": {
"api-docs": "jsdoc --configure .jsdoc.json",
"build": "grunt",
"develop": "grunt dev --force",
"eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js'",
"fmt": "prettier --write .",
"integration": "node test/integration/full/test-webdriver.js",
"integration:apg": "mocha test/aria-practices/*.spec.js",
"integration:chrome": "npm run integration -- browser=Chrome",
"integration:firefox": "npm run integration -- browser=Firefox",
"next-release": "standard-version --scripts.prebump=./build/next-version.js --skip.commit=true --skip.tag=true",
"postbuild": "prettier --write ./locales/_template.json ./doc/rule-descriptions.md",
"prebuild": "node ./build/check-node-version.js",
"prepare": "husky install",
"pretest": "node ./build/check-node-version.js",
"release": "git fetch origin --tags --force && standard-version -a",
"rule-gen": "node build/rule-generator",
"sri-update": "grunt build && node build/sri-update && git add sri-history.json",
"sri-validate": "node build/sri-update --validate",
"start": "http-server -p 9876 --silent",
"test": "npm run test:tsc && run-s \"test:unit:* -- {@}\" --",
"test:act": "mocha test/act-rules/*.spec.js",
"test:apg": "start-server-and-test 9876 integration:apg",
"test:debug": "npm run test:unit -- --no-single-run --browsers=Chrome",
"test:examples": "node ./doc/examples/test-examples",
"test:integration": "npm run test:integration:chrome",
"test:integration:chrome": "start-server-and-test 9876 integration:chrome",
"test:integration:firefox": "start-server-and-test 9876 integration:firefox",
"test:locales": "mocha test/test-locales.js",
"test:node": "mocha test/node/*.js",
"test:rule-help-version": "mocha test/test-rule-help-version.js",
"test:tsc": "tsc",
"test:unit": "karma start test/karma.conf.js",
"test:unit:api": "npm run test:unit -- testDirs=api",
"test:unit:checks": "npm run test:unit -- testDirs=checks",
"test:unit:commons": "npm run test:unit -- testDirs=commons",
"test:unit:core": "npm run test:unit -- testDirs=core",
"test:unit:integration": "npm run test:unit -- testDirs=integration",
"test:unit:rule-matches": "npm run test:unit -- testDirs=rule-matches",
"test:unit:virtual-rules": "npm run test:unit -- testDirs=virtual-rules",
"test:virtual-rules": "mocha test/test-virtual-rules.js",
"version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1"
},
"standard-version": {
"scripts": {
"postbump": "npm ci && npm run sri-update && git add doc/rule-descriptions.md"
},
"skip": {
"tag": true
}
},
"typings": "axe.d.ts",
"version": "4.6.1"
}