wechat wss demo

package.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "process-nextick-args@~2.0.0",
  3. "_id": "process-nextick-args@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
  6. "_location": "/process-nextick-args",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "process-nextick-args@~2.0.0",
  12. "name": "process-nextick-args",
  13. "escapedName": "process-nextick-args",
  14. "rawSpec": "~2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mqtt-packet",
  20. "/readable-stream"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
  23. "_shasum": "a37d732f4271b4ab1ad070d35508e8290788ffaa",
  24. "_spec": "process-nextick-args@~2.0.0",
  25. "_where": "/var/wss/node_modules/readable-stream",
  26. "author": "",
  27. "bugs": {
  28. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "process.nextTick but always with args",
  33. "devDependencies": {
  34. "tap": "~0.2.6"
  35. },
  36. "files": [
  37. "index.js"
  38. ],
  39. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  40. "license": "MIT",
  41. "main": "index.js",
  42. "name": "process-nextick-args",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  46. },
  47. "scripts": {
  48. "test": "node test.js"
  49. },
  50. "version": "2.0.0"
  51. }