2014-03-04 16:31:52 +00:00
|
|
|
{
|
2016-02-10 04:55:10 +00:00
|
|
|
"name": "thelounge",
|
2015-04-29 19:55:13 +00:00
|
|
|
"description": "The self-hosted Web IRC client",
|
2022-03-03 00:38:22 +00:00
|
|
|
"version": "4.3.1-rc.1",
|
2014-08-13 21:35:20 +00:00
|
|
|
"preferGlobal": true,
|
|
|
|
"bin": {
|
2017-11-12 20:49:04 +00:00
|
|
|
"thelounge": "index.js"
|
2014-08-13 21:35:20 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-02-21 17:48:22 +00:00
|
|
|
"url": "https://github.com/thelounge/thelounge.git"
|
2014-08-13 21:35:20 +00:00
|
|
|
},
|
2018-01-14 07:15:08 +00:00
|
|
|
"homepage": "https://thelounge.chat/",
|
2014-08-13 21:35:20 +00:00
|
|
|
"scripts": {
|
2017-11-27 09:45:58 +00:00
|
|
|
"build": "webpack",
|
2020-03-22 10:47:41 +00:00
|
|
|
"coverage": "run-s test:* && nyc --nycrc-path=test/.nycrc-report.json report",
|
2019-11-07 20:19:54 +00:00
|
|
|
"dev": "node index start --dev",
|
2019-07-17 07:45:34 +00:00
|
|
|
"format:prettier": "prettier --write \"**/*.*\"",
|
2022-02-09 23:27:34 +00:00
|
|
|
"lint:check-eslint": "eslint-config-prettier .eslintrc.yml",
|
2019-07-17 07:45:34 +00:00
|
|
|
"lint:eslint": "eslint . --ext .js,.vue --report-unused-disable-directives --color",
|
|
|
|
"lint:prettier": "prettier --list-different \"**/*.*\"",
|
|
|
|
"lint:stylelint": "stylelint --color \"client/**/*.css\"",
|
2018-02-23 01:28:05 +00:00
|
|
|
"start": "node index start",
|
2020-03-22 10:47:41 +00:00
|
|
|
"test": "run-p --aggregate-output --continue-on-error lint:* test:*",
|
|
|
|
"test:mocha": "webpack --config webpack.config-test.js && nyc --nycrc-path=test/.nycrc-mocha.json mocha --colors --config=test/.mocharc.yml",
|
2018-08-29 07:37:31 +00:00
|
|
|
"watch": "webpack --watch"
|
2014-03-24 13:44:41 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2016-11-19 10:05:46 +00:00
|
|
|
"lounge",
|
2014-04-20 17:13:33 +00:00
|
|
|
"browser",
|
2014-06-26 16:14:45 +00:00
|
|
|
"web",
|
2014-03-24 13:44:41 +00:00
|
|
|
"chat",
|
2014-04-22 18:26:05 +00:00
|
|
|
"client",
|
2014-03-24 13:44:41 +00:00
|
|
|
"irc",
|
2018-01-26 05:23:51 +00:00
|
|
|
"server",
|
|
|
|
"thelounge"
|
2014-03-24 13:44:41 +00:00
|
|
|
],
|
2014-08-25 23:13:47 +00:00
|
|
|
"license": "MIT",
|
2016-04-26 10:51:11 +00:00
|
|
|
"engines": {
|
2021-11-04 09:36:06 +00:00
|
|
|
"node": ">=12.0.0"
|
2016-04-26 10:51:11 +00:00
|
|
|
},
|
2014-06-17 13:38:08 +00:00
|
|
|
"dependencies": {
|
2021-12-05 00:49:21 +00:00
|
|
|
"@fastify/busboy": "1.0.0",
|
2017-03-23 07:47:51 +00:00
|
|
|
"bcryptjs": "2.4.3",
|
2021-09-15 17:12:19 +00:00
|
|
|
"chalk": "4.1.2",
|
2021-06-29 04:50:36 +00:00
|
|
|
"cheerio": "1.0.0-rc.10",
|
2022-02-09 23:27:34 +00:00
|
|
|
"commander": "9.0.0",
|
|
|
|
"content-disposition": "0.5.4",
|
2022-04-01 00:57:31 +00:00
|
|
|
"express": "4.17.3",
|
2021-11-30 01:31:21 +00:00
|
|
|
"file-type": "16.5.3",
|
2021-11-30 02:20:25 +00:00
|
|
|
"filenamify": "4.3.0",
|
2021-11-29 23:47:55 +00:00
|
|
|
"got": "11.8.3",
|
2021-12-03 17:00:56 +00:00
|
|
|
"irc-framework": "4.12.1",
|
2018-09-03 07:30:05 +00:00
|
|
|
"is-utf8": "0.2.1",
|
2021-09-15 17:12:19 +00:00
|
|
|
"ldapjs": "2.3.1",
|
2021-11-01 00:21:41 +00:00
|
|
|
"linkify-it": "3.0.3",
|
2021-06-29 04:50:36 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-11-29 23:49:01 +00:00
|
|
|
"mime-types": "2.1.34",
|
2022-03-26 03:05:38 +00:00
|
|
|
"node-forge": "1.3.0",
|
2021-11-30 10:18:22 +00:00
|
|
|
"package-json": "7.0.0",
|
2016-02-12 11:27:17 +00:00
|
|
|
"read": "1.0.7",
|
2019-04-06 19:07:51 +00:00
|
|
|
"read-chunk": "3.2.0",
|
2021-09-15 17:12:19 +00:00
|
|
|
"semver": "7.3.5",
|
2022-02-09 23:27:34 +00:00
|
|
|
"socket.io": "4.4.1",
|
|
|
|
"tlds": "1.228.0",
|
2021-11-30 02:06:46 +00:00
|
|
|
"ua-parser-js": "1.0.2",
|
2021-02-09 21:27:56 +00:00
|
|
|
"uuid": "8.3.2",
|
2021-10-02 19:03:13 +00:00
|
|
|
"web-push": "3.4.5",
|
2021-11-30 00:16:54 +00:00
|
|
|
"yarn": "1.22.17"
|
2014-06-17 13:38:08 +00:00
|
|
|
},
|
2018-06-10 21:35:02 +00:00
|
|
|
"optionalDependencies": {
|
2022-01-24 22:59:56 +00:00
|
|
|
"sqlite3": "https://github.com/mapbox/node-sqlite3#918052b538b0effe6c4a44c74a16b2749c08a0d2"
|
2018-06-10 21:35:02 +00:00
|
|
|
},
|
2014-06-17 13:38:08 +00:00
|
|
|
"devDependencies": {
|
2022-04-06 17:19:54 +00:00
|
|
|
"@babel/core": "7.17.9",
|
2022-02-09 23:27:34 +00:00
|
|
|
"@babel/preset-env": "7.16.11",
|
2021-09-15 17:12:19 +00:00
|
|
|
"@fortawesome/fontawesome-free": "5.15.4",
|
2021-11-30 06:16:21 +00:00
|
|
|
"@vue/server-test-utils": "1.3.0",
|
|
|
|
"@vue/test-utils": "1.3.0",
|
2022-04-06 17:19:54 +00:00
|
|
|
"babel-loader": "8.2.4",
|
2021-11-30 03:54:10 +00:00
|
|
|
"babel-plugin-istanbul": "6.1.1",
|
2022-02-09 23:27:34 +00:00
|
|
|
"chai": "4.3.6",
|
|
|
|
"copy-webpack-plugin": "10.2.4",
|
2021-11-30 10:19:32 +00:00
|
|
|
"css-loader": "6.5.1",
|
2022-02-11 00:27:12 +00:00
|
|
|
"cssnano": "5.0.17",
|
2022-03-03 00:27:50 +00:00
|
|
|
"dayjs": "1.10.8",
|
2021-07-06 08:29:53 +00:00
|
|
|
"emoji-regex": "9.2.2",
|
2022-02-09 23:27:34 +00:00
|
|
|
"eslint": "8.8.0",
|
|
|
|
"eslint-config-prettier": "8.3.0",
|
|
|
|
"eslint-plugin-vue": "8.4.0",
|
2016-12-30 05:32:27 +00:00
|
|
|
"fuzzy": "0.1.3",
|
2021-07-06 08:29:53 +00:00
|
|
|
"husky": "4.3.8",
|
2022-02-09 23:27:34 +00:00
|
|
|
"mini-css-extract-plugin": "2.5.3",
|
|
|
|
"mocha": "9.2.0",
|
2020-01-25 00:51:35 +00:00
|
|
|
"mousetrap": "1.6.5",
|
2019-09-17 14:23:49 +00:00
|
|
|
"normalize.css": "8.0.1",
|
2018-11-24 13:56:40 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
2020-06-06 02:35:13 +00:00
|
|
|
"nyc": "15.1.0",
|
2022-02-10 02:12:08 +00:00
|
|
|
"postcss": "8.4.6",
|
2021-09-15 17:12:19 +00:00
|
|
|
"postcss-import": "14.0.2",
|
2021-11-30 10:42:22 +00:00
|
|
|
"postcss-loader": "6.2.1",
|
2022-02-09 23:27:34 +00:00
|
|
|
"postcss-preset-env": "7.3.0",
|
|
|
|
"prettier": "2.5.1",
|
|
|
|
"pretty-quick": "3.1.3",
|
2019-01-28 08:54:58 +00:00
|
|
|
"primer-tooltips": "2.0.0",
|
2022-02-09 23:27:34 +00:00
|
|
|
"sinon": "13.0.0",
|
|
|
|
"socket.io-client": "4.4.1",
|
|
|
|
"stylelint": "14.3.0",
|
|
|
|
"stylelint-config-standard": "24.0.0",
|
2020-06-13 01:32:39 +00:00
|
|
|
"textcomplete": "0.18.2",
|
2018-04-18 03:14:59 +00:00
|
|
|
"undate": "0.3.0",
|
2021-11-30 06:16:21 +00:00
|
|
|
"vue": "2.6.14",
|
|
|
|
"vue-loader": "15.9.8",
|
|
|
|
"vue-router": "3.5.3",
|
|
|
|
"vue-server-renderer": "2.6.14",
|
|
|
|
"vue-template-compiler": "2.6.14",
|
2020-10-30 13:10:50 +00:00
|
|
|
"vuedraggable": "2.24.3",
|
2021-02-09 21:27:56 +00:00
|
|
|
"vuex": "3.6.2",
|
2022-02-09 23:27:34 +00:00
|
|
|
"webpack": "5.68.0",
|
|
|
|
"webpack-cli": "4.9.2",
|
|
|
|
"webpack-dev-middleware": "5.3.0",
|
2021-10-02 19:02:46 +00:00
|
|
|
"webpack-hot-middleware": "2.25.1"
|
2019-07-17 07:45:34 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
2021-10-13 20:18:03 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2021-11-21 02:28:44 +00:00
|
|
|
"sortablejs": "git+https://github.com/thelounge/Sortable.git"
|
2014-03-24 13:44:41 +00:00
|
|
|
}
|
2014-03-04 16:31:52 +00:00
|
|
|
}
|