package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "heapdump",
  3. "_id": "heapdump@0.3.12",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ViO+eBaoqSqy1CsbQi+egppY2ok=",
  6. "_location": "/heapdump",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "heapdump",
  12. "name": "heapdump",
  13. "escapedName": "heapdump",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/heapdump/download/heapdump-0.3.12.tgz",
  23. "_shasum": "5623be7816a8a92ab2d42b1b422f9e829a58da89",
  24. "_spec": "heapdump",
  25. "_where": "E:\\dev\\007\\node_module\\node10",
  26. "author": {
  27. "name": "Ben Noordhuis",
  28. "email": "info@bnoordhuis.nl",
  29. "url": "http://bnoordhuis.nl/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/bnoordhuis/node-heapdump/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "nan": "^2.11.1"
  37. },
  38. "deprecated": false,
  39. "description": "Make a dump of the V8 heap for later inspection.",
  40. "devDependencies": {
  41. "shelljs": "~0.3.0",
  42. "tap": "~0.4.12"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "gypfile": true,
  48. "homepage": "https://github.com/bnoordhuis/node-heapdump",
  49. "license": "ISC",
  50. "name": "heapdump",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/bnoordhuis/node-heapdump.git"
  54. },
  55. "scripts": {
  56. "install": "node-gyp rebuild",
  57. "test": "tap test/test-*"
  58. },
  59. "version": "0.3.12"
  60. }