You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # string_decoder
  2. ***Node-core v8.9.4 string_decoder for userland***
  3. [![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/)
  4. [![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/)
  5. ```bash
  6. npm install --save string_decoder
  7. ```
  8. ***Node-core string_decoder for userland***
  9. This package is a mirror of the string_decoder implementation in Node-core.
  10. Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/).
  11. As of version 1.0.0 **string_decoder** uses semantic versioning.
  12. ## Previous versions
  13. Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10.
  14. ## Update
  15. The *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version.
  16. ## Streams Working Group
  17. `string_decoder` is maintained by the Streams Working Group, which
  18. oversees the development and maintenance of the Streams API within
  19. Node.js. The responsibilities of the Streams Working Group include:
  20. * Addressing stream issues on the Node.js issue tracker.
  21. * Authoring and editing stream documentation within the Node.js project.
  22. * Reviewing changes to stream subclasses within the Node.js project.
  23. * Redirecting changes to streams from the Node.js project to this
  24. project.
  25. * Assisting in the implementation of stream providers within Node.js.
  26. * Recommending versions of `readable-stream` to be included in Node.js.
  27. * Messaging about the future of streams to give the community advance
  28. notice of changes.
  29. See [readable-stream](https://github.com/nodejs/readable-stream) for
  30. more details.