package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "exit@0.1.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "exit@0.1.2",
  19. "name": "exit",
  20. "escapedName": "exit",
  21. "rawSpec": "0.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-runner",
  27. "/jest-runtime",
  28. "/jest/jest-cli"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/exit/download/exit-0.1.2.tgz",
  31. "_spec": "0.1.2",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "\"Cowboy\" Ben Alman",
  35. "url": "http://benalman.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/cowboy/node-exit/issues"
  39. },
  40. "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
  41. "devDependencies": {
  42. "grunt": "~0.4.1",
  43. "grunt-contrib-jshint": "~0.6.4",
  44. "grunt-contrib-nodeunit": "~0.2.0",
  45. "grunt-contrib-watch": "~0.5.3",
  46. "which": "~1.0.5"
  47. },
  48. "engines": {
  49. "node": ">= 0.8.0"
  50. },
  51. "homepage": "https://github.com/cowboy/node-exit",
  52. "keywords": [
  53. "exit",
  54. "process",
  55. "stdio",
  56. "stdout",
  57. "stderr",
  58. "drain",
  59. "flush",
  60. "3584"
  61. ],
  62. "licenses": [
  63. {
  64. "type": "MIT",
  65. "url": "https://github.com/cowboy/node-exit/blob/master/LICENSE-MIT"
  66. }
  67. ],
  68. "main": "lib/exit",
  69. "name": "exit",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/cowboy/node-exit.git"
  73. },
  74. "scripts": {
  75. "test": "grunt nodeunit"
  76. },
  77. "version": "0.1.2"
  78. }