2011-05-08 20:10:42 +02:00
|
|
|
{
|
2018-07-14 14:44:48 +02:00
|
|
|
"name": "ep_etherpad-lite",
|
2020-06-07 18:53:49 +02:00
|
|
|
"description": "A free and open source realtime collaborative editor",
|
|
|
|
"homepage": "https://etherpad.org",
|
|
|
|
"keywords": [
|
|
|
|
"etherpad",
|
|
|
|
"realtime",
|
|
|
|
"collaborative",
|
|
|
|
"editor"
|
|
|
|
],
|
|
|
|
"author": "Etherpad Foundation",
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "John McLear"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Antonio Muci"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hans Pinckaers"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Robin Buse"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Marcel Klehr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Peter Martischka"
|
2020-06-07 18:38:50 +02:00
|
|
|
}
|
2020-06-07 18:53:49 +02:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2023-11-06 22:50:34 +01:00
|
|
|
"async": "^3.2.5",
|
2024-03-15 23:07:09 +01:00
|
|
|
"axios": "^1.6.8",
|
2023-11-30 16:56:35 +01:00
|
|
|
"clean-css": "^5.3.3",
|
2021-11-21 09:38:15 +01:00
|
|
|
"cookie-parser": "^1.4.6",
|
2021-02-16 22:48:50 +01:00
|
|
|
"cross-spawn": "^7.0.3",
|
2023-06-22 18:04:39 +02:00
|
|
|
"ejs": "^3.1.9",
|
2024-02-17 21:36:26 +01:00
|
|
|
"etherpad-require-kernel": "^1.0.16",
|
2021-08-10 01:04:34 +02:00
|
|
|
"etherpad-yajsml": "0.0.12",
|
2024-03-25 17:41:55 +01:00
|
|
|
"express": "4.19.2",
|
2024-03-06 13:41:54 +01:00
|
|
|
"express-rate-limit": "^7.2.0",
|
2023-07-05 22:58:26 +02:00
|
|
|
"express-session": "npm:@etherpad/express-session@^1.18.2",
|
2021-09-16 06:24:40 +02:00
|
|
|
"fast-deep-equal": "^3.1.3",
|
2020-06-07 18:53:49 +02:00
|
|
|
"find-root": "1.1.0",
|
2023-08-25 22:38:55 +02:00
|
|
|
"formidable": "^3.5.1",
|
2022-01-27 01:47:05 +01:00
|
|
|
"http-errors": "^2.0.0",
|
2024-04-08 19:54:21 +02:00
|
|
|
"jose": "^5.2.4",
|
2023-06-20 18:01:45 +02:00
|
|
|
"js-cookie": "^3.0.5",
|
2024-02-08 17:54:37 +01:00
|
|
|
"jsdom": "^24.0.0",
|
2022-02-25 02:51:26 +01:00
|
|
|
"jsonminify": "0.4.2",
|
2024-03-26 17:11:24 +01:00
|
|
|
"jsonwebtoken": "^9.0.2",
|
2020-06-07 18:53:49 +02:00
|
|
|
"languages4translatewiki": "0.1.3",
|
2024-04-05 18:53:04 +02:00
|
|
|
"live-plugin-manager": "^0.19.0",
|
2020-06-07 18:53:49 +02:00
|
|
|
"lodash.clonedeep": "4.5.0",
|
2023-10-22 18:26:58 +02:00
|
|
|
"log4js": "^6.9.1",
|
2021-08-30 02:39:13 +02:00
|
|
|
"measured-core": "^2.0.0",
|
2022-03-21 20:37:28 +01:00
|
|
|
"mime-types": "^2.1.35",
|
2024-03-26 17:11:24 +01:00
|
|
|
"oidc-provider": "^8.4.5",
|
2024-02-06 23:11:31 +01:00
|
|
|
"openapi-backend": "^5.10.6",
|
2021-08-30 09:20:51 +02:00
|
|
|
"proxy-addr": "^2.0.7",
|
2024-02-16 20:20:44 +01:00
|
|
|
"rate-limiter-flexible": "^5.0.0",
|
2023-08-30 22:38:03 +02:00
|
|
|
"rehype": "^13.0.1",
|
2023-08-30 19:03:37 +02:00
|
|
|
"rehype-minify-whitespace": "^6.0.0",
|
2023-10-13 22:49:28 +02:00
|
|
|
"resolve": "1.22.8",
|
2020-06-07 18:53:49 +02:00
|
|
|
"security": "1.0.0",
|
2024-02-08 17:55:03 +01:00
|
|
|
"semver": "^7.6.0",
|
2024-03-15 22:14:17 +01:00
|
|
|
"socket.io": "^4.7.5",
|
2024-03-15 21:59:40 +01:00
|
|
|
"socket.io-client": "^4.7.5",
|
2023-08-17 16:12:54 +02:00
|
|
|
"superagent": "^8.1.2",
|
2024-04-03 20:20:05 +02:00
|
|
|
"terser": "^5.30.3",
|
2021-10-17 08:17:38 +02:00
|
|
|
"threads": "^1.7.0",
|
2021-02-17 22:54:23 +01:00
|
|
|
"tinycon": "0.6.8",
|
2024-04-05 18:55:25 +02:00
|
|
|
"tsx": "^4.7.2",
|
2024-03-13 17:31:54 +01:00
|
|
|
"ueberdb2": "^4.2.63",
|
2023-06-23 18:02:44 +02:00
|
|
|
"underscore": "1.13.6",
|
2021-02-17 22:54:13 +01:00
|
|
|
"unorm": "1.6.0",
|
2024-04-08 19:53:47 +02:00
|
|
|
"wtfnode": "^0.9.2",
|
2024-03-26 17:11:24 +01:00
|
|
|
"lru-cache": "^10.2.0"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
|
|
|
"bin": {
|
2024-02-21 21:50:11 +01:00
|
|
|
"etherpad-healthcheck": "../bin/etherpad-healthcheck",
|
2024-02-05 21:13:02 +01:00
|
|
|
"etherpad-lite": "node/server.ts"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-05 19:00:57 +02:00
|
|
|
"@playwright/test": "^1.43.0",
|
2024-02-05 21:13:02 +01:00
|
|
|
"@types/async": "^3.2.24",
|
|
|
|
"@types/express": "^4.17.21",
|
2024-03-26 17:11:24 +01:00
|
|
|
"@types/formidable": "^3.4.5",
|
2024-02-23 19:48:55 +01:00
|
|
|
"@types/http-errors": "^2.0.4",
|
|
|
|
"@types/jsdom": "^21.1.6",
|
2024-03-26 17:11:24 +01:00
|
|
|
"@types/jsonwebtoken": "^9.0.6",
|
2024-02-22 18:31:17 +01:00
|
|
|
"@types/mocha": "^10.0.6",
|
2024-04-08 19:54:09 +02:00
|
|
|
"@types/node": "^20.12.5",
|
2024-03-26 17:11:24 +01:00
|
|
|
"@types/oidc-provider": "^8.4.4",
|
|
|
|
"@types/semver": "^7.5.8",
|
2024-02-22 18:31:17 +01:00
|
|
|
"@types/sinon": "^17.0.3",
|
|
|
|
"@types/supertest": "^6.0.2",
|
2024-02-05 21:13:02 +01:00
|
|
|
"@types/underscore": "^1.11.15",
|
2024-04-08 19:54:09 +02:00
|
|
|
"eslint": "^9.0.0",
|
2024-03-18 19:11:31 +01:00
|
|
|
"eslint-config-etherpad": "^4.0.4",
|
2024-03-15 23:05:25 +01:00
|
|
|
"etherpad-cli-client": "^3.0.2",
|
2024-03-28 15:40:12 +01:00
|
|
|
"mocha": "^10.4.0",
|
2020-06-07 18:53:49 +02:00
|
|
|
"mocha-froth": "^0.2.10",
|
2021-11-16 08:12:54 +01:00
|
|
|
"nodeify": "^1.0.1",
|
2021-02-13 06:42:20 +01:00
|
|
|
"openapi-schema-validation": "^0.4.2",
|
2023-06-23 10:34:17 +02:00
|
|
|
"set-cookie-parser": "^2.6.0",
|
2023-11-01 20:30:55 +01:00
|
|
|
"sinon": "^17.0.1",
|
2021-06-06 12:42:29 +02:00
|
|
|
"split-grid": "^1.0.11",
|
2024-01-18 22:38:59 +01:00
|
|
|
"supertest": "^6.3.4",
|
2024-04-05 19:00:57 +02:00
|
|
|
"typescript": "^5.4.4"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-11-29 14:23:14 +01:00
|
|
|
"node": ">=18.18.2",
|
2024-02-11 09:51:42 +01:00
|
|
|
"npm": ">=6.14.0",
|
|
|
|
"pnpm": ">=8.3.0"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ether/etherpad-lite.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-11-17 23:29:56 +01:00
|
|
|
"lint": "eslint .",
|
2024-03-16 12:18:39 +01:00
|
|
|
"test": "mocha --import=tsx --timeout 120000 --recursive tests/backend/specs/**.ts ../node_modules/ep_*/static/tests/backend/specs/**",
|
2024-02-05 21:13:02 +01:00
|
|
|
"test-container": "mocha --import=tsx --timeout 5000 tests/container/specs/api",
|
|
|
|
"dev": "node --import tsx node/server.ts",
|
|
|
|
"prod": "node --import tsx node/server.ts",
|
|
|
|
"ts-check": "tsc --noEmit",
|
2024-03-10 23:18:50 +01:00
|
|
|
"ts-check:watch": "tsc --noEmit --watch",
|
|
|
|
"test-ui": "npx playwright test tests/frontend-new/specs",
|
|
|
|
"test-ui:ui": "npx playwright test tests/frontend-new/specs --ui",
|
|
|
|
"test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1",
|
|
|
|
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
2024-04-10 19:06:26 +02:00
|
|
|
"version": "2.0.2",
|
2020-06-07 18:53:49 +02:00
|
|
|
"license": "Apache-2.0"
|
2011-05-08 20:10:42 +02:00
|
|
|
}
|