package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. "/express",
  21. "/express-session",
  22. "/finalhandler",
  23. "/get-uri",
  24. "/http-proxy-agent",
  25. "/pac-proxy-agent",
  26. "/proxy-agent/https-proxy-agent",
  27. "/send"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  30. "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
  31. "_spec": "debug@2.6.9",
  32. "_where": "C:\\FatboarProject\\express-server\\node_modules\\express",
  33. "author": {
  34. "name": "TJ Holowaychuk",
  35. "email": "tj@vision-media.ca"
  36. },
  37. "browser": "./src/browser.js",
  38. "bugs": {
  39. "url": "https://github.com/visionmedia/debug/issues"
  40. },
  41. "bundleDependencies": false,
  42. "component": {
  43. "scripts": {
  44. "debug/index.js": "browser.js",
  45. "debug/debug.js": "debug.js"
  46. }
  47. },
  48. "contributors": [
  49. {
  50. "name": "Nathan Rajlich",
  51. "email": "nathan@tootallnate.net",
  52. "url": "http://n8.io"
  53. },
  54. {
  55. "name": "Andrew Rhyne",
  56. "email": "rhyneandrew@gmail.com"
  57. }
  58. ],
  59. "dependencies": {
  60. "ms": "2.0.0"
  61. },
  62. "deprecated": false,
  63. "description": "small debugging utility",
  64. "devDependencies": {
  65. "browserify": "9.0.3",
  66. "chai": "^3.5.0",
  67. "concurrently": "^3.1.0",
  68. "coveralls": "^2.11.15",
  69. "eslint": "^3.12.1",
  70. "istanbul": "^0.4.5",
  71. "karma": "^1.3.0",
  72. "karma-chai": "^0.1.0",
  73. "karma-mocha": "^1.3.0",
  74. "karma-phantomjs-launcher": "^1.0.2",
  75. "karma-sinon": "^1.0.5",
  76. "mocha": "^3.2.0",
  77. "mocha-lcov-reporter": "^1.2.0",
  78. "rimraf": "^2.5.4",
  79. "sinon": "^1.17.6",
  80. "sinon-chai": "^2.8.0"
  81. },
  82. "homepage": "https://github.com/visionmedia/debug#readme",
  83. "keywords": [
  84. "debug",
  85. "log",
  86. "debugger"
  87. ],
  88. "license": "MIT",
  89. "main": "./src/index.js",
  90. "name": "debug",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/visionmedia/debug.git"
  94. },
  95. "version": "2.6.9"
  96. }