react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / node_modules / commoner / node_modules / recast / package.json
81164 views{1"author": {2"name": "Ben Newman",3"email": "[email protected]"4},5"name": "recast",6"description": "JavaScript syntax tree transformer, conservative pretty-printer, and automatic source map generator",7"keywords": [8"ast",9"rewriting",10"refactoring",11"codegen",12"syntax",13"transformation",14"parsing",15"pretty-printing"16],17"version": "0.9.18",18"homepage": "http://github.com/benjamn/recast",19"repository": {20"type": "git",21"url": "git://github.com/benjamn/recast.git"22},23"license": "MIT",24"main": "main.js",25"scripts": {26"test": "node ./node_modules/mocha/bin/mocha --reporter spec",27"debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec"28},29"dependencies": {30"esprima-fb": "~10001.1.0-dev-harmony-fb",31"source-map": "~0.1.40",32"private": "~0.1.5",33"ast-types": "~0.6.1"34},35"devDependencies": {36"mocha": "~1.21.0"37},38"engines": {39"node": ">= 0.8"40},41"bugs": {42"url": "https://github.com/benjamn/recast/issues"43},44"_id": "[email protected]",45"_shasum": "f70921bb9f737d8e1fb06a440315bd7ec14587c9",46"_from": "recast@>=0.9.5 <0.10.0",47"_npmVersion": "1.4.9",48"_npmUser": {49"name": "benjamn",50"email": "[email protected]"51},52"maintainers": [53{54"name": "benjamn",55"email": "[email protected]"56}57],58"dist": {59"shasum": "f70921bb9f737d8e1fb06a440315bd7ec14587c9",60"tarball": "http://registry.npmjs.org/recast/-/recast-0.9.18.tgz"61},62"directories": {},63"_resolved": "https://registry.npmjs.org/recast/-/recast-0.9.18.tgz"64}656667