mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 13:58:13 +08:00
10 lines
259 B
JSON
10 lines
259 B
JSON
|
{
|
||
|
"name": "format",
|
||
|
"repo": "samsonjs/format",
|
||
|
"description": "printf, sprintf, and vsprintf for JavaScript",
|
||
|
"keywords": ["format", "printf", "sprintf", "vsprintf", "string"],
|
||
|
"version": "0.2.2",
|
||
|
"main": "format.js",
|
||
|
"scripts": ["format.js"]
|
||
|
}
|