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

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "loud-rejection@^2.2.0",
  3. "_id": "loud-rejection@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-S0FayMXku80toa5sZ6Ro4C+s+EtFDCsyJNG/AzFMfX3AxD5Si4dZsgzm/kKnbOxHl5Cv8jBlno8+3XYIh2pNjQ==",
  6. "_location": "/loud-rejection",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "loud-rejection@^2.2.0",
  12. "name": "loud-rejection",
  13. "escapedName": "loud-rejection",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-2.2.0.tgz",
  22. "_shasum": "4255eb6e9c74045b0edc021fa7397ab655a8517c",
  23. "_spec": "loud-rejection@^2.2.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/loud-rejection/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "currently-unhandled": "^0.4.1",
  36. "signal-exit": "^3.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "bluebird": "^3.5.3",
  43. "coveralls": "^3.0.3",
  44. "delay": "^4.1.0",
  45. "execa": "^1.0.0",
  46. "get-stream": "^5.0.0",
  47. "nyc": "^13.3.0",
  48. "tsd": "^0.7.1",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts",
  57. "register.js",
  58. "register.d.ts"
  59. ],
  60. "homepage": "https://github.com/sindresorhus/loud-rejection#readme",
  61. "keywords": [
  62. "promise",
  63. "promises",
  64. "unhandled",
  65. "uncaught",
  66. "rejection",
  67. "loud",
  68. "fail",
  69. "catch",
  70. "throw",
  71. "handler",
  72. "exit",
  73. "debug",
  74. "debugging",
  75. "verbose"
  76. ],
  77. "license": "MIT",
  78. "name": "loud-rejection",
  79. "nyc": {
  80. "exclude": [
  81. "fixture.js"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/loud-rejection.git"
  87. },
  88. "scripts": {
  89. "test": "xo && nyc ava && tsd"
  90. },
  91. "version": "2.2.0"
  92. }