105 lines
2.4 KiB
JSON
105 lines
2.4 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"htmlparser2@4.1.0",
|
||
|
"C:\\laragon\\www\\idlers"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "htmlparser2@4.1.0",
|
||
|
"_id": "htmlparser2@4.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==",
|
||
|
"_location": "/htmlparser2",
|
||
|
"_phantomChildren": {
|
||
|
"entities": "2.2.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "htmlparser2@4.1.0",
|
||
|
"name": "htmlparser2",
|
||
|
"escapedName": "htmlparser2",
|
||
|
"rawSpec": "4.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "4.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/html-loader"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz",
|
||
|
"_spec": "4.1.0",
|
||
|
"_where": "C:\\laragon\\www\\idlers",
|
||
|
"author": {
|
||
|
"name": "Felix Boehm",
|
||
|
"email": "me@feedic.com"
|
||
|
},
|
||
|
"browser": {
|
||
|
"./lib/WritableStream.js": false
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/fb55/htmlparser2/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"domelementtype": "^2.0.1",
|
||
|
"domhandler": "^3.0.0",
|
||
|
"domutils": "^2.0.0",
|
||
|
"entities": "^2.0.0"
|
||
|
},
|
||
|
"description": "Fast & forgiving HTML/XML/RSS parser",
|
||
|
"devDependencies": {
|
||
|
"@types/jest": "^25.1.3",
|
||
|
"@types/node": "^13.1.1",
|
||
|
"@typescript-eslint/eslint-plugin": "^1.13.0",
|
||
|
"@typescript-eslint/parser": "^1.13.0",
|
||
|
"coveralls": "^3.0.1",
|
||
|
"eslint": "^6.0.0",
|
||
|
"eslint-config-prettier": "^6.0.0",
|
||
|
"jest": "^24.8.0",
|
||
|
"prettier": "^1.18.2",
|
||
|
"ts-jest": "^24.0.2",
|
||
|
"typescript": "^3.5.3"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": "lib/"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib/**/*"
|
||
|
],
|
||
|
"homepage": "https://github.com/fb55/htmlparser2#readme",
|
||
|
"jest": {
|
||
|
"preset": "ts-jest",
|
||
|
"testEnvironment": "node"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"html",
|
||
|
"parser",
|
||
|
"streams",
|
||
|
"xml",
|
||
|
"dom",
|
||
|
"rss",
|
||
|
"feed",
|
||
|
"atom"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "htmlparser2",
|
||
|
"prettier": {
|
||
|
"tabWidth": 4
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/fb55/htmlparser2.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "tsc",
|
||
|
"coverage": "cat coverage/lcov.info | coveralls",
|
||
|
"format": "prettier --write '**/*.{ts,md,json}'",
|
||
|
"lint": "eslint --ext=js,ts src",
|
||
|
"prepare": "npm run build",
|
||
|
"test": "jest --coverage -u && npm run lint"
|
||
|
},
|
||
|
"types": "lib/index.d.ts",
|
||
|
"version": "4.1.0"
|
||
|
}
|