{
  "_args": [
    [
      "aria-query@5.1.3",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "aria-query@5.1.3",
  "_id": "aria-query@5.1.3",
  "_inBundle": false,
  "_integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
  "_location": "/aria-query",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "aria-query@5.1.3",
    "name": "aria-query",
    "escapedName": "aria-query",
    "rawSpec": "5.1.3",
    "saveSpec": null,
    "fetchSpec": "5.1.3"
  },
  "_requiredBy": [
    "/@testing-library/jest-dom",
    "/eslint-plugin-jsx-a11y"
  ],
  "_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
  "_spec": "5.1.3",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "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"
  },
  "dependencies": {
    "deep-equal": "^2.0.5"
  },
  "description": "Programmatic access to the ARIA specification",
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.19.6",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-flow": "^7.18.6",
    "babel-jest": "^29.2.1",
    "commander": "^9.4.1",
    "eslint": "^8.26.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.1.3",
    "expect": "^29.2.1",
    "flow-bin": "^0.191.0",
    "jest": "^29.2.1",
    "minimist": "^1.2.7",
    "rimraf": "^3.0.2"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/A11yance/aria-query#readme",
  "jest": {
    "coverageReporters": [
      "lcov"
    ],
    "coverageDirectory": "reports",
    "roots": [
      "<rootDir>/__tests__"
    ]
  },
  "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": "rimraf lib && babel src --out-dir lib",
    "flow": "flow",
    "jest": "jest --coverage __tests__/**/*",
    "lint": "eslint  --config .eslintrc src __tests__ scripts",
    "lint:fix": "npm run lint -- --fix",
    "output_as_hack": "babel-node ./scripts/output_as_hack.js",
    "pretest": "npm run lint:fix && npm run flow",
    "test": "npm run jest",
    "test:ci": "npm run jest -- --ci --runInBand"
  },
  "version": "5.1.3"
}
