{

"author": {
  "name": "Ben Newman",
  "email": "bn@cs.stanford.edu"
},
"name": "recast",
"description": "JavaScript syntax tree transformer, conservative pretty-printer, and automatic source map generator",
"keywords": [
  "ast",
  "rewriting",
  "refactoring",
  "codegen",
  "syntax",
  "transformation",
  "parsing",
  "pretty-printing"
],
"version": "0.8.8",
"homepage": "http://github.com/benjamn/recast",
"repository": {
  "type": "git",
  "url": "git://github.com/benjamn/recast.git"
},
"license": "MIT",
"main": "main.js",
"scripts": {
  "test": "node ./node_modules/mocha/bin/mocha --reporter spec",
  "debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec"
},
"dependencies": {
  "esprima-fb": "~7001.1.0-dev-harmony-fb",
  "source-map": "0.1.32",
  "private": "~0.1.5",
  "cls": "~0.1.3",
  "depd": "~1.0.0",
  "ast-types": "~0.5.7"
},
"devDependencies": {
  "mocha": "~1.21.0"
},
"engines": {
  "node": ">= 0.8"
},
"gitHead": "2a6a963b98a43c6ef9af76c48d171785484d922b",
"bugs": {
  "url": "https://github.com/benjamn/recast/issues"
},
"_id": "recast@0.8.8",
"_shasum": "e14e8dad83b02d8f7827d97b1f3e264ed08d421c",
"_from": "recast@>=0.8.0 <0.9.0",
"_npmVersion": "1.4.28",
"_npmUser": {
  "name": "benjamn",
  "email": "bn@cs.stanford.edu"
},
"maintainers": [
  {
    "name": "benjamn",
    "email": "bn@cs.stanford.edu"
  }
],
"dist": {
  "shasum": "e14e8dad83b02d8f7827d97b1f3e264ed08d421c",
  "tarball": "http://registry.npmjs.org/recast/-/recast-0.8.8.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.8.8.tgz",
"readme": "ERROR: No README data found!"

}