mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
39bc7ed397
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
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.45",
|
|
"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.3",
|
|
"@types/node": "18.16.18",
|
|
"@typescript-eslint/eslint-plugin": "5.60.0",
|
|
"@typescript-eslint/parser": "5.60.0",
|
|
"coveralls": "3.1.1",
|
|
"eslint": "8.43.0",
|
|
"jest": "29.5.0",
|
|
"prettier": "2.8.8",
|
|
"ts-jest": "29.1.1",
|
|
"typescript": "5.1.3"
|
|
},
|
|
"jest": {
|
|
"preset": "ts-jest",
|
|
"testEnvironment": "node"
|
|
},
|
|
"license": "MIT",
|
|
"prettier": {
|
|
"tabWidth": 4
|
|
},
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
|
}
|