Setting up ws scripts
This commit is contained in:
parent
fbbf02af01
commit
f95ca1decc
|
@ -41,7 +41,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"packageLocation": "./",
|
||||
"packageDependencies": [
|
||||
["npm-run-all", "npm:4.1.5"],
|
||||
["prettier", "npm:2.3.2"]
|
||||
["prettier", "npm:2.3.2"],
|
||||
["wsrun", "npm:5.2.4"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
}]
|
||||
|
@ -148,6 +149,18 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@jest/types", [
|
||||
["npm:24.9.0", {
|
||||
"packageLocation": "./.yarn/cache/@jest-types-npm-24.9.0-d3aae63b88-603698f774.zip/node_modules/@jest/types/",
|
||||
"packageDependencies": [
|
||||
["@jest/types", "npm:24.9.0"],
|
||||
["@types/istanbul-lib-coverage", "npm:2.0.3"],
|
||||
["@types/istanbul-reports", "npm:1.1.2"],
|
||||
["@types/yargs", "npm:13.0.12"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@motrix/nat-api", [
|
||||
["npm:0.3.2", {
|
||||
"packageLocation": "./.yarn/cache/@motrix-nat-api-npm-0.3.2-e07bfa6e04-f5da82e164.zip/node_modules/@motrix/nat-api/",
|
||||
|
@ -557,6 +570,36 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@types/istanbul-lib-coverage", [
|
||||
["npm:2.0.3", {
|
||||
"packageLocation": "./.yarn/cache/@types-istanbul-lib-coverage-npm-2.0.3-67a37eb00a-0650cba4be.zip/node_modules/@types/istanbul-lib-coverage/",
|
||||
"packageDependencies": [
|
||||
["@types/istanbul-lib-coverage", "npm:2.0.3"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@types/istanbul-lib-report", [
|
||||
["npm:3.0.0", {
|
||||
"packageLocation": "./.yarn/cache/@types-istanbul-lib-report-npm-3.0.0-50de3e6b3b-656398b62d.zip/node_modules/@types/istanbul-lib-report/",
|
||||
"packageDependencies": [
|
||||
["@types/istanbul-lib-report", "npm:3.0.0"],
|
||||
["@types/istanbul-lib-coverage", "npm:2.0.3"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@types/istanbul-reports", [
|
||||
["npm:1.1.2", {
|
||||
"packageLocation": "./.yarn/cache/@types-istanbul-reports-npm-1.1.2-4f435a3d0f-00866e815d.zip/node_modules/@types/istanbul-reports/",
|
||||
"packageDependencies": [
|
||||
["@types/istanbul-reports", "npm:1.1.2"],
|
||||
["@types/istanbul-lib-coverage", "npm:2.0.3"],
|
||||
["@types/istanbul-lib-report", "npm:3.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@types/json-schema", [
|
||||
["npm:7.0.9", {
|
||||
"packageLocation": "./.yarn/cache/@types-json-schema-npm-7.0.9-361918cff3-259d0e25f1.zip/node_modules/@types/json-schema/",
|
||||
|
@ -638,6 +681,25 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@types/yargs", [
|
||||
["npm:13.0.12", {
|
||||
"packageLocation": "./.yarn/cache/@types-yargs-npm-13.0.12-a1b52b90a3-4eb34d8c07.zip/node_modules/@types/yargs/",
|
||||
"packageDependencies": [
|
||||
["@types/yargs", "npm:13.0.12"],
|
||||
["@types/yargs-parser", "npm:20.2.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@types/yargs-parser", [
|
||||
["npm:20.2.1", {
|
||||
"packageLocation": "./.yarn/cache/@types-yargs-parser-npm-20.2.1-2eed5b5c1c-1d039e6449.zip/node_modules/@types/yargs-parser/",
|
||||
"packageDependencies": [
|
||||
["@types/yargs-parser", "npm:20.2.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["@typescript-eslint/eslint-plugin", [
|
||||
["npm:4.31.1", {
|
||||
"packageLocation": "./.yarn/cache/@typescript-eslint-eslint-plugin-npm-4.31.1-14b22f928c-90bed374dc.zip/node_modules/@typescript-eslint/eslint-plugin/",
|
||||
|
@ -964,6 +1026,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.1.0", {
|
||||
"packageLocation": "./.yarn/cache/ansi-regex-npm-4.1.0-4a7d8413fe-97aa465953.zip/node_modules/ansi-regex/",
|
||||
"packageDependencies": [
|
||||
["ansi-regex", "npm:4.1.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:5.0.0", {
|
||||
"packageLocation": "./.yarn/cache/ansi-regex-npm-5.0.0-9c076068d9-b1bb4e992a.zip/node_modules/ansi-regex/",
|
||||
"packageDependencies": [
|
||||
|
@ -1261,6 +1330,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["bluebird", [
|
||||
["npm:3.7.2", {
|
||||
"packageLocation": "./.yarn/cache/bluebird-npm-3.7.2-6a54136ee3-869417503c.zip/node_modules/bluebird/",
|
||||
"packageDependencies": [
|
||||
["bluebird", "npm:3.7.2"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["bn.js", [
|
||||
["npm:4.12.0", {
|
||||
"packageLocation": "./.yarn/cache/bn.js-npm-4.12.0-3ec6c884f6-39afb4f15f.zip/node_modules/bn.js/",
|
||||
|
@ -1368,6 +1446,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["camelcase", [
|
||||
["npm:5.3.1", {
|
||||
"packageLocation": "./.yarn/cache/camelcase-npm-5.3.1-5db8af62c5-e6effce26b.zip/node_modules/camelcase/",
|
||||
"packageDependencies": [
|
||||
["camelcase", "npm:5.3.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:6.2.0", {
|
||||
"packageLocation": "./.yarn/cache/camelcase-npm-6.2.0-69f8c130ac-8335cfd0ec.zip/node_modules/camelcase/",
|
||||
"packageDependencies": [
|
||||
|
@ -1497,6 +1582,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["cliui", [
|
||||
["npm:5.0.0", {
|
||||
"packageLocation": "./.yarn/cache/cliui-npm-5.0.0-885b5f48ee-0bb8779efe.zip/node_modules/cliui/",
|
||||
"packageDependencies": [
|
||||
["cliui", "npm:5.0.0"],
|
||||
["string-width", "npm:3.1.0"],
|
||||
["strip-ansi", "npm:5.2.0"],
|
||||
["wrap-ansi", "npm:5.1.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:7.0.4", {
|
||||
"packageLocation": "./.yarn/cache/cliui-npm-7.0.4-d6b8a9edb6-ce2e8f578a.zip/node_modules/cliui/",
|
||||
"packageDependencies": [
|
||||
|
@ -1625,7 +1720,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"packageDependencies": [
|
||||
["dappconnect-sdks", "workspace:."],
|
||||
["npm-run-all", "npm:4.1.5"],
|
||||
["prettier", "npm:2.3.2"]
|
||||
["prettier", "npm:2.3.2"],
|
||||
["wsrun", "npm:5.2.4"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
}]
|
||||
|
@ -1728,6 +1824,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["decamelize", [
|
||||
["npm:1.2.0", {
|
||||
"packageLocation": "./.yarn/cache/decamelize-npm-1.2.0-c5a2fdc622-ad8c51a7e7.zip/node_modules/decamelize/",
|
||||
"packageDependencies": [
|
||||
["decamelize", "npm:1.2.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.0.0", {
|
||||
"packageLocation": "./.yarn/cache/decamelize-npm-4.0.0-12410e3409-b7d09b8265.zip/node_modules/decamelize/",
|
||||
"packageDependencies": [
|
||||
|
@ -1965,6 +2068,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["emoji-regex", [
|
||||
["npm:7.0.3", {
|
||||
"packageLocation": "./.yarn/cache/emoji-regex-npm-7.0.3-cfe9479bb3-9159b2228b.zip/node_modules/emoji-regex/",
|
||||
"packageDependencies": [
|
||||
["emoji-regex", "npm:7.0.3"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:8.0.0", {
|
||||
"packageLocation": "./.yarn/cache/emoji-regex-npm-8.0.0-213764015c-d4c5c39d5a.zip/node_modules/emoji-regex/",
|
||||
"packageDependencies": [
|
||||
|
@ -1983,6 +2093,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["end-of-stream", [
|
||||
["npm:1.4.4", {
|
||||
"packageLocation": "./.yarn/cache/end-of-stream-npm-1.4.4-497fc6dee1-530a5a5a1e.zip/node_modules/end-of-stream/",
|
||||
"packageDependencies": [
|
||||
["end-of-stream", "npm:1.4.4"],
|
||||
["once", "npm:1.4.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["enquirer", [
|
||||
["npm:2.3.6", {
|
||||
"packageLocation": "./.yarn/cache/enquirer-npm-2.3.6-7899175762-1c0911e14a.zip/node_modules/enquirer/",
|
||||
|
@ -2466,6 +2586,20 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["execa", [
|
||||
["npm:1.0.0", {
|
||||
"packageLocation": "./.yarn/cache/execa-npm-1.0.0-7028e37029-ddf1342c1c.zip/node_modules/execa/",
|
||||
"packageDependencies": [
|
||||
["execa", "npm:1.0.0"],
|
||||
["cross-spawn", "npm:6.0.5"],
|
||||
["get-stream", "npm:4.1.0"],
|
||||
["is-stream", "npm:1.1.0"],
|
||||
["npm-run-path", "npm:2.0.2"],
|
||||
["p-finally", "npm:1.0.0"],
|
||||
["signal-exit", "npm:3.0.3"],
|
||||
["strip-eof", "npm:1.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:5.1.1", {
|
||||
"packageLocation": "./.yarn/cache/execa-npm-5.1.1-191347acf5-fba9022c8c.zip/node_modules/execa/",
|
||||
"packageDependencies": [
|
||||
|
@ -2606,6 +2740,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.0.0", {
|
||||
"packageLocation": "./.yarn/cache/find-up-npm-3.0.0-a2d4b1b317-38eba3fe7a.zip/node_modules/find-up/",
|
||||
"packageDependencies": [
|
||||
["find-up", "npm:3.0.0"],
|
||||
["locate-path", "npm:3.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:5.0.0", {
|
||||
"packageLocation": "./.yarn/cache/find-up-npm-5.0.0-e03e9b796d-07955e3573.zip/node_modules/find-up/",
|
||||
"packageDependencies": [
|
||||
|
@ -2790,6 +2932,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["get-stream", [
|
||||
["npm:4.1.0", {
|
||||
"packageLocation": "./.yarn/cache/get-stream-npm-4.1.0-314d430a5d-443e191417.zip/node_modules/get-stream/",
|
||||
"packageDependencies": [
|
||||
["get-stream", "npm:4.1.0"],
|
||||
["pump", "npm:3.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:6.0.1", {
|
||||
"packageLocation": "./.yarn/cache/get-stream-npm-6.0.1-83e51a4642-e04ecece32.zip/node_modules/get-stream/",
|
||||
"packageDependencies": [
|
||||
|
@ -3485,6 +3635,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["is-stream", [
|
||||
["npm:1.1.0", {
|
||||
"packageLocation": "./.yarn/cache/is-stream-npm-1.1.0-818ecbf6bb-063c6bec9d.zip/node_modules/is-stream/",
|
||||
"packageDependencies": [
|
||||
["is-stream", "npm:1.1.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:2.0.1", {
|
||||
"packageLocation": "./.yarn/cache/is-stream-npm-2.0.1-c802db55e7-b8e05ccdf9.zip/node_modules/is-stream/",
|
||||
"packageDependencies": [
|
||||
|
@ -3794,6 +3951,18 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["jest-changed-files", [
|
||||
["npm:24.9.0", {
|
||||
"packageLocation": "./.yarn/cache/jest-changed-files-npm-24.9.0-1c66f34b41-f40e901e6a.zip/node_modules/jest-changed-files/",
|
||||
"packageDependencies": [
|
||||
["jest-changed-files", "npm:24.9.0"],
|
||||
["@jest/types", "npm:24.9.0"],
|
||||
["execa", "npm:1.0.0"],
|
||||
["throat", "npm:4.1.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["js-sha3", [
|
||||
["npm:0.8.0", {
|
||||
"packageLocation": "./.yarn/cache/js-sha3-npm-0.8.0-decf3ddcfa-75df77c1fc.zip/node_modules/js-sha3/",
|
||||
|
@ -4252,6 +4421,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.0.0", {
|
||||
"packageLocation": "./.yarn/cache/locate-path-npm-3.0.0-991671ae9f-53db399667.zip/node_modules/locate-path/",
|
||||
"packageDependencies": [
|
||||
["locate-path", "npm:3.0.0"],
|
||||
["p-locate", "npm:3.0.0"],
|
||||
["path-exists", "npm:3.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:6.0.0", {
|
||||
"packageLocation": "./.yarn/cache/locate-path-npm-6.0.0-06a1e4c528-72eb661788.zip/node_modules/locate-path/",
|
||||
"packageDependencies": [
|
||||
|
@ -4980,6 +5158,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["npm-run-path", [
|
||||
["npm:2.0.2", {
|
||||
"packageLocation": "./.yarn/cache/npm-run-path-npm-2.0.2-96c8b48857-acd5ad8164.zip/node_modules/npm-run-path/",
|
||||
"packageDependencies": [
|
||||
["npm-run-path", "npm:2.0.2"],
|
||||
["path-key", "npm:2.0.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.0.1", {
|
||||
"packageLocation": "./.yarn/cache/npm-run-path-npm-4.0.1-7aebd8bab3-5374c0cea4.zip/node_modules/npm-run-path/",
|
||||
"packageDependencies": [
|
||||
|
@ -5213,6 +5399,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.0.0", {
|
||||
"packageLocation": "./.yarn/cache/p-locate-npm-3.0.0-74de74f952-83991734a9.zip/node_modules/p-locate/",
|
||||
"packageDependencies": [
|
||||
["p-locate", "npm:3.0.0"],
|
||||
["p-limit", "npm:2.3.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:5.0.0", {
|
||||
"packageLocation": "./.yarn/cache/p-locate-npm-5.0.0-92cc7c7a3e-1623088f36.zip/node_modules/p-locate/",
|
||||
"packageDependencies": [
|
||||
|
@ -5635,6 +5829,17 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["pump", [
|
||||
["npm:3.0.0", {
|
||||
"packageLocation": "./.yarn/cache/pump-npm-3.0.0-0080bf6a7a-e42e9229fb.zip/node_modules/pump/",
|
||||
"packageDependencies": [
|
||||
["pump", "npm:3.0.0"],
|
||||
["end-of-stream", "npm:1.4.4"],
|
||||
["once", "npm:1.4.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["punycode", [
|
||||
["npm:2.1.1", {
|
||||
"packageLocation": "./.yarn/cache/punycode-npm-2.1.1-26eb3e15cf-823bf443c6.zip/node_modules/punycode/",
|
||||
|
@ -5807,6 +6012,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["require-main-filename", [
|
||||
["npm:2.0.0", {
|
||||
"packageLocation": "./.yarn/cache/require-main-filename-npm-2.0.0-03eef65c84-e9e294695f.zip/node_modules/require-main-filename/",
|
||||
"packageDependencies": [
|
||||
["require-main-filename", "npm:2.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["resolve", [
|
||||
["patch:resolve@npm%3A1.20.0#~builtin<compat/resolve>::version=1.20.0&hash=00b1ff", {
|
||||
"packageLocation": "./.yarn/cache/resolve-patch-da1bf0dd3c-bed00be983.zip/node_modules/resolve/",
|
||||
|
@ -6162,6 +6376,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["split", [
|
||||
["npm:1.0.1", {
|
||||
"packageLocation": "./.yarn/cache/split-npm-1.0.1-88871d88a2-12f4554a57.zip/node_modules/split/",
|
||||
"packageDependencies": [
|
||||
["split", "npm:1.0.1"],
|
||||
["through", "npm:2.3.8"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["sprintf-js", [
|
||||
["npm:1.0.3", {
|
||||
"packageLocation": "./.yarn/cache/sprintf-js-npm-1.0.3-73f0a322fa-19d79aec21.zip/node_modules/sprintf-js/",
|
||||
|
@ -6279,6 +6503,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.1.0", {
|
||||
"packageLocation": "./.yarn/cache/string-width-npm-3.1.0-e031bfa4e0-57f7ca73d2.zip/node_modules/string-width/",
|
||||
"packageDependencies": [
|
||||
["string-width", "npm:3.1.0"],
|
||||
["emoji-regex", "npm:7.0.3"],
|
||||
["is-fullwidth-code-point", "npm:2.0.0"],
|
||||
["strip-ansi", "npm:5.2.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.2.2", {
|
||||
"packageLocation": "./.yarn/cache/string-width-npm-4.2.2-aa12d6b759-343e089b0e.zip/node_modules/string-width/",
|
||||
"packageDependencies": [
|
||||
|
@ -6359,6 +6593,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:5.2.0", {
|
||||
"packageLocation": "./.yarn/cache/strip-ansi-npm-5.2.0-275214c316-bdb5f76ade.zip/node_modules/strip-ansi/",
|
||||
"packageDependencies": [
|
||||
["strip-ansi", "npm:5.2.0"],
|
||||
["ansi-regex", "npm:4.1.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:6.0.0", {
|
||||
"packageLocation": "./.yarn/cache/strip-ansi-npm-6.0.0-904613e9eb-04c3239ede.zip/node_modules/strip-ansi/",
|
||||
"packageDependencies": [
|
||||
|
@ -6377,6 +6619,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["strip-eof", [
|
||||
["npm:1.0.0", {
|
||||
"packageLocation": "./.yarn/cache/strip-eof-npm-1.0.0-d82eaf947c-40bc8ddd7e.zip/node_modules/strip-eof/",
|
||||
"packageDependencies": [
|
||||
["strip-eof", "npm:1.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["strip-final-newline", [
|
||||
["npm:2.0.0", {
|
||||
"packageLocation": "./.yarn/cache/strip-final-newline-npm-2.0.0-340c4f7c66-69412b5e25.zip/node_modules/strip-final-newline/",
|
||||
|
@ -6460,6 +6711,24 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["throat", [
|
||||
["npm:4.1.0", {
|
||||
"packageLocation": "./.yarn/cache/throat-npm-4.1.0-4f259ec2ff-43519b0cea.zip/node_modules/throat/",
|
||||
"packageDependencies": [
|
||||
["throat", "npm:4.1.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["through", [
|
||||
["npm:2.3.8", {
|
||||
"packageLocation": "./.yarn/cache/through-npm-2.3.8-df5f72a16e-a38c3e0598.zip/node_modules/through/",
|
||||
"packageDependencies": [
|
||||
["through", "npm:2.3.8"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["time-cache", [
|
||||
["npm:0.3.0", {
|
||||
"packageLocation": "./.yarn/cache/time-cache-npm-0.3.0-908b9faa6a-4ef3a318bd.zip/node_modules/time-cache/",
|
||||
|
@ -6871,6 +7140,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["which-module", [
|
||||
["npm:2.0.0", {
|
||||
"packageLocation": "./.yarn/cache/which-module-npm-2.0.0-daf3daa08d-809f7fd3df.zip/node_modules/which-module/",
|
||||
"packageDependencies": [
|
||||
["which-module", "npm:2.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["wide-align", [
|
||||
["npm:1.1.3", {
|
||||
"packageLocation": "./.yarn/cache/wide-align-npm-1.1.3-48c7d4953c-d09c801265.zip/node_modules/wide-align/",
|
||||
|
@ -6900,6 +7178,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["wrap-ansi", [
|
||||
["npm:5.1.0", {
|
||||
"packageLocation": "./.yarn/cache/wrap-ansi-npm-5.1.0-293b407c18-9b48c86222.zip/node_modules/wrap-ansi/",
|
||||
"packageDependencies": [
|
||||
["wrap-ansi", "npm:5.1.0"],
|
||||
["ansi-styles", "npm:3.2.1"],
|
||||
["string-width", "npm:3.1.0"],
|
||||
["strip-ansi", "npm:5.2.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:7.0.0", {
|
||||
"packageLocation": "./.yarn/cache/wrap-ansi-npm-7.0.0-ad6e1a0554-a790b846fd.zip/node_modules/wrap-ansi/",
|
||||
"packageDependencies": [
|
||||
|
@ -6946,6 +7234,24 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["wsrun", [
|
||||
["npm:5.2.4", {
|
||||
"packageLocation": "./.yarn/cache/wsrun-npm-5.2.4-005dd8df2d-b89cb436c3.zip/node_modules/wsrun/",
|
||||
"packageDependencies": [
|
||||
["wsrun", "npm:5.2.4"],
|
||||
["bluebird", "npm:3.7.2"],
|
||||
["chalk", "npm:2.4.2"],
|
||||
["glob", "npm:7.1.7"],
|
||||
["jest-changed-files", "npm:24.9.0"],
|
||||
["lodash", "npm:4.17.21"],
|
||||
["minimatch", "npm:3.0.4"],
|
||||
["split", "npm:1.0.1"],
|
||||
["throat", "npm:4.1.0"],
|
||||
["yargs", "npm:13.3.2"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["xml2js", [
|
||||
["npm:0.4.23", {
|
||||
"packageLocation": "./.yarn/cache/xml2js-npm-0.4.23-93a8b2e10b-ca0cf2dfbf.zip/node_modules/xml2js/",
|
||||
|
@ -6976,6 +7282,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["y18n", [
|
||||
["npm:4.0.3", {
|
||||
"packageLocation": "./.yarn/cache/y18n-npm-4.0.3-ced95acdbc-014dfcd9b5.zip/node_modules/y18n/",
|
||||
"packageDependencies": [
|
||||
["y18n", "npm:4.0.3"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:5.0.8", {
|
||||
"packageLocation": "./.yarn/cache/y18n-npm-5.0.8-5f3a0a7e62-54f0fb9562.zip/node_modules/y18n/",
|
||||
"packageDependencies": [
|
||||
|
@ -6994,6 +7307,23 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["yargs", [
|
||||
["npm:13.3.2", {
|
||||
"packageLocation": "./.yarn/cache/yargs-npm-13.3.2-1588f5dd4c-75c13e837e.zip/node_modules/yargs/",
|
||||
"packageDependencies": [
|
||||
["yargs", "npm:13.3.2"],
|
||||
["cliui", "npm:5.0.0"],
|
||||
["find-up", "npm:3.0.0"],
|
||||
["get-caller-file", "npm:2.0.5"],
|
||||
["require-directory", "npm:2.1.1"],
|
||||
["require-main-filename", "npm:2.0.0"],
|
||||
["set-blocking", "npm:2.0.0"],
|
||||
["string-width", "npm:3.1.0"],
|
||||
["which-module", "npm:2.0.0"],
|
||||
["y18n", "npm:4.0.3"],
|
||||
["yargs-parser", "npm:13.1.2"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:16.2.0", {
|
||||
"packageLocation": "./.yarn/cache/yargs-npm-16.2.0-547873d425-b14afbb51e.zip/node_modules/yargs/",
|
||||
"packageDependencies": [
|
||||
|
@ -7010,6 +7340,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["yargs-parser", [
|
||||
["npm:13.1.2", {
|
||||
"packageLocation": "./.yarn/cache/yargs-parser-npm-13.1.2-546b639909-c8bb6f44d3.zip/node_modules/yargs-parser/",
|
||||
"packageDependencies": [
|
||||
["yargs-parser", "npm:13.1.2"],
|
||||
["camelcase", "npm:5.3.1"],
|
||||
["decamelize", "npm:1.2.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:20.2.4", {
|
||||
"packageLocation": "./.yarn/cache/yargs-parser-npm-20.2.4-1de20916a6-d251998a37.zip/node_modules/yargs-parser/",
|
||||
"packageDependencies": [
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/@types-istanbul-lib-coverage-npm-2.0.3-67a37eb00a-0650cba4be.zip
vendored
Normal file
BIN
.yarn/cache/@types-istanbul-lib-coverage-npm-2.0.3-67a37eb00a-0650cba4be.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16
package.json
16
package.json
|
@ -2,22 +2,16 @@
|
|||
"name": "dappconnect-sdks",
|
||||
"packageManager": "yarn@3.0.1",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"repository": "https://github.com/status-im/dappconnect-sdks",
|
||||
"keywords": [
|
||||
"waku",
|
||||
"decentralised",
|
||||
"communication",
|
||||
"web3",
|
||||
"ethereum",
|
||||
"dapps"
|
||||
],
|
||||
"scripts": {
|
||||
"fix": "run-s 'fix:*'",
|
||||
"fix:prettier": "prettier \"./*.json\" --write"
|
||||
"fix:prettier": "prettier \"./*.json\" --write",
|
||||
"build": "wsrun -e -c -s build",
|
||||
"sc": "yarn workspace status-communities"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.3.2"
|
||||
"prettier": "^2.3.2",
|
||||
"wsrun": "^5.2.4"
|
||||
},
|
||||
"private": true,
|
||||
"workspaces": {
|
||||
|
|
|
@ -37,10 +37,10 @@
|
|||
// Due to broken types in indirect dependencies
|
||||
"skipLibCheck": true,
|
||||
|
||||
"lib": ["es2017", "dom"],
|
||||
"lib": ["es6", "dom"],
|
||||
"typeRoots": ["./node_modules/@types", "./src/types", "../../node_modules/@types"]
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules/**"],
|
||||
"types": ["mocha"],
|
||||
"compileOnSave": false
|
||||
|
|
347
yarn.lock
347
yarn.lock
|
@ -96,6 +96,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@jest/types@npm:^24.9.0":
|
||||
version: 24.9.0
|
||||
resolution: "@jest/types@npm:24.9.0"
|
||||
dependencies:
|
||||
"@types/istanbul-lib-coverage": ^2.0.0
|
||||
"@types/istanbul-reports": ^1.1.1
|
||||
"@types/yargs": ^13.0.0
|
||||
checksum: 603698f774cf22f9d16a0e0fac9e10e7db21052aebfa33db154c8a5940e0eb1fa9c079a8c91681041ad3aeee2adfa950608dd0c663130316ba034b8bca7b301c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@motrix/nat-api@npm:^0.3.1":
|
||||
version: 0.3.2
|
||||
resolution: "@motrix/nat-api@npm:0.3.2"
|
||||
|
@ -446,6 +457,32 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0":
|
||||
version: 2.0.3
|
||||
resolution: "@types/istanbul-lib-coverage@npm:2.0.3"
|
||||
checksum: 0650cba4be8f464bee89b9de0b71a5ea3b5cc676ce24e1196b5d6a51542ce9e613ae4549bf19756bb33dbbbb32b47931040266100062bfb197c597d73e341eb0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/istanbul-lib-report@npm:*":
|
||||
version: 3.0.0
|
||||
resolution: "@types/istanbul-lib-report@npm:3.0.0"
|
||||
dependencies:
|
||||
"@types/istanbul-lib-coverage": "*"
|
||||
checksum: 656398b62dc288e1b5226f8880af98087233cdb90100655c989a09f3052b5775bf98ba58a16c5ae642fb66c61aba402e07a9f2bff1d1569e3b306026c59f3f36
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/istanbul-reports@npm:^1.1.1":
|
||||
version: 1.1.2
|
||||
resolution: "@types/istanbul-reports@npm:1.1.2"
|
||||
dependencies:
|
||||
"@types/istanbul-lib-coverage": "*"
|
||||
"@types/istanbul-lib-report": "*"
|
||||
checksum: 00866e815d1e68d0a590d691506937b79d8d65ad8eab5ed34dbfee66136c7c0f4ea65327d32046d5fe469f22abea2b294987591dc66365ebc3991f7e413b2d78
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/json-schema@npm:^7.0.7":
|
||||
version: 7.0.9
|
||||
resolution: "@types/json-schema@npm:7.0.9"
|
||||
|
@ -509,6 +546,22 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/yargs-parser@npm:*":
|
||||
version: 20.2.1
|
||||
resolution: "@types/yargs-parser@npm:20.2.1"
|
||||
checksum: 1d039e64494a7a61ddd278349a3dc60b19f99ff0517425696e796f794e4252452b9d62178e69755ad03f439f9dc0c8c3d7b3a1201b3a24e134bac1a09fa11eaa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/yargs@npm:^13.0.0":
|
||||
version: 13.0.12
|
||||
resolution: "@types/yargs@npm:13.0.12"
|
||||
dependencies:
|
||||
"@types/yargs-parser": "*"
|
||||
checksum: 4eb34d8c071892299646e5a3fb02a643f5a5ea8da8f4d1817001882ebbcfa4fbda235b8978732f8eb55fa16433296e2087907fe69678a69125f0dca627a91426
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^4.31.1":
|
||||
version: 4.31.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:4.31.1"
|
||||
|
@ -740,6 +793,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ansi-regex@npm:^4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "ansi-regex@npm:4.1.0"
|
||||
checksum: 97aa4659538d53e5e441f5ef2949a3cffcb838e57aeaad42c4194e9d7ddb37246a6526c4ca85d3940a9d1e19b11cc2e114530b54c9d700c8baf163c31779baf8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ansi-regex@npm:^5.0.0":
|
||||
version: 5.0.0
|
||||
resolution: "ansi-regex@npm:5.0.0"
|
||||
|
@ -747,7 +807,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ansi-styles@npm:^3.2.1":
|
||||
"ansi-styles@npm:^3.2.0, ansi-styles@npm:^3.2.1":
|
||||
version: 3.2.1
|
||||
resolution: "ansi-styles@npm:3.2.1"
|
||||
dependencies:
|
||||
|
@ -997,6 +1057,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"bluebird@npm:^3.5.1":
|
||||
version: 3.7.2
|
||||
resolution: "bluebird@npm:3.7.2"
|
||||
checksum: 869417503c722e7dc54ca46715f70e15f4d9c602a423a02c825570862d12935be59ed9c7ba34a9b31f186c017c23cac6b54e35446f8353059c101da73eac22ef
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"bn.js@npm:^4.0.0, bn.js@npm:^4.11.9":
|
||||
version: 4.12.0
|
||||
resolution: "bn.js@npm:4.12.0"
|
||||
|
@ -1090,6 +1157,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"camelcase@npm:^5.0.0":
|
||||
version: 5.3.1
|
||||
resolution: "camelcase@npm:5.3.1"
|
||||
checksum: e6effce26b9404e3c0f301498184f243811c30dfe6d0b9051863bd8e4034d09c8c2923794f280d6827e5aa055f6c434115ff97864a16a963366fb35fd673024b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"camelcase@npm:^6.0.0":
|
||||
version: 6.2.0
|
||||
resolution: "camelcase@npm:6.2.0"
|
||||
|
@ -1125,7 +1199,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chalk@npm:^2.0.0, chalk@npm:^2.4.1":
|
||||
"chalk@npm:^2.0.0, chalk@npm:^2.3.0, chalk@npm:^2.4.1":
|
||||
version: 2.4.2
|
||||
resolution: "chalk@npm:2.4.2"
|
||||
dependencies:
|
||||
|
@ -1205,6 +1279,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cliui@npm:^5.0.0":
|
||||
version: 5.0.0
|
||||
resolution: "cliui@npm:5.0.0"
|
||||
dependencies:
|
||||
string-width: ^3.1.0
|
||||
strip-ansi: ^5.2.0
|
||||
wrap-ansi: ^5.1.0
|
||||
checksum: 0bb8779efe299b8f3002a73619eaa8add4081eb8d1c17bc4fedc6240557fb4eacdc08fe87c39b002eacb6cfc117ce736b362dbfd8bf28d90da800e010ee97df4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cliui@npm:^7.0.2":
|
||||
version: 7.0.4
|
||||
resolution: "cliui@npm:7.0.4"
|
||||
|
@ -1292,7 +1377,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cross-spawn@npm:^6.0.5":
|
||||
"cross-spawn@npm:^6.0.0, cross-spawn@npm:^6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "cross-spawn@npm:6.0.5"
|
||||
dependencies:
|
||||
|
@ -1322,6 +1407,7 @@ __metadata:
|
|||
dependencies:
|
||||
npm-run-all: ^4.1.5
|
||||
prettier: ^2.3.2
|
||||
wsrun: ^5.2.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -1383,6 +1469,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"decamelize@npm:^1.2.0":
|
||||
version: 1.2.0
|
||||
resolution: "decamelize@npm:1.2.0"
|
||||
checksum: ad8c51a7e7e0720c70ec2eeb1163b66da03e7616d7b98c9ef43cce2416395e84c1e9548dd94f5f6ffecfee9f8b94251fc57121a8b021f2ff2469b2bae247b8aa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"decamelize@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "decamelize@npm:4.0.0"
|
||||
|
@ -1578,6 +1671,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"emoji-regex@npm:^7.0.1":
|
||||
version: 7.0.3
|
||||
resolution: "emoji-regex@npm:7.0.3"
|
||||
checksum: 9159b2228b1511f2870ac5920f394c7e041715429a68459ebe531601555f11ea782a8e1718f969df2711d38c66268174407cbca57ce36485544f695c2dfdc96e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"emoji-regex@npm:^8.0.0":
|
||||
version: 8.0.0
|
||||
resolution: "emoji-regex@npm:8.0.0"
|
||||
|
@ -1594,6 +1694,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"end-of-stream@npm:^1.1.0":
|
||||
version: 1.4.4
|
||||
resolution: "end-of-stream@npm:1.4.4"
|
||||
dependencies:
|
||||
once: ^1.4.0
|
||||
checksum: 530a5a5a1e517e962854a31693dbb5c0b2fc40b46dad2a56a2deec656ca040631124f4795823acc68238147805f8b021abbe221f4afed5ef3c8e8efc2024908b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"enquirer@npm:^2.3.5":
|
||||
version: 2.3.6
|
||||
resolution: "enquirer@npm:2.3.6"
|
||||
|
@ -1988,6 +2097,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"execa@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "execa@npm:1.0.0"
|
||||
dependencies:
|
||||
cross-spawn: ^6.0.0
|
||||
get-stream: ^4.0.0
|
||||
is-stream: ^1.1.0
|
||||
npm-run-path: ^2.0.0
|
||||
p-finally: ^1.0.0
|
||||
signal-exit: ^3.0.0
|
||||
strip-eof: ^1.0.0
|
||||
checksum: ddf1342c1c7d02dd93b41364cd847640f6163350d9439071abf70bf4ceb1b9b2b2e37f54babb1d8dc1df8e0d8def32d0e81e74a2e62c3e1d70c303eb4c306bc4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"execa@npm:^5.0.0":
|
||||
version: 5.1.1
|
||||
resolution: "execa@npm:5.1.1"
|
||||
|
@ -2120,6 +2244,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"find-up@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "find-up@npm:3.0.0"
|
||||
dependencies:
|
||||
locate-path: ^3.0.0
|
||||
checksum: 38eba3fe7a66e4bc7f0f5a1366dc25508b7cfc349f852640e3678d26ad9a6d7e2c43eff0a472287de4a9753ef58f066a0ea892a256fa3636ad51b3fe1e17fae9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"flat-cache@npm:^3.0.4":
|
||||
version: 3.0.4
|
||||
resolution: "flat-cache@npm:3.0.4"
|
||||
|
@ -2238,7 +2371,7 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"get-caller-file@npm:^2.0.5":
|
||||
"get-caller-file@npm:^2.0.1, get-caller-file@npm:^2.0.5":
|
||||
version: 2.0.5
|
||||
resolution: "get-caller-file@npm:2.0.5"
|
||||
checksum: b9769a836d2a98c3ee734a88ba712e62703f1df31b94b784762c433c27a386dd6029ff55c2a920c392e33657d80191edbf18c61487e198844844516f843496b9
|
||||
|
@ -2270,6 +2403,15 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"get-stream@npm:^4.0.0":
|
||||
version: 4.1.0
|
||||
resolution: "get-stream@npm:4.1.0"
|
||||
dependencies:
|
||||
pump: ^3.0.0
|
||||
checksum: 443e1914170c15bd52ff8ea6eff6dfc6d712b031303e36302d2778e3de2506af9ee964d6124010f7818736dcfde05c04ba7ca6cc26883106e084357a17ae7d73
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"get-stream@npm:^6.0.0":
|
||||
version: 6.0.1
|
||||
resolution: "get-stream@npm:6.0.1"
|
||||
|
@ -2305,7 +2447,7 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"glob@npm:7.1.7, glob@npm:^7.1.3, glob@npm:^7.1.4":
|
||||
"glob@npm:7.1.7, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4":
|
||||
version: 7.1.7
|
||||
resolution: "glob@npm:7.1.7"
|
||||
dependencies:
|
||||
|
@ -2872,6 +3014,13 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-stream@npm:^1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "is-stream@npm:1.1.0"
|
||||
checksum: 063c6bec9d5647aa6d42108d4c59723d2bd4ae42135a2d4db6eadbd49b7ea05b750fd69d279e5c7c45cf9da753ad2c00d8978be354d65aa9f6bb434969c6a2ae
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-stream@npm:^2.0.0":
|
||||
version: 2.0.1
|
||||
resolution: "is-stream@npm:2.0.1"
|
||||
|
@ -3138,6 +3287,17 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jest-changed-files@npm:^24.9.0":
|
||||
version: 24.9.0
|
||||
resolution: "jest-changed-files@npm:24.9.0"
|
||||
dependencies:
|
||||
"@jest/types": ^24.9.0
|
||||
execa: ^1.0.0
|
||||
throat: ^4.0.0
|
||||
checksum: f40e901e6ac2e6f47730b610c3dbef44a9235d556ba53b23926d45e6334c1c5989fd255140753d3270d5e63371ae69084e0867c11b8322030edab51e1ff1b8b7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"js-sha3@npm:^0.8.0":
|
||||
version: 0.8.0
|
||||
resolution: "js-sha3@npm:0.8.0"
|
||||
|
@ -3570,6 +3730,16 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"locate-path@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "locate-path@npm:3.0.0"
|
||||
dependencies:
|
||||
p-locate: ^3.0.0
|
||||
path-exists: ^3.0.0
|
||||
checksum: 53db3996672f21f8b0bf2a2c645ae2c13ffdae1eeecfcd399a583bce8516c0b88dcb4222ca6efbbbeb6949df7e46860895be2c02e8d3219abd373ace3bfb4e11
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"locate-path@npm:^6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "locate-path@npm:6.0.0"
|
||||
|
@ -3614,7 +3784,7 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lodash@npm:^4.17.15":
|
||||
"lodash@npm:^4.17.15, lodash@npm:^4.17.4":
|
||||
version: 4.17.21
|
||||
resolution: "lodash@npm:4.17.21"
|
||||
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
|
||||
|
@ -4201,6 +4371,15 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"npm-run-path@npm:^2.0.0":
|
||||
version: 2.0.2
|
||||
resolution: "npm-run-path@npm:2.0.2"
|
||||
dependencies:
|
||||
path-key: ^2.0.0
|
||||
checksum: acd5ad81648ba4588ba5a8effb1d98d2b339d31be16826a118d50f182a134ac523172101b82eab1d01cb4c2ba358e857d54cfafd8163a1ffe7bd52100b741125
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"npm-run-path@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "npm-run-path@npm:4.0.1"
|
||||
|
@ -4299,7 +4478,7 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"once@npm:^1.3.0":
|
||||
"once@npm:^1.3.0, once@npm:^1.3.1, once@npm:^1.4.0":
|
||||
version: 1.4.0
|
||||
resolution: "once@npm:1.4.0"
|
||||
dependencies:
|
||||
|
@ -4381,7 +4560,7 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"p-limit@npm:^2.2.2":
|
||||
"p-limit@npm:^2.0.0, p-limit@npm:^2.2.2":
|
||||
version: 2.3.0
|
||||
resolution: "p-limit@npm:2.3.0"
|
||||
dependencies:
|
||||
|
@ -4408,6 +4587,15 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"p-locate@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "p-locate@npm:3.0.0"
|
||||
dependencies:
|
||||
p-limit: ^2.0.0
|
||||
checksum: 83991734a9854a05fe9dbb29f707ea8a0599391f52daac32b86f08e21415e857ffa60f0e120bfe7ce0cc4faf9274a50239c7895fc0d0579d08411e513b83a4ae
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"p-locate@npm:^5.0.0":
|
||||
version: 5.0.0
|
||||
resolution: "p-locate@npm:5.0.0"
|
||||
|
@ -4542,7 +4730,7 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"path-key@npm:^2.0.1":
|
||||
"path-key@npm:^2.0.0, path-key@npm:^2.0.1":
|
||||
version: 2.0.1
|
||||
resolution: "path-key@npm:2.0.1"
|
||||
checksum: f7ab0ad42fe3fb8c7f11d0c4f849871e28fbd8e1add65c370e422512fc5887097b9cf34d09c1747d45c942a8c1e26468d6356e2df3f740bf177ab8ca7301ebfd
|
||||
|
@ -4784,6 +4972,16 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"pump@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "pump@npm:3.0.0"
|
||||
dependencies:
|
||||
end-of-stream: ^1.1.0
|
||||
once: ^1.3.1
|
||||
checksum: e42e9229fba14732593a718b04cb5e1cfef8254544870997e0ecd9732b189a48e1256e4e5478148ecb47c8511dca2b09eae56b4d0aad8009e6fac8072923cfc9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"punycode@npm:^2.1.0, punycode@npm:^2.1.1":
|
||||
version: 2.1.1
|
||||
resolution: "punycode@npm:2.1.1"
|
||||
|
@ -4937,6 +5135,13 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"require-main-filename@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "require-main-filename@npm:2.0.0"
|
||||
checksum: e9e294695fea08b076457e9ddff854e81bffbe248ed34c1eec348b7abbd22a0d02e8d75506559e2265e96978f3c4720bd77a6dad84755de8162b357eb6c778c7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"resolve-from@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "resolve-from@npm:4.0.0"
|
||||
|
@ -5097,7 +5302,7 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"set-blocking@npm:~2.0.0":
|
||||
"set-blocking@npm:^2.0.0, set-blocking@npm:~2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "set-blocking@npm:2.0.0"
|
||||
checksum: 6e65a05f7cf7ebdf8b7c75b101e18c0b7e3dff4940d480efed8aad3a36a4005140b660fa1d804cb8bce911cac290441dc728084a30504d3516ac2ff7ad607b02
|
||||
|
@ -5262,6 +5467,15 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"split@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "split@npm:1.0.1"
|
||||
dependencies:
|
||||
through: 2
|
||||
checksum: 12f4554a5792c7e98bb3e22b53c63bfa5ef89aa704353e1db608a55b51f5b12afaad6e4a8ecf7843c15f273f43cdadd67b3705cc43d48a75c2cf4641d51f7e7a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sprintf-js@npm:1.1.2":
|
||||
version: 1.1.2
|
||||
resolution: "sprintf-js@npm:1.1.2"
|
||||
|
@ -5375,6 +5589,17 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"string-width@npm:^3.0.0, string-width@npm:^3.1.0":
|
||||
version: 3.1.0
|
||||
resolution: "string-width@npm:3.1.0"
|
||||
dependencies:
|
||||
emoji-regex: ^7.0.1
|
||||
is-fullwidth-code-point: ^2.0.0
|
||||
strip-ansi: ^5.1.0
|
||||
checksum: 57f7ca73d201682816d573dc68bd4bb8e1dff8dc9fcf10470fdfc3474135c97175fec12ea6a159e67339b41e86963112355b64529489af6e7e70f94a7caf08b2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"string-width@npm:^4.1.0, string-width@npm:^4.2.0":
|
||||
version: 4.2.2
|
||||
resolution: "string-width@npm:4.2.2"
|
||||
|
@ -5453,6 +5678,15 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"strip-ansi@npm:^5.0.0, strip-ansi@npm:^5.1.0, strip-ansi@npm:^5.2.0":
|
||||
version: 5.2.0
|
||||
resolution: "strip-ansi@npm:5.2.0"
|
||||
dependencies:
|
||||
ansi-regex: ^4.1.0
|
||||
checksum: bdb5f76ade97062bd88e7723aa019adbfacdcba42223b19ccb528ffb9fb0b89a5be442c663c4a3fb25268eaa3f6ea19c7c3fbae830bd1562d55adccae1fcec46
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"strip-ansi@npm:^6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "strip-ansi@npm:6.0.0"
|
||||
|
@ -5469,6 +5703,13 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"strip-eof@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "strip-eof@npm:1.0.0"
|
||||
checksum: 40bc8ddd7e072f8ba0c2d6d05267b4e0a4800898c3435b5fb5f5a21e6e47dfaff18467e7aa0d1844bb5d6274c3097246595841fbfeb317e541974ee992cac506
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"strip-final-newline@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "strip-final-newline@npm:2.0.0"
|
||||
|
@ -5545,6 +5786,20 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"throat@npm:^4.0.0, throat@npm:^4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "throat@npm:4.1.0"
|
||||
checksum: 43519b0cea6d3b2a8fe056fcbc319e289037be67d2204d4d33513d20d6ee9da6255f7ba8c89e2ec8c97b0f188a910b8666def38d1058d2bf4a39613812c36d98
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"through@npm:2":
|
||||
version: 2.3.8
|
||||
resolution: "through@npm:2.3.8"
|
||||
checksum: a38c3e059853c494af95d50c072b83f8b676a9ba2818dcc5b108ef252230735c54e0185437618596c790bbba8fcdaef5b290405981ffa09dce67b1f1bf190cbd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"time-cache@npm:^0.3.0":
|
||||
version: 0.3.0
|
||||
resolution: "time-cache@npm:0.3.0"
|
||||
|
@ -5889,6 +6144,13 @@ typescript@^4.4.3:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"which-module@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "which-module@npm:2.0.0"
|
||||
checksum: 809f7fd3dfcb2cdbe0180b60d68100c88785084f8f9492b0998c051d7a8efe56784492609d3f09ac161635b78ea29219eb1418a98c15ce87d085bce905705c9c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"which@npm:2.0.2, which@npm:^2.0.1, which@npm:^2.0.2":
|
||||
version: 2.0.2
|
||||
resolution: "which@npm:2.0.2"
|
||||
|
@ -5934,6 +6196,17 @@ typescript@^4.4.3:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"wrap-ansi@npm:^5.1.0":
|
||||
version: 5.1.0
|
||||
resolution: "wrap-ansi@npm:5.1.0"
|
||||
dependencies:
|
||||
ansi-styles: ^3.2.0
|
||||
string-width: ^3.0.0
|
||||
strip-ansi: ^5.0.0
|
||||
checksum: 9b48c862220e541eb0daa22661b38b947973fc57054e91be5b0f2dcc77741a6875ccab4ebe970a394b4682c8dfc17e888266a105fb8b0a9b23c19245e781ceae
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"wrap-ansi@npm:^7.0.0":
|
||||
version: 7.0.0
|
||||
resolution: "wrap-ansi@npm:7.0.0"
|
||||
|
@ -5967,6 +6240,25 @@ typescript@^4.4.3:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"wsrun@npm:^5.2.4":
|
||||
version: 5.2.4
|
||||
resolution: "wsrun@npm:5.2.4"
|
||||
dependencies:
|
||||
bluebird: ^3.5.1
|
||||
chalk: ^2.3.0
|
||||
glob: ^7.1.2
|
||||
jest-changed-files: ^24.9.0
|
||||
lodash: ^4.17.4
|
||||
minimatch: ^3.0.4
|
||||
split: ^1.0.1
|
||||
throat: ^4.1.0
|
||||
yargs: ^13.0.0
|
||||
bin:
|
||||
wsrun: bin/wsrun.js
|
||||
checksum: b89cb436c3463e7bd3020cb00f29ae3448f5cf26ad6a0eaaff4733020ae9b1b9080eb85dca86baf2eab6d975a638ab44265f84477621443091af4c27c4b11b19
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"xml2js@npm:^0.4.23":
|
||||
version: 0.4.23
|
||||
resolution: "xml2js@npm:0.4.23"
|
||||
|
@ -5991,6 +6283,13 @@ typescript@^4.4.3:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"y18n@npm:^4.0.0":
|
||||
version: 4.0.3
|
||||
resolution: "y18n@npm:4.0.3"
|
||||
checksum: 014dfcd9b5f4105c3bb397c1c8c6429a9df004aa560964fb36732bfb999bfe83d45ae40aeda5b55d21b1ee53d8291580a32a756a443e064317953f08025b1aa4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"y18n@npm:^5.0.5":
|
||||
version: 5.0.8
|
||||
resolution: "y18n@npm:5.0.8"
|
||||
|
@ -6012,6 +6311,16 @@ typescript@^4.4.3:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yargs-parser@npm:^13.1.2":
|
||||
version: 13.1.2
|
||||
resolution: "yargs-parser@npm:13.1.2"
|
||||
dependencies:
|
||||
camelcase: ^5.0.0
|
||||
decamelize: ^1.2.0
|
||||
checksum: c8bb6f44d39a4acd94462e96d4e85469df865de6f4326e0ab1ac23ae4a835e5dd2ddfe588317ebf80c3a7e37e741bd5cb0dc8d92bcc5812baefb7df7c885e86b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yargs-parser@npm:^20.2.2":
|
||||
version: 20.2.9
|
||||
resolution: "yargs-parser@npm:20.2.9"
|
||||
|
@ -6046,6 +6355,24 @@ typescript@^4.4.3:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yargs@npm:^13.0.0":
|
||||
version: 13.3.2
|
||||
resolution: "yargs@npm:13.3.2"
|
||||
dependencies:
|
||||
cliui: ^5.0.0
|
||||
find-up: ^3.0.0
|
||||
get-caller-file: ^2.0.1
|
||||
require-directory: ^2.1.1
|
||||
require-main-filename: ^2.0.0
|
||||
set-blocking: ^2.0.0
|
||||
string-width: ^3.0.0
|
||||
which-module: ^2.0.0
|
||||
y18n: ^4.0.0
|
||||
yargs-parser: ^13.1.2
|
||||
checksum: 75c13e837eb2bb25717957ba58d277e864efc0cca7f945c98bdf6477e6ec2f9be6afa9ed8a876b251a21423500c148d7b91e88dee7adea6029bdec97af1ef3e8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yocto-queue@npm:^0.1.0":
|
||||
version: 0.1.0
|
||||
resolution: "yocto-queue@npm:0.1.0"
|
||||
|
|
Loading…
Reference in New Issue