package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "debug@3.1.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "debug@3.1.0",
  10. "_id": "debug@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
  13. "_location": "/debug",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "debug@3.1.0",
  19. "name": "debug",
  20. "escapedName": "debug",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/electron-packager",
  27. "/flora-colossus",
  28. "/galactus"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
  31. "_spec": "3.1.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  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. "contributors": [
  42. {
  43. "name": "Nathan Rajlich",
  44. "email": "nathan@tootallnate.net",
  45. "url": "http://n8.io"
  46. },
  47. {
  48. "name": "Andrew Rhyne",
  49. "email": "rhyneandrew@gmail.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "ms": "2.0.0"
  54. },
  55. "description": "small debugging utility",
  56. "devDependencies": {
  57. "browserify": "14.4.0",
  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": "3.1.0"
  88. }