0x/package.json
Matteo Collina 4abcd1e9cb
Bumped v5.6.0
Signed-off-by: Matteo Collina <hello@matteocollina.com>
2023-07-27 18:20:20 +02:00

64 lines
1.6 KiB
JSON

{
"name": "0x",
"version": "5.6.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": {}
}