package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "exit-hook@1.1.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "exit-hook@1.1.1",
  10. "_id": "exit-hook@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=",
  13. "_location": "/exit-hook",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "exit-hook@1.1.1",
  19. "name": "exit-hook",
  20. "escapedName": "exit-hook",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/listr-verbose-renderer/restore-cursor",
  27. "/listr/restore-cursor",
  28. "/log-update/restore-cursor"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
  31. "_spec": "1.1.1",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "http://sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/exit-hook/issues"
  40. },
  41. "description": "Run some code when the process exits",
  42. "devDependencies": {
  43. "ava": "0.0.4"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/exit-hook#readme",
  52. "keywords": [
  53. "exit",
  54. "quit",
  55. "process",
  56. "hook",
  57. "graceful",
  58. "handler",
  59. "shutdown",
  60. "sigterm",
  61. "sigint",
  62. "terminate",
  63. "kill",
  64. "stop",
  65. "event"
  66. ],
  67. "license": "MIT",
  68. "name": "exit-hook",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/exit-hook.git"
  72. },
  73. "scripts": {
  74. "test": "node test.js"
  75. },
  76. "version": "1.1.1"
  77. }