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) 625 B
{ "name": "modify-values", "version": "1.0.0", "description": "Modify the values of an object", "license": "MIT", "repository": "sindresorhus/modify-values", "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": [ "object", "assign", "extend", "properties", "values", "val", "transform", "transformation", "map", "modify" ], "devDependencies": { "ava": "0.0.4" } }