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": {
|
2021-08-27 09:05:25 +02:00
|
|
|
"async": "^3.2.1",
|
2020-06-07 18:53:49 +02:00
|
|
|
"channels": "0.0.4",
|
2021-08-30 01:33:03 +02:00
|
|
|
"clean-css": "^5.1.5",
|
2020-06-07 18:53:49 +02:00
|
|
|
"cookie-parser": "1.4.5",
|
2021-02-16 22:48:50 +01:00
|
|
|
"cross-spawn": "^7.0.3",
|
2021-02-14 20:18:20 +01:00
|
|
|
"ejs": "^3.1.6",
|
2021-08-10 01:04:34 +02:00
|
|
|
"etherpad-require-kernel": "^1.0.15",
|
|
|
|
"etherpad-yajsml": "0.0.12",
|
2020-06-07 18:53:49 +02:00
|
|
|
"express": "4.17.1",
|
2021-07-23 06:22:23 +02:00
|
|
|
"express-rate-limit": "5.3.0",
|
2021-06-10 00:13:02 +02:00
|
|
|
"express-session": "1.17.2",
|
2020-06-07 18:53:49 +02:00
|
|
|
"find-root": "1.1.0",
|
2021-02-17 22:54:20 +01:00
|
|
|
"formidable": "1.2.2",
|
2020-10-25 11:38:54 +01:00
|
|
|
"http-errors": "1.8.0",
|
2021-09-23 10:10:28 +02:00
|
|
|
"js-cookie": "^3.0.1",
|
2021-08-30 02:36:20 +02:00
|
|
|
"jsdom": "^17.0.0",
|
2020-06-07 18:53:49 +02:00
|
|
|
"jsonminify": "0.4.1",
|
|
|
|
"languages4translatewiki": "0.1.3",
|
|
|
|
"lodash.clonedeep": "4.5.0",
|
2021-02-11 22:58:44 +01:00
|
|
|
"log4js": "0.6.38",
|
2021-08-30 02:39:13 +02:00
|
|
|
"measured-core": "^2.0.0",
|
2021-08-19 09:35:17 +02:00
|
|
|
"mime-types": "^2.1.32",
|
2020-06-07 18:53:49 +02:00
|
|
|
"nodeify": "1.0.1",
|
2021-08-30 07:22:44 +02:00
|
|
|
"npm": "^6.14.15",
|
2021-08-30 03:10:16 +02:00
|
|
|
"openapi-backend": "^4.2.0",
|
2021-08-30 09:20:51 +02:00
|
|
|
"proxy-addr": "^2.0.7",
|
2021-08-14 10:32:33 +02:00
|
|
|
"rate-limiter-flexible": "^2.2.4",
|
2021-08-30 05:08:15 +02:00
|
|
|
"rehype": "^11.0.0",
|
2020-12-05 13:16:25 +01:00
|
|
|
"rehype-minify-whitespace": "^4.0.5",
|
2020-06-07 18:53:49 +02:00
|
|
|
"request": "2.88.2",
|
2021-03-04 22:53:50 +01:00
|
|
|
"resolve": "1.20.0",
|
2020-06-07 18:53:49 +02:00
|
|
|
"security": "1.0.0",
|
2021-08-30 03:13:44 +02:00
|
|
|
"semver": "^7.3.5",
|
2021-01-22 18:05:05 +01:00
|
|
|
"socket.io": "^2.4.1",
|
2021-08-30 04:05:16 +02:00
|
|
|
"terser": "^5.7.2",
|
2021-08-30 09:20:51 +02:00
|
|
|
"threads": "^1.6.5",
|
2020-06-07 18:53:49 +02:00
|
|
|
"tiny-worker": "^2.3.0",
|
2021-02-17 22:54:23 +01:00
|
|
|
"tinycon": "0.6.8",
|
2021-08-30 07:49:02 +02:00
|
|
|
"ueberdb2": "^1.4.15",
|
2021-05-06 23:53:23 +02:00
|
|
|
"underscore": "1.13.1",
|
2021-02-17 22:54:13 +01:00
|
|
|
"unorm": "1.6.0",
|
2021-08-05 10:37:38 +02:00
|
|
|
"wtfnode": "^0.9.1"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
|
|
|
"bin": {
|
2020-12-23 18:07:19 +01:00
|
|
|
"etherpad-lite": "node/server.js"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-30 01:23:43 +02:00
|
|
|
"eslint": "^7.32.0",
|
2021-06-14 20:36:17 +02:00
|
|
|
"eslint-config-etherpad": "^2.0.0",
|
2021-05-11 21:42:21 +02:00
|
|
|
"eslint-plugin-cypress": "^2.11.3",
|
2020-12-17 22:13:52 +01:00
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
2021-06-14 20:36:17 +02:00
|
|
|
"eslint-plugin-mocha": "^9.0.0",
|
2020-11-17 23:29:56 +01:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2021-01-29 07:00:33 +01:00
|
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
2021-05-11 21:42:21 +02:00
|
|
|
"eslint-plugin-promise": "^5.1.0",
|
2021-06-14 20:36:17 +02:00
|
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
|
2021-08-30 02:02:54 +02:00
|
|
|
"etherpad-cli-client": "^0.1.12",
|
2021-08-30 02:49:56 +02:00
|
|
|
"mocha": "^9.1.1",
|
2020-06-07 18:53:49 +02:00
|
|
|
"mocha-froth": "^0.2.10",
|
2021-02-13 06:42:20 +01:00
|
|
|
"openapi-schema-validation": "^0.4.2",
|
2021-09-16 01:40:47 +02:00
|
|
|
"selenium-webdriver": "^4.0.0-rc-1",
|
2021-08-30 09:20:51 +02:00
|
|
|
"set-cookie-parser": "^2.4.8",
|
2021-08-30 03:16:30 +02:00
|
|
|
"sinon": "^11.1.2",
|
2021-06-06 12:42:29 +02:00
|
|
|
"split-grid": "^1.0.11",
|
2021-08-30 03:28:06 +02:00
|
|
|
"superagent": "^6.1.0",
|
2021-08-30 03:57:28 +02:00
|
|
|
"supertest": "^6.1.6"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
2020-11-17 23:29:56 +01:00
|
|
|
"eslintConfig": {
|
|
|
|
"ignorePatterns": [
|
|
|
|
"/static/js/admin/jquery.autosize.js",
|
|
|
|
"/static/js/admin/minify.json.js",
|
2021-02-21 16:07:39 +01:00
|
|
|
"/static/js/vendors/browser.js",
|
|
|
|
"/static/js/vendors/farbtastic.js",
|
|
|
|
"/static/js/vendors/gritter.js",
|
|
|
|
"/static/js/vendors/html10n.js",
|
|
|
|
"/static/js/vendors/jquery.js",
|
2021-02-03 13:08:43 +01:00
|
|
|
"/static/js/vendors/nice-select.js",
|
|
|
|
"/tests/frontend/lib/"
|
2020-11-17 23:29:56 +01:00
|
|
|
],
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"**/.eslintrc.js"
|
|
|
|
],
|
|
|
|
"extends": "etherpad/node"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"**/*"
|
|
|
|
],
|
|
|
|
"excludedFiles": [
|
2021-02-03 13:08:43 +01:00
|
|
|
"**/.eslintrc.js",
|
|
|
|
"tests/frontend/**/*"
|
2020-11-17 23:29:56 +01:00
|
|
|
],
|
|
|
|
"extends": "etherpad/node"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": [
|
2021-02-13 06:27:30 +01:00
|
|
|
"static/**/*",
|
|
|
|
"tests/frontend/helper.js",
|
|
|
|
"tests/frontend/helper/**/*"
|
2020-11-17 23:29:56 +01:00
|
|
|
],
|
|
|
|
"excludedFiles": [
|
|
|
|
"**/.eslintrc.js"
|
|
|
|
],
|
|
|
|
"extends": "etherpad/browser",
|
|
|
|
"env": {
|
|
|
|
"shared-node-browser": true
|
2021-02-13 06:27:30 +01:00
|
|
|
},
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"tests/frontend/helper/**/*"
|
|
|
|
],
|
|
|
|
"globals": {
|
|
|
|
"helper": "readonly"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2021-02-03 13:08:43 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"tests/**/*"
|
|
|
|
],
|
|
|
|
"excludedFiles": [
|
|
|
|
"**/.eslintrc.js",
|
2021-03-01 21:06:47 +01:00
|
|
|
"tests/frontend/cypress/**/*",
|
2021-02-13 06:27:30 +01:00
|
|
|
"tests/frontend/helper.js",
|
|
|
|
"tests/frontend/helper/**/*",
|
2021-03-01 21:06:47 +01:00
|
|
|
"tests/frontend/travis/**/*",
|
2021-02-03 13:08:43 +01:00
|
|
|
"tests/ratelimit/**/*"
|
|
|
|
],
|
|
|
|
"extends": "etherpad/tests",
|
|
|
|
"rules": {
|
|
|
|
"mocha/no-exports": "off",
|
|
|
|
"mocha/no-top-level-hooks": "off"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"tests/backend/**/*"
|
|
|
|
],
|
|
|
|
"excludedFiles": [
|
|
|
|
"**/.eslintrc.js"
|
|
|
|
],
|
|
|
|
"extends": "etherpad/tests/backend",
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"tests/backend/**/*"
|
|
|
|
],
|
|
|
|
"excludedFiles": [
|
|
|
|
"tests/backend/specs/**/*"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"mocha/no-exports": "off",
|
|
|
|
"mocha/no-top-level-hooks": "off"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"tests/frontend/**/*"
|
|
|
|
],
|
|
|
|
"excludedFiles": [
|
|
|
|
"**/.eslintrc.js",
|
2021-03-01 21:06:47 +01:00
|
|
|
"tests/frontend/cypress/**/*",
|
2021-02-13 06:27:30 +01:00
|
|
|
"tests/frontend/helper.js",
|
|
|
|
"tests/frontend/helper/**/*",
|
2021-02-03 13:08:43 +01:00
|
|
|
"tests/frontend/travis/**/*"
|
|
|
|
],
|
|
|
|
"extends": "etherpad/tests/frontend",
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"tests/frontend/**/*"
|
|
|
|
],
|
|
|
|
"excludedFiles": [
|
|
|
|
"tests/frontend/specs/**/*"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"mocha/no-exports": "off",
|
|
|
|
"mocha/no-top-level-hooks": "off"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-03-01 21:06:47 +01:00
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"tests/frontend/cypress/**/*"
|
|
|
|
],
|
|
|
|
"extends": "etherpad/tests/cypress"
|
|
|
|
},
|
2021-02-03 13:08:43 +01:00
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"tests/frontend/travis/**/*"
|
|
|
|
],
|
|
|
|
"extends": "etherpad/node"
|
2020-11-17 23:29:56 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"root": true
|
|
|
|
},
|
2020-06-07 18:53:49 +02:00
|
|
|
"engines": {
|
2021-06-14 19:43:42 +02:00
|
|
|
"node": ">=12.13.0",
|
2020-06-07 18:53:49 +02:00
|
|
|
"npm": ">=5.5.1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ether/etherpad-lite.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-11-17 23:29:56 +01:00
|
|
|
"lint": "eslint .",
|
2021-02-05 00:43:27 +01:00
|
|
|
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
|
|
|
"test-container": "mocha --timeout 5000 tests/container/specs/api"
|
2020-06-07 18:53:49 +02:00
|
|
|
},
|
2021-07-04 07:05:34 +02:00
|
|
|
"version": "1.8.14",
|
2020-06-07 18:53:49 +02:00
|
|
|
"license": "Apache-2.0"
|
2011-05-08 20:10:42 +02:00
|
|
|
}
|