123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_from": "aria-query@^4.2.2",
- "_id": "aria-query@4.2.2",
- "_inBundle": false,
- "_integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
- "_location": "/aria-query",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "aria-query@^4.2.2",
- "name": "aria-query",
- "escapedName": "aria-query",
- "rawSpec": "^4.2.2",
- "saveSpec": null,
- "fetchSpec": "^4.2.2"
- },
- "_requiredBy": [
- "/eslint-plugin-jsx-a11y"
- ],
- "_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
- "_shasum": "0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b",
- "_spec": "aria-query@^4.2.2",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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/aria-query/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.10.2",
- "@babel/runtime-corejs3": "^7.10.2"
- },
- "deprecated": false,
- "description": "Programmatic access to the ARIA specification",
- "devDependencies": {
- "@babel/cli": "^7.10.1",
- "@babel/core": "^7.10.2",
- "@babel/plugin-transform-runtime": "^7.10.1",
- "@babel/preset-env": "^7.10.2",
- "@babel/preset-flow": "^7.10.1",
- "babel-eslint": "^10.1.0",
- "babel-jest": "^24.0.0",
- "commander": "^2.11.0",
- "coveralls": "^2.11.15",
- "eslint": "^6.8.0",
- "eslint-config-airbnb-base": "^13.0.0",
- "eslint-plugin-flowtype": "^3.5.0",
- "eslint-plugin-import": "^2.21.2",
- "expect": "^1.20.2",
- "flow-bin": "^0.112.0",
- "jest": "^24.9.0",
- "minimist": "^1.2.5",
- "rimraf": "^2.6.3"
- },
- "engines": {
- "node": ">=6.0"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/A11yance/aria-query#readme",
- "jest": {
- "coverageReporters": [
- "lcov"
- ],
- "coverageDirectory": "reports",
- "roots": [
- "<rootDir>/__tests__"
- ]
- },
- "keywords": [
- "accessibility",
- "ARIA"
- ],
- "license": "Apache-2.0",
- "main": "lib/index.js",
- "name": "aria-query",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/A11yance/aria-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",
- "output_as_hack": "babel-node ./scripts/output_as_hack.js",
- "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": "4.2.2"
- }
|