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

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "debug@2.6.9",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/compression"
  6. ]
  7. ],
  8. "_from": "debug@2.6.9",
  9. "_id": "debug@2.6.9",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/debug",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/debug-2.6.9.tgz_1506087154503_0.5196126794908196"
  17. },
  18. "_npmUser": {
  19. "email": "nathan@tootallnate.net",
  20. "name": "tootallnate"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "debug",
  26. "raw": "debug@2.6.9",
  27. "rawSpec": "2.6.9",
  28. "scope": null,
  29. "spec": "2.6.9",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/body-parser",
  34. "/compression",
  35. "/express",
  36. "/finalhandler",
  37. "/send"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  40. "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
  41. "_shrinkwrap": null,
  42. "_spec": "debug@2.6.9",
  43. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/compression",
  44. "author": {
  45. "email": "tj@vision-media.ca",
  46. "name": "TJ Holowaychuk"
  47. },
  48. "browser": "./src/browser.js",
  49. "bugs": {
  50. "url": "https://github.com/visionmedia/debug/issues"
  51. },
  52. "component": {
  53. "scripts": {
  54. "debug/debug.js": "debug.js",
  55. "debug/index.js": "browser.js"
  56. }
  57. },
  58. "contributors": [
  59. {
  60. "name": "Nathan Rajlich",
  61. "email": "nathan@tootallnate.net",
  62. "url": "http://n8.io"
  63. },
  64. {
  65. "name": "Andrew Rhyne",
  66. "email": "rhyneandrew@gmail.com"
  67. }
  68. ],
  69. "dependencies": {
  70. "ms": "2.0.0"
  71. },
  72. "description": "small debugging utility",
  73. "devDependencies": {
  74. "browserify": "9.0.3",
  75. "chai": "^3.5.0",
  76. "concurrently": "^3.1.0",
  77. "coveralls": "^2.11.15",
  78. "eslint": "^3.12.1",
  79. "istanbul": "^0.4.5",
  80. "karma": "^1.3.0",
  81. "karma-chai": "^0.1.0",
  82. "karma-mocha": "^1.3.0",
  83. "karma-phantomjs-launcher": "^1.0.2",
  84. "karma-sinon": "^1.0.5",
  85. "mocha": "^3.2.0",
  86. "mocha-lcov-reporter": "^1.2.0",
  87. "rimraf": "^2.5.4",
  88. "sinon": "^1.17.6",
  89. "sinon-chai": "^2.8.0"
  90. },
  91. "directories": {},
  92. "dist": {
  93. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  94. "shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
  95. "tarball": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
  96. },
  97. "gitHead": "13abeae468fea297d0dccc50bc55590809241083",
  98. "homepage": "https://github.com/visionmedia/debug#readme",
  99. "keywords": [
  100. "debug",
  101. "debugger",
  102. "log"
  103. ],
  104. "license": "MIT",
  105. "main": "./src/index.js",
  106. "maintainers": [
  107. {
  108. "name": "thebigredgeek",
  109. "email": "rhyneandrew@gmail.com"
  110. },
  111. {
  112. "name": "kolban",
  113. "email": "kolban1@kolban.com"
  114. },
  115. {
  116. "name": "tootallnate",
  117. "email": "nathan@tootallnate.net"
  118. },
  119. {
  120. "name": "tjholowaychuk",
  121. "email": "tj@vision-media.ca"
  122. }
  123. ],
  124. "name": "debug",
  125. "optionalDependencies": {},
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "git://github.com/visionmedia/debug.git"
  130. },
  131. "version": "2.6.9"
  132. }