{ "name": "domhandler", "version": "2.4.2", "description": "handler for htmlparser2 that turns pages into a dom", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "mocha -R list && jshint index.js test/" }, "repository": { "type": "git", "url": "git://github.com/fb55/DomHandler.git" }, "keywords": [ "dom", "htmlparser2" ], "dependencies": { "domelementtype": "1" }, "devDependencies": { "htmlparser2": "^3.9.0", "mocha": "^3.0.2", "jshint": "^2.9.1" }, "author": "Felix Boehm ", "license": "BSD-2-Clause", "jshintConfig": { "quotmark": "double", "trailing": true, "unused": true, "undef": true, "node": true, "proto": true, "globals": { "it": true } }, "__npminstall_done": "Thu Dec 24 2020 20:20:55 GMT+0800 (CST)", "_from": "domhandler@2.4.2", "_resolved": "https://registry.npm.taobao.org/domhandler/download/domhandler-2.4.2.tgz?cache=0&sync_timestamp=1606872294460&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomhandler%2Fdownload%2Fdomhandler-2.4.2.tgz" }