package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "human-signals@1.1.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "human-signals@1.1.1",
  10. "_id": "human-signals@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xbHNFPUK6uCatsWf5jujOV/k36M=",
  13. "_location": "/human-signals",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "human-signals@1.1.1",
  19. "name": "human-signals",
  20. "escapedName": "human-signals",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/default-gateway/execa"
  27. ],
  28. "_resolved": "https://registry.nlark.com/human-signals/download/human-signals-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "ehmicky",
  33. "email": "ehmicky@gmail.com",
  34. "url": "https://github.com/ehmicky"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ehmicky/human-signals/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Human-friendly process signals",
  41. "devDependencies": {
  42. "@ehmicky/dev-tasks": "^0.30.48",
  43. "ajv": "^6.10.2",
  44. "ava": "^2.4.0",
  45. "fast-deep-equal": "^2.0.1",
  46. "gulp": "^4.0.2",
  47. "husky": "^3.0.9",
  48. "test-each": "^1.7.2"
  49. },
  50. "directories": {
  51. "lib": "src",
  52. "test": "test"
  53. },
  54. "engines": {
  55. "node": ">=8.12.0"
  56. },
  57. "files": [
  58. "build/src",
  59. "!~"
  60. ],
  61. "homepage": "https://git.io/JeluP",
  62. "husky": {
  63. "hooks": {
  64. "pre-push": "gulp check --full"
  65. }
  66. },
  67. "keywords": [
  68. "signal",
  69. "signals",
  70. "handlers",
  71. "error-handling",
  72. "errors",
  73. "interrupts",
  74. "sigterm",
  75. "sigint",
  76. "irq",
  77. "process",
  78. "exit",
  79. "exit-code",
  80. "status",
  81. "operating-system",
  82. "es6",
  83. "javascript",
  84. "linux",
  85. "macos",
  86. "windows",
  87. "nodejs"
  88. ],
  89. "license": "Apache-2.0",
  90. "main": "build/src/main.js",
  91. "name": "human-signals",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ehmicky/human-signals.git"
  95. },
  96. "scripts": {
  97. "test": "gulp test"
  98. },
  99. "version": "1.1.1"
  100. }