mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"name": "@joplin/fork-htmlparser2",
|
|
"description": "Fast & forgiving HTML/XML/RSS parser",
|
|
"version": "4.1.51",
|
|
"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": {
|
|
"domelementtype": "2.3.0",
|
|
"domhandler": "5.0.3",
|
|
"domutils": "3.1.0",
|
|
"entities": "2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "29.5.8",
|
|
"@types/node": "18.19.8",
|
|
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
"@typescript-eslint/parser": "6.8.0",
|
|
"coveralls": "3.1.1",
|
|
"eslint": "8.52.0",
|
|
"jest": "29.7.0",
|
|
"prettier": "3.0.3",
|
|
"ts-jest": "29.1.1",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"jest": {
|
|
"preset": "ts-jest",
|
|
"testEnvironment": "node"
|
|
},
|
|
"license": "MIT",
|
|
"prettier": {
|
|
"tabWidth": 4
|
|
},
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
|
}
|