2020-11-05 18:58:23 +02:00
|
|
|
{
|
2021-05-09 19:30:08 +02:00
|
|
|
"name": "@joplin/fork-htmlparser2",
|
|
|
|
"description": "Fast & forgiving HTML/XML/RSS parser",
|
2023-11-12 17:38:06 +02:00
|
|
|
"version": "4.1.49",
|
2021-05-09 19:30:08 +02:00
|
|
|
"author": "Felix Boehm <me@feedic.com>",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"html",
|
|
|
|
"parser",
|
|
|
|
"streams",
|
|
|
|
"xml",
|
|
|
|
"dom",
|
|
|
|
"rss",
|
|
|
|
"feed",
|
|
|
|
"atom"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/fb55/htmlparser2.git"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib/"
|
|
|
|
},
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"lib/**/*"
|
|
|
|
],
|
|
|
|
"browser": {
|
|
|
|
"./lib/WritableStream.js": false
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"coverage": "cat coverage/lcov.info | coveralls",
|
|
|
|
"lint": "eslint --ext=js,ts src",
|
|
|
|
"format": "prettier --write '**/*.{ts,md,json}'",
|
|
|
|
"build": "tsc",
|
|
|
|
"prepare": "npm run build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-07 17:51:38 +02:00
|
|
|
"domelementtype": "2.3.0",
|
2023-06-15 23:06:26 +02:00
|
|
|
"domhandler": "5.0.3",
|
2023-06-08 14:50:57 +02:00
|
|
|
"domutils": "3.1.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"entities": "2.2.0"
|
2021-05-09 19:30:08 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-01 12:48:09 +02:00
|
|
|
"@types/jest": "29.5.5",
|
2023-11-28 14:20:07 +02:00
|
|
|
"@types/node": "18.18.9",
|
2023-11-01 12:48:09 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.7.2",
|
|
|
|
"@typescript-eslint/parser": "6.7.2",
|
2022-11-05 16:47:55 +02:00
|
|
|
"coveralls": "3.1.1",
|
2023-11-01 12:48:09 +02:00
|
|
|
"eslint": "8.49.0",
|
|
|
|
"jest": "29.7.0",
|
|
|
|
"prettier": "3.0.3",
|
2023-08-01 16:38:59 +02:00
|
|
|
"ts-jest": "29.1.1",
|
2023-11-01 12:48:09 +02:00
|
|
|
"typescript": "5.2.2"
|
2021-05-09 19:30:08 +02:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "ts-jest",
|
|
|
|
"testEnvironment": "node"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"prettier": {
|
|
|
|
"tabWidth": 4
|
|
|
|
},
|
2023-11-09 22:01:49 +02:00
|
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
2020-11-05 18:58:23 +02:00
|
|
|
}
|