add enter functionality and resolve title show bug
This commit is contained in:
107
kitabcitab/node_modules/aria-query/package.json
generated
vendored
107
kitabcitab/node_modules/aria-query/package.json
generated
vendored
@@ -1,38 +1,50 @@
|
||||
{
|
||||
"name": "aria-query",
|
||||
"version": "4.2.2",
|
||||
"description": "Programmatic access to the ARIA specification",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
"_args": [
|
||||
[
|
||||
"aria-query@4.2.2",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rimraf lib && babel src --out-dir lib",
|
||||
"prepare": "npm run lint && npm run flow && npm run test && npm run build",
|
||||
"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",
|
||||
"pretest": "npm run lint:fix && npm run flow",
|
||||
"test": "npm run jest",
|
||||
"test:ci": "npm run jest -- --ci --runInBand",
|
||||
"jest": "jest --coverage __tests__/**/*",
|
||||
"output_as_hack": "babel-node ./scripts/output_as_hack.js"
|
||||
"_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": "version",
|
||||
"registry": true,
|
||||
"raw": "aria-query@4.2.2",
|
||||
"name": "aria-query",
|
||||
"escapedName": "aria-query",
|
||||
"rawSpec": "4.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.2.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/A11yance/aria-query.git"
|
||||
},
|
||||
"keywords": [
|
||||
"accessibility",
|
||||
"ARIA"
|
||||
"_requiredBy": [
|
||||
"/eslint-plugin-jsx-a11y"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
|
||||
"_spec": "4.2.2",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Jesse Beach",
|
||||
"email": "splendidnoise@gmail.com"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all",
|
||||
"ie 11"
|
||||
],
|
||||
"author": "Jesse Beach <splendidnoise@gmail.com>",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/A11yance/aria-query/issues"
|
||||
},
|
||||
"homepage": "https://github.com/A11yance/aria-query#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.10.2",
|
||||
"@babel/runtime-corejs3": "^7.10.2"
|
||||
},
|
||||
"description": "Programmatic access to the ARIA specification",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.10.1",
|
||||
"@babel/core": "^7.10.2",
|
||||
@@ -56,10 +68,10 @@
|
||||
"engines": {
|
||||
"node": ">=6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.10.2",
|
||||
"@babel/runtime-corejs3": "^7.10.2"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/A11yance/aria-query#readme",
|
||||
"jest": {
|
||||
"coverageReporters": [
|
||||
"lcov"
|
||||
@@ -69,10 +81,29 @@
|
||||
"<rootDir>/__tests__"
|
||||
]
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all",
|
||||
"ie 11"
|
||||
]
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user