{ "name": "jsdom", "version": "4.3.0", "description": "A JavaScript implementation of the DOM and HTML standards", "keywords": [ "dom", "html", "whatwg", "w3c" ], "maintainers": [ "Elijah Insua (http://tmpvar.com)", "Domenic Denicola (https://domenic.me/)", "Sebastian Mayr (http://blog.smayr.name/)" ], "contributors": [ "Vincent Greene ", "Dav Glass ", "Felix Gnass ", "Charlie Robbins ", "Aria Stewart ", "Matthew (http://github.com/matthewpflueger/)", "Olivier El Mekki (http://blog.olivier-elmekki.com/)", "Shimon Dookdin ", "Daniel Cassidy (http://www.danielcassidy.me.uk/)", "Sam Ruby (http://intertwingly.net/blog/)", "hij1nx (http://github.com/hij1nx)", "Yonathan Randolph (http://github.com/yonran)", "Martin Davis (http://github.com/waslogic)", "Andreas Lind Petersen ", "d-ash (http://github.com/d-ash)", "Robin Zhong ", "Alexander Flatter ", "Heng Liu ", "Brian McDaniel (http://github.com/brianmcd)", "John Hurliman ", "Jimmy Mabey", "Gregory Tomlinson", "Jason Davies (http://www.jasondavies.com/)", "Josh Marshall (http://www.ponderingtheobvious.com/)", "Jason Priestley (https://github.com/jhp)", "Derek Lindahl (https://github.com/dlindahl)", "Chris Roebuck (http://www.quillu.com)", "Avi Deitcher (https://github.com/deitch)", "Nao Iizuka (https://github.com/iizukanao)", "Peter Perenyi (https://github.com/sinegar)", "Tiago Rodrigues (http://trodrigues.net)", "Samori Gorse (http://github.com/shinuza)", "John Roberts ", "Chad Walker (https://github.com/chad3814)", "Zach Smith (https://github.com/xcoderzach)" ], "license": { "type": "MIT", "url": "http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt" }, "repository": "tmpvar/jsdom", "dependencies": { "browser-request": ">= 0.3.1 < 0.4.0", "cssom": ">= 0.3.0 < 0.4.0", "cssstyle": ">= 0.2.23 < 0.3.0", "htmlparser2": ">= 3.7.3 < 4.0.0", "nwmatcher": ">= 1.3.4 < 2.0.0", "parse5": ">= 1.3.2 < 2.0.0", "request": ">= 2.44.0 < 3.0.0", "xml-name-validator": ">= 2.0.1 < 3.0.0", "xmlhttprequest": ">= 1.6.0 < 2.0.0", "acorn-globals": "^1.0.2", "acorn": ">= 0.12.0 < 0.13.0", "escodegen": "^1.6.1" }, "devDependencies": { "browserify": "^9.0.3", "colors": "^1.0.3", "http-server": "0.7.5", "jshint": "^2.6.3", "multiline": "^1.0.1", "nodeunit": "0.9.1", "optimist": "0.6.1", "portfinder": "0.4.0", "q": "^1.2.0", "selenium-standalone": "^4.2.0", "urlmaster": "0.2.15", "wd": "0.3.11" }, "browser": { "canvas": false, "vm": "./lib/jsdom/vm-shim.js", "request": "browser-request" }, "scripts": { "pretest": "git submodule update --init --recursive", "test": "iojs ./test/runner", "test-browser": "iojs ./test/browser-runner", "lint": "jshint lib/ && jshint test/" }, "main": "./lib/jsdom", "files": [ "lib/" ] }