react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / node_modules / domutils / package.json
81146 views{1"name": "domutils",2"version": "1.5.1",3"description": "utilities for working with htmlparser2's dom",4"main": "index.js",5"directories": {6"test": "tests"7},8"scripts": {9"test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"10},11"repository": {12"type": "git",13"url": "git://github.com/FB55/domutils.git"14},15"keywords": [16"dom",17"htmlparser2"18],19"dependencies": {20"dom-serializer": "0",21"domelementtype": "1"22},23"devDependencies": {24"htmlparser2": "~3.3.0",25"domhandler": "2",26"jshint": "~2.3.0",27"mocha": "~1.15.1"28},29"author": {30"name": "Felix Boehm",31"email": "[email protected]"32},33"jshintConfig": {34"proto": true,35"unused": true,36"eqnull": true,37"undef": true,38"quotmark": "double",39"eqeqeq": true,40"trailing": true,41"node": true,42"globals": {43"describe": true,44"it": true,45"beforeEach": true46}47},48"gitHead": "7d4bd16cd36ffce62362ef91616806ea27e30d95",49"bugs": {50"url": "https://github.com/FB55/domutils/issues"51},52"homepage": "https://github.com/FB55/domutils",53"_id": "[email protected]",54"_shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",55"_from": "domutils@>=1.5.0 <1.6.0",56"_npmVersion": "2.3.0",57"_nodeVersion": "1.0.4",58"_npmUser": {59"name": "feedic",60"email": "[email protected]"61},62"maintainers": [63{64"name": "feedic",65"email": "[email protected]"66}67],68"dist": {69"shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",70"tarball": "http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"71},72"_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"73}747576