UNPKG

recast-harmony

Version:

JavaScript syntax tree transformer, conservative pretty-printer, and automatic source map generator

41 lines (40 loc) 969 B
{ "author": "Ben Newman <bn@cs.stanford.edu>", "name": "recast-harmony", "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.6.9", "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-harmony": "*", "source-map": "0.1.32", "private": "~0.1.5", "cls": "~0.1.3", "ast-types": "~0.4.7" }, "devDependencies": { "mocha": "~1.21.0" }, "engines": { "node": ">= 0.8" } }