2017-11-21 14:38:24 -05:00
|
|
|
|
{
|
|
|
|
|
|
"name": "nodebb",
|
|
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
|
"description": "NodeBB Forum",
|
2022-02-16 19:20:39 +00:00
|
|
|
|
"version": "1.19.3",
|
2017-11-21 14:38:24 -05:00
|
|
|
|
"homepage": "http://www.nodebb.org",
|
|
|
|
|
|
"repository": {
|
2018-03-14 23:56:32 +00:00
|
|
|
|
"type": "git",
|
|
|
|
|
|
"url": "https://github.com/NodeBB/NodeBB/"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"main": "app.js",
|
|
|
|
|
|
"scripts": {
|
2018-03-14 23:56:32 +00:00
|
|
|
|
"start": "node loader.js",
|
2021-02-28 15:54:56 -07:00
|
|
|
|
"lint": "eslint --cache ./nodebb .",
|
|
|
|
|
|
"test": "nyc --reporter=html --reporter=text-summary mocha",
|
2020-11-02 10:59:16 -07:00
|
|
|
|
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
|
2018-11-08 11:06:30 -05:00
|
|
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
|
|
|
|
|
|
},
|
2020-10-14 12:27:17 -04:00
|
|
|
|
"nyc": {
|
|
|
|
|
|
"exclude": [
|
2020-10-21 01:10:28 +00:00
|
|
|
|
"src/upgrades/*",
|
|
|
|
|
|
"test/*"
|
2020-10-14 12:27:17 -04:00
|
|
|
|
]
|
|
|
|
|
|
},
|
2018-10-26 11:49:15 -04:00
|
|
|
|
"lint-staged": {
|
|
|
|
|
|
"*.js": [
|
2021-02-28 15:54:56 -07:00
|
|
|
|
"eslint --fix"
|
2018-10-26 11:49:15 -04:00
|
|
|
|
]
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"dependencies": {
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"@adactive/bootstrap-tagsinput": "0.8.2",
|
2022-01-28 14:21:45 -05:00
|
|
|
|
"ace-builds": "1.4.14",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"archiver": "5.3.0",
|
|
|
|
|
|
"async": "3.2.3",
|
2022-01-07 15:45:45 +00:00
|
|
|
|
"autoprefixer": "10.4.2",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"bcryptjs": "2.4.3",
|
2021-03-27 03:15:58 +00:00
|
|
|
|
"benchpressjs": "2.4.3",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"body-parser": "1.19.1",
|
2021-01-20 16:50:41 -05:00
|
|
|
|
"bootbox": "5.5.2",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"bootstrap": "3.4.1",
|
2022-02-01 21:43:09 -05:00
|
|
|
|
"chalk": "4.1.2",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"chart.js": "2.9.4",
|
|
|
|
|
|
"cli-graph": "3.2.2",
|
2022-02-02 16:12:10 +00:00
|
|
|
|
"clipboard": "2.0.10",
|
2022-01-09 01:26:28 +01:00
|
|
|
|
"colors": "1.4.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"commander": "7.2.0",
|
2022-01-20 23:18:20 -05:00
|
|
|
|
"compare-versions": "4.1.3",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"compression": "1.7.4",
|
|
|
|
|
|
"connect-flash": "0.1.1",
|
2021-09-17 13:07:19 +00:00
|
|
|
|
"connect-mongo": "4.6.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"connect-multiparty": "2.2.0",
|
|
|
|
|
|
"connect-pg-simple": "7.0.0",
|
2022-02-07 20:53:31 -05:00
|
|
|
|
"connect-redis": "6.1.1",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"cookie-parser": "1.4.6",
|
|
|
|
|
|
"cron": "1.8.2",
|
|
|
|
|
|
"cropperjs": "1.5.12",
|
|
|
|
|
|
"csurf": "1.11.0",
|
|
|
|
|
|
"daemon": "1.1.0",
|
|
|
|
|
|
"diff": "5.0.0",
|
2022-02-17 05:17:27 +00:00
|
|
|
|
"express": "4.17.3",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"express-session": "1.17.2",
|
|
|
|
|
|
"express-useragent": "1.0.15",
|
|
|
|
|
|
"graceful-fs": "4.2.9",
|
2022-01-24 05:22:34 +00:00
|
|
|
|
"helmet": "5.0.2",
|
2021-11-07 18:47:05 +00:00
|
|
|
|
"html-to-text": "8.1.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"ipaddr.js": "2.0.1",
|
2021-03-02 18:19:32 +00:00
|
|
|
|
"jquery": "3.6.0",
|
2021-08-25 16:52:23 -04:00
|
|
|
|
"jquery-deserialize": "2.0.0",
|
2020-10-10 21:47:27 -04:00
|
|
|
|
"jquery-form": "4.3.0",
|
2020-10-11 19:28:46 -04:00
|
|
|
|
"jquery-serializeobject": "1.0.0",
|
2022-01-20 23:18:02 -05:00
|
|
|
|
"jquery-ui": "1.13.1",
|
2020-10-28 12:30:48 -04:00
|
|
|
|
"jsesc": "3.0.2",
|
2022-02-24 05:19:41 +00:00
|
|
|
|
"json2csv": "5.0.7",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"jsonwebtoken": "8.5.1",
|
|
|
|
|
|
"less": "3.13.1",
|
|
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
|
"logrotate-stream": "0.2.8",
|
2020-07-24 09:55:48 -04:00
|
|
|
|
"lru-cache": "6.0.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"material-design-lite": "1.3.0",
|
|
|
|
|
|
"mime": "3.0.0",
|
|
|
|
|
|
"mkdirp": "1.0.4",
|
2022-02-17 19:27:49 -05:00
|
|
|
|
"mongodb": "4.4.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"morgan": "1.10.0",
|
|
|
|
|
|
"mousetrap": "1.6.5",
|
2022-01-20 23:17:50 -05:00
|
|
|
|
"multiparty": "4.2.3",
|
2020-08-11 12:06:38 -04:00
|
|
|
|
"@nodebb/bootswatch": "3.4.2",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"nconf": "0.11.3",
|
2022-02-23 17:45:41 +00:00
|
|
|
|
"nodebb-plugin-2factor": "3.0.5",
|
2022-02-03 16:58:03 -05:00
|
|
|
|
"nodebb-plugin-composer-default": "7.0.20",
|
2022-02-18 16:49:56 -05:00
|
|
|
|
"nodebb-plugin-dbsearch": "5.1.3",
|
2022-02-17 19:26:31 -05:00
|
|
|
|
"nodebb-plugin-emoji": "3.5.17",
|
2021-02-25 04:20:34 +00:00
|
|
|
|
"nodebb-plugin-emoji-android": "2.0.5",
|
2022-02-18 14:42:13 -05:00
|
|
|
|
"nodebb-plugin-markdown": "9.0.8",
|
2022-03-01 13:38:11 -05:00
|
|
|
|
"nodebb-plugin-mentions": "3.0.7",
|
2022-02-28 05:23:29 +00:00
|
|
|
|
"nodebb-plugin-spam-be-gone": "0.7.14",
|
2022-01-01 22:04:51 +00:00
|
|
|
|
"nodebb-rewards-essentials": "0.2.1",
|
2021-12-23 13:27:12 -05:00
|
|
|
|
"nodebb-theme-lavender": "5.3.2",
|
2022-02-22 16:05:03 -05:00
|
|
|
|
"nodebb-theme-persona": "11.4.1",
|
2022-01-10 18:18:56 -05:00
|
|
|
|
"nodebb-theme-slick": "1.4.23",
|
2022-02-04 20:54:18 -05:00
|
|
|
|
"nodebb-theme-vanilla": "12.1.17",
|
2022-02-16 20:50:00 -05:00
|
|
|
|
"nodebb-widget-essentials": "5.0.9",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"nodemailer": "6.7.2",
|
2020-10-09 10:53:07 -04:00
|
|
|
|
"nprogress": "0.2.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"passport": "0.5.2",
|
|
|
|
|
|
"passport-http-bearer": "1.0.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"passport-local": "1.0.0",
|
2022-02-04 15:07:57 -05:00
|
|
|
|
"pg": "8.7.3",
|
2022-02-04 20:54:33 -05:00
|
|
|
|
"pg-cursor": "2.7.3",
|
2022-02-25 05:18:58 +00:00
|
|
|
|
"postcss": "8.4.7",
|
2021-01-21 15:33:29 +00:00
|
|
|
|
"postcss-clean": "1.2.0",
|
2022-02-18 05:26:54 +00:00
|
|
|
|
"prompt": "1.2.2",
|
2022-02-07 20:53:40 -05:00
|
|
|
|
"ioredis": "4.28.5",
|
2020-02-11 14:19:56 -05:00
|
|
|
|
"request": "2.88.2",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"request-promise-native": "1.0.9",
|
2020-10-09 10:53:07 -04:00
|
|
|
|
"requirejs": "2.3.6",
|
2020-02-09 11:10:35 -05:00
|
|
|
|
"rimraf": "3.0.2",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"rss": "1.2.2",
|
2022-02-04 15:08:22 -05:00
|
|
|
|
"sanitize-html": "2.7.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"semver": "7.3.5",
|
|
|
|
|
|
"serve-favicon": "2.5.0",
|
2022-02-09 16:13:24 -05:00
|
|
|
|
"sharp": "0.30.1",
|
2022-01-30 03:59:17 +00:00
|
|
|
|
"sitemap": "7.1.1",
|
2020-10-09 12:20:09 -04:00
|
|
|
|
"slideout": "1.0.1",
|
2022-01-06 09:32:14 +00:00
|
|
|
|
"socket.io": "4.4.1",
|
2022-01-10 20:15:29 -05:00
|
|
|
|
"socket.io-adapter-cluster": "1.0.1",
|
2022-01-06 09:32:14 +00:00
|
|
|
|
"socket.io-client": "4.4.1",
|
2021-11-30 01:00:28 +00:00
|
|
|
|
"@socket.io/redis-adapter": "7.1.0",
|
2021-07-04 20:02:39 +00:00
|
|
|
|
"sortablejs": "1.14.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"spdx-license-list": "6.4.0",
|
2019-10-01 20:49:15 +00:00
|
|
|
|
"spider-detector": "2.0.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"textcomplete": "0.18.2",
|
|
|
|
|
|
"textcomplete.contenteditable": "0.1.1",
|
|
|
|
|
|
"timeago": "1.6.7",
|
2020-10-09 12:01:51 -04:00
|
|
|
|
"tinycon": "0.6.8",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"toobusy-js": "0.5.1",
|
|
|
|
|
|
"uglify-es": "3.3.9",
|
2021-11-02 00:16:25 +00:00
|
|
|
|
"validator": "13.7.0",
|
2020-10-09 11:35:52 -04:00
|
|
|
|
"visibilityjs": "2.0.2",
|
2022-02-12 18:25:23 -05:00
|
|
|
|
"winston": "3.6.0",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"xml": "1.0.1",
|
|
|
|
|
|
"xregexp": "5.1.0",
|
2021-12-23 23:57:33 +00:00
|
|
|
|
"yargs": "17.3.1",
|
2022-01-11 01:17:56 +00:00
|
|
|
|
"zxcvbn": "4.4.2"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"devDependencies": {
|
2021-08-15 09:51:40 +00:00
|
|
|
|
"@apidevtools/swagger-parser": "10.0.3",
|
2022-02-13 10:15:27 +00:00
|
|
|
|
"@commitlint/cli": "16.2.1",
|
|
|
|
|
|
"@commitlint/config-angular": "16.2.1",
|
2021-06-29 09:22:04 +00:00
|
|
|
|
"coveralls": "3.1.1",
|
2022-02-26 01:26:38 +00:00
|
|
|
|
"eslint": "8.10.0",
|
2021-11-18 16:42:18 -05:00
|
|
|
|
"eslint-config-nodebb": "0.1.1",
|
2022-01-02 23:28:13 +00:00
|
|
|
|
"eslint-plugin-import": "2.25.4",
|
2021-05-24 16:07:15 +00:00
|
|
|
|
"grunt": "1.4.1",
|
2018-06-18 18:44:43 +00:00
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2021-10-21 16:48:39 +00:00
|
|
|
|
"husky": "7.0.4",
|
2021-12-23 13:23:11 -05:00
|
|
|
|
"jsdom": "19.0.0",
|
2022-02-13 17:33:52 +00:00
|
|
|
|
"lint-staged": "12.3.4",
|
2022-02-19 10:24:58 +00:00
|
|
|
|
"mocha": "9.2.1",
|
2018-06-18 18:44:43 +00:00
|
|
|
|
"mocha-lcov-reporter": "1.3.0",
|
2021-03-30 17:52:01 -04:00
|
|
|
|
"mockdate": "3.0.5",
|
2020-07-24 10:00:12 -04:00
|
|
|
|
"nyc": "15.1.0",
|
2022-02-23 12:17:51 +00:00
|
|
|
|
"smtp-server": "3.10.0"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"bugs": {
|
2018-03-14 23:56:32 +00:00
|
|
|
|
"url": "https://github.com/NodeBB/NodeBB/issues"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"engines": {
|
2022-01-11 14:33:41 -05:00
|
|
|
|
"node": ">=12"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"maintainers": [
|
2018-03-14 23:56:32 +00:00
|
|
|
|
{
|
|
|
|
|
|
"name": "Andrew Rodrigues",
|
|
|
|
|
|
"email": "andrew@nodebb.org",
|
|
|
|
|
|
"url": "https://github.com/psychobunny"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Julian Lam",
|
|
|
|
|
|
"email": "julian@nodebb.org",
|
|
|
|
|
|
"url": "https://github.com/julianlam"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Barış Soner Uşaklı",
|
|
|
|
|
|
"email": "baris@nodebb.org",
|
|
|
|
|
|
"url": "https://github.com/barisusakli"
|
|
|
|
|
|
}
|
2017-11-21 14:38:24 -05:00
|
|
|
|
]
|
2022-02-11 14:12:52 -05:00
|
|
|
|
}
|