Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80708 views
1
{
2
"name": "shallow-copy",
3
"version": "0.0.1",
4
"description": "make a shallow copy of an object or array",
5
"main": "index.js",
6
"dependencies": {},
7
"devDependencies": {
8
"tape": "~1.0.4"
9
},
10
"scripts": {
11
"test": "tape test/*.js"
12
},
13
"testling": {
14
"files": "test/*.js",
15
"browsers": [
16
"ie/8..latest",
17
"ff/latest",
18
"chrome/latest",
19
"safari/latest",
20
"opera/latest",
21
"android/latest",
22
"iphone/latest",
23
"ipad/latest"
24
]
25
},
26
"repository": {
27
"type": "git",
28
"url": "git://github.com/substack/shallow-copy.git"
29
},
30
"homepage": "https://github.com/substack/shallow-copy",
31
"keywords": [
32
"shallow",
33
"copy",
34
"data",
35
"object",
36
"array"
37
],
38
"author": {
39
"name": "James Halliday",
40
"email": "[email protected]",
41
"url": "http://substack.net"
42
},
43
"license": "MIT",
44
"bugs": {
45
"url": "https://github.com/substack/shallow-copy/issues"
46
},
47
"_id": "[email protected]",
48
"dist": {
49
"shasum": "415f42702d73d810330292cc5ee86eae1a11a170",
50
"tarball": "http://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz"
51
},
52
"_from": "[email protected]",
53
"_npmVersion": "1.3.0",
54
"_npmUser": {
55
"name": "substack",
56
"email": "[email protected]"
57
},
58
"maintainers": [
59
{
60
"name": "substack",
61
"email": "[email protected]"
62
}
63
],
64
"directories": {},
65
"_shasum": "415f42702d73d810330292cc5ee86eae1a11a170",
66
"_resolved": "https://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz"
67
}
68
69