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

33 lines (32 loc) 741 B
{ "name": "split2", "version": "2.1.1", "description": "split a Text Stream into a Line Stream, using Stream 3", "main": "index.js", "scripts": { "test": "standard && tap -b test.js" }, "pre-commit": [ "test" ], "website": "https://github.com/mcollina/split2", "repository": { "type": "git", "url": "https://github.com/mcollina/split2.git" }, "bugs": { "url": "http://github.com/mcollina/split2/issues" }, "author": "Matteo Collina <hello@matteocollina.com>", "license": "ISC", "devDependencies": { "callback-stream": "^1.1.0", "fastbench": "^1.0.0", "pre-commit": "^1.1.2", "standard": "^8.6.0", "tap": "^8.0.1" }, "dependencies": { "through2": "^2.0.2" } }