{
  "_args": [
    [
      "ast-types@0.9.0",
      "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/recast"
    ]
  ],
  "_from": "ast-types@0.9.0",
  "_id": "ast-types@0.9.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/ast-types",
  "_nodeVersion": "4.4.7",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/ast-types-0.9.0.tgz_1471291785480_0.317720920778811"
  },
  "_npmUser": {
    "email": "bn@cs.stanford.edu",
    "name": "benjamn"
  },
  "_npmVersion": "3.10.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "ast-types",
    "raw": "ast-types@0.9.0",
    "rawSpec": "0.9.0",
    "scope": null,
    "spec": "0.9.0",
    "type": "version"
  },
  "_requiredBy": [
    "/recast"
  ],
  "_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.0.tgz",
  "_shasum": "c8721c8747ae4d5b29b929e99c5317b4e8745623",
  "_shrinkwrap": null,
  "_spec": "ast-types@0.9.0",
  "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.7AUjthFu/node_modules/recast",
  "author": {
    "email": "bn@cs.stanford.edu",
    "name": "Ben Newman"
  },
  "bugs": {
    "url": "https://github.com/benjamn/ast-types/issues"
  },
  "dependencies": {},
  "description": "Esprima-compatible implementation of the Mozilla JS Parser API",
  "devDependencies": {
    "babel-core": "^5.6.15",
    "esprima": "~1.2.2",
    "esprima-fb": "~14001.1.0-dev-harmony-fb",
    "mocha": "~2.5.3"
  },
  "directories": {},
  "dist": {
    "shasum": "c8721c8747ae4d5b29b929e99c5317b4e8745623",
    "tarball": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.0.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "65fd5d3df4983e8aad083543614936c24a7eb93f",
  "homepage": "http://github.com/benjamn/ast-types",
  "keywords": [
    "abstract syntax tree",
    "ast",
    "dynamic types",
    "esprima",
    "hierarchy",
    "mozilla",
    "parser api",
    "parsing",
    "spidermonkey",
    "syntax",
    "transformation",
    "type checking",
    "type system",
    "types"
  ],
  "license": "MIT",
  "main": "main.js",
  "maintainers": [
    {
      "name": "benjamn",
      "email": "bn@cs.stanford.edu"
    }
  ],
  "name": "ast-types",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/ast-types.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --full-trace test/run.js"
  },
  "version": "0.9.0"
}
