package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "human-signals@^2.1.0",
  3. "_id": "human-signals@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  6. "_location": "/human-signals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "human-signals@^2.1.0",
  12. "name": "human-signals",
  13. "escapedName": "human-signals",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/execa"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  22. "_shasum": "dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0",
  23. "_spec": "human-signals@^2.1.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\execa",
  25. "author": {
  26. "name": "ehmicky",
  27. "email": "ehmicky@gmail.com",
  28. "url": "https://github.com/ehmicky"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ehmicky/human-signals/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Human-friendly process signals",
  37. "devDependencies": {
  38. "@ehmicky/dev-tasks": "^0.31.9",
  39. "ajv": "^6.12.0",
  40. "ava": "^3.5.0",
  41. "gulp": "^4.0.2",
  42. "husky": "^4.2.3",
  43. "test-each": "^2.0.0"
  44. },
  45. "directories": {
  46. "lib": "src",
  47. "test": "test"
  48. },
  49. "engines": {
  50. "node": ">=10.17.0"
  51. },
  52. "files": [
  53. "build/src",
  54. "!~"
  55. ],
  56. "homepage": "https://git.io/JeluP",
  57. "husky": {
  58. "hooks": {
  59. "pre-push": "gulp check --full"
  60. }
  61. },
  62. "keywords": [
  63. "signal",
  64. "signals",
  65. "handlers",
  66. "error-handling",
  67. "errors",
  68. "interrupts",
  69. "sigterm",
  70. "sigint",
  71. "irq",
  72. "process",
  73. "exit",
  74. "exit-code",
  75. "status",
  76. "operating-system",
  77. "es6",
  78. "javascript",
  79. "linux",
  80. "macos",
  81. "windows",
  82. "nodejs"
  83. ],
  84. "license": "Apache-2.0",
  85. "main": "build/src/main.js",
  86. "name": "human-signals",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/ehmicky/human-signals.git"
  90. },
  91. "scripts": {
  92. "test": "gulp test"
  93. },
  94. "types": "build/src/main.d.ts",
  95. "version": "2.1.0"
  96. }