{
  "_from": "astw@^2.0.0",
  "_id": "astw@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-e9QXhNMkk5h66yOba04cV6hzuRc=",
  "_location": "/astw",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "astw@^2.0.0",
    "name": "astw",
    "escapedName": "astw",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/lexical-scope"
  ],
  "_resolved": "https://registry.npmjs.org/astw/-/astw-2.2.0.tgz",
  "_shasum": "7bd41784d32493987aeb239b6b4e1c57a873b917",
  "_spec": "astw@^2.0.0",
  "_where": "/Users/jameskyburz/Documents/src/level-eventstore/packages/ui/src/ui/node_modules/lexical-scope",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/astw/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "acorn": "^4.0.3"
  },
  "deprecated": false,
  "description": "walk the ast with references to parent nodes",
  "devDependencies": {
    "escodegen": "~0.0.17",
    "tape": "~2.4.1"
  },
  "homepage": "https://github.com/substack/astw",
  "keywords": [
    "ast",
    "walk",
    "source",
    "acorn"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "astw",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/astw.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/6..latest",
      "chrome/20..latest",
      "firefox/10..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6"
    ]
  },
  "version": "2.2.0"
}
