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

37 lines (36 loc) 612 B
{ "name": "null-check", "version": "1.0.0", "description": "Ensure a path doesn't contain null bytes", "license": "MIT", "repository": "sindresorhus/null-check", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js" ], "keywords": [ "built-in", "core", "ponyfill", "polyfill", "shim", "fs", "path", "null", "bytes", "check" ], "devDependencies": { "ava": "0.0.4" } }