mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-01-18 14:38:23 +00:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "0x",
|
|
"version": "6.0.0",
|
|
"description": "🔥 single-command flamegraph profiling 🔥",
|
|
"main": "index.js",
|
|
"bin": "./cmd.js",
|
|
"scripts": {
|
|
"test": "npm run lint && node --test 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": "eslint --fix"
|
|
},
|
|
"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": {
|
|
"eslint": "^9.29.0",
|
|
"esprima": "^4.0.1",
|
|
"neostandard": "^0.12.1",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"browserify-shim": {}
|
|
}
|