wechat wss demo

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "text-encoding",
  3. "_id": "text-encoding@0.6.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-45mpgiV6J22uQou5KEXLcb3CbRk=",
  6. "_location": "/text-encoding",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "text-encoding",
  12. "name": "text-encoding",
  13. "escapedName": "text-encoding",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/text-encoding/-/text-encoding-0.6.4.tgz",
  23. "_shasum": "e399a982257a276dae428bb92845cb71bdc26d19",
  24. "_spec": "text-encoding",
  25. "_where": "/var/wss",
  26. "author": {
  27. "name": "Joshua Bell",
  28. "email": "inexorabletash@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/inexorabletash/text-encoding/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Joshua Bell",
  37. "email": "inexorabletash@gmail.com"
  38. },
  39. {
  40. "name": "Rick Eyre",
  41. "email": "rick.eyre@outlook.com"
  42. },
  43. {
  44. "name": "Eugen Podaru",
  45. "email": "eugen.podaru@live.com"
  46. },
  47. {
  48. "name": "Filip Dupanović",
  49. "email": "filip.dupanovic@gmail.com"
  50. },
  51. {
  52. "name": "Anne van Kesteren",
  53. "email": "annevk@annevk.nl"
  54. },
  55. {
  56. "name": "Author: Francis Avila",
  57. "email": "francisga@gmail.com"
  58. },
  59. {
  60. "name": "Michael J. Ryan",
  61. "email": "tracker1@gmail.com"
  62. },
  63. {
  64. "name": "Pierre Queinnec",
  65. "email": "pierre@queinnec.org"
  66. },
  67. {
  68. "name": "Zack Weinberg",
  69. "email": "zackw@panix.com"
  70. }
  71. ],
  72. "deprecated": false,
  73. "description": "Polyfill for the Encoding Living Standard's API.",
  74. "files": [
  75. "index.js",
  76. "lib/encoding.js",
  77. "lib/encoding-indexes.js"
  78. ],
  79. "homepage": "https://github.com/inexorabletash/text-encoding",
  80. "keywords": [
  81. "encoding",
  82. "decoding",
  83. "living standard"
  84. ],
  85. "license": "Unlicense",
  86. "main": "index.js",
  87. "name": "text-encoding",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/inexorabletash/text-encoding.git"
  91. },
  92. "version": "0.6.4"
  93. }