wechat wss demo

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "through2@^2.0.1",
  3. "_id": "through2@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
  6. "_location": "/through2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through2@^2.0.1",
  12. "name": "through2",
  13. "escapedName": "through2",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/help-me",
  20. "/split2",
  21. "/through2-filter"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  24. "_shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  25. "_spec": "through2@^2.0.1",
  26. "_where": "/var/wss/node_modules/help-me",
  27. "author": {
  28. "name": "Rod Vagg",
  29. "email": "r@va.gg",
  30. "url": "https://github.com/rvagg"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/rvagg/through2/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "readable-stream": "^2.1.5",
  38. "xtend": "~4.0.1"
  39. },
  40. "deprecated": false,
  41. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  42. "devDependencies": {
  43. "bl": "~1.1.2",
  44. "faucet": "0.0.1",
  45. "stream-spigot": "~3.0.5",
  46. "tape": "~4.6.2"
  47. },
  48. "homepage": "https://github.com/rvagg/through2#readme",
  49. "keywords": [
  50. "stream",
  51. "streams2",
  52. "through",
  53. "transform"
  54. ],
  55. "license": "MIT",
  56. "main": "through2.js",
  57. "name": "through2",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/rvagg/through2.git"
  61. },
  62. "scripts": {
  63. "test": "node test/test.js | faucet",
  64. "test-local": "brtapsauce-local test/basic-test.js"
  65. },
  66. "version": "2.0.3"
  67. }