package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "exit@~0.1.1",
  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.1",
  12. "name": "exit",
  13. "escapedName": "exit",
  14. "rawSpec": "~0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/grunt",
  20. "/grunt-legacy-util"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/exit/download/exit-0.1.2.tgz",
  23. "_shasum": "0632638f8d877cc82107d30a0fff1a17cba1cd0c",
  24. "_spec": "exit@~0.1.1",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt",
  26. "author": {
  27. "name": "\"Cowboy\" Ben Alman",
  28. "url": "http://benalman.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cowboy/node-exit/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
  36. "devDependencies": {
  37. "grunt": "~0.4.1",
  38. "grunt-contrib-jshint": "~0.6.4",
  39. "grunt-contrib-nodeunit": "~0.2.0",
  40. "grunt-contrib-watch": "~0.5.3",
  41. "which": "~1.0.5"
  42. },
  43. "engines": {
  44. "node": ">= 0.8.0"
  45. },
  46. "homepage": "https://github.com/cowboy/node-exit",
  47. "keywords": [
  48. "exit",
  49. "process",
  50. "stdio",
  51. "stdout",
  52. "stderr",
  53. "drain",
  54. "flush",
  55. "3584"
  56. ],
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "https://github.com/cowboy/node-exit/blob/master/LICENSE-MIT"
  61. }
  62. ],
  63. "main": "lib/exit",
  64. "name": "exit",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/cowboy/node-exit.git"
  68. },
  69. "scripts": {
  70. "test": "grunt nodeunit"
  71. },
  72. "version": "0.1.2"
  73. }