You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

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