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

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "signal-exit@^3.0.2",
  3. "_id": "signal-exit@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==",
  6. "_location": "/signal-exit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "signal-exit@^3.0.2",
  12. "name": "signal-exit",
  13. "escapedName": "signal-exit",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/conf/write-file-atomic",
  20. "/execa",
  21. "/loud-rejection",
  22. "/restore-cursor",
  23. "/windows-release/execa",
  24. "/write-file-atomic"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
  27. "_shasum": "a1410c2edd8f077b08b4e253c8eacfcaf057461c",
  28. "_spec": "signal-exit@^3.0.2",
  29. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/write-file-atomic",
  30. "author": {
  31. "name": "Ben Coe",
  32. "email": "ben@npmjs.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/tapjs/signal-exit/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "when you want to fire an event no matter how a process exits.",
  40. "devDependencies": {
  41. "chai": "^3.5.0",
  42. "coveralls": "^2.11.10",
  43. "nyc": "^8.1.0",
  44. "standard": "^8.1.0",
  45. "standard-version": "^2.3.0",
  46. "tap": "^8.0.1"
  47. },
  48. "files": [
  49. "index.js",
  50. "signals.js"
  51. ],
  52. "homepage": "https://github.com/tapjs/signal-exit",
  53. "keywords": [
  54. "signal",
  55. "exit"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "signal-exit",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/tapjs/signal-exit.git"
  63. },
  64. "scripts": {
  65. "coverage": "nyc report --reporter=text-lcov | coveralls",
  66. "pretest": "standard",
  67. "release": "standard-version",
  68. "test": "tap --timeout=240 ./test/*.js --cov"
  69. },
  70. "version": "3.0.3"
  71. }