mirror of
https://github.com/davidmarkclements/0x.git
synced 2025-12-08 19:06:01 +00:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "0x",
|
|
"version": "4.0.4",
|
|
"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.1.0",
|
|
"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": {}
|
|
}
|