Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
51005 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "deep-equal@*",
6
"scope": null,
7
"escapedName": "deep-equal",
8
"name": "deep-equal",
9
"rawSpec": "*",
10
"spec": "*",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/utile"
14
]
15
],
16
"_from": "deep-equal@*",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/deep-equal",
21
"_nodeVersion": "2.4.0",
22
"_npmUser": {
23
"name": "substack",
24
"email": "[email protected]"
25
},
26
"_npmVersion": "3.2.2",
27
"_phantomChildren": {},
28
"_requested": {
29
"raw": "deep-equal@*",
30
"scope": null,
31
"escapedName": "deep-equal",
32
"name": "deep-equal",
33
"rawSpec": "*",
34
"spec": "*",
35
"type": "range"
36
},
37
"_requiredBy": [
38
"/utile"
39
],
40
"_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz",
41
"_shasum": "f5d260292b660e084eff4cdbc9f08ad3247448b5",
42
"_shrinkwrap": null,
43
"_spec": "deep-equal@*",
44
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/utile",
45
"author": {
46
"name": "James Halliday",
47
"email": "[email protected]",
48
"url": "http://substack.net"
49
},
50
"bugs": {
51
"url": "https://github.com/substack/node-deep-equal/issues"
52
},
53
"dependencies": {},
54
"description": "node's assert.deepEqual algorithm",
55
"devDependencies": {
56
"tape": "^3.5.0"
57
},
58
"directories": {
59
"lib": ".",
60
"example": "example",
61
"test": "test"
62
},
63
"dist": {
64
"shasum": "f5d260292b660e084eff4cdbc9f08ad3247448b5",
65
"tarball": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz"
66
},
67
"gitHead": "59c511f5aeae19e3dd1de054077a789d7302be34",
68
"homepage": "https://github.com/substack/node-deep-equal#readme",
69
"keywords": [
70
"equality",
71
"equal",
72
"compare"
73
],
74
"license": "MIT",
75
"main": "index.js",
76
"maintainers": [
77
{
78
"name": "substack",
79
"email": "[email protected]"
80
}
81
],
82
"name": "deep-equal",
83
"optionalDependencies": {},
84
"readme": "ERROR: No README data found!",
85
"repository": {
86
"type": "git",
87
"url": "git+ssh://[email protected]/substack/node-deep-equal.git"
88
},
89
"scripts": {
90
"test": "tape test/*.js"
91
},
92
"testling": {
93
"files": "test/*.js",
94
"browsers": {
95
"ie": [
96
6,
97
7,
98
8,
99
9
100
],
101
"ff": [
102
3.5,
103
10,
104
15
105
],
106
"chrome": [
107
10,
108
22
109
],
110
"safari": [
111
5.1
112
],
113
"opera": [
114
12
115
]
116
}
117
},
118
"version": "1.0.1"
119
}
120
121