1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2025-02-10 15:44:37 -05:00

add some more modules

fixes #140
This commit is contained in:
Sindre Sorhus 2014-12-01 16:21:47 +07:00
parent 7fc73d2a79
commit 8205f7bbcb

View file

@ -91,6 +91,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [jsinspect](https://github.com/danielstjules/jsinspect) - Detect copy-pasted and structurally similar code.
- [pjs](https://github.com/danielstjules/pjs) - Pipeable JavaScript. Quickly filter, map, and reduce from the terminal.
- [license-checker](https://github.com/davglass/license-checker) - Check licenses of your app's dependencies.
- [browser-run](https://github.com/juliangruber/browser-run) - Easily run code in a browser environment.
### Functional programming
@ -340,6 +341,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [htmlparser2](https://github.com/fb55/htmlparser2/) - Forgiving HTML/XML parser.
- [PostCSS](https://github.com/postcss/postcss) - Framework for CSS postprocessors, to modify CSS.
- [PEG.js](https://github.com/dmajda/pegjs) - Simple parser generator that produces fast parsers with excellent error reporting.
- [binary-extract](https://github.com/juliangruber/binary-extract) - Extract a value from a buffer of JSON without parsing the whole thing.
### Humanize