package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "exit@^0.1.2",
  3. "_id": "exit@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
  6. "_location": "/exit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "exit@^0.1.2",
  12. "name": "exit",
  13. "escapedName": "exit",
  14. "rawSpec": "^0.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.2"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/@jest/reporters",
  21. "/@nuxt/cli",
  22. "/jest/jest-cli"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  25. "_shasum": "0632638f8d877cc82107d30a0fff1a17cba1cd0c",
  26. "_spec": "exit@^0.1.2",
  27. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\cli",
  28. "author": {
  29. "name": "\"Cowboy\" Ben Alman",
  30. "url": "http://benalman.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/cowboy/node-exit/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
  38. "devDependencies": {
  39. "grunt": "~0.4.1",
  40. "grunt-contrib-jshint": "~0.6.4",
  41. "grunt-contrib-nodeunit": "~0.2.0",
  42. "grunt-contrib-watch": "~0.5.3",
  43. "which": "~1.0.5"
  44. },
  45. "engines": {
  46. "node": ">= 0.8.0"
  47. },
  48. "homepage": "https://github.com/cowboy/node-exit",
  49. "keywords": [
  50. "exit",
  51. "process",
  52. "stdio",
  53. "stdout",
  54. "stderr",
  55. "drain",
  56. "flush",
  57. "3584"
  58. ],
  59. "licenses": [
  60. {
  61. "type": "MIT",
  62. "url": "https://github.com/cowboy/node-exit/blob/master/LICENSE-MIT"
  63. }
  64. ],
  65. "main": "lib/exit",
  66. "name": "exit",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/cowboy/node-exit.git"
  70. },
  71. "scripts": {
  72. "test": "grunt nodeunit"
  73. },
  74. "version": "0.1.2"
  75. }