UNPKG

fast_axecore

Version:

A high performance rewrite of axecore

100 lines 3.02 kB
{ "name": "fast_axecore", "description": "A high performance rewrite of axecore", "version": "4.6.35", "license": "MPL-2.0", "engines": { "node": ">=4" }, "contributors": [ { "name": "Jeff Mendez", "organization": "A11yWatch", "url": "https://a11ywatch.com" } ], "homepage": "https://a11ywatch.com/open-source#kayle", "repository": { "type": "git", "url": "https://github.com/a11ywatch/kayle/fast_axecore.git" }, "keywords": [ "Accessibility", "a11y", "testing", "unit", "tdd", "bdd", "axe", "a11ywatch" ], "main": "axe.js", "typings": "axe.d.ts", "files": [ "axe.*.js", "axe.**.min.js", "axe.d.ts" ], "standard-version": { "scripts": { "postbump": "npm ci && git add doc/rule-descriptions.md" }, "skip": { "tag": true } }, "scripts": { "compile:build": "rm -f -r build && rm -f -r tmp && tsc --project tsconfig.build.json && yarn cp:build", "compile:axe:test": "tsc && tsc --project tsconfig.test.json", "cp:build": "echo 'building fast_axecore'", "tsc": "yarn compile:build && tsc && cp ./lib/intro.stub dist && cp ./lib/outro.stub dist", "develop": "grunt dev --force", "build": "(rm -f -r ./dist/*) 2>/dev/null && yarn tsc && grunt --lang=en,ar,da,de,es,eu,pl,fr,he,ja,ko,nl,no_NB,pt_BR,zh_CN", "build:fast_axecore": "yarn build", "eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.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", "fmt": "prettier --write .", "fix": "prettier --write '**/*.{ts,tsx}'", "prepare": "grunt", "postbuild": "prettier --write ./locales/_template.json ./doc/rule-descriptions.md" }, "devDependencies": { "@babel/core": "^7.20.12", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.20.2", "@babel/runtime-corejs3": "^7.20.7", "@deque/dot": "^1.1.5", "aria-query": "^5.1.3", "chai": "^4.3.7", "chalk": "^4.x", "clone": "^2.1.2", "css-selector-parser": "^1.4.1", "esbuild": "^0.17.18", "eslint": "^8.31.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-mocha-no-only": "^1.1.1", "globby": "^13.1.4", "grunt": "^1.5.3", "grunt-babel": "^8.0.0", "grunt-bytesize": "^0.2.0", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-concat": "^2.1.0", "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", "html-entities": "1.x", "make-dir": "^3.1.0", "markdown-table": "2.x", "memoizee": "^0.4.15", "minami": "^1.2.3", "mocha": "^10.2.0", "node-notifier": "^10.0.1", "prettier": "^2.8.2", "revalidator": "^0.3.1", "sinon": "^15.0.1", "standard-version": "^9.5.0", "typescript": "^5.0.4", "uglify-js": "^3.17.4" } }