forked from davidmarkclements/0x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.48 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
{
"name": "0x",
"version": "4.0.0-rc6",
"description": "🔥 single-command flamegraph profiling 🔥",
"main": "index.js",
"bin": "./cmd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"stress-rest-example": "cd examples/rest-api && npm test",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/0x.git"
},
"author": "David Mark Clements",
"license": "MIT",
"engines": {
"node": ">=8.5.0"
},
"bugs": {
"url": "https://github.com/davidmarkclements/0x/issues"
},
"homepage": "https://github.com/davidmarkclements/0x#readme",
"dependencies": {
"JSONStream": "^1.3.2",
"ajv": "^6.0.1",
"browserify": "^13.0.0",
"concat-stream": "^1.5.2",
"d3-fg": "^6.0.1",
"debounce": "^1.1.0",
"debug": "^2.2.0",
"end-of-stream": "^1.1.0",
"env-string": "^1.0.0",
"execspawn": "^1.0.1",
"has-unicode": "^2.0.1",
"hsl-to-rgb-for-reals": "^1.1.0",
"jsonstream2": "^1.1.1",
"minimist": "^1.2.0",
"morphdom": "^2.3.3",
"multistream": "^2.1.0",
"nanohtml": "^1.0.1",
"on-net-listen": "^1.1.0",
"opn": "^5.2.0",
"perf-sym": "^2.0.3",
"pump": "^1.0.1",
"pumpify": "^1.4.0",
"semver": "^5.5.0",
"single-line-log": "^1.0.1",
"split2": "^2.0.1",
"tachyons": "^4.9.1",
"through2": "^2.0.1",
"which": "^1.2.4"
},
"devDependencies": {
"standard": "^6.0.7"
},
"browserify-shim": {}
}