package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "exit-hook@^1.0.0",
  6. "scope": null,
  7. "escapedName": "exit-hook",
  8. "name": "exit-hook",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/restore-cursor"
  14. ]
  15. ],
  16. "_from": "exit-hook@>=1.0.0 <2.0.0",
  17. "_id": "exit-hook@1.1.1",
  18. "_inCache": true,
  19. "_location": "/exit-hook",
  20. "_npmUser": {
  21. "name": "sindresorhus",
  22. "email": "sindresorhus@gmail.com"
  23. },
  24. "_npmVersion": "1.4.9",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "exit-hook@^1.0.0",
  28. "scope": null,
  29. "escapedName": "exit-hook",
  30. "name": "exit-hook",
  31. "rawSpec": "^1.0.0",
  32. "spec": ">=1.0.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/restore-cursor"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
  39. "_shasum": "f05ca233b48c05d54fff07765df8507e95c02ff8",
  40. "_shrinkwrap": null,
  41. "_spec": "exit-hook@^1.0.0",
  42. "_where": "/home/robert/workspace/xmlrpc/node_modules/restore-cursor",
  43. "author": {
  44. "name": "Sindre Sorhus",
  45. "email": "sindresorhus@gmail.com",
  46. "url": "http://sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/exit-hook/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Run some code when the process exits",
  53. "devDependencies": {
  54. "ava": "0.0.4"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "f05ca233b48c05d54fff07765df8507e95c02ff8",
  59. "tarball": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/sindresorhus/exit-hook",
  68. "keywords": [
  69. "exit",
  70. "quit",
  71. "process",
  72. "hook",
  73. "graceful",
  74. "handler",
  75. "shutdown",
  76. "sigterm",
  77. "sigint",
  78. "terminate",
  79. "kill",
  80. "stop",
  81. "event"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "exit-hook",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/sindresorhus/exit-hook.git"
  96. },
  97. "scripts": {
  98. "test": "node test.js"
  99. },
  100. "version": "1.1.1"
  101. }