dependency: update dependency jimp to v0.22.12 (#29055)

* fix(deps): update dependency jimp to v0.22.12

* changelog entry

* empty commit

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* remove reference to files that no longer exist

* Remove 'regeneratorRuntime' from allowList, this must have been removed from jimp

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-08 17:39:28 -05:00
committed by GitHub
parent 96eab733d7
commit adbefb6d8d
10 changed files with 404 additions and 428 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
## 13.6.7
_Released 2/27/2024 (PENDING)_
_Released 3/12/2024 (PENDING)_
**Performance:**
@@ -15,8 +15,9 @@ _Released 2/27/2024 (PENDING)_
**Dependency Updates:**
- Updated signal-exit from `3.0.3` to `3.0.7`. Addressed in [#28979](https://github.com/cypress-io/cypress/pull/28979).
- Updated jimp from `0.14.0` to `0.22.12`. Addressed in [#29055](https://github.com/cypress-io/cypress/pull/29055).
- Updated http-proxy-middleware from `2.0.4` to `2.0.6`. Addressed in [#28902](https://github.com/cypress-io/cypress/pull/28902).
- Updated signal-exit from `3.0.3` to `3.0.7`. Addressed in [#28979](https://github.com/cypress-io/cypress/pull/28979).
## 13.6.6
+1 -1
View File
@@ -57,7 +57,7 @@
"express": "4.17.3",
"is-valid-domain": "0.0.20",
"is-valid-hostname": "1.0.1",
"jimp": "0.14.0",
"jimp": "0.22.12",
"jquery": "3.1.1",
"js-cookie": "2.2.1",
"json-stable-stringify": "1.0.1",
+1 -1
View File
@@ -80,7 +80,7 @@
"is-ci": "^3.0.1",
"is-fork-pr": "2.5.0",
"is-html": "2.0.0",
"jimp": "0.14.0",
"jimp": "0.22.12",
"jose": "^4.11.2",
"jsonlint": "1.6.3",
"launch-editor": "2.3.0",
-3
View File
@@ -196,7 +196,6 @@ const cleanupUnneededDependencies = async (buildAppDir) => {
path.join(buildAppDir, '**', '@babel', '**', 'esm'),
path.join(buildAppDir, '**', 'ramda', 'es'),
path.join(buildAppDir, '**', 'jimp', 'es'),
path.join(buildAppDir, '**', '@jimp', '**', 'es'),
path.join(buildAppDir, '**', 'nexus', 'dist-esm'),
path.join(buildAppDir, '**', '@graphql-tools', '**', '*.mjs'),
path.join(buildAppDir, '**', 'graphql', '**', '*.mjs'),
@@ -210,8 +209,6 @@ const cleanupUnneededDependencies = async (buildAppDir) => {
path.join(buildAppDir, '**', '*.d.ts'),
path.join(buildAppDir, '**', 'ajv', 'lib', '**', '*.ts'),
path.join(buildAppDir, '**', '*.flow'),
// Example files are not needed
path.join(buildAppDir, '**', 'jimp', 'browser', 'examples'),
// Documentation files are not needed
path.join(buildAppDir, '**', 'JSV', 'jsdoc-toolkit'),
path.join(buildAppDir, '**', 'JSV', 'docs'),
-1
View File
@@ -168,7 +168,6 @@ export async function buildCypressApp (options: BuildCypressAppOpts) {
meta.distDir('**', 'image-q', 'demo'),
meta.distDir('**', 'gifwrap', 'test'),
meta.distDir('**', 'pixelmatch', 'test'),
meta.distDir('**', '@jimp', 'tiff', 'test'),
meta.distDir('**', '@cypress', 'icons', '**/*.{ai,eps}'),
meta.distDir('**', 'esprima', 'test'),
meta.distDir('**', 'bmp-js', 'test'),
+1 -1
View File
@@ -299,7 +299,7 @@ const runIntegrityTest = async function (buildAppExecutable, buildAppDir, e2e) {
console.error(`extra keys in electron process: ${extraKeys}`)
}
const allowList = ['regeneratorRuntime', '__core-js_shared__', 'getSnapshotResult', 'supportTypeScript', 'Iterator']
const allowList = ['__core-js_shared__', 'getSnapshotResult', 'supportTypeScript', 'Iterator']
await testAlteringEntryPoint(`(${compareGlobals.toString()})()`, `extra keys in electron process: ${allowList}\nIntegrity check failed with expected stack length 9 but got 10`)
+43 -55
View File
@@ -50,7 +50,6 @@
"./node_modules/stream-parser/node_modules/debug/src/node.js",
"./node_modules/tcp-port-used/node_modules/debug/src/node.js",
"./node_modules/trash/node_modules/make-dir/index.js",
"./node_modules/utif/UTIF.js",
"./packages/data-context/node_modules/@babel/generator/node_modules/@babel/types/lib/definitions/core.js",
"./packages/data-context/node_modules/debug/src/node.js",
"./packages/data-context/node_modules/minimatch/minimatch.js",
@@ -195,6 +194,14 @@
"./node_modules/@jimp/jpeg/node_modules/jpeg-js/lib/decoder.js",
"./node_modules/@jimp/plugin-print/dist/index.js",
"./node_modules/@jimp/plugins/dist/index.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/chunkstream.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/png.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/sync-inflate.js",
"./node_modules/@jimp/tiff/dist/index.js",
"./node_modules/@jimp/types/dist/index.js",
"./node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js",
@@ -331,9 +338,11 @@
"./node_modules/iconv-lite/lib/index.js",
"./node_modules/iconv-lite/lib/streams.js",
"./node_modules/ignore/index.js",
"./node_modules/image-q/dist/cjs/image-q.cjs",
"./node_modules/image-size/dist/fs.promises.js",
"./node_modules/image-size/dist/index.js",
"./node_modules/isexe/index.js",
"./node_modules/isomorphic-fetch/fetch-npm-node.js",
"./node_modules/istextorbinary/edition-es2019/index.js",
"./node_modules/jimp/dist/index.js",
"./node_modules/jose/dist/node/cjs/lib/buffer_utils.js",
@@ -473,14 +482,6 @@
"./node_modules/picomatch/lib/picomatch.js",
"./node_modules/pidusage/lib/stats.js",
"./node_modules/pinkie/index.js",
"./node_modules/pngjs/lib/chunkstream.js",
"./node_modules/pngjs/lib/filter-parse-async.js",
"./node_modules/pngjs/lib/packer-async.js",
"./node_modules/pngjs/lib/packer-sync.js",
"./node_modules/pngjs/lib/parser-async.js",
"./node_modules/pngjs/lib/parser-sync.js",
"./node_modules/pngjs/lib/png.js",
"./node_modules/pngjs/lib/sync-inflate.js",
"./node_modules/prettier/parser-glimmer.js",
"./node_modules/process-nextick-args/index.js",
"./node_modules/pseudomap/map.js",
@@ -599,6 +600,7 @@
"./node_modules/utf8-stream/node_modules/readable-stream/lib/_stream_transform.js",
"./node_modules/utf8-stream/node_modules/readable-stream/lib/_stream_writable.js",
"./node_modules/utf8-stream/node_modules/readable-stream/transform.js",
"./node_modules/utif2/UTIF.js",
"./node_modules/util-deprecate/node.js",
"./node_modules/uuid/dist/index.js",
"./node_modules/uuid/dist/md5.js",
@@ -945,34 +947,6 @@
"./node_modules/@babel/plugin-syntax-jsx/lib/index.js",
"./node_modules/@babel/plugin-syntax-typescript/lib/index.js",
"./node_modules/@babel/preset-typescript/package.json",
"./node_modules/@babel/runtime/helpers/arrayLikeToArray.js",
"./node_modules/@babel/runtime/helpers/arrayWithHoles.js",
"./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
"./node_modules/@babel/runtime/helpers/assertThisInitialized.js",
"./node_modules/@babel/runtime/helpers/classCallCheck.js",
"./node_modules/@babel/runtime/helpers/construct.js",
"./node_modules/@babel/runtime/helpers/createClass.js",
"./node_modules/@babel/runtime/helpers/defineProperty.js",
"./node_modules/@babel/runtime/helpers/extends.js",
"./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
"./node_modules/@babel/runtime/helpers/inherits.js",
"./node_modules/@babel/runtime/helpers/interopRequireDefault.js",
"./node_modules/@babel/runtime/helpers/interopRequireWildcard.js",
"./node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js",
"./node_modules/@babel/runtime/helpers/iterableToArray.js",
"./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js",
"./node_modules/@babel/runtime/helpers/nonIterableRest.js",
"./node_modules/@babel/runtime/helpers/nonIterableSpread.js",
"./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
"./node_modules/@babel/runtime/helpers/regeneratorRuntime.js",
"./node_modules/@babel/runtime/helpers/setPrototypeOf.js",
"./node_modules/@babel/runtime/helpers/slicedToArray.js",
"./node_modules/@babel/runtime/helpers/toConsumableArray.js",
"./node_modules/@babel/runtime/helpers/toPrimitive.js",
"./node_modules/@babel/runtime/helpers/toPropertyKey.js",
"./node_modules/@babel/runtime/helpers/typeof.js",
"./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js",
"./node_modules/@babel/runtime/regenerator/index.js",
"./node_modules/@babel/template/lib/builder.js",
"./node_modules/@babel/template/lib/formatters.js",
"./node_modules/@babel/template/lib/index.js",
@@ -1109,7 +1083,10 @@
"./node_modules/@jimp/core/dist/utils/image-bitmap.js",
"./node_modules/@jimp/core/dist/utils/mime.js",
"./node_modules/@jimp/core/dist/utils/promisify.js",
"./node_modules/@jimp/core/node_modules/file-type/core.js",
"./node_modules/@jimp/core/node_modules/file-type/index.js",
"./node_modules/@jimp/core/node_modules/file-type/supported.js",
"./node_modules/@jimp/core/node_modules/file-type/util.js",
"./node_modules/@jimp/gif/dist/index.js",
"./node_modules/@jimp/jpeg/node_modules/jpeg-js/lib/encoder.js",
"./node_modules/@jimp/plugin-blit/dist/index.js",
@@ -1137,6 +1114,20 @@
"./node_modules/@jimp/plugin-shadow/dist/index.js",
"./node_modules/@jimp/plugin-threshold/dist/index.js",
"./node_modules/@jimp/png/dist/index.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/bitmapper.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/bitpacker.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/constants.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/crc.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-pack.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/format-normaliser.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/interlace.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/paeth-predictor.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/png-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/sync-reader.js",
"./node_modules/@jimp/utils/dist/index.js",
"./node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js",
"./node_modules/@jridgewell/set-array/dist/set-array.umd.js",
@@ -2169,7 +2160,7 @@
"./node_modules/iconv-lite/encodings/utf7.js",
"./node_modules/iconv-lite/lib/bom-handling.js",
"./node_modules/iconv-lite/lib/extend-node.js",
"./node_modules/image-q/dist/iq.js",
"./node_modules/ieee754/index.js",
"./node_modules/image-size/dist/detector.js",
"./node_modules/image-size/dist/readUInt.js",
"./node_modules/image-size/dist/types.js",
@@ -2464,7 +2455,6 @@
"./node_modules/min-indent/index.js",
"./node_modules/minimatch/node_modules/brace-expansion/index.js",
"./node_modules/minimist/index.js",
"./node_modules/mkdirp/index.js",
"./node_modules/mocha-7.0.1/lib/browser/progress.js",
"./node_modules/mocha-7.0.1/lib/context.js",
"./node_modules/mocha-7.0.1/lib/errors.js",
@@ -2655,6 +2645,10 @@
"./node_modules/path-root-regex/index.js",
"./node_modules/path-root/index.js",
"./node_modules/path-type/index.js",
"./node_modules/peek-readable/lib/Deferred.js",
"./node_modules/peek-readable/lib/EndOfFileStream.js",
"./node_modules/peek-readable/lib/StreamReader.js",
"./node_modules/peek-readable/lib/index.js",
"./node_modules/picomatch/lib/parse.js",
"./node_modules/picomatch/lib/scan.js",
"./node_modules/picomatch/lib/utils.js",
@@ -2706,20 +2700,6 @@
"./node_modules/plist/node_modules/xmlbuilder/lib/XMLWriterBase.js",
"./node_modules/plist/node_modules/xmlbuilder/lib/index.js",
"./node_modules/pluralize/pluralize.js",
"./node_modules/pngjs/lib/bitmapper.js",
"./node_modules/pngjs/lib/bitpacker.js",
"./node_modules/pngjs/lib/constants.js",
"./node_modules/pngjs/lib/crc.js",
"./node_modules/pngjs/lib/filter-pack.js",
"./node_modules/pngjs/lib/filter-parse-sync.js",
"./node_modules/pngjs/lib/filter-parse.js",
"./node_modules/pngjs/lib/format-normaliser.js",
"./node_modules/pngjs/lib/interlace.js",
"./node_modules/pngjs/lib/packer.js",
"./node_modules/pngjs/lib/paeth-predictor.js",
"./node_modules/pngjs/lib/parser.js",
"./node_modules/pngjs/lib/png-sync.js",
"./node_modules/pngjs/lib/sync-reader.js",
"./node_modules/prettier/doc.js",
"./node_modules/prettier/package.json",
"./node_modules/prettier/parser-angular.js",
@@ -3317,6 +3297,13 @@
"./node_modules/strip-ansi/index.js",
"./node_modules/strip-eof/index.js",
"./node_modules/strip-final-newline/index.js",
"./node_modules/strtok3/lib/AbstractTokenizer.js",
"./node_modules/strtok3/lib/BufferTokenizer.js",
"./node_modules/strtok3/lib/FileTokenizer.js",
"./node_modules/strtok3/lib/FsPromise.js",
"./node_modules/strtok3/lib/ReadStreamTokenizer.js",
"./node_modules/strtok3/lib/core.js",
"./node_modules/strtok3/lib/index.js",
"./node_modules/supports-color/node_modules/has-flag/index.js",
"./node_modules/syntax-error/index.js",
"./node_modules/systeminformation/lib/audio.js",
@@ -3346,11 +3333,12 @@
"./node_modules/textextensions/edition-es5/index.js",
"./node_modules/through/index.js",
"./node_modules/timm/lib/timm.js",
"./node_modules/tinycolor2/tinycolor.js",
"./node_modules/tinycolor2/cjs/tinycolor.js",
"./node_modules/to-fast-properties/index.js",
"./node_modules/to-regex-range/index.js",
"./node_modules/to-regex-range/node_modules/is-number/index.js",
"./node_modules/toidentifier/index.js",
"./node_modules/token-types/lib/index.js",
"./node_modules/tough-cookie/lib/memstore.js",
"./node_modules/tough-cookie/lib/pathMatch.js",
"./node_modules/tough-cookie/lib/permuteDomain.js",
@@ -4313,5 +4301,5 @@
"./tooling/v8-snapshot/cache/darwin/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "da24f5340a66cbfd88e98624bf19e59e4eba7b48330f2fc0cff54075115b6076"
"deferredHash": "d4da39b5afe2cdf6d1e8567901cc5ab15f161aa622d8a35202059f97263f4188"
}
+43 -55
View File
@@ -50,7 +50,6 @@
"./node_modules/stream-parser/node_modules/debug/src/node.js",
"./node_modules/tcp-port-used/node_modules/debug/src/node.js",
"./node_modules/trash/node_modules/make-dir/index.js",
"./node_modules/utif/UTIF.js",
"./packages/data-context/node_modules/@babel/generator/node_modules/@babel/types/lib/definitions/core.js",
"./packages/data-context/node_modules/debug/src/node.js",
"./packages/data-context/node_modules/minimatch/minimatch.js",
@@ -195,6 +194,14 @@
"./node_modules/@jimp/jpeg/node_modules/jpeg-js/lib/decoder.js",
"./node_modules/@jimp/plugin-print/dist/index.js",
"./node_modules/@jimp/plugins/dist/index.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/chunkstream.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/png.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/sync-inflate.js",
"./node_modules/@jimp/tiff/dist/index.js",
"./node_modules/@jimp/types/dist/index.js",
"./node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js",
@@ -330,9 +337,11 @@
"./node_modules/iconv-lite/lib/index.js",
"./node_modules/iconv-lite/lib/streams.js",
"./node_modules/ignore/index.js",
"./node_modules/image-q/dist/cjs/image-q.cjs",
"./node_modules/image-size/dist/fs.promises.js",
"./node_modules/image-size/dist/index.js",
"./node_modules/isexe/index.js",
"./node_modules/isomorphic-fetch/fetch-npm-node.js",
"./node_modules/istextorbinary/edition-es2019/index.js",
"./node_modules/jimp/dist/index.js",
"./node_modules/jose/dist/node/cjs/lib/buffer_utils.js",
@@ -472,14 +481,6 @@
"./node_modules/picomatch/lib/picomatch.js",
"./node_modules/pidusage/lib/stats.js",
"./node_modules/pinkie/index.js",
"./node_modules/pngjs/lib/chunkstream.js",
"./node_modules/pngjs/lib/filter-parse-async.js",
"./node_modules/pngjs/lib/packer-async.js",
"./node_modules/pngjs/lib/packer-sync.js",
"./node_modules/pngjs/lib/parser-async.js",
"./node_modules/pngjs/lib/parser-sync.js",
"./node_modules/pngjs/lib/png.js",
"./node_modules/pngjs/lib/sync-inflate.js",
"./node_modules/prettier/parser-glimmer.js",
"./node_modules/process-nextick-args/index.js",
"./node_modules/pseudomap/map.js",
@@ -598,6 +599,7 @@
"./node_modules/utf8-stream/node_modules/readable-stream/lib/_stream_transform.js",
"./node_modules/utf8-stream/node_modules/readable-stream/lib/_stream_writable.js",
"./node_modules/utf8-stream/node_modules/readable-stream/transform.js",
"./node_modules/utif2/UTIF.js",
"./node_modules/util-deprecate/node.js",
"./node_modules/uuid/dist/index.js",
"./node_modules/uuid/dist/md5.js",
@@ -944,34 +946,6 @@
"./node_modules/@babel/plugin-syntax-jsx/lib/index.js",
"./node_modules/@babel/plugin-syntax-typescript/lib/index.js",
"./node_modules/@babel/preset-typescript/package.json",
"./node_modules/@babel/runtime/helpers/arrayLikeToArray.js",
"./node_modules/@babel/runtime/helpers/arrayWithHoles.js",
"./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
"./node_modules/@babel/runtime/helpers/assertThisInitialized.js",
"./node_modules/@babel/runtime/helpers/classCallCheck.js",
"./node_modules/@babel/runtime/helpers/construct.js",
"./node_modules/@babel/runtime/helpers/createClass.js",
"./node_modules/@babel/runtime/helpers/defineProperty.js",
"./node_modules/@babel/runtime/helpers/extends.js",
"./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
"./node_modules/@babel/runtime/helpers/inherits.js",
"./node_modules/@babel/runtime/helpers/interopRequireDefault.js",
"./node_modules/@babel/runtime/helpers/interopRequireWildcard.js",
"./node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js",
"./node_modules/@babel/runtime/helpers/iterableToArray.js",
"./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js",
"./node_modules/@babel/runtime/helpers/nonIterableRest.js",
"./node_modules/@babel/runtime/helpers/nonIterableSpread.js",
"./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
"./node_modules/@babel/runtime/helpers/regeneratorRuntime.js",
"./node_modules/@babel/runtime/helpers/setPrototypeOf.js",
"./node_modules/@babel/runtime/helpers/slicedToArray.js",
"./node_modules/@babel/runtime/helpers/toConsumableArray.js",
"./node_modules/@babel/runtime/helpers/toPrimitive.js",
"./node_modules/@babel/runtime/helpers/toPropertyKey.js",
"./node_modules/@babel/runtime/helpers/typeof.js",
"./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js",
"./node_modules/@babel/runtime/regenerator/index.js",
"./node_modules/@babel/template/lib/builder.js",
"./node_modules/@babel/template/lib/formatters.js",
"./node_modules/@babel/template/lib/index.js",
@@ -1108,7 +1082,10 @@
"./node_modules/@jimp/core/dist/utils/image-bitmap.js",
"./node_modules/@jimp/core/dist/utils/mime.js",
"./node_modules/@jimp/core/dist/utils/promisify.js",
"./node_modules/@jimp/core/node_modules/file-type/core.js",
"./node_modules/@jimp/core/node_modules/file-type/index.js",
"./node_modules/@jimp/core/node_modules/file-type/supported.js",
"./node_modules/@jimp/core/node_modules/file-type/util.js",
"./node_modules/@jimp/gif/dist/index.js",
"./node_modules/@jimp/jpeg/node_modules/jpeg-js/lib/encoder.js",
"./node_modules/@jimp/plugin-blit/dist/index.js",
@@ -1136,6 +1113,20 @@
"./node_modules/@jimp/plugin-shadow/dist/index.js",
"./node_modules/@jimp/plugin-threshold/dist/index.js",
"./node_modules/@jimp/png/dist/index.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/bitmapper.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/bitpacker.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/constants.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/crc.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-pack.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/format-normaliser.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/interlace.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/paeth-predictor.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/png-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/sync-reader.js",
"./node_modules/@jimp/utils/dist/index.js",
"./node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js",
"./node_modules/@jridgewell/set-array/dist/set-array.umd.js",
@@ -2168,7 +2159,7 @@
"./node_modules/iconv-lite/encodings/utf7.js",
"./node_modules/iconv-lite/lib/bom-handling.js",
"./node_modules/iconv-lite/lib/extend-node.js",
"./node_modules/image-q/dist/iq.js",
"./node_modules/ieee754/index.js",
"./node_modules/image-size/dist/detector.js",
"./node_modules/image-size/dist/readUInt.js",
"./node_modules/image-size/dist/types.js",
@@ -2463,7 +2454,6 @@
"./node_modules/min-indent/index.js",
"./node_modules/minimatch/node_modules/brace-expansion/index.js",
"./node_modules/minimist/index.js",
"./node_modules/mkdirp/index.js",
"./node_modules/mocha-7.0.1/lib/browser/progress.js",
"./node_modules/mocha-7.0.1/lib/context.js",
"./node_modules/mocha-7.0.1/lib/errors.js",
@@ -2654,6 +2644,10 @@
"./node_modules/path-root-regex/index.js",
"./node_modules/path-root/index.js",
"./node_modules/path-type/index.js",
"./node_modules/peek-readable/lib/Deferred.js",
"./node_modules/peek-readable/lib/EndOfFileStream.js",
"./node_modules/peek-readable/lib/StreamReader.js",
"./node_modules/peek-readable/lib/index.js",
"./node_modules/picomatch/lib/parse.js",
"./node_modules/picomatch/lib/scan.js",
"./node_modules/picomatch/lib/utils.js",
@@ -2705,20 +2699,6 @@
"./node_modules/plist/node_modules/xmlbuilder/lib/XMLWriterBase.js",
"./node_modules/plist/node_modules/xmlbuilder/lib/index.js",
"./node_modules/pluralize/pluralize.js",
"./node_modules/pngjs/lib/bitmapper.js",
"./node_modules/pngjs/lib/bitpacker.js",
"./node_modules/pngjs/lib/constants.js",
"./node_modules/pngjs/lib/crc.js",
"./node_modules/pngjs/lib/filter-pack.js",
"./node_modules/pngjs/lib/filter-parse-sync.js",
"./node_modules/pngjs/lib/filter-parse.js",
"./node_modules/pngjs/lib/format-normaliser.js",
"./node_modules/pngjs/lib/interlace.js",
"./node_modules/pngjs/lib/packer.js",
"./node_modules/pngjs/lib/paeth-predictor.js",
"./node_modules/pngjs/lib/parser.js",
"./node_modules/pngjs/lib/png-sync.js",
"./node_modules/pngjs/lib/sync-reader.js",
"./node_modules/prettier/doc.js",
"./node_modules/prettier/package.json",
"./node_modules/prettier/parser-angular.js",
@@ -3316,6 +3296,13 @@
"./node_modules/strip-ansi/index.js",
"./node_modules/strip-eof/index.js",
"./node_modules/strip-final-newline/index.js",
"./node_modules/strtok3/lib/AbstractTokenizer.js",
"./node_modules/strtok3/lib/BufferTokenizer.js",
"./node_modules/strtok3/lib/FileTokenizer.js",
"./node_modules/strtok3/lib/FsPromise.js",
"./node_modules/strtok3/lib/ReadStreamTokenizer.js",
"./node_modules/strtok3/lib/core.js",
"./node_modules/strtok3/lib/index.js",
"./node_modules/supports-color/node_modules/has-flag/index.js",
"./node_modules/syntax-error/index.js",
"./node_modules/systeminformation/lib/audio.js",
@@ -3345,11 +3332,12 @@
"./node_modules/textextensions/edition-es5/index.js",
"./node_modules/through/index.js",
"./node_modules/timm/lib/timm.js",
"./node_modules/tinycolor2/tinycolor.js",
"./node_modules/tinycolor2/cjs/tinycolor.js",
"./node_modules/to-fast-properties/index.js",
"./node_modules/to-regex-range/index.js",
"./node_modules/to-regex-range/node_modules/is-number/index.js",
"./node_modules/toidentifier/index.js",
"./node_modules/token-types/lib/index.js",
"./node_modules/tough-cookie/lib/memstore.js",
"./node_modules/tough-cookie/lib/pathMatch.js",
"./node_modules/tough-cookie/lib/permuteDomain.js",
@@ -4312,5 +4300,5 @@
"./tooling/v8-snapshot/cache/linux/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "da24f5340a66cbfd88e98624bf19e59e4eba7b48330f2fc0cff54075115b6076"
"deferredHash": "d4da39b5afe2cdf6d1e8567901cc5ab15f161aa622d8a35202059f97263f4188"
}
+43 -55
View File
@@ -50,7 +50,6 @@
"./node_modules/stream-parser/node_modules/debug/src/node.js",
"./node_modules/tcp-port-used/node_modules/debug/src/node.js",
"./node_modules/trash/node_modules/make-dir/index.js",
"./node_modules/utif/UTIF.js",
"./packages/data-context/node_modules/@babel/generator/node_modules/@babel/types/lib/definitions/core.js",
"./packages/data-context/node_modules/debug/src/node.js",
"./packages/data-context/node_modules/minimatch/minimatch.js",
@@ -197,6 +196,14 @@
"./node_modules/@jimp/jpeg/node_modules/jpeg-js/lib/decoder.js",
"./node_modules/@jimp/plugin-print/dist/index.js",
"./node_modules/@jimp/plugins/dist/index.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/chunkstream.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser-async.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/png.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/sync-inflate.js",
"./node_modules/@jimp/tiff/dist/index.js",
"./node_modules/@jimp/types/dist/index.js",
"./node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js",
@@ -332,9 +339,11 @@
"./node_modules/iconv-lite/lib/index.js",
"./node_modules/iconv-lite/lib/streams.js",
"./node_modules/ignore/index.js",
"./node_modules/image-q/dist/cjs/image-q.cjs",
"./node_modules/image-size/dist/fs.promises.js",
"./node_modules/image-size/dist/index.js",
"./node_modules/isexe/index.js",
"./node_modules/isomorphic-fetch/fetch-npm-node.js",
"./node_modules/istextorbinary/edition-es2019/index.js",
"./node_modules/jimp/dist/index.js",
"./node_modules/jose/dist/node/cjs/lib/buffer_utils.js",
@@ -473,14 +482,6 @@
"./node_modules/picomatch/lib/picomatch.js",
"./node_modules/pidusage/lib/stats.js",
"./node_modules/pinkie/index.js",
"./node_modules/pngjs/lib/chunkstream.js",
"./node_modules/pngjs/lib/filter-parse-async.js",
"./node_modules/pngjs/lib/packer-async.js",
"./node_modules/pngjs/lib/packer-sync.js",
"./node_modules/pngjs/lib/parser-async.js",
"./node_modules/pngjs/lib/parser-sync.js",
"./node_modules/pngjs/lib/png.js",
"./node_modules/pngjs/lib/sync-inflate.js",
"./node_modules/prettier/parser-glimmer.js",
"./node_modules/process-nextick-args/index.js",
"./node_modules/pseudomap/map.js",
@@ -602,6 +603,7 @@
"./node_modules/utf8-stream/node_modules/readable-stream/lib/_stream_transform.js",
"./node_modules/utf8-stream/node_modules/readable-stream/lib/_stream_writable.js",
"./node_modules/utf8-stream/node_modules/readable-stream/transform.js",
"./node_modules/utif2/UTIF.js",
"./node_modules/util-deprecate/node.js",
"./node_modules/uuid/dist/index.js",
"./node_modules/uuid/dist/md5.js",
@@ -949,34 +951,6 @@
"./node_modules/@babel/plugin-syntax-jsx/lib/index.js",
"./node_modules/@babel/plugin-syntax-typescript/lib/index.js",
"./node_modules/@babel/preset-typescript/package.json",
"./node_modules/@babel/runtime/helpers/arrayLikeToArray.js",
"./node_modules/@babel/runtime/helpers/arrayWithHoles.js",
"./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
"./node_modules/@babel/runtime/helpers/assertThisInitialized.js",
"./node_modules/@babel/runtime/helpers/classCallCheck.js",
"./node_modules/@babel/runtime/helpers/construct.js",
"./node_modules/@babel/runtime/helpers/createClass.js",
"./node_modules/@babel/runtime/helpers/defineProperty.js",
"./node_modules/@babel/runtime/helpers/extends.js",
"./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
"./node_modules/@babel/runtime/helpers/inherits.js",
"./node_modules/@babel/runtime/helpers/interopRequireDefault.js",
"./node_modules/@babel/runtime/helpers/interopRequireWildcard.js",
"./node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js",
"./node_modules/@babel/runtime/helpers/iterableToArray.js",
"./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js",
"./node_modules/@babel/runtime/helpers/nonIterableRest.js",
"./node_modules/@babel/runtime/helpers/nonIterableSpread.js",
"./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
"./node_modules/@babel/runtime/helpers/regeneratorRuntime.js",
"./node_modules/@babel/runtime/helpers/setPrototypeOf.js",
"./node_modules/@babel/runtime/helpers/slicedToArray.js",
"./node_modules/@babel/runtime/helpers/toConsumableArray.js",
"./node_modules/@babel/runtime/helpers/toPrimitive.js",
"./node_modules/@babel/runtime/helpers/toPropertyKey.js",
"./node_modules/@babel/runtime/helpers/typeof.js",
"./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js",
"./node_modules/@babel/runtime/regenerator/index.js",
"./node_modules/@babel/template/lib/builder.js",
"./node_modules/@babel/template/lib/formatters.js",
"./node_modules/@babel/template/lib/index.js",
@@ -1111,7 +1085,10 @@
"./node_modules/@jimp/core/dist/utils/image-bitmap.js",
"./node_modules/@jimp/core/dist/utils/mime.js",
"./node_modules/@jimp/core/dist/utils/promisify.js",
"./node_modules/@jimp/core/node_modules/file-type/core.js",
"./node_modules/@jimp/core/node_modules/file-type/index.js",
"./node_modules/@jimp/core/node_modules/file-type/supported.js",
"./node_modules/@jimp/core/node_modules/file-type/util.js",
"./node_modules/@jimp/gif/dist/index.js",
"./node_modules/@jimp/jpeg/node_modules/jpeg-js/lib/encoder.js",
"./node_modules/@jimp/plugin-blit/dist/index.js",
@@ -1139,6 +1116,20 @@
"./node_modules/@jimp/plugin-shadow/dist/index.js",
"./node_modules/@jimp/plugin-threshold/dist/index.js",
"./node_modules/@jimp/png/dist/index.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/bitmapper.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/bitpacker.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/constants.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/crc.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-pack.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/filter-parse.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/format-normaliser.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/interlace.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/packer.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/paeth-predictor.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/parser.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/png-sync.js",
"./node_modules/@jimp/png/node_modules/pngjs/lib/sync-reader.js",
"./node_modules/@jimp/utils/dist/index.js",
"./node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js",
"./node_modules/@jridgewell/set-array/dist/set-array.umd.js",
@@ -2171,7 +2162,7 @@
"./node_modules/iconv-lite/encodings/utf7.js",
"./node_modules/iconv-lite/lib/bom-handling.js",
"./node_modules/iconv-lite/lib/extend-node.js",
"./node_modules/image-q/dist/iq.js",
"./node_modules/ieee754/index.js",
"./node_modules/image-size/dist/detector.js",
"./node_modules/image-size/dist/readUInt.js",
"./node_modules/image-size/dist/types.js",
@@ -2466,7 +2457,6 @@
"./node_modules/min-indent/index.js",
"./node_modules/minimatch/node_modules/brace-expansion/index.js",
"./node_modules/minimist/index.js",
"./node_modules/mkdirp/index.js",
"./node_modules/mocha-7.0.1/lib/browser/progress.js",
"./node_modules/mocha-7.0.1/lib/context.js",
"./node_modules/mocha-7.0.1/lib/errors.js",
@@ -2657,6 +2647,10 @@
"./node_modules/path-root-regex/index.js",
"./node_modules/path-root/index.js",
"./node_modules/path-type/index.js",
"./node_modules/peek-readable/lib/Deferred.js",
"./node_modules/peek-readable/lib/EndOfFileStream.js",
"./node_modules/peek-readable/lib/StreamReader.js",
"./node_modules/peek-readable/lib/index.js",
"./node_modules/picocolors/picocolors.js",
"./node_modules/picomatch/lib/parse.js",
"./node_modules/picomatch/lib/scan.js",
@@ -2709,20 +2703,6 @@
"./node_modules/plist/node_modules/xmlbuilder/lib/XMLWriterBase.js",
"./node_modules/plist/node_modules/xmlbuilder/lib/index.js",
"./node_modules/pluralize/pluralize.js",
"./node_modules/pngjs/lib/bitmapper.js",
"./node_modules/pngjs/lib/bitpacker.js",
"./node_modules/pngjs/lib/constants.js",
"./node_modules/pngjs/lib/crc.js",
"./node_modules/pngjs/lib/filter-pack.js",
"./node_modules/pngjs/lib/filter-parse-sync.js",
"./node_modules/pngjs/lib/filter-parse.js",
"./node_modules/pngjs/lib/format-normaliser.js",
"./node_modules/pngjs/lib/interlace.js",
"./node_modules/pngjs/lib/packer.js",
"./node_modules/pngjs/lib/paeth-predictor.js",
"./node_modules/pngjs/lib/parser.js",
"./node_modules/pngjs/lib/png-sync.js",
"./node_modules/pngjs/lib/sync-reader.js",
"./node_modules/prettier/doc.js",
"./node_modules/prettier/package.json",
"./node_modules/prettier/parser-angular.js",
@@ -3318,6 +3298,13 @@
"./node_modules/strip-ansi/index.js",
"./node_modules/strip-eof/index.js",
"./node_modules/strip-final-newline/index.js",
"./node_modules/strtok3/lib/AbstractTokenizer.js",
"./node_modules/strtok3/lib/BufferTokenizer.js",
"./node_modules/strtok3/lib/FileTokenizer.js",
"./node_modules/strtok3/lib/FsPromise.js",
"./node_modules/strtok3/lib/ReadStreamTokenizer.js",
"./node_modules/strtok3/lib/core.js",
"./node_modules/strtok3/lib/index.js",
"./node_modules/supports-color/node_modules/has-flag/index.js",
"./node_modules/syntax-error/index.js",
"./node_modules/systeminformation/lib/audio.js",
@@ -3346,11 +3333,12 @@
"./node_modules/textextensions/edition-es5/index.js",
"./node_modules/through/index.js",
"./node_modules/timm/lib/timm.js",
"./node_modules/tinycolor2/tinycolor.js",
"./node_modules/tinycolor2/cjs/tinycolor.js",
"./node_modules/to-fast-properties/index.js",
"./node_modules/to-regex-range/index.js",
"./node_modules/to-regex-range/node_modules/is-number/index.js",
"./node_modules/toidentifier/index.js",
"./node_modules/token-types/lib/index.js",
"./node_modules/tough-cookie/lib/memstore.js",
"./node_modules/tough-cookie/lib/pathMatch.js",
"./node_modules/tough-cookie/lib/permuteDomain.js",
@@ -4312,5 +4300,5 @@
"./tooling/v8-snapshot/cache/win32/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "a9125c8169bd9325acd5d5d11758ac8023aa33b677b6b26b4e66698734445672"
"deferredHash": "9add81ae94441e83a02f8c60dba639ac92a16668da25238c92231ede2699d113"
}
+269 -254
View File
@@ -4401,294 +4401,261 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"
"@jimp/bmp@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.14.0.tgz#6df246026554f276f7b354047c6fff9f5b2b5182"
integrity sha512-5RkX6tSS7K3K3xNEb2ygPuvyL9whjanhoaB/WmmXlJS6ub4DjTqrapu8j4qnIWmO4YYtFeTbDTXV6v9P1yMA5A==
"@jimp/bmp@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.22.12.tgz#0316044dc7b1a90274aef266d50349347fb864d4"
integrity sha512-aeI64HD0npropd+AR76MCcvvRaa+Qck6loCOS03CkkxGHN5/r336qTM5HPUdHKMDOGzqknuVPA8+kK1t03z12g==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
bmp-js "^0.1.0"
"@jimp/core@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.14.0.tgz#870c9ca25b40be353ebda1d2abb48723d9010055"
integrity sha512-S62FcKdtLtj3yWsGfJRdFXSutjvHg7aQNiFogMbwq19RP4XJWqS2nOphu7ScB8KrSlyy5nPF2hkWNhLRLyD82w==
"@jimp/core@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.22.12.tgz#70785ea7d10b138fb65bcfe9f712826f00a10e1d"
integrity sha512-l0RR0dOPyzMKfjUW1uebzueFEDtCOj9fN6pyTYWWOM/VS4BciXQ1VVrJs8pO3kycGYZxncRKhCoygbNr8eEZQA==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
any-base "^1.1.0"
buffer "^5.2.0"
exif-parser "^0.1.12"
file-type "^9.0.0"
load-bmfont "^1.3.1"
mkdirp "^0.5.1"
phin "^2.9.1"
file-type "^16.5.4"
isomorphic-fetch "^3.0.0"
pixelmatch "^4.0.2"
tinycolor2 "^1.4.1"
tinycolor2 "^1.6.0"
"@jimp/custom@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.14.0.tgz#1dbbf0094df7403f4e03bc984ed92e7458842f74"
integrity sha512-kQJMeH87+kWJdVw8F9GQhtsageqqxrvzg7yyOw3Tx/s7v5RToe8RnKyMM+kVtBJtNAG+Xyv/z01uYQ2jiZ3GwA==
"@jimp/custom@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.22.12.tgz#236f2a3f016b533c50869ff22ad1ac00dd0c36be"
integrity sha512-xcmww1O/JFP2MrlGUMd3Q78S3Qu6W3mYTXYuIqFq33EorgYHV/HqymHfXy9GjiCJ7OI+7lWx6nYFOzU7M4rd1Q==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/core" "^0.14.0"
"@jimp/core" "^0.22.12"
"@jimp/gif@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.14.0.tgz#db159f57c3cfd1566bbe8b124958791998614960"
integrity sha512-DHjoOSfCaCz72+oGGEh8qH0zE6pUBaBxPxxmpYJjkNyDZP7RkbBkZJScIYeQ7BmJxmGN4/dZn+MxamoQlr+UYg==
"@jimp/gif@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.22.12.tgz#6caccb45df497fb971b7a88690345596e22163c0"
integrity sha512-y6BFTJgch9mbor2H234VSjd9iwAhaNf/t3US5qpYIs0TSbAvM02Fbc28IaDETj9+4YB4676sz4RcN/zwhfu1pg==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
gifwrap "^0.9.2"
"@jimp/utils" "^0.22.12"
gifwrap "^0.10.1"
omggif "^1.0.9"
"@jimp/jpeg@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.14.0.tgz#8a687a6a653bbbae38c522edef8f84bb418d9461"
integrity sha512-561neGbr+87S/YVQYnZSTyjWTHBm9F6F1obYHiyU3wVmF+1CLbxY3FQzt4YolwyQHIBv36Bo0PY2KkkU8BEeeQ==
"@jimp/jpeg@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.22.12.tgz#b5c74a5aac9826245311370dda8c71a1fcca05ed"
integrity sha512-Rq26XC/uQWaQKyb/5lksCTCxXhtY01NJeBN+dQv5yNYedN0i7iYu+fXEoRsfaJ8xZzjoANH8sns7rVP4GE7d/Q==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
jpeg-js "^0.4.0"
"@jimp/utils" "^0.22.12"
jpeg-js "^0.4.4"
"@jimp/plugin-blit@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.14.0.tgz#5eb374be1201313b2113899fb842232d8fcfd345"
integrity sha512-YoYOrnVHeX3InfgbJawAU601iTZMwEBZkyqcP1V/S33Qnz9uzH1Uj1NtC6fNgWzvX6I4XbCWwtr4RrGFb5CFrw==
"@jimp/plugin-blit@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.22.12.tgz#0fa8320767fda77434b4408798655ff7c7e415d4"
integrity sha512-xslz2ZoFZOPLY8EZ4dC29m168BtDx95D6K80TzgUi8gqT7LY6CsajWO0FAxDwHz6h0eomHMfyGX0stspBrTKnQ==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-blur@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.14.0.tgz#fe07e4932d5a2f5d8c9831e245561553224bfc60"
integrity sha512-9WhZcofLrT0hgI7t0chf7iBQZib//0gJh9WcQMUt5+Q1Bk04dWs8vTgLNj61GBqZXgHSPzE4OpCrrLDBG8zlhQ==
"@jimp/plugin-blur@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.22.12.tgz#0c37b2ff4e588b45f4307b4f13d3d0eef813920d"
integrity sha512-S0vJADTuh1Q9F+cXAwFPlrKWzDj2F9t/9JAbUvaaDuivpyWuImEKXVz5PUZw2NbpuSHjwssbTpOZ8F13iJX4uw==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-circle@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.14.0.tgz#82c0e904a34e90fa672fb9c286bc892e92088ddf"
integrity sha512-o5L+wf6QA44tvTum5HeLyLSc5eVfIUd5ZDVi5iRfO4o6GT/zux9AxuTSkKwnjhsG8bn1dDmywAOQGAx7BjrQVA==
"@jimp/plugin-circle@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.22.12.tgz#9fffda83d3fc5bad8c1e1492b15b1433cb42e16e"
integrity sha512-SWVXx1yiuj5jZtMijqUfvVOJBwOifFn0918ou4ftoHgegc5aHWW5dZbYPjvC9fLpvz7oSlptNl2Sxr1zwofjTg==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-color@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.14.0.tgz#772bd2d80a88bc66ea1331d010207870f169a74b"
integrity sha512-JJz512SAILYV0M5LzBb9sbOm/XEj2fGElMiHAxb7aLI6jx+n0agxtHpfpV/AePTLm1vzzDxx6AJxXbKv355hBQ==
"@jimp/plugin-color@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.22.12.tgz#1e49f2e7387186507e917b0686599767c15be336"
integrity sha512-xImhTE5BpS8xa+mAN6j4sMRWaUgUDLoaGHhJhpC+r7SKKErYDR0WQV4yCE4gP+N0gozD0F3Ka1LUSaMXrn7ZIA==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
tinycolor2 "^1.4.1"
"@jimp/utils" "^0.22.12"
tinycolor2 "^1.6.0"
"@jimp/plugin-contain@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.14.0.tgz#c68115420d182e696f81bbe76fb5e704909b2b6a"
integrity sha512-RX2q233lGyaxiMY6kAgnm9ScmEkNSof0hdlaJAVDS1OgXphGAYAeSIAwzESZN4x3ORaWvkFefeVH9O9/698Evg==
"@jimp/plugin-contain@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.22.12.tgz#ed5ed9af3d4afd02a7568ff8d60603cff340e3f3"
integrity sha512-Eo3DmfixJw3N79lWk8q/0SDYbqmKt1xSTJ69yy8XLYQj9svoBbyRpSnHR+n9hOw5pKXytHwUW6nU4u1wegHNoQ==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-cover@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.14.0.tgz#4755322589c5885e44e14e31b86b542e907297ce"
integrity sha512-0P/5XhzWES4uMdvbi3beUgfvhn4YuQ/ny8ijs5kkYIw6K8mHcl820HahuGpwWMx56DJLHRl1hFhJwo9CeTRJtQ==
"@jimp/plugin-cover@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.22.12.tgz#4abbfabe4c78c71d8d46e707c35a65dc55f08afd"
integrity sha512-z0w/1xH/v/knZkpTNx+E8a7fnasQ2wHG5ze6y5oL2dhH1UufNua8gLQXlv8/W56+4nJ1brhSd233HBJCo01BXA==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-crop@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.14.0.tgz#4cbd856ca84ffc37230fad2534906f2f75aa3057"
integrity sha512-Ojtih+XIe6/XSGtpWtbAXBozhCdsDMmy+THUJAGu2x7ZgKrMS0JotN+vN2YC3nwDpYkM+yOJImQeptSfZb2Sug==
"@jimp/plugin-crop@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.22.12.tgz#e28329a9f285071442998560b040048d2ef5c32e"
integrity sha512-FNuUN0OVzRCozx8XSgP9MyLGMxNHHJMFt+LJuFjn1mu3k0VQxrzqbN06yIl46TVejhyAhcq5gLzqmSCHvlcBVw==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-displace@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.14.0.tgz#b0e6a57d00cb1f893f541413fe9d737d23c3b70c"
integrity sha512-c75uQUzMgrHa8vegkgUvgRL/PRvD7paFbFJvzW0Ugs8Wl+CDMGIPYQ3j7IVaQkIS+cAxv+NJ3TIRBQyBrfVEOg==
"@jimp/plugin-displace@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.22.12.tgz#2e4b2b989a23da6687c49f2f628e1e6d686ec9b6"
integrity sha512-qpRM8JRicxfK6aPPqKZA6+GzBwUIitiHaZw0QrJ64Ygd3+AsTc7BXr+37k2x7QcyCvmKXY4haUrSIsBug4S3CA==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-dither@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.14.0.tgz#9185ec4c38e02edc9e5831f5d709f6ba891e1b93"
integrity sha512-g8SJqFLyYexXQQsoh4dc1VP87TwyOgeTElBcxSXX2LaaMZezypmxQfLTzOFzZoK8m39NuaoH21Ou1Ftsq7LzVQ==
"@jimp/plugin-dither@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.22.12.tgz#3cc5f3a58dbf85653c4e532d31a756a4fc8cabf7"
integrity sha512-jYgGdSdSKl1UUEanX8A85v4+QUm+PE8vHFwlamaKk89s+PXQe7eVE3eNeSZX4inCq63EHL7cX580dMqkoC3ZLw==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-fisheye@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.14.0.tgz#9f26346cf2fbc660cc2008cd7fd30a83b5029e78"
integrity sha512-BFfUZ64EikCaABhCA6mR3bsltWhPpS321jpeIQfJyrILdpFsZ/OccNwCgpW1XlbldDHIoNtXTDGn3E+vCE7vDg==
"@jimp/plugin-fisheye@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.22.12.tgz#77aef2f3ec59c0bafbd2dbc94b89eab60ce05a3e"
integrity sha512-LGuUTsFg+fOp6KBKrmLkX4LfyCy8IIsROwoUvsUPKzutSqMJnsm3JGDW2eOmWIS/jJpPaeaishjlxvczjgII+Q==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-flip@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.14.0.tgz#7966d6aa3b5fe1aa4d2d561ff12b8ef5ccb9b071"
integrity sha512-WtL1hj6ryqHhApih+9qZQYA6Ye8a4HAmdTzLbYdTMrrrSUgIzFdiZsD0WeDHpgS/+QMsWwF+NFmTZmxNWqKfXw==
"@jimp/plugin-flip@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.22.12.tgz#7e2154592da01afcf165a3f9d1d25032aa8d8c57"
integrity sha512-m251Rop7GN8W0Yo/rF9LWk6kNclngyjIJs/VXHToGQ6EGveOSTSQaX2Isi9f9lCDLxt+inBIb7nlaLLxnvHX8Q==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-gaussian@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.14.0.tgz#452bc1971a4467ad9b984aa67f4c200bf941bb65"
integrity sha512-uaLwQ0XAQoydDlF9tlfc7iD9drYPriFe+jgYnWm8fbw5cN+eOIcnneEX9XCOOzwgLPkNCxGox6Kxjn8zY6GxtQ==
"@jimp/plugin-gaussian@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.22.12.tgz#49a40950cedbbea6c84b3a6bccc45365fe78d6b7"
integrity sha512-sBfbzoOmJ6FczfG2PquiK84NtVGeScw97JsCC3rpQv1PHVWyW+uqWFF53+n3c8Y0P2HWlUjflEla2h/vWShvhg==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-invert@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.14.0.tgz#cd31a555860e9f821394936d15af161c09c42921"
integrity sha512-UaQW9X9vx8orQXYSjT5VcITkJPwDaHwrBbxxPoDG+F/Zgv4oV9fP+udDD6qmkgI9taU+44Fy+zm/J/gGcMWrdg==
"@jimp/plugin-invert@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.22.12.tgz#c569e85c1f59911a9a33ef36a51c9cf26065078e"
integrity sha512-N+6rwxdB+7OCR6PYijaA/iizXXodpxOGvT/smd/lxeXsZ/empHmFFFJ/FaXcYh19Tm04dGDaXcNF/dN5nm6+xQ==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-mask@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.14.0.tgz#52619643ac6222f85e6b27dee33c771ca3a6a4c9"
integrity sha512-tdiGM69OBaKtSPfYSQeflzFhEpoRZ+BvKfDEoivyTjauynbjpRiwB1CaiS8En1INTDwzLXTT0Be9SpI3LkJoEA==
"@jimp/plugin-mask@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.22.12.tgz#0ac0d9c282f403255b126556521f90fb8e2997f0"
integrity sha512-4AWZg+DomtpUA099jRV8IEZUfn1wLv6+nem4NRJC7L/82vxzLCgXKTxvNvBcNmJjT9yS1LAAmiJGdWKXG63/NA==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-normalize@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.14.0.tgz#bf39e356b6d473f582ce95633ad49c9cdb82492b"
integrity sha512-AfY8sqlsbbdVwFGcyIPy5JH/7fnBzlmuweb+Qtx2vn29okq6+HelLjw2b+VT2btgGUmWWHGEHd86oRGSoWGyEQ==
"@jimp/plugin-normalize@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.22.12.tgz#6c44d216f2489cf9b0e0f1e03aa5dfb97f198c53"
integrity sha512-0So0rexQivnWgnhacX4cfkM2223YdExnJTTy6d06WbkfZk5alHUx8MM3yEzwoCN0ErO7oyqEWRnEkGC+As1FtA==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-print@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.14.0.tgz#1c43c2a92a7adc05b464863882cb89ce486d63e6"
integrity sha512-MwP3sH+VS5AhhSTXk7pui+tEJFsxnTKFY3TraFJb8WFbA2Vo2qsRCZseEGwpTLhENB7p/JSsLvWoSSbpmxhFAQ==
"@jimp/plugin-print@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.22.12.tgz#6a49020947a9bf21a5a28324425670a25587ca65"
integrity sha512-c7TnhHlxm87DJeSnwr/XOLjJU/whoiKYY7r21SbuJ5nuH+7a78EW1teOaj5gEr2wYEd7QtkFqGlmyGXY/YclyQ==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
load-bmfont "^1.4.0"
"@jimp/utils" "^0.22.12"
load-bmfont "^1.4.1"
"@jimp/plugin-resize@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.14.0.tgz#ef7fc6c2e45f8bcab62456baf8fd3bc415b02b64"
integrity sha512-qFeMOyXE/Bk6QXN0GQo89+CB2dQcXqoxUcDb2Ah8wdYlKqpi53skABkgVy5pW3EpiprDnzNDboMltdvDslNgLQ==
"@jimp/plugin-resize@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.22.12.tgz#f92acbf73beb97dd1fe93b166ef367a323b81e81"
integrity sha512-3NyTPlPbTnGKDIbaBgQ3HbE6wXbAlFfxHVERmrbqAi8R3r6fQPxpCauA8UVDnieg5eo04D0T8nnnNIX//i/sXg==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-rotate@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.14.0.tgz#3632bc159bf1c3b9ec9f459d9c05d02a11781ee7"
integrity sha512-aGaicts44bvpTcq5Dtf93/8TZFu5pMo/61lWWnYmwJJU1RqtQlxbCLEQpMyRhKDNSfPbuP8nyGmaqXlM/82J0Q==
"@jimp/plugin-rotate@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.22.12.tgz#2235d45aeb4914ff70d99e95750a6d9de45a0d9f"
integrity sha512-9YNEt7BPAFfTls2FGfKBVgwwLUuKqy+E8bDGGEsOqHtbuhbshVGxN2WMZaD4gh5IDWvR+emmmPPWGgaYNYt1gA==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-scale@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.14.0.tgz#d30f0cd1365b8e68f43fa423300ae7f124e9bf10"
integrity sha512-ZcJk0hxY5ZKZDDwflqQNHEGRblgaR+piePZm7dPwPUOSeYEH31P0AwZ1ziceR74zd8N80M0TMft+e3Td6KGBHw==
"@jimp/plugin-scale@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.22.12.tgz#91f1ec3d114ff44092b946a16e66b14d918e32ed"
integrity sha512-dghs92qM6MhHj0HrV2qAwKPMklQtjNpoYgAB94ysYpsXslhRTiPisueSIELRwZGEr0J0VUxpUY7HgJwlSIgGZw==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-shadow@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.14.0.tgz#471fdb9f109ff2d9e20d533d45e1e18e0b48c749"
integrity sha512-p2igcEr/iGrLiTu0YePNHyby0WYAXM14c5cECZIVnq/UTOOIQ7xIcWZJ1lRbAEPxVVXPN1UibhZAbr3HAb5BjQ==
"@jimp/plugin-shadow@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.22.12.tgz#52e3a1d55f61ddfcfb3265544f8d23b887a667b8"
integrity sha512-FX8mTJuCt7/3zXVoeD/qHlm4YH2bVqBuWQHXSuBK054e7wFRnRnbSLPUqAwSeYP3lWqpuQzJtgiiBxV3+WWwTg==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugin-threshold@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.14.0.tgz#ebd72721c7d1d518c5bb6e494e55d97ac3351d3b"
integrity sha512-N4BlDgm/FoOMV/DQM2rSpzsgqAzkP0DXkWZoqaQrlRxQBo4zizQLzhEL00T/YCCMKnddzgEhnByaocgaaa0fKw==
"@jimp/plugin-threshold@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.22.12.tgz#1efe20e154bf3a1fc4a5cc016092dbacaa60c958"
integrity sha512-4x5GrQr1a/9L0paBC/MZZJjjgjxLYrqSmWd+e+QfAEPvmRxdRoQ5uKEuNgXnm9/weHQBTnQBQsOY2iFja+XGAw==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
"@jimp/utils" "^0.22.12"
"@jimp/plugins@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.14.0.tgz#41dba85f15ab8dadb4162100eb54e5f27b93ee2c"
integrity sha512-vDO3XT/YQlFlFLq5TqNjQkISqjBHT8VMhpWhAfJVwuXIpilxz5Glu4IDLK6jp4IjPR6Yg2WO8TmRY/HI8vLrOw==
"@jimp/plugins@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.22.12.tgz#45a3b96d2d24cec21d4f8b79d1cfcec6fcb2f1d4"
integrity sha512-yBJ8vQrDkBbTgQZLty9k4+KtUQdRjsIDJSPjuI21YdVeqZxYywifHl4/XWILoTZsjTUASQcGoH0TuC0N7xm3ww==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/plugin-blit" "^0.14.0"
"@jimp/plugin-blur" "^0.14.0"
"@jimp/plugin-circle" "^0.14.0"
"@jimp/plugin-color" "^0.14.0"
"@jimp/plugin-contain" "^0.14.0"
"@jimp/plugin-cover" "^0.14.0"
"@jimp/plugin-crop" "^0.14.0"
"@jimp/plugin-displace" "^0.14.0"
"@jimp/plugin-dither" "^0.14.0"
"@jimp/plugin-fisheye" "^0.14.0"
"@jimp/plugin-flip" "^0.14.0"
"@jimp/plugin-gaussian" "^0.14.0"
"@jimp/plugin-invert" "^0.14.0"
"@jimp/plugin-mask" "^0.14.0"
"@jimp/plugin-normalize" "^0.14.0"
"@jimp/plugin-print" "^0.14.0"
"@jimp/plugin-resize" "^0.14.0"
"@jimp/plugin-rotate" "^0.14.0"
"@jimp/plugin-scale" "^0.14.0"
"@jimp/plugin-shadow" "^0.14.0"
"@jimp/plugin-threshold" "^0.14.0"
"@jimp/plugin-blit" "^0.22.12"
"@jimp/plugin-blur" "^0.22.12"
"@jimp/plugin-circle" "^0.22.12"
"@jimp/plugin-color" "^0.22.12"
"@jimp/plugin-contain" "^0.22.12"
"@jimp/plugin-cover" "^0.22.12"
"@jimp/plugin-crop" "^0.22.12"
"@jimp/plugin-displace" "^0.22.12"
"@jimp/plugin-dither" "^0.22.12"
"@jimp/plugin-fisheye" "^0.22.12"
"@jimp/plugin-flip" "^0.22.12"
"@jimp/plugin-gaussian" "^0.22.12"
"@jimp/plugin-invert" "^0.22.12"
"@jimp/plugin-mask" "^0.22.12"
"@jimp/plugin-normalize" "^0.22.12"
"@jimp/plugin-print" "^0.22.12"
"@jimp/plugin-resize" "^0.22.12"
"@jimp/plugin-rotate" "^0.22.12"
"@jimp/plugin-scale" "^0.22.12"
"@jimp/plugin-shadow" "^0.22.12"
"@jimp/plugin-threshold" "^0.22.12"
timm "^1.6.1"
"@jimp/png@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.14.0.tgz#0f2dddb5125c0795ca7e67c771204c5437fcda4b"
integrity sha512-0RV/mEIDOrPCcNfXSPmPBqqSZYwGADNRVUTyMt47RuZh7sugbYdv/uvKmQSiqRdR0L1sfbCBMWUEa5G/8MSbdA==
"@jimp/png@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.22.12.tgz#e033586caf38d9c9d33808e92eb87c4d7f0aa1eb"
integrity sha512-Mrp6dr3UTn+aLK8ty/dSKELz+Otdz1v4aAXzV5q53UDD2rbB5joKVJ/ChY310B+eRzNxIovbUF1KVrUsYdE8Hg==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/utils" "^0.14.0"
pngjs "^3.3.3"
"@jimp/utils" "^0.22.12"
pngjs "^6.0.0"
"@jimp/tiff@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.14.0.tgz#a5b25bbe7c43fc3b07bad4e2ab90e0e164c1967f"
integrity sha512-zBYDTlutc7j88G/7FBCn3kmQwWr0rmm1e0FKB4C3uJ5oYfT8645lftUsvosKVUEfkdmOaMAnhrf4ekaHcb5gQw==
"@jimp/tiff@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.22.12.tgz#67cac3f2ded6fde3ef631fbf74bea0fa53800123"
integrity sha512-E1LtMh4RyJsoCAfAkBRVSYyZDTtLq9p9LUiiYP0vPtXyxX4BiYBUYihTLSBlCQg5nF2e4OpQg7SPrLdJ66u7jg==
dependencies:
"@babel/runtime" "^7.7.2"
utif "^2.0.1"
utif2 "^4.0.1"
"@jimp/types@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.14.0.tgz#ef681ff702883c5f105b5e4e30d49abf39ee9e34"
integrity sha512-hx3cXAW1KZm+b+XCrY3LXtdWy2U+hNtq0rPyJ7NuXCjU7lZR3vIkpz1DLJ3yDdS70hTi5QDXY3Cd9kd6DtloHQ==
"@jimp/types@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.22.12.tgz#6f83761ba171cb8cd5998fa66a5cbfb0b22d3d8c"
integrity sha512-wwKYzRdElE1MBXFREvCto5s699izFHNVvALUv79GXNbsOVqlwlOxlWJ8DuyOGIXoLP4JW/m30YyuTtfUJgMRMA==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/bmp" "^0.14.0"
"@jimp/gif" "^0.14.0"
"@jimp/jpeg" "^0.14.0"
"@jimp/png" "^0.14.0"
"@jimp/tiff" "^0.14.0"
"@jimp/bmp" "^0.22.12"
"@jimp/gif" "^0.22.12"
"@jimp/jpeg" "^0.22.12"
"@jimp/png" "^0.22.12"
"@jimp/tiff" "^0.22.12"
timm "^1.6.1"
"@jimp/utils@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.14.0.tgz#296254e63118554c62c31c19ac6b8c4bfe6490e5"
integrity sha512-MY5KFYUru0y74IsgM/9asDwb3ERxWxXEu3CRCZEvE7DtT86y1bR1XgtlSliMrptjz4qbivNGMQSvUBpEFJDp1A==
"@jimp/utils@^0.22.12":
version "0.22.12"
resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.22.12.tgz#8ffaed8f2dc2962539ccaf14727ac60793c7a537"
integrity sha512-yJ5cWUknGnilBq97ZXOyOS0HhsHOyAyjHwYfHxGbSyMTohgQI6sVyE8KPgDwH8HHW/nMKXk8TrSwAE71zt716Q==
dependencies:
"@babel/runtime" "^7.7.2"
regenerator-runtime "^0.13.3"
"@jridgewell/gen-mapping@^0.1.0":
@@ -7061,6 +7028,11 @@
lz-string "^1.4.4"
pretty-format "^27.0.2"
"@tokenizer/token@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==
"@tootallnate/once@1":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
@@ -7743,6 +7715,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.3.tgz#e5188135fc2909b46530c798ef49be65083be3fd"
integrity sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==
"@types/node@16.9.1":
version "16.9.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.1.tgz#0611b37db4246c937feef529ddcc018cf8e35708"
integrity sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==
"@types/node@18.17.5":
version "18.17.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.5.tgz#c58b12bca8c2a437b38c15270615627e96dd0bc5"
@@ -15801,16 +15778,20 @@ file-entry-cache@^6.0.1:
dependencies:
flat-cache "^3.0.4"
file-type@^16.5.4:
version "16.5.4"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.4.tgz#474fb4f704bee427681f98dd390058a172a6c2fd"
integrity sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==
dependencies:
readable-web-to-node-stream "^3.0.0"
strtok3 "^6.2.4"
token-types "^4.1.1"
file-type@^3.1.0, file-type@^3.8.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"
integrity sha1-JXoHg4TR24CHvESdEH1SpSZyuek=
file-type@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-9.0.0.tgz#a68d5ad07f486414dfb2c8866f73161946714a18"
integrity sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw==
file-uri-to-path@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
@@ -16708,12 +16689,12 @@ gh-pages@5.0.0:
fs-extra "^8.1.0"
globby "^6.1.0"
gifwrap@^0.9.2:
version "0.9.2"
resolved "https://registry.yarnpkg.com/gifwrap/-/gifwrap-0.9.2.tgz#348e286e67d7cf57942172e1e6f05a71cee78489"
integrity sha512-fcIswrPaiCDAyO8xnWvHSZdWChjKXUanKKpAiWWJ/UTkEi/aYKn5+90e7DE820zbEaVR9CE2y4z9bzhQijZ0BA==
gifwrap@^0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/gifwrap/-/gifwrap-0.10.1.tgz#9ed46a5d51913b482d4221ce9c727080260b681e"
integrity sha512-2760b1vpJHNmLzZ/ubTtNnEx5WApN/PYWJvXvgS+tL1egTTthayFYIQQNi136FLEDcN/IyEY2EcGpIITD6eYUw==
dependencies:
image-q "^1.1.1"
image-q "^4.0.0"
omggif "^1.0.10"
git-hooks-list@1.0.3:
@@ -18178,10 +18159,12 @@ ignore@^5.0.4, ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
image-q@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/image-q/-/image-q-1.1.1.tgz#fc84099664460b90ca862d9300b6bfbbbfbf8056"
integrity sha1-/IQJlmRGC5DKhi2TALa/u7+/gFY=
image-q@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/image-q/-/image-q-4.0.0.tgz#31e075be7bae3c1f42a85c469b4732c358981776"
integrity sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==
dependencies:
"@types/node" "16.9.1"
image-size@0.8.3:
version "0.8.3"
@@ -19399,15 +19382,14 @@ jest-worker@^27.4.5:
merge-stream "^2.0.0"
supports-color "^8.0.0"
jimp@0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.14.0.tgz#fde55f69bdb918c1b01ac633d89a25853af85625"
integrity sha512-8BXU+J8+SPmwwyq9ELihpSV4dWPTiOKBWCEgtkbnxxAVMjXdf3yGmyaLSshBfXc8sP/JQ9OZj5R8nZzz2wPXgA==
jimp@0.22.12:
version "0.22.12"
resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.22.12.tgz#f99d1f3ec0d9d930cb7bd8f5b479859ee3a15694"
integrity sha512-R5jZaYDnfkxKJy1dwLpj/7cvyjxiclxU3F4TrI/J4j2rS0niq6YDUMoPn5hs8GDpO+OZGo7Ky057CRtWesyhfg==
dependencies:
"@babel/runtime" "^7.7.2"
"@jimp/custom" "^0.14.0"
"@jimp/plugins" "^0.14.0"
"@jimp/types" "^0.14.0"
"@jimp/custom" "^0.22.12"
"@jimp/plugins" "^0.22.12"
"@jimp/types" "^0.22.12"
regenerator-runtime "^0.13.3"
jimp@^0.2.21:
@@ -19452,10 +19434,10 @@ jpeg-js@^0.2.0:
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.2.0.tgz#53e448ec9d263e683266467e9442d2c5a2ef5482"
integrity sha1-U+RI7J0mPmgyZkZ+lELSxaLvVII=
jpeg-js@^0.4.0:
version "0.4.3"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.3.tgz#6158e09f1983ad773813704be80680550eff977b"
integrity sha512-ru1HWKek8octvUHFHvE5ZzQ1yAsJmIvRdGWvSoKV52XKyuyYA437QWDttXT8eZXDSbuMpHlLzPDZUPd6idIz+Q==
jpeg-js@^0.4.4:
version "0.4.4"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.4.tgz#a9f1c6f1f9f0fa80cdb3484ed9635054d28936aa"
integrity sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==
jquery@3.1.1:
version "3.1.1"
@@ -20433,7 +20415,7 @@ livereload-js@^2.3.0:
resolved "https://registry.yarnpkg.com/livereload-js/-/livereload-js-2.4.0.tgz#447c31cf1ea9ab52fc20db615c5ddf678f78009c"
integrity sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==
load-bmfont@^1.2.3, load-bmfont@^1.3.1, load-bmfont@^1.4.0:
load-bmfont@^1.2.3, load-bmfont@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/load-bmfont/-/load-bmfont-1.4.1.tgz#c0f5f4711a1e2ccff725a7b6078087ccfcddd3e9"
integrity sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==
@@ -24064,7 +24046,7 @@ pacote@^15.0.0, pacote@^15.0.8:
ssri "^10.0.0"
tar "^6.1.11"
pako@^1.0.5, pako@~1.0.5:
pako@^1.0.11, pako@~1.0.5:
version "1.0.11"
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
@@ -24492,6 +24474,11 @@ pbkdf2@^3.0.3:
safe-buffer "^5.0.1"
sha.js "^2.4.8"
peek-readable@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/peek-readable/-/peek-readable-4.1.0.tgz#4ece1111bf5c2ad8867c314c81356847e8a62e72"
integrity sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==
pegjs@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/pegjs/-/pegjs-0.10.0.tgz#cf8bafae6eddff4b5a7efb185269eaaf4610ddbd"
@@ -24717,7 +24704,7 @@ pluralize@8.0.0:
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
pngjs@^3.0.0, pngjs@^3.2.0, pngjs@^3.3.3:
pngjs@^3.0.0, pngjs@^3.2.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
@@ -26029,6 +26016,13 @@ readable-stream@~1.0.2, readable-stream@~1.0.26, readable-stream@~1.0.26-4:
isarray "0.0.1"
string_decoder "~0.10.x"
readable-web-to-node-stream@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz#5d52bb5df7b54861fd48d015e93a2cb87b3ee0bb"
integrity sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==
dependencies:
readable-stream "^3.6.0"
readdir-scoped-modules@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz#8d45407b4f870a0dcaebc0e28670d18e74514309"
@@ -28683,6 +28677,14 @@ strong-log-transformer@2.1.0, strong-log-transformer@^2.1.0:
minimist "^1.2.0"
through "^2.3.4"
strtok3@^6.2.4:
version "6.3.0"
resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-6.3.0.tgz#358b80ffe6d5d5620e19a073aa78ce947a90f9a0"
integrity sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==
dependencies:
"@tokenizer/token" "^0.3.0"
peek-readable "^4.1.0"
subscriptions-transport-ws@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.10.0.tgz#91fce775b31935e4ca995895a40942268877d23f"
@@ -29359,11 +29361,16 @@ tiny-relative-date@^1.3.0:
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
tinycolor2@^1.1.2, tinycolor2@^1.4.1:
tinycolor2@^1.1.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803"
integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==
tinycolor2@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e"
integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==
title-case@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/title-case/-/title-case-2.1.1.tgz#3e127216da58d2bc5becf137ab91dae3a7cd8faa"
@@ -29498,6 +29505,14 @@ token-stream@1.0.0:
resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-1.0.0.tgz#cc200eab2613f4166d27ff9afc7ca56d49df6eb4"
integrity sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=
token-types@^4.1.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/token-types/-/token-types-4.2.1.tgz#0f897f03665846982806e138977dbe72d44df753"
integrity sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==
dependencies:
"@tokenizer/token" "^0.3.0"
ieee754 "^1.2.1"
totalist@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/totalist/-/totalist-3.0.0.tgz#4ef9c58c5f095255cdc3ff2a0a55091c57a3a1bd"
@@ -30441,12 +30456,12 @@ utf8-stream@0.0.0:
dependencies:
readable-stream "~1.0.2"
utif@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/utif/-/utif-2.0.1.tgz#9e1582d9bbd20011a6588548ed3266298e711759"
integrity sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg==
utif2@^4.0.1:
version "4.1.0"
resolved "https://registry.yarnpkg.com/utif2/-/utif2-4.1.0.tgz#e768d37bd619b995d56d9780b5d2b4611a3d932b"
integrity sha512-+oknB9FHrJ7oW7A2WZYajOcv4FcDR4CfoGB0dPNfxbi4GO05RRnFmt5oa23+9w32EanrYcSJWspUiJkLMs+37w==
dependencies:
pako "^1.0.5"
pako "^1.0.11"
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
version "1.0.2"