mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 14:55:54 +10:00
32 lines
836 B
JSON
32 lines
836 B
JSON
{
|
|
"name": "underscore.js",
|
|
"npmName": "underscore",
|
|
"npmFileMap": [
|
|
{
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
],
|
|
"filename": "underscore-min.js",
|
|
"version": "1.6.0",
|
|
"description": "Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.",
|
|
"homepage": "http://jashkenas.github.io/underscore/",
|
|
"keywords": [
|
|
"utility",
|
|
"popular"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Jeremy Ashkenas",
|
|
"email": "jashkenas@gmail.com",
|
|
"web": "http://ashkenas.com/"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/jashkenas/underscore/"
|
|
}
|
|
]
|
|
} |