UNPKG

json-exec

Version:
23 lines (21 loc) 596 B
{ "name": "json-exec", "description": "fast templated json stringify", "version": "0.2.1", "main": "json-exec", "author": "andrasq", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/andrasq/node-json-exec" }, "keywords": [ "json", "fast", "compile", "execute", "templated" ], "files": ["json-exec.js", "README.md", "LICENSE"], "readme": "see README.md", "scripts": { "benchmark": "node benchmark.js", "test": "qnit test-*", "coverage": "nyc -r text -r lcov npm test", "clean": "rm -rf .nyc_output coverage" } }