node-clinic/package.json
dependabot[bot] 3d32156536
Bump tar-stream from 2.2.0 to 3.0.0 (#375)
Bumps [tar-stream](https://github.com/mafintosh/tar-stream) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/mafintosh/tar-stream/releases)
- [Commits](https://github.com/mafintosh/tar-stream/compare/v2.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: tar-stream
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 11:38:39 -03:00

63 lines
1.5 KiB
JSON

{
"name": "clinic",
"description": "Clinic.js diagnoses your performance issues",
"repository": "clinicjs/node-clinic",
"version": "12.0.0",
"bin": {
"clinic": "bin.js"
},
"scripts": {
"test": "standard | snazzy && tap --no-cov test/*.test.js",
"test-local": "standard | snazzy && tap --no-cov test/*.test.js test-local/*.test.js",
"ci-lint": "standard | snazzy",
"ci-test-no-cov": "tap --no-cov test/*.test.js",
"ci-test-cov": "tap test/*.test.js",
"lint": "standard --fix | snazzy"
},
"dependencies": {
"@clinic/bubbleprof": "^9.0.0",
"@clinic/doctor": "^10.0.0",
"@clinic/flame": "^12.0.0",
"@clinic/heap-profiler": "^4.0.0",
"any-shell-escape": "^0.1.1",
"async": "^3.0.1",
"autocannon": "^7.5.0",
"commist": "^1.0.0",
"cross-argv": "^1.0.0",
"dargs": "^7.0.0",
"env-string": "^1.0.1",
"execspawn": "^1.0.1",
"insight": "^0.11.1",
"minimist": "^1.2.0",
"open": "^7.3.0",
"ora": "^5.1.0",
"rimraf": "^3.0.0",
"stream-collector": "^1.0.1",
"subarg": "^1.0.0",
"update-notifier": "^5.0.1"
},
"devDependencies": {
"proxyquire": "^2.1.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tar-stream": "^3.0.0"
},
"keywords": [
"performance",
"tool",
"analysis",
"clinic",
"bubbleprof",
"doctor",
"flamegraph",
"flame",
"heap",
"memory",
"memory leak",
"profiler",
"bubble"
],
"license": "MIT"
}