node-clinic/package.json
Renée Kooi 6beb8a9924
4.2.0
2019-10-17 15:00:55 +02:00

73 lines
1.8 KiB
JSON

{
"name": "clinic",
"description": "Clinic.js diagnoses your performance issues",
"repository": "nearform/node-clinic",
"version": "4.2.0",
"engines": {
"node": "^11.0.0 || ^10.0.0 || ^8.11.1"
},
"bin": {
"clinic": "./bin.js"
},
"scripts": {
"test": "standard | snazzy && tap -j1 --timeout 0 --no-cov test/*.test.js",
"test-local": "standard | snazzy && tap -j1 --timeout 0 --no-cov test/*.test.js test-local/*.test.js",
"ci-lint": "standard | snazzy",
"ci-test-no-cov": "tap -j1 --timeout 0 --no-cov test/*.test.js",
"ci-test-cov": "tap -j1 --timeout 0 test/*.test.js",
"lint": "standard --fix | snazzy"
},
"dependencies": {
"@nearform/bubbleprof": "^2.0.0",
"@nearform/doctor": "^4.0.0",
"@nearform/flame": "^4.0.0",
"any-shell-escape": "^0.1.1",
"async": "^3.0.1",
"autocannon": "^4.0.0",
"commist": "^1.0.0",
"cross-argv": "^1.0.0",
"dargs": "^7.0.0",
"dedent": "^0.7.0",
"env-string": "^1.0.1",
"execspawn": "^1.0.1",
"inquirer": "^7.0.0",
"insight": "^0.10.1",
"jsonwebtoken": "^8.3.0",
"minimist": "^1.2.0",
"open": "^7.0.0",
"ora": "^3.0.0",
"pump": "^3.0.0",
"pumpify": "^2.0.0",
"rand-token": "^0.4.0",
"rimraf": "^3.0.0",
"simple-get": "^3.0.3",
"split2": "^3.0.0",
"stream-buffers": "^3.0.2",
"stream-collector": "^1.0.1",
"subarg": "^1.0.0",
"tar-fs": "^1.16.0",
"tempy": "^0.3.0",
"update-notifier": "^3.0.0",
"websocket-stream": "^5.1.2"
},
"devDependencies": {
"proxyquire": "^2.1.0",
"snazzy": "^8.0.0",
"standard": "^13.0.1",
"tap": "^14.2.2",
"tar-stream": "^2.0.1"
},
"keywords": [
"performance",
"tool",
"analysis",
"clinic",
"bubbleprof",
"doctor",
"flamegraph",
"flame",
"bubble"
],
"license": "GPL-3.0-or-later"
}