package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "signal-exit@3.0.2",
  10. "_id": "signal-exit@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
  13. "_location": "/signal-exit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "signal-exit@3.0.2",
  19. "name": "signal-exit",
  20. "escapedName": "signal-exit",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/os-locale/execa",
  28. "/restore-cursor",
  29. "/write-file-atomic",
  30. "/yorkie/execa"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.2.tgz",
  33. "_spec": "3.0.2",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Ben Coe",
  37. "email": "ben@npmjs.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/tapjs/signal-exit/issues"
  41. },
  42. "description": "when you want to fire an event no matter how a process exits.",
  43. "devDependencies": {
  44. "chai": "^3.5.0",
  45. "coveralls": "^2.11.10",
  46. "nyc": "^8.1.0",
  47. "standard": "^7.1.2",
  48. "standard-version": "^2.3.0",
  49. "tap": "^8.0.1"
  50. },
  51. "files": [
  52. "index.js",
  53. "signals.js"
  54. ],
  55. "homepage": "https://github.com/tapjs/signal-exit",
  56. "keywords": [
  57. "signal",
  58. "exit"
  59. ],
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "signal-exit",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/tapjs/signal-exit.git"
  66. },
  67. "scripts": {
  68. "coverage": "nyc report --reporter=text-lcov | coveralls",
  69. "pretest": "standard",
  70. "release": "standard-version",
  71. "test": "tap --timeout=240 ./test/*.js --cov"
  72. },
  73. "version": "3.0.2"
  74. }