{ "_from": "aria-query@^5.3.2", "_id": "aria-query@5.3.2", "_inBundle": false, "_integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", "_location": "/aria-query", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "aria-query@^5.3.2", "name": "aria-query", "escapedName": "aria-query", "rawSpec": "^5.3.2", "saveSpec": null, "fetchSpec": "^5.3.2" }, "_requiredBy": [ "/eslint-plugin-jsx-a11y" ], "_resolved": "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.2.tgz", "_shasum": "93f81a43480e33a338f19163a3d10a50c01dcd59", "_spec": "aria-query@^5.3.2", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/eslint-plugin-jsx-a11y", "author": { "name": "Jesse Beach", "email": "splendidnoise@gmail.com" }, "browserslist": [ ">0.2%", "not dead", "not op_mini all", "ie 11" ], "bugs": { "url": "https://github.com/A11yance/aria-query/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Programmatic access to the ARIA specification", "devDependencies": { "@babel/cli": "^7.25.6", "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", "@babel/node": "^7.25.0", "@babel/plugin-transform-react-jsx": "^7.25.2", "@babel/preset-env": "^7.25.4", "@babel/preset-flow": "^7.24.7", "@babel/register": "^7.24.6", "array.from": "^1.1.6", "array.prototype.some": "^1.1.6", "babel-plugin-module-resolver": "^5.0.2", "commander": "^9.4.1", "deep-equal-json": "^1.0.0", "eslint": "^8.57.0", "eslint-plugin-flowtype": "^8.0.3", "flow-bin": "^0.191.0", "mock-property": "^1.1.0", "nyc": "^10.3.2", "object-inspect": "^1.13.2", "object.values": "^1.2.0", "rimraf": "^2.7.1", "tape": "^5.9.0" }, "engines": { "node": ">= 0.4" }, "files": [ "lib" ], "homepage": "https://github.com/A11yance/aria-query#readme", "keywords": [ "accessibility", "ARIA" ], "license": "Apache-2.0", "main": "lib/index.js", "name": "aria-query", "repository": { "type": "git", "url": "git+https://github.com/A11yance/aria-query.git" }, "scripts": { "build": "babel src --out-dir lib", "build:tests": "npm run build && rimraf __tests-built__ && BABEL_ENV=test babel __tests__ --out-dir __tests-built__", "lint": "eslint --ext=js,mjs .", "output_as_hack": "babel-node ./scripts/output_as_hack.js", "posttest": "npm audit --production", "prebuild": "rimraf lib", "prepack": "npm run build", "prepublishOnly": "npm run build", "pretest": "npm run lint && flow", "test": "npm run tests-only", "tests-built": "nyc tape --strict -r array.from/auto '__tests-built__/**/*.js'", "tests-only": "nyc tape --strict -r @babel/register '__tests__/**/*.js'" }, "version": "5.3.2" }