{
  "_args": [
    [
      "recast@^0.11.17",
      "/usr/share/npm/node_modules/commoner"
    ]
  ],
  "_from": "recast@>=0.11.17 <0.12.0",
  "_id": "recast@0.11.23",
  "_inCache": true,
  "_installable": true,
  "_location": "/commoner/recast",
  "_nodeVersion": "4.7.3",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/recast-0.11.23.tgz_1489336675946_0.5593111158814281"
  },
  "_npmUser": {
    "email": "bn@cs.stanford.edu",
    "name": "benjamn"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "recast",
    "raw": "recast@^0.11.17",
    "rawSpec": "^0.11.17",
    "scope": null,
    "spec": ">=0.11.17 <0.12.0",
    "type": "range"
  },
  "_requiredBy": [
    "/commoner"
  ],
  "_resolved": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz",
  "_shasum": "451fd3004ab1e4df9b4e4b66376b2a21912462d3",
  "_shrinkwrap": null,
  "_spec": "recast@^0.11.17",
  "_where": "/usr/share/npm/node_modules/commoner",
  "author": {
    "email": "bn@cs.stanford.edu",
    "name": "Ben Newman"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/benjamn/recast/issues"
  },
  "dependencies": {
    "ast-types": "0.9.6",
    "esprima": "~3.1.0",
    "private": "~0.1.5",
    "source-map": "~0.5.0"
  },
  "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
  "devDependencies": {
    "babylon": "~6.15.0",
    "esprima-fb": "^15001.1001.0-dev-harmony-fb",
    "mocha": "~3.1.2"
  },
  "directories": {},
  "dist": {
    "shasum": "451fd3004ab1e4df9b4e4b66376b2a21912462d3",
    "tarball": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "3a155b9610c9c3b813980934a5910a7edffc6667",
  "homepage": "http://github.com/benjamn/recast",
  "keywords": [
    "ast",
    "codegen",
    "parsing",
    "pretty-printing",
    "refactoring",
    "rewriting",
    "syntax",
    "transformation"
  ],
  "license": "MIT",
  "main": "main.js",
  "maintainers": [
    {
      "name": "benjamn",
      "email": "bn@cs.stanford.edu"
    }
  ],
  "name": "recast",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/recast.git"
  },
  "scripts": {
    "debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec",
    "test": "node ./node_modules/mocha/bin/mocha --reporter spec --full-trace"
  },
  "version": "0.11.23"
}
