{ "_from": "axe-core@^3.5.4", "_id": "axe-core@3.5.5", "_inBundle": false, "_integrity": "sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==", "_location": "/axe-core", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "axe-core@^3.5.4", "name": "axe-core", "escapedName": "axe-core", "rawSpec": "^3.5.4", "saveSpec": null, "fetchSpec": "^3.5.4" }, "_requiredBy": [ "/@umijs/fabric/eslint-plugin-jsx-a11y" ], "_resolved": "https://registry.npmjs.org/axe-core/-/axe-core-3.5.5.tgz", "_shasum": "84315073b53fa3c0c51676c588d59da09a192227", "_spec": "axe-core@^3.5.4", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/@umijs/fabric/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/" } ], "dependencies": {}, "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", "aria-query": "^3.0.0", "axios": "^0.19.0", "babelify": "^10.0.0", "blanket": "~1.2.3", "browserify": "^16.2.3", "chai": "~4.2.0", "clone": "~2.1.1", "core-js": "^3.2.1", "css-selector-parser": "^1.3.0", "derequire": "^2.0.6", "emoji-regex": "8.0.0", "es6-promise": "^4.2.6", "eslint": "^6.1.0", "eslint-config-prettier": "^6.2.0", "execa": "^2.0.2", "fs-extra": "^8.0.1", "globby": "^10.0.0", "grunt": "^1.0.3", "grunt-babel": "^8.0.0", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^2.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^4.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-parallel": "^0.5.1", "grunt-run": "^0.8.1", "html-entities": "^1.2.0", "husky": "^3.0.0", "jquery": "^3.0.0", "jsdoc": "^3.5.5", "lint-staged": "^9.2.1", "make-dir": "^3.0.0", "markdown-table": "^1.1.2", "memoizee": "^0.4.14", "minami": "^1.2.3", "mkdirp": "^0.5.1", "mocha": "^6.1.2", "mocha-headless-chrome": "^2.0.3", "prettier": "^1.17.1", "puppeteer": "^2.0.0", "revalidator": "~0.3.1", "selenium-webdriver": "~3.6.0", "sinon": "^7.5.0", "sri-toolbox": "^0.2.0", "standard-version": "^7.0.0", "typescript": "^3.5.3", "uglify-js": "^3.4.4", "weakmap-polyfill": "^2.0.0" }, "engines": { "node": ">=4" }, "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", "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,md,js} **/*.ts './{.github,build,doc,lib,test}/**/*.{json,md,js,ts,html}'", "imports-gen": "node ./build/imports-generator", "next-release": "standard-version --scripts.prebump=./build/next-version.js --skip.commit=true --skip.tag=true", "prepublishOnly": "grunt build && grunt file-exists", "release": "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": "npm run develop", "test": "tsc && grunt test", "test:examples": "node ./doc/examples/test-examples", "test:headless": "node ./build/test/headless", "test:locales": "mocha test/test-locales.js", "test:rule-help-version": "mocha test/test-rule-help-version.js", "version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1" }, "standard-version": { "scripts": { "postbump": "npm ci && npm run sri-update" } }, "typings": "axe.d.ts", "version": "3.5.5" }