package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "heapdump",
  6. "scope": null,
  7. "escapedName": "heapdump",
  8. "name": "heapdump",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/data/feimat/test_yali/liveserver"
  14. ]
  15. ],
  16. "_from": "heapdump@latest",
  17. "_id": "heapdump@0.3.9",
  18. "_inCache": true,
  19. "_location": "/heapdump",
  20. "_nodeVersion": "8.0.0-pre",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/heapdump-0.3.9.tgz_1491337456977_0.18369206320494413"
  24. },
  25. "_npmUser": {
  26. "name": "bnoordhuis",
  27. "email": "info@bnoordhuis.nl"
  28. },
  29. "_npmVersion": "4.2.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "heapdump",
  33. "scope": null,
  34. "escapedName": "heapdump",
  35. "name": "heapdump",
  36. "rawSpec": "",
  37. "spec": "latest",
  38. "type": "tag"
  39. },
  40. "_requiredBy": [
  41. "#USER"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/heapdump/-/heapdump-0.3.9.tgz",
  44. "_shasum": "03c74eb0df5d67be0982e83429ba9c9d2b3b7f78",
  45. "_shrinkwrap": null,
  46. "_spec": "heapdump",
  47. "_where": "/data/feimat/test_yali/liveserver",
  48. "author": {
  49. "name": "Ben Noordhuis",
  50. "email": "info@bnoordhuis.nl",
  51. "url": "http://bnoordhuis.nl/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/bnoordhuis/node-heapdump/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Make a dump of the V8 heap for later inspection.",
  58. "devDependencies": {
  59. "shelljs": "~0.3.0",
  60. "tap": "~0.4.12"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "03c74eb0df5d67be0982e83429ba9c9d2b3b7f78",
  65. "tarball": "https://registry.npmjs.org/heapdump/-/heapdump-0.3.9.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "gitHead": "7cf17e9b2a629fa5708717874ced2a7ae6cb2e13",
  71. "gypfile": true,
  72. "homepage": "https://github.com/bnoordhuis/node-heapdump",
  73. "license": "ISC",
  74. "main": "./lib/main",
  75. "maintainers": [
  76. {
  77. "name": "bnoordhuis",
  78. "email": "info@bnoordhuis.nl"
  79. }
  80. ],
  81. "name": "heapdump",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/bnoordhuis/node-heapdump.git"
  87. },
  88. "scripts": {
  89. "install": "node-gyp rebuild",
  90. "test": "tap test/test-*"
  91. },
  92. "version": "0.3.9"
  93. }