txtdot/package.json

60 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2023-08-13 20:38:33 +03:00
{
2023-08-13 21:39:23 +03:00
"name": "txtdot",
2024-03-07 14:49:54 +03:00
"version": "1.7.0",
2023-08-13 21:39:23 +03:00
"private": true,
"description": "txtdot is an HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts",
2023-08-13 20:38:33 +03:00
"main": "dist/app.js",
"dependencies": {
"@fastify/static": "^6.12.0",
Fix dependabot (#95) * Build(deps): Bump linkedom from 0.16.6 to 0.16.8 (#89) Bumps [linkedom](https://github.com/WebReflection/linkedom) from 0.16.6 to 0.16.8. - [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.6...v0.16.8) --- updated-dependencies: - dependency-name: linkedom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 7.1.0 (#88) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.18.0 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump @fastify/swagger from 8.13.0 to 8.14.0 (#87) Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger) from 8.13.0 to 8.14.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v8.13.0...v8.14.0) --- updated-dependencies: - dependency-name: "@fastify/swagger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump @fastify/view from 8.2.0 to 9.0.0 (#86) Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/fastify/point-of-view/releases) - [Commits](https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0) --- updated-dependencies: - dependency-name: "@fastify/view" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.20 (#85) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: fix dependabot branches and create packages in dev * fix: version link in index * dep: update eslint-plugin --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 11:10:37 +03:00
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^2.1.0",
Fix dependabot (#95) * Build(deps): Bump linkedom from 0.16.6 to 0.16.8 (#89) Bumps [linkedom](https://github.com/WebReflection/linkedom) from 0.16.6 to 0.16.8. - [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.6...v0.16.8) --- updated-dependencies: - dependency-name: linkedom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 7.1.0 (#88) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.18.0 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump @fastify/swagger from 8.13.0 to 8.14.0 (#87) Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger) from 8.13.0 to 8.14.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v8.13.0...v8.14.0) --- updated-dependencies: - dependency-name: "@fastify/swagger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump @fastify/view from 8.2.0 to 9.0.0 (#86) Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/fastify/point-of-view/releases) - [Commits](https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0) --- updated-dependencies: - dependency-name: "@fastify/view" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.20 (#85) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: fix dependabot branches and create packages in dev * fix: version link in index * dep: update eslint-plugin --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 11:10:37 +03:00
"@fastify/view": "^9.0.0",
"@mozilla/readability": "^0.5.0",
"axios": "^1.6.5",
"dompurify": "^3.0.8",
2023-08-13 20:38:33 +03:00
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"fastify": "^4.25.2",
2023-09-21 10:00:17 +03:00
"iconv-lite": "^0.6.3",
"ip-range-check": "^0.2.0",
"json-schema-to-ts": "^3.0.0",
Fix dependabot (#95) * Build(deps): Bump linkedom from 0.16.6 to 0.16.8 (#89) Bumps [linkedom](https://github.com/WebReflection/linkedom) from 0.16.6 to 0.16.8. - [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.6...v0.16.8) --- updated-dependencies: - dependency-name: linkedom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 7.1.0 (#88) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.18.0 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump @fastify/swagger from 8.13.0 to 8.14.0 (#87) Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger) from 8.13.0 to 8.14.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v8.13.0...v8.14.0) --- updated-dependencies: - dependency-name: "@fastify/swagger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump @fastify/view from 8.2.0 to 9.0.0 (#86) Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/fastify/point-of-view/releases) - [Commits](https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0) --- updated-dependencies: - dependency-name: "@fastify/view" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.20 (#85) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: fix dependabot branches and create packages in dev * fix: version link in index * dep: update eslint-plugin --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 11:10:37 +03:00
"linkedom": "^0.16.8",
"micromatch": "^4.0.5",
2024-03-07 14:49:54 +03:00
"route-parser": "^0.0.5",
"sharp": "^0.33.2"
2023-08-13 20:38:33 +03:00
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/ejs": "^3.1.5",
"@types/jsdom": "^21.1.6",
"@types/micromatch": "^4.0.6",
2024-03-07 14:49:54 +03:00
"@types/node": "^20.11.24",
"@types/route-parser": "^0.1.7",
Fix dependabot (#95) * Build(deps): Bump linkedom from 0.16.6 to 0.16.8 (#89) Bumps [linkedom](https://github.com/WebReflection/linkedom) from 0.16.6 to 0.16.8. - [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.6...v0.16.8) --- updated-dependencies: - dependency-name: linkedom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 7.1.0 (#88) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.18.0 to 7.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump @fastify/swagger from 8.13.0 to 8.14.0 (#87) Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger) from 8.13.0 to 8.14.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v8.13.0...v8.14.0) --- updated-dependencies: - dependency-name: "@fastify/swagger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump @fastify/view from 8.2.0 to 9.0.0 (#86) Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/fastify/point-of-view/releases) - [Commits](https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0) --- updated-dependencies: - dependency-name: "@fastify/view" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.20 (#85) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: fix dependabot branches and create packages in dev * fix: version link in index * dep: update eslint-plugin --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 11:10:37 +03:00
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"clean-css-cli": "^5.6.3",
2023-08-15 17:15:54 +03:00
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
2023-08-13 20:38:33 +03:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean-css && copyfiles ./templates/*.ejs ./templates/**/*.ejs .env ./dist/ && tsc",
2023-08-15 17:34:39 +03:00
"start": "cd ./dist && node ./src/app.js",
2023-08-28 22:15:13 +03:00
"start:docker": "node ./src/app.js",
2023-08-15 17:15:54 +03:00
"clean-css": "cleancss --batch static/*.css -o dist/static --batch-suffix \"\"",
"dev": "tsc-watch --onSuccess \"node ./dist/src/app.js\"",
"format": "prettier --write .",
"format:check": "prettier --check ."
2023-08-13 20:38:33 +03:00
},
"keywords": [],
2023-08-14 14:37:30 +03:00
"authors": [
"Artemy Egorov <me@artegoser.ru> https://github.com/artegoser",
"DarkCat09 <darkcat09@vivaldi.net> https://dc09.ru/",
"megahomyak https://github.com/megahomyak"
],
"license": "MIT"
2023-08-13 20:38:33 +03:00
}