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
38 lines (37 loc) • 623 B
JSON
{
"name": "buf-compare",
"version": "1.0.1",
"description": "Node.js `Buffer.compare()` ponyfill",
"license": "MIT",
"repository": "sindresorhus/buf-compare",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js"
],
"keywords": [
"built-in",
"core",
"ponyfill",
"polyfill",
"shim",
"buffer",
"buffers",
"compare",
"comparison",
"sort",
"order"
],
"devDependencies": {
"ava": "*"
}
}