{ "_args": [ [ "domhandler@2.3.0", "C:\\wamp64\\www\\ilink" ] ], "_development": true, "_from": "domhandler@2.3.0", "_id": "domhandler@2.3.0", "_inBundle": false, "_integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=", "_location": "/domhandler", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "domhandler@2.3.0", "name": "domhandler", "escapedName": "domhandler", "rawSpec": "2.3.0", "saveSpec": null, "fetchSpec": "2.3.0" }, "_requiredBy": [ "/htmlparser2" ], "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz", "_spec": "2.3.0", "_where": "C:\\wamp64\\www\\ilink", "author": { "name": "Felix Boehm", "email": "me@feedic.com" }, "bugs": { "url": "https://github.com/fb55/DomHandler/issues" }, "dependencies": { "domelementtype": "1" }, "description": "handler for htmlparser2 that turns pages into a dom", "devDependencies": { "htmlparser2": "3.8", "jshint": "~2.3.0", "mocha": "1" }, "directories": { "test": "tests" }, "homepage": "https://github.com/fb55/DomHandler#readme", "jshintConfig": { "quotmark": "double", "trailing": true, "unused": true, "undef": true, "node": true, "proto": true, "globals": { "it": true } }, "keywords": [ "dom", "htmlparser2" ], "main": "index.js", "name": "domhandler", "repository": { "type": "git", "url": "git://github.com/fb55/DomHandler.git" }, "scripts": { "test": "mocha -R list && jshint index.js test/" }, "version": "2.3.0" }