123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "heapdump",
- "_id": "heapdump@0.3.12",
- "_inBundle": false,
- "_integrity": "sha1-ViO+eBaoqSqy1CsbQi+egppY2ok=",
- "_location": "/heapdump",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "heapdump",
- "name": "heapdump",
- "escapedName": "heapdump",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "http://registry.npm.taobao.org/heapdump/download/heapdump-0.3.12.tgz",
- "_shasum": "5623be7816a8a92ab2d42b1b422f9e829a58da89",
- "_spec": "heapdump",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "author": {
- "name": "Ben Noordhuis",
- "email": "info@bnoordhuis.nl",
- "url": "http://bnoordhuis.nl/"
- },
- "bugs": {
- "url": "https://github.com/bnoordhuis/node-heapdump/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "nan": "^2.11.1"
- },
- "deprecated": false,
- "description": "Make a dump of the V8 heap for later inspection.",
- "devDependencies": {
- "shelljs": "~0.3.0",
- "tap": "~0.4.12"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "gypfile": true,
- "homepage": "https://github.com/bnoordhuis/node-heapdump",
- "license": "ISC",
- "name": "heapdump",
- "repository": {
- "type": "git",
- "url": "git://github.com/bnoordhuis/node-heapdump.git"
- },
- "scripts": {
- "install": "node-gyp rebuild",
- "test": "tap test/test-*"
- },
- "version": "0.3.12"
- }
|