123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "_from": "axe-core@^4.0.2",
- "_id": "axe-core@4.2.2",
- "_inBundle": false,
- "_integrity": "sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==",
- "_location": "/axe-core",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "axe-core@^4.0.2",
- "name": "axe-core",
- "escapedName": "axe-core",
- "rawSpec": "^4.0.2",
- "saveSpec": null,
- "fetchSpec": "^4.0.2"
- },
- "_requiredBy": [
- "/eslint-plugin-jsx-a11y"
- ],
- "_resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.2.tgz",
- "_shasum": "0c987d82c8b82b4b9b7a945f1b5ef0d8fed586ed",
- "_spec": "axe-core@^4.0.2",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-plugin-jsx-a11y",
- "bugs": {
- "url": "https://github.com/dequelabs/axe-core/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "David Sturley",
- "url": "http://deque.com/"
- },
- {
- "name": "Dylan Barrell",
- "email": "dylan@barrell.com",
- "url": "http://deque.com/"
- },
- {
- "name": "Wilco Fiers",
- "url": "http://deque.com/"
- },
- {
- "name": "Dian Fay",
- "url": "http://deque.com/"
- },
- {
- "name": "Marcy Sutton",
- "url": "http://deque.com/"
- }
- ],
- "deprecated": false,
- "description": "Accessibility engine for automated Web UI testing",
- "devDependencies": {
- "@babel/core": "^7.5.4",
- "@babel/plugin-proposal-object-rest-spread": "^7.5.4",
- "@babel/polyfill": "^7.4.4",
- "@babel/preset-env": "^7.5.4",
- "@deque/dot": "^1.1.5",
- "act-rules.github.io": "github:act-rules/act-rules.github.io#master",
- "aria-query": "^3.0.0",
- "chai": "~4.2.0",
- "chalk": "^4.1.0",
- "chromedriver": "latest",
- "clone": "^2.1.2",
- "conventional-commits-parser": "^3.1.0",
- "css-selector-parser": "^1.3.0",
- "emoji-regex": "8.0.0",
- "es6-promise": "^4.2.6",
- "esbuild": "^0.7.19",
- "eslint": "^7.27.0",
- "eslint-config-prettier": "^6.2.0",
- "eslint-plugin-mocha-no-only": "^1.1.1",
- "execa": "^2.0.2",
- "globby": "^10.0.0",
- "grunt": "^1.0.3",
- "grunt-babel": "^8.0.0",
- "grunt-bytesize": "^0.2.0",
- "grunt-contrib-clean": "^2.0.0",
- "grunt-contrib-concat": "^1.0.1",
- "grunt-contrib-uglify": "^4.0.0",
- "grunt-contrib-watch": "^1.1.0",
- "html-entities": "^1.2.0",
- "http-server": "^0.12.3",
- "husky": "^3.1.0",
- "jquery": "^3.0.0",
- "jsdoc": "^3.5.5",
- "jsdom": "^16.3.0",
- "karma": "^6.3.2",
- "karma-chai": "^0.1.0",
- "karma-chrome-launcher": "^3.1.0",
- "karma-firefox-launcher": "^2.1.0",
- "karma-ie-launcher": "^1.0.0",
- "karma-mocha": "^2.0.1",
- "karma-mocha-reporter": "^2.2.5",
- "karma-sinon": "^1.0.5",
- "lint-staged": "^9.2.1",
- "make-dir": "^3.0.0",
- "markdown-table": "^1.1.2",
- "memoizee": "^0.4.14",
- "minami": "^1.2.3",
- "mocha": "^6.1.2",
- "node-notifier": "^8.0.1",
- "npm-run-all": "^4.1.5",
- "prettier": "^1.17.1",
- "proxyquire": "^2.1.3",
- "revalidator": "~0.3.1",
- "selenium-webdriver": "~3.6.0",
- "sinon": "^7.5.0",
- "sri-toolbox": "^0.2.0",
- "standard-version": "^9.0.0",
- "start-server-and-test": "^1.11.7",
- "typedarray": "^0.0.6",
- "typescript": "^3.5.3",
- "uglify-js": "^3.4.4",
- "weakmap-polyfill": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- },
- "homepage": "https://www.deque.com/axe/",
- "husky": {
- "hooks": {
- "pre-commit": "grunt configure && lint-staged"
- }
- },
- "keywords": [
- "Accessibility",
- "a11y",
- "testing",
- "unit",
- "tdd",
- "bdd",
- "axe"
- ],
- "license": "MPL-2.0",
- "lint-staged": {
- "*.{md,json,ts,html}": [
- "prettier --write",
- "git add"
- ],
- "*.js": [
- "eslint --fix",
- "prettier --write",
- "git add"
- ]
- },
- "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 .*.json *.{json,md,js} **/*.ts './{.circleci,.github,build,doc,lib,locales,test,typings}/**/*.{json,md,js,ts,html}'",
- "integration": "node test/integration/full/test-webdriver.js",
- "integration:chrome": "npm run integration -- browser=Chrome",
- "integration:firefox": "npm run integration -- browser=Firefox",
- "integration:ie": "npm run integration -- browser=IE",
- "next-release": "standard-version --scripts.prebump=./build/next-version.js --skip.commit=true --skip.tag=true",
- "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": "karma start test/act-mapping/karma.config.js",
- "test:act:debug": "npm run test:act -- --no-single-run --browsers=Chrome",
- "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:integration:ie": "start-server-and-test 9876 integration:ie",
- "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",
- "version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1"
- },
- "standard-version": {
- "scripts": {
- "postbump": "npm ci && npm run sri-update"
- },
- "skip": {
- "tag": true
- }
- },
- "typings": "axe.d.ts",
- "version": "4.2.2"
- }
|