forked from tsayen/dom-to-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"_args": [
[
{
"name": "deep-eql",
"raw": "[email protected]",
"rawSpec": "0.1.3",
"scope": null,
"spec": "0.1.3",
"type": "version"
},
"/home/tsayen/projects/dom-to-image/node_modules/chai"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/deep-eql",
"_npmUser": {
"email": "[email protected]",
"name": "jakeluer"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"name": "deep-eql",
"raw": "[email protected]",
"rawSpec": "0.1.3",
"scope": null,
"spec": "0.1.3",
"type": "version"
},
"_requiredBy": [
"/chai"
],
"_resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-0.1.3.tgz",
"_shasum": "ef558acab8de25206cd713906d74e56930eb69f2",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/home/tsayen/projects/dom-to-image/node_modules/chai",
"author": {
"email": "[email protected]",
"name": "Jake Luer"
},
"bugs": {
"url": "https://github.com/chaijs/deep-eql/issues"
},
"dependencies": {
"type-detect": "0.1.1"
},
"description": "Improved deep equality testing for Node.js and the browser.",
"devDependencies": {
"component": "*",
"coveralls": "2.0.16",
"jscoverage": "0.3.7",
"karma": "0.10.x",
"karma-mocha": "*",
"mocha": "*",
"mocha-lcov-reporter": "0.0.1",
"simple-assert": "*"
},
"directories": {},
"dist": {
"shasum": "ef558acab8de25206cd713906d74e56930eb69f2",
"tarball": "https://registry.npmjs.org/deep-eql/-/deep-eql-0.1.3.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/chaijs/deep-eql#readme",
"keywords": [
"deep equal",
"object equal",
"testing",
"chai util"
],
"license": "MIT",
"main": "./index",
"maintainers": [
{
"email": "[email protected]",
"name": "jakeluer"
}
],
"name": "deep-eql",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/chaijs/deep-eql.git"
},
"scripts": {
"test": "make test"
},
"version": "0.1.3"
}