1{
2  "_args": [
3    [
4      "axobject-query@2.2.0",
5      "/usr/home/0mp/f/freebsd-ports/textproc/write-good/work/write-good-1.0.8"
6    ]
7  ],
8  "_development": true,
9  "_from": "axobject-query@2.2.0",
10  "_id": "axobject-query@2.2.0",
11  "_inBundle": false,
12  "_integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==",
13  "_location": "/axobject-query",
14  "_phantomChildren": {},
15  "_requested": {
16    "type": "version",
17    "registry": true,
18    "raw": "axobject-query@2.2.0",
19    "name": "axobject-query",
20    "escapedName": "axobject-query",
21    "rawSpec": "2.2.0",
22    "saveSpec": null,
23    "fetchSpec": "2.2.0"
24  },
25  "_requiredBy": [
26    "/eslint-plugin-jsx-a11y"
27  ],
28  "_resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
29  "_spec": "2.2.0",
30  "_where": "/usr/home/0mp/f/freebsd-ports/textproc/write-good/work/write-good-1.0.8",
31  "author": {
32    "name": "Jesse Beach",
33    "email": "splendidnoise@gmail.com"
34  },
35  "bugs": {
36    "url": "https://github.com/A11yance/axobject-query/issues"
37  },
38  "dependencies": {},
39  "description": "Programmatic access to information about the AXObject Model",
40  "devDependencies": {
41    "@babel/cli": "^7.6.4",
42    "@babel/core": "^7.6.4",
43    "@babel/preset-env": "^7.6.3",
44    "@babel/preset-flow": "^7.7.4",
45    "babel-eslint": "^10.0.1",
46    "babel-jest": "^24.0.0",
47    "coveralls": "^2.12.0",
48    "eslint": "^5 || ^6",
49    "eslint-config-airbnb-base": "^13.0.0",
50    "eslint-plugin-flowtype": "^3.5.0",
51    "eslint-plugin-import": "^2.18.0",
52    "expect": "^1.20.2",
53    "flow-bin": "^0.112.0",
54    "jest": "^24.9.0",
55    "rimraf": "^2.6.3"
56  },
57  "files": [
58    "lib"
59  ],
60  "homepage": "https://github.com/A11yance/axobject-query#readme",
61  "jest": {
62    "coverageReporters": [
63      "lcov"
64    ],
65    "coverageDirectory": "reports",
66    "roots": [
67      "<rootDir>/__tests__"
68    ]
69  },
70  "keywords": [
71    "accessibility"
72  ],
73  "license": "Apache-2.0",
74  "main": "lib/index.js",
75  "name": "axobject-query",
76  "repository": {
77    "type": "git",
78    "url": "git+https://github.com/A11yance/axobject-query.git"
79  },
80  "scripts": {
81    "build": "rimraf lib && babel src --out-dir lib",
82    "coveralls": "cat ./reports/lcov.info | coveralls",
83    "flow": "flow; test $? -eq 0 -o $? -eq 2",
84    "jest": "jest --coverage __tests__/**/*",
85    "lint": "eslint  --config .eslintrc src __tests__",
86    "lint:fix": "npm run lint -- --fix",
87    "prepare": "npm run lint && npm run flow && npm run test && npm run build",
88    "pretest": "npm run lint:fix && npm run flow",
89    "test": "npm run jest",
90    "test:ci": "npm run jest -- --ci --runInBand"
91  },
92  "version": "2.2.0"
93}
94