Website/node_modules/htmlparser2/package.json

129 lines
3 KiB
JSON

{
"_args": [
[
"htmlparser2@>= 3.7.3 < 4.0.0",
"/Users/okennedy/Documents/Website/node_modules/jsdom"
]
],
"_from": "htmlparser2@>=3.7.3 <4.0.0",
"_id": "htmlparser2@3.9.0",
"_inCache": true,
"_installable": true,
"_location": "/htmlparser2",
"_nodeVersion": "5.1.0",
"_npmUser": {
"email": "me@feedic.com",
"name": "feedic"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {
"dom-serializer": "0.1.0",
"domelementtype": "1.3.0"
},
"_requested": {
"name": "htmlparser2",
"raw": "htmlparser2@>= 3.7.3 < 4.0.0",
"rawSpec": ">= 3.7.3 < 4.0.0",
"scope": null,
"spec": ">=3.7.3 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.0.tgz",
"_shasum": "1bd6ba4d3358bbd31f93e13fb952961cf4d31b3f",
"_shrinkwrap": null,
"_spec": "htmlparser2@>= 3.7.3 < 4.0.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/jsdom",
"author": {
"email": "me@feedic.com",
"name": "Felix Boehm"
},
"browser": {
"readable-stream": false
},
"bugs": {
"url": "http://github.com/fb55/htmlparser2/issues"
},
"dependencies": {
"domelementtype": "^1.3.0",
"domhandler": "^2.3.0",
"domutils": "^1.5.1",
"entities": "^1.1.1",
"readable-stream": "^2.0.2"
},
"description": "Fast & forgiving HTML/XML/RSS parser",
"devDependencies": {
"coveralls": "^2.11.4",
"istanbul": "^0.3.18",
"jscs": "^2.1.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "^0.0.2"
},
"directories": {
"lib": "lib/"
},
"dist": {
"shasum": "1bd6ba4d3358bbd31f93e13fb952961cf4d31b3f",
"tarball": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.0.tgz"
},
"files": [
"lib"
],
"gitHead": "fbdd9f2676024c753081f37255fea896d57e2115",
"homepage": "https://github.com/fb55/htmlparser2#readme",
"jshintConfig": {
"eqeqeq": true,
"eqnull": true,
"freeze": true,
"globals": {
"describe": true,
"it": true
},
"latedef": "nofunc",
"noarg": true,
"node": true,
"nonbsp": true,
"proto": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true
},
"keywords": [
"atom",
"dom",
"feed",
"html",
"parser",
"rss",
"streams",
"xml"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "feedic",
"email": "me@feedic.com"
}
],
"name": "htmlparser2",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/fb55/htmlparser2.git"
},
"scripts": {
"coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
"lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
"lint": "jshint lib test && jscs lib test",
"test": "mocha && npm run lint"
},
"version": "3.9.0"
}