{
  "_args": [
    [
      "aria-query@5.0.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "aria-query@5.0.0",
  "_id": "aria-query@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==",
  "_location": "/aria-query",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "aria-query@5.0.0",
    "name": "aria-query",
    "escapedName": "aria-query",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/@testing-library/dom",
    "/@testing-library/jest-dom"
  ],
  "_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "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"
  },
  "description": "Programmatic access to the ARIA specification",
  "devDependencies": {
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.2",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-flow": "^7.10.1",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^27.0.2",
    "commander": "^8.0.0",
    "eslint": "^7.16.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-flowtype": "^6.1.0",
    "eslint-plugin-import": "^2.21.2",
    "expect": "^27.0.2",
    "flow-bin": "^0.161.0",
    "jest": "^27.0.4",
    "minimist": "^1.2.5",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=6.0"
  },
  "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 .",
    "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.0.0"
}
