From 69efd54a88c5e5165eab8eef106433360ee6ab39 Mon Sep 17 00:00:00 2001 From: vsemozhetbyt Date: Mon, 25 Apr 2016 15:37:20 +0700 Subject: [PATCH] Add jsdom [jsdom](https://github.com/tmpvar/jsdom) - A JavaScript implementation of the WHATWG DOM and HTML standards. Closes #497 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 10c2994..fce6ea0 100644 --- a/readme.md +++ b/readme.md @@ -757,6 +757,7 @@ - [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. - [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