111 lines
2.7 KiB
JSON
111 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"htmlparser2@^3.9.1",
|
|
"/home/osboxes/code/pentext/editor/node_modules/cheerio"
|
|
]
|
|
],
|
|
"_from": "htmlparser2@>=3.9.1 <4.0.0",
|
|
"_id": "htmlparser2@3.9.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/htmlparser2",
|
|
"_nodeVersion": "6.2.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/htmlparser2-3.9.1.tgz_1465693408619_0.5511430425103754"
|
|
},
|
|
"_npmUser": {
|
|
"email": "me@feedic.com",
|
|
"name": "feedic"
|
|
},
|
|
"_npmVersion": "3.9.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "htmlparser2",
|
|
"raw": "htmlparser2@^3.9.1",
|
|
"rawSpec": "^3.9.1",
|
|
"scope": null,
|
|
"spec": ">=3.9.1 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/cheerio"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.1.tgz",
|
|
"_shasum": "621b7a58bc9acd003f7af0a2c9a00aa67c8505d2",
|
|
"_shrinkwrap": null,
|
|
"_spec": "htmlparser2@^3.9.1",
|
|
"_where": "/home/osboxes/code/pentext/editor/node_modules/cheerio",
|
|
"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",
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.2"
|
|
},
|
|
"description": "Fast & forgiving HTML/XML/RSS parser",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.4",
|
|
"eslint": "^2.12.0",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^2.2.5",
|
|
"mocha-lcov-reporter": "^1.2.0"
|
|
},
|
|
"directories": {
|
|
"lib": "lib/"
|
|
},
|
|
"dist": {
|
|
"shasum": "621b7a58bc9acd003f7af0a2c9a00aa67c8505d2",
|
|
"tarball": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.1.tgz"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"gitHead": "f4651bd5dc1315a9949ff24361cce012b105861f",
|
|
"homepage": "https://github.com/fb55/htmlparser2#readme",
|
|
"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": "eslint lib test",
|
|
"test": "mocha && npm run lint"
|
|
},
|
|
"version": "3.9.1"
|
|
}
|