{ "_from": "axobject-query@^2.0.2", "_id": "axobject-query@2.2.0", "_inBundle": false, "_integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==", "_location": "/axobject-query", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "axobject-query@^2.0.2", "name": "axobject-query", "escapedName": "axobject-query", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/eslint-plugin-jsx-a11y" ], "_resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", "_shasum": "943d47e10c0b704aa42275e20edf3722648989be", "_spec": "axobject-query@^2.0.2", "_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\eslint-plugin-jsx-a11y", "author": { "name": "Jesse Beach", "email": "splendidnoise@gmail.com" }, "bugs": { "url": "https://github.com/A11yance/axobject-query/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Programmatic access to information about the AXObject Model", "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "@babel/preset-flow": "^7.7.4", "babel-eslint": "^10.0.1", "babel-jest": "^24.0.0", "coveralls": "^2.12.0", "eslint": "^5 || ^6", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-flowtype": "^3.5.0", "eslint-plugin-import": "^2.18.0", "expect": "^1.20.2", "flow-bin": "^0.112.0", "jest": "^24.9.0", "rimraf": "^2.6.3" }, "files": [ "lib" ], "homepage": "https://github.com/A11yance/axobject-query#readme", "jest": { "coverageReporters": [ "lcov" ], "coverageDirectory": "reports", "roots": [ "/__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", "coveralls": "cat ./reports/lcov.info | coveralls", "flow": "flow; test $? -eq 0 -o $? -eq 2", "jest": "jest --coverage __tests__/**/*", "lint": "eslint --config .eslintrc src __tests__", "lint:fix": "npm run lint -- --fix", "prepare": "npm run lint && npm run flow && npm run test && npm run build", "pretest": "npm run lint:fix && npm run flow", "test": "npm run jest", "test:ci": "npm run jest -- --ci --runInBand" }, "version": "2.2.0" }