2011-05-08 19:10:42 +01:00
|
|
|
{
|
2018-07-14 14:44:48 +02:00
|
|
|
"name": "ep_etherpad-lite",
|
2020-06-07 16:53:49 +00: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 16:38:50 +00:00
|
|
|
}
|
2020-06-07 16:53:49 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2023-06-22 16:02:56 +00:00
|
|
|
"async": "^3.2.4",
|
2023-06-27 21:20:53 +02:00
|
|
|
"axios": "^1.4.0",
|
2023-06-21 18:43:41 +02:00
|
|
|
"clean-css": "^5.3.2",
|
2021-11-21 03:38:15 -05:00
|
|
|
"cookie-parser": "^1.4.6",
|
2021-02-16 16:48:50 -05:00
|
|
|
"cross-spawn": "^7.0.3",
|
2023-06-22 16:04:39 +00:00
|
|
|
"ejs": "^3.1.9",
|
2021-08-09 19:04:34 -04:00
|
|
|
"etherpad-require-kernel": "^1.0.15",
|
|
|
|
"etherpad-yajsml": "0.0.12",
|
2022-10-10 16:23:22 +00:00
|
|
|
"express": "4.18.2",
|
2023-08-07 21:25:41 +02:00
|
|
|
"express-rate-limit": "^6.9.0",
|
2023-07-05 22:58:26 +02:00
|
|
|
"express-session": "npm:@etherpad/express-session@^1.18.2",
|
2021-09-16 00:24:40 -04:00
|
|
|
"fast-deep-equal": "^3.1.3",
|
2020-06-07 16:53:49 +00:00
|
|
|
"find-root": "1.1.0",
|
2023-08-05 15:48:23 +02:00
|
|
|
"formidable": "^3.5.0",
|
2022-01-27 00:47:05 +00:00
|
|
|
"http-errors": "^2.0.0",
|
2023-06-20 16:01:45 +00:00
|
|
|
"js-cookie": "^3.0.5",
|
2023-06-23 20:45:20 +01:00
|
|
|
"jsdom": "^20.0.0",
|
2022-02-25 01:51:26 +00:00
|
|
|
"jsonminify": "0.4.2",
|
2020-06-07 16:53:49 +00:00
|
|
|
"languages4translatewiki": "0.1.3",
|
|
|
|
"lodash.clonedeep": "4.5.0",
|
2021-02-11 21:58:44 +00:00
|
|
|
"log4js": "0.6.38",
|
2021-08-29 20:39:13 -04:00
|
|
|
"measured-core": "^2.0.0",
|
2022-03-21 19:37:28 +00:00
|
|
|
"mime-types": "^2.1.35",
|
2023-06-27 21:20:53 +02:00
|
|
|
"npm": "^6.14.18",
|
2023-06-21 22:08:24 +02:00
|
|
|
"openapi-backend": "^5.9.2",
|
2021-08-30 03:20:51 -04:00
|
|
|
"proxy-addr": "^2.0.7",
|
2023-07-29 16:04:06 +02:00
|
|
|
"rate-limiter-flexible": "^2.4.2",
|
2022-01-31 15:31:13 +00:00
|
|
|
"rehype": "^12.0.1",
|
2022-03-30 15:49:29 +00:00
|
|
|
"rehype-minify-whitespace": "^5.0.1",
|
2023-08-07 21:13:48 +02:00
|
|
|
"resolve": "1.22.4",
|
2020-06-07 16:53:49 +00:00
|
|
|
"security": "1.0.0",
|
2023-07-10 20:28:59 +02:00
|
|
|
"semver": "^7.5.4",
|
2023-06-27 23:29:29 +02:00
|
|
|
"socket.io": "^2.5.0",
|
2023-08-16 15:09:02 +02:00
|
|
|
"superagent": "^8.1.1",
|
2023-07-23 00:08:38 +02:00
|
|
|
"terser": "^5.19.2",
|
2021-10-17 06:17:38 +00:00
|
|
|
"threads": "^1.7.0",
|
2021-02-17 21:54:23 +00:00
|
|
|
"tinycon": "0.6.8",
|
2023-08-10 20:56:36 +02:00
|
|
|
"ueberdb2": "^4.1.20",
|
2023-06-23 16:02:44 +00:00
|
|
|
"underscore": "1.13.6",
|
2021-02-17 21:54:13 +00:00
|
|
|
"unorm": "1.6.0",
|
2021-08-05 08:37:38 +00:00
|
|
|
"wtfnode": "^0.9.1"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
2021-12-21 01:09:18 -05:00
|
|
|
"etherpad": "node/server.js",
|
2021-12-21 01:14:44 -05:00
|
|
|
"etherpad-healthcheck": "bin/etherpad-healthcheck",
|
2020-12-23 17:07:19 +00:00
|
|
|
"etherpad-lite": "node/server.js"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-11 21:53:21 +02:00
|
|
|
"eslint": "^8.47.0",
|
2023-08-05 15:47:25 +02:00
|
|
|
"eslint-config-etherpad": "^3.0.21",
|
2023-06-28 18:30:57 +02:00
|
|
|
"etherpad-cli-client": "^2.0.2",
|
2023-06-23 20:42:26 +01:00
|
|
|
"mocha": "^10.0.0",
|
2020-06-07 16:53:49 +00:00
|
|
|
"mocha-froth": "^0.2.10",
|
2021-11-16 02:12:54 -05:00
|
|
|
"nodeify": "^1.0.1",
|
2021-02-13 00:42:20 -05:00
|
|
|
"openapi-schema-validation": "^0.4.2",
|
2023-08-01 22:04:47 +02:00
|
|
|
"selenium-webdriver": "^4.11.1",
|
2023-06-23 08:34:17 +00:00
|
|
|
"set-cookie-parser": "^2.6.0",
|
2023-06-22 16:05:39 +00:00
|
|
|
"sinon": "^15.2.0",
|
2021-06-06 06:42:29 -04:00
|
|
|
"split-grid": "^1.0.11",
|
2023-06-20 16:03:00 +00:00
|
|
|
"supertest": "^6.3.3",
|
2023-06-21 22:24:00 +02:00
|
|
|
"typescript": "^4.9.5"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-06-26 18:11:32 +01:00
|
|
|
"node": ">=16.20.1",
|
2022-09-24 21:58:40 +02:00
|
|
|
"npm": ">=6.14.0"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ether/etherpad-lite.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-11-17 17:29:56 -05:00
|
|
|
"lint": "eslint .",
|
2021-02-04 18:43:27 -05:00
|
|
|
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
2023-07-01 15:07:59 +02:00
|
|
|
"test-container": "mocha --timeout 5000 tests/container/specs/api",
|
|
|
|
"dev": "bash ./bin/run.sh"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
2023-08-17 14:44:31 +02:00
|
|
|
"version": "1.9.2",
|
2020-06-07 16:53:49 +00:00
|
|
|
"license": "Apache-2.0"
|
2011-05-08 19:10:42 +01:00
|
|
|
}
|