123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "domhandler@2.3",
- "_id": "domhandler@2.3.0",
- "_inBundle": false,
- "_integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
- "_location": "/domhandler",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "domhandler@2.3",
- "name": "domhandler",
- "escapedName": "domhandler",
- "rawSpec": "2.3",
- "saveSpec": null,
- "fetchSpec": "2.3"
- },
- "_requiredBy": [
- "/htmlparser2"
- ],
- "_resolved": "http://registry.npm.taobao.org/domhandler/download/domhandler-2.3.0.tgz",
- "_shasum": "2de59a0822d5027fabff6f032c2b25a2a8abe738",
- "_spec": "domhandler@2.3",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\htmlparser2",
- "author": {
- "name": "Felix Boehm",
- "email": "me@feedic.com"
- },
- "bugs": {
- "url": "https://github.com/fb55/DomHandler/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "domelementtype": "1"
- },
- "deprecated": false,
- "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"
- }
|