react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / node_modules / domhandler / package.json
81146 views{1"name": "domhandler",2"version": "2.3.0",3"description": "handler for htmlparser2 that turns pages into a dom",4"main": "index.js",5"directories": {6"test": "tests"7},8"scripts": {9"test": "mocha -R list && jshint index.js test/"10},11"repository": {12"type": "git",13"url": "git://github.com/fb55/DomHandler.git"14},15"keywords": [16"dom",17"htmlparser2"18],19"dependencies": {20"domelementtype": "1"21},22"devDependencies": {23"htmlparser2": "3.8",24"mocha": "1",25"jshint": "~2.3.0"26},27"author": {28"name": "Felix Boehm",29"email": "[email protected]"30},31"jshintConfig": {32"quotmark": "double",33"trailing": true,34"unused": true,35"undef": true,36"node": true,37"proto": true,38"globals": {39"it": true40}41},42"gitHead": "9c224be43a43bc54ebfc2d2e47ab3b9f97836cb2",43"bugs": {44"url": "https://github.com/fb55/DomHandler/issues"45},46"homepage": "https://github.com/fb55/DomHandler",47"_id": "[email protected]",48"_shasum": "2de59a0822d5027fabff6f032c2b25a2a8abe738",49"_from": "domhandler@>=2.3.0 <2.4.0",50"_npmVersion": "2.1.5",51"_nodeVersion": "0.10.32",52"_npmUser": {53"name": "feedic",54"email": "[email protected]"55},56"maintainers": [57{58"name": "feedic",59"email": "[email protected]"60}61],62"dist": {63"shasum": "2de59a0822d5027fabff6f032c2b25a2a8abe738",64"tarball": "http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz"65},66"_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz"67}686970