| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "aria-query@3.0.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "aria-query@3.0.0",
- "_id": "aria-query@3.0.0",
- "_inBundle": false,
- "_integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=",
- "_location": "/aria-query",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "aria-query@3.0.0",
- "name": "aria-query",
- "escapedName": "aria-query",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/codelyzer"
- ],
- "_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz",
- "_spec": "3.0.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Jesse Beach",
- "email": "splendidnoise@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/A11yance/aria-query/issues"
- },
- "dependencies": {
- "ast-types-flow": "0.0.7",
- "commander": "^2.11.0"
- },
- "description": "Programmatic access to the ARIA specification",
- "devDependencies": {
- "babel-cli": "^6.18.0",
- "babel-core": "^6.21.0",
- "babel-eslint": "^7.1.1",
- "babel-jest": "^18.0.0",
- "babel-plugin-transform-flow-strip-types": "^6.21.0",
- "babel-plugin-transform-object-rest-spread": "^6.20.2",
- "babel-polyfill": "^6.20.0",
- "babel-preset-es2015": "^6.18.0",
- "coveralls": "^2.11.15",
- "eslint": "^3.13.1",
- "eslint-plugin-flowtype": "^2.30.0",
- "eslint-plugin-import": "^2.2.0",
- "expect": "^1.20.2",
- "flow-bin": "^0.40.0",
- "jest": "^18.1.0",
- "minimist": "^1.2.0",
- "rimraf": "^2.5.4"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/A11yance/aria-query#readme",
- "jest": {
- "coverageReporters": [
- "lcov"
- ],
- "coverageDirectory": "reports",
- "testPathDirs": [
- "<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",
- "lint": "eslint --config .eslintrc src __tests__",
- "lint:fix": "npm run lint -- --fix",
- "output_as_hack": "babel-node ./scripts/output_as_hack.js",
- "prepublish": "npm run lint && npm run flow && npm run test && npm run build",
- "pretest": "npm run lint:fix && npm run flow",
- "test": "jest --coverage"
- },
- "version": "3.0.0"
- }
|