Add jsdom

[jsdom](https://github.com/tmpvar/jsdom) - A JavaScript implementation of the WHATWG DOM and HTML standards.

Closes #497
This commit is contained in:
vsemozhetbyt
2016-04-25 15:37:20 +07:00
committed by Sindre Sorhus
parent 749547bedf
commit 69efd54a88

View File

@@ -757,6 +757,7 @@
- [parent-module](https://github.com/sindresorhus/parent-module) - Get the path of the parent module. - [parent-module](https://github.com/sindresorhus/parent-module) - Get the path of the parent module.
- [resolve-from](https://github.com/sindresorhus/resolve-from) - Resolve the path of a module like `require.resolve()` but from a given path. - [resolve-from](https://github.com/sindresorhus/resolve-from) - Resolve the path of a module like `require.resolve()` but from a given path.
- [simplecrawler](https://github.com/cgiffard/node-simplecrawler) - Event driven web crawler. - [simplecrawler](https://github.com/cgiffard/node-simplecrawler) - Event driven web crawler.
- [jsdom](https://github.com/tmpvar/jsdom) - JavaScript implementation of HTML and the DOM.
## Resources ## Resources