heap-snapshot-toolkit
Version:
Tools for parsing Chromium heap snapshot (`*.heapsnapshot`) files and doing useful things with them
68 lines (67 loc) • 1.97 kB
JSON
{
"name": "heap-snapshot-toolkit",
"version": "1.1.3",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"scripts": {
"lint": "standard",
"test": "node --run test:types && node --run test:unit",
"test:types": "attw --ignore-rules cjs-resolves-to-esm --pack .",
"test:unit": "node --test ./test/*.test.js",
"build": "bash ./scripts/build-devtools-frontend.sh"
},
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0",
"description": "Tools for parsing Chromium heap snapshot (`*.heapsnapshot`) files and doing useful things with them",
"files": [
"index.d.ts",
"thirdparty"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nolanlawson/heap-snapshot-toolkit.git"
},
"keywords": [
"heap",
"snapshot",
"heapsnapshot",
"parser",
"memory"
],
"bugs": {
"url": "https://github.com/nolanlawson/heap-snapshot-toolkit/issues"
},
"homepage": "https://github.com/nolanlawson/heap-snapshot-toolkit#readme",
"engines": {
"node": ">= 18.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@microsoft/api-extractor": "^7.52.10",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-typescript": "^12.1.4",
"@rollup/plugin-virtual": "^3.0.2",
"@types/node": "^24.1.0",
"chai": "^5.2.1",
"node-readable-to-web-readable-stream": "^0.4.2",
"rollup": "^4.46.2",
"standard": "^17.1.2"
},
"pnpm": {
"overrides": {
"typescript": "^5.9.2"
},
"patchedDependencies": {
"@rollup/plugin-typescript": "patches/@rollup__plugin-typescript.patch"
}
},
"standard": {
"ignore": [
"thirdparty"
]
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}