zappyzep/package-lock.json

3130 lines
66 KiB
JSON
Raw Normal View History

2018-07-01 03:35:51 +03:00
{
2019-11-02 22:16:43 +02:00
"name": "@zeppelin/zeppelin",
2018-07-01 04:31:24 +03:00
"version": "0.0.1",
2021-06-30 04:56:56 +02:00
"lockfileVersion": 2,
2018-07-01 03:35:51 +03:00
"requires": true,
2021-06-30 04:56:56 +02:00
"packages": {
"": {
"name": "@zeppelin/zeppelin",
"version": "0.0.1",
"devDependencies": {
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
2021-06-30 04:56:56 +02:00
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0",
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"typescript": "~4.9.5"
2021-06-30 04:56:56 +02:00
}
},
"node_modules/@babel/code-frame": {
"version": "7.5.5",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@babel/highlight": "^7.0.0"
}
},
"node_modules/@babel/highlight": {
"version": "7.5.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"chalk": "^2.0.0",
"esutils": "^2.0.2",
"js-tokens": "^4.0.0"
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.3",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@nodelib/fs.stat": "2.0.3",
"run-parallel": "^1.1.9"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.3",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.4",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@nodelib/fs.scandir": "2.1.3",
"fastq": "^1.6.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@samverschueren/stream-to-observable": {
"version": "0.3.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"any-observable": "^0.3.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@types/events": {
"version": "3.0.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/@types/glob": {
"version": "7.1.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@types/events": "*",
"@types/minimatch": "*",
"@types/node": "*"
}
},
"node_modules/@types/minimatch": {
"version": "3.0.3",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/@types/node": {
"version": "12.12.5",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/@types/normalize-package-data": {
"version": "2.4.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/aggregate-error": {
"version": "3.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"clean-stack": "^2.0.0",
"indent-string": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/ansi-escapes": {
"version": "3.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/ansi-regex": {
"version": "2.1.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ansi-styles": {
"version": "3.2.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/any-observable": {
"version": "0.3.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/argparse": {
"version": "1.0.10",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"sprintf-js": "~1.0.2"
}
},
"node_modules/array-union": {
"version": "2.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/balanced-match": {
"version": "1.0.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/braces": {
"version": "3.0.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"fill-range": "^7.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/builtin-modules": {
"version": "1.1.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/caller-callsite": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"callsites": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/caller-path": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"caller-callsite": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/callsites": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/chalk": {
"version": "2.4.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/ci-info": {
"version": "2.0.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/clean-stack": {
"version": "2.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/cli-cursor": {
"version": "2.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"restore-cursor": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/cli-truncate": {
"version": "0.2.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"slice-ansi": "0.0.4",
"string-width": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/code-point-at": {
"version": "1.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/color-convert": {
"version": "1.9.3",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"color-name": "1.1.3"
}
},
"node_modules/color-name": {
"version": "1.1.3",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/commander": {
"version": "2.20.3",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/concat-map": {
"version": "0.0.1",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/cosmiconfig": {
"version": "5.2.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"import-fresh": "^2.0.0",
"is-directory": "^0.3.1",
"js-yaml": "^3.13.1",
"parse-json": "^4.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/cross-spawn": {
"version": "6.0.5",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"nice-try": "^1.0.4",
"path-key": "^2.0.1",
"semver": "^5.5.0",
"shebang-command": "^1.2.0",
"which": "^1.2.9"
},
"engines": {
"node": ">=4.8"
}
},
"node_modules/date-fns": {
"version": "1.30.1",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/debug": {
"version": "4.1.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/dedent": {
"version": "0.7.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/del": {
"version": "5.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"globby": "^10.0.1",
"graceful-fs": "^4.2.2",
"is-glob": "^4.0.1",
"is-path-cwd": "^2.2.0",
"is-path-inside": "^3.0.1",
"p-map": "^3.0.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/diff": {
"version": "4.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "BSD-3-Clause",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.3.1"
}
},
"node_modules/dir-glob": {
"version": "3.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"path-type": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/elegant-spinner": {
"version": "1.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/end-of-stream": {
"version": "1.4.4",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"once": "^1.4.0"
}
},
"node_modules/error-ex": {
"version": "1.3.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"is-arrayish": "^0.2.1"
}
},
"node_modules/escape-string-regexp": {
"version": "1.0.5",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/esprima": {
"version": "4.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "BSD-2-Clause",
2021-06-30 04:56:56 +02:00
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/esutils": {
"version": "2.0.3",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "BSD-2-Clause",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/execa": {
"version": "1.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"cross-spawn": "^6.0.0",
"get-stream": "^4.0.0",
"is-stream": "^1.1.0",
"npm-run-path": "^2.0.0",
"p-finally": "^1.0.0",
"signal-exit": "^3.0.0",
"strip-eof": "^1.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/fast-glob": {
"version": "3.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.0",
"merge2": "^1.3.0",
"micromatch": "^4.0.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/fastq": {
"version": "1.6.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"reusify": "^1.0.0"
}
},
"node_modules/figures": {
"version": "1.7.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"escape-string-regexp": "^1.0.5",
"object-assign": "^4.1.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/fill-range": {
"version": "7.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/find-up": {
"version": "4.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/fs.realpath": {
"version": "1.0.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "ISC"
2021-06-30 04:56:56 +02:00
},
"node_modules/get-own-enumerable-property-symbols": {
"version": "3.0.1",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "ISC"
2021-06-30 04:56:56 +02:00
},
"node_modules/get-stdin": {
"version": "7.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/get-stream": {
"version": "4.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"pump": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/glob": {
"version": "7.1.5",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
}
},
"node_modules/glob-parent": {
"version": "5.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/globby": {
"version": "10.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@types/glob": "^7.1.1",
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.0.3",
"glob": "^7.1.3",
"ignore": "^5.1.1",
"merge2": "^1.2.3",
"slash": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/graceful-fs": {
"version": "4.2.3",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "ISC"
2021-06-30 04:56:56 +02:00
},
"node_modules/has-ansi": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"ansi-regex": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/has-flag": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/hosted-git-info": {
"version": "2.8.5",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "ISC"
2021-06-30 04:56:56 +02:00
},
"node_modules/husky": {
"version": "3.0.9",
"dev": true,
"hasInstallScript": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"chalk": "^2.4.2",
"ci-info": "^2.0.0",
"cosmiconfig": "^5.2.1",
"execa": "^1.0.0",
"get-stdin": "^7.0.0",
"opencollective-postinstall": "^2.0.2",
"pkg-dir": "^4.2.0",
"please-upgrade-node": "^3.2.0",
"read-pkg": "^5.2.0",
"run-node": "^1.0.0",
"slash": "^3.0.0"
},
"bin": {
"husky-run": "run.js",
"husky-upgrade": "lib/upgrader/bin.js"
},
"engines": {
"node": ">=8.6.0"
}
},
"node_modules/ignore": {
"version": "5.1.4",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">= 4"
}
},
"node_modules/import-fresh": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"caller-path": "^2.0.0",
"resolve-from": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/indent-string": {
"version": "4.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/inflight": {
"version": "1.0.6",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"node_modules/inherits": {
"version": "2.0.4",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "ISC"
2021-06-30 04:56:56 +02:00
},
"node_modules/is-arrayish": {
"version": "0.2.1",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/is-directory": {
"version": "0.3.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-fullwidth-code-point": {
"version": "1.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"number-is-nan": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-glob": {
"version": "4.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-number": {
"version": "7.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/is-obj": {
"version": "1.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-observable": {
"version": "1.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"symbol-observable": "^1.1.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/is-path-cwd": {
"version": "2.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/is-path-inside": {
"version": "3.0.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-promise": {
"version": "2.1.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/is-regexp": {
"version": "1.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-stream": {
"version": "1.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/isexe": {
"version": "2.0.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "ISC"
2021-06-30 04:56:56 +02:00
},
"node_modules/js-tokens": {
"version": "4.0.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/js-yaml": {
"version": "3.13.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"argparse": "^1.0.7",
"esprima": "^4.0.0"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/json-parse-better-errors": {
"version": "1.0.2",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/lines-and-columns": {
"version": "1.1.6",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/lint-staged": {
"version": "9.4.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"cosmiconfig": "^5.2.1",
"debug": "^4.1.1",
"dedent": "^0.7.0",
"del": "^5.0.0",
"execa": "^2.0.3",
"listr": "^0.14.3",
"log-symbols": "^3.0.0",
"micromatch": "^4.0.2",
"normalize-path": "^3.0.0",
"please-upgrade-node": "^3.1.1",
"string-argv": "^0.3.0",
"stringify-object": "^3.3.0"
},
"bin": {
"lint-staged": "bin/lint-staged"
}
},
"node_modules/lint-staged/node_modules/cross-spawn": {
"version": "7.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/lint-staged/node_modules/execa": {
"version": "2.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"cross-spawn": "^7.0.0",
"get-stream": "^5.0.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^3.0.0",
"onetime": "^5.1.0",
"p-finally": "^2.0.0",
"signal-exit": "^3.0.2",
"strip-final-newline": "^2.0.0"
},
"engines": {
"node": "^8.12.0 || >=9.7.0"
}
},
"node_modules/lint-staged/node_modules/get-stream": {
"version": "5.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"pump": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/lint-staged/node_modules/is-stream": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/lint-staged/node_modules/npm-run-path": {
"version": "3.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"path-key": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/lint-staged/node_modules/p-finally": {
"version": "2.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/lint-staged/node_modules/path-key": {
"version": "3.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/lint-staged/node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/lint-staged/node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/lint-staged/node_modules/which": {
"version": "2.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"which": "bin/which"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/listr": {
"version": "0.14.3",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@samverschueren/stream-to-observable": "^0.3.0",
"is-observable": "^1.1.0",
"is-promise": "^2.1.0",
"is-stream": "^1.1.0",
"listr-silent-renderer": "^1.1.1",
"listr-update-renderer": "^0.5.0",
"listr-verbose-renderer": "^0.5.0",
"p-map": "^2.0.0",
"rxjs": "^6.3.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/listr-silent-renderer": {
"version": "1.1.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer": {
"version": "0.5.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"chalk": "^1.1.3",
"cli-truncate": "^0.2.1",
"elegant-spinner": "^1.0.1",
"figures": "^1.7.0",
"indent-string": "^3.0.0",
"log-symbols": "^1.0.2",
"log-update": "^2.3.0",
"strip-ansi": "^3.0.1"
},
"engines": {
"node": ">=6"
},
"peerDependencies": {
"listr": "^0.14.2"
}
},
"node_modules/listr-update-renderer/node_modules/ansi-styles": {
"version": "2.2.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/chalk": {
"version": "1.1.3",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/indent-string": {
"version": "3.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/log-symbols": {
"version": "1.0.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"chalk": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/supports-color": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/listr-verbose-renderer": {
"version": "0.5.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"chalk": "^2.4.1",
"cli-cursor": "^2.1.0",
"date-fns": "^1.27.2",
"figures": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/figures": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr/node_modules/p-map": {
"version": "2.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/locate-path": {
"version": "5.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"p-locate": "^4.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/log-symbols": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"chalk": "^2.4.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/log-update": {
"version": "2.3.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"ansi-escapes": "^3.0.0",
"cli-cursor": "^2.0.0",
"wrap-ansi": "^3.0.1"
},
"engines": {
"node": ">=4"
}
},
"node_modules/merge-stream": {
"version": "2.0.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/merge2": {
"version": "1.3.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">= 6"
}
},
"node_modules/micromatch": {
"version": "4.0.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"braces": "^3.0.1",
"picomatch": "^2.0.5"
},
"engines": {
"node": ">=8"
}
},
"node_modules/mimic-fn": {
"version": "2.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/minimatch": {
"version": "3.0.4",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/mkdirp": {
"version": "0.5.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"minimist": "0.0.8"
},
"bin": {
"mkdirp": "bin/cmd.js"
}
},
"node_modules/mkdirp/node_modules/minimist": {
"version": "0.0.8",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/ms": {
"version": "2.1.2",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/nice-try": {
"version": "1.0.5",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/normalize-package-data": {
"version": "2.5.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "BSD-2-Clause",
2021-06-30 04:56:56 +02:00
"dependencies": {
"hosted-git-info": "^2.1.4",
"resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
}
},
"node_modules/normalize-path": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/npm-run-path": {
"version": "2.0.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"path-key": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/number-is-nan": {
"version": "1.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/once": {
"version": "1.4.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"wrappy": "1"
}
},
"node_modules/onetime": {
"version": "5.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"mimic-fn": "^2.1.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/opencollective-postinstall": {
"version": "2.0.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"bin": {
"opencollective-postinstall": "index.js"
}
},
"node_modules/p-finally": {
"version": "1.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/p-limit": {
"version": "2.2.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"p-try": "^2.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/p-locate": {
"version": "4.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"p-limit": "^2.2.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/p-map": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"aggregate-error": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/p-try": {
"version": "2.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/parse-json": {
"version": "4.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"error-ex": "^1.3.1",
"json-parse-better-errors": "^1.0.1"
},
"engines": {
"node": ">=4"
}
},
"node_modules/path-exists": {
"version": "4.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-key": {
"version": "2.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/path-parse": {
"version": "1.0.6",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/path-type": {
"version": "4.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/picomatch": {
"version": "2.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8.6"
}
},
"node_modules/pkg-dir": {
"version": "4.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"find-up": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/please-upgrade-node": {
"version": "3.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"semver-compare": "^1.0.0"
}
},
"node_modules/prettier": {
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"version": "2.8.4",
2021-06-30 04:56:56 +02:00
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
2021-09-11 19:01:55 +03:00
"node": ">=10.13.0"
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-plugin-organize-imports": {
"version": "3.2.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"peerDependencies": {
"@volar/vue-language-plugin-pug": "^1.0.4",
"@volar/vue-typescript": "^1.0.4",
"prettier": ">=2.0",
"typescript": ">=2.9"
},
"peerDependenciesMeta": {
"@volar/vue-language-plugin-pug": {
"optional": true
},
"@volar/vue-typescript": {
"optional": true
}
2021-06-30 04:56:56 +02:00
}
},
"node_modules/pump": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
"node_modules/read-pkg": {
"version": "5.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@types/normalize-package-data": "^2.4.0",
"normalize-package-data": "^2.5.0",
"parse-json": "^5.0.0",
"type-fest": "^0.6.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/read-pkg/node_modules/parse-json": {
"version": "5.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
"json-parse-better-errors": "^1.0.1",
"lines-and-columns": "^1.1.6"
},
"engines": {
"node": ">=8"
}
},
"node_modules/resolve": {
"version": "1.12.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"path-parse": "^1.0.6"
}
},
"node_modules/resolve-from": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/restore-cursor": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"onetime": "^2.0.0",
"signal-exit": "^3.0.2"
},
"engines": {
"node": ">=4"
}
},
"node_modules/restore-cursor/node_modules/mimic-fn": {
"version": "1.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/restore-cursor/node_modules/onetime": {
"version": "2.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"mimic-fn": "^1.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/reusify": {
"version": "1.0.4",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
},
"node_modules/rimraf": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
}
},
"node_modules/run-node": {
"version": "1.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"bin": {
"run-node": "run-node"
},
"engines": {
"node": ">=4"
}
},
"node_modules/run-parallel": {
"version": "1.1.9",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/rxjs": {
"version": "6.5.3",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "Apache-2.0",
2021-06-30 04:56:56 +02:00
"dependencies": {
"tslib": "^1.9.0"
},
"engines": {
"npm": ">=2.0.0"
}
},
"node_modules/semver": {
"version": "5.7.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"bin": {
"semver": "bin/semver"
}
},
"node_modules/semver-compare": {
"version": "1.0.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "MIT"
2021-06-30 04:56:56 +02:00
},
"node_modules/shebang-command": {
"version": "1.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"shebang-regex": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/shebang-regex": {
"version": "1.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/signal-exit": {
"version": "3.0.2",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "ISC"
2021-06-30 04:56:56 +02:00
},
"node_modules/slash": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/slice-ansi": {
"version": "0.0.4",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/spdx-correct": {
"version": "3.1.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "Apache-2.0",
2021-06-30 04:56:56 +02:00
"dependencies": {
"spdx-expression-parse": "^3.0.0",
"spdx-license-ids": "^3.0.0"
}
},
"node_modules/spdx-exceptions": {
"version": "2.2.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "CC-BY-3.0"
2021-06-30 04:56:56 +02:00
},
"node_modules/spdx-expression-parse": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
}
},
"node_modules/spdx-license-ids": {
"version": "3.0.5",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "CC0-1.0"
2021-06-30 04:56:56 +02:00
},
"node_modules/sprintf-js": {
"version": "1.0.3",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "BSD-3-Clause"
2021-06-30 04:56:56 +02:00
},
"node_modules/string-argv": {
"version": "0.3.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.6.19"
}
},
"node_modules/string-width": {
"version": "1.0.2",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/stringify-object": {
"version": "3.3.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "BSD-2-Clause",
2021-06-30 04:56:56 +02:00
"dependencies": {
"get-own-enumerable-property-symbols": "^3.0.0",
"is-obj": "^1.0.1",
"is-regexp": "^1.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/strip-ansi": {
"version": "3.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"ansi-regex": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/strip-eof": {
"version": "1.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/strip-final-newline": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/supports-color": {
"version": "5.5.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/symbol-observable": {
"version": "1.2.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
"node_modules/tslib": {
"version": "1.10.0",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "Apache-2.0"
2021-06-30 04:56:56 +02:00
},
"node_modules/tslint": {
"version": "5.20.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "Apache-2.0",
2021-06-30 04:56:56 +02:00
"dependencies": {
"@babel/code-frame": "^7.0.0",
"builtin-modules": "^1.1.1",
"chalk": "^2.3.0",
"commander": "^2.12.1",
"diff": "^4.0.1",
"glob": "^7.1.1",
"js-yaml": "^3.13.1",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"resolve": "^1.3.2",
"semver": "^5.3.0",
"tslib": "^1.8.0",
"tsutils": "^2.29.0"
},
"bin": {
"tslint": "bin/tslint"
},
"engines": {
"node": ">=4.8.0"
},
"peerDependencies": {
"typescript": ">=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev"
}
},
"node_modules/tslint-config-prettier": {
"version": "1.18.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"bin": {
"tslint-config-prettier-check": "bin/check.js"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/tsutils": {
"version": "2.29.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"tslib": "^1.8.1"
},
"peerDependencies": {
"typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev"
}
},
"node_modules/type-fest": {
"version": "0.6.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "(MIT OR CC0-1.0)",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/typescript": {
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"version": "4.9.5",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "Apache-2.0",
2021-06-30 04:56:56 +02:00
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"node_modules/validate-npm-package-license": {
"version": "3.0.4",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "Apache-2.0",
2021-06-30 04:56:56 +02:00
"dependencies": {
"spdx-correct": "^3.0.0",
"spdx-expression-parse": "^3.0.0"
}
},
"node_modules/which": {
"version": "1.3.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "ISC",
2021-06-30 04:56:56 +02:00
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"which": "bin/which"
}
},
"node_modules/wrap-ansi": {
"version": "3.0.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/wrap-ansi/node_modules/ansi-regex": {
"version": "3.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
"version": "2.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/wrap-ansi/node_modules/string-width": {
"version": "2.1.1",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"is-fullwidth-code-point": "^2.0.0",
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/wrap-ansi/node_modules/strip-ansi": {
"version": "4.0.0",
"dev": true,
2023-04-01 20:31:44 +03:00
"license": "MIT",
2021-06-30 04:56:56 +02:00
"dependencies": {
"ansi-regex": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/wrappy": {
"version": "1.0.2",
2023-04-01 20:31:44 +03:00
"dev": true,
"license": "ISC"
2021-06-30 04:56:56 +02:00
}
},
2018-07-01 03:35:51 +03:00
"dependencies": {
2019-03-16 15:40:48 +02:00
"@babel/code-frame": {
"version": "7.5.5",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
2019-03-16 15:40:48 +02:00
"@babel/highlight": "^7.0.0"
2018-07-01 03:35:51 +03:00
}
},
"@babel/highlight": {
"version": "7.5.0",
2019-07-21 21:16:11 +03:00
"dev": true,
"requires": {
"chalk": "^2.0.0",
"esutils": "^2.0.2",
"js-tokens": "^4.0.0"
}
},
2019-11-02 22:16:43 +02:00
"@nodelib/fs.scandir": {
"version": "2.1.3",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"@nodelib/fs.stat": "2.0.3",
"run-parallel": "^1.1.9"
}
},
"@nodelib/fs.stat": {
"version": "2.0.3",
"dev": true
},
"@nodelib/fs.walk": {
"version": "1.2.4",
"dev": true,
"requires": {
"@nodelib/fs.scandir": "2.1.3",
"fastq": "^1.6.0"
}
},
"@samverschueren/stream-to-observable": {
"version": "0.3.0",
"dev": true,
"requires": {
"any-observable": "^0.3.0"
}
},
2019-11-02 22:16:43 +02:00
"@types/events": {
"version": "3.0.0",
"dev": true
},
"@types/glob": {
"version": "7.1.1",
"dev": true,
"requires": {
"@types/events": "*",
"@types/minimatch": "*",
"@types/node": "*"
}
},
"@types/minimatch": {
"version": "3.0.3",
"dev": true
},
"@types/node": {
"version": "12.12.5",
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"dev": true
2019-11-02 22:16:43 +02:00
},
"@types/normalize-package-data": {
"version": "2.4.0",
"dev": true
},
"aggregate-error": {
"version": "3.0.1",
"dev": true,
"requires": {
"clean-stack": "^2.0.0",
"indent-string": "^4.0.0"
}
},
"ansi-escapes": {
"version": "3.2.0",
"dev": true
},
"ansi-regex": {
"version": "2.1.1",
"dev": true
},
"ansi-styles": {
"version": "3.2.1",
"dev": true,
"requires": {
"color-convert": "^1.9.0"
}
},
"any-observable": {
"version": "0.3.0",
"dev": true
},
"argparse": {
"version": "1.0.10",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"sprintf-js": "~1.0.2"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"array-union": {
2019-11-02 22:16:43 +02:00
"version": "2.1.0",
"dev": true
},
"balanced-match": {
"version": "1.0.0",
"dev": true
},
"brace-expansion": {
"version": "1.1.11",
"dev": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"braces": {
2019-11-02 22:16:43 +02:00
"version": "3.0.2",
"dev": true,
"requires": {
"fill-range": "^7.0.1"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"builtin-modules": {
"version": "1.1.1",
"dev": true
},
"caller-callsite": {
"version": "2.0.0",
2019-03-16 15:40:48 +02:00
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"callsites": "^2.0.0"
2018-07-01 03:35:51 +03:00
}
},
"caller-path": {
"version": "2.0.0",
"dev": true,
2019-03-16 15:40:48 +02:00
"requires": {
"caller-callsite": "^2.0.0"
2019-03-16 15:40:48 +02:00
}
},
"callsites": {
"version": "2.0.0",
"dev": true
},
"chalk": {
"version": "2.4.2",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
2019-03-16 15:40:48 +02:00
}
},
"ci-info": {
"version": "2.0.0",
"dev": true
},
2019-11-02 22:16:43 +02:00
"clean-stack": {
"version": "2.2.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
"cli-cursor": {
"version": "2.1.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"restore-cursor": "^2.0.0"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"cli-truncate": {
"version": "0.2.1",
2019-03-16 15:40:48 +02:00
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"slice-ansi": "0.0.4",
"string-width": "^1.0.1"
}
},
"code-point-at": {
"version": "1.1.0",
"dev": true
},
"color-convert": {
"version": "1.9.3",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"color-name": "1.1.3"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"color-name": {
"version": "1.1.3",
"dev": true
2018-07-01 03:35:51 +03:00
},
"commander": {
"version": "2.20.3",
"dev": true
},
"concat-map": {
"version": "0.0.1",
"dev": true
},
"cosmiconfig": {
"version": "5.2.1",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"import-fresh": "^2.0.0",
"is-directory": "^0.3.1",
"js-yaml": "^3.13.1",
"parse-json": "^4.0.0"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"cross-spawn": {
"version": "6.0.5",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"nice-try": "^1.0.4",
"path-key": "^2.0.1",
"semver": "^5.5.0",
"shebang-command": "^1.2.0",
"which": "^1.2.9"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"date-fns": {
"version": "1.30.1",
"dev": true
},
"debug": {
2019-11-02 22:16:43 +02:00
"version": "4.1.1",
"dev": true,
"requires": {
"ms": "^2.1.1"
}
},
"dedent": {
"version": "0.7.0",
"dev": true
},
"del": {
2019-11-02 22:16:43 +02:00
"version": "5.1.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"globby": "^10.0.1",
"graceful-fs": "^4.2.2",
"is-glob": "^4.0.1",
"is-path-cwd": "^2.2.0",
"is-path-inside": "^3.0.1",
"p-map": "^3.0.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"diff": {
"version": "4.0.1",
"dev": true
},
2019-11-02 22:16:43 +02:00
"dir-glob": {
"version": "3.0.1",
"dev": true,
"requires": {
"path-type": "^4.0.0"
}
},
"elegant-spinner": {
"version": "1.0.1",
"dev": true
},
"end-of-stream": {
"version": "1.4.4",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"once": "^1.4.0"
2019-03-16 15:40:48 +02:00
}
},
"error-ex": {
"version": "1.3.2",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"is-arrayish": "^0.2.1"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"escape-string-regexp": {
"version": "1.0.5",
"dev": true
},
"esprima": {
"version": "4.0.1",
"dev": true
},
"esutils": {
"version": "2.0.3",
"dev": true
},
"execa": {
"version": "1.0.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"cross-spawn": "^6.0.0",
"get-stream": "^4.0.0",
"is-stream": "^1.1.0",
"npm-run-path": "^2.0.0",
"p-finally": "^1.0.0",
"signal-exit": "^3.0.0",
"strip-eof": "^1.0.0"
}
},
2019-11-02 22:16:43 +02:00
"fast-glob": {
"version": "3.1.0",
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.0",
"merge2": "^1.3.0",
"micromatch": "^4.0.2"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
2019-11-02 22:16:43 +02:00
"fastq": {
"version": "1.6.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
2019-11-02 22:16:43 +02:00
"reusify": "^1.0.0"
2019-07-21 21:16:11 +03:00
}
},
"figures": {
"version": "1.7.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"escape-string-regexp": "^1.0.5",
"object-assign": "^4.1.0"
2019-03-16 15:40:48 +02:00
}
},
"fill-range": {
2019-11-02 22:16:43 +02:00
"version": "7.0.1",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"to-regex-range": "^5.0.1"
2019-03-16 15:40:48 +02:00
}
},
"find-up": {
2019-11-02 22:16:43 +02:00
"version": "4.1.0",
2019-07-21 21:16:11 +03:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
2019-07-21 21:16:11 +03:00
}
},
"fs.realpath": {
"version": "1.0.0",
"dev": true
},
"get-own-enumerable-property-symbols": {
"version": "3.0.1",
"dev": true
2018-07-01 03:35:51 +03:00
},
"get-stdin": {
2019-11-02 22:16:43 +02:00
"version": "7.0.0",
"dev": true
},
"get-stream": {
"version": "4.1.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"pump": "^3.0.0"
2019-03-16 15:40:48 +02:00
}
},
"glob": {
"version": "7.1.5",
"dev": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
2019-11-02 22:16:43 +02:00
"glob-parent": {
"version": "5.1.0",
"dev": true,
"requires": {
"is-glob": "^4.0.1"
}
},
"globby": {
2019-11-02 22:16:43 +02:00
"version": "10.0.1",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"@types/glob": "^7.1.1",
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.0.3",
"glob": "^7.1.3",
"ignore": "^5.1.1",
"merge2": "^1.2.3",
"slash": "^3.0.0"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
2019-11-02 22:16:43 +02:00
"graceful-fs": {
"version": "4.2.3",
"dev": true
},
"has-ansi": {
"version": "2.0.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"ansi-regex": "^2.0.0"
2019-03-16 15:40:48 +02:00
}
},
"has-flag": {
"version": "3.0.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
"hosted-git-info": {
"version": "2.8.5",
"dev": true
2018-07-01 03:35:51 +03:00
},
"husky": {
2019-11-02 22:16:43 +02:00
"version": "3.0.9",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"chalk": "^2.4.2",
"ci-info": "^2.0.0",
"cosmiconfig": "^5.2.1",
"execa": "^1.0.0",
2019-11-02 22:16:43 +02:00
"get-stdin": "^7.0.0",
"opencollective-postinstall": "^2.0.2",
"pkg-dir": "^4.2.0",
"please-upgrade-node": "^3.2.0",
"read-pkg": "^5.2.0",
"run-node": "^1.0.0",
2019-11-02 22:16:43 +02:00
"slash": "^3.0.0"
}
},
2019-11-02 22:16:43 +02:00
"ignore": {
"version": "5.1.4",
"dev": true
},
"import-fresh": {
"version": "2.0.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"caller-path": "^2.0.0",
"resolve-from": "^3.0.0"
2019-03-16 15:40:48 +02:00
}
2018-07-01 03:35:51 +03:00
},
"indent-string": {
2019-11-02 22:16:43 +02:00
"version": "4.0.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
"inflight": {
"version": "1.0.6",
2019-03-16 15:40:48 +02:00
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"once": "^1.3.0",
"wrappy": "1"
2018-07-01 03:35:51 +03:00
}
},
"inherits": {
"version": "2.0.4",
"dev": true
2019-07-21 21:16:11 +03:00
},
"is-arrayish": {
"version": "0.2.1",
"dev": true
2018-07-01 03:35:51 +03:00
},
"is-directory": {
"version": "0.3.1",
"dev": true
2018-07-01 03:35:51 +03:00
},
"is-extglob": {
"version": "2.1.1",
"dev": true
2019-07-21 21:16:11 +03:00
},
"is-fullwidth-code-point": {
"version": "1.0.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"number-is-nan": "^1.0.0"
2018-07-01 03:35:51 +03:00
}
},
"is-glob": {
"version": "4.0.1",
"dev": true,
"requires": {
"is-extglob": "^2.1.1"
}
},
"is-number": {
2019-11-02 22:16:43 +02:00
"version": "7.0.0",
"dev": true
2018-12-14 06:47:58 +02:00
},
"is-obj": {
"version": "1.0.1",
"dev": true
2018-07-01 03:35:51 +03:00
},
"is-observable": {
"version": "1.1.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"symbol-observable": "^1.1.0"
2019-03-16 15:40:48 +02:00
}
},
"is-path-cwd": {
2019-11-02 22:16:43 +02:00
"version": "2.2.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
"is-path-inside": {
2019-11-02 22:16:43 +02:00
"version": "3.0.2",
"dev": true
2019-03-16 15:40:48 +02:00
},
"is-promise": {
"version": "2.1.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
"is-regexp": {
"version": "1.0.0",
"dev": true
},
"is-stream": {
"version": "1.1.0",
"dev": true
},
"isexe": {
"version": "2.0.0",
"dev": true
},
"js-tokens": {
"version": "4.0.0",
"dev": true
},
"js-yaml": {
"version": "3.13.1",
"dev": true,
"requires": {
"argparse": "^1.0.7",
"esprima": "^4.0.0"
}
},
"json-parse-better-errors": {
"version": "1.0.2",
"dev": true
},
2019-11-02 22:16:43 +02:00
"lines-and-columns": {
"version": "1.1.6",
"dev": true
},
"lint-staged": {
2019-11-02 22:16:43 +02:00
"version": "9.4.2",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"chalk": "^2.4.2",
"commander": "^2.20.0",
"cosmiconfig": "^5.2.1",
"debug": "^4.1.1",
"dedent": "^0.7.0",
2019-11-02 22:16:43 +02:00
"del": "^5.0.0",
"execa": "^2.0.3",
"listr": "^0.14.3",
"log-symbols": "^3.0.0",
"micromatch": "^4.0.2",
"normalize-path": "^3.0.0",
"please-upgrade-node": "^3.1.1",
"string-argv": "^0.3.0",
"stringify-object": "^3.3.0"
},
"dependencies": {
"cross-spawn": {
"version": "7.0.1",
"dev": true,
"requires": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
}
},
"execa": {
"version": "2.1.0",
"dev": true,
"requires": {
"cross-spawn": "^7.0.0",
"get-stream": "^5.0.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^3.0.0",
"onetime": "^5.1.0",
"p-finally": "^2.0.0",
"signal-exit": "^3.0.2",
"strip-final-newline": "^2.0.0"
}
},
"get-stream": {
"version": "5.1.0",
"dev": true,
"requires": {
"pump": "^3.0.0"
}
},
"is-stream": {
"version": "2.0.0",
"dev": true
},
"npm-run-path": {
"version": "3.1.0",
"dev": true,
"requires": {
"path-key": "^3.0.0"
}
},
"p-finally": {
"version": "2.0.1",
"dev": true
},
"path-key": {
"version": "3.1.0",
"dev": true
},
"shebang-command": {
"version": "2.0.0",
"dev": true,
"requires": {
"shebang-regex": "^3.0.0"
}
},
"shebang-regex": {
"version": "3.0.0",
"dev": true
},
"which": {
"version": "2.0.1",
"dev": true,
"requires": {
"isexe": "^2.0.0"
}
}
2019-03-16 15:40:48 +02:00
}
},
"listr": {
"version": "0.14.3",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"@samverschueren/stream-to-observable": "^0.3.0",
"is-observable": "^1.1.0",
"is-promise": "^2.1.0",
"is-stream": "^1.1.0",
"listr-silent-renderer": "^1.1.1",
"listr-update-renderer": "^0.5.0",
"listr-verbose-renderer": "^0.5.0",
"p-map": "^2.0.0",
"rxjs": "^6.3.3"
2019-03-16 15:40:48 +02:00
},
"dependencies": {
"p-map": {
"version": "2.1.0",
2019-03-16 15:40:48 +02:00
"dev": true
}
}
2018-07-01 03:35:51 +03:00
},
"listr-silent-renderer": {
"version": "1.1.1",
"dev": true
2019-03-16 15:40:48 +02:00
},
"listr-update-renderer": {
"version": "0.5.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"chalk": "^1.1.3",
"cli-truncate": "^0.2.1",
"elegant-spinner": "^1.0.1",
"figures": "^1.7.0",
"indent-string": "^3.0.0",
"log-symbols": "^1.0.2",
"log-update": "^2.3.0",
"strip-ansi": "^3.0.1"
2018-07-01 03:35:51 +03:00
},
"dependencies": {
"ansi-styles": {
"version": "2.2.1",
2019-03-16 15:40:48 +02:00
"dev": true
},
"chalk": {
"version": "1.1.3",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
2018-07-01 03:35:51 +03:00
}
},
2019-11-02 22:16:43 +02:00
"indent-string": {
"version": "3.2.0",
"dev": true
},
"log-symbols": {
"version": "1.0.2",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"chalk": "^1.0.0"
2018-07-01 03:35:51 +03:00
}
2019-05-03 08:05:08 +03:00
},
"supports-color": {
"version": "2.0.0",
"dev": true
2018-07-01 03:35:51 +03:00
}
}
},
"listr-verbose-renderer": {
"version": "0.5.0",
"dev": true,
"requires": {
"chalk": "^2.4.1",
"cli-cursor": "^2.1.0",
"date-fns": "^1.27.2",
"figures": "^2.0.0"
2019-05-03 08:05:08 +03:00
},
"dependencies": {
"figures": {
"version": "2.0.0",
2019-05-03 08:05:08 +03:00
"dev": true,
"requires": {
"escape-string-regexp": "^1.0.5"
2019-05-03 08:05:08 +03:00
}
2019-03-16 15:40:48 +02:00
}
}
},
"locate-path": {
2019-11-02 22:16:43 +02:00
"version": "5.0.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
2019-11-02 22:16:43 +02:00
"p-locate": "^4.1.0"
2019-05-26 00:13:42 +03:00
}
},
"log-symbols": {
2019-11-02 22:16:43 +02:00
"version": "3.0.0",
2019-05-26 00:13:42 +03:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"chalk": "^2.4.2"
2019-05-26 00:13:42 +03:00
}
},
"log-update": {
"version": "2.3.0",
2019-05-26 00:13:42 +03:00
"dev": true,
"requires": {
"ansi-escapes": "^3.0.0",
"cli-cursor": "^2.0.0",
"wrap-ansi": "^3.0.1"
2019-05-26 00:13:42 +03:00
}
},
2019-11-02 22:16:43 +02:00
"merge-stream": {
"version": "2.0.0",
2019-05-26 00:13:42 +03:00
"dev": true
},
2019-11-02 22:16:43 +02:00
"merge2": {
"version": "1.3.0",
"dev": true
2019-05-26 00:13:42 +03:00
},
2019-11-02 22:16:43 +02:00
"micromatch": {
"version": "4.0.2",
2019-05-26 00:13:42 +03:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"braces": "^3.0.1",
"picomatch": "^2.0.5"
2019-05-26 00:13:42 +03:00
}
},
"mimic-fn": {
2019-11-02 22:16:43 +02:00
"version": "2.1.0",
"dev": true
},
"minimatch": {
"version": "3.0.4",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"
}
2018-07-01 03:35:51 +03:00
},
"mkdirp": {
"version": "0.5.1",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"minimist": "0.0.8"
},
"dependencies": {
"minimist": {
"version": "0.0.8",
"dev": true
}
2019-03-16 15:40:48 +02:00
}
},
"ms": {
"version": "2.1.2",
"dev": true
},
"nice-try": {
"version": "1.0.5",
2019-03-16 15:40:48 +02:00
"dev": true
},
"normalize-package-data": {
"version": "2.5.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"hosted-git-info": "^2.1.4",
"resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
}
},
2019-11-02 22:16:43 +02:00
"normalize-path": {
"version": "3.0.0",
"dev": true
},
"npm-run-path": {
"version": "2.0.2",
"dev": true,
2019-05-26 00:13:42 +03:00
"requires": {
"path-key": "^2.0.0"
2019-05-26 00:13:42 +03:00
}
},
"number-is-nan": {
"version": "1.0.1",
2019-03-16 15:40:48 +02:00
"dev": true
},
"object-assign": {
"version": "4.1.1",
"dev": true
2019-03-16 15:40:48 +02:00
},
"once": {
"version": "1.4.0",
"dev": true,
"requires": {
"wrappy": "1"
}
},
"onetime": {
2019-11-02 22:16:43 +02:00
"version": "5.1.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
2019-11-02 22:16:43 +02:00
"mimic-fn": "^2.1.0"
2018-07-01 03:35:51 +03:00
}
},
2019-11-02 22:16:43 +02:00
"opencollective-postinstall": {
"version": "2.0.2",
"dev": true
},
"p-finally": {
"version": "1.0.0",
"dev": true
},
"p-limit": {
"version": "2.2.1",
"dev": true,
"requires": {
"p-try": "^2.0.0"
}
},
"p-locate": {
2019-11-02 22:16:43 +02:00
"version": "4.1.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"p-limit": "^2.2.0"
2019-03-16 15:40:48 +02:00
}
},
"p-map": {
2019-11-02 22:16:43 +02:00
"version": "3.0.0",
"dev": true,
"requires": {
"aggregate-error": "^3.0.0"
}
2018-07-01 03:35:51 +03:00
},
"p-try": {
"version": "2.2.0",
2019-03-16 15:40:48 +02:00
"dev": true
},
"parse-json": {
"version": "4.0.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"error-ex": "^1.3.1",
"json-parse-better-errors": "^1.0.1"
2019-03-16 15:40:48 +02:00
}
},
"path-exists": {
2019-11-02 22:16:43 +02:00
"version": "4.0.0",
"dev": true
2019-03-16 15:40:48 +02:00
},
"path-is-absolute": {
"version": "1.0.1",
"dev": true
},
"path-key": {
"version": "2.0.1",
"dev": true
2019-03-16 15:40:48 +02:00
},
"path-parse": {
"version": "1.0.6",
"dev": true
2019-03-16 15:40:48 +02:00
},
2019-11-02 22:16:43 +02:00
"path-type": {
"version": "4.0.0",
"dev": true
},
2019-11-02 22:16:43 +02:00
"picomatch": {
"version": "2.1.0",
"dev": true
},
"pkg-dir": {
2019-11-02 22:16:43 +02:00
"version": "4.2.0",
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"find-up": "^4.0.0"
}
},
"please-upgrade-node": {
"version": "3.2.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"semver-compare": "^1.0.0"
2019-03-16 15:40:48 +02:00
}
},
"prettier": {
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"version": "2.8.4",
"dev": true
2018-07-01 03:35:51 +03:00
},
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"prettier-plugin-organize-imports": {
"version": "3.2.2",
"dev": true,
"requires": {}
},
"pump": {
"version": "3.0.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
2019-03-16 15:40:48 +02:00
}
},
"read-pkg": {
2019-11-02 22:16:43 +02:00
"version": "5.2.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
2019-11-02 22:16:43 +02:00
"@types/normalize-package-data": "^2.4.0",
"normalize-package-data": "^2.5.0",
"parse-json": "^5.0.0",
"type-fest": "^0.6.0"
},
"dependencies": {
"parse-json": {
"version": "5.0.0",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
"json-parse-better-errors": "^1.0.1",
"lines-and-columns": "^1.1.6"
}
}
2019-03-16 15:40:48 +02:00
}
},
2018-07-01 03:35:51 +03:00
"resolve": {
"version": "1.12.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"path-parse": "^1.0.6"
2018-07-01 03:35:51 +03:00
}
},
2019-03-16 15:40:48 +02:00
"resolve-from": {
"version": "3.0.0",
"dev": true
},
2018-07-01 03:35:51 +03:00
"restore-cursor": {
"version": "2.0.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"onetime": "^2.0.0",
"signal-exit": "^3.0.2"
2019-11-02 22:16:43 +02:00
},
"dependencies": {
"mimic-fn": {
"version": "1.2.0",
"dev": true
},
"onetime": {
"version": "2.0.1",
"dev": true,
"requires": {
"mimic-fn": "^1.0.0"
}
}
2018-07-01 03:35:51 +03:00
}
},
2019-11-02 22:16:43 +02:00
"reusify": {
"version": "1.0.4",
"dev": true
2018-07-01 03:35:51 +03:00
},
2018-12-14 06:47:58 +02:00
"rimraf": {
2019-11-02 22:16:43 +02:00
"version": "3.0.0",
"dev": true,
"requires": {
"glob": "^7.1.3"
2019-05-26 00:13:42 +03:00
}
},
"run-node": {
"version": "1.0.0",
"dev": true
},
2019-11-02 22:16:43 +02:00
"run-parallel": {
"version": "1.1.9",
"dev": true
},
"rxjs": {
"version": "6.5.3",
"dev": true,
2019-05-26 00:13:42 +03:00
"requires": {
"tslib": "^1.9.0"
}
},
"semver": {
"version": "5.7.1",
"dev": true
},
"semver-compare": {
"version": "1.0.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
"shebang-command": {
"version": "1.2.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"shebang-regex": "^1.0.0"
}
},
"shebang-regex": {
"version": "1.0.0",
2019-03-16 15:40:48 +02:00
"dev": true
},
2018-07-01 03:35:51 +03:00
"signal-exit": {
"version": "3.0.2",
"dev": true
2018-07-01 03:35:51 +03:00
},
2019-03-16 15:40:48 +02:00
"slash": {
2019-11-02 22:16:43 +02:00
"version": "3.0.0",
2019-03-16 15:40:48 +02:00
"dev": true
},
2018-07-01 03:35:51 +03:00
"slice-ansi": {
"version": "0.0.4",
"dev": true
2018-07-01 03:35:51 +03:00
},
2019-03-16 15:40:48 +02:00
"spdx-correct": {
"version": "3.1.0",
"dev": true,
"requires": {
"spdx-expression-parse": "^3.0.0",
"spdx-license-ids": "^3.0.0"
}
},
"spdx-exceptions": {
"version": "2.2.0",
"dev": true
},
"spdx-expression-parse": {
"version": "3.0.0",
"dev": true,
"requires": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
}
},
"spdx-license-ids": {
"version": "3.0.5",
2019-03-16 15:40:48 +02:00
"dev": true
},
2018-07-01 03:35:51 +03:00
"sprintf-js": {
"version": "1.0.3",
2019-03-16 15:40:48 +02:00
"dev": true
},
2018-07-01 03:35:51 +03:00
"string-argv": {
2019-11-02 22:16:43 +02:00
"version": "0.3.1",
"dev": true
2018-07-01 03:35:51 +03:00
},
"string-width": {
"version": "1.0.2",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
2018-07-01 03:35:51 +03:00
}
},
"stringify-object": {
"version": "3.3.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"get-own-enumerable-property-symbols": "^3.0.0",
2018-07-01 03:35:51 +03:00
"is-obj": "^1.0.1",
"is-regexp": "^1.0.0"
}
},
"strip-ansi": {
"version": "3.0.1",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"ansi-regex": "^2.0.0"
2018-07-01 03:35:51 +03:00
}
},
"strip-eof": {
"version": "1.0.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
2019-11-02 22:16:43 +02:00
"strip-final-newline": {
"version": "2.0.0",
"dev": true
},
2018-07-01 03:35:51 +03:00
"supports-color": {
"version": "5.5.0",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
2018-07-01 04:31:24 +03:00
"has-flag": "^3.0.0"
2018-07-01 03:35:51 +03:00
}
},
"symbol-observable": {
"version": "1.2.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
"to-regex-range": {
2019-11-02 22:16:43 +02:00
"version": "5.0.1",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
2019-11-02 22:16:43 +02:00
"is-number": "^7.0.0"
2018-07-01 03:35:51 +03:00
}
},
"tslib": {
"version": "1.10.0",
"dev": true
2018-07-01 03:35:51 +03:00
},
"tslint": {
"version": "5.20.0",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"builtin-modules": "^1.1.1",
"chalk": "^2.3.0",
"commander": "^2.12.1",
"diff": "^4.0.1",
"glob": "^7.1.1",
"js-yaml": "^3.13.1",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"resolve": "^1.3.2",
"semver": "^5.3.0",
"tslib": "^1.8.0",
"tsutils": "^2.29.0"
}
},
"tslint-config-prettier": {
"version": "1.18.0",
2019-03-16 15:40:48 +02:00
"dev": true
},
"tsutils": {
"version": "2.29.0",
2019-03-16 15:40:48 +02:00
"dev": true,
"requires": {
"tslib": "^1.8.1"
2019-03-16 15:40:48 +02:00
}
},
2019-11-02 22:16:43 +02:00
"type-fest": {
"version": "0.6.0",
"dev": true
},
"typescript": {
Update djs & knub (#395) * update pkgs Signed-off-by: GitHub <noreply@github.com> * new knub typings Signed-off-by: GitHub <noreply@github.com> * more pkg updates Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * channel typings Signed-off-by: GitHub <noreply@github.com> * more message utils typings fixes Signed-off-by: GitHub <noreply@github.com> * migrate permissions Signed-off-by: GitHub <noreply@github.com> * fix: InternalPoster webhookables Signed-off-by: GitHub <noreply@github.com> * djs typings: Attachment & Util Signed-off-by: GitHub <noreply@github.com> * more typings Signed-off-by: GitHub <noreply@github.com> * fix: rename permissionNames Signed-off-by: GitHub <noreply@github.com> * more fixes Signed-off-by: GitHub <noreply@github.com> * half the number of errors * knub commands => messageCommands Signed-off-by: GitHub <noreply@github.com> * configPreprocessor => configParser Signed-off-by: GitHub <noreply@github.com> * fix channel.messages Signed-off-by: GitHub <noreply@github.com> * revert automod any typing Signed-off-by: GitHub <noreply@github.com> * more configParser typings Signed-off-by: GitHub <noreply@github.com> * revert Signed-off-by: GitHub <noreply@github.com> * remove knub type params Signed-off-by: GitHub <noreply@github.com> * fix more MessageEmbed / MessageOptions Signed-off-by: GitHub <noreply@github.com> * dumb commit for @almeidx to see why this is stupid Signed-off-by: GitHub <noreply@github.com> * temp disable custom_events Signed-off-by: GitHub <noreply@github.com> * more minor typings fixes - 23 err left Signed-off-by: GitHub <noreply@github.com> * update djs dep * +debug build method (revert this) Signed-off-by: GitHub <noreply@github.com> * Revert "+debug build method (revert this)" This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7. * Redo +debug build (Revert this) Signed-off-by: GitHub <noreply@github.com> * uniform before/after Load shorthands Signed-off-by: GitHub <noreply@github.com> * remove unused imports & add prettier plugin Signed-off-by: GitHub <noreply@github.com> * env fixes for web platform hosting Signed-off-by: GitHub <noreply@github.com> * feat: knub v32-next; related fixes * fix: allow legacy keys in change_perms action * fix: request Message Content intent * fix: use Knub's config validation logic in API * fix(dashboard): fix error when there are no message and/or slash commands in a plugin * fix(automod): start_thread action thread options * fix(CustomEvents): message command types * chore: remove unneeded type annotation * feat: add forum channel icon; use thread icon for news threads * chore: make tslint happy * chore: fix formatting --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: almeidx <almeidx@pm.me> Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 12:58:17 +01:00
"version": "4.9.5",
"dev": true
2019-03-16 15:40:48 +02:00
},
"validate-npm-package-license": {
"version": "3.0.4",
"dev": true,
"requires": {
"spdx-correct": "^3.0.0",
"spdx-expression-parse": "^3.0.0"
}
},
2018-07-01 03:35:51 +03:00
"which": {
2018-07-01 04:31:24 +03:00
"version": "1.3.1",
"dev": true,
"requires": {
"isexe": "^2.0.0"
}
},
"wrap-ansi": {
"version": "3.0.1",
"dev": true,
2018-07-01 03:35:51 +03:00
"requires": {
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0"
},
"dependencies": {
"ansi-regex": {
"version": "3.0.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "2.0.0",
"dev": true
},
"string-width": {
"version": "2.1.1",
"dev": true,
"requires": {
"is-fullwidth-code-point": "^2.0.0",
"strip-ansi": "^4.0.0"
}
},
"strip-ansi": {
"version": "4.0.0",
"dev": true,
"requires": {
"ansi-regex": "^3.0.0"
}
}
2018-07-01 03:35:51 +03:00
}
},
"wrappy": {
"version": "1.0.2",
2019-03-16 15:40:48 +02:00
"dev": true
2018-07-01 03:35:51 +03:00
}
}
}