Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80728 views
1
{
2
"name": "sprintf-js",
3
"version": "1.0.2",
4
"description": "JavaScript sprintf implementation",
5
"author": {
6
"name": "Alexandru Marasteanu",
7
"email": "[email protected]",
8
"url": "http://alexei.ro/"
9
},
10
"main": "src/sprintf.js",
11
"scripts": {
12
"test": "mocha test/test.js"
13
},
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/alexei/sprintf.js.git"
17
},
18
"license": "BSD-3-Clause",
19
"devDependencies": {
20
"mocha": "*",
21
"grunt": "*",
22
"grunt-contrib-watch": "*",
23
"grunt-contrib-uglify": "*"
24
},
25
"gitHead": "e8c73065cd1a79a32c697806a4e85f1fe7917592",
26
"bugs": {
27
"url": "https://github.com/alexei/sprintf.js/issues"
28
},
29
"homepage": "https://github.com/alexei/sprintf.js",
30
"_id": "[email protected]",
31
"_shasum": "11e4d84ff32144e35b0bf3a66f8587f38d8f9978",
32
"_from": "sprintf-js@>=1.0.2 <1.1.0",
33
"_npmVersion": "1.4.28",
34
"_npmUser": {
35
"name": "alexei",
36
"email": "[email protected]"
37
},
38
"maintainers": [
39
{
40
"name": "alexei",
41
"email": "[email protected]"
42
}
43
],
44
"dist": {
45
"shasum": "11e4d84ff32144e35b0bf3a66f8587f38d8f9978",
46
"tarball": "http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.2.tgz"
47
},
48
"directories": {},
49
"_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.2.tgz"
50
}
51
52