{ "_args": [ [ "x-domhandler@2.4.2", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_development": true, "_from": "x-domhandler@2.4.2", "_id": "x-domhandler@2.4.2", "_inBundle": false, "_integrity": "sha512-c+T0p5hsahezbHpahjNpSDKjMMwGwOnG6Iaz8zzSjEBlJM47hakZmNBLNpktZJjuRdopoUMPf7HzcPcTE1G0GQ==", "_location": "/x-domhandler", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "x-domhandler@2.4.2", "name": "x-domhandler", "escapedName": "x-domhandler", "rawSpec": "2.4.2", "saveSpec": null, "fetchSpec": "2.4.2" }, "_requiredBy": [ "/stricter-htmlparser2" ], "_resolved": "https://registry.npmmirror.com/x-domhandler/-/x-domhandler-2.4.2.tgz", "_spec": "2.4.2", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "Felix Boehm", "email": "me@feedic.com" }, "bugs": { "url": "https://github.com/yanghuabei/DomHandler/issues" }, "dependencies": { "domelementtype": "1" }, "description": "handler for htmlparser2 that turns pages into a dom", "devDependencies": { "htmlparser2": "^3.9.0", "jshint": "^2.9.1", "mocha": "^3.0.2" }, "directories": { "test": "tests" }, "homepage": "https://github.com/yanghuabei/DomHandler#readme", "jshintConfig": { "quotmark": "double", "trailing": true, "unused": true, "undef": true, "node": true, "proto": true, "globals": { "it": true } }, "keywords": [ "dom", "htmlparser2" ], "license": "BSD-2-Clause", "main": "index.js", "name": "x-domhandler", "repository": { "type": "git", "url": "git://github.com/yanghuabei/DomHandler.git" }, "scripts": { "test": "mocha -R list && jshint index.js test/" }, "version": "2.4.2" }