2016-12-29 07:49:51 +09:00
|
|
|
{
|
2017-11-06 19:16:14 +09:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2019-05-21 18:13:10 +09:00
|
|
|
"version": "11.18.1",
|
2019-04-07 21:50:36 +09:00
|
|
|
"codename": "daybreak",
|
2019-02-05 17:42:55 +09:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/syuilo/misskey.git"
|
|
|
|
},
|
2019-02-05 13:46:06 +09:00
|
|
|
"main": "./index.js",
|
2017-11-06 19:16:14 +09:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-02-05 13:46:06 +09:00
|
|
|
"start": "node ./index.js",
|
2019-04-07 21:50:36 +09:00
|
|
|
"init": "node ./built/init.js",
|
2019-05-14 23:54:39 +09:00
|
|
|
"ormconfig": "node ./built/ormconfig.js",
|
|
|
|
"migrate": "npm run ormconfig && ts-node ./node_modules/typeorm/cli.js migration:run",
|
2019-05-16 16:12:30 +09:00
|
|
|
"migrateandstart": "npm run migrate && npm run start",
|
2018-04-16 07:07:44 +09:00
|
|
|
"build": "webpack && gulp build",
|
|
|
|
"webpack": "webpack",
|
|
|
|
"watch": "webpack --watch",
|
2018-03-02 19:20:52 +09:00
|
|
|
"gulp": "gulp build",
|
2017-11-06 19:16:14 +09:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-11-07 09:04:16 +09:00
|
|
|
"test": "gulp test",
|
|
|
|
"format": "gulp format"
|
2017-11-06 19:16:14 +09:00
|
|
|
},
|
2017-11-23 06:18:42 +09:00
|
|
|
"dependencies": {
|
2019-04-25 07:46:39 +09:00
|
|
|
"@elastic/elasticsearch": "7.0.0-rc.2",
|
2019-03-02 14:25:44 +09:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.15",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "5.7.2",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.7.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.7.2",
|
2019-01-17 05:22:52 +09:00
|
|
|
"@fortawesome/vue-fontawesome": "0.1.5",
|
2018-12-28 05:27:27 +09:00
|
|
|
"@koa/cors": "2.2.3",
|
2017-11-23 13:25:33 +09:00
|
|
|
"@prezzemolo/zip": "0.0.3",
|
2018-09-21 08:35:06 +09:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/bull": "3.5.11",
|
2018-12-28 05:28:49 +09:00
|
|
|
"@types/dateformat": "3.0.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2018-08-14 08:21:25 +09:00
|
|
|
"@types/double-ended-queue": "2.1.0",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/file-type": "10.9.1",
|
|
|
|
"@types/gulp": "4.0.6",
|
2018-03-28 09:15:58 +09:00
|
|
|
"@types/gulp-mocha": "0.0.32",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/gulp-rename": "0.0.33",
|
|
|
|
"@types/gulp-replace": "0.0.31",
|
2018-10-16 05:20:57 +09:00
|
|
|
"@types/gulp-uglify": "3.0.6",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/gulp-util": "3.0.34",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/is-root": "1.0.0",
|
2019-02-04 01:30:33 +09:00
|
|
|
"@types/is-url": "1.2.28",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/js-yaml": "3.12.1",
|
2019-03-02 14:25:44 +09:00
|
|
|
"@types/jsdom": "12.2.3",
|
|
|
|
"@types/katex": "0.10.1",
|
2019-01-04 05:20:43 +09:00
|
|
|
"@types/koa": "2.0.48",
|
2018-12-08 10:41:42 +09:00
|
|
|
"@types/koa-bodyparser": "5.0.2",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/koa-compress": "2.0.9",
|
2019-02-01 19:46:18 +09:00
|
|
|
"@types/koa-cors": "0.0.0",
|
2018-04-13 11:50:36 +09:00
|
|
|
"@types/koa-favicon": "2.0.19",
|
2018-10-10 21:01:18 +09:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2018-04-13 11:50:36 +09:00
|
|
|
"@types/koa-mount": "3.0.1",
|
|
|
|
"@types/koa-multer": "1.0.0",
|
2019-03-07 19:40:22 +09:00
|
|
|
"@types/koa-router": "7.0.40",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/koa-send": "4.1.2",
|
2018-05-18 07:19:13 +09:00
|
|
|
"@types/koa-views": "2.0.3",
|
2018-07-31 08:21:22 +09:00
|
|
|
"@types/koa__cors": "2.2.3",
|
2019-04-07 21:50:36 +09:00
|
|
|
"@types/lolex": "3.1.1",
|
2018-11-09 08:45:06 +09:00
|
|
|
"@types/minio": "7.0.1",
|
2019-04-07 21:50:36 +09:00
|
|
|
"@types/mocha": "5.2.6",
|
2019-05-04 14:47:28 +09:00
|
|
|
"@types/node": "11.13.8",
|
|
|
|
"@types/nodemailer": "4.6.8",
|
2019-01-27 19:41:41 +09:00
|
|
|
"@types/nprogress": "0.0.29",
|
2018-11-04 22:03:55 +09:00
|
|
|
"@types/oauth": "0.9.1",
|
2019-02-01 19:41:13 +09:00
|
|
|
"@types/parse5": "5.0.0",
|
2018-11-21 05:11:00 +09:00
|
|
|
"@types/parsimmon": "1.10.0",
|
2018-07-13 23:25:32 +09:00
|
|
|
"@types/portscanner": "2.1.0",
|
2018-01-01 01:58:12 +09:00
|
|
|
"@types/pug": "2.0.4",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/qrcode": "1.3.2",
|
2019-04-15 20:37:21 +09:00
|
|
|
"@types/random-seed": "0.3.3",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/redis": "2.8.12",
|
2019-03-18 13:20:49 +09:00
|
|
|
"@types/rename": "1.0.1",
|
2018-11-07 09:24:04 +09:00
|
|
|
"@types/request": "2.48.1",
|
2019-05-04 14:47:28 +09:00
|
|
|
"@types/request-promise-native": "1.0.16",
|
2019-01-31 23:46:15 +09:00
|
|
|
"@types/request-stats": "3.0.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/rimraf": "2.0.2",
|
2019-05-01 22:56:18 +09:00
|
|
|
"@types/seedrandom": "2.4.28",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/sharp": "0.22.1",
|
2019-01-18 14:40:34 +09:00
|
|
|
"@types/showdown": "1.9.2",
|
2019-03-07 19:41:08 +09:00
|
|
|
"@types/speakeasy": "2.0.4",
|
2018-11-23 09:12:36 +09:00
|
|
|
"@types/systeminformation": "3.23.1",
|
2018-09-26 20:19:35 +09:00
|
|
|
"@types/tinycolor2": "1.4.1",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/tmp": "0.1.0",
|
2018-08-30 09:16:12 +09:00
|
|
|
"@types/uuid": "3.4.4",
|
2019-01-29 14:36:24 +09:00
|
|
|
"@types/web-push": "3.3.0",
|
2019-05-04 14:47:28 +09:00
|
|
|
"@types/webpack": "4.4.29",
|
2018-03-15 04:58:54 +09:00
|
|
|
"@types/webpack-stream": "3.2.10",
|
2018-08-30 09:18:42 +09:00
|
|
|
"@types/websocket": "0.0.40",
|
2018-09-06 19:55:20 +09:00
|
|
|
"@types/ws": "6.0.1",
|
2019-01-18 12:50:58 +09:00
|
|
|
"animejs": "3.0.1",
|
2019-05-21 08:46:35 +09:00
|
|
|
"apexcharts": "3.6.12",
|
2018-12-08 10:41:53 +09:00
|
|
|
"autobind-decorator": "2.4.0",
|
2018-05-17 17:01:07 +09:00
|
|
|
"autosize": "4.0.2",
|
2018-06-17 11:23:18 +09:00
|
|
|
"autwh": "0.1.0",
|
|
|
|
"bcryptjs": "2.4.3",
|
2019-03-07 19:39:40 +09:00
|
|
|
"bootstrap-vue": "2.0.0-rc.13",
|
2019-05-14 21:17:29 +09:00
|
|
|
"bull": "3.9.1",
|
2019-04-13 01:43:22 +09:00
|
|
|
"cafy": "15.1.1",
|
2018-10-16 06:37:21 +09:00
|
|
|
"chai": "4.2.0",
|
2019-01-27 14:34:52 +09:00
|
|
|
"chalk": "2.4.2",
|
2019-05-21 08:46:35 +09:00
|
|
|
"cli-highlight": "2.1.1",
|
2019-04-06 00:48:05 +09:00
|
|
|
"commander": "2.20.0",
|
2019-03-18 15:23:45 +09:00
|
|
|
"content-disposition": "0.5.3",
|
2018-06-17 11:23:18 +09:00
|
|
|
"crc-32": "1.2.0",
|
2019-03-13 09:19:48 +09:00
|
|
|
"css-loader": "2.1.1",
|
2019-02-17 21:41:36 +09:00
|
|
|
"cssnano": "4.1.10",
|
2018-07-14 20:58:21 +09:00
|
|
|
"dateformat": "3.0.3",
|
2017-11-06 19:16:14 +09:00
|
|
|
"deep-equal": "1.0.1",
|
2019-05-04 14:47:28 +09:00
|
|
|
"diskusage": "1.1.1",
|
2018-08-14 08:21:25 +09:00
|
|
|
"double-ended-queue": "2.1.0-0",
|
2018-11-22 05:31:09 +09:00
|
|
|
"emojilib": "2.4.0",
|
2019-04-14 17:40:30 +09:00
|
|
|
"eslint": "5.16.0",
|
2019-03-02 14:25:44 +09:00
|
|
|
"eslint-plugin-vue": "5.2.2",
|
2019-05-04 14:47:28 +09:00
|
|
|
"eventemitter3": "3.1.2",
|
2019-03-13 09:19:48 +09:00
|
|
|
"feed": "2.0.4",
|
2019-04-14 17:40:30 +09:00
|
|
|
"file-type": "10.11.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"fuckadblock": "3.2.1",
|
2019-05-14 21:17:29 +09:00
|
|
|
"gulp": "4.0.2",
|
2018-03-28 09:15:58 +09:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2019-02-03 00:40:08 +09:00
|
|
|
"gulp-imagemin": "5.0.3",
|
2018-05-26 13:23:58 +09:00
|
|
|
"gulp-mocha": "6.0.0",
|
2018-07-24 04:54:29 +09:00
|
|
|
"gulp-rename": "1.4.0",
|
2018-05-17 17:01:07 +09:00
|
|
|
"gulp-replace": "1.0.0",
|
2019-03-13 09:19:48 +09:00
|
|
|
"gulp-sourcemaps": "2.6.5",
|
2018-02-02 07:34:51 +09:00
|
|
|
"gulp-stylus": "2.7.0",
|
2019-03-13 09:19:48 +09:00
|
|
|
"gulp-tslint": "8.1.4",
|
2019-04-14 17:40:30 +09:00
|
|
|
"gulp-typescript": "5.0.1",
|
2019-03-13 09:19:48 +09:00
|
|
|
"gulp-uglify": "3.0.2",
|
2017-11-23 13:25:33 +09:00
|
|
|
"gulp-util": "3.0.8",
|
2018-12-26 18:32:58 +09:00
|
|
|
"hard-source-webpack-plugin": "0.13.1",
|
2019-04-14 17:40:30 +09:00
|
|
|
"html-minifier": "4.0.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"http-signature": "1.2.0",
|
2019-04-14 17:40:30 +09:00
|
|
|
"insert-text-at-cursor": "0.2.0",
|
2019-04-22 00:43:15 +09:00
|
|
|
"is-root": "2.1.0",
|
2019-04-14 17:40:30 +09:00
|
|
|
"is-svg": "4.1.0",
|
|
|
|
"js-yaml": "3.13.1",
|
2019-05-14 21:17:29 +09:00
|
|
|
"jsdom": "15.1.0",
|
2018-10-02 16:04:31 +09:00
|
|
|
"json5": "2.1.0",
|
2019-04-14 17:40:30 +09:00
|
|
|
"json5-loader": "2.0.0",
|
2019-03-02 14:25:44 +09:00
|
|
|
"katex": "0.10.1",
|
2019-02-04 09:56:48 +09:00
|
|
|
"koa": "2.7.0",
|
2018-06-17 11:23:18 +09: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-04 12:49:38 +09:00
|
|
|
"koa-mount": "4.0.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"koa-multer": "1.0.2",
|
|
|
|
"koa-router": "7.4.0",
|
2018-06-20 19:59:54 +09:00
|
|
|
"koa-send": "5.0.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"koa-slow": "2.1.0",
|
2019-04-06 00:48:05 +09:00
|
|
|
"koa-views": "6.2.0",
|
2018-12-03 20:08:18 +09:00
|
|
|
"langmap": "0.0.16",
|
2018-12-29 05:21:50 +09:00
|
|
|
"loader-utils": "1.2.3",
|
2019-04-07 21:50:36 +09:00
|
|
|
"lolex": "3.1.0",
|
2019-01-09 15:17:54 +09:00
|
|
|
"lookup-dns-cache": "2.1.0",
|
2019-05-04 14:47:28 +09:00
|
|
|
"minio": "7.0.8",
|
|
|
|
"mocha": "6.1.4",
|
2017-11-25 10:47:04 +09:00
|
|
|
"moji": "0.5.1",
|
2019-02-04 09:56:48 +09:00
|
|
|
"moment": "2.24.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"ms": "2.1.1",
|
2018-08-22 09:10:39 +09:00
|
|
|
"nested-property": "0.0.7",
|
2019-05-04 14:47:28 +09:00
|
|
|
"node-fetch": "2.5.0",
|
2019-04-22 00:43:15 +09:00
|
|
|
"nodemailer": "6.1.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"nprogress": "0.2.0",
|
2018-04-05 21:13:49 +09:00
|
|
|
"object-assign-deep": "0.4.0",
|
2018-07-27 18:42:58 +09:00
|
|
|
"os-utils": "0.0.14",
|
2018-08-14 01:54:58 +09:00
|
|
|
"parse5": "5.1.0",
|
2018-11-21 05:11:00 +09:00
|
|
|
"parsimmon": "1.12.0",
|
2019-05-14 21:17:29 +09:00
|
|
|
"pg": "7.11.0",
|
2018-07-13 23:25:32 +09:00
|
|
|
"portscanner": "2.2.0",
|
2018-11-12 04:09:02 +09:00
|
|
|
"postcss-loader": "3.0.0",
|
2019-04-06 00:48:05 +09:00
|
|
|
"prismjs": "1.16.0",
|
2019-02-04 09:56:48 +09:00
|
|
|
"progress-bar-webpack-plugin": "1.12.1",
|
2019-01-09 15:17:54 +09:00
|
|
|
"promise-any": "0.2.0",
|
2018-10-11 21:14:20 +09:00
|
|
|
"promise-limit": "2.7.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"promise-sequential": "1.1.1",
|
2018-03-21 20:46:57 +09:00
|
|
|
"pug": "2.0.3",
|
2018-06-17 11:23:18 +09:00
|
|
|
"punycode": "2.1.1",
|
2019-04-15 22:58:04 +09:00
|
|
|
"pureimage": "0.1.6",
|
2019-01-27 12:36:47 +09:00
|
|
|
"qrcode": "1.3.3",
|
2019-04-15 20:37:21 +09:00
|
|
|
"random-seed": "0.3.0",
|
2019-03-13 09:19:48 +09:00
|
|
|
"randomcolor": "0.5.4",
|
|
|
|
"ratelimiter": "3.3.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2018-10-19 15:04:46 +09:00
|
|
|
"reconnecting-websocket": "4.1.10",
|
2018-06-17 11:23:18 +09:00
|
|
|
"redis": "2.8.0",
|
2019-04-07 21:50:36 +09:00
|
|
|
"reflect-metadata": "0.1.13",
|
2019-03-18 13:20:49 +09:00
|
|
|
"rename": "1.0.4",
|
2018-08-11 12:21:30 +09:00
|
|
|
"request": "2.88.0",
|
2019-03-13 09:19:48 +09:00
|
|
|
"request-promise-native": "1.0.7",
|
2018-09-15 05:40:58 +09:00
|
|
|
"request-stats": "3.0.0",
|
2019-04-07 21:50:36 +09:00
|
|
|
"require-all": "3.0.0",
|
2019-01-20 18:09:44 +09:00
|
|
|
"rimraf": "2.6.3",
|
2018-06-17 11:23:18 +09:00
|
|
|
"rndstr": "1.0.0",
|
2018-02-02 07:34:51 +09:00
|
|
|
"s-age": "1.1.2",
|
2019-04-29 09:11:57 +09:00
|
|
|
"seedrandom": "3.0.1",
|
2019-04-29 09:28:13 +09:00
|
|
|
"sharp": "0.22.1",
|
2018-11-16 05:49:07 +09:00
|
|
|
"showdown": "1.9.0",
|
2018-07-17 01:11:36 +09:00
|
|
|
"showdown-highlightjs-extension": "0.1.2",
|
2018-06-17 11:23:18 +09:00
|
|
|
"speakeasy": "2.0.0",
|
2018-08-05 19:20:26 +09:00
|
|
|
"stringz": "1.0.0",
|
2018-10-08 22:43:10 +09:00
|
|
|
"style-loader": "0.23.1",
|
2017-11-23 13:25:33 +09:00
|
|
|
"stylus": "0.54.5",
|
2018-03-15 04:58:54 +09:00
|
|
|
"stylus-loader": "3.0.2",
|
2018-08-29 21:27:33 +09:00
|
|
|
"summaly": "2.2.0",
|
2019-04-29 09:28:13 +09:00
|
|
|
"systeminformation": "4.1.6",
|
2017-11-06 19:16:14 +09:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2019-05-21 08:46:35 +09:00
|
|
|
"terser-webpack-plugin": "1.2.4",
|
2018-02-23 02:24:01 +09:00
|
|
|
"textarea-caret": "3.1.0",
|
2018-09-26 20:19:35 +09:00
|
|
|
"tinycolor2": "1.4.1",
|
2019-04-14 17:40:30 +09:00
|
|
|
"tmp": "0.1.0",
|
2019-01-09 05:19:39 +09:00
|
|
|
"ts-loader": "5.3.3",
|
2019-04-07 21:50:36 +09:00
|
|
|
"ts-node": "7.0.1",
|
2019-04-14 17:40:30 +09:00
|
|
|
"tslint": "5.15.0",
|
2019-02-04 07:16:01 +09:00
|
|
|
"tslint-sonarts": "1.9.0",
|
2019-04-07 21:50:36 +09:00
|
|
|
"typeorm": "0.2.16-rc.1",
|
2019-02-24 12:25:12 +09:00
|
|
|
"typescript": "3.3.3333",
|
2019-03-02 14:25:44 +09:00
|
|
|
"typescript-eslint-parser": "22.0.0",
|
2018-02-02 07:34:51 +09:00
|
|
|
"uglify-es": "3.3.9",
|
2019-04-07 21:50:36 +09:00
|
|
|
"ulid": "2.3.0",
|
2018-10-10 21:00:47 +09:00
|
|
|
"url-loader": "1.1.2",
|
2018-06-29 06:34:10 +09:00
|
|
|
"uuid": "3.3.2",
|
2018-12-08 10:40:15 +09:00
|
|
|
"v-animate-css": "0.0.3",
|
2019-03-03 08:23:06 +09:00
|
|
|
"v-debounce": "0.1.2",
|
2019-02-02 13:22:09 +09:00
|
|
|
"video-thumbnail-generator": "1.1.3",
|
2019-04-06 00:48:05 +09:00
|
|
|
"vue": "2.6.10",
|
2018-10-11 02:22:57 +09:00
|
|
|
"vue-color": "2.7.0",
|
2019-04-09 20:49:56 +09:00
|
|
|
"vue-content-loading": "1.6.0",
|
2018-12-26 18:33:08 +09:00
|
|
|
"vue-cropperjs": "3.0.0",
|
2019-05-04 14:47:28 +09:00
|
|
|
"vue-i18n": "8.11.2",
|
|
|
|
"vue-js-modal": "1.3.31",
|
2019-04-06 00:48:05 +09:00
|
|
|
"vue-json-pretty": "1.6.0",
|
2019-03-02 14:25:44 +09:00
|
|
|
"vue-loader": "15.7.0",
|
2019-01-04 05:18:49 +09:00
|
|
|
"vue-marquee-text-component": "1.1.1",
|
2019-01-27 14:34:52 +09:00
|
|
|
"vue-prism-component": "1.1.1",
|
2019-04-22 00:43:15 +09:00
|
|
|
"vue-router": "3.0.6",
|
2018-12-16 11:32:20 +09:00
|
|
|
"vue-sequential-entrance": "1.1.3",
|
2018-08-14 09:04:37 +09:00
|
|
|
"vue-style-loader": "4.1.2",
|
2019-04-06 00:48:05 +09:00
|
|
|
"vue-svg-inline-loader": "1.2.15",
|
|
|
|
"vue-template-compiler": "2.6.10",
|
2019-05-21 08:46:35 +09:00
|
|
|
"vuedraggable": "2.21.0",
|
2018-09-07 20:21:25 +09:00
|
|
|
"vuewordcloud": "18.7.11",
|
2019-05-14 21:17:29 +09:00
|
|
|
"vuex": "3.1.1",
|
2018-07-15 01:42:14 +09:00
|
|
|
"vuex-persistedstate": "2.5.4",
|
2019-05-21 08:46:35 +09:00
|
|
|
"web-push": "3.3.5",
|
|
|
|
"webpack": "4.32.0",
|
2019-05-14 21:17:29 +09:00
|
|
|
"webpack-cli": "3.3.2",
|
2018-09-21 04:30:29 +09:00
|
|
|
"websocket": "1.0.28",
|
2019-05-04 14:47:28 +09:00
|
|
|
"ws": "7.0.0",
|
2018-06-21 02:12:20 +09:00
|
|
|
"xev": "2.0.1"
|
2017-11-06 19:16:14 +09:00
|
|
|
}
|
2018-06-11 11:44:26 +09:00
|
|
|
}
|