package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "graceful@~0.1.0",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "graceful@>=0.1.0 <0.2.0",
  9. "_id": "graceful@0.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/graceful",
  13. "_npmUser": {
  14. "email": "fengmk2@gmail.com",
  15. "name": "fengmk2"
  16. },
  17. "_npmVersion": "1.4.13",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "graceful",
  21. "raw": "graceful@~0.1.0",
  22. "rawSpec": "~0.1.0",
  23. "scope": null,
  24. "spec": ">=0.1.0 <0.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/graceful/-/graceful-0.1.0.tgz",
  31. "_shasum": "8d7617f183ce4cdbdf56ce46fa7f46c66a264fdd",
  32. "_shrinkwrap": null,
  33. "_spec": "graceful@~0.1.0",
  34. "_where": "D:\\work\\im",
  35. "author": {
  36. "email": "fengmk2@gmail.com",
  37. "name": "fengmk2"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/fengmk2/graceful/issues"
  41. },
  42. "contributors": [
  43. {
  44. "email": "fengmk2@gmail.com",
  45. "name": "fengmk2",
  46. "url": "https://github.com/fengmk2"
  47. },
  48. {
  49. "email": "dead_horse@qq.com",
  50. "name": "dead-horse",
  51. "url": "https://github.com/dead-horse"
  52. }
  53. ],
  54. "dependencies": {},
  55. "description": "Graceful exit when `uncaughtException` emit, base on `process.on('uncaughtException')`.",
  56. "devDependencies": {
  57. "autod": "*",
  58. "blanket": "*",
  59. "connect": "~2.17.3",
  60. "contributors": "*",
  61. "coveralls": "*",
  62. "mocha": "*",
  63. "mocha-lcov-reporter": "*",
  64. "should": "~3.3.2",
  65. "supertest": "~0.13.0",
  66. "travis-cov": "*"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "8d7617f183ce4cdbdf56ce46fa7f46c66a264fdd",
  71. "tarball": "https://registry.npmjs.org/graceful/-/graceful-0.1.0.tgz"
  72. },
  73. "engines": {
  74. "node": ">= 0.8.0"
  75. },
  76. "gitHead": "681c29578bad0fe33b6e383bb9ba2af2992153a0",
  77. "homepage": "https://github.com/fengmk2/graceful",
  78. "keywords": [
  79. "graceful",
  80. "uncaught",
  81. "uncaughtException",
  82. "error",
  83. "graceful",
  84. "cluster",
  85. "graceful exit"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "email": "fengmk2@gmail.com",
  92. "name": "fengmk2"
  93. }
  94. ],
  95. "name": "graceful",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git://github.com/fengmk2/graceful.git"
  101. },
  102. "scripts": {},
  103. "version": "0.1.0"
  104. }