{
  "_args": [
    [
      {
        "raw": "jsx-ast-utils@^1.0.0",
        "scope": null,
        "escapedName": "jsx-ast-utils",
        "name": "jsx-ast-utils",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.62ZqkCwu/node_modules/eslint-plugin-jsx-a11y"
    ]
  ],
  "_from": "jsx-ast-utils@>=1.0.0 <2.0.0",
  "_id": "jsx-ast-utils@1.3.1",
  "_inCache": true,
  "_location": "/jsx-ast-utils",
  "_nodeVersion": "5.11.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/jsx-ast-utils-1.3.1.tgz_1468421887991_0.8875111474189907"
  },
  "_npmUser": {
    "name": "evcohen",
    "email": "ethanvcohen@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "jsx-ast-utils@^1.0.0",
    "scope": null,
    "escapedName": "jsx-ast-utils",
    "name": "jsx-ast-utils",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint-plugin-jsx-a11y",
    "/eslint-plugin-react"
  ],
  "_resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.3.1.tgz",
  "_shasum": "14313c5c50da5b0c47020af5d1560c17e781a05a",
  "_shrinkwrap": null,
  "_spec": "jsx-ast-utils@^1.0.0",
  "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.62ZqkCwu/node_modules/eslint-plugin-jsx-a11y",
  "author": {
    "name": "Ethan Cohen"
  },
  "bugs": {
    "url": "https://github.com/evcohen/jsx-ast-utils/issues"
  },
  "dependencies": {
    "object-assign": "^4.1.0"
  },
  "description": "AST utility module for statically analyzing JSX",
  "devDependencies": {
    "acorn-jsx": "^3.0.1",
    "babel-cli": "^6.6.0",
    "babel-core": "^6.6.0",
    "babel-eslint": "^6.0.0",
    "babel-preset-es2015": "^6.6.0",
    "coveralls": "^2.11.8",
    "eslint": "^2.11.1",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.1",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2"
  },
  "directories": {},
  "dist": {
    "shasum": "14313c5c50da5b0c47020af5d1560c17e781a05a",
    "tarball": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.3.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "b4485847e1f69a2eafdc387a4816f2ff87086822",
  "homepage": "https://github.com/evcohen/jsx-ast-utils#readme",
  "keywords": [
    "jsx",
    "ast",
    "lint",
    "eslint"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "evcohen",
      "email": "ethanvcohen@gmail.com"
    }
  ],
  "name": "jsx-ast-utils",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evcohen/jsx-ast-utils.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src --out-dir lib",
    "coveralls": "cat ./reports/coverage/lcov.info | coveralls",
    "lint": "eslint  --config .eslintrc .",
    "prepublish": "npm run lint && npm run test && npm run build",
    "pretest": "npm run lint",
    "test": "istanbul cover -x '**/lib/**' --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
  },
  "version": "1.3.1"
}
