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

70 lines (69 loc) 1.33 kB
{ "name": "lazy-arrayify", "version": "1.0.3", "description": "We are lazy, also [lazy-cache][]d and [browserify][]-ready - just arrayify, falsey values returns empty array. In bonus with `.isArray` method.", "repository": "tunnckoCore/lazy-arrayify", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "precommit.silent": true, "main": "index.js", "license": "MIT", "scripts": { "test": "standard && node test.js" }, "dependencies": { "isarray": "^1.0.0", "lazy-cache": "^2.0.0" }, "devDependencies": { "assertit": "^0.1.0", "pre-commit": "*" }, "files": [ "arrayify.js", "index.js", "isarray.js" ], "keywords": [ "arr", "array", "arrayify", "arrify", "browser", "browserify", "cache", "cached", "ify", "lazy", "lazy-arrayify", "lazy-cache", "util", "utility", "utils" ], "verb": { "run": true, "toc": false, "layout": "empty", "tasks": [ "readme" ], "related": { "list": [ "limon", "limon-prev-next", "isarray", "arrify", "postjson" ] }, "reflinks": [ "lazy-cache", "browserify", "limon", "isarray" ], "lint": { "reflinks": true } } }