0x/package.json
2018-10-19 15:22:14 +02:00

63 lines
1.6 KiB
JSON

{
"name": "0x",
"version": "4.5.1",
"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": "^6.5.4",
"browserify": "^16.2.3",
"concat-stream": "^1.5.2",
"d3-fg": "^6.3.1",
"debounce": "^1.2.0",
"debug": "^4.0.1",
"end-of-stream": "^1.1.0",
"env-string": "^1.0.0",
"escape-string-regexp": "^1.0.5",
"execspawn": "^1.0.1",
"has-unicode": "^2.0.1",
"hsl-to-rgb-for-reals": "^1.1.0",
"jsonstream2": "^1.1.1",
"make-dir": "^1.3.0",
"minimist": "^1.2.0",
"morphdom": "^2.3.3",
"nanohtml": "^1.0.1",
"on-net-listen": "^1.1.0",
"opn": "^5.4.0",
"perf-sym": "^2.0.3",
"pump": "^3.0.0",
"pumpify": "^1.4.0",
"semver": "^5.5.1",
"single-line-log": "^1.0.1",
"split2": "^3.0.0",
"tachyons": "^4.9.1",
"through2": "^2.0.1",
"which": "^1.2.4"
},
"devDependencies": {
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tap": "^12.0.1"
},
"browserify-shim": {}
}