package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "segfault-handler",
  3. "_id": "segfault-handler@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lGbY932IJs+9+oERJOzgKYP9atI=",
  6. "_location": "/segfault-handler",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "segfault-handler",
  12. "name": "segfault-handler",
  13. "escapedName": "segfault-handler",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/segfault-handler/download/segfault-handler-1.0.1.tgz",
  23. "_shasum": "9466d8f77d8826cfbdfa811124ece02983fd6ad2",
  24. "_spec": "segfault-handler",
  25. "_where": "E:\\dev\\007\\node10\\seg",
  26. "author": {
  27. "name": "Dave Dopson",
  28. "email": "ddopson@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ddopson/node-segfault-handler/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Dave Dopson",
  37. "email": "ddopson@gmail.com"
  38. },
  39. {
  40. "name": "Mark Smith",
  41. "email": "msmith@rallydev.com"
  42. },
  43. {
  44. "name": "David Swift",
  45. "email": "dswift@pccowboy.com"
  46. },
  47. {
  48. "name": "Anton Whalley",
  49. "email": "anton@venshare.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "bindings": "^1.2.1",
  54. "nan": "^2.0.9"
  55. },
  56. "deprecated": false,
  57. "description": "catches SIGSEGV and prints diagnostic information",
  58. "gypfile": true,
  59. "homepage": "https://github.com/ddopson/node-segfault-handler#readme",
  60. "license": "SEE LICENSE IN README.md",
  61. "main": "index.js",
  62. "name": "segfault-handler",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/ddopson/node-segfault-handler.git"
  66. },
  67. "scripts": {
  68. "install": "node-gyp rebuild"
  69. },
  70. "version": "1.0.1"
  71. }