1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "axobject-query@^2.2.0",
- "_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.2.0",
- "name": "axobject-query",
- "escapedName": "axobject-query",
- "rawSpec": "^2.2.0",
- "saveSpec": null,
- "fetchSpec": "^2.2.0"
- },
- "_requiredBy": [
- "/eslint-plugin-jsx-a11y"
- ],
- "_resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
- "_shasum": "943d47e10c0b704aa42275e20edf3722648989be",
- "_spec": "axobject-query@^2.2.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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": [
- "<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.2.0"
- }
|