2016-12-28 16:49:51 -06:00
|
|
|
{
|
2017-11-06 04:16:14 -06:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2018-12-06 01:35:06 -06:00
|
|
|
"version": "10.62.0",
|
|
|
|
"clientVersion": "2.0.12431",
|
2018-03-27 19:27:57 -05:00
|
|
|
"codename": "nighthike",
|
2017-11-06 04:16:14 -06:00
|
|
|
"main": "./built/index.js",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./built",
|
|
|
|
"debug": "DEBUG=misskey:* node ./built",
|
2018-04-15 17:07:44 -05:00
|
|
|
"build": "webpack && gulp build",
|
|
|
|
"webpack": "webpack",
|
|
|
|
"watch": "webpack --watch",
|
2018-03-02 04:20:52 -06:00
|
|
|
"gulp": "gulp build",
|
2017-11-06 04:16:14 -06:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-11-06 18:04:16 -06:00
|
|
|
"test": "gulp test",
|
|
|
|
"format": "gulp format"
|
2017-11-06 04:16:14 -06:00
|
|
|
},
|
2017-11-22 15:18:42 -06:00
|
|
|
"dependencies": {
|
2018-11-05 10:40:11 -06:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.8",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "5.5.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.5.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.5.0",
|
|
|
|
"@fortawesome/vue-fontawesome": "0.1.2",
|
2018-07-11 07:50:56 -05:00
|
|
|
"@koa/cors": "2.2.2",
|
2017-11-22 22:25:33 -06:00
|
|
|
"@prezzemolo/rap": "0.1.2",
|
|
|
|
"@prezzemolo/zip": "0.0.3",
|
2018-09-20 18:35:06 -05:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2018-10-15 16:37:21 -05:00
|
|
|
"@types/chai-http": "3.0.5",
|
2018-07-14 06:58:21 -05:00
|
|
|
"@types/dateformat": "1.0.1",
|
2018-10-07 06:31:57 -05:00
|
|
|
"@types/debug": "0.0.31",
|
2017-11-06 04:16:14 -06:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2018-08-13 18:21:25 -05:00
|
|
|
"@types/double-ended-queue": "2.1.0",
|
2018-12-03 17:28:42 -06:00
|
|
|
"@types/elasticsearch": "5.0.29",
|
2018-11-30 16:19:39 -06:00
|
|
|
"@types/file-type": "5.2.2",
|
2018-06-20 12:12:20 -05:00
|
|
|
"@types/gulp": "3.8.36",
|
2018-03-27 19:15:58 -05:00
|
|
|
"@types/gulp-htmlmin": "1.3.32",
|
|
|
|
"@types/gulp-mocha": "0.0.32",
|
2017-11-24 19:47:04 -06:00
|
|
|
"@types/gulp-rename": "0.0.33",
|
|
|
|
"@types/gulp-replace": "0.0.31",
|
2018-10-15 15:20:57 -05:00
|
|
|
"@types/gulp-uglify": "3.0.6",
|
2017-11-24 19:47:04 -06:00
|
|
|
"@types/gulp-util": "3.0.34",
|
2017-11-06 04:16:14 -06:00
|
|
|
"@types/is-root": "1.0.0",
|
|
|
|
"@types/is-url": "1.2.28",
|
2018-07-03 20:14:00 -05:00
|
|
|
"@types/js-yaml": "3.11.2",
|
2018-11-16 02:03:52 -06:00
|
|
|
"@types/katex": "0.5.0",
|
2018-11-22 18:12:21 -06:00
|
|
|
"@types/koa": "2.0.47",
|
2018-07-09 20:34:50 -05:00
|
|
|
"@types/koa-bodyparser": "5.0.1",
|
2018-04-27 05:12:15 -05:00
|
|
|
"@types/koa-compress": "2.0.8",
|
2018-04-12 21:50:36 -05:00
|
|
|
"@types/koa-favicon": "2.0.19",
|
2018-10-10 07:01:18 -05:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2018-04-12 21:50:36 -05:00
|
|
|
"@types/koa-mount": "3.0.1",
|
|
|
|
"@types/koa-multer": "1.0.0",
|
2018-11-22 18:12:01 -06:00
|
|
|
"@types/koa-router": "7.0.35",
|
2018-04-12 21:50:36 -05:00
|
|
|
"@types/koa-send": "4.1.1",
|
2018-05-17 17:19:13 -05:00
|
|
|
"@types/koa-views": "2.0.3",
|
2018-07-30 18:21:22 -05:00
|
|
|
"@types/koa__cors": "2.2.3",
|
2018-11-08 17:45:06 -06:00
|
|
|
"@types/minio": "7.0.1",
|
2017-12-31 10:58:12 -06:00
|
|
|
"@types/mkdirp": "0.5.2",
|
2018-10-25 16:40:31 -05:00
|
|
|
"@types/mocha": "5.2.5",
|
2018-11-11 03:30:38 -06:00
|
|
|
"@types/mongodb": "3.1.14",
|
2017-11-06 04:16:14 -06:00
|
|
|
"@types/ms": "0.7.30",
|
2018-11-22 18:12:29 -06:00
|
|
|
"@types/node": "10.12.10",
|
2018-11-29 01:23:45 -06:00
|
|
|
"@types/nodemailer": "4.6.5",
|
2018-11-04 07:03:55 -06:00
|
|
|
"@types/oauth": "0.9.1",
|
2018-11-20 14:11:00 -06:00
|
|
|
"@types/parsimmon": "1.10.0",
|
2018-07-13 09:25:32 -05:00
|
|
|
"@types/portscanner": "2.1.0",
|
2017-12-31 10:58:12 -06:00
|
|
|
"@types/pug": "2.0.4",
|
2018-10-03 22:50:32 -05:00
|
|
|
"@types/qrcode": "1.3.0",
|
2017-11-06 04:16:14 -06:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2018-11-22 18:12:13 -06:00
|
|
|
"@types/redis": "2.8.8",
|
2018-11-06 18:24:04 -06:00
|
|
|
"@types/request": "2.48.1",
|
2018-06-20 05:59:54 -05:00
|
|
|
"@types/request-promise-native": "1.0.15",
|
2017-11-06 04:16:14 -06:00
|
|
|
"@types/rimraf": "2.0.2",
|
2017-11-13 12:46:30 -06:00
|
|
|
"@types/seedrandom": "2.4.27",
|
2018-10-15 15:21:07 -05:00
|
|
|
"@types/sharp": "0.21.0",
|
2018-07-15 04:28:08 -05:00
|
|
|
"@types/showdown": "1.7.5",
|
2018-10-30 23:43:45 -05:00
|
|
|
"@types/speakeasy": "2.0.3",
|
2018-11-22 18:12:36 -06:00
|
|
|
"@types/systeminformation": "3.23.1",
|
2018-09-26 06:19:35 -05:00
|
|
|
"@types/tinycolor2": "1.4.1",
|
2017-11-13 12:46:30 -06:00
|
|
|
"@types/tmp": "0.0.33",
|
2018-08-29 19:16:12 -05:00
|
|
|
"@types/uuid": "3.4.4",
|
2018-11-16 14:30:30 -06:00
|
|
|
"@types/webpack": "4.4.19",
|
2018-03-14 14:58:54 -05:00
|
|
|
"@types/webpack-stream": "3.2.10",
|
2018-08-29 19:18:42 -05:00
|
|
|
"@types/websocket": "0.0.40",
|
2018-09-06 05:55:20 -05:00
|
|
|
"@types/ws": "6.0.1",
|
2017-11-06 04:16:14 -06:00
|
|
|
"animejs": "2.2.0",
|
2018-12-04 17:33:54 -06:00
|
|
|
"apexcharts": "2.2.4",
|
2018-11-28 01:00:58 -06:00
|
|
|
"autobind-decorator": "2.3.1",
|
2018-05-17 03:01:07 -05:00
|
|
|
"autosize": "4.0.2",
|
2018-06-16 21:23:18 -05:00
|
|
|
"autwh": "0.1.0",
|
|
|
|
"bcryptjs": "2.4.3",
|
2018-07-25 18:11:47 -05:00
|
|
|
"bee-queue": "1.2.2",
|
2018-06-20 05:59:54 -05:00
|
|
|
"bootstrap-vue": "2.0.0-rc.11",
|
2018-11-01 13:32:24 -05:00
|
|
|
"cafy": "12.0.0",
|
2018-10-15 16:37:21 -05:00
|
|
|
"chai": "4.2.0",
|
|
|
|
"chai-http": "4.2.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"chalk": "2.4.1",
|
2018-10-08 19:38:21 -05:00
|
|
|
"commander": "2.19.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"crc-32": "1.2.0",
|
2018-11-02 22:37:54 -05:00
|
|
|
"css-loader": "1.0.1",
|
2018-11-11 13:09:02 -06:00
|
|
|
"cssnano": "4.1.7",
|
2018-07-14 06:58:21 -05:00
|
|
|
"dateformat": "3.0.3",
|
2018-10-08 15:12:19 -05:00
|
|
|
"debug": "4.1.0",
|
2017-11-06 04:16:14 -06:00
|
|
|
"deep-equal": "1.0.1",
|
2018-06-16 21:23:18 -05:00
|
|
|
"deepcopy": "0.6.3",
|
2018-10-03 22:49:56 -05:00
|
|
|
"diskusage": "0.2.5",
|
2018-08-13 18:21:25 -05:00
|
|
|
"double-ended-queue": "2.1.0-0",
|
2018-11-02 22:37:28 -05:00
|
|
|
"elasticsearch": "15.2.0",
|
2018-11-21 14:31:09 -06:00
|
|
|
"emojilib": "2.4.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"escape-regexp": "0.0.1",
|
2018-10-28 07:38:27 -05:00
|
|
|
"eslint": "5.8.0",
|
2018-07-24 04:42:07 -05:00
|
|
|
"eslint-plugin-vue": "4.7.1",
|
2018-04-27 05:12:15 -05:00
|
|
|
"eventemitter3": "3.1.0",
|
2018-10-07 06:27:05 -05:00
|
|
|
"file-loader": "2.0.0",
|
2018-11-05 15:08:41 -06:00
|
|
|
"file-type": "10.4.0",
|
2017-11-06 04:16:14 -06:00
|
|
|
"fuckadblock": "3.2.1",
|
2017-11-22 22:25:33 -06:00
|
|
|
"gulp": "3.9.1",
|
2018-03-27 19:15:58 -05:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2018-10-03 22:48:52 -05:00
|
|
|
"gulp-htmlmin": "5.0.1",
|
2017-12-30 15:27:41 -06:00
|
|
|
"gulp-imagemin": "4.1.0",
|
2018-05-25 23:23:58 -05:00
|
|
|
"gulp-mocha": "6.0.0",
|
2018-04-18 00:26:46 -05:00
|
|
|
"gulp-pug": "4.0.1",
|
2018-07-23 14:54:29 -05:00
|
|
|
"gulp-rename": "1.4.0",
|
2018-05-17 03:01:07 -05:00
|
|
|
"gulp-replace": "1.0.0",
|
2018-03-14 14:58:54 -05:00
|
|
|
"gulp-sourcemaps": "2.6.4",
|
2018-02-01 16:34:51 -06:00
|
|
|
"gulp-stylus": "2.7.0",
|
2018-02-22 11:24:01 -06:00
|
|
|
"gulp-tslint": "8.1.3",
|
2018-03-28 01:47:01 -05:00
|
|
|
"gulp-typescript": "4.0.2",
|
2018-07-24 16:58:34 -05:00
|
|
|
"gulp-uglify": "3.0.1",
|
2017-11-22 22:25:33 -06:00
|
|
|
"gulp-util": "3.0.8",
|
2018-11-11 14:03:12 -06:00
|
|
|
"gulp-yaml": "2.0.2",
|
2018-07-30 07:13:00 -05:00
|
|
|
"hard-source-webpack-plugin": "0.12.0",
|
2018-10-25 16:40:01 -05:00
|
|
|
"html-minifier": "3.5.21",
|
2018-06-16 21:23:18 -05:00
|
|
|
"http-signature": "1.2.0",
|
2018-07-19 15:29:56 -05:00
|
|
|
"insert-text-at-cursor": "0.1.1",
|
2018-06-16 21:23:18 -05:00
|
|
|
"is-root": "2.0.0",
|
|
|
|
"is-url": "1.2.4",
|
2018-06-20 05:59:54 -05:00
|
|
|
"js-yaml": "3.12.0",
|
2018-10-31 18:23:38 -05:00
|
|
|
"jsdom": "13.0.0",
|
2018-10-02 02:04:31 -05:00
|
|
|
"json5": "2.1.0",
|
|
|
|
"json5-loader": "1.0.1",
|
2018-11-16 02:03:52 -06:00
|
|
|
"katex": "0.10.0",
|
2018-11-22 15:06:03 -06:00
|
|
|
"koa": "2.6.2",
|
2018-06-16 21:23:18 -05:00
|
|
|
"koa-bodyparser": "4.2.1",
|
|
|
|
"koa-compress": "3.0.0",
|
|
|
|
"koa-favicon": "2.0.1",
|
|
|
|
"koa-json-body": "5.3.0",
|
|
|
|
"koa-logger": "3.2.0",
|
2018-10-03 22:49:38 -05:00
|
|
|
"koa-mount": "4.0.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"koa-multer": "1.0.2",
|
|
|
|
"koa-router": "7.4.0",
|
2018-06-20 05:59:54 -05:00
|
|
|
"koa-send": "5.0.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"koa-slow": "2.1.0",
|
|
|
|
"koa-views": "6.1.4",
|
2018-12-03 05:08:18 -06:00
|
|
|
"langmap": "0.0.16",
|
2018-02-22 11:16:17 -06:00
|
|
|
"loader-utils": "1.1.0",
|
2018-09-07 06:22:04 -05:00
|
|
|
"minio": "7.0.1",
|
2017-12-31 10:58:12 -06:00
|
|
|
"mkdirp": "0.5.1",
|
2018-05-20 00:10:30 -05:00
|
|
|
"mocha": "5.2.0",
|
2017-11-24 19:47:04 -06:00
|
|
|
"moji": "0.5.1",
|
2018-11-10 08:25:09 -06:00
|
|
|
"moment": "2.22.2",
|
2018-11-15 14:48:39 -06:00
|
|
|
"mongodb": "3.1.9",
|
2018-06-16 21:23:18 -05:00
|
|
|
"monk": "6.0.6",
|
|
|
|
"ms": "2.1.1",
|
2018-10-03 22:49:05 -05:00
|
|
|
"nan": "2.11.1",
|
2018-08-21 19:10:39 -05:00
|
|
|
"nested-property": "0.0.7",
|
2018-11-29 01:23:45 -06:00
|
|
|
"nodemailer": "4.7.0",
|
2017-11-06 04:16:14 -06:00
|
|
|
"nprogress": "0.2.0",
|
2018-04-05 07:13:49 -05:00
|
|
|
"object-assign-deep": "0.4.0",
|
2018-03-14 14:58:54 -05:00
|
|
|
"on-build-webpack": "0.1.0",
|
2018-07-27 04:42:58 -05:00
|
|
|
"os-utils": "0.0.14",
|
2018-08-13 11:54:58 -05:00
|
|
|
"parse5": "5.1.0",
|
2018-11-20 14:11:00 -06:00
|
|
|
"parsimmon": "1.12.0",
|
2018-07-13 09:25:32 -05:00
|
|
|
"portscanner": "2.2.0",
|
2018-11-11 13:09:02 -06:00
|
|
|
"postcss-loader": "3.0.0",
|
2018-03-14 14:58:54 -05:00
|
|
|
"progress-bar-webpack-plugin": "1.11.0",
|
2018-10-11 07:14:20 -05:00
|
|
|
"promise-limit": "2.7.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"promise-sequential": "1.1.1",
|
2018-03-21 06:46:57 -05:00
|
|
|
"pug": "2.0.3",
|
2018-06-16 21:23:18 -05:00
|
|
|
"punycode": "2.1.1",
|
2018-11-06 18:23:47 -06:00
|
|
|
"qrcode": "1.3.2",
|
2018-11-14 15:21:31 -06:00
|
|
|
"randomcolor": "0.5.3",
|
2018-07-21 07:57:47 -05:00
|
|
|
"ratelimiter": "3.2.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2018-10-19 01:04:46 -05:00
|
|
|
"reconnecting-websocket": "4.1.10",
|
2018-06-16 21:23:18 -05:00
|
|
|
"redis": "2.8.0",
|
2018-08-10 22:21:30 -05:00
|
|
|
"request": "2.88.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"request-promise-native": "1.0.5",
|
2018-09-14 15:40:58 -05:00
|
|
|
"request-stats": "3.0.0",
|
2017-11-06 04:16:14 -06:00
|
|
|
"rimraf": "2.6.2",
|
2018-06-16 21:23:18 -05:00
|
|
|
"rndstr": "1.0.0",
|
2018-02-01 16:34:51 -06:00
|
|
|
"s-age": "1.1.2",
|
2018-08-14 05:52:57 -05:00
|
|
|
"seedrandom": "2.4.4",
|
2018-10-04 08:01:32 -05:00
|
|
|
"sharp": "0.21.0",
|
2018-11-15 14:49:07 -06:00
|
|
|
"showdown": "1.9.0",
|
2018-07-16 11:11:36 -05:00
|
|
|
"showdown-highlightjs-extension": "0.1.2",
|
2018-06-16 21:23:18 -05:00
|
|
|
"speakeasy": "2.0.0",
|
2018-08-05 05:20:26 -05:00
|
|
|
"stringz": "1.0.0",
|
2018-10-08 08:43:10 -05:00
|
|
|
"style-loader": "0.23.1",
|
2017-11-22 22:25:33 -06:00
|
|
|
"stylus": "0.54.5",
|
2018-03-14 14:58:54 -05:00
|
|
|
"stylus-loader": "3.0.2",
|
2018-08-29 07:27:33 -05:00
|
|
|
"summaly": "2.2.0",
|
2018-11-28 01:01:16 -06:00
|
|
|
"systeminformation": "3.51.3",
|
2017-11-06 04:16:14 -06:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2018-11-13 08:10:51 -06:00
|
|
|
"terser-webpack-plugin": "1.1.0",
|
2018-02-22 11:24:01 -06:00
|
|
|
"textarea-caret": "3.1.0",
|
2018-09-26 06:19:35 -05:00
|
|
|
"tinycolor2": "1.4.1",
|
2018-06-16 21:23:18 -05:00
|
|
|
"tmp": "0.0.33",
|
2018-11-28 14:31:41 -06:00
|
|
|
"ts-loader": "5.3.1",
|
2018-08-11 17:14:05 -05:00
|
|
|
"ts-node": "7.0.1",
|
2018-05-17 03:01:07 -05:00
|
|
|
"tslint": "5.10.0",
|
2018-11-06 18:23:38 -06:00
|
|
|
"typescript": "3.1.6",
|
2018-12-03 17:29:00 -06:00
|
|
|
"typescript-eslint-parser": "21.0.2",
|
2018-02-01 16:34:51 -06:00
|
|
|
"uglify-es": "3.3.9",
|
2018-10-10 07:00:47 -05:00
|
|
|
"url-loader": "1.1.2",
|
2018-06-28 16:34:10 -05:00
|
|
|
"uuid": "3.3.2",
|
2018-03-09 22:22:20 -06:00
|
|
|
"v-animate-css": "0.0.2",
|
2018-08-01 16:48:35 -05:00
|
|
|
"vue": "2.5.17",
|
2018-10-10 12:22:57 -05:00
|
|
|
"vue-color": "2.7.0",
|
2018-10-13 19:47:38 -05:00
|
|
|
"vue-content-loading": "1.5.3",
|
2018-09-15 08:57:29 -05:00
|
|
|
"vue-cropperjs": "2.2.2",
|
2018-11-21 14:28:39 -06:00
|
|
|
"vue-i18n": "8.3.2",
|
2018-11-30 16:44:30 -06:00
|
|
|
"vue-js-modal": "1.3.27",
|
2018-09-13 04:28:12 -05:00
|
|
|
"vue-loader": "15.4.2",
|
2018-11-14 15:21:31 -06:00
|
|
|
"vue-marquee-text-component": "1.1.0",
|
2018-11-24 02:13:25 -06:00
|
|
|
"vue-router": "3.0.2",
|
2018-08-13 19:04:37 -05:00
|
|
|
"vue-style-loader": "4.1.2",
|
2018-12-03 17:29:09 -06:00
|
|
|
"vue-svg-inline-loader": "1.2.4",
|
2018-08-01 16:41:18 -05:00
|
|
|
"vue-template-compiler": "2.5.17",
|
2018-12-03 17:28:52 -06:00
|
|
|
"vuedraggable": "2.17.0",
|
2018-09-07 06:21:25 -05:00
|
|
|
"vuewordcloud": "18.7.11",
|
2018-04-27 05:12:15 -05:00
|
|
|
"vuex": "3.0.1",
|
2018-07-14 11:42:14 -05:00
|
|
|
"vuex-persistedstate": "2.5.4",
|
2018-09-18 12:39:57 -05:00
|
|
|
"web-push": "3.3.3",
|
2018-11-27 00:49:50 -06:00
|
|
|
"webfinger.js": "2.7.0",
|
2018-11-30 16:16:53 -06:00
|
|
|
"webpack": "4.26.1",
|
2018-10-06 21:06:17 -05:00
|
|
|
"webpack-cli": "3.1.2",
|
2018-09-20 14:30:29 -05:00
|
|
|
"websocket": "1.0.28",
|
2018-11-22 14:23:05 -06:00
|
|
|
"ws": "6.1.2",
|
2018-06-20 12:12:20 -05:00
|
|
|
"xev": "2.0.1"
|
2017-11-06 04:16:14 -06:00
|
|
|
}
|
2018-06-10 21:44:26 -05:00
|
|
|
}
|