package.json 1.7 KB

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