package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "@dabh/diagnostics@2.0.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "@dabh/diagnostics@2.0.3",
  9. "_id": "@dabh/diagnostics@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
  12. "_location": "/@dabh/diagnostics",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@dabh/diagnostics@2.0.3",
  18. "name": "@dabh/diagnostics",
  19. "escapedName": "@dabh%2fdiagnostics",
  20. "scope": "@dabh",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/winston"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Arnout Kazemier"
  33. },
  34. "browser": "./browser",
  35. "bugs": {
  36. "url": "https://github.com/3rd-Eden/diagnostics/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Martijn Swaagman",
  41. "url": "https://github.com/swaagie"
  42. },
  43. {
  44. "name": "Jarrett Cruger",
  45. "url": "https://github.com/jcrugzz"
  46. },
  47. {
  48. "name": "Sevastos",
  49. "url": "https://github.com/sevastos"
  50. }
  51. ],
  52. "dependencies": {
  53. "colorspace": "1.1.x",
  54. "enabled": "2.0.x",
  55. "kuler": "^2.0.0"
  56. },
  57. "description": "Tools for debugging your node.js modules and event loop",
  58. "devDependencies": {
  59. "assume": "2.3.x",
  60. "asyncstorageapi": "^1.0.2",
  61. "mocha": "9.2.x",
  62. "nyc": "^15.1.0",
  63. "objstorage": "^1.0.0",
  64. "pre-commit": "1.2.x",
  65. "require-poisoning": "^2.0.0",
  66. "webpack": "4.x",
  67. "webpack-bundle-size-analyzer": "^3.0.0",
  68. "webpack-cli": "3.x"
  69. },
  70. "directories": {
  71. "test": "test"
  72. },
  73. "homepage": "https://github.com/3rd-Eden/diagnostics",
  74. "keywords": [
  75. "debug",
  76. "debugger",
  77. "debugging",
  78. "diagnostic",
  79. "diagnostics",
  80. "event",
  81. "loop",
  82. "metrics",
  83. "stats"
  84. ],
  85. "license": "MIT",
  86. "main": "./node",
  87. "name": "@dabh/diagnostics",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/3rd-Eden/diagnostics.git"
  91. },
  92. "scripts": {
  93. "test": "nyc --reporter=text --reporter=lcov npm run test:runner",
  94. "test:basic": "mocha --require test/mock.js test/*.test.js",
  95. "test:browser": "mocha --require test/mock test/browser.js",
  96. "test:node": "mocha --require test/mock test/node.js",
  97. "test:runner": "npm run test:basic && npm run test:node && npm run test:browser",
  98. "webpack:browser:dev": "webpack --mode=development browser/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
  99. "webpack:browser:prod": "webpack --mode=production browser/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
  100. "webpack:node:dev": "webpack --mode=development node/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
  101. "webpack:node:prod": "webpack --mode=production node/index.js -o /dev/null --json | webpack-bundle-size-analyzer"
  102. },
  103. "version": "2.0.3"
  104. }