package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "heapdump",
  3. "main": "./lib/main",
  4. "version": "0.3.7",
  5. "description": "Make a dump of the V8 heap for later inspection.",
  6. "homepage": "https://github.com/bnoordhuis/node-heapdump",
  7. "author": {
  8. "name": "Ben Noordhuis",
  9. "email": "info@bnoordhuis.nl",
  10. "url": "http://bnoordhuis.nl/"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/bnoordhuis/node-heapdump.git"
  15. },
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "license": "ISC",
  20. "scripts": {
  21. "test": "tap test/test-*",
  22. "install": "node-gyp rebuild"
  23. },
  24. "devDependencies": {
  25. "shelljs": "~0.3.0",
  26. "tap": "~0.4.12"
  27. },
  28. "gypfile": true,
  29. "gitHead": "3e308b302fb2d7beba5b1c4a6eaf92caba51cbf2",
  30. "bugs": {
  31. "url": "https://github.com/bnoordhuis/node-heapdump/issues"
  32. },
  33. "_id": "heapdump@0.3.7",
  34. "_shasum": "f50df2b140e5cde7656638f4c384d683b0143298",
  35. "_from": "heapdump@>=0.3.4 <0.4.0",
  36. "_npmVersion": "2.13.3",
  37. "_nodeVersion": "3.0.1-pre",
  38. "_npmUser": {
  39. "name": "bnoordhuis",
  40. "email": "info@bnoordhuis.nl"
  41. },
  42. "maintainers": [
  43. {
  44. "name": "bnoordhuis",
  45. "email": "info@bnoordhuis.nl"
  46. }
  47. ],
  48. "dist": {
  49. "shasum": "f50df2b140e5cde7656638f4c384d683b0143298",
  50. "size": 9241,
  51. "noattachment": false,
  52. "tarball": "http://registry.npm.taobao.org/heapdump/download/heapdump-0.3.7.tgz"
  53. },
  54. "directories": {},
  55. "publish_time": 1438776575105,
  56. "_cnpm_publish_time": 1438776575105,
  57. "_resolved": "https://registry.npm.taobao.org/heapdump/download/heapdump-0.3.7.tgz",
  58. "readme": "ERROR: No README data found!"
  59. }