{
  "_args": [
    [
      {
        "raw": "ast-types@0.8.15",
        "scope": null,
        "escapedName": "ast-types",
        "name": "ast-types",
        "rawSpec": "0.8.15",
        "spec": "0.8.15",
        "type": "version"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/recast"
    ]
  ],
  "_from": "ast-types@0.8.15",
  "_id": "ast-types@0.8.15",
  "_inCache": true,
  "_installable": true,
  "_location": "/ast-types",
  "_nodeVersion": "0.10.31",
  "_npmUser": {
    "name": "benjamn",
    "email": "bn@cs.stanford.edu"
  },
  "_npmVersion": "3.3.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ast-types@0.8.15",
    "scope": null,
    "escapedName": "ast-types",
    "name": "ast-types",
    "rawSpec": "0.8.15",
    "spec": "0.8.15",
    "type": "version"
  },
  "_requiredBy": [
    "/recast"
  ],
  "_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.15.tgz",
  "_shasum": "8eef0827f04dff0ec8857ba925abe3fea6194e52",
  "_shrinkwrap": null,
  "_spec": "ast-types@0.8.15",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/recast",
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "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.2.5"
  },
  "directories": {},
  "dist": {
    "shasum": "8eef0827f04dff0ec8857ba925abe3fea6194e52",
    "tarball": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.15.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "e72354e0b2f4b7d0f40318909da2b6646830bf86",
  "homepage": "http://github.com/benjamn/ast-types",
  "keywords": [
    "ast",
    "abstract syntax tree",
    "hierarchy",
    "mozilla",
    "spidermonkey",
    "parser api",
    "esprima",
    "types",
    "type system",
    "type checking",
    "dynamic types",
    "parsing",
    "transformation",
    "syntax"
  ],
  "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.8.15"
}
