wechat wss demo

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "inherits@^2.0.3",
  3. "_id": "inherits@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
  6. "_location": "/inherits",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "inherits@^2.0.3",
  12. "name": "inherits",
  13. "escapedName": "inherits",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/callback-stream",
  20. "/concat-stream",
  21. "/duplexify",
  22. "/glob",
  23. "/mqtt",
  24. "/mqtt-packet",
  25. "/pumpify",
  26. "/readable-stream",
  27. "/websocket-stream"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  30. "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
  31. "_spec": "inherits@^2.0.3",
  32. "_where": "/var/wss/node_modules/mqtt",
  33. "browser": "./inherits_browser.js",
  34. "bugs": {
  35. "url": "https://github.com/isaacs/inherits/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  40. "devDependencies": {
  41. "tap": "^7.1.0"
  42. },
  43. "files": [
  44. "inherits.js",
  45. "inherits_browser.js"
  46. ],
  47. "homepage": "https://github.com/isaacs/inherits#readme",
  48. "keywords": [
  49. "inheritance",
  50. "class",
  51. "klass",
  52. "oop",
  53. "object-oriented",
  54. "inherits",
  55. "browser",
  56. "browserify"
  57. ],
  58. "license": "ISC",
  59. "main": "./inherits.js",
  60. "name": "inherits",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/isaacs/inherits.git"
  64. },
  65. "scripts": {
  66. "test": "node test"
  67. },
  68. "version": "2.0.3"
  69. }