{
  "_args": [
    [
      {
        "name": "astw",
        "raw": "astw@^2.0.0",
        "rawSpec": "^2.0.0",
        "scope": null,
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/home/fgreiner/prog/js/Nodulator/node_modules/lexical-scope"
    ]
  ],
  "_from": "astw@>=2.0.0 <3.0.0",
  "_id": "astw@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/astw",
  "_nodeVersion": "1.6.3",
  "_npmUser": {
    "email": "substack@gmail.com",
    "name": "substack"
  },
  "_npmVersion": "2.7.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "astw",
    "raw": "astw@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/lexical-scope"
  ],
  "_resolved": "https://registry.npmjs.org/astw/-/astw-2.0.0.tgz",
  "_shasum": "08121ac8288d35611c0ceec663f6cd545604897d",
  "_shrinkwrap": null,
  "_spec": "astw@^2.0.0",
  "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/lexical-scope",
  "author": {
    "email": "mail@substack.net",
    "name": "James Halliday",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/astw/issues"
  },
  "dependencies": {
    "acorn": "^1.0.3"
  },
  "description": "walk the ast with references to parent nodes",
  "devDependencies": {
    "escodegen": "~0.0.17",
    "tape": "~2.4.1"
  },
  "directories": {},
  "dist": {
    "shasum": "08121ac8288d35611c0ceec663f6cd545604897d",
    "tarball": "https://registry.npmjs.org/astw/-/astw-2.0.0.tgz"
  },
  "gitHead": "c2c3527430c94a9379eb05f50dab74314e54e940",
  "homepage": "https://github.com/substack/astw",
  "keywords": [
    "ast",
    "walk",
    "source",
    "acorn"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "mail@substack.net",
      "name": "substack"
    }
  ],
  "name": "astw",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/astw.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "browsers": [
      "ie/6..latest",
      "chrome/20..latest",
      "firefox/10..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6"
    ],
    "files": "test/*.js"
  },
  "version": "2.0.0"
}
