mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
24 lines
800 B
JSON
24 lines
800 B
JSON
{
|
|
"name": "sprintf",
|
|
"version": "0.1.1",
|
|
"engines": {
|
|
"node": ">=0.2.4"
|
|
},
|
|
"author": {
|
|
"name": "Moritz Peters"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"description": "Sprintf() for node.js",
|
|
"main": "./lib/sprintf",
|
|
"readme": "# sprintf() for node\n\n## Install\n\n npm install sprintf\n\n## How to\n\nWorks exactly like http://www.diveintojavascript.com/projects/javascript-sprintf, except that it exports those two functions:\n\n sprintf = requrie('sprintf').sprintf;\n vsprintf = require('sprintf').vsprintf;\n\nHave fun!\n",
|
|
"readmeFilename": "README.md",
|
|
"_id": "sprintf@0.1.1",
|
|
"dist": {
|
|
"shasum": "4243573de280a09f2b13a28c539cca0215b7c85b"
|
|
},
|
|
"_from": "sprintf@",
|
|
"_resolved": "https://registry.npmjs.org/sprintf/-/sprintf-0.1.1.tgz"
|
|
}
|