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

49 lines (48 loc) 795 B
{ "name": "trim-off-newlines", "version": "1.0.1", "description": "Similar to String#trim() but removes only newlines", "license": "MIT", "repository": "stevemao/trim-off-newlines", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "github.com/stevemao" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && mocha" }, "files": [ "index.js" ], "keywords": [ "trim", "newlines", "new-lines", "newline", "new-lines", "string", "str", "util", "utils", "utility", "whitespace", "space", "remove", "delete" ], "dependencies": {}, "devDependencies": { "mocha": "*", "xo": "*" }, "xo": { "envs": [ "node", "mocha" ] } }