node-clinic/package.json
Renée Kooi 2f485903fb
4.0.1
2019-03-26 12:12:00 +01:00

73 lines
1.8 KiB
JSON

{
"name": "clinic",
"description": "Clinic.js diagnoses your performance issues",
"repository": "nearform/node-clinic",
"version": "4.0.1",
"engines": {
"node": "^11.0.0 || ^10.0.0 || ^8.11.1"
},
"bin": {
"clinic": "./bin.js"
},
"scripts": {
"test": "standard | snazzy && tap --timeout 0 --no-cov test/*.test.js",
"test-local": "standard | snazzy && tap --timeout 0 --no-cov test/*.test.js test-local/*.test.js",
"ci-lint": "standard | snazzy",
"ci-test": "tap --timeout 0 test/*.test.js",
"ci-cov": "tap --timeout 0 --100 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": "^2.6.0",
"autocannon": "^3.2.0",
"commist": "^1.0.0",
"cross-argv": "^1.0.0",
"dargs": "^6.0.0",
"dedent": "^0.7.0",
"env-string": "^1.0.0",
"execspawn": "^1.0.1",
"inquirer": "^6.2.2",
"insight": "^0.10.1",
"jsonwebtoken": "^8.3.0",
"minimist": "^1.2.0",
"opn": "^5.4.0",
"ora": "^3.0.0",
"pump": "^3.0.0",
"pumpify": "^1.4.0",
"rand-token": "^0.4.0",
"rimraf": "^2.6.2",
"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",
"tmp": "0.1.0",
"update-notifier": "^2.5.0",
"websocket-stream": "^5.1.2"
},
"devDependencies": {
"proxyquire": "^2.1.0",
"snazzy": "^8.0.0",
"standard": "^12.0.0",
"tap": "^12.1.0",
"tar-stream": "^2.0.1"
},
"keywords": [
"performance",
"tool",
"analysis",
"clinic",
"bubbleprof",
"doctor",
"flamegraph",
"flame",
"bubble"
],
"license": "GPL-3.0-or-later"
}