From 2eb63378780c05d7205e1fd998767d23742fab10 Mon Sep 17 00:00:00 2001 From: Georgiana-Elena Maxim Date: Wed, 24 Jul 2024 04:45:15 +0300 Subject: [PATCH] fix: [OSM-1924] send peerDeps option --- lib/dep-graph-builders/pnpm/parse-project.ts | 2 + .../pnpm/parse-workspace.ts | 2 + lib/dep-graph-builders/types.ts | 1 + .../peer-dependencies/expected.json | 4044 +++++++++++++++++ .../peer-dependencies/package.json | 10 + .../peer-dependencies/pnpm-lock.yaml | 1187 +++++ .../peer-dependencies/expected.json | 4044 +++++++++++++++++ .../peer-dependencies/package.json | 10 + .../peer-dependencies/pnpm-lock.yaml | 1191 +++++ .../peer-dependencies/expected.json | 4044 +++++++++++++++++ .../peer-dependencies/package.json | 10 + .../peer-dependencies/pnpm-lock.yaml | 1368 ++++++ .../jest/dep-graph-builders/pnpm-lock.test.ts | 47 + 13 files changed, 15960 insertions(+) create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/expected.json create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/package.json create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/pnpm-lock.yaml create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/expected.json create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/package.json create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/pnpm-lock.yaml create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/expected.json create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/package.json create mode 100644 test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/pnpm-lock.yaml diff --git a/lib/dep-graph-builders/pnpm/parse-project.ts b/lib/dep-graph-builders/pnpm/parse-project.ts index 0abb3d28..fce170b1 100644 --- a/lib/dep-graph-builders/pnpm/parse-project.ts +++ b/lib/dep-graph-builders/pnpm/parse-project.ts @@ -13,6 +13,7 @@ export const parsePnpmProject = async ( ): Promise => { const { includeDevDeps, + includePeerDeps, includeOptionalDeps, strictOutOfSync, pruneWithinTopLevelDeps, @@ -37,6 +38,7 @@ export const parsePnpmProject = async ( { includeDevDeps, strictOutOfSync, + includePeerDeps, includeOptionalDeps, pruneWithinTopLevelDeps, }, diff --git a/lib/dep-graph-builders/pnpm/parse-workspace.ts b/lib/dep-graph-builders/pnpm/parse-workspace.ts index cad0b984..e2c5682c 100644 --- a/lib/dep-graph-builders/pnpm/parse-workspace.ts +++ b/lib/dep-graph-builders/pnpm/parse-workspace.ts @@ -48,6 +48,7 @@ export const parsePnpmWorkspace = async ( const scannedProjects: ScannedNodeProject[] = []; const { includeDevDeps, + includePeerDeps, includeOptionalDeps, strictOutOfSync, pruneWithinTopLevelDeps, @@ -88,6 +89,7 @@ export const parsePnpmWorkspace = async ( pkgJson, { includeDevDeps, + includePeerDeps, strictOutOfSync, includeOptionalDeps, pruneWithinTopLevelDeps, diff --git a/lib/dep-graph-builders/types.ts b/lib/dep-graph-builders/types.ts index 06c54473..2724fdb4 100644 --- a/lib/dep-graph-builders/types.ts +++ b/lib/dep-graph-builders/types.ts @@ -90,6 +90,7 @@ export type PnpmWorkspaceArgs = { export type PnpmProjectParseOptions = { includeDevDeps: boolean; includeOptionalDeps: boolean; + includePeerDeps?: boolean; strictOutOfSync: boolean; pruneWithinTopLevelDeps: boolean; }; diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/expected.json b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/expected.json new file mode 100644 index 00000000..2d04b6b4 --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/expected.json @@ -0,0 +1,4044 @@ +{ + "schemaVersion": "1.3.0", + "pkgManager": { + "name": "pnpm" + }, + "pkgs": [ + { + "id": "peer-dependencies@0.0.1", + "info": { + "name": "peer-dependencies", + "version": "0.0.1" + } + }, + { + "id": "body-parser@1.9.0", + "info": { + "name": "body-parser", + "version": "1.9.0" + } + }, + { + "id": "bytes@1.0.0", + "info": { + "name": "bytes", + "version": "1.0.0" + } + }, + { + "id": "depd@1.0.1", + "info": { + "name": "depd", + "version": "1.0.1" + } + }, + { + "id": "iconv-lite@0.4.4", + "info": { + "name": "iconv-lite", + "version": "0.4.4" + } + }, + { + "id": "media-typer@0.3.0", + "info": { + "name": "media-typer", + "version": "0.3.0" + } + }, + { + "id": "on-finished@2.1.0", + "info": { + "name": "on-finished", + "version": "2.1.0" + } + }, + { + "id": "ee-first@1.0.5", + "info": { + "name": "ee-first", + "version": "1.0.5" + } + }, + { + "id": "qs@2.2.4", + "info": { + "name": "qs", + "version": "2.2.4" + } + }, + { + "id": "raw-body@1.3.0", + "info": { + "name": "raw-body", + "version": "1.3.0" + } + }, + { + "id": "type-is@1.5.7", + "info": { + "name": "type-is", + "version": "1.5.7" + } + }, + { + "id": "mime-types@2.0.14", + "info": { + "name": "mime-types", + "version": "2.0.14" + } + }, + { + "id": "mime-db@1.12.0", + "info": { + "name": "mime-db", + "version": "1.12.0" + } + }, + { + "id": "browserify@13.3.0", + "info": { + "name": "browserify", + "version": "13.3.0" + } + }, + { + "id": "JSONStream@1.3.5", + "info": { + "name": "JSONStream", + "version": "1.3.5" + } + }, + { + "id": "jsonparse@1.3.1", + "info": { + "name": "jsonparse", + "version": "1.3.1" + } + }, + { + "id": "through@2.3.8", + "info": { + "name": "through", + "version": "2.3.8" + } + }, + { + "id": "assert@1.5.1", + "info": { + "name": "assert", + "version": "1.5.1" + } + }, + { + "id": "object.assign@4.1.5", + "info": { + "name": "object.assign", + "version": "4.1.5" + } + }, + { + "id": "call-bind@1.0.7", + "info": { + "name": "call-bind", + "version": "1.0.7" + } + }, + { + "id": "es-define-property@1.0.0", + "info": { + "name": "es-define-property", + "version": "1.0.0" + } + }, + { + "id": "get-intrinsic@1.2.4", + "info": { + "name": "get-intrinsic", + "version": "1.2.4" + } + }, + { + "id": "es-errors@1.3.0", + "info": { + "name": "es-errors", + "version": "1.3.0" + } + }, + { + "id": "function-bind@1.1.2", + "info": { + "name": "function-bind", + "version": "1.1.2" + } + }, + { + "id": "has-proto@1.0.3", + "info": { + "name": "has-proto", + "version": "1.0.3" + } + }, + { + "id": "has-symbols@1.0.3", + "info": { + "name": "has-symbols", + "version": "1.0.3" + } + }, + { + "id": "hasown@2.0.2", + "info": { + "name": "hasown", + "version": "2.0.2" + } + }, + { + "id": "set-function-length@1.2.2", + "info": { + "name": "set-function-length", + "version": "1.2.2" + } + }, + { + "id": "define-data-property@1.1.4", + "info": { + "name": "define-data-property", + "version": "1.1.4" + } + }, + { + "id": "gopd@1.0.1", + "info": { + "name": "gopd", + "version": "1.0.1" + } + }, + { + "id": "has-property-descriptors@1.0.2", + "info": { + "name": "has-property-descriptors", + "version": "1.0.2" + } + }, + { + "id": "define-properties@1.2.1", + "info": { + "name": "define-properties", + "version": "1.2.1" + } + }, + { + "id": "object-keys@1.1.1", + "info": { + "name": "object-keys", + "version": "1.1.1" + } + }, + { + "id": "util@0.10.4", + "info": { + "name": "util", + "version": "0.10.4" + } + }, + { + "id": "inherits@2.0.3", + "info": { + "name": "inherits", + "version": "2.0.3" + } + }, + { + "id": "browser-pack@6.1.0", + "info": { + "name": "browser-pack", + "version": "6.1.0" + } + }, + { + "id": "combine-source-map@0.8.0", + "info": { + "name": "combine-source-map", + "version": "0.8.0" + } + }, + { + "id": "convert-source-map@1.1.3", + "info": { + "name": "convert-source-map", + "version": "1.1.3" + } + }, + { + "id": "inline-source-map@0.6.3", + "info": { + "name": "inline-source-map", + "version": "0.6.3" + } + }, + { + "id": "source-map@0.5.7", + "info": { + "name": "source-map", + "version": "0.5.7" + } + }, + { + "id": "lodash.memoize@3.0.4", + "info": { + "name": "lodash.memoize", + "version": "3.0.4" + } + }, + { + "id": "defined@1.0.1", + "info": { + "name": "defined", + "version": "1.0.1" + } + }, + { + "id": "safe-buffer@5.2.1", + "info": { + "name": "safe-buffer", + "version": "5.2.1" + } + }, + { + "id": "through2@2.0.5", + "info": { + "name": "through2", + "version": "2.0.5" + } + }, + { + "id": "readable-stream@2.3.8", + "info": { + "name": "readable-stream", + "version": "2.3.8" + } + }, + { + "id": "core-util-is@1.0.3", + "info": { + "name": "core-util-is", + "version": "1.0.3" + } + }, + { + "id": "inherits@2.0.4", + "info": { + "name": "inherits", + "version": "2.0.4" + } + }, + { + "id": "isarray@1.0.0", + "info": { + "name": "isarray", + "version": "1.0.0" + } + }, + { + "id": "process-nextick-args@2.0.1", + "info": { + "name": "process-nextick-args", + "version": "2.0.1" + } + }, + { + "id": "safe-buffer@5.1.2", + "info": { + "name": "safe-buffer", + "version": "5.1.2" + } + }, + { + "id": "string_decoder@1.1.1", + "info": { + "name": "string_decoder", + "version": "1.1.1" + } + }, + { + "id": "util-deprecate@1.0.2", + "info": { + "name": "util-deprecate", + "version": "1.0.2" + } + }, + { + "id": "xtend@4.0.2", + "info": { + "name": "xtend", + "version": "4.0.2" + } + }, + { + "id": "umd@3.0.3", + "info": { + "name": "umd", + "version": "3.0.3" + } + }, + { + "id": "browser-resolve@1.11.3", + "info": { + "name": "browser-resolve", + "version": "1.11.3" + } + }, + { + "id": "resolve@1.1.7", + "info": { + "name": "resolve", + "version": "1.1.7" + } + }, + { + "id": "browserify-zlib@0.1.4", + "info": { + "name": "browserify-zlib", + "version": "0.1.4" + } + }, + { + "id": "pako@0.2.9", + "info": { + "name": "pako", + "version": "0.2.9" + } + }, + { + "id": "buffer@4.9.2", + "info": { + "name": "buffer", + "version": "4.9.2" + } + }, + { + "id": "base64-js@1.5.1", + "info": { + "name": "base64-js", + "version": "1.5.1" + } + }, + { + "id": "ieee754@1.2.1", + "info": { + "name": "ieee754", + "version": "1.2.1" + } + }, + { + "id": "cached-path-relative@1.1.0", + "info": { + "name": "cached-path-relative", + "version": "1.1.0" + } + }, + { + "id": "concat-stream@1.5.2", + "info": { + "name": "concat-stream", + "version": "1.5.2" + } + }, + { + "id": "readable-stream@2.0.6", + "info": { + "name": "readable-stream", + "version": "2.0.6" + } + }, + { + "id": "process-nextick-args@1.0.7", + "info": { + "name": "process-nextick-args", + "version": "1.0.7" + } + }, + { + "id": "string_decoder@0.10.31", + "info": { + "name": "string_decoder", + "version": "0.10.31" + } + }, + { + "id": "typedarray@0.0.7", + "info": { + "name": "typedarray", + "version": "0.0.7" + } + }, + { + "id": "console-browserify@1.2.0", + "info": { + "name": "console-browserify", + "version": "1.2.0" + } + }, + { + "id": "constants-browserify@1.0.0", + "info": { + "name": "constants-browserify", + "version": "1.0.0" + } + }, + { + "id": "crypto-browserify@3.12.0", + "info": { + "name": "crypto-browserify", + "version": "3.12.0" + } + }, + { + "id": "browserify-cipher@1.0.1", + "info": { + "name": "browserify-cipher", + "version": "1.0.1" + } + }, + { + "id": "browserify-aes@1.2.0", + "info": { + "name": "browserify-aes", + "version": "1.2.0" + } + }, + { + "id": "buffer-xor@1.0.3", + "info": { + "name": "buffer-xor", + "version": "1.0.3" + } + }, + { + "id": "cipher-base@1.0.4", + "info": { + "name": "cipher-base", + "version": "1.0.4" + } + }, + { + "id": "create-hash@1.2.0", + "info": { + "name": "create-hash", + "version": "1.2.0" + } + }, + { + "id": "md5.js@1.3.5", + "info": { + "name": "md5.js", + "version": "1.3.5" + } + }, + { + "id": "hash-base@3.1.0", + "info": { + "name": "hash-base", + "version": "3.1.0" + } + }, + { + "id": "readable-stream@3.6.2", + "info": { + "name": "readable-stream", + "version": "3.6.2" + } + }, + { + "id": "string_decoder@1.3.0", + "info": { + "name": "string_decoder", + "version": "1.3.0" + } + }, + { + "id": "ripemd160@2.0.2", + "info": { + "name": "ripemd160", + "version": "2.0.2" + } + }, + { + "id": "sha.js@2.4.11", + "info": { + "name": "sha.js", + "version": "2.4.11" + } + }, + { + "id": "evp_bytestokey@1.0.3", + "info": { + "name": "evp_bytestokey", + "version": "1.0.3" + } + }, + { + "id": "browserify-des@1.0.2", + "info": { + "name": "browserify-des", + "version": "1.0.2" + } + }, + { + "id": "des.js@1.1.0", + "info": { + "name": "des.js", + "version": "1.1.0" + } + }, + { + "id": "minimalistic-assert@1.0.1", + "info": { + "name": "minimalistic-assert", + "version": "1.0.1" + } + }, + { + "id": "browserify-sign@4.2.3", + "info": { + "name": "browserify-sign", + "version": "4.2.3" + } + }, + { + "id": "bn.js@5.2.1", + "info": { + "name": "bn.js", + "version": "5.2.1" + } + }, + { + "id": "browserify-rsa@4.1.0", + "info": { + "name": "browserify-rsa", + "version": "4.1.0" + } + }, + { + "id": "randombytes@2.1.0", + "info": { + "name": "randombytes", + "version": "2.1.0" + } + }, + { + "id": "create-hmac@1.1.7", + "info": { + "name": "create-hmac", + "version": "1.1.7" + } + }, + { + "id": "elliptic@6.5.6", + "info": { + "name": "elliptic", + "version": "6.5.6" + } + }, + { + "id": "bn.js@4.12.0", + "info": { + "name": "bn.js", + "version": "4.12.0" + } + }, + { + "id": "brorand@1.1.0", + "info": { + "name": "brorand", + "version": "1.1.0" + } + }, + { + "id": "hash.js@1.1.7", + "info": { + "name": "hash.js", + "version": "1.1.7" + } + }, + { + "id": "hmac-drbg@1.0.1", + "info": { + "name": "hmac-drbg", + "version": "1.0.1" + } + }, + { + "id": "minimalistic-crypto-utils@1.0.1", + "info": { + "name": "minimalistic-crypto-utils", + "version": "1.0.1" + } + }, + { + "id": "hash-base@3.0.4", + "info": { + "name": "hash-base", + "version": "3.0.4" + } + }, + { + "id": "parse-asn1@5.1.7", + "info": { + "name": "parse-asn1", + "version": "5.1.7" + } + }, + { + "id": "asn1.js@4.10.1", + "info": { + "name": "asn1.js", + "version": "4.10.1" + } + }, + { + "id": "pbkdf2@3.1.2", + "info": { + "name": "pbkdf2", + "version": "3.1.2" + } + }, + { + "id": "create-ecdh@4.0.4", + "info": { + "name": "create-ecdh", + "version": "4.0.4" + } + }, + { + "id": "diffie-hellman@5.0.3", + "info": { + "name": "diffie-hellman", + "version": "5.0.3" + } + }, + { + "id": "miller-rabin@4.0.1", + "info": { + "name": "miller-rabin", + "version": "4.0.1" + } + }, + { + "id": "public-encrypt@4.0.3", + "info": { + "name": "public-encrypt", + "version": "4.0.3" + } + }, + { + "id": "randomfill@1.0.4", + "info": { + "name": "randomfill", + "version": "1.0.4" + } + }, + { + "id": "deps-sort@2.0.1", + "info": { + "name": "deps-sort", + "version": "2.0.1" + } + }, + { + "id": "shasum-object@1.0.0", + "info": { + "name": "shasum-object", + "version": "1.0.0" + } + }, + { + "id": "fast-safe-stringify@2.1.1", + "info": { + "name": "fast-safe-stringify", + "version": "2.1.1" + } + }, + { + "id": "subarg@1.0.0", + "info": { + "name": "subarg", + "version": "1.0.0" + } + }, + { + "id": "minimist@1.2.8", + "info": { + "name": "minimist", + "version": "1.2.8" + } + }, + { + "id": "domain-browser@1.1.7", + "info": { + "name": "domain-browser", + "version": "1.1.7" + } + }, + { + "id": "duplexer2@0.1.4", + "info": { + "name": "duplexer2", + "version": "0.1.4" + } + }, + { + "id": "events@1.1.1", + "info": { + "name": "events", + "version": "1.1.1" + } + }, + { + "id": "glob@7.2.3", + "info": { + "name": "glob", + "version": "7.2.3" + } + }, + { + "id": "fs.realpath@1.0.0", + "info": { + "name": "fs.realpath", + "version": "1.0.0" + } + }, + { + "id": "inflight@1.0.6", + "info": { + "name": "inflight", + "version": "1.0.6" + } + }, + { + "id": "once@1.4.0", + "info": { + "name": "once", + "version": "1.4.0" + } + }, + { + "id": "wrappy@1.0.2", + "info": { + "name": "wrappy", + "version": "1.0.2" + } + }, + { + "id": "minimatch@3.1.2", + "info": { + "name": "minimatch", + "version": "3.1.2" + } + }, + { + "id": "brace-expansion@1.1.11", + "info": { + "name": "brace-expansion", + "version": "1.1.11" + } + }, + { + "id": "balanced-match@1.0.2", + "info": { + "name": "balanced-match", + "version": "1.0.2" + } + }, + { + "id": "concat-map@0.0.1", + "info": { + "name": "concat-map", + "version": "0.0.1" + } + }, + { + "id": "path-is-absolute@1.0.1", + "info": { + "name": "path-is-absolute", + "version": "1.0.1" + } + }, + { + "id": "has@1.0.4", + "info": { + "name": "has", + "version": "1.0.4" + } + }, + { + "id": "htmlescape@1.1.1", + "info": { + "name": "htmlescape", + "version": "1.1.1" + } + }, + { + "id": "https-browserify@0.0.1", + "info": { + "name": "https-browserify", + "version": "0.0.1" + } + }, + { + "id": "insert-module-globals@7.2.1", + "info": { + "name": "insert-module-globals", + "version": "7.2.1" + } + }, + { + "id": "acorn-node@1.8.2", + "info": { + "name": "acorn-node", + "version": "1.8.2" + } + }, + { + "id": "acorn@7.4.1", + "info": { + "name": "acorn", + "version": "7.4.1" + } + }, + { + "id": "acorn-walk@7.2.0", + "info": { + "name": "acorn-walk", + "version": "7.2.0" + } + }, + { + "id": "concat-stream@1.6.2", + "info": { + "name": "concat-stream", + "version": "1.6.2" + } + }, + { + "id": "buffer-from@1.1.2", + "info": { + "name": "buffer-from", + "version": "1.1.2" + } + }, + { + "id": "typedarray@0.0.6", + "info": { + "name": "typedarray", + "version": "0.0.6" + } + }, + { + "id": "is-buffer@1.1.6", + "info": { + "name": "is-buffer", + "version": "1.1.6" + } + }, + { + "id": "process@0.11.10", + "info": { + "name": "process", + "version": "0.11.10" + } + }, + { + "id": "undeclared-identifiers@1.1.3", + "info": { + "name": "undeclared-identifiers", + "version": "1.1.3" + } + }, + { + "id": "dash-ast@1.0.0", + "info": { + "name": "dash-ast", + "version": "1.0.0" + } + }, + { + "id": "get-assigned-identifiers@1.2.0", + "info": { + "name": "get-assigned-identifiers", + "version": "1.2.0" + } + }, + { + "id": "simple-concat@1.0.1", + "info": { + "name": "simple-concat", + "version": "1.0.1" + } + }, + { + "id": "labeled-stream-splicer@2.0.2", + "info": { + "name": "labeled-stream-splicer", + "version": "2.0.2" + } + }, + { + "id": "stream-splicer@2.0.1", + "info": { + "name": "stream-splicer", + "version": "2.0.1" + } + }, + { + "id": "module-deps@4.1.1", + "info": { + "name": "module-deps", + "version": "4.1.1" + } + }, + { + "id": "detective@4.7.1", + "info": { + "name": "detective", + "version": "4.7.1" + } + }, + { + "id": "acorn@5.7.4", + "info": { + "name": "acorn", + "version": "5.7.4" + } + }, + { + "id": "parents@1.0.1", + "info": { + "name": "parents", + "version": "1.0.1" + } + }, + { + "id": "path-platform@0.11.15", + "info": { + "name": "path-platform", + "version": "0.11.15" + } + }, + { + "id": "resolve@1.22.8", + "info": { + "name": "resolve", + "version": "1.22.8" + } + }, + { + "id": "is-core-module@2.15.0", + "info": { + "name": "is-core-module", + "version": "2.15.0" + } + }, + { + "id": "path-parse@1.0.7", + "info": { + "name": "path-parse", + "version": "1.0.7" + } + }, + { + "id": "supports-preserve-symlinks-flag@1.0.0", + "info": { + "name": "supports-preserve-symlinks-flag", + "version": "1.0.0" + } + }, + { + "id": "stream-combiner2@1.1.1", + "info": { + "name": "stream-combiner2", + "version": "1.1.1" + } + }, + { + "id": "os-browserify@0.1.2", + "info": { + "name": "os-browserify", + "version": "0.1.2" + } + }, + { + "id": "path-browserify@0.0.1", + "info": { + "name": "path-browserify", + "version": "0.0.1" + } + }, + { + "id": "punycode@1.4.1", + "info": { + "name": "punycode", + "version": "1.4.1" + } + }, + { + "id": "querystring-es3@0.2.1", + "info": { + "name": "querystring-es3", + "version": "0.2.1" + } + }, + { + "id": "read-only-stream@2.0.0", + "info": { + "name": "read-only-stream", + "version": "2.0.0" + } + }, + { + "id": "shasum@1.0.2", + "info": { + "name": "shasum", + "version": "1.0.2" + } + }, + { + "id": "json-stable-stringify@0.0.1", + "info": { + "name": "json-stable-stringify", + "version": "0.0.1" + } + }, + { + "id": "jsonify@0.0.1", + "info": { + "name": "jsonify", + "version": "0.0.1" + } + }, + { + "id": "shell-quote@1.8.1", + "info": { + "name": "shell-quote", + "version": "1.8.1" + } + }, + { + "id": "stream-browserify@2.0.2", + "info": { + "name": "stream-browserify", + "version": "2.0.2" + } + }, + { + "id": "stream-http@2.8.3", + "info": { + "name": "stream-http", + "version": "2.8.3" + } + }, + { + "id": "builtin-status-codes@3.0.0", + "info": { + "name": "builtin-status-codes", + "version": "3.0.0" + } + }, + { + "id": "to-arraybuffer@1.0.1", + "info": { + "name": "to-arraybuffer", + "version": "1.0.1" + } + }, + { + "id": "syntax-error@1.4.0", + "info": { + "name": "syntax-error", + "version": "1.4.0" + } + }, + { + "id": "timers-browserify@1.4.2", + "info": { + "name": "timers-browserify", + "version": "1.4.2" + } + }, + { + "id": "tty-browserify@0.0.1", + "info": { + "name": "tty-browserify", + "version": "0.0.1" + } + }, + { + "id": "url@0.11.3", + "info": { + "name": "url", + "version": "0.11.3" + } + }, + { + "id": "qs@6.12.3", + "info": { + "name": "qs", + "version": "6.12.3" + } + }, + { + "id": "side-channel@1.0.6", + "info": { + "name": "side-channel", + "version": "1.0.6" + } + }, + { + "id": "object-inspect@1.13.2", + "info": { + "name": "object-inspect", + "version": "1.13.2" + } + }, + { + "id": "vm-browserify@0.0.4", + "info": { + "name": "vm-browserify", + "version": "0.0.4" + } + }, + { + "id": "indexof@0.0.1", + "info": { + "name": "indexof", + "version": "0.0.1" + } + } + ], + "graph": { + "rootNodeId": "root-node", + "nodes": [ + { + "nodeId": "root-node", + "pkgId": "peer-dependencies@0.0.1", + "deps": [ + { + "nodeId": "body-parser@1.9.0" + }, + { + "nodeId": "browserify@13.3.0" + } + ] + }, + { + "nodeId": "body-parser@1.9.0", + "pkgId": "body-parser@1.9.0", + "deps": [ + { + "nodeId": "bytes@1.0.0" + }, + { + "nodeId": "depd@1.0.1" + }, + { + "nodeId": "iconv-lite@0.4.4" + }, + { + "nodeId": "media-typer@0.3.0" + }, + { + "nodeId": "on-finished@2.1.0" + }, + { + "nodeId": "qs@2.2.4" + }, + { + "nodeId": "raw-body@1.3.0" + }, + { + "nodeId": "type-is@1.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bytes@1.0.0", + "pkgId": "bytes@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "depd@1.0.1", + "pkgId": "depd@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "iconv-lite@0.4.4", + "pkgId": "iconv-lite@0.4.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "media-typer@0.3.0", + "pkgId": "media-typer@0.3.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "on-finished@2.1.0", + "pkgId": "on-finished@2.1.0", + "deps": [ + { + "nodeId": "ee-first@1.0.5" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ee-first@1.0.5", + "pkgId": "ee-first@1.0.5", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "qs@2.2.4", + "pkgId": "qs@2.2.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "raw-body@1.3.0", + "pkgId": "raw-body@1.3.0", + "deps": [ + { + "nodeId": "bytes@1.0.0" + }, + { + "nodeId": "iconv-lite@0.4.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "type-is@1.5.7", + "pkgId": "type-is@1.5.7", + "deps": [ + { + "nodeId": "media-typer@0.3.0" + }, + { + "nodeId": "mime-types@2.0.14" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "mime-types@2.0.14", + "pkgId": "mime-types@2.0.14", + "deps": [ + { + "nodeId": "mime-db@1.12.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "mime-db@1.12.0", + "pkgId": "mime-db@1.12.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify@13.3.0", + "pkgId": "browserify@13.3.0", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "assert@1.5.1" + }, + { + "nodeId": "browser-pack@6.1.0" + }, + { + "nodeId": "browser-resolve@1.11.3" + }, + { + "nodeId": "browserify-zlib@0.1.4" + }, + { + "nodeId": "buffer@4.9.2" + }, + { + "nodeId": "cached-path-relative@1.1.0" + }, + { + "nodeId": "concat-stream@1.5.2" + }, + { + "nodeId": "console-browserify@1.2.0" + }, + { + "nodeId": "constants-browserify@1.0.0" + }, + { + "nodeId": "crypto-browserify@3.12.0" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "deps-sort@2.0.1" + }, + { + "nodeId": "domain-browser@1.1.7" + }, + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "events@1.1.1" + }, + { + "nodeId": "glob@7.2.3" + }, + { + "nodeId": "has@1.0.4" + }, + { + "nodeId": "htmlescape@1.1.1" + }, + { + "nodeId": "https-browserify@0.0.1" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "insert-module-globals@7.2.1" + }, + { + "nodeId": "labeled-stream-splicer@2.0.2" + }, + { + "nodeId": "module-deps@4.1.1" + }, + { + "nodeId": "os-browserify@0.1.2" + }, + { + "nodeId": "parents@1.0.1" + }, + { + "nodeId": "path-browserify@0.0.1" + }, + { + "nodeId": "process@0.11.10" + }, + { + "nodeId": "punycode@1.4.1" + }, + { + "nodeId": "querystring-es3@0.2.1" + }, + { + "nodeId": "read-only-stream@2.0.0" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "resolve@1.22.8" + }, + { + "nodeId": "shasum@1.0.2" + }, + { + "nodeId": "shell-quote@1.8.1" + }, + { + "nodeId": "stream-browserify@2.0.2" + }, + { + "nodeId": "stream-http@2.8.3" + }, + { + "nodeId": "string_decoder@0.10.31" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "syntax-error@1.4.0" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "timers-browserify@1.4.2" + }, + { + "nodeId": "tty-browserify@0.0.1" + }, + { + "nodeId": "url@0.11.3" + }, + { + "nodeId": "util@0.10.4" + }, + { + "nodeId": "vm-browserify@0.0.4" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "JSONStream@1.3.5", + "pkgId": "JSONStream@1.3.5", + "deps": [ + { + "nodeId": "jsonparse@1.3.1" + }, + { + "nodeId": "through@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "jsonparse@1.3.1", + "pkgId": "jsonparse@1.3.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "through@2.3.8", + "pkgId": "through@2.3.8", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "assert@1.5.1", + "pkgId": "assert@1.5.1", + "deps": [ + { + "nodeId": "object.assign@4.1.5" + }, + { + "nodeId": "util@0.10.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object.assign@4.1.5", + "pkgId": "object.assign@4.1.5", + "deps": [ + { + "nodeId": "call-bind@1.0.7" + }, + { + "nodeId": "define-properties@1.2.1" + }, + { + "nodeId": "has-symbols@1.0.3" + }, + { + "nodeId": "object-keys@1.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "call-bind@1.0.7", + "pkgId": "call-bind@1.0.7", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "set-function-length@1.2.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "es-define-property@1.0.0", + "pkgId": "es-define-property@1.0.0", + "deps": [ + { + "nodeId": "get-intrinsic@1.2.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "get-intrinsic@1.2.4", + "pkgId": "get-intrinsic@1.2.4", + "deps": [ + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "has-proto@1.0.3" + }, + { + "nodeId": "has-symbols@1.0.3" + }, + { + "nodeId": "hasown@2.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "es-errors@1.3.0", + "pkgId": "es-errors@1.3.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "function-bind@1.1.2", + "pkgId": "function-bind@1.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-proto@1.0.3", + "pkgId": "has-proto@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-symbols@1.0.3", + "pkgId": "has-symbols@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hasown@2.0.2", + "pkgId": "hasown@2.0.2", + "deps": [ + { + "nodeId": "function-bind@1.1.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "set-function-length@1.2.2", + "pkgId": "set-function-length@1.2.2", + "deps": [ + { + "nodeId": "define-data-property@1.1.4" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "gopd@1.0.1" + }, + { + "nodeId": "has-property-descriptors@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "define-data-property@1.1.4", + "pkgId": "define-data-property@1.1.4", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "gopd@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "gopd@1.0.1", + "pkgId": "gopd@1.0.1", + "deps": [ + { + "nodeId": "get-intrinsic@1.2.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-property-descriptors@1.0.2", + "pkgId": "has-property-descriptors@1.0.2", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "define-properties@1.2.1", + "pkgId": "define-properties@1.2.1", + "deps": [ + { + "nodeId": "define-data-property@1.1.4" + }, + { + "nodeId": "has-property-descriptors@1.0.2" + }, + { + "nodeId": "object-keys@1.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object-keys@1.1.1", + "pkgId": "object-keys@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "util@0.10.4", + "pkgId": "util@0.10.4", + "deps": [ + { + "nodeId": "inherits@2.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inherits@2.0.3", + "pkgId": "inherits@2.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browser-pack@6.1.0", + "pkgId": "browser-pack@6.1.0", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "combine-source-map@0.8.0" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "umd@3.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "combine-source-map@0.8.0", + "pkgId": "combine-source-map@0.8.0", + "deps": [ + { + "nodeId": "convert-source-map@1.1.3" + }, + { + "nodeId": "inline-source-map@0.6.3" + }, + { + "nodeId": "lodash.memoize@3.0.4" + }, + { + "nodeId": "source-map@0.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "convert-source-map@1.1.3", + "pkgId": "convert-source-map@1.1.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inline-source-map@0.6.3", + "pkgId": "inline-source-map@0.6.3", + "deps": [ + { + "nodeId": "source-map@0.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "source-map@0.5.7", + "pkgId": "source-map@0.5.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "lodash.memoize@3.0.4", + "pkgId": "lodash.memoize@3.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "defined@1.0.1", + "pkgId": "defined@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "safe-buffer@5.2.1", + "pkgId": "safe-buffer@5.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "through2@2.0.5", + "pkgId": "through2@2.0.5", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@2.3.8", + "pkgId": "readable-stream@2.3.8", + "deps": [ + { + "nodeId": "core-util-is@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "isarray@1.0.0" + }, + { + "nodeId": "process-nextick-args@2.0.1" + }, + { + "nodeId": "safe-buffer@5.1.2" + }, + { + "nodeId": "string_decoder@1.1.1" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "core-util-is@1.0.3", + "pkgId": "core-util-is@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inherits@2.0.4", + "pkgId": "inherits@2.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "isarray@1.0.0", + "pkgId": "isarray@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process-nextick-args@2.0.1", + "pkgId": "process-nextick-args@2.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "safe-buffer@5.1.2", + "pkgId": "safe-buffer@5.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@1.1.1", + "pkgId": "string_decoder@1.1.1", + "deps": [ + { + "nodeId": "safe-buffer@5.1.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "util-deprecate@1.0.2", + "pkgId": "util-deprecate@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "xtend@4.0.2", + "pkgId": "xtend@4.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "umd@3.0.3", + "pkgId": "umd@3.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browser-resolve@1.11.3", + "pkgId": "browser-resolve@1.11.3", + "deps": [ + { + "nodeId": "resolve@1.1.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "resolve@1.1.7", + "pkgId": "resolve@1.1.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-zlib@0.1.4", + "pkgId": "browserify-zlib@0.1.4", + "deps": [ + { + "nodeId": "pako@0.2.9" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "pako@0.2.9", + "pkgId": "pako@0.2.9", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer@4.9.2", + "pkgId": "buffer@4.9.2", + "deps": [ + { + "nodeId": "base64-js@1.5.1" + }, + { + "nodeId": "ieee754@1.2.1" + }, + { + "nodeId": "isarray@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "base64-js@1.5.1", + "pkgId": "base64-js@1.5.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ieee754@1.2.1", + "pkgId": "ieee754@1.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "cached-path-relative@1.1.0", + "pkgId": "cached-path-relative@1.1.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-stream@1.5.2", + "pkgId": "concat-stream@1.5.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.0.6" + }, + { + "nodeId": "typedarray@0.0.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@2.0.6", + "pkgId": "readable-stream@2.0.6", + "deps": [ + { + "nodeId": "core-util-is@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "isarray@1.0.0" + }, + { + "nodeId": "process-nextick-args@1.0.7" + }, + { + "nodeId": "string_decoder@0.10.31" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process-nextick-args@1.0.7", + "pkgId": "process-nextick-args@1.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@0.10.31", + "pkgId": "string_decoder@0.10.31", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "typedarray@0.0.7", + "pkgId": "typedarray@0.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "console-browserify@1.2.0", + "pkgId": "console-browserify@1.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "constants-browserify@1.0.0", + "pkgId": "constants-browserify@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "crypto-browserify@3.12.0", + "pkgId": "crypto-browserify@3.12.0", + "deps": [ + { + "nodeId": "browserify-cipher@1.0.1" + }, + { + "nodeId": "browserify-sign@4.2.3" + }, + { + "nodeId": "create-ecdh@4.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "diffie-hellman@5.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "pbkdf2@3.1.2" + }, + { + "nodeId": "public-encrypt@4.0.3" + }, + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "randomfill@1.0.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-cipher@1.0.1", + "pkgId": "browserify-cipher@1.0.1", + "deps": [ + { + "nodeId": "browserify-aes@1.2.0" + }, + { + "nodeId": "browserify-des@1.0.2" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-aes@1.2.0", + "pkgId": "browserify-aes@1.2.0", + "deps": [ + { + "nodeId": "buffer-xor@1.0.3" + }, + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer-xor@1.0.3", + "pkgId": "buffer-xor@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "cipher-base@1.0.4", + "pkgId": "cipher-base@1.0.4", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-hash@1.2.0", + "pkgId": "create-hash@1.2.0", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "md5.js@1.3.5" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "md5.js@1.3.5", + "pkgId": "md5.js@1.3.5", + "deps": [ + { + "nodeId": "hash-base@3.1.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash-base@3.1.0", + "pkgId": "hash-base@3.1.0", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@3.6.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@3.6.2", + "pkgId": "readable-stream@3.6.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "string_decoder@1.3.0" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@1.3.0", + "pkgId": "string_decoder@1.3.0", + "deps": [ + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ripemd160@2.0.2", + "pkgId": "ripemd160@2.0.2", + "deps": [ + { + "nodeId": "hash-base@3.1.0" + }, + { + "nodeId": "inherits@2.0.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "sha.js@2.4.11", + "pkgId": "sha.js@2.4.11", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "evp_bytestokey@1.0.3", + "pkgId": "evp_bytestokey@1.0.3", + "deps": [ + { + "nodeId": "md5.js@1.3.5" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-des@1.0.2", + "pkgId": "browserify-des@1.0.2", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "des.js@1.1.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "des.js@1.1.0", + "pkgId": "des.js@1.1.0", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimalistic-assert@1.0.1", + "pkgId": "minimalistic-assert@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-sign@4.2.3", + "pkgId": "browserify-sign@4.2.3", + "deps": [ + { + "nodeId": "bn.js@5.2.1" + }, + { + "nodeId": "browserify-rsa@4.1.0" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "elliptic@6.5.6" + }, + { + "nodeId": "hash-base@3.0.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "parse-asn1@5.1.7" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bn.js@5.2.1", + "pkgId": "bn.js@5.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-rsa@4.1.0", + "pkgId": "browserify-rsa@4.1.0", + "deps": [ + { + "nodeId": "bn.js@5.2.1" + }, + { + "nodeId": "randombytes@2.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "randombytes@2.1.0", + "pkgId": "randombytes@2.1.0", + "deps": [ + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-hmac@1.1.7", + "pkgId": "create-hmac@1.1.7", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "elliptic@6.5.6", + "pkgId": "elliptic@6.5.6", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "brorand@1.1.0" + }, + { + "nodeId": "hash.js@1.1.7" + }, + { + "nodeId": "hmac-drbg@1.0.1" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bn.js@4.12.0", + "pkgId": "bn.js@4.12.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "brorand@1.1.0", + "pkgId": "brorand@1.1.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash.js@1.1.7", + "pkgId": "hash.js@1.1.7", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hmac-drbg@1.0.1", + "pkgId": "hmac-drbg@1.0.1", + "deps": [ + { + "nodeId": "hash.js@1.1.7" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1", + "pkgId": "minimalistic-crypto-utils@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash-base@3.0.4", + "pkgId": "hash-base@3.0.4", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "parse-asn1@5.1.7", + "pkgId": "parse-asn1@5.1.7", + "deps": [ + { + "nodeId": "asn1.js@4.10.1" + }, + { + "nodeId": "browserify-aes@1.2.0" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + }, + { + "nodeId": "hash-base@3.0.4" + }, + { + "nodeId": "pbkdf2@3.1.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "asn1.js@4.10.1", + "pkgId": "asn1.js@4.10.1", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "pbkdf2@3.1.2", + "pkgId": "pbkdf2@3.1.2", + "deps": [ + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-ecdh@4.0.4", + "pkgId": "create-ecdh@4.0.4", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "elliptic@6.5.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "diffie-hellman@5.0.3", + "pkgId": "diffie-hellman@5.0.3", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "miller-rabin@4.0.1" + }, + { + "nodeId": "randombytes@2.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "miller-rabin@4.0.1", + "pkgId": "miller-rabin@4.0.1", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "brorand@1.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "public-encrypt@4.0.3", + "pkgId": "public-encrypt@4.0.3", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "browserify-rsa@4.1.0" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "parse-asn1@5.1.7" + }, + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "randomfill@1.0.4", + "pkgId": "randomfill@1.0.4", + "deps": [ + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "deps-sort@2.0.1", + "pkgId": "deps-sort@2.0.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "shasum-object@1.0.0" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "through2@2.0.5" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shasum-object@1.0.0", + "pkgId": "shasum-object@1.0.0", + "deps": [ + { + "nodeId": "fast-safe-stringify@2.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "fast-safe-stringify@2.1.1", + "pkgId": "fast-safe-stringify@2.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "subarg@1.0.0", + "pkgId": "subarg@1.0.0", + "deps": [ + { + "nodeId": "minimist@1.2.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimist@1.2.8", + "pkgId": "minimist@1.2.8", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "domain-browser@1.1.7", + "pkgId": "domain-browser@1.1.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "duplexer2@0.1.4", + "pkgId": "duplexer2@0.1.4", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "events@1.1.1", + "pkgId": "events@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "glob@7.2.3", + "pkgId": "glob@7.2.3", + "deps": [ + { + "nodeId": "fs.realpath@1.0.0" + }, + { + "nodeId": "inflight@1.0.6" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimatch@3.1.2" + }, + { + "nodeId": "once@1.4.0" + }, + { + "nodeId": "path-is-absolute@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "fs.realpath@1.0.0", + "pkgId": "fs.realpath@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inflight@1.0.6", + "pkgId": "inflight@1.0.6", + "deps": [ + { + "nodeId": "once@1.4.0" + }, + { + "nodeId": "wrappy@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "once@1.4.0", + "pkgId": "once@1.4.0", + "deps": [ + { + "nodeId": "wrappy@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "wrappy@1.0.2", + "pkgId": "wrappy@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimatch@3.1.2", + "pkgId": "minimatch@3.1.2", + "deps": [ + { + "nodeId": "brace-expansion@1.1.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "brace-expansion@1.1.11", + "pkgId": "brace-expansion@1.1.11", + "deps": [ + { + "nodeId": "balanced-match@1.0.2" + }, + { + "nodeId": "concat-map@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "balanced-match@1.0.2", + "pkgId": "balanced-match@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-map@0.0.1", + "pkgId": "concat-map@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-is-absolute@1.0.1", + "pkgId": "path-is-absolute@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has@1.0.4", + "pkgId": "has@1.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "htmlescape@1.1.1", + "pkgId": "htmlescape@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "https-browserify@0.0.1", + "pkgId": "https-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "insert-module-globals@7.2.1", + "pkgId": "insert-module-globals@7.2.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "acorn-node@1.8.2" + }, + { + "nodeId": "combine-source-map@0.8.0" + }, + { + "nodeId": "concat-stream@1.6.2" + }, + { + "nodeId": "is-buffer@1.1.6" + }, + { + "nodeId": "path-is-absolute@1.0.1" + }, + { + "nodeId": "process@0.11.10" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "undeclared-identifiers@1.1.3" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn-node@1.8.2", + "pkgId": "acorn-node@1.8.2", + "deps": [ + { + "nodeId": "acorn@7.4.1" + }, + { + "nodeId": "acorn-walk@7.2.0" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn@7.4.1", + "pkgId": "acorn@7.4.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn-walk@7.2.0", + "pkgId": "acorn-walk@7.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-stream@1.6.2", + "pkgId": "concat-stream@1.6.2", + "deps": [ + { + "nodeId": "buffer-from@1.1.2" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "typedarray@0.0.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer-from@1.1.2", + "pkgId": "buffer-from@1.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "typedarray@0.0.6", + "pkgId": "typedarray@0.0.6", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "is-buffer@1.1.6", + "pkgId": "is-buffer@1.1.6", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process@0.11.10", + "pkgId": "process@0.11.10", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "undeclared-identifiers@1.1.3", + "pkgId": "undeclared-identifiers@1.1.3", + "deps": [ + { + "nodeId": "acorn-node@1.8.2" + }, + { + "nodeId": "dash-ast@1.0.0" + }, + { + "nodeId": "get-assigned-identifiers@1.2.0" + }, + { + "nodeId": "simple-concat@1.0.1" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "dash-ast@1.0.0", + "pkgId": "dash-ast@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "get-assigned-identifiers@1.2.0", + "pkgId": "get-assigned-identifiers@1.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "simple-concat@1.0.1", + "pkgId": "simple-concat@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "labeled-stream-splicer@2.0.2", + "pkgId": "labeled-stream-splicer@2.0.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "stream-splicer@2.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-splicer@2.0.1", + "pkgId": "stream-splicer@2.0.1", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "module-deps@4.1.1", + "pkgId": "module-deps@4.1.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "browser-resolve@1.11.3" + }, + { + "nodeId": "cached-path-relative@1.1.0" + }, + { + "nodeId": "concat-stream@1.5.2" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "detective@4.7.1" + }, + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "parents@1.0.1" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "resolve@1.22.8" + }, + { + "nodeId": "stream-combiner2@1.1.1" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "detective@4.7.1", + "pkgId": "detective@4.7.1", + "deps": [ + { + "nodeId": "acorn@5.7.4" + }, + { + "nodeId": "defined@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn@5.7.4", + "pkgId": "acorn@5.7.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "parents@1.0.1", + "pkgId": "parents@1.0.1", + "deps": [ + { + "nodeId": "path-platform@0.11.15" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-platform@0.11.15", + "pkgId": "path-platform@0.11.15", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "resolve@1.22.8", + "pkgId": "resolve@1.22.8", + "deps": [ + { + "nodeId": "is-core-module@2.15.0" + }, + { + "nodeId": "path-parse@1.0.7" + }, + { + "nodeId": "supports-preserve-symlinks-flag@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "is-core-module@2.15.0", + "pkgId": "is-core-module@2.15.0", + "deps": [ + { + "nodeId": "hasown@2.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-parse@1.0.7", + "pkgId": "path-parse@1.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "supports-preserve-symlinks-flag@1.0.0", + "pkgId": "supports-preserve-symlinks-flag@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-combiner2@1.1.1", + "pkgId": "stream-combiner2@1.1.1", + "deps": [ + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "os-browserify@0.1.2", + "pkgId": "os-browserify@0.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-browserify@0.0.1", + "pkgId": "path-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "punycode@1.4.1", + "pkgId": "punycode@1.4.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "querystring-es3@0.2.1", + "pkgId": "querystring-es3@0.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "read-only-stream@2.0.0", + "pkgId": "read-only-stream@2.0.0", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shasum@1.0.2", + "pkgId": "shasum@1.0.2", + "deps": [ + { + "nodeId": "json-stable-stringify@0.0.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "json-stable-stringify@0.0.1", + "pkgId": "json-stable-stringify@0.0.1", + "deps": [ + { + "nodeId": "jsonify@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "jsonify@0.0.1", + "pkgId": "jsonify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shell-quote@1.8.1", + "pkgId": "shell-quote@1.8.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-browserify@2.0.2", + "pkgId": "stream-browserify@2.0.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-http@2.8.3", + "pkgId": "stream-http@2.8.3", + "deps": [ + { + "nodeId": "builtin-status-codes@3.0.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "to-arraybuffer@1.0.1" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "builtin-status-codes@3.0.0", + "pkgId": "builtin-status-codes@3.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "to-arraybuffer@1.0.1", + "pkgId": "to-arraybuffer@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "syntax-error@1.4.0", + "pkgId": "syntax-error@1.4.0", + "deps": [ + { + "nodeId": "acorn-node@1.8.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "timers-browserify@1.4.2", + "pkgId": "timers-browserify@1.4.2", + "deps": [ + { + "nodeId": "process@0.11.10" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "tty-browserify@0.0.1", + "pkgId": "tty-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "url@0.11.3", + "pkgId": "url@0.11.3", + "deps": [ + { + "nodeId": "punycode@1.4.1" + }, + { + "nodeId": "qs@6.12.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "qs@6.12.3", + "pkgId": "qs@6.12.3", + "deps": [ + { + "nodeId": "side-channel@1.0.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "side-channel@1.0.6", + "pkgId": "side-channel@1.0.6", + "deps": [ + { + "nodeId": "call-bind@1.0.7" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "object-inspect@1.13.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object-inspect@1.13.2", + "pkgId": "object-inspect@1.13.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "vm-browserify@0.0.4", + "pkgId": "vm-browserify@0.0.4", + "deps": [ + { + "nodeId": "indexof@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "indexof@0.0.1", + "pkgId": "indexof@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + } + ] + } +} diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/package.json b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/package.json new file mode 100644 index 00000000..cc55943a --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/package.json @@ -0,0 +1,10 @@ +{ + "name": "peer-dependencies", + "version": "0.0.1", + "dependencies": { + "body-parser": "1.9.0" + }, + "peerDependencies": { + "browserify": "^13.1.1" + } +} diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/pnpm-lock.yaml b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/pnpm-lock.yaml new file mode 100644 index 00000000..f2eec138 --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v5/peer-dependencies/pnpm-lock.yaml @@ -0,0 +1,1187 @@ +lockfileVersion: 5.4 + +specifiers: + body-parser: 1.9.0 + browserify: ^13.1.1 + +dependencies: + body-parser: 1.9.0 + browserify: 13.3.0 + +packages: + + /JSONStream/1.3.5: + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + hasBin: true + dependencies: + jsonparse: 1.3.1 + through: 2.3.8 + dev: false + + /acorn-node/1.8.2: + resolution: {integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==} + dependencies: + acorn: 7.4.1 + acorn-walk: 7.2.0 + xtend: 4.0.2 + dev: false + + /acorn-walk/7.2.0: + resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} + engines: {node: '>=0.4.0'} + dev: false + + /acorn/5.7.4: + resolution: {integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /acorn/7.4.1: + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /asn1.js/4.10.1: + resolution: {integrity: sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==} + dependencies: + bn.js: 4.12.0 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: false + + /assert/1.5.1: + resolution: {integrity: sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==} + dependencies: + object.assign: 4.1.5 + util: 0.10.4 + dev: false + + /balanced-match/1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + dev: false + + /base64-js/1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + dev: false + + /bn.js/4.12.0: + resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} + dev: false + + /bn.js/5.2.1: + resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} + dev: false + + /body-parser/1.9.0: + resolution: {integrity: sha512-fCQmijfF8stcsUxUU0r8mDo6yXPggOBDFVR0WAF85DxFwpdmtFA36oEqz6XOHKhfUmf4dIvfHXkyR7azyN/fVA==} + engines: {node: '>= 0.8'} + dependencies: + bytes: 1.0.0 + depd: 1.0.1 + iconv-lite: 0.4.4 + media-typer: 0.3.0 + on-finished: 2.1.0 + qs: 2.2.4 + raw-body: 1.3.0 + type-is: 1.5.7 + dev: false + + /brace-expansion/1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + dev: false + + /brorand/1.1.0: + resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} + dev: false + + /browser-pack/6.1.0: + resolution: {integrity: sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==} + hasBin: true + dependencies: + JSONStream: 1.3.5 + combine-source-map: 0.8.0 + defined: 1.0.1 + safe-buffer: 5.2.1 + through2: 2.0.5 + umd: 3.0.3 + dev: false + + /browser-resolve/1.11.3: + resolution: {integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==} + dependencies: + resolve: 1.1.7 + dev: false + + /browserify-aes/1.2.0: + resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} + dependencies: + buffer-xor: 1.0.3 + cipher-base: 1.0.4 + create-hash: 1.2.0 + evp_bytestokey: 1.0.3 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /browserify-cipher/1.0.1: + resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} + dependencies: + browserify-aes: 1.2.0 + browserify-des: 1.0.2 + evp_bytestokey: 1.0.3 + dev: false + + /browserify-des/1.0.2: + resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} + dependencies: + cipher-base: 1.0.4 + des.js: 1.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /browserify-rsa/4.1.0: + resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} + dependencies: + bn.js: 5.2.1 + randombytes: 2.1.0 + dev: false + + /browserify-sign/4.2.3: + resolution: {integrity: sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==} + engines: {node: '>= 0.12'} + dependencies: + bn.js: 5.2.1 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + create-hmac: 1.1.7 + elliptic: 6.5.6 + hash-base: 3.0.4 + inherits: 2.0.4 + parse-asn1: 5.1.7 + readable-stream: 2.3.8 + safe-buffer: 5.2.1 + dev: false + + /browserify-zlib/0.1.4: + resolution: {integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==} + dependencies: + pako: 0.2.9 + dev: false + + /browserify/13.3.0: + resolution: {integrity: sha512-RC51w//pULmKo3XmyC5Ax0FgQ3OZQk6he1SHbgsH63hSpa1RR0cGFU4s1AJY4exLesSZjJI00PynhjwWryi2bg==} + hasBin: true + dependencies: + JSONStream: 1.3.5 + assert: 1.5.1 + browser-pack: 6.1.0 + browser-resolve: 1.11.3 + browserify-zlib: 0.1.4 + buffer: 4.9.2 + cached-path-relative: 1.1.0 + concat-stream: 1.5.2 + console-browserify: 1.2.0 + constants-browserify: 1.0.0 + crypto-browserify: 3.12.0 + defined: 1.0.1 + deps-sort: 2.0.1 + domain-browser: 1.1.7 + duplexer2: 0.1.4 + events: 1.1.1 + glob: 7.2.3 + has: 1.0.4 + htmlescape: 1.1.1 + https-browserify: 0.0.1 + inherits: 2.0.4 + insert-module-globals: 7.2.1 + labeled-stream-splicer: 2.0.2 + module-deps: 4.1.1 + os-browserify: 0.1.2 + parents: 1.0.1 + path-browserify: 0.0.1 + process: 0.11.10 + punycode: 1.4.1 + querystring-es3: 0.2.1 + read-only-stream: 2.0.0 + readable-stream: 2.3.8 + resolve: 1.22.8 + shasum: 1.0.2 + shell-quote: 1.8.1 + stream-browserify: 2.0.2 + stream-http: 2.8.3 + string_decoder: 0.10.31 + subarg: 1.0.0 + syntax-error: 1.4.0 + through2: 2.0.5 + timers-browserify: 1.4.2 + tty-browserify: 0.0.1 + url: 0.11.3 + util: 0.10.4 + vm-browserify: 0.0.4 + xtend: 4.0.2 + dev: false + + /buffer-from/1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + dev: false + + /buffer-xor/1.0.3: + resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} + dev: false + + /buffer/4.9.2: + resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + isarray: 1.0.0 + dev: false + + /builtin-status-codes/3.0.0: + resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} + dev: false + + /bytes/1.0.0: + resolution: {integrity: sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==} + dev: false + + /cached-path-relative/1.1.0: + resolution: {integrity: sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==} + dev: false + + /call-bind/1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + set-function-length: 1.2.2 + dev: false + + /cipher-base/1.0.4: + resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /combine-source-map/0.8.0: + resolution: {integrity: sha512-UlxQ9Vw0b/Bt/KYwCFqdEwsQ1eL8d1gibiFb7lxQJFdvTgc2hIZi6ugsg+kyhzhPV+QEpUiEIwInIAIrgoEkrg==} + dependencies: + convert-source-map: 1.1.3 + inline-source-map: 0.6.3 + lodash.memoize: 3.0.4 + source-map: 0.5.7 + dev: false + + /concat-map/0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + dev: false + + /concat-stream/1.5.2: + resolution: {integrity: sha512-H6xsIBfQ94aESBG8jGHXQ7i5AEpy5ZeVaLDOisDICiTCKpqEfr34/KmTrspKQNoLKNu9gTkovlpQcUi630AKiQ==} + engines: {'0': node >= 0.8} + dependencies: + inherits: 2.0.4 + readable-stream: 2.0.6 + typedarray: 0.0.7 + dev: false + + /concat-stream/1.6.2: + resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} + engines: {'0': node >= 0.8} + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 2.3.8 + typedarray: 0.0.6 + dev: false + + /console-browserify/1.2.0: + resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} + dev: false + + /constants-browserify/1.0.0: + resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} + dev: false + + /convert-source-map/1.1.3: + resolution: {integrity: sha512-Y8L5rp6jo+g9VEPgvqNfEopjTR4OTYct8lXlS8iVQdmnjDvbdbzYe9rjtFCB9egC86JoNCU61WRY+ScjkZpnIg==} + dev: false + + /core-util-is/1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + dev: false + + /create-ecdh/4.0.4: + resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} + dependencies: + bn.js: 4.12.0 + elliptic: 6.5.6 + dev: false + + /create-hash/1.2.0: + resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} + dependencies: + cipher-base: 1.0.4 + inherits: 2.0.4 + md5.js: 1.3.5 + ripemd160: 2.0.2 + sha.js: 2.4.11 + dev: false + + /create-hmac/1.1.7: + resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + dependencies: + cipher-base: 1.0.4 + create-hash: 1.2.0 + inherits: 2.0.4 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + dev: false + + /crypto-browserify/3.12.0: + resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} + dependencies: + browserify-cipher: 1.0.1 + browserify-sign: 4.2.3 + create-ecdh: 4.0.4 + create-hash: 1.2.0 + create-hmac: 1.1.7 + diffie-hellman: 5.0.3 + inherits: 2.0.4 + pbkdf2: 3.1.2 + public-encrypt: 4.0.3 + randombytes: 2.1.0 + randomfill: 1.0.4 + dev: false + + /dash-ast/1.0.0: + resolution: {integrity: sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==} + dev: false + + /define-data-property/1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + gopd: 1.0.1 + dev: false + + /define-properties/1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 + object-keys: 1.1.1 + dev: false + + /defined/1.0.1: + resolution: {integrity: sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==} + dev: false + + /depd/1.0.1: + resolution: {integrity: sha512-OEWAMbCkK9IWQ8pfTvHBhCSqHgR+sk5pbiYqq0FqfARG4Cy+cRsCbITx6wh5pcsmfBPiJAcbd98tfdz5fnBbag==} + engines: {node: '>= 0.6'} + dev: false + + /deps-sort/2.0.1: + resolution: {integrity: sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==} + hasBin: true + dependencies: + JSONStream: 1.3.5 + shasum-object: 1.0.0 + subarg: 1.0.0 + through2: 2.0.5 + dev: false + + /des.js/1.1.0: + resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==} + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: false + + /detective/4.7.1: + resolution: {integrity: sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==} + dependencies: + acorn: 5.7.4 + defined: 1.0.1 + dev: false + + /diffie-hellman/5.0.3: + resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} + dependencies: + bn.js: 4.12.0 + miller-rabin: 4.0.1 + randombytes: 2.1.0 + dev: false + + /domain-browser/1.1.7: + resolution: {integrity: sha512-fJ5MoHxe69h3E4/lJtFRhcWwLb04bhIBSfvCEMS1YDH+/9yEZTqBHTSTgch8nCP5tE5k2gdQEjodUqJzy7qJ9Q==} + engines: {node: '>=0.4', npm: '>=1.2'} + dev: false + + /duplexer2/0.1.4: + resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==} + dependencies: + readable-stream: 2.3.8 + dev: false + + /ee-first/1.0.5: + resolution: {integrity: sha512-+FCut34oNiJD2jD+YL/onRxOHF5ut3xOGgTIyEIOdYfun8AexYhEyurzv9izwhTft1Z7pdy4VlTq51K/sIsQRA==} + dev: false + + /elliptic/6.5.6: + resolution: {integrity: sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==} + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + hash.js: 1.1.7 + hmac-drbg: 1.0.1 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: false + + /es-define-property/1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.4 + dev: false + + /es-errors/1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + dev: false + + /events/1.1.1: + resolution: {integrity: sha512-kEcvvCBByWXGnZy6JUlgAp2gBIUjfCAV6P6TgT1/aaQKcmuAEC4OZTV1I4EWQLz2gxZw76atuVyvHhTxvi0Flw==} + engines: {node: '>=0.4.x'} + dev: false + + /evp_bytestokey/1.0.3: + resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} + dependencies: + md5.js: 1.3.5 + safe-buffer: 5.2.1 + dev: false + + /fast-safe-stringify/2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + dev: false + + /fs.realpath/1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + dev: false + + /function-bind/1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + dev: false + + /get-assigned-identifiers/1.2.0: + resolution: {integrity: sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==} + dev: false + + /get-intrinsic/1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + hasown: 2.0.2 + dev: false + + /glob/7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: false + + /gopd/1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + dependencies: + get-intrinsic: 1.2.4 + dev: false + + /has-property-descriptors/1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + dependencies: + es-define-property: 1.0.0 + dev: false + + /has-proto/1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + dev: false + + /has-symbols/1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + dev: false + + /has/1.0.4: + resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} + engines: {node: '>= 0.4.0'} + dev: false + + /hash-base/3.0.4: + resolution: {integrity: sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==} + engines: {node: '>=4'} + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /hash-base/3.1.0: + resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} + engines: {node: '>=4'} + dependencies: + inherits: 2.0.4 + readable-stream: 3.6.2 + safe-buffer: 5.2.1 + dev: false + + /hash.js/1.1.7: + resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: false + + /hasown/2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + dependencies: + function-bind: 1.1.2 + dev: false + + /hmac-drbg/1.0.1: + resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} + dependencies: + hash.js: 1.1.7 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: false + + /htmlescape/1.1.1: + resolution: {integrity: sha512-eVcrzgbR4tim7c7soKQKtxa/kQM4TzjnlU83rcZ9bHU6t31ehfV7SktN6McWgwPWg+JYMA/O3qpGxBvFq1z2Jg==} + engines: {node: '>=0.10'} + dev: false + + /https-browserify/0.0.1: + resolution: {integrity: sha512-EjDQFbgJr1vDD/175UJeSX3ncQ3+RUnCL5NkthQGHvF4VNHlzTy8ifJfTqz47qiPRqaFH58+CbuG3x51WuB1XQ==} + dev: false + + /iconv-lite/0.4.4: + resolution: {integrity: sha512-BnjNp13aZpK4WBGbmjaNHN2MCp3P850n8zd/JLinQJ8Lsnq2Br4o2467C2waMsY5kr7Z41SL1gEqh8Vbfzg15A==} + engines: {node: '>=0.8.0'} + dev: false + + /ieee754/1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + dev: false + + /indexof/0.0.1: + resolution: {integrity: sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==} + dev: false + + /inflight/1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + dev: false + + /inherits/2.0.3: + resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} + dev: false + + /inherits/2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + dev: false + + /inline-source-map/0.6.3: + resolution: {integrity: sha512-1aVsPEsJWMJq/pdMU61CDlm1URcW702MTB4w9/zUjMus6H/Py8o7g68Pr9D4I6QluWGt/KdmswuRhaA05xVR1w==} + dependencies: + source-map: 0.5.7 + dev: false + + /insert-module-globals/7.2.1: + resolution: {integrity: sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==} + hasBin: true + dependencies: + JSONStream: 1.3.5 + acorn-node: 1.8.2 + combine-source-map: 0.8.0 + concat-stream: 1.6.2 + is-buffer: 1.1.6 + path-is-absolute: 1.0.1 + process: 0.11.10 + through2: 2.0.5 + undeclared-identifiers: 1.1.3 + xtend: 4.0.2 + dev: false + + /is-buffer/1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + dev: false + + /is-core-module/2.15.0: + resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} + engines: {node: '>= 0.4'} + dependencies: + hasown: 2.0.2 + dev: false + + /isarray/1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + dev: false + + /json-stable-stringify/0.0.1: + resolution: {integrity: sha512-nKtD/Qxm7tWdZqJoldEC7fF0S41v0mWbeaXG3637stOWfyGxTgWTYE2wtfKmjzpvxv2MA2xzxsXOIiwUpkX6Qw==} + dependencies: + jsonify: 0.0.1 + dev: false + + /jsonify/0.0.1: + resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} + dev: false + + /jsonparse/1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + dev: false + + /labeled-stream-splicer/2.0.2: + resolution: {integrity: sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==} + dependencies: + inherits: 2.0.4 + stream-splicer: 2.0.1 + dev: false + + /lodash.memoize/3.0.4: + resolution: {integrity: sha512-eDn9kqrAmVUC1wmZvlQ6Uhde44n+tXpqPrN8olQJbttgh0oKclk+SF54P47VEGE9CEiMeRwAP8BaM7UHvBkz2A==} + dev: false + + /md5.js/1.3.5: + resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /media-typer/0.3.0: + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} + dev: false + + /miller-rabin/4.0.1: + resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} + hasBin: true + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + dev: false + + /mime-db/1.12.0: + resolution: {integrity: sha512-5aMAW7I4jZoZB27fXRuekqc4DVvJ7+hM8UcWrNj2mqibE54gXgPSonBYBdQW5hyaVNGmiYjY0ZMqn9fBefWYvA==} + engines: {node: '>= 0.6'} + dev: false + + /mime-types/2.0.14: + resolution: {integrity: sha512-2ZHUEstNkIf2oTWgtODr6X0Cc4Ns/RN/hktdozndiEhhAC2wxXejF1FH0XLHTEImE9h6gr/tcnr3YOnSGsxc7Q==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.12.0 + dev: false + + /minimalistic-assert/1.0.1: + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + dev: false + + /minimalistic-crypto-utils/1.0.1: + resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} + dev: false + + /minimatch/3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + dependencies: + brace-expansion: 1.1.11 + dev: false + + /minimist/1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + dev: false + + /module-deps/4.1.1: + resolution: {integrity: sha512-ze1e77tkYtlJI90RmlJJvTOGe91OAbtNQj34tg26GWlvdDc0dzmlxujTnh85S8feiTB3eBkKAOCD/v5p9v6wHg==} + engines: {node: '>= 0.6'} + hasBin: true + dependencies: + JSONStream: 1.3.5 + browser-resolve: 1.11.3 + cached-path-relative: 1.1.0 + concat-stream: 1.5.2 + defined: 1.0.1 + detective: 4.7.1 + duplexer2: 0.1.4 + inherits: 2.0.4 + parents: 1.0.1 + readable-stream: 2.3.8 + resolve: 1.22.8 + stream-combiner2: 1.1.1 + subarg: 1.0.0 + through2: 2.0.5 + xtend: 4.0.2 + dev: false + + /object-inspect/1.13.2: + resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} + engines: {node: '>= 0.4'} + dev: false + + /object-keys/1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + dev: false + + /object.assign/4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + has-symbols: 1.0.3 + object-keys: 1.1.1 + dev: false + + /on-finished/2.1.0: + resolution: {integrity: sha512-33+g6TZkplndl+2k2VNO1YphX5hm79DGhBP6TJcDI9o1sCFbUvO2bgxPdGanIFqZK4su6OVLwPHY9GkLQrojgA==} + dependencies: + ee-first: 1.0.5 + dev: false + + /once/1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + dependencies: + wrappy: 1.0.2 + dev: false + + /os-browserify/0.1.2: + resolution: {integrity: sha512-aZicJZccvxWOZ0Bja2eAch2L8RIJWBuRYmM8Gwl/JjNtRltH0Itcz4eH/ESyuIWfse8cc93ZCf0XrzhXK2HEDA==} + dev: false + + /pako/0.2.9: + resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} + dev: false + + /parents/1.0.1: + resolution: {integrity: sha512-mXKF3xkoUt5td2DoxpLmtOmZvko9VfFpwRwkKDHSNvgmpLAeBo18YDhcPbBzJq+QLCHMbGOfzia2cX4U+0v9Mg==} + dependencies: + path-platform: 0.11.15 + dev: false + + /parse-asn1/5.1.7: + resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==} + engines: {node: '>= 0.10'} + dependencies: + asn1.js: 4.10.1 + browserify-aes: 1.2.0 + evp_bytestokey: 1.0.3 + hash-base: 3.0.4 + pbkdf2: 3.1.2 + safe-buffer: 5.2.1 + dev: false + + /path-browserify/0.0.1: + resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} + dev: false + + /path-is-absolute/1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + dev: false + + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: false + + /path-platform/0.11.15: + resolution: {integrity: sha512-Y30dB6rab1A/nfEKsZxmr01nUotHX0c/ZiIAsCTatEe1CmS5Pm5He7fZ195bPT7RdquoaL8lLxFCMQi/bS7IJg==} + engines: {node: '>= 0.8.0'} + dev: false + + /pbkdf2/3.1.2: + resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} + engines: {node: '>=0.12'} + dependencies: + create-hash: 1.2.0 + create-hmac: 1.1.7 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + dev: false + + /process-nextick-args/1.0.7: + resolution: {integrity: sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==} + dev: false + + /process-nextick-args/2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + dev: false + + /process/0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + dev: false + + /public-encrypt/4.0.3: + resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} + dependencies: + bn.js: 4.12.0 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + parse-asn1: 5.1.7 + randombytes: 2.1.0 + safe-buffer: 5.2.1 + dev: false + + /punycode/1.4.1: + resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} + dev: false + + /qs/2.2.4: + resolution: {integrity: sha512-ptau9CngYR/IimcThDkAs7LzlZhxo92RiMHtLbOq3R6u9iDkixdSysaAVaZpYByrXWWantEJ4fVPl0xR2McSCQ==} + dev: false + + /qs/6.12.3: + resolution: {integrity: sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==} + engines: {node: '>=0.6'} + dependencies: + side-channel: 1.0.6 + dev: false + + /querystring-es3/0.2.1: + resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} + engines: {node: '>=0.4.x'} + dev: false + + /randombytes/2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + dependencies: + safe-buffer: 5.2.1 + dev: false + + /randomfill/1.0.4: + resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} + dependencies: + randombytes: 2.1.0 + safe-buffer: 5.2.1 + dev: false + + /raw-body/1.3.0: + resolution: {integrity: sha512-iuI1bOSi9tEmVCrXq02ZysXatTrhAu+fSo7XOQHhMo4g87dSy9YB2W/9Udwhz0bPpFk4UcoLhjrHgpPbRD3ktA==} + engines: {node: '>= 0.8.0'} + dependencies: + bytes: 1.0.0 + iconv-lite: 0.4.4 + dev: false + + /read-only-stream/2.0.0: + resolution: {integrity: sha512-3ALe0bjBVZtkdWKIcThYpQCLbBMd/+Tbh2CDSrAIDO3UsZ4Xs+tnyjv2MjCOMMgBG+AsUOeuP1cgtY1INISc8w==} + dependencies: + readable-stream: 2.3.8 + dev: false + + /readable-stream/2.0.6: + resolution: {integrity: sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==} + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 1.0.7 + string_decoder: 0.10.31 + util-deprecate: 1.0.2 + dev: false + + /readable-stream/2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + dev: false + + /readable-stream/3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + dev: false + + /resolve/1.1.7: + resolution: {integrity: sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg==} + dev: false + + /resolve/1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + dependencies: + is-core-module: 2.15.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: false + + /ripemd160/2.0.2: + resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + dev: false + + /safe-buffer/5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + dev: false + + /safe-buffer/5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: false + + /set-function-length/1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + gopd: 1.0.1 + has-property-descriptors: 1.0.2 + dev: false + + /sha.js/2.4.11: + resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} + hasBin: true + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /shasum-object/1.0.0: + resolution: {integrity: sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==} + dependencies: + fast-safe-stringify: 2.1.1 + dev: false + + /shasum/1.0.2: + resolution: {integrity: sha512-UTzHm/+AzKfO9RgPgRpDIuMSNie1ubXRaljjlhFMNGYoG7z+rm9AHLPMf70R7887xboDH9Q+5YQbWKObFHEAtw==} + dependencies: + json-stable-stringify: 0.0.1 + sha.js: 2.4.11 + dev: false + + /shell-quote/1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + dev: false + + /side-channel/1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + object-inspect: 1.13.2 + dev: false + + /simple-concat/1.0.1: + resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} + dev: false + + /source-map/0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + dev: false + + /stream-browserify/2.0.2: + resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} + dependencies: + inherits: 2.0.4 + readable-stream: 2.3.8 + dev: false + + /stream-combiner2/1.1.1: + resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} + dependencies: + duplexer2: 0.1.4 + readable-stream: 2.3.8 + dev: false + + /stream-http/2.8.3: + resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} + dependencies: + builtin-status-codes: 3.0.0 + inherits: 2.0.4 + readable-stream: 2.3.8 + to-arraybuffer: 1.0.1 + xtend: 4.0.2 + dev: false + + /stream-splicer/2.0.1: + resolution: {integrity: sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==} + dependencies: + inherits: 2.0.4 + readable-stream: 2.3.8 + dev: false + + /string_decoder/0.10.31: + resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} + dev: false + + /string_decoder/1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + dependencies: + safe-buffer: 5.1.2 + dev: false + + /string_decoder/1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + dependencies: + safe-buffer: 5.2.1 + dev: false + + /subarg/1.0.0: + resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} + dependencies: + minimist: 1.2.8 + dev: false + + /supports-preserve-symlinks-flag/1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + dev: false + + /syntax-error/1.4.0: + resolution: {integrity: sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==} + dependencies: + acorn-node: 1.8.2 + dev: false + + /through/2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + dev: false + + /through2/2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + dependencies: + readable-stream: 2.3.8 + xtend: 4.0.2 + dev: false + + /timers-browserify/1.4.2: + resolution: {integrity: sha512-PIxwAupJZiYU4JmVZYwXp9FKsHMXb5h0ZEFyuXTAn8WLHOlcij+FEcbrvDsom1o5dr1YggEtFbECvGCW2sT53Q==} + engines: {node: '>=0.6.0'} + dependencies: + process: 0.11.10 + dev: false + + /to-arraybuffer/1.0.1: + resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==} + dev: false + + /tty-browserify/0.0.1: + resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} + dev: false + + /type-is/1.5.7: + resolution: {integrity: sha512-of68V0oUmVH4thGc1cLR3sKdICPsaL7kzpYc7FX1pcagY4eIllhyMqQcoOq289f+xj2orm8oPWwsCwxiCgVJbQ==} + engines: {node: '>= 0.6'} + dependencies: + media-typer: 0.3.0 + mime-types: 2.0.14 + dev: false + + /typedarray/0.0.6: + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + dev: false + + /typedarray/0.0.7: + resolution: {integrity: sha512-ueeb9YybpjhivjbHP2LdFDAjbS948fGEPj+ACAMs4xCMmh72OCOMQWBQKlaN4ZNQ04yfLSDLSx1tGRIoWimObQ==} + dev: false + + /umd/3.0.3: + resolution: {integrity: sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==} + hasBin: true + dev: false + + /undeclared-identifiers/1.1.3: + resolution: {integrity: sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==} + hasBin: true + dependencies: + acorn-node: 1.8.2 + dash-ast: 1.0.0 + get-assigned-identifiers: 1.2.0 + simple-concat: 1.0.1 + xtend: 4.0.2 + dev: false + + /url/0.11.3: + resolution: {integrity: sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==} + dependencies: + punycode: 1.4.1 + qs: 6.12.3 + dev: false + + /util-deprecate/1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + dev: false + + /util/0.10.4: + resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==} + dependencies: + inherits: 2.0.3 + dev: false + + /vm-browserify/0.0.4: + resolution: {integrity: sha512-NyZNR3WDah+NPkjh/YmhuWSsT4a0mF0BJYgUmvrJ70zxjTXh5Y2Asobxlh0Nfs0PCFB5FVpRJft7NozAWFMwLQ==} + dependencies: + indexof: 0.0.1 + dev: false + + /wrappy/1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + dev: false + + /xtend/4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + dev: false diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/expected.json b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/expected.json new file mode 100644 index 00000000..2d04b6b4 --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/expected.json @@ -0,0 +1,4044 @@ +{ + "schemaVersion": "1.3.0", + "pkgManager": { + "name": "pnpm" + }, + "pkgs": [ + { + "id": "peer-dependencies@0.0.1", + "info": { + "name": "peer-dependencies", + "version": "0.0.1" + } + }, + { + "id": "body-parser@1.9.0", + "info": { + "name": "body-parser", + "version": "1.9.0" + } + }, + { + "id": "bytes@1.0.0", + "info": { + "name": "bytes", + "version": "1.0.0" + } + }, + { + "id": "depd@1.0.1", + "info": { + "name": "depd", + "version": "1.0.1" + } + }, + { + "id": "iconv-lite@0.4.4", + "info": { + "name": "iconv-lite", + "version": "0.4.4" + } + }, + { + "id": "media-typer@0.3.0", + "info": { + "name": "media-typer", + "version": "0.3.0" + } + }, + { + "id": "on-finished@2.1.0", + "info": { + "name": "on-finished", + "version": "2.1.0" + } + }, + { + "id": "ee-first@1.0.5", + "info": { + "name": "ee-first", + "version": "1.0.5" + } + }, + { + "id": "qs@2.2.4", + "info": { + "name": "qs", + "version": "2.2.4" + } + }, + { + "id": "raw-body@1.3.0", + "info": { + "name": "raw-body", + "version": "1.3.0" + } + }, + { + "id": "type-is@1.5.7", + "info": { + "name": "type-is", + "version": "1.5.7" + } + }, + { + "id": "mime-types@2.0.14", + "info": { + "name": "mime-types", + "version": "2.0.14" + } + }, + { + "id": "mime-db@1.12.0", + "info": { + "name": "mime-db", + "version": "1.12.0" + } + }, + { + "id": "browserify@13.3.0", + "info": { + "name": "browserify", + "version": "13.3.0" + } + }, + { + "id": "JSONStream@1.3.5", + "info": { + "name": "JSONStream", + "version": "1.3.5" + } + }, + { + "id": "jsonparse@1.3.1", + "info": { + "name": "jsonparse", + "version": "1.3.1" + } + }, + { + "id": "through@2.3.8", + "info": { + "name": "through", + "version": "2.3.8" + } + }, + { + "id": "assert@1.5.1", + "info": { + "name": "assert", + "version": "1.5.1" + } + }, + { + "id": "object.assign@4.1.5", + "info": { + "name": "object.assign", + "version": "4.1.5" + } + }, + { + "id": "call-bind@1.0.7", + "info": { + "name": "call-bind", + "version": "1.0.7" + } + }, + { + "id": "es-define-property@1.0.0", + "info": { + "name": "es-define-property", + "version": "1.0.0" + } + }, + { + "id": "get-intrinsic@1.2.4", + "info": { + "name": "get-intrinsic", + "version": "1.2.4" + } + }, + { + "id": "es-errors@1.3.0", + "info": { + "name": "es-errors", + "version": "1.3.0" + } + }, + { + "id": "function-bind@1.1.2", + "info": { + "name": "function-bind", + "version": "1.1.2" + } + }, + { + "id": "has-proto@1.0.3", + "info": { + "name": "has-proto", + "version": "1.0.3" + } + }, + { + "id": "has-symbols@1.0.3", + "info": { + "name": "has-symbols", + "version": "1.0.3" + } + }, + { + "id": "hasown@2.0.2", + "info": { + "name": "hasown", + "version": "2.0.2" + } + }, + { + "id": "set-function-length@1.2.2", + "info": { + "name": "set-function-length", + "version": "1.2.2" + } + }, + { + "id": "define-data-property@1.1.4", + "info": { + "name": "define-data-property", + "version": "1.1.4" + } + }, + { + "id": "gopd@1.0.1", + "info": { + "name": "gopd", + "version": "1.0.1" + } + }, + { + "id": "has-property-descriptors@1.0.2", + "info": { + "name": "has-property-descriptors", + "version": "1.0.2" + } + }, + { + "id": "define-properties@1.2.1", + "info": { + "name": "define-properties", + "version": "1.2.1" + } + }, + { + "id": "object-keys@1.1.1", + "info": { + "name": "object-keys", + "version": "1.1.1" + } + }, + { + "id": "util@0.10.4", + "info": { + "name": "util", + "version": "0.10.4" + } + }, + { + "id": "inherits@2.0.3", + "info": { + "name": "inherits", + "version": "2.0.3" + } + }, + { + "id": "browser-pack@6.1.0", + "info": { + "name": "browser-pack", + "version": "6.1.0" + } + }, + { + "id": "combine-source-map@0.8.0", + "info": { + "name": "combine-source-map", + "version": "0.8.0" + } + }, + { + "id": "convert-source-map@1.1.3", + "info": { + "name": "convert-source-map", + "version": "1.1.3" + } + }, + { + "id": "inline-source-map@0.6.3", + "info": { + "name": "inline-source-map", + "version": "0.6.3" + } + }, + { + "id": "source-map@0.5.7", + "info": { + "name": "source-map", + "version": "0.5.7" + } + }, + { + "id": "lodash.memoize@3.0.4", + "info": { + "name": "lodash.memoize", + "version": "3.0.4" + } + }, + { + "id": "defined@1.0.1", + "info": { + "name": "defined", + "version": "1.0.1" + } + }, + { + "id": "safe-buffer@5.2.1", + "info": { + "name": "safe-buffer", + "version": "5.2.1" + } + }, + { + "id": "through2@2.0.5", + "info": { + "name": "through2", + "version": "2.0.5" + } + }, + { + "id": "readable-stream@2.3.8", + "info": { + "name": "readable-stream", + "version": "2.3.8" + } + }, + { + "id": "core-util-is@1.0.3", + "info": { + "name": "core-util-is", + "version": "1.0.3" + } + }, + { + "id": "inherits@2.0.4", + "info": { + "name": "inherits", + "version": "2.0.4" + } + }, + { + "id": "isarray@1.0.0", + "info": { + "name": "isarray", + "version": "1.0.0" + } + }, + { + "id": "process-nextick-args@2.0.1", + "info": { + "name": "process-nextick-args", + "version": "2.0.1" + } + }, + { + "id": "safe-buffer@5.1.2", + "info": { + "name": "safe-buffer", + "version": "5.1.2" + } + }, + { + "id": "string_decoder@1.1.1", + "info": { + "name": "string_decoder", + "version": "1.1.1" + } + }, + { + "id": "util-deprecate@1.0.2", + "info": { + "name": "util-deprecate", + "version": "1.0.2" + } + }, + { + "id": "xtend@4.0.2", + "info": { + "name": "xtend", + "version": "4.0.2" + } + }, + { + "id": "umd@3.0.3", + "info": { + "name": "umd", + "version": "3.0.3" + } + }, + { + "id": "browser-resolve@1.11.3", + "info": { + "name": "browser-resolve", + "version": "1.11.3" + } + }, + { + "id": "resolve@1.1.7", + "info": { + "name": "resolve", + "version": "1.1.7" + } + }, + { + "id": "browserify-zlib@0.1.4", + "info": { + "name": "browserify-zlib", + "version": "0.1.4" + } + }, + { + "id": "pako@0.2.9", + "info": { + "name": "pako", + "version": "0.2.9" + } + }, + { + "id": "buffer@4.9.2", + "info": { + "name": "buffer", + "version": "4.9.2" + } + }, + { + "id": "base64-js@1.5.1", + "info": { + "name": "base64-js", + "version": "1.5.1" + } + }, + { + "id": "ieee754@1.2.1", + "info": { + "name": "ieee754", + "version": "1.2.1" + } + }, + { + "id": "cached-path-relative@1.1.0", + "info": { + "name": "cached-path-relative", + "version": "1.1.0" + } + }, + { + "id": "concat-stream@1.5.2", + "info": { + "name": "concat-stream", + "version": "1.5.2" + } + }, + { + "id": "readable-stream@2.0.6", + "info": { + "name": "readable-stream", + "version": "2.0.6" + } + }, + { + "id": "process-nextick-args@1.0.7", + "info": { + "name": "process-nextick-args", + "version": "1.0.7" + } + }, + { + "id": "string_decoder@0.10.31", + "info": { + "name": "string_decoder", + "version": "0.10.31" + } + }, + { + "id": "typedarray@0.0.7", + "info": { + "name": "typedarray", + "version": "0.0.7" + } + }, + { + "id": "console-browserify@1.2.0", + "info": { + "name": "console-browserify", + "version": "1.2.0" + } + }, + { + "id": "constants-browserify@1.0.0", + "info": { + "name": "constants-browserify", + "version": "1.0.0" + } + }, + { + "id": "crypto-browserify@3.12.0", + "info": { + "name": "crypto-browserify", + "version": "3.12.0" + } + }, + { + "id": "browserify-cipher@1.0.1", + "info": { + "name": "browserify-cipher", + "version": "1.0.1" + } + }, + { + "id": "browserify-aes@1.2.0", + "info": { + "name": "browserify-aes", + "version": "1.2.0" + } + }, + { + "id": "buffer-xor@1.0.3", + "info": { + "name": "buffer-xor", + "version": "1.0.3" + } + }, + { + "id": "cipher-base@1.0.4", + "info": { + "name": "cipher-base", + "version": "1.0.4" + } + }, + { + "id": "create-hash@1.2.0", + "info": { + "name": "create-hash", + "version": "1.2.0" + } + }, + { + "id": "md5.js@1.3.5", + "info": { + "name": "md5.js", + "version": "1.3.5" + } + }, + { + "id": "hash-base@3.1.0", + "info": { + "name": "hash-base", + "version": "3.1.0" + } + }, + { + "id": "readable-stream@3.6.2", + "info": { + "name": "readable-stream", + "version": "3.6.2" + } + }, + { + "id": "string_decoder@1.3.0", + "info": { + "name": "string_decoder", + "version": "1.3.0" + } + }, + { + "id": "ripemd160@2.0.2", + "info": { + "name": "ripemd160", + "version": "2.0.2" + } + }, + { + "id": "sha.js@2.4.11", + "info": { + "name": "sha.js", + "version": "2.4.11" + } + }, + { + "id": "evp_bytestokey@1.0.3", + "info": { + "name": "evp_bytestokey", + "version": "1.0.3" + } + }, + { + "id": "browserify-des@1.0.2", + "info": { + "name": "browserify-des", + "version": "1.0.2" + } + }, + { + "id": "des.js@1.1.0", + "info": { + "name": "des.js", + "version": "1.1.0" + } + }, + { + "id": "minimalistic-assert@1.0.1", + "info": { + "name": "minimalistic-assert", + "version": "1.0.1" + } + }, + { + "id": "browserify-sign@4.2.3", + "info": { + "name": "browserify-sign", + "version": "4.2.3" + } + }, + { + "id": "bn.js@5.2.1", + "info": { + "name": "bn.js", + "version": "5.2.1" + } + }, + { + "id": "browserify-rsa@4.1.0", + "info": { + "name": "browserify-rsa", + "version": "4.1.0" + } + }, + { + "id": "randombytes@2.1.0", + "info": { + "name": "randombytes", + "version": "2.1.0" + } + }, + { + "id": "create-hmac@1.1.7", + "info": { + "name": "create-hmac", + "version": "1.1.7" + } + }, + { + "id": "elliptic@6.5.6", + "info": { + "name": "elliptic", + "version": "6.5.6" + } + }, + { + "id": "bn.js@4.12.0", + "info": { + "name": "bn.js", + "version": "4.12.0" + } + }, + { + "id": "brorand@1.1.0", + "info": { + "name": "brorand", + "version": "1.1.0" + } + }, + { + "id": "hash.js@1.1.7", + "info": { + "name": "hash.js", + "version": "1.1.7" + } + }, + { + "id": "hmac-drbg@1.0.1", + "info": { + "name": "hmac-drbg", + "version": "1.0.1" + } + }, + { + "id": "minimalistic-crypto-utils@1.0.1", + "info": { + "name": "minimalistic-crypto-utils", + "version": "1.0.1" + } + }, + { + "id": "hash-base@3.0.4", + "info": { + "name": "hash-base", + "version": "3.0.4" + } + }, + { + "id": "parse-asn1@5.1.7", + "info": { + "name": "parse-asn1", + "version": "5.1.7" + } + }, + { + "id": "asn1.js@4.10.1", + "info": { + "name": "asn1.js", + "version": "4.10.1" + } + }, + { + "id": "pbkdf2@3.1.2", + "info": { + "name": "pbkdf2", + "version": "3.1.2" + } + }, + { + "id": "create-ecdh@4.0.4", + "info": { + "name": "create-ecdh", + "version": "4.0.4" + } + }, + { + "id": "diffie-hellman@5.0.3", + "info": { + "name": "diffie-hellman", + "version": "5.0.3" + } + }, + { + "id": "miller-rabin@4.0.1", + "info": { + "name": "miller-rabin", + "version": "4.0.1" + } + }, + { + "id": "public-encrypt@4.0.3", + "info": { + "name": "public-encrypt", + "version": "4.0.3" + } + }, + { + "id": "randomfill@1.0.4", + "info": { + "name": "randomfill", + "version": "1.0.4" + } + }, + { + "id": "deps-sort@2.0.1", + "info": { + "name": "deps-sort", + "version": "2.0.1" + } + }, + { + "id": "shasum-object@1.0.0", + "info": { + "name": "shasum-object", + "version": "1.0.0" + } + }, + { + "id": "fast-safe-stringify@2.1.1", + "info": { + "name": "fast-safe-stringify", + "version": "2.1.1" + } + }, + { + "id": "subarg@1.0.0", + "info": { + "name": "subarg", + "version": "1.0.0" + } + }, + { + "id": "minimist@1.2.8", + "info": { + "name": "minimist", + "version": "1.2.8" + } + }, + { + "id": "domain-browser@1.1.7", + "info": { + "name": "domain-browser", + "version": "1.1.7" + } + }, + { + "id": "duplexer2@0.1.4", + "info": { + "name": "duplexer2", + "version": "0.1.4" + } + }, + { + "id": "events@1.1.1", + "info": { + "name": "events", + "version": "1.1.1" + } + }, + { + "id": "glob@7.2.3", + "info": { + "name": "glob", + "version": "7.2.3" + } + }, + { + "id": "fs.realpath@1.0.0", + "info": { + "name": "fs.realpath", + "version": "1.0.0" + } + }, + { + "id": "inflight@1.0.6", + "info": { + "name": "inflight", + "version": "1.0.6" + } + }, + { + "id": "once@1.4.0", + "info": { + "name": "once", + "version": "1.4.0" + } + }, + { + "id": "wrappy@1.0.2", + "info": { + "name": "wrappy", + "version": "1.0.2" + } + }, + { + "id": "minimatch@3.1.2", + "info": { + "name": "minimatch", + "version": "3.1.2" + } + }, + { + "id": "brace-expansion@1.1.11", + "info": { + "name": "brace-expansion", + "version": "1.1.11" + } + }, + { + "id": "balanced-match@1.0.2", + "info": { + "name": "balanced-match", + "version": "1.0.2" + } + }, + { + "id": "concat-map@0.0.1", + "info": { + "name": "concat-map", + "version": "0.0.1" + } + }, + { + "id": "path-is-absolute@1.0.1", + "info": { + "name": "path-is-absolute", + "version": "1.0.1" + } + }, + { + "id": "has@1.0.4", + "info": { + "name": "has", + "version": "1.0.4" + } + }, + { + "id": "htmlescape@1.1.1", + "info": { + "name": "htmlescape", + "version": "1.1.1" + } + }, + { + "id": "https-browserify@0.0.1", + "info": { + "name": "https-browserify", + "version": "0.0.1" + } + }, + { + "id": "insert-module-globals@7.2.1", + "info": { + "name": "insert-module-globals", + "version": "7.2.1" + } + }, + { + "id": "acorn-node@1.8.2", + "info": { + "name": "acorn-node", + "version": "1.8.2" + } + }, + { + "id": "acorn@7.4.1", + "info": { + "name": "acorn", + "version": "7.4.1" + } + }, + { + "id": "acorn-walk@7.2.0", + "info": { + "name": "acorn-walk", + "version": "7.2.0" + } + }, + { + "id": "concat-stream@1.6.2", + "info": { + "name": "concat-stream", + "version": "1.6.2" + } + }, + { + "id": "buffer-from@1.1.2", + "info": { + "name": "buffer-from", + "version": "1.1.2" + } + }, + { + "id": "typedarray@0.0.6", + "info": { + "name": "typedarray", + "version": "0.0.6" + } + }, + { + "id": "is-buffer@1.1.6", + "info": { + "name": "is-buffer", + "version": "1.1.6" + } + }, + { + "id": "process@0.11.10", + "info": { + "name": "process", + "version": "0.11.10" + } + }, + { + "id": "undeclared-identifiers@1.1.3", + "info": { + "name": "undeclared-identifiers", + "version": "1.1.3" + } + }, + { + "id": "dash-ast@1.0.0", + "info": { + "name": "dash-ast", + "version": "1.0.0" + } + }, + { + "id": "get-assigned-identifiers@1.2.0", + "info": { + "name": "get-assigned-identifiers", + "version": "1.2.0" + } + }, + { + "id": "simple-concat@1.0.1", + "info": { + "name": "simple-concat", + "version": "1.0.1" + } + }, + { + "id": "labeled-stream-splicer@2.0.2", + "info": { + "name": "labeled-stream-splicer", + "version": "2.0.2" + } + }, + { + "id": "stream-splicer@2.0.1", + "info": { + "name": "stream-splicer", + "version": "2.0.1" + } + }, + { + "id": "module-deps@4.1.1", + "info": { + "name": "module-deps", + "version": "4.1.1" + } + }, + { + "id": "detective@4.7.1", + "info": { + "name": "detective", + "version": "4.7.1" + } + }, + { + "id": "acorn@5.7.4", + "info": { + "name": "acorn", + "version": "5.7.4" + } + }, + { + "id": "parents@1.0.1", + "info": { + "name": "parents", + "version": "1.0.1" + } + }, + { + "id": "path-platform@0.11.15", + "info": { + "name": "path-platform", + "version": "0.11.15" + } + }, + { + "id": "resolve@1.22.8", + "info": { + "name": "resolve", + "version": "1.22.8" + } + }, + { + "id": "is-core-module@2.15.0", + "info": { + "name": "is-core-module", + "version": "2.15.0" + } + }, + { + "id": "path-parse@1.0.7", + "info": { + "name": "path-parse", + "version": "1.0.7" + } + }, + { + "id": "supports-preserve-symlinks-flag@1.0.0", + "info": { + "name": "supports-preserve-symlinks-flag", + "version": "1.0.0" + } + }, + { + "id": "stream-combiner2@1.1.1", + "info": { + "name": "stream-combiner2", + "version": "1.1.1" + } + }, + { + "id": "os-browserify@0.1.2", + "info": { + "name": "os-browserify", + "version": "0.1.2" + } + }, + { + "id": "path-browserify@0.0.1", + "info": { + "name": "path-browserify", + "version": "0.0.1" + } + }, + { + "id": "punycode@1.4.1", + "info": { + "name": "punycode", + "version": "1.4.1" + } + }, + { + "id": "querystring-es3@0.2.1", + "info": { + "name": "querystring-es3", + "version": "0.2.1" + } + }, + { + "id": "read-only-stream@2.0.0", + "info": { + "name": "read-only-stream", + "version": "2.0.0" + } + }, + { + "id": "shasum@1.0.2", + "info": { + "name": "shasum", + "version": "1.0.2" + } + }, + { + "id": "json-stable-stringify@0.0.1", + "info": { + "name": "json-stable-stringify", + "version": "0.0.1" + } + }, + { + "id": "jsonify@0.0.1", + "info": { + "name": "jsonify", + "version": "0.0.1" + } + }, + { + "id": "shell-quote@1.8.1", + "info": { + "name": "shell-quote", + "version": "1.8.1" + } + }, + { + "id": "stream-browserify@2.0.2", + "info": { + "name": "stream-browserify", + "version": "2.0.2" + } + }, + { + "id": "stream-http@2.8.3", + "info": { + "name": "stream-http", + "version": "2.8.3" + } + }, + { + "id": "builtin-status-codes@3.0.0", + "info": { + "name": "builtin-status-codes", + "version": "3.0.0" + } + }, + { + "id": "to-arraybuffer@1.0.1", + "info": { + "name": "to-arraybuffer", + "version": "1.0.1" + } + }, + { + "id": "syntax-error@1.4.0", + "info": { + "name": "syntax-error", + "version": "1.4.0" + } + }, + { + "id": "timers-browserify@1.4.2", + "info": { + "name": "timers-browserify", + "version": "1.4.2" + } + }, + { + "id": "tty-browserify@0.0.1", + "info": { + "name": "tty-browserify", + "version": "0.0.1" + } + }, + { + "id": "url@0.11.3", + "info": { + "name": "url", + "version": "0.11.3" + } + }, + { + "id": "qs@6.12.3", + "info": { + "name": "qs", + "version": "6.12.3" + } + }, + { + "id": "side-channel@1.0.6", + "info": { + "name": "side-channel", + "version": "1.0.6" + } + }, + { + "id": "object-inspect@1.13.2", + "info": { + "name": "object-inspect", + "version": "1.13.2" + } + }, + { + "id": "vm-browserify@0.0.4", + "info": { + "name": "vm-browserify", + "version": "0.0.4" + } + }, + { + "id": "indexof@0.0.1", + "info": { + "name": "indexof", + "version": "0.0.1" + } + } + ], + "graph": { + "rootNodeId": "root-node", + "nodes": [ + { + "nodeId": "root-node", + "pkgId": "peer-dependencies@0.0.1", + "deps": [ + { + "nodeId": "body-parser@1.9.0" + }, + { + "nodeId": "browserify@13.3.0" + } + ] + }, + { + "nodeId": "body-parser@1.9.0", + "pkgId": "body-parser@1.9.0", + "deps": [ + { + "nodeId": "bytes@1.0.0" + }, + { + "nodeId": "depd@1.0.1" + }, + { + "nodeId": "iconv-lite@0.4.4" + }, + { + "nodeId": "media-typer@0.3.0" + }, + { + "nodeId": "on-finished@2.1.0" + }, + { + "nodeId": "qs@2.2.4" + }, + { + "nodeId": "raw-body@1.3.0" + }, + { + "nodeId": "type-is@1.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bytes@1.0.0", + "pkgId": "bytes@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "depd@1.0.1", + "pkgId": "depd@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "iconv-lite@0.4.4", + "pkgId": "iconv-lite@0.4.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "media-typer@0.3.0", + "pkgId": "media-typer@0.3.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "on-finished@2.1.0", + "pkgId": "on-finished@2.1.0", + "deps": [ + { + "nodeId": "ee-first@1.0.5" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ee-first@1.0.5", + "pkgId": "ee-first@1.0.5", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "qs@2.2.4", + "pkgId": "qs@2.2.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "raw-body@1.3.0", + "pkgId": "raw-body@1.3.0", + "deps": [ + { + "nodeId": "bytes@1.0.0" + }, + { + "nodeId": "iconv-lite@0.4.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "type-is@1.5.7", + "pkgId": "type-is@1.5.7", + "deps": [ + { + "nodeId": "media-typer@0.3.0" + }, + { + "nodeId": "mime-types@2.0.14" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "mime-types@2.0.14", + "pkgId": "mime-types@2.0.14", + "deps": [ + { + "nodeId": "mime-db@1.12.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "mime-db@1.12.0", + "pkgId": "mime-db@1.12.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify@13.3.0", + "pkgId": "browserify@13.3.0", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "assert@1.5.1" + }, + { + "nodeId": "browser-pack@6.1.0" + }, + { + "nodeId": "browser-resolve@1.11.3" + }, + { + "nodeId": "browserify-zlib@0.1.4" + }, + { + "nodeId": "buffer@4.9.2" + }, + { + "nodeId": "cached-path-relative@1.1.0" + }, + { + "nodeId": "concat-stream@1.5.2" + }, + { + "nodeId": "console-browserify@1.2.0" + }, + { + "nodeId": "constants-browserify@1.0.0" + }, + { + "nodeId": "crypto-browserify@3.12.0" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "deps-sort@2.0.1" + }, + { + "nodeId": "domain-browser@1.1.7" + }, + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "events@1.1.1" + }, + { + "nodeId": "glob@7.2.3" + }, + { + "nodeId": "has@1.0.4" + }, + { + "nodeId": "htmlescape@1.1.1" + }, + { + "nodeId": "https-browserify@0.0.1" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "insert-module-globals@7.2.1" + }, + { + "nodeId": "labeled-stream-splicer@2.0.2" + }, + { + "nodeId": "module-deps@4.1.1" + }, + { + "nodeId": "os-browserify@0.1.2" + }, + { + "nodeId": "parents@1.0.1" + }, + { + "nodeId": "path-browserify@0.0.1" + }, + { + "nodeId": "process@0.11.10" + }, + { + "nodeId": "punycode@1.4.1" + }, + { + "nodeId": "querystring-es3@0.2.1" + }, + { + "nodeId": "read-only-stream@2.0.0" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "resolve@1.22.8" + }, + { + "nodeId": "shasum@1.0.2" + }, + { + "nodeId": "shell-quote@1.8.1" + }, + { + "nodeId": "stream-browserify@2.0.2" + }, + { + "nodeId": "stream-http@2.8.3" + }, + { + "nodeId": "string_decoder@0.10.31" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "syntax-error@1.4.0" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "timers-browserify@1.4.2" + }, + { + "nodeId": "tty-browserify@0.0.1" + }, + { + "nodeId": "url@0.11.3" + }, + { + "nodeId": "util@0.10.4" + }, + { + "nodeId": "vm-browserify@0.0.4" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "JSONStream@1.3.5", + "pkgId": "JSONStream@1.3.5", + "deps": [ + { + "nodeId": "jsonparse@1.3.1" + }, + { + "nodeId": "through@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "jsonparse@1.3.1", + "pkgId": "jsonparse@1.3.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "through@2.3.8", + "pkgId": "through@2.3.8", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "assert@1.5.1", + "pkgId": "assert@1.5.1", + "deps": [ + { + "nodeId": "object.assign@4.1.5" + }, + { + "nodeId": "util@0.10.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object.assign@4.1.5", + "pkgId": "object.assign@4.1.5", + "deps": [ + { + "nodeId": "call-bind@1.0.7" + }, + { + "nodeId": "define-properties@1.2.1" + }, + { + "nodeId": "has-symbols@1.0.3" + }, + { + "nodeId": "object-keys@1.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "call-bind@1.0.7", + "pkgId": "call-bind@1.0.7", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "set-function-length@1.2.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "es-define-property@1.0.0", + "pkgId": "es-define-property@1.0.0", + "deps": [ + { + "nodeId": "get-intrinsic@1.2.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "get-intrinsic@1.2.4", + "pkgId": "get-intrinsic@1.2.4", + "deps": [ + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "has-proto@1.0.3" + }, + { + "nodeId": "has-symbols@1.0.3" + }, + { + "nodeId": "hasown@2.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "es-errors@1.3.0", + "pkgId": "es-errors@1.3.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "function-bind@1.1.2", + "pkgId": "function-bind@1.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-proto@1.0.3", + "pkgId": "has-proto@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-symbols@1.0.3", + "pkgId": "has-symbols@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hasown@2.0.2", + "pkgId": "hasown@2.0.2", + "deps": [ + { + "nodeId": "function-bind@1.1.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "set-function-length@1.2.2", + "pkgId": "set-function-length@1.2.2", + "deps": [ + { + "nodeId": "define-data-property@1.1.4" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "gopd@1.0.1" + }, + { + "nodeId": "has-property-descriptors@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "define-data-property@1.1.4", + "pkgId": "define-data-property@1.1.4", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "gopd@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "gopd@1.0.1", + "pkgId": "gopd@1.0.1", + "deps": [ + { + "nodeId": "get-intrinsic@1.2.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-property-descriptors@1.0.2", + "pkgId": "has-property-descriptors@1.0.2", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "define-properties@1.2.1", + "pkgId": "define-properties@1.2.1", + "deps": [ + { + "nodeId": "define-data-property@1.1.4" + }, + { + "nodeId": "has-property-descriptors@1.0.2" + }, + { + "nodeId": "object-keys@1.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object-keys@1.1.1", + "pkgId": "object-keys@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "util@0.10.4", + "pkgId": "util@0.10.4", + "deps": [ + { + "nodeId": "inherits@2.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inherits@2.0.3", + "pkgId": "inherits@2.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browser-pack@6.1.0", + "pkgId": "browser-pack@6.1.0", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "combine-source-map@0.8.0" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "umd@3.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "combine-source-map@0.8.0", + "pkgId": "combine-source-map@0.8.0", + "deps": [ + { + "nodeId": "convert-source-map@1.1.3" + }, + { + "nodeId": "inline-source-map@0.6.3" + }, + { + "nodeId": "lodash.memoize@3.0.4" + }, + { + "nodeId": "source-map@0.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "convert-source-map@1.1.3", + "pkgId": "convert-source-map@1.1.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inline-source-map@0.6.3", + "pkgId": "inline-source-map@0.6.3", + "deps": [ + { + "nodeId": "source-map@0.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "source-map@0.5.7", + "pkgId": "source-map@0.5.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "lodash.memoize@3.0.4", + "pkgId": "lodash.memoize@3.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "defined@1.0.1", + "pkgId": "defined@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "safe-buffer@5.2.1", + "pkgId": "safe-buffer@5.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "through2@2.0.5", + "pkgId": "through2@2.0.5", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@2.3.8", + "pkgId": "readable-stream@2.3.8", + "deps": [ + { + "nodeId": "core-util-is@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "isarray@1.0.0" + }, + { + "nodeId": "process-nextick-args@2.0.1" + }, + { + "nodeId": "safe-buffer@5.1.2" + }, + { + "nodeId": "string_decoder@1.1.1" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "core-util-is@1.0.3", + "pkgId": "core-util-is@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inherits@2.0.4", + "pkgId": "inherits@2.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "isarray@1.0.0", + "pkgId": "isarray@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process-nextick-args@2.0.1", + "pkgId": "process-nextick-args@2.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "safe-buffer@5.1.2", + "pkgId": "safe-buffer@5.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@1.1.1", + "pkgId": "string_decoder@1.1.1", + "deps": [ + { + "nodeId": "safe-buffer@5.1.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "util-deprecate@1.0.2", + "pkgId": "util-deprecate@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "xtend@4.0.2", + "pkgId": "xtend@4.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "umd@3.0.3", + "pkgId": "umd@3.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browser-resolve@1.11.3", + "pkgId": "browser-resolve@1.11.3", + "deps": [ + { + "nodeId": "resolve@1.1.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "resolve@1.1.7", + "pkgId": "resolve@1.1.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-zlib@0.1.4", + "pkgId": "browserify-zlib@0.1.4", + "deps": [ + { + "nodeId": "pako@0.2.9" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "pako@0.2.9", + "pkgId": "pako@0.2.9", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer@4.9.2", + "pkgId": "buffer@4.9.2", + "deps": [ + { + "nodeId": "base64-js@1.5.1" + }, + { + "nodeId": "ieee754@1.2.1" + }, + { + "nodeId": "isarray@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "base64-js@1.5.1", + "pkgId": "base64-js@1.5.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ieee754@1.2.1", + "pkgId": "ieee754@1.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "cached-path-relative@1.1.0", + "pkgId": "cached-path-relative@1.1.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-stream@1.5.2", + "pkgId": "concat-stream@1.5.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.0.6" + }, + { + "nodeId": "typedarray@0.0.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@2.0.6", + "pkgId": "readable-stream@2.0.6", + "deps": [ + { + "nodeId": "core-util-is@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "isarray@1.0.0" + }, + { + "nodeId": "process-nextick-args@1.0.7" + }, + { + "nodeId": "string_decoder@0.10.31" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process-nextick-args@1.0.7", + "pkgId": "process-nextick-args@1.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@0.10.31", + "pkgId": "string_decoder@0.10.31", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "typedarray@0.0.7", + "pkgId": "typedarray@0.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "console-browserify@1.2.0", + "pkgId": "console-browserify@1.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "constants-browserify@1.0.0", + "pkgId": "constants-browserify@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "crypto-browserify@3.12.0", + "pkgId": "crypto-browserify@3.12.0", + "deps": [ + { + "nodeId": "browserify-cipher@1.0.1" + }, + { + "nodeId": "browserify-sign@4.2.3" + }, + { + "nodeId": "create-ecdh@4.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "diffie-hellman@5.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "pbkdf2@3.1.2" + }, + { + "nodeId": "public-encrypt@4.0.3" + }, + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "randomfill@1.0.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-cipher@1.0.1", + "pkgId": "browserify-cipher@1.0.1", + "deps": [ + { + "nodeId": "browserify-aes@1.2.0" + }, + { + "nodeId": "browserify-des@1.0.2" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-aes@1.2.0", + "pkgId": "browserify-aes@1.2.0", + "deps": [ + { + "nodeId": "buffer-xor@1.0.3" + }, + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer-xor@1.0.3", + "pkgId": "buffer-xor@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "cipher-base@1.0.4", + "pkgId": "cipher-base@1.0.4", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-hash@1.2.0", + "pkgId": "create-hash@1.2.0", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "md5.js@1.3.5" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "md5.js@1.3.5", + "pkgId": "md5.js@1.3.5", + "deps": [ + { + "nodeId": "hash-base@3.1.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash-base@3.1.0", + "pkgId": "hash-base@3.1.0", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@3.6.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@3.6.2", + "pkgId": "readable-stream@3.6.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "string_decoder@1.3.0" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@1.3.0", + "pkgId": "string_decoder@1.3.0", + "deps": [ + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ripemd160@2.0.2", + "pkgId": "ripemd160@2.0.2", + "deps": [ + { + "nodeId": "hash-base@3.1.0" + }, + { + "nodeId": "inherits@2.0.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "sha.js@2.4.11", + "pkgId": "sha.js@2.4.11", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "evp_bytestokey@1.0.3", + "pkgId": "evp_bytestokey@1.0.3", + "deps": [ + { + "nodeId": "md5.js@1.3.5" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-des@1.0.2", + "pkgId": "browserify-des@1.0.2", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "des.js@1.1.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "des.js@1.1.0", + "pkgId": "des.js@1.1.0", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimalistic-assert@1.0.1", + "pkgId": "minimalistic-assert@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-sign@4.2.3", + "pkgId": "browserify-sign@4.2.3", + "deps": [ + { + "nodeId": "bn.js@5.2.1" + }, + { + "nodeId": "browserify-rsa@4.1.0" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "elliptic@6.5.6" + }, + { + "nodeId": "hash-base@3.0.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "parse-asn1@5.1.7" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bn.js@5.2.1", + "pkgId": "bn.js@5.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-rsa@4.1.0", + "pkgId": "browserify-rsa@4.1.0", + "deps": [ + { + "nodeId": "bn.js@5.2.1" + }, + { + "nodeId": "randombytes@2.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "randombytes@2.1.0", + "pkgId": "randombytes@2.1.0", + "deps": [ + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-hmac@1.1.7", + "pkgId": "create-hmac@1.1.7", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "elliptic@6.5.6", + "pkgId": "elliptic@6.5.6", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "brorand@1.1.0" + }, + { + "nodeId": "hash.js@1.1.7" + }, + { + "nodeId": "hmac-drbg@1.0.1" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bn.js@4.12.0", + "pkgId": "bn.js@4.12.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "brorand@1.1.0", + "pkgId": "brorand@1.1.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash.js@1.1.7", + "pkgId": "hash.js@1.1.7", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hmac-drbg@1.0.1", + "pkgId": "hmac-drbg@1.0.1", + "deps": [ + { + "nodeId": "hash.js@1.1.7" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1", + "pkgId": "minimalistic-crypto-utils@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash-base@3.0.4", + "pkgId": "hash-base@3.0.4", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "parse-asn1@5.1.7", + "pkgId": "parse-asn1@5.1.7", + "deps": [ + { + "nodeId": "asn1.js@4.10.1" + }, + { + "nodeId": "browserify-aes@1.2.0" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + }, + { + "nodeId": "hash-base@3.0.4" + }, + { + "nodeId": "pbkdf2@3.1.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "asn1.js@4.10.1", + "pkgId": "asn1.js@4.10.1", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "pbkdf2@3.1.2", + "pkgId": "pbkdf2@3.1.2", + "deps": [ + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-ecdh@4.0.4", + "pkgId": "create-ecdh@4.0.4", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "elliptic@6.5.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "diffie-hellman@5.0.3", + "pkgId": "diffie-hellman@5.0.3", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "miller-rabin@4.0.1" + }, + { + "nodeId": "randombytes@2.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "miller-rabin@4.0.1", + "pkgId": "miller-rabin@4.0.1", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "brorand@1.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "public-encrypt@4.0.3", + "pkgId": "public-encrypt@4.0.3", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "browserify-rsa@4.1.0" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "parse-asn1@5.1.7" + }, + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "randomfill@1.0.4", + "pkgId": "randomfill@1.0.4", + "deps": [ + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "deps-sort@2.0.1", + "pkgId": "deps-sort@2.0.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "shasum-object@1.0.0" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "through2@2.0.5" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shasum-object@1.0.0", + "pkgId": "shasum-object@1.0.0", + "deps": [ + { + "nodeId": "fast-safe-stringify@2.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "fast-safe-stringify@2.1.1", + "pkgId": "fast-safe-stringify@2.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "subarg@1.0.0", + "pkgId": "subarg@1.0.0", + "deps": [ + { + "nodeId": "minimist@1.2.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimist@1.2.8", + "pkgId": "minimist@1.2.8", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "domain-browser@1.1.7", + "pkgId": "domain-browser@1.1.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "duplexer2@0.1.4", + "pkgId": "duplexer2@0.1.4", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "events@1.1.1", + "pkgId": "events@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "glob@7.2.3", + "pkgId": "glob@7.2.3", + "deps": [ + { + "nodeId": "fs.realpath@1.0.0" + }, + { + "nodeId": "inflight@1.0.6" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimatch@3.1.2" + }, + { + "nodeId": "once@1.4.0" + }, + { + "nodeId": "path-is-absolute@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "fs.realpath@1.0.0", + "pkgId": "fs.realpath@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inflight@1.0.6", + "pkgId": "inflight@1.0.6", + "deps": [ + { + "nodeId": "once@1.4.0" + }, + { + "nodeId": "wrappy@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "once@1.4.0", + "pkgId": "once@1.4.0", + "deps": [ + { + "nodeId": "wrappy@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "wrappy@1.0.2", + "pkgId": "wrappy@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimatch@3.1.2", + "pkgId": "minimatch@3.1.2", + "deps": [ + { + "nodeId": "brace-expansion@1.1.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "brace-expansion@1.1.11", + "pkgId": "brace-expansion@1.1.11", + "deps": [ + { + "nodeId": "balanced-match@1.0.2" + }, + { + "nodeId": "concat-map@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "balanced-match@1.0.2", + "pkgId": "balanced-match@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-map@0.0.1", + "pkgId": "concat-map@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-is-absolute@1.0.1", + "pkgId": "path-is-absolute@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has@1.0.4", + "pkgId": "has@1.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "htmlescape@1.1.1", + "pkgId": "htmlescape@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "https-browserify@0.0.1", + "pkgId": "https-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "insert-module-globals@7.2.1", + "pkgId": "insert-module-globals@7.2.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "acorn-node@1.8.2" + }, + { + "nodeId": "combine-source-map@0.8.0" + }, + { + "nodeId": "concat-stream@1.6.2" + }, + { + "nodeId": "is-buffer@1.1.6" + }, + { + "nodeId": "path-is-absolute@1.0.1" + }, + { + "nodeId": "process@0.11.10" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "undeclared-identifiers@1.1.3" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn-node@1.8.2", + "pkgId": "acorn-node@1.8.2", + "deps": [ + { + "nodeId": "acorn@7.4.1" + }, + { + "nodeId": "acorn-walk@7.2.0" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn@7.4.1", + "pkgId": "acorn@7.4.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn-walk@7.2.0", + "pkgId": "acorn-walk@7.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-stream@1.6.2", + "pkgId": "concat-stream@1.6.2", + "deps": [ + { + "nodeId": "buffer-from@1.1.2" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "typedarray@0.0.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer-from@1.1.2", + "pkgId": "buffer-from@1.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "typedarray@0.0.6", + "pkgId": "typedarray@0.0.6", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "is-buffer@1.1.6", + "pkgId": "is-buffer@1.1.6", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process@0.11.10", + "pkgId": "process@0.11.10", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "undeclared-identifiers@1.1.3", + "pkgId": "undeclared-identifiers@1.1.3", + "deps": [ + { + "nodeId": "acorn-node@1.8.2" + }, + { + "nodeId": "dash-ast@1.0.0" + }, + { + "nodeId": "get-assigned-identifiers@1.2.0" + }, + { + "nodeId": "simple-concat@1.0.1" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "dash-ast@1.0.0", + "pkgId": "dash-ast@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "get-assigned-identifiers@1.2.0", + "pkgId": "get-assigned-identifiers@1.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "simple-concat@1.0.1", + "pkgId": "simple-concat@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "labeled-stream-splicer@2.0.2", + "pkgId": "labeled-stream-splicer@2.0.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "stream-splicer@2.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-splicer@2.0.1", + "pkgId": "stream-splicer@2.0.1", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "module-deps@4.1.1", + "pkgId": "module-deps@4.1.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "browser-resolve@1.11.3" + }, + { + "nodeId": "cached-path-relative@1.1.0" + }, + { + "nodeId": "concat-stream@1.5.2" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "detective@4.7.1" + }, + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "parents@1.0.1" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "resolve@1.22.8" + }, + { + "nodeId": "stream-combiner2@1.1.1" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "detective@4.7.1", + "pkgId": "detective@4.7.1", + "deps": [ + { + "nodeId": "acorn@5.7.4" + }, + { + "nodeId": "defined@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn@5.7.4", + "pkgId": "acorn@5.7.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "parents@1.0.1", + "pkgId": "parents@1.0.1", + "deps": [ + { + "nodeId": "path-platform@0.11.15" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-platform@0.11.15", + "pkgId": "path-platform@0.11.15", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "resolve@1.22.8", + "pkgId": "resolve@1.22.8", + "deps": [ + { + "nodeId": "is-core-module@2.15.0" + }, + { + "nodeId": "path-parse@1.0.7" + }, + { + "nodeId": "supports-preserve-symlinks-flag@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "is-core-module@2.15.0", + "pkgId": "is-core-module@2.15.0", + "deps": [ + { + "nodeId": "hasown@2.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-parse@1.0.7", + "pkgId": "path-parse@1.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "supports-preserve-symlinks-flag@1.0.0", + "pkgId": "supports-preserve-symlinks-flag@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-combiner2@1.1.1", + "pkgId": "stream-combiner2@1.1.1", + "deps": [ + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "os-browserify@0.1.2", + "pkgId": "os-browserify@0.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-browserify@0.0.1", + "pkgId": "path-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "punycode@1.4.1", + "pkgId": "punycode@1.4.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "querystring-es3@0.2.1", + "pkgId": "querystring-es3@0.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "read-only-stream@2.0.0", + "pkgId": "read-only-stream@2.0.0", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shasum@1.0.2", + "pkgId": "shasum@1.0.2", + "deps": [ + { + "nodeId": "json-stable-stringify@0.0.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "json-stable-stringify@0.0.1", + "pkgId": "json-stable-stringify@0.0.1", + "deps": [ + { + "nodeId": "jsonify@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "jsonify@0.0.1", + "pkgId": "jsonify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shell-quote@1.8.1", + "pkgId": "shell-quote@1.8.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-browserify@2.0.2", + "pkgId": "stream-browserify@2.0.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-http@2.8.3", + "pkgId": "stream-http@2.8.3", + "deps": [ + { + "nodeId": "builtin-status-codes@3.0.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "to-arraybuffer@1.0.1" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "builtin-status-codes@3.0.0", + "pkgId": "builtin-status-codes@3.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "to-arraybuffer@1.0.1", + "pkgId": "to-arraybuffer@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "syntax-error@1.4.0", + "pkgId": "syntax-error@1.4.0", + "deps": [ + { + "nodeId": "acorn-node@1.8.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "timers-browserify@1.4.2", + "pkgId": "timers-browserify@1.4.2", + "deps": [ + { + "nodeId": "process@0.11.10" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "tty-browserify@0.0.1", + "pkgId": "tty-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "url@0.11.3", + "pkgId": "url@0.11.3", + "deps": [ + { + "nodeId": "punycode@1.4.1" + }, + { + "nodeId": "qs@6.12.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "qs@6.12.3", + "pkgId": "qs@6.12.3", + "deps": [ + { + "nodeId": "side-channel@1.0.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "side-channel@1.0.6", + "pkgId": "side-channel@1.0.6", + "deps": [ + { + "nodeId": "call-bind@1.0.7" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "object-inspect@1.13.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object-inspect@1.13.2", + "pkgId": "object-inspect@1.13.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "vm-browserify@0.0.4", + "pkgId": "vm-browserify@0.0.4", + "deps": [ + { + "nodeId": "indexof@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "indexof@0.0.1", + "pkgId": "indexof@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + } + ] + } +} diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/package.json b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/package.json new file mode 100644 index 00000000..cc55943a --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/package.json @@ -0,0 +1,10 @@ +{ + "name": "peer-dependencies", + "version": "0.0.1", + "dependencies": { + "body-parser": "1.9.0" + }, + "peerDependencies": { + "browserify": "^13.1.1" + } +} diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/pnpm-lock.yaml b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/pnpm-lock.yaml new file mode 100644 index 00000000..57356bb1 --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v6/peer-dependencies/pnpm-lock.yaml @@ -0,0 +1,1191 @@ +lockfileVersion: '6.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +dependencies: + body-parser: + specifier: 1.9.0 + version: 1.9.0 + browserify: + specifier: ^13.1.1 + version: 13.3.0 + +packages: + + /JSONStream@1.3.5: + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + hasBin: true + dependencies: + jsonparse: 1.3.1 + through: 2.3.8 + dev: false + + /acorn-node@1.8.2: + resolution: {integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==} + dependencies: + acorn: 7.4.1 + acorn-walk: 7.2.0 + xtend: 4.0.2 + dev: false + + /acorn-walk@7.2.0: + resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} + engines: {node: '>=0.4.0'} + dev: false + + /acorn@5.7.4: + resolution: {integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /acorn@7.4.1: + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + + /asn1.js@4.10.1: + resolution: {integrity: sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==} + dependencies: + bn.js: 4.12.0 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: false + + /assert@1.5.1: + resolution: {integrity: sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==} + dependencies: + object.assign: 4.1.5 + util: 0.10.4 + dev: false + + /balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + dev: false + + /base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + dev: false + + /bn.js@4.12.0: + resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} + dev: false + + /bn.js@5.2.1: + resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} + dev: false + + /body-parser@1.9.0: + resolution: {integrity: sha512-fCQmijfF8stcsUxUU0r8mDo6yXPggOBDFVR0WAF85DxFwpdmtFA36oEqz6XOHKhfUmf4dIvfHXkyR7azyN/fVA==} + engines: {node: '>= 0.8'} + dependencies: + bytes: 1.0.0 + depd: 1.0.1 + iconv-lite: 0.4.4 + media-typer: 0.3.0 + on-finished: 2.1.0 + qs: 2.2.4 + raw-body: 1.3.0 + type-is: 1.5.7 + dev: false + + /brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + dev: false + + /brorand@1.1.0: + resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} + dev: false + + /browser-pack@6.1.0: + resolution: {integrity: sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==} + hasBin: true + dependencies: + JSONStream: 1.3.5 + combine-source-map: 0.8.0 + defined: 1.0.1 + safe-buffer: 5.2.1 + through2: 2.0.5 + umd: 3.0.3 + dev: false + + /browser-resolve@1.11.3: + resolution: {integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==} + dependencies: + resolve: 1.1.7 + dev: false + + /browserify-aes@1.2.0: + resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} + dependencies: + buffer-xor: 1.0.3 + cipher-base: 1.0.4 + create-hash: 1.2.0 + evp_bytestokey: 1.0.3 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /browserify-cipher@1.0.1: + resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} + dependencies: + browserify-aes: 1.2.0 + browserify-des: 1.0.2 + evp_bytestokey: 1.0.3 + dev: false + + /browserify-des@1.0.2: + resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} + dependencies: + cipher-base: 1.0.4 + des.js: 1.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /browserify-rsa@4.1.0: + resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} + dependencies: + bn.js: 5.2.1 + randombytes: 2.1.0 + dev: false + + /browserify-sign@4.2.3: + resolution: {integrity: sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==} + engines: {node: '>= 0.12'} + dependencies: + bn.js: 5.2.1 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + create-hmac: 1.1.7 + elliptic: 6.5.6 + hash-base: 3.0.4 + inherits: 2.0.4 + parse-asn1: 5.1.7 + readable-stream: 2.3.8 + safe-buffer: 5.2.1 + dev: false + + /browserify-zlib@0.1.4: + resolution: {integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==} + dependencies: + pako: 0.2.9 + dev: false + + /browserify@13.3.0: + resolution: {integrity: sha512-RC51w//pULmKo3XmyC5Ax0FgQ3OZQk6he1SHbgsH63hSpa1RR0cGFU4s1AJY4exLesSZjJI00PynhjwWryi2bg==} + hasBin: true + dependencies: + JSONStream: 1.3.5 + assert: 1.5.1 + browser-pack: 6.1.0 + browser-resolve: 1.11.3 + browserify-zlib: 0.1.4 + buffer: 4.9.2 + cached-path-relative: 1.1.0 + concat-stream: 1.5.2 + console-browserify: 1.2.0 + constants-browserify: 1.0.0 + crypto-browserify: 3.12.0 + defined: 1.0.1 + deps-sort: 2.0.1 + domain-browser: 1.1.7 + duplexer2: 0.1.4 + events: 1.1.1 + glob: 7.2.3 + has: 1.0.4 + htmlescape: 1.1.1 + https-browserify: 0.0.1 + inherits: 2.0.4 + insert-module-globals: 7.2.1 + labeled-stream-splicer: 2.0.2 + module-deps: 4.1.1 + os-browserify: 0.1.2 + parents: 1.0.1 + path-browserify: 0.0.1 + process: 0.11.10 + punycode: 1.4.1 + querystring-es3: 0.2.1 + read-only-stream: 2.0.0 + readable-stream: 2.3.8 + resolve: 1.22.8 + shasum: 1.0.2 + shell-quote: 1.8.1 + stream-browserify: 2.0.2 + stream-http: 2.8.3 + string_decoder: 0.10.31 + subarg: 1.0.0 + syntax-error: 1.4.0 + through2: 2.0.5 + timers-browserify: 1.4.2 + tty-browserify: 0.0.1 + url: 0.11.3 + util: 0.10.4 + vm-browserify: 0.0.4 + xtend: 4.0.2 + dev: false + + /buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + dev: false + + /buffer-xor@1.0.3: + resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} + dev: false + + /buffer@4.9.2: + resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + isarray: 1.0.0 + dev: false + + /builtin-status-codes@3.0.0: + resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} + dev: false + + /bytes@1.0.0: + resolution: {integrity: sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==} + dev: false + + /cached-path-relative@1.1.0: + resolution: {integrity: sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==} + dev: false + + /call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + set-function-length: 1.2.2 + dev: false + + /cipher-base@1.0.4: + resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /combine-source-map@0.8.0: + resolution: {integrity: sha512-UlxQ9Vw0b/Bt/KYwCFqdEwsQ1eL8d1gibiFb7lxQJFdvTgc2hIZi6ugsg+kyhzhPV+QEpUiEIwInIAIrgoEkrg==} + dependencies: + convert-source-map: 1.1.3 + inline-source-map: 0.6.3 + lodash.memoize: 3.0.4 + source-map: 0.5.7 + dev: false + + /concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + dev: false + + /concat-stream@1.5.2: + resolution: {integrity: sha512-H6xsIBfQ94aESBG8jGHXQ7i5AEpy5ZeVaLDOisDICiTCKpqEfr34/KmTrspKQNoLKNu9gTkovlpQcUi630AKiQ==} + engines: {'0': node >= 0.8} + dependencies: + inherits: 2.0.4 + readable-stream: 2.0.6 + typedarray: 0.0.7 + dev: false + + /concat-stream@1.6.2: + resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} + engines: {'0': node >= 0.8} + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 2.3.8 + typedarray: 0.0.6 + dev: false + + /console-browserify@1.2.0: + resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} + dev: false + + /constants-browserify@1.0.0: + resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} + dev: false + + /convert-source-map@1.1.3: + resolution: {integrity: sha512-Y8L5rp6jo+g9VEPgvqNfEopjTR4OTYct8lXlS8iVQdmnjDvbdbzYe9rjtFCB9egC86JoNCU61WRY+ScjkZpnIg==} + dev: false + + /core-util-is@1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + dev: false + + /create-ecdh@4.0.4: + resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} + dependencies: + bn.js: 4.12.0 + elliptic: 6.5.6 + dev: false + + /create-hash@1.2.0: + resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} + dependencies: + cipher-base: 1.0.4 + inherits: 2.0.4 + md5.js: 1.3.5 + ripemd160: 2.0.2 + sha.js: 2.4.11 + dev: false + + /create-hmac@1.1.7: + resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + dependencies: + cipher-base: 1.0.4 + create-hash: 1.2.0 + inherits: 2.0.4 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + dev: false + + /crypto-browserify@3.12.0: + resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} + dependencies: + browserify-cipher: 1.0.1 + browserify-sign: 4.2.3 + create-ecdh: 4.0.4 + create-hash: 1.2.0 + create-hmac: 1.1.7 + diffie-hellman: 5.0.3 + inherits: 2.0.4 + pbkdf2: 3.1.2 + public-encrypt: 4.0.3 + randombytes: 2.1.0 + randomfill: 1.0.4 + dev: false + + /dash-ast@1.0.0: + resolution: {integrity: sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==} + dev: false + + /define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + gopd: 1.0.1 + dev: false + + /define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 + object-keys: 1.1.1 + dev: false + + /defined@1.0.1: + resolution: {integrity: sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==} + dev: false + + /depd@1.0.1: + resolution: {integrity: sha512-OEWAMbCkK9IWQ8pfTvHBhCSqHgR+sk5pbiYqq0FqfARG4Cy+cRsCbITx6wh5pcsmfBPiJAcbd98tfdz5fnBbag==} + engines: {node: '>= 0.6'} + dev: false + + /deps-sort@2.0.1: + resolution: {integrity: sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==} + hasBin: true + dependencies: + JSONStream: 1.3.5 + shasum-object: 1.0.0 + subarg: 1.0.0 + through2: 2.0.5 + dev: false + + /des.js@1.1.0: + resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==} + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: false + + /detective@4.7.1: + resolution: {integrity: sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==} + dependencies: + acorn: 5.7.4 + defined: 1.0.1 + dev: false + + /diffie-hellman@5.0.3: + resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} + dependencies: + bn.js: 4.12.0 + miller-rabin: 4.0.1 + randombytes: 2.1.0 + dev: false + + /domain-browser@1.1.7: + resolution: {integrity: sha512-fJ5MoHxe69h3E4/lJtFRhcWwLb04bhIBSfvCEMS1YDH+/9yEZTqBHTSTgch8nCP5tE5k2gdQEjodUqJzy7qJ9Q==} + engines: {node: '>=0.4', npm: '>=1.2'} + dev: false + + /duplexer2@0.1.4: + resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==} + dependencies: + readable-stream: 2.3.8 + dev: false + + /ee-first@1.0.5: + resolution: {integrity: sha512-+FCut34oNiJD2jD+YL/onRxOHF5ut3xOGgTIyEIOdYfun8AexYhEyurzv9izwhTft1Z7pdy4VlTq51K/sIsQRA==} + dev: false + + /elliptic@6.5.6: + resolution: {integrity: sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==} + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + hash.js: 1.1.7 + hmac-drbg: 1.0.1 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: false + + /es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.4 + dev: false + + /es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + dev: false + + /events@1.1.1: + resolution: {integrity: sha512-kEcvvCBByWXGnZy6JUlgAp2gBIUjfCAV6P6TgT1/aaQKcmuAEC4OZTV1I4EWQLz2gxZw76atuVyvHhTxvi0Flw==} + engines: {node: '>=0.4.x'} + dev: false + + /evp_bytestokey@1.0.3: + resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} + dependencies: + md5.js: 1.3.5 + safe-buffer: 5.2.1 + dev: false + + /fast-safe-stringify@2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + dev: false + + /fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + dev: false + + /function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + dev: false + + /get-assigned-identifiers@1.2.0: + resolution: {integrity: sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==} + dev: false + + /get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + hasown: 2.0.2 + dev: false + + /glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: false + + /gopd@1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + dependencies: + get-intrinsic: 1.2.4 + dev: false + + /has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + dependencies: + es-define-property: 1.0.0 + dev: false + + /has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + dev: false + + /has-symbols@1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + dev: false + + /has@1.0.4: + resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} + engines: {node: '>= 0.4.0'} + dev: false + + /hash-base@3.0.4: + resolution: {integrity: sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==} + engines: {node: '>=4'} + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /hash-base@3.1.0: + resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} + engines: {node: '>=4'} + dependencies: + inherits: 2.0.4 + readable-stream: 3.6.2 + safe-buffer: 5.2.1 + dev: false + + /hash.js@1.1.7: + resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: false + + /hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + dependencies: + function-bind: 1.1.2 + dev: false + + /hmac-drbg@1.0.1: + resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} + dependencies: + hash.js: 1.1.7 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: false + + /htmlescape@1.1.1: + resolution: {integrity: sha512-eVcrzgbR4tim7c7soKQKtxa/kQM4TzjnlU83rcZ9bHU6t31ehfV7SktN6McWgwPWg+JYMA/O3qpGxBvFq1z2Jg==} + engines: {node: '>=0.10'} + dev: false + + /https-browserify@0.0.1: + resolution: {integrity: sha512-EjDQFbgJr1vDD/175UJeSX3ncQ3+RUnCL5NkthQGHvF4VNHlzTy8ifJfTqz47qiPRqaFH58+CbuG3x51WuB1XQ==} + dev: false + + /iconv-lite@0.4.4: + resolution: {integrity: sha512-BnjNp13aZpK4WBGbmjaNHN2MCp3P850n8zd/JLinQJ8Lsnq2Br4o2467C2waMsY5kr7Z41SL1gEqh8Vbfzg15A==} + engines: {node: '>=0.8.0'} + dev: false + + /ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + dev: false + + /indexof@0.0.1: + resolution: {integrity: sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==} + dev: false + + /inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + dev: false + + /inherits@2.0.3: + resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} + dev: false + + /inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + dev: false + + /inline-source-map@0.6.3: + resolution: {integrity: sha512-1aVsPEsJWMJq/pdMU61CDlm1URcW702MTB4w9/zUjMus6H/Py8o7g68Pr9D4I6QluWGt/KdmswuRhaA05xVR1w==} + dependencies: + source-map: 0.5.7 + dev: false + + /insert-module-globals@7.2.1: + resolution: {integrity: sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==} + hasBin: true + dependencies: + JSONStream: 1.3.5 + acorn-node: 1.8.2 + combine-source-map: 0.8.0 + concat-stream: 1.6.2 + is-buffer: 1.1.6 + path-is-absolute: 1.0.1 + process: 0.11.10 + through2: 2.0.5 + undeclared-identifiers: 1.1.3 + xtend: 4.0.2 + dev: false + + /is-buffer@1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + dev: false + + /is-core-module@2.15.0: + resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} + engines: {node: '>= 0.4'} + dependencies: + hasown: 2.0.2 + dev: false + + /isarray@1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + dev: false + + /json-stable-stringify@0.0.1: + resolution: {integrity: sha512-nKtD/Qxm7tWdZqJoldEC7fF0S41v0mWbeaXG3637stOWfyGxTgWTYE2wtfKmjzpvxv2MA2xzxsXOIiwUpkX6Qw==} + dependencies: + jsonify: 0.0.1 + dev: false + + /jsonify@0.0.1: + resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} + dev: false + + /jsonparse@1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + dev: false + + /labeled-stream-splicer@2.0.2: + resolution: {integrity: sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==} + dependencies: + inherits: 2.0.4 + stream-splicer: 2.0.1 + dev: false + + /lodash.memoize@3.0.4: + resolution: {integrity: sha512-eDn9kqrAmVUC1wmZvlQ6Uhde44n+tXpqPrN8olQJbttgh0oKclk+SF54P47VEGE9CEiMeRwAP8BaM7UHvBkz2A==} + dev: false + + /md5.js@1.3.5: + resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /media-typer@0.3.0: + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} + dev: false + + /miller-rabin@4.0.1: + resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} + hasBin: true + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + dev: false + + /mime-db@1.12.0: + resolution: {integrity: sha512-5aMAW7I4jZoZB27fXRuekqc4DVvJ7+hM8UcWrNj2mqibE54gXgPSonBYBdQW5hyaVNGmiYjY0ZMqn9fBefWYvA==} + engines: {node: '>= 0.6'} + dev: false + + /mime-types@2.0.14: + resolution: {integrity: sha512-2ZHUEstNkIf2oTWgtODr6X0Cc4Ns/RN/hktdozndiEhhAC2wxXejF1FH0XLHTEImE9h6gr/tcnr3YOnSGsxc7Q==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.12.0 + dev: false + + /minimalistic-assert@1.0.1: + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + dev: false + + /minimalistic-crypto-utils@1.0.1: + resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} + dev: false + + /minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + dependencies: + brace-expansion: 1.1.11 + dev: false + + /minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + dev: false + + /module-deps@4.1.1: + resolution: {integrity: sha512-ze1e77tkYtlJI90RmlJJvTOGe91OAbtNQj34tg26GWlvdDc0dzmlxujTnh85S8feiTB3eBkKAOCD/v5p9v6wHg==} + engines: {node: '>= 0.6'} + hasBin: true + dependencies: + JSONStream: 1.3.5 + browser-resolve: 1.11.3 + cached-path-relative: 1.1.0 + concat-stream: 1.5.2 + defined: 1.0.1 + detective: 4.7.1 + duplexer2: 0.1.4 + inherits: 2.0.4 + parents: 1.0.1 + readable-stream: 2.3.8 + resolve: 1.22.8 + stream-combiner2: 1.1.1 + subarg: 1.0.0 + through2: 2.0.5 + xtend: 4.0.2 + dev: false + + /object-inspect@1.13.2: + resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} + engines: {node: '>= 0.4'} + dev: false + + /object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + dev: false + + /object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + has-symbols: 1.0.3 + object-keys: 1.1.1 + dev: false + + /on-finished@2.1.0: + resolution: {integrity: sha512-33+g6TZkplndl+2k2VNO1YphX5hm79DGhBP6TJcDI9o1sCFbUvO2bgxPdGanIFqZK4su6OVLwPHY9GkLQrojgA==} + dependencies: + ee-first: 1.0.5 + dev: false + + /once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + dependencies: + wrappy: 1.0.2 + dev: false + + /os-browserify@0.1.2: + resolution: {integrity: sha512-aZicJZccvxWOZ0Bja2eAch2L8RIJWBuRYmM8Gwl/JjNtRltH0Itcz4eH/ESyuIWfse8cc93ZCf0XrzhXK2HEDA==} + dev: false + + /pako@0.2.9: + resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} + dev: false + + /parents@1.0.1: + resolution: {integrity: sha512-mXKF3xkoUt5td2DoxpLmtOmZvko9VfFpwRwkKDHSNvgmpLAeBo18YDhcPbBzJq+QLCHMbGOfzia2cX4U+0v9Mg==} + dependencies: + path-platform: 0.11.15 + dev: false + + /parse-asn1@5.1.7: + resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==} + engines: {node: '>= 0.10'} + dependencies: + asn1.js: 4.10.1 + browserify-aes: 1.2.0 + evp_bytestokey: 1.0.3 + hash-base: 3.0.4 + pbkdf2: 3.1.2 + safe-buffer: 5.2.1 + dev: false + + /path-browserify@0.0.1: + resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} + dev: false + + /path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + dev: false + + /path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: false + + /path-platform@0.11.15: + resolution: {integrity: sha512-Y30dB6rab1A/nfEKsZxmr01nUotHX0c/ZiIAsCTatEe1CmS5Pm5He7fZ195bPT7RdquoaL8lLxFCMQi/bS7IJg==} + engines: {node: '>= 0.8.0'} + dev: false + + /pbkdf2@3.1.2: + resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} + engines: {node: '>=0.12'} + dependencies: + create-hash: 1.2.0 + create-hmac: 1.1.7 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + dev: false + + /process-nextick-args@1.0.7: + resolution: {integrity: sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==} + dev: false + + /process-nextick-args@2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + dev: false + + /process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + dev: false + + /public-encrypt@4.0.3: + resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} + dependencies: + bn.js: 4.12.0 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + parse-asn1: 5.1.7 + randombytes: 2.1.0 + safe-buffer: 5.2.1 + dev: false + + /punycode@1.4.1: + resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} + dev: false + + /qs@2.2.4: + resolution: {integrity: sha512-ptau9CngYR/IimcThDkAs7LzlZhxo92RiMHtLbOq3R6u9iDkixdSysaAVaZpYByrXWWantEJ4fVPl0xR2McSCQ==} + dev: false + + /qs@6.12.3: + resolution: {integrity: sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==} + engines: {node: '>=0.6'} + dependencies: + side-channel: 1.0.6 + dev: false + + /querystring-es3@0.2.1: + resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} + engines: {node: '>=0.4.x'} + dev: false + + /randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + dependencies: + safe-buffer: 5.2.1 + dev: false + + /randomfill@1.0.4: + resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} + dependencies: + randombytes: 2.1.0 + safe-buffer: 5.2.1 + dev: false + + /raw-body@1.3.0: + resolution: {integrity: sha512-iuI1bOSi9tEmVCrXq02ZysXatTrhAu+fSo7XOQHhMo4g87dSy9YB2W/9Udwhz0bPpFk4UcoLhjrHgpPbRD3ktA==} + engines: {node: '>= 0.8.0'} + dependencies: + bytes: 1.0.0 + iconv-lite: 0.4.4 + dev: false + + /read-only-stream@2.0.0: + resolution: {integrity: sha512-3ALe0bjBVZtkdWKIcThYpQCLbBMd/+Tbh2CDSrAIDO3UsZ4Xs+tnyjv2MjCOMMgBG+AsUOeuP1cgtY1INISc8w==} + dependencies: + readable-stream: 2.3.8 + dev: false + + /readable-stream@2.0.6: + resolution: {integrity: sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==} + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 1.0.7 + string_decoder: 0.10.31 + util-deprecate: 1.0.2 + dev: false + + /readable-stream@2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + dev: false + + /readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + dev: false + + /resolve@1.1.7: + resolution: {integrity: sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg==} + dev: false + + /resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + dependencies: + is-core-module: 2.15.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: false + + /ripemd160@2.0.2: + resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + dev: false + + /safe-buffer@5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + dev: false + + /safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: false + + /set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + gopd: 1.0.1 + has-property-descriptors: 1.0.2 + dev: false + + /sha.js@2.4.11: + resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} + hasBin: true + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + + /shasum-object@1.0.0: + resolution: {integrity: sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==} + dependencies: + fast-safe-stringify: 2.1.1 + dev: false + + /shasum@1.0.2: + resolution: {integrity: sha512-UTzHm/+AzKfO9RgPgRpDIuMSNie1ubXRaljjlhFMNGYoG7z+rm9AHLPMf70R7887xboDH9Q+5YQbWKObFHEAtw==} + dependencies: + json-stable-stringify: 0.0.1 + sha.js: 2.4.11 + dev: false + + /shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + dev: false + + /side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + object-inspect: 1.13.2 + dev: false + + /simple-concat@1.0.1: + resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} + dev: false + + /source-map@0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + dev: false + + /stream-browserify@2.0.2: + resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} + dependencies: + inherits: 2.0.4 + readable-stream: 2.3.8 + dev: false + + /stream-combiner2@1.1.1: + resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} + dependencies: + duplexer2: 0.1.4 + readable-stream: 2.3.8 + dev: false + + /stream-http@2.8.3: + resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} + dependencies: + builtin-status-codes: 3.0.0 + inherits: 2.0.4 + readable-stream: 2.3.8 + to-arraybuffer: 1.0.1 + xtend: 4.0.2 + dev: false + + /stream-splicer@2.0.1: + resolution: {integrity: sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==} + dependencies: + inherits: 2.0.4 + readable-stream: 2.3.8 + dev: false + + /string_decoder@0.10.31: + resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} + dev: false + + /string_decoder@1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + dependencies: + safe-buffer: 5.1.2 + dev: false + + /string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + dependencies: + safe-buffer: 5.2.1 + dev: false + + /subarg@1.0.0: + resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} + dependencies: + minimist: 1.2.8 + dev: false + + /supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + dev: false + + /syntax-error@1.4.0: + resolution: {integrity: sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==} + dependencies: + acorn-node: 1.8.2 + dev: false + + /through2@2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + dependencies: + readable-stream: 2.3.8 + xtend: 4.0.2 + dev: false + + /through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + dev: false + + /timers-browserify@1.4.2: + resolution: {integrity: sha512-PIxwAupJZiYU4JmVZYwXp9FKsHMXb5h0ZEFyuXTAn8WLHOlcij+FEcbrvDsom1o5dr1YggEtFbECvGCW2sT53Q==} + engines: {node: '>=0.6.0'} + dependencies: + process: 0.11.10 + dev: false + + /to-arraybuffer@1.0.1: + resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==} + dev: false + + /tty-browserify@0.0.1: + resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} + dev: false + + /type-is@1.5.7: + resolution: {integrity: sha512-of68V0oUmVH4thGc1cLR3sKdICPsaL7kzpYc7FX1pcagY4eIllhyMqQcoOq289f+xj2orm8oPWwsCwxiCgVJbQ==} + engines: {node: '>= 0.6'} + dependencies: + media-typer: 0.3.0 + mime-types: 2.0.14 + dev: false + + /typedarray@0.0.6: + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + dev: false + + /typedarray@0.0.7: + resolution: {integrity: sha512-ueeb9YybpjhivjbHP2LdFDAjbS948fGEPj+ACAMs4xCMmh72OCOMQWBQKlaN4ZNQ04yfLSDLSx1tGRIoWimObQ==} + dev: false + + /umd@3.0.3: + resolution: {integrity: sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==} + hasBin: true + dev: false + + /undeclared-identifiers@1.1.3: + resolution: {integrity: sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==} + hasBin: true + dependencies: + acorn-node: 1.8.2 + dash-ast: 1.0.0 + get-assigned-identifiers: 1.2.0 + simple-concat: 1.0.1 + xtend: 4.0.2 + dev: false + + /url@0.11.3: + resolution: {integrity: sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==} + dependencies: + punycode: 1.4.1 + qs: 6.12.3 + dev: false + + /util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + dev: false + + /util@0.10.4: + resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==} + dependencies: + inherits: 2.0.3 + dev: false + + /vm-browserify@0.0.4: + resolution: {integrity: sha512-NyZNR3WDah+NPkjh/YmhuWSsT4a0mF0BJYgUmvrJ70zxjTXh5Y2Asobxlh0Nfs0PCFB5FVpRJft7NozAWFMwLQ==} + dependencies: + indexof: 0.0.1 + dev: false + + /wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + dev: false + + /xtend@4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + dev: false diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/expected.json b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/expected.json new file mode 100644 index 00000000..2d04b6b4 --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/expected.json @@ -0,0 +1,4044 @@ +{ + "schemaVersion": "1.3.0", + "pkgManager": { + "name": "pnpm" + }, + "pkgs": [ + { + "id": "peer-dependencies@0.0.1", + "info": { + "name": "peer-dependencies", + "version": "0.0.1" + } + }, + { + "id": "body-parser@1.9.0", + "info": { + "name": "body-parser", + "version": "1.9.0" + } + }, + { + "id": "bytes@1.0.0", + "info": { + "name": "bytes", + "version": "1.0.0" + } + }, + { + "id": "depd@1.0.1", + "info": { + "name": "depd", + "version": "1.0.1" + } + }, + { + "id": "iconv-lite@0.4.4", + "info": { + "name": "iconv-lite", + "version": "0.4.4" + } + }, + { + "id": "media-typer@0.3.0", + "info": { + "name": "media-typer", + "version": "0.3.0" + } + }, + { + "id": "on-finished@2.1.0", + "info": { + "name": "on-finished", + "version": "2.1.0" + } + }, + { + "id": "ee-first@1.0.5", + "info": { + "name": "ee-first", + "version": "1.0.5" + } + }, + { + "id": "qs@2.2.4", + "info": { + "name": "qs", + "version": "2.2.4" + } + }, + { + "id": "raw-body@1.3.0", + "info": { + "name": "raw-body", + "version": "1.3.0" + } + }, + { + "id": "type-is@1.5.7", + "info": { + "name": "type-is", + "version": "1.5.7" + } + }, + { + "id": "mime-types@2.0.14", + "info": { + "name": "mime-types", + "version": "2.0.14" + } + }, + { + "id": "mime-db@1.12.0", + "info": { + "name": "mime-db", + "version": "1.12.0" + } + }, + { + "id": "browserify@13.3.0", + "info": { + "name": "browserify", + "version": "13.3.0" + } + }, + { + "id": "JSONStream@1.3.5", + "info": { + "name": "JSONStream", + "version": "1.3.5" + } + }, + { + "id": "jsonparse@1.3.1", + "info": { + "name": "jsonparse", + "version": "1.3.1" + } + }, + { + "id": "through@2.3.8", + "info": { + "name": "through", + "version": "2.3.8" + } + }, + { + "id": "assert@1.5.1", + "info": { + "name": "assert", + "version": "1.5.1" + } + }, + { + "id": "object.assign@4.1.5", + "info": { + "name": "object.assign", + "version": "4.1.5" + } + }, + { + "id": "call-bind@1.0.7", + "info": { + "name": "call-bind", + "version": "1.0.7" + } + }, + { + "id": "es-define-property@1.0.0", + "info": { + "name": "es-define-property", + "version": "1.0.0" + } + }, + { + "id": "get-intrinsic@1.2.4", + "info": { + "name": "get-intrinsic", + "version": "1.2.4" + } + }, + { + "id": "es-errors@1.3.0", + "info": { + "name": "es-errors", + "version": "1.3.0" + } + }, + { + "id": "function-bind@1.1.2", + "info": { + "name": "function-bind", + "version": "1.1.2" + } + }, + { + "id": "has-proto@1.0.3", + "info": { + "name": "has-proto", + "version": "1.0.3" + } + }, + { + "id": "has-symbols@1.0.3", + "info": { + "name": "has-symbols", + "version": "1.0.3" + } + }, + { + "id": "hasown@2.0.2", + "info": { + "name": "hasown", + "version": "2.0.2" + } + }, + { + "id": "set-function-length@1.2.2", + "info": { + "name": "set-function-length", + "version": "1.2.2" + } + }, + { + "id": "define-data-property@1.1.4", + "info": { + "name": "define-data-property", + "version": "1.1.4" + } + }, + { + "id": "gopd@1.0.1", + "info": { + "name": "gopd", + "version": "1.0.1" + } + }, + { + "id": "has-property-descriptors@1.0.2", + "info": { + "name": "has-property-descriptors", + "version": "1.0.2" + } + }, + { + "id": "define-properties@1.2.1", + "info": { + "name": "define-properties", + "version": "1.2.1" + } + }, + { + "id": "object-keys@1.1.1", + "info": { + "name": "object-keys", + "version": "1.1.1" + } + }, + { + "id": "util@0.10.4", + "info": { + "name": "util", + "version": "0.10.4" + } + }, + { + "id": "inherits@2.0.3", + "info": { + "name": "inherits", + "version": "2.0.3" + } + }, + { + "id": "browser-pack@6.1.0", + "info": { + "name": "browser-pack", + "version": "6.1.0" + } + }, + { + "id": "combine-source-map@0.8.0", + "info": { + "name": "combine-source-map", + "version": "0.8.0" + } + }, + { + "id": "convert-source-map@1.1.3", + "info": { + "name": "convert-source-map", + "version": "1.1.3" + } + }, + { + "id": "inline-source-map@0.6.3", + "info": { + "name": "inline-source-map", + "version": "0.6.3" + } + }, + { + "id": "source-map@0.5.7", + "info": { + "name": "source-map", + "version": "0.5.7" + } + }, + { + "id": "lodash.memoize@3.0.4", + "info": { + "name": "lodash.memoize", + "version": "3.0.4" + } + }, + { + "id": "defined@1.0.1", + "info": { + "name": "defined", + "version": "1.0.1" + } + }, + { + "id": "safe-buffer@5.2.1", + "info": { + "name": "safe-buffer", + "version": "5.2.1" + } + }, + { + "id": "through2@2.0.5", + "info": { + "name": "through2", + "version": "2.0.5" + } + }, + { + "id": "readable-stream@2.3.8", + "info": { + "name": "readable-stream", + "version": "2.3.8" + } + }, + { + "id": "core-util-is@1.0.3", + "info": { + "name": "core-util-is", + "version": "1.0.3" + } + }, + { + "id": "inherits@2.0.4", + "info": { + "name": "inherits", + "version": "2.0.4" + } + }, + { + "id": "isarray@1.0.0", + "info": { + "name": "isarray", + "version": "1.0.0" + } + }, + { + "id": "process-nextick-args@2.0.1", + "info": { + "name": "process-nextick-args", + "version": "2.0.1" + } + }, + { + "id": "safe-buffer@5.1.2", + "info": { + "name": "safe-buffer", + "version": "5.1.2" + } + }, + { + "id": "string_decoder@1.1.1", + "info": { + "name": "string_decoder", + "version": "1.1.1" + } + }, + { + "id": "util-deprecate@1.0.2", + "info": { + "name": "util-deprecate", + "version": "1.0.2" + } + }, + { + "id": "xtend@4.0.2", + "info": { + "name": "xtend", + "version": "4.0.2" + } + }, + { + "id": "umd@3.0.3", + "info": { + "name": "umd", + "version": "3.0.3" + } + }, + { + "id": "browser-resolve@1.11.3", + "info": { + "name": "browser-resolve", + "version": "1.11.3" + } + }, + { + "id": "resolve@1.1.7", + "info": { + "name": "resolve", + "version": "1.1.7" + } + }, + { + "id": "browserify-zlib@0.1.4", + "info": { + "name": "browserify-zlib", + "version": "0.1.4" + } + }, + { + "id": "pako@0.2.9", + "info": { + "name": "pako", + "version": "0.2.9" + } + }, + { + "id": "buffer@4.9.2", + "info": { + "name": "buffer", + "version": "4.9.2" + } + }, + { + "id": "base64-js@1.5.1", + "info": { + "name": "base64-js", + "version": "1.5.1" + } + }, + { + "id": "ieee754@1.2.1", + "info": { + "name": "ieee754", + "version": "1.2.1" + } + }, + { + "id": "cached-path-relative@1.1.0", + "info": { + "name": "cached-path-relative", + "version": "1.1.0" + } + }, + { + "id": "concat-stream@1.5.2", + "info": { + "name": "concat-stream", + "version": "1.5.2" + } + }, + { + "id": "readable-stream@2.0.6", + "info": { + "name": "readable-stream", + "version": "2.0.6" + } + }, + { + "id": "process-nextick-args@1.0.7", + "info": { + "name": "process-nextick-args", + "version": "1.0.7" + } + }, + { + "id": "string_decoder@0.10.31", + "info": { + "name": "string_decoder", + "version": "0.10.31" + } + }, + { + "id": "typedarray@0.0.7", + "info": { + "name": "typedarray", + "version": "0.0.7" + } + }, + { + "id": "console-browserify@1.2.0", + "info": { + "name": "console-browserify", + "version": "1.2.0" + } + }, + { + "id": "constants-browserify@1.0.0", + "info": { + "name": "constants-browserify", + "version": "1.0.0" + } + }, + { + "id": "crypto-browserify@3.12.0", + "info": { + "name": "crypto-browserify", + "version": "3.12.0" + } + }, + { + "id": "browserify-cipher@1.0.1", + "info": { + "name": "browserify-cipher", + "version": "1.0.1" + } + }, + { + "id": "browserify-aes@1.2.0", + "info": { + "name": "browserify-aes", + "version": "1.2.0" + } + }, + { + "id": "buffer-xor@1.0.3", + "info": { + "name": "buffer-xor", + "version": "1.0.3" + } + }, + { + "id": "cipher-base@1.0.4", + "info": { + "name": "cipher-base", + "version": "1.0.4" + } + }, + { + "id": "create-hash@1.2.0", + "info": { + "name": "create-hash", + "version": "1.2.0" + } + }, + { + "id": "md5.js@1.3.5", + "info": { + "name": "md5.js", + "version": "1.3.5" + } + }, + { + "id": "hash-base@3.1.0", + "info": { + "name": "hash-base", + "version": "3.1.0" + } + }, + { + "id": "readable-stream@3.6.2", + "info": { + "name": "readable-stream", + "version": "3.6.2" + } + }, + { + "id": "string_decoder@1.3.0", + "info": { + "name": "string_decoder", + "version": "1.3.0" + } + }, + { + "id": "ripemd160@2.0.2", + "info": { + "name": "ripemd160", + "version": "2.0.2" + } + }, + { + "id": "sha.js@2.4.11", + "info": { + "name": "sha.js", + "version": "2.4.11" + } + }, + { + "id": "evp_bytestokey@1.0.3", + "info": { + "name": "evp_bytestokey", + "version": "1.0.3" + } + }, + { + "id": "browserify-des@1.0.2", + "info": { + "name": "browserify-des", + "version": "1.0.2" + } + }, + { + "id": "des.js@1.1.0", + "info": { + "name": "des.js", + "version": "1.1.0" + } + }, + { + "id": "minimalistic-assert@1.0.1", + "info": { + "name": "minimalistic-assert", + "version": "1.0.1" + } + }, + { + "id": "browserify-sign@4.2.3", + "info": { + "name": "browserify-sign", + "version": "4.2.3" + } + }, + { + "id": "bn.js@5.2.1", + "info": { + "name": "bn.js", + "version": "5.2.1" + } + }, + { + "id": "browserify-rsa@4.1.0", + "info": { + "name": "browserify-rsa", + "version": "4.1.0" + } + }, + { + "id": "randombytes@2.1.0", + "info": { + "name": "randombytes", + "version": "2.1.0" + } + }, + { + "id": "create-hmac@1.1.7", + "info": { + "name": "create-hmac", + "version": "1.1.7" + } + }, + { + "id": "elliptic@6.5.6", + "info": { + "name": "elliptic", + "version": "6.5.6" + } + }, + { + "id": "bn.js@4.12.0", + "info": { + "name": "bn.js", + "version": "4.12.0" + } + }, + { + "id": "brorand@1.1.0", + "info": { + "name": "brorand", + "version": "1.1.0" + } + }, + { + "id": "hash.js@1.1.7", + "info": { + "name": "hash.js", + "version": "1.1.7" + } + }, + { + "id": "hmac-drbg@1.0.1", + "info": { + "name": "hmac-drbg", + "version": "1.0.1" + } + }, + { + "id": "minimalistic-crypto-utils@1.0.1", + "info": { + "name": "minimalistic-crypto-utils", + "version": "1.0.1" + } + }, + { + "id": "hash-base@3.0.4", + "info": { + "name": "hash-base", + "version": "3.0.4" + } + }, + { + "id": "parse-asn1@5.1.7", + "info": { + "name": "parse-asn1", + "version": "5.1.7" + } + }, + { + "id": "asn1.js@4.10.1", + "info": { + "name": "asn1.js", + "version": "4.10.1" + } + }, + { + "id": "pbkdf2@3.1.2", + "info": { + "name": "pbkdf2", + "version": "3.1.2" + } + }, + { + "id": "create-ecdh@4.0.4", + "info": { + "name": "create-ecdh", + "version": "4.0.4" + } + }, + { + "id": "diffie-hellman@5.0.3", + "info": { + "name": "diffie-hellman", + "version": "5.0.3" + } + }, + { + "id": "miller-rabin@4.0.1", + "info": { + "name": "miller-rabin", + "version": "4.0.1" + } + }, + { + "id": "public-encrypt@4.0.3", + "info": { + "name": "public-encrypt", + "version": "4.0.3" + } + }, + { + "id": "randomfill@1.0.4", + "info": { + "name": "randomfill", + "version": "1.0.4" + } + }, + { + "id": "deps-sort@2.0.1", + "info": { + "name": "deps-sort", + "version": "2.0.1" + } + }, + { + "id": "shasum-object@1.0.0", + "info": { + "name": "shasum-object", + "version": "1.0.0" + } + }, + { + "id": "fast-safe-stringify@2.1.1", + "info": { + "name": "fast-safe-stringify", + "version": "2.1.1" + } + }, + { + "id": "subarg@1.0.0", + "info": { + "name": "subarg", + "version": "1.0.0" + } + }, + { + "id": "minimist@1.2.8", + "info": { + "name": "minimist", + "version": "1.2.8" + } + }, + { + "id": "domain-browser@1.1.7", + "info": { + "name": "domain-browser", + "version": "1.1.7" + } + }, + { + "id": "duplexer2@0.1.4", + "info": { + "name": "duplexer2", + "version": "0.1.4" + } + }, + { + "id": "events@1.1.1", + "info": { + "name": "events", + "version": "1.1.1" + } + }, + { + "id": "glob@7.2.3", + "info": { + "name": "glob", + "version": "7.2.3" + } + }, + { + "id": "fs.realpath@1.0.0", + "info": { + "name": "fs.realpath", + "version": "1.0.0" + } + }, + { + "id": "inflight@1.0.6", + "info": { + "name": "inflight", + "version": "1.0.6" + } + }, + { + "id": "once@1.4.0", + "info": { + "name": "once", + "version": "1.4.0" + } + }, + { + "id": "wrappy@1.0.2", + "info": { + "name": "wrappy", + "version": "1.0.2" + } + }, + { + "id": "minimatch@3.1.2", + "info": { + "name": "minimatch", + "version": "3.1.2" + } + }, + { + "id": "brace-expansion@1.1.11", + "info": { + "name": "brace-expansion", + "version": "1.1.11" + } + }, + { + "id": "balanced-match@1.0.2", + "info": { + "name": "balanced-match", + "version": "1.0.2" + } + }, + { + "id": "concat-map@0.0.1", + "info": { + "name": "concat-map", + "version": "0.0.1" + } + }, + { + "id": "path-is-absolute@1.0.1", + "info": { + "name": "path-is-absolute", + "version": "1.0.1" + } + }, + { + "id": "has@1.0.4", + "info": { + "name": "has", + "version": "1.0.4" + } + }, + { + "id": "htmlescape@1.1.1", + "info": { + "name": "htmlescape", + "version": "1.1.1" + } + }, + { + "id": "https-browserify@0.0.1", + "info": { + "name": "https-browserify", + "version": "0.0.1" + } + }, + { + "id": "insert-module-globals@7.2.1", + "info": { + "name": "insert-module-globals", + "version": "7.2.1" + } + }, + { + "id": "acorn-node@1.8.2", + "info": { + "name": "acorn-node", + "version": "1.8.2" + } + }, + { + "id": "acorn@7.4.1", + "info": { + "name": "acorn", + "version": "7.4.1" + } + }, + { + "id": "acorn-walk@7.2.0", + "info": { + "name": "acorn-walk", + "version": "7.2.0" + } + }, + { + "id": "concat-stream@1.6.2", + "info": { + "name": "concat-stream", + "version": "1.6.2" + } + }, + { + "id": "buffer-from@1.1.2", + "info": { + "name": "buffer-from", + "version": "1.1.2" + } + }, + { + "id": "typedarray@0.0.6", + "info": { + "name": "typedarray", + "version": "0.0.6" + } + }, + { + "id": "is-buffer@1.1.6", + "info": { + "name": "is-buffer", + "version": "1.1.6" + } + }, + { + "id": "process@0.11.10", + "info": { + "name": "process", + "version": "0.11.10" + } + }, + { + "id": "undeclared-identifiers@1.1.3", + "info": { + "name": "undeclared-identifiers", + "version": "1.1.3" + } + }, + { + "id": "dash-ast@1.0.0", + "info": { + "name": "dash-ast", + "version": "1.0.0" + } + }, + { + "id": "get-assigned-identifiers@1.2.0", + "info": { + "name": "get-assigned-identifiers", + "version": "1.2.0" + } + }, + { + "id": "simple-concat@1.0.1", + "info": { + "name": "simple-concat", + "version": "1.0.1" + } + }, + { + "id": "labeled-stream-splicer@2.0.2", + "info": { + "name": "labeled-stream-splicer", + "version": "2.0.2" + } + }, + { + "id": "stream-splicer@2.0.1", + "info": { + "name": "stream-splicer", + "version": "2.0.1" + } + }, + { + "id": "module-deps@4.1.1", + "info": { + "name": "module-deps", + "version": "4.1.1" + } + }, + { + "id": "detective@4.7.1", + "info": { + "name": "detective", + "version": "4.7.1" + } + }, + { + "id": "acorn@5.7.4", + "info": { + "name": "acorn", + "version": "5.7.4" + } + }, + { + "id": "parents@1.0.1", + "info": { + "name": "parents", + "version": "1.0.1" + } + }, + { + "id": "path-platform@0.11.15", + "info": { + "name": "path-platform", + "version": "0.11.15" + } + }, + { + "id": "resolve@1.22.8", + "info": { + "name": "resolve", + "version": "1.22.8" + } + }, + { + "id": "is-core-module@2.15.0", + "info": { + "name": "is-core-module", + "version": "2.15.0" + } + }, + { + "id": "path-parse@1.0.7", + "info": { + "name": "path-parse", + "version": "1.0.7" + } + }, + { + "id": "supports-preserve-symlinks-flag@1.0.0", + "info": { + "name": "supports-preserve-symlinks-flag", + "version": "1.0.0" + } + }, + { + "id": "stream-combiner2@1.1.1", + "info": { + "name": "stream-combiner2", + "version": "1.1.1" + } + }, + { + "id": "os-browserify@0.1.2", + "info": { + "name": "os-browserify", + "version": "0.1.2" + } + }, + { + "id": "path-browserify@0.0.1", + "info": { + "name": "path-browserify", + "version": "0.0.1" + } + }, + { + "id": "punycode@1.4.1", + "info": { + "name": "punycode", + "version": "1.4.1" + } + }, + { + "id": "querystring-es3@0.2.1", + "info": { + "name": "querystring-es3", + "version": "0.2.1" + } + }, + { + "id": "read-only-stream@2.0.0", + "info": { + "name": "read-only-stream", + "version": "2.0.0" + } + }, + { + "id": "shasum@1.0.2", + "info": { + "name": "shasum", + "version": "1.0.2" + } + }, + { + "id": "json-stable-stringify@0.0.1", + "info": { + "name": "json-stable-stringify", + "version": "0.0.1" + } + }, + { + "id": "jsonify@0.0.1", + "info": { + "name": "jsonify", + "version": "0.0.1" + } + }, + { + "id": "shell-quote@1.8.1", + "info": { + "name": "shell-quote", + "version": "1.8.1" + } + }, + { + "id": "stream-browserify@2.0.2", + "info": { + "name": "stream-browserify", + "version": "2.0.2" + } + }, + { + "id": "stream-http@2.8.3", + "info": { + "name": "stream-http", + "version": "2.8.3" + } + }, + { + "id": "builtin-status-codes@3.0.0", + "info": { + "name": "builtin-status-codes", + "version": "3.0.0" + } + }, + { + "id": "to-arraybuffer@1.0.1", + "info": { + "name": "to-arraybuffer", + "version": "1.0.1" + } + }, + { + "id": "syntax-error@1.4.0", + "info": { + "name": "syntax-error", + "version": "1.4.0" + } + }, + { + "id": "timers-browserify@1.4.2", + "info": { + "name": "timers-browserify", + "version": "1.4.2" + } + }, + { + "id": "tty-browserify@0.0.1", + "info": { + "name": "tty-browserify", + "version": "0.0.1" + } + }, + { + "id": "url@0.11.3", + "info": { + "name": "url", + "version": "0.11.3" + } + }, + { + "id": "qs@6.12.3", + "info": { + "name": "qs", + "version": "6.12.3" + } + }, + { + "id": "side-channel@1.0.6", + "info": { + "name": "side-channel", + "version": "1.0.6" + } + }, + { + "id": "object-inspect@1.13.2", + "info": { + "name": "object-inspect", + "version": "1.13.2" + } + }, + { + "id": "vm-browserify@0.0.4", + "info": { + "name": "vm-browserify", + "version": "0.0.4" + } + }, + { + "id": "indexof@0.0.1", + "info": { + "name": "indexof", + "version": "0.0.1" + } + } + ], + "graph": { + "rootNodeId": "root-node", + "nodes": [ + { + "nodeId": "root-node", + "pkgId": "peer-dependencies@0.0.1", + "deps": [ + { + "nodeId": "body-parser@1.9.0" + }, + { + "nodeId": "browserify@13.3.0" + } + ] + }, + { + "nodeId": "body-parser@1.9.0", + "pkgId": "body-parser@1.9.0", + "deps": [ + { + "nodeId": "bytes@1.0.0" + }, + { + "nodeId": "depd@1.0.1" + }, + { + "nodeId": "iconv-lite@0.4.4" + }, + { + "nodeId": "media-typer@0.3.0" + }, + { + "nodeId": "on-finished@2.1.0" + }, + { + "nodeId": "qs@2.2.4" + }, + { + "nodeId": "raw-body@1.3.0" + }, + { + "nodeId": "type-is@1.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bytes@1.0.0", + "pkgId": "bytes@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "depd@1.0.1", + "pkgId": "depd@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "iconv-lite@0.4.4", + "pkgId": "iconv-lite@0.4.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "media-typer@0.3.0", + "pkgId": "media-typer@0.3.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "on-finished@2.1.0", + "pkgId": "on-finished@2.1.0", + "deps": [ + { + "nodeId": "ee-first@1.0.5" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ee-first@1.0.5", + "pkgId": "ee-first@1.0.5", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "qs@2.2.4", + "pkgId": "qs@2.2.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "raw-body@1.3.0", + "pkgId": "raw-body@1.3.0", + "deps": [ + { + "nodeId": "bytes@1.0.0" + }, + { + "nodeId": "iconv-lite@0.4.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "type-is@1.5.7", + "pkgId": "type-is@1.5.7", + "deps": [ + { + "nodeId": "media-typer@0.3.0" + }, + { + "nodeId": "mime-types@2.0.14" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "mime-types@2.0.14", + "pkgId": "mime-types@2.0.14", + "deps": [ + { + "nodeId": "mime-db@1.12.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "mime-db@1.12.0", + "pkgId": "mime-db@1.12.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify@13.3.0", + "pkgId": "browserify@13.3.0", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "assert@1.5.1" + }, + { + "nodeId": "browser-pack@6.1.0" + }, + { + "nodeId": "browser-resolve@1.11.3" + }, + { + "nodeId": "browserify-zlib@0.1.4" + }, + { + "nodeId": "buffer@4.9.2" + }, + { + "nodeId": "cached-path-relative@1.1.0" + }, + { + "nodeId": "concat-stream@1.5.2" + }, + { + "nodeId": "console-browserify@1.2.0" + }, + { + "nodeId": "constants-browserify@1.0.0" + }, + { + "nodeId": "crypto-browserify@3.12.0" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "deps-sort@2.0.1" + }, + { + "nodeId": "domain-browser@1.1.7" + }, + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "events@1.1.1" + }, + { + "nodeId": "glob@7.2.3" + }, + { + "nodeId": "has@1.0.4" + }, + { + "nodeId": "htmlescape@1.1.1" + }, + { + "nodeId": "https-browserify@0.0.1" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "insert-module-globals@7.2.1" + }, + { + "nodeId": "labeled-stream-splicer@2.0.2" + }, + { + "nodeId": "module-deps@4.1.1" + }, + { + "nodeId": "os-browserify@0.1.2" + }, + { + "nodeId": "parents@1.0.1" + }, + { + "nodeId": "path-browserify@0.0.1" + }, + { + "nodeId": "process@0.11.10" + }, + { + "nodeId": "punycode@1.4.1" + }, + { + "nodeId": "querystring-es3@0.2.1" + }, + { + "nodeId": "read-only-stream@2.0.0" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "resolve@1.22.8" + }, + { + "nodeId": "shasum@1.0.2" + }, + { + "nodeId": "shell-quote@1.8.1" + }, + { + "nodeId": "stream-browserify@2.0.2" + }, + { + "nodeId": "stream-http@2.8.3" + }, + { + "nodeId": "string_decoder@0.10.31" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "syntax-error@1.4.0" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "timers-browserify@1.4.2" + }, + { + "nodeId": "tty-browserify@0.0.1" + }, + { + "nodeId": "url@0.11.3" + }, + { + "nodeId": "util@0.10.4" + }, + { + "nodeId": "vm-browserify@0.0.4" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "JSONStream@1.3.5", + "pkgId": "JSONStream@1.3.5", + "deps": [ + { + "nodeId": "jsonparse@1.3.1" + }, + { + "nodeId": "through@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "jsonparse@1.3.1", + "pkgId": "jsonparse@1.3.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "through@2.3.8", + "pkgId": "through@2.3.8", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "assert@1.5.1", + "pkgId": "assert@1.5.1", + "deps": [ + { + "nodeId": "object.assign@4.1.5" + }, + { + "nodeId": "util@0.10.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object.assign@4.1.5", + "pkgId": "object.assign@4.1.5", + "deps": [ + { + "nodeId": "call-bind@1.0.7" + }, + { + "nodeId": "define-properties@1.2.1" + }, + { + "nodeId": "has-symbols@1.0.3" + }, + { + "nodeId": "object-keys@1.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "call-bind@1.0.7", + "pkgId": "call-bind@1.0.7", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "set-function-length@1.2.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "es-define-property@1.0.0", + "pkgId": "es-define-property@1.0.0", + "deps": [ + { + "nodeId": "get-intrinsic@1.2.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "get-intrinsic@1.2.4", + "pkgId": "get-intrinsic@1.2.4", + "deps": [ + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "has-proto@1.0.3" + }, + { + "nodeId": "has-symbols@1.0.3" + }, + { + "nodeId": "hasown@2.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "es-errors@1.3.0", + "pkgId": "es-errors@1.3.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "function-bind@1.1.2", + "pkgId": "function-bind@1.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-proto@1.0.3", + "pkgId": "has-proto@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-symbols@1.0.3", + "pkgId": "has-symbols@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hasown@2.0.2", + "pkgId": "hasown@2.0.2", + "deps": [ + { + "nodeId": "function-bind@1.1.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "set-function-length@1.2.2", + "pkgId": "set-function-length@1.2.2", + "deps": [ + { + "nodeId": "define-data-property@1.1.4" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "function-bind@1.1.2" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "gopd@1.0.1" + }, + { + "nodeId": "has-property-descriptors@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "define-data-property@1.1.4", + "pkgId": "define-data-property@1.1.4", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "gopd@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "gopd@1.0.1", + "pkgId": "gopd@1.0.1", + "deps": [ + { + "nodeId": "get-intrinsic@1.2.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has-property-descriptors@1.0.2", + "pkgId": "has-property-descriptors@1.0.2", + "deps": [ + { + "nodeId": "es-define-property@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "define-properties@1.2.1", + "pkgId": "define-properties@1.2.1", + "deps": [ + { + "nodeId": "define-data-property@1.1.4" + }, + { + "nodeId": "has-property-descriptors@1.0.2" + }, + { + "nodeId": "object-keys@1.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object-keys@1.1.1", + "pkgId": "object-keys@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "util@0.10.4", + "pkgId": "util@0.10.4", + "deps": [ + { + "nodeId": "inherits@2.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inherits@2.0.3", + "pkgId": "inherits@2.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browser-pack@6.1.0", + "pkgId": "browser-pack@6.1.0", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "combine-source-map@0.8.0" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "umd@3.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "combine-source-map@0.8.0", + "pkgId": "combine-source-map@0.8.0", + "deps": [ + { + "nodeId": "convert-source-map@1.1.3" + }, + { + "nodeId": "inline-source-map@0.6.3" + }, + { + "nodeId": "lodash.memoize@3.0.4" + }, + { + "nodeId": "source-map@0.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "convert-source-map@1.1.3", + "pkgId": "convert-source-map@1.1.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inline-source-map@0.6.3", + "pkgId": "inline-source-map@0.6.3", + "deps": [ + { + "nodeId": "source-map@0.5.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "source-map@0.5.7", + "pkgId": "source-map@0.5.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "lodash.memoize@3.0.4", + "pkgId": "lodash.memoize@3.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "defined@1.0.1", + "pkgId": "defined@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "safe-buffer@5.2.1", + "pkgId": "safe-buffer@5.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "through2@2.0.5", + "pkgId": "through2@2.0.5", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@2.3.8", + "pkgId": "readable-stream@2.3.8", + "deps": [ + { + "nodeId": "core-util-is@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "isarray@1.0.0" + }, + { + "nodeId": "process-nextick-args@2.0.1" + }, + { + "nodeId": "safe-buffer@5.1.2" + }, + { + "nodeId": "string_decoder@1.1.1" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "core-util-is@1.0.3", + "pkgId": "core-util-is@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inherits@2.0.4", + "pkgId": "inherits@2.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "isarray@1.0.0", + "pkgId": "isarray@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process-nextick-args@2.0.1", + "pkgId": "process-nextick-args@2.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "safe-buffer@5.1.2", + "pkgId": "safe-buffer@5.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@1.1.1", + "pkgId": "string_decoder@1.1.1", + "deps": [ + { + "nodeId": "safe-buffer@5.1.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "util-deprecate@1.0.2", + "pkgId": "util-deprecate@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "xtend@4.0.2", + "pkgId": "xtend@4.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "umd@3.0.3", + "pkgId": "umd@3.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browser-resolve@1.11.3", + "pkgId": "browser-resolve@1.11.3", + "deps": [ + { + "nodeId": "resolve@1.1.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "resolve@1.1.7", + "pkgId": "resolve@1.1.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-zlib@0.1.4", + "pkgId": "browserify-zlib@0.1.4", + "deps": [ + { + "nodeId": "pako@0.2.9" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "pako@0.2.9", + "pkgId": "pako@0.2.9", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer@4.9.2", + "pkgId": "buffer@4.9.2", + "deps": [ + { + "nodeId": "base64-js@1.5.1" + }, + { + "nodeId": "ieee754@1.2.1" + }, + { + "nodeId": "isarray@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "base64-js@1.5.1", + "pkgId": "base64-js@1.5.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ieee754@1.2.1", + "pkgId": "ieee754@1.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "cached-path-relative@1.1.0", + "pkgId": "cached-path-relative@1.1.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-stream@1.5.2", + "pkgId": "concat-stream@1.5.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.0.6" + }, + { + "nodeId": "typedarray@0.0.7" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@2.0.6", + "pkgId": "readable-stream@2.0.6", + "deps": [ + { + "nodeId": "core-util-is@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "isarray@1.0.0" + }, + { + "nodeId": "process-nextick-args@1.0.7" + }, + { + "nodeId": "string_decoder@0.10.31" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process-nextick-args@1.0.7", + "pkgId": "process-nextick-args@1.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@0.10.31", + "pkgId": "string_decoder@0.10.31", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "typedarray@0.0.7", + "pkgId": "typedarray@0.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "console-browserify@1.2.0", + "pkgId": "console-browserify@1.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "constants-browserify@1.0.0", + "pkgId": "constants-browserify@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "crypto-browserify@3.12.0", + "pkgId": "crypto-browserify@3.12.0", + "deps": [ + { + "nodeId": "browserify-cipher@1.0.1" + }, + { + "nodeId": "browserify-sign@4.2.3" + }, + { + "nodeId": "create-ecdh@4.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "diffie-hellman@5.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "pbkdf2@3.1.2" + }, + { + "nodeId": "public-encrypt@4.0.3" + }, + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "randomfill@1.0.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-cipher@1.0.1", + "pkgId": "browserify-cipher@1.0.1", + "deps": [ + { + "nodeId": "browserify-aes@1.2.0" + }, + { + "nodeId": "browserify-des@1.0.2" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-aes@1.2.0", + "pkgId": "browserify-aes@1.2.0", + "deps": [ + { + "nodeId": "buffer-xor@1.0.3" + }, + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer-xor@1.0.3", + "pkgId": "buffer-xor@1.0.3", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "cipher-base@1.0.4", + "pkgId": "cipher-base@1.0.4", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-hash@1.2.0", + "pkgId": "create-hash@1.2.0", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "md5.js@1.3.5" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "md5.js@1.3.5", + "pkgId": "md5.js@1.3.5", + "deps": [ + { + "nodeId": "hash-base@3.1.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash-base@3.1.0", + "pkgId": "hash-base@3.1.0", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@3.6.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "readable-stream@3.6.2", + "pkgId": "readable-stream@3.6.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "string_decoder@1.3.0" + }, + { + "nodeId": "util-deprecate@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "string_decoder@1.3.0", + "pkgId": "string_decoder@1.3.0", + "deps": [ + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "ripemd160@2.0.2", + "pkgId": "ripemd160@2.0.2", + "deps": [ + { + "nodeId": "hash-base@3.1.0" + }, + { + "nodeId": "inherits@2.0.4" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "sha.js@2.4.11", + "pkgId": "sha.js@2.4.11", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "evp_bytestokey@1.0.3", + "pkgId": "evp_bytestokey@1.0.3", + "deps": [ + { + "nodeId": "md5.js@1.3.5" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-des@1.0.2", + "pkgId": "browserify-des@1.0.2", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "des.js@1.1.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "des.js@1.1.0", + "pkgId": "des.js@1.1.0", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimalistic-assert@1.0.1", + "pkgId": "minimalistic-assert@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-sign@4.2.3", + "pkgId": "browserify-sign@4.2.3", + "deps": [ + { + "nodeId": "bn.js@5.2.1" + }, + { + "nodeId": "browserify-rsa@4.1.0" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "elliptic@6.5.6" + }, + { + "nodeId": "hash-base@3.0.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "parse-asn1@5.1.7" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bn.js@5.2.1", + "pkgId": "bn.js@5.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "browserify-rsa@4.1.0", + "pkgId": "browserify-rsa@4.1.0", + "deps": [ + { + "nodeId": "bn.js@5.2.1" + }, + { + "nodeId": "randombytes@2.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "randombytes@2.1.0", + "pkgId": "randombytes@2.1.0", + "deps": [ + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-hmac@1.1.7", + "pkgId": "create-hmac@1.1.7", + "deps": [ + { + "nodeId": "cipher-base@1.0.4" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "elliptic@6.5.6", + "pkgId": "elliptic@6.5.6", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "brorand@1.1.0" + }, + { + "nodeId": "hash.js@1.1.7" + }, + { + "nodeId": "hmac-drbg@1.0.1" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "bn.js@4.12.0", + "pkgId": "bn.js@4.12.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "brorand@1.1.0", + "pkgId": "brorand@1.1.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash.js@1.1.7", + "pkgId": "hash.js@1.1.7", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hmac-drbg@1.0.1", + "pkgId": "hmac-drbg@1.0.1", + "deps": [ + { + "nodeId": "hash.js@1.1.7" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimalistic-crypto-utils@1.0.1", + "pkgId": "minimalistic-crypto-utils@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "hash-base@3.0.4", + "pkgId": "hash-base@3.0.4", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "parse-asn1@5.1.7", + "pkgId": "parse-asn1@5.1.7", + "deps": [ + { + "nodeId": "asn1.js@4.10.1" + }, + { + "nodeId": "browserify-aes@1.2.0" + }, + { + "nodeId": "evp_bytestokey@1.0.3" + }, + { + "nodeId": "hash-base@3.0.4" + }, + { + "nodeId": "pbkdf2@3.1.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "asn1.js@4.10.1", + "pkgId": "asn1.js@4.10.1", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimalistic-assert@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "pbkdf2@3.1.2", + "pkgId": "pbkdf2@3.1.2", + "deps": [ + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "create-hmac@1.1.7" + }, + { + "nodeId": "ripemd160@2.0.2" + }, + { + "nodeId": "safe-buffer@5.2.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "create-ecdh@4.0.4", + "pkgId": "create-ecdh@4.0.4", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "elliptic@6.5.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "diffie-hellman@5.0.3", + "pkgId": "diffie-hellman@5.0.3", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "miller-rabin@4.0.1" + }, + { + "nodeId": "randombytes@2.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "miller-rabin@4.0.1", + "pkgId": "miller-rabin@4.0.1", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "brorand@1.1.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "public-encrypt@4.0.3", + "pkgId": "public-encrypt@4.0.3", + "deps": [ + { + "nodeId": "bn.js@4.12.0" + }, + { + "nodeId": "browserify-rsa@4.1.0" + }, + { + "nodeId": "create-hash@1.2.0" + }, + { + "nodeId": "parse-asn1@5.1.7" + }, + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "randomfill@1.0.4", + "pkgId": "randomfill@1.0.4", + "deps": [ + { + "nodeId": "randombytes@2.1.0" + }, + { + "nodeId": "safe-buffer@5.2.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "deps-sort@2.0.1", + "pkgId": "deps-sort@2.0.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "shasum-object@1.0.0" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "through2@2.0.5" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shasum-object@1.0.0", + "pkgId": "shasum-object@1.0.0", + "deps": [ + { + "nodeId": "fast-safe-stringify@2.1.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "fast-safe-stringify@2.1.1", + "pkgId": "fast-safe-stringify@2.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "subarg@1.0.0", + "pkgId": "subarg@1.0.0", + "deps": [ + { + "nodeId": "minimist@1.2.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimist@1.2.8", + "pkgId": "minimist@1.2.8", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "domain-browser@1.1.7", + "pkgId": "domain-browser@1.1.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "duplexer2@0.1.4", + "pkgId": "duplexer2@0.1.4", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "events@1.1.1", + "pkgId": "events@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "glob@7.2.3", + "pkgId": "glob@7.2.3", + "deps": [ + { + "nodeId": "fs.realpath@1.0.0" + }, + { + "nodeId": "inflight@1.0.6" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "minimatch@3.1.2" + }, + { + "nodeId": "once@1.4.0" + }, + { + "nodeId": "path-is-absolute@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "fs.realpath@1.0.0", + "pkgId": "fs.realpath@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "inflight@1.0.6", + "pkgId": "inflight@1.0.6", + "deps": [ + { + "nodeId": "once@1.4.0" + }, + { + "nodeId": "wrappy@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "once@1.4.0", + "pkgId": "once@1.4.0", + "deps": [ + { + "nodeId": "wrappy@1.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "wrappy@1.0.2", + "pkgId": "wrappy@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "minimatch@3.1.2", + "pkgId": "minimatch@3.1.2", + "deps": [ + { + "nodeId": "brace-expansion@1.1.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "brace-expansion@1.1.11", + "pkgId": "brace-expansion@1.1.11", + "deps": [ + { + "nodeId": "balanced-match@1.0.2" + }, + { + "nodeId": "concat-map@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "balanced-match@1.0.2", + "pkgId": "balanced-match@1.0.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-map@0.0.1", + "pkgId": "concat-map@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-is-absolute@1.0.1", + "pkgId": "path-is-absolute@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "has@1.0.4", + "pkgId": "has@1.0.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "htmlescape@1.1.1", + "pkgId": "htmlescape@1.1.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "https-browserify@0.0.1", + "pkgId": "https-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "insert-module-globals@7.2.1", + "pkgId": "insert-module-globals@7.2.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "acorn-node@1.8.2" + }, + { + "nodeId": "combine-source-map@0.8.0" + }, + { + "nodeId": "concat-stream@1.6.2" + }, + { + "nodeId": "is-buffer@1.1.6" + }, + { + "nodeId": "path-is-absolute@1.0.1" + }, + { + "nodeId": "process@0.11.10" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "undeclared-identifiers@1.1.3" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn-node@1.8.2", + "pkgId": "acorn-node@1.8.2", + "deps": [ + { + "nodeId": "acorn@7.4.1" + }, + { + "nodeId": "acorn-walk@7.2.0" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn@7.4.1", + "pkgId": "acorn@7.4.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn-walk@7.2.0", + "pkgId": "acorn-walk@7.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "concat-stream@1.6.2", + "pkgId": "concat-stream@1.6.2", + "deps": [ + { + "nodeId": "buffer-from@1.1.2" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "typedarray@0.0.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "buffer-from@1.1.2", + "pkgId": "buffer-from@1.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "typedarray@0.0.6", + "pkgId": "typedarray@0.0.6", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "is-buffer@1.1.6", + "pkgId": "is-buffer@1.1.6", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "process@0.11.10", + "pkgId": "process@0.11.10", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "undeclared-identifiers@1.1.3", + "pkgId": "undeclared-identifiers@1.1.3", + "deps": [ + { + "nodeId": "acorn-node@1.8.2" + }, + { + "nodeId": "dash-ast@1.0.0" + }, + { + "nodeId": "get-assigned-identifiers@1.2.0" + }, + { + "nodeId": "simple-concat@1.0.1" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "dash-ast@1.0.0", + "pkgId": "dash-ast@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "get-assigned-identifiers@1.2.0", + "pkgId": "get-assigned-identifiers@1.2.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "simple-concat@1.0.1", + "pkgId": "simple-concat@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "labeled-stream-splicer@2.0.2", + "pkgId": "labeled-stream-splicer@2.0.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "stream-splicer@2.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-splicer@2.0.1", + "pkgId": "stream-splicer@2.0.1", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "module-deps@4.1.1", + "pkgId": "module-deps@4.1.1", + "deps": [ + { + "nodeId": "JSONStream@1.3.5" + }, + { + "nodeId": "browser-resolve@1.11.3" + }, + { + "nodeId": "cached-path-relative@1.1.0" + }, + { + "nodeId": "concat-stream@1.5.2" + }, + { + "nodeId": "defined@1.0.1" + }, + { + "nodeId": "detective@4.7.1" + }, + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "parents@1.0.1" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "resolve@1.22.8" + }, + { + "nodeId": "stream-combiner2@1.1.1" + }, + { + "nodeId": "subarg@1.0.0" + }, + { + "nodeId": "through2@2.0.5" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "detective@4.7.1", + "pkgId": "detective@4.7.1", + "deps": [ + { + "nodeId": "acorn@5.7.4" + }, + { + "nodeId": "defined@1.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "acorn@5.7.4", + "pkgId": "acorn@5.7.4", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "parents@1.0.1", + "pkgId": "parents@1.0.1", + "deps": [ + { + "nodeId": "path-platform@0.11.15" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-platform@0.11.15", + "pkgId": "path-platform@0.11.15", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "resolve@1.22.8", + "pkgId": "resolve@1.22.8", + "deps": [ + { + "nodeId": "is-core-module@2.15.0" + }, + { + "nodeId": "path-parse@1.0.7" + }, + { + "nodeId": "supports-preserve-symlinks-flag@1.0.0" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "is-core-module@2.15.0", + "pkgId": "is-core-module@2.15.0", + "deps": [ + { + "nodeId": "hasown@2.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-parse@1.0.7", + "pkgId": "path-parse@1.0.7", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "supports-preserve-symlinks-flag@1.0.0", + "pkgId": "supports-preserve-symlinks-flag@1.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-combiner2@1.1.1", + "pkgId": "stream-combiner2@1.1.1", + "deps": [ + { + "nodeId": "duplexer2@0.1.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "os-browserify@0.1.2", + "pkgId": "os-browserify@0.1.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "path-browserify@0.0.1", + "pkgId": "path-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "punycode@1.4.1", + "pkgId": "punycode@1.4.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "querystring-es3@0.2.1", + "pkgId": "querystring-es3@0.2.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "read-only-stream@2.0.0", + "pkgId": "read-only-stream@2.0.0", + "deps": [ + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shasum@1.0.2", + "pkgId": "shasum@1.0.2", + "deps": [ + { + "nodeId": "json-stable-stringify@0.0.1" + }, + { + "nodeId": "sha.js@2.4.11" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "json-stable-stringify@0.0.1", + "pkgId": "json-stable-stringify@0.0.1", + "deps": [ + { + "nodeId": "jsonify@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "jsonify@0.0.1", + "pkgId": "jsonify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "shell-quote@1.8.1", + "pkgId": "shell-quote@1.8.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-browserify@2.0.2", + "pkgId": "stream-browserify@2.0.2", + "deps": [ + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "stream-http@2.8.3", + "pkgId": "stream-http@2.8.3", + "deps": [ + { + "nodeId": "builtin-status-codes@3.0.0" + }, + { + "nodeId": "inherits@2.0.4" + }, + { + "nodeId": "readable-stream@2.3.8" + }, + { + "nodeId": "to-arraybuffer@1.0.1" + }, + { + "nodeId": "xtend@4.0.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "builtin-status-codes@3.0.0", + "pkgId": "builtin-status-codes@3.0.0", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "to-arraybuffer@1.0.1", + "pkgId": "to-arraybuffer@1.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "syntax-error@1.4.0", + "pkgId": "syntax-error@1.4.0", + "deps": [ + { + "nodeId": "acorn-node@1.8.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "timers-browserify@1.4.2", + "pkgId": "timers-browserify@1.4.2", + "deps": [ + { + "nodeId": "process@0.11.10" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "tty-browserify@0.0.1", + "pkgId": "tty-browserify@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "url@0.11.3", + "pkgId": "url@0.11.3", + "deps": [ + { + "nodeId": "punycode@1.4.1" + }, + { + "nodeId": "qs@6.12.3" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "qs@6.12.3", + "pkgId": "qs@6.12.3", + "deps": [ + { + "nodeId": "side-channel@1.0.6" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "side-channel@1.0.6", + "pkgId": "side-channel@1.0.6", + "deps": [ + { + "nodeId": "call-bind@1.0.7" + }, + { + "nodeId": "es-errors@1.3.0" + }, + { + "nodeId": "get-intrinsic@1.2.4" + }, + { + "nodeId": "object-inspect@1.13.2" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "object-inspect@1.13.2", + "pkgId": "object-inspect@1.13.2", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "vm-browserify@0.0.4", + "pkgId": "vm-browserify@0.0.4", + "deps": [ + { + "nodeId": "indexof@0.0.1" + } + ], + "info": { + "labels": { + "scope": "prod" + } + } + }, + { + "nodeId": "indexof@0.0.1", + "pkgId": "indexof@0.0.1", + "deps": [], + "info": { + "labels": { + "scope": "prod" + } + } + } + ] + } +} diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/package.json b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/package.json new file mode 100644 index 00000000..cc55943a --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/package.json @@ -0,0 +1,10 @@ +{ + "name": "peer-dependencies", + "version": "0.0.1", + "dependencies": { + "body-parser": "1.9.0" + }, + "peerDependencies": { + "browserify": "^13.1.1" + } +} diff --git a/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/pnpm-lock.yaml b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/pnpm-lock.yaml new file mode 100644 index 00000000..2494781a --- /dev/null +++ b/test/jest/dep-graph-builders/fixtures/pnpm-lock-v9/peer-dependencies/pnpm-lock.yaml @@ -0,0 +1,1368 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + dependencies: + body-parser: + specifier: 1.9.0 + version: 1.9.0 + browserify: + specifier: ^13.1.1 + version: 13.3.0 + +packages: + + JSONStream@1.3.5: + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + hasBin: true + + acorn-node@1.8.2: + resolution: {integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==} + + acorn-walk@7.2.0: + resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} + engines: {node: '>=0.4.0'} + + acorn@5.7.4: + resolution: {integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==} + engines: {node: '>=0.4.0'} + hasBin: true + + acorn@7.4.1: + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} + hasBin: true + + asn1.js@4.10.1: + resolution: {integrity: sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==} + + assert@1.5.1: + resolution: {integrity: sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + bn.js@4.12.0: + resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} + + bn.js@5.2.1: + resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} + + body-parser@1.9.0: + resolution: {integrity: sha512-fCQmijfF8stcsUxUU0r8mDo6yXPggOBDFVR0WAF85DxFwpdmtFA36oEqz6XOHKhfUmf4dIvfHXkyR7azyN/fVA==} + engines: {node: '>= 0.8'} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + brorand@1.1.0: + resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} + + browser-pack@6.1.0: + resolution: {integrity: sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==} + hasBin: true + + browser-resolve@1.11.3: + resolution: {integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==} + + browserify-aes@1.2.0: + resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} + + browserify-cipher@1.0.1: + resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} + + browserify-des@1.0.2: + resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} + + browserify-rsa@4.1.0: + resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} + + browserify-sign@4.2.3: + resolution: {integrity: sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==} + engines: {node: '>= 0.12'} + + browserify-zlib@0.1.4: + resolution: {integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==} + + browserify@13.3.0: + resolution: {integrity: sha512-RC51w//pULmKo3XmyC5Ax0FgQ3OZQk6he1SHbgsH63hSpa1RR0cGFU4s1AJY4exLesSZjJI00PynhjwWryi2bg==} + hasBin: true + + buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + + buffer-xor@1.0.3: + resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} + + buffer@4.9.2: + resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} + + builtin-status-codes@3.0.0: + resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} + + bytes@1.0.0: + resolution: {integrity: sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==} + + cached-path-relative@1.1.0: + resolution: {integrity: sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==} + + call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + + cipher-base@1.0.4: + resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} + + combine-source-map@0.8.0: + resolution: {integrity: sha512-UlxQ9Vw0b/Bt/KYwCFqdEwsQ1eL8d1gibiFb7lxQJFdvTgc2hIZi6ugsg+kyhzhPV+QEpUiEIwInIAIrgoEkrg==} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + concat-stream@1.5.2: + resolution: {integrity: sha512-H6xsIBfQ94aESBG8jGHXQ7i5AEpy5ZeVaLDOisDICiTCKpqEfr34/KmTrspKQNoLKNu9gTkovlpQcUi630AKiQ==} + engines: {'0': node >= 0.8} + + concat-stream@1.6.2: + resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} + engines: {'0': node >= 0.8} + + console-browserify@1.2.0: + resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} + + constants-browserify@1.0.0: + resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} + + convert-source-map@1.1.3: + resolution: {integrity: sha512-Y8L5rp6jo+g9VEPgvqNfEopjTR4OTYct8lXlS8iVQdmnjDvbdbzYe9rjtFCB9egC86JoNCU61WRY+ScjkZpnIg==} + + core-util-is@1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + + create-ecdh@4.0.4: + resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} + + create-hash@1.2.0: + resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} + + create-hmac@1.1.7: + resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + + crypto-browserify@3.12.0: + resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} + + dash-ast@1.0.0: + resolution: {integrity: sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==} + + define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + + define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + + defined@1.0.1: + resolution: {integrity: sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==} + + depd@1.0.1: + resolution: {integrity: sha512-OEWAMbCkK9IWQ8pfTvHBhCSqHgR+sk5pbiYqq0FqfARG4Cy+cRsCbITx6wh5pcsmfBPiJAcbd98tfdz5fnBbag==} + engines: {node: '>= 0.6'} + + deps-sort@2.0.1: + resolution: {integrity: sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==} + hasBin: true + + des.js@1.1.0: + resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==} + + detective@4.7.1: + resolution: {integrity: sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==} + + diffie-hellman@5.0.3: + resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} + + domain-browser@1.1.7: + resolution: {integrity: sha512-fJ5MoHxe69h3E4/lJtFRhcWwLb04bhIBSfvCEMS1YDH+/9yEZTqBHTSTgch8nCP5tE5k2gdQEjodUqJzy7qJ9Q==} + engines: {node: '>=0.4', npm: '>=1.2'} + + duplexer2@0.1.4: + resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==} + + ee-first@1.0.5: + resolution: {integrity: sha512-+FCut34oNiJD2jD+YL/onRxOHF5ut3xOGgTIyEIOdYfun8AexYhEyurzv9izwhTft1Z7pdy4VlTq51K/sIsQRA==} + + elliptic@6.5.6: + resolution: {integrity: sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==} + + es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + events@1.1.1: + resolution: {integrity: sha512-kEcvvCBByWXGnZy6JUlgAp2gBIUjfCAV6P6TgT1/aaQKcmuAEC4OZTV1I4EWQLz2gxZw76atuVyvHhTxvi0Flw==} + engines: {node: '>=0.4.x'} + + evp_bytestokey@1.0.3: + resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} + + fast-safe-stringify@2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + + fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + get-assigned-identifiers@1.2.0: + resolution: {integrity: sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==} + + get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported + + gopd@1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + + has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + + has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + + has-symbols@1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + + has@1.0.4: + resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} + engines: {node: '>= 0.4.0'} + + hash-base@3.0.4: + resolution: {integrity: sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==} + engines: {node: '>=4'} + + hash-base@3.1.0: + resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} + engines: {node: '>=4'} + + hash.js@1.1.7: + resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + hmac-drbg@1.0.1: + resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} + + htmlescape@1.1.1: + resolution: {integrity: sha512-eVcrzgbR4tim7c7soKQKtxa/kQM4TzjnlU83rcZ9bHU6t31ehfV7SktN6McWgwPWg+JYMA/O3qpGxBvFq1z2Jg==} + engines: {node: '>=0.10'} + + https-browserify@0.0.1: + resolution: {integrity: sha512-EjDQFbgJr1vDD/175UJeSX3ncQ3+RUnCL5NkthQGHvF4VNHlzTy8ifJfTqz47qiPRqaFH58+CbuG3x51WuB1XQ==} + + iconv-lite@0.4.4: + resolution: {integrity: sha512-BnjNp13aZpK4WBGbmjaNHN2MCp3P850n8zd/JLinQJ8Lsnq2Br4o2467C2waMsY5kr7Z41SL1gEqh8Vbfzg15A==} + engines: {node: '>=0.8.0'} + + ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + + indexof@0.0.1: + resolution: {integrity: sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + + inherits@2.0.3: + resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + inline-source-map@0.6.3: + resolution: {integrity: sha512-1aVsPEsJWMJq/pdMU61CDlm1URcW702MTB4w9/zUjMus6H/Py8o7g68Pr9D4I6QluWGt/KdmswuRhaA05xVR1w==} + + insert-module-globals@7.2.1: + resolution: {integrity: sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==} + hasBin: true + + is-buffer@1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + + is-core-module@2.15.0: + resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} + engines: {node: '>= 0.4'} + + isarray@1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + + json-stable-stringify@0.0.1: + resolution: {integrity: sha512-nKtD/Qxm7tWdZqJoldEC7fF0S41v0mWbeaXG3637stOWfyGxTgWTYE2wtfKmjzpvxv2MA2xzxsXOIiwUpkX6Qw==} + + jsonify@0.0.1: + resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} + + jsonparse@1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + + labeled-stream-splicer@2.0.2: + resolution: {integrity: sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==} + + lodash.memoize@3.0.4: + resolution: {integrity: sha512-eDn9kqrAmVUC1wmZvlQ6Uhde44n+tXpqPrN8olQJbttgh0oKclk+SF54P47VEGE9CEiMeRwAP8BaM7UHvBkz2A==} + + md5.js@1.3.5: + resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} + + media-typer@0.3.0: + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} + + miller-rabin@4.0.1: + resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} + hasBin: true + + mime-db@1.12.0: + resolution: {integrity: sha512-5aMAW7I4jZoZB27fXRuekqc4DVvJ7+hM8UcWrNj2mqibE54gXgPSonBYBdQW5hyaVNGmiYjY0ZMqn9fBefWYvA==} + engines: {node: '>= 0.6'} + + mime-types@2.0.14: + resolution: {integrity: sha512-2ZHUEstNkIf2oTWgtODr6X0Cc4Ns/RN/hktdozndiEhhAC2wxXejF1FH0XLHTEImE9h6gr/tcnr3YOnSGsxc7Q==} + engines: {node: '>= 0.6'} + + minimalistic-assert@1.0.1: + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + + minimalistic-crypto-utils@1.0.1: + resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + + module-deps@4.1.1: + resolution: {integrity: sha512-ze1e77tkYtlJI90RmlJJvTOGe91OAbtNQj34tg26GWlvdDc0dzmlxujTnh85S8feiTB3eBkKAOCD/v5p9v6wHg==} + engines: {node: '>= 0.6'} + hasBin: true + + object-inspect@1.13.2: + resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} + engines: {node: '>= 0.4'} + + object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + + object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} + + on-finished@2.1.0: + resolution: {integrity: sha512-33+g6TZkplndl+2k2VNO1YphX5hm79DGhBP6TJcDI9o1sCFbUvO2bgxPdGanIFqZK4su6OVLwPHY9GkLQrojgA==} + + once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + + os-browserify@0.1.2: + resolution: {integrity: sha512-aZicJZccvxWOZ0Bja2eAch2L8RIJWBuRYmM8Gwl/JjNtRltH0Itcz4eH/ESyuIWfse8cc93ZCf0XrzhXK2HEDA==} + + pako@0.2.9: + resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} + + parents@1.0.1: + resolution: {integrity: sha512-mXKF3xkoUt5td2DoxpLmtOmZvko9VfFpwRwkKDHSNvgmpLAeBo18YDhcPbBzJq+QLCHMbGOfzia2cX4U+0v9Mg==} + + parse-asn1@5.1.7: + resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==} + engines: {node: '>= 0.10'} + + path-browserify@0.0.1: + resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-platform@0.11.15: + resolution: {integrity: sha512-Y30dB6rab1A/nfEKsZxmr01nUotHX0c/ZiIAsCTatEe1CmS5Pm5He7fZ195bPT7RdquoaL8lLxFCMQi/bS7IJg==} + engines: {node: '>= 0.8.0'} + + pbkdf2@3.1.2: + resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} + engines: {node: '>=0.12'} + + process-nextick-args@1.0.7: + resolution: {integrity: sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==} + + process-nextick-args@2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + + process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + + public-encrypt@4.0.3: + resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} + + punycode@1.4.1: + resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} + + qs@2.2.4: + resolution: {integrity: sha512-ptau9CngYR/IimcThDkAs7LzlZhxo92RiMHtLbOq3R6u9iDkixdSysaAVaZpYByrXWWantEJ4fVPl0xR2McSCQ==} + + qs@6.12.3: + resolution: {integrity: sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==} + engines: {node: '>=0.6'} + + querystring-es3@0.2.1: + resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} + engines: {node: '>=0.4.x'} + + randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + + randomfill@1.0.4: + resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} + + raw-body@1.3.0: + resolution: {integrity: sha512-iuI1bOSi9tEmVCrXq02ZysXatTrhAu+fSo7XOQHhMo4g87dSy9YB2W/9Udwhz0bPpFk4UcoLhjrHgpPbRD3ktA==} + engines: {node: '>= 0.8.0'} + + read-only-stream@2.0.0: + resolution: {integrity: sha512-3ALe0bjBVZtkdWKIcThYpQCLbBMd/+Tbh2CDSrAIDO3UsZ4Xs+tnyjv2MjCOMMgBG+AsUOeuP1cgtY1INISc8w==} + + readable-stream@2.0.6: + resolution: {integrity: sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==} + + readable-stream@2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + + readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + + resolve@1.1.7: + resolution: {integrity: sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg==} + + resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + + ripemd160@2.0.2: + resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} + + safe-buffer@5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + + safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + + set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + + sha.js@2.4.11: + resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} + hasBin: true + + shasum-object@1.0.0: + resolution: {integrity: sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==} + + shasum@1.0.2: + resolution: {integrity: sha512-UTzHm/+AzKfO9RgPgRpDIuMSNie1ubXRaljjlhFMNGYoG7z+rm9AHLPMf70R7887xboDH9Q+5YQbWKObFHEAtw==} + + shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + + side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} + + simple-concat@1.0.1: + resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} + + source-map@0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + + stream-browserify@2.0.2: + resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} + + stream-combiner2@1.1.1: + resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} + + stream-http@2.8.3: + resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} + + stream-splicer@2.0.1: + resolution: {integrity: sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==} + + string_decoder@0.10.31: + resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} + + string_decoder@1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + + string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + + subarg@1.0.0: + resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} + + supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + + syntax-error@1.4.0: + resolution: {integrity: sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==} + + through2@2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + + through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + + timers-browserify@1.4.2: + resolution: {integrity: sha512-PIxwAupJZiYU4JmVZYwXp9FKsHMXb5h0ZEFyuXTAn8WLHOlcij+FEcbrvDsom1o5dr1YggEtFbECvGCW2sT53Q==} + engines: {node: '>=0.6.0'} + + to-arraybuffer@1.0.1: + resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==} + + tty-browserify@0.0.1: + resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} + + type-is@1.5.7: + resolution: {integrity: sha512-of68V0oUmVH4thGc1cLR3sKdICPsaL7kzpYc7FX1pcagY4eIllhyMqQcoOq289f+xj2orm8oPWwsCwxiCgVJbQ==} + engines: {node: '>= 0.6'} + + typedarray@0.0.6: + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + + typedarray@0.0.7: + resolution: {integrity: sha512-ueeb9YybpjhivjbHP2LdFDAjbS948fGEPj+ACAMs4xCMmh72OCOMQWBQKlaN4ZNQ04yfLSDLSx1tGRIoWimObQ==} + + umd@3.0.3: + resolution: {integrity: sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==} + hasBin: true + + undeclared-identifiers@1.1.3: + resolution: {integrity: sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==} + hasBin: true + + url@0.11.3: + resolution: {integrity: sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==} + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + util@0.10.4: + resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==} + + vm-browserify@0.0.4: + resolution: {integrity: sha512-NyZNR3WDah+NPkjh/YmhuWSsT4a0mF0BJYgUmvrJ70zxjTXh5Y2Asobxlh0Nfs0PCFB5FVpRJft7NozAWFMwLQ==} + + wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + xtend@4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + +snapshots: + + JSONStream@1.3.5: + dependencies: + jsonparse: 1.3.1 + through: 2.3.8 + + acorn-node@1.8.2: + dependencies: + acorn: 7.4.1 + acorn-walk: 7.2.0 + xtend: 4.0.2 + + acorn-walk@7.2.0: {} + + acorn@5.7.4: {} + + acorn@7.4.1: {} + + asn1.js@4.10.1: + dependencies: + bn.js: 4.12.0 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + + assert@1.5.1: + dependencies: + object.assign: 4.1.5 + util: 0.10.4 + + balanced-match@1.0.2: {} + + base64-js@1.5.1: {} + + bn.js@4.12.0: {} + + bn.js@5.2.1: {} + + body-parser@1.9.0: + dependencies: + bytes: 1.0.0 + depd: 1.0.1 + iconv-lite: 0.4.4 + media-typer: 0.3.0 + on-finished: 2.1.0 + qs: 2.2.4 + raw-body: 1.3.0 + type-is: 1.5.7 + + brace-expansion@1.1.11: + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + brorand@1.1.0: {} + + browser-pack@6.1.0: + dependencies: + JSONStream: 1.3.5 + combine-source-map: 0.8.0 + defined: 1.0.1 + safe-buffer: 5.2.1 + through2: 2.0.5 + umd: 3.0.3 + + browser-resolve@1.11.3: + dependencies: + resolve: 1.1.7 + + browserify-aes@1.2.0: + dependencies: + buffer-xor: 1.0.3 + cipher-base: 1.0.4 + create-hash: 1.2.0 + evp_bytestokey: 1.0.3 + inherits: 2.0.4 + safe-buffer: 5.2.1 + + browserify-cipher@1.0.1: + dependencies: + browserify-aes: 1.2.0 + browserify-des: 1.0.2 + evp_bytestokey: 1.0.3 + + browserify-des@1.0.2: + dependencies: + cipher-base: 1.0.4 + des.js: 1.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 + + browserify-rsa@4.1.0: + dependencies: + bn.js: 5.2.1 + randombytes: 2.1.0 + + browserify-sign@4.2.3: + dependencies: + bn.js: 5.2.1 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + create-hmac: 1.1.7 + elliptic: 6.5.6 + hash-base: 3.0.4 + inherits: 2.0.4 + parse-asn1: 5.1.7 + readable-stream: 2.3.8 + safe-buffer: 5.2.1 + + browserify-zlib@0.1.4: + dependencies: + pako: 0.2.9 + + browserify@13.3.0: + dependencies: + JSONStream: 1.3.5 + assert: 1.5.1 + browser-pack: 6.1.0 + browser-resolve: 1.11.3 + browserify-zlib: 0.1.4 + buffer: 4.9.2 + cached-path-relative: 1.1.0 + concat-stream: 1.5.2 + console-browserify: 1.2.0 + constants-browserify: 1.0.0 + crypto-browserify: 3.12.0 + defined: 1.0.1 + deps-sort: 2.0.1 + domain-browser: 1.1.7 + duplexer2: 0.1.4 + events: 1.1.1 + glob: 7.2.3 + has: 1.0.4 + htmlescape: 1.1.1 + https-browserify: 0.0.1 + inherits: 2.0.4 + insert-module-globals: 7.2.1 + labeled-stream-splicer: 2.0.2 + module-deps: 4.1.1 + os-browserify: 0.1.2 + parents: 1.0.1 + path-browserify: 0.0.1 + process: 0.11.10 + punycode: 1.4.1 + querystring-es3: 0.2.1 + read-only-stream: 2.0.0 + readable-stream: 2.3.8 + resolve: 1.22.8 + shasum: 1.0.2 + shell-quote: 1.8.1 + stream-browserify: 2.0.2 + stream-http: 2.8.3 + string_decoder: 0.10.31 + subarg: 1.0.0 + syntax-error: 1.4.0 + through2: 2.0.5 + timers-browserify: 1.4.2 + tty-browserify: 0.0.1 + url: 0.11.3 + util: 0.10.4 + vm-browserify: 0.0.4 + xtend: 4.0.2 + + buffer-from@1.1.2: {} + + buffer-xor@1.0.3: {} + + buffer@4.9.2: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + isarray: 1.0.0 + + builtin-status-codes@3.0.0: {} + + bytes@1.0.0: {} + + cached-path-relative@1.1.0: {} + + call-bind@1.0.7: + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + set-function-length: 1.2.2 + + cipher-base@1.0.4: + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + + combine-source-map@0.8.0: + dependencies: + convert-source-map: 1.1.3 + inline-source-map: 0.6.3 + lodash.memoize: 3.0.4 + source-map: 0.5.7 + + concat-map@0.0.1: {} + + concat-stream@1.5.2: + dependencies: + inherits: 2.0.4 + readable-stream: 2.0.6 + typedarray: 0.0.7 + + concat-stream@1.6.2: + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 2.3.8 + typedarray: 0.0.6 + + console-browserify@1.2.0: {} + + constants-browserify@1.0.0: {} + + convert-source-map@1.1.3: {} + + core-util-is@1.0.3: {} + + create-ecdh@4.0.4: + dependencies: + bn.js: 4.12.0 + elliptic: 6.5.6 + + create-hash@1.2.0: + dependencies: + cipher-base: 1.0.4 + inherits: 2.0.4 + md5.js: 1.3.5 + ripemd160: 2.0.2 + sha.js: 2.4.11 + + create-hmac@1.1.7: + dependencies: + cipher-base: 1.0.4 + create-hash: 1.2.0 + inherits: 2.0.4 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + + crypto-browserify@3.12.0: + dependencies: + browserify-cipher: 1.0.1 + browserify-sign: 4.2.3 + create-ecdh: 4.0.4 + create-hash: 1.2.0 + create-hmac: 1.1.7 + diffie-hellman: 5.0.3 + inherits: 2.0.4 + pbkdf2: 3.1.2 + public-encrypt: 4.0.3 + randombytes: 2.1.0 + randomfill: 1.0.4 + + dash-ast@1.0.0: {} + + define-data-property@1.1.4: + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + gopd: 1.0.1 + + define-properties@1.2.1: + dependencies: + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 + object-keys: 1.1.1 + + defined@1.0.1: {} + + depd@1.0.1: {} + + deps-sort@2.0.1: + dependencies: + JSONStream: 1.3.5 + shasum-object: 1.0.0 + subarg: 1.0.0 + through2: 2.0.5 + + des.js@1.1.0: + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + + detective@4.7.1: + dependencies: + acorn: 5.7.4 + defined: 1.0.1 + + diffie-hellman@5.0.3: + dependencies: + bn.js: 4.12.0 + miller-rabin: 4.0.1 + randombytes: 2.1.0 + + domain-browser@1.1.7: {} + + duplexer2@0.1.4: + dependencies: + readable-stream: 2.3.8 + + ee-first@1.0.5: {} + + elliptic@6.5.6: + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + hash.js: 1.1.7 + hmac-drbg: 1.0.1 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + + es-define-property@1.0.0: + dependencies: + get-intrinsic: 1.2.4 + + es-errors@1.3.0: {} + + events@1.1.1: {} + + evp_bytestokey@1.0.3: + dependencies: + md5.js: 1.3.5 + safe-buffer: 5.2.1 + + fast-safe-stringify@2.1.1: {} + + fs.realpath@1.0.0: {} + + function-bind@1.1.2: {} + + get-assigned-identifiers@1.2.0: {} + + get-intrinsic@1.2.4: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + hasown: 2.0.2 + + glob@7.2.3: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + gopd@1.0.1: + dependencies: + get-intrinsic: 1.2.4 + + has-property-descriptors@1.0.2: + dependencies: + es-define-property: 1.0.0 + + has-proto@1.0.3: {} + + has-symbols@1.0.3: {} + + has@1.0.4: {} + + hash-base@3.0.4: + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + + hash-base@3.1.0: + dependencies: + inherits: 2.0.4 + readable-stream: 3.6.2 + safe-buffer: 5.2.1 + + hash.js@1.1.7: + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + + hasown@2.0.2: + dependencies: + function-bind: 1.1.2 + + hmac-drbg@1.0.1: + dependencies: + hash.js: 1.1.7 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + + htmlescape@1.1.1: {} + + https-browserify@0.0.1: {} + + iconv-lite@0.4.4: {} + + ieee754@1.2.1: {} + + indexof@0.0.1: {} + + inflight@1.0.6: + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + + inherits@2.0.3: {} + + inherits@2.0.4: {} + + inline-source-map@0.6.3: + dependencies: + source-map: 0.5.7 + + insert-module-globals@7.2.1: + dependencies: + JSONStream: 1.3.5 + acorn-node: 1.8.2 + combine-source-map: 0.8.0 + concat-stream: 1.6.2 + is-buffer: 1.1.6 + path-is-absolute: 1.0.1 + process: 0.11.10 + through2: 2.0.5 + undeclared-identifiers: 1.1.3 + xtend: 4.0.2 + + is-buffer@1.1.6: {} + + is-core-module@2.15.0: + dependencies: + hasown: 2.0.2 + + isarray@1.0.0: {} + + json-stable-stringify@0.0.1: + dependencies: + jsonify: 0.0.1 + + jsonify@0.0.1: {} + + jsonparse@1.3.1: {} + + labeled-stream-splicer@2.0.2: + dependencies: + inherits: 2.0.4 + stream-splicer: 2.0.1 + + lodash.memoize@3.0.4: {} + + md5.js@1.3.5: + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 + + media-typer@0.3.0: {} + + miller-rabin@4.0.1: + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + + mime-db@1.12.0: {} + + mime-types@2.0.14: + dependencies: + mime-db: 1.12.0 + + minimalistic-assert@1.0.1: {} + + minimalistic-crypto-utils@1.0.1: {} + + minimatch@3.1.2: + dependencies: + brace-expansion: 1.1.11 + + minimist@1.2.8: {} + + module-deps@4.1.1: + dependencies: + JSONStream: 1.3.5 + browser-resolve: 1.11.3 + cached-path-relative: 1.1.0 + concat-stream: 1.5.2 + defined: 1.0.1 + detective: 4.7.1 + duplexer2: 0.1.4 + inherits: 2.0.4 + parents: 1.0.1 + readable-stream: 2.3.8 + resolve: 1.22.8 + stream-combiner2: 1.1.1 + subarg: 1.0.0 + through2: 2.0.5 + xtend: 4.0.2 + + object-inspect@1.13.2: {} + + object-keys@1.1.1: {} + + object.assign@4.1.5: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + has-symbols: 1.0.3 + object-keys: 1.1.1 + + on-finished@2.1.0: + dependencies: + ee-first: 1.0.5 + + once@1.4.0: + dependencies: + wrappy: 1.0.2 + + os-browserify@0.1.2: {} + + pako@0.2.9: {} + + parents@1.0.1: + dependencies: + path-platform: 0.11.15 + + parse-asn1@5.1.7: + dependencies: + asn1.js: 4.10.1 + browserify-aes: 1.2.0 + evp_bytestokey: 1.0.3 + hash-base: 3.0.4 + pbkdf2: 3.1.2 + safe-buffer: 5.2.1 + + path-browserify@0.0.1: {} + + path-is-absolute@1.0.1: {} + + path-parse@1.0.7: {} + + path-platform@0.11.15: {} + + pbkdf2@3.1.2: + dependencies: + create-hash: 1.2.0 + create-hmac: 1.1.7 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + + process-nextick-args@1.0.7: {} + + process-nextick-args@2.0.1: {} + + process@0.11.10: {} + + public-encrypt@4.0.3: + dependencies: + bn.js: 4.12.0 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + parse-asn1: 5.1.7 + randombytes: 2.1.0 + safe-buffer: 5.2.1 + + punycode@1.4.1: {} + + qs@2.2.4: {} + + qs@6.12.3: + dependencies: + side-channel: 1.0.6 + + querystring-es3@0.2.1: {} + + randombytes@2.1.0: + dependencies: + safe-buffer: 5.2.1 + + randomfill@1.0.4: + dependencies: + randombytes: 2.1.0 + safe-buffer: 5.2.1 + + raw-body@1.3.0: + dependencies: + bytes: 1.0.0 + iconv-lite: 0.4.4 + + read-only-stream@2.0.0: + dependencies: + readable-stream: 2.3.8 + + readable-stream@2.0.6: + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 1.0.7 + string_decoder: 0.10.31 + util-deprecate: 1.0.2 + + readable-stream@2.3.8: + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + + readable-stream@3.6.2: + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + + resolve@1.1.7: {} + + resolve@1.22.8: + dependencies: + is-core-module: 2.15.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + ripemd160@2.0.2: + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + + safe-buffer@5.1.2: {} + + safe-buffer@5.2.1: {} + + set-function-length@1.2.2: + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + gopd: 1.0.1 + has-property-descriptors: 1.0.2 + + sha.js@2.4.11: + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + + shasum-object@1.0.0: + dependencies: + fast-safe-stringify: 2.1.1 + + shasum@1.0.2: + dependencies: + json-stable-stringify: 0.0.1 + sha.js: 2.4.11 + + shell-quote@1.8.1: {} + + side-channel@1.0.6: + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + object-inspect: 1.13.2 + + simple-concat@1.0.1: {} + + source-map@0.5.7: {} + + stream-browserify@2.0.2: + dependencies: + inherits: 2.0.4 + readable-stream: 2.3.8 + + stream-combiner2@1.1.1: + dependencies: + duplexer2: 0.1.4 + readable-stream: 2.3.8 + + stream-http@2.8.3: + dependencies: + builtin-status-codes: 3.0.0 + inherits: 2.0.4 + readable-stream: 2.3.8 + to-arraybuffer: 1.0.1 + xtend: 4.0.2 + + stream-splicer@2.0.1: + dependencies: + inherits: 2.0.4 + readable-stream: 2.3.8 + + string_decoder@0.10.31: {} + + string_decoder@1.1.1: + dependencies: + safe-buffer: 5.1.2 + + string_decoder@1.3.0: + dependencies: + safe-buffer: 5.2.1 + + subarg@1.0.0: + dependencies: + minimist: 1.2.8 + + supports-preserve-symlinks-flag@1.0.0: {} + + syntax-error@1.4.0: + dependencies: + acorn-node: 1.8.2 + + through2@2.0.5: + dependencies: + readable-stream: 2.3.8 + xtend: 4.0.2 + + through@2.3.8: {} + + timers-browserify@1.4.2: + dependencies: + process: 0.11.10 + + to-arraybuffer@1.0.1: {} + + tty-browserify@0.0.1: {} + + type-is@1.5.7: + dependencies: + media-typer: 0.3.0 + mime-types: 2.0.14 + + typedarray@0.0.6: {} + + typedarray@0.0.7: {} + + umd@3.0.3: {} + + undeclared-identifiers@1.1.3: + dependencies: + acorn-node: 1.8.2 + dash-ast: 1.0.0 + get-assigned-identifiers: 1.2.0 + simple-concat: 1.0.1 + xtend: 4.0.2 + + url@0.11.3: + dependencies: + punycode: 1.4.1 + qs: 6.12.3 + + util-deprecate@1.0.2: {} + + util@0.10.4: + dependencies: + inherits: 2.0.3 + + vm-browserify@0.0.4: + dependencies: + indexof: 0.0.1 + + wrappy@1.0.2: {} + + xtend@4.0.2: {} diff --git a/test/jest/dep-graph-builders/pnpm-lock.test.ts b/test/jest/dep-graph-builders/pnpm-lock.test.ts index 1a0f18d2..48ee4f86 100644 --- a/test/jest/dep-graph-builders/pnpm-lock.test.ts +++ b/test/jest/dep-graph-builders/pnpm-lock.test.ts @@ -69,6 +69,53 @@ describe.each(['pnpm-lock-v5', 'pnpm-lock-v6', 'pnpm-lock-v9'])( ); }); }); + it('peer dependencies are included if in options', async () => { + const fixtureName = 'peer-dependencies'; + const pkgJsonContent = readFileSync( + join( + __dirname, + `./fixtures/${lockFileVersionPath}/${fixtureName}/package.json`, + ), + 'utf8', + ); + const pkgLockContent = readFileSync( + join( + __dirname, + `./fixtures/${lockFileVersionPath}/${fixtureName}/pnpm-lock.yaml`, + ), + 'utf8', + ); + + const newDepGraph = await parsePnpmProject( + pkgJsonContent, + pkgLockContent, + { + includeDevDeps: false, + includePeerDeps: true, + includeOptionalDeps: false, + strictOutOfSync: false, + pruneWithinTopLevelDeps: false, + }, + ); + + const expectedDepGraphJson = JSON.parse( + readFileSync( + join( + __dirname, + `./fixtures/${lockFileVersionPath}/${fixtureName}/expected.json`, + ), + 'utf8', + ), + ); + + expect( + Buffer.from(JSON.stringify(newDepGraph)).toString('base64'), + ).toBe( + Buffer.from(JSON.stringify(expectedDepGraphJson)).toString( + 'base64', + ), + ); + }); }); }); describe('Unhappy path tests', () => {