You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
191 lines
6.4 KiB
191 lines
6.4 KiB
{ |
|
"name": "axe-core", |
|
"description": "Accessibility engine for automated Web UI testing", |
|
"version": "4.4.2", |
|
"license": "MPL-2.0", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"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", |
|
"integration:ie": "npm run integration -- browser=IE", |
|
"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:examples": "node ./doc/examples/test-examples", |
|
"test:act": "karma start test/act-mapping/karma.config.js", |
|
"test:act:debug": "npm run test:act -- --no-single-run --browsers=Chrome", |
|
"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 .*.json *.{json,md,js} **/*.ts './{.circleci,.github,build,doc,lib,locales,test,typings}/**/*.{json,md,js,ts,html}'" |
|
}, |
|
"devDependencies": { |
|
"@axe-core/webdriverjs": "^4.3.2", |
|
"@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#a5d7336e020fd04fd429f94c651102f8ab255f01", |
|
"aria-practices": "github:w3c/aria-practices#f7de7ec3a53534018237f24cb9e610f26c30c367", |
|
"aria-query": "^3.0.0", |
|
"browser-driver-manager": "1.0.3", |
|
"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": "^14.1.0", |
|
"husky": "^3.1.0", |
|
"jquery": "^3.0.0", |
|
"jsdoc": "^3.6.10", |
|
"jsdom": "^16.3.0", |
|
"karma": "^6.3.16", |
|
"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-sinon": "^1.0.5", |
|
"karma-spec-reporter": "0.0.33", |
|
"lint-staged": "^11.2.6", |
|
"make-dir": "^3.0.0", |
|
"markdown-table": "^1.1.2", |
|
"memoizee": "^0.4.14", |
|
"minami": "^1.2.3", |
|
"mocha": "^9.2.0", |
|
"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" |
|
}, |
|
"husky": { |
|
"hooks": { |
|
"pre-commit": "grunt configure && lint-staged" |
|
} |
|
}, |
|
"lint-staged": { |
|
"*.{md,json,ts,html}": [ |
|
"prettier --write" |
|
], |
|
"*.js": [ |
|
"eslint --fix", |
|
"prettier --write" |
|
] |
|
} |
|
}
|
|
|