add enter functionality and resolve title show bug
This commit is contained in:
87
kitabcitab/node_modules/axobject-query/package.json
generated
vendored
87
kitabcitab/node_modules/axobject-query/package.json
generated
vendored
@@ -1,36 +1,41 @@
|
||||
{
|
||||
"name": "axobject-query",
|
||||
"version": "2.2.0",
|
||||
"description": "Programmatic access to information about the AXObject Model",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
"_args": [
|
||||
[
|
||||
"axobject-query@2.2.0",
|
||||
"/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__/**/*"
|
||||
"_from": "axobject-query@2.2.0",
|
||||
"_id": "axobject-query@2.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==",
|
||||
"_location": "/axobject-query",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "axobject-query@2.2.0",
|
||||
"name": "axobject-query",
|
||||
"escapedName": "axobject-query",
|
||||
"rawSpec": "2.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/A11yance/axobject-query.git"
|
||||
},
|
||||
"keywords": [
|
||||
"accessibility"
|
||||
"_requiredBy": [
|
||||
"/eslint-plugin-jsx-a11y"
|
||||
],
|
||||
"author": "Jesse Beach <splendidnoise@gmail.com>",
|
||||
"license": "Apache-2.0",
|
||||
"_resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
|
||||
"_spec": "2.2.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Jesse Beach",
|
||||
"email": "splendidnoise@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/A11yance/axobject-query/issues"
|
||||
},
|
||||
"homepage": "https://github.com/A11yance/axobject-query#readme",
|
||||
"dependencies": {},
|
||||
"description": "Programmatic access to information about the AXObject Model",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.6.4",
|
||||
"@babel/core": "^7.6.4",
|
||||
@@ -48,7 +53,10 @@
|
||||
"jest": "^24.9.0",
|
||||
"rimraf": "^2.6.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/A11yance/axobject-query#readme",
|
||||
"jest": {
|
||||
"coverageReporters": [
|
||||
"lcov"
|
||||
@@ -57,5 +65,28 @@
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user