93 lines
2.6 KiB
JSON
Executable File
93 lines
2.6 KiB
JSON
Executable File
{
|
|
"_args": [
|
|
[
|
|
"axobject-query@2.1.2",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_from": "axobject-query@2.1.2",
|
|
"_id": "axobject-query@2.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ICt34ZmrVt8UQnvPl6TVyDTkmhXmAyAT4Jh5ugfGUX4MOrZ+U/ZY6/sdylRw3qGNr9Ub5AJsaHeDMzNLehRdOQ==",
|
|
"_location": "/axobject-query",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "axobject-query@2.1.2",
|
|
"name": "axobject-query",
|
|
"escapedName": "axobject-query",
|
|
"rawSpec": "2.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-jsx-a11y"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.1.2.tgz",
|
|
"_spec": "2.1.2",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"author": {
|
|
"name": "Jesse Beach",
|
|
"email": "splendidnoise@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/A11yance/axobject-query/issues"
|
|
},
|
|
"dependencies": {},
|
|
"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": [
|
|
"<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",
|
|
"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.1.2"
|
|
}
|