forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (49 loc) · 1.25 KB
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
{
"name": "diagnostics",
"version": "1.1.1",
"description": "Tools for debugging your node.js modules and event loop",
"main": "index.js",
"browser": "./browser.js",
"scripts": {
"test": "mocha --reporter spec --ui bdd test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/bigpipe/diagnostics.git"
},
"keywords": [
"debug",
"debugger",
"debugging",
"diagnostic",
"diagnostics",
"event",
"loop",
"metrics",
"stats"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/bigpipe/diagnostics/issues"
},
"homepage": "https://github.com/bigpipe/diagnostics",
"devDependencies": {
"assume": "2.1.x",
"mocha": "5.2.x",
"pre-commit": "1.2.x"
},
"dependencies": {
"colorspace": "1.1.x",
"enabled": "1.0.x",
"kuler": "1.0.x"
},
"contributors": [
"Martijn Swaagman (https://github.com/swaagie)",
"Jarrett Cruger (https://github.com/jcrugzz)",
"Sevastos (https://github.com/sevastos)"
]
,"_resolved": "https://registry.npmjs.org/diagnostics/-/diagnostics-1.1.1.tgz"
,"_integrity": "sha512-8wn1PmdunLJ9Tqbx+Fx/ZEuHfJf4NKSN2ZBj7SJC/OWRWha843+WsTjqMe1B5E3p28jqBlp+mJ2fPVxPyNgYKQ=="
,"_from": "diagnostics@1.1.1"
}