Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80575 views
1
{
2
"name": "xtend",
3
"version": "3.0.0",
4
"description": "extend like a boss",
5
"keywords": [
6
"extend",
7
"merge",
8
"options",
9
"opts",
10
"object",
11
"array"
12
],
13
"author": {
14
"name": "Raynos",
15
"email": "[email protected]"
16
},
17
"repository": {
18
"type": "git",
19
"url": "git://github.com/Raynos/xtend.git"
20
},
21
"main": "index",
22
"scripts": {
23
"test": "node test"
24
},
25
"dependencies": {},
26
"devDependencies": {
27
"tape": "~1.1.0"
28
},
29
"homepage": "https://github.com/Raynos/xtend",
30
"contributors": [
31
{
32
"name": "Jake Verbaten"
33
},
34
{
35
"name": "Matt Esch"
36
}
37
],
38
"bugs": {
39
"url": "https://github.com/Raynos/xtend/issues",
40
"email": "[email protected]"
41
},
42
"licenses": [
43
{
44
"type": "MIT",
45
"url": "http://github.com/raynos/xtend/raw/master/LICENSE"
46
}
47
],
48
"testling": {
49
"files": "test.js",
50
"browsers": [
51
"ie/7..latest",
52
"firefox/16..latest",
53
"firefox/nightly",
54
"chrome/22..latest",
55
"chrome/canary",
56
"opera/12..latest",
57
"opera/next",
58
"safari/5.1..latest",
59
"ipad/6.0..latest",
60
"iphone/6.0..latest"
61
]
62
},
63
"engines": {
64
"node": ">=0.4"
65
},
66
"_id": "[email protected]",
67
"dist": {
68
"shasum": "5cce7407baf642cba7becda568111c493f59665a",
69
"tarball": "http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz"
70
},
71
"_from": "xtend@>=3.0.0 <3.1.0",
72
"_npmVersion": "1.4.6",
73
"_npmUser": {
74
"name": "raynos",
75
"email": "[email protected]"
76
},
77
"maintainers": [
78
{
79
"name": "raynos",
80
"email": "[email protected]"
81
}
82
],
83
"directories": {},
84
"_shasum": "5cce7407baf642cba7becda568111c493f59665a",
85
"_resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
86
"readme": "ERROR: No README data found!"
87
}
88
89