wechat wss demo

package.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "encoding",
  3. "_id": "encoding@0.1.12",
  4. "_inBundle": false,
  5. "_integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
  6. "_location": "/encoding",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "encoding",
  12. "name": "encoding",
  13. "escapedName": "encoding",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
  23. "_shasum": "538b66f3ee62cd1ab51ec323829d1f9480c74beb",
  24. "_spec": "encoding",
  25. "_where": "/var/wss",
  26. "author": {
  27. "name": "Andris Reinman"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/andris9/encoding/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "iconv-lite": "~0.4.13"
  35. },
  36. "deprecated": false,
  37. "description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
  38. "devDependencies": {
  39. "iconv": "~2.1.11",
  40. "nodeunit": "~0.9.1"
  41. },
  42. "homepage": "https://github.com/andris9/encoding#readme",
  43. "license": "MIT",
  44. "main": "lib/encoding.js",
  45. "name": "encoding",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/andris9/encoding.git"
  49. },
  50. "scripts": {
  51. "test": "nodeunit test"
  52. },
  53. "version": "0.1.12"
  54. }