package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "debug@=3.1.0",
  3. "_id": "debug@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
  6. "_location": "/debug",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "debug@=3.1.0",
  12. "name": "debug",
  13. "escapedName": "debug",
  14. "rawSpec": "=3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "=3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/traverse",
  20. "/eslint",
  21. "/follow-redirects",
  22. "/vue-eslint-parser"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/debug/-/debug-3.1.0.tgz",
  25. "_shasum": "5bb5a0672628b64149566ba16819e61518c67261",
  26. "_spec": "debug@=3.1.0",
  27. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\follow-redirects",
  28. "author": {
  29. "name": "TJ Holowaychuk",
  30. "email": "tj@vision-media.ca"
  31. },
  32. "browser": "./src/browser.js",
  33. "bugs": {
  34. "url": "https://github.com/visionmedia/debug/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Nathan Rajlich",
  40. "email": "nathan@tootallnate.net",
  41. "url": "http://n8.io"
  42. },
  43. {
  44. "name": "Andrew Rhyne",
  45. "email": "rhyneandrew@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "ms": "2.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "small debugging utility",
  53. "devDependencies": {
  54. "browserify": "14.4.0",
  55. "chai": "^3.5.0",
  56. "concurrently": "^3.1.0",
  57. "coveralls": "^2.11.15",
  58. "eslint": "^3.12.1",
  59. "istanbul": "^0.4.5",
  60. "karma": "^1.3.0",
  61. "karma-chai": "^0.1.0",
  62. "karma-mocha": "^1.3.0",
  63. "karma-phantomjs-launcher": "^1.0.2",
  64. "karma-sinon": "^1.0.5",
  65. "mocha": "^3.2.0",
  66. "mocha-lcov-reporter": "^1.2.0",
  67. "rimraf": "^2.5.4",
  68. "sinon": "^1.17.6",
  69. "sinon-chai": "^2.8.0"
  70. },
  71. "homepage": "https://github.com/visionmedia/debug#readme",
  72. "keywords": [
  73. "debug",
  74. "log",
  75. "debugger"
  76. ],
  77. "license": "MIT",
  78. "main": "./src/index.js",
  79. "name": "debug",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/visionmedia/debug.git"
  83. },
  84. "version": "3.1.0"
  85. }