Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. "/execa"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
  22. "_shasum": "c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3",
  23. "_spec": "human-signals@^1.1.1",
  24. "_where": "/home/christian/Documents/newarte/artesanias/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.30.48",
  39. "ajv": "^6.10.2",
  40. "ava": "^2.4.0",
  41. "fast-deep-equal": "^2.0.1",
  42. "gulp": "^4.0.2",
  43. "husky": "^3.0.9",
  44. "test-each": "^1.7.2"
  45. },
  46. "directories": {
  47. "lib": "src",
  48. "test": "test"
  49. },
  50. "engines": {
  51. "node": ">=8.12.0"
  52. },
  53. "files": [
  54. "build/src",
  55. "!~"
  56. ],
  57. "homepage": "https://git.io/JeluP",
  58. "husky": {
  59. "hooks": {
  60. "pre-push": "gulp check --full"
  61. }
  62. },
  63. "keywords": [
  64. "signal",
  65. "signals",
  66. "handlers",
  67. "error-handling",
  68. "errors",
  69. "interrupts",
  70. "sigterm",
  71. "sigint",
  72. "irq",
  73. "process",
  74. "exit",
  75. "exit-code",
  76. "status",
  77. "operating-system",
  78. "es6",
  79. "javascript",
  80. "linux",
  81. "macos",
  82. "windows",
  83. "nodejs"
  84. ],
  85. "license": "Apache-2.0",
  86. "main": "build/src/main.js",
  87. "name": "human-signals",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/ehmicky/human-signals.git"
  91. },
  92. "scripts": {
  93. "test": "gulp test"
  94. },
  95. "version": "1.1.1"
  96. }