package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "exit@^0.1.2",
  3. "_id": "exit@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  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-runner",
  20. "/jest-runtime",
  21. "/jest/jest-cli"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/exit/-/exit-0.1.2.tgz",
  24. "_shasum": "0632638f8d877cc82107d30a0fff1a17cba1cd0c",
  25. "_spec": "exit@^0.1.2",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jest\\node_modules\\jest-cli",
  27. "author": {
  28. "name": "\"Cowboy\" Ben Alman",
  29. "url": "http://benalman.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/cowboy/node-exit/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
  37. "devDependencies": {
  38. "grunt": "~0.4.1",
  39. "grunt-contrib-jshint": "~0.6.4",
  40. "grunt-contrib-nodeunit": "~0.2.0",
  41. "grunt-contrib-watch": "~0.5.3",
  42. "which": "~1.0.5"
  43. },
  44. "engines": {
  45. "node": ">= 0.8.0"
  46. },
  47. "homepage": "https://github.com/cowboy/node-exit",
  48. "keywords": [
  49. "exit",
  50. "process",
  51. "stdio",
  52. "stdout",
  53. "stderr",
  54. "drain",
  55. "flush",
  56. "3584"
  57. ],
  58. "licenses": [
  59. {
  60. "type": "MIT",
  61. "url": "https://github.com/cowboy/node-exit/blob/master/LICENSE-MIT"
  62. }
  63. ],
  64. "main": "lib/exit",
  65. "name": "exit",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/cowboy/node-exit.git"
  69. },
  70. "scripts": {
  71. "test": "grunt nodeunit"
  72. },
  73. "version": "0.1.2"
  74. }