mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add api-extractor
For d.ts rollup: https://api-extractor.com/pages/setup/configure_rollup/
This commit is contained in:
parent
67c1f7368e
commit
ec834f4756
4 changed files with 377 additions and 10 deletions
|
@ -59,6 +59,7 @@
|
|||
"@floating-ui/dom": "^0.3.0",
|
||||
"@fluent/bundle": "^0.17.0",
|
||||
"@mdi/svg": "^6.1.95",
|
||||
"@microsoft/api-extractor": "^7.20.0",
|
||||
"@popperjs/core": "^2.9.2",
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"@types/marked": "^4.0.1",
|
||||
|
|
|
@ -13,9 +13,9 @@ exports_files([
|
|||
"licenses.json",
|
||||
"sql_format.ts",
|
||||
"jest.config.js",
|
||||
"package.json",
|
||||
"protobuf-no-long.js",
|
||||
"page.html",
|
||||
"tsconfig.json",
|
||||
])
|
||||
|
||||
# a copy needs to be placed in bazel-bin for libs with
|
||||
|
|
207
ts/licenses.json
207
ts/licenses.json
|
@ -73,6 +73,30 @@
|
|||
"path": "node_modules/@mdi/svg",
|
||||
"licenseFile": "node_modules/@mdi/svg/LICENSE"
|
||||
},
|
||||
"@microsoft/api-extractor-model@7.16.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/microsoft/rushstack",
|
||||
"path": "node_modules/@microsoft/api-extractor-model",
|
||||
"licenseFile": "node_modules/@microsoft/api-extractor-model/LICENSE"
|
||||
},
|
||||
"@microsoft/api-extractor@7.20.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/microsoft/rushstack",
|
||||
"path": "node_modules/@microsoft/api-extractor",
|
||||
"licenseFile": "node_modules/@microsoft/api-extractor/LICENSE"
|
||||
},
|
||||
"@microsoft/tsdoc-config@0.15.2": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/microsoft/tsdoc",
|
||||
"path": "node_modules/@microsoft/tsdoc-config",
|
||||
"licenseFile": "node_modules/@microsoft/tsdoc-config/LICENSE"
|
||||
},
|
||||
"@microsoft/tsdoc@0.13.2": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/microsoft/tsdoc",
|
||||
"path": "node_modules/@microsoft/tsdoc",
|
||||
"licenseFile": "node_modules/@microsoft/tsdoc/LICENSE"
|
||||
},
|
||||
"@popperjs/core@2.11.4": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/popperjs/popper-core",
|
||||
|
@ -161,6 +185,30 @@
|
|||
"path": "node_modules/@protobufjs/utf8",
|
||||
"licenseFile": "node_modules/@protobufjs/utf8/LICENSE"
|
||||
},
|
||||
"@rushstack/node-core-library@3.45.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/microsoft/rushstack",
|
||||
"path": "node_modules/@rushstack/node-core-library",
|
||||
"licenseFile": "node_modules/@rushstack/node-core-library/LICENSE"
|
||||
},
|
||||
"@rushstack/rig-package@0.3.8": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/microsoft/rushstack",
|
||||
"path": "node_modules/@rushstack/rig-package",
|
||||
"licenseFile": "node_modules/@rushstack/rig-package/LICENSE"
|
||||
},
|
||||
"@rushstack/ts-command-line@4.10.7": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/microsoft/rushstack",
|
||||
"path": "node_modules/@rushstack/ts-command-line",
|
||||
"licenseFile": "node_modules/@rushstack/ts-command-line/LICENSE"
|
||||
},
|
||||
"@types/argparse@1.0.38": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||
"path": "node_modules/@types/argparse",
|
||||
"licenseFile": "node_modules/@types/argparse/LICENSE"
|
||||
},
|
||||
"@types/json5@0.0.29": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||
|
@ -193,6 +241,12 @@
|
|||
"path": "node_modules/@types/marked",
|
||||
"licenseFile": "node_modules/@types/marked/LICENSE"
|
||||
},
|
||||
"@types/node@12.20.24": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||
"path": "node_modules/@rushstack/node-core-library/node_modules/@types/node",
|
||||
"licenseFile": "node_modules/@rushstack/node-core-library/node_modules/@types/node/LICENSE"
|
||||
},
|
||||
"@types/node@17.0.23": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||
|
@ -402,6 +456,21 @@
|
|||
"path": "node_modules/color-name",
|
||||
"licenseFile": "node_modules/color-name/LICENSE"
|
||||
},
|
||||
"colors@1.2.5": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/Marak/colors.js",
|
||||
"publisher": "Marak Squires",
|
||||
"path": "node_modules/colors",
|
||||
"licenseFile": "node_modules/colors/LICENSE"
|
||||
},
|
||||
"commander@2.20.3": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/tj/commander.js",
|
||||
"publisher": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca",
|
||||
"path": "node_modules/z-schema/node_modules/commander",
|
||||
"licenseFile": "node_modules/z-schema/node_modules/commander/LICENSE"
|
||||
},
|
||||
"commander@7.2.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/tj/commander.js",
|
||||
|
@ -988,6 +1057,14 @@
|
|||
"path": "node_modules/flatted",
|
||||
"licenseFile": "node_modules/flatted/LICENSE"
|
||||
},
|
||||
"fs-extra@7.0.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/jprichardson/node-fs-extra",
|
||||
"publisher": "JP Richardson",
|
||||
"email": "jprichardson@gmail.com",
|
||||
"path": "node_modules/fs-extra",
|
||||
"licenseFile": "node_modules/fs-extra/LICENSE"
|
||||
},
|
||||
"fs.realpath@1.0.0": {
|
||||
"licenses": "ISC",
|
||||
"repository": "https://github.com/isaacs/fs.realpath",
|
||||
|
@ -1055,6 +1132,12 @@
|
|||
"path": "node_modules/globals",
|
||||
"licenseFile": "node_modules/globals/license"
|
||||
},
|
||||
"graceful-fs@4.2.9": {
|
||||
"licenses": "ISC",
|
||||
"repository": "https://github.com/isaacs/node-graceful-fs",
|
||||
"path": "node_modules/graceful-fs",
|
||||
"licenseFile": "node_modules/graceful-fs/LICENSE"
|
||||
},
|
||||
"has-bigints@1.0.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/ljharb/has-bigints",
|
||||
|
@ -1131,6 +1214,15 @@
|
|||
"path": "node_modules/import-fresh",
|
||||
"licenseFile": "node_modules/import-fresh/license"
|
||||
},
|
||||
"import-lazy@4.0.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/sindresorhus/import-lazy",
|
||||
"publisher": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com",
|
||||
"path": "node_modules/import-lazy",
|
||||
"licenseFile": "node_modules/import-lazy/license"
|
||||
},
|
||||
"imurmurhash@0.1.4": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/jensyt/imurmurhash-js",
|
||||
|
@ -1310,6 +1402,14 @@
|
|||
"path": "node_modules/isexe",
|
||||
"licenseFile": "node_modules/isexe/LICENSE"
|
||||
},
|
||||
"jju@1.4.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/rlidwka/jju",
|
||||
"publisher": "Alex Kocharin",
|
||||
"email": "alex@kocharin.ru",
|
||||
"path": "node_modules/jju",
|
||||
"licenseFile": "node_modules/jju/LICENSE"
|
||||
},
|
||||
"jquery-ui-dist@1.13.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/jquery/jquery-ui",
|
||||
|
@ -1372,6 +1472,14 @@
|
|||
"path": "node_modules/json5",
|
||||
"licenseFile": "node_modules/json5/LICENSE.md"
|
||||
},
|
||||
"jsonfile@4.0.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/jprichardson/node-jsonfile",
|
||||
"publisher": "JP Richardson",
|
||||
"email": "jprichardson@gmail.com",
|
||||
"path": "node_modules/jsonfile",
|
||||
"licenseFile": "node_modules/jsonfile/LICENSE"
|
||||
},
|
||||
"levn@0.4.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/gkz/levn",
|
||||
|
@ -1397,6 +1505,24 @@
|
|||
"path": "node_modules/lodash-es",
|
||||
"licenseFile": "node_modules/lodash-es/LICENSE"
|
||||
},
|
||||
"lodash.get@4.4.2": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/lodash/lodash",
|
||||
"publisher": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com",
|
||||
"url": "http://allyoucanleet.com/",
|
||||
"path": "node_modules/lodash.get",
|
||||
"licenseFile": "node_modules/lodash.get/LICENSE"
|
||||
},
|
||||
"lodash.isequal@4.5.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/lodash/lodash",
|
||||
"publisher": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com",
|
||||
"url": "http://allyoucanleet.com/",
|
||||
"path": "node_modules/lodash.isequal",
|
||||
"licenseFile": "node_modules/lodash.isequal/LICENSE"
|
||||
},
|
||||
"lodash.merge@4.6.2": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/lodash/lodash",
|
||||
|
@ -1414,6 +1540,14 @@
|
|||
"path": "node_modules/lodash.truncate",
|
||||
"licenseFile": "node_modules/lodash.truncate/LICENSE"
|
||||
},
|
||||
"lodash@4.17.21": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/lodash/lodash",
|
||||
"publisher": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com",
|
||||
"path": "node_modules/lodash",
|
||||
"licenseFile": "node_modules/lodash/LICENSE"
|
||||
},
|
||||
"long@4.0.0": {
|
||||
"licenses": "Apache-2.0",
|
||||
"repository": "https://github.com/dcodeIO/long.js",
|
||||
|
@ -1685,7 +1819,7 @@
|
|||
"path": "node_modules/import-fresh/node_modules/resolve-from",
|
||||
"licenseFile": "node_modules/import-fresh/node_modules/resolve-from/license"
|
||||
},
|
||||
"resolve@1.22.0": {
|
||||
"resolve@1.17.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/browserify/resolve",
|
||||
"publisher": "James Halliday",
|
||||
|
@ -1694,6 +1828,24 @@
|
|||
"path": "node_modules/resolve",
|
||||
"licenseFile": "node_modules/resolve/LICENSE"
|
||||
},
|
||||
"resolve@1.19.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/browserify/resolve",
|
||||
"publisher": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net",
|
||||
"path": "node_modules/@microsoft/tsdoc-config/node_modules/resolve",
|
||||
"licenseFile": "node_modules/@microsoft/tsdoc-config/node_modules/resolve/LICENSE"
|
||||
},
|
||||
"resolve@1.22.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/browserify/resolve",
|
||||
"publisher": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net",
|
||||
"path": "node_modules/eslint-import-resolver-node/node_modules/resolve",
|
||||
"licenseFile": "node_modules/eslint-import-resolver-node/node_modules/resolve/LICENSE"
|
||||
},
|
||||
"rimraf@3.0.2": {
|
||||
"licenses": "ISC",
|
||||
"repository": "https://github.com/isaacs/rimraf",
|
||||
|
@ -1765,6 +1917,14 @@
|
|||
"path": "node_modules/slice-ansi",
|
||||
"licenseFile": "node_modules/slice-ansi/license"
|
||||
},
|
||||
"source-map@0.6.1": {
|
||||
"licenses": "BSD-3-Clause",
|
||||
"repository": "https://github.com/mozilla/source-map",
|
||||
"publisher": "Nick Fitzgerald",
|
||||
"email": "nfitzgerald@mozilla.com",
|
||||
"path": "node_modules/source-map",
|
||||
"licenseFile": "node_modules/source-map/LICENSE"
|
||||
},
|
||||
"speech-rule-engine@3.3.3": {
|
||||
"licenses": "Apache-2.0",
|
||||
"repository": "https://github.com/zorkow/speech-rule-engine",
|
||||
|
@ -1780,6 +1940,14 @@
|
|||
"path": "node_modules/sprintf-js",
|
||||
"licenseFile": "node_modules/sprintf-js/LICENSE"
|
||||
},
|
||||
"string-argv@0.3.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/mccormicka/string-argv",
|
||||
"publisher": "Anthony McCormick",
|
||||
"email": "anthony.mccormick@gmail.com",
|
||||
"path": "node_modules/string-argv",
|
||||
"licenseFile": "node_modules/string-argv/LICENSE"
|
||||
},
|
||||
"string-width@4.2.3": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/sindresorhus/string-width",
|
||||
|
@ -1883,6 +2051,14 @@
|
|||
"path": "node_modules/text-table",
|
||||
"licenseFile": "node_modules/text-table/LICENSE"
|
||||
},
|
||||
"timsort@0.3.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/mziccard/node-timsort",
|
||||
"publisher": "Marco Ziccardi",
|
||||
"url": "http://mziccard.me/",
|
||||
"path": "node_modules/timsort",
|
||||
"licenseFile": "node_modules/timsort/LICENSE.md"
|
||||
},
|
||||
"tsconfig-paths@3.14.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/dividab/tsconfig-paths",
|
||||
|
@ -1907,6 +2083,13 @@
|
|||
"path": "node_modules/type-fest",
|
||||
"licenseFile": "node_modules/type-fest/license"
|
||||
},
|
||||
"typescript@4.5.5": {
|
||||
"licenses": "Apache-2.0",
|
||||
"repository": "https://github.com/Microsoft/TypeScript",
|
||||
"publisher": "Microsoft Corp.",
|
||||
"path": "node_modules/@microsoft/api-extractor/node_modules/typescript",
|
||||
"licenseFile": "node_modules/@microsoft/api-extractor/node_modules/typescript/LICENSE.txt"
|
||||
},
|
||||
"unbox-primitive@1.0.1": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/ljharb/unbox-primitive",
|
||||
|
@ -1915,6 +2098,14 @@
|
|||
"path": "node_modules/unbox-primitive",
|
||||
"licenseFile": "node_modules/unbox-primitive/LICENSE"
|
||||
},
|
||||
"universalify@0.1.2": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/RyanZim/universalify",
|
||||
"publisher": "Ryan Zimmerman",
|
||||
"email": "opensrc@ryanzim.com",
|
||||
"path": "node_modules/universalify",
|
||||
"licenseFile": "node_modules/universalify/LICENSE"
|
||||
},
|
||||
"uri-js@4.4.1": {
|
||||
"licenses": "BSD-2-Clause",
|
||||
"repository": "https://github.com/garycourt/uri-js",
|
||||
|
@ -1931,6 +2122,14 @@
|
|||
"path": "node_modules/v8-compile-cache",
|
||||
"licenseFile": "node_modules/v8-compile-cache/LICENSE"
|
||||
},
|
||||
"validator@13.7.0": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/validatorjs/validator.js",
|
||||
"publisher": "Chris O'Hara",
|
||||
"email": "cohara87@gmail.com",
|
||||
"path": "node_modules/validator",
|
||||
"licenseFile": "node_modules/validator/LICENSE"
|
||||
},
|
||||
"which-boxed-primitive@1.0.2": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/inspect-js/which-boxed-primitive",
|
||||
|
@ -1989,6 +2188,12 @@
|
|||
"url": "http://blog.izs.me/",
|
||||
"path": "node_modules/yallist",
|
||||
"licenseFile": "node_modules/yallist/LICENSE"
|
||||
},
|
||||
"z-schema@5.0.2": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/zaggino/z-schema",
|
||||
"path": "node_modules/z-schema",
|
||||
"licenseFile": "node_modules/z-schema/LICENSE"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
177
yarn.lock
177
yarn.lock
|
@ -607,6 +607,48 @@
|
|||
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-3.3.14.tgz#b72a37c654e598f9ae6f8335faaee182bebc6b28"
|
||||
integrity sha512-n2RC9d6XatVbWFdHLimzzUJxJ1KY8LdjqrW6YvGPiRmsHkhOUx74/Ct10x5Yo7bC/Jvqx7cDEW8IMPv/+vwEzA==
|
||||
|
||||
"@microsoft/api-extractor-model@7.16.0":
|
||||
version "7.16.0"
|
||||
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.16.0.tgz#3db7360897115f26a857f1f684fb5af82b0ef9f6"
|
||||
integrity sha512-0FOrbNIny8mzBrzQnSIkEjAXk0JMSnPmWYxt3ZDTPVg9S8xIPzB6lfgTg9+Mimu0RKCpGKBpd+v2WcR5vGzyUQ==
|
||||
dependencies:
|
||||
"@microsoft/tsdoc" "0.13.2"
|
||||
"@microsoft/tsdoc-config" "~0.15.2"
|
||||
"@rushstack/node-core-library" "3.45.1"
|
||||
|
||||
"@microsoft/api-extractor@^7.20.0":
|
||||
version "7.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.20.0.tgz#5dfd8a2cc6a22a7b3baa5e30224672db1de43bbb"
|
||||
integrity sha512-WKAu5JpkRXWKL3AyxmFXuwNNPpBlsAefwZIDl8M5mhEqRji4w+gexb0pku3Waa0flm3vm0Cwpm+kGYYJ4/gzAA==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.16.0"
|
||||
"@microsoft/tsdoc" "0.13.2"
|
||||
"@microsoft/tsdoc-config" "~0.15.2"
|
||||
"@rushstack/node-core-library" "3.45.1"
|
||||
"@rushstack/rig-package" "0.3.8"
|
||||
"@rushstack/ts-command-line" "4.10.7"
|
||||
colors "~1.2.1"
|
||||
lodash "~4.17.15"
|
||||
resolve "~1.17.0"
|
||||
semver "~7.3.0"
|
||||
source-map "~0.6.1"
|
||||
typescript "~4.5.2"
|
||||
|
||||
"@microsoft/tsdoc-config@~0.15.2":
|
||||
version "0.15.2"
|
||||
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc-config/-/tsdoc-config-0.15.2.tgz#eb353c93f3b62ab74bdc9ab6f4a82bcf80140f14"
|
||||
integrity sha512-mK19b2wJHSdNf8znXSMYVShAHktVr/ib0Ck2FA3lsVBSEhSI/TfXT7DJQkAYgcztTuwazGcg58ZjYdk0hTCVrA==
|
||||
dependencies:
|
||||
"@microsoft/tsdoc" "0.13.2"
|
||||
ajv "~6.12.6"
|
||||
jju "~1.4.0"
|
||||
resolve "~1.19.0"
|
||||
|
||||
"@microsoft/tsdoc@0.13.2":
|
||||
version "0.13.2"
|
||||
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.13.2.tgz#3b0efb6d3903bd49edb073696f60e90df08efb26"
|
||||
integrity sha512-WrHvO8PDL8wd8T2+zBGKrMwVL5IyzR3ryWUsl0PXgEV0QHup4mTLi0QcATefGI6Gx9Anu7vthPyyyLpY0EpiQg==
|
||||
|
||||
"@nodelib/fs.scandir@2.1.5":
|
||||
version "2.1.5"
|
||||
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
||||
|
@ -691,6 +733,39 @@
|
|||
resolved "https://registry.yarnpkg.com/@pyoner/svelte-types/-/svelte-types-3.4.4-2.tgz#0bc64255d56e82a5e7f3d0b31b324551a77da6b0"
|
||||
integrity sha512-5oQsFCU9pxu1mdA72e2XOqVmheSQfpaQnsmvO4FTEd6D3k3Wx3Nr4s2m0gfqjGLHoGGEo9FOK4xQXXX7D5Uz6A==
|
||||
|
||||
"@rushstack/node-core-library@3.45.1":
|
||||
version "3.45.1"
|
||||
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.45.1.tgz#787361b61a48d616eb4b059641721a3dc138f001"
|
||||
integrity sha512-BwdssTNe007DNjDBxJgInHg8ePytIPyT0La7ZZSQZF9+rSkT42AygXPGvbGsyFfEntjr4X37zZSJI7yGzL16cQ==
|
||||
dependencies:
|
||||
"@types/node" "12.20.24"
|
||||
colors "~1.2.1"
|
||||
fs-extra "~7.0.1"
|
||||
import-lazy "~4.0.0"
|
||||
jju "~1.4.0"
|
||||
resolve "~1.17.0"
|
||||
semver "~7.3.0"
|
||||
timsort "~0.3.0"
|
||||
z-schema "~5.0.2"
|
||||
|
||||
"@rushstack/rig-package@0.3.8":
|
||||
version "0.3.8"
|
||||
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.8.tgz#0e8b2fbc7a35d96f6ccf34e773f7c1adb1524296"
|
||||
integrity sha512-MDWg1xovea99PWloSiYMjFcCLsrdjFtYt6aOyHNs5ojn5mxrzR6U9F83hvbQjTWnKPMvZtr0vcek+4n+OQOp3Q==
|
||||
dependencies:
|
||||
resolve "~1.17.0"
|
||||
strip-json-comments "~3.1.1"
|
||||
|
||||
"@rushstack/ts-command-line@4.10.7":
|
||||
version "4.10.7"
|
||||
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.10.7.tgz#21e3757a756cbd4f7eeab8f89ec028a64d980efc"
|
||||
integrity sha512-CjS+DfNXUSO5Ab2wD1GBGtUTnB02OglRWGqfaTcac9Jn45V5MeUOsq/wA8wEeS5Y/3TZ2P1k+IWdVDiuOFP9Og==
|
||||
dependencies:
|
||||
"@types/argparse" "1.0.38"
|
||||
argparse "~1.0.9"
|
||||
colors "~1.2.1"
|
||||
string-argv "~0.3.1"
|
||||
|
||||
"@sinclair/typebox@^0.23.3":
|
||||
version "0.23.4"
|
||||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.4.tgz#6ff93fd2585ce44f7481c9ff6af610fbb5de98a4"
|
||||
|
@ -720,6 +795,11 @@
|
|||
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
|
||||
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
|
||||
|
||||
"@types/argparse@1.0.38":
|
||||
version "1.0.38"
|
||||
resolved "https://registry.yarnpkg.com/@types/argparse/-/argparse-1.0.38.tgz#a81fd8606d481f873a3800c6ebae4f1d768a56a9"
|
||||
integrity sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==
|
||||
|
||||
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
|
||||
version "7.1.19"
|
||||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460"
|
||||
|
@ -1105,6 +1185,11 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.23.tgz#3b41a6e643589ac6442bdbd7a4a3ded62f33f7da"
|
||||
integrity sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==
|
||||
|
||||
"@types/node@12.20.24":
|
||||
version "12.20.24"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.24.tgz#c37ac69cb2948afb4cef95f424fa0037971a9a5c"
|
||||
integrity sha512-yxDeaQIAJlMav7fH5AQqPH1u8YIuhYJXYBzxaQ4PifsU0GDO38MSdmEDeRlIxrKbC6NbEaaEHDanWb+y30U8SQ==
|
||||
|
||||
"@types/node@^10.1.0":
|
||||
version "10.17.60"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
|
||||
|
@ -1291,7 +1376,7 @@ agent-base@6:
|
|||
dependencies:
|
||||
debug "4"
|
||||
|
||||
ajv@^6.10.0, ajv@^6.12.4:
|
||||
ajv@^6.10.0, ajv@^6.12.4, ajv@~6.12.6:
|
||||
version "6.12.6"
|
||||
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
||||
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
||||
|
@ -1355,7 +1440,7 @@ anymatch@^3.0.3, anymatch@~3.1.2:
|
|||
normalize-path "^3.0.0"
|
||||
picomatch "^2.0.4"
|
||||
|
||||
argparse@^1.0.7:
|
||||
argparse@^1.0.7, argparse@~1.0.9:
|
||||
version "1.0.10"
|
||||
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
|
||||
integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
|
||||
|
@ -1687,6 +1772,11 @@ color-name@~1.1.4:
|
|||
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
||||
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
||||
|
||||
colors@~1.2.1:
|
||||
version "1.2.5"
|
||||
resolved "https://registry.yarnpkg.com/colors/-/colors-1.2.5.tgz#89c7ad9a374bc030df8013241f68136ed8835afc"
|
||||
integrity sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==
|
||||
|
||||
combined-stream@^1.0.8:
|
||||
version "1.0.8"
|
||||
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
|
||||
|
@ -1704,6 +1794,11 @@ commander@>=7.0.0:
|
|||
resolved "https://registry.yarnpkg.com/commander/-/commander-9.1.0.tgz#a6b263b2327f2e188c6402c42623327909f2dbec"
|
||||
integrity sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==
|
||||
|
||||
commander@^2.7.1:
|
||||
version "2.20.3"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
||||
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
||||
|
||||
concat-map@0.0.1:
|
||||
version "0.0.1"
|
||||
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
||||
|
@ -2595,7 +2690,7 @@ form-data@^4.0.0:
|
|||
combined-stream "^1.0.8"
|
||||
mime-types "^2.1.12"
|
||||
|
||||
fs-extra@^7.0.1:
|
||||
fs-extra@^7.0.1, fs-extra@~7.0.1:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
|
||||
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
|
||||
|
@ -2814,6 +2909,11 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
|
|||
parent-module "^1.0.0"
|
||||
resolve-from "^4.0.0"
|
||||
|
||||
import-lazy@~4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153"
|
||||
integrity sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==
|
||||
|
||||
import-local@^3.0.2:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4"
|
||||
|
@ -2898,7 +2998,7 @@ is-ci@^2.0.0:
|
|||
dependencies:
|
||||
ci-info "^2.0.0"
|
||||
|
||||
is-core-module@^2.5.0, is-core-module@^2.8.0, is-core-module@^2.8.1:
|
||||
is-core-module@^2.1.0, is-core-module@^2.5.0, is-core-module@^2.8.0, is-core-module@^2.8.1:
|
||||
version "2.8.1"
|
||||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
|
||||
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
|
||||
|
@ -3439,6 +3539,11 @@ jest-worker@^28.0.0-alpha.7:
|
|||
merge-stream "^2.0.0"
|
||||
supports-color "^8.0.0"
|
||||
|
||||
jju@~1.4.0:
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a"
|
||||
integrity sha1-o6vicYryQaKykE+EpiWXDzia4yo=
|
||||
|
||||
jquery-ui-dist@^1.12.1:
|
||||
version "1.13.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery-ui-dist/-/jquery-ui-dist-1.13.1.tgz#47dcc1bf9cec141221ece59b2c8eaabad846ec0e"
|
||||
|
@ -3662,6 +3767,16 @@ lodash-es@^4.17.21:
|
|||
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
|
||||
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
|
||||
|
||||
lodash.get@^4.4.2:
|
||||
version "4.4.2"
|
||||
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
|
||||
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
|
||||
|
||||
lodash.isequal@^4.5.0:
|
||||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
|
||||
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
|
||||
|
||||
lodash.memoize@4.1.2:
|
||||
version "4.1.2"
|
||||
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
|
||||
|
@ -3677,7 +3792,7 @@ lodash.truncate@^4.4.2:
|
|||
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
|
||||
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
|
||||
|
||||
lodash@^4.17.14, lodash@^4.17.15:
|
||||
lodash@^4.17.14, lodash@^4.17.15, lodash@~4.17.15:
|
||||
version "4.17.21"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
||||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
||||
|
@ -4130,7 +4245,7 @@ path-key@^3.0.0, path-key@^3.1.0:
|
|||
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
||||
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
|
||||
|
||||
path-parse@^1.0.7:
|
||||
path-parse@^1.0.6, path-parse@^1.0.7:
|
||||
version "1.0.7"
|
||||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
||||
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
||||
|
@ -4365,6 +4480,21 @@ resolve@^1.20.0:
|
|||
path-parse "^1.0.7"
|
||||
supports-preserve-symlinks-flag "^1.0.0"
|
||||
|
||||
resolve@~1.17.0:
|
||||
version "1.17.0"
|
||||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
|
||||
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
|
||||
dependencies:
|
||||
path-parse "^1.0.6"
|
||||
|
||||
resolve@~1.19.0:
|
||||
version "1.19.0"
|
||||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
|
||||
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
|
||||
dependencies:
|
||||
is-core-module "^2.1.0"
|
||||
path-parse "^1.0.6"
|
||||
|
||||
reusify@^1.0.4:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
||||
|
@ -4442,7 +4572,7 @@ saxes@^5.0.1:
|
|||
dependencies:
|
||||
xmlchars "^2.2.0"
|
||||
|
||||
"semver@2 || 3 || 4 || 5 || 6 || 7", semver@7.3.5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
|
||||
"semver@2 || 3 || 4 || 5 || 6 || 7", semver@7.3.5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@~7.3.0:
|
||||
version "7.3.5"
|
||||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
|
||||
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
|
||||
|
@ -4647,6 +4777,11 @@ stack-utils@^2.0.3:
|
|||
dependencies:
|
||||
escape-string-regexp "^2.0.0"
|
||||
|
||||
string-argv@~0.3.1:
|
||||
version "0.3.1"
|
||||
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
|
||||
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
|
||||
|
||||
string-length@^4.0.1:
|
||||
version "4.0.2"
|
||||
resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"
|
||||
|
@ -4709,7 +4844,7 @@ strip-indent@^3.0.0:
|
|||
dependencies:
|
||||
min-indent "^1.0.0"
|
||||
|
||||
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
|
||||
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1, strip-json-comments@~3.1.1:
|
||||
version "3.1.1"
|
||||
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
||||
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
||||
|
@ -4836,6 +4971,11 @@ throat@^6.0.1:
|
|||
resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375"
|
||||
integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==
|
||||
|
||||
timsort@~0.3.0:
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
|
||||
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
|
||||
|
||||
tmp@^0.0.33:
|
||||
version "0.0.33"
|
||||
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
|
||||
|
@ -4954,6 +5094,11 @@ typescript@=4.4.4:
|
|||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
|
||||
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
|
||||
|
||||
typescript@~4.5.2:
|
||||
version "4.5.5"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
|
||||
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
|
||||
|
||||
uc.micro@^1.0.1, uc.micro@^1.0.5:
|
||||
version "1.0.6"
|
||||
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
|
||||
|
@ -5013,6 +5158,11 @@ validate-npm-package-license@^3.0.1:
|
|||
spdx-correct "^3.0.0"
|
||||
spdx-expression-parse "^3.0.0"
|
||||
|
||||
validator@^13.7.0:
|
||||
version "13.7.0"
|
||||
resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857"
|
||||
integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==
|
||||
|
||||
w3c-hr-time@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
|
||||
|
@ -5173,3 +5323,14 @@ yocto-queue@^0.1.0:
|
|||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
||||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
||||
|
||||
z-schema@~5.0.2:
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/z-schema/-/z-schema-5.0.2.tgz#f410394b2c9fcb9edaf6a7511491c0bb4e89a504"
|
||||
integrity sha512-40TH47ukMHq5HrzkeVE40Ad7eIDKaRV2b+Qpi2prLc9X9eFJFzV7tMe5aH12e6avaSS/u5l653EQOv+J9PirPw==
|
||||
dependencies:
|
||||
lodash.get "^4.4.2"
|
||||
lodash.isequal "^4.5.0"
|
||||
validator "^13.7.0"
|
||||
optionalDependencies:
|
||||
commander "^2.7.1"
|
||||
|
|
Loading…
Reference in a new issue