ibm-cloud-sdk-core 4.3.3 → 4.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/iamtest.env +3 -0
- package/package.json +2 -2
- package/sdk-test-utilities/node_modules/.package-lock.json +508 -0
- package/sdk-test-utilities/node_modules/@babel/code-frame/LICENSE +22 -0
- package/sdk-test-utilities/node_modules/@babel/code-frame/README.md +19 -0
- package/sdk-test-utilities/node_modules/@babel/code-frame/lib/index.js +156 -0
- package/sdk-test-utilities/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- package/sdk-test-utilities/node_modules/@babel/code-frame/package.json +30 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/sdk-test-utilities/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/LICENSE +22 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/README.md +19 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/lib/index.js +119 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/lib/index.js.map +1 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/ansi-styles/index.js +165 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/ansi-styles/license +9 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/ansi-styles/package.json +56 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/ansi-styles/readme.md +147 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/chalk/index.js +228 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/chalk/index.js.flow +93 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/chalk/license +9 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/chalk/package.json +71 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/chalk/readme.md +314 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/chalk/templates.js +128 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/chalk/types/index.d.ts +97 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-convert/CHANGELOG.md +54 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-convert/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-convert/README.md +68 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-convert/conversions.js +868 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-convert/index.js +78 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-convert/package.json +46 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-convert/route.js +97 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-name/.eslintrc.json +43 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-name/LICENSE +8 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-name/README.md +11 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-name/index.js +152 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-name/package.json +25 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/color-name/test.js +7 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js +11 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/escape-string-regexp/license +21 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/escape-string-regexp/package.json +41 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/escape-string-regexp/readme.md +27 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/has-flag/index.js +8 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/has-flag/license +9 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/has-flag/package.json +44 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/has-flag/readme.md +70 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/supports-color/browser.js +5 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/supports-color/index.js +131 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/supports-color/license +9 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/supports-color/package.json +53 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/node_modules/supports-color/readme.md +66 -0
- package/sdk-test-utilities/node_modules/@babel/highlight/package.json +30 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/README.md +5 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/build/immutableUtils.js +66 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/build/index.d.ts +94 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/build/index.js +34 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/build/jasmineUtils.js +218 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/build/types.js +1 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/build/utils.js +462 -0
- package/sdk-test-utilities/node_modules/@jest/expect-utils/package.json +35 -0
- package/sdk-test-utilities/node_modules/@jest/schemas/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@jest/schemas/README.md +3 -0
- package/sdk-test-utilities/node_modules/@jest/schemas/build/index.d.ts +63 -0
- package/sdk-test-utilities/node_modules/@jest/schemas/build/index.js +60 -0
- package/sdk-test-utilities/node_modules/@jest/schemas/package.json +29 -0
- package/sdk-test-utilities/node_modules/@jest/types/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@jest/types/README.md +30 -0
- package/sdk-test-utilities/node_modules/@jest/types/build/Circus.js +1 -0
- package/sdk-test-utilities/node_modules/@jest/types/build/Config.js +1 -0
- package/sdk-test-utilities/node_modules/@jest/types/build/Global.js +1 -0
- package/sdk-test-utilities/node_modules/@jest/types/build/TestResult.js +1 -0
- package/sdk-test-utilities/node_modules/@jest/types/build/index.d.ts +1204 -0
- package/sdk-test-utilities/node_modules/@jest/types/build/index.js +1 -0
- package/sdk-test-utilities/node_modules/@jest/types/package.json +38 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/compiler/compiler.d.ts +35 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/compiler/compiler.js +577 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/compiler/index.d.ts +2 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/compiler/index.js +47 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/errors/errors.d.ts +88 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/errors/errors.js +609 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/errors/index.d.ts +1 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/errors/index.js +44 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/license +23 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/package.json +47 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/readme.md +1424 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/system/index.d.ts +1 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/system/index.js +44 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/system/system.d.ts +26 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/system/system.js +90 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/typebox.d.ts +723 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/typebox.js +2220 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/cast.d.ts +30 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/cast.js +372 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/check.d.ts +12 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/check.js +484 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/clone.d.ts +3 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/clone.js +71 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/convert.d.ts +13 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/convert.js +372 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/create.d.ts +26 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/create.js +480 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/delta.d.ts +43 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/delta.js +204 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/equal.d.ts +3 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/equal.js +80 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/hash.d.ts +8 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/hash.js +208 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/index.d.ts +6 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/index.js +56 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/is.d.ts +11 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/is.js +53 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/mutate.d.ts +13 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/mutate.js +121 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/pointer.d.ts +24 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/pointer.js +142 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/value.d.ts +39 -0
- package/sdk-test-utilities/node_modules/@sinclair/typebox/value/value.js +99 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-lib-coverage/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-lib-coverage/README.md +15 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-lib-coverage/index.d.ts +111 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-lib-coverage/package.json +25 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-lib-report/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-lib-report/README.md +15 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-lib-report/index.d.ts +184 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-lib-report/package.json +32 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-reports/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-reports/README.md +86 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-reports/index.d.ts +67 -0
- package/sdk-test-utilities/node_modules/@types/istanbul-reports/package.json +32 -0
- package/sdk-test-utilities/node_modules/@types/node/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@types/node/README.md +15 -0
- package/sdk-test-utilities/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/sdk-test-utilities/node_modules/@types/node/assert.d.ts +1040 -0
- package/sdk-test-utilities/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/sdk-test-utilities/node_modules/@types/node/buffer.d.ts +2363 -0
- package/sdk-test-utilities/node_modules/@types/node/child_process.d.ts +1544 -0
- package/sdk-test-utilities/node_modules/@types/node/cluster.d.ts +578 -0
- package/sdk-test-utilities/node_modules/@types/node/console.d.ts +452 -0
- package/sdk-test-utilities/node_modules/@types/node/constants.d.ts +19 -0
- package/sdk-test-utilities/node_modules/@types/node/crypto.d.ts +4523 -0
- package/sdk-test-utilities/node_modules/@types/node/dgram.d.ts +596 -0
- package/sdk-test-utilities/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
- package/sdk-test-utilities/node_modules/@types/node/dns/promises.d.ts +474 -0
- package/sdk-test-utilities/node_modules/@types/node/dns.d.ts +864 -0
- package/sdk-test-utilities/node_modules/@types/node/dom-events.d.ts +124 -0
- package/sdk-test-utilities/node_modules/@types/node/domain.d.ts +170 -0
- package/sdk-test-utilities/node_modules/@types/node/events.d.ts +909 -0
- package/sdk-test-utilities/node_modules/@types/node/fs/promises.d.ts +1245 -0
- package/sdk-test-utilities/node_modules/@types/node/fs.d.ts +4317 -0
- package/sdk-test-utilities/node_modules/@types/node/globals.d.ts +411 -0
- package/sdk-test-utilities/node_modules/@types/node/globals.global.d.ts +1 -0
- package/sdk-test-utilities/node_modules/@types/node/http.d.ts +1908 -0
- package/sdk-test-utilities/node_modules/@types/node/http2.d.ts +2418 -0
- package/sdk-test-utilities/node_modules/@types/node/https.d.ts +550 -0
- package/sdk-test-utilities/node_modules/@types/node/index.d.ts +89 -0
- package/sdk-test-utilities/node_modules/@types/node/inspector.d.ts +2746 -0
- package/sdk-test-utilities/node_modules/@types/node/module.d.ts +315 -0
- package/sdk-test-utilities/node_modules/@types/node/net.d.ts +999 -0
- package/sdk-test-utilities/node_modules/@types/node/os.d.ts +495 -0
- package/sdk-test-utilities/node_modules/@types/node/package.json +217 -0
- package/sdk-test-utilities/node_modules/@types/node/path.d.ts +191 -0
- package/sdk-test-utilities/node_modules/@types/node/perf_hooks.d.ts +905 -0
- package/sdk-test-utilities/node_modules/@types/node/process.d.ts +1754 -0
- package/sdk-test-utilities/node_modules/@types/node/punycode.d.ts +117 -0
- package/sdk-test-utilities/node_modules/@types/node/querystring.d.ts +153 -0
- package/sdk-test-utilities/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/sdk-test-utilities/node_modules/@types/node/readline.d.ts +540 -0
- package/sdk-test-utilities/node_modules/@types/node/repl.d.ts +430 -0
- package/sdk-test-utilities/node_modules/@types/node/sea.d.ts +153 -0
- package/sdk-test-utilities/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/sdk-test-utilities/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/sdk-test-utilities/node_modules/@types/node/stream/web.d.ts +367 -0
- package/sdk-test-utilities/node_modules/@types/node/stream.d.ts +1707 -0
- package/sdk-test-utilities/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/sdk-test-utilities/node_modules/@types/node/test.d.ts +1718 -0
- package/sdk-test-utilities/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/sdk-test-utilities/node_modules/@types/node/timers.d.ts +240 -0
- package/sdk-test-utilities/node_modules/@types/node/tls.d.ts +1217 -0
- package/sdk-test-utilities/node_modules/@types/node/trace_events.d.ts +197 -0
- package/sdk-test-utilities/node_modules/@types/node/tty.d.ts +208 -0
- package/sdk-test-utilities/node_modules/@types/node/url.d.ts +952 -0
- package/sdk-test-utilities/node_modules/@types/node/util.d.ts +2292 -0
- package/sdk-test-utilities/node_modules/@types/node/v8.d.ts +808 -0
- package/sdk-test-utilities/node_modules/@types/node/vm.d.ts +924 -0
- package/sdk-test-utilities/node_modules/@types/node/wasi.d.ts +181 -0
- package/sdk-test-utilities/node_modules/@types/node/worker_threads.d.ts +691 -0
- package/sdk-test-utilities/node_modules/@types/node/zlib.d.ts +530 -0
- package/sdk-test-utilities/node_modules/@types/stack-utils/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@types/stack-utils/README.md +78 -0
- package/sdk-test-utilities/node_modules/@types/stack-utils/index.d.ts +59 -0
- package/sdk-test-utilities/node_modules/@types/stack-utils/package.json +25 -0
- package/sdk-test-utilities/node_modules/@types/yargs/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@types/yargs/README.md +15 -0
- package/sdk-test-utilities/node_modules/@types/yargs/helpers.d.mts +1 -0
- package/sdk-test-utilities/node_modules/@types/yargs/helpers.d.ts +5 -0
- package/sdk-test-utilities/node_modules/@types/yargs/index.d.mts +46 -0
- package/sdk-test-utilities/node_modules/@types/yargs/index.d.ts +1031 -0
- package/sdk-test-utilities/node_modules/@types/yargs/package.json +87 -0
- package/sdk-test-utilities/node_modules/@types/yargs/yargs.d.ts +9 -0
- package/sdk-test-utilities/node_modules/@types/yargs-parser/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/@types/yargs-parser/README.md +15 -0
- package/sdk-test-utilities/node_modules/@types/yargs-parser/index.d.ts +112 -0
- package/sdk-test-utilities/node_modules/@types/yargs-parser/package.json +25 -0
- package/sdk-test-utilities/node_modules/ansi-styles/index.d.ts +345 -0
- package/sdk-test-utilities/node_modules/ansi-styles/index.js +163 -0
- package/sdk-test-utilities/node_modules/ansi-styles/license +9 -0
- package/sdk-test-utilities/node_modules/ansi-styles/package.json +56 -0
- package/sdk-test-utilities/node_modules/ansi-styles/readme.md +152 -0
- package/sdk-test-utilities/node_modules/braces/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/braces/README.md +586 -0
- package/sdk-test-utilities/node_modules/braces/index.js +170 -0
- package/sdk-test-utilities/node_modules/braces/lib/compile.js +60 -0
- package/sdk-test-utilities/node_modules/braces/lib/constants.js +57 -0
- package/sdk-test-utilities/node_modules/braces/lib/expand.js +113 -0
- package/sdk-test-utilities/node_modules/braces/lib/parse.js +331 -0
- package/sdk-test-utilities/node_modules/braces/lib/stringify.js +32 -0
- package/sdk-test-utilities/node_modules/braces/lib/utils.js +122 -0
- package/sdk-test-utilities/node_modules/braces/package.json +77 -0
- package/sdk-test-utilities/node_modules/chalk/index.d.ts +415 -0
- package/sdk-test-utilities/node_modules/chalk/license +9 -0
- package/sdk-test-utilities/node_modules/chalk/package.json +68 -0
- package/sdk-test-utilities/node_modules/chalk/readme.md +341 -0
- package/sdk-test-utilities/node_modules/chalk/source/index.js +229 -0
- package/sdk-test-utilities/node_modules/chalk/source/templates.js +134 -0
- package/sdk-test-utilities/node_modules/chalk/source/util.js +39 -0
- package/sdk-test-utilities/node_modules/ci-info/CHANGELOG.md +178 -0
- package/sdk-test-utilities/node_modules/ci-info/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/ci-info/README.md +135 -0
- package/sdk-test-utilities/node_modules/ci-info/index.d.ts +75 -0
- package/sdk-test-utilities/node_modules/ci-info/index.js +90 -0
- package/sdk-test-utilities/node_modules/ci-info/package.json +45 -0
- package/sdk-test-utilities/node_modules/ci-info/vendors.json +321 -0
- package/sdk-test-utilities/node_modules/color-convert/CHANGELOG.md +54 -0
- package/sdk-test-utilities/node_modules/color-convert/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/color-convert/README.md +68 -0
- package/sdk-test-utilities/node_modules/color-convert/conversions.js +839 -0
- package/sdk-test-utilities/node_modules/color-convert/index.js +81 -0
- package/sdk-test-utilities/node_modules/color-convert/package.json +48 -0
- package/sdk-test-utilities/node_modules/color-convert/route.js +97 -0
- package/sdk-test-utilities/node_modules/color-name/LICENSE +8 -0
- package/sdk-test-utilities/node_modules/color-name/README.md +11 -0
- package/sdk-test-utilities/node_modules/color-name/index.js +152 -0
- package/sdk-test-utilities/node_modules/color-name/package.json +28 -0
- package/sdk-test-utilities/node_modules/diff-sequences/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/diff-sequences/README.md +404 -0
- package/sdk-test-utilities/node_modules/diff-sequences/build/index.d.ts +38 -0
- package/sdk-test-utilities/node_modules/diff-sequences/build/index.js +798 -0
- package/sdk-test-utilities/node_modules/diff-sequences/package.json +39 -0
- package/sdk-test-utilities/node_modules/escape-string-regexp/index.d.ts +18 -0
- package/sdk-test-utilities/node_modules/escape-string-regexp/index.js +11 -0
- package/sdk-test-utilities/node_modules/escape-string-regexp/license +9 -0
- package/sdk-test-utilities/node_modules/escape-string-regexp/package.json +43 -0
- package/sdk-test-utilities/node_modules/escape-string-regexp/readme.md +29 -0
- package/sdk-test-utilities/node_modules/expect/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/expect/README.md +3 -0
- package/sdk-test-utilities/node_modules/expect/build/asymmetricMatchers.js +375 -0
- package/sdk-test-utilities/node_modules/expect/build/extractExpectedAssertionsErrors.js +86 -0
- package/sdk-test-utilities/node_modules/expect/build/index.d.ts +370 -0
- package/sdk-test-utilities/node_modules/expect/build/index.js +410 -0
- package/sdk-test-utilities/node_modules/expect/build/jestMatchersObject.js +123 -0
- package/sdk-test-utilities/node_modules/expect/build/matchers.js +1292 -0
- package/sdk-test-utilities/node_modules/expect/build/print.js +122 -0
- package/sdk-test-utilities/node_modules/expect/build/spyMatchers.js +1254 -0
- package/sdk-test-utilities/node_modules/expect/build/toThrowMatchers.js +481 -0
- package/sdk-test-utilities/node_modules/expect/build/types.js +3 -0
- package/sdk-test-utilities/node_modules/expect/package.json +43 -0
- package/sdk-test-utilities/node_modules/fill-range/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/fill-range/README.md +237 -0
- package/sdk-test-utilities/node_modules/fill-range/index.js +248 -0
- package/sdk-test-utilities/node_modules/fill-range/package.json +74 -0
- package/sdk-test-utilities/node_modules/graceful-fs/LICENSE +15 -0
- package/sdk-test-utilities/node_modules/graceful-fs/README.md +143 -0
- package/sdk-test-utilities/node_modules/graceful-fs/clone.js +23 -0
- package/sdk-test-utilities/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/sdk-test-utilities/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/sdk-test-utilities/node_modules/graceful-fs/package.json +53 -0
- package/sdk-test-utilities/node_modules/graceful-fs/polyfills.js +355 -0
- package/sdk-test-utilities/node_modules/has-flag/index.d.ts +39 -0
- package/sdk-test-utilities/node_modules/has-flag/index.js +8 -0
- package/sdk-test-utilities/node_modules/has-flag/license +9 -0
- package/sdk-test-utilities/node_modules/has-flag/package.json +46 -0
- package/sdk-test-utilities/node_modules/has-flag/readme.md +89 -0
- package/sdk-test-utilities/node_modules/is-number/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/is-number/README.md +187 -0
- package/sdk-test-utilities/node_modules/is-number/index.js +18 -0
- package/sdk-test-utilities/node_modules/is-number/package.json +82 -0
- package/sdk-test-utilities/node_modules/jest-diff/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/jest-diff/README.md +671 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/cleanupSemantic.js +599 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/constants.js +19 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/diffLines.js +193 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/diffStrings.js +66 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/getAlignedDiffs.js +223 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/index.d.ts +93 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/index.js +232 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/joinAlignedDiffs.js +271 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/normalizeDiffOptions.js +59 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/printDiffs.js +79 -0
- package/sdk-test-utilities/node_modules/jest-diff/build/types.js +1 -0
- package/sdk-test-utilities/node_modules/jest-diff/package.json +36 -0
- package/sdk-test-utilities/node_modules/jest-get-type/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/jest-get-type/build/index.d.ts +27 -0
- package/sdk-test-utilities/node_modules/jest-get-type/build/index.js +53 -0
- package/sdk-test-utilities/node_modules/jest-get-type/package.json +27 -0
- package/sdk-test-utilities/node_modules/jest-matcher-utils/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/jest-matcher-utils/README.md +24 -0
- package/sdk-test-utilities/node_modules/jest-matcher-utils/build/Replaceable.js +64 -0
- package/sdk-test-utilities/node_modules/jest-matcher-utils/build/deepCyclicCopyReplaceable.js +111 -0
- package/sdk-test-utilities/node_modules/jest-matcher-utils/build/index.d.ts +138 -0
- package/sdk-test-utilities/node_modules/jest-matcher-utils/build/index.js +542 -0
- package/sdk-test-utilities/node_modules/jest-matcher-utils/package.json +37 -0
- package/sdk-test-utilities/node_modules/jest-message-util/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/jest-message-util/build/index.d.ts +68 -0
- package/sdk-test-utilities/node_modules/jest-message-util/build/index.js +518 -0
- package/sdk-test-utilities/node_modules/jest-message-util/build/types.js +1 -0
- package/sdk-test-utilities/node_modules/jest-message-util/package.json +43 -0
- package/sdk-test-utilities/node_modules/jest-util/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/jest-util/Readme.md +87 -0
- package/sdk-test-utilities/node_modules/jest-util/build/ErrorWithStack.js +28 -0
- package/sdk-test-utilities/node_modules/jest-util/build/clearLine.js +18 -0
- package/sdk-test-utilities/node_modules/jest-util/build/convertDescriptorToString.js +30 -0
- package/sdk-test-utilities/node_modules/jest-util/build/createDirectory.js +71 -0
- package/sdk-test-utilities/node_modules/jest-util/build/createProcessObject.js +109 -0
- package/sdk-test-utilities/node_modules/jest-util/build/deepCyclicCopy.js +76 -0
- package/sdk-test-utilities/node_modules/jest-util/build/formatTime.js +24 -0
- package/sdk-test-utilities/node_modules/jest-util/build/globsToMatcher.js +98 -0
- package/sdk-test-utilities/node_modules/jest-util/build/index.d.ts +136 -0
- package/sdk-test-utilities/node_modules/jest-util/build/index.js +199 -0
- package/sdk-test-utilities/node_modules/jest-util/build/installCommonGlobals.js +115 -0
- package/sdk-test-utilities/node_modules/jest-util/build/interopRequireDefault.js +22 -0
- package/sdk-test-utilities/node_modules/jest-util/build/invariant.js +18 -0
- package/sdk-test-utilities/node_modules/jest-util/build/isInteractive.js +22 -0
- package/sdk-test-utilities/node_modules/jest-util/build/isNonNullable.js +16 -0
- package/sdk-test-utilities/node_modules/jest-util/build/isPromise.js +20 -0
- package/sdk-test-utilities/node_modules/jest-util/build/pluralize.js +16 -0
- package/sdk-test-utilities/node_modules/jest-util/build/preRunMessage.js +38 -0
- package/sdk-test-utilities/node_modules/jest-util/build/replacePathSepForGlob.js +16 -0
- package/sdk-test-utilities/node_modules/jest-util/build/requireOrImportModule.js +77 -0
- package/sdk-test-utilities/node_modules/jest-util/build/setGlobal.js +17 -0
- package/sdk-test-utilities/node_modules/jest-util/build/specialChars.js +25 -0
- package/sdk-test-utilities/node_modules/jest-util/build/testPathPatternToRegExp.js +19 -0
- package/sdk-test-utilities/node_modules/jest-util/build/tryRealpath.js +30 -0
- package/sdk-test-utilities/node_modules/jest-util/package.json +38 -0
- package/sdk-test-utilities/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/sdk-test-utilities/node_modules/js-tokens/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/js-tokens/README.md +240 -0
- package/sdk-test-utilities/node_modules/js-tokens/index.js +23 -0
- package/sdk-test-utilities/node_modules/js-tokens/package.json +30 -0
- package/sdk-test-utilities/node_modules/micromatch/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/micromatch/README.md +1017 -0
- package/sdk-test-utilities/node_modules/micromatch/index.js +467 -0
- package/sdk-test-utilities/node_modules/micromatch/package.json +101 -0
- package/sdk-test-utilities/node_modules/picocolors/LICENSE +15 -0
- package/sdk-test-utilities/node_modules/picocolors/README.md +21 -0
- package/sdk-test-utilities/node_modules/picocolors/package.json +25 -0
- package/sdk-test-utilities/node_modules/picocolors/picocolors.browser.js +4 -0
- package/sdk-test-utilities/node_modules/picocolors/picocolors.d.ts +5 -0
- package/sdk-test-utilities/node_modules/picocolors/picocolors.js +65 -0
- package/sdk-test-utilities/node_modules/picomatch/CHANGELOG.md +136 -0
- package/sdk-test-utilities/node_modules/picomatch/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/picomatch/README.md +708 -0
- package/sdk-test-utilities/node_modules/picomatch/index.js +3 -0
- package/sdk-test-utilities/node_modules/picomatch/lib/constants.js +179 -0
- package/sdk-test-utilities/node_modules/picomatch/lib/parse.js +1091 -0
- package/sdk-test-utilities/node_modules/picomatch/lib/picomatch.js +342 -0
- package/sdk-test-utilities/node_modules/picomatch/lib/scan.js +391 -0
- package/sdk-test-utilities/node_modules/picomatch/lib/utils.js +64 -0
- package/sdk-test-utilities/node_modules/picomatch/package.json +81 -0
- package/sdk-test-utilities/node_modules/pretty-format/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/pretty-format/README.md +463 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/collections.js +180 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/index.d.ts +163 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/index.js +478 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js +89 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/plugins/DOMCollection.js +67 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/plugins/DOMElement.js +101 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/plugins/Immutable.js +217 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/plugins/ReactElement.js +143 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/plugins/ReactTestComponent.js +66 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/plugins/lib/escapeHTML.js +16 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/plugins/lib/markup.js +113 -0
- package/sdk-test-utilities/node_modules/pretty-format/build/types.js +1 -0
- package/sdk-test-utilities/node_modules/pretty-format/node_modules/ansi-styles/index.d.ts +167 -0
- package/sdk-test-utilities/node_modules/pretty-format/node_modules/ansi-styles/index.js +164 -0
- package/sdk-test-utilities/node_modules/pretty-format/node_modules/ansi-styles/license +9 -0
- package/sdk-test-utilities/node_modules/pretty-format/node_modules/ansi-styles/package.json +52 -0
- package/sdk-test-utilities/node_modules/pretty-format/node_modules/ansi-styles/readme.md +144 -0
- package/sdk-test-utilities/node_modules/pretty-format/package.json +43 -0
- package/sdk-test-utilities/node_modules/react-is/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/react-is/README.md +104 -0
- package/sdk-test-utilities/node_modules/react-is/cjs/react-is.development.js +221 -0
- package/sdk-test-utilities/node_modules/react-is/cjs/react-is.production.min.js +14 -0
- package/sdk-test-utilities/node_modules/react-is/index.js +7 -0
- package/sdk-test-utilities/node_modules/react-is/package.json +26 -0
- package/sdk-test-utilities/node_modules/react-is/umd/react-is.development.js +220 -0
- package/sdk-test-utilities/node_modules/react-is/umd/react-is.production.min.js +15 -0
- package/sdk-test-utilities/node_modules/slash/index.d.ts +25 -0
- package/sdk-test-utilities/node_modules/slash/index.js +11 -0
- package/sdk-test-utilities/node_modules/slash/license +9 -0
- package/sdk-test-utilities/node_modules/slash/package.json +35 -0
- package/sdk-test-utilities/node_modules/slash/readme.md +44 -0
- package/sdk-test-utilities/node_modules/stack-utils/LICENSE.md +21 -0
- package/sdk-test-utilities/node_modules/stack-utils/index.js +344 -0
- package/sdk-test-utilities/node_modules/stack-utils/package.json +39 -0
- package/sdk-test-utilities/node_modules/stack-utils/readme.md +143 -0
- package/sdk-test-utilities/node_modules/supports-color/browser.js +5 -0
- package/sdk-test-utilities/node_modules/supports-color/index.js +135 -0
- package/sdk-test-utilities/node_modules/supports-color/license +9 -0
- package/sdk-test-utilities/node_modules/supports-color/package.json +53 -0
- package/sdk-test-utilities/node_modules/supports-color/readme.md +76 -0
- package/sdk-test-utilities/node_modules/to-regex-range/LICENSE +21 -0
- package/sdk-test-utilities/node_modules/to-regex-range/README.md +305 -0
- package/sdk-test-utilities/node_modules/to-regex-range/index.js +288 -0
- package/sdk-test-utilities/node_modules/to-regex-range/package.json +88 -0
- package/sdk-test-utilities/node_modules/undici-types/README.md +6 -0
- package/sdk-test-utilities/node_modules/undici-types/agent.d.ts +31 -0
- package/sdk-test-utilities/node_modules/undici-types/api.d.ts +43 -0
- package/sdk-test-utilities/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/sdk-test-utilities/node_modules/undici-types/cache.d.ts +36 -0
- package/sdk-test-utilities/node_modules/undici-types/client.d.ts +97 -0
- package/sdk-test-utilities/node_modules/undici-types/connector.d.ts +34 -0
- package/sdk-test-utilities/node_modules/undici-types/content-type.d.ts +21 -0
- package/sdk-test-utilities/node_modules/undici-types/cookies.d.ts +28 -0
- package/sdk-test-utilities/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/sdk-test-utilities/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/sdk-test-utilities/node_modules/undici-types/errors.d.ts +128 -0
- package/sdk-test-utilities/node_modules/undici-types/fetch.d.ts +209 -0
- package/sdk-test-utilities/node_modules/undici-types/file.d.ts +39 -0
- package/sdk-test-utilities/node_modules/undici-types/filereader.d.ts +54 -0
- package/sdk-test-utilities/node_modules/undici-types/formdata.d.ts +108 -0
- package/sdk-test-utilities/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/sdk-test-utilities/node_modules/undici-types/global-origin.d.ts +7 -0
- package/sdk-test-utilities/node_modules/undici-types/handlers.d.ts +9 -0
- package/sdk-test-utilities/node_modules/undici-types/header.d.ts +4 -0
- package/sdk-test-utilities/node_modules/undici-types/index.d.ts +63 -0
- package/sdk-test-utilities/node_modules/undici-types/interceptors.d.ts +5 -0
- package/sdk-test-utilities/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/sdk-test-utilities/node_modules/undici-types/mock-client.d.ts +25 -0
- package/sdk-test-utilities/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/sdk-test-utilities/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/sdk-test-utilities/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/sdk-test-utilities/node_modules/undici-types/package.json +55 -0
- package/sdk-test-utilities/node_modules/undici-types/patch.d.ts +71 -0
- package/sdk-test-utilities/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/sdk-test-utilities/node_modules/undici-types/pool.d.ts +28 -0
- package/sdk-test-utilities/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/sdk-test-utilities/node_modules/undici-types/readable.d.ts +61 -0
- package/sdk-test-utilities/node_modules/undici-types/webidl.d.ts +220 -0
- package/sdk-test-utilities/node_modules/undici-types/websocket.d.ts +131 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
var Stream = require('stream').Stream
|
|
2
|
+
|
|
3
|
+
module.exports = legacy
|
|
4
|
+
|
|
5
|
+
function legacy (fs) {
|
|
6
|
+
return {
|
|
7
|
+
ReadStream: ReadStream,
|
|
8
|
+
WriteStream: WriteStream
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
function ReadStream (path, options) {
|
|
12
|
+
if (!(this instanceof ReadStream)) return new ReadStream(path, options);
|
|
13
|
+
|
|
14
|
+
Stream.call(this);
|
|
15
|
+
|
|
16
|
+
var self = this;
|
|
17
|
+
|
|
18
|
+
this.path = path;
|
|
19
|
+
this.fd = null;
|
|
20
|
+
this.readable = true;
|
|
21
|
+
this.paused = false;
|
|
22
|
+
|
|
23
|
+
this.flags = 'r';
|
|
24
|
+
this.mode = 438; /*=0666*/
|
|
25
|
+
this.bufferSize = 64 * 1024;
|
|
26
|
+
|
|
27
|
+
options = options || {};
|
|
28
|
+
|
|
29
|
+
// Mixin options into this
|
|
30
|
+
var keys = Object.keys(options);
|
|
31
|
+
for (var index = 0, length = keys.length; index < length; index++) {
|
|
32
|
+
var key = keys[index];
|
|
33
|
+
this[key] = options[key];
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
if (this.encoding) this.setEncoding(this.encoding);
|
|
37
|
+
|
|
38
|
+
if (this.start !== undefined) {
|
|
39
|
+
if ('number' !== typeof this.start) {
|
|
40
|
+
throw TypeError('start must be a Number');
|
|
41
|
+
}
|
|
42
|
+
if (this.end === undefined) {
|
|
43
|
+
this.end = Infinity;
|
|
44
|
+
} else if ('number' !== typeof this.end) {
|
|
45
|
+
throw TypeError('end must be a Number');
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
if (this.start > this.end) {
|
|
49
|
+
throw new Error('start must be <= end');
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
this.pos = this.start;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
if (this.fd !== null) {
|
|
56
|
+
process.nextTick(function() {
|
|
57
|
+
self._read();
|
|
58
|
+
});
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
fs.open(this.path, this.flags, this.mode, function (err, fd) {
|
|
63
|
+
if (err) {
|
|
64
|
+
self.emit('error', err);
|
|
65
|
+
self.readable = false;
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
self.fd = fd;
|
|
70
|
+
self.emit('open', fd);
|
|
71
|
+
self._read();
|
|
72
|
+
})
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
function WriteStream (path, options) {
|
|
76
|
+
if (!(this instanceof WriteStream)) return new WriteStream(path, options);
|
|
77
|
+
|
|
78
|
+
Stream.call(this);
|
|
79
|
+
|
|
80
|
+
this.path = path;
|
|
81
|
+
this.fd = null;
|
|
82
|
+
this.writable = true;
|
|
83
|
+
|
|
84
|
+
this.flags = 'w';
|
|
85
|
+
this.encoding = 'binary';
|
|
86
|
+
this.mode = 438; /*=0666*/
|
|
87
|
+
this.bytesWritten = 0;
|
|
88
|
+
|
|
89
|
+
options = options || {};
|
|
90
|
+
|
|
91
|
+
// Mixin options into this
|
|
92
|
+
var keys = Object.keys(options);
|
|
93
|
+
for (var index = 0, length = keys.length; index < length; index++) {
|
|
94
|
+
var key = keys[index];
|
|
95
|
+
this[key] = options[key];
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
if (this.start !== undefined) {
|
|
99
|
+
if ('number' !== typeof this.start) {
|
|
100
|
+
throw TypeError('start must be a Number');
|
|
101
|
+
}
|
|
102
|
+
if (this.start < 0) {
|
|
103
|
+
throw new Error('start must be >= zero');
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
this.pos = this.start;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
this.busy = false;
|
|
110
|
+
this._queue = [];
|
|
111
|
+
|
|
112
|
+
if (this.fd === null) {
|
|
113
|
+
this._open = fs.open;
|
|
114
|
+
this._queue.push([this._open, this.path, this.flags, this.mode, undefined]);
|
|
115
|
+
this.flush();
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "graceful-fs",
|
|
3
|
+
"description": "A drop-in replacement for fs, making various improvements.",
|
|
4
|
+
"version": "4.2.11",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/isaacs/node-graceful-fs"
|
|
8
|
+
},
|
|
9
|
+
"main": "graceful-fs.js",
|
|
10
|
+
"directories": {
|
|
11
|
+
"test": "test"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"preversion": "npm test",
|
|
15
|
+
"postversion": "npm publish",
|
|
16
|
+
"postpublish": "git push origin --follow-tags",
|
|
17
|
+
"test": "nyc --silent node test.js | tap -c -",
|
|
18
|
+
"posttest": "nyc report"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"fs",
|
|
22
|
+
"module",
|
|
23
|
+
"reading",
|
|
24
|
+
"retry",
|
|
25
|
+
"retries",
|
|
26
|
+
"queue",
|
|
27
|
+
"error",
|
|
28
|
+
"errors",
|
|
29
|
+
"handling",
|
|
30
|
+
"EMFILE",
|
|
31
|
+
"EAGAIN",
|
|
32
|
+
"EINVAL",
|
|
33
|
+
"EPERM",
|
|
34
|
+
"EACCESS"
|
|
35
|
+
],
|
|
36
|
+
"license": "ISC",
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"import-fresh": "^2.0.0",
|
|
39
|
+
"mkdirp": "^0.5.0",
|
|
40
|
+
"rimraf": "^2.2.8",
|
|
41
|
+
"tap": "^16.3.4"
|
|
42
|
+
},
|
|
43
|
+
"files": [
|
|
44
|
+
"fs.js",
|
|
45
|
+
"graceful-fs.js",
|
|
46
|
+
"legacy-streams.js",
|
|
47
|
+
"polyfills.js",
|
|
48
|
+
"clone.js"
|
|
49
|
+
],
|
|
50
|
+
"tap": {
|
|
51
|
+
"reporter": "classic"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
var constants = require('constants')
|
|
2
|
+
|
|
3
|
+
var origCwd = process.cwd
|
|
4
|
+
var cwd = null
|
|
5
|
+
|
|
6
|
+
var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform
|
|
7
|
+
|
|
8
|
+
process.cwd = function() {
|
|
9
|
+
if (!cwd)
|
|
10
|
+
cwd = origCwd.call(process)
|
|
11
|
+
return cwd
|
|
12
|
+
}
|
|
13
|
+
try {
|
|
14
|
+
process.cwd()
|
|
15
|
+
} catch (er) {}
|
|
16
|
+
|
|
17
|
+
// This check is needed until node.js 12 is required
|
|
18
|
+
if (typeof process.chdir === 'function') {
|
|
19
|
+
var chdir = process.chdir
|
|
20
|
+
process.chdir = function (d) {
|
|
21
|
+
cwd = null
|
|
22
|
+
chdir.call(process, d)
|
|
23
|
+
}
|
|
24
|
+
if (Object.setPrototypeOf) Object.setPrototypeOf(process.chdir, chdir)
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
module.exports = patch
|
|
28
|
+
|
|
29
|
+
function patch (fs) {
|
|
30
|
+
// (re-)implement some things that are known busted or missing.
|
|
31
|
+
|
|
32
|
+
// lchmod, broken prior to 0.6.2
|
|
33
|
+
// back-port the fix here.
|
|
34
|
+
if (constants.hasOwnProperty('O_SYMLINK') &&
|
|
35
|
+
process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)) {
|
|
36
|
+
patchLchmod(fs)
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// lutimes implementation, or no-op
|
|
40
|
+
if (!fs.lutimes) {
|
|
41
|
+
patchLutimes(fs)
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// https://github.com/isaacs/node-graceful-fs/issues/4
|
|
45
|
+
// Chown should not fail on einval or eperm if non-root.
|
|
46
|
+
// It should not fail on enosys ever, as this just indicates
|
|
47
|
+
// that a fs doesn't support the intended operation.
|
|
48
|
+
|
|
49
|
+
fs.chown = chownFix(fs.chown)
|
|
50
|
+
fs.fchown = chownFix(fs.fchown)
|
|
51
|
+
fs.lchown = chownFix(fs.lchown)
|
|
52
|
+
|
|
53
|
+
fs.chmod = chmodFix(fs.chmod)
|
|
54
|
+
fs.fchmod = chmodFix(fs.fchmod)
|
|
55
|
+
fs.lchmod = chmodFix(fs.lchmod)
|
|
56
|
+
|
|
57
|
+
fs.chownSync = chownFixSync(fs.chownSync)
|
|
58
|
+
fs.fchownSync = chownFixSync(fs.fchownSync)
|
|
59
|
+
fs.lchownSync = chownFixSync(fs.lchownSync)
|
|
60
|
+
|
|
61
|
+
fs.chmodSync = chmodFixSync(fs.chmodSync)
|
|
62
|
+
fs.fchmodSync = chmodFixSync(fs.fchmodSync)
|
|
63
|
+
fs.lchmodSync = chmodFixSync(fs.lchmodSync)
|
|
64
|
+
|
|
65
|
+
fs.stat = statFix(fs.stat)
|
|
66
|
+
fs.fstat = statFix(fs.fstat)
|
|
67
|
+
fs.lstat = statFix(fs.lstat)
|
|
68
|
+
|
|
69
|
+
fs.statSync = statFixSync(fs.statSync)
|
|
70
|
+
fs.fstatSync = statFixSync(fs.fstatSync)
|
|
71
|
+
fs.lstatSync = statFixSync(fs.lstatSync)
|
|
72
|
+
|
|
73
|
+
// if lchmod/lchown do not exist, then make them no-ops
|
|
74
|
+
if (fs.chmod && !fs.lchmod) {
|
|
75
|
+
fs.lchmod = function (path, mode, cb) {
|
|
76
|
+
if (cb) process.nextTick(cb)
|
|
77
|
+
}
|
|
78
|
+
fs.lchmodSync = function () {}
|
|
79
|
+
}
|
|
80
|
+
if (fs.chown && !fs.lchown) {
|
|
81
|
+
fs.lchown = function (path, uid, gid, cb) {
|
|
82
|
+
if (cb) process.nextTick(cb)
|
|
83
|
+
}
|
|
84
|
+
fs.lchownSync = function () {}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// on Windows, A/V software can lock the directory, causing this
|
|
88
|
+
// to fail with an EACCES or EPERM if the directory contains newly
|
|
89
|
+
// created files. Try again on failure, for up to 60 seconds.
|
|
90
|
+
|
|
91
|
+
// Set the timeout this long because some Windows Anti-Virus, such as Parity
|
|
92
|
+
// bit9, may lock files for up to a minute, causing npm package install
|
|
93
|
+
// failures. Also, take care to yield the scheduler. Windows scheduling gives
|
|
94
|
+
// CPU to a busy looping process, which can cause the program causing the lock
|
|
95
|
+
// contention to be starved of CPU by node, so the contention doesn't resolve.
|
|
96
|
+
if (platform === "win32") {
|
|
97
|
+
fs.rename = typeof fs.rename !== 'function' ? fs.rename
|
|
98
|
+
: (function (fs$rename) {
|
|
99
|
+
function rename (from, to, cb) {
|
|
100
|
+
var start = Date.now()
|
|
101
|
+
var backoff = 0;
|
|
102
|
+
fs$rename(from, to, function CB (er) {
|
|
103
|
+
if (er
|
|
104
|
+
&& (er.code === "EACCES" || er.code === "EPERM" || er.code === "EBUSY")
|
|
105
|
+
&& Date.now() - start < 60000) {
|
|
106
|
+
setTimeout(function() {
|
|
107
|
+
fs.stat(to, function (stater, st) {
|
|
108
|
+
if (stater && stater.code === "ENOENT")
|
|
109
|
+
fs$rename(from, to, CB);
|
|
110
|
+
else
|
|
111
|
+
cb(er)
|
|
112
|
+
})
|
|
113
|
+
}, backoff)
|
|
114
|
+
if (backoff < 100)
|
|
115
|
+
backoff += 10;
|
|
116
|
+
return;
|
|
117
|
+
}
|
|
118
|
+
if (cb) cb(er)
|
|
119
|
+
})
|
|
120
|
+
}
|
|
121
|
+
if (Object.setPrototypeOf) Object.setPrototypeOf(rename, fs$rename)
|
|
122
|
+
return rename
|
|
123
|
+
})(fs.rename)
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// if read() returns EAGAIN, then just try it again.
|
|
127
|
+
fs.read = typeof fs.read !== 'function' ? fs.read
|
|
128
|
+
: (function (fs$read) {
|
|
129
|
+
function read (fd, buffer, offset, length, position, callback_) {
|
|
130
|
+
var callback
|
|
131
|
+
if (callback_ && typeof callback_ === 'function') {
|
|
132
|
+
var eagCounter = 0
|
|
133
|
+
callback = function (er, _, __) {
|
|
134
|
+
if (er && er.code === 'EAGAIN' && eagCounter < 10) {
|
|
135
|
+
eagCounter ++
|
|
136
|
+
return fs$read.call(fs, fd, buffer, offset, length, position, callback)
|
|
137
|
+
}
|
|
138
|
+
callback_.apply(this, arguments)
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
return fs$read.call(fs, fd, buffer, offset, length, position, callback)
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// This ensures `util.promisify` works as it does for native `fs.read`.
|
|
145
|
+
if (Object.setPrototypeOf) Object.setPrototypeOf(read, fs$read)
|
|
146
|
+
return read
|
|
147
|
+
})(fs.read)
|
|
148
|
+
|
|
149
|
+
fs.readSync = typeof fs.readSync !== 'function' ? fs.readSync
|
|
150
|
+
: (function (fs$readSync) { return function (fd, buffer, offset, length, position) {
|
|
151
|
+
var eagCounter = 0
|
|
152
|
+
while (true) {
|
|
153
|
+
try {
|
|
154
|
+
return fs$readSync.call(fs, fd, buffer, offset, length, position)
|
|
155
|
+
} catch (er) {
|
|
156
|
+
if (er.code === 'EAGAIN' && eagCounter < 10) {
|
|
157
|
+
eagCounter ++
|
|
158
|
+
continue
|
|
159
|
+
}
|
|
160
|
+
throw er
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}})(fs.readSync)
|
|
164
|
+
|
|
165
|
+
function patchLchmod (fs) {
|
|
166
|
+
fs.lchmod = function (path, mode, callback) {
|
|
167
|
+
fs.open( path
|
|
168
|
+
, constants.O_WRONLY | constants.O_SYMLINK
|
|
169
|
+
, mode
|
|
170
|
+
, function (err, fd) {
|
|
171
|
+
if (err) {
|
|
172
|
+
if (callback) callback(err)
|
|
173
|
+
return
|
|
174
|
+
}
|
|
175
|
+
// prefer to return the chmod error, if one occurs,
|
|
176
|
+
// but still try to close, and report closing errors if they occur.
|
|
177
|
+
fs.fchmod(fd, mode, function (err) {
|
|
178
|
+
fs.close(fd, function(err2) {
|
|
179
|
+
if (callback) callback(err || err2)
|
|
180
|
+
})
|
|
181
|
+
})
|
|
182
|
+
})
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
fs.lchmodSync = function (path, mode) {
|
|
186
|
+
var fd = fs.openSync(path, constants.O_WRONLY | constants.O_SYMLINK, mode)
|
|
187
|
+
|
|
188
|
+
// prefer to return the chmod error, if one occurs,
|
|
189
|
+
// but still try to close, and report closing errors if they occur.
|
|
190
|
+
var threw = true
|
|
191
|
+
var ret
|
|
192
|
+
try {
|
|
193
|
+
ret = fs.fchmodSync(fd, mode)
|
|
194
|
+
threw = false
|
|
195
|
+
} finally {
|
|
196
|
+
if (threw) {
|
|
197
|
+
try {
|
|
198
|
+
fs.closeSync(fd)
|
|
199
|
+
} catch (er) {}
|
|
200
|
+
} else {
|
|
201
|
+
fs.closeSync(fd)
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
return ret
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
function patchLutimes (fs) {
|
|
209
|
+
if (constants.hasOwnProperty("O_SYMLINK") && fs.futimes) {
|
|
210
|
+
fs.lutimes = function (path, at, mt, cb) {
|
|
211
|
+
fs.open(path, constants.O_SYMLINK, function (er, fd) {
|
|
212
|
+
if (er) {
|
|
213
|
+
if (cb) cb(er)
|
|
214
|
+
return
|
|
215
|
+
}
|
|
216
|
+
fs.futimes(fd, at, mt, function (er) {
|
|
217
|
+
fs.close(fd, function (er2) {
|
|
218
|
+
if (cb) cb(er || er2)
|
|
219
|
+
})
|
|
220
|
+
})
|
|
221
|
+
})
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
fs.lutimesSync = function (path, at, mt) {
|
|
225
|
+
var fd = fs.openSync(path, constants.O_SYMLINK)
|
|
226
|
+
var ret
|
|
227
|
+
var threw = true
|
|
228
|
+
try {
|
|
229
|
+
ret = fs.futimesSync(fd, at, mt)
|
|
230
|
+
threw = false
|
|
231
|
+
} finally {
|
|
232
|
+
if (threw) {
|
|
233
|
+
try {
|
|
234
|
+
fs.closeSync(fd)
|
|
235
|
+
} catch (er) {}
|
|
236
|
+
} else {
|
|
237
|
+
fs.closeSync(fd)
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
return ret
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
} else if (fs.futimes) {
|
|
244
|
+
fs.lutimes = function (_a, _b, _c, cb) { if (cb) process.nextTick(cb) }
|
|
245
|
+
fs.lutimesSync = function () {}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
function chmodFix (orig) {
|
|
250
|
+
if (!orig) return orig
|
|
251
|
+
return function (target, mode, cb) {
|
|
252
|
+
return orig.call(fs, target, mode, function (er) {
|
|
253
|
+
if (chownErOk(er)) er = null
|
|
254
|
+
if (cb) cb.apply(this, arguments)
|
|
255
|
+
})
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
function chmodFixSync (orig) {
|
|
260
|
+
if (!orig) return orig
|
|
261
|
+
return function (target, mode) {
|
|
262
|
+
try {
|
|
263
|
+
return orig.call(fs, target, mode)
|
|
264
|
+
} catch (er) {
|
|
265
|
+
if (!chownErOk(er)) throw er
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
function chownFix (orig) {
|
|
272
|
+
if (!orig) return orig
|
|
273
|
+
return function (target, uid, gid, cb) {
|
|
274
|
+
return orig.call(fs, target, uid, gid, function (er) {
|
|
275
|
+
if (chownErOk(er)) er = null
|
|
276
|
+
if (cb) cb.apply(this, arguments)
|
|
277
|
+
})
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
function chownFixSync (orig) {
|
|
282
|
+
if (!orig) return orig
|
|
283
|
+
return function (target, uid, gid) {
|
|
284
|
+
try {
|
|
285
|
+
return orig.call(fs, target, uid, gid)
|
|
286
|
+
} catch (er) {
|
|
287
|
+
if (!chownErOk(er)) throw er
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
function statFix (orig) {
|
|
293
|
+
if (!orig) return orig
|
|
294
|
+
// Older versions of Node erroneously returned signed integers for
|
|
295
|
+
// uid + gid.
|
|
296
|
+
return function (target, options, cb) {
|
|
297
|
+
if (typeof options === 'function') {
|
|
298
|
+
cb = options
|
|
299
|
+
options = null
|
|
300
|
+
}
|
|
301
|
+
function callback (er, stats) {
|
|
302
|
+
if (stats) {
|
|
303
|
+
if (stats.uid < 0) stats.uid += 0x100000000
|
|
304
|
+
if (stats.gid < 0) stats.gid += 0x100000000
|
|
305
|
+
}
|
|
306
|
+
if (cb) cb.apply(this, arguments)
|
|
307
|
+
}
|
|
308
|
+
return options ? orig.call(fs, target, options, callback)
|
|
309
|
+
: orig.call(fs, target, callback)
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
function statFixSync (orig) {
|
|
314
|
+
if (!orig) return orig
|
|
315
|
+
// Older versions of Node erroneously returned signed integers for
|
|
316
|
+
// uid + gid.
|
|
317
|
+
return function (target, options) {
|
|
318
|
+
var stats = options ? orig.call(fs, target, options)
|
|
319
|
+
: orig.call(fs, target)
|
|
320
|
+
if (stats) {
|
|
321
|
+
if (stats.uid < 0) stats.uid += 0x100000000
|
|
322
|
+
if (stats.gid < 0) stats.gid += 0x100000000
|
|
323
|
+
}
|
|
324
|
+
return stats;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
// ENOSYS means that the fs doesn't support the op. Just ignore
|
|
329
|
+
// that, because it doesn't matter.
|
|
330
|
+
//
|
|
331
|
+
// if there's no getuid, or if getuid() is something other
|
|
332
|
+
// than 0, and the error is EINVAL or EPERM, then just ignore
|
|
333
|
+
// it.
|
|
334
|
+
//
|
|
335
|
+
// This specific case is a silent failure in cp, install, tar,
|
|
336
|
+
// and most other unix tools that manage permissions.
|
|
337
|
+
//
|
|
338
|
+
// When running as root, or if other types of errors are
|
|
339
|
+
// encountered, then it's strict.
|
|
340
|
+
function chownErOk (er) {
|
|
341
|
+
if (!er)
|
|
342
|
+
return true
|
|
343
|
+
|
|
344
|
+
if (er.code === "ENOSYS")
|
|
345
|
+
return true
|
|
346
|
+
|
|
347
|
+
var nonroot = !process.getuid || process.getuid() !== 0
|
|
348
|
+
if (nonroot) {
|
|
349
|
+
if (er.code === "EINVAL" || er.code === "EPERM")
|
|
350
|
+
return true
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
return false
|
|
354
|
+
}
|
|
355
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag.
|
|
3
|
+
|
|
4
|
+
@param flag - CLI flag to look for. The `--` prefix is optional.
|
|
5
|
+
@param argv - CLI arguments. Default: `process.argv`.
|
|
6
|
+
@returns Whether the flag exists.
|
|
7
|
+
|
|
8
|
+
@example
|
|
9
|
+
```
|
|
10
|
+
// $ ts-node foo.ts -f --unicorn --foo=bar -- --rainbow
|
|
11
|
+
|
|
12
|
+
// foo.ts
|
|
13
|
+
import hasFlag = require('has-flag');
|
|
14
|
+
|
|
15
|
+
hasFlag('unicorn');
|
|
16
|
+
//=> true
|
|
17
|
+
|
|
18
|
+
hasFlag('--unicorn');
|
|
19
|
+
//=> true
|
|
20
|
+
|
|
21
|
+
hasFlag('f');
|
|
22
|
+
//=> true
|
|
23
|
+
|
|
24
|
+
hasFlag('-f');
|
|
25
|
+
//=> true
|
|
26
|
+
|
|
27
|
+
hasFlag('foo=bar');
|
|
28
|
+
//=> true
|
|
29
|
+
|
|
30
|
+
hasFlag('foo');
|
|
31
|
+
//=> false
|
|
32
|
+
|
|
33
|
+
hasFlag('rainbow');
|
|
34
|
+
//=> false
|
|
35
|
+
```
|
|
36
|
+
*/
|
|
37
|
+
declare function hasFlag(flag: string, argv?: string[]): boolean;
|
|
38
|
+
|
|
39
|
+
export = hasFlag;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
module.exports = (flag, argv = process.argv) => {
|
|
4
|
+
const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--');
|
|
5
|
+
const position = argv.indexOf(prefix + flag);
|
|
6
|
+
const terminatorPosition = argv.indexOf('--');
|
|
7
|
+
return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
|
|
8
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "has-flag",
|
|
3
|
+
"version": "4.0.0",
|
|
4
|
+
"description": "Check if argv has a specific flag",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "sindresorhus/has-flag",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "Sindre Sorhus",
|
|
9
|
+
"email": "sindresorhus@gmail.com",
|
|
10
|
+
"url": "sindresorhus.com"
|
|
11
|
+
},
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=8"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"test": "xo && ava && tsd"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"index.js",
|
|
20
|
+
"index.d.ts"
|
|
21
|
+
],
|
|
22
|
+
"keywords": [
|
|
23
|
+
"has",
|
|
24
|
+
"check",
|
|
25
|
+
"detect",
|
|
26
|
+
"contains",
|
|
27
|
+
"find",
|
|
28
|
+
"flag",
|
|
29
|
+
"cli",
|
|
30
|
+
"command-line",
|
|
31
|
+
"argv",
|
|
32
|
+
"process",
|
|
33
|
+
"arg",
|
|
34
|
+
"args",
|
|
35
|
+
"argument",
|
|
36
|
+
"arguments",
|
|
37
|
+
"getopt",
|
|
38
|
+
"minimist",
|
|
39
|
+
"optimist"
|
|
40
|
+
],
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"ava": "^1.4.1",
|
|
43
|
+
"tsd": "^0.7.2",
|
|
44
|
+
"xo": "^0.24.0"
|
|
45
|
+
}
|
|
46
|
+
}
|