package.json 1.8 KB

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