mirror of https://gitee.com/bigwinds/arangodb
98 lines
2.2 KiB
JSON
98 lines
2.2 KiB
JSON
{
|
|
"name": "htmlparser2",
|
|
"description": "Fast & forgiving HTML/XML/RSS parser",
|
|
"version": "3.8.2",
|
|
"author": {
|
|
"name": "Felix Boehm",
|
|
"email": "me@feedic.com"
|
|
},
|
|
"keywords": [
|
|
"html",
|
|
"parser",
|
|
"streams",
|
|
"xml",
|
|
"dom",
|
|
"rss",
|
|
"feed",
|
|
"atom"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fb55/htmlparser2.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/fb55/htmlparser2/issues"
|
|
},
|
|
"directories": {
|
|
"lib": "lib/"
|
|
},
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
|
|
"coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
|
|
"test": "mocha && npm run lint",
|
|
"lint": "jshint lib test && jscs lib test"
|
|
},
|
|
"dependencies": {
|
|
"domhandler": "2.3",
|
|
"domutils": "1.5",
|
|
"domelementtype": "1",
|
|
"readable-stream": "1.1",
|
|
"entities": "1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1",
|
|
"mocha-lcov-reporter": "*",
|
|
"coveralls": "*",
|
|
"istanbul": "*",
|
|
"jscs": "1.5.8",
|
|
"jshint": "2"
|
|
},
|
|
"browser": {
|
|
"readable-stream": false
|
|
},
|
|
"license": "MIT",
|
|
"jshintConfig": {
|
|
"eqeqeq": true,
|
|
"freeze": true,
|
|
"latedef": "nofunc",
|
|
"noarg": true,
|
|
"nonbsp": true,
|
|
"quotmark": "double",
|
|
"undef": true,
|
|
"unused": true,
|
|
"trailing": true,
|
|
"eqnull": true,
|
|
"proto": true,
|
|
"smarttabs": true,
|
|
"node": true,
|
|
"globals": {
|
|
"describe": true,
|
|
"it": true
|
|
}
|
|
},
|
|
"gitHead": "748d3da71dc664afb8357aabfe6c4a6f74644a0e",
|
|
"homepage": "https://github.com/fb55/htmlparser2",
|
|
"_id": "htmlparser2@3.8.2",
|
|
"_shasum": "0d6bc3471d01e9766fc2c274cbac1d55b36c009c",
|
|
"_from": "htmlparser2@3.8.2",
|
|
"_npmVersion": "2.1.5",
|
|
"_nodeVersion": "0.10.32",
|
|
"_npmUser": {
|
|
"name": "feedic",
|
|
"email": "me@feedic.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "feedic",
|
|
"email": "me@feedic.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "0d6bc3471d01e9766fc2c274cbac1d55b36c009c",
|
|
"tarball": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.2.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|