minor tweaks

This commit is contained in:
Sindre Sorhus
2014-11-12 01:05:39 +07:00
parent 16b3ea6cac
commit 7fc73d2a79

View File

@@ -104,6 +104,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Bacon.js](http://baconjs.github.io) - Functional reactive programming. - [Bacon.js](http://baconjs.github.io) - Functional reactive programming.
- [Lazy.js](https://github.com/dtao/lazy.js/) - Utility library similar to Lo-Dash/Underscore but with lazy evaluation, which can translate to superior performance in many cases. - [Lazy.js](https://github.com/dtao/lazy.js/) - Utility library similar to Lo-Dash/Underscore but with lazy evaluation, which can translate to superior performance in many cases.
### HTTP ### HTTP
- [request](https://github.com/mikeal/request) - Simplified HTTP request client. - [request](https://github.com/mikeal/request) - Simplified HTTP request client.
@@ -192,6 +193,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [webpack](https://github.com/webpack/webpack) - Packs CommonJS/AMD modules for the browser. - [webpack](https://github.com/webpack/webpack) - Packs CommonJS/AMD modules for the browser.
- [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow. - [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow.
### Hardware ### Hardware
- [johnny-five](https://github.com/rwaldron/johnny-five) - Firmata based Arduino Framework. - [johnny-five](https://github.com/rwaldron/johnny-five) - Firmata based Arduino Framework.
@@ -252,6 +254,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- Other - Other
- [zone](https://github.com/strongloop/zone) - Provides a way to group and track resources and errors across asynchronous operations. - [zone](https://github.com/strongloop/zone) - Provides a way to group and track resources and errors across asynchronous operations.
### Streams ### Streams
- [through2](https://github.com/rvagg/through2) - Tiny wrapper around streams2 Transform to avoid explicit subclassing noise. - [through2](https://github.com/rvagg/through2) - Tiny wrapper around streams2 Transform to avoid explicit subclassing noise.
@@ -296,6 +299,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [gm](https://github.com/aheckmann/gm) - GraphicsMagick and ImageMagick wrapper. - [gm](https://github.com/aheckmann/gm) - GraphicsMagick and ImageMagick wrapper.
- [lwip](https://github.com/EyalAr/lwip) - Lightweight image processor which does not require ImageMagick. - [lwip](https://github.com/EyalAr/lwip) - Lightweight image processor which does not require ImageMagick.
### Text ### Text
- [Underscore.string](https://github.com/epeli/underscore.string) - Collection of string manipulation utilities. - [Underscore.string](https://github.com/epeli/underscore.string) - Collection of string manipulation utilities.
@@ -525,7 +529,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js. - [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js.
- [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams. - [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams.
- [browserify-handbook](https://github.com/substack/browserify-handbook) - The definitive guide for browserify. - [browserify-handbook](https://github.com/substack/browserify-handbook) - The definitive guide for browserify.
- [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules. - [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules.
### Discovery ### Discovery