init source
This commit is contained in:
+98
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"aria-query@3.0.0",
|
||||
"/home/app"
|
||||
]
|
||||
],
|
||||
"_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": [
|
||||
"/eslint-plugin-jsx-a11y"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "/home/app",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user