{
  "_from": "axobject-query@^3.1.1",
  "_id": "axobject-query@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
  "_location": "/axobject-query",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "axobject-query@^3.1.1",
    "name": "axobject-query",
    "escapedName": "axobject-query",
    "rawSpec": "^3.1.1",
    "saveSpec": null,
    "fetchSpec": "^3.1.1"
  },
  "_requiredBy": [
    "/eslint-plugin-jsx-a11y"
  ],
  "_resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
  "_shasum": "39c378a6e3b06ca679f29138151e45b2b32da62a",
  "_spec": "axobject-query@^3.1.1",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end/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/axobject-query/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "dequal": "^2.0.3"
  },
  "deprecated": false,
  "description": "Programmatic access to information about the AXObject Model",
  "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",
    "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.190.1",
    "flow-typed": "^3.8.0",
    "jest": "^29.2.1",
    "rimraf": "^3.0.2"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/A11yance/axobject-query#readme",
  "jest": {
    "coverageReporters": [
      "lcov"
    ],
    "coverageDirectory": "reports",
    "roots": [
      "<rootDir>/__tests__"
    ]
  },
  "keywords": [
    "accessibility"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "axobject-query",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/A11yance/axobject-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",
    "pretest": "npm run lint:fix && npm run flow",
    "test": "npm run jest",
    "test:ci": "npm run jest -- --ci --runInBand"
  },
  "version": "3.2.1"
}
