mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
28 lines
586 B
JSON
28 lines
586 B
JSON
{
|
|
"name": "sprintf",
|
|
"npmName": "sprintf-js",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/src/",
|
|
"files": [
|
|
"sprintf.js",
|
|
"sprintf.min.js"
|
|
]
|
|
}
|
|
],
|
|
"filename": "sprintf.min.js",
|
|
"version": "1.0.1",
|
|
"description": "JavaScript sprintf implementation",
|
|
"homepage:": "https://www.npmjs.org/package/sprintf-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alexei/sprintf.js.git"
|
|
},
|
|
"author": {
|
|
"name": "Alexandru Marasteanu",
|
|
"email": "hello@alexei.ro",
|
|
"url": "http://alexei.ro/"
|
|
},
|
|
"license": "BSD"
|
|
}
|