From 02a66ee7b0636837518455ffcd54c2bdfc47111b Mon Sep 17 00:00:00 2001 From: Kata Date: Sun, 10 Mar 2019 15:20:20 -0500 Subject: [PATCH] add packages --- .flowconfig | 1 + ...plugin-proposal-class-properties_vx.x.x.js | 32 ++ .../plugin-syntax-dynamic-import_vx.x.x.js | 32 ++ .../@babel/plugin-transform-runtime_vx.x.x.js | 39 +++ .../npm/{koa_v2.x.x.js => koa_v2.0.x.js} | 22 +- flow-typed/npm/moniker_vx.x.x.js | 46 +++ flow-typed/npm/nanoid_vx.x.x.js | 129 ++++++++ flow-typed/npm/npm-run-all_vx.x.x.js | 186 ++++++++++++ package.json | 2 + yarn.lock | 284 ++---------------- 10 files changed, 497 insertions(+), 276 deletions(-) create mode 100644 flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js create mode 100644 flow-typed/npm/@babel/plugin-syntax-dynamic-import_vx.x.x.js create mode 100644 flow-typed/npm/@babel/plugin-transform-runtime_vx.x.x.js rename flow-typed/npm/{koa_v2.x.x.js => koa_v2.0.x.js} (94%) create mode 100644 flow-typed/npm/moniker_vx.x.x.js create mode 100644 flow-typed/npm/nanoid_vx.x.x.js create mode 100644 flow-typed/npm/npm-run-all_vx.x.x.js diff --git a/.flowconfig b/.flowconfig index 6d3139d..d232275 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,5 +1,6 @@ [ignore] .*/node_modules/* +.*/dist/* [include] diff --git a/flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js b/flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js new file mode 100644 index 0000000..317e1e2 --- /dev/null +++ b/flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js @@ -0,0 +1,32 @@ +// flow-typed signature: 61486cb068ce21681d4e2d2640db10f1 +// flow-typed version: <>/@babel/plugin-proposal-class-properties_v^7.3.4/flow_v0.94.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@babel/plugin-proposal-class-properties' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@babel/plugin-proposal-class-properties' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@babel/plugin-proposal-class-properties/lib/index' { + declare module.exports: any; +} + +// Filename aliases +declare module '@babel/plugin-proposal-class-properties/lib/index.js' { + declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib/index'>; +} diff --git a/flow-typed/npm/@babel/plugin-syntax-dynamic-import_vx.x.x.js b/flow-typed/npm/@babel/plugin-syntax-dynamic-import_vx.x.x.js new file mode 100644 index 0000000..6d80119 --- /dev/null +++ b/flow-typed/npm/@babel/plugin-syntax-dynamic-import_vx.x.x.js @@ -0,0 +1,32 @@ +// flow-typed signature: 20310e09a07d4f506d102ac15f99ee77 +// flow-typed version: <>/@babel/plugin-syntax-dynamic-import_v^7.2.0/flow_v0.94.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@babel/plugin-syntax-dynamic-import' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@babel/plugin-syntax-dynamic-import' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@babel/plugin-syntax-dynamic-import/lib/index' { + declare module.exports: any; +} + +// Filename aliases +declare module '@babel/plugin-syntax-dynamic-import/lib/index.js' { + declare module.exports: $Exports<'@babel/plugin-syntax-dynamic-import/lib/index'>; +} diff --git a/flow-typed/npm/@babel/plugin-transform-runtime_vx.x.x.js b/flow-typed/npm/@babel/plugin-transform-runtime_vx.x.x.js new file mode 100644 index 0000000..c8bd6ce --- /dev/null +++ b/flow-typed/npm/@babel/plugin-transform-runtime_vx.x.x.js @@ -0,0 +1,39 @@ +// flow-typed signature: 3bbc69696c5abbcf0994313535fff166 +// flow-typed version: <>/@babel/plugin-transform-runtime_v^7.3.4/flow_v0.94.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@babel/plugin-transform-runtime' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@babel/plugin-transform-runtime' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@babel/plugin-transform-runtime/lib/definitions' { + declare module.exports: any; +} + +declare module '@babel/plugin-transform-runtime/lib/index' { + declare module.exports: any; +} + +// Filename aliases +declare module '@babel/plugin-transform-runtime/lib/definitions.js' { + declare module.exports: $Exports<'@babel/plugin-transform-runtime/lib/definitions'>; +} +declare module '@babel/plugin-transform-runtime/lib/index.js' { + declare module.exports: $Exports<'@babel/plugin-transform-runtime/lib/index'>; +} diff --git a/flow-typed/npm/koa_v2.x.x.js b/flow-typed/npm/koa_v2.0.x.js similarity index 94% rename from flow-typed/npm/koa_v2.x.x.js rename to flow-typed/npm/koa_v2.0.x.js index ee40df2..3053289 100644 --- a/flow-typed/npm/koa_v2.x.x.js +++ b/flow-typed/npm/koa_v2.0.x.js @@ -1,14 +1,9 @@ -// flow-typed signature: 32108e9dd6c40b60d7f9e87368b6f966 -// flow-typed version: 5a6a98aaa2/koa_v2.x.x/flow_>=v0.93.x +// flow-typed signature: 22454723de346388533aa45cab75d46c +// flow-typed version: 5a6a98aaa2/koa_v2.0.x/flow_>=v0.93.x /* * Type def from from source code of koa. - * this: https://github.com/koajs/koa/commit/08eb1a20c3975230aa1fe1c693b0cd1ac7a0752b - * previous: https://github.com/koajs/koa/commit/fabf5864c6a5dca0782b867a263b1b0825a05bf9 - * - * Changelog - * breaking: remove unused app.name - * breaking: ctx.throw([status], [msg], [properties]) (caused by http-errors (#957) ) + * this: https://github.com/koajs/koa/commit/fabf5864c6a5dca0782b867a263b1b0825a05bf9 **/ declare module 'koa' { // Currently, import type doesn't work well ? @@ -145,7 +140,7 @@ declare module 'koa' { request: Request, // docs/api/response.md#L113. - body: string | Buffer | stream$Stream | JSONObject | JSONArray | null, // JSON contains null + body: string | Buffer | stream$Stream | JSONObject | null, // JSON contains null etag: string, header: SimpleHeader, headers: SimpleHeader, // alias as header @@ -232,8 +227,10 @@ declare module 'koa' { // context.js#L107 // if (!(err instanceof Error)) err = new Error(`non-error thrown: ${err}`); onerror: (err?: mixed) => void, - // context.md#L88 - throw: ( status: number, msg?: string, opts?: {} ) => void, + // context.js#L70 + throw: (( statusOrErr: string|number|Error, errOrStatus?: string|number|Error, + opts?: {}) => void) & + (( statusOrErr: string|number|Error, opts?: Object) => void), toJSON(): ContextJSON, inspect(): ContextJSON, @@ -286,7 +283,7 @@ declare module 'koa' { ips: $PropertyType, ip: $PropertyType, - [key: string]: any, // props added by middlewares. + [key: string]: mixed, // props added by middlewares. } declare type Middleware = @@ -303,6 +300,7 @@ declare module 'koa' { env: string, keys?: Array|Object, // https://github.com/crypto-utils/keygrip middleware: Array, + name?: string, // optionally give your application a name proxy: boolean, // when true proxy header fields will be trusted request: Request, response: Response, diff --git a/flow-typed/npm/moniker_vx.x.x.js b/flow-typed/npm/moniker_vx.x.x.js new file mode 100644 index 0000000..e342f6e --- /dev/null +++ b/flow-typed/npm/moniker_vx.x.x.js @@ -0,0 +1,46 @@ +// flow-typed signature: b9bbac2d921d981dee699950c817f667 +// flow-typed version: <>/moniker_v^0.1.2/flow_v0.94.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'moniker' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'moniker' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'moniker/examples/moniker' { + declare module.exports: any; +} + +declare module 'moniker/lib/moniker' { + declare module.exports: any; +} + +declare module 'moniker/test/moniker' { + declare module.exports: any; +} + +// Filename aliases +declare module 'moniker/examples/moniker.js' { + declare module.exports: $Exports<'moniker/examples/moniker'>; +} +declare module 'moniker/lib/moniker.js' { + declare module.exports: $Exports<'moniker/lib/moniker'>; +} +declare module 'moniker/test/moniker.js' { + declare module.exports: $Exports<'moniker/test/moniker'>; +} diff --git a/flow-typed/npm/nanoid_vx.x.x.js b/flow-typed/npm/nanoid_vx.x.x.js new file mode 100644 index 0000000..5479173 --- /dev/null +++ b/flow-typed/npm/nanoid_vx.x.x.js @@ -0,0 +1,129 @@ +// flow-typed signature: 350975d87c3d65817608a49c0e564f85 +// flow-typed version: <>/nanoid_v^2.0.1/flow_v0.94.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'nanoid' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'nanoid' { + declare module.exports: (size?: number) => string; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'nanoid/async/format' { + declare module.exports: any; +} + +declare module 'nanoid/async/generate' { + declare module.exports: any; +} + +declare module 'nanoid/async/index.browser' { + declare module.exports: any; +} + +declare module 'nanoid/async/index' { + declare module.exports: any; +} + +declare module 'nanoid/async/random.browser' { + declare module.exports: any; +} + +declare module 'nanoid/async/random' { + declare module.exports: any; +} + +declare module 'nanoid/format' { + declare module.exports: any; +} + +declare module 'nanoid/generate' { + declare module.exports: any; +} + +declare module 'nanoid/index.browser' { + declare module.exports: any; +} + +declare module 'nanoid/non-secure/generate' { + declare module.exports: any; +} + +declare module 'nanoid/non-secure/index' { + declare module.exports: any; +} + +declare module 'nanoid/random.browser' { + declare module.exports: any; +} + +declare module 'nanoid/random' { + declare module.exports: any; +} + +declare module 'nanoid/url' { + declare module.exports: any; +} + +// Filename aliases +declare module 'nanoid/async/format.js' { + declare module.exports: $Exports<'nanoid/async/format'>; +} +declare module 'nanoid/async/generate.js' { + declare module.exports: $Exports<'nanoid/async/generate'>; +} +declare module 'nanoid/async/index.browser.js' { + declare module.exports: $Exports<'nanoid/async/index.browser'>; +} +declare module 'nanoid/async/index.js' { + declare module.exports: $Exports<'nanoid/async/index'>; +} +declare module 'nanoid/async/random.browser.js' { + declare module.exports: $Exports<'nanoid/async/random.browser'>; +} +declare module 'nanoid/async/random.js' { + declare module.exports: $Exports<'nanoid/async/random'>; +} +declare module 'nanoid/format.js' { + declare module.exports: $Exports<'nanoid/format'>; +} +declare module 'nanoid/generate.js' { + declare module.exports: $Exports<'nanoid/generate'>; +} +declare module 'nanoid/index.browser.js' { + declare module.exports: $Exports<'nanoid/index.browser'>; +} +declare module 'nanoid/index' { + declare module.exports: $Exports<'nanoid'>; +} +declare module 'nanoid/index.js' { + declare module.exports: $Exports<'nanoid'>; +} +declare module 'nanoid/non-secure/generate.js' { + declare module.exports: $Exports<'nanoid/non-secure/generate'>; +} +declare module 'nanoid/non-secure/index.js' { + declare module.exports: $Exports<'nanoid/non-secure/index'>; +} +declare module 'nanoid/random.browser.js' { + declare module.exports: $Exports<'nanoid/random.browser'>; +} +declare module 'nanoid/random.js' { + declare module.exports: $Exports<'nanoid/random'>; +} +declare module 'nanoid/url.js' { + declare module.exports: $Exports<'nanoid/url'>; +} diff --git a/flow-typed/npm/npm-run-all_vx.x.x.js b/flow-typed/npm/npm-run-all_vx.x.x.js new file mode 100644 index 0000000..45af862 --- /dev/null +++ b/flow-typed/npm/npm-run-all_vx.x.x.js @@ -0,0 +1,186 @@ +// flow-typed signature: 4814d36a4dc8ac2aa10d9a77fb698dd1 +// flow-typed version: <>/npm-run-all_v^4.1.5/flow_v0.94.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'npm-run-all' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'npm-run-all' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'npm-run-all/bin/common/bootstrap' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/common/parse-cli-args' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/common/version' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/npm-run-all/help' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/npm-run-all/index' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/npm-run-all/main' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/run-p/help' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/run-p/index' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/run-p/main' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/run-s/help' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/run-s/index' { + declare module.exports: any; +} + +declare module 'npm-run-all/bin/run-s/main' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/create-header' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/create-prefix-transform-stream' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/index' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/match-tasks' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/npm-run-all-error' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/read-package-json' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/run-task' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/run-tasks' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/spawn-posix' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/spawn-win32' { + declare module.exports: any; +} + +declare module 'npm-run-all/lib/spawn' { + declare module.exports: any; +} + +// Filename aliases +declare module 'npm-run-all/bin/common/bootstrap.js' { + declare module.exports: $Exports<'npm-run-all/bin/common/bootstrap'>; +} +declare module 'npm-run-all/bin/common/parse-cli-args.js' { + declare module.exports: $Exports<'npm-run-all/bin/common/parse-cli-args'>; +} +declare module 'npm-run-all/bin/common/version.js' { + declare module.exports: $Exports<'npm-run-all/bin/common/version'>; +} +declare module 'npm-run-all/bin/npm-run-all/help.js' { + declare module.exports: $Exports<'npm-run-all/bin/npm-run-all/help'>; +} +declare module 'npm-run-all/bin/npm-run-all/index.js' { + declare module.exports: $Exports<'npm-run-all/bin/npm-run-all/index'>; +} +declare module 'npm-run-all/bin/npm-run-all/main.js' { + declare module.exports: $Exports<'npm-run-all/bin/npm-run-all/main'>; +} +declare module 'npm-run-all/bin/run-p/help.js' { + declare module.exports: $Exports<'npm-run-all/bin/run-p/help'>; +} +declare module 'npm-run-all/bin/run-p/index.js' { + declare module.exports: $Exports<'npm-run-all/bin/run-p/index'>; +} +declare module 'npm-run-all/bin/run-p/main.js' { + declare module.exports: $Exports<'npm-run-all/bin/run-p/main'>; +} +declare module 'npm-run-all/bin/run-s/help.js' { + declare module.exports: $Exports<'npm-run-all/bin/run-s/help'>; +} +declare module 'npm-run-all/bin/run-s/index.js' { + declare module.exports: $Exports<'npm-run-all/bin/run-s/index'>; +} +declare module 'npm-run-all/bin/run-s/main.js' { + declare module.exports: $Exports<'npm-run-all/bin/run-s/main'>; +} +declare module 'npm-run-all/lib/create-header.js' { + declare module.exports: $Exports<'npm-run-all/lib/create-header'>; +} +declare module 'npm-run-all/lib/create-prefix-transform-stream.js' { + declare module.exports: $Exports<'npm-run-all/lib/create-prefix-transform-stream'>; +} +declare module 'npm-run-all/lib/index.js' { + declare module.exports: $Exports<'npm-run-all/lib/index'>; +} +declare module 'npm-run-all/lib/match-tasks.js' { + declare module.exports: $Exports<'npm-run-all/lib/match-tasks'>; +} +declare module 'npm-run-all/lib/npm-run-all-error.js' { + declare module.exports: $Exports<'npm-run-all/lib/npm-run-all-error'>; +} +declare module 'npm-run-all/lib/read-package-json.js' { + declare module.exports: $Exports<'npm-run-all/lib/read-package-json'>; +} +declare module 'npm-run-all/lib/run-task.js' { + declare module.exports: $Exports<'npm-run-all/lib/run-task'>; +} +declare module 'npm-run-all/lib/run-tasks.js' { + declare module.exports: $Exports<'npm-run-all/lib/run-tasks'>; +} +declare module 'npm-run-all/lib/spawn-posix.js' { + declare module.exports: $Exports<'npm-run-all/lib/spawn-posix'>; +} +declare module 'npm-run-all/lib/spawn-win32.js' { + declare module.exports: $Exports<'npm-run-all/lib/spawn-win32'>; +} +declare module 'npm-run-all/lib/spawn.js' { + declare module.exports: $Exports<'npm-run-all/lib/spawn'>; +} diff --git a/package.json b/package.json index df7715d..61e05f2 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,8 @@ "kompression": "^1.0.0", "ksuid": "^1.1.3", "lru-cache": "^5.1.1", + "moniker": "^0.1.2", + "nanoid": "^2.0.1", "next": "^8.0.3", "next-redux-wrapper": "^3.0.0-alpha.2", "pg": "^7.8.2", diff --git a/yarn.lock b/yarn.lock index 1e25b9e..936ae37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1440,14 +1440,6 @@ any-promise@^1.1.0: resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= -anymatch@^1.3.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" - integrity sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA== - dependencies: - micromatch "^2.1.5" - normalize-path "^2.0.0" - anymatch@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" @@ -1481,19 +1473,12 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" -arr-diff@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" - integrity sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8= - dependencies: - arr-flatten "^1.0.1" - arr-diff@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= -arr-flatten@^1.0.1, arr-flatten@^1.1.0: +arr-flatten@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== @@ -1543,11 +1528,6 @@ array-uniq@^1.0.1: resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= -array-unique@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" - integrity sha1-odl8yvy8JiXMcPrc6zalDFiwGlM= - array-unique@^0.3.2: version "0.3.2" resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" @@ -1606,7 +1586,7 @@ ast-types@0.x.x: resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.12.2.tgz#341656049ee328ac03fc805c156b49ebab1e4462" integrity sha512-8c83xDLJM/dLDyXNLiR6afRRm4dPKN6KAnKqytRK3DBJul9lA+atxdQkNDkSVPdTqea5HiRq3lnnOIZ0MBpvdg== -async-each@^1.0.0, async-each@^1.0.1: +async-each@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" integrity sha1-GdOGodntxufByF04iu28xW0zYC0= @@ -1780,7 +1760,7 @@ babel-polyfill@^6.26.0: core-js "^2.5.0" regenerator-runtime "^0.10.5" -babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2: +babel-runtime@^6.22.0, babel-runtime@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= @@ -1956,15 +1936,6 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^1.8.2: - version "1.8.5" - resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" - integrity sha1-uneWLhLf+WnWt2cR6RS3N4V79qc= - dependencies: - expand-range "^1.8.1" - preserve "^0.2.0" - repeat-element "^1.1.2" - braces@^2.3.1, braces@^2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" @@ -2303,22 +2274,6 @@ charm@~0.1.1: resolved "https://registry.yarnpkg.com/charm/-/charm-0.1.2.tgz#06c21eed1a1b06aeb67553cdc53e23274bac2296" integrity sha1-BsIe7RobBq62dVPNxT4jJ0usIpY= -chokidar@^1.6.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468" - integrity sha1-eY5ol3gVHIB2tLNg5e3SjNortGg= - dependencies: - anymatch "^1.3.0" - async-each "^1.0.0" - glob-parent "^2.0.0" - inherits "^2.0.1" - is-binary-path "^1.0.0" - is-glob "^2.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.0.0" - optionalDependencies: - fsevents "^1.0.0" - chokidar@^2.0.2, chokidar@^2.0.3, chokidar@^2.0.4, chokidar@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.2.tgz#9c23ea40b01638439e0513864d362aeacc5ad058" @@ -2623,23 +2578,6 @@ cosmiconfig@^5.0.5: lodash.get "^4.4.2" parse-json "^4.0.0" -cpx@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/cpx/-/cpx-1.5.0.tgz#185be018511d87270dedccc293171e37655ab88f" - integrity sha1-GFvgGFEdhycN7czCkxceN2VauI8= - dependencies: - babel-runtime "^6.9.2" - chokidar "^1.6.0" - duplexer "^0.1.1" - glob "^7.0.5" - glob2base "^0.0.12" - minimatch "^3.0.2" - mkdirp "^0.5.1" - resolve "^1.1.7" - safe-buffer "^5.0.1" - shell-quote "^1.6.1" - subarg "^1.0.0" - crc@^3.4.4: version "3.8.0" resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6" @@ -3039,11 +2977,6 @@ duplexer3@^0.1.4: resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= -duplexer@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" - integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E= - duplexify@^3.4.2, duplexify@^3.6.0: version "3.7.1" resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" @@ -3519,13 +3452,6 @@ execa@^0.10.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -expand-brackets@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" - integrity sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s= - dependencies: - is-posix-bracket "^0.1.0" - expand-brackets@^2.1.4: version "2.1.4" resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" @@ -3539,13 +3465,6 @@ expand-brackets@^2.1.4: snapdragon "^0.8.1" to-regex "^3.0.1" -expand-range@^1.8.1: - version "1.8.2" - resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" - integrity sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc= - dependencies: - fill-range "^2.1.0" - expand-template@^1.0.2: version "1.1.1" resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-1.1.1.tgz#981f188c0c3a87d2e28f559bc541426ff94f21dd" @@ -3580,13 +3499,6 @@ external-editor@^2.1.0: iconv-lite "^0.4.17" tmp "^0.0.33" -extglob@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" - integrity sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE= - dependencies: - is-extglob "^1.0.0" - extglob@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" @@ -3661,22 +3573,6 @@ file-uri-to-path@1: resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== -filename-regex@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26" - integrity sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY= - -fill-range@^2.1.0: - version "2.2.4" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565" - integrity sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q== - dependencies: - is-number "^2.1.0" - isobject "^2.0.0" - randomatic "^3.0.0" - repeat-element "^1.1.2" - repeat-string "^1.5.2" - fill-range@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" @@ -3705,11 +3601,6 @@ find-cache-dir@^1.0.0: make-dir "^1.0.0" pkg-dir "^2.0.0" -find-index@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/find-index/-/find-index-0.1.1.tgz#675d358b2ca3892d795a1ab47232f8b6e2e0dde4" - integrity sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ= - find-root@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" @@ -3795,18 +3686,11 @@ follow-redirects@^1.2.3: dependencies: debug "^3.2.6" -for-in@^1.0.1, for-in@^1.0.2: +for-in@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= -for-own@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" - integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= - dependencies: - for-in "^1.0.1" - forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" @@ -3887,7 +3771,7 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@^1.0.0, fsevents@^1.2.7: +fsevents@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.7.tgz#4851b664a3783e52003b3c66eb0eee1074933aa4" integrity sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw== @@ -4000,21 +3884,6 @@ github-from-package@0.0.0: version "1.0.0" resolved "https://tgz.pm2.io/gkt-1.0.0.tgz#405502b007f319c3f47175c4474527300f2ab5ad" -glob-base@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" - integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q= - dependencies: - glob-parent "^2.0.0" - is-glob "^2.0.0" - -glob-parent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" - integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg= - dependencies: - is-glob "^2.0.0" - glob-parent@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" @@ -4023,13 +3892,6 @@ glob-parent@^3.1.0: is-glob "^3.1.0" path-dirname "^1.0.0" -glob2base@^0.0.12: - version "0.0.12" - resolved "https://registry.yarnpkg.com/glob2base/-/glob2base-0.0.12.tgz#9d419b3e28f12e83a362164a277055922c9c0d56" - integrity sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY= - dependencies: - find-index "^0.1.1" - glob@7.1.2: version "7.1.2" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" @@ -4578,18 +4440,6 @@ is-directory@^0.3.1: resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= -is-dotfile@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1" - integrity sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE= - -is-equal-shallow@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" - integrity sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ= - dependencies: - is-primitive "^2.0.0" - is-es6-generator-function@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-es6-generator-function/-/is-es6-generator-function-1.0.0.tgz#fb7f8ca143d90b63d248fb30a396f6f79aa5db7b" @@ -4609,11 +4459,6 @@ is-extendable@^1.0.1: dependencies: is-plain-object "^2.0.4" -is-extglob@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" - integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA= - is-extglob@^2.1.0, is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" @@ -4641,13 +4486,6 @@ is-generator-function@^1.0.7: resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.7.tgz#d2132e529bb0000a7f80794d4bdf5cd5e5813522" integrity sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== -is-glob@^2.0.0, is-glob@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" - integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM= - dependencies: - is-extglob "^1.0.0" - is-glob@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" @@ -4662,13 +4500,6 @@ is-glob@^4.0.0: dependencies: is-extglob "^2.1.1" -is-number@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" - integrity sha1-Afy7s5NGOlSPL0ZszhbezknbkI8= - dependencies: - kind-of "^3.0.2" - is-number@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" @@ -4676,11 +4507,6 @@ is-number@^3.0.0: dependencies: kind-of "^3.0.2" -is-number@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" - integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== - is-object@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470" @@ -4717,16 +4543,6 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: dependencies: isobject "^3.0.1" -is-posix-bracket@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" - integrity sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q= - -is-primitive@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" - integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU= - is-promise@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" @@ -5307,11 +5123,6 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -math-random@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c" - integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A== - maximatch@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/maximatch/-/maximatch-0.1.0.tgz#86cd8d6b04c9f307c05a6b9419906d0360fb13a2" @@ -5368,25 +5179,6 @@ methods@^1.1.1, methods@^1.1.2: resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= -micromatch@^2.1.5: - version "2.3.11" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" - integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU= - dependencies: - arr-diff "^2.0.0" - array-unique "^0.2.1" - braces "^1.8.2" - expand-brackets "^0.1.4" - extglob "^0.3.1" - filename-regex "^2.0.0" - is-extglob "^1.0.0" - is-glob "^2.0.1" - kind-of "^3.0.2" - normalize-path "^2.0.1" - object.omit "^2.0.0" - parse-glob "^3.0.4" - regex-cache "^0.4.2" - micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8: version "3.1.10" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" @@ -5468,7 +5260,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4: +minimatch@^3.0.0, minimatch@^3.0.3, minimatch@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== @@ -5556,6 +5348,11 @@ moment@^2.21.0, moment@^2.22.2: resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg== +moniker@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/moniker/-/moniker-0.1.2.tgz#872dfba575dcea8fa04a5135b13d5f24beccc97e" + integrity sha1-hy37pXXc6o+gSlE1sT1fJL7MyX4= + move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" @@ -5603,6 +5400,11 @@ nanoid@2.0.0: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.0.0.tgz#e1ab4a4b024a38d15531ba34a712a201540de639" integrity sha512-SG2qscLE3iM4C0CNzGrsAojJHSVHMS1J8NnvJ31P1lH8P0hGHOiafmniNJz6w6q7vuoDlV7RdySlJgtqkFEVtQ== +nanoid@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.0.1.tgz#deb55cac196e3f138071911dabbc3726eb048864" + integrity sha512-k1u2uemjIGsn25zmujKnotgniC/gxQ9sdegdezeDiKdkDW56THUMqlz3urndKCXJxA6yPzSZbXx/QCMe/pxqsA== + nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" @@ -5858,7 +5660,7 @@ normalize-package-data@^2.3.2: semver "2 || 3 || 4 || 5" validate-npm-package-license "^3.0.1" -normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1: +normalize-path@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= @@ -5987,14 +5789,6 @@ object.getownpropertydescriptors@^2.0.3: define-properties "^1.1.2" es-abstract "^1.5.1" -object.omit@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" - integrity sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo= - dependencies: - for-own "^0.1.4" - is-extendable "^0.1.1" - object.pick@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" @@ -6208,16 +6002,6 @@ parse-asn1@^5.0.0: pbkdf2 "^3.0.3" safe-buffer "^5.1.1" -parse-glob@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" - integrity sha1-ssN2z7EfNVE7rdFz7wu246OIORw= - dependencies: - glob-base "^0.3.0" - is-dotfile "^1.0.0" - is-extglob "^1.0.0" - is-glob "^2.0.0" - parse-json@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" @@ -6627,11 +6411,6 @@ prepend-http@^1.0.1: resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= -preserve@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" - integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= - primer-alerts@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/primer-alerts/-/primer-alerts-2.0.0.tgz#5596b439ddd633f867938c7076b269e0ee5fbc69" @@ -7112,15 +6891,6 @@ random-bytes@~1.0.0: resolved "https://registry.yarnpkg.com/random-bytes/-/random-bytes-1.0.0.tgz#4f68a1dc0ae58bd3fb95848c30324db75d64360b" integrity sha1-T2ih3Arli9P7lYSMMDJNt11kNgs= -randomatic@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed" - integrity sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw== - dependencies: - is-number "^4.0.0" - kind-of "^6.0.0" - math-random "^1.0.1" - randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5: version "2.1.0" resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" @@ -7330,7 +7100,7 @@ readable-stream@~2.1.5: string_decoder "~0.10.x" util-deprecate "~1.0.1" -readdirp@^2.0.0, readdirp@^2.2.1: +readdirp@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== @@ -7419,13 +7189,6 @@ regenerator-transform@^0.13.3, regenerator-transform@^0.13.4: dependencies: private "^0.1.6" -regex-cache@^0.4.2: - version "0.4.4" - resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" - integrity sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ== - dependencies: - is-equal-shallow "^0.1.3" - regex-not@^1.0.0, regex-not@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" @@ -7478,7 +7241,7 @@ repeat-element@^1.1.2: resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== -repeat-string@^1.5.2, repeat-string@^1.6.1: +repeat-string@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= @@ -7556,7 +7319,7 @@ resolve@^1.1.6: dependencies: path-parse "^1.0.5" -resolve@^1.1.7, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0, resolve@^1.8.1: +resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0, resolve@^1.8.1: version "1.10.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba" integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg== @@ -8334,13 +8097,6 @@ stylis@3.5.4, stylis@^3.5.0: resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe" integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q== -subarg@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/subarg/-/subarg-1.0.0.tgz#f62cf17581e996b48fc965699f54c06ae268b8d2" - integrity sha1-9izxdYHplrSPyWVpn1TAauJouNI= - dependencies: - minimist "^1.1.0" - superagent@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/superagent/-/superagent-4.1.0.tgz#c465c2de41df2b8d05c165cbe403e280790cdfd5"