Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name": "xtend",
3
"version": "4.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": "immutable",
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
"gitHead": "94a95d76154103290533b2c55ffa0fe4be16bfef",
67
"_id": "[email protected]",
68
"_shasum": "8bc36ff87aedbe7ce9eaf0bca36b2354a743840f",
69
"_from": "xtend@>=4.0.0 <5.0.0",
70
"_npmVersion": "1.4.15",
71
"_npmUser": {
72
"name": "raynos",
73
"email": "[email protected]"
74
},
75
"maintainers": [
76
{
77
"name": "raynos",
78
"email": "[email protected]"
79
}
80
],
81
"dist": {
82
"shasum": "8bc36ff87aedbe7ce9eaf0bca36b2354a743840f",
83
"tarball": "http://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"
84
},
85
"directories": {},
86
"_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz",
87
"readme": "ERROR: No README data found!"
88
}
89
90