From 8205f7bbcbf6da29144e884cfd070e5a435303d0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 1 Dec 2014 16:21:47 +0700 Subject: [PATCH] add some more modules fixes #140 --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 09f1611..e8a6786 100644 --- a/readme.md +++ b/readme.md @@ -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