Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80643 views
1
{
2
"name": "deep-is",
3
"version": "0.1.3",
4
"description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
5
"main": "index.js",
6
"directories": {
7
"lib": ".",
8
"example": "example",
9
"test": "test"
10
},
11
"scripts": {
12
"test": "tape test/*.js"
13
},
14
"devDependencies": {
15
"tape": "~1.0.2"
16
},
17
"repository": {
18
"type": "git",
19
"url": "git+ssh://[email protected]/thlorenz/deep-is.git"
20
},
21
"keywords": [
22
"equality",
23
"equal",
24
"compare"
25
],
26
"author": {
27
"name": "Thorsten Lorenz",
28
"email": "[email protected]",
29
"url": "http://thlorenz.com"
30
},
31
"license": {
32
"type": "MIT",
33
"url": "https://github.com/thlorenz/deep-is/blob/master/LICENSE"
34
},
35
"testling": {
36
"files": "test/*.js",
37
"browsers": {
38
"ie": [
39
6,
40
7,
41
8,
42
9
43
],
44
"ff": [
45
3.5,
46
10,
47
15
48
],
49
"chrome": [
50
10,
51
22
52
],
53
"safari": [
54
5.1
55
],
56
"opera": [
57
12
58
]
59
}
60
},
61
"gitHead": "f126057628423458636dec9df3d621843b9ac55e",
62
"bugs": {
63
"url": "https://github.com/thlorenz/deep-is/issues"
64
},
65
"homepage": "https://github.com/thlorenz/deep-is",
66
"_id": "[email protected]",
67
"_shasum": "b369d6fb5dbc13eecf524f91b070feedc357cf34",
68
"_from": "deep-is@>=0.1.2 <0.2.0",
69
"_npmVersion": "1.4.14",
70
"_npmUser": {
71
"name": "thlorenz",
72
"email": "[email protected]"
73
},
74
"maintainers": [
75
{
76
"name": "thlorenz",
77
"email": "[email protected]"
78
}
79
],
80
"dist": {
81
"shasum": "b369d6fb5dbc13eecf524f91b070feedc357cf34",
82
"tarball": "http://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz"
83
},
84
"_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
85
"readme": "ERROR: No README data found!"
86
}
87
88