package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "debug@2.6.9",
  5. "E:\\CampusInfo-borwers\\resources\\app"
  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. "/regedit"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  28. "_spec": "2.6.9",
  29. "_where": "E:\\CampusInfo-borwers\\resources\\app",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "browser": "./src/browser.js",
  35. "bugs": {
  36. "url": "https://github.com/visionmedia/debug/issues"
  37. },
  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. "description": "small debugging utility",
  59. "devDependencies": {
  60. "browserify": "9.0.3",
  61. "chai": "^3.5.0",
  62. "concurrently": "^3.1.0",
  63. "coveralls": "^2.11.15",
  64. "eslint": "^3.12.1",
  65. "istanbul": "^0.4.5",
  66. "karma": "^1.3.0",
  67. "karma-chai": "^0.1.0",
  68. "karma-mocha": "^1.3.0",
  69. "karma-phantomjs-launcher": "^1.0.2",
  70. "karma-sinon": "^1.0.5",
  71. "mocha": "^3.2.0",
  72. "mocha-lcov-reporter": "^1.2.0",
  73. "rimraf": "^2.5.4",
  74. "sinon": "^1.17.6",
  75. "sinon-chai": "^2.8.0"
  76. },
  77. "homepage": "https://github.com/visionmedia/debug#readme",
  78. "keywords": [
  79. "debug",
  80. "log",
  81. "debugger"
  82. ],
  83. "license": "MIT",
  84. "main": "./src/index.js",
  85. "name": "debug",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/visionmedia/debug.git"
  89. },
  90. "version": "2.6.9"
  91. }