2017-11-21 14:38:24 -05:00
|
|
|
|
{
|
|
|
|
|
|
"name": "nodebb",
|
|
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
|
"description": "NodeBB Forum",
|
2021-01-21 00:43:53 +00:00
|
|
|
|
"version": "1.16.2",
|
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",
|
2020-07-07 18:00:11 -04:00
|
|
|
|
"lint": "npx eslint --cache ./nodebb .",
|
2020-07-07 19:52:50 -04:00
|
|
|
|
"test": "npx nyc --reporter=html --reporter=text-summary npx 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-11-08 11:06:30 -05:00
|
|
|
|
"husky": {
|
|
|
|
|
|
"hooks": {
|
2020-07-24 12:03:35 -04:00
|
|
|
|
"pre-commit": "npx lint-staged",
|
|
|
|
|
|
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
|
2018-11-08 11:06:30 -05:00
|
|
|
|
}
|
2018-10-26 11:49:15 -04:00
|
|
|
|
},
|
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
|
"*.js": [
|
|
|
|
|
|
"eslint --fix",
|
|
|
|
|
|
"git add"
|
|
|
|
|
|
]
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"dependencies": {
|
2020-10-11 19:52:01 -04:00
|
|
|
|
"@adactive/bootstrap-tagsinput": "^0.8.2",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"ace-builds": "^1.4.9",
|
2020-07-24 09:56:16 -04:00
|
|
|
|
"archiver": "^5.0.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"async": "^3.2.0",
|
2021-01-21 18:10:47 +00:00
|
|
|
|
"autoprefixer": "10.2.3",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"bcryptjs": "2.4.3",
|
2021-01-04 17:37:22 +00:00
|
|
|
|
"benchpressjs": "2.4.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"body-parser": "^1.19.0",
|
2021-01-20 16:50:41 -05:00
|
|
|
|
"bootbox": "5.5.2",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"bootstrap": "^3.4.1",
|
|
|
|
|
|
"chart.js": "^2.9.3",
|
2018-05-16 14:41:39 -04:00
|
|
|
|
"cli-graph": "^3.2.2",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"clipboard": "^2.0.6",
|
|
|
|
|
|
"colors": "^1.4.0",
|
2020-07-24 10:04:59 -04:00
|
|
|
|
"commander": "^6.0.0",
|
2020-10-09 14:10:38 -04:00
|
|
|
|
"compare-versions": "3.6.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"compression": "^1.7.4",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"connect-ensure-login": "^0.1.1",
|
|
|
|
|
|
"connect-flash": "^0.1.1",
|
2019-11-28 17:27:08 +00:00
|
|
|
|
"connect-mongo": "3.2.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"connect-multiparty": "^2.2.0",
|
|
|
|
|
|
"connect-pg-simple": "^6.1.0",
|
2020-07-24 09:55:33 -04:00
|
|
|
|
"connect-redis": "5.0.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
|
|
"cron": "^1.8.2",
|
|
|
|
|
|
"cropperjs": "^1.5.6",
|
|
|
|
|
|
"csurf": "^1.11.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"daemon": "^1.1.0",
|
2020-11-08 02:58:46 +00:00
|
|
|
|
"diff": "^5.0.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"express": "^4.17.1",
|
|
|
|
|
|
"express-session": "^1.17.0",
|
|
|
|
|
|
"express-useragent": "^1.0.13",
|
|
|
|
|
|
"graceful-fs": "^4.2.3",
|
2020-08-03 11:04:39 -04:00
|
|
|
|
"helmet": "^4.0.0",
|
2020-12-18 11:18:49 -05:00
|
|
|
|
"html-to-text": "6.0.0",
|
2020-08-17 04:53:01 +00:00
|
|
|
|
"ipaddr.js": "^2.0.0",
|
2020-05-05 09:05:52 -04:00
|
|
|
|
"jquery": "3.5.1",
|
2020-10-11 19:28:46 -04:00
|
|
|
|
"jquery-deserialize": "2.0.0-rc1",
|
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",
|
2020-10-10 21:47:27 -04:00
|
|
|
|
"jquery-ui": "1.12.1",
|
2020-10-28 12:30:48 -04:00
|
|
|
|
"jsesc": "3.0.2",
|
2020-11-16 15:36:35 +00:00
|
|
|
|
"json2csv": "5.0.5",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
|
|
"less": "^3.11.1",
|
2019-08-21 12:04:22 -04:00
|
|
|
|
"lodash": "^4.17.15",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"logrotate-stream": "^0.2.6",
|
2020-07-24 09:55:48 -04:00
|
|
|
|
"lru-cache": "6.0.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"material-design-lite": "^1.3.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"mime": "^2.4.4",
|
|
|
|
|
|
"mkdirp": "^1.0.4",
|
2020-11-06 10:25:49 -05:00
|
|
|
|
"mongodb": "3.6.3",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"morgan": "^1.10.0",
|
|
|
|
|
|
"mousetrap": "^1.6.5",
|
2020-08-11 12:06:38 -04:00
|
|
|
|
"@nodebb/bootswatch": "3.4.2",
|
2020-11-24 05:06:06 +00:00
|
|
|
|
"nconf": "^0.11.0",
|
2020-12-23 14:52:53 +00:00
|
|
|
|
"nodebb-plugin-composer-default": "6.5.5",
|
2020-07-17 20:45:25 +00:00
|
|
|
|
"nodebb-plugin-dbsearch": "4.1.2",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"nodebb-plugin-emoji": "^3.3.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"nodebb-plugin-emoji-android": "2.0.0",
|
2020-12-04 21:49:40 +00:00
|
|
|
|
"nodebb-plugin-markdown": "8.12.4",
|
2020-12-06 14:00:50 -05:00
|
|
|
|
"nodebb-plugin-mentions": "2.13.6",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"nodebb-plugin-soundpack-default": "1.0.0",
|
2020-12-03 09:37:41 -05:00
|
|
|
|
"nodebb-plugin-spam-be-gone": "0.7.7",
|
2020-10-13 22:46:47 -04:00
|
|
|
|
"nodebb-rewards-essentials": "0.1.4",
|
2020-12-14 21:26:50 -05:00
|
|
|
|
"nodebb-theme-lavender": "5.0.17",
|
2021-01-27 14:00:14 -05:00
|
|
|
|
"nodebb-theme-persona": "10.4.0",
|
2021-01-12 03:37:24 +00:00
|
|
|
|
"nodebb-theme-slick": "1.3.8",
|
2020-12-15 01:36:58 +00:00
|
|
|
|
"nodebb-theme-vanilla": "11.3.10",
|
2020-12-25 01:39:30 +00:00
|
|
|
|
"nodebb-widget-essentials": "5.0.2",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"nodemailer": "^6.4.6",
|
2020-10-09 10:53:07 -04:00
|
|
|
|
"nprogress": "0.2.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"passport": "^0.4.1",
|
2020-10-02 11:18:47 -04:00
|
|
|
|
"passport-http-bearer": "^1.0.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"passport-local": "1.0.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"pg": "^8.0.2",
|
|
|
|
|
|
"pg-cursor": "^2.1.9",
|
2021-01-21 18:09:49 +00:00
|
|
|
|
"postcss": "8.2.4",
|
2021-01-21 15:33:29 +00:00
|
|
|
|
"postcss-clean": "1.2.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"promise-polyfill": "^8.1.3",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"prompt": "^1.0.0",
|
2020-02-09 11:14:09 -05:00
|
|
|
|
"redis": "3.0.2",
|
2020-02-11 14:19:56 -05:00
|
|
|
|
"request": "2.88.2",
|
2020-04-23 21:50:08 -04:00
|
|
|
|
"request-promise-native": "^1.0.8",
|
2020-10-09 10:53:07 -04:00
|
|
|
|
"requirejs": "2.3.6",
|
2020-02-09 11:10:35 -05:00
|
|
|
|
"rimraf": "3.0.2",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"rss": "^1.2.2",
|
2020-09-29 13:34:24 -04:00
|
|
|
|
"sanitize-html": "^2.0.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"semver": "^7.2.1",
|
|
|
|
|
|
"serve-favicon": "^2.5.0",
|
2020-12-22 13:42:06 +00:00
|
|
|
|
"sharp": "0.27.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"sitemap": "^6.1.0",
|
2020-10-09 12:20:09 -04:00
|
|
|
|
"slideout": "1.0.1",
|
2021-01-15 02:16:04 +00:00
|
|
|
|
"socket.io": "3.1.0",
|
2018-07-23 11:21:36 -05:00
|
|
|
|
"socket.io-adapter-cluster": "^1.0.1",
|
2021-01-15 02:16:04 +00:00
|
|
|
|
"socket.io-client": "3.1.0",
|
2020-12-06 13:03:33 -05:00
|
|
|
|
"socket.io-redis": "6.0.1",
|
2021-01-08 02:46:31 +00:00
|
|
|
|
"sortablejs": "1.13.0",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"spdx-license-list": "^6.1.0",
|
2019-10-01 20:49:15 +00:00
|
|
|
|
"spider-detector": "2.0.0",
|
2020-11-03 08:35:13 -05:00
|
|
|
|
"textcomplete": "^0.17.1",
|
2019-02-08 09:34:42 -05:00
|
|
|
|
"textcomplete.contenteditable": "^0.1.1",
|
2020-10-10 21:47:27 -04:00
|
|
|
|
"timeago": "^1.6.7",
|
2020-10-09 12:01:51 -04:00
|
|
|
|
"tinycon": "0.6.8",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"toobusy-js": "^0.5.1",
|
2018-03-26 13:37:53 -06:00
|
|
|
|
"uglify-es": "^3.3.9",
|
2020-12-14 20:35:45 -05:00
|
|
|
|
"validator": "13.5.2",
|
2020-10-09 11:35:52 -04:00
|
|
|
|
"visibilityjs": "2.0.2",
|
2020-06-24 15:35:08 -04:00
|
|
|
|
"winston": "3.3.3",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"xml": "^1.0.1",
|
2020-04-13 13:50:20 -06:00
|
|
|
|
"xregexp": "^4.3.0",
|
2021-01-06 18:36:50 -07:00
|
|
|
|
"yargs": "16.2.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"zxcvbn": "^4.4.2"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"devDependencies": {
|
2020-09-07 21:51:53 -04:00
|
|
|
|
"@apidevtools/swagger-parser": "10.0.2",
|
2020-09-13 10:21:17 +00:00
|
|
|
|
"@commitlint/cli": "11.0.0",
|
|
|
|
|
|
"@commitlint/config-angular": "11.0.0",
|
2020-04-24 22:42:23 +00:00
|
|
|
|
"coveralls": "3.1.0",
|
2021-01-16 01:10:34 +00:00
|
|
|
|
"eslint": "7.18.0",
|
2020-11-06 23:37:56 +00:00
|
|
|
|
"eslint-config-airbnb-base": "14.2.1",
|
2020-09-28 01:33:03 +00:00
|
|
|
|
"eslint-plugin-import": "2.22.1",
|
2020-08-18 19:51:11 +00:00
|
|
|
|
"grunt": "1.3.0",
|
2018-06-18 18:44:43 +00:00
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2021-01-16 01:10:43 +00:00
|
|
|
|
"husky": "4.3.8",
|
2020-08-12 21:17:52 -04:00
|
|
|
|
"jsdom": "16.4.0",
|
2020-12-04 17:06:04 +00:00
|
|
|
|
"lint-staged": "10.5.3",
|
2020-11-03 13:32:05 +00:00
|
|
|
|
"mocha": "8.2.1",
|
2018-06-18 18:44:43 +00:00
|
|
|
|
"mocha-lcov-reporter": "1.3.0",
|
2020-07-24 10:00:12 -04:00
|
|
|
|
"nyc": "15.1.0",
|
2020-11-13 12:23:40 +00:00
|
|
|
|
"smtp-server": "3.8.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": {
|
2020-07-24 10:01:24 -04:00
|
|
|
|
"node": ">=10"
|
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
|
|
|
|
]
|
2021-01-27 14:00:14 -05:00
|
|
|
|
}
|