package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "debug@4.3.6",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "debug@4.3.6",
  9. "_id": "debug@4.3.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
  12. "_location": "/debug",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "debug@4.3.6",
  18. "name": "debug",
  19. "escapedName": "debug",
  20. "rawSpec": "4.3.6",
  21. "saveSpec": null,
  22. "fetchSpec": "4.3.6"
  23. },
  24. "_requiredBy": [
  25. "/@koa/router",
  26. "/ioredis",
  27. "/koa",
  28. "/koa-redis"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.6.tgz",
  31. "_spec": "4.3.6",
  32. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  33. "author": {
  34. "name": "Josh Junon",
  35. "url": "https://github.com/qix-"
  36. },
  37. "browser": "./src/browser.js",
  38. "bugs": {
  39. "url": "https://github.com/debug-js/debug/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "TJ Holowaychuk",
  44. "email": "tj@vision-media.ca"
  45. },
  46. {
  47. "name": "Nathan Rajlich",
  48. "email": "nathan@tootallnate.net",
  49. "url": "http://n8.io"
  50. },
  51. {
  52. "name": "Andrew Rhyne",
  53. "email": "rhyneandrew@gmail.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "ms": "2.1.2"
  58. },
  59. "description": "Lightweight debugging utility for Node.js and the browser",
  60. "devDependencies": {
  61. "brfs": "^2.0.1",
  62. "browserify": "^16.2.3",
  63. "coveralls": "^3.0.2",
  64. "istanbul": "^0.4.5",
  65. "karma": "^3.1.4",
  66. "karma-browserify": "^6.0.0",
  67. "karma-chrome-launcher": "^2.2.0",
  68. "karma-mocha": "^1.3.0",
  69. "mocha": "^5.2.0",
  70. "mocha-lcov-reporter": "^1.2.0",
  71. "sinon": "^14.0.0",
  72. "xo": "^0.23.0"
  73. },
  74. "engines": {
  75. "node": ">=6.0"
  76. },
  77. "files": [
  78. "src",
  79. "LICENSE",
  80. "README.md"
  81. ],
  82. "homepage": "https://github.com/debug-js/debug#readme",
  83. "keywords": [
  84. "debug",
  85. "log",
  86. "debugger"
  87. ],
  88. "license": "MIT",
  89. "main": "./src/index.js",
  90. "name": "debug",
  91. "peerDependenciesMeta": {
  92. "supports-color": {
  93. "optional": true
  94. }
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/debug-js/debug.git"
  99. },
  100. "scripts": {
  101. "lint": "xo",
  102. "test": "npm run test:node && npm run test:browser && npm run lint",
  103. "test:browser": "karma start --single-run",
  104. "test:coverage": "cat ./coverage/lcov.info | coveralls",
  105. "test:node": "istanbul cover _mocha -- test.js test.node.js"
  106. },
  107. "version": "4.3.6"
  108. }