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

31 lines (30 loc) 514 B
{ "name": "fn-name", "version": "2.0.1", "description": "Get the name of a named function", "repository": "sindresorhus/fn-name", "keywords": [ "function", "func", "fn", "name" ], "license": "MIT", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "files": [ "index.js" ], "scripts": { "test": "mocha" }, "devDependencies": { "mocha": "*" }, "engines": { "node": ">=0.10.0" } }