{
  "_from": "dash-ast@^1.0.0",
  "_id": "dash-ast@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==",
  "_location": "/dash-ast",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dash-ast@^1.0.0",
    "name": "dash-ast",
    "escapedName": "dash-ast",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/undeclared-identifiers"
  ],
  "_resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz",
  "_shasum": "12029ba5fb2f8aa6f0a861795b23c1b4b6c27d37",
  "_spec": "dash-ast@^1.0.0",
  "_where": "/Users/jan/dev/gs_api_node/example/node_modules/undeclared-identifiers",
  "author": {
    "name": "Renée Kooi",
    "email": "renee@kooi.me"
  },
  "bugs": {
    "url": "https://github.com/goto-bus-stop/dash-ast/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "walk an AST, quickly",
  "devDependencies": {
    "acorn": "^5.5.3",
    "astw": "^2.2.0",
    "estree-walk": "^2.2.0",
    "estree-walker": "^0.5.2",
    "nanobench": "^2.1.1",
    "standard": "^11.0.1",
    "tape": "^4.9.0"
  },
  "homepage": "https://github.com/goto-bus-stop/dash-ast",
  "keywords": [
    "ast",
    "estree",
    "javascript",
    "parse",
    "transform",
    "tree",
    "visitor",
    "walk",
    "walker"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "dash-ast",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goto-bus-stop/dash-ast.git"
  },
  "scripts": {
    "test": "standard && node test && node bench"
  },
  "version": "1.0.0"
}
