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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "debug@2.6.9",
  3. "_id": "debug@2.6.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6. "_location": "/debug",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "debug@2.6.9",
  12. "name": "debug",
  13. "escapedName": "debug",
  14. "rawSpec": "2.6.9",
  15. "saveSpec": null,
  16. "fetchSpec": "2.6.9"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/compression",
  21. "/express",
  22. "/finalhandler",
  23. "/send"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  26. "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
  27. "_spec": "debug@2.6.9",
  28. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\compression",
  29. "author": {
  30. "name": "TJ Holowaychuk",
  31. "email": "tj@vision-media.ca"
  32. },
  33. "browser": "./src/browser.js",
  34. "bugs": {
  35. "url": "https://github.com/visionmedia/debug/issues"
  36. },
  37. "bundleDependencies": false,
  38. "component": {
  39. "scripts": {
  40. "debug/index.js": "browser.js",
  41. "debug/debug.js": "debug.js"
  42. }
  43. },
  44. "contributors": [
  45. {
  46. "name": "Nathan Rajlich",
  47. "email": "nathan@tootallnate.net",
  48. "url": "http://n8.io"
  49. },
  50. {
  51. "name": "Andrew Rhyne",
  52. "email": "rhyneandrew@gmail.com"
  53. }
  54. ],
  55. "dependencies": {
  56. "ms": "2.0.0"
  57. },
  58. "deprecated": false,
  59. "description": "small debugging utility",
  60. "devDependencies": {
  61. "browserify": "9.0.3",
  62. "chai": "^3.5.0",
  63. "concurrently": "^3.1.0",
  64. "coveralls": "^2.11.15",
  65. "eslint": "^3.12.1",
  66. "istanbul": "^0.4.5",
  67. "karma": "^1.3.0",
  68. "karma-chai": "^0.1.0",
  69. "karma-mocha": "^1.3.0",
  70. "karma-phantomjs-launcher": "^1.0.2",
  71. "karma-sinon": "^1.0.5",
  72. "mocha": "^3.2.0",
  73. "mocha-lcov-reporter": "^1.2.0",
  74. "rimraf": "^2.5.4",
  75. "sinon": "^1.17.6",
  76. "sinon-chai": "^2.8.0"
  77. },
  78. "homepage": "https://github.com/visionmedia/debug#readme",
  79. "keywords": [
  80. "debug",
  81. "log",
  82. "debugger"
  83. ],
  84. "license": "MIT",
  85. "main": "./src/index.js",
  86. "name": "debug",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/visionmedia/debug.git"
  90. },
  91. "version": "2.6.9"
  92. }