{
  "_args": [
    [
      {
        "raw": "aria-query@^0.3.0",
        "scope": null,
        "escapedName": "aria-query",
        "name": "aria-query",
        "rawSpec": "^0.3.0",
        "spec": ">=0.3.0 <0.4.0",
        "type": "range"
      },
      "/Users/tiborkreiter/RubyProjects/sharetribe/e-lado/node_modules/eslint-plugin-jsx-a11y"
    ]
  ],
  "_from": "aria-query@>=0.3.0 <0.4.0",
  "_id": "aria-query@0.3.0",
  "_inCache": true,
  "_location": "/aria-query",
  "_nodeVersion": "4.7.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/aria-query-0.3.0.tgz_1485899459736_0.1286766673438251"
  },
  "_npmUser": {
    "name": "jessebeach",
    "email": "splendidnoise@gmail.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "aria-query@^0.3.0",
    "scope": null,
    "escapedName": "aria-query",
    "name": "aria-query",
    "rawSpec": "^0.3.0",
    "spec": ">=0.3.0 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint-plugin-jsx-a11y"
  ],
  "_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-0.3.0.tgz",
  "_shasum": "cb8a9984e2862711c83c80ade5b8f5ca0de2b467",
  "_shrinkwrap": null,
  "_spec": "aria-query@^0.3.0",
  "_where": "/Users/tiborkreiter/RubyProjects/sharetribe/e-lado/node_modules/eslint-plugin-jsx-a11y",
  "author": {
    "name": "Jesse Beach",
    "email": "splendidnoise@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/A11yance/aria-query/issues"
  },
  "contributors": [],
  "dependencies": {
    "ast-types-flow": "0.0.7"
  },
  "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.38.0",
    "jest": "^18.1.0",
    "minimist": "^1.2.0",
    "rimraf": "^2.5.4"
  },
  "directories": {},
  "dist": {
    "shasum": "cb8a9984e2862711c83c80ade5b8f5ca0de2b467",
    "tarball": "https://registry.npmjs.org/aria-query/-/aria-query-0.3.0.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "4cc9e5d9cced1e57395381789ad079aa757ab06e",
  "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",
  "maintainers": [
    {
      "name": "jessebeach",
      "email": "splendidnoise@gmail.com"
    },
    {
      "name": "marcysutton",
      "email": "marcy.sutton@deque.com"
    },
    {
      "name": "sundress",
      "email": "aliceboxhall@gmail.com"
    }
  ],
  "name": "aria-query",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/A11yance/aria-query.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src --out-dir lib && cp -R src/etc/ lib/etc",
    "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",
    "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": "0.3.0"
}
