{
  "_from": "acorn-jsx-walk@2.0.0",
  "_id": "acorn-jsx-walk@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-uuo6iJj4D4ygkdzd6jPtcxs8vZgDX9YFIkqczGImoypX2fQ4dVImmu3UzA4ynixCIMTrEOWW+95M2HuBaCEOVA==",
  "_location": "/acorn-jsx-walk",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "acorn-jsx-walk@2.0.0",
    "name": "acorn-jsx-walk",
    "escapedName": "acorn-jsx-walk",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/dependency-cruiser"
  ],
  "_resolved": "https://registry.npmjs.org/acorn-jsx-walk/-/acorn-jsx-walk-2.0.0.tgz",
  "_shasum": "a5ed648264e68282d7c2aead80216bfdf232573a",
  "_spec": "acorn-jsx-walk@2.0.0",
  "_where": "/var/www/html/carbono/node_modules/dependency-cruiser",
  "author": {
    "name": "Julian Lloyd",
    "email": "me@jlmak.es"
  },
  "bugs": {
    "url": "https://github.com/sderosiaux/acorn-jsx-walk/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JSX support for Acorn Walk",
  "devDependencies": {
    "acorn": "^6.1.1",
    "acorn-jsx": "^5.0.1",
    "acorn-walk": "^6.1.1",
    "chai": "^4.2.0",
    "eslint": "^5.15.1",
    "mocha": "^6.0.2",
    "reify": "^0.18.1",
    "rimraf": "^2.5.2",
    "rollup": "^1.5.0",
    "rollup-plugin-buble": "^0.19.6",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^4.0.1"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/sderosiaux/acorn-jsx-walk#readme",
  "keywords": [
    "acorn",
    "jsx",
    "walk",
    "parse"
  ],
  "license": "MIT",
  "main": "dist/acorn-jsx-walk.js",
  "module": "dist/acorn-jsx-walk.mjs",
  "name": "acorn-jsx-walk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sderosiaux/acorn-jsx-walk.git"
  },
  "scripts": {
    "build": "./node_modules/rollup/bin/rollup -c ./build/rollup.conf.js",
    "lint": "./node_modules/eslint/bin/eslint.js src test",
    "prebuild": "rimraf dist",
    "prepublish": "npm test && npm run build",
    "pretest": "rimraf .reify-cache/ && npm run lint",
    "test": "mocha -r reify test/**/*.spec.js",
    "testing": "npm test -- --watch"
  },
  "version": "2.0.0"
}
