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

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "currently-unhandled@^0.4.1",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/loud-rejection"
  6. ]
  7. ],
  8. "_from": "currently-unhandled@>=0.4.1 <0.5.0",
  9. "_id": "currently-unhandled@0.4.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/currently-unhandled",
  13. "_nodeVersion": "5.10.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/currently-unhandled-0.4.1.tgz_1464866113117_0.9455041608307511"
  17. },
  18. "_npmUser": {
  19. "email": "james@talmage.io",
  20. "name": "jamestalmage"
  21. },
  22. "_npmVersion": "3.8.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "currently-unhandled",
  26. "raw": "currently-unhandled@^0.4.1",
  27. "rawSpec": "^0.4.1",
  28. "scope": null,
  29. "spec": ">=0.4.1 <0.5.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/loud-rejection"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
  36. "_shasum": "988df33feab191ef799a61369dd76c17adf957ea",
  37. "_shrinkwrap": null,
  38. "_spec": "currently-unhandled@^0.4.1",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/loud-rejection",
  40. "author": {
  41. "email": "james@talmage.io",
  42. "name": "James Talmage",
  43. "url": "github.com/jamestalmage"
  44. },
  45. "ava": {
  46. "files": "test.js"
  47. },
  48. "browser": {
  49. "./index.js": "./browser.js"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/jamestalmage/currently-unhandled/issues"
  53. },
  54. "dependencies": {
  55. "array-find-index": "^1.0.1"
  56. },
  57. "description": "Track the list of currently unhandled promise rejections.",
  58. "devDependencies": {
  59. "ava": "^0.15.1",
  60. "bluebird": "^3.4.0",
  61. "browserify": "^13.0.1",
  62. "coveralls": "^2.11.9",
  63. "delay": "^1.3.1",
  64. "is-ci": "^1.0.8",
  65. "karma": "^0.13.22",
  66. "karma-browserify": "^5.0.5",
  67. "karma-chrome-launcher": "^1.0.1",
  68. "karma-firefox-launcher": "^1.0.0",
  69. "karma-mocha": "^1.0.1",
  70. "mocha": "^2.5.3",
  71. "nyc": "^6.4.0",
  72. "watchify": "^3.7.0",
  73. "xo": "^0.15.0"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "988df33feab191ef799a61369dd76c17adf957ea",
  78. "tarball": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz"
  79. },
  80. "engines": {
  81. "node": ">=0.10.0"
  82. },
  83. "files": [
  84. "browser.js",
  85. "core.js",
  86. "index.js"
  87. ],
  88. "gitHead": "6b998300e8cc2f732d80f99b7ecea37c97ab6ded",
  89. "homepage": "https://github.com/jamestalmage/currently-unhandled#readme",
  90. "keywords": [
  91. "promises",
  92. "rejected",
  93. "unhandled",
  94. "unhandledRejection"
  95. ],
  96. "license": "MIT",
  97. "maintainers": [
  98. {
  99. "name": "jamestalmage",
  100. "email": "james@talmage.io"
  101. }
  102. ],
  103. "name": "currently-unhandled",
  104. "nyc": {
  105. "reporter": [
  106. "lcov",
  107. "text"
  108. ]
  109. },
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/jamestalmage/currently-unhandled.git"
  115. },
  116. "scripts": {
  117. "test": "xo && nyc ava"
  118. },
  119. "version": "0.4.1",
  120. "xo": {
  121. "envs": [
  122. "browser",
  123. "mocha",
  124. "node"
  125. ],
  126. "ignores": [
  127. "browser-bluebird-test.js"
  128. ]
  129. }
  130. }