package.json 567 B

123456789101112131415161718192021
  1. {
  2. "name": "stringstream",
  3. "version": "0.0.6",
  4. "description": "Encode and decode streams into string streams",
  5. "author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",
  6. "main": "stringstream.js",
  7. "keywords": [
  8. "string",
  9. "stream",
  10. "base64",
  11. "gzip"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/mhart/StringStream.git"
  16. },
  17. "license": "MIT",
  18. "__npminstall_done": true,
  19. "_from": "stringstream@0.0.6",
  20. "_resolved": "https://registry.npmmirror.com/stringstream/-/stringstream-0.0.6.tgz"
  21. }