UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

28 lines (27 loc) 696 B
{ "name": "babel-generator", "version": "6.23.0", "description": "Turns an AST into code.", "author": "Sebastian McKenzie <sebmck@gmail.com>", "homepage": "https://babeljs.io/", "license": "MIT", "repository": "https://github.com/babel/babel/tree/master/packages/babel-generator", "main": "lib/index.js", "files": [ "lib" ], "dependencies": { "babel-messages": "^6.23.0", "babel-runtime": "^6.22.0", "babel-types": "^6.23.0", "detect-indent": "^4.0.0", "jsesc": "^1.3.0", "lodash": "^4.2.0", "source-map": "^0.5.0", "trim-right": "^1.0.1" }, "devDependencies": { "babel-helper-fixtures": "^6.22.0", "babylon": "^6.11.0" } }