Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80669 views
1
{
2
"name": "underscore",
3
"description": "JavaScript's functional programming helper library.",
4
"homepage": "http://documentcloud.github.com/underscore/",
5
"keywords": [
6
"util",
7
"functional",
8
"server",
9
"client",
10
"browser"
11
],
12
"author": {
13
"name": "Jeremy Ashkenas",
14
"email": "[email protected]"
15
},
16
"contributors": [],
17
"repository": {
18
"type": "git",
19
"url": "git://github.com/documentcloud/underscore.git"
20
},
21
"main": "underscore.js",
22
"version": "1.2.4",
23
"_npmUser": {
24
"name": "jashkenas",
25
"email": "[email protected]"
26
},
27
"_id": "[email protected]",
28
"dependencies": {},
29
"devDependencies": {},
30
"engines": {
31
"node": "*"
32
},
33
"_engineSupported": true,
34
"_npmVersion": "1.0.104",
35
"_nodeVersion": "v0.6.6",
36
"_defaultsLoaded": true,
37
"dist": {
38
"shasum": "e8da6241aa06f64df2473bb2590b8c17c84c3c7e",
39
"tarball": "http://registry.npmjs.org/underscore/-/underscore-1.2.4.tgz"
40
},
41
"maintainers": [
42
{
43
"name": "documentcloud",
44
"email": "[email protected]"
45
},
46
{
47
"name": "jashkenas",
48
"email": "[email protected]"
49
}
50
],
51
"directories": {},
52
"_shasum": "e8da6241aa06f64df2473bb2590b8c17c84c3c7e",
53
"_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.2.4.tgz",
54
"_from": "underscore@>=1.2.0 <1.3.0"
55
}
56
57