{
  "_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"
      },
      "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/eslint-plugin-jsx-a11y"
    ]
  ],
  "_from": "jsx-ast-utils@>=1.0.0 <2.0.0",
  "_id": "jsx-ast-utils@1.3.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/jsx-ast-utils",
  "_nodeVersion": "6.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/jsx-ast-utils-1.3.4.tgz_1479224529772_0.3712688011582941"
  },
  "_npmUser": {
    "name": "evcohen",
    "email": "ethanvcohen@gmail.com"
  },
  "_npmVersion": "3.8.9",
  "_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.4.tgz",
  "_shasum": "0257ed1cc4b1e65b39d7d9940f9fb4f20f7ba0a9",
  "_shrinkwrap": null,
  "_spec": "jsx-ast-utils@^1.0.0",
  "_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/eslint-plugin-jsx-a11y",
  "author": {
    "name": "Ethan Cohen"
  },
  "bugs": {
    "url": "https://github.com/evcohen/jsx-ast-utils/issues"
  },
  "dependencies": {
    "acorn-jsx": "^3.0.1",
    "object-assign": "^4.1.0"
  },
  "description": "AST utility module for statically analyzing JSX",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-eslint": "^7.0.0",
    "babel-jest": "^16.0.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.14.0",
    "coveralls": "^2.11.8",
    "eslint": "^3.0.0",
    "eslint-config-airbnb-base": "^8.0.0",
    "eslint-plugin-import": "^1.16.0",
    "jest": "^16.0.1",
    "rimraf": "^2.5.2"
  },
  "directories": {},
  "dist": {
    "shasum": "0257ed1cc4b1e65b39d7d9940f9fb4f20f7ba0a9",
    "tarball": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.3.4.tgz"
  },
  "engines": {
    "node": ">=4.0"
  },
  "gitHead": "572bdc686ef80ef3431b2ba52884a852d02e1fd8",
  "homepage": "https://github.com/evcohen/jsx-ast-utils#readme",
  "jest": {
    "coverageReporters": [
      "lcov"
    ],
    "coverageDirectory": "reports",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "helper.js"
    ]
  },
  "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/lcov.info | coveralls",
    "lint": "eslint  --config .eslintrc .",
    "lint:fix": "npm run lint -- --fix",
    "prepublish": "npm run lint && npm run test && npm run build",
    "pretest": "npm run lint",
    "test": "jest --coverage",
    "test:watch": "npm test -- --watch"
  },
  "version": "1.3.4"
}
