package.json 2.2 KB

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