package.json 2.3 KB

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