package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "human-signals@1.1.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  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. "/lint-staged/execa"
  28. ],
  29. "_resolved": "https://registry.nlark.com/human-signals/download/human-signals-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  32. "author": {
  33. "name": "ehmicky",
  34. "email": "ehmicky@gmail.com",
  35. "url": "https://github.com/ehmicky"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ehmicky/human-signals/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Human-friendly process signals",
  42. "devDependencies": {
  43. "@ehmicky/dev-tasks": "^0.30.48",
  44. "ajv": "^6.10.2",
  45. "ava": "^2.4.0",
  46. "fast-deep-equal": "^2.0.1",
  47. "gulp": "^4.0.2",
  48. "husky": "^3.0.9",
  49. "test-each": "^1.7.2"
  50. },
  51. "directories": {
  52. "lib": "src",
  53. "test": "test"
  54. },
  55. "engines": {
  56. "node": ">=8.12.0"
  57. },
  58. "files": [
  59. "build/src",
  60. "!~"
  61. ],
  62. "homepage": "https://git.io/JeluP",
  63. "husky": {
  64. "hooks": {
  65. "pre-push": "gulp check --full"
  66. }
  67. },
  68. "keywords": [
  69. "signal",
  70. "signals",
  71. "handlers",
  72. "error-handling",
  73. "errors",
  74. "interrupts",
  75. "sigterm",
  76. "sigint",
  77. "irq",
  78. "process",
  79. "exit",
  80. "exit-code",
  81. "status",
  82. "operating-system",
  83. "es6",
  84. "javascript",
  85. "linux",
  86. "macos",
  87. "windows",
  88. "nodejs"
  89. ],
  90. "license": "Apache-2.0",
  91. "main": "build/src/main.js",
  92. "name": "human-signals",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/ehmicky/human-signals.git"
  96. },
  97. "scripts": {
  98. "test": "gulp test"
  99. },
  100. "version": "1.1.1"
  101. }