-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "0x",
"version": "5.7.0",
"description": "🔥 single-command flamegraph profiling 🔥",
"main": "index.js",
"bin": "./cmd.js",
"scripts": {
"test": "npm run lint && tap test/*.test.js",
"stress-rest-example": "cd examples/rest-api && npm test",
"start": "./cmd.js --on-port 'npm run stress-rest-example' -- node examples/rest-api",
"lint": "standard --fix | snazzy"
},
"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": {
"ajv": "^8.8.2",
"browserify": "^17.0.0",
"concat-stream": "^2.0.0",
"d3-fg": "^6.14.0",
"debounce": "^1.2.0",
"debug": "^4.1.1",
"end-of-stream": "^1.1.0",
"env-string": "^1.0.0",
"escape-string-regexp": "^4.0.0",
"execspawn": "^1.0.1",
"fs-extra": "^10.1.0",
"has-unicode": "^2.0.1",
"hsl-to-rgb-for-reals": "^1.1.0",
"jsonstream2": "^3.0.0",
"make-dir": "^3.1.0",
"minimist": "^1.2.0",
"morphdom": "^2.3.3",
"nanohtml": "^1.4.0",
"on-net-listen": "^1.1.0",
"opn": "^5.4.0",
"pump": "^3.0.0",
"pumpify": "^2.0.1",
"semver": "^7.3.5",
"single-line-log": "^1.0.1",
"split2": "^4.0.0",
"tachyons": "^4.9.1",
"through2": "^4.0.0",
"which": "^2.0.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
"snazzy": "^9.0.0",
"standard": "^16.0.0",
"tap": "^15.0.0"
},
"browserify-shim": {}
}