DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
1.06 kB
{
"name": "underscore.string",
"version": "3.3.6",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
"Esa-Matti Suuronen <[email protected]> (http://esa-matti.suuronen.org/)",
"Edward Tsech <[email protected]>",
"Pavel Pravosud <[email protected]> (<https://github.com/rwz>)",
"Sasha Koss <[email protected]> (http://koss.nocorp.me/)",
"Vladimir Dronnikov <[email protected]>",
"Pete Kruckenberg (<https://github.com/kruckenb>)",
"Paul Chavard <[email protected]> (<http://tchak.net>)",
"Ed Finkler <[email protected]> (<http://funkatron.com>)"
],
"keywords": [
"underscore",
"string"
],
"main": "./dist/underscore.string.js",
"ignore": [],
"repository": {
"type": "git",
"url": "https://github.com/epeli/underscore.string.git"
},
"bugs": {
"url": "https://github.com/epeli/underscore.string/issues"
},
"licenses": [
{
"type": "MIT"
}
]
}