react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / package.json
80677 views{1"name": "htmlparser2",2"description": "Fast & forgiving HTML/XML/RSS parser",3"version": "3.8.2",4"author": {5"name": "Felix Boehm",6"email": "[email protected]"7},8"keywords": [9"html",10"parser",11"streams",12"xml",13"dom",14"rss",15"feed",16"atom"17],18"repository": {19"type": "git",20"url": "git://github.com/fb55/htmlparser2.git"21},22"bugs": {23"url": "http://github.com/fb55/htmlparser2/issues"24},25"directories": {26"lib": "lib/"27},28"main": "lib/index.js",29"scripts": {30"lcov": "istanbul cover _mocha --report lcovonly -- -R spec",31"coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",32"test": "mocha && npm run lint",33"lint": "jshint lib test && jscs lib test"34},35"dependencies": {36"domhandler": "2.3",37"domutils": "1.5",38"domelementtype": "1",39"readable-stream": "1.1",40"entities": "1.0"41},42"devDependencies": {43"mocha": "1",44"mocha-lcov-reporter": "*",45"coveralls": "*",46"istanbul": "*",47"jscs": "1.5.8",48"jshint": "2"49},50"browser": {51"readable-stream": false52},53"license": "MIT",54"jshintConfig": {55"eqeqeq": true,56"freeze": true,57"latedef": "nofunc",58"noarg": true,59"nonbsp": true,60"quotmark": "double",61"undef": true,62"unused": true,63"trailing": true,64"eqnull": true,65"proto": true,66"smarttabs": true,67"node": true,68"globals": {69"describe": true,70"it": true71}72},73"gitHead": "748d3da71dc664afb8357aabfe6c4a6f74644a0e",74"homepage": "https://github.com/fb55/htmlparser2",75"_id": "[email protected]",76"_shasum": "0d6bc3471d01e9766fc2c274cbac1d55b36c009c",77"_from": "htmlparser2@>=3.1.5 <4.0.0",78"_npmVersion": "2.1.5",79"_nodeVersion": "0.10.32",80"_npmUser": {81"name": "feedic",82"email": "[email protected]"83},84"maintainers": [85{86"name": "feedic",87"email": "[email protected]"88}89],90"dist": {91"shasum": "0d6bc3471d01e9766fc2c274cbac1d55b36c009c",92"tarball": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.2.tgz"93},94"_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.2.tgz"95}969798