package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "debug@2.6.9",
  5. "C:\\FatboarProject\\express-server"
  6. ]
  7. ],
  8. "_from": "debug@2.6.9",
  9. "_id": "debug@2.6.9",
  10. "_inBundle": false,
  11. "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  12. "_location": "/debug",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "debug@2.6.9",
  18. "name": "debug",
  19. "escapedName": "debug",
  20. "rawSpec": "2.6.9",
  21. "saveSpec": null,
  22. "fetchSpec": "2.6.9"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/express",
  27. "/finalhandler",
  28. "/get-uri",
  29. "/send",
  30. "/undefsafe"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  33. "_spec": "2.6.9",
  34. "_where": "C:\\FatboarProject\\express-server",
  35. "author": {
  36. "name": "TJ Holowaychuk",
  37. "email": "tj@vision-media.ca"
  38. },
  39. "browser": "./src/browser.js",
  40. "bugs": {
  41. "url": "https://github.com/visionmedia/debug/issues"
  42. },
  43. "component": {
  44. "scripts": {
  45. "debug/index.js": "browser.js",
  46. "debug/debug.js": "debug.js"
  47. }
  48. },
  49. "contributors": [
  50. {
  51. "name": "Nathan Rajlich",
  52. "email": "nathan@tootallnate.net",
  53. "url": "http://n8.io"
  54. },
  55. {
  56. "name": "Andrew Rhyne",
  57. "email": "rhyneandrew@gmail.com"
  58. }
  59. ],
  60. "dependencies": {
  61. "ms": "2.0.0"
  62. },
  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. }