From b2f7784914a3f87f2516e2755420ecd99eb9f6f8 Mon Sep 17 00:00:00 2001 From: saad Date: Fri, 13 Oct 2023 02:18:51 -0400 Subject: [PATCH] add multithreaded code --- chat.db | Bin 0 -> 16384 bytes index.html | 54 +- index.js | 94 +- node_modules/.bin/color-support | 12 + node_modules/.bin/color-support.cmd | 17 + node_modules/.bin/color-support.ps1 | 28 + node_modules/.bin/mkdirp | 12 + node_modules/.bin/mkdirp.cmd | 17 + node_modules/.bin/mkdirp.ps1 | 28 + node_modules/.bin/node-gyp | 12 + node_modules/.bin/node-gyp.cmd | 17 + node_modules/.bin/node-gyp.ps1 | 28 + node_modules/.bin/node-pre-gyp | 12 + node_modules/.bin/node-pre-gyp.cmd | 17 + node_modules/.bin/node-pre-gyp.ps1 | 28 + node_modules/.bin/node-which | 12 + node_modules/.bin/node-which.cmd | 17 + node_modules/.bin/node-which.ps1 | 28 + node_modules/.bin/nopt | 12 + node_modules/.bin/nopt.cmd | 17 + node_modules/.bin/nopt.ps1 | 28 + node_modules/.bin/rimraf | 12 + node_modules/.bin/rimraf.cmd | 17 + node_modules/.bin/rimraf.ps1 | 28 + node_modules/.bin/semver | 12 + node_modules/.bin/semver.cmd | 17 + node_modules/.bin/semver.ps1 | 28 + node_modules/.package-lock.json | 1043 +++ node_modules/@gar/promisify/LICENSE.md | 10 + node_modules/@gar/promisify/README.md | 65 + node_modules/@gar/promisify/index.js | 36 + node_modules/@gar/promisify/package.json | 32 + .../node-pre-gyp/.github/workflows/codeql.yml | 74 + .../@mapbox/node-pre-gyp/CHANGELOG.md | 510 ++ node_modules/@mapbox/node-pre-gyp/LICENSE | 27 + node_modules/@mapbox/node-pre-gyp/README.md | 742 ++ .../@mapbox/node-pre-gyp/bin/node-pre-gyp | 4 + .../@mapbox/node-pre-gyp/bin/node-pre-gyp.cmd | 2 + .../@mapbox/node-pre-gyp/contributing.md | 10 + .../@mapbox/node-pre-gyp/lib/build.js | 51 + .../@mapbox/node-pre-gyp/lib/clean.js | 31 + .../@mapbox/node-pre-gyp/lib/configure.js | 52 + node_modules/@mapbox/node-pre-gyp/lib/info.js | 38 + .../@mapbox/node-pre-gyp/lib/install.js | 235 + node_modules/@mapbox/node-pre-gyp/lib/main.js | 125 + .../@mapbox/node-pre-gyp/lib/node-pre-gyp.js | 309 + .../@mapbox/node-pre-gyp/lib/package.js | 73 + .../@mapbox/node-pre-gyp/lib/pre-binding.js | 34 + .../@mapbox/node-pre-gyp/lib/publish.js | 81 + .../@mapbox/node-pre-gyp/lib/rebuild.js | 20 + .../@mapbox/node-pre-gyp/lib/reinstall.js | 19 + .../@mapbox/node-pre-gyp/lib/reveal.js | 32 + .../@mapbox/node-pre-gyp/lib/testbinary.js | 79 + .../@mapbox/node-pre-gyp/lib/testpackage.js | 53 + .../@mapbox/node-pre-gyp/lib/unpublish.js | 41 + .../node-pre-gyp/lib/util/abi_crosswalk.json | 2602 +++++++ .../@mapbox/node-pre-gyp/lib/util/compile.js | 93 + .../node-pre-gyp/lib/util/handle_gyp_opts.js | 102 + .../@mapbox/node-pre-gyp/lib/util/napi.js | 205 + .../lib/util/nw-pre-gyp/index.html | 26 + .../lib/util/nw-pre-gyp/package.json | 9 + .../@mapbox/node-pre-gyp/lib/util/s3_setup.js | 163 + .../node-pre-gyp/lib/util/versioning.js | 335 + .../@mapbox/node-pre-gyp/package.json | 62 + node_modules/@npmcli/fs/LICENSE.md | 20 + node_modules/@npmcli/fs/README.md | 60 + .../fs/lib/common/file-url-to-path/index.js | 17 + .../lib/common/file-url-to-path/polyfill.js | 121 + .../@npmcli/fs/lib/common/get-options.js | 20 + node_modules/@npmcli/fs/lib/common/node.js | 9 + node_modules/@npmcli/fs/lib/common/owner.js | 92 + node_modules/@npmcli/fs/lib/copy-file.js | 22 + node_modules/@npmcli/fs/lib/cp/LICENSE | 15 + node_modules/@npmcli/fs/lib/cp/index.js | 22 + node_modules/@npmcli/fs/lib/cp/polyfill.js | 428 ++ node_modules/@npmcli/fs/lib/errors.js | 129 + node_modules/@npmcli/fs/lib/fs.js | 8 + node_modules/@npmcli/fs/lib/index.js | 10 + node_modules/@npmcli/fs/lib/mkdir/index.js | 32 + node_modules/@npmcli/fs/lib/mkdir/polyfill.js | 81 + node_modules/@npmcli/fs/lib/mkdtemp.js | 28 + node_modules/@npmcli/fs/lib/rm/index.js | 22 + node_modules/@npmcli/fs/lib/rm/polyfill.js | 239 + node_modules/@npmcli/fs/lib/with-temp-dir.js | 39 + node_modules/@npmcli/fs/lib/write-file.js | 19 + node_modules/@npmcli/fs/package.json | 38 + node_modules/@npmcli/move-file/LICENSE.md | 22 + node_modules/@npmcli/move-file/README.md | 69 + node_modules/@npmcli/move-file/index.js | 162 + node_modules/@npmcli/move-file/package.json | 34 + .../@socket.io/cluster-adapter/LICENSE | 7 + .../@socket.io/cluster-adapter/README.md | 100 + .../cluster-adapter/dist/index.d.ts | 52 + .../@socket.io/cluster-adapter/dist/index.js | 470 ++ .../@socket.io/cluster-adapter/package.json | 48 + .../@tootallnate/once/dist/index.d.ts | 14 + node_modules/@tootallnate/once/dist/index.js | 39 + .../@tootallnate/once/dist/index.js.map | 1 + node_modules/@tootallnate/once/package.json | 45 + node_modules/abbrev/LICENSE | 46 + node_modules/abbrev/README.md | 23 + node_modules/abbrev/abbrev.js | 61 + node_modules/abbrev/package.json | 21 + node_modules/agent-base/README.md | 145 + node_modules/agent-base/dist/src/index.d.ts | 78 + node_modules/agent-base/dist/src/index.js | 203 + node_modules/agent-base/dist/src/index.js.map | 1 + .../agent-base/dist/src/promisify.d.ts | 4 + node_modules/agent-base/dist/src/promisify.js | 18 + .../agent-base/dist/src/promisify.js.map | 1 + node_modules/agent-base/package.json | 64 + node_modules/agent-base/src/index.ts | 345 + node_modules/agent-base/src/promisify.ts | 33 + node_modules/agentkeepalive/History.md | 268 + node_modules/agentkeepalive/LICENSE | 23 + node_modules/agentkeepalive/README.md | 256 + node_modules/agentkeepalive/browser.js | 5 + node_modules/agentkeepalive/index.d.ts | 65 + node_modules/agentkeepalive/index.js | 5 + node_modules/agentkeepalive/lib/agent.js | 402 ++ node_modules/agentkeepalive/lib/constants.js | 14 + .../agentkeepalive/lib/https_agent.js | 51 + node_modules/agentkeepalive/package.json | 56 + node_modules/aggregate-error/index.d.ts | 51 + node_modules/aggregate-error/index.js | 47 + node_modules/aggregate-error/license | 9 + node_modules/aggregate-error/package.json | 41 + node_modules/aggregate-error/readme.md | 61 + node_modules/ansi-regex/index.d.ts | 37 + node_modules/ansi-regex/index.js | 10 + node_modules/ansi-regex/license | 9 + node_modules/ansi-regex/package.json | 55 + node_modules/ansi-regex/readme.md | 78 + node_modules/aproba/CHANGELOG.md | 4 + node_modules/aproba/LICENSE | 14 + node_modules/aproba/README.md | 94 + node_modules/aproba/index.js | 105 + node_modules/aproba/package.json | 35 + node_modules/are-we-there-yet/LICENSE.md | 18 + node_modules/are-we-there-yet/README.md | 208 + node_modules/are-we-there-yet/lib/index.js | 4 + .../are-we-there-yet/lib/tracker-base.js | 11 + .../are-we-there-yet/lib/tracker-group.js | 116 + .../are-we-there-yet/lib/tracker-stream.js | 36 + node_modules/are-we-there-yet/lib/tracker.js | 32 + node_modules/are-we-there-yet/package.json | 53 + .../balanced-match/.github/FUNDING.yml | 2 + node_modules/balanced-match/LICENSE.md | 21 + node_modules/balanced-match/README.md | 97 + node_modules/balanced-match/index.js | 62 + node_modules/balanced-match/package.json | 48 + node_modules/brace-expansion/LICENSE | 21 + node_modules/brace-expansion/README.md | 129 + node_modules/brace-expansion/index.js | 201 + node_modules/brace-expansion/package.json | 47 + node_modules/cacache/LICENSE.md | 16 + node_modules/cacache/README.md | 703 ++ node_modules/cacache/get.js | 237 + node_modules/cacache/index.js | 46 + node_modules/cacache/lib/content/path.js | 29 + node_modules/cacache/lib/content/read.js | 244 + node_modules/cacache/lib/content/rm.js | 19 + node_modules/cacache/lib/content/write.js | 189 + node_modules/cacache/lib/entry-index.js | 394 ++ node_modules/cacache/lib/memoization.js | 73 + node_modules/cacache/lib/util/disposer.js | 30 + node_modules/cacache/lib/util/fix-owner.js | 142 + .../cacache/lib/util/hash-to-segments.js | 7 + node_modules/cacache/lib/util/move-file.js | 67 + node_modules/cacache/lib/util/tmp.js | 35 + node_modules/cacache/lib/verify.js | 287 + node_modules/cacache/ls.js | 6 + node_modules/cacache/package.json | 80 + node_modules/cacache/put.js | 83 + node_modules/cacache/rm.js | 31 + node_modules/cacache/verify.js | 3 + node_modules/chownr/LICENSE | 15 + node_modules/chownr/README.md | 3 + node_modules/chownr/chownr.js | 167 + node_modules/chownr/package.json | 32 + node_modules/clean-stack/index.d.ts | 47 + node_modules/clean-stack/index.js | 40 + node_modules/clean-stack/license | 9 + node_modules/clean-stack/package.json | 39 + node_modules/clean-stack/readme.md | 76 + node_modules/color-support/LICENSE | 15 + node_modules/color-support/README.md | 129 + node_modules/color-support/bin.js | 3 + node_modules/color-support/browser.js | 14 + node_modules/color-support/index.js | 134 + node_modules/color-support/package.json | 36 + node_modules/concat-map/.travis.yml | 4 + node_modules/concat-map/LICENSE | 18 + node_modules/concat-map/README.markdown | 62 + node_modules/concat-map/example/map.js | 6 + node_modules/concat-map/index.js | 13 + node_modules/concat-map/package.json | 43 + node_modules/concat-map/test/map.js | 39 + node_modules/console-control-strings/LICENSE | 13 + .../console-control-strings/README.md | 145 + .../console-control-strings/README.md~ | 140 + node_modules/console-control-strings/index.js | 125 + .../console-control-strings/package.json | 27 + node_modules/delegates/.npmignore | 1 + node_modules/delegates/History.md | 22 + node_modules/delegates/License | 20 + node_modules/delegates/Makefile | 8 + node_modules/delegates/Readme.md | 94 + node_modules/delegates/index.js | 121 + node_modules/delegates/package.json | 13 + node_modules/delegates/test/index.js | 94 + node_modules/detect-libc/LICENSE | 201 + node_modules/detect-libc/README.md | 163 + node_modules/detect-libc/index.d.ts | 14 + node_modules/detect-libc/lib/detect-libc.js | 279 + node_modules/detect-libc/lib/filesystem.js | 41 + node_modules/detect-libc/lib/process.js | 19 + node_modules/detect-libc/package.json | 40 + node_modules/emoji-regex/LICENSE-MIT.txt | 20 + node_modules/emoji-regex/README.md | 73 + node_modules/emoji-regex/es2015/index.js | 6 + node_modules/emoji-regex/es2015/text.js | 6 + node_modules/emoji-regex/index.d.ts | 23 + node_modules/emoji-regex/index.js | 6 + node_modules/emoji-regex/package.json | 50 + node_modules/emoji-regex/text.js | 6 + node_modules/encoding/.prettierrc.js | 8 + node_modules/encoding/.travis.yml | 25 + node_modules/encoding/LICENSE | 16 + node_modules/encoding/README.md | 41 + node_modules/encoding/lib/encoding.js | 83 + .../iconv-lite/.github/dependabot.yml | 11 + .../iconv-lite/.idea/codeStyles/Project.xml | 47 + .../.idea/codeStyles/codeStyleConfig.xml | 5 + .../iconv-lite/.idea/iconv-lite.iml | 12 + .../inspectionProfiles/Project_Default.xml | 6 + .../node_modules/iconv-lite/.idea/modules.xml | 8 + .../node_modules/iconv-lite/.idea/vcs.xml | 6 + .../node_modules/iconv-lite/Changelog.md | 212 + .../encoding/node_modules/iconv-lite/LICENSE | 21 + .../node_modules/iconv-lite/README.md | 130 + .../iconv-lite/encodings/dbcs-codec.js | 597 ++ .../iconv-lite/encodings/dbcs-data.js | 188 + .../iconv-lite/encodings/index.js | 23 + .../iconv-lite/encodings/internal.js | 198 + .../iconv-lite/encodings/sbcs-codec.js | 72 + .../encodings/sbcs-data-generated.js | 451 ++ .../iconv-lite/encodings/sbcs-data.js | 179 + .../encodings/tables/big5-added.json | 122 + .../iconv-lite/encodings/tables/cp936.json | 264 + .../iconv-lite/encodings/tables/cp949.json | 273 + .../iconv-lite/encodings/tables/cp950.json | 177 + .../iconv-lite/encodings/tables/eucjp.json | 182 + .../encodings/tables/gb18030-ranges.json | 1 + .../encodings/tables/gbk-added.json | 56 + .../iconv-lite/encodings/tables/shiftjis.json | 125 + .../iconv-lite/encodings/utf16.js | 197 + .../iconv-lite/encodings/utf32.js | 319 + .../node_modules/iconv-lite/encodings/utf7.js | 290 + .../iconv-lite/lib/bom-handling.js | 52 + .../node_modules/iconv-lite/lib/index.d.ts | 41 + .../node_modules/iconv-lite/lib/index.js | 180 + .../node_modules/iconv-lite/lib/streams.js | 109 + .../node_modules/iconv-lite/package.json | 44 + node_modules/encoding/package.json | 18 + node_modules/encoding/test/test.js | 49 + node_modules/env-paths/index.d.ts | 101 + node_modules/env-paths/index.js | 74 + node_modules/env-paths/license | 9 + node_modules/env-paths/package.json | 45 + node_modules/env-paths/readme.md | 115 + node_modules/err-code/.editorconfig | 12 + node_modules/err-code/.eslintrc.json | 7 + node_modules/err-code/.travis.yml | 4 + node_modules/err-code/README.md | 70 + node_modules/err-code/bower.json | 30 + node_modules/err-code/index.js | 47 + node_modules/err-code/index.umd.js | 51 + node_modules/err-code/package.json | 34 + node_modules/err-code/test/.eslintrc.json | 5 + node_modules/err-code/test/test.js | 159 + node_modules/fs-minipass/LICENSE | 15 + node_modules/fs-minipass/README.md | 70 + node_modules/fs-minipass/index.js | 422 ++ node_modules/fs-minipass/package.json | 39 + node_modules/fs.realpath/LICENSE | 43 + node_modules/fs.realpath/README.md | 33 + node_modules/fs.realpath/index.js | 66 + node_modules/fs.realpath/old.js | 303 + node_modules/fs.realpath/package.json | 26 + node_modules/gauge/CHANGELOG.md | 163 + node_modules/gauge/LICENSE | 13 + node_modules/gauge/README.md | 402 ++ node_modules/gauge/base-theme.js | 14 + node_modules/gauge/error.js | 24 + node_modules/gauge/has-color.js | 4 + node_modules/gauge/index.js | 233 + node_modules/gauge/package.json | 66 + node_modules/gauge/plumbing.js | 48 + node_modules/gauge/process.js | 3 + node_modules/gauge/progress-bar.js | 35 + node_modules/gauge/render-template.js | 178 + node_modules/gauge/set-immediate.js | 7 + node_modules/gauge/set-interval.js | 3 + node_modules/gauge/spin.js | 5 + node_modules/gauge/template-item.js | 72 + node_modules/gauge/theme-set.js | 114 + node_modules/gauge/themes.js | 56 + node_modules/gauge/wide-truncate.js | 25 + node_modules/glob/LICENSE | 21 + node_modules/glob/README.md | 378 + node_modules/glob/common.js | 238 + node_modules/glob/glob.js | 790 +++ node_modules/glob/package.json | 55 + node_modules/glob/sync.js | 486 ++ node_modules/graceful-fs/LICENSE | 15 + node_modules/graceful-fs/README.md | 143 + node_modules/graceful-fs/clone.js | 23 + node_modules/graceful-fs/graceful-fs.js | 448 ++ node_modules/graceful-fs/legacy-streams.js | 118 + node_modules/graceful-fs/package.json | 53 + node_modules/graceful-fs/polyfills.js | 355 + node_modules/has-unicode/LICENSE | 14 + node_modules/has-unicode/README.md | 43 + node_modules/has-unicode/index.js | 16 + node_modules/has-unicode/package.json | 30 + node_modules/http-cache-semantics/LICENSE | 9 + node_modules/http-cache-semantics/README.md | 203 + node_modules/http-cache-semantics/index.js | 674 ++ .../http-cache-semantics/package.json | 18 + node_modules/http-proxy-agent/README.md | 74 + node_modules/http-proxy-agent/dist/agent.d.ts | 32 + node_modules/http-proxy-agent/dist/agent.js | 145 + .../http-proxy-agent/dist/agent.js.map | 1 + node_modules/http-proxy-agent/dist/index.d.ts | 21 + node_modules/http-proxy-agent/dist/index.js | 14 + .../http-proxy-agent/dist/index.js.map | 1 + node_modules/http-proxy-agent/package.json | 57 + node_modules/https-proxy-agent/README.md | 137 + .../https-proxy-agent/dist/agent.d.ts | 30 + node_modules/https-proxy-agent/dist/agent.js | 177 + .../https-proxy-agent/dist/agent.js.map | 1 + .../https-proxy-agent/dist/index.d.ts | 23 + node_modules/https-proxy-agent/dist/index.js | 14 + .../https-proxy-agent/dist/index.js.map | 1 + .../dist/parse-proxy-response.d.ts | 7 + .../dist/parse-proxy-response.js | 66 + .../dist/parse-proxy-response.js.map | 1 + node_modules/https-proxy-agent/package.json | 56 + node_modules/humanize-ms/History.md | 25 + node_modules/humanize-ms/LICENSE | 17 + node_modules/humanize-ms/README.md | 40 + node_modules/humanize-ms/index.js | 24 + node_modules/humanize-ms/package.json | 37 + node_modules/imurmurhash/README.md | 122 + node_modules/imurmurhash/imurmurhash.js | 138 + node_modules/imurmurhash/imurmurhash.min.js | 12 + node_modules/imurmurhash/package.json | 40 + node_modules/indent-string/index.d.ts | 42 + node_modules/indent-string/index.js | 35 + node_modules/indent-string/license | 9 + node_modules/indent-string/package.json | 37 + node_modules/indent-string/readme.md | 70 + node_modules/infer-owner/LICENSE | 15 + node_modules/infer-owner/README.md | 41 + node_modules/infer-owner/index.js | 71 + node_modules/infer-owner/package.json | 26 + node_modules/inflight/LICENSE | 15 + node_modules/inflight/README.md | 37 + node_modules/inflight/inflight.js | 54 + node_modules/inflight/package.json | 29 + node_modules/ip/README.md | 90 + node_modules/ip/lib/ip.js | 422 ++ node_modules/ip/package.json | 25 + .../is-fullwidth-code-point/index.d.ts | 17 + node_modules/is-fullwidth-code-point/index.js | 50 + node_modules/is-fullwidth-code-point/license | 9 + .../is-fullwidth-code-point/package.json | 42 + .../is-fullwidth-code-point/readme.md | 39 + node_modules/is-lambda/.npmignore | 1 + node_modules/is-lambda/.travis.yml | 8 + node_modules/is-lambda/LICENSE | 21 + node_modules/is-lambda/README.md | 27 + node_modules/is-lambda/index.js | 6 + node_modules/is-lambda/package.json | 35 + node_modules/is-lambda/test.js | 16 + node_modules/isexe/.npmignore | 2 + node_modules/isexe/LICENSE | 15 + node_modules/isexe/README.md | 51 + node_modules/isexe/index.js | 57 + node_modules/isexe/mode.js | 41 + node_modules/isexe/package.json | 31 + node_modules/isexe/test/basic.js | 221 + node_modules/isexe/windows.js | 42 + node_modules/lru-cache/LICENSE | 15 + node_modules/lru-cache/README.md | 166 + node_modules/lru-cache/index.js | 334 + node_modules/lru-cache/package.json | 34 + node_modules/make-dir/index.d.ts | 66 + node_modules/make-dir/index.js | 156 + node_modules/make-dir/license | 9 + .../make-dir/node_modules/.bin/semver | 12 + .../make-dir/node_modules/.bin/semver.cmd | 17 + .../make-dir/node_modules/.bin/semver.ps1 | 28 + .../make-dir/node_modules/semver/LICENSE | 15 + .../make-dir/node_modules/semver/README.md | 443 ++ .../node_modules/semver/bin/semver.js | 174 + .../make-dir/node_modules/semver/package.json | 38 + .../make-dir/node_modules/semver/range.bnf | 16 + .../make-dir/node_modules/semver/semver.js | 1643 +++++ node_modules/make-dir/package.json | 59 + node_modules/make-dir/readme.md | 125 + node_modules/make-fetch-happen/LICENSE | 16 + node_modules/make-fetch-happen/README.md | 395 ++ node_modules/make-fetch-happen/lib/agent.js | 194 + .../make-fetch-happen/lib/cache/entry.js | 460 ++ .../make-fetch-happen/lib/cache/errors.js | 10 + .../make-fetch-happen/lib/cache/index.js | 45 + .../make-fetch-happen/lib/cache/key.js | 17 + .../make-fetch-happen/lib/cache/policy.js | 161 + node_modules/make-fetch-happen/lib/fetch.js | 100 + node_modules/make-fetch-happen/lib/index.js | 40 + node_modules/make-fetch-happen/lib/options.js | 44 + node_modules/make-fetch-happen/lib/remote.js | 102 + node_modules/make-fetch-happen/package.json | 76 + node_modules/minimatch/LICENSE | 15 + node_modules/minimatch/README.md | 230 + node_modules/minimatch/minimatch.js | 947 +++ node_modules/minimatch/package.json | 33 + node_modules/minipass-collect/LICENSE | 15 + node_modules/minipass-collect/README.md | 48 + node_modules/minipass-collect/index.js | 71 + node_modules/minipass-collect/package.json | 29 + node_modules/minipass-fetch/LICENSE | 28 + node_modules/minipass-fetch/README.md | 29 + node_modules/minipass-fetch/index.js | 1 + .../minipass-fetch/lib/abort-error.js | 17 + node_modules/minipass-fetch/lib/blob.js | 97 + node_modules/minipass-fetch/lib/body.js | 334 + .../minipass-fetch/lib/fetch-error.js | 31 + node_modules/minipass-fetch/lib/headers.js | 250 + node_modules/minipass-fetch/lib/index.js | 341 + node_modules/minipass-fetch/lib/request.js | 263 + node_modules/minipass-fetch/lib/response.js | 89 + node_modules/minipass-fetch/package.json | 53 + node_modules/minipass-flush/LICENSE | 15 + node_modules/minipass-flush/README.md | 47 + node_modules/minipass-flush/index.js | 39 + node_modules/minipass-flush/package.json | 39 + node_modules/minipass-pipeline/LICENSE | 15 + node_modules/minipass-pipeline/README.md | 69 + node_modules/minipass-pipeline/index.js | 128 + node_modules/minipass-pipeline/package.json | 29 + node_modules/minipass-sized/.npmignore | 22 + node_modules/minipass-sized/LICENSE | 15 + node_modules/minipass-sized/README.md | 28 + node_modules/minipass-sized/index.js | 67 + node_modules/minipass-sized/package-lock.json | 3464 +++++++++ node_modules/minipass-sized/package.json | 39 + node_modules/minipass-sized/test/basic.js | 83 + node_modules/minipass/LICENSE | 15 + node_modules/minipass/README.md | 728 ++ node_modules/minipass/index.d.ts | 155 + node_modules/minipass/index.js | 649 ++ node_modules/minipass/package.json | 56 + node_modules/minizlib/LICENSE | 26 + node_modules/minizlib/README.md | 60 + node_modules/minizlib/constants.js | 115 + node_modules/minizlib/index.js | 348 + node_modules/minizlib/package.json | 42 + node_modules/mkdirp/CHANGELOG.md | 15 + node_modules/mkdirp/LICENSE | 21 + node_modules/mkdirp/bin/cmd.js | 68 + node_modules/mkdirp/index.js | 31 + node_modules/mkdirp/lib/find-made.js | 29 + node_modules/mkdirp/lib/mkdirp-manual.js | 64 + node_modules/mkdirp/lib/mkdirp-native.js | 39 + node_modules/mkdirp/lib/opts-arg.js | 23 + node_modules/mkdirp/lib/path-arg.js | 29 + node_modules/mkdirp/lib/use-native.js | 10 + node_modules/mkdirp/package.json | 44 + node_modules/mkdirp/readme.markdown | 266 + node_modules/node-addon-api/LICENSE.md | 13 + node_modules/node-addon-api/README.md | 293 + node_modules/node-addon-api/common.gypi | 21 + node_modules/node-addon-api/except.gypi | 25 + node_modules/node-addon-api/index.js | 11 + .../node-addon-api/napi-inl.deprecated.h | 192 + node_modules/node-addon-api/napi-inl.h | 6209 +++++++++++++++++ node_modules/node-addon-api/napi.h | 2983 ++++++++ node_modules/node-addon-api/node_api.gyp | 9 + node_modules/node-addon-api/noexcept.gypi | 26 + node_modules/node-addon-api/nothing.c | 0 .../node-addon-api/package-support.json | 21 + node_modules/node-addon-api/package.json | 399 ++ node_modules/node-addon-api/tools/README.md | 73 + .../node-addon-api/tools/check-napi.js | 100 + .../node-addon-api/tools/clang-format.js | 68 + .../node-addon-api/tools/conversion.js | 309 + .../node-addon-api/tools/eslint-format.js | 71 + node_modules/node-fetch/LICENSE.md | 22 + node_modules/node-fetch/README.md | 634 ++ node_modules/node-fetch/browser.js | 25 + node_modules/node-fetch/lib/index.es.js | 1777 +++++ node_modules/node-fetch/lib/index.js | 1787 +++++ node_modules/node-fetch/lib/index.mjs | 1775 +++++ node_modules/node-fetch/package.json | 89 + .../node-gyp/.github/ISSUE_TEMPLATE.md | 52 + .../node-gyp/.github/PULL_REQUEST_TEMPLATE.md | 17 + .../.github/workflows/release-please.yml | 56 + .../node-gyp/.github/workflows/tests.yml | 45 + .../.github/workflows/visual-studio.yml | 25 + node_modules/node-gyp/CHANGELOG.md | 687 ++ node_modules/node-gyp/CONTRIBUTING.md | 34 + node_modules/node-gyp/LICENSE | 24 + node_modules/node-gyp/README.md | 256 + node_modules/node-gyp/addon.gypi | 185 + node_modules/node-gyp/bin/node-gyp.js | 140 + node_modules/node-gyp/docs/Common-issues.md | 14 + ...re-versions-of-node-cannot-be-installed.md | 94 + node_modules/node-gyp/docs/Home.md | 7 + .../node-gyp/docs/Linking-to-OpenSSL.md | 86 + .../docs/Updating-npm-bundled-node-gyp.md | 45 + .../docs/binding.gyp-files-in-the-wild.md | 48 + node_modules/node-gyp/gyp/.flake8 | 4 + .../gyp/.github/workflows/Python_tests.yml | 30 + .../gyp/.github/workflows/node-gyp.yml | 42 + .../gyp/.github/workflows/nodejs-windows.yml | 27 + .../gyp/.github/workflows/release-please.yml | 16 + node_modules/node-gyp/gyp/AUTHORS | 16 + node_modules/node-gyp/gyp/CHANGELOG.md | 177 + node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md | 4 + node_modules/node-gyp/gyp/CONTRIBUTING.md | 32 + node_modules/node-gyp/gyp/LICENSE | 28 + node_modules/node-gyp/gyp/README.md | 7 + .../node-gyp/gyp/data/win/large-pdb-shim.cc | 12 + node_modules/node-gyp/gyp/gyp | 8 + node_modules/node-gyp/gyp/gyp.bat | 5 + node_modules/node-gyp/gyp/gyp_main.py | 45 + .../node-gyp/gyp/pylib/gyp/MSVSNew.py | 367 + .../node-gyp/gyp/pylib/gyp/MSVSProject.py | 206 + .../node-gyp/gyp/pylib/gyp/MSVSSettings.py | 1270 ++++ .../gyp/pylib/gyp/MSVSSettings_test.py | 1547 ++++ .../node-gyp/gyp/pylib/gyp/MSVSToolFile.py | 59 + .../node-gyp/gyp/pylib/gyp/MSVSUserFile.py | 153 + .../node-gyp/gyp/pylib/gyp/MSVSUtil.py | 271 + .../node-gyp/gyp/pylib/gyp/MSVSVersion.py | 574 ++ .../node-gyp/gyp/pylib/gyp/__init__.py | 666 ++ node_modules/node-gyp/gyp/pylib/gyp/common.py | 654 ++ .../node-gyp/gyp/pylib/gyp/common_test.py | 78 + .../node-gyp/gyp/pylib/gyp/easy_xml.py | 165 + .../node-gyp/gyp/pylib/gyp/easy_xml_test.py | 109 + .../node-gyp/gyp/pylib/gyp/flock_tool.py | 55 + .../gyp/pylib/gyp/generator/__init__.py | 0 .../gyp/pylib/gyp/generator/analyzer.py | 808 +++ .../gyp/pylib/gyp/generator/android.py | 1173 ++++ .../node-gyp/gyp/pylib/gyp/generator/cmake.py | 1321 ++++ .../gyp/generator/compile_commands_json.py | 120 + .../gyp/generator/dump_dependency_json.py | 103 + .../gyp/pylib/gyp/generator/eclipse.py | 464 ++ .../node-gyp/gyp/pylib/gyp/generator/gypd.py | 89 + .../node-gyp/gyp/pylib/gyp/generator/gypsh.py | 58 + .../node-gyp/gyp/pylib/gyp/generator/make.py | 2518 +++++++ .../node-gyp/gyp/pylib/gyp/generator/msvs.py | 3978 +++++++++++ .../gyp/pylib/gyp/generator/msvs_test.py | 44 + .../node-gyp/gyp/pylib/gyp/generator/ninja.py | 2936 ++++++++ .../gyp/pylib/gyp/generator/ninja_test.py | 55 + .../node-gyp/gyp/pylib/gyp/generator/xcode.py | 1394 ++++ .../gyp/pylib/gyp/generator/xcode_test.py | 25 + node_modules/node-gyp/gyp/pylib/gyp/input.py | 3137 +++++++++ .../node-gyp/gyp/pylib/gyp/input_test.py | 98 + .../node-gyp/gyp/pylib/gyp/mac_tool.py | 771 ++ .../node-gyp/gyp/pylib/gyp/msvs_emulation.py | 1271 ++++ .../node-gyp/gyp/pylib/gyp/ninja_syntax.py | 174 + .../node-gyp/gyp/pylib/gyp/simple_copy.py | 61 + .../node-gyp/gyp/pylib/gyp/win_tool.py | 374 + .../node-gyp/gyp/pylib/gyp/xcode_emulation.py | 1939 +++++ .../node-gyp/gyp/pylib/gyp/xcode_ninja.py | 302 + .../node-gyp/gyp/pylib/gyp/xcodeproj_file.py | 3197 +++++++++ .../node-gyp/gyp/pylib/gyp/xml_fix.py | 65 + .../node-gyp/gyp/requirements_dev.txt | 2 + node_modules/node-gyp/gyp/setup.py | 42 + node_modules/node-gyp/gyp/test_gyp.py | 260 + node_modules/node-gyp/gyp/tools/README | 15 + node_modules/node-gyp/gyp/tools/Xcode/README | 5 + .../tools/Xcode/Specifications/gyp.pbfilespec | 27 + .../tools/Xcode/Specifications/gyp.xclangspec | 226 + node_modules/node-gyp/gyp/tools/emacs/README | 12 + .../node-gyp/gyp/tools/emacs/gyp-tests.el | 63 + node_modules/node-gyp/gyp/tools/emacs/gyp.el | 275 + .../gyp/tools/emacs/run-unit-tests.sh | 7 + .../gyp/tools/emacs/testdata/media.gyp | 1105 +++ .../tools/emacs/testdata/media.gyp.fontified | 1107 +++ node_modules/node-gyp/gyp/tools/graphviz.py | 102 + node_modules/node-gyp/gyp/tools/pretty_gyp.py | 156 + node_modules/node-gyp/gyp/tools/pretty_sln.py | 181 + .../node-gyp/gyp/tools/pretty_vcproj.py | 339 + .../node-gyp/lib/Find-VisualStudio.cs | 250 + node_modules/node-gyp/lib/build.js | 204 + node_modules/node-gyp/lib/clean.js | 15 + node_modules/node-gyp/lib/configure.js | 294 + .../node-gyp/lib/create-config-gypi.js | 146 + .../node-gyp/lib/find-node-directory.js | 63 + node_modules/node-gyp/lib/find-python.js | 344 + .../node-gyp/lib/find-visualstudio.js | 446 ++ node_modules/node-gyp/lib/install.js | 376 + node_modules/node-gyp/lib/list.js | 27 + node_modules/node-gyp/lib/node-gyp.js | 211 + node_modules/node-gyp/lib/process-release.js | 147 + node_modules/node-gyp/lib/rebuild.js | 13 + node_modules/node-gyp/lib/remove.js | 46 + node_modules/node-gyp/lib/util.js | 64 + node_modules/node-gyp/macOS_Catalina.md | 104 + .../node-gyp/macOS_Catalina_acid_test.sh | 21 + .../node_modules/are-we-there-yet/LICENSE.md | 18 + .../node_modules/are-we-there-yet/README.md | 208 + .../are-we-there-yet/lib/index.js | 4 + .../are-we-there-yet/lib/tracker-base.js | 11 + .../are-we-there-yet/lib/tracker-group.js | 116 + .../are-we-there-yet/lib/tracker-stream.js | 36 + .../are-we-there-yet/lib/tracker.js | 32 + .../are-we-there-yet/package.json | 56 + .../node-gyp/node_modules/gauge/LICENSE.md | 20 + .../node-gyp/node_modules/gauge/README.md | 402 ++ .../node_modules/gauge/lib/base-theme.js | 18 + .../node-gyp/node_modules/gauge/lib/error.js | 24 + .../node_modules/gauge/lib/has-color.js | 4 + .../node-gyp/node_modules/gauge/lib/index.js | 289 + .../node_modules/gauge/lib/plumbing.js | 50 + .../node_modules/gauge/lib/process.js | 3 + .../node_modules/gauge/lib/progress-bar.js | 41 + .../node_modules/gauge/lib/render-template.js | 222 + .../node_modules/gauge/lib/set-immediate.js | 7 + .../node_modules/gauge/lib/set-interval.js | 3 + .../node-gyp/node_modules/gauge/lib/spin.js | 5 + .../node_modules/gauge/lib/template-item.js | 87 + .../node_modules/gauge/lib/theme-set.js | 122 + .../node-gyp/node_modules/gauge/lib/themes.js | 56 + .../node_modules/gauge/lib/wide-truncate.js | 31 + .../node-gyp/node_modules/gauge/package.json | 66 + .../node-gyp/node_modules/npmlog/LICENSE.md | 20 + .../node-gyp/node_modules/npmlog/README.md | 216 + .../node-gyp/node_modules/npmlog/lib/log.js | 404 ++ .../node-gyp/node_modules/npmlog/package.json | 51 + node_modules/node-gyp/package.json | 50 + .../node-gyp/src/win_delay_load_hook.cc | 39 + node_modules/node-gyp/test/common.js | 3 + .../fixtures/VS_2017_BuildTools_minimal.txt | 1 + .../fixtures/VS_2017_Community_workload.txt | 1 + .../test/fixtures/VS_2017_Express.txt | 1 + .../test/fixtures/VS_2017_Unusable.txt | 1 + .../fixtures/VS_2019_BuildTools_minimal.txt | 1 + .../fixtures/VS_2019_Community_workload.txt | 1 + .../test/fixtures/VS_2019_Preview.txt | 1 + .../node-gyp/test/fixtures/ca-bundle.crt | 40 + node_modules/node-gyp/test/fixtures/ca.crt | 21 + .../fixtures/nodedir/include/node/config.gypi | 6 + .../node-gyp/test/fixtures/server.crt | 21 + .../node-gyp/test/fixtures/server.key | 27 + .../node-gyp/test/fixtures/test-charmap.py | 31 + .../node-gyp/test/process-exec-sync.js | 140 + node_modules/node-gyp/test/simple-proxy.js | 27 + node_modules/node-gyp/test/test-addon.js | 150 + .../node-gyp/test/test-configure-python.js | 82 + .../node-gyp/test/test-create-config-gypi.js | 70 + node_modules/node-gyp/test/test-download.js | 207 + .../test/test-find-accessible-sync.js | 84 + .../node-gyp/test/test-find-node-directory.js | 119 + .../node-gyp/test/test-find-python.js | 226 + .../node-gyp/test/test-find-visualstudio.js | 676 ++ node_modules/node-gyp/test/test-install.js | 46 + node_modules/node-gyp/test/test-options.js | 31 + .../node-gyp/test/test-process-release.js | 434 ++ node_modules/node-gyp/update-gyp.py | 46 + node_modules/nopt/CHANGELOG.md | 58 + node_modules/nopt/LICENSE | 15 + node_modules/nopt/README.md | 213 + node_modules/nopt/bin/nopt.js | 54 + node_modules/nopt/lib/nopt.js | 441 ++ node_modules/nopt/package.json | 34 + node_modules/npmlog/LICENSE | 15 + node_modules/npmlog/README.md | 216 + node_modules/npmlog/log.js | 403 ++ node_modules/npmlog/package.json | 33 + node_modules/once/LICENSE | 15 + node_modules/once/README.md | 79 + node_modules/once/once.js | 42 + node_modules/once/package.json | 33 + node_modules/p-map/index.d.ts | 67 + node_modules/p-map/index.js | 81 + node_modules/p-map/license | 9 + node_modules/p-map/package.json | 53 + node_modules/p-map/readme.md | 89 + node_modules/path-is-absolute/index.js | 20 + node_modules/path-is-absolute/license | 21 + node_modules/path-is-absolute/package.json | 43 + node_modules/path-is-absolute/readme.md | 59 + node_modules/promise-inflight/LICENSE | 14 + node_modules/promise-inflight/README.md | 34 + node_modules/promise-inflight/inflight.js | 36 + node_modules/promise-inflight/package.json | 24 + node_modules/promise-retry/.editorconfig | 15 + node_modules/promise-retry/.jshintrc | 64 + node_modules/promise-retry/.travis.yml | 4 + node_modules/promise-retry/LICENSE | 19 + node_modules/promise-retry/README.md | 94 + node_modules/promise-retry/index.js | 52 + node_modules/promise-retry/package.json | 37 + node_modules/promise-retry/test/test.js | 263 + node_modules/readable-stream/CONTRIBUTING.md | 38 + node_modules/readable-stream/GOVERNANCE.md | 136 + node_modules/readable-stream/LICENSE | 47 + node_modules/readable-stream/README.md | 106 + .../readable-stream/errors-browser.js | 127 + node_modules/readable-stream/errors.js | 116 + .../readable-stream/experimentalWarning.js | 17 + .../readable-stream/lib/_stream_duplex.js | 126 + .../lib/_stream_passthrough.js | 37 + .../readable-stream/lib/_stream_readable.js | 1027 +++ .../readable-stream/lib/_stream_transform.js | 190 + .../readable-stream/lib/_stream_writable.js | 641 ++ .../lib/internal/streams/async_iterator.js | 180 + .../lib/internal/streams/buffer_list.js | 183 + .../lib/internal/streams/destroy.js | 96 + .../lib/internal/streams/end-of-stream.js | 86 + .../lib/internal/streams/from-browser.js | 3 + .../lib/internal/streams/from.js | 52 + .../lib/internal/streams/pipeline.js | 86 + .../lib/internal/streams/state.js | 22 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + node_modules/readable-stream/package.json | 68 + .../readable-stream/readable-browser.js | 9 + node_modules/readable-stream/readable.js | 16 + node_modules/retry/.npmignore | 3 + node_modules/retry/.travis.yml | 15 + node_modules/retry/License | 21 + node_modules/retry/Makefile | 18 + node_modules/retry/README.md | 227 + node_modules/retry/equation.gif | Bin 0 -> 1209 bytes node_modules/retry/example/dns.js | 31 + node_modules/retry/example/stop.js | 40 + node_modules/retry/index.js | 1 + node_modules/retry/lib/retry.js | 100 + node_modules/retry/lib/retry_operation.js | 158 + node_modules/retry/package.json | 32 + node_modules/retry/test/common.js | 10 + .../retry/test/integration/test-forever.js | 24 + .../test/integration/test-retry-operation.js | 258 + .../retry/test/integration/test-retry-wrap.js | 101 + .../retry/test/integration/test-timeouts.js | 69 + node_modules/rimraf/CHANGELOG.md | 65 + node_modules/rimraf/LICENSE | 15 + node_modules/rimraf/README.md | 101 + node_modules/rimraf/bin.js | 68 + node_modules/rimraf/package.json | 32 + node_modules/rimraf/rimraf.js | 360 + node_modules/semver/LICENSE | 15 + node_modules/semver/README.md | 637 ++ node_modules/semver/bin/semver.js | 197 + node_modules/semver/classes/comparator.js | 141 + node_modules/semver/classes/index.js | 5 + node_modules/semver/classes/range.js | 539 ++ node_modules/semver/classes/semver.js | 302 + node_modules/semver/functions/clean.js | 6 + node_modules/semver/functions/cmp.js | 52 + node_modules/semver/functions/coerce.js | 52 + .../semver/functions/compare-build.js | 7 + .../semver/functions/compare-loose.js | 3 + node_modules/semver/functions/compare.js | 5 + node_modules/semver/functions/diff.js | 65 + node_modules/semver/functions/eq.js | 3 + node_modules/semver/functions/gt.js | 3 + node_modules/semver/functions/gte.js | 3 + node_modules/semver/functions/inc.js | 19 + node_modules/semver/functions/lt.js | 3 + node_modules/semver/functions/lte.js | 3 + node_modules/semver/functions/major.js | 3 + node_modules/semver/functions/minor.js | 3 + node_modules/semver/functions/neq.js | 3 + node_modules/semver/functions/parse.js | 16 + node_modules/semver/functions/patch.js | 3 + node_modules/semver/functions/prerelease.js | 6 + node_modules/semver/functions/rcompare.js | 3 + node_modules/semver/functions/rsort.js | 3 + node_modules/semver/functions/satisfies.js | 10 + node_modules/semver/functions/sort.js | 3 + node_modules/semver/functions/valid.js | 6 + node_modules/semver/index.js | 89 + node_modules/semver/internal/constants.js | 35 + node_modules/semver/internal/debug.js | 9 + node_modules/semver/internal/identifiers.js | 23 + node_modules/semver/internal/parse-options.js | 15 + node_modules/semver/internal/re.js | 212 + node_modules/semver/package.json | 87 + node_modules/semver/preload.js | 2 + node_modules/semver/range.bnf | 16 + node_modules/semver/ranges/gtr.js | 4 + node_modules/semver/ranges/intersects.js | 7 + node_modules/semver/ranges/ltr.js | 4 + node_modules/semver/ranges/max-satisfying.js | 25 + node_modules/semver/ranges/min-satisfying.js | 24 + node_modules/semver/ranges/min-version.js | 61 + node_modules/semver/ranges/outside.js | 80 + node_modules/semver/ranges/simplify.js | 47 + node_modules/semver/ranges/subset.js | 247 + node_modules/semver/ranges/to-comparators.js | 8 + node_modules/semver/ranges/valid.js | 11 + node_modules/set-blocking/CHANGELOG.md | 26 + node_modules/set-blocking/LICENSE.txt | 14 + node_modules/set-blocking/README.md | 31 + node_modules/set-blocking/index.js | 7 + node_modules/set-blocking/package.json | 42 + node_modules/signal-exit/LICENSE.txt | 16 + node_modules/signal-exit/README.md | 39 + node_modules/signal-exit/index.js | 202 + node_modules/signal-exit/package.json | 38 + node_modules/signal-exit/signals.js | 53 + node_modules/smart-buffer/.prettierrc.yaml | 5 + node_modules/smart-buffer/.travis.yml | 13 + node_modules/smart-buffer/LICENSE | 20 + node_modules/smart-buffer/README.md | 633 ++ .../smart-buffer/build/smartbuffer.js | 1233 ++++ .../smart-buffer/build/smartbuffer.js.map | 1 + node_modules/smart-buffer/build/utils.js | 108 + node_modules/smart-buffer/build/utils.js.map | 1 + node_modules/smart-buffer/docs/CHANGELOG.md | 70 + node_modules/smart-buffer/docs/README_v3.md | 367 + node_modules/smart-buffer/docs/ROADMAP.md | 0 node_modules/smart-buffer/package.json | 79 + .../smart-buffer/typings/smartbuffer.d.ts | 755 ++ node_modules/smart-buffer/typings/utils.d.ts | 66 + node_modules/socks-proxy-agent/README.md | 152 + .../socks-proxy-agent/dist/index.d.ts | 38 + node_modules/socks-proxy-agent/dist/index.js | 197 + .../socks-proxy-agent/dist/index.js.map | 1 + node_modules/socks-proxy-agent/package.json | 181 + node_modules/socks/.eslintrc.cjs | 11 + node_modules/socks/.prettierrc.yaml | 7 + node_modules/socks/LICENSE | 20 + node_modules/socks/README.md | 686 ++ .../socks/build/client/socksclient.js | 793 +++ .../socks/build/client/socksclient.js.map | 1 + node_modules/socks/build/common/constants.js | 114 + .../socks/build/common/constants.js.map | 1 + node_modules/socks/build/common/helpers.js | 128 + .../socks/build/common/helpers.js.map | 1 + .../socks/build/common/receivebuffer.js | 43 + .../socks/build/common/receivebuffer.js.map | 1 + node_modules/socks/build/common/util.js | 25 + node_modules/socks/build/common/util.js.map | 1 + node_modules/socks/build/index.js | 18 + node_modules/socks/build/index.js.map | 1 + node_modules/socks/docs/examples/index.md | 17 + .../examples/javascript/associateExample.md | 90 + .../docs/examples/javascript/bindExample.md | 83 + .../examples/javascript/connectExample.md | 258 + .../examples/typescript/associateExample.md | 93 + .../docs/examples/typescript/bindExample.md | 86 + .../examples/typescript/connectExample.md | 265 + node_modules/socks/docs/index.md | 5 + node_modules/socks/docs/migratingFromV1.md | 86 + node_modules/socks/package.json | 58 + .../socks/typings/client/socksclient.d.ts | 162 + .../socks/typings/common/constants.d.ts | 152 + .../socks/typings/common/helpers.d.ts | 13 + .../socks/typings/common/receivebuffer.d.ts | 12 + node_modules/socks/typings/common/util.d.ts | 17 + node_modules/socks/typings/index.d.ts | 1 + node_modules/sqlite/CHANGELOG.md | 437 ++ node_modules/sqlite/LICENSE | 21 + node_modules/sqlite/README.md | 532 ++ node_modules/sqlite/build/Database.d.ts | 156 + node_modules/sqlite/build/Database.js | 280 + node_modules/sqlite/build/Database.js.map | 1 + node_modules/sqlite/build/Statement.d.ts | 110 + node_modules/sqlite/build/Statement.js | 171 + node_modules/sqlite/build/Statement.js.map | 1 + node_modules/sqlite/build/index.d.ts | 10 + node_modules/sqlite/build/index.js | 18 + node_modules/sqlite/build/index.js.map | 1 + node_modules/sqlite/build/index.mjs | 12 + node_modules/sqlite/build/interfaces.d.ts | 104 + node_modules/sqlite/build/interfaces.js | 4 + node_modules/sqlite/build/interfaces.js.map | 1 + .../sqlite/build/utils/format-error.d.ts | 1 + .../sqlite/build/utils/format-error.js | 25 + .../sqlite/build/utils/format-error.js.map | 1 + node_modules/sqlite/build/utils/migrate.d.ts | 8 + node_modules/sqlite/build/utils/migrate.js | 108 + .../sqlite/build/utils/migrate.js.map | 1 + node_modules/sqlite/build/utils/strings.d.ts | 9 + node_modules/sqlite/build/utils/strings.js | 24 + .../sqlite/build/utils/strings.js.map | 1 + .../build/vendor-typings/sqlite3/index.d.ts | 180 + node_modules/sqlite/package.json | 135 + node_modules/sqlite3/LICENSE | 25 + node_modules/sqlite3/README.md | 261 + node_modules/sqlite3/binding.gyp | 68 + node_modules/sqlite3/deps/common-sqlite.gypi | 60 + node_modules/sqlite3/deps/extract.js | 10 + .../deps/sqlite-autoconf-3410100.tar.gz | Bin 0 -> 3125153 bytes node_modules/sqlite3/deps/sqlite3.gyp | 121 + .../node_sqlite3.node | Bin 0 -> 1851904 bytes node_modules/sqlite3/lib/sqlite3-binding.js | 5 + node_modules/sqlite3/lib/sqlite3.d.ts | 205 + node_modules/sqlite3/lib/sqlite3.js | 207 + node_modules/sqlite3/lib/trace.js | 38 + node_modules/sqlite3/package.json | 93 + node_modules/sqlite3/src/async.h | 77 + node_modules/sqlite3/src/backup.cc | 423 ++ node_modules/sqlite3/src/backup.h | 221 + node_modules/sqlite3/src/database.cc | 775 ++ node_modules/sqlite3/src/database.h | 214 + node_modules/sqlite3/src/gcc-preinclude.h | 30 + node_modules/sqlite3/src/macros.h | 215 + node_modules/sqlite3/src/node_sqlite3.cc | 128 + node_modules/sqlite3/src/statement.cc | 954 +++ node_modules/sqlite3/src/statement.h | 249 + node_modules/sqlite3/src/threading.h | 10 + node_modules/ssri/CHANGELOG.md | 355 + node_modules/ssri/LICENSE.md | 16 + node_modules/ssri/README.md | 528 ++ node_modules/ssri/index.js | 470 ++ node_modules/ssri/package.json | 52 + node_modules/string-width/index.d.ts | 29 + node_modules/string-width/index.js | 47 + node_modules/string-width/license | 9 + node_modules/string-width/package.json | 56 + node_modules/string-width/readme.md | 50 + node_modules/string_decoder/LICENSE | 48 + node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + node_modules/string_decoder/package.json | 34 + node_modules/strip-ansi/index.d.ts | 17 + node_modules/strip-ansi/index.js | 4 + node_modules/strip-ansi/license | 9 + node_modules/strip-ansi/package.json | 54 + node_modules/strip-ansi/readme.md | 46 + node_modules/tar/LICENSE | 15 + node_modules/tar/README.md | 1070 +++ node_modules/tar/index.js | 18 + node_modules/tar/lib/create.js | 111 + node_modules/tar/lib/extract.js | 113 + node_modules/tar/lib/get-write-flag.js | 20 + node_modules/tar/lib/header.js | 304 + node_modules/tar/lib/high-level-opt.js | 29 + node_modules/tar/lib/large-numbers.js | 104 + node_modules/tar/lib/list.js | 139 + node_modules/tar/lib/mkdir.js | 229 + node_modules/tar/lib/mode-fix.js | 27 + node_modules/tar/lib/normalize-unicode.js | 12 + .../tar/lib/normalize-windows-path.js | 8 + node_modules/tar/lib/pack.js | 432 ++ node_modules/tar/lib/parse.js | 552 ++ node_modules/tar/lib/path-reservations.js | 156 + node_modules/tar/lib/pax.js | 150 + node_modules/tar/lib/read-entry.js | 107 + node_modules/tar/lib/replace.js | 246 + node_modules/tar/lib/strip-absolute-path.js | 24 + .../tar/lib/strip-trailing-slashes.js | 13 + node_modules/tar/lib/types.js | 44 + node_modules/tar/lib/unpack.js | 906 +++ node_modules/tar/lib/update.js | 40 + node_modules/tar/lib/warn-mixin.js | 24 + node_modules/tar/lib/winchars.js | 23 + node_modules/tar/lib/write-entry.js | 546 ++ .../tar/node_modules/minipass/LICENSE | 15 + .../tar/node_modules/minipass/README.md | 769 ++ .../tar/node_modules/minipass/index.d.ts | 152 + .../tar/node_modules/minipass/index.js | 702 ++ .../tar/node_modules/minipass/index.mjs | 702 ++ .../tar/node_modules/minipass/package.json | 76 + node_modules/tar/package.json | 70 + node_modules/tr46/.npmignore | 4 + node_modules/tr46/index.js | 193 + node_modules/tr46/lib/.gitkeep | 0 node_modules/tr46/lib/mappingTable.json | 1 + node_modules/tr46/package.json | 31 + .../unique-filename/.nyc_output/54942.json | 1 + .../unique-filename/.nyc_output/54944.json | 1 + node_modules/unique-filename/LICENSE | 5 + node_modules/unique-filename/README.md | 33 + .../coverage/__root__/index.html | 73 + .../coverage/__root__/index.js.html | 69 + .../unique-filename/coverage/base.css | 182 + .../unique-filename/coverage/index.html | 73 + .../unique-filename/coverage/prettify.css | 1 + .../unique-filename/coverage/prettify.js | 1 + .../coverage/sort-arrow-sprite.png | Bin 0 -> 209 bytes .../unique-filename/coverage/sorter.js | 156 + node_modules/unique-filename/index.js | 8 + node_modules/unique-filename/package.json | 27 + node_modules/unique-filename/test/index.js | 23 + node_modules/unique-slug/.travis.yml | 10 + node_modules/unique-slug/LICENSE | 15 + node_modules/unique-slug/README.md | 19 + node_modules/unique-slug/index.js | 11 + node_modules/unique-slug/package.json | 23 + node_modules/unique-slug/test/index.js | 13 + node_modules/util-deprecate/History.md | 16 + node_modules/util-deprecate/LICENSE | 24 + node_modules/util-deprecate/README.md | 53 + node_modules/util-deprecate/browser.js | 67 + node_modules/util-deprecate/node.js | 6 + node_modules/util-deprecate/package.json | 27 + node_modules/webidl-conversions/LICENSE.md | 12 + node_modules/webidl-conversions/README.md | 53 + node_modules/webidl-conversions/lib/index.js | 189 + node_modules/webidl-conversions/package.json | 23 + node_modules/whatwg-url/LICENSE.txt | 21 + node_modules/whatwg-url/README.md | 67 + node_modules/whatwg-url/lib/URL-impl.js | 200 + node_modules/whatwg-url/lib/URL.js | 196 + node_modules/whatwg-url/lib/public-api.js | 11 + .../whatwg-url/lib/url-state-machine.js | 1297 ++++ node_modules/whatwg-url/lib/utils.js | 20 + node_modules/whatwg-url/package.json | 32 + node_modules/which/CHANGELOG.md | 166 + node_modules/which/LICENSE | 15 + node_modules/which/README.md | 54 + node_modules/which/bin/node-which | 52 + node_modules/which/package.json | 43 + node_modules/which/which.js | 125 + node_modules/wide-align/LICENSE | 14 + node_modules/wide-align/README.md | 47 + node_modules/wide-align/align.js | 65 + node_modules/wide-align/package.json | 33 + node_modules/wrappy/LICENSE | 15 + node_modules/wrappy/README.md | 36 + node_modules/wrappy/package.json | 29 + node_modules/wrappy/wrappy.js | 33 + node_modules/yallist/LICENSE | 15 + node_modules/yallist/README.md | 204 + node_modules/yallist/iterator.js | 8 + node_modules/yallist/package.json | 29 + node_modules/yallist/yallist.js | 426 ++ package-lock.json | 1048 ++- package.json | 5 +- 1039 files changed, 155064 insertions(+), 41 deletions(-) create mode 100644 chat.db create mode 100644 node_modules/.bin/color-support create mode 100644 node_modules/.bin/color-support.cmd create mode 100644 node_modules/.bin/color-support.ps1 create mode 100644 node_modules/.bin/mkdirp create mode 100644 node_modules/.bin/mkdirp.cmd create mode 100644 node_modules/.bin/mkdirp.ps1 create mode 100644 node_modules/.bin/node-gyp create mode 100644 node_modules/.bin/node-gyp.cmd create mode 100644 node_modules/.bin/node-gyp.ps1 create mode 100644 node_modules/.bin/node-pre-gyp create mode 100644 node_modules/.bin/node-pre-gyp.cmd create mode 100644 node_modules/.bin/node-pre-gyp.ps1 create mode 100644 node_modules/.bin/node-which create mode 100644 node_modules/.bin/node-which.cmd create mode 100644 node_modules/.bin/node-which.ps1 create mode 100644 node_modules/.bin/nopt create mode 100644 node_modules/.bin/nopt.cmd create mode 100644 node_modules/.bin/nopt.ps1 create mode 100644 node_modules/.bin/rimraf create mode 100644 node_modules/.bin/rimraf.cmd create mode 100644 node_modules/.bin/rimraf.ps1 create mode 100644 node_modules/.bin/semver create mode 100644 node_modules/.bin/semver.cmd create mode 100644 node_modules/.bin/semver.ps1 create mode 100644 node_modules/@gar/promisify/LICENSE.md create mode 100644 node_modules/@gar/promisify/README.md create mode 100644 node_modules/@gar/promisify/index.js create mode 100644 node_modules/@gar/promisify/package.json create mode 100644 node_modules/@mapbox/node-pre-gyp/.github/workflows/codeql.yml create mode 100644 node_modules/@mapbox/node-pre-gyp/CHANGELOG.md create mode 100644 node_modules/@mapbox/node-pre-gyp/LICENSE create mode 100644 node_modules/@mapbox/node-pre-gyp/README.md create mode 100644 node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp create mode 100644 node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp.cmd create mode 100644 node_modules/@mapbox/node-pre-gyp/contributing.md create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/build.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/clean.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/configure.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/info.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/install.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/main.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/node-pre-gyp.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/package.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/pre-binding.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/publish.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/rebuild.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/reinstall.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/reveal.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/testbinary.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/testpackage.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/unpublish.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/util/compile.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/util/handle_gyp_opts.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/util/napi.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/index.html create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/package.json create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js create mode 100644 node_modules/@mapbox/node-pre-gyp/lib/util/versioning.js create mode 100644 node_modules/@mapbox/node-pre-gyp/package.json create mode 100644 node_modules/@npmcli/fs/LICENSE.md create mode 100644 node_modules/@npmcli/fs/README.md create mode 100644 node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js create mode 100644 node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js create mode 100644 node_modules/@npmcli/fs/lib/common/get-options.js create mode 100644 node_modules/@npmcli/fs/lib/common/node.js create mode 100644 node_modules/@npmcli/fs/lib/common/owner.js create mode 100644 node_modules/@npmcli/fs/lib/copy-file.js create mode 100644 node_modules/@npmcli/fs/lib/cp/LICENSE create mode 100644 node_modules/@npmcli/fs/lib/cp/index.js create mode 100644 node_modules/@npmcli/fs/lib/cp/polyfill.js create mode 100644 node_modules/@npmcli/fs/lib/errors.js create mode 100644 node_modules/@npmcli/fs/lib/fs.js create mode 100644 node_modules/@npmcli/fs/lib/index.js create mode 100644 node_modules/@npmcli/fs/lib/mkdir/index.js create mode 100644 node_modules/@npmcli/fs/lib/mkdir/polyfill.js create mode 100644 node_modules/@npmcli/fs/lib/mkdtemp.js create mode 100644 node_modules/@npmcli/fs/lib/rm/index.js create mode 100644 node_modules/@npmcli/fs/lib/rm/polyfill.js create mode 100644 node_modules/@npmcli/fs/lib/with-temp-dir.js create mode 100644 node_modules/@npmcli/fs/lib/write-file.js create mode 100644 node_modules/@npmcli/fs/package.json create mode 100644 node_modules/@npmcli/move-file/LICENSE.md create mode 100644 node_modules/@npmcli/move-file/README.md create mode 100644 node_modules/@npmcli/move-file/index.js create mode 100644 node_modules/@npmcli/move-file/package.json create mode 100644 node_modules/@socket.io/cluster-adapter/LICENSE create mode 100644 node_modules/@socket.io/cluster-adapter/README.md create mode 100644 node_modules/@socket.io/cluster-adapter/dist/index.d.ts create mode 100644 node_modules/@socket.io/cluster-adapter/dist/index.js create mode 100644 node_modules/@socket.io/cluster-adapter/package.json create mode 100644 node_modules/@tootallnate/once/dist/index.d.ts create mode 100644 node_modules/@tootallnate/once/dist/index.js create mode 100644 node_modules/@tootallnate/once/dist/index.js.map create mode 100644 node_modules/@tootallnate/once/package.json create mode 100644 node_modules/abbrev/LICENSE create mode 100644 node_modules/abbrev/README.md create mode 100644 node_modules/abbrev/abbrev.js create mode 100644 node_modules/abbrev/package.json create mode 100644 node_modules/agent-base/README.md create mode 100644 node_modules/agent-base/dist/src/index.d.ts create mode 100644 node_modules/agent-base/dist/src/index.js create mode 100644 node_modules/agent-base/dist/src/index.js.map create mode 100644 node_modules/agent-base/dist/src/promisify.d.ts create mode 100644 node_modules/agent-base/dist/src/promisify.js create mode 100644 node_modules/agent-base/dist/src/promisify.js.map create mode 100644 node_modules/agent-base/package.json create mode 100644 node_modules/agent-base/src/index.ts create mode 100644 node_modules/agent-base/src/promisify.ts create mode 100644 node_modules/agentkeepalive/History.md create mode 100644 node_modules/agentkeepalive/LICENSE create mode 100644 node_modules/agentkeepalive/README.md create mode 100644 node_modules/agentkeepalive/browser.js create mode 100644 node_modules/agentkeepalive/index.d.ts create mode 100644 node_modules/agentkeepalive/index.js create mode 100644 node_modules/agentkeepalive/lib/agent.js create mode 100644 node_modules/agentkeepalive/lib/constants.js create mode 100644 node_modules/agentkeepalive/lib/https_agent.js create mode 100644 node_modules/agentkeepalive/package.json create mode 100644 node_modules/aggregate-error/index.d.ts create mode 100644 node_modules/aggregate-error/index.js create mode 100644 node_modules/aggregate-error/license create mode 100644 node_modules/aggregate-error/package.json create mode 100644 node_modules/aggregate-error/readme.md create mode 100644 node_modules/ansi-regex/index.d.ts create mode 100644 node_modules/ansi-regex/index.js create mode 100644 node_modules/ansi-regex/license create mode 100644 node_modules/ansi-regex/package.json create mode 100644 node_modules/ansi-regex/readme.md create mode 100644 node_modules/aproba/CHANGELOG.md create mode 100644 node_modules/aproba/LICENSE create mode 100644 node_modules/aproba/README.md create mode 100644 node_modules/aproba/index.js create mode 100644 node_modules/aproba/package.json create mode 100644 node_modules/are-we-there-yet/LICENSE.md create mode 100644 node_modules/are-we-there-yet/README.md create mode 100644 node_modules/are-we-there-yet/lib/index.js create mode 100644 node_modules/are-we-there-yet/lib/tracker-base.js create mode 100644 node_modules/are-we-there-yet/lib/tracker-group.js create mode 100644 node_modules/are-we-there-yet/lib/tracker-stream.js create mode 100644 node_modules/are-we-there-yet/lib/tracker.js create mode 100644 node_modules/are-we-there-yet/package.json create mode 100644 node_modules/balanced-match/.github/FUNDING.yml create mode 100644 node_modules/balanced-match/LICENSE.md create mode 100644 node_modules/balanced-match/README.md create mode 100644 node_modules/balanced-match/index.js create mode 100644 node_modules/balanced-match/package.json create mode 100644 node_modules/brace-expansion/LICENSE create mode 100644 node_modules/brace-expansion/README.md create mode 100644 node_modules/brace-expansion/index.js create mode 100644 node_modules/brace-expansion/package.json create mode 100644 node_modules/cacache/LICENSE.md create mode 100644 node_modules/cacache/README.md create mode 100644 node_modules/cacache/get.js create mode 100644 node_modules/cacache/index.js create mode 100644 node_modules/cacache/lib/content/path.js create mode 100644 node_modules/cacache/lib/content/read.js create mode 100644 node_modules/cacache/lib/content/rm.js create mode 100644 node_modules/cacache/lib/content/write.js create mode 100644 node_modules/cacache/lib/entry-index.js create mode 100644 node_modules/cacache/lib/memoization.js create mode 100644 node_modules/cacache/lib/util/disposer.js create mode 100644 node_modules/cacache/lib/util/fix-owner.js create mode 100644 node_modules/cacache/lib/util/hash-to-segments.js create mode 100644 node_modules/cacache/lib/util/move-file.js create mode 100644 node_modules/cacache/lib/util/tmp.js create mode 100644 node_modules/cacache/lib/verify.js create mode 100644 node_modules/cacache/ls.js create mode 100644 node_modules/cacache/package.json create mode 100644 node_modules/cacache/put.js create mode 100644 node_modules/cacache/rm.js create mode 100644 node_modules/cacache/verify.js create mode 100644 node_modules/chownr/LICENSE create mode 100644 node_modules/chownr/README.md create mode 100644 node_modules/chownr/chownr.js create mode 100644 node_modules/chownr/package.json create mode 100644 node_modules/clean-stack/index.d.ts create mode 100644 node_modules/clean-stack/index.js create mode 100644 node_modules/clean-stack/license create mode 100644 node_modules/clean-stack/package.json create mode 100644 node_modules/clean-stack/readme.md create mode 100644 node_modules/color-support/LICENSE create mode 100644 node_modules/color-support/README.md create mode 100644 node_modules/color-support/bin.js create mode 100644 node_modules/color-support/browser.js create mode 100644 node_modules/color-support/index.js create mode 100644 node_modules/color-support/package.json create mode 100644 node_modules/concat-map/.travis.yml create mode 100644 node_modules/concat-map/LICENSE create mode 100644 node_modules/concat-map/README.markdown create mode 100644 node_modules/concat-map/example/map.js create mode 100644 node_modules/concat-map/index.js create mode 100644 node_modules/concat-map/package.json create mode 100644 node_modules/concat-map/test/map.js create mode 100644 node_modules/console-control-strings/LICENSE create mode 100644 node_modules/console-control-strings/README.md create mode 100644 node_modules/console-control-strings/README.md~ create mode 100644 node_modules/console-control-strings/index.js create mode 100644 node_modules/console-control-strings/package.json create mode 100644 node_modules/delegates/.npmignore create mode 100644 node_modules/delegates/History.md create mode 100644 node_modules/delegates/License create mode 100644 node_modules/delegates/Makefile create mode 100644 node_modules/delegates/Readme.md create mode 100644 node_modules/delegates/index.js create mode 100644 node_modules/delegates/package.json create mode 100644 node_modules/delegates/test/index.js create mode 100644 node_modules/detect-libc/LICENSE create mode 100644 node_modules/detect-libc/README.md create mode 100644 node_modules/detect-libc/index.d.ts create mode 100644 node_modules/detect-libc/lib/detect-libc.js create mode 100644 node_modules/detect-libc/lib/filesystem.js create mode 100644 node_modules/detect-libc/lib/process.js create mode 100644 node_modules/detect-libc/package.json create mode 100644 node_modules/emoji-regex/LICENSE-MIT.txt create mode 100644 node_modules/emoji-regex/README.md create mode 100644 node_modules/emoji-regex/es2015/index.js create mode 100644 node_modules/emoji-regex/es2015/text.js create mode 100644 node_modules/emoji-regex/index.d.ts create mode 100644 node_modules/emoji-regex/index.js create mode 100644 node_modules/emoji-regex/package.json create mode 100644 node_modules/emoji-regex/text.js create mode 100644 node_modules/encoding/.prettierrc.js create mode 100644 node_modules/encoding/.travis.yml create mode 100644 node_modules/encoding/LICENSE create mode 100644 node_modules/encoding/README.md create mode 100644 node_modules/encoding/lib/encoding.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/.github/dependabot.yml create mode 100644 node_modules/encoding/node_modules/iconv-lite/.idea/codeStyles/Project.xml create mode 100644 node_modules/encoding/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml create mode 100644 node_modules/encoding/node_modules/iconv-lite/.idea/iconv-lite.iml create mode 100644 node_modules/encoding/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml create mode 100644 node_modules/encoding/node_modules/iconv-lite/.idea/modules.xml create mode 100644 node_modules/encoding/node_modules/iconv-lite/.idea/vcs.xml create mode 100644 node_modules/encoding/node_modules/iconv-lite/Changelog.md create mode 100644 node_modules/encoding/node_modules/iconv-lite/LICENSE create mode 100644 node_modules/encoding/node_modules/iconv-lite/README.md create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-codec.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-data.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/index.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/internal.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-codec.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/tables/big5-added.json create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp936.json create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp949.json create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp950.json create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/tables/eucjp.json create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/utf16.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/utf32.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/encodings/utf7.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/lib/bom-handling.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/lib/index.d.ts create mode 100644 node_modules/encoding/node_modules/iconv-lite/lib/index.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/lib/streams.js create mode 100644 node_modules/encoding/node_modules/iconv-lite/package.json create mode 100644 node_modules/encoding/package.json create mode 100644 node_modules/encoding/test/test.js create mode 100644 node_modules/env-paths/index.d.ts create mode 100644 node_modules/env-paths/index.js create mode 100644 node_modules/env-paths/license create mode 100644 node_modules/env-paths/package.json create mode 100644 node_modules/env-paths/readme.md create mode 100644 node_modules/err-code/.editorconfig create mode 100644 node_modules/err-code/.eslintrc.json create mode 100644 node_modules/err-code/.travis.yml create mode 100644 node_modules/err-code/README.md create mode 100644 node_modules/err-code/bower.json create mode 100644 node_modules/err-code/index.js create mode 100644 node_modules/err-code/index.umd.js create mode 100644 node_modules/err-code/package.json create mode 100644 node_modules/err-code/test/.eslintrc.json create mode 100644 node_modules/err-code/test/test.js create mode 100644 node_modules/fs-minipass/LICENSE create mode 100644 node_modules/fs-minipass/README.md create mode 100644 node_modules/fs-minipass/index.js create mode 100644 node_modules/fs-minipass/package.json create mode 100644 node_modules/fs.realpath/LICENSE create mode 100644 node_modules/fs.realpath/README.md create mode 100644 node_modules/fs.realpath/index.js create mode 100644 node_modules/fs.realpath/old.js create mode 100644 node_modules/fs.realpath/package.json create mode 100644 node_modules/gauge/CHANGELOG.md create mode 100644 node_modules/gauge/LICENSE create mode 100644 node_modules/gauge/README.md create mode 100644 node_modules/gauge/base-theme.js create mode 100644 node_modules/gauge/error.js create mode 100644 node_modules/gauge/has-color.js create mode 100644 node_modules/gauge/index.js create mode 100644 node_modules/gauge/package.json create mode 100644 node_modules/gauge/plumbing.js create mode 100644 node_modules/gauge/process.js create mode 100644 node_modules/gauge/progress-bar.js create mode 100644 node_modules/gauge/render-template.js create mode 100644 node_modules/gauge/set-immediate.js create mode 100644 node_modules/gauge/set-interval.js create mode 100644 node_modules/gauge/spin.js create mode 100644 node_modules/gauge/template-item.js create mode 100644 node_modules/gauge/theme-set.js create mode 100644 node_modules/gauge/themes.js create mode 100644 node_modules/gauge/wide-truncate.js create mode 100644 node_modules/glob/LICENSE create mode 100644 node_modules/glob/README.md create mode 100644 node_modules/glob/common.js create mode 100644 node_modules/glob/glob.js create mode 100644 node_modules/glob/package.json create mode 100644 node_modules/glob/sync.js create mode 100644 node_modules/graceful-fs/LICENSE create mode 100644 node_modules/graceful-fs/README.md create mode 100644 node_modules/graceful-fs/clone.js create mode 100644 node_modules/graceful-fs/graceful-fs.js create mode 100644 node_modules/graceful-fs/legacy-streams.js create mode 100644 node_modules/graceful-fs/package.json create mode 100644 node_modules/graceful-fs/polyfills.js create mode 100644 node_modules/has-unicode/LICENSE create mode 100644 node_modules/has-unicode/README.md create mode 100644 node_modules/has-unicode/index.js create mode 100644 node_modules/has-unicode/package.json create mode 100644 node_modules/http-cache-semantics/LICENSE create mode 100644 node_modules/http-cache-semantics/README.md create mode 100644 node_modules/http-cache-semantics/index.js create mode 100644 node_modules/http-cache-semantics/package.json create mode 100644 node_modules/http-proxy-agent/README.md create mode 100644 node_modules/http-proxy-agent/dist/agent.d.ts create mode 100644 node_modules/http-proxy-agent/dist/agent.js create mode 100644 node_modules/http-proxy-agent/dist/agent.js.map create mode 100644 node_modules/http-proxy-agent/dist/index.d.ts create mode 100644 node_modules/http-proxy-agent/dist/index.js create mode 100644 node_modules/http-proxy-agent/dist/index.js.map create mode 100644 node_modules/http-proxy-agent/package.json create mode 100644 node_modules/https-proxy-agent/README.md create mode 100644 node_modules/https-proxy-agent/dist/agent.d.ts create mode 100644 node_modules/https-proxy-agent/dist/agent.js create mode 100644 node_modules/https-proxy-agent/dist/agent.js.map create mode 100644 node_modules/https-proxy-agent/dist/index.d.ts create mode 100644 node_modules/https-proxy-agent/dist/index.js create mode 100644 node_modules/https-proxy-agent/dist/index.js.map create mode 100644 node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts create mode 100644 node_modules/https-proxy-agent/dist/parse-proxy-response.js create mode 100644 node_modules/https-proxy-agent/dist/parse-proxy-response.js.map create mode 100644 node_modules/https-proxy-agent/package.json create mode 100644 node_modules/humanize-ms/History.md create mode 100644 node_modules/humanize-ms/LICENSE create mode 100644 node_modules/humanize-ms/README.md create mode 100644 node_modules/humanize-ms/index.js create mode 100644 node_modules/humanize-ms/package.json create mode 100644 node_modules/imurmurhash/README.md create mode 100644 node_modules/imurmurhash/imurmurhash.js create mode 100644 node_modules/imurmurhash/imurmurhash.min.js create mode 100644 node_modules/imurmurhash/package.json create mode 100644 node_modules/indent-string/index.d.ts create mode 100644 node_modules/indent-string/index.js create mode 100644 node_modules/indent-string/license create mode 100644 node_modules/indent-string/package.json create mode 100644 node_modules/indent-string/readme.md create mode 100644 node_modules/infer-owner/LICENSE create mode 100644 node_modules/infer-owner/README.md create mode 100644 node_modules/infer-owner/index.js create mode 100644 node_modules/infer-owner/package.json create mode 100644 node_modules/inflight/LICENSE create mode 100644 node_modules/inflight/README.md create mode 100644 node_modules/inflight/inflight.js create mode 100644 node_modules/inflight/package.json create mode 100644 node_modules/ip/README.md create mode 100644 node_modules/ip/lib/ip.js create mode 100644 node_modules/ip/package.json create mode 100644 node_modules/is-fullwidth-code-point/index.d.ts create mode 100644 node_modules/is-fullwidth-code-point/index.js create mode 100644 node_modules/is-fullwidth-code-point/license create mode 100644 node_modules/is-fullwidth-code-point/package.json create mode 100644 node_modules/is-fullwidth-code-point/readme.md create mode 100644 node_modules/is-lambda/.npmignore create mode 100644 node_modules/is-lambda/.travis.yml create mode 100644 node_modules/is-lambda/LICENSE create mode 100644 node_modules/is-lambda/README.md create mode 100644 node_modules/is-lambda/index.js create mode 100644 node_modules/is-lambda/package.json create mode 100644 node_modules/is-lambda/test.js create mode 100644 node_modules/isexe/.npmignore create mode 100644 node_modules/isexe/LICENSE create mode 100644 node_modules/isexe/README.md create mode 100644 node_modules/isexe/index.js create mode 100644 node_modules/isexe/mode.js create mode 100644 node_modules/isexe/package.json create mode 100644 node_modules/isexe/test/basic.js create mode 100644 node_modules/isexe/windows.js create mode 100644 node_modules/lru-cache/LICENSE create mode 100644 node_modules/lru-cache/README.md create mode 100644 node_modules/lru-cache/index.js create mode 100644 node_modules/lru-cache/package.json create mode 100644 node_modules/make-dir/index.d.ts create mode 100644 node_modules/make-dir/index.js create mode 100644 node_modules/make-dir/license create mode 100644 node_modules/make-dir/node_modules/.bin/semver create mode 100644 node_modules/make-dir/node_modules/.bin/semver.cmd create mode 100644 node_modules/make-dir/node_modules/.bin/semver.ps1 create mode 100644 node_modules/make-dir/node_modules/semver/LICENSE create mode 100644 node_modules/make-dir/node_modules/semver/README.md create mode 100644 node_modules/make-dir/node_modules/semver/bin/semver.js create mode 100644 node_modules/make-dir/node_modules/semver/package.json create mode 100644 node_modules/make-dir/node_modules/semver/range.bnf create mode 100644 node_modules/make-dir/node_modules/semver/semver.js create mode 100644 node_modules/make-dir/package.json create mode 100644 node_modules/make-dir/readme.md create mode 100644 node_modules/make-fetch-happen/LICENSE create mode 100644 node_modules/make-fetch-happen/README.md create mode 100644 node_modules/make-fetch-happen/lib/agent.js create mode 100644 node_modules/make-fetch-happen/lib/cache/entry.js create mode 100644 node_modules/make-fetch-happen/lib/cache/errors.js create mode 100644 node_modules/make-fetch-happen/lib/cache/index.js create mode 100644 node_modules/make-fetch-happen/lib/cache/key.js create mode 100644 node_modules/make-fetch-happen/lib/cache/policy.js create mode 100644 node_modules/make-fetch-happen/lib/fetch.js create mode 100644 node_modules/make-fetch-happen/lib/index.js create mode 100644 node_modules/make-fetch-happen/lib/options.js create mode 100644 node_modules/make-fetch-happen/lib/remote.js create mode 100644 node_modules/make-fetch-happen/package.json create mode 100644 node_modules/minimatch/LICENSE create mode 100644 node_modules/minimatch/README.md create mode 100644 node_modules/minimatch/minimatch.js create mode 100644 node_modules/minimatch/package.json create mode 100644 node_modules/minipass-collect/LICENSE create mode 100644 node_modules/minipass-collect/README.md create mode 100644 node_modules/minipass-collect/index.js create mode 100644 node_modules/minipass-collect/package.json create mode 100644 node_modules/minipass-fetch/LICENSE create mode 100644 node_modules/minipass-fetch/README.md create mode 100644 node_modules/minipass-fetch/index.js create mode 100644 node_modules/minipass-fetch/lib/abort-error.js create mode 100644 node_modules/minipass-fetch/lib/blob.js create mode 100644 node_modules/minipass-fetch/lib/body.js create mode 100644 node_modules/minipass-fetch/lib/fetch-error.js create mode 100644 node_modules/minipass-fetch/lib/headers.js create mode 100644 node_modules/minipass-fetch/lib/index.js create mode 100644 node_modules/minipass-fetch/lib/request.js create mode 100644 node_modules/minipass-fetch/lib/response.js create mode 100644 node_modules/minipass-fetch/package.json create mode 100644 node_modules/minipass-flush/LICENSE create mode 100644 node_modules/minipass-flush/README.md create mode 100644 node_modules/minipass-flush/index.js create mode 100644 node_modules/minipass-flush/package.json create mode 100644 node_modules/minipass-pipeline/LICENSE create mode 100644 node_modules/minipass-pipeline/README.md create mode 100644 node_modules/minipass-pipeline/index.js create mode 100644 node_modules/minipass-pipeline/package.json create mode 100644 node_modules/minipass-sized/.npmignore create mode 100644 node_modules/minipass-sized/LICENSE create mode 100644 node_modules/minipass-sized/README.md create mode 100644 node_modules/minipass-sized/index.js create mode 100644 node_modules/minipass-sized/package-lock.json create mode 100644 node_modules/minipass-sized/package.json create mode 100644 node_modules/minipass-sized/test/basic.js create mode 100644 node_modules/minipass/LICENSE create mode 100644 node_modules/minipass/README.md create mode 100644 node_modules/minipass/index.d.ts create mode 100644 node_modules/minipass/index.js create mode 100644 node_modules/minipass/package.json create mode 100644 node_modules/minizlib/LICENSE create mode 100644 node_modules/minizlib/README.md create mode 100644 node_modules/minizlib/constants.js create mode 100644 node_modules/minizlib/index.js create mode 100644 node_modules/minizlib/package.json create mode 100644 node_modules/mkdirp/CHANGELOG.md create mode 100644 node_modules/mkdirp/LICENSE create mode 100644 node_modules/mkdirp/bin/cmd.js create mode 100644 node_modules/mkdirp/index.js create mode 100644 node_modules/mkdirp/lib/find-made.js create mode 100644 node_modules/mkdirp/lib/mkdirp-manual.js create mode 100644 node_modules/mkdirp/lib/mkdirp-native.js create mode 100644 node_modules/mkdirp/lib/opts-arg.js create mode 100644 node_modules/mkdirp/lib/path-arg.js create mode 100644 node_modules/mkdirp/lib/use-native.js create mode 100644 node_modules/mkdirp/package.json create mode 100644 node_modules/mkdirp/readme.markdown create mode 100644 node_modules/node-addon-api/LICENSE.md create mode 100644 node_modules/node-addon-api/README.md create mode 100644 node_modules/node-addon-api/common.gypi create mode 100644 node_modules/node-addon-api/except.gypi create mode 100644 node_modules/node-addon-api/index.js create mode 100644 node_modules/node-addon-api/napi-inl.deprecated.h create mode 100644 node_modules/node-addon-api/napi-inl.h create mode 100644 node_modules/node-addon-api/napi.h create mode 100644 node_modules/node-addon-api/node_api.gyp create mode 100644 node_modules/node-addon-api/noexcept.gypi create mode 100644 node_modules/node-addon-api/nothing.c create mode 100644 node_modules/node-addon-api/package-support.json create mode 100644 node_modules/node-addon-api/package.json create mode 100644 node_modules/node-addon-api/tools/README.md create mode 100644 node_modules/node-addon-api/tools/check-napi.js create mode 100644 node_modules/node-addon-api/tools/clang-format.js create mode 100644 node_modules/node-addon-api/tools/conversion.js create mode 100644 node_modules/node-addon-api/tools/eslint-format.js create mode 100644 node_modules/node-fetch/LICENSE.md create mode 100644 node_modules/node-fetch/README.md create mode 100644 node_modules/node-fetch/browser.js create mode 100644 node_modules/node-fetch/lib/index.es.js create mode 100644 node_modules/node-fetch/lib/index.js create mode 100644 node_modules/node-fetch/lib/index.mjs create mode 100644 node_modules/node-fetch/package.json create mode 100644 node_modules/node-gyp/.github/ISSUE_TEMPLATE.md create mode 100644 node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 node_modules/node-gyp/.github/workflows/release-please.yml create mode 100644 node_modules/node-gyp/.github/workflows/tests.yml create mode 100644 node_modules/node-gyp/.github/workflows/visual-studio.yml create mode 100644 node_modules/node-gyp/CHANGELOG.md create mode 100644 node_modules/node-gyp/CONTRIBUTING.md create mode 100644 node_modules/node-gyp/LICENSE create mode 100644 node_modules/node-gyp/README.md create mode 100644 node_modules/node-gyp/addon.gypi create mode 100644 node_modules/node-gyp/bin/node-gyp.js create mode 100644 node_modules/node-gyp/docs/Common-issues.md create mode 100644 node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md create mode 100644 node_modules/node-gyp/docs/Home.md create mode 100644 node_modules/node-gyp/docs/Linking-to-OpenSSL.md create mode 100644 node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md create mode 100644 node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md create mode 100644 node_modules/node-gyp/gyp/.flake8 create mode 100644 node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml create mode 100644 node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml create mode 100644 node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml create mode 100644 node_modules/node-gyp/gyp/.github/workflows/release-please.yml create mode 100644 node_modules/node-gyp/gyp/AUTHORS create mode 100644 node_modules/node-gyp/gyp/CHANGELOG.md create mode 100644 node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md create mode 100644 node_modules/node-gyp/gyp/CONTRIBUTING.md create mode 100644 node_modules/node-gyp/gyp/LICENSE create mode 100644 node_modules/node-gyp/gyp/README.md create mode 100644 node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc create mode 100644 node_modules/node-gyp/gyp/gyp create mode 100644 node_modules/node-gyp/gyp/gyp.bat create mode 100644 node_modules/node-gyp/gyp/gyp_main.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/__init__.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/common.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/common_test.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/android.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/make.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/input.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/input_test.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/win_tool.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py create mode 100644 node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py create mode 100644 node_modules/node-gyp/gyp/requirements_dev.txt create mode 100644 node_modules/node-gyp/gyp/setup.py create mode 100644 node_modules/node-gyp/gyp/test_gyp.py create mode 100644 node_modules/node-gyp/gyp/tools/README create mode 100644 node_modules/node-gyp/gyp/tools/Xcode/README create mode 100644 node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec create mode 100644 node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec create mode 100644 node_modules/node-gyp/gyp/tools/emacs/README create mode 100644 node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el create mode 100644 node_modules/node-gyp/gyp/tools/emacs/gyp.el create mode 100644 node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh create mode 100644 node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp create mode 100644 node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified create mode 100644 node_modules/node-gyp/gyp/tools/graphviz.py create mode 100644 node_modules/node-gyp/gyp/tools/pretty_gyp.py create mode 100644 node_modules/node-gyp/gyp/tools/pretty_sln.py create mode 100644 node_modules/node-gyp/gyp/tools/pretty_vcproj.py create mode 100644 node_modules/node-gyp/lib/Find-VisualStudio.cs create mode 100644 node_modules/node-gyp/lib/build.js create mode 100644 node_modules/node-gyp/lib/clean.js create mode 100644 node_modules/node-gyp/lib/configure.js create mode 100644 node_modules/node-gyp/lib/create-config-gypi.js create mode 100644 node_modules/node-gyp/lib/find-node-directory.js create mode 100644 node_modules/node-gyp/lib/find-python.js create mode 100644 node_modules/node-gyp/lib/find-visualstudio.js create mode 100644 node_modules/node-gyp/lib/install.js create mode 100644 node_modules/node-gyp/lib/list.js create mode 100644 node_modules/node-gyp/lib/node-gyp.js create mode 100644 node_modules/node-gyp/lib/process-release.js create mode 100644 node_modules/node-gyp/lib/rebuild.js create mode 100644 node_modules/node-gyp/lib/remove.js create mode 100644 node_modules/node-gyp/lib/util.js create mode 100644 node_modules/node-gyp/macOS_Catalina.md create mode 100644 node_modules/node-gyp/macOS_Catalina_acid_test.sh create mode 100644 node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md create mode 100644 node_modules/node-gyp/node_modules/are-we-there-yet/README.md create mode 100644 node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js create mode 100644 node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js create mode 100644 node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js create mode 100644 node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js create mode 100644 node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js create mode 100644 node_modules/node-gyp/node_modules/are-we-there-yet/package.json create mode 100644 node_modules/node-gyp/node_modules/gauge/LICENSE.md create mode 100644 node_modules/node-gyp/node_modules/gauge/README.md create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/base-theme.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/error.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/has-color.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/index.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/plumbing.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/process.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/render-template.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/set-interval.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/spin.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/template-item.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/theme-set.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/themes.js create mode 100644 node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js create mode 100644 node_modules/node-gyp/node_modules/gauge/package.json create mode 100644 node_modules/node-gyp/node_modules/npmlog/LICENSE.md create mode 100644 node_modules/node-gyp/node_modules/npmlog/README.md create mode 100644 node_modules/node-gyp/node_modules/npmlog/lib/log.js create mode 100644 node_modules/node-gyp/node_modules/npmlog/package.json create mode 100644 node_modules/node-gyp/package.json create mode 100644 node_modules/node-gyp/src/win_delay_load_hook.cc create mode 100644 node_modules/node-gyp/test/common.js create mode 100644 node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt create mode 100644 node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt create mode 100644 node_modules/node-gyp/test/fixtures/VS_2017_Express.txt create mode 100644 node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt create mode 100644 node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt create mode 100644 node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt create mode 100644 node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt create mode 100644 node_modules/node-gyp/test/fixtures/ca-bundle.crt create mode 100644 node_modules/node-gyp/test/fixtures/ca.crt create mode 100644 node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi create mode 100644 node_modules/node-gyp/test/fixtures/server.crt create mode 100644 node_modules/node-gyp/test/fixtures/server.key create mode 100644 node_modules/node-gyp/test/fixtures/test-charmap.py create mode 100644 node_modules/node-gyp/test/process-exec-sync.js create mode 100644 node_modules/node-gyp/test/simple-proxy.js create mode 100644 node_modules/node-gyp/test/test-addon.js create mode 100644 node_modules/node-gyp/test/test-configure-python.js create mode 100644 node_modules/node-gyp/test/test-create-config-gypi.js create mode 100644 node_modules/node-gyp/test/test-download.js create mode 100644 node_modules/node-gyp/test/test-find-accessible-sync.js create mode 100644 node_modules/node-gyp/test/test-find-node-directory.js create mode 100644 node_modules/node-gyp/test/test-find-python.js create mode 100644 node_modules/node-gyp/test/test-find-visualstudio.js create mode 100644 node_modules/node-gyp/test/test-install.js create mode 100644 node_modules/node-gyp/test/test-options.js create mode 100644 node_modules/node-gyp/test/test-process-release.js create mode 100644 node_modules/node-gyp/update-gyp.py create mode 100644 node_modules/nopt/CHANGELOG.md create mode 100644 node_modules/nopt/LICENSE create mode 100644 node_modules/nopt/README.md create mode 100644 node_modules/nopt/bin/nopt.js create mode 100644 node_modules/nopt/lib/nopt.js create mode 100644 node_modules/nopt/package.json create mode 100644 node_modules/npmlog/LICENSE create mode 100644 node_modules/npmlog/README.md create mode 100644 node_modules/npmlog/log.js create mode 100644 node_modules/npmlog/package.json create mode 100644 node_modules/once/LICENSE create mode 100644 node_modules/once/README.md create mode 100644 node_modules/once/once.js create mode 100644 node_modules/once/package.json create mode 100644 node_modules/p-map/index.d.ts create mode 100644 node_modules/p-map/index.js create mode 100644 node_modules/p-map/license create mode 100644 node_modules/p-map/package.json create mode 100644 node_modules/p-map/readme.md create mode 100644 node_modules/path-is-absolute/index.js create mode 100644 node_modules/path-is-absolute/license create mode 100644 node_modules/path-is-absolute/package.json create mode 100644 node_modules/path-is-absolute/readme.md create mode 100644 node_modules/promise-inflight/LICENSE create mode 100644 node_modules/promise-inflight/README.md create mode 100644 node_modules/promise-inflight/inflight.js create mode 100644 node_modules/promise-inflight/package.json create mode 100644 node_modules/promise-retry/.editorconfig create mode 100644 node_modules/promise-retry/.jshintrc create mode 100644 node_modules/promise-retry/.travis.yml create mode 100644 node_modules/promise-retry/LICENSE create mode 100644 node_modules/promise-retry/README.md create mode 100644 node_modules/promise-retry/index.js create mode 100644 node_modules/promise-retry/package.json create mode 100644 node_modules/promise-retry/test/test.js create mode 100644 node_modules/readable-stream/CONTRIBUTING.md create mode 100644 node_modules/readable-stream/GOVERNANCE.md create mode 100644 node_modules/readable-stream/LICENSE create mode 100644 node_modules/readable-stream/README.md create mode 100644 node_modules/readable-stream/errors-browser.js create mode 100644 node_modules/readable-stream/errors.js create mode 100644 node_modules/readable-stream/experimentalWarning.js create mode 100644 node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 node_modules/readable-stream/lib/_stream_readable.js create mode 100644 node_modules/readable-stream/lib/_stream_transform.js create mode 100644 node_modules/readable-stream/lib/_stream_writable.js create mode 100644 node_modules/readable-stream/lib/internal/streams/async_iterator.js create mode 100644 node_modules/readable-stream/lib/internal/streams/buffer_list.js create mode 100644 node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 node_modules/readable-stream/lib/internal/streams/end-of-stream.js create mode 100644 node_modules/readable-stream/lib/internal/streams/from-browser.js create mode 100644 node_modules/readable-stream/lib/internal/streams/from.js create mode 100644 node_modules/readable-stream/lib/internal/streams/pipeline.js create mode 100644 node_modules/readable-stream/lib/internal/streams/state.js create mode 100644 node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 node_modules/readable-stream/package.json create mode 100644 node_modules/readable-stream/readable-browser.js create mode 100644 node_modules/readable-stream/readable.js create mode 100644 node_modules/retry/.npmignore create mode 100644 node_modules/retry/.travis.yml create mode 100644 node_modules/retry/License create mode 100644 node_modules/retry/Makefile create mode 100644 node_modules/retry/README.md create mode 100644 node_modules/retry/equation.gif create mode 100644 node_modules/retry/example/dns.js create mode 100644 node_modules/retry/example/stop.js create mode 100644 node_modules/retry/index.js create mode 100644 node_modules/retry/lib/retry.js create mode 100644 node_modules/retry/lib/retry_operation.js create mode 100644 node_modules/retry/package.json create mode 100644 node_modules/retry/test/common.js create mode 100644 node_modules/retry/test/integration/test-forever.js create mode 100644 node_modules/retry/test/integration/test-retry-operation.js create mode 100644 node_modules/retry/test/integration/test-retry-wrap.js create mode 100644 node_modules/retry/test/integration/test-timeouts.js create mode 100644 node_modules/rimraf/CHANGELOG.md create mode 100644 node_modules/rimraf/LICENSE create mode 100644 node_modules/rimraf/README.md create mode 100644 node_modules/rimraf/bin.js create mode 100644 node_modules/rimraf/package.json create mode 100644 node_modules/rimraf/rimraf.js create mode 100644 node_modules/semver/LICENSE create mode 100644 node_modules/semver/README.md create mode 100644 node_modules/semver/bin/semver.js create mode 100644 node_modules/semver/classes/comparator.js create mode 100644 node_modules/semver/classes/index.js create mode 100644 node_modules/semver/classes/range.js create mode 100644 node_modules/semver/classes/semver.js create mode 100644 node_modules/semver/functions/clean.js create mode 100644 node_modules/semver/functions/cmp.js create mode 100644 node_modules/semver/functions/coerce.js create mode 100644 node_modules/semver/functions/compare-build.js create mode 100644 node_modules/semver/functions/compare-loose.js create mode 100644 node_modules/semver/functions/compare.js create mode 100644 node_modules/semver/functions/diff.js create mode 100644 node_modules/semver/functions/eq.js create mode 100644 node_modules/semver/functions/gt.js create mode 100644 node_modules/semver/functions/gte.js create mode 100644 node_modules/semver/functions/inc.js create mode 100644 node_modules/semver/functions/lt.js create mode 100644 node_modules/semver/functions/lte.js create mode 100644 node_modules/semver/functions/major.js create mode 100644 node_modules/semver/functions/minor.js create mode 100644 node_modules/semver/functions/neq.js create mode 100644 node_modules/semver/functions/parse.js create mode 100644 node_modules/semver/functions/patch.js create mode 100644 node_modules/semver/functions/prerelease.js create mode 100644 node_modules/semver/functions/rcompare.js create mode 100644 node_modules/semver/functions/rsort.js create mode 100644 node_modules/semver/functions/satisfies.js create mode 100644 node_modules/semver/functions/sort.js create mode 100644 node_modules/semver/functions/valid.js create mode 100644 node_modules/semver/index.js create mode 100644 node_modules/semver/internal/constants.js create mode 100644 node_modules/semver/internal/debug.js create mode 100644 node_modules/semver/internal/identifiers.js create mode 100644 node_modules/semver/internal/parse-options.js create mode 100644 node_modules/semver/internal/re.js create mode 100644 node_modules/semver/package.json create mode 100644 node_modules/semver/preload.js create mode 100644 node_modules/semver/range.bnf create mode 100644 node_modules/semver/ranges/gtr.js create mode 100644 node_modules/semver/ranges/intersects.js create mode 100644 node_modules/semver/ranges/ltr.js create mode 100644 node_modules/semver/ranges/max-satisfying.js create mode 100644 node_modules/semver/ranges/min-satisfying.js create mode 100644 node_modules/semver/ranges/min-version.js create mode 100644 node_modules/semver/ranges/outside.js create mode 100644 node_modules/semver/ranges/simplify.js create mode 100644 node_modules/semver/ranges/subset.js create mode 100644 node_modules/semver/ranges/to-comparators.js create mode 100644 node_modules/semver/ranges/valid.js create mode 100644 node_modules/set-blocking/CHANGELOG.md create mode 100644 node_modules/set-blocking/LICENSE.txt create mode 100644 node_modules/set-blocking/README.md create mode 100644 node_modules/set-blocking/index.js create mode 100644 node_modules/set-blocking/package.json create mode 100644 node_modules/signal-exit/LICENSE.txt create mode 100644 node_modules/signal-exit/README.md create mode 100644 node_modules/signal-exit/index.js create mode 100644 node_modules/signal-exit/package.json create mode 100644 node_modules/signal-exit/signals.js create mode 100644 node_modules/smart-buffer/.prettierrc.yaml create mode 100644 node_modules/smart-buffer/.travis.yml create mode 100644 node_modules/smart-buffer/LICENSE create mode 100644 node_modules/smart-buffer/README.md create mode 100644 node_modules/smart-buffer/build/smartbuffer.js create mode 100644 node_modules/smart-buffer/build/smartbuffer.js.map create mode 100644 node_modules/smart-buffer/build/utils.js create mode 100644 node_modules/smart-buffer/build/utils.js.map create mode 100644 node_modules/smart-buffer/docs/CHANGELOG.md create mode 100644 node_modules/smart-buffer/docs/README_v3.md create mode 100644 node_modules/smart-buffer/docs/ROADMAP.md create mode 100644 node_modules/smart-buffer/package.json create mode 100644 node_modules/smart-buffer/typings/smartbuffer.d.ts create mode 100644 node_modules/smart-buffer/typings/utils.d.ts create mode 100644 node_modules/socks-proxy-agent/README.md create mode 100644 node_modules/socks-proxy-agent/dist/index.d.ts create mode 100644 node_modules/socks-proxy-agent/dist/index.js create mode 100644 node_modules/socks-proxy-agent/dist/index.js.map create mode 100644 node_modules/socks-proxy-agent/package.json create mode 100644 node_modules/socks/.eslintrc.cjs create mode 100644 node_modules/socks/.prettierrc.yaml create mode 100644 node_modules/socks/LICENSE create mode 100644 node_modules/socks/README.md create mode 100644 node_modules/socks/build/client/socksclient.js create mode 100644 node_modules/socks/build/client/socksclient.js.map create mode 100644 node_modules/socks/build/common/constants.js create mode 100644 node_modules/socks/build/common/constants.js.map create mode 100644 node_modules/socks/build/common/helpers.js create mode 100644 node_modules/socks/build/common/helpers.js.map create mode 100644 node_modules/socks/build/common/receivebuffer.js create mode 100644 node_modules/socks/build/common/receivebuffer.js.map create mode 100644 node_modules/socks/build/common/util.js create mode 100644 node_modules/socks/build/common/util.js.map create mode 100644 node_modules/socks/build/index.js create mode 100644 node_modules/socks/build/index.js.map create mode 100644 node_modules/socks/docs/examples/index.md create mode 100644 node_modules/socks/docs/examples/javascript/associateExample.md create mode 100644 node_modules/socks/docs/examples/javascript/bindExample.md create mode 100644 node_modules/socks/docs/examples/javascript/connectExample.md create mode 100644 node_modules/socks/docs/examples/typescript/associateExample.md create mode 100644 node_modules/socks/docs/examples/typescript/bindExample.md create mode 100644 node_modules/socks/docs/examples/typescript/connectExample.md create mode 100644 node_modules/socks/docs/index.md create mode 100644 node_modules/socks/docs/migratingFromV1.md create mode 100644 node_modules/socks/package.json create mode 100644 node_modules/socks/typings/client/socksclient.d.ts create mode 100644 node_modules/socks/typings/common/constants.d.ts create mode 100644 node_modules/socks/typings/common/helpers.d.ts create mode 100644 node_modules/socks/typings/common/receivebuffer.d.ts create mode 100644 node_modules/socks/typings/common/util.d.ts create mode 100644 node_modules/socks/typings/index.d.ts create mode 100644 node_modules/sqlite/CHANGELOG.md create mode 100644 node_modules/sqlite/LICENSE create mode 100644 node_modules/sqlite/README.md create mode 100644 node_modules/sqlite/build/Database.d.ts create mode 100644 node_modules/sqlite/build/Database.js create mode 100644 node_modules/sqlite/build/Database.js.map create mode 100644 node_modules/sqlite/build/Statement.d.ts create mode 100644 node_modules/sqlite/build/Statement.js create mode 100644 node_modules/sqlite/build/Statement.js.map create mode 100644 node_modules/sqlite/build/index.d.ts create mode 100644 node_modules/sqlite/build/index.js create mode 100644 node_modules/sqlite/build/index.js.map create mode 100644 node_modules/sqlite/build/index.mjs create mode 100644 node_modules/sqlite/build/interfaces.d.ts create mode 100644 node_modules/sqlite/build/interfaces.js create mode 100644 node_modules/sqlite/build/interfaces.js.map create mode 100644 node_modules/sqlite/build/utils/format-error.d.ts create mode 100644 node_modules/sqlite/build/utils/format-error.js create mode 100644 node_modules/sqlite/build/utils/format-error.js.map create mode 100644 node_modules/sqlite/build/utils/migrate.d.ts create mode 100644 node_modules/sqlite/build/utils/migrate.js create mode 100644 node_modules/sqlite/build/utils/migrate.js.map create mode 100644 node_modules/sqlite/build/utils/strings.d.ts create mode 100644 node_modules/sqlite/build/utils/strings.js create mode 100644 node_modules/sqlite/build/utils/strings.js.map create mode 100644 node_modules/sqlite/build/vendor-typings/sqlite3/index.d.ts create mode 100644 node_modules/sqlite/package.json create mode 100644 node_modules/sqlite3/LICENSE create mode 100644 node_modules/sqlite3/README.md create mode 100644 node_modules/sqlite3/binding.gyp create mode 100644 node_modules/sqlite3/deps/common-sqlite.gypi create mode 100644 node_modules/sqlite3/deps/extract.js create mode 100644 node_modules/sqlite3/deps/sqlite-autoconf-3410100.tar.gz create mode 100644 node_modules/sqlite3/deps/sqlite3.gyp create mode 100644 node_modules/sqlite3/lib/binding/napi-v6-win32-unknown-x64/node_sqlite3.node create mode 100644 node_modules/sqlite3/lib/sqlite3-binding.js create mode 100644 node_modules/sqlite3/lib/sqlite3.d.ts create mode 100644 node_modules/sqlite3/lib/sqlite3.js create mode 100644 node_modules/sqlite3/lib/trace.js create mode 100644 node_modules/sqlite3/package.json create mode 100644 node_modules/sqlite3/src/async.h create mode 100644 node_modules/sqlite3/src/backup.cc create mode 100644 node_modules/sqlite3/src/backup.h create mode 100644 node_modules/sqlite3/src/database.cc create mode 100644 node_modules/sqlite3/src/database.h create mode 100644 node_modules/sqlite3/src/gcc-preinclude.h create mode 100644 node_modules/sqlite3/src/macros.h create mode 100644 node_modules/sqlite3/src/node_sqlite3.cc create mode 100644 node_modules/sqlite3/src/statement.cc create mode 100644 node_modules/sqlite3/src/statement.h create mode 100644 node_modules/sqlite3/src/threading.h create mode 100644 node_modules/ssri/CHANGELOG.md create mode 100644 node_modules/ssri/LICENSE.md create mode 100644 node_modules/ssri/README.md create mode 100644 node_modules/ssri/index.js create mode 100644 node_modules/ssri/package.json create mode 100644 node_modules/string-width/index.d.ts create mode 100644 node_modules/string-width/index.js create mode 100644 node_modules/string-width/license create mode 100644 node_modules/string-width/package.json create mode 100644 node_modules/string-width/readme.md create mode 100644 node_modules/string_decoder/LICENSE create mode 100644 node_modules/string_decoder/README.md create mode 100644 node_modules/string_decoder/lib/string_decoder.js create mode 100644 node_modules/string_decoder/package.json create mode 100644 node_modules/strip-ansi/index.d.ts create mode 100644 node_modules/strip-ansi/index.js create mode 100644 node_modules/strip-ansi/license create mode 100644 node_modules/strip-ansi/package.json create mode 100644 node_modules/strip-ansi/readme.md create mode 100644 node_modules/tar/LICENSE create mode 100644 node_modules/tar/README.md create mode 100644 node_modules/tar/index.js create mode 100644 node_modules/tar/lib/create.js create mode 100644 node_modules/tar/lib/extract.js create mode 100644 node_modules/tar/lib/get-write-flag.js create mode 100644 node_modules/tar/lib/header.js create mode 100644 node_modules/tar/lib/high-level-opt.js create mode 100644 node_modules/tar/lib/large-numbers.js create mode 100644 node_modules/tar/lib/list.js create mode 100644 node_modules/tar/lib/mkdir.js create mode 100644 node_modules/tar/lib/mode-fix.js create mode 100644 node_modules/tar/lib/normalize-unicode.js create mode 100644 node_modules/tar/lib/normalize-windows-path.js create mode 100644 node_modules/tar/lib/pack.js create mode 100644 node_modules/tar/lib/parse.js create mode 100644 node_modules/tar/lib/path-reservations.js create mode 100644 node_modules/tar/lib/pax.js create mode 100644 node_modules/tar/lib/read-entry.js create mode 100644 node_modules/tar/lib/replace.js create mode 100644 node_modules/tar/lib/strip-absolute-path.js create mode 100644 node_modules/tar/lib/strip-trailing-slashes.js create mode 100644 node_modules/tar/lib/types.js create mode 100644 node_modules/tar/lib/unpack.js create mode 100644 node_modules/tar/lib/update.js create mode 100644 node_modules/tar/lib/warn-mixin.js create mode 100644 node_modules/tar/lib/winchars.js create mode 100644 node_modules/tar/lib/write-entry.js create mode 100644 node_modules/tar/node_modules/minipass/LICENSE create mode 100644 node_modules/tar/node_modules/minipass/README.md create mode 100644 node_modules/tar/node_modules/minipass/index.d.ts create mode 100644 node_modules/tar/node_modules/minipass/index.js create mode 100644 node_modules/tar/node_modules/minipass/index.mjs create mode 100644 node_modules/tar/node_modules/minipass/package.json create mode 100644 node_modules/tar/package.json create mode 100644 node_modules/tr46/.npmignore create mode 100644 node_modules/tr46/index.js create mode 100644 node_modules/tr46/lib/.gitkeep create mode 100644 node_modules/tr46/lib/mappingTable.json create mode 100644 node_modules/tr46/package.json create mode 100644 node_modules/unique-filename/.nyc_output/54942.json create mode 100644 node_modules/unique-filename/.nyc_output/54944.json create mode 100644 node_modules/unique-filename/LICENSE create mode 100644 node_modules/unique-filename/README.md create mode 100644 node_modules/unique-filename/coverage/__root__/index.html create mode 100644 node_modules/unique-filename/coverage/__root__/index.js.html create mode 100644 node_modules/unique-filename/coverage/base.css create mode 100644 node_modules/unique-filename/coverage/index.html create mode 100644 node_modules/unique-filename/coverage/prettify.css create mode 100644 node_modules/unique-filename/coverage/prettify.js create mode 100644 node_modules/unique-filename/coverage/sort-arrow-sprite.png create mode 100644 node_modules/unique-filename/coverage/sorter.js create mode 100644 node_modules/unique-filename/index.js create mode 100644 node_modules/unique-filename/package.json create mode 100644 node_modules/unique-filename/test/index.js create mode 100644 node_modules/unique-slug/.travis.yml create mode 100644 node_modules/unique-slug/LICENSE create mode 100644 node_modules/unique-slug/README.md create mode 100644 node_modules/unique-slug/index.js create mode 100644 node_modules/unique-slug/package.json create mode 100644 node_modules/unique-slug/test/index.js create mode 100644 node_modules/util-deprecate/History.md create mode 100644 node_modules/util-deprecate/LICENSE create mode 100644 node_modules/util-deprecate/README.md create mode 100644 node_modules/util-deprecate/browser.js create mode 100644 node_modules/util-deprecate/node.js create mode 100644 node_modules/util-deprecate/package.json create mode 100644 node_modules/webidl-conversions/LICENSE.md create mode 100644 node_modules/webidl-conversions/README.md create mode 100644 node_modules/webidl-conversions/lib/index.js create mode 100644 node_modules/webidl-conversions/package.json create mode 100644 node_modules/whatwg-url/LICENSE.txt create mode 100644 node_modules/whatwg-url/README.md create mode 100644 node_modules/whatwg-url/lib/URL-impl.js create mode 100644 node_modules/whatwg-url/lib/URL.js create mode 100644 node_modules/whatwg-url/lib/public-api.js create mode 100644 node_modules/whatwg-url/lib/url-state-machine.js create mode 100644 node_modules/whatwg-url/lib/utils.js create mode 100644 node_modules/whatwg-url/package.json create mode 100644 node_modules/which/CHANGELOG.md create mode 100644 node_modules/which/LICENSE create mode 100644 node_modules/which/README.md create mode 100644 node_modules/which/bin/node-which create mode 100644 node_modules/which/package.json create mode 100644 node_modules/which/which.js create mode 100644 node_modules/wide-align/LICENSE create mode 100644 node_modules/wide-align/README.md create mode 100644 node_modules/wide-align/align.js create mode 100644 node_modules/wide-align/package.json create mode 100644 node_modules/wrappy/LICENSE create mode 100644 node_modules/wrappy/README.md create mode 100644 node_modules/wrappy/package.json create mode 100644 node_modules/wrappy/wrappy.js create mode 100644 node_modules/yallist/LICENSE create mode 100644 node_modules/yallist/README.md create mode 100644 node_modules/yallist/iterator.js create mode 100644 node_modules/yallist/package.json create mode 100644 node_modules/yallist/yallist.js diff --git a/chat.db b/chat.db new file mode 100644 index 0000000000000000000000000000000000000000..bf414a9464b062b8519d21881322211d6ef4417a GIT binary patch literal 16384 zcmeI(Jx{_w7zgmXmY||o6Jtm;m>V1*;9Hp3EaYN{fPlro)Ks`iBa~oEf}?&pcl`v8 zuDUolco1ro=;ng?Kk2>oUef-y>!oMaqT>r@_pf`F&oX3gEK?V6*-$3n{ch3NXwbYTSgaR@i@I(pRCyvo@ZSOFDR97 zs|0shBEqKOv{|8S@MB(Mm0F>s*P85vHj>93`?l=~pBcPi zuzI;rt@AHK`mQg>Ogbm?lKV%LBH4{hsd7Fl`VF^z)iJY`ysqoH-2>NY ziDfEJ@wYnShRGC>Z>4BYM0=MR0s;_#00bZa0SG_<0uX=z1Rwx``4rexv-Ib00g9@U rrSbVc)n16a5D1Rwwb2tWV=5P$##AOHaf{2PH4s>W&XAAs@!>gt4u literal 0 HcmV?d00001 diff --git a/index.html b/index.html index 444043d..9098b6c 100644 --- a/index.html +++ b/index.html @@ -21,26 +21,38 @@
- - + + \ No newline at end of file diff --git a/index.js b/index.js index cf18681..861d588 100644 --- a/index.js +++ b/index.js @@ -2,26 +2,84 @@ const express = require('express'); const { createServer } = require('node:http'); const { join } = require('node:path'); const { Server } = require('socket.io'); +const sqlite3 = require('sqlite3'); +const { open } = require('sqlite'); +const { availableParallelism } = require('node:os'); +const cluster = require('node:cluster'); +const { createAdapter, setupPrimary } = require('@socket.io/cluster-adapter'); -const app = express(); -const server = createServer(app); -const io = new Server(server); +if (cluster.isPrimary) { + const numCPUs = availableParallelism(); + for (let i = 0; i < numCPUs; i++) { + cluster.fork({ + PORT: 3000 + i + }); + } -app.get('/', (req, res) => { - res.sendFile(join(__dirname, 'index.html')); -}); + return setupPrimary(); +} -io.on('connection', (socket) => { - console.log('a user connected'); - socket.on('chat message', (msg) => { - io.emit('chat message', msg); - console.log('message: ' + msg); +async function main() { + const db = await open({ + filename: 'chat.db', + driver: sqlite3.Database }); - socket.on('disconnect', () => { - console.log('user disconnected'); - }); -}); -server.listen(3000, () => { - console.log('server running at http://localhost:3000'); -}); \ No newline at end of file + await db.exec(` + CREATE TABLE IF NOT EXISTS messages ( + id INTEGER PRIMARY KEY AUTOINCREMENT, + client_offset TEXT UNIQUE, + content TEXT + ); + `); + + const app = express(); + const server = createServer(app); + const io = new Server(server, { + connectionStateRecovery: {}, + adapter: createAdapter() + }); + + app.get('/', (req, res) => { + res.sendFile(join(__dirname, 'index.html')); + }); + + io.on('connection', async (socket) => { + socket.on('chat message', async (msg, clientOffset, callback) => { + let result; + try { + result = await db.run('INSERT INTO messages (content, client_offset) VALUES (?, ?)', msg, clientOffset); + } catch (e) { + if (e.errno === 19 /* SQLITE_CONSTRAINT */ ) { + callback(); + } else { + // nothing to do, just let the client retry + } + return; + } + io.emit('chat message', msg, result.lastID); + callback(); + }); + + if (!socket.recovered) { + try { + await db.each('SELECT id, content FROM messages WHERE id > ?', + [socket.handshake.auth.serverOffset || 0], + (_err, row) => { + socket.emit('chat message', row.content, row.id); + } + ) + } catch (e) { + // something went wrong + } + } + }); + + const port = process.env.PORT; + + server.listen(port, () => { + console.log(`server running at http://localhost:${port}`); + }); +} + +main(); \ No newline at end of file diff --git a/node_modules/.bin/color-support b/node_modules/.bin/color-support new file mode 100644 index 0000000..59e6506 --- /dev/null +++ b/node_modules/.bin/color-support @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../color-support/bin.js" "$@" +else + exec node "$basedir/../color-support/bin.js" "$@" +fi diff --git a/node_modules/.bin/color-support.cmd b/node_modules/.bin/color-support.cmd new file mode 100644 index 0000000..005f9a5 --- /dev/null +++ b/node_modules/.bin/color-support.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\color-support\bin.js" %* diff --git a/node_modules/.bin/color-support.ps1 b/node_modules/.bin/color-support.ps1 new file mode 100644 index 0000000..f5c9fe4 --- /dev/null +++ b/node_modules/.bin/color-support.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../color-support/bin.js" $args + } else { + & "$basedir/node$exe" "$basedir/../color-support/bin.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../color-support/bin.js" $args + } else { + & "node$exe" "$basedir/../color-support/bin.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp new file mode 100644 index 0000000..6ba5765 --- /dev/null +++ b/node_modules/.bin/mkdirp @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@" +else + exec node "$basedir/../mkdirp/bin/cmd.js" "$@" +fi diff --git a/node_modules/.bin/mkdirp.cmd b/node_modules/.bin/mkdirp.cmd new file mode 100644 index 0000000..a865dd9 --- /dev/null +++ b/node_modules/.bin/mkdirp.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\mkdirp\bin\cmd.js" %* diff --git a/node_modules/.bin/mkdirp.ps1 b/node_modules/.bin/mkdirp.ps1 new file mode 100644 index 0000000..911e854 --- /dev/null +++ b/node_modules/.bin/mkdirp.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../mkdirp/bin/cmd.js" $args + } else { + & "$basedir/node$exe" "$basedir/../mkdirp/bin/cmd.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../mkdirp/bin/cmd.js" $args + } else { + & "node$exe" "$basedir/../mkdirp/bin/cmd.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/node-gyp b/node_modules/.bin/node-gyp new file mode 100644 index 0000000..b80888c --- /dev/null +++ b/node_modules/.bin/node-gyp @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../node-gyp/bin/node-gyp.js" "$@" +else + exec node "$basedir/../node-gyp/bin/node-gyp.js" "$@" +fi diff --git a/node_modules/.bin/node-gyp.cmd b/node_modules/.bin/node-gyp.cmd new file mode 100644 index 0000000..9a6a721 --- /dev/null +++ b/node_modules/.bin/node-gyp.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\node-gyp\bin\node-gyp.js" %* diff --git a/node_modules/.bin/node-gyp.ps1 b/node_modules/.bin/node-gyp.ps1 new file mode 100644 index 0000000..dd514e2 --- /dev/null +++ b/node_modules/.bin/node-gyp.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args + } else { + & "$basedir/node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args + } else { + & "node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/node-pre-gyp b/node_modules/.bin/node-pre-gyp new file mode 100644 index 0000000..004c3be --- /dev/null +++ b/node_modules/.bin/node-pre-gyp @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../@mapbox/node-pre-gyp/bin/node-pre-gyp" "$@" +else + exec node "$basedir/../@mapbox/node-pre-gyp/bin/node-pre-gyp" "$@" +fi diff --git a/node_modules/.bin/node-pre-gyp.cmd b/node_modules/.bin/node-pre-gyp.cmd new file mode 100644 index 0000000..a2fc508 --- /dev/null +++ b/node_modules/.bin/node-pre-gyp.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@mapbox\node-pre-gyp\bin\node-pre-gyp" %* diff --git a/node_modules/.bin/node-pre-gyp.ps1 b/node_modules/.bin/node-pre-gyp.ps1 new file mode 100644 index 0000000..ed297ff --- /dev/null +++ b/node_modules/.bin/node-pre-gyp.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../@mapbox/node-pre-gyp/bin/node-pre-gyp" $args + } else { + & "$basedir/node$exe" "$basedir/../@mapbox/node-pre-gyp/bin/node-pre-gyp" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../@mapbox/node-pre-gyp/bin/node-pre-gyp" $args + } else { + & "node$exe" "$basedir/../@mapbox/node-pre-gyp/bin/node-pre-gyp" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/node-which b/node_modules/.bin/node-which new file mode 100644 index 0000000..aece735 --- /dev/null +++ b/node_modules/.bin/node-which @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../which/bin/node-which" "$@" +else + exec node "$basedir/../which/bin/node-which" "$@" +fi diff --git a/node_modules/.bin/node-which.cmd b/node_modules/.bin/node-which.cmd new file mode 100644 index 0000000..8738aed --- /dev/null +++ b/node_modules/.bin/node-which.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\which\bin\node-which" %* diff --git a/node_modules/.bin/node-which.ps1 b/node_modules/.bin/node-which.ps1 new file mode 100644 index 0000000..cfb09e8 --- /dev/null +++ b/node_modules/.bin/node-which.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../which/bin/node-which" $args + } else { + & "$basedir/node$exe" "$basedir/../which/bin/node-which" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../which/bin/node-which" $args + } else { + & "node$exe" "$basedir/../which/bin/node-which" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/nopt b/node_modules/.bin/nopt new file mode 100644 index 0000000..f1ec43b --- /dev/null +++ b/node_modules/.bin/nopt @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" +else + exec node "$basedir/../nopt/bin/nopt.js" "$@" +fi diff --git a/node_modules/.bin/nopt.cmd b/node_modules/.bin/nopt.cmd new file mode 100644 index 0000000..a7f38b3 --- /dev/null +++ b/node_modules/.bin/nopt.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\nopt\bin\nopt.js" %* diff --git a/node_modules/.bin/nopt.ps1 b/node_modules/.bin/nopt.ps1 new file mode 100644 index 0000000..9d6ba56 --- /dev/null +++ b/node_modules/.bin/nopt.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../nopt/bin/nopt.js" $args + } else { + & "$basedir/node$exe" "$basedir/../nopt/bin/nopt.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../nopt/bin/nopt.js" $args + } else { + & "node$exe" "$basedir/../nopt/bin/nopt.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/rimraf b/node_modules/.bin/rimraf new file mode 100644 index 0000000..b816825 --- /dev/null +++ b/node_modules/.bin/rimraf @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@" +else + exec node "$basedir/../rimraf/bin.js" "$@" +fi diff --git a/node_modules/.bin/rimraf.cmd b/node_modules/.bin/rimraf.cmd new file mode 100644 index 0000000..13f45ec --- /dev/null +++ b/node_modules/.bin/rimraf.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\rimraf\bin.js" %* diff --git a/node_modules/.bin/rimraf.ps1 b/node_modules/.bin/rimraf.ps1 new file mode 100644 index 0000000..1716791 --- /dev/null +++ b/node_modules/.bin/rimraf.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../rimraf/bin.js" $args + } else { + & "$basedir/node$exe" "$basedir/../rimraf/bin.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../rimraf/bin.js" $args + } else { + & "node$exe" "$basedir/../rimraf/bin.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver new file mode 100644 index 0000000..77443e7 --- /dev/null +++ b/node_modules/.bin/semver @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" +else + exec node "$basedir/../semver/bin/semver.js" "$@" +fi diff --git a/node_modules/.bin/semver.cmd b/node_modules/.bin/semver.cmd new file mode 100644 index 0000000..9913fa9 --- /dev/null +++ b/node_modules/.bin/semver.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver.js" %* diff --git a/node_modules/.bin/semver.ps1 b/node_modules/.bin/semver.ps1 new file mode 100644 index 0000000..314717a --- /dev/null +++ b/node_modules/.bin/semver.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index e9cfc1f..9c3aaf8 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -4,11 +4,83 @@ "lockfileVersion": 3, "requires": true, "packages": { + "node_modules/@gar/promisify": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", + "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", + "optional": true + }, + "node_modules/@mapbox/node-pre-gyp": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", + "dependencies": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + } + }, + "node_modules/@npmcli/fs": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", + "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", + "optional": true, + "dependencies": { + "@gar/promisify": "^1.0.1", + "semver": "^7.3.5" + } + }, + "node_modules/@npmcli/move-file": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", + "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", + "deprecated": "This functionality has been moved to @npmcli/fs", + "optional": true, + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@socket.io/cluster-adapter": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@socket.io/cluster-adapter/-/cluster-adapter-0.2.2.tgz", + "integrity": "sha512-/tNcY6qQx0BOgjl4mFk3YxX6pjaPdEyeWhP88Ea9gTlISY4SfA7t8VxbryeAs5/9QgXzChlvSN/i37Gog3kWag==", + "dependencies": { + "debug": "~4.3.1" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "socket.io-adapter": "^2.4.0" + } + }, "node_modules/@socket.io/component-emitter": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==" }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "optional": true, + "engines": { + "node": ">= 6" + } + }, "node_modules/@types/cookie": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", @@ -30,6 +102,11 @@ "undici-types": "~5.25.1" } }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, "node_modules/accepts": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", @@ -42,11 +119,77 @@ "node": ">= 0.6" } }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agentkeepalive": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", + "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", + "optional": true, + "dependencies": { + "humanize-ms": "^1.2.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "optional": true, + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" + }, + "node_modules/are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, "node_modules/base64id": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", @@ -91,6 +234,15 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/bytes": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", @@ -99,6 +251,35 @@ "node": ">= 0.8" } }, + "node_modules/cacache": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", + "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", + "optional": true, + "dependencies": { + "@npmcli/fs": "^1.0.0", + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.1", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" + }, + "engines": { + "node": ">= 10" + } + }, "node_modules/call-bind": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", @@ -111,6 +292,41 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "engines": { + "node": ">=10" + } + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "bin": { + "color-support": "bin.js" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" + }, "node_modules/content-disposition": { "version": "0.5.4", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", @@ -171,6 +387,11 @@ } } }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" + }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", @@ -188,11 +409,24 @@ "npm": "1.2.8000 || >= 1.4.16" } }, + "node_modules/detect-libc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", + "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", + "engines": { + "node": ">=8" + } + }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, "node_modules/encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", @@ -201,6 +435,27 @@ "node": ">= 0.8" } }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/engine.io": { "version": "6.5.3", "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.5.3.tgz", @@ -229,6 +484,21 @@ "node": ">=10.0.0" } }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "optional": true + }, "node_modules/escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -350,6 +620,22 @@ "node": ">= 0.6" } }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -358,6 +644,25 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/get-intrinsic": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", @@ -372,6 +677,31 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "optional": true + }, "node_modules/has": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", @@ -402,6 +732,17 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" + }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "optional": true + }, "node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -417,6 +758,41 @@ "node": ">= 0.8" } }, + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "optional": true, + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", + "optional": true, + "dependencies": { + "ms": "^2.0.0" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -428,11 +804,50 @@ "node": ">=0.10.0" } }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "optional": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "optional": true + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, + "node_modules/ip": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "optional": true + }, "node_modules/ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", @@ -441,6 +856,86 @@ "node": ">= 0.10" } }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", + "optional": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "optional": true + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/make-fetch-happen": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", + "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", + "optional": true, + "dependencies": { + "agentkeepalive": "^4.1.3", + "cacache": "^15.2.0", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^6.0.0", + "minipass": "^3.1.3", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^1.3.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.2", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^6.0.0", + "ssri": "^8.0.0" + }, + "engines": { + "node": ">= 10" + } + }, "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", @@ -492,6 +987,116 @@ "node": ">= 0.6" } }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-fetch": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", + "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", + "optional": true, + "dependencies": { + "minipass": "^3.1.0", + "minipass-sized": "^1.0.3", + "minizlib": "^2.0.0" + }, + "engines": { + "node": ">=8" + }, + "optionalDependencies": { + "encoding": "^0.1.12" + } + }, + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -505,6 +1110,126 @@ "node": ">= 0.6" } }, + "node_modules/node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-gyp": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", + "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", + "optional": true, + "dependencies": { + "env-paths": "^2.2.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^9.1.0", + "nopt": "^5.0.0", + "npmlog": "^6.0.0", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.2", + "which": "^2.0.2" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" + }, + "engines": { + "node": ">= 10.12.0" + } + }, + "node_modules/node-gyp/node_modules/are-we-there-yet": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", + "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", + "optional": true, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/node-gyp/node_modules/gauge": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", + "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", + "optional": true, + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/node-gyp/node_modules/npmlog": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", + "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", + "optional": true, + "dependencies": { + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "dependencies": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + } + }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -532,6 +1257,29 @@ "node": ">= 0.8" } }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "optional": true, + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", @@ -540,11 +1288,38 @@ "node": ">= 0.8" } }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" }, + "node_modules/promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "optional": true + }, + "node_modules/promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "optional": true, + "dependencies": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", @@ -593,6 +1368,42 @@ "node": ">= 0.8" } }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "optional": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -617,6 +1428,20 @@ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/send": { "version": "0.18.0", "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", @@ -672,6 +1497,11 @@ "node": ">= 0.8.0" } }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", @@ -690,6 +1520,21 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "optional": true, + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, "node_modules/socket.io": { "version": "4.7.2", "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.2.tgz", @@ -727,6 +1572,73 @@ "node": ">=10.0.0" } }, + "node_modules/socks": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", + "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "optional": true, + "dependencies": { + "ip": "^2.0.0", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.13.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", + "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", + "optional": true, + "dependencies": { + "agent-base": "^6.0.2", + "debug": "^4.3.3", + "socks": "^2.6.2" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/sqlite": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/sqlite/-/sqlite-5.0.1.tgz", + "integrity": "sha512-sRxbVwzNX9rvEPnxz9scNqi60KtfxBXMzzus5BI4+0nPtVkyEXyBwQ7JkM2M1CiVvEFw6s1vn2Z9/1DEdSpiaA==" + }, + "node_modules/sqlite3": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.6.tgz", + "integrity": "sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==", + "hasInstallScript": true, + "dependencies": { + "@mapbox/node-pre-gyp": "^1.0.0", + "node-addon-api": "^4.2.0", + "tar": "^6.1.11" + }, + "optionalDependencies": { + "node-gyp": "8.x" + }, + "peerDependencies": { + "node-gyp": "8.x" + }, + "peerDependenciesMeta": { + "node-gyp": { + "optional": true + } + } + }, + "node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "optional": true, + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", @@ -735,6 +1647,62 @@ "node": ">= 0.8" } }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tar": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", + "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "engines": { + "node": ">=8" + } + }, "node_modules/toidentifier": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", @@ -743,6 +1711,11 @@ "node": ">=0.6" } }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, "node_modules/type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", @@ -760,6 +1733,24 @@ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==" }, + "node_modules/unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "optional": true, + "dependencies": { + "unique-slug": "^2.0.0" + } + }, + "node_modules/unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "optional": true, + "dependencies": { + "imurmurhash": "^0.1.4" + } + }, "node_modules/unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", @@ -768,6 +1759,11 @@ "node": ">= 0.8" } }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, "node_modules/utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", @@ -784,6 +1780,48 @@ "node": ">= 0.8" } }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "optional": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, "node_modules/ws": { "version": "8.11.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", @@ -803,6 +1841,11 @@ "optional": true } } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } } diff --git a/node_modules/@gar/promisify/LICENSE.md b/node_modules/@gar/promisify/LICENSE.md new file mode 100644 index 0000000..64f7732 --- /dev/null +++ b/node_modules/@gar/promisify/LICENSE.md @@ -0,0 +1,10 @@ +The MIT License (MIT) + +Copyright © 2020-2022 Michael Garvin + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. + diff --git a/node_modules/@gar/promisify/README.md b/node_modules/@gar/promisify/README.md new file mode 100644 index 0000000..465c546 --- /dev/null +++ b/node_modules/@gar/promisify/README.md @@ -0,0 +1,65 @@ +# @gar/promisify + +### Promisify an entire object or class instance + +This module leverages es6 Proxy and Reflect to promisify every function in an +object or class instance. + +It assumes the callback that the function is expecting is the last +parameter, and that it is an error-first callback with only one value, +i.e. `(err, value) => ...`. This mirrors node's `util.promisify` method. + +In order that you can use it as a one-stop-shop for all your promisify +needs, you can also pass it a function. That function will be +promisified as normal using node's built-in `util.promisify` method. + +[node's custom promisified +functions](https://nodejs.org/api/util.html#util_custom_promisified_functions) +will also be mirrored, further allowing this to be a drop-in replacement +for the built-in `util.promisify`. + +### Examples + +Promisify an entire object + +```javascript + +const promisify = require('@gar/promisify') + +class Foo { + constructor (attr) { + this.attr = attr + } + + double (input, cb) { + cb(null, input * 2) + } + +const foo = new Foo('baz') +const promisified = promisify(foo) + +console.log(promisified.attr) +console.log(await promisified.double(1024)) +``` + +Promisify a function + +```javascript + +const promisify = require('@gar/promisify') + +function foo (a, cb) { + if (a !== 'bad') { + return cb(null, 'ok') + } + return cb('not ok') +} + +const promisified = promisify(foo) + +// This will resolve to 'ok' +promisified('good') + +// this will reject +promisified('bad') +``` diff --git a/node_modules/@gar/promisify/index.js b/node_modules/@gar/promisify/index.js new file mode 100644 index 0000000..d0be95f --- /dev/null +++ b/node_modules/@gar/promisify/index.js @@ -0,0 +1,36 @@ +'use strict' + +const { promisify } = require('util') + +const handler = { + get: function (target, prop, receiver) { + if (typeof target[prop] !== 'function') { + return target[prop] + } + if (target[prop][promisify.custom]) { + return function () { + return Reflect.get(target, prop, receiver)[promisify.custom].apply(target, arguments) + } + } + return function () { + return new Promise((resolve, reject) => { + Reflect.get(target, prop, receiver).apply(target, [...arguments, function (err, result) { + if (err) { + return reject(err) + } + resolve(result) + }]) + }) + } + } +} + +module.exports = function (thingToPromisify) { + if (typeof thingToPromisify === 'function') { + return promisify(thingToPromisify) + } + if (typeof thingToPromisify === 'object') { + return new Proxy(thingToPromisify, handler) + } + throw new TypeError('Can only promisify functions or objects') +} diff --git a/node_modules/@gar/promisify/package.json b/node_modules/@gar/promisify/package.json new file mode 100644 index 0000000..d0ce69b --- /dev/null +++ b/node_modules/@gar/promisify/package.json @@ -0,0 +1,32 @@ +{ + "name": "@gar/promisify", + "version": "1.1.3", + "description": "Promisify an entire class or object", + "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/wraithgar/gar-promisify.git" + }, + "scripts": { + "lint": "standard", + "lint:fix": "standard --fix", + "test": "lab -a @hapi/code -t 100", + "posttest": "npm run lint" + }, + "files": [ + "index.js" + ], + "keywords": [ + "promisify", + "all", + "class", + "object" + ], + "author": "Gar ", + "license": "MIT", + "devDependencies": { + "@hapi/code": "^8.0.1", + "@hapi/lab": "^24.1.0", + "standard": "^16.0.3" + } +} diff --git a/node_modules/@mapbox/node-pre-gyp/.github/workflows/codeql.yml b/node_modules/@mapbox/node-pre-gyp/.github/workflows/codeql.yml new file mode 100644 index 0000000..70eaa56 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/.github/workflows/codeql.yml @@ -0,0 +1,74 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ "master" ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ "master" ] + schedule: + - cron: '24 5 * * 4' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + + # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + # queries: security-extended,security-and-quality + + + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v2 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + + # If the Autobuild fails above, remove it and uncomment the following three lines. + # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. + + # - run: | + # echo "Run, Build Application using script" + # ./location_of_script_within_repo/buildscript.sh + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v2 + with: + category: "/language:${{matrix.language}}" diff --git a/node_modules/@mapbox/node-pre-gyp/CHANGELOG.md b/node_modules/@mapbox/node-pre-gyp/CHANGELOG.md new file mode 100644 index 0000000..990e929 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/CHANGELOG.md @@ -0,0 +1,510 @@ +# node-pre-gyp changelog + +## 1.0.11 +- Fixes dependabot alert [CVE-2021-44906](https://nvd.nist.gov/vuln/detail/CVE-2021-44906) + +## 1.0.10 +- Upgraded minimist to 1.2.6 to address dependabot alert [CVE-2021-44906](https://nvd.nist.gov/vuln/detail/CVE-2021-44906) + +## 1.0.9 +- Upgraded node-fetch to 2.6.7 to address [CVE-2022-0235](https://www.cve.org/CVERecord?id=CVE-2022-0235) +- Upgraded detect-libc to 2.0.0 to use non-blocking NodeJS(>=12) Report API + +## 1.0.8 +- Downgraded npmlog to maintain node v10 and v8 support (https://github.com/mapbox/node-pre-gyp/pull/624) + +## 1.0.7 +- Upgraded nyc and npmlog to address https://github.com/advisories/GHSA-93q8-gq69-wqmw + +## 1.0.6 +- Added node v17 to the internal node releases listing +- Upgraded various dependencies declared in package.json to latest major versions (node-fetch from 2.6.1 to 2.6.5, npmlog from 4.1.2 to 5.01, semver from 7.3.4 to 7.3.5, and tar from 6.1.0 to 6.1.11) +- Fixed bug in `staging_host` parameter (https://github.com/mapbox/node-pre-gyp/pull/590) + + +## 1.0.5 +- Fix circular reference warning with node >= v14 + +## 1.0.4 +- Added node v16 to the internal node releases listing + +## 1.0.3 +- Improved support configuring s3 uploads (solves https://github.com/mapbox/node-pre-gyp/issues/571) + - New options added in https://github.com/mapbox/node-pre-gyp/pull/576: 'bucket', 'region', and `s3ForcePathStyle` + +## 1.0.2 +- Fixed regression in proxy support (https://github.com/mapbox/node-pre-gyp/issues/572) + +## 1.0.1 +- Switched from mkdirp@1.0.4 to make-dir@3.1.0 to avoid this bug: https://github.com/isaacs/node-mkdirp/issues/31 + +## 1.0.0 +- Module is now name-spaced at `@mapbox/node-pre-gyp` and the original `node-pre-gyp` is deprecated. +- New: support for staging and production s3 targets (see README.md) +- BREAKING: no longer supporting `node_pre_gyp_accessKeyId` & `node_pre_gyp_secretAccessKey`, use `AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY` instead to authenticate against s3 for `info`, `publish`, and `unpublish` commands. +- Dropped node v6 support, added node v14 support +- Switched tests to use mapbox-owned bucket for testing +- Added coverage tracking and linting with eslint +- Added back support for symlinks inside the tarball +- Upgraded all test apps to N-API/node-addon-api +- New: support for staging and production s3 targets (see README.md) +- Added `node_pre_gyp_s3_host` env var which has priority over the `--s3_host` option or default. +- Replaced needle with node-fetch +- Added proxy support for node-fetch +- Upgraded to mkdirp@1.x + +## 0.17.0 +- Got travis + appveyor green again +- Added support for more node versions + +## 0.16.0 + +- Added Node 15 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/520) + +## 0.15.0 + +- Bump dependency on `mkdirp` from `^0.5.1` to `^0.5.3` (https://github.com/mapbox/node-pre-gyp/pull/492) +- Bump dependency on `needle` from `^2.2.1` to `^2.5.0` (https://github.com/mapbox/node-pre-gyp/pull/502) +- Added Node 14 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/501) + +## 0.14.0 + +- Defer modules requires in napi.js (https://github.com/mapbox/node-pre-gyp/pull/434) +- Bump dependency on `tar` from `^4` to `^4.4.2` (https://github.com/mapbox/node-pre-gyp/pull/454) +- Support extracting compiled binary from local offline mirror (https://github.com/mapbox/node-pre-gyp/pull/459) +- Added Node 13 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/483) + +## 0.13.0 + +- Added Node 12 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/449) + +## 0.12.0 + +- Fixed double-build problem with node v10 (https://github.com/mapbox/node-pre-gyp/pull/428) +- Added node 11 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/422) + +## 0.11.0 + +- Fixed double-install problem with node v10 +- Significant N-API improvements (https://github.com/mapbox/node-pre-gyp/pull/405) + +## 0.10.3 + +- Now will use `request` over `needle` if request is installed. By default `needle` is used for `https`. This should unbreak proxy support that regressed in v0.9.0 + +## 0.10.2 + +- Fixed rc/deep-extent security vulnerability +- Fixed broken reinstall script do to incorrectly named get_best_napi_version + +## 0.10.1 + +- Fix needle error event (@medns) + +## 0.10.0 + +- Allow for a single-level module path when packing @allenluce (https://github.com/mapbox/node-pre-gyp/pull/371) +- Log warnings instead of errors when falling back @xzyfer (https://github.com/mapbox/node-pre-gyp/pull/366) +- Add Node.js v10 support to tests (https://github.com/mapbox/node-pre-gyp/pull/372) +- Remove retire.js from CI (https://github.com/mapbox/node-pre-gyp/pull/372) +- Remove support for Node.js v4 due to [EOL on April 30th, 2018](https://github.com/nodejs/Release/blob/7dd52354049cae99eed0e9fe01345b0722a86fde/schedule.json#L14) +- Update appveyor tests to install default NPM version instead of NPM v2.x for all Windows builds (https://github.com/mapbox/node-pre-gyp/pull/375) + +## 0.9.1 + +- Fixed regression (in v0.9.0) with support for http redirects @allenluce (https://github.com/mapbox/node-pre-gyp/pull/361) + +## 0.9.0 + +- Switched from using `request` to `needle` to reduce size of module deps (https://github.com/mapbox/node-pre-gyp/pull/350) + +## 0.8.0 + +- N-API support (@inspiredware) + +## 0.7.1 + +- Upgraded to tar v4.x + +## 0.7.0 + + - Updated request and hawk (#347) + - Dropped node v0.10.x support + +## 0.6.40 + + - Improved error reporting if an install fails + +## 0.6.39 + + - Support for node v9 + - Support for versioning on `{libc}` to allow binaries to work on non-glic linux systems like alpine linux + + +## 0.6.38 + + - Maintaining compatibility (for v0.6.x series) with node v0.10.x + +## 0.6.37 + + - Solved one part of #276: now now deduce the node ABI from the major version for node >= 2 even when not stored in the abi_crosswalk.json + - Fixed docs to avoid mentioning the deprecated and dangerous `prepublish` in package.json (#291) + - Add new node versions to crosswalk + - Ported tests to use tape instead of mocha + - Got appveyor tests passing by downgrading npm and node-gyp + +## 0.6.36 + + - Removed the running of `testbinary` during install. Because this was regressed for so long, it is too dangerous to re-enable by default. Developers needing validation can call `node-pre-gyp testbinary` directory. + - Fixed regression in v0.6.35 for electron installs (now skipping binary validation which is not yet supported for electron) + +## 0.6.35 + + - No longer recommending `npm ls` in `prepublish` (#291) + - Fixed testbinary command (#283) @szdavid92 + +## 0.6.34 + + - Added new node versions to crosswalk, including v8 + - Upgraded deps to latest versions, started using `^` instead of `~` for all deps. + +## 0.6.33 + + - Improved support for yarn + +## 0.6.32 + + - Honor npm configuration for CA bundles (@heikkipora) + - Add node-pre-gyp and npm versions to user agent (@addaleax) + - Updated various deps + - Add known node version for v7.x + +## 0.6.31 + + - Updated various deps + +## 0.6.30 + + - Update to npmlog@4.x and semver@5.3.x + - Add known node version for v6.5.0 + +## 0.6.29 + + - Add known node versions for v0.10.45, v0.12.14, v4.4.4, v5.11.1, and v6.1.0 + +## 0.6.28 + + - Now more verbose when remote binaries are not available. This is needed since npm is increasingly more quiet by default + and users need to know why builds are falling back to source compiles that might then error out. + +## 0.6.27 + + - Add known node version for node v6 + - Stopped bundling dependencies + - Documented method for module authors to avoid bundling node-pre-gyp + - See https://github.com/mapbox/node-pre-gyp/tree/master#configuring for details + +## 0.6.26 + + - Skip validation for nw runtime (https://github.com/mapbox/node-pre-gyp/pull/181) via @fleg + +## 0.6.25 + + - Improved support for auto-detection of electron runtime in `node-pre-gyp.find()` + - Pull request from @enlight - https://github.com/mapbox/node-pre-gyp/pull/187 + - Add known node version for 4.4.1 and 5.9.1 + +## 0.6.24 + + - Add known node version for 5.8.0, 5.9.0, and 4.4.0. + +## 0.6.23 + + - Add known node version for 0.10.43, 0.12.11, 4.3.2, and 5.7.1. + +## 0.6.22 + + - Add known node version for 4.3.1, and 5.7.0. + +## 0.6.21 + + - Add known node version for 0.10.42, 0.12.10, 4.3.0, and 5.6.0. + +## 0.6.20 + + - Add known node version for 4.2.5, 4.2.6, 5.4.0, 5.4.1,and 5.5.0. + +## 0.6.19 + + - Add known node version for 4.2.4 + +## 0.6.18 + + - Add new known node versions for 0.10.x, 0.12.x, 4.x, and 5.x + +## 0.6.17 + + - Re-tagged to fix packaging problem of `Error: Cannot find module 'isarray'` + +## 0.6.16 + + - Added known version in crosswalk for 5.1.0. + +## 0.6.15 + + - Upgraded tar-pack (https://github.com/mapbox/node-pre-gyp/issues/182) + - Support custom binary hosting mirror (https://github.com/mapbox/node-pre-gyp/pull/170) + - Added known version in crosswalk for 4.2.2. + +## 0.6.14 + + - Added node 5.x version + +## 0.6.13 + + - Added more known node 4.x versions + +## 0.6.12 + + - Added support for [Electron](http://electron.atom.io/). Just pass the `--runtime=electron` flag when building/installing. Thanks @zcbenz + +## 0.6.11 + + - Added known node and io.js versions including more 3.x and 4.x versions + +## 0.6.10 + + - Added known node and io.js versions including 3.x and 4.x versions + - Upgraded `tar` dep + +## 0.6.9 + + - Upgraded `rc` dep + - Updated known io.js version: v2.4.0 + +## 0.6.8 + + - Upgraded `semver` and `rimraf` deps + - Updated known node and io.js versions + +## 0.6.7 + + - Fixed `node_abi` versions for io.js 1.1.x -> 1.8.x (should be 43, but was stored as 42) (refs https://github.com/iojs/build/issues/94) + +## 0.6.6 + + - Updated with known io.js 2.0.0 version + +## 0.6.5 + + - Now respecting `npm_config_node_gyp` (https://github.com/npm/npm/pull/4887) + - Updated to semver@4.3.2 + - Updated known node v0.12.x versions and io.js 1.x versions. + +## 0.6.4 + + - Improved support for `io.js` (@fengmk2) + - Test coverage improvements (@mikemorris) + - Fixed support for `--dist-url` that regressed in 0.6.3 + +## 0.6.3 + + - Added support for passing raw options to node-gyp using `--` separator. Flags passed after + the `--` to `node-pre-gyp configure` will be passed directly to gyp while flags passed + after the `--` will be passed directly to make/visual studio. + - Added `node-pre-gyp configure` command to be able to call `node-gyp configure` directly + - Fix issue with require validation not working on windows 7 (@edgarsilva) + +## 0.6.2 + + - Support for io.js >= v1.0.2 + - Deferred require of `request` and `tar` to help speed up command line usage of `node-pre-gyp`. + +## 0.6.1 + + - Fixed bundled `tar` version + +## 0.6.0 + + - BREAKING: node odd releases like v0.11.x now use `major.minor.patch` for `{node_abi}` instead of `NODE_MODULE_VERSION` (#124) + - Added support for `toolset` option in versioning. By default is an empty string but `--toolset` can be passed to publish or install to select alternative binaries that target a custom toolset like C++11. For example to target Visual Studio 2014 modules like node-sqlite3 use `--toolset=v140`. + - Added support for `--no-rollback` option to request that a failed binary test does not remove the binary module leaves it in place. + - Added support for `--update-binary` option to request an existing binary be re-installed and the check for a valid local module be skipped. + - Added support for passing build options from `npm` through `node-pre-gyp` to `node-gyp`: `--nodedir`, `--disturl`, `--python`, and `--msvs_version` + +## 0.5.31 + + - Added support for deducing node_abi for node.js runtime from previous release if the series is even + - Added support for --target=0.10.33 + +## 0.5.30 + + - Repackaged with latest bundled deps + +## 0.5.29 + + - Added support for semver `build`. + - Fixed support for downloading from urls that include `+`. + +## 0.5.28 + + - Now reporting unix style paths only in reveal command + +## 0.5.27 + + - Fixed support for auto-detecting s3 bucket name when it contains `.` - @taavo + - Fixed support for installing when path contains a `'` - @halfdan + - Ported tests to mocha + +## 0.5.26 + + - Fix node-webkit support when `--target` option is not provided + +## 0.5.25 + + - Fix bundling of deps + +## 0.5.24 + + - Updated ABI crosswalk to incldue node v0.10.30 and v0.10.31 + +## 0.5.23 + + - Added `reveal` command. Pass no options to get all versioning data as json. Pass a second arg to grab a single versioned property value + - Added support for `--silent` (shortcut for `--loglevel=silent`) + +## 0.5.22 + + - Fixed node-webkit versioning name (NOTE: node-webkit support still experimental) + +## 0.5.21 + + - New package to fix `shasum check failed` error with v0.5.20 + +## 0.5.20 + + - Now versioning node-webkit binaries based on major.minor.patch - assuming no compatible ABI across versions (#90) + +## 0.5.19 + + - Updated to know about more node-webkit releases + +## 0.5.18 + + - Updated to know about more node-webkit releases + +## 0.5.17 + + - Updated to know about node v0.10.29 release + +## 0.5.16 + + - Now supporting all aws-sdk configuration parameters (http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html) (#86) + +## 0.5.15 + + - Fixed installation of windows packages sub directories on unix systems (#84) + +## 0.5.14 + + - Finished support for cross building using `--target_platform` option (#82) + - Now skipping binary validation on install if target arch/platform do not match the host. + - Removed multi-arch validing for OS X since it required a FAT node.js binary + +## 0.5.13 + + - Fix problem in 0.5.12 whereby the wrong versions of mkdirp and semver where bundled. + +## 0.5.12 + + - Improved support for node-webkit (@Mithgol) + +## 0.5.11 + + - Updated target versions listing + +## 0.5.10 + + - Fixed handling of `-debug` flag passed directory to node-pre-gyp (#72) + - Added optional second arg to `node_pre_gyp.find` to customize the default versioning options used to locate the runtime binary + - Failed install due to `testbinary` check failure no longer leaves behind binary (#70) + +## 0.5.9 + + - Fixed regression in `testbinary` command causing installs to fail on windows with 0.5.7 (#60) + +## 0.5.8 + + - Started bundling deps + +## 0.5.7 + + - Fixed the `testbinary` check, which is used to determine whether to re-download or source compile, to work even in complex dependency situations (#63) + - Exposed the internal `testbinary` command in node-pre-gyp command line tool + - Fixed minor bug so that `fallback_to_build` option is always respected + +## 0.5.6 + + - Added support for versioning on the `name` value in `package.json` (#57). + - Moved to using streams for reading tarball when publishing (#52) + +## 0.5.5 + + - Improved binary validation that also now works with node-webkit (@Mithgol) + - Upgraded test apps to work with node v0.11.x + - Improved test coverage + +## 0.5.4 + + - No longer depends on external install of node-gyp for compiling builds. + +## 0.5.3 + + - Reverted fix for debian/nodejs since it broke windows (#45) + +## 0.5.2 + + - Support for debian systems where the node binary is named `nodejs` (#45) + - Added `bin/node-pre-gyp.cmd` to be able to run command on windows locally (npm creates an .npm automatically when globally installed) + - Updated abi-crosswalk with node v0.10.26 entry. + +## 0.5.1 + + - Various minor bug fixes, several improving windows support for publishing. + +## 0.5.0 + + - Changed property names in `binary` object: now required are `module_name`, `module_path`, and `host`. + - Now `module_path` supports versioning, which allows developers to opt-in to using a versioned install path (#18). + - Added `remote_path` which also supports versioning. + - Changed `remote_uri` to `host`. + +## 0.4.2 + + - Added support for `--target` flag to request cross-compile against a specific node/node-webkit version. + - Added preliminary support for node-webkit + - Fixed support for `--target_arch` option being respected in all cases. + +## 0.4.1 + + - Fixed exception when only stderr is available in binary test (@bendi / #31) + +## 0.4.0 + + - Enforce only `https:` based remote publishing access. + - Added `node-pre-gyp info` command to display listing of published binaries + - Added support for changing the directory node-pre-gyp should build in with the `-C/--directory` option. + - Added support for S3 prefixes. + +## 0.3.1 + + - Added `unpublish` command. + - Fixed module path construction in tests. + - Added ability to disable falling back to build behavior via `npm install --fallback-to-build=false` which overrides setting in a depedencies package.json `install` target. + +## 0.3.0 + + - Support for packaging all files in `module_path` directory - see `app4` for example + - Added `testpackage` command. + - Changed `clean` command to only delete `.node` not entire `build` directory since node-gyp will handle that. + - `.node` modules must be in a folder of there own since tar-pack will remove everything when it unpacks. diff --git a/node_modules/@mapbox/node-pre-gyp/LICENSE b/node_modules/@mapbox/node-pre-gyp/LICENSE new file mode 100644 index 0000000..8f5fce9 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/LICENSE @@ -0,0 +1,27 @@ +Copyright (c), Mapbox + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of node-pre-gyp nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/@mapbox/node-pre-gyp/README.md b/node_modules/@mapbox/node-pre-gyp/README.md new file mode 100644 index 0000000..203285a --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/README.md @@ -0,0 +1,742 @@ +# @mapbox/node-pre-gyp + +#### @mapbox/node-pre-gyp makes it easy to publish and install Node.js C++ addons from binaries + +[![Build Status](https://travis-ci.com/mapbox/node-pre-gyp.svg?branch=master)](https://travis-ci.com/mapbox/node-pre-gyp) +[![Build status](https://ci.appveyor.com/api/projects/status/3nxewb425y83c0gv)](https://ci.appveyor.com/project/Mapbox/node-pre-gyp) + +`@mapbox/node-pre-gyp` stands between [npm](https://github.com/npm/npm) and [node-gyp](https://github.com/Tootallnate/node-gyp) and offers a cross-platform method of binary deployment. + +### Special note on previous package + +On Feb 9th, 2021 `@mapbox/node-pre-gyp@1.0.0` was [released](./CHANGELOG.md). Older, unscoped versions that are not part of the `@mapbox` org are deprecated and only `@mapbox/node-pre-gyp` will see updates going forward. To upgrade to the new package do: + +``` +npm uninstall node-pre-gyp --save +npm install @mapbox/node-pre-gyp --save +``` + +### Features + + - A command line tool called `node-pre-gyp` that can install your package's C++ module from a binary. + - A variety of developer targeted commands for packaging, testing, and publishing binaries. + - A JavaScript module that can dynamically require your installed binary: `require('@mapbox/node-pre-gyp').find` + +For a hello world example of a module packaged with `node-pre-gyp` see and [the wiki ](https://github.com/mapbox/node-pre-gyp/wiki/Modules-using-node-pre-gyp) for real world examples. + +## Credits + + - The module is modeled after [node-gyp](https://github.com/Tootallnate/node-gyp) by [@Tootallnate](https://github.com/Tootallnate) + - Motivation for initial development came from [@ErisDS](https://github.com/ErisDS) and the [Ghost Project](https://github.com/TryGhost/Ghost). + - Development is sponsored by [Mapbox](https://www.mapbox.com/) + +## FAQ + +See the [Frequently Ask Questions](https://github.com/mapbox/node-pre-gyp/wiki/FAQ). + +## Depends + + - Node.js >= node v8.x + +## Install + +`node-pre-gyp` is designed to be installed as a local dependency of your Node.js C++ addon and accessed like: + + ./node_modules/.bin/node-pre-gyp --help + +But you can also install it globally: + + npm install @mapbox/node-pre-gyp -g + +## Usage + +### Commands + +View all possible commands: + + node-pre-gyp --help + +- clean - Remove the entire folder containing the compiled .node module +- install - Install pre-built binary for module +- reinstall - Run "clean" and "install" at once +- build - Compile the module by dispatching to node-gyp or nw-gyp +- rebuild - Run "clean" and "build" at once +- package - Pack binary into tarball +- testpackage - Test that the staged package is valid +- publish - Publish pre-built binary +- unpublish - Unpublish pre-built binary +- info - Fetch info on published binaries + +You can also chain commands: + + node-pre-gyp clean build unpublish publish info + +### Options + +Options include: + + - `-C/--directory`: run the command in this directory + - `--build-from-source`: build from source instead of using pre-built binary + - `--update-binary`: reinstall by replacing previously installed local binary with remote binary + - `--runtime=node-webkit`: customize the runtime: `node`, `electron` and `node-webkit` are the valid options + - `--fallback-to-build`: fallback to building from source if pre-built binary is not available + - `--target=0.4.0`: Pass the target node or node-webkit version to compile against + - `--target_arch=ia32`: Pass the target arch and override the host `arch`. Any value that is [supported by Node.js](https://nodejs.org/api/os.html#osarch) is valid. + - `--target_platform=win32`: Pass the target platform and override the host `platform`. Valid values are `linux`, `darwin`, `win32`, `sunos`, `freebsd`, `openbsd`, and `aix`. + +Both `--build-from-source` and `--fallback-to-build` can be passed alone or they can provide values. You can pass `--fallback-to-build=false` to override the option as declared in package.json. In addition to being able to pass `--build-from-source` you can also pass `--build-from-source=myapp` where `myapp` is the name of your module. + +For example: `npm install --build-from-source=myapp`. This is useful if: + + - `myapp` is referenced in the package.json of a larger app and therefore `myapp` is being installed as a dependency with `npm install`. + - The larger app also depends on other modules installed with `node-pre-gyp` + - You only want to trigger a source compile for `myapp` and the other modules. + +### Configuring + +This is a guide to configuring your module to use node-pre-gyp. + +#### 1) Add new entries to your `package.json` + + - Add `@mapbox/node-pre-gyp` to `dependencies` + - Add `aws-sdk` as a `devDependency` + - Add a custom `install` script + - Declare a `binary` object + +This looks like: + +```js + "dependencies" : { + "@mapbox/node-pre-gyp": "1.x" + }, + "devDependencies": { + "aws-sdk": "2.x" + } + "scripts": { + "install": "node-pre-gyp install --fallback-to-build" + }, + "binary": { + "module_name": "your_module", + "module_path": "./lib/binding/", + "host": "https://your_module.s3-us-west-1.amazonaws.com" + } +``` + +For a full example see [node-addon-examples's package.json](https://github.com/springmeyer/node-addon-example/blob/master/package.json). + +Let's break this down: + + - Dependencies need to list `node-pre-gyp` + - Your devDependencies should list `aws-sdk` so that you can run `node-pre-gyp publish` locally or a CI system. We recommend using `devDependencies` only since `aws-sdk` is large and not needed for `node-pre-gyp install` since it only uses http to fetch binaries + - Your `scripts` section should override the `install` target with `"install": "node-pre-gyp install --fallback-to-build"`. This allows node-pre-gyp to be used instead of the default npm behavior of always source compiling with `node-gyp` directly. + - Your package.json should contain a `binary` section describing key properties you provide to allow node-pre-gyp to package optimally. They are detailed below. + +Note: in the past we recommended putting `@mapbox/node-pre-gyp` in the `bundledDependencies`, but we no longer recommend this. In the past there were npm bugs (with node versions 0.10.x) that could lead to node-pre-gyp not being available at the right time during install (unless we bundled). This should no longer be the case. Also, for a time we recommended using `"preinstall": "npm install @mapbox/node-pre-gyp"` as an alternative method to avoid needing to bundle. But this did not behave predictably across all npm versions - see https://github.com/mapbox/node-pre-gyp/issues/260 for the details. So we do not recommend using `preinstall` to install `@mapbox/node-pre-gyp`. More history on this at https://github.com/strongloop/fsevents/issues/157#issuecomment-265545908. + +##### The `binary` object has three required properties + +###### module_name + +The name of your native node module. This value must: + + - Match the name passed to [the NODE_MODULE macro](http://nodejs.org/api/addons.html#addons_hello_world) + - Must be a valid C variable name (e.g. it cannot contain `-`) + - Should not include the `.node` extension. + +###### module_path + +The location your native module is placed after a build. This should be an empty directory without other Javascript files. This entire directory will be packaged in the binary tarball. When installing from a remote package this directory will be overwritten with the contents of the tarball. + +Note: This property supports variables based on [Versioning](#versioning). + +###### host + +A url to the remote location where you've published tarball binaries (must be `https` not `http`). + +It is highly recommended that you use Amazon S3. The reasons are: + + - Various node-pre-gyp commands like `publish` and `info` only work with an S3 host. + - S3 is a very solid hosting platform for distributing large files. + - We provide detail documentation for using [S3 hosting](#s3-hosting) with node-pre-gyp. + +Why then not require S3? Because while some applications using node-pre-gyp need to distribute binaries as large as 20-30 MB, others might have very small binaries and might wish to store them in a GitHub repo. This is not recommended, but if an author really wants to host in a non-S3 location then it should be possible. + +It should also be mentioned that there is an optional and entirely separate npm module called [node-pre-gyp-github](https://github.com/bchr02/node-pre-gyp-github) which is intended to complement node-pre-gyp and be installed along with it. It provides the ability to store and publish your binaries within your repositories GitHub Releases if you would rather not use S3 directly. Installation and usage instructions can be found [here](https://github.com/bchr02/node-pre-gyp-github), but the basic premise is that instead of using the ```node-pre-gyp publish``` command you would use ```node-pre-gyp-github publish```. + +##### The `binary` object other optional S3 properties + +If you are not using a standard s3 path like `bucket_name.s3(.-)region.amazonaws.com`, you might get an error on `publish` because node-pre-gyp extracts the region and bucket from the `host` url. For example, you may have an on-premises s3-compatible storage server, or may have configured a specific dns redirecting to an s3 endpoint. In these cases, you can explicitly set the `region` and `bucket` properties to tell node-pre-gyp to use these values instead of guessing from the `host` property. The following values can be used in the `binary` section: + +###### host + +The url to the remote server root location (must be `https` not `http`). + +###### bucket + +The bucket name where your tarball binaries should be located. + +###### region + +Your S3 server region. + +###### s3ForcePathStyle + +Set `s3ForcePathStyle` to true if the endpoint url should not be prefixed with the bucket name. If false (default), the server endpoint would be constructed as `bucket_name.your_server.com`. + +##### The `binary` object has optional properties + +###### remote_path + +It **is recommended** that you customize this property. This is an extra path to use for publishing and finding remote tarballs. The default value for `remote_path` is `""` meaning that if you do not provide it then all packages will be published at the base of the `host`. It is recommended to provide a value like `./{name}/v{version}` to help organize remote packages in the case that you choose to publish multiple node addons to the same `host`. + +Note: This property supports variables based on [Versioning](#versioning). + +###### package_name + +It is **not recommended** to override this property unless you are also overriding the `remote_path`. This is the versioned name of the remote tarball containing the binary `.node` module and any supporting files you've placed inside the `module_path` directory. Unless you specify `package_name` in your `package.json` then it defaults to `{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz` which allows your binary to work across node versions, platforms, and architectures. If you are using `remote_path` that is also versioned by `./{module_name}/v{version}` then you could remove these variables from the `package_name` and just use: `{node_abi}-{platform}-{arch}.tar.gz`. Then your remote tarball will be looked up at, for example, `https://example.com/your-module/v0.1.0/node-v11-linux-x64.tar.gz`. + +Avoiding the version of your module in the `package_name` and instead only embedding in a directory name can be useful when you want to make a quick tag of your module that does not change any C++ code. In this case you can just copy binaries to the new version behind the scenes like: + +```sh +aws s3 sync --acl public-read s3://mapbox-node-binary/sqlite3/v3.0.3/ s3://mapbox-node-binary/sqlite3/v3.0.4/ +``` + +Note: This property supports variables based on [Versioning](#versioning). + +#### 2) Add a new target to binding.gyp + +`node-pre-gyp` calls out to `node-gyp` to compile the module and passes variables along like [module_name](#module_name) and [module_path](#module_path). + +A new target must be added to `binding.gyp` that moves the compiled `.node` module from `./build/Release/module_name.node` into the directory specified by `module_path`. + +Add a target like this at the end of your `targets` list: + +```js + { + "target_name": "action_after_build", + "type": "none", + "dependencies": [ "<(module_name)" ], + "copies": [ + { + "files": [ "<(PRODUCT_DIR)/<(module_name).node" ], + "destination": "<(module_path)" + } + ] + } +``` + +For a full example see [node-addon-example's binding.gyp](https://github.com/springmeyer/node-addon-example/blob/2ff60a8ded7f042864ad21db00c3a5a06cf47075/binding.gyp). + +#### 3) Dynamically require your `.node` + +Inside the main js file that requires your addon module you are likely currently doing: + +```js +var binding = require('../build/Release/binding.node'); +``` + +or: + +```js +var bindings = require('./bindings') +``` + +Change those lines to: + +```js +var binary = require('@mapbox/node-pre-gyp'); +var path = require('path'); +var binding_path = binary.find(path.resolve(path.join(__dirname,'./package.json'))); +var binding = require(binding_path); +``` + +For a full example see [node-addon-example's index.js](https://github.com/springmeyer/node-addon-example/blob/2ff60a8ded7f042864ad21db00c3a5a06cf47075/index.js#L1-L4) + +#### 4) Build and package your app + +Now build your module from source: + + npm install --build-from-source + +The `--build-from-source` tells `node-pre-gyp` to not look for a remote package and instead dispatch to node-gyp to build. + +Now `node-pre-gyp` should now also be installed as a local dependency so the command line tool it offers can be found at `./node_modules/.bin/node-pre-gyp`. + +#### 5) Test + +Now `npm test` should work just as it did before. + +#### 6) Publish the tarball + +Then package your app: + + ./node_modules/.bin/node-pre-gyp package + +Once packaged, now you can publish: + + ./node_modules/.bin/node-pre-gyp publish + +Currently the `publish` command pushes your binary to S3. This requires: + + - You have installed `aws-sdk` with `npm install aws-sdk` + - You have created a bucket already. + - The `host` points to an S3 http or https endpoint. + - You have configured node-pre-gyp to read your S3 credentials (see [S3 hosting](#s3-hosting) for details). + +You can also host your binaries elsewhere. To do this requires: + + - You manually publish the binary created by the `package` command to an `https` endpoint + - Ensure that the `host` value points to your custom `https` endpoint. + +#### 7) Automate builds + +Now you need to publish builds for all the platforms and node versions you wish to support. This is best automated. + + - See [Appveyor Automation](#appveyor-automation) for how to auto-publish builds on Windows. + - See [Travis Automation](#travis-automation) for how to auto-publish builds on OS X and Linux. + +#### 8) You're done! + +Now publish your module to the npm registry. Users will now be able to install your module from a binary. + +What will happen is this: + +1. `npm install ` will pull from the npm registry +2. npm will run the `install` script which will call out to `node-pre-gyp` +3. `node-pre-gyp` will fetch the binary `.node` module and unpack in the right place +4. Assuming that all worked, you are done + +If a a binary was not available for a given platform and `--fallback-to-build` was used then `node-gyp rebuild` will be called to try to source compile the module. + +#### 9) One more option + +It may be that you want to work with two s3 buckets, one for staging and one for production; this +arrangement makes it less likely to accidentally overwrite a production binary. It also allows the production +environment to have more restrictive permissions than staging while still enabling publishing when +developing and testing. + +The binary.host property can be set at execution time. In order to do so all of the following conditions +must be true. + +- binary.host is falsey or not present +- binary.staging_host is not empty +- binary.production_host is not empty + +If any of these checks fail then the operation will not perform execution time determination of the s3 target. + +If the command being executed is either "publish" or "unpublish" then the default is set to `binary.staging_host`. In all other cases +the default is `binary.production_host`. + +The command-line options `--s3_host=staging` or `--s3_host=production` override the default. If `s3_host` +is present and not `staging` or `production` an exception is thrown. + +This allows installing from staging by specifying `--s3_host=staging`. And it requires specifying +`--s3_option=production` in order to publish to, or unpublish from, production, making accidental errors less likely. + +## Node-API Considerations + +[Node-API](https://nodejs.org/api/n-api.html#n_api_node_api), which was previously known as N-API, is an ABI-stable alternative to previous technologies such as [nan](https://github.com/nodejs/nan) which are tied to a specific Node runtime engine. Node-API is Node runtime engine agnostic and guarantees modules created today will continue to run, without changes, into the future. + +Using `node-pre-gyp` with Node-API projects requires a handful of additional configuration values and imposes some additional requirements. + +The most significant difference is that an Node-API module can be coded to target multiple Node-API versions. Therefore, an Node-API module must declare in its `package.json` file which Node-API versions the module is designed to run against. In addition, since multiple builds may be required for a single module, path and file names must be specified in way that avoids naming conflicts. + +### The `napi_versions` array property + +A Node-API module must declare in its `package.json` file, the Node-API versions the module is intended to support. This is accomplished by including an `napi-versions` array property in the `binary` object. For example: + +```js +"binary": { + "module_name": "your_module", + "module_path": "your_module_path", + "host": "https://your_bucket.s3-us-west-1.amazonaws.com", + "napi_versions": [1,3] + } +``` + +If the `napi_versions` array property is *not* present, `node-pre-gyp` operates as it always has. Including the `napi_versions` array property instructs `node-pre-gyp` that this is a Node-API module build. + +When the `napi_versions` array property is present, `node-pre-gyp` fires off multiple operations, one for each of the Node-API versions in the array. In the example above, two operations are initiated, one for Node-API version 1 and second for Node-API version 3. How this version number is communicated is described next. + +### The `napi_build_version` value + +For each of the Node-API module operations `node-pre-gyp` initiates, it ensures that the `napi_build_version` is set appropriately. + +This value is of importance in two areas: + +1. The C/C++ code which needs to know against which Node-API version it should compile. +2. `node-pre-gyp` itself which must assign appropriate path and file names to avoid collisions. + +### Defining `NAPI_VERSION` for the C/C++ code + +The `napi_build_version` value is communicated to the C/C++ code by adding this code to the `binding.gyp` file: + +``` +"defines": [ + "NAPI_VERSION=<(napi_build_version)", +] +``` + +This ensures that `NAPI_VERSION`, an integer value, is declared appropriately to the C/C++ code for each build. + +> Note that earlier versions of this document recommended defining the symbol `NAPI_BUILD_VERSION`. `NAPI_VERSION` is preferred because it used by the Node-API C/C++ headers to configure the specific Node-API versions being requested. + +### Path and file naming requirements in `package.json` + +Since `node-pre-gyp` fires off multiple operations for each request, it is essential that path and file names be created in such a way as to avoid collisions. This is accomplished by imposing additional path and file naming requirements. + +Specifically, when performing Node-API builds, the `{napi_build_version}` text configuration value *must* be present in the `module_path` property. In addition, the `{napi_build_version}` text configuration value *must* be present in either the `remote_path` or `package_name` property. (No problem if it's in both.) + +Here's an example: + +```js +"binary": { + "module_name": "your_module", + "module_path": "./lib/binding/napi-v{napi_build_version}", + "remote_path": "./{module_name}/v{version}/{configuration}/", + "package_name": "{platform}-{arch}-napi-v{napi_build_version}.tar.gz", + "host": "https://your_bucket.s3-us-west-1.amazonaws.com", + "napi_versions": [1,3] + } +``` + +## Supporting both Node-API and NAN builds + +You may have a legacy native add-on that you wish to continue supporting for those versions of Node that do not support Node-API, as you add Node-API support for later Node versions. This can be accomplished by specifying the `node_napi_label` configuration value in the package.json `binary.package_name` property. + +Placing the configuration value `node_napi_label` in the package.json `binary.package_name` property instructs `node-pre-gyp` to build all viable Node-API binaries supported by the current Node instance. If the current Node instance does not support Node-API, `node-pre-gyp` will request a traditional, non-Node-API build. + +The configuration value `node_napi_label` is set by `node-pre-gyp` to the type of build created, `napi` or `node`, and the version number. For Node-API builds, the string contains the Node-API version nad has values like `napi-v3`. For traditional, non-Node-API builds, the string contains the ABI version with values like `node-v46`. + +Here's how the `binary` configuration above might be changed to support both Node-API and NAN builds: + +```js +"binary": { + "module_name": "your_module", + "module_path": "./lib/binding/{node_napi_label}", + "remote_path": "./{module_name}/v{version}/{configuration}/", + "package_name": "{platform}-{arch}-{node_napi_label}.tar.gz", + "host": "https://your_bucket.s3-us-west-1.amazonaws.com", + "napi_versions": [1,3] + } +``` + +The C/C++ symbol `NAPI_VERSION` can be used to distinguish Node-API and non-Node-API builds. The value of `NAPI_VERSION` is set to the integer Node-API version for Node-API builds and is set to `0` for non-Node-API builds. + +For example: + +```C +#if NAPI_VERSION +// Node-API code goes here +#else +// NAN code goes here +#endif +``` + +### Two additional configuration values + +The following two configuration values, which were implemented in previous versions of `node-pre-gyp`, continue to exist, but have been replaced by the `node_napi_label` configuration value described above. + +1. `napi_version` If Node-API is supported by the currently executing Node instance, this value is the Node-API version number supported by Node. If Node-API is not supported, this value is an empty string. + +2. `node_abi_napi` If the value returned for `napi_version` is non empty, this value is `'napi'`. If the value returned for `napi_version` is empty, this value is the value returned for `node_abi`. + +These values are present for use in the `binding.gyp` file and may be used as `{napi_version}` and `{node_abi_napi}` for text substituion in the `binary` properties of the `package.json` file. + +## S3 Hosting + +You can host wherever you choose but S3 is cheap, `node-pre-gyp publish` expects it, and S3 can be integrated well with [Travis.ci](http://travis-ci.org) to automate builds for OS X and Ubuntu, and with [Appveyor](http://appveyor.com) to automate builds for Windows. Here is an approach to do this: + +First, get setup locally and test the workflow: + +#### 1) Create an S3 bucket + +And have your **key** and **secret key** ready for writing to the bucket. + +It is recommended to create a IAM user with a policy that only gives permissions to the specific bucket you plan to publish to. This can be done in the [IAM console](https://console.aws.amazon.com/iam/) by: 1) adding a new user, 2) choosing `Attach User Policy`, 3) Using the `Policy Generator`, 4) selecting `Amazon S3` for the service, 5) adding the actions: `DeleteObject`, `GetObject`, `GetObjectAcl`, `ListBucket`, `HeadBucket`, `PutObject`, `PutObjectAcl`, 6) adding an ARN of `arn:aws:s3:::bucket/*` (replacing `bucket` with your bucket name), and finally 7) clicking `Add Statement` and saving the policy. It should generate a policy like: + +```js +{ + "Version": "2012-10-17", + "Statement": [ + { + "Sid": "objects", + "Effect": "Allow", + "Action": [ + "s3:PutObject", + "s3:GetObjectAcl", + "s3:GetObject", + "s3:DeleteObject", + "s3:PutObjectAcl" + ], + "Resource": "arn:aws:s3:::your-bucket-name/*" + }, + { + "Sid": "bucket", + "Effect": "Allow", + "Action": "s3:ListBucket", + "Resource": "arn:aws:s3:::your-bucket-name" + }, + { + "Sid": "buckets", + "Effect": "Allow", + "Action": "s3:HeadBucket", + "Resource": "*" + } + ] +} +``` + +#### 2) Install node-pre-gyp + +Either install it globally: + + npm install node-pre-gyp -g + +Or put the local version on your PATH + + export PATH=`pwd`/node_modules/.bin/:$PATH + +#### 3) Configure AWS credentials + +It is recommended to configure the AWS JS SDK v2 used internally by `node-pre-gyp` by setting these environment variables: + +- AWS_ACCESS_KEY_ID +- AWS_SECRET_ACCESS_KEY + +But also you can also use the `Shared Config File` mentioned [in the AWS JS SDK v2 docs](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/configuring-the-jssdk.html) + +#### 4) Package and publish your build + +Install the `aws-sdk`: + + npm install aws-sdk + +Then publish: + + node-pre-gyp package publish + +Note: if you hit an error like `Hostname/IP doesn't match certificate's altnames` it may mean that you need to provide the `region` option in your config. + +## Appveyor Automation + +[Appveyor](http://www.appveyor.com/) can build binaries and publish the results per commit and supports: + + - Windows Visual Studio 2013 and related compilers + - Both 64 bit (x64) and 32 bit (x86) build configurations + - Multiple Node.js versions + +For an example of doing this see [node-sqlite3's appveyor.yml](https://github.com/mapbox/node-sqlite3/blob/master/appveyor.yml). + +Below is a guide to getting set up: + +#### 1) Create a free Appveyor account + +Go to https://ci.appveyor.com/signup/free and sign in with your GitHub account. + +#### 2) Create a new project + +Go to https://ci.appveyor.com/projects/new and select the GitHub repo for your module + +#### 3) Add appveyor.yml and push it + +Once you have committed an `appveyor.yml` ([appveyor.yml reference](http://www.appveyor.com/docs/appveyor-yml)) to your GitHub repo and pushed it AppVeyor should automatically start building your project. + +#### 4) Create secure variables + +Encrypt your S3 AWS keys by going to and hitting the `encrypt` button. + +Then paste the result into your `appveyor.yml` + +```yml +environment: + AWS_ACCESS_KEY_ID: + secure: Dn9HKdLNYvDgPdQOzRq/DqZ/MPhjknRHB1o+/lVU8MA= + AWS_SECRET_ACCESS_KEY: + secure: W1rwNoSnOku1r+28gnoufO8UA8iWADmL1LiiwH9IOkIVhDTNGdGPJqAlLjNqwLnL +``` + +NOTE: keys are per account but not per repo (this is difference than Travis where keys are per repo but not related to the account used to encrypt them). + +#### 5) Hook up publishing + +Just put `node-pre-gyp package publish` in your `appveyor.yml` after `npm install`. + +#### 6) Publish when you want + +You might wish to publish binaries only on a specific commit. To do this you could borrow from the [Travis CI idea of commit keywords](http://about.travis-ci.org/docs/user/how-to-skip-a-build/) and add special handling for commit messages with `[publish binary]`: + + SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE% + if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 publish + +If your commit message contains special characters (e.g. `&`) this method might fail. An alternative is to use PowerShell, which gives you additional possibilities, like ignoring case by using `ToLower()`: + + ps: if($env:APPVEYOR_REPO_COMMIT_MESSAGE.ToLower().Contains('[publish binary]')) { node-pre-gyp --msvs_version=2013 publish } + +Remember this publishing is not the same as `npm publish`. We're just talking about the binary module here and not your entire npm package. + +## Travis Automation + +[Travis](https://travis-ci.org/) can push to S3 after a successful build and supports both: + + - Ubuntu Precise and OS X (64 bit) + - Multiple Node.js versions + +For an example of doing this see [node-add-example's .travis.yml](https://github.com/springmeyer/node-addon-example/blob/2ff60a8ded7f042864ad21db00c3a5a06cf47075/.travis.yml). + +Note: if you need 32 bit binaries, this can be done from a 64 bit Travis machine. See [the node-sqlite3 scripts for an example of doing this](https://github.com/mapbox/node-sqlite3/blob/bae122aa6a2b8a45f6b717fab24e207740e32b5d/scripts/build_against_node.sh#L54-L74). + +Below is a guide to getting set up: + +#### 1) Install the Travis gem + + gem install travis + +#### 2) Create secure variables + +Make sure you run this command from within the directory of your module. + +Use `travis-encrypt` like: + + travis encrypt AWS_ACCESS_KEY_ID=${node_pre_gyp_accessKeyId} + travis encrypt AWS_SECRET_ACCESS_KEY=${node_pre_gyp_secretAccessKey} + +Then put those values in your `.travis.yml` like: + +```yaml +env: + global: + - secure: F+sEL/v56CzHqmCSSES4pEyC9NeQlkoR0Gs/ZuZxX1ytrj8SKtp3MKqBj7zhIclSdXBz4Ev966Da5ctmcTd410p0b240MV6BVOkLUtkjZJyErMBOkeb8n8yVfSoeMx8RiIhBmIvEn+rlQq+bSFis61/JkE9rxsjkGRZi14hHr4M= + - secure: o2nkUQIiABD139XS6L8pxq3XO5gch27hvm/gOdV+dzNKc/s2KomVPWcOyXNxtJGhtecAkABzaW8KHDDi5QL1kNEFx6BxFVMLO8rjFPsMVaBG9Ks6JiDQkkmrGNcnVdxI/6EKTLHTH5WLsz8+J7caDBzvKbEfTux5EamEhxIWgrI= +``` + +More details on Travis encryption at http://about.travis-ci.org/docs/user/encryption-keys/. + +#### 3) Hook up publishing + +Just put `node-pre-gyp package publish` in your `.travis.yml` after `npm install`. + +##### OS X publishing + +If you want binaries for OS X in addition to linux you can enable [multi-os for Travis](http://docs.travis-ci.com/user/multi-os/#Setting-.travis.yml) + +Use a configuration like: + +```yml + +language: cpp + +os: +- linux +- osx + +env: + matrix: + - NODE_VERSION="4" + - NODE_VERSION="6" + +before_install: +- rm -rf ~/.nvm/ && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm +- source ~/.nvm/nvm.sh +- nvm install $NODE_VERSION +- nvm use $NODE_VERSION +``` + +See [Travis OS X Gotchas](#travis-os-x-gotchas) for why we replace `language: node_js` and `node_js:` sections with `language: cpp` and a custom matrix. + +Also create platform specific sections for any deps that need install. For example if you need libpng: + +```yml +- if [ $(uname -s) == 'Linux' ]; then apt-get install libpng-dev; fi; +- if [ $(uname -s) == 'Darwin' ]; then brew install libpng; fi; +``` + +For detailed multi-OS examples see [node-mapnik](https://github.com/mapnik/node-mapnik/blob/master/.travis.yml) and [node-sqlite3](https://github.com/mapbox/node-sqlite3/blob/master/.travis.yml). + +##### Travis OS X Gotchas + +First, unlike the Travis Linux machines, the OS X machines do not put `node-pre-gyp` on PATH by default. To do so you will need to: + +```sh +export PATH=$(pwd)/node_modules/.bin:${PATH} +``` + +Second, the OS X machines do not support using a matrix for installing different Node.js versions. So you need to bootstrap the installation of Node.js in a cross platform way. + +By doing: + +```yml +env: + matrix: + - NODE_VERSION="4" + - NODE_VERSION="6" + +before_install: + - rm -rf ~/.nvm/ && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm + - source ~/.nvm/nvm.sh + - nvm install $NODE_VERSION + - nvm use $NODE_VERSION +``` + +You can easily recreate the previous behavior of this matrix: + +```yml +node_js: + - "4" + - "6" +``` + +#### 4) Publish when you want + +You might wish to publish binaries only on a specific commit. To do this you could borrow from the [Travis CI idea of commit keywords](http://about.travis-ci.org/docs/user/how-to-skip-a-build/) and add special handling for commit messages with `[publish binary]`: + + COMMIT_MESSAGE=$(git log --format=%B --no-merges -n 1 | tr -d '\n') + if [[ ${COMMIT_MESSAGE} =~ "[publish binary]" ]]; then node-pre-gyp publish; fi; + +Then you can trigger new binaries to be built like: + + git commit -a -m "[publish binary]" + +Or, if you don't have any changes to make simply run: + + git commit --allow-empty -m "[publish binary]" + +WARNING: if you are working in a pull request and publishing binaries from there then you will want to avoid double publishing when Travis CI builds both the `push` and `pr`. You only want to run the publish on the `push` commit. See https://github.com/Project-OSRM/node-osrm/blob/8eb837abe2e2e30e595093d16e5354bc5c573575/scripts/is_pr_merge.sh which is called from https://github.com/Project-OSRM/node-osrm/blob/8eb837abe2e2e30e595093d16e5354bc5c573575/scripts/publish.sh for an example of how to do this. + +Remember this publishing is not the same as `npm publish`. We're just talking about the binary module here and not your entire npm package. To automate the publishing of your entire package to npm on Travis see http://about.travis-ci.org/docs/user/deployment/npm/ + +# Versioning + +The `binary` properties of `module_path`, `remote_path`, and `package_name` support variable substitution. The strings are evaluated by `node-pre-gyp` depending on your system and any custom build flags you passed. + + - `node_abi`: The node C++ `ABI` number. This value is available in Javascript as `process.versions.modules` as of [`>= v0.10.4 >= v0.11.7`](https://github.com/joyent/node/commit/ccabd4a6fa8a6eb79d29bc3bbe9fe2b6531c2d8e) and in C++ as the `NODE_MODULE_VERSION` define much earlier. For versions of Node before this was available we fallback to the V8 major and minor version. + - `platform` matches node's `process.platform` like `linux`, `darwin`, and `win32` unless the user passed the `--target_platform` option to override. + - `arch` matches node's `process.arch` like `x64` or `ia32` unless the user passes the `--target_arch` option to override. + - `libc` matches `require('detect-libc').family` like `glibc` or `musl` unless the user passes the `--target_libc` option to override. + - `configuration` - Either 'Release' or 'Debug' depending on if `--debug` is passed during the build. + - `module_name` - the `binary.module_name` attribute from `package.json`. + - `version` - the semver `version` value for your module from `package.json` (NOTE: ignores the `semver.build` property). + - `major`, `minor`, `patch`, and `prelease` match the individual semver values for your module's `version` + - `build` - the sevmer `build` value. For example it would be `this.that` if your package.json `version` was `v1.0.0+this.that` + - `prerelease` - the semver `prerelease` value. For example it would be `alpha.beta` if your package.json `version` was `v1.0.0-alpha.beta` + + +The options are visible in the code at + +# Download binary files from a mirror + +S3 is broken in China for the well known reason. + +Using the `npm` config argument: `--{module_name}_binary_host_mirror` can download binary files through a mirror, `-` in `module_name` will be replaced with `_`. + +e.g.: Install [v8-profiler](https://www.npmjs.com/package/v8-profiler) from `npm`. + +```bash +$ npm install v8-profiler --profiler_binary_host_mirror=https://npm.taobao.org/mirrors/node-inspector/ +``` + +e.g.: Install [canvas-prebuilt](https://www.npmjs.com/package/canvas-prebuilt) from `npm`. + +```bash +$ npm install canvas-prebuilt --canvas_prebuilt_binary_host_mirror=https://npm.taobao.org/mirrors/canvas-prebuilt/ +``` diff --git a/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp b/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp new file mode 100644 index 0000000..c38d34d --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp @@ -0,0 +1,4 @@ +#!/usr/bin/env node +'use strict'; + +require('../lib/main'); diff --git a/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp.cmd b/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp.cmd new file mode 100644 index 0000000..46e14b5 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp.cmd @@ -0,0 +1,2 @@ +@echo off +node "%~dp0\node-pre-gyp" %* diff --git a/node_modules/@mapbox/node-pre-gyp/contributing.md b/node_modules/@mapbox/node-pre-gyp/contributing.md new file mode 100644 index 0000000..4038fa6 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/contributing.md @@ -0,0 +1,10 @@ +# Contributing + + +### Releasing a new version: + +- Ensure tests are passing on travis and appveyor +- Run `node scripts/abi_crosswalk.js` and commit any changes +- Update the changelog +- Tag a new release like: `git tag -a v0.6.34 -m "tagging v0.6.34" && git push --tags` +- Run `npm publish` diff --git a/node_modules/@mapbox/node-pre-gyp/lib/build.js b/node_modules/@mapbox/node-pre-gyp/lib/build.js new file mode 100644 index 0000000..e8a1459 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/build.js @@ -0,0 +1,51 @@ +'use strict'; + +module.exports = exports = build; + +exports.usage = 'Attempts to compile the module by dispatching to node-gyp or nw-gyp'; + +const napi = require('./util/napi.js'); +const compile = require('./util/compile.js'); +const handle_gyp_opts = require('./util/handle_gyp_opts.js'); +const configure = require('./configure.js'); + +function do_build(gyp, argv, callback) { + handle_gyp_opts(gyp, argv, (err, result) => { + let final_args = ['build'].concat(result.gyp).concat(result.pre); + if (result.unparsed.length > 0) { + final_args = final_args. + concat(['--']). + concat(result.unparsed); + } + if (!err && result.opts.napi_build_version) { + napi.swap_build_dir_in(result.opts.napi_build_version); + } + compile.run_gyp(final_args, result.opts, (err2) => { + if (result.opts.napi_build_version) { + napi.swap_build_dir_out(result.opts.napi_build_version); + } + return callback(err2); + }); + }); +} + +function build(gyp, argv, callback) { + + // Form up commands to pass to node-gyp: + // We map `node-pre-gyp build` to `node-gyp configure build` so that we do not + // trigger a clean and therefore do not pay the penalty of a full recompile + if (argv.length && (argv.indexOf('rebuild') > -1)) { + argv.shift(); // remove `rebuild` + // here we map `node-pre-gyp rebuild` to `node-gyp rebuild` which internally means + // "clean + configure + build" and triggers a full recompile + compile.run_gyp(['clean'], {}, (err3) => { + if (err3) return callback(err3); + configure(gyp, argv, (err4) => { + if (err4) return callback(err4); + return do_build(gyp, argv, callback); + }); + }); + } else { + return do_build(gyp, argv, callback); + } +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/clean.js b/node_modules/@mapbox/node-pre-gyp/lib/clean.js new file mode 100644 index 0000000..e693392 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/clean.js @@ -0,0 +1,31 @@ +'use strict'; + +module.exports = exports = clean; + +exports.usage = 'Removes the entire folder containing the compiled .node module'; + +const rm = require('rimraf'); +const exists = require('fs').exists || require('path').exists; +const versioning = require('./util/versioning.js'); +const napi = require('./util/napi.js'); +const path = require('path'); + +function clean(gyp, argv, callback) { + const package_json = gyp.package_json; + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const opts = versioning.evaluate(package_json, gyp.opts, napi_build_version); + const to_delete = opts.module_path; + if (!to_delete) { + return callback(new Error('module_path is empty, refusing to delete')); + } else if (path.normalize(to_delete) === path.normalize(process.cwd())) { + return callback(new Error('module_path is not set, refusing to delete')); + } else { + exists(to_delete, (found) => { + if (found) { + if (!gyp.opts.silent_clean) console.log('[' + package_json.name + '] Removing "%s"', to_delete); + return rm(to_delete, callback); + } + return callback(); + }); + } +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/configure.js b/node_modules/@mapbox/node-pre-gyp/lib/configure.js new file mode 100644 index 0000000..1337c0c --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/configure.js @@ -0,0 +1,52 @@ +'use strict'; + +module.exports = exports = configure; + +exports.usage = 'Attempts to configure node-gyp or nw-gyp build'; + +const napi = require('./util/napi.js'); +const compile = require('./util/compile.js'); +const handle_gyp_opts = require('./util/handle_gyp_opts.js'); + +function configure(gyp, argv, callback) { + handle_gyp_opts(gyp, argv, (err, result) => { + let final_args = result.gyp.concat(result.pre); + // pull select node-gyp configure options out of the npm environ + const known_gyp_args = ['dist-url', 'python', 'nodedir', 'msvs_version']; + known_gyp_args.forEach((key) => { + const val = gyp.opts[key] || gyp.opts[key.replace('-', '_')]; + if (val) { + final_args.push('--' + key + '=' + val); + } + }); + // --ensure=false tell node-gyp to re-install node development headers + // but it is only respected by node-gyp install, so we have to call install + // as a separate step if the user passes it + if (gyp.opts.ensure === false) { + const install_args = final_args.concat(['install', '--ensure=false']); + compile.run_gyp(install_args, result.opts, (err2) => { + if (err2) return callback(err2); + if (result.unparsed.length > 0) { + final_args = final_args. + concat(['--']). + concat(result.unparsed); + } + compile.run_gyp(['configure'].concat(final_args), result.opts, (err3) => { + return callback(err3); + }); + }); + } else { + if (result.unparsed.length > 0) { + final_args = final_args. + concat(['--']). + concat(result.unparsed); + } + compile.run_gyp(['configure'].concat(final_args), result.opts, (err4) => { + if (!err4 && result.opts.napi_build_version) { + napi.swap_build_dir_out(result.opts.napi_build_version); + } + return callback(err4); + }); + } + }); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/info.js b/node_modules/@mapbox/node-pre-gyp/lib/info.js new file mode 100644 index 0000000..ba22f32 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/info.js @@ -0,0 +1,38 @@ +'use strict'; + +module.exports = exports = info; + +exports.usage = 'Lists all published binaries (requires aws-sdk)'; + +const log = require('npmlog'); +const versioning = require('./util/versioning.js'); +const s3_setup = require('./util/s3_setup.js'); + +function info(gyp, argv, callback) { + const package_json = gyp.package_json; + const opts = versioning.evaluate(package_json, gyp.opts); + const config = {}; + s3_setup.detect(opts, config); + const s3 = s3_setup.get_s3(config); + const s3_opts = { + Bucket: config.bucket, + Prefix: config.prefix + }; + s3.listObjects(s3_opts, (err, meta) => { + if (err && err.code === 'NotFound') { + return callback(new Error('[' + package_json.name + '] Not found: https://' + s3_opts.Bucket + '.s3.amazonaws.com/' + config.prefix)); + } else if (err) { + return callback(err); + } else { + log.verbose(JSON.stringify(meta, null, 1)); + if (meta && meta.Contents) { + meta.Contents.forEach((obj) => { + console.log(obj.Key); + }); + } else { + console.error('[' + package_json.name + '] No objects found at https://' + s3_opts.Bucket + '.s3.amazonaws.com/' + config.prefix); + } + return callback(); + } + }); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/install.js b/node_modules/@mapbox/node-pre-gyp/lib/install.js new file mode 100644 index 0000000..617dd86 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/install.js @@ -0,0 +1,235 @@ +'use strict'; + +module.exports = exports = install; + +exports.usage = 'Attempts to install pre-built binary for module'; + +const fs = require('fs'); +const path = require('path'); +const log = require('npmlog'); +const existsAsync = fs.exists || path.exists; +const versioning = require('./util/versioning.js'); +const napi = require('./util/napi.js'); +const makeDir = require('make-dir'); +// for fetching binaries +const fetch = require('node-fetch'); +const tar = require('tar'); + +let npgVersion = 'unknown'; +try { + // Read own package.json to get the current node-pre-pyp version. + const ownPackageJSON = fs.readFileSync(path.join(__dirname, '..', 'package.json'), 'utf8'); + npgVersion = JSON.parse(ownPackageJSON).version; +} catch (e) { + // do nothing +} + +function place_binary(uri, targetDir, opts, callback) { + log.http('GET', uri); + + // Try getting version info from the currently running npm. + const envVersionInfo = process.env.npm_config_user_agent || + 'node ' + process.version; + + const sanitized = uri.replace('+', '%2B'); + const requestOpts = { + uri: sanitized, + headers: { + 'User-Agent': 'node-pre-gyp (v' + npgVersion + ', ' + envVersionInfo + ')' + }, + follow_max: 10 + }; + + if (opts.cafile) { + try { + requestOpts.ca = fs.readFileSync(opts.cafile); + } catch (e) { + return callback(e); + } + } else if (opts.ca) { + requestOpts.ca = opts.ca; + } + + const proxyUrl = opts.proxy || + process.env.http_proxy || + process.env.HTTP_PROXY || + process.env.npm_config_proxy; + let agent; + if (proxyUrl) { + const ProxyAgent = require('https-proxy-agent'); + agent = new ProxyAgent(proxyUrl); + log.http('download', 'proxy agent configured using: "%s"', proxyUrl); + } + + fetch(sanitized, { agent }) + .then((res) => { + if (!res.ok) { + throw new Error(`response status ${res.status} ${res.statusText} on ${sanitized}`); + } + const dataStream = res.body; + + return new Promise((resolve, reject) => { + let extractions = 0; + const countExtractions = (entry) => { + extractions += 1; + log.info('install', 'unpacking %s', entry.path); + }; + + dataStream.pipe(extract(targetDir, countExtractions)) + .on('error', (e) => { + reject(e); + }); + dataStream.on('end', () => { + resolve(`extracted file count: ${extractions}`); + }); + dataStream.on('error', (e) => { + reject(e); + }); + }); + }) + .then((text) => { + log.info(text); + callback(); + }) + .catch((e) => { + log.error(`install ${e.message}`); + callback(e); + }); +} + +function extract(to, onentry) { + return tar.extract({ + cwd: to, + strip: 1, + onentry + }); +} + +function extract_from_local(from, targetDir, callback) { + if (!fs.existsSync(from)) { + return callback(new Error('Cannot find file ' + from)); + } + log.info('Found local file to extract from ' + from); + + // extract helpers + let extractCount = 0; + function countExtractions(entry) { + extractCount += 1; + log.info('install', 'unpacking ' + entry.path); + } + function afterExtract(err) { + if (err) return callback(err); + if (extractCount === 0) { + return callback(new Error('There was a fatal problem while extracting the tarball')); + } + log.info('tarball', 'done parsing tarball'); + callback(); + } + + fs.createReadStream(from).pipe(extract(targetDir, countExtractions)) + .on('close', afterExtract) + .on('error', afterExtract); +} + +function do_build(gyp, argv, callback) { + const args = ['rebuild'].concat(argv); + gyp.todo.push({ name: 'build', args: args }); + process.nextTick(callback); +} + +function print_fallback_error(err, opts, package_json) { + const fallback_message = ' (falling back to source compile with node-gyp)'; + let full_message = ''; + if (err.statusCode !== undefined) { + // If we got a network response it but failed to download + // it means remote binaries are not available, so let's try to help + // the user/developer with the info to debug why + full_message = 'Pre-built binaries not found for ' + package_json.name + '@' + package_json.version; + full_message += ' and ' + opts.runtime + '@' + (opts.target || process.versions.node) + ' (' + opts.node_abi + ' ABI, ' + opts.libc + ')'; + full_message += fallback_message; + log.warn('Tried to download(' + err.statusCode + '): ' + opts.hosted_tarball); + log.warn(full_message); + log.http(err.message); + } else { + // If we do not have a statusCode that means an unexpected error + // happened and prevented an http response, so we output the exact error + full_message = 'Pre-built binaries not installable for ' + package_json.name + '@' + package_json.version; + full_message += ' and ' + opts.runtime + '@' + (opts.target || process.versions.node) + ' (' + opts.node_abi + ' ABI, ' + opts.libc + ')'; + full_message += fallback_message; + log.warn(full_message); + log.warn('Hit error ' + err.message); + } +} + +// +// install +// +function install(gyp, argv, callback) { + const package_json = gyp.package_json; + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const source_build = gyp.opts['build-from-source'] || gyp.opts.build_from_source; + const update_binary = gyp.opts['update-binary'] || gyp.opts.update_binary; + const should_do_source_build = source_build === package_json.name || (source_build === true || source_build === 'true'); + if (should_do_source_build) { + log.info('build', 'requesting source compile'); + return do_build(gyp, argv, callback); + } else { + const fallback_to_build = gyp.opts['fallback-to-build'] || gyp.opts.fallback_to_build; + let should_do_fallback_build = fallback_to_build === package_json.name || (fallback_to_build === true || fallback_to_build === 'true'); + // but allow override from npm + if (process.env.npm_config_argv) { + const cooked = JSON.parse(process.env.npm_config_argv).cooked; + const match = cooked.indexOf('--fallback-to-build'); + if (match > -1 && cooked.length > match && cooked[match + 1] === 'false') { + should_do_fallback_build = false; + log.info('install', 'Build fallback disabled via npm flag: --fallback-to-build=false'); + } + } + let opts; + try { + opts = versioning.evaluate(package_json, gyp.opts, napi_build_version); + } catch (err) { + return callback(err); + } + + opts.ca = gyp.opts.ca; + opts.cafile = gyp.opts.cafile; + + const from = opts.hosted_tarball; + const to = opts.module_path; + const binary_module = path.join(to, opts.module_name + '.node'); + existsAsync(binary_module, (found) => { + if (!update_binary) { + if (found) { + console.log('[' + package_json.name + '] Success: "' + binary_module + '" already installed'); + console.log('Pass --update-binary to reinstall or --build-from-source to recompile'); + return callback(); + } + log.info('check', 'checked for "' + binary_module + '" (not found)'); + } + + makeDir(to).then(() => { + const fileName = from.startsWith('file://') && from.slice('file://'.length); + if (fileName) { + extract_from_local(fileName, to, after_place); + } else { + place_binary(from, to, opts, after_place); + } + }).catch((err) => { + after_place(err); + }); + + function after_place(err) { + if (err && should_do_fallback_build) { + print_fallback_error(err, opts, package_json); + return do_build(gyp, argv, callback); + } else if (err) { + return callback(err); + } else { + console.log('[' + package_json.name + '] Success: "' + binary_module + '" is installed via remote'); + return callback(); + } + } + }); + } +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/main.js b/node_modules/@mapbox/node-pre-gyp/lib/main.js new file mode 100644 index 0000000..bae32ac --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/main.js @@ -0,0 +1,125 @@ +'use strict'; + +/** + * Set the title. + */ + +process.title = 'node-pre-gyp'; + +const node_pre_gyp = require('../'); +const log = require('npmlog'); + +/** + * Process and execute the selected commands. + */ + +const prog = new node_pre_gyp.Run({ argv: process.argv }); +let completed = false; + +if (prog.todo.length === 0) { + if (~process.argv.indexOf('-v') || ~process.argv.indexOf('--version')) { + console.log('v%s', prog.version); + process.exit(0); + } else if (~process.argv.indexOf('-h') || ~process.argv.indexOf('--help')) { + console.log('%s', prog.usage()); + process.exit(0); + } + console.log('%s', prog.usage()); + process.exit(1); +} + +// if --no-color is passed +if (prog.opts && Object.hasOwnProperty.call(prog, 'color') && !prog.opts.color) { + log.disableColor(); +} + +log.info('it worked if it ends with', 'ok'); +log.verbose('cli', process.argv); +log.info('using', process.title + '@%s', prog.version); +log.info('using', 'node@%s | %s | %s', process.versions.node, process.platform, process.arch); + + +/** + * Change dir if -C/--directory was passed. + */ + +const dir = prog.opts.directory; +if (dir) { + const fs = require('fs'); + try { + const stat = fs.statSync(dir); + if (stat.isDirectory()) { + log.info('chdir', dir); + process.chdir(dir); + } else { + log.warn('chdir', dir + ' is not a directory'); + } + } catch (e) { + if (e.code === 'ENOENT') { + log.warn('chdir', dir + ' is not a directory'); + } else { + log.warn('chdir', 'error during chdir() "%s"', e.message); + } + } +} + +function run() { + const command = prog.todo.shift(); + if (!command) { + // done! + completed = true; + log.info('ok'); + return; + } + + // set binary.host when appropriate. host determines the s3 target bucket. + const target = prog.setBinaryHostProperty(command.name); + if (target && ['install', 'publish', 'unpublish', 'info'].indexOf(command.name) >= 0) { + log.info('using binary.host: ' + prog.package_json.binary.host); + } + + prog.commands[command.name](command.args, function(err) { + if (err) { + log.error(command.name + ' error'); + log.error('stack', err.stack); + errorMessage(); + log.error('not ok'); + console.log(err.message); + return process.exit(1); + } + const args_array = [].slice.call(arguments, 1); + if (args_array.length) { + console.log.apply(console, args_array); + } + // now run the next command in the queue + process.nextTick(run); + }); +} + +process.on('exit', (code) => { + if (!completed && !code) { + log.error('Completion callback never invoked!'); + errorMessage(); + process.exit(6); + } +}); + +process.on('uncaughtException', (err) => { + log.error('UNCAUGHT EXCEPTION'); + log.error('stack', err.stack); + errorMessage(); + process.exit(7); +}); + +function errorMessage() { + // copied from npm's lib/util/error-handler.js + const os = require('os'); + log.error('System', os.type() + ' ' + os.release()); + log.error('command', process.argv.map(JSON.stringify).join(' ')); + log.error('cwd', process.cwd()); + log.error('node -v', process.version); + log.error(process.title + ' -v', 'v' + prog.package.version); +} + +// start running the given commands! +run(); diff --git a/node_modules/@mapbox/node-pre-gyp/lib/node-pre-gyp.js b/node_modules/@mapbox/node-pre-gyp/lib/node-pre-gyp.js new file mode 100644 index 0000000..dc18e74 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/node-pre-gyp.js @@ -0,0 +1,309 @@ +'use strict'; + +/** + * Module exports. + */ + +module.exports = exports; + +/** + * Module dependencies. + */ + +// load mocking control function for accessing s3 via https. the function is a noop always returning +// false if not mocking. +exports.mockS3Http = require('./util/s3_setup').get_mockS3Http(); +exports.mockS3Http('on'); +const mocking = exports.mockS3Http('get'); + + +const fs = require('fs'); +const path = require('path'); +const nopt = require('nopt'); +const log = require('npmlog'); +log.disableProgress(); +const napi = require('./util/napi.js'); + +const EE = require('events').EventEmitter; +const inherits = require('util').inherits; +const cli_commands = [ + 'clean', + 'install', + 'reinstall', + 'build', + 'rebuild', + 'package', + 'testpackage', + 'publish', + 'unpublish', + 'info', + 'testbinary', + 'reveal', + 'configure' +]; +const aliases = {}; + +// differentiate node-pre-gyp's logs from npm's +log.heading = 'node-pre-gyp'; + +if (mocking) { + log.warn(`mocking s3 to ${process.env.node_pre_gyp_mock_s3}`); +} + +// this is a getter to avoid circular reference warnings with node v14. +Object.defineProperty(exports, 'find', { + get: function() { + return require('./pre-binding').find; + }, + enumerable: true +}); + +// in the following, "my_module" is using node-pre-gyp to +// prebuild and install pre-built binaries. "main_module" +// is using "my_module". +// +// "bin/node-pre-gyp" invokes Run() without a path. the +// expectation is that the working directory is the package +// root "my_module". this is true because in all cases npm is +// executing a script in the context of "my_module". +// +// "pre-binding.find()" is executed by "my_module" but in the +// context of "main_module". this is because "main_module" is +// executing and requires "my_module" which is then executing +// "pre-binding.find()" via "node-pre-gyp.find()", so the working +// directory is that of "main_module". +// +// that's why "find()" must pass the path to package.json. +// +function Run({ package_json_path = './package.json', argv }) { + this.package_json_path = package_json_path; + this.commands = {}; + + const self = this; + cli_commands.forEach((command) => { + self.commands[command] = function(argvx, callback) { + log.verbose('command', command, argvx); + return require('./' + command)(self, argvx, callback); + }; + }); + + this.parseArgv(argv); + + // this is set to true after the binary.host property was set to + // either staging_host or production_host. + this.binaryHostSet = false; +} +inherits(Run, EE); +exports.Run = Run; +const proto = Run.prototype; + +/** + * Export the contents of the package.json. + */ + +proto.package = require('../package.json'); + +/** + * nopt configuration definitions + */ + +proto.configDefs = { + help: Boolean, // everywhere + arch: String, // 'configure' + debug: Boolean, // 'build' + directory: String, // bin + proxy: String, // 'install' + loglevel: String // everywhere +}; + +/** + * nopt shorthands + */ + +proto.shorthands = { + release: '--no-debug', + C: '--directory', + debug: '--debug', + j: '--jobs', + silent: '--loglevel=silent', + silly: '--loglevel=silly', + verbose: '--loglevel=verbose' +}; + +/** + * expose the command aliases for the bin file to use. + */ + +proto.aliases = aliases; + +/** + * Parses the given argv array and sets the 'opts', 'argv', + * 'command', and 'package_json' properties. + */ + +proto.parseArgv = function parseOpts(argv) { + this.opts = nopt(this.configDefs, this.shorthands, argv); + this.argv = this.opts.argv.remain.slice(); + const commands = this.todo = []; + + // create a copy of the argv array with aliases mapped + argv = this.argv.map((arg) => { + // is this an alias? + if (arg in this.aliases) { + arg = this.aliases[arg]; + } + return arg; + }); + + // process the mapped args into "command" objects ("name" and "args" props) + argv.slice().forEach((arg) => { + if (arg in this.commands) { + const args = argv.splice(0, argv.indexOf(arg)); + argv.shift(); + if (commands.length > 0) { + commands[commands.length - 1].args = args; + } + commands.push({ name: arg, args: [] }); + } + }); + if (commands.length > 0) { + commands[commands.length - 1].args = argv.splice(0); + } + + + // if a directory was specified package.json is assumed to be relative + // to it. + let package_json_path = this.package_json_path; + if (this.opts.directory) { + package_json_path = path.join(this.opts.directory, package_json_path); + } + + this.package_json = JSON.parse(fs.readFileSync(package_json_path)); + + // expand commands entries for multiple napi builds + this.todo = napi.expand_commands(this.package_json, this.opts, commands); + + // support for inheriting config env variables from npm + const npm_config_prefix = 'npm_config_'; + Object.keys(process.env).forEach((name) => { + if (name.indexOf(npm_config_prefix) !== 0) return; + const val = process.env[name]; + if (name === npm_config_prefix + 'loglevel') { + log.level = val; + } else { + // add the user-defined options to the config + name = name.substring(npm_config_prefix.length); + // avoid npm argv clobber already present args + // which avoids problem of 'npm test' calling + // script that runs unique npm install commands + if (name === 'argv') { + if (this.opts.argv && + this.opts.argv.remain && + this.opts.argv.remain.length) { + // do nothing + } else { + this.opts[name] = val; + } + } else { + this.opts[name] = val; + } + } + }); + + if (this.opts.loglevel) { + log.level = this.opts.loglevel; + } + log.resume(); +}; + +/** + * allow the binary.host property to be set at execution time. + * + * for this to take effect requires all the following to be true. + * - binary is a property in package.json + * - binary.host is falsey + * - binary.staging_host is not empty + * - binary.production_host is not empty + * + * if any of the previous checks fail then the function returns an empty string + * and makes no changes to package.json's binary property. + * + * + * if command is "publish" then the default is set to "binary.staging_host" + * if command is not "publish" the the default is set to "binary.production_host" + * + * if the command-line option '--s3_host' is set to "staging" or "production" then + * "binary.host" is set to the specified "staging_host" or "production_host". if + * '--s3_host' is any other value an exception is thrown. + * + * if '--s3_host' is not present then "binary.host" is set to the default as above. + * + * this strategy was chosen so that any command other than "publish" or "unpublish" uses "production" + * as the default without requiring any command-line options but that "publish" and "unpublish" require + * '--s3_host production_host' to be specified in order to *really* publish (or unpublish). publishing + * to staging can be done freely without worrying about disturbing any production releases. + */ +proto.setBinaryHostProperty = function(command) { + if (this.binaryHostSet) { + return this.package_json.binary.host; + } + const p = this.package_json; + // don't set anything if host is present. it must be left blank to trigger this. + if (!p || !p.binary || p.binary.host) { + return ''; + } + // and both staging and production must be present. errors will be reported later. + if (!p.binary.staging_host || !p.binary.production_host) { + return ''; + } + let target = 'production_host'; + if (command === 'publish' || command === 'unpublish') { + target = 'staging_host'; + } + // the environment variable has priority over the default or the command line. if + // either the env var or the command line option are invalid throw an error. + const npg_s3_host = process.env.node_pre_gyp_s3_host; + if (npg_s3_host === 'staging' || npg_s3_host === 'production') { + target = `${npg_s3_host}_host`; + } else if (this.opts['s3_host'] === 'staging' || this.opts['s3_host'] === 'production') { + target = `${this.opts['s3_host']}_host`; + } else if (this.opts['s3_host'] || npg_s3_host) { + throw new Error(`invalid s3_host ${this.opts['s3_host'] || npg_s3_host}`); + } + + p.binary.host = p.binary[target]; + this.binaryHostSet = true; + + return p.binary.host; +}; + +/** + * Returns the usage instructions for node-pre-gyp. + */ + +proto.usage = function usage() { + const str = [ + '', + ' Usage: node-pre-gyp [options]', + '', + ' where is one of:', + cli_commands.map((c) => { + return ' - ' + c + ' - ' + require('./' + c).usage; + }).join('\n'), + '', + 'node-pre-gyp@' + this.version + ' ' + path.resolve(__dirname, '..'), + 'node@' + process.versions.node + ].join('\n'); + return str; +}; + +/** + * Version number getter. + */ + +Object.defineProperty(proto, 'version', { + get: function() { + return this.package.version; + }, + enumerable: true +}); diff --git a/node_modules/@mapbox/node-pre-gyp/lib/package.js b/node_modules/@mapbox/node-pre-gyp/lib/package.js new file mode 100644 index 0000000..0734984 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/package.js @@ -0,0 +1,73 @@ +'use strict'; + +module.exports = exports = _package; + +exports.usage = 'Packs binary (and enclosing directory) into locally staged tarball'; + +const fs = require('fs'); +const path = require('path'); +const log = require('npmlog'); +const versioning = require('./util/versioning.js'); +const napi = require('./util/napi.js'); +const existsAsync = fs.exists || path.exists; +const makeDir = require('make-dir'); +const tar = require('tar'); + +function readdirSync(dir) { + let list = []; + const files = fs.readdirSync(dir); + + files.forEach((file) => { + const stats = fs.lstatSync(path.join(dir, file)); + if (stats.isDirectory()) { + list = list.concat(readdirSync(path.join(dir, file))); + } else { + list.push(path.join(dir, file)); + } + }); + return list; +} + +function _package(gyp, argv, callback) { + const package_json = gyp.package_json; + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const opts = versioning.evaluate(package_json, gyp.opts, napi_build_version); + const from = opts.module_path; + const binary_module = path.join(from, opts.module_name + '.node'); + existsAsync(binary_module, (found) => { + if (!found) { + return callback(new Error('Cannot package because ' + binary_module + ' missing: run `node-pre-gyp rebuild` first')); + } + const tarball = opts.staged_tarball; + const filter_func = function(entry) { + const basename = path.basename(entry); + if (basename.length && basename[0] !== '.') { + console.log('packing ' + entry); + return true; + } else { + console.log('skipping ' + entry); + } + return false; + }; + makeDir(path.dirname(tarball)).then(() => { + let files = readdirSync(from); + const base = path.basename(from); + files = files.map((file) => { + return path.join(base, path.relative(from, file)); + }); + tar.create({ + portable: false, + gzip: true, + filter: filter_func, + file: tarball, + cwd: path.dirname(from) + }, files, (err2) => { + if (err2) console.error('[' + package_json.name + '] ' + err2.message); + else log.info('package', 'Binary staged at "' + tarball + '"'); + return callback(err2); + }); + }).catch((err) => { + return callback(err); + }); + }); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/pre-binding.js b/node_modules/@mapbox/node-pre-gyp/lib/pre-binding.js new file mode 100644 index 0000000..e110fe3 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/pre-binding.js @@ -0,0 +1,34 @@ +'use strict'; + +const npg = require('..'); +const versioning = require('../lib/util/versioning.js'); +const napi = require('../lib/util/napi.js'); +const existsSync = require('fs').existsSync || require('path').existsSync; +const path = require('path'); + +module.exports = exports; + +exports.usage = 'Finds the require path for the node-pre-gyp installed module'; + +exports.validate = function(package_json, opts) { + versioning.validate_config(package_json, opts); +}; + +exports.find = function(package_json_path, opts) { + if (!existsSync(package_json_path)) { + throw new Error(package_json_path + 'does not exist'); + } + const prog = new npg.Run({ package_json_path, argv: process.argv }); + prog.setBinaryHostProperty(); + const package_json = prog.package_json; + + versioning.validate_config(package_json, opts); + let napi_build_version; + if (napi.get_napi_build_versions(package_json, opts)) { + napi_build_version = napi.get_best_napi_build_version(package_json, opts); + } + opts = opts || {}; + if (!opts.module_root) opts.module_root = path.dirname(package_json_path); + const meta = versioning.evaluate(package_json, opts, napi_build_version); + return meta.module; +}; diff --git a/node_modules/@mapbox/node-pre-gyp/lib/publish.js b/node_modules/@mapbox/node-pre-gyp/lib/publish.js new file mode 100644 index 0000000..8367b15 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/publish.js @@ -0,0 +1,81 @@ +'use strict'; + +module.exports = exports = publish; + +exports.usage = 'Publishes pre-built binary (requires aws-sdk)'; + +const fs = require('fs'); +const path = require('path'); +const log = require('npmlog'); +const versioning = require('./util/versioning.js'); +const napi = require('./util/napi.js'); +const s3_setup = require('./util/s3_setup.js'); +const existsAsync = fs.exists || path.exists; +const url = require('url'); + +function publish(gyp, argv, callback) { + const package_json = gyp.package_json; + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const opts = versioning.evaluate(package_json, gyp.opts, napi_build_version); + const tarball = opts.staged_tarball; + existsAsync(tarball, (found) => { + if (!found) { + return callback(new Error('Cannot publish because ' + tarball + ' missing: run `node-pre-gyp package` first')); + } + + log.info('publish', 'Detecting s3 credentials'); + const config = {}; + s3_setup.detect(opts, config); + const s3 = s3_setup.get_s3(config); + + const key_name = url.resolve(config.prefix, opts.package_name); + const s3_opts = { + Bucket: config.bucket, + Key: key_name + }; + log.info('publish', 'Authenticating with s3'); + log.info('publish', config); + + log.info('publish', 'Checking for existing binary at ' + opts.hosted_path); + s3.headObject(s3_opts, (err, meta) => { + if (meta) log.info('publish', JSON.stringify(meta)); + if (err && err.code === 'NotFound') { + // we are safe to publish because + // the object does not already exist + log.info('publish', 'Preparing to put object'); + const s3_put_opts = { + ACL: 'public-read', + Body: fs.createReadStream(tarball), + Key: key_name, + Bucket: config.bucket + }; + log.info('publish', 'Putting object', s3_put_opts.ACL, s3_put_opts.Bucket, s3_put_opts.Key); + try { + s3.putObject(s3_put_opts, (err2, resp) => { + log.info('publish', 'returned from putting object'); + if (err2) { + log.info('publish', 's3 putObject error: "' + err2 + '"'); + return callback(err2); + } + if (resp) log.info('publish', 's3 putObject response: "' + JSON.stringify(resp) + '"'); + log.info('publish', 'successfully put object'); + console.log('[' + package_json.name + '] published to ' + opts.hosted_path); + return callback(); + }); + } catch (err3) { + log.info('publish', 's3 putObject error: "' + err3 + '"'); + return callback(err3); + } + } else if (err) { + log.info('publish', 's3 headObject error: "' + err + '"'); + return callback(err); + } else { + log.error('publish', 'Cannot publish over existing version'); + log.error('publish', "Update the 'version' field in package.json and try again"); + log.error('publish', 'If the previous version was published in error see:'); + log.error('publish', '\t node-pre-gyp unpublish'); + return callback(new Error('Failed publishing to ' + opts.hosted_path)); + } + }); + }); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/rebuild.js b/node_modules/@mapbox/node-pre-gyp/lib/rebuild.js new file mode 100644 index 0000000..31510fb --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/rebuild.js @@ -0,0 +1,20 @@ +'use strict'; + +module.exports = exports = rebuild; + +exports.usage = 'Runs "clean" and "build" at once'; + +const napi = require('./util/napi.js'); + +function rebuild(gyp, argv, callback) { + const package_json = gyp.package_json; + let commands = [ + { name: 'clean', args: [] }, + { name: 'build', args: ['rebuild'] } + ]; + commands = napi.expand_commands(package_json, gyp.opts, commands); + for (let i = commands.length; i !== 0; i--) { + gyp.todo.unshift(commands[i - 1]); + } + process.nextTick(callback); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/reinstall.js b/node_modules/@mapbox/node-pre-gyp/lib/reinstall.js new file mode 100644 index 0000000..a29b5c9 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/reinstall.js @@ -0,0 +1,19 @@ +'use strict'; + +module.exports = exports = rebuild; + +exports.usage = 'Runs "clean" and "install" at once'; + +const napi = require('./util/napi.js'); + +function rebuild(gyp, argv, callback) { + const package_json = gyp.package_json; + let installArgs = []; + const napi_build_version = napi.get_best_napi_build_version(package_json, gyp.opts); + if (napi_build_version != null) installArgs = [napi.get_command_arg(napi_build_version)]; + gyp.todo.unshift( + { name: 'clean', args: [] }, + { name: 'install', args: installArgs } + ); + process.nextTick(callback); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/reveal.js b/node_modules/@mapbox/node-pre-gyp/lib/reveal.js new file mode 100644 index 0000000..7255e5f --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/reveal.js @@ -0,0 +1,32 @@ +'use strict'; + +module.exports = exports = reveal; + +exports.usage = 'Reveals data on the versioned binary'; + +const versioning = require('./util/versioning.js'); +const napi = require('./util/napi.js'); + +function unix_paths(key, val) { + return val && val.replace ? val.replace(/\\/g, '/') : val; +} + +function reveal(gyp, argv, callback) { + const package_json = gyp.package_json; + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const opts = versioning.evaluate(package_json, gyp.opts, napi_build_version); + let hit = false; + // if a second arg is passed look to see + // if it is a known option + // console.log(JSON.stringify(gyp.opts,null,1)) + const remain = gyp.opts.argv.remain[gyp.opts.argv.remain.length - 1]; + if (remain && Object.hasOwnProperty.call(opts, remain)) { + console.log(opts[remain].replace(/\\/g, '/')); + hit = true; + } + // otherwise return all options as json + if (!hit) { + console.log(JSON.stringify(opts, unix_paths, 2)); + } + return callback(); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/testbinary.js b/node_modules/@mapbox/node-pre-gyp/lib/testbinary.js new file mode 100644 index 0000000..429cb13 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/testbinary.js @@ -0,0 +1,79 @@ +'use strict'; + +module.exports = exports = testbinary; + +exports.usage = 'Tests that the binary.node can be required'; + +const path = require('path'); +const log = require('npmlog'); +const cp = require('child_process'); +const versioning = require('./util/versioning.js'); +const napi = require('./util/napi.js'); + +function testbinary(gyp, argv, callback) { + const args = []; + const options = {}; + let shell_cmd = process.execPath; + const package_json = gyp.package_json; + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const opts = versioning.evaluate(package_json, gyp.opts, napi_build_version); + // skip validation for runtimes we don't explicitly support (like electron) + if (opts.runtime && + opts.runtime !== 'node-webkit' && + opts.runtime !== 'node') { + return callback(); + } + const nw = (opts.runtime && opts.runtime === 'node-webkit'); + // ensure on windows that / are used for require path + const binary_module = opts.module.replace(/\\/g, '/'); + if ((process.arch !== opts.target_arch) || + (process.platform !== opts.target_platform)) { + let msg = 'skipping validation since host platform/arch ('; + msg += process.platform + '/' + process.arch + ')'; + msg += ' does not match target ('; + msg += opts.target_platform + '/' + opts.target_arch + ')'; + log.info('validate', msg); + return callback(); + } + if (nw) { + options.timeout = 5000; + if (process.platform === 'darwin') { + shell_cmd = 'node-webkit'; + } else if (process.platform === 'win32') { + shell_cmd = 'nw.exe'; + } else { + shell_cmd = 'nw'; + } + const modulePath = path.resolve(binary_module); + const appDir = path.join(__dirname, 'util', 'nw-pre-gyp'); + args.push(appDir); + args.push(modulePath); + log.info('validate', "Running test command: '" + shell_cmd + ' ' + args.join(' ') + "'"); + cp.execFile(shell_cmd, args, options, (err, stdout, stderr) => { + // check for normal timeout for node-webkit + if (err) { + if (err.killed === true && err.signal && err.signal.indexOf('SIG') > -1) { + return callback(); + } + const stderrLog = stderr.toString(); + log.info('stderr', stderrLog); + if (/^\s*Xlib:\s*extension\s*"RANDR"\s*missing\s*on\s*display\s*":\d+\.\d+"\.\s*$/.test(stderrLog)) { + log.info('RANDR', 'stderr contains only RANDR error, ignored'); + return callback(); + } + return callback(err); + } + return callback(); + }); + return; + } + args.push('--eval'); + args.push("require('" + binary_module.replace(/'/g, '\'') + "')"); + log.info('validate', "Running test command: '" + shell_cmd + ' ' + args.join(' ') + "'"); + cp.execFile(shell_cmd, args, options, (err, stdout, stderr) => { + if (err) { + return callback(err, { stdout: stdout, stderr: stderr }); + } + return callback(); + }); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/testpackage.js b/node_modules/@mapbox/node-pre-gyp/lib/testpackage.js new file mode 100644 index 0000000..fab1911 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/testpackage.js @@ -0,0 +1,53 @@ +'use strict'; + +module.exports = exports = testpackage; + +exports.usage = 'Tests that the staged package is valid'; + +const fs = require('fs'); +const path = require('path'); +const log = require('npmlog'); +const existsAsync = fs.exists || path.exists; +const versioning = require('./util/versioning.js'); +const napi = require('./util/napi.js'); +const testbinary = require('./testbinary.js'); +const tar = require('tar'); +const makeDir = require('make-dir'); + +function testpackage(gyp, argv, callback) { + const package_json = gyp.package_json; + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const opts = versioning.evaluate(package_json, gyp.opts, napi_build_version); + const tarball = opts.staged_tarball; + existsAsync(tarball, (found) => { + if (!found) { + return callback(new Error('Cannot test package because ' + tarball + ' missing: run `node-pre-gyp package` first')); + } + const to = opts.module_path; + function filter_func(entry) { + log.info('install', 'unpacking [' + entry.path + ']'); + } + + makeDir(to).then(() => { + tar.extract({ + file: tarball, + cwd: to, + strip: 1, + onentry: filter_func + }).then(after_extract, callback); + }).catch((err) => { + return callback(err); + }); + + function after_extract() { + testbinary(gyp, argv, (err) => { + if (err) { + return callback(err); + } else { + console.log('[' + package_json.name + '] Package appears valid'); + return callback(); + } + }); + } + }); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/unpublish.js b/node_modules/@mapbox/node-pre-gyp/lib/unpublish.js new file mode 100644 index 0000000..12c9f56 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/unpublish.js @@ -0,0 +1,41 @@ +'use strict'; + +module.exports = exports = unpublish; + +exports.usage = 'Unpublishes pre-built binary (requires aws-sdk)'; + +const log = require('npmlog'); +const versioning = require('./util/versioning.js'); +const napi = require('./util/napi.js'); +const s3_setup = require('./util/s3_setup.js'); +const url = require('url'); + +function unpublish(gyp, argv, callback) { + const package_json = gyp.package_json; + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const opts = versioning.evaluate(package_json, gyp.opts, napi_build_version); + const config = {}; + s3_setup.detect(opts, config); + const s3 = s3_setup.get_s3(config); + const key_name = url.resolve(config.prefix, opts.package_name); + const s3_opts = { + Bucket: config.bucket, + Key: key_name + }; + s3.headObject(s3_opts, (err, meta) => { + if (err && err.code === 'NotFound') { + console.log('[' + package_json.name + '] Not found: https://' + s3_opts.Bucket + '.s3.amazonaws.com/' + s3_opts.Key); + return callback(); + } else if (err) { + return callback(err); + } else { + log.info('unpublish', JSON.stringify(meta)); + s3.deleteObject(s3_opts, (err2, resp) => { + if (err2) return callback(err2); + log.info(JSON.stringify(resp)); + console.log('[' + package_json.name + '] Success: removed https://' + s3_opts.Bucket + '.s3.amazonaws.com/' + s3_opts.Key); + return callback(); + }); + } + }); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json b/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json new file mode 100644 index 0000000..7f52972 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json @@ -0,0 +1,2602 @@ +{ + "0.1.14": { + "node_abi": null, + "v8": "1.3" + }, + "0.1.15": { + "node_abi": null, + "v8": "1.3" + }, + "0.1.16": { + "node_abi": null, + "v8": "1.3" + }, + "0.1.17": { + "node_abi": null, + "v8": "1.3" + }, + "0.1.18": { + "node_abi": null, + "v8": "1.3" + }, + "0.1.19": { + "node_abi": null, + "v8": "2.0" + }, + "0.1.20": { + "node_abi": null, + "v8": "2.0" + }, + "0.1.21": { + "node_abi": null, + "v8": "2.0" + }, + "0.1.22": { + "node_abi": null, + "v8": "2.0" + }, + "0.1.23": { + "node_abi": null, + "v8": "2.0" + }, + "0.1.24": { + "node_abi": null, + "v8": "2.0" + }, + "0.1.25": { + "node_abi": null, + "v8": "2.0" + }, + "0.1.26": { + "node_abi": null, + "v8": "2.0" + }, + "0.1.27": { + "node_abi": null, + "v8": "2.1" + }, + "0.1.28": { + "node_abi": null, + "v8": "2.1" + }, + "0.1.29": { + "node_abi": null, + "v8": "2.1" + }, + "0.1.30": { + "node_abi": null, + "v8": "2.1" + }, + "0.1.31": { + "node_abi": null, + "v8": "2.1" + }, + "0.1.32": { + "node_abi": null, + "v8": "2.1" + }, + "0.1.33": { + "node_abi": null, + "v8": "2.1" + }, + "0.1.90": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.91": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.92": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.93": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.94": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.95": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.96": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.97": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.98": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.99": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.100": { + "node_abi": null, + "v8": "2.2" + }, + "0.1.101": { + "node_abi": null, + "v8": "2.3" + }, + "0.1.102": { + "node_abi": null, + "v8": "2.3" + }, + "0.1.103": { + "node_abi": null, + "v8": "2.3" + }, + "0.1.104": { + "node_abi": null, + "v8": "2.3" + }, + "0.2.0": { + "node_abi": 1, + "v8": "2.3" + }, + "0.2.1": { + "node_abi": 1, + "v8": "2.3" + }, + "0.2.2": { + "node_abi": 1, + "v8": "2.3" + }, + "0.2.3": { + "node_abi": 1, + "v8": "2.3" + }, + "0.2.4": { + "node_abi": 1, + "v8": "2.3" + }, + "0.2.5": { + "node_abi": 1, + "v8": "2.3" + }, + "0.2.6": { + "node_abi": 1, + "v8": "2.3" + }, + "0.3.0": { + "node_abi": 1, + "v8": "2.5" + }, + "0.3.1": { + "node_abi": 1, + "v8": "2.5" + }, + "0.3.2": { + "node_abi": 1, + "v8": "3.0" + }, + "0.3.3": { + "node_abi": 1, + "v8": "3.0" + }, + "0.3.4": { + "node_abi": 1, + "v8": "3.0" + }, + "0.3.5": { + "node_abi": 1, + "v8": "3.0" + }, + "0.3.6": { + "node_abi": 1, + "v8": "3.0" + }, + "0.3.7": { + "node_abi": 1, + "v8": "3.0" + }, + "0.3.8": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.0": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.1": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.2": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.3": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.4": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.5": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.6": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.7": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.8": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.9": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.10": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.11": { + "node_abi": 1, + "v8": "3.1" + }, + "0.4.12": { + "node_abi": 1, + "v8": "3.1" + }, + "0.5.0": { + "node_abi": 1, + "v8": "3.1" + }, + "0.5.1": { + "node_abi": 1, + "v8": "3.4" + }, + "0.5.2": { + "node_abi": 1, + "v8": "3.4" + }, + "0.5.3": { + "node_abi": 1, + "v8": "3.4" + }, + "0.5.4": { + "node_abi": 1, + "v8": "3.5" + }, + "0.5.5": { + "node_abi": 1, + "v8": "3.5" + }, + "0.5.6": { + "node_abi": 1, + "v8": "3.6" + }, + "0.5.7": { + "node_abi": 1, + "v8": "3.6" + }, + "0.5.8": { + "node_abi": 1, + "v8": "3.6" + }, + "0.5.9": { + "node_abi": 1, + "v8": "3.6" + }, + "0.5.10": { + "node_abi": 1, + "v8": "3.7" + }, + "0.6.0": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.1": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.2": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.3": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.4": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.5": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.6": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.7": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.8": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.9": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.10": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.11": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.12": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.13": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.14": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.15": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.16": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.17": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.18": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.19": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.20": { + "node_abi": 1, + "v8": "3.6" + }, + "0.6.21": { + "node_abi": 1, + "v8": "3.6" + }, + "0.7.0": { + "node_abi": 1, + "v8": "3.8" + }, + "0.7.1": { + "node_abi": 1, + "v8": "3.8" + }, + "0.7.2": { + "node_abi": 1, + "v8": "3.8" + }, + "0.7.3": { + "node_abi": 1, + "v8": "3.9" + }, + "0.7.4": { + "node_abi": 1, + "v8": "3.9" + }, + "0.7.5": { + "node_abi": 1, + "v8": "3.9" + }, + "0.7.6": { + "node_abi": 1, + "v8": "3.9" + }, + "0.7.7": { + "node_abi": 1, + "v8": "3.9" + }, + "0.7.8": { + "node_abi": 1, + "v8": "3.9" + }, + "0.7.9": { + "node_abi": 1, + "v8": "3.11" + }, + "0.7.10": { + "node_abi": 1, + "v8": "3.9" + }, + "0.7.11": { + "node_abi": 1, + "v8": "3.11" + }, + "0.7.12": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.0": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.1": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.2": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.3": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.4": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.5": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.6": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.7": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.8": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.9": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.10": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.11": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.12": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.13": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.14": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.15": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.16": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.17": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.18": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.19": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.20": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.21": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.22": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.23": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.24": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.25": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.26": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.27": { + "node_abi": 1, + "v8": "3.11" + }, + "0.8.28": { + "node_abi": 1, + "v8": "3.11" + }, + "0.9.0": { + "node_abi": 1, + "v8": "3.11" + }, + "0.9.1": { + "node_abi": 10, + "v8": "3.11" + }, + "0.9.2": { + "node_abi": 10, + "v8": "3.11" + }, + "0.9.3": { + "node_abi": 10, + "v8": "3.13" + }, + "0.9.4": { + "node_abi": 10, + "v8": "3.13" + }, + "0.9.5": { + "node_abi": 10, + "v8": "3.13" + }, + "0.9.6": { + "node_abi": 10, + "v8": "3.15" + }, + "0.9.7": { + "node_abi": 10, + "v8": "3.15" + }, + "0.9.8": { + "node_abi": 10, + "v8": "3.15" + }, + "0.9.9": { + "node_abi": 11, + "v8": "3.15" + }, + "0.9.10": { + "node_abi": 11, + "v8": "3.15" + }, + "0.9.11": { + "node_abi": 11, + "v8": "3.14" + }, + "0.9.12": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.0": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.1": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.2": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.3": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.4": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.5": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.6": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.7": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.8": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.9": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.10": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.11": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.12": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.13": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.14": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.15": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.16": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.17": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.18": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.19": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.20": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.21": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.22": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.23": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.24": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.25": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.26": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.27": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.28": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.29": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.30": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.31": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.32": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.33": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.34": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.35": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.36": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.37": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.38": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.39": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.40": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.41": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.42": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.43": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.44": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.45": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.46": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.47": { + "node_abi": 11, + "v8": "3.14" + }, + "0.10.48": { + "node_abi": 11, + "v8": "3.14" + }, + "0.11.0": { + "node_abi": 12, + "v8": "3.17" + }, + "0.11.1": { + "node_abi": 12, + "v8": "3.18" + }, + "0.11.2": { + "node_abi": 12, + "v8": "3.19" + }, + "0.11.3": { + "node_abi": 12, + "v8": "3.19" + }, + "0.11.4": { + "node_abi": 12, + "v8": "3.20" + }, + "0.11.5": { + "node_abi": 12, + "v8": "3.20" + }, + "0.11.6": { + "node_abi": 12, + "v8": "3.20" + }, + "0.11.7": { + "node_abi": 12, + "v8": "3.20" + }, + "0.11.8": { + "node_abi": 13, + "v8": "3.21" + }, + "0.11.9": { + "node_abi": 13, + "v8": "3.22" + }, + "0.11.10": { + "node_abi": 13, + "v8": "3.22" + }, + "0.11.11": { + "node_abi": 14, + "v8": "3.22" + }, + "0.11.12": { + "node_abi": 14, + "v8": "3.22" + }, + "0.11.13": { + "node_abi": 14, + "v8": "3.25" + }, + "0.11.14": { + "node_abi": 14, + "v8": "3.26" + }, + "0.11.15": { + "node_abi": 14, + "v8": "3.28" + }, + "0.11.16": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.0": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.1": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.2": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.3": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.4": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.5": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.6": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.7": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.8": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.9": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.10": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.11": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.12": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.13": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.14": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.15": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.16": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.17": { + "node_abi": 14, + "v8": "3.28" + }, + "0.12.18": { + "node_abi": 14, + "v8": "3.28" + }, + "1.0.0": { + "node_abi": 42, + "v8": "3.31" + }, + "1.0.1": { + "node_abi": 42, + "v8": "3.31" + }, + "1.0.2": { + "node_abi": 42, + "v8": "3.31" + }, + "1.0.3": { + "node_abi": 42, + "v8": "4.1" + }, + "1.0.4": { + "node_abi": 42, + "v8": "4.1" + }, + "1.1.0": { + "node_abi": 43, + "v8": "4.1" + }, + "1.2.0": { + "node_abi": 43, + "v8": "4.1" + }, + "1.3.0": { + "node_abi": 43, + "v8": "4.1" + }, + "1.4.1": { + "node_abi": 43, + "v8": "4.1" + }, + "1.4.2": { + "node_abi": 43, + "v8": "4.1" + }, + "1.4.3": { + "node_abi": 43, + "v8": "4.1" + }, + "1.5.0": { + "node_abi": 43, + "v8": "4.1" + }, + "1.5.1": { + "node_abi": 43, + "v8": "4.1" + }, + "1.6.0": { + "node_abi": 43, + "v8": "4.1" + }, + "1.6.1": { + "node_abi": 43, + "v8": "4.1" + }, + "1.6.2": { + "node_abi": 43, + "v8": "4.1" + }, + "1.6.3": { + "node_abi": 43, + "v8": "4.1" + }, + "1.6.4": { + "node_abi": 43, + "v8": "4.1" + }, + "1.7.1": { + "node_abi": 43, + "v8": "4.1" + }, + "1.8.1": { + "node_abi": 43, + "v8": "4.1" + }, + "1.8.2": { + "node_abi": 43, + "v8": "4.1" + }, + "1.8.3": { + "node_abi": 43, + "v8": "4.1" + }, + "1.8.4": { + "node_abi": 43, + "v8": "4.1" + }, + "2.0.0": { + "node_abi": 44, + "v8": "4.2" + }, + "2.0.1": { + "node_abi": 44, + "v8": "4.2" + }, + "2.0.2": { + "node_abi": 44, + "v8": "4.2" + }, + "2.1.0": { + "node_abi": 44, + "v8": "4.2" + }, + "2.2.0": { + "node_abi": 44, + "v8": "4.2" + }, + "2.2.1": { + "node_abi": 44, + "v8": "4.2" + }, + "2.3.0": { + "node_abi": 44, + "v8": "4.2" + }, + "2.3.1": { + "node_abi": 44, + "v8": "4.2" + }, + "2.3.2": { + "node_abi": 44, + "v8": "4.2" + }, + "2.3.3": { + "node_abi": 44, + "v8": "4.2" + }, + "2.3.4": { + "node_abi": 44, + "v8": "4.2" + }, + "2.4.0": { + "node_abi": 44, + "v8": "4.2" + }, + "2.5.0": { + "node_abi": 44, + "v8": "4.2" + }, + "3.0.0": { + "node_abi": 45, + "v8": "4.4" + }, + "3.1.0": { + "node_abi": 45, + "v8": "4.4" + }, + "3.2.0": { + "node_abi": 45, + "v8": "4.4" + }, + "3.3.0": { + "node_abi": 45, + "v8": "4.4" + }, + "3.3.1": { + "node_abi": 45, + "v8": "4.4" + }, + "4.0.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.1.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.1.1": { + "node_abi": 46, + "v8": "4.5" + }, + "4.1.2": { + "node_abi": 46, + "v8": "4.5" + }, + "4.2.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.2.1": { + "node_abi": 46, + "v8": "4.5" + }, + "4.2.2": { + "node_abi": 46, + "v8": "4.5" + }, + "4.2.3": { + "node_abi": 46, + "v8": "4.5" + }, + "4.2.4": { + "node_abi": 46, + "v8": "4.5" + }, + "4.2.5": { + "node_abi": 46, + "v8": "4.5" + }, + "4.2.6": { + "node_abi": 46, + "v8": "4.5" + }, + "4.3.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.3.1": { + "node_abi": 46, + "v8": "4.5" + }, + "4.3.2": { + "node_abi": 46, + "v8": "4.5" + }, + "4.4.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.4.1": { + "node_abi": 46, + "v8": "4.5" + }, + "4.4.2": { + "node_abi": 46, + "v8": "4.5" + }, + "4.4.3": { + "node_abi": 46, + "v8": "4.5" + }, + "4.4.4": { + "node_abi": 46, + "v8": "4.5" + }, + "4.4.5": { + "node_abi": 46, + "v8": "4.5" + }, + "4.4.6": { + "node_abi": 46, + "v8": "4.5" + }, + "4.4.7": { + "node_abi": 46, + "v8": "4.5" + }, + "4.5.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.6.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.6.1": { + "node_abi": 46, + "v8": "4.5" + }, + "4.6.2": { + "node_abi": 46, + "v8": "4.5" + }, + "4.7.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.7.1": { + "node_abi": 46, + "v8": "4.5" + }, + "4.7.2": { + "node_abi": 46, + "v8": "4.5" + }, + "4.7.3": { + "node_abi": 46, + "v8": "4.5" + }, + "4.8.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.8.1": { + "node_abi": 46, + "v8": "4.5" + }, + "4.8.2": { + "node_abi": 46, + "v8": "4.5" + }, + "4.8.3": { + "node_abi": 46, + "v8": "4.5" + }, + "4.8.4": { + "node_abi": 46, + "v8": "4.5" + }, + "4.8.5": { + "node_abi": 46, + "v8": "4.5" + }, + "4.8.6": { + "node_abi": 46, + "v8": "4.5" + }, + "4.8.7": { + "node_abi": 46, + "v8": "4.5" + }, + "4.9.0": { + "node_abi": 46, + "v8": "4.5" + }, + "4.9.1": { + "node_abi": 46, + "v8": "4.5" + }, + "5.0.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.1.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.1.1": { + "node_abi": 47, + "v8": "4.6" + }, + "5.2.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.3.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.4.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.4.1": { + "node_abi": 47, + "v8": "4.6" + }, + "5.5.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.6.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.7.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.7.1": { + "node_abi": 47, + "v8": "4.6" + }, + "5.8.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.9.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.9.1": { + "node_abi": 47, + "v8": "4.6" + }, + "5.10.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.10.1": { + "node_abi": 47, + "v8": "4.6" + }, + "5.11.0": { + "node_abi": 47, + "v8": "4.6" + }, + "5.11.1": { + "node_abi": 47, + "v8": "4.6" + }, + "5.12.0": { + "node_abi": 47, + "v8": "4.6" + }, + "6.0.0": { + "node_abi": 48, + "v8": "5.0" + }, + "6.1.0": { + "node_abi": 48, + "v8": "5.0" + }, + "6.2.0": { + "node_abi": 48, + "v8": "5.0" + }, + "6.2.1": { + "node_abi": 48, + "v8": "5.0" + }, + "6.2.2": { + "node_abi": 48, + "v8": "5.0" + }, + "6.3.0": { + "node_abi": 48, + "v8": "5.0" + }, + "6.3.1": { + "node_abi": 48, + "v8": "5.0" + }, + "6.4.0": { + "node_abi": 48, + "v8": "5.0" + }, + "6.5.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.6.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.7.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.8.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.8.1": { + "node_abi": 48, + "v8": "5.1" + }, + "6.9.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.9.1": { + "node_abi": 48, + "v8": "5.1" + }, + "6.9.2": { + "node_abi": 48, + "v8": "5.1" + }, + "6.9.3": { + "node_abi": 48, + "v8": "5.1" + }, + "6.9.4": { + "node_abi": 48, + "v8": "5.1" + }, + "6.9.5": { + "node_abi": 48, + "v8": "5.1" + }, + "6.10.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.10.1": { + "node_abi": 48, + "v8": "5.1" + }, + "6.10.2": { + "node_abi": 48, + "v8": "5.1" + }, + "6.10.3": { + "node_abi": 48, + "v8": "5.1" + }, + "6.11.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.11.1": { + "node_abi": 48, + "v8": "5.1" + }, + "6.11.2": { + "node_abi": 48, + "v8": "5.1" + }, + "6.11.3": { + "node_abi": 48, + "v8": "5.1" + }, + "6.11.4": { + "node_abi": 48, + "v8": "5.1" + }, + "6.11.5": { + "node_abi": 48, + "v8": "5.1" + }, + "6.12.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.12.1": { + "node_abi": 48, + "v8": "5.1" + }, + "6.12.2": { + "node_abi": 48, + "v8": "5.1" + }, + "6.12.3": { + "node_abi": 48, + "v8": "5.1" + }, + "6.13.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.13.1": { + "node_abi": 48, + "v8": "5.1" + }, + "6.14.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.14.1": { + "node_abi": 48, + "v8": "5.1" + }, + "6.14.2": { + "node_abi": 48, + "v8": "5.1" + }, + "6.14.3": { + "node_abi": 48, + "v8": "5.1" + }, + "6.14.4": { + "node_abi": 48, + "v8": "5.1" + }, + "6.15.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.15.1": { + "node_abi": 48, + "v8": "5.1" + }, + "6.16.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.17.0": { + "node_abi": 48, + "v8": "5.1" + }, + "6.17.1": { + "node_abi": 48, + "v8": "5.1" + }, + "7.0.0": { + "node_abi": 51, + "v8": "5.4" + }, + "7.1.0": { + "node_abi": 51, + "v8": "5.4" + }, + "7.2.0": { + "node_abi": 51, + "v8": "5.4" + }, + "7.2.1": { + "node_abi": 51, + "v8": "5.4" + }, + "7.3.0": { + "node_abi": 51, + "v8": "5.4" + }, + "7.4.0": { + "node_abi": 51, + "v8": "5.4" + }, + "7.5.0": { + "node_abi": 51, + "v8": "5.4" + }, + "7.6.0": { + "node_abi": 51, + "v8": "5.5" + }, + "7.7.0": { + "node_abi": 51, + "v8": "5.5" + }, + "7.7.1": { + "node_abi": 51, + "v8": "5.5" + }, + "7.7.2": { + "node_abi": 51, + "v8": "5.5" + }, + "7.7.3": { + "node_abi": 51, + "v8": "5.5" + }, + "7.7.4": { + "node_abi": 51, + "v8": "5.5" + }, + "7.8.0": { + "node_abi": 51, + "v8": "5.5" + }, + "7.9.0": { + "node_abi": 51, + "v8": "5.5" + }, + "7.10.0": { + "node_abi": 51, + "v8": "5.5" + }, + "7.10.1": { + "node_abi": 51, + "v8": "5.5" + }, + "8.0.0": { + "node_abi": 57, + "v8": "5.8" + }, + "8.1.0": { + "node_abi": 57, + "v8": "5.8" + }, + "8.1.1": { + "node_abi": 57, + "v8": "5.8" + }, + "8.1.2": { + "node_abi": 57, + "v8": "5.8" + }, + "8.1.3": { + "node_abi": 57, + "v8": "5.8" + }, + "8.1.4": { + "node_abi": 57, + "v8": "5.8" + }, + "8.2.0": { + "node_abi": 57, + "v8": "5.8" + }, + "8.2.1": { + "node_abi": 57, + "v8": "5.8" + }, + "8.3.0": { + "node_abi": 57, + "v8": "6.0" + }, + "8.4.0": { + "node_abi": 57, + "v8": "6.0" + }, + "8.5.0": { + "node_abi": 57, + "v8": "6.0" + }, + "8.6.0": { + "node_abi": 57, + "v8": "6.0" + }, + "8.7.0": { + "node_abi": 57, + "v8": "6.1" + }, + "8.8.0": { + "node_abi": 57, + "v8": "6.1" + }, + "8.8.1": { + "node_abi": 57, + "v8": "6.1" + }, + "8.9.0": { + "node_abi": 57, + "v8": "6.1" + }, + "8.9.1": { + "node_abi": 57, + "v8": "6.1" + }, + "8.9.2": { + "node_abi": 57, + "v8": "6.1" + }, + "8.9.3": { + "node_abi": 57, + "v8": "6.1" + }, + "8.9.4": { + "node_abi": 57, + "v8": "6.1" + }, + "8.10.0": { + "node_abi": 57, + "v8": "6.2" + }, + "8.11.0": { + "node_abi": 57, + "v8": "6.2" + }, + "8.11.1": { + "node_abi": 57, + "v8": "6.2" + }, + "8.11.2": { + "node_abi": 57, + "v8": "6.2" + }, + "8.11.3": { + "node_abi": 57, + "v8": "6.2" + }, + "8.11.4": { + "node_abi": 57, + "v8": "6.2" + }, + "8.12.0": { + "node_abi": 57, + "v8": "6.2" + }, + "8.13.0": { + "node_abi": 57, + "v8": "6.2" + }, + "8.14.0": { + "node_abi": 57, + "v8": "6.2" + }, + "8.14.1": { + "node_abi": 57, + "v8": "6.2" + }, + "8.15.0": { + "node_abi": 57, + "v8": "6.2" + }, + "8.15.1": { + "node_abi": 57, + "v8": "6.2" + }, + "8.16.0": { + "node_abi": 57, + "v8": "6.2" + }, + "8.16.1": { + "node_abi": 57, + "v8": "6.2" + }, + "8.16.2": { + "node_abi": 57, + "v8": "6.2" + }, + "8.17.0": { + "node_abi": 57, + "v8": "6.2" + }, + "9.0.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.1.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.2.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.2.1": { + "node_abi": 59, + "v8": "6.2" + }, + "9.3.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.4.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.5.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.6.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.6.1": { + "node_abi": 59, + "v8": "6.2" + }, + "9.7.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.7.1": { + "node_abi": 59, + "v8": "6.2" + }, + "9.8.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.9.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.10.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.10.1": { + "node_abi": 59, + "v8": "6.2" + }, + "9.11.0": { + "node_abi": 59, + "v8": "6.2" + }, + "9.11.1": { + "node_abi": 59, + "v8": "6.2" + }, + "9.11.2": { + "node_abi": 59, + "v8": "6.2" + }, + "10.0.0": { + "node_abi": 64, + "v8": "6.6" + }, + "10.1.0": { + "node_abi": 64, + "v8": "6.6" + }, + "10.2.0": { + "node_abi": 64, + "v8": "6.6" + }, + "10.2.1": { + "node_abi": 64, + "v8": "6.6" + }, + "10.3.0": { + "node_abi": 64, + "v8": "6.6" + }, + "10.4.0": { + "node_abi": 64, + "v8": "6.7" + }, + "10.4.1": { + "node_abi": 64, + "v8": "6.7" + }, + "10.5.0": { + "node_abi": 64, + "v8": "6.7" + }, + "10.6.0": { + "node_abi": 64, + "v8": "6.7" + }, + "10.7.0": { + "node_abi": 64, + "v8": "6.7" + }, + "10.8.0": { + "node_abi": 64, + "v8": "6.7" + }, + "10.9.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.10.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.11.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.12.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.13.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.14.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.14.1": { + "node_abi": 64, + "v8": "6.8" + }, + "10.14.2": { + "node_abi": 64, + "v8": "6.8" + }, + "10.15.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.15.1": { + "node_abi": 64, + "v8": "6.8" + }, + "10.15.2": { + "node_abi": 64, + "v8": "6.8" + }, + "10.15.3": { + "node_abi": 64, + "v8": "6.8" + }, + "10.16.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.16.1": { + "node_abi": 64, + "v8": "6.8" + }, + "10.16.2": { + "node_abi": 64, + "v8": "6.8" + }, + "10.16.3": { + "node_abi": 64, + "v8": "6.8" + }, + "10.17.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.18.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.18.1": { + "node_abi": 64, + "v8": "6.8" + }, + "10.19.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.20.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.20.1": { + "node_abi": 64, + "v8": "6.8" + }, + "10.21.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.22.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.22.1": { + "node_abi": 64, + "v8": "6.8" + }, + "10.23.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.23.1": { + "node_abi": 64, + "v8": "6.8" + }, + "10.23.2": { + "node_abi": 64, + "v8": "6.8" + }, + "10.23.3": { + "node_abi": 64, + "v8": "6.8" + }, + "10.24.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.24.1": { + "node_abi": 64, + "v8": "6.8" + }, + "11.0.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.1.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.2.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.3.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.4.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.5.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.6.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.7.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.8.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.9.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.10.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.10.1": { + "node_abi": 67, + "v8": "7.0" + }, + "11.11.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.12.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.13.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.14.0": { + "node_abi": 67, + "v8": "7.0" + }, + "11.15.0": { + "node_abi": 67, + "v8": "7.0" + }, + "12.0.0": { + "node_abi": 72, + "v8": "7.4" + }, + "12.1.0": { + "node_abi": 72, + "v8": "7.4" + }, + "12.2.0": { + "node_abi": 72, + "v8": "7.4" + }, + "12.3.0": { + "node_abi": 72, + "v8": "7.4" + }, + "12.3.1": { + "node_abi": 72, + "v8": "7.4" + }, + "12.4.0": { + "node_abi": 72, + "v8": "7.4" + }, + "12.5.0": { + "node_abi": 72, + "v8": "7.5" + }, + "12.6.0": { + "node_abi": 72, + "v8": "7.5" + }, + "12.7.0": { + "node_abi": 72, + "v8": "7.5" + }, + "12.8.0": { + "node_abi": 72, + "v8": "7.5" + }, + "12.8.1": { + "node_abi": 72, + "v8": "7.5" + }, + "12.9.0": { + "node_abi": 72, + "v8": "7.6" + }, + "12.9.1": { + "node_abi": 72, + "v8": "7.6" + }, + "12.10.0": { + "node_abi": 72, + "v8": "7.6" + }, + "12.11.0": { + "node_abi": 72, + "v8": "7.7" + }, + "12.11.1": { + "node_abi": 72, + "v8": "7.7" + }, + "12.12.0": { + "node_abi": 72, + "v8": "7.7" + }, + "12.13.0": { + "node_abi": 72, + "v8": "7.7" + }, + "12.13.1": { + "node_abi": 72, + "v8": "7.7" + }, + "12.14.0": { + "node_abi": 72, + "v8": "7.7" + }, + "12.14.1": { + "node_abi": 72, + "v8": "7.7" + }, + "12.15.0": { + "node_abi": 72, + "v8": "7.7" + }, + "12.16.0": { + "node_abi": 72, + "v8": "7.8" + }, + "12.16.1": { + "node_abi": 72, + "v8": "7.8" + }, + "12.16.2": { + "node_abi": 72, + "v8": "7.8" + }, + "12.16.3": { + "node_abi": 72, + "v8": "7.8" + }, + "12.17.0": { + "node_abi": 72, + "v8": "7.8" + }, + "12.18.0": { + "node_abi": 72, + "v8": "7.8" + }, + "12.18.1": { + "node_abi": 72, + "v8": "7.8" + }, + "12.18.2": { + "node_abi": 72, + "v8": "7.8" + }, + "12.18.3": { + "node_abi": 72, + "v8": "7.8" + }, + "12.18.4": { + "node_abi": 72, + "v8": "7.8" + }, + "12.19.0": { + "node_abi": 72, + "v8": "7.8" + }, + "12.19.1": { + "node_abi": 72, + "v8": "7.8" + }, + "12.20.0": { + "node_abi": 72, + "v8": "7.8" + }, + "12.20.1": { + "node_abi": 72, + "v8": "7.8" + }, + "12.20.2": { + "node_abi": 72, + "v8": "7.8" + }, + "12.21.0": { + "node_abi": 72, + "v8": "7.8" + }, + "12.22.0": { + "node_abi": 72, + "v8": "7.8" + }, + "12.22.1": { + "node_abi": 72, + "v8": "7.8" + }, + "12.22.2": { + "node_abi": 72, + "v8": "7.8" + }, + "12.22.3": { + "node_abi": 72, + "v8": "7.8" + }, + "12.22.4": { + "node_abi": 72, + "v8": "7.8" + }, + "12.22.5": { + "node_abi": 72, + "v8": "7.8" + }, + "12.22.6": { + "node_abi": 72, + "v8": "7.8" + }, + "12.22.7": { + "node_abi": 72, + "v8": "7.8" + }, + "13.0.0": { + "node_abi": 79, + "v8": "7.8" + }, + "13.0.1": { + "node_abi": 79, + "v8": "7.8" + }, + "13.1.0": { + "node_abi": 79, + "v8": "7.8" + }, + "13.2.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.3.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.4.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.5.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.6.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.7.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.8.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.9.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.10.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.10.1": { + "node_abi": 79, + "v8": "7.9" + }, + "13.11.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.12.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.13.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.14.0": { + "node_abi": 79, + "v8": "7.9" + }, + "14.0.0": { + "node_abi": 83, + "v8": "8.1" + }, + "14.1.0": { + "node_abi": 83, + "v8": "8.1" + }, + "14.2.0": { + "node_abi": 83, + "v8": "8.1" + }, + "14.3.0": { + "node_abi": 83, + "v8": "8.1" + }, + "14.4.0": { + "node_abi": 83, + "v8": "8.1" + }, + "14.5.0": { + "node_abi": 83, + "v8": "8.3" + }, + "14.6.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.7.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.8.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.9.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.10.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.10.1": { + "node_abi": 83, + "v8": "8.4" + }, + "14.11.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.12.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.13.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.13.1": { + "node_abi": 83, + "v8": "8.4" + }, + "14.14.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.15.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.15.1": { + "node_abi": 83, + "v8": "8.4" + }, + "14.15.2": { + "node_abi": 83, + "v8": "8.4" + }, + "14.15.3": { + "node_abi": 83, + "v8": "8.4" + }, + "14.15.4": { + "node_abi": 83, + "v8": "8.4" + }, + "14.15.5": { + "node_abi": 83, + "v8": "8.4" + }, + "14.16.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.16.1": { + "node_abi": 83, + "v8": "8.4" + }, + "14.17.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.17.1": { + "node_abi": 83, + "v8": "8.4" + }, + "14.17.2": { + "node_abi": 83, + "v8": "8.4" + }, + "14.17.3": { + "node_abi": 83, + "v8": "8.4" + }, + "14.17.4": { + "node_abi": 83, + "v8": "8.4" + }, + "14.17.5": { + "node_abi": 83, + "v8": "8.4" + }, + "14.17.6": { + "node_abi": 83, + "v8": "8.4" + }, + "14.18.0": { + "node_abi": 83, + "v8": "8.4" + }, + "14.18.1": { + "node_abi": 83, + "v8": "8.4" + }, + "15.0.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.0.1": { + "node_abi": 88, + "v8": "8.6" + }, + "15.1.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.2.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.2.1": { + "node_abi": 88, + "v8": "8.6" + }, + "15.3.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.4.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.5.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.5.1": { + "node_abi": 88, + "v8": "8.6" + }, + "15.6.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.7.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.8.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.9.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.10.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.11.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.12.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.13.0": { + "node_abi": 88, + "v8": "8.6" + }, + "15.14.0": { + "node_abi": 88, + "v8": "8.6" + }, + "16.0.0": { + "node_abi": 93, + "v8": "9.0" + }, + "16.1.0": { + "node_abi": 93, + "v8": "9.0" + }, + "16.2.0": { + "node_abi": 93, + "v8": "9.0" + }, + "16.3.0": { + "node_abi": 93, + "v8": "9.0" + }, + "16.4.0": { + "node_abi": 93, + "v8": "9.1" + }, + "16.4.1": { + "node_abi": 93, + "v8": "9.1" + }, + "16.4.2": { + "node_abi": 93, + "v8": "9.1" + }, + "16.5.0": { + "node_abi": 93, + "v8": "9.1" + }, + "16.6.0": { + "node_abi": 93, + "v8": "9.2" + }, + "16.6.1": { + "node_abi": 93, + "v8": "9.2" + }, + "16.6.2": { + "node_abi": 93, + "v8": "9.2" + }, + "16.7.0": { + "node_abi": 93, + "v8": "9.2" + }, + "16.8.0": { + "node_abi": 93, + "v8": "9.2" + }, + "16.9.0": { + "node_abi": 93, + "v8": "9.3" + }, + "16.9.1": { + "node_abi": 93, + "v8": "9.3" + }, + "16.10.0": { + "node_abi": 93, + "v8": "9.3" + }, + "16.11.0": { + "node_abi": 93, + "v8": "9.4" + }, + "16.11.1": { + "node_abi": 93, + "v8": "9.4" + }, + "16.12.0": { + "node_abi": 93, + "v8": "9.4" + }, + "16.13.0": { + "node_abi": 93, + "v8": "9.4" + }, + "17.0.0": { + "node_abi": 102, + "v8": "9.5" + }, + "17.0.1": { + "node_abi": 102, + "v8": "9.5" + }, + "17.1.0": { + "node_abi": 102, + "v8": "9.5" + } +} \ No newline at end of file diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js b/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js new file mode 100644 index 0000000..956e5aa --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js @@ -0,0 +1,93 @@ +'use strict'; + +module.exports = exports; + +const fs = require('fs'); +const path = require('path'); +const win = process.platform === 'win32'; +const existsSync = fs.existsSync || path.existsSync; +const cp = require('child_process'); + +// try to build up the complete path to node-gyp +/* priority: + - node-gyp on ENV:npm_config_node_gyp (https://github.com/npm/npm/pull/4887) + - node-gyp on NODE_PATH + - node-gyp inside npm on NODE_PATH (ignore on iojs) + - node-gyp inside npm beside node exe +*/ +function which_node_gyp() { + let node_gyp_bin; + if (process.env.npm_config_node_gyp) { + try { + node_gyp_bin = process.env.npm_config_node_gyp; + if (existsSync(node_gyp_bin)) { + return node_gyp_bin; + } + } catch (err) { + // do nothing + } + } + try { + const node_gyp_main = require.resolve('node-gyp'); // eslint-disable-line node/no-missing-require + node_gyp_bin = path.join(path.dirname( + path.dirname(node_gyp_main)), + 'bin/node-gyp.js'); + if (existsSync(node_gyp_bin)) { + return node_gyp_bin; + } + } catch (err) { + // do nothing + } + if (process.execPath.indexOf('iojs') === -1) { + try { + const npm_main = require.resolve('npm'); // eslint-disable-line node/no-missing-require + node_gyp_bin = path.join(path.dirname( + path.dirname(npm_main)), + 'node_modules/node-gyp/bin/node-gyp.js'); + if (existsSync(node_gyp_bin)) { + return node_gyp_bin; + } + } catch (err) { + // do nothing + } + } + const npm_base = path.join(path.dirname( + path.dirname(process.execPath)), + 'lib/node_modules/npm/'); + node_gyp_bin = path.join(npm_base, 'node_modules/node-gyp/bin/node-gyp.js'); + if (existsSync(node_gyp_bin)) { + return node_gyp_bin; + } +} + +module.exports.run_gyp = function(args, opts, callback) { + let shell_cmd = ''; + const cmd_args = []; + if (opts.runtime && opts.runtime === 'node-webkit') { + shell_cmd = 'nw-gyp'; + if (win) shell_cmd += '.cmd'; + } else { + const node_gyp_path = which_node_gyp(); + if (node_gyp_path) { + shell_cmd = process.execPath; + cmd_args.push(node_gyp_path); + } else { + shell_cmd = 'node-gyp'; + if (win) shell_cmd += '.cmd'; + } + } + const final_args = cmd_args.concat(args); + const cmd = cp.spawn(shell_cmd, final_args, { cwd: undefined, env: process.env, stdio: [0, 1, 2] }); + cmd.on('error', (err) => { + if (err) { + return callback(new Error("Failed to execute '" + shell_cmd + ' ' + final_args.join(' ') + "' (" + err + ')')); + } + callback(null, opts); + }); + cmd.on('close', (code) => { + if (code && code !== 0) { + return callback(new Error("Failed to execute '" + shell_cmd + ' ' + final_args.join(' ') + "' (" + code + ')')); + } + callback(null, opts); + }); +}; diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/handle_gyp_opts.js b/node_modules/@mapbox/node-pre-gyp/lib/util/handle_gyp_opts.js new file mode 100644 index 0000000..d702f78 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/handle_gyp_opts.js @@ -0,0 +1,102 @@ +'use strict'; + +module.exports = exports = handle_gyp_opts; + +const versioning = require('./versioning.js'); +const napi = require('./napi.js'); + +/* + +Here we gather node-pre-gyp generated options (from versioning) and pass them along to node-gyp. + +We massage the args and options slightly to account for differences in what commands mean between +node-pre-gyp and node-gyp (e.g. see the difference between "build" and "rebuild" below) + +Keep in mind: the values inside `argv` and `gyp.opts` below are different depending on whether +node-pre-gyp is called directory, or if it is called in a `run-script` phase of npm. + +We also try to preserve any command line options that might have been passed to npm or node-pre-gyp. +But this is fairly difficult without passing way to much through. For example `gyp.opts` contains all +the process.env and npm pushes a lot of variables into process.env which node-pre-gyp inherits. So we have +to be very selective about what we pass through. + +For example: + +`npm install --build-from-source` will give: + +argv == [ 'rebuild' ] +gyp.opts.argv == { remain: [ 'install' ], + cooked: [ 'install', '--fallback-to-build' ], + original: [ 'install', '--fallback-to-build' ] } + +`./bin/node-pre-gyp build` will give: + +argv == [] +gyp.opts.argv == { remain: [ 'build' ], + cooked: [ 'build' ], + original: [ '-C', 'test/app1', 'build' ] } + +*/ + +// select set of node-pre-gyp versioning info +// to share with node-gyp +const share_with_node_gyp = [ + 'module', + 'module_name', + 'module_path', + 'napi_version', + 'node_abi_napi', + 'napi_build_version', + 'node_napi_label' +]; + +function handle_gyp_opts(gyp, argv, callback) { + + // Collect node-pre-gyp specific variables to pass to node-gyp + const node_pre_gyp_options = []; + // generate custom node-pre-gyp versioning info + const napi_build_version = napi.get_napi_build_version_from_command_args(argv); + const opts = versioning.evaluate(gyp.package_json, gyp.opts, napi_build_version); + share_with_node_gyp.forEach((key) => { + const val = opts[key]; + if (val) { + node_pre_gyp_options.push('--' + key + '=' + val); + } else if (key === 'napi_build_version') { + node_pre_gyp_options.push('--' + key + '=0'); + } else { + if (key !== 'napi_version' && key !== 'node_abi_napi') + return callback(new Error('Option ' + key + ' required but not found by node-pre-gyp')); + } + }); + + // Collect options that follow the special -- which disables nopt parsing + const unparsed_options = []; + let double_hyphen_found = false; + gyp.opts.argv.original.forEach((opt) => { + if (double_hyphen_found) { + unparsed_options.push(opt); + } + if (opt === '--') { + double_hyphen_found = true; + } + }); + + // We try respect and pass through remaining command + // line options (like --foo=bar) to node-gyp + const cooked = gyp.opts.argv.cooked; + const node_gyp_options = []; + cooked.forEach((value) => { + if (value.length > 2 && value.slice(0, 2) === '--') { + const key = value.slice(2); + const val = cooked[cooked.indexOf(value) + 1]; + if (val && val.indexOf('--') === -1) { // handle '--foo=bar' or ['--foo','bar'] + node_gyp_options.push('--' + key + '=' + val); + } else { // pass through --foo + node_gyp_options.push(value); + } + } + }); + + const result = { 'opts': opts, 'gyp': node_gyp_options, 'pre': node_pre_gyp_options, 'unparsed': unparsed_options }; + return callback(null, result); +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/napi.js b/node_modules/@mapbox/node-pre-gyp/lib/util/napi.js new file mode 100644 index 0000000..5d14ad6 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/napi.js @@ -0,0 +1,205 @@ +'use strict'; + +const fs = require('fs'); + +module.exports = exports; + +const versionArray = process.version + .substr(1) + .replace(/-.*$/, '') + .split('.') + .map((item) => { + return +item; + }); + +const napi_multiple_commands = [ + 'build', + 'clean', + 'configure', + 'package', + 'publish', + 'reveal', + 'testbinary', + 'testpackage', + 'unpublish' +]; + +const napi_build_version_tag = 'napi_build_version='; + +module.exports.get_napi_version = function() { + // returns the non-zero numeric napi version or undefined if napi is not supported. + // correctly supporting target requires an updated cross-walk + let version = process.versions.napi; // can be undefined + if (!version) { // this code should never need to be updated + if (versionArray[0] === 9 && versionArray[1] >= 3) version = 2; // 9.3.0+ + else if (versionArray[0] === 8) version = 1; // 8.0.0+ + } + return version; +}; + +module.exports.get_napi_version_as_string = function(target) { + // returns the napi version as a string or an empty string if napi is not supported. + const version = module.exports.get_napi_version(target); + return version ? '' + version : ''; +}; + +module.exports.validate_package_json = function(package_json, opts) { // throws Error + + const binary = package_json.binary; + const module_path_ok = pathOK(binary.module_path); + const remote_path_ok = pathOK(binary.remote_path); + const package_name_ok = pathOK(binary.package_name); + const napi_build_versions = module.exports.get_napi_build_versions(package_json, opts, true); + const napi_build_versions_raw = module.exports.get_napi_build_versions_raw(package_json); + + if (napi_build_versions) { + napi_build_versions.forEach((napi_build_version)=> { + if (!(parseInt(napi_build_version, 10) === napi_build_version && napi_build_version > 0)) { + throw new Error('All values specified in napi_versions must be positive integers.'); + } + }); + } + + if (napi_build_versions && (!module_path_ok || (!remote_path_ok && !package_name_ok))) { + throw new Error('When napi_versions is specified; module_path and either remote_path or ' + + "package_name must contain the substitution string '{napi_build_version}`."); + } + + if ((module_path_ok || remote_path_ok || package_name_ok) && !napi_build_versions_raw) { + throw new Error("When the substitution string '{napi_build_version}` is specified in " + + 'module_path, remote_path, or package_name; napi_versions must also be specified.'); + } + + if (napi_build_versions && !module.exports.get_best_napi_build_version(package_json, opts) && + module.exports.build_napi_only(package_json)) { + throw new Error( + 'The Node-API version of this Node instance is ' + module.exports.get_napi_version(opts ? opts.target : undefined) + '. ' + + 'This module supports Node-API version(s) ' + module.exports.get_napi_build_versions_raw(package_json) + '. ' + + 'This Node instance cannot run this module.'); + } + + if (napi_build_versions_raw && !napi_build_versions && module.exports.build_napi_only(package_json)) { + throw new Error( + 'The Node-API version of this Node instance is ' + module.exports.get_napi_version(opts ? opts.target : undefined) + '. ' + + 'This module supports Node-API version(s) ' + module.exports.get_napi_build_versions_raw(package_json) + '. ' + + 'This Node instance cannot run this module.'); + } + +}; + +function pathOK(path) { + return path && (path.indexOf('{napi_build_version}') !== -1 || path.indexOf('{node_napi_label}') !== -1); +} + +module.exports.expand_commands = function(package_json, opts, commands) { + const expanded_commands = []; + const napi_build_versions = module.exports.get_napi_build_versions(package_json, opts); + commands.forEach((command)=> { + if (napi_build_versions && command.name === 'install') { + const napi_build_version = module.exports.get_best_napi_build_version(package_json, opts); + const args = napi_build_version ? [napi_build_version_tag + napi_build_version] : []; + expanded_commands.push({ name: command.name, args: args }); + } else if (napi_build_versions && napi_multiple_commands.indexOf(command.name) !== -1) { + napi_build_versions.forEach((napi_build_version)=> { + const args = command.args.slice(); + args.push(napi_build_version_tag + napi_build_version); + expanded_commands.push({ name: command.name, args: args }); + }); + } else { + expanded_commands.push(command); + } + }); + return expanded_commands; +}; + +module.exports.get_napi_build_versions = function(package_json, opts, warnings) { // opts may be undefined + const log = require('npmlog'); + let napi_build_versions = []; + const supported_napi_version = module.exports.get_napi_version(opts ? opts.target : undefined); + // remove duplicates, verify each napi version can actaully be built + if (package_json.binary && package_json.binary.napi_versions) { + package_json.binary.napi_versions.forEach((napi_version) => { + const duplicated = napi_build_versions.indexOf(napi_version) !== -1; + if (!duplicated && supported_napi_version && napi_version <= supported_napi_version) { + napi_build_versions.push(napi_version); + } else if (warnings && !duplicated && supported_napi_version) { + log.info('This Node instance does not support builds for Node-API version', napi_version); + } + }); + } + if (opts && opts['build-latest-napi-version-only']) { + let latest_version = 0; + napi_build_versions.forEach((napi_version) => { + if (napi_version > latest_version) latest_version = napi_version; + }); + napi_build_versions = latest_version ? [latest_version] : []; + } + return napi_build_versions.length ? napi_build_versions : undefined; +}; + +module.exports.get_napi_build_versions_raw = function(package_json) { + const napi_build_versions = []; + // remove duplicates + if (package_json.binary && package_json.binary.napi_versions) { + package_json.binary.napi_versions.forEach((napi_version) => { + if (napi_build_versions.indexOf(napi_version) === -1) { + napi_build_versions.push(napi_version); + } + }); + } + return napi_build_versions.length ? napi_build_versions : undefined; +}; + +module.exports.get_command_arg = function(napi_build_version) { + return napi_build_version_tag + napi_build_version; +}; + +module.exports.get_napi_build_version_from_command_args = function(command_args) { + for (let i = 0; i < command_args.length; i++) { + const arg = command_args[i]; + if (arg.indexOf(napi_build_version_tag) === 0) { + return parseInt(arg.substr(napi_build_version_tag.length), 10); + } + } + return undefined; +}; + +module.exports.swap_build_dir_out = function(napi_build_version) { + if (napi_build_version) { + const rm = require('rimraf'); + rm.sync(module.exports.get_build_dir(napi_build_version)); + fs.renameSync('build', module.exports.get_build_dir(napi_build_version)); + } +}; + +module.exports.swap_build_dir_in = function(napi_build_version) { + if (napi_build_version) { + const rm = require('rimraf'); + rm.sync('build'); + fs.renameSync(module.exports.get_build_dir(napi_build_version), 'build'); + } +}; + +module.exports.get_build_dir = function(napi_build_version) { + return 'build-tmp-napi-v' + napi_build_version; +}; + +module.exports.get_best_napi_build_version = function(package_json, opts) { + let best_napi_build_version = 0; + const napi_build_versions = module.exports.get_napi_build_versions(package_json, opts); + if (napi_build_versions) { + const our_napi_version = module.exports.get_napi_version(opts ? opts.target : undefined); + napi_build_versions.forEach((napi_build_version)=> { + if (napi_build_version > best_napi_build_version && + napi_build_version <= our_napi_version) { + best_napi_build_version = napi_build_version; + } + }); + } + return best_napi_build_version === 0 ? undefined : best_napi_build_version; +}; + +module.exports.build_napi_only = function(package_json) { + return package_json.binary && package_json.binary.package_name && + package_json.binary.package_name.indexOf('{node_napi_label}') === -1; +}; diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/index.html b/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/index.html new file mode 100644 index 0000000..244466c --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/index.html @@ -0,0 +1,26 @@ + + + + +Node-webkit-based module test + + + +

Node-webkit-based module test

+ + diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/package.json b/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/package.json new file mode 100644 index 0000000..71d03f8 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/package.json @@ -0,0 +1,9 @@ +{ +"main": "index.html", +"name": "nw-pre-gyp-module-test", +"description": "Node-webkit-based module test.", +"version": "0.0.1", +"window": { + "show": false +} +} diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js b/node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js new file mode 100644 index 0000000..6b1b1a6 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js @@ -0,0 +1,163 @@ +'use strict'; + +module.exports = exports; + +const url = require('url'); +const fs = require('fs'); +const path = require('path'); + +module.exports.detect = function(opts, config) { + const to = opts.hosted_path; + const uri = url.parse(to); + config.prefix = (!uri.pathname || uri.pathname === '/') ? '' : uri.pathname.replace('/', ''); + if (opts.bucket && opts.region) { + config.bucket = opts.bucket; + config.region = opts.region; + config.endpoint = opts.host; + config.s3ForcePathStyle = opts.s3ForcePathStyle; + } else { + const parts = uri.hostname.split('.s3'); + const bucket = parts[0]; + if (!bucket) { + return; + } + if (!config.bucket) { + config.bucket = bucket; + } + if (!config.region) { + const region = parts[1].slice(1).split('.')[0]; + if (region === 'amazonaws') { + config.region = 'us-east-1'; + } else { + config.region = region; + } + } + } +}; + +module.exports.get_s3 = function(config) { + + if (process.env.node_pre_gyp_mock_s3) { + // here we're mocking. node_pre_gyp_mock_s3 is the scratch directory + // for the mock code. + const AWSMock = require('mock-aws-s3'); + const os = require('os'); + + AWSMock.config.basePath = `${os.tmpdir()}/mock`; + + const s3 = AWSMock.S3(); + + // wrapped callback maker. fs calls return code of ENOENT but AWS.S3 returns + // NotFound. + const wcb = (fn) => (err, ...args) => { + if (err && err.code === 'ENOENT') { + err.code = 'NotFound'; + } + return fn(err, ...args); + }; + + return { + listObjects(params, callback) { + return s3.listObjects(params, wcb(callback)); + }, + headObject(params, callback) { + return s3.headObject(params, wcb(callback)); + }, + deleteObject(params, callback) { + return s3.deleteObject(params, wcb(callback)); + }, + putObject(params, callback) { + return s3.putObject(params, wcb(callback)); + } + }; + } + + // if not mocking then setup real s3. + const AWS = require('aws-sdk'); + + AWS.config.update(config); + const s3 = new AWS.S3(); + + // need to change if additional options need to be specified. + return { + listObjects(params, callback) { + return s3.listObjects(params, callback); + }, + headObject(params, callback) { + return s3.headObject(params, callback); + }, + deleteObject(params, callback) { + return s3.deleteObject(params, callback); + }, + putObject(params, callback) { + return s3.putObject(params, callback); + } + }; + + + +}; + +// +// function to get the mocking control function. if not mocking it returns a no-op. +// +// if mocking it sets up the mock http interceptors that use the mocked s3 file system +// to fulfill reponses. +module.exports.get_mockS3Http = function() { + let mock_s3 = false; + if (!process.env.node_pre_gyp_mock_s3) { + return () => mock_s3; + } + + const nock = require('nock'); + // the bucket used for testing, as addressed by https. + const host = 'https://mapbox-node-pre-gyp-public-testing-bucket.s3.us-east-1.amazonaws.com'; + const mockDir = process.env.node_pre_gyp_mock_s3 + '/mapbox-node-pre-gyp-public-testing-bucket'; + + // function to setup interceptors. they are "turned off" by setting mock_s3 to false. + const mock_http = () => { + // eslint-disable-next-line no-unused-vars + function get(uri, requestBody) { + const filepath = path.join(mockDir, uri.replace('%2B', '+')); + + try { + fs.accessSync(filepath, fs.constants.R_OK); + } catch (e) { + return [404, 'not found\n']; + } + + // the mock s3 functions just write to disk, so just read from it. + return [200, fs.createReadStream(filepath)]; + } + + // eslint-disable-next-line no-unused-vars + return nock(host) + .persist() + .get(() => mock_s3) // mock any uri for s3 when true + .reply(get); + }; + + // setup interceptors. they check the mock_s3 flag to determine whether to intercept. + mock_http(nock, host, mockDir); + // function to turn matching all requests to s3 on/off. + const mockS3Http = (action) => { + const previous = mock_s3; + if (action === 'off') { + mock_s3 = false; + } else if (action === 'on') { + mock_s3 = true; + } else if (action !== 'get') { + throw new Error(`illegal action for setMockHttp ${action}`); + } + return previous; + }; + + // call mockS3Http with the argument + // - 'on' - turn it on + // - 'off' - turn it off (used by fetch.test.js so it doesn't interfere with redirects) + // - 'get' - return true or false for 'on' or 'off' + return mockS3Http; +}; + + + diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/versioning.js b/node_modules/@mapbox/node-pre-gyp/lib/util/versioning.js new file mode 100644 index 0000000..825cfa1 --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/versioning.js @@ -0,0 +1,335 @@ +'use strict'; + +module.exports = exports; + +const path = require('path'); +const semver = require('semver'); +const url = require('url'); +const detect_libc = require('detect-libc'); +const napi = require('./napi.js'); + +let abi_crosswalk; + +// This is used for unit testing to provide a fake +// ABI crosswalk that emulates one that is not updated +// for the current version +if (process.env.NODE_PRE_GYP_ABI_CROSSWALK) { + abi_crosswalk = require(process.env.NODE_PRE_GYP_ABI_CROSSWALK); +} else { + abi_crosswalk = require('./abi_crosswalk.json'); +} + +const major_versions = {}; +Object.keys(abi_crosswalk).forEach((v) => { + const major = v.split('.')[0]; + if (!major_versions[major]) { + major_versions[major] = v; + } +}); + +function get_electron_abi(runtime, target_version) { + if (!runtime) { + throw new Error('get_electron_abi requires valid runtime arg'); + } + if (typeof target_version === 'undefined') { + // erroneous CLI call + throw new Error('Empty target version is not supported if electron is the target.'); + } + // Electron guarantees that patch version update won't break native modules. + const sem_ver = semver.parse(target_version); + return runtime + '-v' + sem_ver.major + '.' + sem_ver.minor; +} +module.exports.get_electron_abi = get_electron_abi; + +function get_node_webkit_abi(runtime, target_version) { + if (!runtime) { + throw new Error('get_node_webkit_abi requires valid runtime arg'); + } + if (typeof target_version === 'undefined') { + // erroneous CLI call + throw new Error('Empty target version is not supported if node-webkit is the target.'); + } + return runtime + '-v' + target_version; +} +module.exports.get_node_webkit_abi = get_node_webkit_abi; + +function get_node_abi(runtime, versions) { + if (!runtime) { + throw new Error('get_node_abi requires valid runtime arg'); + } + if (!versions) { + throw new Error('get_node_abi requires valid process.versions object'); + } + const sem_ver = semver.parse(versions.node); + if (sem_ver.major === 0 && sem_ver.minor % 2) { // odd series + // https://github.com/mapbox/node-pre-gyp/issues/124 + return runtime + '-v' + versions.node; + } else { + // process.versions.modules added in >= v0.10.4 and v0.11.7 + // https://github.com/joyent/node/commit/ccabd4a6fa8a6eb79d29bc3bbe9fe2b6531c2d8e + return versions.modules ? runtime + '-v' + (+versions.modules) : + 'v8-' + versions.v8.split('.').slice(0, 2).join('.'); + } +} +module.exports.get_node_abi = get_node_abi; + +function get_runtime_abi(runtime, target_version) { + if (!runtime) { + throw new Error('get_runtime_abi requires valid runtime arg'); + } + if (runtime === 'node-webkit') { + return get_node_webkit_abi(runtime, target_version || process.versions['node-webkit']); + } else if (runtime === 'electron') { + return get_electron_abi(runtime, target_version || process.versions.electron); + } else { + if (runtime !== 'node') { + throw new Error("Unknown Runtime: '" + runtime + "'"); + } + if (!target_version) { + return get_node_abi(runtime, process.versions); + } else { + let cross_obj; + // abi_crosswalk generated with ./scripts/abi_crosswalk.js + if (abi_crosswalk[target_version]) { + cross_obj = abi_crosswalk[target_version]; + } else { + const target_parts = target_version.split('.').map((i) => { return +i; }); + if (target_parts.length !== 3) { // parse failed + throw new Error('Unknown target version: ' + target_version); + } + /* + The below code tries to infer the last known ABI compatible version + that we have recorded in the abi_crosswalk.json when an exact match + is not possible. The reasons for this to exist are complicated: + + - We support passing --target to be able to allow developers to package binaries for versions of node + that are not the same one as they are running. This might also be used in combination with the + --target_arch or --target_platform flags to also package binaries for alternative platforms + - When --target is passed we can't therefore determine the ABI (process.versions.modules) from the node + version that is running in memory + - So, therefore node-pre-gyp keeps an "ABI crosswalk" (lib/util/abi_crosswalk.json) to be able to look + this info up for all versions + - But we cannot easily predict what the future ABI will be for released versions + - And node-pre-gyp needs to be a `bundledDependency` in apps that depend on it in order to work correctly + by being fully available at install time. + - So, the speed of node releases and the bundled nature of node-pre-gyp mean that a new node-pre-gyp release + need to happen for every node.js/io.js/node-webkit/nw.js/atom-shell/etc release that might come online if + you want the `--target` flag to keep working for the latest version + - Which is impractical ^^ + - Hence the below code guesses about future ABI to make the need to update node-pre-gyp less demanding. + + In practice then you can have a dependency of your app like `node-sqlite3` that bundles a `node-pre-gyp` that + only knows about node v0.10.33 in the `abi_crosswalk.json` but target node v0.10.34 (which is assumed to be + ABI compatible with v0.10.33). + + TODO: use semver module instead of custom version parsing + */ + const major = target_parts[0]; + let minor = target_parts[1]; + let patch = target_parts[2]; + // io.js: yeah if node.js ever releases 1.x this will break + // but that is unlikely to happen: https://github.com/iojs/io.js/pull/253#issuecomment-69432616 + if (major === 1) { + // look for last release that is the same major version + // e.g. we assume io.js 1.x is ABI compatible with >= 1.0.0 + while (true) { + if (minor > 0) --minor; + if (patch > 0) --patch; + const new_iojs_target = '' + major + '.' + minor + '.' + patch; + if (abi_crosswalk[new_iojs_target]) { + cross_obj = abi_crosswalk[new_iojs_target]; + console.log('Warning: node-pre-gyp could not find exact match for ' + target_version); + console.log('Warning: but node-pre-gyp successfully choose ' + new_iojs_target + ' as ABI compatible target'); + break; + } + if (minor === 0 && patch === 0) { + break; + } + } + } else if (major >= 2) { + // look for last release that is the same major version + if (major_versions[major]) { + cross_obj = abi_crosswalk[major_versions[major]]; + console.log('Warning: node-pre-gyp could not find exact match for ' + target_version); + console.log('Warning: but node-pre-gyp successfully choose ' + major_versions[major] + ' as ABI compatible target'); + } + } else if (major === 0) { // node.js + if (target_parts[1] % 2 === 0) { // for stable/even node.js series + // look for the last release that is the same minor release + // e.g. we assume node 0.10.x is ABI compatible with >= 0.10.0 + while (--patch > 0) { + const new_node_target = '' + major + '.' + minor + '.' + patch; + if (abi_crosswalk[new_node_target]) { + cross_obj = abi_crosswalk[new_node_target]; + console.log('Warning: node-pre-gyp could not find exact match for ' + target_version); + console.log('Warning: but node-pre-gyp successfully choose ' + new_node_target + ' as ABI compatible target'); + break; + } + } + } + } + } + if (!cross_obj) { + throw new Error('Unsupported target version: ' + target_version); + } + // emulate process.versions + const versions_obj = { + node: target_version, + v8: cross_obj.v8 + '.0', + // abi_crosswalk uses 1 for node versions lacking process.versions.modules + // process.versions.modules added in >= v0.10.4 and v0.11.7 + modules: cross_obj.node_abi > 1 ? cross_obj.node_abi : undefined + }; + return get_node_abi(runtime, versions_obj); + } + } +} +module.exports.get_runtime_abi = get_runtime_abi; + +const required_parameters = [ + 'module_name', + 'module_path', + 'host' +]; + +function validate_config(package_json, opts) { + const msg = package_json.name + ' package.json is not node-pre-gyp ready:\n'; + const missing = []; + if (!package_json.main) { + missing.push('main'); + } + if (!package_json.version) { + missing.push('version'); + } + if (!package_json.name) { + missing.push('name'); + } + if (!package_json.binary) { + missing.push('binary'); + } + const o = package_json.binary; + if (o) { + required_parameters.forEach((p) => { + if (!o[p] || typeof o[p] !== 'string') { + missing.push('binary.' + p); + } + }); + } + + if (missing.length >= 1) { + throw new Error(msg + 'package.json must declare these properties: \n' + missing.join('\n')); + } + if (o) { + // enforce https over http + const protocol = url.parse(o.host).protocol; + if (protocol === 'http:') { + throw new Error("'host' protocol (" + protocol + ") is invalid - only 'https:' is accepted"); + } + } + napi.validate_package_json(package_json, opts); +} + +module.exports.validate_config = validate_config; + +function eval_template(template, opts) { + Object.keys(opts).forEach((key) => { + const pattern = '{' + key + '}'; + while (template.indexOf(pattern) > -1) { + template = template.replace(pattern, opts[key]); + } + }); + return template; +} + +// url.resolve needs single trailing slash +// to behave correctly, otherwise a double slash +// may end up in the url which breaks requests +// and a lacking slash may not lead to proper joining +function fix_slashes(pathname) { + if (pathname.slice(-1) !== '/') { + return pathname + '/'; + } + return pathname; +} + +// remove double slashes +// note: path.normalize will not work because +// it will convert forward to back slashes +function drop_double_slashes(pathname) { + return pathname.replace(/\/\//g, '/'); +} + +function get_process_runtime(versions) { + let runtime = 'node'; + if (versions['node-webkit']) { + runtime = 'node-webkit'; + } else if (versions.electron) { + runtime = 'electron'; + } + return runtime; +} + +module.exports.get_process_runtime = get_process_runtime; + +const default_package_name = '{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz'; +const default_remote_path = ''; + +module.exports.evaluate = function(package_json, options, napi_build_version) { + options = options || {}; + validate_config(package_json, options); // options is a suitable substitute for opts in this case + const v = package_json.version; + const module_version = semver.parse(v); + const runtime = options.runtime || get_process_runtime(process.versions); + const opts = { + name: package_json.name, + configuration: options.debug ? 'Debug' : 'Release', + debug: options.debug, + module_name: package_json.binary.module_name, + version: module_version.version, + prerelease: module_version.prerelease.length ? module_version.prerelease.join('.') : '', + build: module_version.build.length ? module_version.build.join('.') : '', + major: module_version.major, + minor: module_version.minor, + patch: module_version.patch, + runtime: runtime, + node_abi: get_runtime_abi(runtime, options.target), + node_abi_napi: napi.get_napi_version(options.target) ? 'napi' : get_runtime_abi(runtime, options.target), + napi_version: napi.get_napi_version(options.target), // non-zero numeric, undefined if unsupported + napi_build_version: napi_build_version || '', + node_napi_label: napi_build_version ? 'napi-v' + napi_build_version : get_runtime_abi(runtime, options.target), + target: options.target || '', + platform: options.target_platform || process.platform, + target_platform: options.target_platform || process.platform, + arch: options.target_arch || process.arch, + target_arch: options.target_arch || process.arch, + libc: options.target_libc || detect_libc.familySync() || 'unknown', + module_main: package_json.main, + toolset: options.toolset || '', // address https://github.com/mapbox/node-pre-gyp/issues/119 + bucket: package_json.binary.bucket, + region: package_json.binary.region, + s3ForcePathStyle: package_json.binary.s3ForcePathStyle || false + }; + // support host mirror with npm config `--{module_name}_binary_host_mirror` + // e.g.: https://github.com/node-inspector/v8-profiler/blob/master/package.json#L25 + // > npm install v8-profiler --profiler_binary_host_mirror=https://npm.taobao.org/mirrors/node-inspector/ + const validModuleName = opts.module_name.replace('-', '_'); + const host = process.env['npm_config_' + validModuleName + '_binary_host_mirror'] || package_json.binary.host; + opts.host = fix_slashes(eval_template(host, opts)); + opts.module_path = eval_template(package_json.binary.module_path, opts); + // now we resolve the module_path to ensure it is absolute so that binding.gyp variables work predictably + if (options.module_root) { + // resolve relative to known module root: works for pre-binding require + opts.module_path = path.join(options.module_root, opts.module_path); + } else { + // resolve relative to current working directory: works for node-pre-gyp commands + opts.module_path = path.resolve(opts.module_path); + } + opts.module = path.join(opts.module_path, opts.module_name + '.node'); + opts.remote_path = package_json.binary.remote_path ? drop_double_slashes(fix_slashes(eval_template(package_json.binary.remote_path, opts))) : default_remote_path; + const package_name = package_json.binary.package_name ? package_json.binary.package_name : default_package_name; + opts.package_name = eval_template(package_name, opts); + opts.staged_tarball = path.join('build/stage', opts.remote_path, opts.package_name); + opts.hosted_path = url.resolve(opts.host, opts.remote_path); + opts.hosted_tarball = url.resolve(opts.hosted_path, opts.package_name); + return opts; +}; diff --git a/node_modules/@mapbox/node-pre-gyp/package.json b/node_modules/@mapbox/node-pre-gyp/package.json new file mode 100644 index 0000000..5e1d6fd --- /dev/null +++ b/node_modules/@mapbox/node-pre-gyp/package.json @@ -0,0 +1,62 @@ +{ + "name": "@mapbox/node-pre-gyp", + "description": "Node.js native addon binary install tool", + "version": "1.0.11", + "keywords": [ + "native", + "addon", + "module", + "c", + "c++", + "bindings", + "binary" + ], + "license": "BSD-3-Clause", + "author": "Dane Springmeyer ", + "repository": { + "type": "git", + "url": "git://github.com/mapbox/node-pre-gyp.git" + }, + "bin": "./bin/node-pre-gyp", + "main": "./lib/node-pre-gyp.js", + "dependencies": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "devDependencies": { + "@mapbox/cloudfriend": "^5.1.0", + "@mapbox/eslint-config-mapbox": "^3.0.0", + "aws-sdk": "^2.1087.0", + "codecov": "^3.8.3", + "eslint": "^7.32.0", + "eslint-plugin-node": "^11.1.0", + "mock-aws-s3": "^4.0.2", + "nock": "^12.0.3", + "node-addon-api": "^4.3.0", + "nyc": "^15.1.0", + "tape": "^5.5.2", + "tar-fs": "^2.1.1" + }, + "nyc": { + "all": true, + "skip-full": false, + "exclude": [ + "test/**" + ] + }, + "scripts": { + "coverage": "nyc --all --include index.js --include lib/ npm test", + "upload-coverage": "nyc report --reporter json && codecov --clear --flags=unit --file=./coverage/coverage-final.json", + "lint": "eslint bin/node-pre-gyp lib/*js lib/util/*js test/*js scripts/*js", + "fix": "npm run lint -- --fix", + "update-crosswalk": "node scripts/abi_crosswalk.js", + "test": "tape test/*test.js" + } +} diff --git a/node_modules/@npmcli/fs/LICENSE.md b/node_modules/@npmcli/fs/LICENSE.md new file mode 100644 index 0000000..5fc208f --- /dev/null +++ b/node_modules/@npmcli/fs/LICENSE.md @@ -0,0 +1,20 @@ + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/@npmcli/fs/README.md b/node_modules/@npmcli/fs/README.md new file mode 100644 index 0000000..bc71a11 --- /dev/null +++ b/node_modules/@npmcli/fs/README.md @@ -0,0 +1,60 @@ +# @npmcli/fs + +polyfills, and extensions, of the core `fs` module. + +## Features + +- all exposed functions return promises +- `fs.rm` polyfill for node versions < 14.14.0 +- `fs.mkdir` polyfill adding support for the `recursive` and `force` options in node versions < 10.12.0 +- `fs.copyFile` extended to accept an `owner` option +- `fs.mkdir` extended to accept an `owner` option +- `fs.mkdtemp` extended to accept an `owner` option +- `fs.writeFile` extended to accept an `owner` option +- `fs.withTempDir` added +- `fs.cp` polyfill for node < 16.7.0 + +## The `owner` option + +The `copyFile`, `mkdir`, `mkdtemp`, `writeFile`, and `withTempDir` functions +all accept a new `owner` property in their options. It can be used in two ways: + +- `{ owner: { uid: 100, gid: 100 } }` - set the `uid` and `gid` explicitly +- `{ owner: 100 }` - use one value, will set both `uid` and `gid` the same + +The special string `'inherit'` may be passed instead of a number, which will +cause this module to automatically determine the correct `uid` and/or `gid` +from the nearest existing parent directory of the target. + +## `fs.withTempDir(root, fn, options) -> Promise` + +### Parameters + +- `root`: the directory in which to create the temporary directory +- `fn`: a function that will be called with the path to the temporary directory +- `options` + - `tmpPrefix`: a prefix to be used in the generated directory name + +### Usage + +The `withTempDir` function creates a temporary directory, runs the provided +function (`fn`), then removes the temporary directory and resolves or rejects +based on the result of `fn`. + +```js +const fs = require('@npmcli/fs') +const os = require('os') + +// this function will be called with the full path to the temporary directory +// it is called with `await` behind the scenes, so can be async if desired. +const myFunction = async (tempPath) => { + return 'done!' +} + +const main = async () => { + const result = await fs.withTempDir(os.tmpdir(), myFunction) + // result === 'done!' +} + +main() +``` diff --git a/node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js b/node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js new file mode 100644 index 0000000..7755d1c --- /dev/null +++ b/node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js @@ -0,0 +1,17 @@ +const url = require('url') + +const node = require('../node.js') +const polyfill = require('./polyfill.js') + +const useNative = node.satisfies('>=10.12.0') + +const fileURLToPath = (path) => { + // the polyfill is tested separately from this module, no need to hack + // process.version to try to trigger it just for coverage + // istanbul ignore next + return useNative + ? url.fileURLToPath(path) + : polyfill(path) +} + +module.exports = fileURLToPath diff --git a/node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js b/node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js new file mode 100644 index 0000000..6cc90f0 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js @@ -0,0 +1,121 @@ +const { URL, domainToUnicode } = require('url') + +const CHAR_LOWERCASE_A = 97 +const CHAR_LOWERCASE_Z = 122 + +const isWindows = process.platform === 'win32' + +class ERR_INVALID_FILE_URL_HOST extends TypeError { + constructor (platform) { + super(`File URL host must be "localhost" or empty on ${platform}`) + this.code = 'ERR_INVALID_FILE_URL_HOST' + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +class ERR_INVALID_FILE_URL_PATH extends TypeError { + constructor (msg) { + super(`File URL path ${msg}`) + this.code = 'ERR_INVALID_FILE_URL_PATH' + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +class ERR_INVALID_ARG_TYPE extends TypeError { + constructor (name, actual) { + super(`The "${name}" argument must be one of type string or an instance ` + + `of URL. Received type ${typeof actual} ${actual}`) + this.code = 'ERR_INVALID_ARG_TYPE' + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +class ERR_INVALID_URL_SCHEME extends TypeError { + constructor (expected) { + super(`The URL must be of scheme ${expected}`) + this.code = 'ERR_INVALID_URL_SCHEME' + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +const isURLInstance = (input) => { + return input != null && input.href && input.origin +} + +const getPathFromURLWin32 = (url) => { + const hostname = url.hostname + let pathname = url.pathname + for (let n = 0; n < pathname.length; n++) { + if (pathname[n] === '%') { + const third = pathname.codePointAt(n + 2) | 0x20 + if ((pathname[n + 1] === '2' && third === 102) || + (pathname[n + 1] === '5' && third === 99)) { + throw new ERR_INVALID_FILE_URL_PATH('must not include encoded \\ or / characters') + } + } + } + + pathname = pathname.replace(/\//g, '\\') + pathname = decodeURIComponent(pathname) + if (hostname !== '') { + return `\\\\${domainToUnicode(hostname)}${pathname}` + } + + const letter = pathname.codePointAt(1) | 0x20 + const sep = pathname[2] + if (letter < CHAR_LOWERCASE_A || letter > CHAR_LOWERCASE_Z || + (sep !== ':')) { + throw new ERR_INVALID_FILE_URL_PATH('must be absolute') + } + + return pathname.slice(1) +} + +const getPathFromURLPosix = (url) => { + if (url.hostname !== '') { + throw new ERR_INVALID_FILE_URL_HOST(process.platform) + } + + const pathname = url.pathname + + for (let n = 0; n < pathname.length; n++) { + if (pathname[n] === '%') { + const third = pathname.codePointAt(n + 2) | 0x20 + if (pathname[n + 1] === '2' && third === 102) { + throw new ERR_INVALID_FILE_URL_PATH('must not include encoded / characters') + } + } + } + + return decodeURIComponent(pathname) +} + +const fileURLToPath = (path) => { + if (typeof path === 'string') { + path = new URL(path) + } else if (!isURLInstance(path)) { + throw new ERR_INVALID_ARG_TYPE('path', ['string', 'URL'], path) + } + + if (path.protocol !== 'file:') { + throw new ERR_INVALID_URL_SCHEME('file') + } + + return isWindows + ? getPathFromURLWin32(path) + : getPathFromURLPosix(path) +} + +module.exports = fileURLToPath diff --git a/node_modules/@npmcli/fs/lib/common/get-options.js b/node_modules/@npmcli/fs/lib/common/get-options.js new file mode 100644 index 0000000..cb5982f --- /dev/null +++ b/node_modules/@npmcli/fs/lib/common/get-options.js @@ -0,0 +1,20 @@ +// given an input that may or may not be an object, return an object that has +// a copy of every defined property listed in 'copy'. if the input is not an +// object, assign it to the property named by 'wrap' +const getOptions = (input, { copy, wrap }) => { + const result = {} + + if (input && typeof input === 'object') { + for (const prop of copy) { + if (input[prop] !== undefined) { + result[prop] = input[prop] + } + } + } else { + result[wrap] = input + } + + return result +} + +module.exports = getOptions diff --git a/node_modules/@npmcli/fs/lib/common/node.js b/node_modules/@npmcli/fs/lib/common/node.js new file mode 100644 index 0000000..4d13bc0 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/common/node.js @@ -0,0 +1,9 @@ +const semver = require('semver') + +const satisfies = (range) => { + return semver.satisfies(process.version, range, { includePrerelease: true }) +} + +module.exports = { + satisfies, +} diff --git a/node_modules/@npmcli/fs/lib/common/owner.js b/node_modules/@npmcli/fs/lib/common/owner.js new file mode 100644 index 0000000..e3468b0 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/common/owner.js @@ -0,0 +1,92 @@ +const { dirname, resolve } = require('path') + +const fileURLToPath = require('./file-url-to-path/index.js') +const fs = require('../fs.js') + +// given a path, find the owner of the nearest parent +const find = async (path) => { + // if we have no getuid, permissions are irrelevant on this platform + if (!process.getuid) { + return {} + } + + // fs methods accept URL objects with a scheme of file: so we need to unwrap + // those into an actual path string before we can resolve it + const resolved = path != null && path.href && path.origin + ? resolve(fileURLToPath(path)) + : resolve(path) + + let stat + + try { + stat = await fs.lstat(resolved) + } finally { + // if we got a stat, return its contents + if (stat) { + return { uid: stat.uid, gid: stat.gid } + } + + // try the parent directory + if (resolved !== dirname(resolved)) { + return find(dirname(resolved)) + } + + // no more parents, never got a stat, just return an empty object + return {} + } +} + +// given a path, uid, and gid update the ownership of the path if necessary +const update = async (path, uid, gid) => { + // nothing to update, just exit + if (uid === undefined && gid === undefined) { + return + } + + try { + // see if the permissions are already the same, if they are we don't + // need to do anything, so return early + const stat = await fs.stat(path) + if (uid === stat.uid && gid === stat.gid) { + return + } + } catch (err) {} + + try { + await fs.chown(path, uid, gid) + } catch (err) {} +} + +// accepts a `path` and the `owner` property of an options object and normalizes +// it into an object with numerical `uid` and `gid` +const validate = async (path, input) => { + let uid + let gid + + if (typeof input === 'string' || typeof input === 'number') { + uid = input + gid = input + } else if (input && typeof input === 'object') { + uid = input.uid + gid = input.gid + } + + if (uid === 'inherit' || gid === 'inherit') { + const owner = await find(path) + if (uid === 'inherit') { + uid = owner.uid + } + + if (gid === 'inherit') { + gid = owner.gid + } + } + + return { uid, gid } +} + +module.exports = { + find, + update, + validate, +} diff --git a/node_modules/@npmcli/fs/lib/copy-file.js b/node_modules/@npmcli/fs/lib/copy-file.js new file mode 100644 index 0000000..d9875ab --- /dev/null +++ b/node_modules/@npmcli/fs/lib/copy-file.js @@ -0,0 +1,22 @@ +const fs = require('./fs.js') +const getOptions = require('./common/get-options.js') +const owner = require('./common/owner.js') + +const copyFile = async (src, dest, opts) => { + const options = getOptions(opts, { + copy: ['mode', 'owner'], + wrap: 'mode', + }) + + const { uid, gid } = await owner.validate(dest, options.owner) + + // the node core method as of 16.5.0 does not support the mode being in an + // object, so we have to pass the mode value directly + const result = await fs.copyFile(src, dest, options.mode) + + await owner.update(dest, uid, gid) + + return result +} + +module.exports = copyFile diff --git a/node_modules/@npmcli/fs/lib/cp/LICENSE b/node_modules/@npmcli/fs/lib/cp/LICENSE new file mode 100644 index 0000000..93546df --- /dev/null +++ b/node_modules/@npmcli/fs/lib/cp/LICENSE @@ -0,0 +1,15 @@ +(The MIT License) + +Copyright (c) 2011-2017 JP Richardson + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/@npmcli/fs/lib/cp/index.js b/node_modules/@npmcli/fs/lib/cp/index.js new file mode 100644 index 0000000..5da4739 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/cp/index.js @@ -0,0 +1,22 @@ +const fs = require('../fs.js') +const getOptions = require('../common/get-options.js') +const node = require('../common/node.js') +const polyfill = require('./polyfill.js') + +// node 16.7.0 added fs.cp +const useNative = node.satisfies('>=16.7.0') + +const cp = async (src, dest, opts) => { + const options = getOptions(opts, { + copy: ['dereference', 'errorOnExist', 'filter', 'force', 'preserveTimestamps', 'recursive'], + }) + + // the polyfill is tested separately from this module, no need to hack + // process.version to try to trigger it just for coverage + // istanbul ignore next + return useNative + ? fs.cp(src, dest, options) + : polyfill(src, dest, options) +} + +module.exports = cp diff --git a/node_modules/@npmcli/fs/lib/cp/polyfill.js b/node_modules/@npmcli/fs/lib/cp/polyfill.js new file mode 100644 index 0000000..f83ccbf --- /dev/null +++ b/node_modules/@npmcli/fs/lib/cp/polyfill.js @@ -0,0 +1,428 @@ +// this file is a modified version of the code in node 17.2.0 +// which is, in turn, a modified version of the fs-extra module on npm +// node core changes: +// - Use of the assert module has been replaced with core's error system. +// - All code related to the glob dependency has been removed. +// - Bring your own custom fs module is not currently supported. +// - Some basic code cleanup. +// changes here: +// - remove all callback related code +// - drop sync support +// - change assertions back to non-internal methods (see options.js) +// - throws ENOTDIR when rmdir gets an ENOENT for a path that exists in Windows +'use strict' + +const { + ERR_FS_CP_DIR_TO_NON_DIR, + ERR_FS_CP_EEXIST, + ERR_FS_CP_EINVAL, + ERR_FS_CP_FIFO_PIPE, + ERR_FS_CP_NON_DIR_TO_DIR, + ERR_FS_CP_SOCKET, + ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY, + ERR_FS_CP_UNKNOWN, + ERR_FS_EISDIR, + ERR_INVALID_ARG_TYPE, +} = require('../errors.js') +const { + constants: { + errno: { + EEXIST, + EISDIR, + EINVAL, + ENOTDIR, + }, + }, +} = require('os') +const { + chmod, + copyFile, + lstat, + mkdir, + readdir, + readlink, + stat, + symlink, + unlink, + utimes, +} = require('../fs.js') +const { + dirname, + isAbsolute, + join, + parse, + resolve, + sep, + toNamespacedPath, +} = require('path') +const { fileURLToPath } = require('url') + +const defaultOptions = { + dereference: false, + errorOnExist: false, + filter: undefined, + force: true, + preserveTimestamps: false, + recursive: false, +} + +async function cp (src, dest, opts) { + if (opts != null && typeof opts !== 'object') { + throw new ERR_INVALID_ARG_TYPE('options', ['Object'], opts) + } + return cpFn( + toNamespacedPath(getValidatedPath(src)), + toNamespacedPath(getValidatedPath(dest)), + { ...defaultOptions, ...opts }) +} + +function getValidatedPath (fileURLOrPath) { + const path = fileURLOrPath != null && fileURLOrPath.href + && fileURLOrPath.origin + ? fileURLToPath(fileURLOrPath) + : fileURLOrPath + return path +} + +async function cpFn (src, dest, opts) { + // Warn about using preserveTimestamps on 32-bit node + // istanbul ignore next + if (opts.preserveTimestamps && process.arch === 'ia32') { + const warning = 'Using the preserveTimestamps option in 32-bit ' + + 'node is not recommended' + process.emitWarning(warning, 'TimestampPrecisionWarning') + } + const stats = await checkPaths(src, dest, opts) + const { srcStat, destStat } = stats + await checkParentPaths(src, srcStat, dest) + if (opts.filter) { + return handleFilter(checkParentDir, destStat, src, dest, opts) + } + return checkParentDir(destStat, src, dest, opts) +} + +async function checkPaths (src, dest, opts) { + const { 0: srcStat, 1: destStat } = await getStats(src, dest, opts) + if (destStat) { + if (areIdentical(srcStat, destStat)) { + throw new ERR_FS_CP_EINVAL({ + message: 'src and dest cannot be the same', + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + if (srcStat.isDirectory() && !destStat.isDirectory()) { + throw new ERR_FS_CP_DIR_TO_NON_DIR({ + message: `cannot overwrite directory ${src} ` + + `with non-directory ${dest}`, + path: dest, + syscall: 'cp', + errno: EISDIR, + }) + } + if (!srcStat.isDirectory() && destStat.isDirectory()) { + throw new ERR_FS_CP_NON_DIR_TO_DIR({ + message: `cannot overwrite non-directory ${src} ` + + `with directory ${dest}`, + path: dest, + syscall: 'cp', + errno: ENOTDIR, + }) + } + } + + if (srcStat.isDirectory() && isSrcSubdir(src, dest)) { + throw new ERR_FS_CP_EINVAL({ + message: `cannot copy ${src} to a subdirectory of self ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + return { srcStat, destStat } +} + +function areIdentical (srcStat, destStat) { + return destStat.ino && destStat.dev && destStat.ino === srcStat.ino && + destStat.dev === srcStat.dev +} + +function getStats (src, dest, opts) { + const statFunc = opts.dereference ? + (file) => stat(file, { bigint: true }) : + (file) => lstat(file, { bigint: true }) + return Promise.all([ + statFunc(src), + statFunc(dest).catch((err) => { + // istanbul ignore next: unsure how to cover. + if (err.code === 'ENOENT') { + return null + } + // istanbul ignore next: unsure how to cover. + throw err + }), + ]) +} + +async function checkParentDir (destStat, src, dest, opts) { + const destParent = dirname(dest) + const dirExists = await pathExists(destParent) + if (dirExists) { + return getStatsForCopy(destStat, src, dest, opts) + } + await mkdir(destParent, { recursive: true }) + return getStatsForCopy(destStat, src, dest, opts) +} + +function pathExists (dest) { + return stat(dest).then( + () => true, + // istanbul ignore next: not sure when this would occur + (err) => (err.code === 'ENOENT' ? false : Promise.reject(err))) +} + +// Recursively check if dest parent is a subdirectory of src. +// It works for all file types including symlinks since it +// checks the src and dest inodes. It starts from the deepest +// parent and stops once it reaches the src parent or the root path. +async function checkParentPaths (src, srcStat, dest) { + const srcParent = resolve(dirname(src)) + const destParent = resolve(dirname(dest)) + if (destParent === srcParent || destParent === parse(destParent).root) { + return + } + let destStat + try { + destStat = await stat(destParent, { bigint: true }) + } catch (err) { + // istanbul ignore else: not sure when this would occur + if (err.code === 'ENOENT') { + return + } + // istanbul ignore next: not sure when this would occur + throw err + } + if (areIdentical(srcStat, destStat)) { + throw new ERR_FS_CP_EINVAL({ + message: `cannot copy ${src} to a subdirectory of self ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + return checkParentPaths(src, srcStat, destParent) +} + +const normalizePathToArray = (path) => + resolve(path).split(sep).filter(Boolean) + +// Return true if dest is a subdir of src, otherwise false. +// It only checks the path strings. +function isSrcSubdir (src, dest) { + const srcArr = normalizePathToArray(src) + const destArr = normalizePathToArray(dest) + return srcArr.every((cur, i) => destArr[i] === cur) +} + +async function handleFilter (onInclude, destStat, src, dest, opts, cb) { + const include = await opts.filter(src, dest) + if (include) { + return onInclude(destStat, src, dest, opts, cb) + } +} + +function startCopy (destStat, src, dest, opts) { + if (opts.filter) { + return handleFilter(getStatsForCopy, destStat, src, dest, opts) + } + return getStatsForCopy(destStat, src, dest, opts) +} + +async function getStatsForCopy (destStat, src, dest, opts) { + const statFn = opts.dereference ? stat : lstat + const srcStat = await statFn(src) + // istanbul ignore else: can't portably test FIFO + if (srcStat.isDirectory() && opts.recursive) { + return onDir(srcStat, destStat, src, dest, opts) + } else if (srcStat.isDirectory()) { + throw new ERR_FS_EISDIR({ + message: `${src} is a directory (not copied)`, + path: src, + syscall: 'cp', + errno: EINVAL, + }) + } else if (srcStat.isFile() || + srcStat.isCharacterDevice() || + srcStat.isBlockDevice()) { + return onFile(srcStat, destStat, src, dest, opts) + } else if (srcStat.isSymbolicLink()) { + return onLink(destStat, src, dest) + } else if (srcStat.isSocket()) { + throw new ERR_FS_CP_SOCKET({ + message: `cannot copy a socket file: ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } else if (srcStat.isFIFO()) { + throw new ERR_FS_CP_FIFO_PIPE({ + message: `cannot copy a FIFO pipe: ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + // istanbul ignore next: should be unreachable + throw new ERR_FS_CP_UNKNOWN({ + message: `cannot copy an unknown file type: ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) +} + +function onFile (srcStat, destStat, src, dest, opts) { + if (!destStat) { + return _copyFile(srcStat, src, dest, opts) + } + return mayCopyFile(srcStat, src, dest, opts) +} + +async function mayCopyFile (srcStat, src, dest, opts) { + if (opts.force) { + await unlink(dest) + return _copyFile(srcStat, src, dest, opts) + } else if (opts.errorOnExist) { + throw new ERR_FS_CP_EEXIST({ + message: `${dest} already exists`, + path: dest, + syscall: 'cp', + errno: EEXIST, + }) + } +} + +async function _copyFile (srcStat, src, dest, opts) { + await copyFile(src, dest) + if (opts.preserveTimestamps) { + return handleTimestampsAndMode(srcStat.mode, src, dest) + } + return setDestMode(dest, srcStat.mode) +} + +async function handleTimestampsAndMode (srcMode, src, dest) { + // Make sure the file is writable before setting the timestamp + // otherwise open fails with EPERM when invoked with 'r+' + // (through utimes call) + if (fileIsNotWritable(srcMode)) { + await makeFileWritable(dest, srcMode) + return setDestTimestampsAndMode(srcMode, src, dest) + } + return setDestTimestampsAndMode(srcMode, src, dest) +} + +function fileIsNotWritable (srcMode) { + return (srcMode & 0o200) === 0 +} + +function makeFileWritable (dest, srcMode) { + return setDestMode(dest, srcMode | 0o200) +} + +async function setDestTimestampsAndMode (srcMode, src, dest) { + await setDestTimestamps(src, dest) + return setDestMode(dest, srcMode) +} + +function setDestMode (dest, srcMode) { + return chmod(dest, srcMode) +} + +async function setDestTimestamps (src, dest) { + // The initial srcStat.atime cannot be trusted + // because it is modified by the read(2) system call + // (See https://nodejs.org/api/fs.html#fs_stat_time_values) + const updatedSrcStat = await stat(src) + return utimes(dest, updatedSrcStat.atime, updatedSrcStat.mtime) +} + +function onDir (srcStat, destStat, src, dest, opts) { + if (!destStat) { + return mkDirAndCopy(srcStat.mode, src, dest, opts) + } + return copyDir(src, dest, opts) +} + +async function mkDirAndCopy (srcMode, src, dest, opts) { + await mkdir(dest) + await copyDir(src, dest, opts) + return setDestMode(dest, srcMode) +} + +async function copyDir (src, dest, opts) { + const dir = await readdir(src) + for (let i = 0; i < dir.length; i++) { + const item = dir[i] + const srcItem = join(src, item) + const destItem = join(dest, item) + const { destStat } = await checkPaths(srcItem, destItem, opts) + await startCopy(destStat, srcItem, destItem, opts) + } +} + +async function onLink (destStat, src, dest) { + let resolvedSrc = await readlink(src) + if (!isAbsolute(resolvedSrc)) { + resolvedSrc = resolve(dirname(src), resolvedSrc) + } + if (!destStat) { + return symlink(resolvedSrc, dest) + } + let resolvedDest + try { + resolvedDest = await readlink(dest) + } catch (err) { + // Dest exists and is a regular file or directory, + // Windows may throw UNKNOWN error. If dest already exists, + // fs throws error anyway, so no need to guard against it here. + // istanbul ignore next: can only test on windows + if (err.code === 'EINVAL' || err.code === 'UNKNOWN') { + return symlink(resolvedSrc, dest) + } + // istanbul ignore next: should not be possible + throw err + } + if (!isAbsolute(resolvedDest)) { + resolvedDest = resolve(dirname(dest), resolvedDest) + } + if (isSrcSubdir(resolvedSrc, resolvedDest)) { + throw new ERR_FS_CP_EINVAL({ + message: `cannot copy ${resolvedSrc} to a subdirectory of self ` + + `${resolvedDest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + // Do not copy if src is a subdir of dest since unlinking + // dest in this case would result in removing src contents + // and therefore a broken symlink would be created. + const srcStat = await stat(src) + if (srcStat.isDirectory() && isSrcSubdir(resolvedDest, resolvedSrc)) { + throw new ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY({ + message: `cannot overwrite ${resolvedDest} with ${resolvedSrc}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + return copyLink(resolvedSrc, dest) +} + +async function copyLink (resolvedSrc, dest) { + await unlink(dest) + return symlink(resolvedSrc, dest) +} + +module.exports = cp diff --git a/node_modules/@npmcli/fs/lib/errors.js b/node_modules/@npmcli/fs/lib/errors.js new file mode 100644 index 0000000..1cd1e05 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/errors.js @@ -0,0 +1,129 @@ +'use strict' +const { inspect } = require('util') + +// adapted from node's internal/errors +// https://github.com/nodejs/node/blob/c8a04049/lib/internal/errors.js + +// close copy of node's internal SystemError class. +class SystemError { + constructor (code, prefix, context) { + // XXX context.code is undefined in all constructors used in cp/polyfill + // that may be a bug copied from node, maybe the constructor should use + // `code` not `errno`? nodejs/node#41104 + let message = `${prefix}: ${context.syscall} returned ` + + `${context.code} (${context.message})` + + if (context.path !== undefined) { + message += ` ${context.path}` + } + if (context.dest !== undefined) { + message += ` => ${context.dest}` + } + + this.code = code + Object.defineProperties(this, { + name: { + value: 'SystemError', + enumerable: false, + writable: true, + configurable: true, + }, + message: { + value: message, + enumerable: false, + writable: true, + configurable: true, + }, + info: { + value: context, + enumerable: true, + configurable: true, + writable: false, + }, + errno: { + get () { + return context.errno + }, + set (value) { + context.errno = value + }, + enumerable: true, + configurable: true, + }, + syscall: { + get () { + return context.syscall + }, + set (value) { + context.syscall = value + }, + enumerable: true, + configurable: true, + }, + }) + + if (context.path !== undefined) { + Object.defineProperty(this, 'path', { + get () { + return context.path + }, + set (value) { + context.path = value + }, + enumerable: true, + configurable: true, + }) + } + + if (context.dest !== undefined) { + Object.defineProperty(this, 'dest', { + get () { + return context.dest + }, + set (value) { + context.dest = value + }, + enumerable: true, + configurable: true, + }) + } + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } + + [Symbol.for('nodejs.util.inspect.custom')] (_recurseTimes, ctx) { + return inspect(this, { + ...ctx, + getters: true, + customInspect: false, + }) + } +} + +function E (code, message) { + module.exports[code] = class NodeError extends SystemError { + constructor (ctx) { + super(code, message, ctx) + } + } +} + +E('ERR_FS_CP_DIR_TO_NON_DIR', 'Cannot overwrite directory with non-directory') +E('ERR_FS_CP_EEXIST', 'Target already exists') +E('ERR_FS_CP_EINVAL', 'Invalid src or dest') +E('ERR_FS_CP_FIFO_PIPE', 'Cannot copy a FIFO pipe') +E('ERR_FS_CP_NON_DIR_TO_DIR', 'Cannot overwrite non-directory with directory') +E('ERR_FS_CP_SOCKET', 'Cannot copy a socket file') +E('ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY', 'Cannot overwrite symlink in subdirectory of self') +E('ERR_FS_CP_UNKNOWN', 'Cannot copy an unknown file type') +E('ERR_FS_EISDIR', 'Path is a directory') + +module.exports.ERR_INVALID_ARG_TYPE = class ERR_INVALID_ARG_TYPE extends Error { + constructor (name, expected, actual) { + super() + this.code = 'ERR_INVALID_ARG_TYPE' + this.message = `The ${name} argument must be ${expected}. Received ${typeof actual}` + } +} diff --git a/node_modules/@npmcli/fs/lib/fs.js b/node_modules/@npmcli/fs/lib/fs.js new file mode 100644 index 0000000..29e5fb5 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/fs.js @@ -0,0 +1,8 @@ +const fs = require('fs') +const promisify = require('@gar/promisify') + +// this module returns the core fs module wrapped in a proxy that promisifies +// method calls within the getter. we keep it in a separate module so that the +// overridden methods have a consistent way to get to promisified fs methods +// without creating a circular dependency +module.exports = promisify(fs) diff --git a/node_modules/@npmcli/fs/lib/index.js b/node_modules/@npmcli/fs/lib/index.js new file mode 100644 index 0000000..e40d748 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/index.js @@ -0,0 +1,10 @@ +module.exports = { + ...require('./fs.js'), + copyFile: require('./copy-file.js'), + cp: require('./cp/index.js'), + mkdir: require('./mkdir/index.js'), + mkdtemp: require('./mkdtemp.js'), + rm: require('./rm/index.js'), + withTempDir: require('./with-temp-dir.js'), + writeFile: require('./write-file.js'), +} diff --git a/node_modules/@npmcli/fs/lib/mkdir/index.js b/node_modules/@npmcli/fs/lib/mkdir/index.js new file mode 100644 index 0000000..04ff447 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/mkdir/index.js @@ -0,0 +1,32 @@ +const fs = require('../fs.js') +const getOptions = require('../common/get-options.js') +const node = require('../common/node.js') +const owner = require('../common/owner.js') + +const polyfill = require('./polyfill.js') + +// node 10.12.0 added the options parameter, which allows recursive and mode +// properties to be passed +const useNative = node.satisfies('>=10.12.0') + +// extends mkdir with the ability to specify an owner of the new dir +const mkdir = async (path, opts) => { + const options = getOptions(opts, { + copy: ['mode', 'recursive', 'owner'], + wrap: 'mode', + }) + const { uid, gid } = await owner.validate(path, options.owner) + + // the polyfill is tested separately from this module, no need to hack + // process.version to try to trigger it just for coverage + // istanbul ignore next + const result = useNative + ? await fs.mkdir(path, options) + : await polyfill(path, options) + + await owner.update(path, uid, gid) + + return result +} + +module.exports = mkdir diff --git a/node_modules/@npmcli/fs/lib/mkdir/polyfill.js b/node_modules/@npmcli/fs/lib/mkdir/polyfill.js new file mode 100644 index 0000000..4f8e6f0 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/mkdir/polyfill.js @@ -0,0 +1,81 @@ +const { dirname } = require('path') + +const fileURLToPath = require('../common/file-url-to-path/index.js') +const fs = require('../fs.js') + +const defaultOptions = { + mode: 0o777, + recursive: false, +} + +const mkdir = async (path, opts) => { + const options = { ...defaultOptions, ...opts } + + // if we're not in recursive mode, just call the real mkdir with the path and + // the mode option only + if (!options.recursive) { + return fs.mkdir(path, options.mode) + } + + const makeDirectory = async (dir, mode) => { + // we can't use dirname directly since these functions support URL + // objects with the file: protocol as the path input, so first we get a + // string path, then we can call dirname on that + const parent = dir != null && dir.href && dir.origin + ? dirname(fileURLToPath(dir)) + : dirname(dir) + + // if the parent is the dir itself, try to create it. anything but EISDIR + // should be rethrown + if (parent === dir) { + try { + await fs.mkdir(dir, opts) + } catch (err) { + if (err.code !== 'EISDIR') { + throw err + } + } + return undefined + } + + try { + await fs.mkdir(dir, mode) + return dir + } catch (err) { + // ENOENT means the parent wasn't there, so create that + if (err.code === 'ENOENT') { + const made = await makeDirectory(parent, mode) + await makeDirectory(dir, mode) + // return the shallowest path we created, i.e. the result of creating + // the parent + return made + } + + // an EEXIST means there's already something there + // an EROFS means we have a read-only filesystem and can't create a dir + // any other error is fatal and we should give up now + if (err.code !== 'EEXIST' && err.code !== 'EROFS') { + throw err + } + + // stat the directory, if the result is a directory, then we successfully + // created this one so return its path. otherwise, we reject with the + // original error by ignoring the error in the catch + try { + const stat = await fs.stat(dir) + if (stat.isDirectory()) { + // if it already existed, we didn't create anything so return + // undefined + return undefined + } + } catch (_) {} + + // if the thing that's there isn't a directory, then just re-throw + throw err + } + } + + return makeDirectory(path, options.mode) +} + +module.exports = mkdir diff --git a/node_modules/@npmcli/fs/lib/mkdtemp.js b/node_modules/@npmcli/fs/lib/mkdtemp.js new file mode 100644 index 0000000..b7f0780 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/mkdtemp.js @@ -0,0 +1,28 @@ +const { dirname, sep } = require('path') + +const fs = require('./fs.js') +const getOptions = require('./common/get-options.js') +const owner = require('./common/owner.js') + +const mkdtemp = async (prefix, opts) => { + const options = getOptions(opts, { + copy: ['encoding', 'owner'], + wrap: 'encoding', + }) + + // mkdtemp relies on the trailing path separator to indicate if it should + // create a directory inside of the prefix. if that's the case then the root + // we infer ownership from is the prefix itself, otherwise it's the dirname + // /tmp -> /tmpABCDEF, infers from / + // /tmp/ -> /tmp/ABCDEF, infers from /tmp + const root = prefix.endsWith(sep) ? prefix : dirname(prefix) + const { uid, gid } = await owner.validate(root, options.owner) + + const result = await fs.mkdtemp(prefix, options) + + await owner.update(result, uid, gid) + + return result +} + +module.exports = mkdtemp diff --git a/node_modules/@npmcli/fs/lib/rm/index.js b/node_modules/@npmcli/fs/lib/rm/index.js new file mode 100644 index 0000000..cb81fbd --- /dev/null +++ b/node_modules/@npmcli/fs/lib/rm/index.js @@ -0,0 +1,22 @@ +const fs = require('../fs.js') +const getOptions = require('../common/get-options.js') +const node = require('../common/node.js') +const polyfill = require('./polyfill.js') + +// node 14.14.0 added fs.rm, which allows both the force and recursive options +const useNative = node.satisfies('>=14.14.0') + +const rm = async (path, opts) => { + const options = getOptions(opts, { + copy: ['retryDelay', 'maxRetries', 'recursive', 'force'], + }) + + // the polyfill is tested separately from this module, no need to hack + // process.version to try to trigger it just for coverage + // istanbul ignore next + return useNative + ? fs.rm(path, options) + : polyfill(path, options) +} + +module.exports = rm diff --git a/node_modules/@npmcli/fs/lib/rm/polyfill.js b/node_modules/@npmcli/fs/lib/rm/polyfill.js new file mode 100644 index 0000000..a25c174 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/rm/polyfill.js @@ -0,0 +1,239 @@ +// this file is a modified version of the code in node core >=14.14.0 +// which is, in turn, a modified version of the rimraf module on npm +// node core changes: +// - Use of the assert module has been replaced with core's error system. +// - All code related to the glob dependency has been removed. +// - Bring your own custom fs module is not currently supported. +// - Some basic code cleanup. +// changes here: +// - remove all callback related code +// - drop sync support +// - change assertions back to non-internal methods (see options.js) +// - throws ENOTDIR when rmdir gets an ENOENT for a path that exists in Windows +const errnos = require('os').constants.errno +const { join } = require('path') +const fs = require('../fs.js') + +// error codes that mean we need to remove contents +const notEmptyCodes = new Set([ + 'ENOTEMPTY', + 'EEXIST', + 'EPERM', +]) + +// error codes we can retry later +const retryCodes = new Set([ + 'EBUSY', + 'EMFILE', + 'ENFILE', + 'ENOTEMPTY', + 'EPERM', +]) + +const isWindows = process.platform === 'win32' + +const defaultOptions = { + retryDelay: 100, + maxRetries: 0, + recursive: false, + force: false, +} + +// this is drastically simplified, but should be roughly equivalent to what +// node core throws +class ERR_FS_EISDIR extends Error { + constructor (path) { + super() + this.info = { + code: 'EISDIR', + message: 'is a directory', + path, + syscall: 'rm', + errno: errnos.EISDIR, + } + this.name = 'SystemError' + this.code = 'ERR_FS_EISDIR' + this.errno = errnos.EISDIR + this.syscall = 'rm' + this.path = path + this.message = `Path is a directory: ${this.syscall} returned ` + + `${this.info.code} (is a directory) ${path}` + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +class ENOTDIR extends Error { + constructor (path) { + super() + this.name = 'Error' + this.code = 'ENOTDIR' + this.errno = errnos.ENOTDIR + this.syscall = 'rmdir' + this.path = path + this.message = `not a directory, ${this.syscall} '${this.path}'` + } + + toString () { + return `${this.name}: ${this.code}: ${this.message}` + } +} + +// force is passed separately here because we respect it for the first entry +// into rimraf only, any further calls that are spawned as a result (i.e. to +// delete content within the target) will ignore ENOENT errors +const rimraf = async (path, options, isTop = false) => { + const force = isTop ? options.force : true + const stat = await fs.lstat(path) + .catch((err) => { + // we only ignore ENOENT if we're forcing this call + if (err.code === 'ENOENT' && force) { + return + } + + if (isWindows && err.code === 'EPERM') { + return fixEPERM(path, options, err, isTop) + } + + throw err + }) + + // no stat object here means either lstat threw an ENOENT, or lstat threw + // an EPERM and the fixPERM function took care of things. either way, we're + // already done, so return early + if (!stat) { + return + } + + if (stat.isDirectory()) { + return rmdir(path, options, null, isTop) + } + + return fs.unlink(path) + .catch((err) => { + if (err.code === 'ENOENT' && force) { + return + } + + if (err.code === 'EISDIR') { + return rmdir(path, options, err, isTop) + } + + if (err.code === 'EPERM') { + // in windows, we handle this through fixEPERM which will also try to + // delete things again. everywhere else since deleting the target as a + // file didn't work we go ahead and try to delete it as a directory + return isWindows + ? fixEPERM(path, options, err, isTop) + : rmdir(path, options, err, isTop) + } + + throw err + }) +} + +const fixEPERM = async (path, options, originalErr, isTop) => { + const force = isTop ? options.force : true + const targetMissing = await fs.chmod(path, 0o666) + .catch((err) => { + if (err.code === 'ENOENT' && force) { + return true + } + + throw originalErr + }) + + // got an ENOENT above, return now. no file = no problem + if (targetMissing) { + return + } + + // this function does its own lstat rather than calling rimraf again to avoid + // infinite recursion for a repeating EPERM + const stat = await fs.lstat(path) + .catch((err) => { + if (err.code === 'ENOENT' && force) { + return + } + + throw originalErr + }) + + if (!stat) { + return + } + + if (stat.isDirectory()) { + return rmdir(path, options, originalErr, isTop) + } + + return fs.unlink(path) +} + +const rmdir = async (path, options, originalErr, isTop) => { + if (!options.recursive && isTop) { + throw originalErr || new ERR_FS_EISDIR(path) + } + const force = isTop ? options.force : true + + return fs.rmdir(path) + .catch(async (err) => { + // in Windows, calling rmdir on a file path will fail with ENOENT rather + // than ENOTDIR. to determine if that's what happened, we have to do + // another lstat on the path. if the path isn't actually gone, we throw + // away the ENOENT and replace it with our own ENOTDIR + if (isWindows && err.code === 'ENOENT') { + const stillExists = await fs.lstat(path).then(() => true, () => false) + if (stillExists) { + err = new ENOTDIR(path) + } + } + + // not there, not a problem + if (err.code === 'ENOENT' && force) { + return + } + + // we may not have originalErr if lstat tells us our target is a + // directory but that changes before we actually remove it, so + // only throw it here if it's set + if (originalErr && err.code === 'ENOTDIR') { + throw originalErr + } + + // the directory isn't empty, remove the contents and try again + if (notEmptyCodes.has(err.code)) { + const files = await fs.readdir(path) + await Promise.all(files.map((file) => { + const target = join(path, file) + return rimraf(target, options) + })) + return fs.rmdir(path) + } + + throw err + }) +} + +const rm = async (path, opts) => { + const options = { ...defaultOptions, ...opts } + let retries = 0 + + const errHandler = async (err) => { + if (retryCodes.has(err.code) && ++retries < options.maxRetries) { + const delay = retries * options.retryDelay + await promiseTimeout(delay) + return rimraf(path, options, true).catch(errHandler) + } + + throw err + } + + return rimraf(path, options, true).catch(errHandler) +} + +const promiseTimeout = (ms) => new Promise((r) => setTimeout(r, ms)) + +module.exports = rm diff --git a/node_modules/@npmcli/fs/lib/with-temp-dir.js b/node_modules/@npmcli/fs/lib/with-temp-dir.js new file mode 100644 index 0000000..353d555 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/with-temp-dir.js @@ -0,0 +1,39 @@ +const { join, sep } = require('path') + +const getOptions = require('./common/get-options.js') +const mkdir = require('./mkdir/index.js') +const mkdtemp = require('./mkdtemp.js') +const rm = require('./rm/index.js') + +// create a temp directory, ensure its permissions match its parent, then call +// the supplied function passing it the path to the directory. clean up after +// the function finishes, whether it throws or not +const withTempDir = async (root, fn, opts) => { + const options = getOptions(opts, { + copy: ['tmpPrefix'], + }) + // create the directory, and fix its ownership + await mkdir(root, { recursive: true, owner: 'inherit' }) + + const target = await mkdtemp(join(`${root}${sep}`, options.tmpPrefix || ''), { owner: 'inherit' }) + let err + let result + + try { + result = await fn(target) + } catch (_err) { + err = _err + } + + try { + await rm(target, { force: true, recursive: true }) + } catch (err) {} + + if (err) { + throw err + } + + return result +} + +module.exports = withTempDir diff --git a/node_modules/@npmcli/fs/lib/write-file.js b/node_modules/@npmcli/fs/lib/write-file.js new file mode 100644 index 0000000..01de531 --- /dev/null +++ b/node_modules/@npmcli/fs/lib/write-file.js @@ -0,0 +1,19 @@ +const fs = require('./fs.js') +const getOptions = require('./common/get-options.js') +const owner = require('./common/owner.js') + +const writeFile = async (file, data, opts) => { + const options = getOptions(opts, { + copy: ['encoding', 'mode', 'flag', 'signal', 'owner'], + wrap: 'encoding', + }) + const { uid, gid } = await owner.validate(file, options.owner) + + const result = await fs.writeFile(file, data, options) + + await owner.update(file, uid, gid) + + return result +} + +module.exports = writeFile diff --git a/node_modules/@npmcli/fs/package.json b/node_modules/@npmcli/fs/package.json new file mode 100644 index 0000000..0296aa7 --- /dev/null +++ b/node_modules/@npmcli/fs/package.json @@ -0,0 +1,38 @@ +{ + "name": "@npmcli/fs", + "version": "1.1.1", + "description": "filesystem utilities for the npm cli", + "main": "lib/index.js", + "files": [ + "bin", + "lib" + ], + "scripts": { + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "snap": "tap", + "test": "tap", + "npmclilint": "npmcli-lint", + "lint": "eslint '**/*.js'", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "postsnap": "npm run lintfix --", + "postlint": "npm-template-check" + }, + "keywords": [ + "npm", + "oss" + ], + "author": "GitHub Inc.", + "license": "ISC", + "devDependencies": { + "@npmcli/template-oss": "^2.3.1", + "tap": "^15.0.9" + }, + "dependencies": { + "@gar/promisify": "^1.0.1", + "semver": "^7.3.5" + }, + "templateVersion": "2.3.1" +} diff --git a/node_modules/@npmcli/move-file/LICENSE.md b/node_modules/@npmcli/move-file/LICENSE.md new file mode 100644 index 0000000..072bf20 --- /dev/null +++ b/node_modules/@npmcli/move-file/LICENSE.md @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) npm, Inc. + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. diff --git a/node_modules/@npmcli/move-file/README.md b/node_modules/@npmcli/move-file/README.md new file mode 100644 index 0000000..8a5a57f --- /dev/null +++ b/node_modules/@npmcli/move-file/README.md @@ -0,0 +1,69 @@ +# @npmcli/move-file + +A fork of [move-file](https://github.com/sindresorhus/move-file) with +compatibility with all node 10.x versions. + +> Move a file (or directory) + +The built-in +[`fs.rename()`](https://nodejs.org/api/fs.html#fs_fs_rename_oldpath_newpath_callback) +is just a JavaScript wrapper for the C `rename(2)` function, which doesn't +support moving files across partitions or devices. This module is what you +would have expected `fs.rename()` to be. + +## Highlights + +- Promise API. +- Supports moving a file across partitions and devices. +- Optionally prevent overwriting an existing file. +- Creates non-existent destination directories for you. +- Support for Node versions that lack built-in recursive `fs.mkdir()` +- Automatically recurses when source is a directory. + +## Install + +``` +$ npm install @npmcli/move-file +``` + +## Usage + +```js +const moveFile = require('@npmcli/move-file'); + +(async () => { + await moveFile('source/unicorn.png', 'destination/unicorn.png'); + console.log('The file has been moved'); +})(); +``` + +## API + +### moveFile(source, destination, options?) + +Returns a `Promise` that resolves when the file has been moved. + +### moveFile.sync(source, destination, options?) + +#### source + +Type: `string` + +File, or directory, you want to move. + +#### destination + +Type: `string` + +Where you want the file or directory moved. + +#### options + +Type: `object` + +##### overwrite + +Type: `boolean`\ +Default: `true` + +Overwrite existing destination file(s). diff --git a/node_modules/@npmcli/move-file/index.js b/node_modules/@npmcli/move-file/index.js new file mode 100644 index 0000000..95d1888 --- /dev/null +++ b/node_modules/@npmcli/move-file/index.js @@ -0,0 +1,162 @@ +const { dirname, join, resolve, relative, isAbsolute } = require('path') +const rimraf_ = require('rimraf') +const { promisify } = require('util') +const { + access: access_, + accessSync, + copyFile: copyFile_, + copyFileSync, + unlink: unlink_, + unlinkSync, + readdir: readdir_, + readdirSync, + rename: rename_, + renameSync, + stat: stat_, + statSync, + lstat: lstat_, + lstatSync, + symlink: symlink_, + symlinkSync, + readlink: readlink_, + readlinkSync +} = require('fs') + +const access = promisify(access_) +const copyFile = promisify(copyFile_) +const unlink = promisify(unlink_) +const readdir = promisify(readdir_) +const rename = promisify(rename_) +const stat = promisify(stat_) +const lstat = promisify(lstat_) +const symlink = promisify(symlink_) +const readlink = promisify(readlink_) +const rimraf = promisify(rimraf_) +const rimrafSync = rimraf_.sync + +const mkdirp = require('mkdirp') + +const pathExists = async path => { + try { + await access(path) + return true + } catch (er) { + return er.code !== 'ENOENT' + } +} + +const pathExistsSync = path => { + try { + accessSync(path) + return true + } catch (er) { + return er.code !== 'ENOENT' + } +} + +const moveFile = async (source, destination, options = {}, root = true, symlinks = []) => { + if (!source || !destination) { + throw new TypeError('`source` and `destination` file required') + } + + options = { + overwrite: true, + ...options + } + + if (!options.overwrite && await pathExists(destination)) { + throw new Error(`The destination file exists: ${destination}`) + } + + await mkdirp(dirname(destination)) + + try { + await rename(source, destination) + } catch (error) { + if (error.code === 'EXDEV' || error.code === 'EPERM') { + const sourceStat = await lstat(source) + if (sourceStat.isDirectory()) { + const files = await readdir(source) + await Promise.all(files.map((file) => moveFile(join(source, file), join(destination, file), options, false, symlinks))) + } else if (sourceStat.isSymbolicLink()) { + symlinks.push({ source, destination }) + } else { + await copyFile(source, destination) + } + } else { + throw error + } + } + + if (root) { + await Promise.all(symlinks.map(async ({ source, destination }) => { + let target = await readlink(source) + // junction symlinks in windows will be absolute paths, so we need to make sure they point to the destination + if (isAbsolute(target)) + target = resolve(destination, relative(source, target)) + // try to determine what the actual file is so we can create the correct type of symlink in windows + let targetStat + try { + targetStat = await stat(resolve(dirname(source), target)) + } catch (err) {} + await symlink(target, destination, targetStat && targetStat.isDirectory() ? 'junction' : 'file') + })) + await rimraf(source) + } +} + +const moveFileSync = (source, destination, options = {}, root = true, symlinks = []) => { + if (!source || !destination) { + throw new TypeError('`source` and `destination` file required') + } + + options = { + overwrite: true, + ...options + } + + if (!options.overwrite && pathExistsSync(destination)) { + throw new Error(`The destination file exists: ${destination}`) + } + + mkdirp.sync(dirname(destination)) + + try { + renameSync(source, destination) + } catch (error) { + if (error.code === 'EXDEV' || error.code === 'EPERM') { + const sourceStat = lstatSync(source) + if (sourceStat.isDirectory()) { + const files = readdirSync(source) + for (const file of files) { + moveFileSync(join(source, file), join(destination, file), options, false, symlinks) + } + } else if (sourceStat.isSymbolicLink()) { + symlinks.push({ source, destination }) + } else { + copyFileSync(source, destination) + } + } else { + throw error + } + } + + if (root) { + for (const { source, destination } of symlinks) { + let target = readlinkSync(source) + // junction symlinks in windows will be absolute paths, so we need to make sure they point to the destination + if (isAbsolute(target)) + target = resolve(destination, relative(source, target)) + // try to determine what the actual file is so we can create the correct type of symlink in windows + let targetStat + try { + targetStat = statSync(resolve(dirname(source), target)) + } catch (err) {} + symlinkSync(target, destination, targetStat && targetStat.isDirectory() ? 'junction' : 'file') + } + rimrafSync(source) + } +} + +module.exports = moveFile +module.exports.sync = moveFileSync diff --git a/node_modules/@npmcli/move-file/package.json b/node_modules/@npmcli/move-file/package.json new file mode 100644 index 0000000..0c066db --- /dev/null +++ b/node_modules/@npmcli/move-file/package.json @@ -0,0 +1,34 @@ +{ + "name": "@npmcli/move-file", + "version": "1.1.2", + "files": [ + "index.js" + ], + "description": "move a file (fork of move-file)", + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "devDependencies": { + "require-inject": "^1.4.4", + "tap": "^14.10.7" + }, + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/npm/move-file" + }, + "tap": { + "check-coverage": true + }, + "license": "MIT", + "engines": { + "node": ">=10" + } +} diff --git a/node_modules/@socket.io/cluster-adapter/LICENSE b/node_modules/@socket.io/cluster-adapter/LICENSE new file mode 100644 index 0000000..afc17bc --- /dev/null +++ b/node_modules/@socket.io/cluster-adapter/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2021 Damien Arrachequesne (@darrachequesne) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/@socket.io/cluster-adapter/README.md b/node_modules/@socket.io/cluster-adapter/README.md new file mode 100644 index 0000000..0f66edb --- /dev/null +++ b/node_modules/@socket.io/cluster-adapter/README.md @@ -0,0 +1,100 @@ +# Socket.IO cluster adapter + +The `@socket.io/cluster-adapter` package allows broadcasting packets between multiple Socket.IO servers. + +![Adapter diagram](./assets/adapter.png) + +It can be used in conjunction with [`@socket.io/sticky`](https://github.com/socketio/socket.io-sticky) to broadcast packets between the workers of the same Node.js [cluster](https://nodejs.org/api/cluster.html). + +Supported features: + +- [broadcasting](https://socket.io/docs/v4/broadcasting-events/) +- [utility methods](https://socket.io/docs/v4/server-instance/#Utility-methods) + - [`socketsJoin`](https://socket.io/docs/v4/server-instance/#socketsJoin) + - [`socketsLeave`](https://socket.io/docs/v4/server-instance/#socketsLeave) + - [`disconnectSockets`](https://socket.io/docs/v4/server-instance/#disconnectSockets) + - [`fetchSockets`](https://socket.io/docs/v4/server-instance/#fetchSockets) + - [`serverSideEmit`](https://socket.io/docs/v4/server-instance/#serverSideEmit) + +Related packages: + +- Postgres adapter: https://github.com/socketio/socket.io-postgres-adapter/ +- Redis adapter: https://github.com/socketio/socket.io-redis-adapter/ +- MongoDB adapter: https://github.com/socketio/socket.io-mongo-adapter/ + +**Table of contents** + +- [Installation](#installation) +- [Usage](#usage) +- [License](#license) + +## Installation + +``` +npm install @socket.io/cluster-adapter +``` + +## Usage + +```js +const cluster = require("cluster"); +const http = require("http"); +const { Server } = require("socket.io"); +const numCPUs = require("os").cpus().length; +const { setupMaster, setupWorker } = require("@socket.io/sticky"); +const { createAdapter, setupPrimary } = require("@socket.io/cluster-adapter"); + +if (cluster.isMaster) { + console.log(`Master ${process.pid} is running`); + + const httpServer = http.createServer(); + + // setup sticky sessions + setupMaster(httpServer, { + loadBalancingMethod: "least-connection", + }); + + // setup connections between the workers + setupPrimary(); + + // needed for packets containing buffers (you can ignore it if you only send plaintext objects) + // Node.js < 16.0.0 + cluster.setupMaster({ + serialization: "advanced", + }); + // Node.js > 16.0.0 + // cluster.setupPrimary({ + // serialization: "advanced", + // }); + + httpServer.listen(3000); + + for (let i = 0; i < numCPUs; i++) { + cluster.fork(); + } + + cluster.on("exit", (worker) => { + console.log(`Worker ${worker.process.pid} died`); + cluster.fork(); + }); +} else { + console.log(`Worker ${process.pid} started`); + + const httpServer = http.createServer(); + const io = new Server(httpServer); + + // use the cluster adapter + io.adapter(createAdapter()); + + // setup connection with the primary process + setupWorker(io); + + io.on("connection", (socket) => { + /* ... */ + }); +} +``` + +## License + +[MIT](LICENSE) diff --git a/node_modules/@socket.io/cluster-adapter/dist/index.d.ts b/node_modules/@socket.io/cluster-adapter/dist/index.d.ts new file mode 100644 index 0000000..a63ade9 --- /dev/null +++ b/node_modules/@socket.io/cluster-adapter/dist/index.d.ts @@ -0,0 +1,52 @@ +import { Adapter, BroadcastOptions, Room } from "socket.io-adapter"; +export interface ClusterAdapterOptions { + /** + * after this timeout the adapter will stop waiting from responses to request + * @default 5000 + */ + requestsTimeout: number; +} +/** + * Returns a function that will create a ClusterAdapter instance. + * + * @param opts - additional options + * + * @public + */ +export declare function createAdapter(opts?: Partial): (nsp: any) => ClusterAdapter; +export declare class ClusterAdapter extends Adapter { + requestsTimeout: number; + private workerIds; + private requests; + private ackRequests; + /** + * Adapter constructor. + * + * @param nsp - the namespace + * @param opts - additional options + * + * @public + */ + constructor(nsp: any, opts?: Partial); + onMessage(message: any): Promise; + private publish; + /** + * Transform ES6 Set into plain arrays. + * + * Note: we manually serialize ES6 Sets so that using `serialization: "advanced"` is not needed when using plaintext + * packets (reference: https://nodejs.org/api/child_process.html#child_process_advanced_serialization) + */ + private static serializeOptions; + private static deserializeOptions; + broadcast(packet: any, opts: BroadcastOptions): void; + broadcastWithAck(packet: any, opts: BroadcastOptions, clientCountCallback: (clientCount: number) => void, ack: (...args: any[]) => void): void; + serverCount(): Promise; + addSockets(opts: BroadcastOptions, rooms: Room[]): void; + delSockets(opts: BroadcastOptions, rooms: Room[]): void; + disconnectSockets(opts: BroadcastOptions, close: boolean): void; + private getExpectedResponseCount; + fetchSockets(opts: BroadcastOptions): Promise; + serverSideEmit(packet: any[]): void; + private serverSideEmitWithAck; +} +export declare function setupPrimary(): void; diff --git a/node_modules/@socket.io/cluster-adapter/dist/index.js b/node_modules/@socket.io/cluster-adapter/dist/index.js new file mode 100644 index 0000000..8d6d7db --- /dev/null +++ b/node_modules/@socket.io/cluster-adapter/dist/index.js @@ -0,0 +1,470 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.setupPrimary = exports.ClusterAdapter = exports.createAdapter = void 0; +const cluster = require("cluster"); +const socket_io_adapter_1 = require("socket.io-adapter"); +const crypto_1 = require("crypto"); +const randomId = () => crypto_1.randomBytes(8).toString("hex"); +const debug = require("debug")("socket.io-cluster-adapter"); +const MESSAGE_SOURCE = "_sio_adapter"; +const hasOwnProperty = Object.prototype.hasOwnProperty; +/** + * Event types, for messages between nodes + */ +var EventType; +(function (EventType) { + EventType[EventType["WORKER_INIT"] = 1] = "WORKER_INIT"; + EventType[EventType["WORKER_PING"] = 2] = "WORKER_PING"; + EventType[EventType["WORKER_EXIT"] = 3] = "WORKER_EXIT"; + EventType[EventType["BROADCAST"] = 4] = "BROADCAST"; + EventType[EventType["SOCKETS_JOIN"] = 5] = "SOCKETS_JOIN"; + EventType[EventType["SOCKETS_LEAVE"] = 6] = "SOCKETS_LEAVE"; + EventType[EventType["DISCONNECT_SOCKETS"] = 7] = "DISCONNECT_SOCKETS"; + EventType[EventType["FETCH_SOCKETS"] = 8] = "FETCH_SOCKETS"; + EventType[EventType["FETCH_SOCKETS_RESPONSE"] = 9] = "FETCH_SOCKETS_RESPONSE"; + EventType[EventType["SERVER_SIDE_EMIT"] = 10] = "SERVER_SIDE_EMIT"; + EventType[EventType["SERVER_SIDE_EMIT_RESPONSE"] = 11] = "SERVER_SIDE_EMIT_RESPONSE"; + EventType[EventType["BROADCAST_CLIENT_COUNT"] = 12] = "BROADCAST_CLIENT_COUNT"; + EventType[EventType["BROADCAST_ACK"] = 13] = "BROADCAST_ACK"; +})(EventType || (EventType = {})); +function ignoreError() { } +/** + * Returns a function that will create a ClusterAdapter instance. + * + * @param opts - additional options + * + * @public + */ +function createAdapter(opts = {}) { + return function (nsp) { + return new ClusterAdapter(nsp, opts); + }; +} +exports.createAdapter = createAdapter; +class ClusterAdapter extends socket_io_adapter_1.Adapter { + /** + * Adapter constructor. + * + * @param nsp - the namespace + * @param opts - additional options + * + * @public + */ + constructor(nsp, opts = {}) { + super(nsp); + this.workerIds = new Set(); + this.requests = new Map(); + this.ackRequests = new Map(); + this.requestsTimeout = opts.requestsTimeout || 5000; + this.publish({ + type: EventType.WORKER_INIT, + data: cluster.worker.id, + }); + process.on("message", this.onMessage.bind(this)); + } + async onMessage(message) { + const isValidSource = (message === null || message === void 0 ? void 0 : message.source) === MESSAGE_SOURCE; + if (!isValidSource) { + return; + } + if (message.type === EventType.WORKER_EXIT) { + this.workerIds.delete(message.data); + debug("workers count is now %d", this.workerIds.size); + return; + } + if (message.nsp !== this.nsp.name) { + debug("ignore other namespace"); + return; + } + switch (message.type) { + case EventType.WORKER_INIT: + this.workerIds.add(message.data); + debug("workers count is now %d", this.workerIds.size); + this.publish({ + type: EventType.WORKER_PING, + data: cluster.worker.id, + }); + break; + case EventType.WORKER_PING: + this.workerIds.add(message.data); + debug("workers count is now %d", this.workerIds.size); + break; + case EventType.BROADCAST: { + debug("broadcast with opts %j", message.data.opts); + const withAck = message.data.requestId !== undefined; + if (withAck) { + super.broadcastWithAck(message.data.packet, ClusterAdapter.deserializeOptions(message.data.opts), (clientCount) => { + debug("waiting for %d client acknowledgements", clientCount); + this.publish({ + type: EventType.BROADCAST_CLIENT_COUNT, + data: { + requestId: message.data.requestId, + clientCount, + }, + }); + }, (arg) => { + debug("received acknowledgement with value %j", arg); + this.publish({ + type: EventType.BROADCAST_ACK, + data: { + requestId: message.data.requestId, + packet: arg, + }, + }); + }); + } + else { + super.broadcast(message.data.packet, ClusterAdapter.deserializeOptions(message.data.opts)); + } + break; + } + case EventType.BROADCAST_CLIENT_COUNT: { + const request = this.ackRequests.get(message.data.requestId); + request === null || request === void 0 ? void 0 : request.clientCountCallback(message.data.clientCount); + break; + } + case EventType.BROADCAST_ACK: { + const request = this.ackRequests.get(message.data.requestId); + request === null || request === void 0 ? void 0 : request.ack(message.data.packet); + break; + } + case EventType.SOCKETS_JOIN: { + debug("calling addSockets with opts %j", message.data.opts); + super.addSockets(ClusterAdapter.deserializeOptions(message.data.opts), message.data.rooms); + break; + } + case EventType.SOCKETS_LEAVE: { + debug("calling delSockets with opts %j", message.data.opts); + super.delSockets(ClusterAdapter.deserializeOptions(message.data.opts), message.data.rooms); + break; + } + case EventType.DISCONNECT_SOCKETS: { + debug("calling disconnectSockets with opts %j", message.data.opts); + super.disconnectSockets(ClusterAdapter.deserializeOptions(message.data.opts), message.data.close); + break; + } + case EventType.FETCH_SOCKETS: { + debug("calling fetchSockets with opts %j", message.data.opts); + const localSockets = await super.fetchSockets(ClusterAdapter.deserializeOptions(message.data.opts)); + this.publish({ + type: EventType.FETCH_SOCKETS_RESPONSE, + data: { + requestId: message.data.requestId, + workerId: message.data.workerId, + sockets: localSockets.map((socket) => ({ + id: socket.id, + handshake: socket.handshake, + rooms: [...socket.rooms], + data: socket.data, + })), + }, + }); + break; + } + case EventType.FETCH_SOCKETS_RESPONSE: { + const request = this.requests.get(message.data.requestId); + if (!request) { + return; + } + request.current++; + message.data.sockets.forEach((socket) => request.responses.push(socket)); + if (request.current === request.expected) { + clearTimeout(request.timeout); + request.resolve(request.responses); + this.requests.delete(message.data.requestId); + } + break; + } + case EventType.SERVER_SIDE_EMIT: { + const packet = message.data.packet; + const withAck = message.data.requestId !== undefined; + if (!withAck) { + this.nsp._onServerSideEmit(packet); + return; + } + let called = false; + const callback = (arg) => { + // only one argument is expected + if (called) { + return; + } + called = true; + debug("calling acknowledgement with %j", arg); + this.publish({ + type: EventType.SERVER_SIDE_EMIT_RESPONSE, + data: { + requestId: message.data.requestId, + workerId: message.data.workerId, + packet: arg, + }, + }); + }; + packet.push(callback); + this.nsp._onServerSideEmit(packet); + break; + } + case EventType.SERVER_SIDE_EMIT_RESPONSE: { + const request = this.requests.get(message.data.requestId); + if (!request) { + return; + } + request.current++; + request.responses.push(message.data.packet); + if (request.current === request.expected) { + clearTimeout(request.timeout); + request.resolve(null, request.responses); + this.requests.delete(message.data.requestId); + } + } + } + } + async publish(message) { + // to be able to ignore unrelated messages on the cluster message bus + message.source = MESSAGE_SOURCE; + // to be able to ignore messages from other namespaces + message.nsp = this.nsp.name; + debug("publish event of type %s for namespace %s", message.type, message.nsp); + process.send(message, null, { swallowErrors: true }, ignoreError); + } + /** + * Transform ES6 Set into plain arrays. + * + * Note: we manually serialize ES6 Sets so that using `serialization: "advanced"` is not needed when using plaintext + * packets (reference: https://nodejs.org/api/child_process.html#child_process_advanced_serialization) + */ + static serializeOptions(opts) { + return { + rooms: [...opts.rooms], + except: opts.except ? [...opts.except] : [], + flags: opts.flags, + }; + } + static deserializeOptions(opts) { + return { + rooms: new Set(opts.rooms), + except: new Set(opts.except), + flags: opts.flags, + }; + } + broadcast(packet, opts) { + var _a; + const onlyLocal = (_a = opts === null || opts === void 0 ? void 0 : opts.flags) === null || _a === void 0 ? void 0 : _a.local; + if (!onlyLocal) { + this.publish({ + type: EventType.BROADCAST, + data: { + packet, + opts: ClusterAdapter.serializeOptions(opts), + }, + }); + } + // packets with binary contents are modified by the broadcast method, hence the nextTick() + process.nextTick(() => { + super.broadcast(packet, opts); + }); + } + broadcastWithAck(packet, opts, clientCountCallback, ack) { + var _a; + const onlyLocal = (_a = opts === null || opts === void 0 ? void 0 : opts.flags) === null || _a === void 0 ? void 0 : _a.local; + if (!onlyLocal) { + const requestId = randomId(); + this.publish({ + type: EventType.BROADCAST, + data: { + packet, + requestId, + opts: ClusterAdapter.serializeOptions(opts), + }, + }); + this.ackRequests.set(requestId, { + type: EventType.BROADCAST, + clientCountCallback, + ack, + }); + // we have no way to know at this level whether the server has received an acknowledgement from each client, so we + // will simply clean up the ackRequests map after the given delay + setTimeout(() => { + this.ackRequests.delete(requestId); + }, opts.flags.timeout); + } + // packets with binary contents are modified by the broadcast method, hence the nextTick() + process.nextTick(() => { + super.broadcastWithAck(packet, opts, clientCountCallback, ack); + }); + } + serverCount() { + return Promise.resolve(1 + this.workerIds.size); + } + addSockets(opts, rooms) { + var _a; + super.addSockets(opts, rooms); + const onlyLocal = (_a = opts.flags) === null || _a === void 0 ? void 0 : _a.local; + if (onlyLocal) { + return; + } + this.publish({ + type: EventType.SOCKETS_JOIN, + data: { + opts: ClusterAdapter.serializeOptions(opts), + rooms, + }, + }); + } + delSockets(opts, rooms) { + var _a; + super.delSockets(opts, rooms); + const onlyLocal = (_a = opts.flags) === null || _a === void 0 ? void 0 : _a.local; + if (onlyLocal) { + return; + } + this.publish({ + type: EventType.SOCKETS_LEAVE, + data: { + opts: ClusterAdapter.serializeOptions(opts), + rooms, + }, + }); + } + disconnectSockets(opts, close) { + var _a; + super.disconnectSockets(opts, close); + const onlyLocal = (_a = opts.flags) === null || _a === void 0 ? void 0 : _a.local; + if (onlyLocal) { + return; + } + this.publish({ + type: EventType.DISCONNECT_SOCKETS, + data: { + opts: ClusterAdapter.serializeOptions(opts), + close, + }, + }); + } + getExpectedResponseCount() { + return this.workerIds.size; + } + async fetchSockets(opts) { + var _a; + const localSockets = await super.fetchSockets(opts); + const expectedResponseCount = this.getExpectedResponseCount(); + if (((_a = opts.flags) === null || _a === void 0 ? void 0 : _a.local) || expectedResponseCount === 0) { + return localSockets; + } + const requestId = randomId(); + return new Promise((resolve, reject) => { + const timeout = setTimeout(() => { + const storedRequest = this.requests.get(requestId); + if (storedRequest) { + reject(new Error(`timeout reached: only ${storedRequest.current} responses received out of ${storedRequest.expected}`)); + this.requests.delete(requestId); + } + }, this.requestsTimeout); + const storedRequest = { + type: EventType.FETCH_SOCKETS, + resolve, + timeout, + current: 0, + expected: expectedResponseCount, + responses: localSockets, + }; + this.requests.set(requestId, storedRequest); + this.publish({ + type: EventType.FETCH_SOCKETS, + data: { + requestId, + workerId: cluster.worker.id, + opts: ClusterAdapter.serializeOptions(opts), + }, + }); + }); + } + serverSideEmit(packet) { + const withAck = typeof packet[packet.length - 1] === "function"; + if (withAck) { + this.serverSideEmitWithAck(packet).catch(() => { + // ignore errors + }); + return; + } + this.publish({ + type: EventType.SERVER_SIDE_EMIT, + data: { + packet, + }, + }); + } + async serverSideEmitWithAck(packet) { + const ack = packet.pop(); + const expectedResponseCount = this.getExpectedResponseCount(); + debug('waiting for %d responses to "serverSideEmit" request', expectedResponseCount); + if (expectedResponseCount <= 0) { + return ack(null, []); + } + const requestId = randomId(); + const timeout = setTimeout(() => { + const storedRequest = this.requests.get(requestId); + if (storedRequest) { + ack(new Error(`timeout reached: only ${storedRequest.current} responses received out of ${storedRequest.expected}`), storedRequest.responses); + this.requests.delete(requestId); + } + }, this.requestsTimeout); + const storedRequest = { + type: EventType.FETCH_SOCKETS, + resolve: ack, + timeout, + current: 0, + expected: expectedResponseCount, + responses: [], + }; + this.requests.set(requestId, storedRequest); + this.publish({ + type: EventType.SERVER_SIDE_EMIT, + data: { + requestId, + workerId: cluster.worker.id, + packet, + }, + }); + } +} +exports.ClusterAdapter = ClusterAdapter; +function setupPrimary() { + cluster.on("message", (worker, message) => { + const isValidSource = (message === null || message === void 0 ? void 0 : message.source) === MESSAGE_SOURCE; + if (!isValidSource) { + return; + } + switch (message.type) { + case EventType.FETCH_SOCKETS_RESPONSE: + case EventType.SERVER_SIDE_EMIT_RESPONSE: + const workerId = message.data.workerId; + // emit back to the requester + if (hasOwnProperty.call(cluster.workers, workerId)) { + cluster.workers[workerId].send(message, null, ignoreError); + } + break; + default: + const emitterIdAsString = "" + worker.id; + // emit to all workers but the requester + for (const workerId in cluster.workers) { + if (hasOwnProperty.call(cluster.workers, workerId) && + workerId !== emitterIdAsString) { + cluster.workers[workerId].send(message, null, ignoreError); + } + } + } + }); + cluster.on("exit", (worker) => { + // notify all active workers + for (const workerId in cluster.workers) { + if (hasOwnProperty.call(cluster.workers, workerId)) { + cluster.workers[workerId].send({ + source: MESSAGE_SOURCE, + type: EventType.WORKER_EXIT, + data: worker.id, + }, null, ignoreError); + } + } + }); +} +exports.setupPrimary = setupPrimary; diff --git a/node_modules/@socket.io/cluster-adapter/package.json b/node_modules/@socket.io/cluster-adapter/package.json new file mode 100644 index 0000000..c1f02c9 --- /dev/null +++ b/node_modules/@socket.io/cluster-adapter/package.json @@ -0,0 +1,48 @@ +{ + "name": "@socket.io/cluster-adapter", + "version": "0.2.2", + "description": "The Socket.IO cluster adapter, allowing to broadcast events between several Socket.IO servers", + "license": "MIT", + "repository": { + "type": "git", + "url": "git@github.com:socketio/socket.io-cluster-adapter.git" + }, + "files": [ + "dist/" + ], + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "scripts": { + "test": "npm run format:check && tsc && nyc mocha --require ts-node/register test/index.ts", + "format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.ts'", + "format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.ts'", + "prepack": "tsc" + }, + "dependencies": { + "debug": "~4.3.1" + }, + "peerDependencies": { + "socket.io-adapter": "^2.4.0" + }, + "devDependencies": { + "@types/expect.js": "^0.3.29", + "@types/mocha": "^10.0.0", + "@types/node": "^15.12.4", + "expect.js": "0.3.1", + "mocha": "^10.0.0", + "nyc": "^15.1.0", + "prettier": "^2.1.2", + "socket.io": "^4.6.1", + "socket.io-client": "^4.1.1", + "ts-node": "^9.1.1", + "typescript": "^4.0.5" + }, + "engines": { + "node": ">=10.0.0" + }, + "keywords": [ + "socket.io", + "cluster", + "adapter" + ] +} diff --git a/node_modules/@tootallnate/once/dist/index.d.ts b/node_modules/@tootallnate/once/dist/index.d.ts new file mode 100644 index 0000000..a7efe94 --- /dev/null +++ b/node_modules/@tootallnate/once/dist/index.d.ts @@ -0,0 +1,14 @@ +/// +import { EventEmitter } from 'events'; +declare function once(emitter: EventEmitter, name: string): once.CancelablePromise; +declare namespace once { + interface CancelFunction { + (): void; + } + interface CancelablePromise extends Promise { + cancel: CancelFunction; + } + type CancellablePromise = CancelablePromise; + function spread(emitter: EventEmitter, name: string): once.CancelablePromise; +} +export = once; diff --git a/node_modules/@tootallnate/once/dist/index.js b/node_modules/@tootallnate/once/dist/index.js new file mode 100644 index 0000000..bfd0dc8 --- /dev/null +++ b/node_modules/@tootallnate/once/dist/index.js @@ -0,0 +1,39 @@ +"use strict"; +function noop() { } +function once(emitter, name) { + const o = once.spread(emitter, name); + const r = o.then((args) => args[0]); + r.cancel = o.cancel; + return r; +} +(function (once) { + function spread(emitter, name) { + let c = null; + const p = new Promise((resolve, reject) => { + function cancel() { + emitter.removeListener(name, onEvent); + emitter.removeListener('error', onError); + p.cancel = noop; + } + function onEvent(...args) { + cancel(); + resolve(args); + } + function onError(err) { + cancel(); + reject(err); + } + c = cancel; + emitter.on(name, onEvent); + emitter.on('error', onError); + }); + if (!c) { + throw new TypeError('Could not get `cancel()` function'); + } + p.cancel = c; + return p; + } + once.spread = spread; +})(once || (once = {})); +module.exports = once; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/@tootallnate/once/dist/index.js.map b/node_modules/@tootallnate/once/dist/index.js.map new file mode 100644 index 0000000..30d2049 --- /dev/null +++ b/node_modules/@tootallnate/once/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA,SAAS,IAAI,KAAI,CAAC;AAElB,SAAS,IAAI,CACZ,OAAqB,EACrB,IAAY;IAEZ,MAAM,CAAC,GAAG,IAAI,CAAC,MAAM,CAAM,OAAO,EAAE,IAAI,CAAC,CAAC;IAC1C,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,IAAS,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAA8B,CAAC;IACtE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC;IACpB,OAAO,CAAC,CAAC;AACV,CAAC;AAED,WAAU,IAAI;IAWb,SAAgB,MAAM,CACrB,OAAqB,EACrB,IAAY;QAEZ,IAAI,CAAC,GAA+B,IAAI,CAAC;QACzC,MAAM,CAAC,GAAG,IAAI,OAAO,CAAI,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC5C,SAAS,MAAM;gBACd,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;gBACtC,OAAO,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBACzC,CAAC,CAAC,MAAM,GAAG,IAAI,CAAC;YACjB,CAAC;YACD,SAAS,OAAO,CAAC,GAAG,IAAW;gBAC9B,MAAM,EAAE,CAAC;gBACT,OAAO,CAAC,IAAS,CAAC,CAAC;YACpB,CAAC;YACD,SAAS,OAAO,CAAC,GAAU;gBAC1B,MAAM,EAAE,CAAC;gBACT,MAAM,CAAC,GAAG,CAAC,CAAC;YACb,CAAC;YACD,CAAC,GAAG,MAAM,CAAC;YACX,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;YAC1B,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC9B,CAAC,CAA8B,CAAC;QAChC,IAAI,CAAC,CAAC,EAAE;YACP,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC,CAAC;SACzD;QACD,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;QACb,OAAO,CAAC,CAAC;IACV,CAAC;IA5Be,WAAM,SA4BrB,CAAA;AACF,CAAC,EAxCS,IAAI,KAAJ,IAAI,QAwCb;AAED,iBAAS,IAAI,CAAC"} \ No newline at end of file diff --git a/node_modules/@tootallnate/once/package.json b/node_modules/@tootallnate/once/package.json new file mode 100644 index 0000000..8343f9f --- /dev/null +++ b/node_modules/@tootallnate/once/package.json @@ -0,0 +1,45 @@ +{ + "name": "@tootallnate/once", + "version": "1.1.2", + "description": "Creates a Promise that waits for a single event", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "prebuild": "rimraf dist", + "build": "tsc", + "test": "mocha --reporter spec", + "test-lint": "eslint src --ext .js,.ts", + "prepublishOnly": "npm run build" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/once.git" + }, + "keywords": [], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/once/issues" + }, + "devDependencies": { + "@types/node": "^12.12.11", + "@typescript-eslint/eslint-plugin": "1.6.0", + "@typescript-eslint/parser": "1.1.0", + "eslint": "5.16.0", + "eslint-config-airbnb": "17.1.0", + "eslint-config-prettier": "4.1.0", + "eslint-import-resolver-typescript": "1.1.1", + "eslint-plugin-import": "2.16.0", + "eslint-plugin-jsx-a11y": "6.2.1", + "eslint-plugin-react": "7.12.4", + "mocha": "^6.2.2", + "rimraf": "^3.0.0", + "typescript": "^3.7.3" + }, + "engines": { + "node": ">= 6" + } +} diff --git a/node_modules/abbrev/LICENSE b/node_modules/abbrev/LICENSE new file mode 100644 index 0000000..9bcfa9d --- /dev/null +++ b/node_modules/abbrev/LICENSE @@ -0,0 +1,46 @@ +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/abbrev/README.md b/node_modules/abbrev/README.md new file mode 100644 index 0000000..99746fe --- /dev/null +++ b/node_modules/abbrev/README.md @@ -0,0 +1,23 @@ +# abbrev-js + +Just like [ruby's Abbrev](http://apidock.com/ruby/Abbrev). + +Usage: + + var abbrev = require("abbrev"); + abbrev("foo", "fool", "folding", "flop"); + + // returns: + { fl: 'flop' + , flo: 'flop' + , flop: 'flop' + , fol: 'folding' + , fold: 'folding' + , foldi: 'folding' + , foldin: 'folding' + , folding: 'folding' + , foo: 'foo' + , fool: 'fool' + } + +This is handy for command-line scripts, or other cases where you want to be able to accept shorthands. diff --git a/node_modules/abbrev/abbrev.js b/node_modules/abbrev/abbrev.js new file mode 100644 index 0000000..7b1dc5d --- /dev/null +++ b/node_modules/abbrev/abbrev.js @@ -0,0 +1,61 @@ +module.exports = exports = abbrev.abbrev = abbrev + +abbrev.monkeyPatch = monkeyPatch + +function monkeyPatch () { + Object.defineProperty(Array.prototype, 'abbrev', { + value: function () { return abbrev(this) }, + enumerable: false, configurable: true, writable: true + }) + + Object.defineProperty(Object.prototype, 'abbrev', { + value: function () { return abbrev(Object.keys(this)) }, + enumerable: false, configurable: true, writable: true + }) +} + +function abbrev (list) { + if (arguments.length !== 1 || !Array.isArray(list)) { + list = Array.prototype.slice.call(arguments, 0) + } + for (var i = 0, l = list.length, args = [] ; i < l ; i ++) { + args[i] = typeof list[i] === "string" ? list[i] : String(list[i]) + } + + // sort them lexicographically, so that they're next to their nearest kin + args = args.sort(lexSort) + + // walk through each, seeing how much it has in common with the next and previous + var abbrevs = {} + , prev = "" + for (var i = 0, l = args.length ; i < l ; i ++) { + var current = args[i] + , next = args[i + 1] || "" + , nextMatches = true + , prevMatches = true + if (current === next) continue + for (var j = 0, cl = current.length ; j < cl ; j ++) { + var curChar = current.charAt(j) + nextMatches = nextMatches && curChar === next.charAt(j) + prevMatches = prevMatches && curChar === prev.charAt(j) + if (!nextMatches && !prevMatches) { + j ++ + break + } + } + prev = current + if (j === cl) { + abbrevs[current] = current + continue + } + for (var a = current.substr(0, j) ; j <= cl ; j ++) { + abbrevs[a] = current + a += current.charAt(j) + } + } + return abbrevs +} + +function lexSort (a, b) { + return a === b ? 0 : a > b ? 1 : -1 +} diff --git a/node_modules/abbrev/package.json b/node_modules/abbrev/package.json new file mode 100644 index 0000000..bf4e801 --- /dev/null +++ b/node_modules/abbrev/package.json @@ -0,0 +1,21 @@ +{ + "name": "abbrev", + "version": "1.1.1", + "description": "Like ruby's abbrev module, but in js", + "author": "Isaac Z. Schlueter ", + "main": "abbrev.js", + "scripts": { + "test": "tap test.js --100", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "repository": "http://github.com/isaacs/abbrev-js", + "license": "ISC", + "devDependencies": { + "tap": "^10.1" + }, + "files": [ + "abbrev.js" + ] +} diff --git a/node_modules/agent-base/README.md b/node_modules/agent-base/README.md new file mode 100644 index 0000000..256f1f3 --- /dev/null +++ b/node_modules/agent-base/README.md @@ -0,0 +1,145 @@ +agent-base +========== +### Turn a function into an [`http.Agent`][http.Agent] instance +[![Build Status](https://github.com/TooTallNate/node-agent-base/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-agent-base/actions?workflow=Node+CI) + +This module provides an `http.Agent` generator. That is, you pass it an async +callback function, and it returns a new `http.Agent` instance that will invoke the +given callback function when sending outbound HTTP requests. + +#### Some subclasses: + +Here's some more interesting uses of `agent-base`. +Send a pull request to list yours! + + * [`http-proxy-agent`][http-proxy-agent]: An HTTP(s) proxy `http.Agent` implementation for HTTP endpoints + * [`https-proxy-agent`][https-proxy-agent]: An HTTP(s) proxy `http.Agent` implementation for HTTPS endpoints + * [`pac-proxy-agent`][pac-proxy-agent]: A PAC file proxy `http.Agent` implementation for HTTP and HTTPS + * [`socks-proxy-agent`][socks-proxy-agent]: A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS + + +Installation +------------ + +Install with `npm`: + +``` bash +$ npm install agent-base +``` + + +Example +------- + +Here's a minimal example that creates a new `net.Socket` connection to the server +for every HTTP request (i.e. the equivalent of `agent: false` option): + +```js +var net = require('net'); +var tls = require('tls'); +var url = require('url'); +var http = require('http'); +var agent = require('agent-base'); + +var endpoint = 'http://nodejs.org/api/'; +var parsed = url.parse(endpoint); + +// This is the important part! +parsed.agent = agent(function (req, opts) { + var socket; + // `secureEndpoint` is true when using the https module + if (opts.secureEndpoint) { + socket = tls.connect(opts); + } else { + socket = net.connect(opts); + } + return socket; +}); + +// Everything else works just like normal... +http.get(parsed, function (res) { + console.log('"response" event!', res.headers); + res.pipe(process.stdout); +}); +``` + +Returning a Promise or using an `async` function is also supported: + +```js +agent(async function (req, opts) { + await sleep(1000); + // etc… +}); +``` + +Return another `http.Agent` instance to "pass through" the responsibility +for that HTTP request to that agent: + +```js +agent(function (req, opts) { + return opts.secureEndpoint ? https.globalAgent : http.globalAgent; +}); +``` + + +API +--- + +## Agent(Function callback[, Object options]) → [http.Agent][] + +Creates a base `http.Agent` that will execute the callback function `callback` +for every HTTP request that it is used as the `agent` for. The callback function +is responsible for creating a `stream.Duplex` instance of some kind that will be +used as the underlying socket in the HTTP request. + +The `options` object accepts the following properties: + + * `timeout` - Number - Timeout for the `callback()` function in milliseconds. Defaults to Infinity (optional). + +The callback function should have the following signature: + +### callback(http.ClientRequest req, Object options, Function cb) → undefined + +The ClientRequest `req` can be accessed to read request headers and +and the path, etc. The `options` object contains the options passed +to the `http.request()`/`https.request()` function call, and is formatted +to be directly passed to `net.connect()`/`tls.connect()`, or however +else you want a Socket to be created. Pass the created socket to +the callback function `cb` once created, and the HTTP request will +continue to proceed. + +If the `https` module is used to invoke the HTTP request, then the +`secureEndpoint` property on `options` _will be set to `true`_. + + +License +------- + +(The MIT License) + +Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. + +[http-proxy-agent]: https://github.com/TooTallNate/node-http-proxy-agent +[https-proxy-agent]: https://github.com/TooTallNate/node-https-proxy-agent +[pac-proxy-agent]: https://github.com/TooTallNate/node-pac-proxy-agent +[socks-proxy-agent]: https://github.com/TooTallNate/node-socks-proxy-agent +[http.Agent]: https://nodejs.org/api/http.html#http_class_http_agent diff --git a/node_modules/agent-base/dist/src/index.d.ts b/node_modules/agent-base/dist/src/index.d.ts new file mode 100644 index 0000000..bc4ab74 --- /dev/null +++ b/node_modules/agent-base/dist/src/index.d.ts @@ -0,0 +1,78 @@ +/// +import net from 'net'; +import http from 'http'; +import https from 'https'; +import { Duplex } from 'stream'; +import { EventEmitter } from 'events'; +declare function createAgent(opts?: createAgent.AgentOptions): createAgent.Agent; +declare function createAgent(callback: createAgent.AgentCallback, opts?: createAgent.AgentOptions): createAgent.Agent; +declare namespace createAgent { + interface ClientRequest extends http.ClientRequest { + _last?: boolean; + _hadError?: boolean; + method: string; + } + interface AgentRequestOptions { + host?: string; + path?: string; + port: number; + } + interface HttpRequestOptions extends AgentRequestOptions, Omit { + secureEndpoint: false; + } + interface HttpsRequestOptions extends AgentRequestOptions, Omit { + secureEndpoint: true; + } + type RequestOptions = HttpRequestOptions | HttpsRequestOptions; + type AgentLike = Pick | http.Agent; + type AgentCallbackReturn = Duplex | AgentLike; + type AgentCallbackCallback = (err?: Error | null, socket?: createAgent.AgentCallbackReturn) => void; + type AgentCallbackPromise = (req: createAgent.ClientRequest, opts: createAgent.RequestOptions) => createAgent.AgentCallbackReturn | Promise; + type AgentCallback = typeof Agent.prototype.callback; + type AgentOptions = { + timeout?: number; + }; + /** + * Base `http.Agent` implementation. + * No pooling/keep-alive is implemented by default. + * + * @param {Function} callback + * @api public + */ + class Agent extends EventEmitter { + timeout: number | null; + maxFreeSockets: number; + maxTotalSockets: number; + maxSockets: number; + sockets: { + [key: string]: net.Socket[]; + }; + freeSockets: { + [key: string]: net.Socket[]; + }; + requests: { + [key: string]: http.IncomingMessage[]; + }; + options: https.AgentOptions; + private promisifiedCallback?; + private explicitDefaultPort?; + private explicitProtocol?; + constructor(callback?: createAgent.AgentCallback | createAgent.AgentOptions, _opts?: createAgent.AgentOptions); + get defaultPort(): number; + set defaultPort(v: number); + get protocol(): string; + set protocol(v: string); + callback(req: createAgent.ClientRequest, opts: createAgent.RequestOptions, fn: createAgent.AgentCallbackCallback): void; + callback(req: createAgent.ClientRequest, opts: createAgent.RequestOptions): createAgent.AgentCallbackReturn | Promise; + /** + * Called by node-core's "_http_client.js" module when creating + * a new HTTP request with this Agent instance. + * + * @api public + */ + addRequest(req: ClientRequest, _opts: RequestOptions): void; + freeSocket(socket: net.Socket, opts: AgentOptions): void; + destroy(): void; + } +} +export = createAgent; diff --git a/node_modules/agent-base/dist/src/index.js b/node_modules/agent-base/dist/src/index.js new file mode 100644 index 0000000..bfd9e22 --- /dev/null +++ b/node_modules/agent-base/dist/src/index.js @@ -0,0 +1,203 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +const events_1 = require("events"); +const debug_1 = __importDefault(require("debug")); +const promisify_1 = __importDefault(require("./promisify")); +const debug = debug_1.default('agent-base'); +function isAgent(v) { + return Boolean(v) && typeof v.addRequest === 'function'; +} +function isSecureEndpoint() { + const { stack } = new Error(); + if (typeof stack !== 'string') + return false; + return stack.split('\n').some(l => l.indexOf('(https.js:') !== -1 || l.indexOf('node:https:') !== -1); +} +function createAgent(callback, opts) { + return new createAgent.Agent(callback, opts); +} +(function (createAgent) { + /** + * Base `http.Agent` implementation. + * No pooling/keep-alive is implemented by default. + * + * @param {Function} callback + * @api public + */ + class Agent extends events_1.EventEmitter { + constructor(callback, _opts) { + super(); + let opts = _opts; + if (typeof callback === 'function') { + this.callback = callback; + } + else if (callback) { + opts = callback; + } + // Timeout for the socket to be returned from the callback + this.timeout = null; + if (opts && typeof opts.timeout === 'number') { + this.timeout = opts.timeout; + } + // These aren't actually used by `agent-base`, but are required + // for the TypeScript definition files in `@types/node` :/ + this.maxFreeSockets = 1; + this.maxSockets = 1; + this.maxTotalSockets = Infinity; + this.sockets = {}; + this.freeSockets = {}; + this.requests = {}; + this.options = {}; + } + get defaultPort() { + if (typeof this.explicitDefaultPort === 'number') { + return this.explicitDefaultPort; + } + return isSecureEndpoint() ? 443 : 80; + } + set defaultPort(v) { + this.explicitDefaultPort = v; + } + get protocol() { + if (typeof this.explicitProtocol === 'string') { + return this.explicitProtocol; + } + return isSecureEndpoint() ? 'https:' : 'http:'; + } + set protocol(v) { + this.explicitProtocol = v; + } + callback(req, opts, fn) { + throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`'); + } + /** + * Called by node-core's "_http_client.js" module when creating + * a new HTTP request with this Agent instance. + * + * @api public + */ + addRequest(req, _opts) { + const opts = Object.assign({}, _opts); + if (typeof opts.secureEndpoint !== 'boolean') { + opts.secureEndpoint = isSecureEndpoint(); + } + if (opts.host == null) { + opts.host = 'localhost'; + } + if (opts.port == null) { + opts.port = opts.secureEndpoint ? 443 : 80; + } + if (opts.protocol == null) { + opts.protocol = opts.secureEndpoint ? 'https:' : 'http:'; + } + if (opts.host && opts.path) { + // If both a `host` and `path` are specified then it's most + // likely the result of a `url.parse()` call... we need to + // remove the `path` portion so that `net.connect()` doesn't + // attempt to open that as a unix socket file. + delete opts.path; + } + delete opts.agent; + delete opts.hostname; + delete opts._defaultAgent; + delete opts.defaultPort; + delete opts.createConnection; + // Hint to use "Connection: close" + // XXX: non-documented `http` module API :( + req._last = true; + req.shouldKeepAlive = false; + let timedOut = false; + let timeoutId = null; + const timeoutMs = opts.timeout || this.timeout; + const onerror = (err) => { + if (req._hadError) + return; + req.emit('error', err); + // For Safety. Some additional errors might fire later on + // and we need to make sure we don't double-fire the error event. + req._hadError = true; + }; + const ontimeout = () => { + timeoutId = null; + timedOut = true; + const err = new Error(`A "socket" was not created for HTTP request before ${timeoutMs}ms`); + err.code = 'ETIMEOUT'; + onerror(err); + }; + const callbackError = (err) => { + if (timedOut) + return; + if (timeoutId !== null) { + clearTimeout(timeoutId); + timeoutId = null; + } + onerror(err); + }; + const onsocket = (socket) => { + if (timedOut) + return; + if (timeoutId != null) { + clearTimeout(timeoutId); + timeoutId = null; + } + if (isAgent(socket)) { + // `socket` is actually an `http.Agent` instance, so + // relinquish responsibility for this `req` to the Agent + // from here on + debug('Callback returned another Agent instance %o', socket.constructor.name); + socket.addRequest(req, opts); + return; + } + if (socket) { + socket.once('free', () => { + this.freeSocket(socket, opts); + }); + req.onSocket(socket); + return; + } + const err = new Error(`no Duplex stream was returned to agent-base for \`${req.method} ${req.path}\``); + onerror(err); + }; + if (typeof this.callback !== 'function') { + onerror(new Error('`callback` is not defined')); + return; + } + if (!this.promisifiedCallback) { + if (this.callback.length >= 3) { + debug('Converting legacy callback function to promise'); + this.promisifiedCallback = promisify_1.default(this.callback); + } + else { + this.promisifiedCallback = this.callback; + } + } + if (typeof timeoutMs === 'number' && timeoutMs > 0) { + timeoutId = setTimeout(ontimeout, timeoutMs); + } + if ('port' in opts && typeof opts.port !== 'number') { + opts.port = Number(opts.port); + } + try { + debug('Resolving socket for %o request: %o', opts.protocol, `${req.method} ${req.path}`); + Promise.resolve(this.promisifiedCallback(req, opts)).then(onsocket, callbackError); + } + catch (err) { + Promise.reject(err).catch(callbackError); + } + } + freeSocket(socket, opts) { + debug('Freeing socket %o %o', socket.constructor.name, opts); + socket.destroy(); + } + destroy() { + debug('Destroying agent %o', this.constructor.name); + } + } + createAgent.Agent = Agent; + // So that `instanceof` works correctly + createAgent.prototype = createAgent.Agent.prototype; +})(createAgent || (createAgent = {})); +module.exports = createAgent; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/agent-base/dist/src/index.js.map b/node_modules/agent-base/dist/src/index.js.map new file mode 100644 index 0000000..bd118ab --- /dev/null +++ b/node_modules/agent-base/dist/src/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/agent-base/dist/src/promisify.d.ts b/node_modules/agent-base/dist/src/promisify.d.ts new file mode 100644 index 0000000..0268869 --- /dev/null +++ b/node_modules/agent-base/dist/src/promisify.d.ts @@ -0,0 +1,4 @@ +import { ClientRequest, RequestOptions, AgentCallbackCallback, AgentCallbackPromise } from './index'; +declare type LegacyCallback = (req: ClientRequest, opts: RequestOptions, fn: AgentCallbackCallback) => void; +export default function promisify(fn: LegacyCallback): AgentCallbackPromise; +export {}; diff --git a/node_modules/agent-base/dist/src/promisify.js b/node_modules/agent-base/dist/src/promisify.js new file mode 100644 index 0000000..b2f6132 --- /dev/null +++ b/node_modules/agent-base/dist/src/promisify.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +function promisify(fn) { + return function (req, opts) { + return new Promise((resolve, reject) => { + fn.call(this, req, opts, (err, rtn) => { + if (err) { + reject(err); + } + else { + resolve(rtn); + } + }); + }); + }; +} +exports.default = promisify; +//# sourceMappingURL=promisify.js.map \ No newline at end of file diff --git a/node_modules/agent-base/dist/src/promisify.js.map b/node_modules/agent-base/dist/src/promisify.js.map new file mode 100644 index 0000000..4bff9bf --- /dev/null +++ b/node_modules/agent-base/dist/src/promisify.js.map @@ -0,0 +1 @@ +{"version":3,"file":"promisify.js","sourceRoot":"","sources":["../../src/promisify.ts"],"names":[],"mappings":";;AAeA,SAAwB,SAAS,CAAC,EAAkB;IACnD,OAAO,UAAsB,GAAkB,EAAE,IAAoB;QACpE,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACtC,EAAE,CAAC,IAAI,CACN,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,CAAC,GAA6B,EAAE,GAAyB,EAAE,EAAE;gBAC5D,IAAI,GAAG,EAAE;oBACR,MAAM,CAAC,GAAG,CAAC,CAAC;iBACZ;qBAAM;oBACN,OAAO,CAAC,GAAG,CAAC,CAAC;iBACb;YACF,CAAC,CACD,CAAC;QACH,CAAC,CAAC,CAAC;IACJ,CAAC,CAAC;AACH,CAAC;AAjBD,4BAiBC"} \ No newline at end of file diff --git a/node_modules/agent-base/package.json b/node_modules/agent-base/package.json new file mode 100644 index 0000000..fadce3a --- /dev/null +++ b/node_modules/agent-base/package.json @@ -0,0 +1,64 @@ +{ + "name": "agent-base", + "version": "6.0.2", + "description": "Turn a function into an `http.Agent` instance", + "main": "dist/src/index", + "typings": "dist/src/index", + "files": [ + "dist/src", + "src" + ], + "scripts": { + "prebuild": "rimraf dist", + "build": "tsc", + "postbuild": "cpy --parents src test '!**/*.ts' dist", + "test": "mocha --reporter spec dist/test/*.js", + "test-lint": "eslint src --ext .js,.ts", + "prepublishOnly": "npm run build" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/node-agent-base.git" + }, + "keywords": [ + "http", + "agent", + "base", + "barebones", + "https" + ], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/node-agent-base/issues" + }, + "dependencies": { + "debug": "4" + }, + "devDependencies": { + "@types/debug": "4", + "@types/mocha": "^5.2.7", + "@types/node": "^14.0.20", + "@types/semver": "^7.1.0", + "@types/ws": "^6.0.3", + "@typescript-eslint/eslint-plugin": "1.6.0", + "@typescript-eslint/parser": "1.1.0", + "async-listen": "^1.2.0", + "cpy-cli": "^2.0.0", + "eslint": "5.16.0", + "eslint-config-airbnb": "17.1.0", + "eslint-config-prettier": "4.1.0", + "eslint-import-resolver-typescript": "1.1.1", + "eslint-plugin-import": "2.16.0", + "eslint-plugin-jsx-a11y": "6.2.1", + "eslint-plugin-react": "7.12.4", + "mocha": "^6.2.0", + "rimraf": "^3.0.0", + "semver": "^7.1.2", + "typescript": "^3.5.3", + "ws": "^3.0.0" + }, + "engines": { + "node": ">= 6.0.0" + } +} diff --git a/node_modules/agent-base/src/index.ts b/node_modules/agent-base/src/index.ts new file mode 100644 index 0000000..a47ccd4 --- /dev/null +++ b/node_modules/agent-base/src/index.ts @@ -0,0 +1,345 @@ +import net from 'net'; +import http from 'http'; +import https from 'https'; +import { Duplex } from 'stream'; +import { EventEmitter } from 'events'; +import createDebug from 'debug'; +import promisify from './promisify'; + +const debug = createDebug('agent-base'); + +function isAgent(v: any): v is createAgent.AgentLike { + return Boolean(v) && typeof v.addRequest === 'function'; +} + +function isSecureEndpoint(): boolean { + const { stack } = new Error(); + if (typeof stack !== 'string') return false; + return stack.split('\n').some(l => l.indexOf('(https.js:') !== -1 || l.indexOf('node:https:') !== -1); +} + +function createAgent(opts?: createAgent.AgentOptions): createAgent.Agent; +function createAgent( + callback: createAgent.AgentCallback, + opts?: createAgent.AgentOptions +): createAgent.Agent; +function createAgent( + callback?: createAgent.AgentCallback | createAgent.AgentOptions, + opts?: createAgent.AgentOptions +) { + return new createAgent.Agent(callback, opts); +} + +namespace createAgent { + export interface ClientRequest extends http.ClientRequest { + _last?: boolean; + _hadError?: boolean; + method: string; + } + + export interface AgentRequestOptions { + host?: string; + path?: string; + // `port` on `http.RequestOptions` can be a string or undefined, + // but `net.TcpNetConnectOpts` expects only a number + port: number; + } + + export interface HttpRequestOptions + extends AgentRequestOptions, + Omit { + secureEndpoint: false; + } + + export interface HttpsRequestOptions + extends AgentRequestOptions, + Omit { + secureEndpoint: true; + } + + export type RequestOptions = HttpRequestOptions | HttpsRequestOptions; + + export type AgentLike = Pick | http.Agent; + + export type AgentCallbackReturn = Duplex | AgentLike; + + export type AgentCallbackCallback = ( + err?: Error | null, + socket?: createAgent.AgentCallbackReturn + ) => void; + + export type AgentCallbackPromise = ( + req: createAgent.ClientRequest, + opts: createAgent.RequestOptions + ) => + | createAgent.AgentCallbackReturn + | Promise; + + export type AgentCallback = typeof Agent.prototype.callback; + + export type AgentOptions = { + timeout?: number; + }; + + /** + * Base `http.Agent` implementation. + * No pooling/keep-alive is implemented by default. + * + * @param {Function} callback + * @api public + */ + export class Agent extends EventEmitter { + public timeout: number | null; + public maxFreeSockets: number; + public maxTotalSockets: number; + public maxSockets: number; + public sockets: { + [key: string]: net.Socket[]; + }; + public freeSockets: { + [key: string]: net.Socket[]; + }; + public requests: { + [key: string]: http.IncomingMessage[]; + }; + public options: https.AgentOptions; + private promisifiedCallback?: createAgent.AgentCallbackPromise; + private explicitDefaultPort?: number; + private explicitProtocol?: string; + + constructor( + callback?: createAgent.AgentCallback | createAgent.AgentOptions, + _opts?: createAgent.AgentOptions + ) { + super(); + + let opts = _opts; + if (typeof callback === 'function') { + this.callback = callback; + } else if (callback) { + opts = callback; + } + + // Timeout for the socket to be returned from the callback + this.timeout = null; + if (opts && typeof opts.timeout === 'number') { + this.timeout = opts.timeout; + } + + // These aren't actually used by `agent-base`, but are required + // for the TypeScript definition files in `@types/node` :/ + this.maxFreeSockets = 1; + this.maxSockets = 1; + this.maxTotalSockets = Infinity; + this.sockets = {}; + this.freeSockets = {}; + this.requests = {}; + this.options = {}; + } + + get defaultPort(): number { + if (typeof this.explicitDefaultPort === 'number') { + return this.explicitDefaultPort; + } + return isSecureEndpoint() ? 443 : 80; + } + + set defaultPort(v: number) { + this.explicitDefaultPort = v; + } + + get protocol(): string { + if (typeof this.explicitProtocol === 'string') { + return this.explicitProtocol; + } + return isSecureEndpoint() ? 'https:' : 'http:'; + } + + set protocol(v: string) { + this.explicitProtocol = v; + } + + callback( + req: createAgent.ClientRequest, + opts: createAgent.RequestOptions, + fn: createAgent.AgentCallbackCallback + ): void; + callback( + req: createAgent.ClientRequest, + opts: createAgent.RequestOptions + ): + | createAgent.AgentCallbackReturn + | Promise; + callback( + req: createAgent.ClientRequest, + opts: createAgent.AgentOptions, + fn?: createAgent.AgentCallbackCallback + ): + | createAgent.AgentCallbackReturn + | Promise + | void { + throw new Error( + '"agent-base" has no default implementation, you must subclass and override `callback()`' + ); + } + + /** + * Called by node-core's "_http_client.js" module when creating + * a new HTTP request with this Agent instance. + * + * @api public + */ + addRequest(req: ClientRequest, _opts: RequestOptions): void { + const opts: RequestOptions = { ..._opts }; + + if (typeof opts.secureEndpoint !== 'boolean') { + opts.secureEndpoint = isSecureEndpoint(); + } + + if (opts.host == null) { + opts.host = 'localhost'; + } + + if (opts.port == null) { + opts.port = opts.secureEndpoint ? 443 : 80; + } + + if (opts.protocol == null) { + opts.protocol = opts.secureEndpoint ? 'https:' : 'http:'; + } + + if (opts.host && opts.path) { + // If both a `host` and `path` are specified then it's most + // likely the result of a `url.parse()` call... we need to + // remove the `path` portion so that `net.connect()` doesn't + // attempt to open that as a unix socket file. + delete opts.path; + } + + delete opts.agent; + delete opts.hostname; + delete opts._defaultAgent; + delete opts.defaultPort; + delete opts.createConnection; + + // Hint to use "Connection: close" + // XXX: non-documented `http` module API :( + req._last = true; + req.shouldKeepAlive = false; + + let timedOut = false; + let timeoutId: ReturnType | null = null; + const timeoutMs = opts.timeout || this.timeout; + + const onerror = (err: NodeJS.ErrnoException) => { + if (req._hadError) return; + req.emit('error', err); + // For Safety. Some additional errors might fire later on + // and we need to make sure we don't double-fire the error event. + req._hadError = true; + }; + + const ontimeout = () => { + timeoutId = null; + timedOut = true; + const err: NodeJS.ErrnoException = new Error( + `A "socket" was not created for HTTP request before ${timeoutMs}ms` + ); + err.code = 'ETIMEOUT'; + onerror(err); + }; + + const callbackError = (err: NodeJS.ErrnoException) => { + if (timedOut) return; + if (timeoutId !== null) { + clearTimeout(timeoutId); + timeoutId = null; + } + onerror(err); + }; + + const onsocket = (socket: AgentCallbackReturn) => { + if (timedOut) return; + if (timeoutId != null) { + clearTimeout(timeoutId); + timeoutId = null; + } + + if (isAgent(socket)) { + // `socket` is actually an `http.Agent` instance, so + // relinquish responsibility for this `req` to the Agent + // from here on + debug( + 'Callback returned another Agent instance %o', + socket.constructor.name + ); + (socket as createAgent.Agent).addRequest(req, opts); + return; + } + + if (socket) { + socket.once('free', () => { + this.freeSocket(socket as net.Socket, opts); + }); + req.onSocket(socket as net.Socket); + return; + } + + const err = new Error( + `no Duplex stream was returned to agent-base for \`${req.method} ${req.path}\`` + ); + onerror(err); + }; + + if (typeof this.callback !== 'function') { + onerror(new Error('`callback` is not defined')); + return; + } + + if (!this.promisifiedCallback) { + if (this.callback.length >= 3) { + debug('Converting legacy callback function to promise'); + this.promisifiedCallback = promisify(this.callback); + } else { + this.promisifiedCallback = this.callback; + } + } + + if (typeof timeoutMs === 'number' && timeoutMs > 0) { + timeoutId = setTimeout(ontimeout, timeoutMs); + } + + if ('port' in opts && typeof opts.port !== 'number') { + opts.port = Number(opts.port); + } + + try { + debug( + 'Resolving socket for %o request: %o', + opts.protocol, + `${req.method} ${req.path}` + ); + Promise.resolve(this.promisifiedCallback(req, opts)).then( + onsocket, + callbackError + ); + } catch (err) { + Promise.reject(err).catch(callbackError); + } + } + + freeSocket(socket: net.Socket, opts: AgentOptions) { + debug('Freeing socket %o %o', socket.constructor.name, opts); + socket.destroy(); + } + + destroy() { + debug('Destroying agent %o', this.constructor.name); + } + } + + // So that `instanceof` works correctly + createAgent.prototype = createAgent.Agent.prototype; +} + +export = createAgent; diff --git a/node_modules/agent-base/src/promisify.ts b/node_modules/agent-base/src/promisify.ts new file mode 100644 index 0000000..60cc662 --- /dev/null +++ b/node_modules/agent-base/src/promisify.ts @@ -0,0 +1,33 @@ +import { + Agent, + ClientRequest, + RequestOptions, + AgentCallbackCallback, + AgentCallbackPromise, + AgentCallbackReturn +} from './index'; + +type LegacyCallback = ( + req: ClientRequest, + opts: RequestOptions, + fn: AgentCallbackCallback +) => void; + +export default function promisify(fn: LegacyCallback): AgentCallbackPromise { + return function(this: Agent, req: ClientRequest, opts: RequestOptions) { + return new Promise((resolve, reject) => { + fn.call( + this, + req, + opts, + (err: Error | null | undefined, rtn?: AgentCallbackReturn) => { + if (err) { + reject(err); + } else { + resolve(rtn); + } + } + ); + }); + }; +} diff --git a/node_modules/agentkeepalive/History.md b/node_modules/agentkeepalive/History.md new file mode 100644 index 0000000..6877834 --- /dev/null +++ b/node_modules/agentkeepalive/History.md @@ -0,0 +1,268 @@ + +4.5.0 / 2023-08-06 +================== + +**others** + * [[`1e5e312`](http://github.com/node-modules/agentkeepalive/commit/1e5e312f36491243372dbfee0dd47607e7b3d94a)] - deps: remove debug and depd (#114) (fengmk2 <>) + +4.4.0 / 2023-08-05 +================== + +**features** + * [[`c7c1e93`](http://github.com/node-modules/agentkeepalive/commit/c7c1e93beba7310d7c2cc9647dd211a686d21cac)] - feat: return socket from createConnection (#113) (Nabeel Bukhari <>) + +4.3.0 / 2023-03-06 +================== + +**others** + * [[`6f9852b`](http://github.com/node-modules/agentkeepalive/commit/6f9852bf6f674846103e403fd9c84e92fc24f820)] - deps: depd@2.0.0 (#109) (Brian DeHamer <>) + * [[`fd4bd9b`](http://github.com/node-modules/agentkeepalive/commit/fd4bd9b0e0f051de3cb49559d1b0d534a0ded18c)] - test: use npm install (#110) (fengmk2 <>) + * [[`d52822c`](http://github.com/node-modules/agentkeepalive/commit/d52822c1243c689df1c8232a3bb14139cf87fae5)] - chore: update contributors (fengmk2 <>) + +4.2.1 / 2022-02-21 +================== + +**fixes** + * [[`8b13b5c`](http://github.com/node-modules/agentkeepalive/commit/8b13b5ca797f4779a0a8d393ad8ecb622cd27987)] - fix: explicitly set `| undefined` in type definitions (#99) (Benoit Lemoine <>) + +4.2.0 / 2021-12-31 +================== + +**fixes** + * [[`f418c67`](http://github.com/node-modules/agentkeepalive/commit/f418c67a63c061c7261592d4553bc455e0b0d306)] - fix: change `freeSocketTimeout` default value to 4000 (#102) (fengmk2 <>) + +**others** + * [[`bc2a1ce`](http://github.com/node-modules/agentkeepalive/commit/bc2a1cea0884b4d18b0d244bf00006d9107963df)] - doc(readme): making `timeout`'s default clear (#100) (Aaron <>) + +4.1.4 / 2021-02-05 +================== + +**fixes** + * [[`4d04794`](http://github.com/node-modules/agentkeepalive/commit/4d047946b1547b4edff92ea40205aee4f0c8aa46)] - fix(types): correct `Https` constructor argument (#89) (Simen Bekkhus <>) + +4.1.3 / 2020-06-15 +================== + +**fixes** + * [[`4ba9f9c`](http://github.com/node-modules/agentkeepalive/commit/4ba9f9c844f2a6b8037ce56599d25c69ef054d91)] - fix: compatible with node v12.16.3 (#91) (killa <>) + +4.1.2 / 2020-04-25 +================== + +**fixes** + * [[`de66b02`](http://github.com/node-modules/agentkeepalive/commit/de66b0206d064a97129c2c31bcdabd4d64557b91)] - fix: detect http request timeout handler (#88) (fengmk2 <>) + +4.1.1 / 2020-04-25 +================== + +**fixes** + * [[`bbd20c0`](http://github.com/node-modules/agentkeepalive/commit/bbd20c03b8cf7dfb00b3aad1ada26d4ab90d2d6e)] - fix: definition error (#87) (吖猩 <>) + +**others** + * [[`3b01699`](http://github.com/node-modules/agentkeepalive/commit/3b01699b8e90022d5f56898dd709e4fe7ee7cdaa)] - test: run test on node 12 (#84) (Igor Savin <>) + +4.1.0 / 2019-10-12 +================== + +**features** + * [[`fe33b80`](http://github.com/node-modules/agentkeepalive/commit/fe33b800acc09109388bfe65107550952b6fc7b0)] - feat: Add `reusedSocket` property on client request (#82) (Weijia Wang <>) + +**others** + * [[`77ba744`](http://github.com/node-modules/agentkeepalive/commit/77ba744667bb6b9e5986a53e5222f62094db12b9)] - docs: fix grammar in readme (#81) (Herrington Darkholme <<2883231+HerringtonDarkholme@users.noreply.github.com>>) + +4.0.2 / 2019-02-19 +================== + +**fixes** + * [[`56d4a9b`](http://github.com/node-modules/agentkeepalive/commit/56d4a9b2a4499ea28943ddb590358d7831a02cb1)] - fix: HttpAgent export = internal (#74) (Andrew Leedham <>) + +4.0.1 / 2019-02-19 +================== + +**fixes** + * [[`bad1ac0`](http://github.com/node-modules/agentkeepalive/commit/bad1ac0e710fbc486717e14e68c59266d35df6a8)] - fix: HttpsAgent Type Definition (#71) (#72) (Andrew Leedham <>) + * [[`f48a4a7`](http://github.com/node-modules/agentkeepalive/commit/f48a4a701ea6fbe43781c91e1c0aaad6e328ac7f)] - fix: export interface (#70) (Vinay <>) + +**others** + * [[`9124343`](http://github.com/node-modules/agentkeepalive/commit/91243437cfdd324cb97f39dee76746d5e5f4cd72)] - chore: add agent.options.keepAlive instead agent.keepAlive (fengmk2 <>) + * [[`d177d40`](http://github.com/node-modules/agentkeepalive/commit/d177d40422fe7296990b4e270cf498e3f33c18fa)] - test: add request timeout bigger than agent timeout cases (fengmk2 <>) + +4.0.0 / 2018-10-23 +================== + +**features** + * [[`5c9f3bb`](http://github.com/node-modules/agentkeepalive/commit/5c9f3bbd60555744edcf777105b148982a1a42b6)] - feat: impl the new Agent extend http.Agent (fengmk2 <>) + +**others** + * [[`498c8f1`](http://github.com/node-modules/agentkeepalive/commit/498c8f13cf76600d3dd6e1c91cdf2d8292355dff)] - chore: move LICENSE from readme to file (fengmk2 <>) + * [[`4f39894`](http://github.com/node-modules/agentkeepalive/commit/4f398942ba2f90cf4501239e56ac4e6344931a01)] - bugfix: support agent.options.timeout on https agent (fengmk2 <>) + +3.5.2 / 2018-10-19 +================== + +**fixes** + * [[`5751fc1`](http://github.com/node-modules/agentkeepalive/commit/5751fc1180ed6544602c681ffbd08ca66a0cb12c)] - fix: sockLen being miscalculated when removing sockets (#60) (Ehden Sinai <>) + +3.5.1 / 2018-07-31 +================== + +**fixes** + * [[`495f1ab`](http://github.com/node-modules/agentkeepalive/commit/495f1ab625d43945d72f68096b97db723d4f0657)] - fix: add the lost npm files (#66) (Henry Zhuang <>) + +3.5.0 / 2018-07-31 +================== + +**features** + * [[`16f5aea`](http://github.com/node-modules/agentkeepalive/commit/16f5aeadfda57f1c602652f1472a63cc83cd05bf)] - feat: add typing define. (#65) (Henry Zhuang <>) + +**others** + * [[`28fa062`](http://github.com/node-modules/agentkeepalive/commit/28fa06246fb5103f88ebeeb8563757a9078b8157)] - docs: add "per host" to description of maxFreeSockets (tony-gutierrez <>) + * [[`7df2577`](http://github.com/node-modules/agentkeepalive/commit/7df25774f00a1031ca4daad2878a17e0539072a2)] - test: run test on node 10 (#63) (fengmk2 <>) + +3.4.1 / 2018-03-08 +================== + +**fixes** + * [[`4d3a3b1`](http://github.com/node-modules/agentkeepalive/commit/4d3a3b1f7b16595febbbd39eeed72b2663549014)] - fix: Handle ipv6 addresses in host-header correctly with TLS (#53) (Mattias Holmlund <>) + +**others** + * [[`55a7a5c`](http://github.com/node-modules/agentkeepalive/commit/55a7a5cd33e97f9a8370083dcb041c5552f10ac9)] - test: stop timer after test end (fengmk2 <>) + +3.4.0 / 2018-02-27 +================== + +**features** + * [[`bc7cadb`](http://github.com/node-modules/agentkeepalive/commit/bc7cadb30ecd2071e2b341ac53ae1a2b8155c43d)] - feat: use socket custom freeSocketKeepAliveTimeout first (#59) (fengmk2 <>) + +**others** + * [[`138eda8`](http://github.com/node-modules/agentkeepalive/commit/138eda81e10b632aaa87bea0cb66d8667124c4e8)] - doc: fix `keepAliveMsecs` params description (#55) (Hongcai Deng <>) + +3.3.0 / 2017-06-20 +================== + + * feat: add statusChanged getter (#51) + * chore: format License + +3.2.0 / 2017-06-10 +================== + + * feat: add expiring active sockets + * test: add node 8 (#49) + +3.1.0 / 2017-02-20 +================== + + * feat: timeout support humanize ms (#48) + +3.0.0 / 2016-12-20 +================== + + * fix: emit agent socket close event + * test: add remove excess calls to removeSocket + * test: use egg-ci + * test: refactor test with eslint rules + * feat: merge _http_agent.js from 7.2.1 + +2.2.0 / 2016-06-26 +================== + + * feat: Add browser shim (noop) for isomorphic use. (#39) + * chore: add security check badge + +2.1.1 / 2016-04-06 +================== + + * https: fix ssl socket leak when keepalive is used + * chore: remove circle ci image + +2.1.0 / 2016-04-02 +================== + + * fix: opened sockets number overflow maxSockets + +2.0.5 / 2016-03-16 +================== + + * fix: pick _evictSession to httpsAgent + +2.0.4 / 2016-03-13 +================== + + * test: add Circle ci + * test: add appveyor ci build + * refactor: make sure only one error listener + * chore: use codecov + * fix: handle idle socket error + * test: run on more node versions + +2.0.3 / 2015-08-03 +================== + + * fix: add default error handler to avoid Unhandled error event throw + +2.0.2 / 2015-04-25 +================== + + * fix: remove socket from freeSockets on 'timeout' (@pmalouin) + +2.0.1 / 2015-04-19 +================== + + * fix: add timeoutSocketCount to getCurrentStatus() + * feat(getCurrentStatus): add getCurrentStatus + +2.0.0 / 2015-04-01 +================== + + * fix: socket.destroyed always be undefined on 0.10.x + * Make it compatible with node v0.10.x (@lattmann) + +1.2.1 / 2015-03-23 +================== + + * patch from iojs: don't overwrite servername option + * patch commits from joyent/node + * add max sockets test case + * add nagle algorithm delayed link + +1.2.0 / 2014-09-02 +================== + + * allow set keepAliveTimeout = 0 + * support timeout on working socket. fixed #6 + +1.1.0 / 2014-08-28 +================== + + * add some socket counter for deep monitor + +1.0.0 / 2014-08-13 +================== + + * update _http_agent, only support 0.11+, only support node 0.11.0+ + +0.2.2 / 2013-11-19 +================== + + * support node 0.8 and node 0.10 + +0.2.1 / 2013-11-08 +================== + + * fix socket does not timeout bug, it will hang on life, must use 0.2.x on node 0.11 + +0.2.0 / 2013-11-06 +================== + + * use keepalive agent on node 0.11+ impl + +0.1.5 / 2013-06-24 +================== + + * support coveralls + * add node 0.10 test + * add 0.8.22 original https.js + * add original http.js module to diff + * update jscover + * mv pem to fixtures + * add https agent usage diff --git a/node_modules/agentkeepalive/LICENSE b/node_modules/agentkeepalive/LICENSE new file mode 100644 index 0000000..941258c --- /dev/null +++ b/node_modules/agentkeepalive/LICENSE @@ -0,0 +1,23 @@ +The MIT License + +Copyright(c) node-modules and other contributors. +Copyright(c) 2012 - 2015 fengmk2 + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/agentkeepalive/README.md b/node_modules/agentkeepalive/README.md new file mode 100644 index 0000000..91bd68c --- /dev/null +++ b/node_modules/agentkeepalive/README.md @@ -0,0 +1,256 @@ +# agentkeepalive + +[![NPM version][npm-image]][npm-url] +[![Known Vulnerabilities][snyk-image]][snyk-url] +[![Node.js CI](https://github.com/node-modules/agentkeepalive/actions/workflows/nodejs.yml/badge.svg)](https://github.com/node-modules/agentkeepalive/actions/workflows/nodejs.yml) +[![npm download][download-image]][download-url] + +[npm-image]: https://img.shields.io/npm/v/agentkeepalive.svg?style=flat +[npm-url]: https://npmjs.org/package/agentkeepalive +[snyk-image]: https://snyk.io/test/npm/agentkeepalive/badge.svg?style=flat-square +[snyk-url]: https://snyk.io/test/npm/agentkeepalive +[download-image]: https://img.shields.io/npm/dm/agentkeepalive.svg?style=flat-square +[download-url]: https://npmjs.org/package/agentkeepalive + +The enhancement features `keep alive` `http.Agent`. Support `http` and `https`. + +## What's different from original `http.Agent`? + +- `keepAlive=true` by default +- Disable Nagle's algorithm: `socket.setNoDelay(true)` +- Add free socket timeout: avoid long time inactivity socket leak in the free-sockets queue. +- Add active socket timeout: avoid long time inactivity socket leak in the active-sockets queue. +- TTL for active socket. + +## Node.js version required + +Support Node.js >= `8.0.0` + +## Install + +```bash +$ npm install agentkeepalive --save +``` + +## new Agent([options]) + +* `options` {Object} Set of configurable options to set on the agent. + Can have the following fields: + * `keepAlive` {Boolean} Keep sockets around in a pool to be used by + other requests in the future. Default = `true`. + * `keepAliveMsecs` {Number} When using the keepAlive option, specifies the initial delay + for TCP Keep-Alive packets. Ignored when the keepAlive option is false or undefined. Defaults to 1000. + Default = `1000`. Only relevant if `keepAlive` is set to `true`. + * `freeSocketTimeout`: {Number} Sets the free socket to timeout + after `freeSocketTimeout` milliseconds of inactivity on the free socket. + The default [server-side timeout](https://nodejs.org/api/http.html#serverkeepalivetimeout) is 5000 milliseconds, to [avoid ECONNRESET exceptions](https://medium.com/ssense-tech/reduce-networking-errors-in-nodejs-23b4eb9f2d83), we set the default value to `4000` milliseconds. + Only relevant if `keepAlive` is set to `true`. + * `timeout`: {Number} Sets the working socket to timeout + after `timeout` milliseconds of inactivity on the working socket. + Default is `freeSocketTimeout * 2` so long as that value is greater than or equal to 8 seconds, otherwise the default is 8 seconds. + * `maxSockets` {Number} Maximum number of sockets to allow per + host. Default = `Infinity`. + * `maxFreeSockets` {Number} Maximum number of sockets (per host) to leave open + in a free state. Only relevant if `keepAlive` is set to `true`. + Default = `256`. + * `socketActiveTTL` {Number} Sets the socket active time to live, even if it's in use. + If not set, the behaviour keeps the same (the socket will be released only when free) + Default = `null`. + +## Usage + +```js +const http = require('http'); +const Agent = require('agentkeepalive'); + +const keepaliveAgent = new Agent({ + maxSockets: 100, + maxFreeSockets: 10, + timeout: 60000, // active socket keepalive for 60 seconds + freeSocketTimeout: 30000, // free socket keepalive for 30 seconds +}); + +const options = { + host: 'cnodejs.org', + port: 80, + path: '/', + method: 'GET', + agent: keepaliveAgent, +}; + +const req = http.request(options, res => { + console.log('STATUS: ' + res.statusCode); + console.log('HEADERS: ' + JSON.stringify(res.headers)); + res.setEncoding('utf8'); + res.on('data', function (chunk) { + console.log('BODY: ' + chunk); + }); +}); +req.on('error', e => { + console.log('problem with request: ' + e.message); +}); +req.end(); + +setTimeout(() => { + if (keepaliveAgent.statusChanged) { + console.log('[%s] agent status changed: %j', Date(), keepaliveAgent.getCurrentStatus()); + } +}, 2000); + +``` + +### `getter agent.statusChanged` + +counters have change or not after last checkpoint. + +### `agent.getCurrentStatus()` + +`agent.getCurrentStatus()` will return a object to show the status of this agent: + +```js +{ + createSocketCount: 10, + closeSocketCount: 5, + timeoutSocketCount: 0, + requestCount: 5, + freeSockets: { 'localhost:57479:': 3 }, + sockets: { 'localhost:57479:': 5 }, + requests: {} +} +``` + +### Support `https` + +```js +const https = require('https'); +const HttpsAgent = require('agentkeepalive').HttpsAgent; + +const keepaliveAgent = new HttpsAgent(); +// https://www.google.com/search?q=nodejs&sugexp=chrome,mod=12&sourceid=chrome&ie=UTF-8 +const options = { + host: 'www.google.com', + port: 443, + path: '/search?q=nodejs&sugexp=chrome,mod=12&sourceid=chrome&ie=UTF-8', + method: 'GET', + agent: keepaliveAgent, +}; + +const req = https.request(options, res => { + console.log('STATUS: ' + res.statusCode); + console.log('HEADERS: ' + JSON.stringify(res.headers)); + res.setEncoding('utf8'); + res.on('data', chunk => { + console.log('BODY: ' + chunk); + }); +}); + +req.on('error', e => { + console.log('problem with request: ' + e.message); +}); +req.end(); + +setTimeout(() => { + console.log('agent status: %j', keepaliveAgent.getCurrentStatus()); +}, 2000); +``` + +### Support `req.reusedSocket` + +This agent implements the `req.reusedSocket` to determine whether a request is send through a reused socket. + +When server closes connection at unfortunate time ([keep-alive race](https://code-examples.net/en/q/28a8069)), the http client will throw a `ECONNRESET` error. Under this circumstance, `req.reusedSocket` is useful when we want to retry the request automatically. + +```js +const http = require('http'); +const Agent = require('agentkeepalive'); +const agent = new Agent(); + +const req = http + .get('http://localhost:3000', { agent }, (res) => { + // ... + }) + .on('error', (err) => { + if (req.reusedSocket && err.code === 'ECONNRESET') { + // retry the request or anything else... + } + }) +``` + +This behavior is consistent with Node.js core. But through `agentkeepalive`, you can use this feature in older Node.js version. + +## [Benchmark](https://github.com/node-modules/agentkeepalive/tree/master/benchmark) + +run the benchmark: + +```bash +cd benchmark +sh start.sh +``` + +Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz + +node@v0.8.9 + +50 maxSockets, 60 concurrent, 1000 requests per concurrent, 5ms delay + +Keep alive agent (30 seconds): + +```js +Transactions: 60000 hits +Availability: 100.00 % +Elapsed time: 29.70 secs +Data transferred: 14.88 MB +Response time: 0.03 secs +Transaction rate: 2020.20 trans/sec +Throughput: 0.50 MB/sec +Concurrency: 59.84 +Successful transactions: 60000 +Failed transactions: 0 +Longest transaction: 0.15 +Shortest transaction: 0.01 +``` + +Normal agent: + +```js +Transactions: 60000 hits +Availability: 100.00 % +Elapsed time: 46.53 secs +Data transferred: 14.88 MB +Response time: 0.05 secs +Transaction rate: 1289.49 trans/sec +Throughput: 0.32 MB/sec +Concurrency: 59.81 +Successful transactions: 60000 +Failed transactions: 0 +Longest transaction: 0.45 +Shortest transaction: 0.00 +``` + +Socket created: + +```bash +[proxy.js:120000] keepalive, 50 created, 60000 requestFinished, 1200 req/socket, 0 requests, 0 sockets, 0 unusedSockets, 50 timeout +{" <10ms":662," <15ms":17825," <20ms":20552," <30ms":17646," <40ms":2315," <50ms":567," <100ms":377," <150ms":56," <200ms":0," >=200ms+":0} +---------------------------------------------------------------- +[proxy.js:120000] normal , 53866 created, 84260 requestFinished, 1.56 req/socket, 0 requests, 0 sockets +{" <10ms":75," <15ms":1112," <20ms":10947," <30ms":32130," <40ms":8228," <50ms":3002," <100ms":4274," <150ms":181," <200ms":18," >=200ms+":33} +``` + +## License + +[MIT](LICENSE) + + + +## Contributors + +|[
fengmk2](https://github.com/fengmk2)
|[
dead-horse](https://github.com/dead-horse)
|[
AndrewLeedham](https://github.com/AndrewLeedham)
|[
ngot](https://github.com/ngot)
|[
wrynearson](https://github.com/wrynearson)
|[
aaronArinder](https://github.com/aaronArinder)
| +| :---: | :---: | :---: | :---: | :---: | :---: | +|[
alexpenev-s](https://github.com/alexpenev-s)
|[
blemoine](https://github.com/blemoine)
|[
bdehamer](https://github.com/bdehamer)
|[
DylanPiercey](https://github.com/DylanPiercey)
|[
cixel](https://github.com/cixel)
|[
HerringtonDarkholme](https://github.com/HerringtonDarkholme)
| +|[
denghongcai](https://github.com/denghongcai)
|[
kibertoad](https://github.com/kibertoad)
|[
pangorgo](https://github.com/pangorgo)
|[
mattiash](https://github.com/mattiash)
|[
nabeelbukhari](https://github.com/nabeelbukhari)
|[
pmalouin](https://github.com/pmalouin)
| +[
SimenB](https://github.com/SimenB)
|[
vinaybedre](https://github.com/vinaybedre)
|[
starkwang](https://github.com/starkwang)
|[
killagu](https://github.com/killagu)
|[
tony-gutierrez](https://github.com/tony-gutierrez)
|[
whxaxes](https://github.com/whxaxes)
+ +This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Aug 05 2023 02:36:31 GMT+0800`. + + diff --git a/node_modules/agentkeepalive/browser.js b/node_modules/agentkeepalive/browser.js new file mode 100644 index 0000000..29c9398 --- /dev/null +++ b/node_modules/agentkeepalive/browser.js @@ -0,0 +1,5 @@ +module.exports = noop; +module.exports.HttpsAgent = noop; + +// Noop function for browser since native api's don't use agents. +function noop () {} diff --git a/node_modules/agentkeepalive/index.d.ts b/node_modules/agentkeepalive/index.d.ts new file mode 100644 index 0000000..2bc70a6 --- /dev/null +++ b/node_modules/agentkeepalive/index.d.ts @@ -0,0 +1,65 @@ +import * as http from 'http'; +import * as https from 'https'; +import * as net from 'net'; + +interface PlainObject { + [key: string]: any; +} + +declare class HttpAgent extends http.Agent { + constructor(opts?: AgentKeepAlive.HttpOptions); + readonly statusChanged: boolean; + createConnection(options: net.NetConnectOpts, cb?: Function): net.Socket; + createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; + getCurrentStatus(): AgentKeepAlive.AgentStatus; +} + +interface Constants { + CURRENT_ID: Symbol; + CREATE_ID: Symbol; + INIT_SOCKET: Symbol; + CREATE_HTTPS_CONNECTION: Symbol; + SOCKET_CREATED_TIME: Symbol; + SOCKET_NAME: Symbol; + SOCKET_REQUEST_COUNT: Symbol; + SOCKET_REQUEST_FINISHED_COUNT: Symbol; +} + +declare class AgentKeepAlive extends HttpAgent {} + +declare namespace AgentKeepAlive { + export interface AgentStatus { + createSocketCount: number; + createSocketErrorCount: number; + closeSocketCount: number; + errorSocketCount: number; + timeoutSocketCount: number; + requestCount: number; + freeSockets: PlainObject; + sockets: PlainObject; + requests: PlainObject; + } + + interface CommonHttpOption { + keepAlive?: boolean | undefined; + freeSocketTimeout?: number | undefined; + freeSocketKeepAliveTimeout?: number | undefined; + timeout?: number | undefined; + socketActiveTTL?: number | undefined; + } + + export interface HttpOptions extends http.AgentOptions, CommonHttpOption { } + export interface HttpsOptions extends https.AgentOptions, CommonHttpOption { } + + export class HttpsAgent extends https.Agent { + constructor(opts?: HttpsOptions); + readonly statusChanged: boolean; + createConnection(options: net.NetConnectOpts, cb?: Function): net.Socket; + createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; + getCurrentStatus(): AgentStatus; + } + + export const constants: Constants; +} + +export = AgentKeepAlive; diff --git a/node_modules/agentkeepalive/index.js b/node_modules/agentkeepalive/index.js new file mode 100644 index 0000000..6ca1513 --- /dev/null +++ b/node_modules/agentkeepalive/index.js @@ -0,0 +1,5 @@ +'use strict'; + +module.exports = require('./lib/agent'); +module.exports.HttpsAgent = require('./lib/https_agent'); +module.exports.constants = require('./lib/constants'); diff --git a/node_modules/agentkeepalive/lib/agent.js b/node_modules/agentkeepalive/lib/agent.js new file mode 100644 index 0000000..8bd354e --- /dev/null +++ b/node_modules/agentkeepalive/lib/agent.js @@ -0,0 +1,402 @@ +'use strict'; + +const OriginalAgent = require('http').Agent; +const ms = require('humanize-ms'); +const debug = require('util').debuglog('agentkeepalive'); +const { + INIT_SOCKET, + CURRENT_ID, + CREATE_ID, + SOCKET_CREATED_TIME, + SOCKET_NAME, + SOCKET_REQUEST_COUNT, + SOCKET_REQUEST_FINISHED_COUNT, +} = require('./constants'); + +// OriginalAgent come from +// - https://github.com/nodejs/node/blob/v8.12.0/lib/_http_agent.js +// - https://github.com/nodejs/node/blob/v10.12.0/lib/_http_agent.js + +// node <= 10 +let defaultTimeoutListenerCount = 1; +const majorVersion = parseInt(process.version.split('.', 1)[0].substring(1)); +if (majorVersion >= 11 && majorVersion <= 12) { + defaultTimeoutListenerCount = 2; +} else if (majorVersion >= 13) { + defaultTimeoutListenerCount = 3; +} + +function deprecate(message) { + console.log('[agentkeepalive:deprecated] %s', message); +} + +class Agent extends OriginalAgent { + constructor(options) { + options = options || {}; + options.keepAlive = options.keepAlive !== false; + // default is keep-alive and 4s free socket timeout + // see https://medium.com/ssense-tech/reduce-networking-errors-in-nodejs-23b4eb9f2d83 + if (options.freeSocketTimeout === undefined) { + options.freeSocketTimeout = 4000; + } + // Legacy API: keepAliveTimeout should be rename to `freeSocketTimeout` + if (options.keepAliveTimeout) { + deprecate('options.keepAliveTimeout is deprecated, please use options.freeSocketTimeout instead'); + options.freeSocketTimeout = options.keepAliveTimeout; + delete options.keepAliveTimeout; + } + // Legacy API: freeSocketKeepAliveTimeout should be rename to `freeSocketTimeout` + if (options.freeSocketKeepAliveTimeout) { + deprecate('options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead'); + options.freeSocketTimeout = options.freeSocketKeepAliveTimeout; + delete options.freeSocketKeepAliveTimeout; + } + + // Sets the socket to timeout after timeout milliseconds of inactivity on the socket. + // By default is double free socket timeout. + if (options.timeout === undefined) { + // make sure socket default inactivity timeout >= 8s + options.timeout = Math.max(options.freeSocketTimeout * 2, 8000); + } + + // support humanize format + options.timeout = ms(options.timeout); + options.freeSocketTimeout = ms(options.freeSocketTimeout); + options.socketActiveTTL = options.socketActiveTTL ? ms(options.socketActiveTTL) : 0; + + super(options); + + this[CURRENT_ID] = 0; + + // create socket success counter + this.createSocketCount = 0; + this.createSocketCountLastCheck = 0; + + this.createSocketErrorCount = 0; + this.createSocketErrorCountLastCheck = 0; + + this.closeSocketCount = 0; + this.closeSocketCountLastCheck = 0; + + // socket error event count + this.errorSocketCount = 0; + this.errorSocketCountLastCheck = 0; + + // request finished counter + this.requestCount = 0; + this.requestCountLastCheck = 0; + + // including free socket timeout counter + this.timeoutSocketCount = 0; + this.timeoutSocketCountLastCheck = 0; + + this.on('free', socket => { + // https://github.com/nodejs/node/pull/32000 + // Node.js native agent will check socket timeout eqs agent.options.timeout. + // Use the ttl or freeSocketTimeout to overwrite. + const timeout = this.calcSocketTimeout(socket); + if (timeout > 0 && socket.timeout !== timeout) { + socket.setTimeout(timeout); + } + }); + } + + get freeSocketKeepAliveTimeout() { + deprecate('agent.freeSocketKeepAliveTimeout is deprecated, please use agent.options.freeSocketTimeout instead'); + return this.options.freeSocketTimeout; + } + + get timeout() { + deprecate('agent.timeout is deprecated, please use agent.options.timeout instead'); + return this.options.timeout; + } + + get socketActiveTTL() { + deprecate('agent.socketActiveTTL is deprecated, please use agent.options.socketActiveTTL instead'); + return this.options.socketActiveTTL; + } + + calcSocketTimeout(socket) { + /** + * return <= 0: should free socket + * return > 0: should update socket timeout + * return undefined: not find custom timeout + */ + let freeSocketTimeout = this.options.freeSocketTimeout; + const socketActiveTTL = this.options.socketActiveTTL; + if (socketActiveTTL) { + // check socketActiveTTL + const aliveTime = Date.now() - socket[SOCKET_CREATED_TIME]; + const diff = socketActiveTTL - aliveTime; + if (diff <= 0) { + return diff; + } + if (freeSocketTimeout && diff < freeSocketTimeout) { + freeSocketTimeout = diff; + } + } + // set freeSocketTimeout + if (freeSocketTimeout) { + // set free keepalive timer + // try to use socket custom freeSocketTimeout first, support headers['keep-alive'] + // https://github.com/node-modules/urllib/blob/b76053020923f4d99a1c93cf2e16e0c5ba10bacf/lib/urllib.js#L498 + const customFreeSocketTimeout = socket.freeSocketTimeout || socket.freeSocketKeepAliveTimeout; + return customFreeSocketTimeout || freeSocketTimeout; + } + } + + keepSocketAlive(socket) { + const result = super.keepSocketAlive(socket); + // should not keepAlive, do nothing + if (!result) return result; + + const customTimeout = this.calcSocketTimeout(socket); + if (typeof customTimeout === 'undefined') { + return true; + } + if (customTimeout <= 0) { + debug('%s(requests: %s, finished: %s) free but need to destroy by TTL, request count %s, diff is %s', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], customTimeout); + return false; + } + if (socket.timeout !== customTimeout) { + socket.setTimeout(customTimeout); + } + return true; + } + + // only call on addRequest + reuseSocket(...args) { + // reuseSocket(socket, req) + super.reuseSocket(...args); + const socket = args[0]; + const req = args[1]; + req.reusedSocket = true; + const agentTimeout = this.options.timeout; + if (getSocketTimeout(socket) !== agentTimeout) { + // reset timeout before use + socket.setTimeout(agentTimeout); + debug('%s reset timeout to %sms', socket[SOCKET_NAME], agentTimeout); + } + socket[SOCKET_REQUEST_COUNT]++; + debug('%s(requests: %s, finished: %s) reuse on addRequest, timeout %sms', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], + getSocketTimeout(socket)); + } + + [CREATE_ID]() { + const id = this[CURRENT_ID]++; + if (this[CURRENT_ID] === Number.MAX_SAFE_INTEGER) this[CURRENT_ID] = 0; + return id; + } + + [INIT_SOCKET](socket, options) { + // bugfix here. + // https on node 8, 10 won't set agent.options.timeout by default + // TODO: need to fix on node itself + if (options.timeout) { + const timeout = getSocketTimeout(socket); + if (!timeout) { + socket.setTimeout(options.timeout); + } + } + + if (this.options.keepAlive) { + // Disable Nagle's algorithm: http://blog.caustik.com/2012/04/08/scaling-node-js-to-100k-concurrent-connections/ + // https://fengmk2.com/benchmark/nagle-algorithm-delayed-ack-mock.html + socket.setNoDelay(true); + } + this.createSocketCount++; + if (this.options.socketActiveTTL) { + socket[SOCKET_CREATED_TIME] = Date.now(); + } + // don't show the hole '-----BEGIN CERTIFICATE----' key string + socket[SOCKET_NAME] = `sock[${this[CREATE_ID]()}#${options._agentKey}]`.split('-----BEGIN', 1)[0]; + socket[SOCKET_REQUEST_COUNT] = 1; + socket[SOCKET_REQUEST_FINISHED_COUNT] = 0; + installListeners(this, socket, options); + } + + createConnection(options, oncreate) { + let called = false; + const onNewCreate = (err, socket) => { + if (called) return; + called = true; + + if (err) { + this.createSocketErrorCount++; + return oncreate(err); + } + this[INIT_SOCKET](socket, options); + oncreate(err, socket); + }; + + const newSocket = super.createConnection(options, onNewCreate); + if (newSocket) onNewCreate(null, newSocket); + return newSocket; + } + + get statusChanged() { + const changed = this.createSocketCount !== this.createSocketCountLastCheck || + this.createSocketErrorCount !== this.createSocketErrorCountLastCheck || + this.closeSocketCount !== this.closeSocketCountLastCheck || + this.errorSocketCount !== this.errorSocketCountLastCheck || + this.timeoutSocketCount !== this.timeoutSocketCountLastCheck || + this.requestCount !== this.requestCountLastCheck; + if (changed) { + this.createSocketCountLastCheck = this.createSocketCount; + this.createSocketErrorCountLastCheck = this.createSocketErrorCount; + this.closeSocketCountLastCheck = this.closeSocketCount; + this.errorSocketCountLastCheck = this.errorSocketCount; + this.timeoutSocketCountLastCheck = this.timeoutSocketCount; + this.requestCountLastCheck = this.requestCount; + } + return changed; + } + + getCurrentStatus() { + return { + createSocketCount: this.createSocketCount, + createSocketErrorCount: this.createSocketErrorCount, + closeSocketCount: this.closeSocketCount, + errorSocketCount: this.errorSocketCount, + timeoutSocketCount: this.timeoutSocketCount, + requestCount: this.requestCount, + freeSockets: inspect(this.freeSockets), + sockets: inspect(this.sockets), + requests: inspect(this.requests), + }; + } +} + +// node 8 don't has timeout attribute on socket +// https://github.com/nodejs/node/pull/21204/files#diff-e6ef024c3775d787c38487a6309e491dR408 +function getSocketTimeout(socket) { + return socket.timeout || socket._idleTimeout; +} + +function installListeners(agent, socket, options) { + debug('%s create, timeout %sms', socket[SOCKET_NAME], getSocketTimeout(socket)); + + // listener socket events: close, timeout, error, free + function onFree() { + // create and socket.emit('free') logic + // https://github.com/nodejs/node/blob/master/lib/_http_agent.js#L311 + // no req on the socket, it should be the new socket + if (!socket._httpMessage && socket[SOCKET_REQUEST_COUNT] === 1) return; + + socket[SOCKET_REQUEST_FINISHED_COUNT]++; + agent.requestCount++; + debug('%s(requests: %s, finished: %s) free', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); + + // should reuse on pedding requests? + const name = agent.getName(options); + if (socket.writable && agent.requests[name] && agent.requests[name].length) { + // will be reuse on agent free listener + socket[SOCKET_REQUEST_COUNT]++; + debug('%s(requests: %s, finished: %s) will be reuse on agent free event', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); + } + } + socket.on('free', onFree); + + function onClose(isError) { + debug('%s(requests: %s, finished: %s) close, isError: %s', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], isError); + agent.closeSocketCount++; + } + socket.on('close', onClose); + + // start socket timeout handler + function onTimeout() { + // onTimeout and emitRequestTimeout(_http_client.js) + // https://github.com/nodejs/node/blob/v12.x/lib/_http_client.js#L711 + const listenerCount = socket.listeners('timeout').length; + // node <= 10, default listenerCount is 1, onTimeout + // 11 < node <= 12, default listenerCount is 2, onTimeout and emitRequestTimeout + // node >= 13, default listenerCount is 3, onTimeout, + // onTimeout(https://github.com/nodejs/node/pull/32000/files#diff-5f7fb0850412c6be189faeddea6c5359R333) + // and emitRequestTimeout + const timeout = getSocketTimeout(socket); + const req = socket._httpMessage; + const reqTimeoutListenerCount = req && req.listeners('timeout').length || 0; + debug('%s(requests: %s, finished: %s) timeout after %sms, listeners %s, defaultTimeoutListenerCount %s, hasHttpRequest %s, HttpRequest timeoutListenerCount %s', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], + timeout, listenerCount, defaultTimeoutListenerCount, !!req, reqTimeoutListenerCount); + if (debug.enabled) { + debug('timeout listeners: %s', socket.listeners('timeout').map(f => f.name).join(', ')); + } + agent.timeoutSocketCount++; + const name = agent.getName(options); + if (agent.freeSockets[name] && agent.freeSockets[name].indexOf(socket) !== -1) { + // free socket timeout, destroy quietly + socket.destroy(); + // Remove it from freeSockets list immediately to prevent new requests + // from being sent through this socket. + agent.removeSocket(socket, options); + debug('%s is free, destroy quietly', socket[SOCKET_NAME]); + } else { + // if there is no any request socket timeout handler, + // agent need to handle socket timeout itself. + // + // custom request socket timeout handle logic must follow these rules: + // 1. Destroy socket first + // 2. Must emit socket 'agentRemove' event tell agent remove socket + // from freeSockets list immediately. + // Otherise you may be get 'socket hang up' error when reuse + // free socket and timeout happen in the same time. + if (reqTimeoutListenerCount === 0) { + const error = new Error('Socket timeout'); + error.code = 'ERR_SOCKET_TIMEOUT'; + error.timeout = timeout; + // must manually call socket.end() or socket.destroy() to end the connection. + // https://nodejs.org/dist/latest-v10.x/docs/api/net.html#net_socket_settimeout_timeout_callback + socket.destroy(error); + agent.removeSocket(socket, options); + debug('%s destroy with timeout error', socket[SOCKET_NAME]); + } + } + } + socket.on('timeout', onTimeout); + + function onError(err) { + const listenerCount = socket.listeners('error').length; + debug('%s(requests: %s, finished: %s) error: %s, listenerCount: %s', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], + err, listenerCount); + agent.errorSocketCount++; + if (listenerCount === 1) { + // if socket don't contain error event handler, don't catch it, emit it again + debug('%s emit uncaught error event', socket[SOCKET_NAME]); + socket.removeListener('error', onError); + socket.emit('error', err); + } + } + socket.on('error', onError); + + function onRemove() { + debug('%s(requests: %s, finished: %s) agentRemove', + socket[SOCKET_NAME], + socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); + // We need this function for cases like HTTP 'upgrade' + // (defined by WebSockets) where we need to remove a socket from the + // pool because it'll be locked up indefinitely + socket.removeListener('close', onClose); + socket.removeListener('error', onError); + socket.removeListener('free', onFree); + socket.removeListener('timeout', onTimeout); + socket.removeListener('agentRemove', onRemove); + } + socket.on('agentRemove', onRemove); +} + +module.exports = Agent; + +function inspect(obj) { + const res = {}; + for (const key in obj) { + res[key] = obj[key].length; + } + return res; +} diff --git a/node_modules/agentkeepalive/lib/constants.js b/node_modules/agentkeepalive/lib/constants.js new file mode 100644 index 0000000..ca7ab97 --- /dev/null +++ b/node_modules/agentkeepalive/lib/constants.js @@ -0,0 +1,14 @@ +'use strict'; + +module.exports = { + // agent + CURRENT_ID: Symbol('agentkeepalive#currentId'), + CREATE_ID: Symbol('agentkeepalive#createId'), + INIT_SOCKET: Symbol('agentkeepalive#initSocket'), + CREATE_HTTPS_CONNECTION: Symbol('agentkeepalive#createHttpsConnection'), + // socket + SOCKET_CREATED_TIME: Symbol('agentkeepalive#socketCreatedTime'), + SOCKET_NAME: Symbol('agentkeepalive#socketName'), + SOCKET_REQUEST_COUNT: Symbol('agentkeepalive#socketRequestCount'), + SOCKET_REQUEST_FINISHED_COUNT: Symbol('agentkeepalive#socketRequestFinishedCount'), +}; diff --git a/node_modules/agentkeepalive/lib/https_agent.js b/node_modules/agentkeepalive/lib/https_agent.js new file mode 100644 index 0000000..344fb32 --- /dev/null +++ b/node_modules/agentkeepalive/lib/https_agent.js @@ -0,0 +1,51 @@ +'use strict'; + +const OriginalHttpsAgent = require('https').Agent; +const HttpAgent = require('./agent'); +const { + INIT_SOCKET, + CREATE_HTTPS_CONNECTION, +} = require('./constants'); + +class HttpsAgent extends HttpAgent { + constructor(options) { + super(options); + + this.defaultPort = 443; + this.protocol = 'https:'; + this.maxCachedSessions = this.options.maxCachedSessions; + /* istanbul ignore next */ + if (this.maxCachedSessions === undefined) { + this.maxCachedSessions = 100; + } + + this._sessionCache = { + map: {}, + list: [], + }; + } + + createConnection(options, oncreate) { + const socket = this[CREATE_HTTPS_CONNECTION](options, oncreate); + this[INIT_SOCKET](socket, options); + return socket; + } +} + +// https://github.com/nodejs/node/blob/master/lib/https.js#L89 +HttpsAgent.prototype[CREATE_HTTPS_CONNECTION] = OriginalHttpsAgent.prototype.createConnection; + +[ + 'getName', + '_getSession', + '_cacheSession', + // https://github.com/nodejs/node/pull/4982 + '_evictSession', +].forEach(function(method) { + /* istanbul ignore next */ + if (typeof OriginalHttpsAgent.prototype[method] === 'function') { + HttpsAgent.prototype[method] = OriginalHttpsAgent.prototype[method]; + } +}); + +module.exports = HttpsAgent; diff --git a/node_modules/agentkeepalive/package.json b/node_modules/agentkeepalive/package.json new file mode 100644 index 0000000..d8e9aa7 --- /dev/null +++ b/node_modules/agentkeepalive/package.json @@ -0,0 +1,56 @@ +{ + "name": "agentkeepalive", + "version": "4.5.0", + "description": "Missing keepalive http.Agent", + "main": "index.js", + "browser": "browser.js", + "files": [ + "index.js", + "index.d.ts", + "browser.js", + "lib" + ], + "scripts": { + "contributor": "git-contributor", + "test": "npm run lint && egg-bin test --full-trace", + "test-local": "egg-bin test --full-trace", + "cov": "cross-env NODE_DEBUG=agentkeepalive egg-bin cov --full-trace", + "ci": "npm run lint && npm run cov", + "lint": "eslint lib test index.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/node-modules/agentkeepalive.git" + }, + "bugs": { + "url": "https://github.com/node-modules/agentkeepalive/issues" + }, + "keywords": [ + "http", + "https", + "agent", + "keepalive", + "agentkeepalive", + "HttpAgent", + "HttpsAgent" + ], + "dependencies": { + "humanize-ms": "^1.2.1" + }, + "devDependencies": { + "coffee": "^5.3.0", + "cross-env": "^6.0.3", + "egg-bin": "^4.9.0", + "eslint": "^5.7.0", + "eslint-config-egg": "^7.1.0", + "git-contributor": "^2.0.0", + "mm": "^2.4.1", + "pedding": "^1.1.0", + "typescript": "^3.8.3" + }, + "engines": { + "node": ">= 8.0.0" + }, + "author": "fengmk2 (https://github.com/fengmk2)", + "license": "MIT" +} diff --git a/node_modules/aggregate-error/index.d.ts b/node_modules/aggregate-error/index.d.ts new file mode 100644 index 0000000..502bf7a --- /dev/null +++ b/node_modules/aggregate-error/index.d.ts @@ -0,0 +1,51 @@ +/** +Create an error from multiple errors. +*/ +declare class AggregateError extends Error implements Iterable { + readonly name: 'AggregateError'; + + /** + @param errors - If a string, a new `Error` is created with the string as the error message. If a non-Error object, a new `Error` is created with all properties from the object copied over. + @returns An Error that is also an [`Iterable`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators#Iterables) for the individual errors. + + @example + ``` + import AggregateError = require('aggregate-error'); + + const error = new AggregateError([new Error('foo'), 'bar', {message: 'baz'}]); + + throw error; + + // AggregateError: + // Error: foo + // at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:33) + // Error: bar + // at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + // Error: baz + // at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + // at AggregateError (/Users/sindresorhus/dev/aggregate-error/index.js:19:3) + // at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + // at Module._compile (module.js:556:32) + // at Object.Module._extensions..js (module.js:565:10) + // at Module.load (module.js:473:32) + // at tryModuleLoad (module.js:432:12) + // at Function.Module._load (module.js:424:3) + // at Module.runMain (module.js:590:10) + // at run (bootstrap_node.js:394:7) + // at startup (bootstrap_node.js:149:9) + + + for (const individualError of error) { + console.log(individualError); + } + //=> [Error: foo] + //=> [Error: bar] + //=> [Error: baz] + ``` + */ + constructor(errors: ReadonlyArray); + + [Symbol.iterator](): IterableIterator; +} + +export = AggregateError; diff --git a/node_modules/aggregate-error/index.js b/node_modules/aggregate-error/index.js new file mode 100644 index 0000000..ba5bf02 --- /dev/null +++ b/node_modules/aggregate-error/index.js @@ -0,0 +1,47 @@ +'use strict'; +const indentString = require('indent-string'); +const cleanStack = require('clean-stack'); + +const cleanInternalStack = stack => stack.replace(/\s+at .*aggregate-error\/index.js:\d+:\d+\)?/g, ''); + +class AggregateError extends Error { + constructor(errors) { + if (!Array.isArray(errors)) { + throw new TypeError(`Expected input to be an Array, got ${typeof errors}`); + } + + errors = [...errors].map(error => { + if (error instanceof Error) { + return error; + } + + if (error !== null && typeof error === 'object') { + // Handle plain error objects with message property and/or possibly other metadata + return Object.assign(new Error(error.message), error); + } + + return new Error(error); + }); + + let message = errors + .map(error => { + // The `stack` property is not standardized, so we can't assume it exists + return typeof error.stack === 'string' ? cleanInternalStack(cleanStack(error.stack)) : String(error); + }) + .join('\n'); + message = '\n' + indentString(message, 4); + super(message); + + this.name = 'AggregateError'; + + Object.defineProperty(this, '_errors', {value: errors}); + } + + * [Symbol.iterator]() { + for (const error of this._errors) { + yield error; + } + } +} + +module.exports = AggregateError; diff --git a/node_modules/aggregate-error/license b/node_modules/aggregate-error/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/aggregate-error/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/aggregate-error/package.json b/node_modules/aggregate-error/package.json new file mode 100644 index 0000000..74fcc37 --- /dev/null +++ b/node_modules/aggregate-error/package.json @@ -0,0 +1,41 @@ +{ + "name": "aggregate-error", + "version": "3.1.0", + "description": "Create an error from multiple errors", + "license": "MIT", + "repository": "sindresorhus/aggregate-error", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "aggregate", + "error", + "combine", + "multiple", + "many", + "collection", + "iterable", + "iterator" + ], + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "devDependencies": { + "ava": "^2.4.0", + "tsd": "^0.7.1", + "xo": "^0.25.3" + } +} diff --git a/node_modules/aggregate-error/readme.md b/node_modules/aggregate-error/readme.md new file mode 100644 index 0000000..850de98 --- /dev/null +++ b/node_modules/aggregate-error/readme.md @@ -0,0 +1,61 @@ +# aggregate-error [![Build Status](https://travis-ci.org/sindresorhus/aggregate-error.svg?branch=master)](https://travis-ci.org/sindresorhus/aggregate-error) + +> Create an error from multiple errors + + +## Install + +``` +$ npm install aggregate-error +``` + + +## Usage + +```js +const AggregateError = require('aggregate-error'); + +const error = new AggregateError([new Error('foo'), 'bar', {message: 'baz'}]); + +throw error; +/* +AggregateError: + Error: foo + at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:33) + Error: bar + at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + Error: baz + at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + at AggregateError (/Users/sindresorhus/dev/aggregate-error/index.js:19:3) + at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + at Module._compile (module.js:556:32) + at Object.Module._extensions..js (module.js:565:10) + at Module.load (module.js:473:32) + at tryModuleLoad (module.js:432:12) + at Function.Module._load (module.js:424:3) + at Module.runMain (module.js:590:10) + at run (bootstrap_node.js:394:7) + at startup (bootstrap_node.js:149:9) +*/ + +for (const individualError of error) { + console.log(individualError); +} +//=> [Error: foo] +//=> [Error: bar] +//=> [Error: baz] +``` + + +## API + +### AggregateError(errors) + +Returns an `Error` that is also an [`Iterable`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators#Iterables) for the individual errors. + +#### errors + +Type: `Array` + +If a string, a new `Error` is created with the string as the error message.
+If a non-Error object, a new `Error` is created with all properties from the object copied over. diff --git a/node_modules/ansi-regex/index.d.ts b/node_modules/ansi-regex/index.d.ts new file mode 100644 index 0000000..2dbf6af --- /dev/null +++ b/node_modules/ansi-regex/index.d.ts @@ -0,0 +1,37 @@ +declare namespace ansiRegex { + interface Options { + /** + Match only the first ANSI escape. + + @default false + */ + onlyFirst: boolean; + } +} + +/** +Regular expression for matching ANSI escape codes. + +@example +``` +import ansiRegex = require('ansi-regex'); + +ansiRegex().test('\u001B[4mcake\u001B[0m'); +//=> true + +ansiRegex().test('cake'); +//=> false + +'\u001B[4mcake\u001B[0m'.match(ansiRegex()); +//=> ['\u001B[4m', '\u001B[0m'] + +'\u001B[4mcake\u001B[0m'.match(ansiRegex({onlyFirst: true})); +//=> ['\u001B[4m'] + +'\u001B]8;;https://github.com\u0007click\u001B]8;;\u0007'.match(ansiRegex()); +//=> ['\u001B]8;;https://github.com\u0007', '\u001B]8;;\u0007'] +``` +*/ +declare function ansiRegex(options?: ansiRegex.Options): RegExp; + +export = ansiRegex; diff --git a/node_modules/ansi-regex/index.js b/node_modules/ansi-regex/index.js new file mode 100644 index 0000000..616ff83 --- /dev/null +++ b/node_modules/ansi-regex/index.js @@ -0,0 +1,10 @@ +'use strict'; + +module.exports = ({onlyFirst = false} = {}) => { + const pattern = [ + '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)', + '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))' + ].join('|'); + + return new RegExp(pattern, onlyFirst ? undefined : 'g'); +}; diff --git a/node_modules/ansi-regex/license b/node_modules/ansi-regex/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/ansi-regex/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/ansi-regex/package.json b/node_modules/ansi-regex/package.json new file mode 100644 index 0000000..017f531 --- /dev/null +++ b/node_modules/ansi-regex/package.json @@ -0,0 +1,55 @@ +{ + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "license": "MIT", + "repository": "chalk/ansi-regex", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd", + "view-supported": "node fixtures/view-codes.js" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "ansi", + "styles", + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "tty", + "escape", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "command-line", + "text", + "regex", + "regexp", + "re", + "match", + "test", + "find", + "pattern" + ], + "devDependencies": { + "ava": "^2.4.0", + "tsd": "^0.9.0", + "xo": "^0.25.3" + } +} diff --git a/node_modules/ansi-regex/readme.md b/node_modules/ansi-regex/readme.md new file mode 100644 index 0000000..4d848bc --- /dev/null +++ b/node_modules/ansi-regex/readme.md @@ -0,0 +1,78 @@ +# ansi-regex + +> Regular expression for matching [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) + + +## Install + +``` +$ npm install ansi-regex +``` + + +## Usage + +```js +const ansiRegex = require('ansi-regex'); + +ansiRegex().test('\u001B[4mcake\u001B[0m'); +//=> true + +ansiRegex().test('cake'); +//=> false + +'\u001B[4mcake\u001B[0m'.match(ansiRegex()); +//=> ['\u001B[4m', '\u001B[0m'] + +'\u001B[4mcake\u001B[0m'.match(ansiRegex({onlyFirst: true})); +//=> ['\u001B[4m'] + +'\u001B]8;;https://github.com\u0007click\u001B]8;;\u0007'.match(ansiRegex()); +//=> ['\u001B]8;;https://github.com\u0007', '\u001B]8;;\u0007'] +``` + + +## API + +### ansiRegex(options?) + +Returns a regex for matching ANSI escape codes. + +#### options + +Type: `object` + +##### onlyFirst + +Type: `boolean`
+Default: `false` *(Matches any ANSI escape codes in a string)* + +Match only the first ANSI escape. + + +## FAQ + +### Why do you test for codes not in the ECMA 48 standard? + +Some of the codes we run as a test are codes that we acquired finding various lists of non-standard or manufacturer specific codes. We test for both standard and non-standard codes, as most of them follow the same or similar format and can be safely matched in strings without the risk of removing actual string content. There are a few non-standard control codes that do not follow the traditional format (i.e. they end in numbers) thus forcing us to exclude them from the test because we cannot reliably match them. + +On the historical side, those ECMA standards were established in the early 90's whereas the VT100, for example, was designed in the mid/late 70's. At that point in time, control codes were still pretty ungoverned and engineers used them for a multitude of things, namely to activate hardware ports that may have been proprietary. Somewhere else you see a similar 'anarchy' of codes is in the x86 architecture for processors; there are a ton of "interrupts" that can mean different things on certain brands of processors, most of which have been phased out. + + +## Maintainers + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Josh Junon](https://github.com/qix-) + + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
diff --git a/node_modules/aproba/CHANGELOG.md b/node_modules/aproba/CHANGELOG.md new file mode 100644 index 0000000..bab30ec --- /dev/null +++ b/node_modules/aproba/CHANGELOG.md @@ -0,0 +1,4 @@ +2.0.0 + * Drop support for 0.10 and 0.12. They haven't been in travis but still, + since we _know_ we'll break with them now it's only polite to do a + major bump. diff --git a/node_modules/aproba/LICENSE b/node_modules/aproba/LICENSE new file mode 100644 index 0000000..f4be44d --- /dev/null +++ b/node_modules/aproba/LICENSE @@ -0,0 +1,14 @@ +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + diff --git a/node_modules/aproba/README.md b/node_modules/aproba/README.md new file mode 100644 index 0000000..0bfc594 --- /dev/null +++ b/node_modules/aproba/README.md @@ -0,0 +1,94 @@ +aproba +====== + +A ridiculously light-weight function argument validator + +``` +var validate = require("aproba") + +function myfunc(a, b, c) { + // `a` must be a string, `b` a number, `c` a function + validate('SNF', arguments) // [a,b,c] is also valid +} + +myfunc('test', 23, function () {}) // ok +myfunc(123, 23, function () {}) // type error +myfunc('test', 23) // missing arg error +myfunc('test', 23, function () {}, true) // too many args error + +``` + +Valid types are: + +| type | description +| :--: | :---------- +| * | matches any type +| A | `Array.isArray` OR an `arguments` object +| S | typeof == string +| N | typeof == number +| F | typeof == function +| O | typeof == object and not type A and not type E +| B | typeof == boolean +| E | `instanceof Error` OR `null` **(special: see below)** +| Z | == `null` + +Validation failures throw one of three exception types, distinguished by a +`code` property of `EMISSINGARG`, `EINVALIDTYPE` or `ETOOMANYARGS`. + +If you pass in an invalid type then it will throw with a code of +`EUNKNOWNTYPE`. + +If an **error** argument is found and is not null then the remaining +arguments are optional. That is, if you say `ESO` then that's like using a +non-magical `E` in: `E|ESO|ZSO`. + +### But I have optional arguments?! + +You can provide more than one signature by separating them with pipes `|`. +If any signature matches the arguments then they'll be considered valid. + +So for example, say you wanted to write a signature for +`fs.createWriteStream`. The docs for it describe it thusly: + +``` +fs.createWriteStream(path[, options]) +``` + +This would be a signature of `SO|S`. That is, a string and and object, or +just a string. + +Now, if you read the full `fs` docs, you'll see that actually path can ALSO +be a buffer. And options can be a string, that is: +``` +path | +options | +``` + +To reproduce this you have to fully enumerate all of the possible +combinations and that implies a signature of `SO|SS|OO|OS|S|O`. The +awkwardness is a feature: It reminds you of the complexity you're adding to +your API when you do this sort of thing. + + +### Browser support + +This has no dependencies and should work in browsers, though you'll have +noisier stack traces. + +### Why this exists + +I wanted a very simple argument validator. It needed to do two things: + +1. Be more concise and easier to use than assertions + +2. Not encourage an infinite bikeshed of DSLs + +This is why types are specified by a single character and there's no such +thing as an optional argument. + +This is not intended to validate user data. This is specifically about +asserting the interface of your functions. + +If you need greater validation, I encourage you to write them by hand or +look elsewhere. + diff --git a/node_modules/aproba/index.js b/node_modules/aproba/index.js new file mode 100644 index 0000000..fd94748 --- /dev/null +++ b/node_modules/aproba/index.js @@ -0,0 +1,105 @@ +'use strict' +module.exports = validate + +function isArguments (thingy) { + return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee') +} + +const types = { + '*': {label: 'any', check: () => true}, + A: {label: 'array', check: _ => Array.isArray(_) || isArguments(_)}, + S: {label: 'string', check: _ => typeof _ === 'string'}, + N: {label: 'number', check: _ => typeof _ === 'number'}, + F: {label: 'function', check: _ => typeof _ === 'function'}, + O: {label: 'object', check: _ => typeof _ === 'object' && _ != null && !types.A.check(_) && !types.E.check(_)}, + B: {label: 'boolean', check: _ => typeof _ === 'boolean'}, + E: {label: 'error', check: _ => _ instanceof Error}, + Z: {label: 'null', check: _ => _ == null} +} + +function addSchema (schema, arity) { + const group = arity[schema.length] = arity[schema.length] || [] + if (group.indexOf(schema) === -1) group.push(schema) +} + +function validate (rawSchemas, args) { + if (arguments.length !== 2) throw wrongNumberOfArgs(['SA'], arguments.length) + if (!rawSchemas) throw missingRequiredArg(0, 'rawSchemas') + if (!args) throw missingRequiredArg(1, 'args') + if (!types.S.check(rawSchemas)) throw invalidType(0, ['string'], rawSchemas) + if (!types.A.check(args)) throw invalidType(1, ['array'], args) + const schemas = rawSchemas.split('|') + const arity = {} + + schemas.forEach(schema => { + for (let ii = 0; ii < schema.length; ++ii) { + const type = schema[ii] + if (!types[type]) throw unknownType(ii, type) + } + if (/E.*E/.test(schema)) throw moreThanOneError(schema) + addSchema(schema, arity) + if (/E/.test(schema)) { + addSchema(schema.replace(/E.*$/, 'E'), arity) + addSchema(schema.replace(/E/, 'Z'), arity) + if (schema.length === 1) addSchema('', arity) + } + }) + let matching = arity[args.length] + if (!matching) { + throw wrongNumberOfArgs(Object.keys(arity), args.length) + } + for (let ii = 0; ii < args.length; ++ii) { + let newMatching = matching.filter(schema => { + const type = schema[ii] + const typeCheck = types[type].check + return typeCheck(args[ii]) + }) + if (!newMatching.length) { + const labels = matching.map(_ => types[_[ii]].label).filter(_ => _ != null) + throw invalidType(ii, labels, args[ii]) + } + matching = newMatching + } +} + +function missingRequiredArg (num) { + return newException('EMISSINGARG', 'Missing required argument #' + (num + 1)) +} + +function unknownType (num, type) { + return newException('EUNKNOWNTYPE', 'Unknown type ' + type + ' in argument #' + (num + 1)) +} + +function invalidType (num, expectedTypes, value) { + let valueType + Object.keys(types).forEach(typeCode => { + if (types[typeCode].check(value)) valueType = types[typeCode].label + }) + return newException('EINVALIDTYPE', 'Argument #' + (num + 1) + ': Expected ' + + englishList(expectedTypes) + ' but got ' + valueType) +} + +function englishList (list) { + return list.join(', ').replace(/, ([^,]+)$/, ' or $1') +} + +function wrongNumberOfArgs (expected, got) { + const english = englishList(expected) + const args = expected.every(ex => ex.length === 1) + ? 'argument' + : 'arguments' + return newException('EWRONGARGCOUNT', 'Expected ' + english + ' ' + args + ' but got ' + got) +} + +function moreThanOneError (schema) { + return newException('ETOOMANYERRORTYPES', + 'Only one error type per argument signature is allowed, more than one found in "' + schema + '"') +} + +function newException (code, msg) { + const err = new Error(msg) + err.code = code + /* istanbul ignore else */ + if (Error.captureStackTrace) Error.captureStackTrace(err, validate) + return err +} diff --git a/node_modules/aproba/package.json b/node_modules/aproba/package.json new file mode 100644 index 0000000..d2212d3 --- /dev/null +++ b/node_modules/aproba/package.json @@ -0,0 +1,35 @@ +{ + "name": "aproba", + "version": "2.0.0", + "description": "A ridiculously light-weight argument validator (now browser friendly)", + "main": "index.js", + "directories": { + "test": "test" + }, + "dependencies": {}, + "devDependencies": { + "standard": "^11.0.1", + "tap": "^12.0.1" + }, + "files": [ + "index.js" + ], + "scripts": { + "pretest": "standard", + "test": "tap --100 -J test/*.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/iarna/aproba" + }, + "keywords": [ + "argument", + "validate" + ], + "author": "Rebecca Turner ", + "license": "ISC", + "bugs": { + "url": "https://github.com/iarna/aproba/issues" + }, + "homepage": "https://github.com/iarna/aproba" +} diff --git a/node_modules/are-we-there-yet/LICENSE.md b/node_modules/are-we-there-yet/LICENSE.md new file mode 100644 index 0000000..845be76 --- /dev/null +++ b/node_modules/are-we-there-yet/LICENSE.md @@ -0,0 +1,18 @@ +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/are-we-there-yet/README.md b/node_modules/are-we-there-yet/README.md new file mode 100644 index 0000000..caae19b --- /dev/null +++ b/node_modules/are-we-there-yet/README.md @@ -0,0 +1,208 @@ +are-we-there-yet +---------------- + +Track complex hierarchies of asynchronous task completion statuses. This is +intended to give you a way of recording and reporting the progress of the big +recursive fan-out and gather type workflows that are so common in async. + +What you do with this completion data is up to you, but the most common use case is to +feed it to one of the many progress bar modules. + +Most progress bar modules include a rudimentary version of this, but my +needs were more complex. + +Usage +===== + +```javascript +var TrackerGroup = require("are-we-there-yet").TrackerGroup + +var top = new TrackerGroup("program") + +var single = top.newItem("one thing", 100) +single.completeWork(20) + +console.log(top.completed()) // 0.2 + +fs.stat("file", function(er, stat) { + if (er) throw er + var stream = top.newStream("file", stat.size) + console.log(top.completed()) // now 0.1 as single is 50% of the job and is 20% complete + // and 50% * 20% == 10% + fs.createReadStream("file").pipe(stream).on("data", function (chunk) { + // do stuff with chunk + }) + top.on("change", function (name) { + // called each time a chunk is read from "file" + // top.completed() will start at 0.1 and fill up to 0.6 as the file is read + }) +}) +``` + +Shared Methods +============== + +* var completed = tracker.completed() + +Implemented in: `Tracker`, `TrackerGroup`, `TrackerStream` + +Returns the ratio of completed work to work to be done. Range of 0 to 1. + +* tracker.finish() + +Implemented in: `Tracker`, `TrackerGroup` + +Marks the tracker as completed. With a TrackerGroup this marks all of its +components as completed. + +Marks all of the components of this tracker as finished, which in turn means +that `tracker.completed()` for this will now be 1. + +This will result in one or more `change` events being emitted. + +Events +====== + +All tracker objects emit `change` events with the following arguments: + +``` +function (name, completed, tracker) +``` + +`name` is the name of the tracker that originally emitted the event, +or if it didn't have one, the first containing tracker group that had one. + +`completed` is the percent complete (as returned by `tracker.completed()` method). + +`tracker` is the tracker object that you are listening for events on. + +TrackerGroup +============ + +* var tracker = new TrackerGroup(**name**) + + * **name** *(optional)* - The name of this tracker group, used in change + notifications if the component updating didn't have a name. Defaults to undefined. + +Creates a new empty tracker aggregation group. These are trackers whose +completion status is determined by the completion status of other trackers added to this aggregation group. + +Ex. + +```javascript +var tracker = new TrackerGroup("parent") +var foo = tracker.newItem("firstChild", 100) +var bar = tracker.newItem("secondChild", 100) + +foo.finish() +console.log(tracker.completed()) // 0.5 +bar.finish() +console.log(tracker.completed()) // 1 +``` + +* tracker.addUnit(**otherTracker**, **weight**) + + * **otherTracker** - Any of the other are-we-there-yet tracker objects + * **weight** *(optional)* - The weight to give the tracker, defaults to 1. + +Adds the **otherTracker** to this aggregation group. The weight determines +how long you expect this tracker to take to complete in proportion to other +units. So for instance, if you add one tracker with a weight of 1 and +another with a weight of 2, you're saying the second will take twice as long +to complete as the first. As such, the first will account for 33% of the +completion of this tracker and the second will account for the other 67%. + +Returns **otherTracker**. + +* var subGroup = tracker.newGroup(**name**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subGroup = tracker.addUnit(new TrackerGroup(name), weight) +``` + +* var subItem = tracker.newItem(**name**, **todo**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subItem = tracker.addUnit(new Tracker(name, todo), weight) +``` + +* var subStream = tracker.newStream(**name**, **todo**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subStream = tracker.addUnit(new TrackerStream(name, todo), weight) +``` + +* console.log( tracker.debug() ) + +Returns a tree showing the completion of this tracker group and all of its +children, including recursively entering all of the children. + +Tracker +======= + +* var tracker = new Tracker(**name**, **todo**) + + * **name** *(optional)* The name of this counter to report in change + events. Defaults to undefined. + * **todo** *(optional)* The amount of work todo (a number). Defaults to 0. + +Ordinarily these are constructed as a part of a tracker group (via +`newItem`). + +* var completed = tracker.completed() + +Returns the ratio of completed work to work to be done. Range of 0 to 1. If +total work to be done is 0 then it will return 0. + +* tracker.addWork(**todo**) + + * **todo** A number to add to the amount of work to be done. + +Increases the amount of work to be done, thus decreasing the completion +percentage. Triggers a `change` event. + +* tracker.completeWork(**completed**) + + * **completed** A number to add to the work complete + +Increase the amount of work complete, thus increasing the completion percentage. +Will never increase the work completed past the amount of work todo. That is, +percentages > 100% are not allowed. Triggers a `change` event. + +* tracker.finish() + +Marks this tracker as finished, tracker.completed() will now be 1. Triggers +a `change` event. + +TrackerStream +============= + +* var tracker = new TrackerStream(**name**, **size**, **options**) + + * **name** *(optional)* The name of this counter to report in change + events. Defaults to undefined. + * **size** *(optional)* The number of bytes being sent through this stream. + * **options** *(optional)* A hash of stream options + +The tracker stream object is a pass through stream that updates an internal +tracker object each time a block passes through. It's intended to track +downloads, file extraction and other related activities. You use it by piping +your data source into it and then using it as your data source. + +If your data has a length attribute then that's used as the amount of work +completed when the chunk is passed through. If it does not (eg, object +streams) then each chunk counts as completing 1 unit of work, so your size +should be the total number of objects being streamed. + +* tracker.addWork(**todo**) + + * **todo** Increase the expected overall size by **todo** bytes. + +Increases the amount of work to be done, thus decreasing the completion +percentage. Triggers a `change` event. diff --git a/node_modules/are-we-there-yet/lib/index.js b/node_modules/are-we-there-yet/lib/index.js new file mode 100644 index 0000000..57d8743 --- /dev/null +++ b/node_modules/are-we-there-yet/lib/index.js @@ -0,0 +1,4 @@ +'use strict' +exports.TrackerGroup = require('./tracker-group.js') +exports.Tracker = require('./tracker.js') +exports.TrackerStream = require('./tracker-stream.js') diff --git a/node_modules/are-we-there-yet/lib/tracker-base.js b/node_modules/are-we-there-yet/lib/tracker-base.js new file mode 100644 index 0000000..6f43687 --- /dev/null +++ b/node_modules/are-we-there-yet/lib/tracker-base.js @@ -0,0 +1,11 @@ +'use strict' +var EventEmitter = require('events').EventEmitter +var util = require('util') + +var trackerId = 0 +var TrackerBase = module.exports = function (name) { + EventEmitter.call(this) + this.id = ++trackerId + this.name = name +} +util.inherits(TrackerBase, EventEmitter) diff --git a/node_modules/are-we-there-yet/lib/tracker-group.js b/node_modules/are-we-there-yet/lib/tracker-group.js new file mode 100644 index 0000000..9da13f8 --- /dev/null +++ b/node_modules/are-we-there-yet/lib/tracker-group.js @@ -0,0 +1,116 @@ +'use strict' +var util = require('util') +var TrackerBase = require('./tracker-base.js') +var Tracker = require('./tracker.js') +var TrackerStream = require('./tracker-stream.js') + +var TrackerGroup = module.exports = function (name) { + TrackerBase.call(this, name) + this.parentGroup = null + this.trackers = [] + this.completion = {} + this.weight = {} + this.totalWeight = 0 + this.finished = false + this.bubbleChange = bubbleChange(this) +} +util.inherits(TrackerGroup, TrackerBase) + +function bubbleChange (trackerGroup) { + return function (name, completed, tracker) { + trackerGroup.completion[tracker.id] = completed + if (trackerGroup.finished) { + return + } + trackerGroup.emit('change', name || trackerGroup.name, trackerGroup.completed(), trackerGroup) + } +} + +TrackerGroup.prototype.nameInTree = function () { + var names = [] + var from = this + while (from) { + names.unshift(from.name) + from = from.parentGroup + } + return names.join('/') +} + +TrackerGroup.prototype.addUnit = function (unit, weight) { + if (unit.addUnit) { + var toTest = this + while (toTest) { + if (unit === toTest) { + throw new Error( + 'Attempted to add tracker group ' + + unit.name + ' to tree that already includes it ' + + this.nameInTree(this)) + } + toTest = toTest.parentGroup + } + unit.parentGroup = this + } + this.weight[unit.id] = weight || 1 + this.totalWeight += this.weight[unit.id] + this.trackers.push(unit) + this.completion[unit.id] = unit.completed() + unit.on('change', this.bubbleChange) + if (!this.finished) { + this.emit('change', unit.name, this.completion[unit.id], unit) + } + return unit +} + +TrackerGroup.prototype.completed = function () { + if (this.trackers.length === 0) { + return 0 + } + var valPerWeight = 1 / this.totalWeight + var completed = 0 + for (var ii = 0; ii < this.trackers.length; ii++) { + var trackerId = this.trackers[ii].id + completed += + valPerWeight * this.weight[trackerId] * this.completion[trackerId] + } + return completed +} + +TrackerGroup.prototype.newGroup = function (name, weight) { + return this.addUnit(new TrackerGroup(name), weight) +} + +TrackerGroup.prototype.newItem = function (name, todo, weight) { + return this.addUnit(new Tracker(name, todo), weight) +} + +TrackerGroup.prototype.newStream = function (name, todo, weight) { + return this.addUnit(new TrackerStream(name, todo), weight) +} + +TrackerGroup.prototype.finish = function () { + this.finished = true + if (!this.trackers.length) { + this.addUnit(new Tracker(), 1, true) + } + for (var ii = 0; ii < this.trackers.length; ii++) { + var tracker = this.trackers[ii] + tracker.finish() + tracker.removeListener('change', this.bubbleChange) + } + this.emit('change', this.name, 1, this) +} + +var buffer = ' ' +TrackerGroup.prototype.debug = function (depth) { + depth = depth || 0 + var indent = depth ? buffer.substr(0, depth) : '' + var output = indent + (this.name || 'top') + ': ' + this.completed() + '\n' + this.trackers.forEach(function (tracker) { + if (tracker instanceof TrackerGroup) { + output += tracker.debug(depth + 1) + } else { + output += indent + ' ' + tracker.name + ': ' + tracker.completed() + '\n' + } + }) + return output +} diff --git a/node_modules/are-we-there-yet/lib/tracker-stream.js b/node_modules/are-we-there-yet/lib/tracker-stream.js new file mode 100644 index 0000000..e1cf850 --- /dev/null +++ b/node_modules/are-we-there-yet/lib/tracker-stream.js @@ -0,0 +1,36 @@ +'use strict' +var util = require('util') +var stream = require('readable-stream') +var delegate = require('delegates') +var Tracker = require('./tracker.js') + +var TrackerStream = module.exports = function (name, size, options) { + stream.Transform.call(this, options) + this.tracker = new Tracker(name, size) + this.name = name + this.id = this.tracker.id + this.tracker.on('change', delegateChange(this)) +} +util.inherits(TrackerStream, stream.Transform) + +function delegateChange (trackerStream) { + return function (name, completion, tracker) { + trackerStream.emit('change', name, completion, trackerStream) + } +} + +TrackerStream.prototype._transform = function (data, encoding, cb) { + this.tracker.completeWork(data.length ? data.length : 1) + this.push(data) + cb() +} + +TrackerStream.prototype._flush = function (cb) { + this.tracker.finish() + cb() +} + +delegate(TrackerStream.prototype, 'tracker') + .method('completed') + .method('addWork') + .method('finish') diff --git a/node_modules/are-we-there-yet/lib/tracker.js b/node_modules/are-we-there-yet/lib/tracker.js new file mode 100644 index 0000000..a8f8b3b --- /dev/null +++ b/node_modules/are-we-there-yet/lib/tracker.js @@ -0,0 +1,32 @@ +'use strict' +var util = require('util') +var TrackerBase = require('./tracker-base.js') + +var Tracker = module.exports = function (name, todo) { + TrackerBase.call(this, name) + this.workDone = 0 + this.workTodo = todo || 0 +} +util.inherits(Tracker, TrackerBase) + +Tracker.prototype.completed = function () { + return this.workTodo === 0 ? 0 : this.workDone / this.workTodo +} + +Tracker.prototype.addWork = function (work) { + this.workTodo += work + this.emit('change', this.name, this.completed(), this) +} + +Tracker.prototype.completeWork = function (work) { + this.workDone += work + if (this.workDone > this.workTodo) { + this.workDone = this.workTodo + } + this.emit('change', this.name, this.completed(), this) +} + +Tracker.prototype.finish = function () { + this.workTodo = this.workDone = 1 + this.emit('change', this.name, 1, this) +} diff --git a/node_modules/are-we-there-yet/package.json b/node_modules/are-we-there-yet/package.json new file mode 100644 index 0000000..5714e09 --- /dev/null +++ b/node_modules/are-we-there-yet/package.json @@ -0,0 +1,53 @@ +{ + "name": "are-we-there-yet", + "version": "2.0.0", + "description": "Keep track of the overall completion of many disparate processes", + "main": "lib/index.js", + "scripts": { + "test": "tap", + "npmclilint": "npmcli-lint", + "lint": "eslint '**/*.js'", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "postsnap": "npm run lintfix --", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "snap": "tap" + }, + "repository": { + "type": "git", + "url": "https://github.com/npm/are-we-there-yet.git" + }, + "author": "GitHub Inc.", + "license": "ISC", + "bugs": { + "url": "https://github.com/npm/are-we-there-yet/issues" + }, + "homepage": "https://github.com/npm/are-we-there-yet", + "devDependencies": { + "@npmcli/eslint-config": "^1.0.0", + "@npmcli/template-oss": "^1.0.2", + "eslint": "^7.32.0", + "eslint-plugin-node": "^11.1.0", + "tap": "^15.0.9" + }, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "files": [ + "bin", + "lib" + ], + "engines": { + "node": ">=10" + }, + "tap": { + "branches": 68, + "statements": 92, + "functions": 86, + "lines": 92 + }, + "templateVersion": "1.0.2" +} diff --git a/node_modules/balanced-match/.github/FUNDING.yml b/node_modules/balanced-match/.github/FUNDING.yml new file mode 100644 index 0000000..cea8b16 --- /dev/null +++ b/node_modules/balanced-match/.github/FUNDING.yml @@ -0,0 +1,2 @@ +tidelift: "npm/balanced-match" +patreon: juliangruber diff --git a/node_modules/balanced-match/LICENSE.md b/node_modules/balanced-match/LICENSE.md new file mode 100644 index 0000000..2cdc8e4 --- /dev/null +++ b/node_modules/balanced-match/LICENSE.md @@ -0,0 +1,21 @@ +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/balanced-match/README.md b/node_modules/balanced-match/README.md new file mode 100644 index 0000000..d2a48b6 --- /dev/null +++ b/node_modules/balanced-match/README.md @@ -0,0 +1,97 @@ +# balanced-match + +Match balanced string pairs, like `{` and `}` or `` and ``. Supports regular expressions as well! + +[![build status](https://secure.travis-ci.org/juliangruber/balanced-match.svg)](http://travis-ci.org/juliangruber/balanced-match) +[![downloads](https://img.shields.io/npm/dm/balanced-match.svg)](https://www.npmjs.org/package/balanced-match) + +[![testling badge](https://ci.testling.com/juliangruber/balanced-match.png)](https://ci.testling.com/juliangruber/balanced-match) + +## Example + +Get the first matching pair of braces: + +```js +var balanced = require('balanced-match'); + +console.log(balanced('{', '}', 'pre{in{nested}}post')); +console.log(balanced('{', '}', 'pre{first}between{second}post')); +console.log(balanced(/\s+\{\s+/, /\s+\}\s+/, 'pre { in{nest} } post')); +``` + +The matches are: + +```bash +$ node example.js +{ start: 3, end: 14, pre: 'pre', body: 'in{nested}', post: 'post' } +{ start: 3, + end: 9, + pre: 'pre', + body: 'first', + post: 'between{second}post' } +{ start: 3, end: 17, pre: 'pre', body: 'in{nest}', post: 'post' } +``` + +## API + +### var m = balanced(a, b, str) + +For the first non-nested matching pair of `a` and `b` in `str`, return an +object with those keys: + +* **start** the index of the first match of `a` +* **end** the index of the matching `b` +* **pre** the preamble, `a` and `b` not included +* **body** the match, `a` and `b` not included +* **post** the postscript, `a` and `b` not included + +If there's no match, `undefined` will be returned. + +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`. + +### var r = balanced.range(a, b, str) + +For the first non-nested matching pair of `a` and `b` in `str`, return an +array with indexes: `[ , ]`. + +If there's no match, `undefined` will be returned. + +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `[ 1, 3 ]` and `{a}}` will match `[0, 2]`. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install balanced-match +``` + +## Security contact information + +To report a security vulnerability, please use the +[Tidelift security contact](https://tidelift.com/security). +Tidelift will coordinate the fix and disclosure. + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/balanced-match/index.js b/node_modules/balanced-match/index.js new file mode 100644 index 0000000..c67a646 --- /dev/null +++ b/node_modules/balanced-match/index.js @@ -0,0 +1,62 @@ +'use strict'; +module.exports = balanced; +function balanced(a, b, str) { + if (a instanceof RegExp) a = maybeMatch(a, str); + if (b instanceof RegExp) b = maybeMatch(b, str); + + var r = range(a, b, str); + + return r && { + start: r[0], + end: r[1], + pre: str.slice(0, r[0]), + body: str.slice(r[0] + a.length, r[1]), + post: str.slice(r[1] + b.length) + }; +} + +function maybeMatch(reg, str) { + var m = str.match(reg); + return m ? m[0] : null; +} + +balanced.range = range; +function range(a, b, str) { + var begs, beg, left, right, result; + var ai = str.indexOf(a); + var bi = str.indexOf(b, ai + 1); + var i = ai; + + if (ai >= 0 && bi > 0) { + if(a===b) { + return [ai, bi]; + } + begs = []; + left = str.length; + + while (i >= 0 && !result) { + if (i == ai) { + begs.push(i); + ai = str.indexOf(a, i + 1); + } else if (begs.length == 1) { + result = [ begs.pop(), bi ]; + } else { + beg = begs.pop(); + if (beg < left) { + left = beg; + right = bi; + } + + bi = str.indexOf(b, i + 1); + } + + i = ai < bi && ai >= 0 ? ai : bi; + } + + if (begs.length) { + result = [ left, right ]; + } + } + + return result; +} diff --git a/node_modules/balanced-match/package.json b/node_modules/balanced-match/package.json new file mode 100644 index 0000000..ce6073e --- /dev/null +++ b/node_modules/balanced-match/package.json @@ -0,0 +1,48 @@ +{ + "name": "balanced-match", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "version": "1.0.2", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/balanced-match.git" + }, + "homepage": "https://github.com/juliangruber/balanced-match", + "main": "index.js", + "scripts": { + "test": "tape test/test.js", + "bench": "matcha test/bench.js" + }, + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "keywords": [ + "match", + "regexp", + "test", + "balanced", + "parse" + ], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT", + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + } +} diff --git a/node_modules/brace-expansion/LICENSE b/node_modules/brace-expansion/LICENSE new file mode 100644 index 0000000..de32266 --- /dev/null +++ b/node_modules/brace-expansion/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2013 Julian Gruber + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/brace-expansion/README.md b/node_modules/brace-expansion/README.md new file mode 100644 index 0000000..6b4e0e1 --- /dev/null +++ b/node_modules/brace-expansion/README.md @@ -0,0 +1,129 @@ +# brace-expansion + +[Brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html), +as known from sh/bash, in JavaScript. + +[![build status](https://secure.travis-ci.org/juliangruber/brace-expansion.svg)](http://travis-ci.org/juliangruber/brace-expansion) +[![downloads](https://img.shields.io/npm/dm/brace-expansion.svg)](https://www.npmjs.org/package/brace-expansion) +[![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/brace-expansion.svg)](https://greenkeeper.io/) + +[![testling badge](https://ci.testling.com/juliangruber/brace-expansion.png)](https://ci.testling.com/juliangruber/brace-expansion) + +## Example + +```js +var expand = require('brace-expansion'); + +expand('file-{a,b,c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('-v{,,}') +// => ['-v', '-v', '-v'] + +expand('file{0..2}.jpg') +// => ['file0.jpg', 'file1.jpg', 'file2.jpg'] + +expand('file-{a..c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('file{2..0}.jpg') +// => ['file2.jpg', 'file1.jpg', 'file0.jpg'] + +expand('file{0..4..2}.jpg') +// => ['file0.jpg', 'file2.jpg', 'file4.jpg'] + +expand('file-{a..e..2}.jpg') +// => ['file-a.jpg', 'file-c.jpg', 'file-e.jpg'] + +expand('file{00..10..5}.jpg') +// => ['file00.jpg', 'file05.jpg', 'file10.jpg'] + +expand('{{A..C},{a..c}}') +// => ['A', 'B', 'C', 'a', 'b', 'c'] + +expand('ppp{,config,oe{,conf}}') +// => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf'] +``` + +## API + +```js +var expand = require('brace-expansion'); +``` + +### var expanded = expand(str) + +Return an array of all possible and valid expansions of `str`. If none are +found, `[str]` is returned. + +Valid expansions are: + +```js +/^(.*,)+(.+)?$/ +// {a,b,...} +``` + +A comma separated list of options, like `{a,b}` or `{a,{b,c}}` or `{,a,}`. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +A numeric sequence from `x` to `y` inclusive, with optional increment. +If `x` or `y` start with a leading `0`, all the numbers will be padded +to have equal length. Negative numbers and backwards iteration work too. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +An alphabetic sequence from `x` to `y` inclusive, with optional increment. +`x` and `y` must be exactly one character, and if given, `incr` must be a +number. + +For compatibility reasons, the string `${` is not eligible for brace expansion. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install brace-expansion +``` + +## Contributors + +- [Julian Gruber](https://github.com/juliangruber) +- [Isaac Z. Schlueter](https://github.com/isaacs) + +## Sponsors + +This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)! + +Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)! + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/brace-expansion/index.js b/node_modules/brace-expansion/index.js new file mode 100644 index 0000000..0478be8 --- /dev/null +++ b/node_modules/brace-expansion/index.js @@ -0,0 +1,201 @@ +var concatMap = require('concat-map'); +var balanced = require('balanced-match'); + +module.exports = expandTop; + +var escSlash = '\0SLASH'+Math.random()+'\0'; +var escOpen = '\0OPEN'+Math.random()+'\0'; +var escClose = '\0CLOSE'+Math.random()+'\0'; +var escComma = '\0COMMA'+Math.random()+'\0'; +var escPeriod = '\0PERIOD'+Math.random()+'\0'; + +function numeric(str) { + return parseInt(str, 10) == str + ? parseInt(str, 10) + : str.charCodeAt(0); +} + +function escapeBraces(str) { + return str.split('\\\\').join(escSlash) + .split('\\{').join(escOpen) + .split('\\}').join(escClose) + .split('\\,').join(escComma) + .split('\\.').join(escPeriod); +} + +function unescapeBraces(str) { + return str.split(escSlash).join('\\') + .split(escOpen).join('{') + .split(escClose).join('}') + .split(escComma).join(',') + .split(escPeriod).join('.'); +} + + +// Basically just str.split(","), but handling cases +// where we have nested braced sections, which should be +// treated as individual members, like {a,{b,c},d} +function parseCommaParts(str) { + if (!str) + return ['']; + + var parts = []; + var m = balanced('{', '}', str); + + if (!m) + return str.split(','); + + var pre = m.pre; + var body = m.body; + var post = m.post; + var p = pre.split(','); + + p[p.length-1] += '{' + body + '}'; + var postParts = parseCommaParts(post); + if (post.length) { + p[p.length-1] += postParts.shift(); + p.push.apply(p, postParts); + } + + parts.push.apply(parts, p); + + return parts; +} + +function expandTop(str) { + if (!str) + return []; + + // I don't know why Bash 4.3 does this, but it does. + // Anything starting with {} will have the first two bytes preserved + // but *only* at the top level, so {},a}b will not expand to anything, + // but a{},b}c will be expanded to [a}c,abc]. + // One could argue that this is a bug in Bash, but since the goal of + // this module is to match Bash's rules, we escape a leading {} + if (str.substr(0, 2) === '{}') { + str = '\\{\\}' + str.substr(2); + } + + return expand(escapeBraces(str), true).map(unescapeBraces); +} + +function identity(e) { + return e; +} + +function embrace(str) { + return '{' + str + '}'; +} +function isPadded(el) { + return /^-?0\d/.test(el); +} + +function lte(i, y) { + return i <= y; +} +function gte(i, y) { + return i >= y; +} + +function expand(str, isTop) { + var expansions = []; + + var m = balanced('{', '}', str); + if (!m || /\$$/.test(m.pre)) return [str]; + + var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); + var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); + var isSequence = isNumericSequence || isAlphaSequence; + var isOptions = m.body.indexOf(',') >= 0; + if (!isSequence && !isOptions) { + // {a},b} + if (m.post.match(/,.*\}/)) { + str = m.pre + '{' + m.body + escClose + m.post; + return expand(str); + } + return [str]; + } + + var n; + if (isSequence) { + n = m.body.split(/\.\./); + } else { + n = parseCommaParts(m.body); + if (n.length === 1) { + // x{{a,b}}y ==> x{a}y x{b}y + n = expand(n[0], false).map(embrace); + if (n.length === 1) { + var post = m.post.length + ? expand(m.post, false) + : ['']; + return post.map(function(p) { + return m.pre + n[0] + p; + }); + } + } + } + + // at this point, n is the parts, and we know it's not a comma set + // with a single entry. + + // no need to expand pre, since it is guaranteed to be free of brace-sets + var pre = m.pre; + var post = m.post.length + ? expand(m.post, false) + : ['']; + + var N; + + if (isSequence) { + var x = numeric(n[0]); + var y = numeric(n[1]); + var width = Math.max(n[0].length, n[1].length) + var incr = n.length == 3 + ? Math.abs(numeric(n[2])) + : 1; + var test = lte; + var reverse = y < x; + if (reverse) { + incr *= -1; + test = gte; + } + var pad = n.some(isPadded); + + N = []; + + for (var i = x; test(i, y); i += incr) { + var c; + if (isAlphaSequence) { + c = String.fromCharCode(i); + if (c === '\\') + c = ''; + } else { + c = String(i); + if (pad) { + var need = width - c.length; + if (need > 0) { + var z = new Array(need + 1).join('0'); + if (i < 0) + c = '-' + z + c.slice(1); + else + c = z + c; + } + } + } + N.push(c); + } + } else { + N = concatMap(n, function(el) { return expand(el, false) }); + } + + for (var j = 0; j < N.length; j++) { + for (var k = 0; k < post.length; k++) { + var expansion = pre + N[j] + post[k]; + if (!isTop || isSequence || expansion) + expansions.push(expansion); + } + } + + return expansions; +} + diff --git a/node_modules/brace-expansion/package.json b/node_modules/brace-expansion/package.json new file mode 100644 index 0000000..a18faa8 --- /dev/null +++ b/node_modules/brace-expansion/package.json @@ -0,0 +1,47 @@ +{ + "name": "brace-expansion", + "description": "Brace expansion as known from sh/bash", + "version": "1.1.11", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/brace-expansion.git" + }, + "homepage": "https://github.com/juliangruber/brace-expansion", + "main": "index.js", + "scripts": { + "test": "tape test/*.js", + "gentest": "bash test/generate.sh", + "bench": "matcha test/perf/bench.js" + }, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + }, + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "keywords": [], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT", + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + } +} diff --git a/node_modules/cacache/LICENSE.md b/node_modules/cacache/LICENSE.md new file mode 100644 index 0000000..8d28acf --- /dev/null +++ b/node_modules/cacache/LICENSE.md @@ -0,0 +1,16 @@ +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/cacache/README.md b/node_modules/cacache/README.md new file mode 100644 index 0000000..6dc11ba --- /dev/null +++ b/node_modules/cacache/README.md @@ -0,0 +1,703 @@ +# cacache [![npm version](https://img.shields.io/npm/v/cacache.svg)](https://npm.im/cacache) [![license](https://img.shields.io/npm/l/cacache.svg)](https://npm.im/cacache) [![Travis](https://img.shields.io/travis/npm/cacache.svg)](https://travis-ci.org/npm/cacache) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/cacache?svg=true)](https://ci.appveyor.com/project/npm/cacache) [![Coverage Status](https://coveralls.io/repos/github/npm/cacache/badge.svg?branch=latest)](https://coveralls.io/github/npm/cacache?branch=latest) + +[`cacache`](https://github.com/npm/cacache) is a Node.js library for managing +local key and content address caches. It's really fast, really good at +concurrency, and it will never give you corrupted data, even if cache files +get corrupted or manipulated. + +On systems that support user and group settings on files, cacache will +match the `uid` and `gid` values to the folder where the cache lives, even +when running as `root`. + +It was written to be used as [npm](https://npm.im)'s local cache, but can +just as easily be used on its own. + +## Install + +`$ npm install --save cacache` + +## Table of Contents + +* [Example](#example) +* [Features](#features) +* [Contributing](#contributing) +* [API](#api) + * [Using localized APIs](#localized-api) + * Reading + * [`ls`](#ls) + * [`ls.stream`](#ls-stream) + * [`get`](#get-data) + * [`get.stream`](#get-stream) + * [`get.info`](#get-info) + * [`get.hasContent`](#get-hasContent) + * Writing + * [`put`](#put-data) + * [`put.stream`](#put-stream) + * [`rm.all`](#rm-all) + * [`rm.entry`](#rm-entry) + * [`rm.content`](#rm-content) + * [`index.compact`](#index-compact) + * [`index.insert`](#index-insert) + * Utilities + * [`clearMemoized`](#clear-memoized) + * [`tmp.mkdir`](#tmp-mkdir) + * [`tmp.withTmp`](#with-tmp) + * Integrity + * [Subresource Integrity](#integrity) + * [`verify`](#verify) + * [`verify.lastRun`](#verify-last-run) + +### Example + +```javascript +const cacache = require('cacache') +const fs = require('fs') + +const tarball = '/path/to/mytar.tgz' +const cachePath = '/tmp/my-toy-cache' +const key = 'my-unique-key-1234' + +// Cache it! Use `cachePath` as the root of the content cache +cacache.put(cachePath, key, '10293801983029384').then(integrity => { + console.log(`Saved content to ${cachePath}.`) +}) + +const destination = '/tmp/mytar.tgz' + +// Copy the contents out of the cache and into their destination! +// But this time, use stream instead! +cacache.get.stream( + cachePath, key +).pipe( + fs.createWriteStream(destination) +).on('finish', () => { + console.log('done extracting!') +}) + +// The same thing, but skip the key index. +cacache.get.byDigest(cachePath, integrityHash).then(data => { + fs.writeFile(destination, data, err => { + console.log('tarball data fetched based on its sha512sum and written out!') + }) +}) +``` + +### Features + +* Extraction by key or by content address (shasum, etc) +* [Subresource Integrity](#integrity) web standard support +* Multi-hash support - safely host sha1, sha512, etc, in a single cache +* Automatic content deduplication +* Fault tolerance (immune to corruption, partial writes, process races, etc) +* Consistency guarantees on read and write (full data verification) +* Lockless, high-concurrency cache access +* Streaming support +* Promise support +* Fast -- sub-millisecond reads and writes including verification +* Arbitrary metadata storage +* Garbage collection and additional offline verification +* Thorough test coverage +* There's probably a bloom filter in there somewhere. Those are cool, right? 🤔 + +### Contributing + +The cacache team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The [Contributor Guide](CONTRIBUTING.md) has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear. + +All participants and maintainers in this project are expected to follow [Code of Conduct](CODE_OF_CONDUCT.md), and just generally be excellent to each other. + +Please refer to the [Changelog](CHANGELOG.md) for project history details, too. + +Happy hacking! + +### API + +#### `> cacache.ls(cache) -> Promise` + +Lists info for all entries currently in the cache as a single large object. Each +entry in the object will be keyed by the unique index key, with corresponding +[`get.info`](#get-info) objects as the values. + +##### Example + +```javascript +cacache.ls(cachePath).then(console.log) +// Output +{ + 'my-thing': { + key: 'my-thing', + integrity: 'sha512-BaSe64/EnCoDED+HAsh==' + path: '.testcache/content/deadbeef', // joined with `cachePath` + time: 12345698490, + size: 4023948, + metadata: { + name: 'blah', + version: '1.2.3', + description: 'this was once a package but now it is my-thing' + } + }, + 'other-thing': { + key: 'other-thing', + integrity: 'sha1-ANothER+hasH=', + path: '.testcache/content/bada55', + time: 11992309289, + size: 111112 + } +} +``` + +#### `> cacache.ls.stream(cache) -> Readable` + +Lists info for all entries currently in the cache as a single large object. + +This works just like [`ls`](#ls), except [`get.info`](#get-info) entries are +returned as `'data'` events on the returned stream. + +##### Example + +```javascript +cacache.ls.stream(cachePath).on('data', console.log) +// Output +{ + key: 'my-thing', + integrity: 'sha512-BaSe64HaSh', + path: '.testcache/content/deadbeef', // joined with `cachePath` + time: 12345698490, + size: 13423, + metadata: { + name: 'blah', + version: '1.2.3', + description: 'this was once a package but now it is my-thing' + } +} + +{ + key: 'other-thing', + integrity: 'whirlpool-WoWSoMuchSupport', + path: '.testcache/content/bada55', + time: 11992309289, + size: 498023984029 +} + +{ + ... +} +``` + +#### `> cacache.get(cache, key, [opts]) -> Promise({data, metadata, integrity})` + +Returns an object with the cached data, digest, and metadata identified by +`key`. The `data` property of this object will be a `Buffer` instance that +presumably holds some data that means something to you. I'm sure you know what +to do with it! cacache just won't care. + +`integrity` is a [Subresource +Integrity](#integrity) +string. That is, a string that can be used to verify `data`, which looks like +`-`. + +If there is no content identified by `key`, or if the locally-stored data does +not pass the validity checksum, the promise will be rejected. + +A sub-function, `get.byDigest` may be used for identical behavior, except lookup +will happen by integrity hash, bypassing the index entirely. This version of the +function *only* returns `data` itself, without any wrapper. + +See: [options](#get-options) + +##### Note + +This function loads the entire cache entry into memory before returning it. If +you're dealing with Very Large data, consider using [`get.stream`](#get-stream) +instead. + +##### Example + +```javascript +// Look up by key +cache.get(cachePath, 'my-thing').then(console.log) +// Output: +{ + metadata: { + thingName: 'my' + }, + integrity: 'sha512-BaSe64HaSh', + data: Buffer#, + size: 9320 +} + +// Look up by digest +cache.get.byDigest(cachePath, 'sha512-BaSe64HaSh').then(console.log) +// Output: +Buffer# +``` + +#### `> cacache.get.stream(cache, key, [opts]) -> Readable` + +Returns a [Readable Stream](https://nodejs.org/api/stream.html#stream_readable_streams) of the cached data identified by `key`. + +If there is no content identified by `key`, or if the locally-stored data does +not pass the validity checksum, an error will be emitted. + +`metadata` and `integrity` events will be emitted before the stream closes, if +you need to collect that extra data about the cached entry. + +A sub-function, `get.stream.byDigest` may be used for identical behavior, +except lookup will happen by integrity hash, bypassing the index entirely. This +version does not emit the `metadata` and `integrity` events at all. + +See: [options](#get-options) + +##### Example + +```javascript +// Look up by key +cache.get.stream( + cachePath, 'my-thing' +).on('metadata', metadata => { + console.log('metadata:', metadata) +}).on('integrity', integrity => { + console.log('integrity:', integrity) +}).pipe( + fs.createWriteStream('./x.tgz') +) +// Outputs: +metadata: { ... } +integrity: 'sha512-SoMeDIGest+64==' + +// Look up by digest +cache.get.stream.byDigest( + cachePath, 'sha512-SoMeDIGest+64==' +).pipe( + fs.createWriteStream('./x.tgz') +) +``` + +#### `> cacache.get.info(cache, key) -> Promise` + +Looks up `key` in the cache index, returning information about the entry if +one exists. + +##### Fields + +* `key` - Key the entry was looked up under. Matches the `key` argument. +* `integrity` - [Subresource Integrity hash](#integrity) for the content this entry refers to. +* `path` - Filesystem path where content is stored, joined with `cache` argument. +* `time` - Timestamp the entry was first added on. +* `metadata` - User-assigned metadata associated with the entry/content. + +##### Example + +```javascript +cacache.get.info(cachePath, 'my-thing').then(console.log) + +// Output +{ + key: 'my-thing', + integrity: 'sha256-MUSTVERIFY+ALL/THINGS==' + path: '.testcache/content/deadbeef', + time: 12345698490, + size: 849234, + metadata: { + name: 'blah', + version: '1.2.3', + description: 'this was once a package but now it is my-thing' + } +} +``` + +#### `> cacache.get.hasContent(cache, integrity) -> Promise` + +Looks up a [Subresource Integrity hash](#integrity) in the cache. If content +exists for this `integrity`, it will return an object, with the specific single integrity hash +that was found in `sri` key, and the size of the found content as `size`. If no content exists for this integrity, it will return `false`. + +##### Example + +```javascript +cacache.get.hasContent(cachePath, 'sha256-MUSTVERIFY+ALL/THINGS==').then(console.log) + +// Output +{ + sri: { + source: 'sha256-MUSTVERIFY+ALL/THINGS==', + algorithm: 'sha256', + digest: 'MUSTVERIFY+ALL/THINGS==', + options: [] + }, + size: 9001 +} + +cacache.get.hasContent(cachePath, 'sha521-NOT+IN/CACHE==').then(console.log) + +// Output +false +``` + +##### Options + +##### `opts.integrity` +If present, the pre-calculated digest for the inserted content. If this option +is provided and does not match the post-insertion digest, insertion will fail +with an `EINTEGRITY` error. + +##### `opts.memoize` + +Default: null + +If explicitly truthy, cacache will read from memory and memoize data on bulk read. If `false`, cacache will read from disk data. Reader functions by default read from in-memory cache. + +##### `opts.size` +If provided, the data stream will be verified to check that enough data was +passed through. If there's more or less data than expected, insertion will fail +with an `EBADSIZE` error. + + +#### `> cacache.put(cache, key, data, [opts]) -> Promise` + +Inserts data passed to it into the cache. The returned Promise resolves with a +digest (generated according to [`opts.algorithms`](#optsalgorithms)) after the +cache entry has been successfully written. + +See: [options](#put-options) + +##### Example + +```javascript +fetch( + 'https://registry.npmjs.org/cacache/-/cacache-1.0.0.tgz' +).then(data => { + return cacache.put(cachePath, 'registry.npmjs.org|cacache@1.0.0', data) +}).then(integrity => { + console.log('integrity hash is', integrity) +}) +``` + +#### `> cacache.put.stream(cache, key, [opts]) -> Writable` + +Returns a [Writable +Stream](https://nodejs.org/api/stream.html#stream_writable_streams) that inserts +data written to it into the cache. Emits an `integrity` event with the digest of +written contents when it succeeds. + +See: [options](#put-options) + +##### Example + +```javascript +request.get( + 'https://registry.npmjs.org/cacache/-/cacache-1.0.0.tgz' +).pipe( + cacache.put.stream( + cachePath, 'registry.npmjs.org|cacache@1.0.0' + ).on('integrity', d => console.log(`integrity digest is ${d}`)) +) +``` + +##### Options + +##### `opts.metadata` + +Arbitrary metadata to be attached to the inserted key. + +##### `opts.size` + +If provided, the data stream will be verified to check that enough data was +passed through. If there's more or less data than expected, insertion will fail +with an `EBADSIZE` error. + +##### `opts.integrity` + +If present, the pre-calculated digest for the inserted content. If this option +is provided and does not match the post-insertion digest, insertion will fail +with an `EINTEGRITY` error. + +`algorithms` has no effect if this option is present. + +##### `opts.algorithms` + +Default: ['sha512'] + +Hashing algorithms to use when calculating the [subresource integrity +digest](#integrity) +for inserted data. Can use any algorithm listed in `crypto.getHashes()` or +`'omakase'`/`'お任せします'` to pick a random hash algorithm on each insertion. You +may also use any anagram of `'modnar'` to use this feature. + +Currently only supports one algorithm at a time (i.e., an array length of +exactly `1`). Has no effect if `opts.integrity` is present. + +##### `opts.memoize` + +Default: null + +If provided, cacache will memoize the given cache insertion in memory, bypassing +any filesystem checks for that key or digest in future cache fetches. Nothing +will be written to the in-memory cache unless this option is explicitly truthy. + +If `opts.memoize` is an object or a `Map`-like (that is, an object with `get` +and `set` methods), it will be written to instead of the global memoization +cache. + +Reading from disk data can be forced by explicitly passing `memoize: false` to +the reader functions, but their default will be to read from memory. + +##### `opts.tmpPrefix` +Default: null + +Prefix to append on the temporary directory name inside the cache's tmp dir. + +#### `> cacache.rm.all(cache) -> Promise` + +Clears the entire cache. Mainly by blowing away the cache directory itself. + +##### Example + +```javascript +cacache.rm.all(cachePath).then(() => { + console.log('THE APOCALYPSE IS UPON US 😱') +}) +``` + +#### `> cacache.rm.entry(cache, key, [opts]) -> Promise` + +Alias: `cacache.rm` + +Removes the index entry for `key`. Content will still be accessible if +requested directly by content address ([`get.stream.byDigest`](#get-stream)). + +By default, this appends a new entry to the index with an integrity of `null`. +If `opts.removeFully` is set to `true` then the index file itself will be +physically deleted rather than appending a `null`. + +To remove the content itself (which might still be used by other entries), use +[`rm.content`](#rm-content). Or, to safely vacuum any unused content, use +[`verify`](#verify). + +##### Example + +```javascript +cacache.rm.entry(cachePath, 'my-thing').then(() => { + console.log('I did not like it anyway') +}) +``` + +#### `> cacache.rm.content(cache, integrity) -> Promise` + +Removes the content identified by `integrity`. Any index entries referring to it +will not be usable again until the content is re-added to the cache with an +identical digest. + +##### Example + +```javascript +cacache.rm.content(cachePath, 'sha512-SoMeDIGest/IN+BaSE64==').then(() => { + console.log('data for my-thing is gone!') +}) +``` + +#### `> cacache.index.compact(cache, key, matchFn, [opts]) -> Promise` + +Uses `matchFn`, which must be a synchronous function that accepts two entries +and returns a boolean indicating whether or not the two entries match, to +deduplicate all entries in the cache for the given `key`. + +If `opts.validateEntry` is provided, it will be called as a function with the +only parameter being a single index entry. The function must return a Boolean, +if it returns `true` the entry is considered valid and will be kept in the index, +if it returns `false` the entry will be removed from the index. + +If `opts.validateEntry` is not provided, however, every entry in the index will +be deduplicated and kept until the first `null` integrity is reached, removing +all entries that were written before the `null`. + +The deduplicated list of entries is both written to the index, replacing the +existing content, and returned in the Promise. + +#### `> cacache.index.insert(cache, key, integrity, opts) -> Promise` + +Writes an index entry to the cache for the given `key` without writing content. + +It is assumed if you are using this method, you have already stored the content +some other way and you only wish to add a new index to that content. The `metadata` +and `size` properties are read from `opts` and used as part of the index entry. + +Returns a Promise resolving to the newly added entry. + +#### `> cacache.clearMemoized()` + +Completely resets the in-memory entry cache. + +#### `> tmp.mkdir(cache, opts) -> Promise` + +Returns a unique temporary directory inside the cache's `tmp` dir. This +directory will use the same safe user assignment that all the other stuff use. + +Once the directory is made, it's the user's responsibility that all files +within are given the appropriate `gid`/`uid` ownership settings to match +the rest of the cache. If not, you can ask cacache to do it for you by +calling [`tmp.fix()`](#tmp-fix), which will fix all tmp directory +permissions. + +If you want automatic cleanup of this directory, use +[`tmp.withTmp()`](#with-tpm) + +See: [options](#tmp-options) + +##### Example + +```javascript +cacache.tmp.mkdir(cache).then(dir => { + fs.writeFile(path.join(dir, 'blablabla'), Buffer#<1234>, ...) +}) +``` + +#### `> tmp.fix(cache) -> Promise` + +Sets the `uid` and `gid` properties on all files and folders within the tmp +folder to match the rest of the cache. + +Use this after manually writing files into [`tmp.mkdir`](#tmp-mkdir) or +[`tmp.withTmp`](#with-tmp). + +##### Example + +```javascript +cacache.tmp.mkdir(cache).then(dir => { + writeFile(path.join(dir, 'file'), someData).then(() => { + // make sure we didn't just put a root-owned file in the cache + cacache.tmp.fix().then(() => { + // all uids and gids match now + }) + }) +}) +``` + +#### `> tmp.withTmp(cache, opts, cb) -> Promise` + +Creates a temporary directory with [`tmp.mkdir()`](#tmp-mkdir) and calls `cb` +with it. The created temporary directory will be removed when the return value +of `cb()` resolves, the tmp directory will be automatically deleted once that +promise completes. + +The same caveats apply when it comes to managing permissions for the tmp dir's +contents. + +See: [options](#tmp-options) + +##### Example + +```javascript +cacache.tmp.withTmp(cache, dir => { + return fs.writeFileAsync(path.join(dir, 'blablabla'), Buffer#<1234>, ...) +}).then(() => { + // `dir` no longer exists +}) +``` + +##### Options + +##### `opts.tmpPrefix` +Default: null + +Prefix to append on the temporary directory name inside the cache's tmp dir. + +#### Subresource Integrity Digests + +For content verification and addressing, cacache uses strings following the +[Subresource +Integrity spec](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). +That is, any time cacache expects an `integrity` argument or option, it +should be in the format `-`. + +One deviation from the current spec is that cacache will support any hash +algorithms supported by the underlying Node.js process. You can use +`crypto.getHashes()` to see which ones you can use. + +##### Generating Digests Yourself + +If you have an existing content shasum, they are generally formatted as a +hexadecimal string (that is, a sha1 would look like: +`5f5513f8822fdbe5145af33b64d8d970dcf95c6e`). In order to be compatible with +cacache, you'll need to convert this to an equivalent subresource integrity +string. For this example, the corresponding hash would be: +`sha1-X1UT+IIv2+UUWvM7ZNjZcNz5XG4=`. + +If you want to generate an integrity string yourself for existing data, you can +use something like this: + +```javascript +const crypto = require('crypto') +const hashAlgorithm = 'sha512' +const data = 'foobarbaz' + +const integrity = ( + hashAlgorithm + + '-' + + crypto.createHash(hashAlgorithm).update(data).digest('base64') +) +``` + +You can also use [`ssri`](https://npm.im/ssri) to have a richer set of functionality +around SRI strings, including generation, parsing, and translating from existing +hex-formatted strings. + +#### `> cacache.verify(cache, opts) -> Promise` + +Checks out and fixes up your cache: + +* Cleans up corrupted or invalid index entries. +* Custom entry filtering options. +* Garbage collects any content entries not referenced by the index. +* Checks integrity for all content entries and removes invalid content. +* Fixes cache ownership. +* Removes the `tmp` directory in the cache and all its contents. + +When it's done, it'll return an object with various stats about the verification +process, including amount of storage reclaimed, number of valid entries, number +of entries removed, etc. + +##### Options + +##### `opts.concurrency` + +Default: 20 + +Number of concurrently read files in the filesystem while doing clean up. + +##### `opts.filter` +Receives a formatted entry. Return false to remove it. +Note: might be called more than once on the same entry. + +##### `opts.log` +Custom logger function: +``` + log: { silly () {} } + log.silly('verify', 'verifying cache at', cache) +``` + +##### Example + +```sh +echo somegarbage >> $CACHEPATH/content/deadbeef +``` + +```javascript +cacache.verify(cachePath).then(stats => { + // deadbeef collected, because of invalid checksum. + console.log('cache is much nicer now! stats:', stats) +}) +``` + +#### `> cacache.verify.lastRun(cache) -> Promise` + +Returns a `Date` representing the last time `cacache.verify` was run on `cache`. + +##### Example + +```javascript +cacache.verify(cachePath).then(() => { + cacache.verify.lastRun(cachePath).then(lastTime => { + console.log('cacache.verify was last called on' + lastTime) + }) +}) +``` diff --git a/node_modules/cacache/get.js b/node_modules/cacache/get.js new file mode 100644 index 0000000..4e905e7 --- /dev/null +++ b/node_modules/cacache/get.js @@ -0,0 +1,237 @@ +'use strict' + +const Collect = require('minipass-collect') +const Minipass = require('minipass') +const Pipeline = require('minipass-pipeline') +const fs = require('fs') +const util = require('util') + +const index = require('./lib/entry-index') +const memo = require('./lib/memoization') +const read = require('./lib/content/read') + +const writeFile = util.promisify(fs.writeFile) + +function getData (cache, key, opts = {}) { + const { integrity, memoize, size } = opts + const memoized = memo.get(cache, key, opts) + if (memoized && memoize !== false) { + return Promise.resolve({ + metadata: memoized.entry.metadata, + data: memoized.data, + integrity: memoized.entry.integrity, + size: memoized.entry.size, + }) + } + + return index.find(cache, key, opts).then((entry) => { + if (!entry) + throw new index.NotFoundError(cache, key) + + return read(cache, entry.integrity, { integrity, size }).then((data) => { + if (memoize) + memo.put(cache, entry, data, opts) + + return { + data, + metadata: entry.metadata, + size: entry.size, + integrity: entry.integrity, + } + }) + }) +} +module.exports = getData + +function getDataByDigest (cache, key, opts = {}) { + const { integrity, memoize, size } = opts + const memoized = memo.get.byDigest(cache, key, opts) + if (memoized && memoize !== false) + return Promise.resolve(memoized) + + return read(cache, key, { integrity, size }).then((res) => { + if (memoize) + memo.put.byDigest(cache, key, res, opts) + return res + }) +} +module.exports.byDigest = getDataByDigest + +function getDataSync (cache, key, opts = {}) { + const { integrity, memoize, size } = opts + const memoized = memo.get(cache, key, opts) + + if (memoized && memoize !== false) { + return { + metadata: memoized.entry.metadata, + data: memoized.data, + integrity: memoized.entry.integrity, + size: memoized.entry.size, + } + } + const entry = index.find.sync(cache, key, opts) + if (!entry) + throw new index.NotFoundError(cache, key) + const data = read.sync(cache, entry.integrity, { + integrity: integrity, + size: size, + }) + const res = { + metadata: entry.metadata, + data: data, + size: entry.size, + integrity: entry.integrity, + } + if (memoize) + memo.put(cache, entry, res.data, opts) + + return res +} + +module.exports.sync = getDataSync + +function getDataByDigestSync (cache, digest, opts = {}) { + const { integrity, memoize, size } = opts + const memoized = memo.get.byDigest(cache, digest, opts) + + if (memoized && memoize !== false) + return memoized + + const res = read.sync(cache, digest, { + integrity: integrity, + size: size, + }) + if (memoize) + memo.put.byDigest(cache, digest, res, opts) + + return res +} +module.exports.sync.byDigest = getDataByDigestSync + +const getMemoizedStream = (memoized) => { + const stream = new Minipass() + stream.on('newListener', function (ev, cb) { + ev === 'metadata' && cb(memoized.entry.metadata) + ev === 'integrity' && cb(memoized.entry.integrity) + ev === 'size' && cb(memoized.entry.size) + }) + stream.end(memoized.data) + return stream +} + +function getStream (cache, key, opts = {}) { + const { memoize, size } = opts + const memoized = memo.get(cache, key, opts) + if (memoized && memoize !== false) + return getMemoizedStream(memoized) + + const stream = new Pipeline() + index + .find(cache, key) + .then((entry) => { + if (!entry) + throw new index.NotFoundError(cache, key) + + stream.emit('metadata', entry.metadata) + stream.emit('integrity', entry.integrity) + stream.emit('size', entry.size) + stream.on('newListener', function (ev, cb) { + ev === 'metadata' && cb(entry.metadata) + ev === 'integrity' && cb(entry.integrity) + ev === 'size' && cb(entry.size) + }) + + const src = read.readStream( + cache, + entry.integrity, + { ...opts, size: typeof size !== 'number' ? entry.size : size } + ) + + if (memoize) { + const memoStream = new Collect.PassThrough() + memoStream.on('collect', data => memo.put(cache, entry, data, opts)) + stream.unshift(memoStream) + } + stream.unshift(src) + }) + .catch((err) => stream.emit('error', err)) + + return stream +} + +module.exports.stream = getStream + +function getStreamDigest (cache, integrity, opts = {}) { + const { memoize } = opts + const memoized = memo.get.byDigest(cache, integrity, opts) + if (memoized && memoize !== false) { + const stream = new Minipass() + stream.end(memoized) + return stream + } else { + const stream = read.readStream(cache, integrity, opts) + if (!memoize) + return stream + + const memoStream = new Collect.PassThrough() + memoStream.on('collect', data => memo.put.byDigest( + cache, + integrity, + data, + opts + )) + return new Pipeline(stream, memoStream) + } +} + +module.exports.stream.byDigest = getStreamDigest + +function info (cache, key, opts = {}) { + const { memoize } = opts + const memoized = memo.get(cache, key, opts) + if (memoized && memoize !== false) + return Promise.resolve(memoized.entry) + else + return index.find(cache, key) +} +module.exports.info = info + +function copy (cache, key, dest, opts = {}) { + if (read.copy) { + return index.find(cache, key, opts).then((entry) => { + if (!entry) + throw new index.NotFoundError(cache, key) + return read.copy(cache, entry.integrity, dest, opts) + .then(() => { + return { + metadata: entry.metadata, + size: entry.size, + integrity: entry.integrity, + } + }) + }) + } + + return getData(cache, key, opts).then((res) => { + return writeFile(dest, res.data).then(() => { + return { + metadata: res.metadata, + size: res.size, + integrity: res.integrity, + } + }) + }) +} +module.exports.copy = copy + +function copyByDigest (cache, key, dest, opts = {}) { + if (read.copy) + return read.copy(cache, key, dest, opts).then(() => key) + + return getDataByDigest(cache, key, opts).then((res) => { + return writeFile(dest, res).then(() => key) + }) +} +module.exports.copy.byDigest = copyByDigest + +module.exports.hasContent = read.hasContent diff --git a/node_modules/cacache/index.js b/node_modules/cacache/index.js new file mode 100644 index 0000000..c8c52b0 --- /dev/null +++ b/node_modules/cacache/index.js @@ -0,0 +1,46 @@ +'use strict' + +const ls = require('./ls.js') +const get = require('./get.js') +const put = require('./put.js') +const rm = require('./rm.js') +const verify = require('./verify.js') +const { clearMemoized } = require('./lib/memoization.js') +const tmp = require('./lib/util/tmp.js') +const index = require('./lib/entry-index.js') + +module.exports.index = {} +module.exports.index.compact = index.compact +module.exports.index.insert = index.insert + +module.exports.ls = ls +module.exports.ls.stream = ls.stream + +module.exports.get = get +module.exports.get.byDigest = get.byDigest +module.exports.get.sync = get.sync +module.exports.get.sync.byDigest = get.sync.byDigest +module.exports.get.stream = get.stream +module.exports.get.stream.byDigest = get.stream.byDigest +module.exports.get.copy = get.copy +module.exports.get.copy.byDigest = get.copy.byDigest +module.exports.get.info = get.info +module.exports.get.hasContent = get.hasContent +module.exports.get.hasContent.sync = get.hasContent.sync + +module.exports.put = put +module.exports.put.stream = put.stream + +module.exports.rm = rm.entry +module.exports.rm.all = rm.all +module.exports.rm.entry = module.exports.rm +module.exports.rm.content = rm.content + +module.exports.clearMemoized = clearMemoized + +module.exports.tmp = {} +module.exports.tmp.mkdir = tmp.mkdir +module.exports.tmp.withTmp = tmp.withTmp + +module.exports.verify = verify +module.exports.verify.lastRun = verify.lastRun diff --git a/node_modules/cacache/lib/content/path.js b/node_modules/cacache/lib/content/path.js new file mode 100644 index 0000000..ad5a76a --- /dev/null +++ b/node_modules/cacache/lib/content/path.js @@ -0,0 +1,29 @@ +'use strict' + +const contentVer = require('../../package.json')['cache-version'].content +const hashToSegments = require('../util/hash-to-segments') +const path = require('path') +const ssri = require('ssri') + +// Current format of content file path: +// +// sha512-BaSE64Hex= -> +// ~/.my-cache/content-v2/sha512/ba/da/55deadbeefc0ffee +// +module.exports = contentPath + +function contentPath (cache, integrity) { + const sri = ssri.parse(integrity, { single: true }) + // contentPath is the *strongest* algo given + return path.join( + contentDir(cache), + sri.algorithm, + ...hashToSegments(sri.hexDigest()) + ) +} + +module.exports.contentDir = contentDir + +function contentDir (cache) { + return path.join(cache, `content-v${contentVer}`) +} diff --git a/node_modules/cacache/lib/content/read.js b/node_modules/cacache/lib/content/read.js new file mode 100644 index 0000000..034e8ee --- /dev/null +++ b/node_modules/cacache/lib/content/read.js @@ -0,0 +1,244 @@ +'use strict' + +const util = require('util') + +const fs = require('fs') +const fsm = require('fs-minipass') +const ssri = require('ssri') +const contentPath = require('./path') +const Pipeline = require('minipass-pipeline') + +const lstat = util.promisify(fs.lstat) +const readFile = util.promisify(fs.readFile) + +module.exports = read + +const MAX_SINGLE_READ_SIZE = 64 * 1024 * 1024 +function read (cache, integrity, opts = {}) { + const { size } = opts + return withContentSri(cache, integrity, (cpath, sri) => { + // get size + return lstat(cpath).then(stat => ({ stat, cpath, sri })) + }).then(({ stat, cpath, sri }) => { + if (typeof size === 'number' && stat.size !== size) + throw sizeError(size, stat.size) + + if (stat.size > MAX_SINGLE_READ_SIZE) + return readPipeline(cpath, stat.size, sri, new Pipeline()).concat() + + return readFile(cpath, null).then((data) => { + if (!ssri.checkData(data, sri)) + throw integrityError(sri, cpath) + + return data + }) + }) +} + +const readPipeline = (cpath, size, sri, stream) => { + stream.push( + new fsm.ReadStream(cpath, { + size, + readSize: MAX_SINGLE_READ_SIZE, + }), + ssri.integrityStream({ + integrity: sri, + size, + }) + ) + return stream +} + +module.exports.sync = readSync + +function readSync (cache, integrity, opts = {}) { + const { size } = opts + return withContentSriSync(cache, integrity, (cpath, sri) => { + const data = fs.readFileSync(cpath) + if (typeof size === 'number' && size !== data.length) + throw sizeError(size, data.length) + + if (ssri.checkData(data, sri)) + return data + + throw integrityError(sri, cpath) + }) +} + +module.exports.stream = readStream +module.exports.readStream = readStream + +function readStream (cache, integrity, opts = {}) { + const { size } = opts + const stream = new Pipeline() + withContentSri(cache, integrity, (cpath, sri) => { + // just lstat to ensure it exists + return lstat(cpath).then((stat) => ({ stat, cpath, sri })) + }).then(({ stat, cpath, sri }) => { + if (typeof size === 'number' && size !== stat.size) + return stream.emit('error', sizeError(size, stat.size)) + + readPipeline(cpath, stat.size, sri, stream) + }, er => stream.emit('error', er)) + + return stream +} + +let copyFile +if (fs.copyFile) { + module.exports.copy = copy + module.exports.copy.sync = copySync + copyFile = util.promisify(fs.copyFile) +} + +function copy (cache, integrity, dest) { + return withContentSri(cache, integrity, (cpath, sri) => { + return copyFile(cpath, dest) + }) +} + +function copySync (cache, integrity, dest) { + return withContentSriSync(cache, integrity, (cpath, sri) => { + return fs.copyFileSync(cpath, dest) + }) +} + +module.exports.hasContent = hasContent + +function hasContent (cache, integrity) { + if (!integrity) + return Promise.resolve(false) + + return withContentSri(cache, integrity, (cpath, sri) => { + return lstat(cpath).then((stat) => ({ size: stat.size, sri, stat })) + }).catch((err) => { + if (err.code === 'ENOENT') + return false + + if (err.code === 'EPERM') { + /* istanbul ignore else */ + if (process.platform !== 'win32') + throw err + else + return false + } + }) +} + +module.exports.hasContent.sync = hasContentSync + +function hasContentSync (cache, integrity) { + if (!integrity) + return false + + return withContentSriSync(cache, integrity, (cpath, sri) => { + try { + const stat = fs.lstatSync(cpath) + return { size: stat.size, sri, stat } + } catch (err) { + if (err.code === 'ENOENT') + return false + + if (err.code === 'EPERM') { + /* istanbul ignore else */ + if (process.platform !== 'win32') + throw err + else + return false + } + } + }) +} + +function withContentSri (cache, integrity, fn) { + const tryFn = () => { + const sri = ssri.parse(integrity) + // If `integrity` has multiple entries, pick the first digest + // with available local data. + const algo = sri.pickAlgorithm() + const digests = sri[algo] + + if (digests.length <= 1) { + const cpath = contentPath(cache, digests[0]) + return fn(cpath, digests[0]) + } else { + // Can't use race here because a generic error can happen before + // a ENOENT error, and can happen before a valid result + return Promise + .all(digests.map((meta) => { + return withContentSri(cache, meta, fn) + .catch((err) => { + if (err.code === 'ENOENT') { + return Object.assign( + new Error('No matching content found for ' + sri.toString()), + { code: 'ENOENT' } + ) + } + return err + }) + })) + .then((results) => { + // Return the first non error if it is found + const result = results.find((r) => !(r instanceof Error)) + if (result) + return result + + // Throw the No matching content found error + const enoentError = results.find((r) => r.code === 'ENOENT') + if (enoentError) + throw enoentError + + // Throw generic error + throw results.find((r) => r instanceof Error) + }) + } + } + + return new Promise((resolve, reject) => { + try { + tryFn() + .then(resolve) + .catch(reject) + } catch (err) { + reject(err) + } + }) +} + +function withContentSriSync (cache, integrity, fn) { + const sri = ssri.parse(integrity) + // If `integrity` has multiple entries, pick the first digest + // with available local data. + const algo = sri.pickAlgorithm() + const digests = sri[algo] + if (digests.length <= 1) { + const cpath = contentPath(cache, digests[0]) + return fn(cpath, digests[0]) + } else { + let lastErr = null + for (const meta of digests) { + try { + return withContentSriSync(cache, meta, fn) + } catch (err) { + lastErr = err + } + } + throw lastErr + } +} + +function sizeError (expected, found) { + const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`) + err.expected = expected + err.found = found + err.code = 'EBADSIZE' + return err +} + +function integrityError (sri, path) { + const err = new Error(`Integrity verification failed for ${sri} (${path})`) + err.code = 'EINTEGRITY' + err.sri = sri + err.path = path + return err +} diff --git a/node_modules/cacache/lib/content/rm.js b/node_modules/cacache/lib/content/rm.js new file mode 100644 index 0000000..6a3d1a3 --- /dev/null +++ b/node_modules/cacache/lib/content/rm.js @@ -0,0 +1,19 @@ +'use strict' + +const util = require('util') + +const contentPath = require('./path') +const { hasContent } = require('./read') +const rimraf = util.promisify(require('rimraf')) + +module.exports = rm + +function rm (cache, integrity) { + return hasContent(cache, integrity).then((content) => { + // ~pretty~ sure we can't end up with a content lacking sri, but be safe + if (content && content.sri) + return rimraf(contentPath(cache, content.sri)).then(() => true) + else + return false + }) +} diff --git a/node_modules/cacache/lib/content/write.js b/node_modules/cacache/lib/content/write.js new file mode 100644 index 0000000..dde1bd1 --- /dev/null +++ b/node_modules/cacache/lib/content/write.js @@ -0,0 +1,189 @@ +'use strict' + +const util = require('util') + +const contentPath = require('./path') +const fixOwner = require('../util/fix-owner') +const fs = require('fs') +const moveFile = require('../util/move-file') +const Minipass = require('minipass') +const Pipeline = require('minipass-pipeline') +const Flush = require('minipass-flush') +const path = require('path') +const rimraf = util.promisify(require('rimraf')) +const ssri = require('ssri') +const uniqueFilename = require('unique-filename') +const { disposer } = require('./../util/disposer') +const fsm = require('fs-minipass') + +const writeFile = util.promisify(fs.writeFile) + +module.exports = write + +function write (cache, data, opts = {}) { + const { algorithms, size, integrity } = opts + if (algorithms && algorithms.length > 1) + throw new Error('opts.algorithms only supports a single algorithm for now') + + if (typeof size === 'number' && data.length !== size) + return Promise.reject(sizeError(size, data.length)) + + const sri = ssri.fromData(data, algorithms ? { algorithms } : {}) + if (integrity && !ssri.checkData(data, integrity, opts)) + return Promise.reject(checksumError(integrity, sri)) + + return disposer(makeTmp(cache, opts), makeTmpDisposer, + (tmp) => { + return writeFile(tmp.target, data, { flag: 'wx' }) + .then(() => moveToDestination(tmp, cache, sri, opts)) + }) + .then(() => ({ integrity: sri, size: data.length })) +} + +module.exports.stream = writeStream + +// writes proxied to the 'inputStream' that is passed to the Promise +// 'end' is deferred until content is handled. +class CacacheWriteStream extends Flush { + constructor (cache, opts) { + super() + this.opts = opts + this.cache = cache + this.inputStream = new Minipass() + this.inputStream.on('error', er => this.emit('error', er)) + this.inputStream.on('drain', () => this.emit('drain')) + this.handleContentP = null + } + + write (chunk, encoding, cb) { + if (!this.handleContentP) { + this.handleContentP = handleContent( + this.inputStream, + this.cache, + this.opts + ) + } + return this.inputStream.write(chunk, encoding, cb) + } + + flush (cb) { + this.inputStream.end(() => { + if (!this.handleContentP) { + const e = new Error('Cache input stream was empty') + e.code = 'ENODATA' + // empty streams are probably emitting end right away. + // defer this one tick by rejecting a promise on it. + return Promise.reject(e).catch(cb) + } + this.handleContentP.then( + (res) => { + res.integrity && this.emit('integrity', res.integrity) + res.size !== null && this.emit('size', res.size) + cb() + }, + (er) => cb(er) + ) + }) + } +} + +function writeStream (cache, opts = {}) { + return new CacacheWriteStream(cache, opts) +} + +function handleContent (inputStream, cache, opts) { + return disposer(makeTmp(cache, opts), makeTmpDisposer, (tmp) => { + return pipeToTmp(inputStream, cache, tmp.target, opts) + .then((res) => { + return moveToDestination( + tmp, + cache, + res.integrity, + opts + ).then(() => res) + }) + }) +} + +function pipeToTmp (inputStream, cache, tmpTarget, opts) { + let integrity + let size + const hashStream = ssri.integrityStream({ + integrity: opts.integrity, + algorithms: opts.algorithms, + size: opts.size, + }) + hashStream.on('integrity', i => { + integrity = i + }) + hashStream.on('size', s => { + size = s + }) + + const outStream = new fsm.WriteStream(tmpTarget, { + flags: 'wx', + }) + + // NB: this can throw if the hashStream has a problem with + // it, and the data is fully written. but pipeToTmp is only + // called in promisory contexts where that is handled. + const pipeline = new Pipeline( + inputStream, + hashStream, + outStream + ) + + return pipeline.promise() + .then(() => ({ integrity, size })) + .catch(er => rimraf(tmpTarget).then(() => { + throw er + })) +} + +function makeTmp (cache, opts) { + const tmpTarget = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) + return fixOwner.mkdirfix(cache, path.dirname(tmpTarget)).then(() => ({ + target: tmpTarget, + moved: false, + })) +} + +function makeTmpDisposer (tmp) { + if (tmp.moved) + return Promise.resolve() + + return rimraf(tmp.target) +} + +function moveToDestination (tmp, cache, sri, opts) { + const destination = contentPath(cache, sri) + const destDir = path.dirname(destination) + + return fixOwner + .mkdirfix(cache, destDir) + .then(() => { + return moveFile(tmp.target, destination) + }) + .then(() => { + tmp.moved = true + return fixOwner.chownr(cache, destination) + }) +} + +function sizeError (expected, found) { + const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`) + err.expected = expected + err.found = found + err.code = 'EBADSIZE' + return err +} + +function checksumError (expected, found) { + const err = new Error(`Integrity check failed: + Wanted: ${expected} + Found: ${found}`) + err.code = 'EINTEGRITY' + err.expected = expected + err.found = found + return err +} diff --git a/node_modules/cacache/lib/entry-index.js b/node_modules/cacache/lib/entry-index.js new file mode 100644 index 0000000..71aac5e --- /dev/null +++ b/node_modules/cacache/lib/entry-index.js @@ -0,0 +1,394 @@ +'use strict' + +const util = require('util') +const crypto = require('crypto') +const fs = require('fs') +const Minipass = require('minipass') +const path = require('path') +const ssri = require('ssri') +const uniqueFilename = require('unique-filename') + +const { disposer } = require('./util/disposer') +const contentPath = require('./content/path') +const fixOwner = require('./util/fix-owner') +const hashToSegments = require('./util/hash-to-segments') +const indexV = require('../package.json')['cache-version'].index +const moveFile = require('@npmcli/move-file') +const _rimraf = require('rimraf') +const rimraf = util.promisify(_rimraf) +rimraf.sync = _rimraf.sync + +const appendFile = util.promisify(fs.appendFile) +const readFile = util.promisify(fs.readFile) +const readdir = util.promisify(fs.readdir) +const writeFile = util.promisify(fs.writeFile) + +module.exports.NotFoundError = class NotFoundError extends Error { + constructor (cache, key) { + super(`No cache entry for ${key} found in ${cache}`) + this.code = 'ENOENT' + this.cache = cache + this.key = key + } +} + +module.exports.compact = compact + +async function compact (cache, key, matchFn, opts = {}) { + const bucket = bucketPath(cache, key) + const entries = await bucketEntries(bucket) + const newEntries = [] + // we loop backwards because the bottom-most result is the newest + // since we add new entries with appendFile + for (let i = entries.length - 1; i >= 0; --i) { + const entry = entries[i] + // a null integrity could mean either a delete was appended + // or the user has simply stored an index that does not map + // to any content. we determine if the user wants to keep the + // null integrity based on the validateEntry function passed in options. + // if the integrity is null and no validateEntry is provided, we break + // as we consider the null integrity to be a deletion of everything + // that came before it. + if (entry.integrity === null && !opts.validateEntry) + break + + // if this entry is valid, and it is either the first entry or + // the newEntries array doesn't already include an entry that + // matches this one based on the provided matchFn, then we add + // it to the beginning of our list + if ((!opts.validateEntry || opts.validateEntry(entry) === true) && + (newEntries.length === 0 || + !newEntries.find((oldEntry) => matchFn(oldEntry, entry)))) + newEntries.unshift(entry) + } + + const newIndex = '\n' + newEntries.map((entry) => { + const stringified = JSON.stringify(entry) + const hash = hashEntry(stringified) + return `${hash}\t${stringified}` + }).join('\n') + + const setup = async () => { + const target = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) + await fixOwner.mkdirfix(cache, path.dirname(target)) + return { + target, + moved: false, + } + } + + const teardown = async (tmp) => { + if (!tmp.moved) + return rimraf(tmp.target) + } + + const write = async (tmp) => { + await writeFile(tmp.target, newIndex, { flag: 'wx' }) + await fixOwner.mkdirfix(cache, path.dirname(bucket)) + // we use @npmcli/move-file directly here because we + // want to overwrite the existing file + await moveFile(tmp.target, bucket) + tmp.moved = true + try { + await fixOwner.chownr(cache, bucket) + } catch (err) { + if (err.code !== 'ENOENT') + throw err + } + } + + // write the file atomically + await disposer(setup(), teardown, write) + + // we reverse the list we generated such that the newest + // entries come first in order to make looping through them easier + // the true passed to formatEntry tells it to keep null + // integrity values, if they made it this far it's because + // validateEntry returned true, and as such we should return it + return newEntries.reverse().map((entry) => formatEntry(cache, entry, true)) +} + +module.exports.insert = insert + +function insert (cache, key, integrity, opts = {}) { + const { metadata, size } = opts + const bucket = bucketPath(cache, key) + const entry = { + key, + integrity: integrity && ssri.stringify(integrity), + time: Date.now(), + size, + metadata, + } + return fixOwner + .mkdirfix(cache, path.dirname(bucket)) + .then(() => { + const stringified = JSON.stringify(entry) + // NOTE - Cleverness ahoy! + // + // This works because it's tremendously unlikely for an entry to corrupt + // another while still preserving the string length of the JSON in + // question. So, we just slap the length in there and verify it on read. + // + // Thanks to @isaacs for the whiteboarding session that ended up with + // this. + return appendFile(bucket, `\n${hashEntry(stringified)}\t${stringified}`) + }) + .then(() => fixOwner.chownr(cache, bucket)) + .catch((err) => { + if (err.code === 'ENOENT') + return undefined + + throw err + // There's a class of race conditions that happen when things get deleted + // during fixOwner, or between the two mkdirfix/chownr calls. + // + // It's perfectly fine to just not bother in those cases and lie + // that the index entry was written. Because it's a cache. + }) + .then(() => { + return formatEntry(cache, entry) + }) +} + +module.exports.insert.sync = insertSync + +function insertSync (cache, key, integrity, opts = {}) { + const { metadata, size } = opts + const bucket = bucketPath(cache, key) + const entry = { + key, + integrity: integrity && ssri.stringify(integrity), + time: Date.now(), + size, + metadata, + } + fixOwner.mkdirfix.sync(cache, path.dirname(bucket)) + const stringified = JSON.stringify(entry) + fs.appendFileSync(bucket, `\n${hashEntry(stringified)}\t${stringified}`) + try { + fixOwner.chownr.sync(cache, bucket) + } catch (err) { + if (err.code !== 'ENOENT') + throw err + } + return formatEntry(cache, entry) +} + +module.exports.find = find + +function find (cache, key) { + const bucket = bucketPath(cache, key) + return bucketEntries(bucket) + .then((entries) => { + return entries.reduce((latest, next) => { + if (next && next.key === key) + return formatEntry(cache, next) + else + return latest + }, null) + }) + .catch((err) => { + if (err.code === 'ENOENT') + return null + else + throw err + }) +} + +module.exports.find.sync = findSync + +function findSync (cache, key) { + const bucket = bucketPath(cache, key) + try { + return bucketEntriesSync(bucket).reduce((latest, next) => { + if (next && next.key === key) + return formatEntry(cache, next) + else + return latest + }, null) + } catch (err) { + if (err.code === 'ENOENT') + return null + else + throw err + } +} + +module.exports.delete = del + +function del (cache, key, opts = {}) { + if (!opts.removeFully) + return insert(cache, key, null, opts) + + const bucket = bucketPath(cache, key) + return rimraf(bucket) +} + +module.exports.delete.sync = delSync + +function delSync (cache, key, opts = {}) { + if (!opts.removeFully) + return insertSync(cache, key, null, opts) + + const bucket = bucketPath(cache, key) + return rimraf.sync(bucket) +} + +module.exports.lsStream = lsStream + +function lsStream (cache) { + const indexDir = bucketDir(cache) + const stream = new Minipass({ objectMode: true }) + + readdirOrEmpty(indexDir).then(buckets => Promise.all( + buckets.map(bucket => { + const bucketPath = path.join(indexDir, bucket) + return readdirOrEmpty(bucketPath).then(subbuckets => Promise.all( + subbuckets.map(subbucket => { + const subbucketPath = path.join(bucketPath, subbucket) + + // "/cachename//./*" + return readdirOrEmpty(subbucketPath).then(entries => Promise.all( + entries.map(entry => { + const entryPath = path.join(subbucketPath, entry) + return bucketEntries(entryPath).then(entries => + // using a Map here prevents duplicate keys from + // showing up twice, I guess? + entries.reduce((acc, entry) => { + acc.set(entry.key, entry) + return acc + }, new Map()) + ).then(reduced => { + // reduced is a map of key => entry + for (const entry of reduced.values()) { + const formatted = formatEntry(cache, entry) + if (formatted) + stream.write(formatted) + } + }).catch(err => { + if (err.code === 'ENOENT') + return undefined + throw err + }) + }) + )) + }) + )) + }) + )) + .then( + () => stream.end(), + err => stream.emit('error', err) + ) + + return stream +} + +module.exports.ls = ls + +function ls (cache) { + return lsStream(cache).collect().then(entries => + entries.reduce((acc, xs) => { + acc[xs.key] = xs + return acc + }, {}) + ) +} + +module.exports.bucketEntries = bucketEntries + +function bucketEntries (bucket, filter) { + return readFile(bucket, 'utf8').then((data) => _bucketEntries(data, filter)) +} + +module.exports.bucketEntries.sync = bucketEntriesSync + +function bucketEntriesSync (bucket, filter) { + const data = fs.readFileSync(bucket, 'utf8') + return _bucketEntries(data, filter) +} + +function _bucketEntries (data, filter) { + const entries = [] + data.split('\n').forEach((entry) => { + if (!entry) + return + + const pieces = entry.split('\t') + if (!pieces[1] || hashEntry(pieces[1]) !== pieces[0]) { + // Hash is no good! Corruption or malice? Doesn't matter! + // EJECT EJECT + return + } + let obj + try { + obj = JSON.parse(pieces[1]) + } catch (e) { + // Entry is corrupted! + return + } + if (obj) + entries.push(obj) + }) + return entries +} + +module.exports.bucketDir = bucketDir + +function bucketDir (cache) { + return path.join(cache, `index-v${indexV}`) +} + +module.exports.bucketPath = bucketPath + +function bucketPath (cache, key) { + const hashed = hashKey(key) + return path.join.apply( + path, + [bucketDir(cache)].concat(hashToSegments(hashed)) + ) +} + +module.exports.hashKey = hashKey + +function hashKey (key) { + return hash(key, 'sha256') +} + +module.exports.hashEntry = hashEntry + +function hashEntry (str) { + return hash(str, 'sha1') +} + +function hash (str, digest) { + return crypto + .createHash(digest) + .update(str) + .digest('hex') +} + +function formatEntry (cache, entry, keepAll) { + // Treat null digests as deletions. They'll shadow any previous entries. + if (!entry.integrity && !keepAll) + return null + + return { + key: entry.key, + integrity: entry.integrity, + path: entry.integrity ? contentPath(cache, entry.integrity) : undefined, + size: entry.size, + time: entry.time, + metadata: entry.metadata, + } +} + +function readdirOrEmpty (dir) { + return readdir(dir).catch((err) => { + if (err.code === 'ENOENT' || err.code === 'ENOTDIR') + return [] + + throw err + }) +} diff --git a/node_modules/cacache/lib/memoization.js b/node_modules/cacache/lib/memoization.js new file mode 100644 index 0000000..d5465f3 --- /dev/null +++ b/node_modules/cacache/lib/memoization.js @@ -0,0 +1,73 @@ +'use strict' + +const LRU = require('lru-cache') + +const MAX_SIZE = 50 * 1024 * 1024 // 50MB +const MAX_AGE = 3 * 60 * 1000 + +const MEMOIZED = new LRU({ + max: MAX_SIZE, + maxAge: MAX_AGE, + length: (entry, key) => key.startsWith('key:') ? entry.data.length : entry.length, +}) + +module.exports.clearMemoized = clearMemoized + +function clearMemoized () { + const old = {} + MEMOIZED.forEach((v, k) => { + old[k] = v + }) + MEMOIZED.reset() + return old +} + +module.exports.put = put + +function put (cache, entry, data, opts) { + pickMem(opts).set(`key:${cache}:${entry.key}`, { entry, data }) + putDigest(cache, entry.integrity, data, opts) +} + +module.exports.put.byDigest = putDigest + +function putDigest (cache, integrity, data, opts) { + pickMem(opts).set(`digest:${cache}:${integrity}`, data) +} + +module.exports.get = get + +function get (cache, key, opts) { + return pickMem(opts).get(`key:${cache}:${key}`) +} + +module.exports.get.byDigest = getDigest + +function getDigest (cache, integrity, opts) { + return pickMem(opts).get(`digest:${cache}:${integrity}`) +} + +class ObjProxy { + constructor (obj) { + this.obj = obj + } + + get (key) { + return this.obj[key] + } + + set (key, val) { + this.obj[key] = val + } +} + +function pickMem (opts) { + if (!opts || !opts.memoize) + return MEMOIZED + else if (opts.memoize.get && opts.memoize.set) + return opts.memoize + else if (typeof opts.memoize === 'object') + return new ObjProxy(opts.memoize) + else + return MEMOIZED +} diff --git a/node_modules/cacache/lib/util/disposer.js b/node_modules/cacache/lib/util/disposer.js new file mode 100644 index 0000000..aa8aed5 --- /dev/null +++ b/node_modules/cacache/lib/util/disposer.js @@ -0,0 +1,30 @@ +'use strict' + +module.exports.disposer = disposer + +function disposer (creatorFn, disposerFn, fn) { + const runDisposer = (resource, result, shouldThrow = false) => { + return disposerFn(resource) + .then( + // disposer resolved, do something with original fn's promise + () => { + if (shouldThrow) + throw result + + return result + }, + // Disposer fn failed, crash process + (err) => { + throw err + // Or process.exit? + }) + } + + return creatorFn + .then((resource) => { + // fn(resource) can throw, so wrap in a promise here + return Promise.resolve().then(() => fn(resource)) + .then((result) => runDisposer(resource, result)) + .catch((err) => runDisposer(resource, err, true)) + }) +} diff --git a/node_modules/cacache/lib/util/fix-owner.js b/node_modules/cacache/lib/util/fix-owner.js new file mode 100644 index 0000000..90ffece --- /dev/null +++ b/node_modules/cacache/lib/util/fix-owner.js @@ -0,0 +1,142 @@ +'use strict' + +const util = require('util') + +const chownr = util.promisify(require('chownr')) +const mkdirp = require('mkdirp') +const inflight = require('promise-inflight') +const inferOwner = require('infer-owner') + +// Memoize getuid()/getgid() calls. +// patch process.setuid/setgid to invalidate cached value on change +const self = { uid: null, gid: null } +const getSelf = () => { + if (typeof self.uid !== 'number') { + self.uid = process.getuid() + const setuid = process.setuid + process.setuid = (uid) => { + self.uid = null + process.setuid = setuid + return process.setuid(uid) + } + } + if (typeof self.gid !== 'number') { + self.gid = process.getgid() + const setgid = process.setgid + process.setgid = (gid) => { + self.gid = null + process.setgid = setgid + return process.setgid(gid) + } + } +} + +module.exports.chownr = fixOwner + +function fixOwner (cache, filepath) { + if (!process.getuid) { + // This platform doesn't need ownership fixing + return Promise.resolve() + } + + getSelf() + if (self.uid !== 0) { + // almost certainly can't chown anyway + return Promise.resolve() + } + + return Promise.resolve(inferOwner(cache)).then((owner) => { + const { uid, gid } = owner + + // No need to override if it's already what we used. + if (self.uid === uid && self.gid === gid) + return + + return inflight('fixOwner: fixing ownership on ' + filepath, () => + chownr( + filepath, + typeof uid === 'number' ? uid : self.uid, + typeof gid === 'number' ? gid : self.gid + ).catch((err) => { + if (err.code === 'ENOENT') + return null + + throw err + }) + ) + }) +} + +module.exports.chownr.sync = fixOwnerSync + +function fixOwnerSync (cache, filepath) { + if (!process.getuid) { + // This platform doesn't need ownership fixing + return + } + const { uid, gid } = inferOwner.sync(cache) + getSelf() + if (self.uid !== 0) { + // almost certainly can't chown anyway + return + } + + if (self.uid === uid && self.gid === gid) { + // No need to override if it's already what we used. + return + } + try { + chownr.sync( + filepath, + typeof uid === 'number' ? uid : self.uid, + typeof gid === 'number' ? gid : self.gid + ) + } catch (err) { + // only catch ENOENT, any other error is a problem. + if (err.code === 'ENOENT') + return null + + throw err + } +} + +module.exports.mkdirfix = mkdirfix + +function mkdirfix (cache, p, cb) { + // we have to infer the owner _before_ making the directory, even though + // we aren't going to use the results, since the cache itself might not + // exist yet. If we mkdirp it, then our current uid/gid will be assumed + // to be correct if it creates the cache folder in the process. + return Promise.resolve(inferOwner(cache)).then(() => { + return mkdirp(p) + .then((made) => { + if (made) + return fixOwner(cache, made).then(() => made) + }) + .catch((err) => { + if (err.code === 'EEXIST') + return fixOwner(cache, p).then(() => null) + + throw err + }) + }) +} + +module.exports.mkdirfix.sync = mkdirfixSync + +function mkdirfixSync (cache, p) { + try { + inferOwner.sync(cache) + const made = mkdirp.sync(p) + if (made) { + fixOwnerSync(cache, made) + return made + } + } catch (err) { + if (err.code === 'EEXIST') { + fixOwnerSync(cache, p) + return null + } else + throw err + } +} diff --git a/node_modules/cacache/lib/util/hash-to-segments.js b/node_modules/cacache/lib/util/hash-to-segments.js new file mode 100644 index 0000000..445599b --- /dev/null +++ b/node_modules/cacache/lib/util/hash-to-segments.js @@ -0,0 +1,7 @@ +'use strict' + +module.exports = hashToSegments + +function hashToSegments (hash) { + return [hash.slice(0, 2), hash.slice(2, 4), hash.slice(4)] +} diff --git a/node_modules/cacache/lib/util/move-file.js b/node_modules/cacache/lib/util/move-file.js new file mode 100644 index 0000000..c3f9e35 --- /dev/null +++ b/node_modules/cacache/lib/util/move-file.js @@ -0,0 +1,67 @@ +'use strict' + +const fs = require('fs') +const util = require('util') +const chmod = util.promisify(fs.chmod) +const unlink = util.promisify(fs.unlink) +const stat = util.promisify(fs.stat) +const move = require('@npmcli/move-file') +const pinflight = require('promise-inflight') + +module.exports = moveFile + +function moveFile (src, dest) { + const isWindows = global.__CACACHE_TEST_FAKE_WINDOWS__ || + process.platform === 'win32' + + // This isn't quite an fs.rename -- the assumption is that + // if `dest` already exists, and we get certain errors while + // trying to move it, we should just not bother. + // + // In the case of cache corruption, users will receive an + // EINTEGRITY error elsewhere, and can remove the offending + // content their own way. + // + // Note that, as the name suggests, this strictly only supports file moves. + return new Promise((resolve, reject) => { + fs.link(src, dest, (err) => { + if (err) { + if (isWindows && err.code === 'EPERM') { + // XXX This is a really weird way to handle this situation, as it + // results in the src file being deleted even though the dest + // might not exist. Since we pretty much always write files to + // deterministic locations based on content hash, this is likely + // ok (or at worst, just ends in a future cache miss). But it would + // be worth investigating at some time in the future if this is + // really what we want to do here. + return resolve() + } else if (err.code === 'EEXIST' || err.code === 'EBUSY') { + // file already exists, so whatever + return resolve() + } else + return reject(err) + } else + return resolve() + }) + }) + .then(() => { + // content should never change for any reason, so make it read-only + return Promise.all([ + unlink(src), + !isWindows && chmod(dest, '0444'), + ]) + }) + .catch(() => { + return pinflight('cacache-move-file:' + dest, () => { + return stat(dest).catch((err) => { + if (err.code !== 'ENOENT') { + // Something else is wrong here. Bail bail bail + throw err + } + // file doesn't already exist! let's try a rename -> copy fallback + // only delete if it successfully copies + return move(src, dest) + }) + }) + }) +} diff --git a/node_modules/cacache/lib/util/tmp.js b/node_modules/cacache/lib/util/tmp.js new file mode 100644 index 0000000..0a5a50e --- /dev/null +++ b/node_modules/cacache/lib/util/tmp.js @@ -0,0 +1,35 @@ +'use strict' + +const fs = require('@npmcli/fs') + +const fixOwner = require('./fix-owner') +const path = require('path') + +module.exports.mkdir = mktmpdir + +function mktmpdir (cache, opts = {}) { + const { tmpPrefix } = opts + const tmpDir = path.join(cache, 'tmp') + return fs.mkdir(tmpDir, { recursive: true, owner: 'inherit' }) + .then(() => { + // do not use path.join(), it drops the trailing / if tmpPrefix is unset + const target = `${tmpDir}${path.sep}${tmpPrefix || ''}` + return fs.mkdtemp(target, { owner: 'inherit' }) + }) +} + +module.exports.withTmp = withTmp + +function withTmp (cache, opts, cb) { + if (!cb) { + cb = opts + opts = {} + } + return fs.withTempDir(path.join(cache, 'tmp'), cb, opts) +} + +module.exports.fix = fixtmpdir + +function fixtmpdir (cache) { + return fixOwner(cache, path.join(cache, 'tmp')) +} diff --git a/node_modules/cacache/lib/verify.js b/node_modules/cacache/lib/verify.js new file mode 100644 index 0000000..e9d679e --- /dev/null +++ b/node_modules/cacache/lib/verify.js @@ -0,0 +1,287 @@ +'use strict' + +const util = require('util') + +const pMap = require('p-map') +const contentPath = require('./content/path') +const fixOwner = require('./util/fix-owner') +const fs = require('fs') +const fsm = require('fs-minipass') +const glob = util.promisify(require('glob')) +const index = require('./entry-index') +const path = require('path') +const rimraf = util.promisify(require('rimraf')) +const ssri = require('ssri') + +const hasOwnProperty = (obj, key) => + Object.prototype.hasOwnProperty.call(obj, key) + +const stat = util.promisify(fs.stat) +const truncate = util.promisify(fs.truncate) +const writeFile = util.promisify(fs.writeFile) +const readFile = util.promisify(fs.readFile) + +const verifyOpts = (opts) => ({ + concurrency: 20, + log: { silly () {} }, + ...opts, +}) + +module.exports = verify + +function verify (cache, opts) { + opts = verifyOpts(opts) + opts.log.silly('verify', 'verifying cache at', cache) + + const steps = [ + markStartTime, + fixPerms, + garbageCollect, + rebuildIndex, + cleanTmp, + writeVerifile, + markEndTime, + ] + + return steps + .reduce((promise, step, i) => { + const label = step.name + const start = new Date() + return promise.then((stats) => { + return step(cache, opts).then((s) => { + s && + Object.keys(s).forEach((k) => { + stats[k] = s[k] + }) + const end = new Date() + if (!stats.runTime) + stats.runTime = {} + + stats.runTime[label] = end - start + return Promise.resolve(stats) + }) + }) + }, Promise.resolve({})) + .then((stats) => { + stats.runTime.total = stats.endTime - stats.startTime + opts.log.silly( + 'verify', + 'verification finished for', + cache, + 'in', + `${stats.runTime.total}ms` + ) + return stats + }) +} + +function markStartTime (cache, opts) { + return Promise.resolve({ startTime: new Date() }) +} + +function markEndTime (cache, opts) { + return Promise.resolve({ endTime: new Date() }) +} + +function fixPerms (cache, opts) { + opts.log.silly('verify', 'fixing cache permissions') + return fixOwner + .mkdirfix(cache, cache) + .then(() => { + // TODO - fix file permissions too + return fixOwner.chownr(cache, cache) + }) + .then(() => null) +} + +// Implements a naive mark-and-sweep tracing garbage collector. +// +// The algorithm is basically as follows: +// 1. Read (and filter) all index entries ("pointers") +// 2. Mark each integrity value as "live" +// 3. Read entire filesystem tree in `content-vX/` dir +// 4. If content is live, verify its checksum and delete it if it fails +// 5. If content is not marked as live, rimraf it. +// +function garbageCollect (cache, opts) { + opts.log.silly('verify', 'garbage collecting content') + const indexStream = index.lsStream(cache) + const liveContent = new Set() + indexStream.on('data', (entry) => { + if (opts.filter && !opts.filter(entry)) + return + + liveContent.add(entry.integrity.toString()) + }) + return new Promise((resolve, reject) => { + indexStream.on('end', resolve).on('error', reject) + }).then(() => { + const contentDir = contentPath.contentDir(cache) + return glob(path.join(contentDir, '**'), { + follow: false, + nodir: true, + nosort: true, + }).then((files) => { + return Promise.resolve({ + verifiedContent: 0, + reclaimedCount: 0, + reclaimedSize: 0, + badContentCount: 0, + keptSize: 0, + }).then((stats) => + pMap( + files, + (f) => { + const split = f.split(/[/\\]/) + const digest = split.slice(split.length - 3).join('') + const algo = split[split.length - 4] + const integrity = ssri.fromHex(digest, algo) + if (liveContent.has(integrity.toString())) { + return verifyContent(f, integrity).then((info) => { + if (!info.valid) { + stats.reclaimedCount++ + stats.badContentCount++ + stats.reclaimedSize += info.size + } else { + stats.verifiedContent++ + stats.keptSize += info.size + } + return stats + }) + } else { + // No entries refer to this content. We can delete. + stats.reclaimedCount++ + return stat(f).then((s) => { + return rimraf(f).then(() => { + stats.reclaimedSize += s.size + return stats + }) + }) + } + }, + { concurrency: opts.concurrency } + ).then(() => stats) + ) + }) + }) +} + +function verifyContent (filepath, sri) { + return stat(filepath) + .then((s) => { + const contentInfo = { + size: s.size, + valid: true, + } + return ssri + .checkStream(new fsm.ReadStream(filepath), sri) + .catch((err) => { + if (err.code !== 'EINTEGRITY') + throw err + + return rimraf(filepath).then(() => { + contentInfo.valid = false + }) + }) + .then(() => contentInfo) + }) + .catch((err) => { + if (err.code === 'ENOENT') + return { size: 0, valid: false } + + throw err + }) +} + +function rebuildIndex (cache, opts) { + opts.log.silly('verify', 'rebuilding index') + return index.ls(cache).then((entries) => { + const stats = { + missingContent: 0, + rejectedEntries: 0, + totalEntries: 0, + } + const buckets = {} + for (const k in entries) { + /* istanbul ignore else */ + if (hasOwnProperty(entries, k)) { + const hashed = index.hashKey(k) + const entry = entries[k] + const excluded = opts.filter && !opts.filter(entry) + excluded && stats.rejectedEntries++ + if (buckets[hashed] && !excluded) + buckets[hashed].push(entry) + else if (buckets[hashed] && excluded) { + // skip + } else if (excluded) { + buckets[hashed] = [] + buckets[hashed]._path = index.bucketPath(cache, k) + } else { + buckets[hashed] = [entry] + buckets[hashed]._path = index.bucketPath(cache, k) + } + } + } + return pMap( + Object.keys(buckets), + (key) => { + return rebuildBucket(cache, buckets[key], stats, opts) + }, + { concurrency: opts.concurrency } + ).then(() => stats) + }) +} + +function rebuildBucket (cache, bucket, stats, opts) { + return truncate(bucket._path).then(() => { + // This needs to be serialized because cacache explicitly + // lets very racy bucket conflicts clobber each other. + return bucket.reduce((promise, entry) => { + return promise.then(() => { + const content = contentPath(cache, entry.integrity) + return stat(content) + .then(() => { + return index + .insert(cache, entry.key, entry.integrity, { + metadata: entry.metadata, + size: entry.size, + }) + .then(() => { + stats.totalEntries++ + }) + }) + .catch((err) => { + if (err.code === 'ENOENT') { + stats.rejectedEntries++ + stats.missingContent++ + return + } + throw err + }) + }) + }, Promise.resolve()) + }) +} + +function cleanTmp (cache, opts) { + opts.log.silly('verify', 'cleaning tmp directory') + return rimraf(path.join(cache, 'tmp')) +} + +function writeVerifile (cache, opts) { + const verifile = path.join(cache, '_lastverified') + opts.log.silly('verify', 'writing verifile to ' + verifile) + try { + return writeFile(verifile, '' + +new Date()) + } finally { + fixOwner.chownr.sync(cache, verifile) + } +} + +module.exports.lastRun = lastRun + +function lastRun (cache) { + return readFile(path.join(cache, '_lastverified'), 'utf8').then( + (data) => new Date(+data) + ) +} diff --git a/node_modules/cacache/ls.js b/node_modules/cacache/ls.js new file mode 100644 index 0000000..6006c99 --- /dev/null +++ b/node_modules/cacache/ls.js @@ -0,0 +1,6 @@ +'use strict' + +const index = require('./lib/entry-index') + +module.exports = index.ls +module.exports.stream = index.lsStream diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json new file mode 100644 index 0000000..6cb4140 --- /dev/null +++ b/node_modules/cacache/package.json @@ -0,0 +1,80 @@ +{ + "name": "cacache", + "version": "15.3.0", + "cache-version": { + "content": "2", + "index": "5" + }, + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "main": "index.js", + "files": [ + "*.js", + "lib" + ], + "scripts": { + "benchmarks": "node test/benchmarks", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "test": "tap", + "snap": "tap", + "coverage": "tap", + "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test", + "lint": "npm run npmclilint -- \"*.*js\" \"lib/**/*.*js\" \"test/**/*.*js\"", + "npmclilint": "npmcli-lint", + "lintfix": "npm run lint -- --fix", + "postsnap": "npm run lintfix --" + }, + "repository": "https://github.com/npm/cacache", + "keywords": [ + "cache", + "caching", + "content-addressable", + "sri", + "sri hash", + "subresource integrity", + "cache", + "storage", + "store", + "file store", + "filesystem", + "disk cache", + "disk storage" + ], + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^1.0.0", + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.1", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" + }, + "devDependencies": { + "@npmcli/lint": "^1.0.1", + "benchmark": "^2.1.4", + "chalk": "^4.0.0", + "require-inject": "^1.4.4", + "tacks": "^1.3.0", + "tap": "^15.0.9" + }, + "tap": { + "100": true, + "test-regex": "test/[^/]*.js" + }, + "engines": { + "node": ">= 10" + } +} diff --git a/node_modules/cacache/put.js b/node_modules/cacache/put.js new file mode 100644 index 0000000..84e9562 --- /dev/null +++ b/node_modules/cacache/put.js @@ -0,0 +1,83 @@ +'use strict' + +const index = require('./lib/entry-index') +const memo = require('./lib/memoization') +const write = require('./lib/content/write') +const Flush = require('minipass-flush') +const { PassThrough } = require('minipass-collect') +const Pipeline = require('minipass-pipeline') + +const putOpts = (opts) => ({ + algorithms: ['sha512'], + ...opts, +}) + +module.exports = putData + +function putData (cache, key, data, opts = {}) { + const { memoize } = opts + opts = putOpts(opts) + return write(cache, data, opts).then((res) => { + return index + .insert(cache, key, res.integrity, { ...opts, size: res.size }) + .then((entry) => { + if (memoize) + memo.put(cache, entry, data, opts) + + return res.integrity + }) + }) +} + +module.exports.stream = putStream + +function putStream (cache, key, opts = {}) { + const { memoize } = opts + opts = putOpts(opts) + let integrity + let size + + let memoData + const pipeline = new Pipeline() + // first item in the pipeline is the memoizer, because we need + // that to end first and get the collected data. + if (memoize) { + const memoizer = new PassThrough().on('collect', data => { + memoData = data + }) + pipeline.push(memoizer) + } + + // contentStream is a write-only, not a passthrough + // no data comes out of it. + const contentStream = write.stream(cache, opts) + .on('integrity', (int) => { + integrity = int + }) + .on('size', (s) => { + size = s + }) + + pipeline.push(contentStream) + + // last but not least, we write the index and emit hash and size, + // and memoize if we're doing that + pipeline.push(new Flush({ + flush () { + return index + .insert(cache, key, integrity, { ...opts, size }) + .then((entry) => { + if (memoize && memoData) + memo.put(cache, entry, memoData, opts) + + if (integrity) + pipeline.emit('integrity', integrity) + + if (size) + pipeline.emit('size', size) + }) + }, + })) + + return pipeline +} diff --git a/node_modules/cacache/rm.js b/node_modules/cacache/rm.js new file mode 100644 index 0000000..f2ef6b1 --- /dev/null +++ b/node_modules/cacache/rm.js @@ -0,0 +1,31 @@ +'use strict' + +const util = require('util') + +const index = require('./lib/entry-index') +const memo = require('./lib/memoization') +const path = require('path') +const rimraf = util.promisify(require('rimraf')) +const rmContent = require('./lib/content/rm') + +module.exports = entry +module.exports.entry = entry + +function entry (cache, key, opts) { + memo.clearMemoized() + return index.delete(cache, key, opts) +} + +module.exports.content = content + +function content (cache, integrity) { + memo.clearMemoized() + return rmContent(cache, integrity) +} + +module.exports.all = all + +function all (cache) { + memo.clearMemoized() + return rimraf(path.join(cache, '*(content-*|index-*)')) +} diff --git a/node_modules/cacache/verify.js b/node_modules/cacache/verify.js new file mode 100644 index 0000000..db7763d --- /dev/null +++ b/node_modules/cacache/verify.js @@ -0,0 +1,3 @@ +'use strict' + +module.exports = require('./lib/verify') diff --git a/node_modules/chownr/LICENSE b/node_modules/chownr/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/chownr/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/chownr/README.md b/node_modules/chownr/README.md new file mode 100644 index 0000000..70e9a54 --- /dev/null +++ b/node_modules/chownr/README.md @@ -0,0 +1,3 @@ +Like `chown -R`. + +Takes the same arguments as `fs.chown()` diff --git a/node_modules/chownr/chownr.js b/node_modules/chownr/chownr.js new file mode 100644 index 0000000..0d40932 --- /dev/null +++ b/node_modules/chownr/chownr.js @@ -0,0 +1,167 @@ +'use strict' +const fs = require('fs') +const path = require('path') + +/* istanbul ignore next */ +const LCHOWN = fs.lchown ? 'lchown' : 'chown' +/* istanbul ignore next */ +const LCHOWNSYNC = fs.lchownSync ? 'lchownSync' : 'chownSync' + +/* istanbul ignore next */ +const needEISDIRHandled = fs.lchown && + !process.version.match(/v1[1-9]+\./) && + !process.version.match(/v10\.[6-9]/) + +const lchownSync = (path, uid, gid) => { + try { + return fs[LCHOWNSYNC](path, uid, gid) + } catch (er) { + if (er.code !== 'ENOENT') + throw er + } +} + +/* istanbul ignore next */ +const chownSync = (path, uid, gid) => { + try { + return fs.chownSync(path, uid, gid) + } catch (er) { + if (er.code !== 'ENOENT') + throw er + } +} + +/* istanbul ignore next */ +const handleEISDIR = + needEISDIRHandled ? (path, uid, gid, cb) => er => { + // Node prior to v10 had a very questionable implementation of + // fs.lchown, which would always try to call fs.open on a directory + // Fall back to fs.chown in those cases. + if (!er || er.code !== 'EISDIR') + cb(er) + else + fs.chown(path, uid, gid, cb) + } + : (_, __, ___, cb) => cb + +/* istanbul ignore next */ +const handleEISDirSync = + needEISDIRHandled ? (path, uid, gid) => { + try { + return lchownSync(path, uid, gid) + } catch (er) { + if (er.code !== 'EISDIR') + throw er + chownSync(path, uid, gid) + } + } + : (path, uid, gid) => lchownSync(path, uid, gid) + +// fs.readdir could only accept an options object as of node v6 +const nodeVersion = process.version +let readdir = (path, options, cb) => fs.readdir(path, options, cb) +let readdirSync = (path, options) => fs.readdirSync(path, options) +/* istanbul ignore next */ +if (/^v4\./.test(nodeVersion)) + readdir = (path, options, cb) => fs.readdir(path, cb) + +const chown = (cpath, uid, gid, cb) => { + fs[LCHOWN](cpath, uid, gid, handleEISDIR(cpath, uid, gid, er => { + // Skip ENOENT error + cb(er && er.code !== 'ENOENT' ? er : null) + })) +} + +const chownrKid = (p, child, uid, gid, cb) => { + if (typeof child === 'string') + return fs.lstat(path.resolve(p, child), (er, stats) => { + // Skip ENOENT error + if (er) + return cb(er.code !== 'ENOENT' ? er : null) + stats.name = child + chownrKid(p, stats, uid, gid, cb) + }) + + if (child.isDirectory()) { + chownr(path.resolve(p, child.name), uid, gid, er => { + if (er) + return cb(er) + const cpath = path.resolve(p, child.name) + chown(cpath, uid, gid, cb) + }) + } else { + const cpath = path.resolve(p, child.name) + chown(cpath, uid, gid, cb) + } +} + + +const chownr = (p, uid, gid, cb) => { + readdir(p, { withFileTypes: true }, (er, children) => { + // any error other than ENOTDIR or ENOTSUP means it's not readable, + // or doesn't exist. give up. + if (er) { + if (er.code === 'ENOENT') + return cb() + else if (er.code !== 'ENOTDIR' && er.code !== 'ENOTSUP') + return cb(er) + } + if (er || !children.length) + return chown(p, uid, gid, cb) + + let len = children.length + let errState = null + const then = er => { + if (errState) + return + if (er) + return cb(errState = er) + if (-- len === 0) + return chown(p, uid, gid, cb) + } + + children.forEach(child => chownrKid(p, child, uid, gid, then)) + }) +} + +const chownrKidSync = (p, child, uid, gid) => { + if (typeof child === 'string') { + try { + const stats = fs.lstatSync(path.resolve(p, child)) + stats.name = child + child = stats + } catch (er) { + if (er.code === 'ENOENT') + return + else + throw er + } + } + + if (child.isDirectory()) + chownrSync(path.resolve(p, child.name), uid, gid) + + handleEISDirSync(path.resolve(p, child.name), uid, gid) +} + +const chownrSync = (p, uid, gid) => { + let children + try { + children = readdirSync(p, { withFileTypes: true }) + } catch (er) { + if (er.code === 'ENOENT') + return + else if (er.code === 'ENOTDIR' || er.code === 'ENOTSUP') + return handleEISDirSync(p, uid, gid) + else + throw er + } + + if (children && children.length) + children.forEach(child => chownrKidSync(p, child, uid, gid)) + + return handleEISDirSync(p, uid, gid) +} + +module.exports = chownr +chownr.sync = chownrSync diff --git a/node_modules/chownr/package.json b/node_modules/chownr/package.json new file mode 100644 index 0000000..5b0214c --- /dev/null +++ b/node_modules/chownr/package.json @@ -0,0 +1,32 @@ +{ + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "chownr", + "description": "like `chown -R`", + "version": "2.0.0", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/chownr.git" + }, + "main": "chownr.js", + "files": [ + "chownr.js" + ], + "devDependencies": { + "mkdirp": "0.3", + "rimraf": "^2.7.1", + "tap": "^14.10.6" + }, + "tap": { + "check-coverage": true + }, + "scripts": { + "test": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags" + }, + "license": "ISC", + "engines": { + "node": ">=10" + } +} diff --git a/node_modules/clean-stack/index.d.ts b/node_modules/clean-stack/index.d.ts new file mode 100644 index 0000000..ed58995 --- /dev/null +++ b/node_modules/clean-stack/index.d.ts @@ -0,0 +1,47 @@ +declare namespace cleanStack { + interface Options { + /** + Prettify the file paths in the stack: + + `/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15` → `~/dev/clean-stack/unicorn.js:2:15` + + @default false + */ + readonly pretty?: boolean; + } +} + +/** +Clean up error stack traces. Removes the mostly unhelpful internal Node.js entries. + +@param stack - The `stack` property of an `Error`. + +@example +``` +import cleanStack = require('clean-stack'); + +const error = new Error('Missing unicorn'); + +console.log(error.stack); + +// Error: Missing unicorn +// at Object. (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) +// at Module._compile (module.js:409:26) +// at Object.Module._extensions..js (module.js:416:10) +// at Module.load (module.js:343:32) +// at Function.Module._load (module.js:300:12) +// at Function.Module.runMain (module.js:441:10) +// at startup (node.js:139:18) + +console.log(cleanStack(error.stack)); + +// Error: Missing unicorn +// at Object. (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) +``` +*/ +declare function cleanStack( + stack: string, + options?: cleanStack.Options +): string; + +export = cleanStack; diff --git a/node_modules/clean-stack/index.js b/node_modules/clean-stack/index.js new file mode 100644 index 0000000..8c1dcc4 --- /dev/null +++ b/node_modules/clean-stack/index.js @@ -0,0 +1,40 @@ +'use strict'; +const os = require('os'); + +const extractPathRegex = /\s+at.*(?:\(|\s)(.*)\)?/; +const pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.*)?\w+)\.js:\d+:\d+)|native)/; +const homeDir = typeof os.homedir === 'undefined' ? '' : os.homedir(); + +module.exports = (stack, options) => { + options = Object.assign({pretty: false}, options); + + return stack.replace(/\\/g, '/') + .split('\n') + .filter(line => { + const pathMatches = line.match(extractPathRegex); + if (pathMatches === null || !pathMatches[1]) { + return true; + } + + const match = pathMatches[1]; + + // Electron + if ( + match.includes('.app/Contents/Resources/electron.asar') || + match.includes('.app/Contents/Resources/default_app.asar') + ) { + return false; + } + + return !pathRegex.test(match); + }) + .filter(line => line.trim() !== '') + .map(line => { + if (options.pretty) { + return line.replace(extractPathRegex, (m, p1) => m.replace(p1, p1.replace(homeDir, '~'))); + } + + return line; + }) + .join('\n'); +}; diff --git a/node_modules/clean-stack/license b/node_modules/clean-stack/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/clean-stack/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/clean-stack/package.json b/node_modules/clean-stack/package.json new file mode 100644 index 0000000..719fdff --- /dev/null +++ b/node_modules/clean-stack/package.json @@ -0,0 +1,39 @@ +{ + "name": "clean-stack", + "version": "2.2.0", + "description": "Clean up error stack traces", + "license": "MIT", + "repository": "sindresorhus/clean-stack", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=6" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "clean", + "stack", + "trace", + "traces", + "error", + "err", + "electron" + ], + "devDependencies": { + "ava": "^1.4.1", + "tsd": "^0.7.2", + "xo": "^0.24.0" + }, + "browser": { + "os": false + } +} diff --git a/node_modules/clean-stack/readme.md b/node_modules/clean-stack/readme.md new file mode 100644 index 0000000..8d44160 --- /dev/null +++ b/node_modules/clean-stack/readme.md @@ -0,0 +1,76 @@ +# clean-stack [![Build Status](https://travis-ci.org/sindresorhus/clean-stack.svg?branch=master)](https://travis-ci.org/sindresorhus/clean-stack) + +> Clean up error stack traces + +Removes the mostly unhelpful internal Node.js entries. + +Also works in Electron. + + +## Install + +``` +$ npm install clean-stack +``` + + +## Usage + +```js +const cleanStack = require('clean-stack'); + +const error = new Error('Missing unicorn'); + +console.log(error.stack); +/* +Error: Missing unicorn + at Object. (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) + at Module._compile (module.js:409:26) + at Object.Module._extensions..js (module.js:416:10) + at Module.load (module.js:343:32) + at Function.Module._load (module.js:300:12) + at Function.Module.runMain (module.js:441:10) + at startup (node.js:139:18) +*/ + +console.log(cleanStack(error.stack)); +/* +Error: Missing unicorn + at Object. (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) +*/ +``` + + +## API + +### cleanStack(stack, [options]) + +#### stack + +Type: `string` + +The `stack` property of an `Error`. + +#### options + +Type: `Object` + +##### pretty + +Type: `boolean`
+Default: `false` + +Prettify the file paths in the stack: + +`/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15` → `~/dev/clean-stack/unicorn.js:2:15` + + +## Related + +- [extrack-stack](https://github.com/sindresorhus/extract-stack) - Extract the actual stack of an error +- [stack-utils](https://github.com/tapjs/stack-utils) - Captures and cleans stack traces + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/node_modules/color-support/LICENSE b/node_modules/color-support/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/color-support/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/color-support/README.md b/node_modules/color-support/README.md new file mode 100644 index 0000000..f89aa17 --- /dev/null +++ b/node_modules/color-support/README.md @@ -0,0 +1,129 @@ +# color-support + +A module which will endeavor to guess your terminal's level of color +support. + +[![Build Status](https://travis-ci.org/isaacs/color-support.svg?branch=master)](https://travis-ci.org/isaacs/color-support) [![Coverage Status](https://coveralls.io/repos/github/isaacs/color-support/badge.svg?branch=master)](https://coveralls.io/github/isaacs/color-support?branch=master) + +This is similar to `supports-color`, but it does not read +`process.argv`. + +1. If not in a node environment, not supported. + +2. If stdout is not a TTY, not supported, unless the `ignoreTTY` + option is set. + +3. If the `TERM` environ is `dumb`, not supported, unless the + `ignoreDumb` option is set. + +4. If on Windows, then support 16 colors. + +5. If using Tmux, then support 256 colors. + +7. Handle continuous-integration servers. If `CI` or + `TEAMCITY_VERSION` are set in the environment, and `TRAVIS` is not + set, then color is not supported, unless `ignoreCI` option is set. + +6. Guess based on the `TERM_PROGRAM` environ. These terminals support + 16m colors: + + - `iTerm.app` version 3.x supports 16m colors, below support 256 + - `MacTerm` supports 16m colors + - `Apple_Terminal` supports 256 colors + - Have more things that belong on this list? Send a PR! + +8. Make a guess based on the `TERM` environment variable. Any + `xterm-256color` will get 256 colors. Any screen, xterm, vt100, + color, ansi, cygwin, or linux `TERM` will get 16 colors. + +9. If `COLORTERM` environment variable is set, then support 16 colors. + +10. At this point, we assume that color is not supported. + +## USAGE + +```javascript +var testColorSupport = require('color-support') +var colorSupport = testColorSupport(/* options object */) + +if (!colorSupport) { + console.log('color is not supported') +} else if (colorSupport.has16m) { + console.log('\x1b[38;2;102;194;255m16m colors\x1b[0m') +} else if (colorSupport.has256) { + console.log('\x1b[38;5;119m256 colors\x1b[0m') +} else if (colorSupport.hasBasic) { + console.log('\x1b[31mbasic colors\x1b[0m') +} else { + console.log('this is impossible, but colors are not supported') +} +``` + +If you don't have any options to set, you can also just look at the +flags which will all be set on the test function itself. (Of course, +this doesn't return a falsey value when colors aren't supported, and +doesn't allow you to set options.) + +```javascript +var colorSupport = require('color-support') + +if (colorSupport.has16m) { + console.log('\x1b[38;2;102;194;255m16m colors\x1b[0m') +} else if (colorSupport.has256) { + console.log('\x1b[38;5;119m256 colors\x1b[0m') +} else if (colorSupport.hasBasic) { + console.log('\x1b[31mbasic colors\x1b[0m') +} else { + console.log('colors are not supported') +} +``` + +## Options + +You can pass in the following options. + +* ignoreTTY - default false. Ignore the `isTTY` check. +* ignoreDumb - default false. Ignore `TERM=dumb` environ check. +* ignoreCI - default false. Ignore `CI` environ check. +* env - Object for environment vars. Defaults to `process.env`. +* stream - Stream for `isTTY` check. Defaults to `process.stdout`. +* term - String for `TERM` checking. Defaults to `env.TERM`. +* alwaysReturn - default false. Return an object when colors aren't + supported (instead of returning `false`). +* level - A number from 0 to 3. This will return a result for the + specified level. This is useful if you want to be able to set the + color support level explicitly as a number in an environment + variable or config, but then use the object flags in your program. + Except for `alwaysReturn` to return an object for level 0, all other + options are ignored, since no checking is done if a level is + explicitly set. + +## Return Value + +If no color support is available, then `false` is returned by default, +unless the `alwaysReturn` flag is set to `true`. This is so that the +simple question of "can I use colors or not" can treat any truthy +return as "yes". + +Otherwise, the return object has the following fields: + +* `level` - A number from 0 to 3 + * `0` - No color support + * `1` - Basic (16) color support + * `2` - 256 color support + * `3` - 16 million (true) color support +* `hasBasic` - Boolean +* `has256` - Boolean +* `has16m` - Boolean + +## CLI + +You can run the `color-support` bin from the command line which will +just dump the values as this module calculates them in whatever env +it's run. It takes no command line arguments. + +## Credits + +This is a spiritual, if not actual, fork of +[supports-color](http://npm.im/supports-color) by the ever prolific +[Sindre Sorhus](http://npm.im/~sindresorhus). diff --git a/node_modules/color-support/bin.js b/node_modules/color-support/bin.js new file mode 100644 index 0000000..3c0a967 --- /dev/null +++ b/node_modules/color-support/bin.js @@ -0,0 +1,3 @@ +#!/usr/bin/env node +var colorSupport = require('./')({alwaysReturn: true }) +console.log(JSON.stringify(colorSupport, null, 2)) diff --git a/node_modules/color-support/browser.js b/node_modules/color-support/browser.js new file mode 100644 index 0000000..ab5c663 --- /dev/null +++ b/node_modules/color-support/browser.js @@ -0,0 +1,14 @@ +module.exports = colorSupport({ alwaysReturn: true }, colorSupport) + +function colorSupport(options, obj) { + obj = obj || {} + options = options || {} + obj.level = 0 + obj.hasBasic = false + obj.has256 = false + obj.has16m = false + if (!options.alwaysReturn) { + return false + } + return obj +} diff --git a/node_modules/color-support/index.js b/node_modules/color-support/index.js new file mode 100644 index 0000000..6b6f3b2 --- /dev/null +++ b/node_modules/color-support/index.js @@ -0,0 +1,134 @@ +// call it on itself so we can test the export val for basic stuff +module.exports = colorSupport({ alwaysReturn: true }, colorSupport) + +function hasNone (obj, options) { + obj.level = 0 + obj.hasBasic = false + obj.has256 = false + obj.has16m = false + if (!options.alwaysReturn) { + return false + } + return obj +} + +function hasBasic (obj) { + obj.hasBasic = true + obj.has256 = false + obj.has16m = false + obj.level = 1 + return obj +} + +function has256 (obj) { + obj.hasBasic = true + obj.has256 = true + obj.has16m = false + obj.level = 2 + return obj +} + +function has16m (obj) { + obj.hasBasic = true + obj.has256 = true + obj.has16m = true + obj.level = 3 + return obj +} + +function colorSupport (options, obj) { + options = options || {} + + obj = obj || {} + + // if just requesting a specific level, then return that. + if (typeof options.level === 'number') { + switch (options.level) { + case 0: + return hasNone(obj, options) + case 1: + return hasBasic(obj) + case 2: + return has256(obj) + case 3: + return has16m(obj) + } + } + + obj.level = 0 + obj.hasBasic = false + obj.has256 = false + obj.has16m = false + + if (typeof process === 'undefined' || + !process || + !process.stdout || + !process.env || + !process.platform) { + return hasNone(obj, options) + } + + var env = options.env || process.env + var stream = options.stream || process.stdout + var term = options.term || env.TERM || '' + var platform = options.platform || process.platform + + if (!options.ignoreTTY && !stream.isTTY) { + return hasNone(obj, options) + } + + if (!options.ignoreDumb && term === 'dumb' && !env.COLORTERM) { + return hasNone(obj, options) + } + + if (platform === 'win32') { + return hasBasic(obj) + } + + if (env.TMUX) { + return has256(obj) + } + + if (!options.ignoreCI && (env.CI || env.TEAMCITY_VERSION)) { + if (env.TRAVIS) { + return has256(obj) + } else { + return hasNone(obj, options) + } + } + + // TODO: add more term programs + switch (env.TERM_PROGRAM) { + case 'iTerm.app': + var ver = env.TERM_PROGRAM_VERSION || '0.' + if (/^[0-2]\./.test(ver)) { + return has256(obj) + } else { + return has16m(obj) + } + + case 'HyperTerm': + case 'Hyper': + return has16m(obj) + + case 'MacTerm': + return has16m(obj) + + case 'Apple_Terminal': + return has256(obj) + } + + if (/^xterm-256/.test(term)) { + return has256(obj) + } + + if (/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(term)) { + return hasBasic(obj) + } + + if (env.COLORTERM) { + return hasBasic(obj) + } + + return hasNone(obj, options) +} diff --git a/node_modules/color-support/package.json b/node_modules/color-support/package.json new file mode 100644 index 0000000..f3e3b77 --- /dev/null +++ b/node_modules/color-support/package.json @@ -0,0 +1,36 @@ +{ + "name": "color-support", + "version": "1.1.3", + "description": "A module which will endeavor to guess your terminal's level of color support.", + "main": "index.js", + "browser": "browser.js", + "bin": "bin.js", + "devDependencies": { + "tap": "^10.3.3" + }, + "scripts": { + "test": "tap test/*.js --100 -J", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/color-support.git" + }, + "keywords": [ + "terminal", + "color", + "support", + "xterm", + "truecolor", + "256" + ], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "files": [ + "browser.js", + "index.js", + "bin.js" + ] +} diff --git a/node_modules/concat-map/.travis.yml b/node_modules/concat-map/.travis.yml new file mode 100644 index 0000000..f1d0f13 --- /dev/null +++ b/node_modules/concat-map/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - 0.4 + - 0.6 diff --git a/node_modules/concat-map/LICENSE b/node_modules/concat-map/LICENSE new file mode 100644 index 0000000..ee27ba4 --- /dev/null +++ b/node_modules/concat-map/LICENSE @@ -0,0 +1,18 @@ +This software is released under the MIT license: + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/concat-map/README.markdown b/node_modules/concat-map/README.markdown new file mode 100644 index 0000000..408f70a --- /dev/null +++ b/node_modules/concat-map/README.markdown @@ -0,0 +1,62 @@ +concat-map +========== + +Concatenative mapdashery. + +[![browser support](http://ci.testling.com/substack/node-concat-map.png)](http://ci.testling.com/substack/node-concat-map) + +[![build status](https://secure.travis-ci.org/substack/node-concat-map.png)](http://travis-ci.org/substack/node-concat-map) + +example +======= + +``` js +var concatMap = require('concat-map'); +var xs = [ 1, 2, 3, 4, 5, 6 ]; +var ys = concatMap(xs, function (x) { + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; +}); +console.dir(ys); +``` + +*** + +``` +[ 0.9, 1, 1.1, 2.9, 3, 3.1, 4.9, 5, 5.1 ] +``` + +methods +======= + +``` js +var concatMap = require('concat-map') +``` + +concatMap(xs, fn) +----------------- + +Return an array of concatenated elements by calling `fn(x, i)` for each element +`x` and each index `i` in the array `xs`. + +When `fn(x, i)` returns an array, its result will be concatenated with the +result array. If `fn(x, i)` returns anything else, that value will be pushed +onto the end of the result array. + +install +======= + +With [npm](http://npmjs.org) do: + +``` +npm install concat-map +``` + +license +======= + +MIT + +notes +===== + +This module was written while sitting high above the ground in a tree. diff --git a/node_modules/concat-map/example/map.js b/node_modules/concat-map/example/map.js new file mode 100644 index 0000000..3365621 --- /dev/null +++ b/node_modules/concat-map/example/map.js @@ -0,0 +1,6 @@ +var concatMap = require('../'); +var xs = [ 1, 2, 3, 4, 5, 6 ]; +var ys = concatMap(xs, function (x) { + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; +}); +console.dir(ys); diff --git a/node_modules/concat-map/index.js b/node_modules/concat-map/index.js new file mode 100644 index 0000000..b29a781 --- /dev/null +++ b/node_modules/concat-map/index.js @@ -0,0 +1,13 @@ +module.exports = function (xs, fn) { + var res = []; + for (var i = 0; i < xs.length; i++) { + var x = fn(xs[i], i); + if (isArray(x)) res.push.apply(res, x); + else res.push(x); + } + return res; +}; + +var isArray = Array.isArray || function (xs) { + return Object.prototype.toString.call(xs) === '[object Array]'; +}; diff --git a/node_modules/concat-map/package.json b/node_modules/concat-map/package.json new file mode 100644 index 0000000..d3640e6 --- /dev/null +++ b/node_modules/concat-map/package.json @@ -0,0 +1,43 @@ +{ + "name" : "concat-map", + "description" : "concatenative mapdashery", + "version" : "0.0.1", + "repository" : { + "type" : "git", + "url" : "git://github.com/substack/node-concat-map.git" + }, + "main" : "index.js", + "keywords" : [ + "concat", + "concatMap", + "map", + "functional", + "higher-order" + ], + "directories" : { + "example" : "example", + "test" : "test" + }, + "scripts" : { + "test" : "tape test/*.js" + }, + "devDependencies" : { + "tape" : "~2.4.0" + }, + "license" : "MIT", + "author" : { + "name" : "James Halliday", + "email" : "mail@substack.net", + "url" : "http://substack.net" + }, + "testling" : { + "files" : "test/*.js", + "browsers" : { + "ie" : [ 6, 7, 8, 9 ], + "ff" : [ 3.5, 10, 15.0 ], + "chrome" : [ 10, 22 ], + "safari" : [ 5.1 ], + "opera" : [ 12 ] + } + } +} diff --git a/node_modules/concat-map/test/map.js b/node_modules/concat-map/test/map.js new file mode 100644 index 0000000..fdbd702 --- /dev/null +++ b/node_modules/concat-map/test/map.js @@ -0,0 +1,39 @@ +var concatMap = require('../'); +var test = require('tape'); + +test('empty or not', function (t) { + var xs = [ 1, 2, 3, 4, 5, 6 ]; + var ixes = []; + var ys = concatMap(xs, function (x, ix) { + ixes.push(ix); + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; + }); + t.same(ys, [ 0.9, 1, 1.1, 2.9, 3, 3.1, 4.9, 5, 5.1 ]); + t.same(ixes, [ 0, 1, 2, 3, 4, 5 ]); + t.end(); +}); + +test('always something', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function (x) { + return x === 'b' ? [ 'B', 'B', 'B' ] : [ x ]; + }); + t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); + t.end(); +}); + +test('scalars', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function (x) { + return x === 'b' ? [ 'B', 'B', 'B' ] : x; + }); + t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); + t.end(); +}); + +test('undefs', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function () {}); + t.same(ys, [ undefined, undefined, undefined, undefined ]); + t.end(); +}); diff --git a/node_modules/console-control-strings/LICENSE b/node_modules/console-control-strings/LICENSE new file mode 100644 index 0000000..e756052 --- /dev/null +++ b/node_modules/console-control-strings/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/console-control-strings/README.md b/node_modules/console-control-strings/README.md new file mode 100644 index 0000000..f58cc8d --- /dev/null +++ b/node_modules/console-control-strings/README.md @@ -0,0 +1,145 @@ +# Console Control Strings + +A library of cross-platform tested terminal/console command strings for +doing things like color and cursor positioning. This is a subset of both +ansi and vt100. All control codes included work on both Windows & Unix-like +OSes, except where noted. + +## Usage + +```js +var consoleControl = require('console-control-strings') + +console.log(consoleControl.color('blue','bgRed', 'bold') + 'hi there' + consoleControl.color('reset')) +process.stdout.write(consoleControl.goto(75, 10)) +``` + +## Why Another? + +There are tons of libraries similar to this one. I wanted one that was: + +1. Very clear about compatibility goals. +2. Could emit, for instance, a start color code without an end one. +3. Returned strings w/o writing to streams. +4. Was not weighed down with other unrelated baggage. + +## Functions + +### var code = consoleControl.up(_num = 1_) + +Returns the escape sequence to move _num_ lines up. + +### var code = consoleControl.down(_num = 1_) + +Returns the escape sequence to move _num_ lines down. + +### var code = consoleControl.forward(_num = 1_) + +Returns the escape sequence to move _num_ lines righ. + +### var code = consoleControl.back(_num = 1_) + +Returns the escape sequence to move _num_ lines left. + +### var code = consoleControl.nextLine(_num = 1_) + +Returns the escape sequence to move _num_ lines down and to the beginning of +the line. + +### var code = consoleControl.previousLine(_num = 1_) + +Returns the escape sequence to move _num_ lines up and to the beginning of +the line. + +### var code = consoleControl.eraseData() + +Returns the escape sequence to erase everything from the current cursor +position to the bottom right of the screen. This is line based, so it +erases the remainder of the current line and all following lines. + +### var code = consoleControl.eraseLine() + +Returns the escape sequence to erase to the end of the current line. + +### var code = consoleControl.goto(_x_, _y_) + +Returns the escape sequence to move the cursor to the designated position. +Note that the origin is _1, 1_ not _0, 0_. + +### var code = consoleControl.gotoSOL() + +Returns the escape sequence to move the cursor to the beginning of the +current line. (That is, it returns a carriage return, `\r`.) + +### var code = consoleControl.beep() + +Returns the escape sequence to cause the termianl to beep. (That is, it +returns unicode character `\x0007`, a Control-G.) + +### var code = consoleControl.hideCursor() + +Returns the escape sequence to hide the cursor. + +### var code = consoleControl.showCursor() + +Returns the escape sequence to show the cursor. + +### var code = consoleControl.color(_colors = []_) + +### var code = consoleControl.color(_color1_, _color2_, _…_, _colorn_) + +Returns the escape sequence to set the current terminal display attributes +(mostly colors). Arguments can either be a list of attributes or an array +of attributes. The difference between passing in an array or list of colors +and calling `.color` separately for each one, is that in the former case a +single escape sequence will be produced where as in the latter each change +will have its own distinct escape sequence. Each attribute can be one of: + +* Reset: + * **reset** – Reset all attributes to the terminal default. +* Styles: + * **bold** – Display text as bold. In some terminals this means using a + bold font, in others this means changing the color. In some it means + both. + * **italic** – Display text as italic. This is not available in most Windows terminals. + * **underline** – Underline text. This is not available in most Windows Terminals. + * **inverse** – Invert the foreground and background colors. + * **stopBold** – Do not display text as bold. + * **stopItalic** – Do not display text as italic. + * **stopUnderline** – Do not underline text. + * **stopInverse** – Do not invert foreground and background. +* Colors: + * **white** + * **black** + * **blue** + * **cyan** + * **green** + * **magenta** + * **red** + * **yellow** + * **grey** / **brightBlack** + * **brightRed** + * **brightGreen** + * **brightYellow** + * **brightBlue** + * **brightMagenta** + * **brightCyan** + * **brightWhite** +* Background Colors: + * **bgWhite** + * **bgBlack** + * **bgBlue** + * **bgCyan** + * **bgGreen** + * **bgMagenta** + * **bgRed** + * **bgYellow** + * **bgGrey** / **bgBrightBlack** + * **bgBrightRed** + * **bgBrightGreen** + * **bgBrightYellow** + * **bgBrightBlue** + * **bgBrightMagenta** + * **bgBrightCyan** + * **bgBrightWhite** + diff --git a/node_modules/console-control-strings/README.md~ b/node_modules/console-control-strings/README.md~ new file mode 100644 index 0000000..6eb34e8 --- /dev/null +++ b/node_modules/console-control-strings/README.md~ @@ -0,0 +1,140 @@ +# Console Control Strings + +A library of cross-platform tested terminal/console command strings for +doing things like color and cursor positioning. This is a subset of both +ansi and vt100. All control codes included work on both Windows & Unix-like +OSes, except where noted. + +## Usage + +```js +var consoleControl = require('console-control-strings') + +console.log(consoleControl.color('blue','bgRed', 'bold') + 'hi there' + consoleControl.color('reset')) +process.stdout.write(consoleControl.goto(75, 10)) +``` + +## Why Another? + +There are tons of libraries similar to this one. I wanted one that was: + +1. Very clear about compatibility goals. +2. Could emit, for instance, a start color code without an end one. +3. Returned strings w/o writing to streams. +4. Was not weighed down with other unrelated baggage. + +## Functions + +### var code = consoleControl.up(_num = 1_) + +Returns the escape sequence to move _num_ lines up. + +### var code = consoleControl.down(_num = 1_) + +Returns the escape sequence to move _num_ lines down. + +### var code = consoleControl.forward(_num = 1_) + +Returns the escape sequence to move _num_ lines righ. + +### var code = consoleControl.back(_num = 1_) + +Returns the escape sequence to move _num_ lines left. + +### var code = consoleControl.nextLine(_num = 1_) + +Returns the escape sequence to move _num_ lines down and to the beginning of +the line. + +### var code = consoleControl.previousLine(_num = 1_) + +Returns the escape sequence to move _num_ lines up and to the beginning of +the line. + +### var code = consoleControl.eraseData() + +Returns the escape sequence to erase everything from the current cursor +position to the bottom right of the screen. This is line based, so it +erases the remainder of the current line and all following lines. + +### var code = consoleControl.eraseLine() + +Returns the escape sequence to erase to the end of the current line. + +### var code = consoleControl.goto(_x_, _y_) + +Returns the escape sequence to move the cursor to the designated position. +Note that the origin is _1, 1_ not _0, 0_. + +### var code = consoleControl.gotoSOL() + +Returns the escape sequence to move the cursor to the beginning of the +current line. (That is, it returns a carriage return, `\r`.) + +### var code = consoleControl.hideCursor() + +Returns the escape sequence to hide the cursor. + +### var code = consoleControl.showCursor() + +Returns the escape sequence to show the cursor. + +### var code = consoleControl.color(_colors = []_) + +### var code = consoleControl.color(_color1_, _color2_, _…_, _colorn_) + +Returns the escape sequence to set the current terminal display attributes +(mostly colors). Arguments can either be a list of attributes or an array +of attributes. The difference between passing in an array or list of colors +and calling `.color` separately for each one, is that in the former case a +single escape sequence will be produced where as in the latter each change +will have its own distinct escape sequence. Each attribute can be one of: + +* Reset: + * **reset** – Reset all attributes to the terminal default. +* Styles: + * **bold** – Display text as bold. In some terminals this means using a + bold font, in others this means changing the color. In some it means + both. + * **italic** – Display text as italic. This is not available in most Windows terminals. + * **underline** – Underline text. This is not available in most Windows Terminals. + * **inverse** – Invert the foreground and background colors. + * **stopBold** – Do not display text as bold. + * **stopItalic** – Do not display text as italic. + * **stopUnderline** – Do not underline text. + * **stopInverse** – Do not invert foreground and background. +* Colors: + * **white** + * **black** + * **blue** + * **cyan** + * **green** + * **magenta** + * **red** + * **yellow** + * **grey** / **brightBlack** + * **brightRed** + * **brightGreen** + * **brightYellow** + * **brightBlue** + * **brightMagenta** + * **brightCyan** + * **brightWhite** +* Background Colors: + * **bgWhite** + * **bgBlack** + * **bgBlue** + * **bgCyan** + * **bgGreen** + * **bgMagenta** + * **bgRed** + * **bgYellow** + * **bgGrey** / **bgBrightBlack** + * **bgBrightRed** + * **bgBrightGreen** + * **bgBrightYellow** + * **bgBrightBlue** + * **bgBrightMagenta** + * **bgBrightCyan** + * **bgBrightWhite** + diff --git a/node_modules/console-control-strings/index.js b/node_modules/console-control-strings/index.js new file mode 100644 index 0000000..bf89034 --- /dev/null +++ b/node_modules/console-control-strings/index.js @@ -0,0 +1,125 @@ +'use strict' + +// These tables borrowed from `ansi` + +var prefix = '\x1b[' + +exports.up = function up (num) { + return prefix + (num || '') + 'A' +} + +exports.down = function down (num) { + return prefix + (num || '') + 'B' +} + +exports.forward = function forward (num) { + return prefix + (num || '') + 'C' +} + +exports.back = function back (num) { + return prefix + (num || '') + 'D' +} + +exports.nextLine = function nextLine (num) { + return prefix + (num || '') + 'E' +} + +exports.previousLine = function previousLine (num) { + return prefix + (num || '') + 'F' +} + +exports.horizontalAbsolute = function horizontalAbsolute (num) { + if (num == null) throw new Error('horizontalAboslute requires a column to position to') + return prefix + num + 'G' +} + +exports.eraseData = function eraseData () { + return prefix + 'J' +} + +exports.eraseLine = function eraseLine () { + return prefix + 'K' +} + +exports.goto = function (x, y) { + return prefix + y + ';' + x + 'H' +} + +exports.gotoSOL = function () { + return '\r' +} + +exports.beep = function () { + return '\x07' +} + +exports.hideCursor = function hideCursor () { + return prefix + '?25l' +} + +exports.showCursor = function showCursor () { + return prefix + '?25h' +} + +var colors = { + reset: 0, +// styles + bold: 1, + italic: 3, + underline: 4, + inverse: 7, +// resets + stopBold: 22, + stopItalic: 23, + stopUnderline: 24, + stopInverse: 27, +// colors + white: 37, + black: 30, + blue: 34, + cyan: 36, + green: 32, + magenta: 35, + red: 31, + yellow: 33, + bgWhite: 47, + bgBlack: 40, + bgBlue: 44, + bgCyan: 46, + bgGreen: 42, + bgMagenta: 45, + bgRed: 41, + bgYellow: 43, + + grey: 90, + brightBlack: 90, + brightRed: 91, + brightGreen: 92, + brightYellow: 93, + brightBlue: 94, + brightMagenta: 95, + brightCyan: 96, + brightWhite: 97, + + bgGrey: 100, + bgBrightBlack: 100, + bgBrightRed: 101, + bgBrightGreen: 102, + bgBrightYellow: 103, + bgBrightBlue: 104, + bgBrightMagenta: 105, + bgBrightCyan: 106, + bgBrightWhite: 107 +} + +exports.color = function color (colorWith) { + if (arguments.length !== 1 || !Array.isArray(colorWith)) { + colorWith = Array.prototype.slice.call(arguments) + } + return prefix + colorWith.map(colorNameToCode).join(';') + 'm' +} + +function colorNameToCode (color) { + if (colors[color] != null) return colors[color] + throw new Error('Unknown color or style name: ' + color) +} diff --git a/node_modules/console-control-strings/package.json b/node_modules/console-control-strings/package.json new file mode 100644 index 0000000..eb6c62a --- /dev/null +++ b/node_modules/console-control-strings/package.json @@ -0,0 +1,27 @@ +{ + "name": "console-control-strings", + "version": "1.1.0", + "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", + "main": "index.js", + "directories": { + "test": "test" + }, + "scripts": { + "test": "standard && tap test/*.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/iarna/console-control-strings" + }, + "keywords": [], + "author": "Rebecca Turner (http://re-becca.org/)", + "license": "ISC", + "files": [ + "LICENSE", + "index.js" + ], + "devDependencies": { + "standard": "^7.1.2", + "tap": "^5.7.2" + } +} diff --git a/node_modules/delegates/.npmignore b/node_modules/delegates/.npmignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/node_modules/delegates/.npmignore @@ -0,0 +1 @@ +node_modules/ diff --git a/node_modules/delegates/History.md b/node_modules/delegates/History.md new file mode 100644 index 0000000..25959ea --- /dev/null +++ b/node_modules/delegates/History.md @@ -0,0 +1,22 @@ + +1.0.0 / 2015-12-14 +================== + + * Merge pull request #12 from kasicka/master + * Add license text + +0.1.0 / 2014-10-17 +================== + + * adds `.fluent()` to api + +0.0.3 / 2014-01-13 +================== + + * fix receiver for .method() + +0.0.2 / 2014-01-13 +================== + + * Object.defineProperty() sucks + * Initial commit diff --git a/node_modules/delegates/License b/node_modules/delegates/License new file mode 100644 index 0000000..60de60a --- /dev/null +++ b/node_modules/delegates/License @@ -0,0 +1,20 @@ +Copyright (c) 2015 TJ Holowaychuk + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/delegates/Makefile b/node_modules/delegates/Makefile new file mode 100644 index 0000000..a9dcfd5 --- /dev/null +++ b/node_modules/delegates/Makefile @@ -0,0 +1,8 @@ + +test: + @./node_modules/.bin/mocha \ + --require should \ + --reporter spec \ + --bail + +.PHONY: test \ No newline at end of file diff --git a/node_modules/delegates/Readme.md b/node_modules/delegates/Readme.md new file mode 100644 index 0000000..ab8cf4a --- /dev/null +++ b/node_modules/delegates/Readme.md @@ -0,0 +1,94 @@ + +# delegates + + Node method and accessor delegation utilty. + +## Installation + +``` +$ npm install delegates +``` + +## Example + +```js +var delegate = require('delegates'); + +... + +delegate(proto, 'request') + .method('acceptsLanguages') + .method('acceptsEncodings') + .method('acceptsCharsets') + .method('accepts') + .method('is') + .access('querystring') + .access('idempotent') + .access('socket') + .access('length') + .access('query') + .access('search') + .access('status') + .access('method') + .access('path') + .access('body') + .access('host') + .access('url') + .getter('subdomains') + .getter('protocol') + .getter('header') + .getter('stale') + .getter('fresh') + .getter('secure') + .getter('ips') + .getter('ip') +``` + +# API + +## Delegate(proto, prop) + +Creates a delegator instance used to configure using the `prop` on the given +`proto` object. (which is usually a prototype) + +## Delegate#method(name) + +Allows the given method `name` to be accessed on the host. + +## Delegate#getter(name) + +Creates a "getter" for the property with the given `name` on the delegated +object. + +## Delegate#setter(name) + +Creates a "setter" for the property with the given `name` on the delegated +object. + +## Delegate#access(name) + +Creates an "accessor" (ie: both getter *and* setter) for the property with the +given `name` on the delegated object. + +## Delegate#fluent(name) + +A unique type of "accessor" that works for a "fluent" API. When called as a +getter, the method returns the expected value. However, if the method is called +with a value, it will return itself so it can be chained. For example: + +```js +delegate(proto, 'request') + .fluent('query') + +// getter +var q = request.query(); + +// setter (chainable) +request + .query({ a: 1 }) + .query({ b: 2 }); +``` + +# License + + MIT diff --git a/node_modules/delegates/index.js b/node_modules/delegates/index.js new file mode 100644 index 0000000..17c222d --- /dev/null +++ b/node_modules/delegates/index.js @@ -0,0 +1,121 @@ + +/** + * Expose `Delegator`. + */ + +module.exports = Delegator; + +/** + * Initialize a delegator. + * + * @param {Object} proto + * @param {String} target + * @api public + */ + +function Delegator(proto, target) { + if (!(this instanceof Delegator)) return new Delegator(proto, target); + this.proto = proto; + this.target = target; + this.methods = []; + this.getters = []; + this.setters = []; + this.fluents = []; +} + +/** + * Delegate method `name`. + * + * @param {String} name + * @return {Delegator} self + * @api public + */ + +Delegator.prototype.method = function(name){ + var proto = this.proto; + var target = this.target; + this.methods.push(name); + + proto[name] = function(){ + return this[target][name].apply(this[target], arguments); + }; + + return this; +}; + +/** + * Delegator accessor `name`. + * + * @param {String} name + * @return {Delegator} self + * @api public + */ + +Delegator.prototype.access = function(name){ + return this.getter(name).setter(name); +}; + +/** + * Delegator getter `name`. + * + * @param {String} name + * @return {Delegator} self + * @api public + */ + +Delegator.prototype.getter = function(name){ + var proto = this.proto; + var target = this.target; + this.getters.push(name); + + proto.__defineGetter__(name, function(){ + return this[target][name]; + }); + + return this; +}; + +/** + * Delegator setter `name`. + * + * @param {String} name + * @return {Delegator} self + * @api public + */ + +Delegator.prototype.setter = function(name){ + var proto = this.proto; + var target = this.target; + this.setters.push(name); + + proto.__defineSetter__(name, function(val){ + return this[target][name] = val; + }); + + return this; +}; + +/** + * Delegator fluent accessor + * + * @param {String} name + * @return {Delegator} self + * @api public + */ + +Delegator.prototype.fluent = function (name) { + var proto = this.proto; + var target = this.target; + this.fluents.push(name); + + proto[name] = function(val){ + if ('undefined' != typeof val) { + this[target][name] = val; + return this; + } else { + return this[target][name]; + } + }; + + return this; +}; diff --git a/node_modules/delegates/package.json b/node_modules/delegates/package.json new file mode 100644 index 0000000..1724038 --- /dev/null +++ b/node_modules/delegates/package.json @@ -0,0 +1,13 @@ +{ + "name": "delegates", + "version": "1.0.0", + "repository": "visionmedia/node-delegates", + "description": "delegate methods and accessors to another property", + "keywords": ["delegate", "delegation"], + "dependencies": {}, + "devDependencies": { + "mocha": "*", + "should": "*" + }, + "license": "MIT" +} diff --git a/node_modules/delegates/test/index.js b/node_modules/delegates/test/index.js new file mode 100644 index 0000000..7b6e3d4 --- /dev/null +++ b/node_modules/delegates/test/index.js @@ -0,0 +1,94 @@ + +var assert = require('assert'); +var delegate = require('..'); + +describe('.method(name)', function(){ + it('should delegate methods', function(){ + var obj = {}; + + obj.request = { + foo: function(bar){ + assert(this == obj.request); + return bar; + } + }; + + delegate(obj, 'request').method('foo'); + + obj.foo('something').should.equal('something'); + }) +}) + +describe('.getter(name)', function(){ + it('should delegate getters', function(){ + var obj = {}; + + obj.request = { + get type() { + return 'text/html'; + } + } + + delegate(obj, 'request').getter('type'); + + obj.type.should.equal('text/html'); + }) +}) + +describe('.setter(name)', function(){ + it('should delegate setters', function(){ + var obj = {}; + + obj.request = { + get type() { + return this._type.toUpperCase(); + }, + + set type(val) { + this._type = val; + } + } + + delegate(obj, 'request').setter('type'); + + obj.type = 'hey'; + obj.request.type.should.equal('HEY'); + }) +}) + +describe('.access(name)', function(){ + it('should delegate getters and setters', function(){ + var obj = {}; + + obj.request = { + get type() { + return this._type.toUpperCase(); + }, + + set type(val) { + this._type = val; + } + } + + delegate(obj, 'request').access('type'); + + obj.type = 'hey'; + obj.type.should.equal('HEY'); + }) +}) + +describe('.fluent(name)', function () { + it('should delegate in a fluent fashion', function () { + var obj = { + settings: { + env: 'development' + } + }; + + delegate(obj, 'settings').fluent('env'); + + obj.env().should.equal('development'); + obj.env('production').should.equal(obj); + obj.settings.env.should.equal('production'); + }) +}) diff --git a/node_modules/detect-libc/LICENSE b/node_modules/detect-libc/LICENSE new file mode 100644 index 0000000..8dada3e --- /dev/null +++ b/node_modules/detect-libc/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/detect-libc/README.md b/node_modules/detect-libc/README.md new file mode 100644 index 0000000..23212fd --- /dev/null +++ b/node_modules/detect-libc/README.md @@ -0,0 +1,163 @@ +# detect-libc + +Node.js module to detect details of the C standard library (libc) +implementation provided by a given Linux system. + +Currently supports detection of GNU glibc and MUSL libc. + +Provides asychronous and synchronous functions for the +family (e.g. `glibc`, `musl`) and version (e.g. `1.23`, `1.2.3`). + +The version numbers of libc implementations +are not guaranteed to be semver-compliant. + +For previous v1.x releases, please see the +[v1](https://github.com/lovell/detect-libc/tree/v1) branch. + +## Install + +```sh +npm install detect-libc +``` + +## API + +### GLIBC + +```ts +const GLIBC: string = 'glibc'; +``` + +A String constant containing the value `glibc`. + +### MUSL + +```ts +const MUSL: string = 'musl'; +``` + +A String constant containing the value `musl`. + +### family + +```ts +function family(): Promise; +``` + +Resolves asychronously with: + +* `glibc` or `musl` when the libc family can be determined +* `null` when the libc family cannot be determined +* `null` when run on a non-Linux platform + +```js +const { family, GLIBC, MUSL } = require('detect-libc'); + +switch (await family()) { + case GLIBC: ... + case MUSL: ... + case null: ... +} +``` + +### familySync + +```ts +function familySync(): string | null; +``` + +Synchronous version of `family()`. + +```js +const { familySync, GLIBC, MUSL } = require('detect-libc'); + +switch (familySync()) { + case GLIBC: ... + case MUSL: ... + case null: ... +} +``` + +### version + +```ts +function version(): Promise; +``` + +Resolves asychronously with: + +* The version when it can be determined +* `null` when the libc family cannot be determined +* `null` when run on a non-Linux platform + +```js +const { version } = require('detect-libc'); + +const v = await version(); +if (v) { + const [major, minor, patch] = v.split('.'); +} +``` + +### versionSync + +```ts +function versionSync(): string | null; +``` + +Synchronous version of `version()`. + +```js +const { versionSync } = require('detect-libc'); + +const v = versionSync(); +if (v) { + const [major, minor, patch] = v.split('.'); +} +``` + +### isNonGlibcLinux + +```ts +function isNonGlibcLinux(): Promise; +``` + +Resolves asychronously with: + +* `false` when the libc family is `glibc` +* `true` when the libc family is not `glibc` +* `false` when run on a non-Linux platform + +```js +const { isNonGlibcLinux } = require('detect-libc'); + +if (await isNonGlibcLinux()) { ... } +``` + +### isNonGlibcLinuxSync + +```ts +function isNonGlibcLinuxSync(): boolean; +``` + +Synchronous version of `isNonGlibcLinux()`. + +```js +const { isNonGlibcLinuxSync } = require('detect-libc'); + +if (isNonGlibcLinuxSync()) { ... } +``` + +## Licensing + +Copyright 2017 Lovell Fuller and others. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/node_modules/detect-libc/index.d.ts b/node_modules/detect-libc/index.d.ts new file mode 100644 index 0000000..4c0fb2b --- /dev/null +++ b/node_modules/detect-libc/index.d.ts @@ -0,0 +1,14 @@ +// Copyright 2017 Lovell Fuller and others. +// SPDX-License-Identifier: Apache-2.0 + +export const GLIBC: 'glibc'; +export const MUSL: 'musl'; + +export function family(): Promise; +export function familySync(): string | null; + +export function isNonGlibcLinux(): Promise; +export function isNonGlibcLinuxSync(): boolean; + +export function version(): Promise; +export function versionSync(): string | null; diff --git a/node_modules/detect-libc/lib/detect-libc.js b/node_modules/detect-libc/lib/detect-libc.js new file mode 100644 index 0000000..d4ea6f0 --- /dev/null +++ b/node_modules/detect-libc/lib/detect-libc.js @@ -0,0 +1,279 @@ +// Copyright 2017 Lovell Fuller and others. +// SPDX-License-Identifier: Apache-2.0 + +'use strict'; + +const childProcess = require('child_process'); +const { isLinux, getReport } = require('./process'); +const { LDD_PATH, readFile, readFileSync } = require('./filesystem'); + +let cachedFamilyFilesystem; +let cachedVersionFilesystem; + +const command = 'getconf GNU_LIBC_VERSION 2>&1 || true; ldd --version 2>&1 || true'; +let commandOut = ''; + +const safeCommand = () => { + if (!commandOut) { + return new Promise((resolve) => { + childProcess.exec(command, (err, out) => { + commandOut = err ? ' ' : out; + resolve(commandOut); + }); + }); + } + return commandOut; +}; + +const safeCommandSync = () => { + if (!commandOut) { + try { + commandOut = childProcess.execSync(command, { encoding: 'utf8' }); + } catch (_err) { + commandOut = ' '; + } + } + return commandOut; +}; + +/** + * A String constant containing the value `glibc`. + * @type {string} + * @public + */ +const GLIBC = 'glibc'; + +/** + * A Regexp constant to get the GLIBC Version. + * @type {string} + */ +const RE_GLIBC_VERSION = /GLIBC\s(\d+\.\d+)/; + +/** + * A String constant containing the value `musl`. + * @type {string} + * @public + */ +const MUSL = 'musl'; + +/** + * This string is used to find if the {@link LDD_PATH} is GLIBC + * @type {string} + */ +const GLIBC_ON_LDD = GLIBC.toUpperCase(); + +/** + * This string is used to find if the {@link LDD_PATH} is musl + * @type {string} + */ +const MUSL_ON_LDD = MUSL.toLowerCase(); + +const isFileMusl = (f) => f.includes('libc.musl-') || f.includes('ld-musl-'); + +const familyFromReport = () => { + const report = getReport(); + if (report.header && report.header.glibcVersionRuntime) { + return GLIBC; + } + if (Array.isArray(report.sharedObjects)) { + if (report.sharedObjects.some(isFileMusl)) { + return MUSL; + } + } + return null; +}; + +const familyFromCommand = (out) => { + const [getconf, ldd1] = out.split(/[\r\n]+/); + if (getconf && getconf.includes(GLIBC)) { + return GLIBC; + } + if (ldd1 && ldd1.includes(MUSL)) { + return MUSL; + } + return null; +}; + +const getFamilyFromLddContent = (content) => { + if (content.includes(MUSL_ON_LDD)) { + return MUSL; + } + if (content.includes(GLIBC_ON_LDD)) { + return GLIBC; + } + return null; +}; + +const familyFromFilesystem = async () => { + if (cachedFamilyFilesystem !== undefined) { + return cachedFamilyFilesystem; + } + cachedFamilyFilesystem = null; + try { + const lddContent = await readFile(LDD_PATH); + cachedFamilyFilesystem = getFamilyFromLddContent(lddContent); + } catch (e) {} + return cachedFamilyFilesystem; +}; + +const familyFromFilesystemSync = () => { + if (cachedFamilyFilesystem !== undefined) { + return cachedFamilyFilesystem; + } + cachedFamilyFilesystem = null; + try { + const lddContent = readFileSync(LDD_PATH); + cachedFamilyFilesystem = getFamilyFromLddContent(lddContent); + } catch (e) {} + return cachedFamilyFilesystem; +}; + +/** + * Resolves with the libc family when it can be determined, `null` otherwise. + * @returns {Promise} + */ +const family = async () => { + let family = null; + if (isLinux()) { + family = await familyFromFilesystem(); + if (!family) { + family = familyFromReport(); + } + if (!family) { + const out = await safeCommand(); + family = familyFromCommand(out); + } + } + return family; +}; + +/** + * Returns the libc family when it can be determined, `null` otherwise. + * @returns {?string} + */ +const familySync = () => { + let family = null; + if (isLinux()) { + family = familyFromFilesystemSync(); + if (!family) { + family = familyFromReport(); + } + if (!family) { + const out = safeCommandSync(); + family = familyFromCommand(out); + } + } + return family; +}; + +/** + * Resolves `true` only when the platform is Linux and the libc family is not `glibc`. + * @returns {Promise} + */ +const isNonGlibcLinux = async () => isLinux() && await family() !== GLIBC; + +/** + * Returns `true` only when the platform is Linux and the libc family is not `glibc`. + * @returns {boolean} + */ +const isNonGlibcLinuxSync = () => isLinux() && familySync() !== GLIBC; + +const versionFromFilesystem = async () => { + if (cachedVersionFilesystem !== undefined) { + return cachedVersionFilesystem; + } + cachedVersionFilesystem = null; + try { + const lddContent = await readFile(LDD_PATH); + const versionMatch = lddContent.match(RE_GLIBC_VERSION); + if (versionMatch) { + cachedVersionFilesystem = versionMatch[1]; + } + } catch (e) {} + return cachedVersionFilesystem; +}; + +const versionFromFilesystemSync = () => { + if (cachedVersionFilesystem !== undefined) { + return cachedVersionFilesystem; + } + cachedVersionFilesystem = null; + try { + const lddContent = readFileSync(LDD_PATH); + const versionMatch = lddContent.match(RE_GLIBC_VERSION); + if (versionMatch) { + cachedVersionFilesystem = versionMatch[1]; + } + } catch (e) {} + return cachedVersionFilesystem; +}; + +const versionFromReport = () => { + const report = getReport(); + if (report.header && report.header.glibcVersionRuntime) { + return report.header.glibcVersionRuntime; + } + return null; +}; + +const versionSuffix = (s) => s.trim().split(/\s+/)[1]; + +const versionFromCommand = (out) => { + const [getconf, ldd1, ldd2] = out.split(/[\r\n]+/); + if (getconf && getconf.includes(GLIBC)) { + return versionSuffix(getconf); + } + if (ldd1 && ldd2 && ldd1.includes(MUSL)) { + return versionSuffix(ldd2); + } + return null; +}; + +/** + * Resolves with the libc version when it can be determined, `null` otherwise. + * @returns {Promise} + */ +const version = async () => { + let version = null; + if (isLinux()) { + version = await versionFromFilesystem(); + if (!version) { + version = versionFromReport(); + } + if (!version) { + const out = await safeCommand(); + version = versionFromCommand(out); + } + } + return version; +}; + +/** + * Returns the libc version when it can be determined, `null` otherwise. + * @returns {?string} + */ +const versionSync = () => { + let version = null; + if (isLinux()) { + version = versionFromFilesystemSync(); + if (!version) { + version = versionFromReport(); + } + if (!version) { + const out = safeCommandSync(); + version = versionFromCommand(out); + } + } + return version; +}; + +module.exports = { + GLIBC, + MUSL, + family, + familySync, + isNonGlibcLinux, + isNonGlibcLinuxSync, + version, + versionSync +}; diff --git a/node_modules/detect-libc/lib/filesystem.js b/node_modules/detect-libc/lib/filesystem.js new file mode 100644 index 0000000..de7e007 --- /dev/null +++ b/node_modules/detect-libc/lib/filesystem.js @@ -0,0 +1,41 @@ +// Copyright 2017 Lovell Fuller and others. +// SPDX-License-Identifier: Apache-2.0 + +'use strict'; + +const fs = require('fs'); + +/** + * The path where we can find the ldd + */ +const LDD_PATH = '/usr/bin/ldd'; + +/** + * Read the content of a file synchronous + * + * @param {string} path + * @returns {string} + */ +const readFileSync = (path) => fs.readFileSync(path, 'utf-8'); + +/** + * Read the content of a file + * + * @param {string} path + * @returns {Promise} + */ +const readFile = (path) => new Promise((resolve, reject) => { + fs.readFile(path, 'utf-8', (err, data) => { + if (err) { + reject(err); + } else { + resolve(data); + } + }); +}); + +module.exports = { + LDD_PATH, + readFileSync, + readFile +}; diff --git a/node_modules/detect-libc/lib/process.js b/node_modules/detect-libc/lib/process.js new file mode 100644 index 0000000..d27fcb7 --- /dev/null +++ b/node_modules/detect-libc/lib/process.js @@ -0,0 +1,19 @@ +// Copyright 2017 Lovell Fuller and others. +// SPDX-License-Identifier: Apache-2.0 + +'use strict'; + +const isLinux = () => process.platform === 'linux'; + +let report = null; +const getReport = () => { + if (!report) { + /* istanbul ignore next */ + report = isLinux() && process.report + ? process.report.getReport() + : {}; + } + return report; +}; + +module.exports = { isLinux, getReport }; diff --git a/node_modules/detect-libc/package.json b/node_modules/detect-libc/package.json new file mode 100644 index 0000000..dd8e42c --- /dev/null +++ b/node_modules/detect-libc/package.json @@ -0,0 +1,40 @@ +{ + "name": "detect-libc", + "version": "2.0.2", + "description": "Node.js module to detect the C standard library (libc) implementation family and version", + "main": "lib/detect-libc.js", + "files": [ + "lib/", + "index.d.ts" + ], + "scripts": { + "test": "semistandard && nyc --reporter=lcov --check-coverage --branches=100 ava test/unit.js", + "bench": "node benchmark/detect-libc", + "bench:calls": "node benchmark/call-familySync.js && sleep 1 && node benchmark/call-isNonGlibcLinuxSync.js && sleep 1 && node benchmark/call-versionSync.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/lovell/detect-libc" + }, + "keywords": [ + "libc", + "glibc", + "musl" + ], + "author": "Lovell Fuller ", + "contributors": [ + "Niklas Salmoukas ", + "Vinícius Lourenço " + ], + "license": "Apache-2.0", + "devDependencies": { + "ava": "^2.4.0", + "benchmark": "^2.1.4", + "nyc": "^15.1.0", + "proxyquire": "^2.1.3", + "semistandard": "^14.2.3" + }, + "engines": { + "node": ">=8" + } +} diff --git a/node_modules/emoji-regex/LICENSE-MIT.txt b/node_modules/emoji-regex/LICENSE-MIT.txt new file mode 100644 index 0000000..a41e0a7 --- /dev/null +++ b/node_modules/emoji-regex/LICENSE-MIT.txt @@ -0,0 +1,20 @@ +Copyright Mathias Bynens + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/emoji-regex/README.md b/node_modules/emoji-regex/README.md new file mode 100644 index 0000000..f10e173 --- /dev/null +++ b/node_modules/emoji-regex/README.md @@ -0,0 +1,73 @@ +# emoji-regex [![Build status](https://travis-ci.org/mathiasbynens/emoji-regex.svg?branch=master)](https://travis-ci.org/mathiasbynens/emoji-regex) + +_emoji-regex_ offers a regular expression to match all emoji symbols (including textual representations of emoji) as per the Unicode Standard. + +This repository contains a script that generates this regular expression based on [the data from Unicode v12](https://github.com/mathiasbynens/unicode-12.0.0). Because of this, the regular expression can easily be updated whenever new emoji are added to the Unicode standard. + +## Installation + +Via [npm](https://www.npmjs.com/): + +```bash +npm install emoji-regex +``` + +In [Node.js](https://nodejs.org/): + +```js +const emojiRegex = require('emoji-regex'); +// Note: because the regular expression has the global flag set, this module +// exports a function that returns the regex rather than exporting the regular +// expression itself, to make it impossible to (accidentally) mutate the +// original regular expression. + +const text = ` +\u{231A}: ⌚ default emoji presentation character (Emoji_Presentation) +\u{2194}\u{FE0F}: ↔️ default text presentation character rendered as emoji +\u{1F469}: 👩 emoji modifier base (Emoji_Modifier_Base) +\u{1F469}\u{1F3FF}: 👩🏿 emoji modifier base followed by a modifier +`; + +const regex = emojiRegex(); +let match; +while (match = regex.exec(text)) { + const emoji = match[0]; + console.log(`Matched sequence ${ emoji } — code points: ${ [...emoji].length }`); +} +``` + +Console output: + +``` +Matched sequence ⌚ — code points: 1 +Matched sequence ⌚ — code points: 1 +Matched sequence ↔️ — code points: 2 +Matched sequence ↔️ — code points: 2 +Matched sequence 👩 — code points: 1 +Matched sequence 👩 — code points: 1 +Matched sequence 👩🏿 — code points: 2 +Matched sequence 👩🏿 — code points: 2 +``` + +To match emoji in their textual representation as well (i.e. emoji that are not `Emoji_Presentation` symbols and that aren’t forced to render as emoji by a variation selector), `require` the other regex: + +```js +const emojiRegex = require('emoji-regex/text.js'); +``` + +Additionally, in environments which support ES2015 Unicode escapes, you may `require` ES2015-style versions of the regexes: + +```js +const emojiRegex = require('emoji-regex/es2015/index.js'); +const emojiRegexText = require('emoji-regex/es2015/text.js'); +``` + +## Author + +| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") | +|---| +| [Mathias Bynens](https://mathiasbynens.be/) | + +## License + +_emoji-regex_ is available under the [MIT](https://mths.be/mit) license. diff --git a/node_modules/emoji-regex/es2015/index.js b/node_modules/emoji-regex/es2015/index.js new file mode 100644 index 0000000..b4cf3dc --- /dev/null +++ b/node_modules/emoji-regex/es2015/index.js @@ -0,0 +1,6 @@ +"use strict"; + +module.exports = () => { + // https://mths.be/emoji + return /\u{1F3F4}\u{E0067}\u{E0062}(?:\u{E0065}\u{E006E}\u{E0067}|\u{E0073}\u{E0063}\u{E0074}|\u{E0077}\u{E006C}\u{E0073})\u{E007F}|\u{1F468}(?:\u{1F3FC}\u200D(?:\u{1F91D}\u200D\u{1F468}\u{1F3FB}|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FF}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FE}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FE}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FD}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FD}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FC}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u200D(?:\u2764\uFE0F\u200D(?:\u{1F48B}\u200D)?\u{1F468}|[\u{1F468}\u{1F469}]\u200D(?:\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}])|\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}]|[\u{1F468}\u{1F469}]\u200D[\u{1F466}\u{1F467}]|[\u2695\u2696\u2708]\uFE0F|[\u{1F466}\u{1F467}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|(?:\u{1F3FB}\u200D[\u2695\u2696\u2708]|\u{1F3FF}\u200D[\u2695\u2696\u2708]|\u{1F3FE}\u200D[\u2695\u2696\u2708]|\u{1F3FD}\u200D[\u2695\u2696\u2708]|\u{1F3FC}\u200D[\u2695\u2696\u2708])\uFE0F|\u{1F3FB}\u200D[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}]|[\u{1F3FB}-\u{1F3FF}])|(?:\u{1F9D1}\u{1F3FB}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FC}\u200D\u{1F91D}\u200D\u{1F469})\u{1F3FB}|\u{1F9D1}(?:\u{1F3FF}\u200D\u{1F91D}\u200D\u{1F9D1}[\u{1F3FB}-\u{1F3FF}]|\u200D\u{1F91D}\u200D\u{1F9D1})|(?:\u{1F9D1}\u{1F3FE}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FF}\u200D\u{1F91D}\u200D[\u{1F468}\u{1F469}])[\u{1F3FB}-\u{1F3FE}]|(?:\u{1F9D1}\u{1F3FC}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FD}\u200D\u{1F91D}\u200D\u{1F469})[\u{1F3FB}\u{1F3FC}]|\u{1F469}(?:\u{1F3FE}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FD}\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FC}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FD}-\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FB}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FC}-\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FD}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FC}\u{1F3FE}\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u200D(?:\u2764\uFE0F\u200D(?:\u{1F48B}\u200D[\u{1F468}\u{1F469}]|[\u{1F468}\u{1F469}])|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FF}\u200D[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F469}\u200D\u{1F469}\u200D(?:\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}])|(?:\u{1F9D1}\u{1F3FD}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FE}\u200D\u{1F91D}\u200D\u{1F469})[\u{1F3FB}-\u{1F3FD}]|\u{1F469}\u200D\u{1F466}\u200D\u{1F466}|\u{1F469}\u200D\u{1F469}\u200D[\u{1F466}\u{1F467}]|(?:\u{1F441}\uFE0F\u200D\u{1F5E8}|\u{1F469}(?:\u{1F3FF}\u200D[\u2695\u2696\u2708]|\u{1F3FE}\u200D[\u2695\u2696\u2708]|\u{1F3FC}\u200D[\u2695\u2696\u2708]|\u{1F3FB}\u200D[\u2695\u2696\u2708]|\u{1F3FD}\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}]\uFE0F|[\u{1F46F}\u{1F93C}\u{1F9DE}\u{1F9DF}])\u200D[\u2640\u2642]|[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}][\u{1F3FB}-\u{1F3FF}]\u200D[\u2640\u2642]|[\u{1F3C3}\u{1F3C4}\u{1F3CA}\u{1F46E}\u{1F471}\u{1F473}\u{1F477}\u{1F481}\u{1F482}\u{1F486}\u{1F487}\u{1F645}-\u{1F647}\u{1F64B}\u{1F64D}\u{1F64E}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F926}\u{1F937}-\u{1F939}\u{1F93D}\u{1F93E}\u{1F9B8}\u{1F9B9}\u{1F9CD}-\u{1F9CF}\u{1F9D6}-\u{1F9DD}](?:[\u{1F3FB}-\u{1F3FF}]\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\u{1F3F4}\u200D\u2620)\uFE0F|\u{1F469}\u200D\u{1F467}\u200D[\u{1F466}\u{1F467}]|\u{1F3F3}\uFE0F\u200D\u{1F308}|\u{1F415}\u200D\u{1F9BA}|\u{1F469}\u200D\u{1F466}|\u{1F469}\u200D\u{1F467}|\u{1F1FD}\u{1F1F0}|\u{1F1F4}\u{1F1F2}|\u{1F1F6}\u{1F1E6}|[#\*0-9]\uFE0F\u20E3|\u{1F1E7}[\u{1F1E6}\u{1F1E7}\u{1F1E9}-\u{1F1EF}\u{1F1F1}-\u{1F1F4}\u{1F1F6}-\u{1F1F9}\u{1F1FB}\u{1F1FC}\u{1F1FE}\u{1F1FF}]|\u{1F1F9}[\u{1F1E6}\u{1F1E8}\u{1F1E9}\u{1F1EB}-\u{1F1ED}\u{1F1EF}-\u{1F1F4}\u{1F1F7}\u{1F1F9}\u{1F1FB}\u{1F1FC}\u{1F1FF}]|\u{1F1EA}[\u{1F1E6}\u{1F1E8}\u{1F1EA}\u{1F1EC}\u{1F1ED}\u{1F1F7}-\u{1F1FA}]|\u{1F9D1}[\u{1F3FB}-\u{1F3FF}]|\u{1F1F7}[\u{1F1EA}\u{1F1F4}\u{1F1F8}\u{1F1FA}\u{1F1FC}]|\u{1F469}[\u{1F3FB}-\u{1F3FF}]|\u{1F1F2}[\u{1F1E6}\u{1F1E8}-\u{1F1ED}\u{1F1F0}-\u{1F1FF}]|\u{1F1E6}[\u{1F1E8}-\u{1F1EC}\u{1F1EE}\u{1F1F1}\u{1F1F2}\u{1F1F4}\u{1F1F6}-\u{1F1FA}\u{1F1FC}\u{1F1FD}\u{1F1FF}]|\u{1F1F0}[\u{1F1EA}\u{1F1EC}-\u{1F1EE}\u{1F1F2}\u{1F1F3}\u{1F1F5}\u{1F1F7}\u{1F1FC}\u{1F1FE}\u{1F1FF}]|\u{1F1ED}[\u{1F1F0}\u{1F1F2}\u{1F1F3}\u{1F1F7}\u{1F1F9}\u{1F1FA}]|\u{1F1E9}[\u{1F1EA}\u{1F1EC}\u{1F1EF}\u{1F1F0}\u{1F1F2}\u{1F1F4}\u{1F1FF}]|\u{1F1FE}[\u{1F1EA}\u{1F1F9}]|\u{1F1EC}[\u{1F1E6}\u{1F1E7}\u{1F1E9}-\u{1F1EE}\u{1F1F1}-\u{1F1F3}\u{1F1F5}-\u{1F1FA}\u{1F1FC}\u{1F1FE}]|\u{1F1F8}[\u{1F1E6}-\u{1F1EA}\u{1F1EC}-\u{1F1F4}\u{1F1F7}-\u{1F1F9}\u{1F1FB}\u{1F1FD}-\u{1F1FF}]|\u{1F1EB}[\u{1F1EE}-\u{1F1F0}\u{1F1F2}\u{1F1F4}\u{1F1F7}]|\u{1F1F5}[\u{1F1E6}\u{1F1EA}-\u{1F1ED}\u{1F1F0}-\u{1F1F3}\u{1F1F7}-\u{1F1F9}\u{1F1FC}\u{1F1FE}]|\u{1F1FB}[\u{1F1E6}\u{1F1E8}\u{1F1EA}\u{1F1EC}\u{1F1EE}\u{1F1F3}\u{1F1FA}]|\u{1F1F3}[\u{1F1E6}\u{1F1E8}\u{1F1EA}-\u{1F1EC}\u{1F1EE}\u{1F1F1}\u{1F1F4}\u{1F1F5}\u{1F1F7}\u{1F1FA}\u{1F1FF}]|\u{1F1E8}[\u{1F1E6}\u{1F1E8}\u{1F1E9}\u{1F1EB}-\u{1F1EE}\u{1F1F0}-\u{1F1F5}\u{1F1F7}\u{1F1FA}-\u{1F1FF}]|\u{1F1F1}[\u{1F1E6}-\u{1F1E8}\u{1F1EE}\u{1F1F0}\u{1F1F7}-\u{1F1FB}\u{1F1FE}]|\u{1F1FF}[\u{1F1E6}\u{1F1F2}\u{1F1FC}]|\u{1F1FC}[\u{1F1EB}\u{1F1F8}]|\u{1F1FA}[\u{1F1E6}\u{1F1EC}\u{1F1F2}\u{1F1F3}\u{1F1F8}\u{1F1FE}\u{1F1FF}]|\u{1F1EE}[\u{1F1E8}-\u{1F1EA}\u{1F1F1}-\u{1F1F4}\u{1F1F6}-\u{1F1F9}]|\u{1F1EF}[\u{1F1EA}\u{1F1F2}\u{1F1F4}\u{1F1F5}]|[\u{1F3C3}\u{1F3C4}\u{1F3CA}\u{1F46E}\u{1F471}\u{1F473}\u{1F477}\u{1F481}\u{1F482}\u{1F486}\u{1F487}\u{1F645}-\u{1F647}\u{1F64B}\u{1F64D}\u{1F64E}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F926}\u{1F937}-\u{1F939}\u{1F93D}\u{1F93E}\u{1F9B8}\u{1F9B9}\u{1F9CD}-\u{1F9CF}\u{1F9D6}-\u{1F9DD}][\u{1F3FB}-\u{1F3FF}]|[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}][\u{1F3FB}-\u{1F3FF}]|[\u261D\u270A-\u270D\u{1F385}\u{1F3C2}\u{1F3C7}\u{1F442}\u{1F443}\u{1F446}-\u{1F450}\u{1F466}\u{1F467}\u{1F46B}-\u{1F46D}\u{1F470}\u{1F472}\u{1F474}-\u{1F476}\u{1F478}\u{1F47C}\u{1F483}\u{1F485}\u{1F4AA}\u{1F574}\u{1F57A}\u{1F590}\u{1F595}\u{1F596}\u{1F64C}\u{1F64F}\u{1F6C0}\u{1F6CC}\u{1F90F}\u{1F918}-\u{1F91C}\u{1F91E}\u{1F91F}\u{1F930}-\u{1F936}\u{1F9B5}\u{1F9B6}\u{1F9BB}\u{1F9D2}-\u{1F9D5}][\u{1F3FB}-\u{1F3FF}]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55\u{1F004}\u{1F0CF}\u{1F18E}\u{1F191}-\u{1F19A}\u{1F1E6}-\u{1F1FF}\u{1F201}\u{1F21A}\u{1F22F}\u{1F232}-\u{1F236}\u{1F238}-\u{1F23A}\u{1F250}\u{1F251}\u{1F300}-\u{1F320}\u{1F32D}-\u{1F335}\u{1F337}-\u{1F37C}\u{1F37E}-\u{1F393}\u{1F3A0}-\u{1F3CA}\u{1F3CF}-\u{1F3D3}\u{1F3E0}-\u{1F3F0}\u{1F3F4}\u{1F3F8}-\u{1F43E}\u{1F440}\u{1F442}-\u{1F4FC}\u{1F4FF}-\u{1F53D}\u{1F54B}-\u{1F54E}\u{1F550}-\u{1F567}\u{1F57A}\u{1F595}\u{1F596}\u{1F5A4}\u{1F5FB}-\u{1F64F}\u{1F680}-\u{1F6C5}\u{1F6CC}\u{1F6D0}-\u{1F6D2}\u{1F6D5}\u{1F6EB}\u{1F6EC}\u{1F6F4}-\u{1F6FA}\u{1F7E0}-\u{1F7EB}\u{1F90D}-\u{1F93A}\u{1F93C}-\u{1F945}\u{1F947}-\u{1F971}\u{1F973}-\u{1F976}\u{1F97A}-\u{1F9A2}\u{1F9A5}-\u{1F9AA}\u{1F9AE}-\u{1F9CA}\u{1F9CD}-\u{1F9FF}\u{1FA70}-\u{1FA73}\u{1FA78}-\u{1FA7A}\u{1FA80}-\u{1FA82}\u{1FA90}-\u{1FA95}]|[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299\u{1F004}\u{1F0CF}\u{1F170}\u{1F171}\u{1F17E}\u{1F17F}\u{1F18E}\u{1F191}-\u{1F19A}\u{1F1E6}-\u{1F1FF}\u{1F201}\u{1F202}\u{1F21A}\u{1F22F}\u{1F232}-\u{1F23A}\u{1F250}\u{1F251}\u{1F300}-\u{1F321}\u{1F324}-\u{1F393}\u{1F396}\u{1F397}\u{1F399}-\u{1F39B}\u{1F39E}-\u{1F3F0}\u{1F3F3}-\u{1F3F5}\u{1F3F7}-\u{1F4FD}\u{1F4FF}-\u{1F53D}\u{1F549}-\u{1F54E}\u{1F550}-\u{1F567}\u{1F56F}\u{1F570}\u{1F573}-\u{1F57A}\u{1F587}\u{1F58A}-\u{1F58D}\u{1F590}\u{1F595}\u{1F596}\u{1F5A4}\u{1F5A5}\u{1F5A8}\u{1F5B1}\u{1F5B2}\u{1F5BC}\u{1F5C2}-\u{1F5C4}\u{1F5D1}-\u{1F5D3}\u{1F5DC}-\u{1F5DE}\u{1F5E1}\u{1F5E3}\u{1F5E8}\u{1F5EF}\u{1F5F3}\u{1F5FA}-\u{1F64F}\u{1F680}-\u{1F6C5}\u{1F6CB}-\u{1F6D2}\u{1F6D5}\u{1F6E0}-\u{1F6E5}\u{1F6E9}\u{1F6EB}\u{1F6EC}\u{1F6F0}\u{1F6F3}-\u{1F6FA}\u{1F7E0}-\u{1F7EB}\u{1F90D}-\u{1F93A}\u{1F93C}-\u{1F945}\u{1F947}-\u{1F971}\u{1F973}-\u{1F976}\u{1F97A}-\u{1F9A2}\u{1F9A5}-\u{1F9AA}\u{1F9AE}-\u{1F9CA}\u{1F9CD}-\u{1F9FF}\u{1FA70}-\u{1FA73}\u{1FA78}-\u{1FA7A}\u{1FA80}-\u{1FA82}\u{1FA90}-\u{1FA95}]\uFE0F|[\u261D\u26F9\u270A-\u270D\u{1F385}\u{1F3C2}-\u{1F3C4}\u{1F3C7}\u{1F3CA}-\u{1F3CC}\u{1F442}\u{1F443}\u{1F446}-\u{1F450}\u{1F466}-\u{1F478}\u{1F47C}\u{1F481}-\u{1F483}\u{1F485}-\u{1F487}\u{1F48F}\u{1F491}\u{1F4AA}\u{1F574}\u{1F575}\u{1F57A}\u{1F590}\u{1F595}\u{1F596}\u{1F645}-\u{1F647}\u{1F64B}-\u{1F64F}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F6C0}\u{1F6CC}\u{1F90F}\u{1F918}-\u{1F91F}\u{1F926}\u{1F930}-\u{1F939}\u{1F93C}-\u{1F93E}\u{1F9B5}\u{1F9B6}\u{1F9B8}\u{1F9B9}\u{1F9BB}\u{1F9CD}-\u{1F9CF}\u{1F9D1}-\u{1F9DD}]/gu; +}; diff --git a/node_modules/emoji-regex/es2015/text.js b/node_modules/emoji-regex/es2015/text.js new file mode 100644 index 0000000..780309d --- /dev/null +++ b/node_modules/emoji-regex/es2015/text.js @@ -0,0 +1,6 @@ +"use strict"; + +module.exports = () => { + // https://mths.be/emoji + return /\u{1F3F4}\u{E0067}\u{E0062}(?:\u{E0065}\u{E006E}\u{E0067}|\u{E0073}\u{E0063}\u{E0074}|\u{E0077}\u{E006C}\u{E0073})\u{E007F}|\u{1F468}(?:\u{1F3FC}\u200D(?:\u{1F91D}\u200D\u{1F468}\u{1F3FB}|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FF}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FE}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FE}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FD}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FD}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FC}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u200D(?:\u2764\uFE0F\u200D(?:\u{1F48B}\u200D)?\u{1F468}|[\u{1F468}\u{1F469}]\u200D(?:\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}])|\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}]|[\u{1F468}\u{1F469}]\u200D[\u{1F466}\u{1F467}]|[\u2695\u2696\u2708]\uFE0F|[\u{1F466}\u{1F467}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|(?:\u{1F3FB}\u200D[\u2695\u2696\u2708]|\u{1F3FF}\u200D[\u2695\u2696\u2708]|\u{1F3FE}\u200D[\u2695\u2696\u2708]|\u{1F3FD}\u200D[\u2695\u2696\u2708]|\u{1F3FC}\u200D[\u2695\u2696\u2708])\uFE0F|\u{1F3FB}\u200D[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}]|[\u{1F3FB}-\u{1F3FF}])|(?:\u{1F9D1}\u{1F3FB}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FC}\u200D\u{1F91D}\u200D\u{1F469})\u{1F3FB}|\u{1F9D1}(?:\u{1F3FF}\u200D\u{1F91D}\u200D\u{1F9D1}[\u{1F3FB}-\u{1F3FF}]|\u200D\u{1F91D}\u200D\u{1F9D1})|(?:\u{1F9D1}\u{1F3FE}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FF}\u200D\u{1F91D}\u200D[\u{1F468}\u{1F469}])[\u{1F3FB}-\u{1F3FE}]|(?:\u{1F9D1}\u{1F3FC}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FD}\u200D\u{1F91D}\u200D\u{1F469})[\u{1F3FB}\u{1F3FC}]|\u{1F469}(?:\u{1F3FE}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FD}\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FC}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FD}-\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FB}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FC}-\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FD}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FC}\u{1F3FE}\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u200D(?:\u2764\uFE0F\u200D(?:\u{1F48B}\u200D[\u{1F468}\u{1F469}]|[\u{1F468}\u{1F469}])|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FF}\u200D[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F469}\u200D\u{1F469}\u200D(?:\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}])|(?:\u{1F9D1}\u{1F3FD}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FE}\u200D\u{1F91D}\u200D\u{1F469})[\u{1F3FB}-\u{1F3FD}]|\u{1F469}\u200D\u{1F466}\u200D\u{1F466}|\u{1F469}\u200D\u{1F469}\u200D[\u{1F466}\u{1F467}]|(?:\u{1F441}\uFE0F\u200D\u{1F5E8}|\u{1F469}(?:\u{1F3FF}\u200D[\u2695\u2696\u2708]|\u{1F3FE}\u200D[\u2695\u2696\u2708]|\u{1F3FC}\u200D[\u2695\u2696\u2708]|\u{1F3FB}\u200D[\u2695\u2696\u2708]|\u{1F3FD}\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}]\uFE0F|[\u{1F46F}\u{1F93C}\u{1F9DE}\u{1F9DF}])\u200D[\u2640\u2642]|[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}][\u{1F3FB}-\u{1F3FF}]\u200D[\u2640\u2642]|[\u{1F3C3}\u{1F3C4}\u{1F3CA}\u{1F46E}\u{1F471}\u{1F473}\u{1F477}\u{1F481}\u{1F482}\u{1F486}\u{1F487}\u{1F645}-\u{1F647}\u{1F64B}\u{1F64D}\u{1F64E}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F926}\u{1F937}-\u{1F939}\u{1F93D}\u{1F93E}\u{1F9B8}\u{1F9B9}\u{1F9CD}-\u{1F9CF}\u{1F9D6}-\u{1F9DD}](?:[\u{1F3FB}-\u{1F3FF}]\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\u{1F3F4}\u200D\u2620)\uFE0F|\u{1F469}\u200D\u{1F467}\u200D[\u{1F466}\u{1F467}]|\u{1F3F3}\uFE0F\u200D\u{1F308}|\u{1F415}\u200D\u{1F9BA}|\u{1F469}\u200D\u{1F466}|\u{1F469}\u200D\u{1F467}|\u{1F1FD}\u{1F1F0}|\u{1F1F4}\u{1F1F2}|\u{1F1F6}\u{1F1E6}|[#\*0-9]\uFE0F\u20E3|\u{1F1E7}[\u{1F1E6}\u{1F1E7}\u{1F1E9}-\u{1F1EF}\u{1F1F1}-\u{1F1F4}\u{1F1F6}-\u{1F1F9}\u{1F1FB}\u{1F1FC}\u{1F1FE}\u{1F1FF}]|\u{1F1F9}[\u{1F1E6}\u{1F1E8}\u{1F1E9}\u{1F1EB}-\u{1F1ED}\u{1F1EF}-\u{1F1F4}\u{1F1F7}\u{1F1F9}\u{1F1FB}\u{1F1FC}\u{1F1FF}]|\u{1F1EA}[\u{1F1E6}\u{1F1E8}\u{1F1EA}\u{1F1EC}\u{1F1ED}\u{1F1F7}-\u{1F1FA}]|\u{1F9D1}[\u{1F3FB}-\u{1F3FF}]|\u{1F1F7}[\u{1F1EA}\u{1F1F4}\u{1F1F8}\u{1F1FA}\u{1F1FC}]|\u{1F469}[\u{1F3FB}-\u{1F3FF}]|\u{1F1F2}[\u{1F1E6}\u{1F1E8}-\u{1F1ED}\u{1F1F0}-\u{1F1FF}]|\u{1F1E6}[\u{1F1E8}-\u{1F1EC}\u{1F1EE}\u{1F1F1}\u{1F1F2}\u{1F1F4}\u{1F1F6}-\u{1F1FA}\u{1F1FC}\u{1F1FD}\u{1F1FF}]|\u{1F1F0}[\u{1F1EA}\u{1F1EC}-\u{1F1EE}\u{1F1F2}\u{1F1F3}\u{1F1F5}\u{1F1F7}\u{1F1FC}\u{1F1FE}\u{1F1FF}]|\u{1F1ED}[\u{1F1F0}\u{1F1F2}\u{1F1F3}\u{1F1F7}\u{1F1F9}\u{1F1FA}]|\u{1F1E9}[\u{1F1EA}\u{1F1EC}\u{1F1EF}\u{1F1F0}\u{1F1F2}\u{1F1F4}\u{1F1FF}]|\u{1F1FE}[\u{1F1EA}\u{1F1F9}]|\u{1F1EC}[\u{1F1E6}\u{1F1E7}\u{1F1E9}-\u{1F1EE}\u{1F1F1}-\u{1F1F3}\u{1F1F5}-\u{1F1FA}\u{1F1FC}\u{1F1FE}]|\u{1F1F8}[\u{1F1E6}-\u{1F1EA}\u{1F1EC}-\u{1F1F4}\u{1F1F7}-\u{1F1F9}\u{1F1FB}\u{1F1FD}-\u{1F1FF}]|\u{1F1EB}[\u{1F1EE}-\u{1F1F0}\u{1F1F2}\u{1F1F4}\u{1F1F7}]|\u{1F1F5}[\u{1F1E6}\u{1F1EA}-\u{1F1ED}\u{1F1F0}-\u{1F1F3}\u{1F1F7}-\u{1F1F9}\u{1F1FC}\u{1F1FE}]|\u{1F1FB}[\u{1F1E6}\u{1F1E8}\u{1F1EA}\u{1F1EC}\u{1F1EE}\u{1F1F3}\u{1F1FA}]|\u{1F1F3}[\u{1F1E6}\u{1F1E8}\u{1F1EA}-\u{1F1EC}\u{1F1EE}\u{1F1F1}\u{1F1F4}\u{1F1F5}\u{1F1F7}\u{1F1FA}\u{1F1FF}]|\u{1F1E8}[\u{1F1E6}\u{1F1E8}\u{1F1E9}\u{1F1EB}-\u{1F1EE}\u{1F1F0}-\u{1F1F5}\u{1F1F7}\u{1F1FA}-\u{1F1FF}]|\u{1F1F1}[\u{1F1E6}-\u{1F1E8}\u{1F1EE}\u{1F1F0}\u{1F1F7}-\u{1F1FB}\u{1F1FE}]|\u{1F1FF}[\u{1F1E6}\u{1F1F2}\u{1F1FC}]|\u{1F1FC}[\u{1F1EB}\u{1F1F8}]|\u{1F1FA}[\u{1F1E6}\u{1F1EC}\u{1F1F2}\u{1F1F3}\u{1F1F8}\u{1F1FE}\u{1F1FF}]|\u{1F1EE}[\u{1F1E8}-\u{1F1EA}\u{1F1F1}-\u{1F1F4}\u{1F1F6}-\u{1F1F9}]|\u{1F1EF}[\u{1F1EA}\u{1F1F2}\u{1F1F4}\u{1F1F5}]|[\u{1F3C3}\u{1F3C4}\u{1F3CA}\u{1F46E}\u{1F471}\u{1F473}\u{1F477}\u{1F481}\u{1F482}\u{1F486}\u{1F487}\u{1F645}-\u{1F647}\u{1F64B}\u{1F64D}\u{1F64E}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F926}\u{1F937}-\u{1F939}\u{1F93D}\u{1F93E}\u{1F9B8}\u{1F9B9}\u{1F9CD}-\u{1F9CF}\u{1F9D6}-\u{1F9DD}][\u{1F3FB}-\u{1F3FF}]|[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}][\u{1F3FB}-\u{1F3FF}]|[\u261D\u270A-\u270D\u{1F385}\u{1F3C2}\u{1F3C7}\u{1F442}\u{1F443}\u{1F446}-\u{1F450}\u{1F466}\u{1F467}\u{1F46B}-\u{1F46D}\u{1F470}\u{1F472}\u{1F474}-\u{1F476}\u{1F478}\u{1F47C}\u{1F483}\u{1F485}\u{1F4AA}\u{1F574}\u{1F57A}\u{1F590}\u{1F595}\u{1F596}\u{1F64C}\u{1F64F}\u{1F6C0}\u{1F6CC}\u{1F90F}\u{1F918}-\u{1F91C}\u{1F91E}\u{1F91F}\u{1F930}-\u{1F936}\u{1F9B5}\u{1F9B6}\u{1F9BB}\u{1F9D2}-\u{1F9D5}][\u{1F3FB}-\u{1F3FF}]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55\u{1F004}\u{1F0CF}\u{1F18E}\u{1F191}-\u{1F19A}\u{1F1E6}-\u{1F1FF}\u{1F201}\u{1F21A}\u{1F22F}\u{1F232}-\u{1F236}\u{1F238}-\u{1F23A}\u{1F250}\u{1F251}\u{1F300}-\u{1F320}\u{1F32D}-\u{1F335}\u{1F337}-\u{1F37C}\u{1F37E}-\u{1F393}\u{1F3A0}-\u{1F3CA}\u{1F3CF}-\u{1F3D3}\u{1F3E0}-\u{1F3F0}\u{1F3F4}\u{1F3F8}-\u{1F43E}\u{1F440}\u{1F442}-\u{1F4FC}\u{1F4FF}-\u{1F53D}\u{1F54B}-\u{1F54E}\u{1F550}-\u{1F567}\u{1F57A}\u{1F595}\u{1F596}\u{1F5A4}\u{1F5FB}-\u{1F64F}\u{1F680}-\u{1F6C5}\u{1F6CC}\u{1F6D0}-\u{1F6D2}\u{1F6D5}\u{1F6EB}\u{1F6EC}\u{1F6F4}-\u{1F6FA}\u{1F7E0}-\u{1F7EB}\u{1F90D}-\u{1F93A}\u{1F93C}-\u{1F945}\u{1F947}-\u{1F971}\u{1F973}-\u{1F976}\u{1F97A}-\u{1F9A2}\u{1F9A5}-\u{1F9AA}\u{1F9AE}-\u{1F9CA}\u{1F9CD}-\u{1F9FF}\u{1FA70}-\u{1FA73}\u{1FA78}-\u{1FA7A}\u{1FA80}-\u{1FA82}\u{1FA90}-\u{1FA95}]|[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299\u{1F004}\u{1F0CF}\u{1F170}\u{1F171}\u{1F17E}\u{1F17F}\u{1F18E}\u{1F191}-\u{1F19A}\u{1F1E6}-\u{1F1FF}\u{1F201}\u{1F202}\u{1F21A}\u{1F22F}\u{1F232}-\u{1F23A}\u{1F250}\u{1F251}\u{1F300}-\u{1F321}\u{1F324}-\u{1F393}\u{1F396}\u{1F397}\u{1F399}-\u{1F39B}\u{1F39E}-\u{1F3F0}\u{1F3F3}-\u{1F3F5}\u{1F3F7}-\u{1F4FD}\u{1F4FF}-\u{1F53D}\u{1F549}-\u{1F54E}\u{1F550}-\u{1F567}\u{1F56F}\u{1F570}\u{1F573}-\u{1F57A}\u{1F587}\u{1F58A}-\u{1F58D}\u{1F590}\u{1F595}\u{1F596}\u{1F5A4}\u{1F5A5}\u{1F5A8}\u{1F5B1}\u{1F5B2}\u{1F5BC}\u{1F5C2}-\u{1F5C4}\u{1F5D1}-\u{1F5D3}\u{1F5DC}-\u{1F5DE}\u{1F5E1}\u{1F5E3}\u{1F5E8}\u{1F5EF}\u{1F5F3}\u{1F5FA}-\u{1F64F}\u{1F680}-\u{1F6C5}\u{1F6CB}-\u{1F6D2}\u{1F6D5}\u{1F6E0}-\u{1F6E5}\u{1F6E9}\u{1F6EB}\u{1F6EC}\u{1F6F0}\u{1F6F3}-\u{1F6FA}\u{1F7E0}-\u{1F7EB}\u{1F90D}-\u{1F93A}\u{1F93C}-\u{1F945}\u{1F947}-\u{1F971}\u{1F973}-\u{1F976}\u{1F97A}-\u{1F9A2}\u{1F9A5}-\u{1F9AA}\u{1F9AE}-\u{1F9CA}\u{1F9CD}-\u{1F9FF}\u{1FA70}-\u{1FA73}\u{1FA78}-\u{1FA7A}\u{1FA80}-\u{1FA82}\u{1FA90}-\u{1FA95}]\uFE0F?|[\u261D\u26F9\u270A-\u270D\u{1F385}\u{1F3C2}-\u{1F3C4}\u{1F3C7}\u{1F3CA}-\u{1F3CC}\u{1F442}\u{1F443}\u{1F446}-\u{1F450}\u{1F466}-\u{1F478}\u{1F47C}\u{1F481}-\u{1F483}\u{1F485}-\u{1F487}\u{1F48F}\u{1F491}\u{1F4AA}\u{1F574}\u{1F575}\u{1F57A}\u{1F590}\u{1F595}\u{1F596}\u{1F645}-\u{1F647}\u{1F64B}-\u{1F64F}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F6C0}\u{1F6CC}\u{1F90F}\u{1F918}-\u{1F91F}\u{1F926}\u{1F930}-\u{1F939}\u{1F93C}-\u{1F93E}\u{1F9B5}\u{1F9B6}\u{1F9B8}\u{1F9B9}\u{1F9BB}\u{1F9CD}-\u{1F9CF}\u{1F9D1}-\u{1F9DD}]/gu; +}; diff --git a/node_modules/emoji-regex/index.d.ts b/node_modules/emoji-regex/index.d.ts new file mode 100644 index 0000000..1955b47 --- /dev/null +++ b/node_modules/emoji-regex/index.d.ts @@ -0,0 +1,23 @@ +declare module 'emoji-regex' { + function emojiRegex(): RegExp; + + export default emojiRegex; +} + +declare module 'emoji-regex/text' { + function emojiRegex(): RegExp; + + export default emojiRegex; +} + +declare module 'emoji-regex/es2015' { + function emojiRegex(): RegExp; + + export default emojiRegex; +} + +declare module 'emoji-regex/es2015/text' { + function emojiRegex(): RegExp; + + export default emojiRegex; +} diff --git a/node_modules/emoji-regex/index.js b/node_modules/emoji-regex/index.js new file mode 100644 index 0000000..d993a3a --- /dev/null +++ b/node_modules/emoji-regex/index.js @@ -0,0 +1,6 @@ +"use strict"; + +module.exports = function () { + // https://mths.be/emoji + return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g; +}; diff --git a/node_modules/emoji-regex/package.json b/node_modules/emoji-regex/package.json new file mode 100644 index 0000000..6d32352 --- /dev/null +++ b/node_modules/emoji-regex/package.json @@ -0,0 +1,50 @@ +{ + "name": "emoji-regex", + "version": "8.0.0", + "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", + "homepage": "https://mths.be/emoji-regex", + "main": "index.js", + "types": "index.d.ts", + "keywords": [ + "unicode", + "regex", + "regexp", + "regular expressions", + "code points", + "symbols", + "characters", + "emoji" + ], + "license": "MIT", + "author": { + "name": "Mathias Bynens", + "url": "https://mathiasbynens.be/" + }, + "repository": { + "type": "git", + "url": "https://github.com/mathiasbynens/emoji-regex.git" + }, + "bugs": "https://github.com/mathiasbynens/emoji-regex/issues", + "files": [ + "LICENSE-MIT.txt", + "index.js", + "index.d.ts", + "text.js", + "es2015/index.js", + "es2015/text.js" + ], + "scripts": { + "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js", + "test": "mocha", + "test:watch": "npm run test -- --watch" + }, + "devDependencies": { + "@babel/cli": "^7.2.3", + "@babel/core": "^7.3.4", + "@babel/plugin-proposal-unicode-property-regex": "^7.2.0", + "@babel/preset-env": "^7.3.4", + "mocha": "^6.0.2", + "regexgen": "^1.3.0", + "unicode-12.0.0": "^0.7.9" + } +} diff --git a/node_modules/emoji-regex/text.js b/node_modules/emoji-regex/text.js new file mode 100644 index 0000000..0a55ce2 --- /dev/null +++ b/node_modules/emoji-regex/text.js @@ -0,0 +1,6 @@ +"use strict"; + +module.exports = function () { + // https://mths.be/emoji + return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F?|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g; +}; diff --git a/node_modules/encoding/.prettierrc.js b/node_modules/encoding/.prettierrc.js new file mode 100644 index 0000000..3f83654 --- /dev/null +++ b/node_modules/encoding/.prettierrc.js @@ -0,0 +1,8 @@ +module.exports = { + printWidth: 160, + tabWidth: 4, + singleQuote: true, + endOfLine: 'lf', + trailingComma: 'none', + arrowParens: 'avoid' +}; diff --git a/node_modules/encoding/.travis.yml b/node_modules/encoding/.travis.yml new file mode 100644 index 0000000..abc4f48 --- /dev/null +++ b/node_modules/encoding/.travis.yml @@ -0,0 +1,25 @@ +language: node_js +sudo: false +node_js: + - "0.10" + - 0.12 + - iojs + - 4 + - 5 +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 +notifications: + email: + - andris@kreata.ee + webhooks: + urls: + - https://webhooks.gitter.im/e/0ed18fd9b3e529b3c2cc + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: false # default: false diff --git a/node_modules/encoding/LICENSE b/node_modules/encoding/LICENSE new file mode 100644 index 0000000..33f5a9a --- /dev/null +++ b/node_modules/encoding/LICENSE @@ -0,0 +1,16 @@ +Copyright (c) 2012-2014 Andris Reinman + +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: + +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. diff --git a/node_modules/encoding/README.md b/node_modules/encoding/README.md new file mode 100644 index 0000000..6188918 --- /dev/null +++ b/node_modules/encoding/README.md @@ -0,0 +1,41 @@ +# Encoding + +**encoding** is a simple wrapper around [iconv-lite](https://github.com/ashtuchkin/iconv-lite/) to convert strings from one encoding to another. + +[![Build Status](https://secure.travis-ci.org/andris9/encoding.svg)](http://travis-ci.org/andris9/Nodemailer) +[![npm version](https://badge.fury.io/js/encoding.svg)](http://badge.fury.io/js/encoding) + +Initially _encoding_ was a wrapper around _node-iconv_ (main) and _iconv-lite_ (fallback) and was used as the encoding layer for Nodemailer/mailparser. Somehow it also ended up as a dependency for a bunch of other project, none of these actually using _node-iconv_. The loading mechanics caused issues for front-end projects and Nodemailer/malparser had moved on, so _node-iconv_ was removed. + +## Install + +Install through npm + + npm install encoding + +## Usage + +Require the module + + var encoding = require("encoding"); + +Convert with encoding.convert() + + var resultBuffer = encoding.convert(text, toCharset, fromCharset); + +Where + +- **text** is either a Buffer or a String to be converted +- **toCharset** is the characterset to convert the string +- **fromCharset** (_optional_, defaults to UTF-8) is the source charset + +Output of the conversion is always a Buffer object. + +Example + + var result = encoding.convert("ÕÄÖÜ", "Latin_1"); + console.log(result); // + +## License + +**MIT** diff --git a/node_modules/encoding/lib/encoding.js b/node_modules/encoding/lib/encoding.js new file mode 100644 index 0000000..865c24b --- /dev/null +++ b/node_modules/encoding/lib/encoding.js @@ -0,0 +1,83 @@ +'use strict'; + +var iconvLite = require('iconv-lite'); + +// Expose to the world +module.exports.convert = convert; + +/** + * Convert encoding of an UTF-8 string or a buffer + * + * @param {String|Buffer} str String to be converted + * @param {String} to Encoding to be converted to + * @param {String} [from='UTF-8'] Encoding to be converted from + * @return {Buffer} Encoded string + */ +function convert(str, to, from) { + from = checkEncoding(from || 'UTF-8'); + to = checkEncoding(to || 'UTF-8'); + str = str || ''; + + var result; + + if (from !== 'UTF-8' && typeof str === 'string') { + str = Buffer.from(str, 'binary'); + } + + if (from === to) { + if (typeof str === 'string') { + result = Buffer.from(str); + } else { + result = str; + } + } else { + try { + result = convertIconvLite(str, to, from); + } catch (E) { + console.error(E); + result = str; + } + } + + if (typeof result === 'string') { + result = Buffer.from(result, 'utf-8'); + } + + return result; +} + +/** + * Convert encoding of astring with iconv-lite + * + * @param {String|Buffer} str String to be converted + * @param {String} to Encoding to be converted to + * @param {String} [from='UTF-8'] Encoding to be converted from + * @return {Buffer} Encoded string + */ +function convertIconvLite(str, to, from) { + if (to === 'UTF-8') { + return iconvLite.decode(str, from); + } else if (from === 'UTF-8') { + return iconvLite.encode(str, to); + } else { + return iconvLite.encode(iconvLite.decode(str, from), to); + } +} + +/** + * Converts charset name if needed + * + * @param {String} name Character set + * @return {String} Character set name + */ +function checkEncoding(name) { + return (name || '') + .toString() + .trim() + .replace(/^latin[\-_]?(\d+)$/i, 'ISO-8859-$1') + .replace(/^win(?:dows)?[\-_]?(\d+)$/i, 'WINDOWS-$1') + .replace(/^utf[\-_]?(\d+)$/i, 'UTF-$1') + .replace(/^ks_c_5601\-1987$/i, 'CP949') + .replace(/^us[\-_]?ascii$/i, 'ASCII') + .toUpperCase(); +} diff --git a/node_modules/encoding/node_modules/iconv-lite/.github/dependabot.yml b/node_modules/encoding/node_modules/iconv-lite/.github/dependabot.yml new file mode 100644 index 0000000..e4a0e0a --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/.github/dependabot.yml @@ -0,0 +1,11 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + allow: + - dependency-type: production diff --git a/node_modules/encoding/node_modules/iconv-lite/.idea/codeStyles/Project.xml b/node_modules/encoding/node_modules/iconv-lite/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..3f2688c --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/.idea/codeStyles/Project.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/node_modules/encoding/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml b/node_modules/encoding/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/node_modules/encoding/node_modules/iconv-lite/.idea/iconv-lite.iml b/node_modules/encoding/node_modules/iconv-lite/.idea/iconv-lite.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/.idea/iconv-lite.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/node_modules/encoding/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml b/node_modules/encoding/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/node_modules/encoding/node_modules/iconv-lite/.idea/modules.xml b/node_modules/encoding/node_modules/iconv-lite/.idea/modules.xml new file mode 100644 index 0000000..5d24f2e --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/node_modules/encoding/node_modules/iconv-lite/.idea/vcs.xml b/node_modules/encoding/node_modules/iconv-lite/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/node_modules/encoding/node_modules/iconv-lite/Changelog.md b/node_modules/encoding/node_modules/iconv-lite/Changelog.md new file mode 100644 index 0000000..464549b --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/Changelog.md @@ -0,0 +1,212 @@ +## 0.6.3 / 2021-05-23 + * Fix HKSCS encoding to prefer Big5 codes if both Big5 and HKSCS codes are possible (#264) + + +## 0.6.2 / 2020-07-08 + * Support Uint8Array-s decoding without conversion to Buffers, plus fix an edge case. + + +## 0.6.1 / 2020-06-28 + * Support Uint8Array-s directly when decoding (#246, by @gyzerok) + * Unify package.json version ranges to be strictly semver-compatible (#241) + * Fix minor issue in UTF-32 decoder's endianness detection code. + + +## 0.6.0 / 2020-06-08 + * Updated 'gb18030' encoding to :2005 edition (see https://github.com/whatwg/encoding/issues/22). + * Removed `iconv.extendNodeEncodings()` mechanism. It was deprecated 5 years ago and didn't work + in recent Node versions. + * Reworked Streaming API behavior in browser environments to fix #204. Streaming API will be + excluded by default in browser packs, saving ~100Kb bundle size, unless enabled explicitly using + `iconv.enableStreamingAPI(require('stream'))`. + * Updates to development environment & tests: + * Added ./test/webpack private package to test complex new use cases that need custom environment. + It's tested as a separate job in Travis CI. + * Updated generation code for the new EUC-KR index file format from Encoding Standard. + * Removed Buffer() constructor in tests (#197 by @gabrielschulhof). + + +## 0.5.2 / 2020-06-08 + * Added `iconv.getEncoder()` and `iconv.getDecoder()` methods to typescript definitions (#229). + * Fixed semver version to 6.1.2 to support Node 8.x (by @tanandara). + * Capped iconv version to 2.x as 3.x has dropped support for older Node versions. + * Switched from instanbul to c8 for code coverage. + + +## 0.5.1 / 2020-01-18 + + * Added cp720 encoding (#221, by @kr-deps) + * (minor) Changed Changelog.md formatting to use h2. + + +## 0.5.0 / 2019-06-26 + + * Added UTF-32 encoding, both little-endian and big-endian variants (UTF-32LE, UTF32-BE). If endianness + is not provided for decoding, it's deduced automatically from the stream using a heuristic similar to + what we use in UTF-16. (great work in #216 by @kshetline) + * Several minor updates to README (#217 by @oldj, plus some more) + * Added Node versions 10 and 12 to Travis test harness. + + +## 0.4.24 / 2018-08-22 + + * Added MIK encoding (#196, by @Ivan-Kalatchev) + + +## 0.4.23 / 2018-05-07 + + * Fix deprecation warning in Node v10 due to the last usage of `new Buffer` (#185, by @felixbuenemann) + * Switched from NodeBuffer to Buffer in typings (#155 by @felixfbecker, #186 by @larssn) + + +## 0.4.22 / 2018-05-05 + + * Use older semver style for dependencies to be compatible with Node version 0.10 (#182, by @dougwilson) + * Fix tests to accomodate fixes in Node v10 (#182, by @dougwilson) + + +## 0.4.21 / 2018-04-06 + + * Fix encoding canonicalization (#156) + * Fix the paths in the "browser" field in package.json (#174 by @LMLB) + * Removed "contributors" section in package.json - see Git history instead. + + +## 0.4.20 / 2018-04-06 + + * Updated `new Buffer()` usages with recommended replacements as it's being deprecated in Node v10 (#176, #178 by @ChALkeR) + + +## 0.4.19 / 2017-09-09 + + * Fixed iso8859-1 codec regression in handling untranslatable characters (#162, caused by #147) + * Re-generated windows1255 codec, because it was updated in iconv project + * Fixed grammar in error message when iconv-lite is loaded with encoding other than utf8 + + +## 0.4.18 / 2017-06-13 + + * Fixed CESU-8 regression in Node v8. + + +## 0.4.17 / 2017-04-22 + + * Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn) + + +## 0.4.16 / 2017-04-22 + + * Added support for React Native (#150) + * Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the same thing (#147 by @mscdex) + * Fixed typo in Readme (#138 by @jiangzhuo) + * Fixed build for Node v6.10+ by making correct version comparison + * Added a warning if iconv-lite is loaded not as utf-8 (see #142) + + +## 0.4.15 / 2016-11-21 + + * Fixed typescript type definition (#137) + + +## 0.4.14 / 2016-11-20 + + * Preparation for v1.0 + * Added Node v6 and latest Node versions to Travis CI test rig + * Deprecated Node v0.8 support + * Typescript typings (@larssn) + * Fix encoding of Euro character in GB 18030 (inspired by @lygstate) + * Add ms prefix to dbcs windows encodings (@rokoroku) + + +## 0.4.13 / 2015-10-01 + + * Fix silly mistake in deprecation notice. + + +## 0.4.12 / 2015-09-26 + + * Node v4 support: + * Added CESU-8 decoding (#106) + * Added deprecation notice for `extendNodeEncodings` + * Added Travis tests for Node v4 and io.js latest (#105 by @Mithgol) + + +## 0.4.11 / 2015-07-03 + + * Added CESU-8 encoding. + + +## 0.4.10 / 2015-05-26 + + * Changed UTF-16 endianness heuristic to take into account any ASCII chars, not + just spaces. This should minimize the importance of "default" endianness. + + +## 0.4.9 / 2015-05-24 + + * Streamlined BOM handling: strip BOM by default, add BOM when encoding if + addBOM: true. Added docs to Readme. + * UTF16 now uses UTF16-LE by default. + * Fixed minor issue with big5 encoding. + * Added io.js testing on Travis; updated node-iconv version to test against. + Now we just skip testing SBCS encodings that node-iconv doesn't support. + * (internal refactoring) Updated codec interface to use classes. + * Use strict mode in all files. + + +## 0.4.8 / 2015-04-14 + + * added alias UNICODE-1-1-UTF-7 for UTF-7 encoding (#94) + + +## 0.4.7 / 2015-02-05 + + * stop official support of Node.js v0.8. Should still work, but no guarantees. + reason: Packages needed for testing are hard to get on Travis CI. + * work in environment where Object.prototype is monkey patched with enumerable + props (#89). + + +## 0.4.6 / 2015-01-12 + + * fix rare aliases of single-byte encodings (thanks @mscdex) + * double the timeout for dbcs tests to make them less flaky on travis + + +## 0.4.5 / 2014-11-20 + + * fix windows-31j and x-sjis encoding support (@nleush) + * minor fix: undefined variable reference when internal error happens + + +## 0.4.4 / 2014-07-16 + + * added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3) + * fixed streaming base64 encoding + + +## 0.4.3 / 2014-06-14 + + * added encodings UTF-16BE and UTF-16 with BOM + + +## 0.4.2 / 2014-06-12 + + * don't throw exception if `extendNodeEncodings()` is called more than once + + +## 0.4.1 / 2014-06-11 + + * codepage 808 added + + +## 0.4.0 / 2014-06-10 + + * code is rewritten from scratch + * all widespread encodings are supported + * streaming interface added + * browserify compatibility added + * (optional) extend core primitive encodings to make usage even simpler + * moved from vows to mocha as the testing framework + + diff --git a/node_modules/encoding/node_modules/iconv-lite/LICENSE b/node_modules/encoding/node_modules/iconv-lite/LICENSE new file mode 100644 index 0000000..d518d83 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/LICENSE @@ -0,0 +1,21 @@ +Copyright (c) 2011 Alexander Shtuchkin + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. + diff --git a/node_modules/encoding/node_modules/iconv-lite/README.md b/node_modules/encoding/node_modules/iconv-lite/README.md new file mode 100644 index 0000000..3c97f87 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/README.md @@ -0,0 +1,130 @@ +## iconv-lite: Pure JS character encoding conversion + + * No need for native code compilation. Quick to install, works on Windows and in sandboxed environments like [Cloud9](http://c9.io). + * Used in popular projects like [Express.js (body_parser)](https://github.com/expressjs/body-parser), + [Grunt](http://gruntjs.com/), [Nodemailer](http://www.nodemailer.com/), [Yeoman](http://yeoman.io/) and others. + * Faster than [node-iconv](https://github.com/bnoordhuis/node-iconv) (see below for performance comparison). + * Intuitive encode/decode API, including Streaming support. + * In-browser usage via [browserify](https://github.com/substack/node-browserify) or [webpack](https://webpack.js.org/) (~180kb gzip compressed with Buffer shim included). + * Typescript [type definition file](https://github.com/ashtuchkin/iconv-lite/blob/master/lib/index.d.ts) included. + * React Native is supported (need to install `stream` module to enable Streaming API). + * License: MIT. + +[![NPM Stats](https://nodei.co/npm/iconv-lite.png)](https://npmjs.org/package/iconv-lite/) +[![Build Status](https://travis-ci.org/ashtuchkin/iconv-lite.svg?branch=master)](https://travis-ci.org/ashtuchkin/iconv-lite) +[![npm](https://img.shields.io/npm/v/iconv-lite.svg)](https://npmjs.org/package/iconv-lite/) +[![npm downloads](https://img.shields.io/npm/dm/iconv-lite.svg)](https://npmjs.org/package/iconv-lite/) +[![npm bundle size](https://img.shields.io/bundlephobia/min/iconv-lite.svg)](https://npmjs.org/package/iconv-lite/) + +## Usage +### Basic API +```javascript +var iconv = require('iconv-lite'); + +// Convert from an encoded buffer to a js string. +str = iconv.decode(Buffer.from([0x68, 0x65, 0x6c, 0x6c, 0x6f]), 'win1251'); + +// Convert from a js string to an encoded buffer. +buf = iconv.encode("Sample input string", 'win1251'); + +// Check if encoding is supported +iconv.encodingExists("us-ascii") +``` + +### Streaming API +```javascript + +// Decode stream (from binary data stream to js strings) +http.createServer(function(req, res) { + var converterStream = iconv.decodeStream('win1251'); + req.pipe(converterStream); + + converterStream.on('data', function(str) { + console.log(str); // Do something with decoded strings, chunk-by-chunk. + }); +}); + +// Convert encoding streaming example +fs.createReadStream('file-in-win1251.txt') + .pipe(iconv.decodeStream('win1251')) + .pipe(iconv.encodeStream('ucs2')) + .pipe(fs.createWriteStream('file-in-ucs2.txt')); + +// Sugar: all encode/decode streams have .collect(cb) method to accumulate data. +http.createServer(function(req, res) { + req.pipe(iconv.decodeStream('win1251')).collect(function(err, body) { + assert(typeof body == 'string'); + console.log(body); // full request body string + }); +}); +``` + +## Supported encodings + + * All node.js native encodings: utf8, ucs2 / utf16-le, ascii, binary, base64, hex. + * Additional unicode encodings: utf16, utf16-be, utf-7, utf-7-imap, utf32, utf32-le, and utf32-be. + * All widespread singlebyte encodings: Windows 125x family, ISO-8859 family, + IBM/DOS codepages, Macintosh family, KOI8 family, all others supported by iconv library. + Aliases like 'latin1', 'us-ascii' also supported. + * All widespread multibyte encodings: CP932, CP936, CP949, CP950, GB2312, GBK, GB18030, Big5, Shift_JIS, EUC-JP. + +See [all supported encodings on wiki](https://github.com/ashtuchkin/iconv-lite/wiki/Supported-Encodings). + +Most singlebyte encodings are generated automatically from [node-iconv](https://github.com/bnoordhuis/node-iconv). Thank you Ben Noordhuis and libiconv authors! + +Multibyte encodings are generated from [Unicode.org mappings](http://www.unicode.org/Public/MAPPINGS/) and [WHATWG Encoding Standard mappings](http://encoding.spec.whatwg.org/). Thank you, respective authors! + + +## Encoding/decoding speed + +Comparison with node-iconv module (1000x256kb, on MacBook Pro, Core i5/2.6 GHz, Node v0.12.0). +Note: your results may vary, so please always check on your hardware. + + operation iconv@2.1.4 iconv-lite@0.4.7 + ---------------------------------------------------------- + encode('win1251') ~96 Mb/s ~320 Mb/s + decode('win1251') ~95 Mb/s ~246 Mb/s + +## BOM handling + + * Decoding: BOM is stripped by default, unless overridden by passing `stripBOM: false` in options + (f.ex. `iconv.decode(buf, enc, {stripBOM: false})`). + A callback might also be given as a `stripBOM` parameter - it'll be called if BOM character was actually found. + * If you want to detect UTF-8 BOM when decoding other encodings, use [node-autodetect-decoder-stream](https://github.com/danielgindi/node-autodetect-decoder-stream) module. + * Encoding: No BOM added, unless overridden by `addBOM: true` option. + +## UTF-16 Encodings + +This library supports UTF-16LE, UTF-16BE and UTF-16 encodings. First two are straightforward, but UTF-16 is trying to be +smart about endianness in the following ways: + * Decoding: uses BOM and 'spaces heuristic' to determine input endianness. Default is UTF-16LE, but can be + overridden with `defaultEncoding: 'utf-16be'` option. Strips BOM unless `stripBOM: false`. + * Encoding: uses UTF-16LE and writes BOM by default. Use `addBOM: false` to override. + +## UTF-32 Encodings + +This library supports UTF-32LE, UTF-32BE and UTF-32 encodings. Like the UTF-16 encoding above, UTF-32 defaults to UTF-32LE, but uses BOM and 'spaces heuristics' to determine input endianness. + * The default of UTF-32LE can be overridden with the `defaultEncoding: 'utf-32be'` option. Strips BOM unless `stripBOM: false`. + * Encoding: uses UTF-32LE and writes BOM by default. Use `addBOM: false` to override. (`defaultEncoding: 'utf-32be'` can also be used here to change encoding.) + +## Other notes + +When decoding, be sure to supply a Buffer to decode() method, otherwise [bad things usually happen](https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding). +Untranslatable characters are set to � or ?. No transliteration is currently supported. +Node versions 0.10.31 and 0.11.13 are buggy, don't use them (see #65, #77). + +## Testing + +```bash +$ git clone git@github.com:ashtuchkin/iconv-lite.git +$ cd iconv-lite +$ npm install +$ npm test + +$ # To view performance: +$ node test/performance.js + +$ # To view test coverage: +$ npm run coverage +$ open coverage/lcov-report/index.html +``` diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-codec.js b/node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-codec.js new file mode 100644 index 0000000..fa83917 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-codec.js @@ -0,0 +1,597 @@ +"use strict"; +var Buffer = require("safer-buffer").Buffer; + +// Multibyte codec. In this scheme, a character is represented by 1 or more bytes. +// Our codec supports UTF-16 surrogates, extensions for GB18030 and unicode sequences. +// To save memory and loading time, we read table files only when requested. + +exports._dbcs = DBCSCodec; + +var UNASSIGNED = -1, + GB18030_CODE = -2, + SEQ_START = -10, + NODE_START = -1000, + UNASSIGNED_NODE = new Array(0x100), + DEF_CHAR = -1; + +for (var i = 0; i < 0x100; i++) + UNASSIGNED_NODE[i] = UNASSIGNED; + + +// Class DBCSCodec reads and initializes mapping tables. +function DBCSCodec(codecOptions, iconv) { + this.encodingName = codecOptions.encodingName; + if (!codecOptions) + throw new Error("DBCS codec is called without the data.") + if (!codecOptions.table) + throw new Error("Encoding '" + this.encodingName + "' has no data."); + + // Load tables. + var mappingTable = codecOptions.table(); + + + // Decode tables: MBCS -> Unicode. + + // decodeTables is a trie, encoded as an array of arrays of integers. Internal arrays are trie nodes and all have len = 256. + // Trie root is decodeTables[0]. + // Values: >= 0 -> unicode character code. can be > 0xFFFF + // == UNASSIGNED -> unknown/unassigned sequence. + // == GB18030_CODE -> this is the end of a GB18030 4-byte sequence. + // <= NODE_START -> index of the next node in our trie to process next byte. + // <= SEQ_START -> index of the start of a character code sequence, in decodeTableSeq. + this.decodeTables = []; + this.decodeTables[0] = UNASSIGNED_NODE.slice(0); // Create root node. + + // Sometimes a MBCS char corresponds to a sequence of unicode chars. We store them as arrays of integers here. + this.decodeTableSeq = []; + + // Actual mapping tables consist of chunks. Use them to fill up decode tables. + for (var i = 0; i < mappingTable.length; i++) + this._addDecodeChunk(mappingTable[i]); + + // Load & create GB18030 tables when needed. + if (typeof codecOptions.gb18030 === 'function') { + this.gb18030 = codecOptions.gb18030(); // Load GB18030 ranges. + + // Add GB18030 common decode nodes. + var commonThirdByteNodeIdx = this.decodeTables.length; + this.decodeTables.push(UNASSIGNED_NODE.slice(0)); + + var commonFourthByteNodeIdx = this.decodeTables.length; + this.decodeTables.push(UNASSIGNED_NODE.slice(0)); + + // Fill out the tree + var firstByteNode = this.decodeTables[0]; + for (var i = 0x81; i <= 0xFE; i++) { + var secondByteNode = this.decodeTables[NODE_START - firstByteNode[i]]; + for (var j = 0x30; j <= 0x39; j++) { + if (secondByteNode[j] === UNASSIGNED) { + secondByteNode[j] = NODE_START - commonThirdByteNodeIdx; + } else if (secondByteNode[j] > NODE_START) { + throw new Error("gb18030 decode tables conflict at byte 2"); + } + + var thirdByteNode = this.decodeTables[NODE_START - secondByteNode[j]]; + for (var k = 0x81; k <= 0xFE; k++) { + if (thirdByteNode[k] === UNASSIGNED) { + thirdByteNode[k] = NODE_START - commonFourthByteNodeIdx; + } else if (thirdByteNode[k] === NODE_START - commonFourthByteNodeIdx) { + continue; + } else if (thirdByteNode[k] > NODE_START) { + throw new Error("gb18030 decode tables conflict at byte 3"); + } + + var fourthByteNode = this.decodeTables[NODE_START - thirdByteNode[k]]; + for (var l = 0x30; l <= 0x39; l++) { + if (fourthByteNode[l] === UNASSIGNED) + fourthByteNode[l] = GB18030_CODE; + } + } + } + } + } + + this.defaultCharUnicode = iconv.defaultCharUnicode; + + + // Encode tables: Unicode -> DBCS. + + // `encodeTable` is array mapping from unicode char to encoded char. All its values are integers for performance. + // Because it can be sparse, it is represented as array of buckets by 256 chars each. Bucket can be null. + // Values: >= 0 -> it is a normal char. Write the value (if <=256 then 1 byte, if <=65536 then 2 bytes, etc.). + // == UNASSIGNED -> no conversion found. Output a default char. + // <= SEQ_START -> it's an index in encodeTableSeq, see below. The character starts a sequence. + this.encodeTable = []; + + // `encodeTableSeq` is used when a sequence of unicode characters is encoded as a single code. We use a tree of + // objects where keys correspond to characters in sequence and leafs are the encoded dbcs values. A special DEF_CHAR key + // means end of sequence (needed when one sequence is a strict subsequence of another). + // Objects are kept separately from encodeTable to increase performance. + this.encodeTableSeq = []; + + // Some chars can be decoded, but need not be encoded. + var skipEncodeChars = {}; + if (codecOptions.encodeSkipVals) + for (var i = 0; i < codecOptions.encodeSkipVals.length; i++) { + var val = codecOptions.encodeSkipVals[i]; + if (typeof val === 'number') + skipEncodeChars[val] = true; + else + for (var j = val.from; j <= val.to; j++) + skipEncodeChars[j] = true; + } + + // Use decode trie to recursively fill out encode tables. + this._fillEncodeTable(0, 0, skipEncodeChars); + + // Add more encoding pairs when needed. + if (codecOptions.encodeAdd) { + for (var uChar in codecOptions.encodeAdd) + if (Object.prototype.hasOwnProperty.call(codecOptions.encodeAdd, uChar)) + this._setEncodeChar(uChar.charCodeAt(0), codecOptions.encodeAdd[uChar]); + } + + this.defCharSB = this.encodeTable[0][iconv.defaultCharSingleByte.charCodeAt(0)]; + if (this.defCharSB === UNASSIGNED) this.defCharSB = this.encodeTable[0]['?']; + if (this.defCharSB === UNASSIGNED) this.defCharSB = "?".charCodeAt(0); +} + +DBCSCodec.prototype.encoder = DBCSEncoder; +DBCSCodec.prototype.decoder = DBCSDecoder; + +// Decoder helpers +DBCSCodec.prototype._getDecodeTrieNode = function(addr) { + var bytes = []; + for (; addr > 0; addr >>>= 8) + bytes.push(addr & 0xFF); + if (bytes.length == 0) + bytes.push(0); + + var node = this.decodeTables[0]; + for (var i = bytes.length-1; i > 0; i--) { // Traverse nodes deeper into the trie. + var val = node[bytes[i]]; + + if (val == UNASSIGNED) { // Create new node. + node[bytes[i]] = NODE_START - this.decodeTables.length; + this.decodeTables.push(node = UNASSIGNED_NODE.slice(0)); + } + else if (val <= NODE_START) { // Existing node. + node = this.decodeTables[NODE_START - val]; + } + else + throw new Error("Overwrite byte in " + this.encodingName + ", addr: " + addr.toString(16)); + } + return node; +} + + +DBCSCodec.prototype._addDecodeChunk = function(chunk) { + // First element of chunk is the hex mbcs code where we start. + var curAddr = parseInt(chunk[0], 16); + + // Choose the decoding node where we'll write our chars. + var writeTable = this._getDecodeTrieNode(curAddr); + curAddr = curAddr & 0xFF; + + // Write all other elements of the chunk to the table. + for (var k = 1; k < chunk.length; k++) { + var part = chunk[k]; + if (typeof part === "string") { // String, write as-is. + for (var l = 0; l < part.length;) { + var code = part.charCodeAt(l++); + if (0xD800 <= code && code < 0xDC00) { // Decode surrogate + var codeTrail = part.charCodeAt(l++); + if (0xDC00 <= codeTrail && codeTrail < 0xE000) + writeTable[curAddr++] = 0x10000 + (code - 0xD800) * 0x400 + (codeTrail - 0xDC00); + else + throw new Error("Incorrect surrogate pair in " + this.encodingName + " at chunk " + chunk[0]); + } + else if (0x0FF0 < code && code <= 0x0FFF) { // Character sequence (our own encoding used) + var len = 0xFFF - code + 2; + var seq = []; + for (var m = 0; m < len; m++) + seq.push(part.charCodeAt(l++)); // Simple variation: don't support surrogates or subsequences in seq. + + writeTable[curAddr++] = SEQ_START - this.decodeTableSeq.length; + this.decodeTableSeq.push(seq); + } + else + writeTable[curAddr++] = code; // Basic char + } + } + else if (typeof part === "number") { // Integer, meaning increasing sequence starting with prev character. + var charCode = writeTable[curAddr - 1] + 1; + for (var l = 0; l < part; l++) + writeTable[curAddr++] = charCode++; + } + else + throw new Error("Incorrect type '" + typeof part + "' given in " + this.encodingName + " at chunk " + chunk[0]); + } + if (curAddr > 0xFF) + throw new Error("Incorrect chunk in " + this.encodingName + " at addr " + chunk[0] + ": too long" + curAddr); +} + +// Encoder helpers +DBCSCodec.prototype._getEncodeBucket = function(uCode) { + var high = uCode >> 8; // This could be > 0xFF because of astral characters. + if (this.encodeTable[high] === undefined) + this.encodeTable[high] = UNASSIGNED_NODE.slice(0); // Create bucket on demand. + return this.encodeTable[high]; +} + +DBCSCodec.prototype._setEncodeChar = function(uCode, dbcsCode) { + var bucket = this._getEncodeBucket(uCode); + var low = uCode & 0xFF; + if (bucket[low] <= SEQ_START) + this.encodeTableSeq[SEQ_START-bucket[low]][DEF_CHAR] = dbcsCode; // There's already a sequence, set a single-char subsequence of it. + else if (bucket[low] == UNASSIGNED) + bucket[low] = dbcsCode; +} + +DBCSCodec.prototype._setEncodeSequence = function(seq, dbcsCode) { + + // Get the root of character tree according to first character of the sequence. + var uCode = seq[0]; + var bucket = this._getEncodeBucket(uCode); + var low = uCode & 0xFF; + + var node; + if (bucket[low] <= SEQ_START) { + // There's already a sequence with - use it. + node = this.encodeTableSeq[SEQ_START-bucket[low]]; + } + else { + // There was no sequence object - allocate a new one. + node = {}; + if (bucket[low] !== UNASSIGNED) node[DEF_CHAR] = bucket[low]; // If a char was set before - make it a single-char subsequence. + bucket[low] = SEQ_START - this.encodeTableSeq.length; + this.encodeTableSeq.push(node); + } + + // Traverse the character tree, allocating new nodes as needed. + for (var j = 1; j < seq.length-1; j++) { + var oldVal = node[uCode]; + if (typeof oldVal === 'object') + node = oldVal; + else { + node = node[uCode] = {} + if (oldVal !== undefined) + node[DEF_CHAR] = oldVal + } + } + + // Set the leaf to given dbcsCode. + uCode = seq[seq.length-1]; + node[uCode] = dbcsCode; +} + +DBCSCodec.prototype._fillEncodeTable = function(nodeIdx, prefix, skipEncodeChars) { + var node = this.decodeTables[nodeIdx]; + var hasValues = false; + var subNodeEmpty = {}; + for (var i = 0; i < 0x100; i++) { + var uCode = node[i]; + var mbCode = prefix + i; + if (skipEncodeChars[mbCode]) + continue; + + if (uCode >= 0) { + this._setEncodeChar(uCode, mbCode); + hasValues = true; + } else if (uCode <= NODE_START) { + var subNodeIdx = NODE_START - uCode; + if (!subNodeEmpty[subNodeIdx]) { // Skip empty subtrees (they are too large in gb18030). + var newPrefix = (mbCode << 8) >>> 0; // NOTE: '>>> 0' keeps 32-bit num positive. + if (this._fillEncodeTable(subNodeIdx, newPrefix, skipEncodeChars)) + hasValues = true; + else + subNodeEmpty[subNodeIdx] = true; + } + } else if (uCode <= SEQ_START) { + this._setEncodeSequence(this.decodeTableSeq[SEQ_START - uCode], mbCode); + hasValues = true; + } + } + return hasValues; +} + + + +// == Encoder ================================================================== + +function DBCSEncoder(options, codec) { + // Encoder state + this.leadSurrogate = -1; + this.seqObj = undefined; + + // Static data + this.encodeTable = codec.encodeTable; + this.encodeTableSeq = codec.encodeTableSeq; + this.defaultCharSingleByte = codec.defCharSB; + this.gb18030 = codec.gb18030; +} + +DBCSEncoder.prototype.write = function(str) { + var newBuf = Buffer.alloc(str.length * (this.gb18030 ? 4 : 3)), + leadSurrogate = this.leadSurrogate, + seqObj = this.seqObj, nextChar = -1, + i = 0, j = 0; + + while (true) { + // 0. Get next character. + if (nextChar === -1) { + if (i == str.length) break; + var uCode = str.charCodeAt(i++); + } + else { + var uCode = nextChar; + nextChar = -1; + } + + // 1. Handle surrogates. + if (0xD800 <= uCode && uCode < 0xE000) { // Char is one of surrogates. + if (uCode < 0xDC00) { // We've got lead surrogate. + if (leadSurrogate === -1) { + leadSurrogate = uCode; + continue; + } else { + leadSurrogate = uCode; + // Double lead surrogate found. + uCode = UNASSIGNED; + } + } else { // We've got trail surrogate. + if (leadSurrogate !== -1) { + uCode = 0x10000 + (leadSurrogate - 0xD800) * 0x400 + (uCode - 0xDC00); + leadSurrogate = -1; + } else { + // Incomplete surrogate pair - only trail surrogate found. + uCode = UNASSIGNED; + } + + } + } + else if (leadSurrogate !== -1) { + // Incomplete surrogate pair - only lead surrogate found. + nextChar = uCode; uCode = UNASSIGNED; // Write an error, then current char. + leadSurrogate = -1; + } + + // 2. Convert uCode character. + var dbcsCode = UNASSIGNED; + if (seqObj !== undefined && uCode != UNASSIGNED) { // We are in the middle of the sequence + var resCode = seqObj[uCode]; + if (typeof resCode === 'object') { // Sequence continues. + seqObj = resCode; + continue; + + } else if (typeof resCode == 'number') { // Sequence finished. Write it. + dbcsCode = resCode; + + } else if (resCode == undefined) { // Current character is not part of the sequence. + + // Try default character for this sequence + resCode = seqObj[DEF_CHAR]; + if (resCode !== undefined) { + dbcsCode = resCode; // Found. Write it. + nextChar = uCode; // Current character will be written too in the next iteration. + + } else { + // TODO: What if we have no default? (resCode == undefined) + // Then, we should write first char of the sequence as-is and try the rest recursively. + // Didn't do it for now because no encoding has this situation yet. + // Currently, just skip the sequence and write current char. + } + } + seqObj = undefined; + } + else if (uCode >= 0) { // Regular character + var subtable = this.encodeTable[uCode >> 8]; + if (subtable !== undefined) + dbcsCode = subtable[uCode & 0xFF]; + + if (dbcsCode <= SEQ_START) { // Sequence start + seqObj = this.encodeTableSeq[SEQ_START-dbcsCode]; + continue; + } + + if (dbcsCode == UNASSIGNED && this.gb18030) { + // Use GB18030 algorithm to find character(s) to write. + var idx = findIdx(this.gb18030.uChars, uCode); + if (idx != -1) { + var dbcsCode = this.gb18030.gbChars[idx] + (uCode - this.gb18030.uChars[idx]); + newBuf[j++] = 0x81 + Math.floor(dbcsCode / 12600); dbcsCode = dbcsCode % 12600; + newBuf[j++] = 0x30 + Math.floor(dbcsCode / 1260); dbcsCode = dbcsCode % 1260; + newBuf[j++] = 0x81 + Math.floor(dbcsCode / 10); dbcsCode = dbcsCode % 10; + newBuf[j++] = 0x30 + dbcsCode; + continue; + } + } + } + + // 3. Write dbcsCode character. + if (dbcsCode === UNASSIGNED) + dbcsCode = this.defaultCharSingleByte; + + if (dbcsCode < 0x100) { + newBuf[j++] = dbcsCode; + } + else if (dbcsCode < 0x10000) { + newBuf[j++] = dbcsCode >> 8; // high byte + newBuf[j++] = dbcsCode & 0xFF; // low byte + } + else if (dbcsCode < 0x1000000) { + newBuf[j++] = dbcsCode >> 16; + newBuf[j++] = (dbcsCode >> 8) & 0xFF; + newBuf[j++] = dbcsCode & 0xFF; + } else { + newBuf[j++] = dbcsCode >>> 24; + newBuf[j++] = (dbcsCode >>> 16) & 0xFF; + newBuf[j++] = (dbcsCode >>> 8) & 0xFF; + newBuf[j++] = dbcsCode & 0xFF; + } + } + + this.seqObj = seqObj; + this.leadSurrogate = leadSurrogate; + return newBuf.slice(0, j); +} + +DBCSEncoder.prototype.end = function() { + if (this.leadSurrogate === -1 && this.seqObj === undefined) + return; // All clean. Most often case. + + var newBuf = Buffer.alloc(10), j = 0; + + if (this.seqObj) { // We're in the sequence. + var dbcsCode = this.seqObj[DEF_CHAR]; + if (dbcsCode !== undefined) { // Write beginning of the sequence. + if (dbcsCode < 0x100) { + newBuf[j++] = dbcsCode; + } + else { + newBuf[j++] = dbcsCode >> 8; // high byte + newBuf[j++] = dbcsCode & 0xFF; // low byte + } + } else { + // See todo above. + } + this.seqObj = undefined; + } + + if (this.leadSurrogate !== -1) { + // Incomplete surrogate pair - only lead surrogate found. + newBuf[j++] = this.defaultCharSingleByte; + this.leadSurrogate = -1; + } + + return newBuf.slice(0, j); +} + +// Export for testing +DBCSEncoder.prototype.findIdx = findIdx; + + +// == Decoder ================================================================== + +function DBCSDecoder(options, codec) { + // Decoder state + this.nodeIdx = 0; + this.prevBytes = []; + + // Static data + this.decodeTables = codec.decodeTables; + this.decodeTableSeq = codec.decodeTableSeq; + this.defaultCharUnicode = codec.defaultCharUnicode; + this.gb18030 = codec.gb18030; +} + +DBCSDecoder.prototype.write = function(buf) { + var newBuf = Buffer.alloc(buf.length*2), + nodeIdx = this.nodeIdx, + prevBytes = this.prevBytes, prevOffset = this.prevBytes.length, + seqStart = -this.prevBytes.length, // idx of the start of current parsed sequence. + uCode; + + for (var i = 0, j = 0; i < buf.length; i++) { + var curByte = (i >= 0) ? buf[i] : prevBytes[i + prevOffset]; + + // Lookup in current trie node. + var uCode = this.decodeTables[nodeIdx][curByte]; + + if (uCode >= 0) { + // Normal character, just use it. + } + else if (uCode === UNASSIGNED) { // Unknown char. + // TODO: Callback with seq. + uCode = this.defaultCharUnicode.charCodeAt(0); + i = seqStart; // Skip one byte ('i' will be incremented by the for loop) and try to parse again. + } + else if (uCode === GB18030_CODE) { + if (i >= 3) { + var ptr = (buf[i-3]-0x81)*12600 + (buf[i-2]-0x30)*1260 + (buf[i-1]-0x81)*10 + (curByte-0x30); + } else { + var ptr = (prevBytes[i-3+prevOffset]-0x81)*12600 + + (((i-2 >= 0) ? buf[i-2] : prevBytes[i-2+prevOffset])-0x30)*1260 + + (((i-1 >= 0) ? buf[i-1] : prevBytes[i-1+prevOffset])-0x81)*10 + + (curByte-0x30); + } + var idx = findIdx(this.gb18030.gbChars, ptr); + uCode = this.gb18030.uChars[idx] + ptr - this.gb18030.gbChars[idx]; + } + else if (uCode <= NODE_START) { // Go to next trie node. + nodeIdx = NODE_START - uCode; + continue; + } + else if (uCode <= SEQ_START) { // Output a sequence of chars. + var seq = this.decodeTableSeq[SEQ_START - uCode]; + for (var k = 0; k < seq.length - 1; k++) { + uCode = seq[k]; + newBuf[j++] = uCode & 0xFF; + newBuf[j++] = uCode >> 8; + } + uCode = seq[seq.length-1]; + } + else + throw new Error("iconv-lite internal error: invalid decoding table value " + uCode + " at " + nodeIdx + "/" + curByte); + + // Write the character to buffer, handling higher planes using surrogate pair. + if (uCode >= 0x10000) { + uCode -= 0x10000; + var uCodeLead = 0xD800 | (uCode >> 10); + newBuf[j++] = uCodeLead & 0xFF; + newBuf[j++] = uCodeLead >> 8; + + uCode = 0xDC00 | (uCode & 0x3FF); + } + newBuf[j++] = uCode & 0xFF; + newBuf[j++] = uCode >> 8; + + // Reset trie node. + nodeIdx = 0; seqStart = i+1; + } + + this.nodeIdx = nodeIdx; + this.prevBytes = (seqStart >= 0) + ? Array.prototype.slice.call(buf, seqStart) + : prevBytes.slice(seqStart + prevOffset).concat(Array.prototype.slice.call(buf)); + + return newBuf.slice(0, j).toString('ucs2'); +} + +DBCSDecoder.prototype.end = function() { + var ret = ''; + + // Try to parse all remaining chars. + while (this.prevBytes.length > 0) { + // Skip 1 character in the buffer. + ret += this.defaultCharUnicode; + var bytesArr = this.prevBytes.slice(1); + + // Parse remaining as usual. + this.prevBytes = []; + this.nodeIdx = 0; + if (bytesArr.length > 0) + ret += this.write(bytesArr); + } + + this.prevBytes = []; + this.nodeIdx = 0; + return ret; +} + +// Binary search for GB18030. Returns largest i such that table[i] <= val. +function findIdx(table, val) { + if (table[0] > val) + return -1; + + var l = 0, r = table.length; + while (l < r-1) { // always table[l] <= val < table[r] + var mid = l + ((r-l+1) >> 1); + if (table[mid] <= val) + l = mid; + else + r = mid; + } + return l; +} + diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-data.js b/node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-data.js new file mode 100644 index 0000000..0d17e58 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-data.js @@ -0,0 +1,188 @@ +"use strict"; + +// Description of supported double byte encodings and aliases. +// Tables are not require()-d until they are needed to speed up library load. +// require()-s are direct to support Browserify. + +module.exports = { + + // == Japanese/ShiftJIS ==================================================== + // All japanese encodings are based on JIS X set of standards: + // JIS X 0201 - Single-byte encoding of ASCII + ¥ + Kana chars at 0xA1-0xDF. + // JIS X 0208 - Main set of 6879 characters, placed in 94x94 plane, to be encoded by 2 bytes. + // Has several variations in 1978, 1983, 1990 and 1997. + // JIS X 0212 - Supplementary plane of 6067 chars in 94x94 plane. 1990. Effectively dead. + // JIS X 0213 - Extension and modern replacement of 0208 and 0212. Total chars: 11233. + // 2 planes, first is superset of 0208, second - revised 0212. + // Introduced in 2000, revised 2004. Some characters are in Unicode Plane 2 (0x2xxxx) + + // Byte encodings are: + // * Shift_JIS: Compatible with 0201, uses not defined chars in top half as lead bytes for double-byte + // encoding of 0208. Lead byte ranges: 0x81-0x9F, 0xE0-0xEF; Trail byte ranges: 0x40-0x7E, 0x80-0x9E, 0x9F-0xFC. + // Windows CP932 is a superset of Shift_JIS. Some companies added more chars, notably KDDI. + // * EUC-JP: Up to 3 bytes per character. Used mostly on *nixes. + // 0x00-0x7F - lower part of 0201 + // 0x8E, 0xA1-0xDF - upper part of 0201 + // (0xA1-0xFE)x2 - 0208 plane (94x94). + // 0x8F, (0xA1-0xFE)x2 - 0212 plane (94x94). + // * JIS X 208: 7-bit, direct encoding of 0208. Byte ranges: 0x21-0x7E (94 values). Uncommon. + // Used as-is in ISO2022 family. + // * ISO2022-JP: Stateful encoding, with escape sequences to switch between ASCII, + // 0201-1976 Roman, 0208-1978, 0208-1983. + // * ISO2022-JP-1: Adds esc seq for 0212-1990. + // * ISO2022-JP-2: Adds esc seq for GB2313-1980, KSX1001-1992, ISO8859-1, ISO8859-7. + // * ISO2022-JP-3: Adds esc seq for 0201-1976 Kana set, 0213-2000 Planes 1, 2. + // * ISO2022-JP-2004: Adds 0213-2004 Plane 1. + // + // After JIS X 0213 appeared, Shift_JIS-2004, EUC-JISX0213 and ISO2022-JP-2004 followed, with just changing the planes. + // + // Overall, it seems that it's a mess :( http://www8.plala.or.jp/tkubota1/unicode-symbols-map2.html + + 'shiftjis': { + type: '_dbcs', + table: function() { return require('./tables/shiftjis.json') }, + encodeAdd: {'\u00a5': 0x5C, '\u203E': 0x7E}, + encodeSkipVals: [{from: 0xED40, to: 0xF940}], + }, + 'csshiftjis': 'shiftjis', + 'mskanji': 'shiftjis', + 'sjis': 'shiftjis', + 'windows31j': 'shiftjis', + 'ms31j': 'shiftjis', + 'xsjis': 'shiftjis', + 'windows932': 'shiftjis', + 'ms932': 'shiftjis', + '932': 'shiftjis', + 'cp932': 'shiftjis', + + 'eucjp': { + type: '_dbcs', + table: function() { return require('./tables/eucjp.json') }, + encodeAdd: {'\u00a5': 0x5C, '\u203E': 0x7E}, + }, + + // TODO: KDDI extension to Shift_JIS + // TODO: IBM CCSID 942 = CP932, but F0-F9 custom chars and other char changes. + // TODO: IBM CCSID 943 = Shift_JIS = CP932 with original Shift_JIS lower 128 chars. + + + // == Chinese/GBK ========================================================== + // http://en.wikipedia.org/wiki/GBK + // We mostly implement W3C recommendation: https://www.w3.org/TR/encoding/#gbk-encoder + + // Oldest GB2312 (1981, ~7600 chars) is a subset of CP936 + 'gb2312': 'cp936', + 'gb231280': 'cp936', + 'gb23121980': 'cp936', + 'csgb2312': 'cp936', + 'csiso58gb231280': 'cp936', + 'euccn': 'cp936', + + // Microsoft's CP936 is a subset and approximation of GBK. + 'windows936': 'cp936', + 'ms936': 'cp936', + '936': 'cp936', + 'cp936': { + type: '_dbcs', + table: function() { return require('./tables/cp936.json') }, + }, + + // GBK (~22000 chars) is an extension of CP936 that added user-mapped chars and some other. + 'gbk': { + type: '_dbcs', + table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) }, + }, + 'xgbk': 'gbk', + 'isoir58': 'gbk', + + // GB18030 is an algorithmic extension of GBK. + // Main source: https://www.w3.org/TR/encoding/#gbk-encoder + // http://icu-project.org/docs/papers/gb18030.html + // http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030-2000.xml + // http://www.khngai.com/chinese/charmap/tblgbk.php?page=0 + 'gb18030': { + type: '_dbcs', + table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) }, + gb18030: function() { return require('./tables/gb18030-ranges.json') }, + encodeSkipVals: [0x80], + encodeAdd: {'€': 0xA2E3}, + }, + + 'chinese': 'gb18030', + + + // == Korean =============================================================== + // EUC-KR, KS_C_5601 and KS X 1001 are exactly the same. + 'windows949': 'cp949', + 'ms949': 'cp949', + '949': 'cp949', + 'cp949': { + type: '_dbcs', + table: function() { return require('./tables/cp949.json') }, + }, + + 'cseuckr': 'cp949', + 'csksc56011987': 'cp949', + 'euckr': 'cp949', + 'isoir149': 'cp949', + 'korean': 'cp949', + 'ksc56011987': 'cp949', + 'ksc56011989': 'cp949', + 'ksc5601': 'cp949', + + + // == Big5/Taiwan/Hong Kong ================================================ + // There are lots of tables for Big5 and cp950. Please see the following links for history: + // http://moztw.org/docs/big5/ http://www.haible.de/bruno/charsets/conversion-tables/Big5.html + // Variations, in roughly number of defined chars: + // * Windows CP 950: Microsoft variant of Big5. Canonical: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT + // * Windows CP 951: Microsoft variant of Big5-HKSCS-2001. Seems to be never public. http://me.abelcheung.org/articles/research/what-is-cp951/ + // * Big5-2003 (Taiwan standard) almost superset of cp950. + // * Unicode-at-on (UAO) / Mozilla 1.8. Falling out of use on the Web. Not supported by other browsers. + // * Big5-HKSCS (-2001, -2004, -2008). Hong Kong standard. + // many unicode code points moved from PUA to Supplementary plane (U+2XXXX) over the years. + // Plus, it has 4 combining sequences. + // Seems that Mozilla refused to support it for 10 yrs. https://bugzilla.mozilla.org/show_bug.cgi?id=162431 https://bugzilla.mozilla.org/show_bug.cgi?id=310299 + // because big5-hkscs is the only encoding to include astral characters in non-algorithmic way. + // Implementations are not consistent within browsers; sometimes labeled as just big5. + // MS Internet Explorer switches from big5 to big5-hkscs when a patch applied. + // Great discussion & recap of what's going on https://bugzilla.mozilla.org/show_bug.cgi?id=912470#c31 + // In the encoder, it might make sense to support encoding old PUA mappings to Big5 bytes seq-s. + // Official spec: http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/terms/doc/2003cmp_2008.txt + // http://www.ogcio.gov.hk/tc/business/tech_promotion/ccli/terms/doc/hkscs-2008-big5-iso.txt + // + // Current understanding of how to deal with Big5(-HKSCS) is in the Encoding Standard, http://encoding.spec.whatwg.org/#big5-encoder + // Unicode mapping (http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT) is said to be wrong. + + 'windows950': 'cp950', + 'ms950': 'cp950', + '950': 'cp950', + 'cp950': { + type: '_dbcs', + table: function() { return require('./tables/cp950.json') }, + }, + + // Big5 has many variations and is an extension of cp950. We use Encoding Standard's as a consensus. + 'big5': 'big5hkscs', + 'big5hkscs': { + type: '_dbcs', + table: function() { return require('./tables/cp950.json').concat(require('./tables/big5-added.json')) }, + encodeSkipVals: [ + // Although Encoding Standard says we should avoid encoding to HKSCS area (See Step 1 of + // https://encoding.spec.whatwg.org/#index-big5-pointer), we still do it to increase compatibility with ICU. + // But if a single unicode point can be encoded both as HKSCS and regular Big5, we prefer the latter. + 0x8e69, 0x8e6f, 0x8e7e, 0x8eab, 0x8eb4, 0x8ecd, 0x8ed0, 0x8f57, 0x8f69, 0x8f6e, 0x8fcb, 0x8ffe, + 0x906d, 0x907a, 0x90c4, 0x90dc, 0x90f1, 0x91bf, 0x92af, 0x92b0, 0x92b1, 0x92b2, 0x92d1, 0x9447, 0x94ca, + 0x95d9, 0x96fc, 0x9975, 0x9b76, 0x9b78, 0x9b7b, 0x9bc6, 0x9bde, 0x9bec, 0x9bf6, 0x9c42, 0x9c53, 0x9c62, + 0x9c68, 0x9c6b, 0x9c77, 0x9cbc, 0x9cbd, 0x9cd0, 0x9d57, 0x9d5a, 0x9dc4, 0x9def, 0x9dfb, 0x9ea9, 0x9eef, + 0x9efd, 0x9f60, 0x9fcb, 0xa077, 0xa0dc, 0xa0df, 0x8fcc, 0x92c8, 0x9644, 0x96ed, + + // Step 2 of https://encoding.spec.whatwg.org/#index-big5-pointer: Use last pointer for U+2550, U+255E, U+2561, U+256A, U+5341, or U+5345 + 0xa2a4, 0xa2a5, 0xa2a7, 0xa2a6, 0xa2cc, 0xa2ce, + ], + }, + + 'cnbig5': 'big5hkscs', + 'csbig5': 'big5hkscs', + 'xxbig5': 'big5hkscs', +}; diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/index.js b/node_modules/encoding/node_modules/iconv-lite/encodings/index.js new file mode 100644 index 0000000..d95c244 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/index.js @@ -0,0 +1,23 @@ +"use strict"; + +// Update this array if you add/rename/remove files in this directory. +// We support Browserify by skipping automatic module discovery and requiring modules directly. +var modules = [ + require("./internal"), + require("./utf32"), + require("./utf16"), + require("./utf7"), + require("./sbcs-codec"), + require("./sbcs-data"), + require("./sbcs-data-generated"), + require("./dbcs-codec"), + require("./dbcs-data"), +]; + +// Put all encoding/alias/codec definitions to single object and export it. +for (var i = 0; i < modules.length; i++) { + var module = modules[i]; + for (var enc in module) + if (Object.prototype.hasOwnProperty.call(module, enc)) + exports[enc] = module[enc]; +} diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/internal.js b/node_modules/encoding/node_modules/iconv-lite/encodings/internal.js new file mode 100644 index 0000000..dc1074f --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/internal.js @@ -0,0 +1,198 @@ +"use strict"; +var Buffer = require("safer-buffer").Buffer; + +// Export Node.js internal encodings. + +module.exports = { + // Encodings + utf8: { type: "_internal", bomAware: true}, + cesu8: { type: "_internal", bomAware: true}, + unicode11utf8: "utf8", + + ucs2: { type: "_internal", bomAware: true}, + utf16le: "ucs2", + + binary: { type: "_internal" }, + base64: { type: "_internal" }, + hex: { type: "_internal" }, + + // Codec. + _internal: InternalCodec, +}; + +//------------------------------------------------------------------------------ + +function InternalCodec(codecOptions, iconv) { + this.enc = codecOptions.encodingName; + this.bomAware = codecOptions.bomAware; + + if (this.enc === "base64") + this.encoder = InternalEncoderBase64; + else if (this.enc === "cesu8") { + this.enc = "utf8"; // Use utf8 for decoding. + this.encoder = InternalEncoderCesu8; + + // Add decoder for versions of Node not supporting CESU-8 + if (Buffer.from('eda0bdedb2a9', 'hex').toString() !== '💩') { + this.decoder = InternalDecoderCesu8; + this.defaultCharUnicode = iconv.defaultCharUnicode; + } + } +} + +InternalCodec.prototype.encoder = InternalEncoder; +InternalCodec.prototype.decoder = InternalDecoder; + +//------------------------------------------------------------------------------ + +// We use node.js internal decoder. Its signature is the same as ours. +var StringDecoder = require('string_decoder').StringDecoder; + +if (!StringDecoder.prototype.end) // Node v0.8 doesn't have this method. + StringDecoder.prototype.end = function() {}; + + +function InternalDecoder(options, codec) { + this.decoder = new StringDecoder(codec.enc); +} + +InternalDecoder.prototype.write = function(buf) { + if (!Buffer.isBuffer(buf)) { + buf = Buffer.from(buf); + } + + return this.decoder.write(buf); +} + +InternalDecoder.prototype.end = function() { + return this.decoder.end(); +} + + +//------------------------------------------------------------------------------ +// Encoder is mostly trivial + +function InternalEncoder(options, codec) { + this.enc = codec.enc; +} + +InternalEncoder.prototype.write = function(str) { + return Buffer.from(str, this.enc); +} + +InternalEncoder.prototype.end = function() { +} + + +//------------------------------------------------------------------------------ +// Except base64 encoder, which must keep its state. + +function InternalEncoderBase64(options, codec) { + this.prevStr = ''; +} + +InternalEncoderBase64.prototype.write = function(str) { + str = this.prevStr + str; + var completeQuads = str.length - (str.length % 4); + this.prevStr = str.slice(completeQuads); + str = str.slice(0, completeQuads); + + return Buffer.from(str, "base64"); +} + +InternalEncoderBase64.prototype.end = function() { + return Buffer.from(this.prevStr, "base64"); +} + + +//------------------------------------------------------------------------------ +// CESU-8 encoder is also special. + +function InternalEncoderCesu8(options, codec) { +} + +InternalEncoderCesu8.prototype.write = function(str) { + var buf = Buffer.alloc(str.length * 3), bufIdx = 0; + for (var i = 0; i < str.length; i++) { + var charCode = str.charCodeAt(i); + // Naive implementation, but it works because CESU-8 is especially easy + // to convert from UTF-16 (which all JS strings are encoded in). + if (charCode < 0x80) + buf[bufIdx++] = charCode; + else if (charCode < 0x800) { + buf[bufIdx++] = 0xC0 + (charCode >>> 6); + buf[bufIdx++] = 0x80 + (charCode & 0x3f); + } + else { // charCode will always be < 0x10000 in javascript. + buf[bufIdx++] = 0xE0 + (charCode >>> 12); + buf[bufIdx++] = 0x80 + ((charCode >>> 6) & 0x3f); + buf[bufIdx++] = 0x80 + (charCode & 0x3f); + } + } + return buf.slice(0, bufIdx); +} + +InternalEncoderCesu8.prototype.end = function() { +} + +//------------------------------------------------------------------------------ +// CESU-8 decoder is not implemented in Node v4.0+ + +function InternalDecoderCesu8(options, codec) { + this.acc = 0; + this.contBytes = 0; + this.accBytes = 0; + this.defaultCharUnicode = codec.defaultCharUnicode; +} + +InternalDecoderCesu8.prototype.write = function(buf) { + var acc = this.acc, contBytes = this.contBytes, accBytes = this.accBytes, + res = ''; + for (var i = 0; i < buf.length; i++) { + var curByte = buf[i]; + if ((curByte & 0xC0) !== 0x80) { // Leading byte + if (contBytes > 0) { // Previous code is invalid + res += this.defaultCharUnicode; + contBytes = 0; + } + + if (curByte < 0x80) { // Single-byte code + res += String.fromCharCode(curByte); + } else if (curByte < 0xE0) { // Two-byte code + acc = curByte & 0x1F; + contBytes = 1; accBytes = 1; + } else if (curByte < 0xF0) { // Three-byte code + acc = curByte & 0x0F; + contBytes = 2; accBytes = 1; + } else { // Four or more are not supported for CESU-8. + res += this.defaultCharUnicode; + } + } else { // Continuation byte + if (contBytes > 0) { // We're waiting for it. + acc = (acc << 6) | (curByte & 0x3f); + contBytes--; accBytes++; + if (contBytes === 0) { + // Check for overlong encoding, but support Modified UTF-8 (encoding NULL as C0 80) + if (accBytes === 2 && acc < 0x80 && acc > 0) + res += this.defaultCharUnicode; + else if (accBytes === 3 && acc < 0x800) + res += this.defaultCharUnicode; + else + // Actually add character. + res += String.fromCharCode(acc); + } + } else { // Unexpected continuation byte + res += this.defaultCharUnicode; + } + } + } + this.acc = acc; this.contBytes = contBytes; this.accBytes = accBytes; + return res; +} + +InternalDecoderCesu8.prototype.end = function() { + var res = 0; + if (this.contBytes > 0) + res += this.defaultCharUnicode; + return res; +} diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-codec.js b/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-codec.js new file mode 100644 index 0000000..abac5ff --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-codec.js @@ -0,0 +1,72 @@ +"use strict"; +var Buffer = require("safer-buffer").Buffer; + +// Single-byte codec. Needs a 'chars' string parameter that contains 256 or 128 chars that +// correspond to encoded bytes (if 128 - then lower half is ASCII). + +exports._sbcs = SBCSCodec; +function SBCSCodec(codecOptions, iconv) { + if (!codecOptions) + throw new Error("SBCS codec is called without the data.") + + // Prepare char buffer for decoding. + if (!codecOptions.chars || (codecOptions.chars.length !== 128 && codecOptions.chars.length !== 256)) + throw new Error("Encoding '"+codecOptions.type+"' has incorrect 'chars' (must be of len 128 or 256)"); + + if (codecOptions.chars.length === 128) { + var asciiString = ""; + for (var i = 0; i < 128; i++) + asciiString += String.fromCharCode(i); + codecOptions.chars = asciiString + codecOptions.chars; + } + + this.decodeBuf = Buffer.from(codecOptions.chars, 'ucs2'); + + // Encoding buffer. + var encodeBuf = Buffer.alloc(65536, iconv.defaultCharSingleByte.charCodeAt(0)); + + for (var i = 0; i < codecOptions.chars.length; i++) + encodeBuf[codecOptions.chars.charCodeAt(i)] = i; + + this.encodeBuf = encodeBuf; +} + +SBCSCodec.prototype.encoder = SBCSEncoder; +SBCSCodec.prototype.decoder = SBCSDecoder; + + +function SBCSEncoder(options, codec) { + this.encodeBuf = codec.encodeBuf; +} + +SBCSEncoder.prototype.write = function(str) { + var buf = Buffer.alloc(str.length); + for (var i = 0; i < str.length; i++) + buf[i] = this.encodeBuf[str.charCodeAt(i)]; + + return buf; +} + +SBCSEncoder.prototype.end = function() { +} + + +function SBCSDecoder(options, codec) { + this.decodeBuf = codec.decodeBuf; +} + +SBCSDecoder.prototype.write = function(buf) { + // Strings are immutable in JS -> we use ucs2 buffer to speed up computations. + var decodeBuf = this.decodeBuf; + var newBuf = Buffer.alloc(buf.length*2); + var idx1 = 0, idx2 = 0; + for (var i = 0; i < buf.length; i++) { + idx1 = buf[i]*2; idx2 = i*2; + newBuf[idx2] = decodeBuf[idx1]; + newBuf[idx2+1] = decodeBuf[idx1+1]; + } + return newBuf.toString('ucs2'); +} + +SBCSDecoder.prototype.end = function() { +} diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js b/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js new file mode 100644 index 0000000..9b48236 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js @@ -0,0 +1,451 @@ +"use strict"; + +// Generated data for sbcs codec. Don't edit manually. Regenerate using generation/gen-sbcs.js script. +module.exports = { + "437": "cp437", + "737": "cp737", + "775": "cp775", + "850": "cp850", + "852": "cp852", + "855": "cp855", + "856": "cp856", + "857": "cp857", + "858": "cp858", + "860": "cp860", + "861": "cp861", + "862": "cp862", + "863": "cp863", + "864": "cp864", + "865": "cp865", + "866": "cp866", + "869": "cp869", + "874": "windows874", + "922": "cp922", + "1046": "cp1046", + "1124": "cp1124", + "1125": "cp1125", + "1129": "cp1129", + "1133": "cp1133", + "1161": "cp1161", + "1162": "cp1162", + "1163": "cp1163", + "1250": "windows1250", + "1251": "windows1251", + "1252": "windows1252", + "1253": "windows1253", + "1254": "windows1254", + "1255": "windows1255", + "1256": "windows1256", + "1257": "windows1257", + "1258": "windows1258", + "28591": "iso88591", + "28592": "iso88592", + "28593": "iso88593", + "28594": "iso88594", + "28595": "iso88595", + "28596": "iso88596", + "28597": "iso88597", + "28598": "iso88598", + "28599": "iso88599", + "28600": "iso885910", + "28601": "iso885911", + "28603": "iso885913", + "28604": "iso885914", + "28605": "iso885915", + "28606": "iso885916", + "windows874": { + "type": "_sbcs", + "chars": "€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" + }, + "win874": "windows874", + "cp874": "windows874", + "windows1250": { + "type": "_sbcs", + "chars": "€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙" + }, + "win1250": "windows1250", + "cp1250": "windows1250", + "windows1251": { + "type": "_sbcs", + "chars": "ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" + }, + "win1251": "windows1251", + "cp1251": "windows1251", + "windows1252": { + "type": "_sbcs", + "chars": "€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" + }, + "win1252": "windows1252", + "cp1252": "windows1252", + "windows1253": { + "type": "_sbcs", + "chars": "€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�" + }, + "win1253": "windows1253", + "cp1253": "windows1253", + "windows1254": { + "type": "_sbcs", + "chars": "€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ" + }, + "win1254": "windows1254", + "cp1254": "windows1254", + "windows1255": { + "type": "_sbcs", + "chars": "€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�" + }, + "win1255": "windows1255", + "cp1255": "windows1255", + "windows1256": { + "type": "_sbcs", + "chars": "€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے" + }, + "win1256": "windows1256", + "cp1256": "windows1256", + "windows1257": { + "type": "_sbcs", + "chars": "€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙" + }, + "win1257": "windows1257", + "cp1257": "windows1257", + "windows1258": { + "type": "_sbcs", + "chars": "€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" + }, + "win1258": "windows1258", + "cp1258": "windows1258", + "iso88591": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" + }, + "cp28591": "iso88591", + "iso88592": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙" + }, + "cp28592": "iso88592", + "iso88593": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�ݰħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙" + }, + "cp28593": "iso88593", + "iso88594": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤Ĩϧ¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩšēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖרŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙" + }, + "cp28594": "iso88594", + "iso88595": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ" + }, + "cp28595": "iso88595", + "iso88596": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������" + }, + "cp28596": "iso88596", + "iso88597": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�" + }, + "cp28597": "iso88597", + "iso88598": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�" + }, + "cp28598": "iso88598", + "iso88599": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ" + }, + "cp28599": "iso88599", + "iso885910": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨͧĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ" + }, + "cp28600": "iso885910", + "iso885911": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" + }, + "cp28601": "iso885911", + "iso885913": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’" + }, + "cp28603": "iso885913", + "iso885914": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ" + }, + "cp28604": "iso885914", + "iso885915": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" + }, + "cp28605": "iso885915", + "iso885916": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Чš©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ" + }, + "cp28606": "iso885916", + "cp437": { + "type": "_sbcs", + "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " + }, + "ibm437": "cp437", + "csibm437": "cp437", + "cp737": { + "type": "_sbcs", + "chars": "ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ " + }, + "ibm737": "cp737", + "csibm737": "cp737", + "cp775": { + "type": "_sbcs", + "chars": "ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ " + }, + "ibm775": "cp775", + "csibm775": "cp775", + "cp850": { + "type": "_sbcs", + "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ " + }, + "ibm850": "cp850", + "csibm850": "cp850", + "cp852": { + "type": "_sbcs", + "chars": "ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ " + }, + "ibm852": "cp852", + "csibm852": "cp852", + "cp855": { + "type": "_sbcs", + "chars": "ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ " + }, + "ibm855": "cp855", + "csibm855": "cp855", + "cp856": { + "type": "_sbcs", + "chars": "אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ " + }, + "ibm856": "cp856", + "csibm856": "cp856", + "cp857": { + "type": "_sbcs", + "chars": "ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ " + }, + "ibm857": "cp857", + "csibm857": "cp857", + "cp858": { + "type": "_sbcs", + "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ " + }, + "ibm858": "cp858", + "csibm858": "cp858", + "cp860": { + "type": "_sbcs", + "chars": "ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " + }, + "ibm860": "cp860", + "csibm860": "cp860", + "cp861": { + "type": "_sbcs", + "chars": "ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " + }, + "ibm861": "cp861", + "csibm861": "cp861", + "cp862": { + "type": "_sbcs", + "chars": "אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " + }, + "ibm862": "cp862", + "csibm862": "cp862", + "cp863": { + "type": "_sbcs", + "chars": "ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " + }, + "ibm863": "cp863", + "csibm863": "cp863", + "cp864": { + "type": "_sbcs", + "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�" + }, + "ibm864": "cp864", + "csibm864": "cp864", + "cp865": { + "type": "_sbcs", + "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " + }, + "ibm865": "cp865", + "csibm865": "cp865", + "cp866": { + "type": "_sbcs", + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ " + }, + "ibm866": "cp866", + "csibm866": "cp866", + "cp869": { + "type": "_sbcs", + "chars": "������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ " + }, + "ibm869": "cp869", + "csibm869": "cp869", + "cp922": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖרÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ" + }, + "ibm922": "cp922", + "csibm922": "cp922", + "cp1046": { + "type": "_sbcs", + "chars": "ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�" + }, + "ibm1046": "cp1046", + "csibm1046": "cp1046", + "cp1124": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ" + }, + "ibm1124": "cp1124", + "csibm1124": "cp1124", + "cp1125": { + "type": "_sbcs", + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ " + }, + "ibm1125": "cp1125", + "csibm1125": "cp1125", + "cp1129": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" + }, + "ibm1129": "cp1129", + "csibm1129": "cp1129", + "cp1133": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�" + }, + "ibm1133": "cp1133", + "csibm1133": "cp1133", + "cp1161": { + "type": "_sbcs", + "chars": "��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ " + }, + "ibm1161": "cp1161", + "csibm1161": "cp1161", + "cp1162": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" + }, + "ibm1162": "cp1162", + "csibm1162": "cp1162", + "cp1163": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" + }, + "ibm1163": "cp1163", + "csibm1163": "cp1163", + "maccroatian": { + "type": "_sbcs", + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ" + }, + "maccyrillic": { + "type": "_sbcs", + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤" + }, + "macgreek": { + "type": "_sbcs", + "chars": "Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�" + }, + "maciceland": { + "type": "_sbcs", + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" + }, + "macroman": { + "type": "_sbcs", + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" + }, + "macromania": { + "type": "_sbcs", + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" + }, + "macthai": { + "type": "_sbcs", + "chars": "«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����" + }, + "macturkish": { + "type": "_sbcs", + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ" + }, + "macukraine": { + "type": "_sbcs", + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤" + }, + "koi8r": { + "type": "_sbcs", + "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" + }, + "koi8u": { + "type": "_sbcs", + "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" + }, + "koi8ru": { + "type": "_sbcs", + "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" + }, + "koi8t": { + "type": "_sbcs", + "chars": "қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" + }, + "armscii8": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�" + }, + "rk1048": { + "type": "_sbcs", + "chars": "ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" + }, + "tcvn": { + "type": "_sbcs", + "chars": "\u0000ÚỤ\u0003ỪỬỮ\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010ỨỰỲỶỸÝỴ\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ" + }, + "georgianacademy": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ" + }, + "georgianps": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" + }, + "pt154": { + "type": "_sbcs", + "chars": "ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" + }, + "viscii": { + "type": "_sbcs", + "chars": "\u0000\u0001Ẳ\u0003\u0004ẴẪ\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013Ỷ\u0015\u0016\u0017\u0018Ỹ\u001a\u001b\u001c\u001dỴ\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ" + }, + "iso646cn": { + "type": "_sbcs", + "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������" + }, + "iso646jp": { + "type": "_sbcs", + "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������" + }, + "hproman8": { + "type": "_sbcs", + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�" + }, + "macintosh": { + "type": "_sbcs", + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" + }, + "ascii": { + "type": "_sbcs", + "chars": "��������������������������������������������������������������������������������������������������������������������������������" + }, + "tis620": { + "type": "_sbcs", + "chars": "���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" + } +} \ No newline at end of file diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data.js b/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data.js new file mode 100644 index 0000000..066f904 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data.js @@ -0,0 +1,179 @@ +"use strict"; + +// Manually added data to be used by sbcs codec in addition to generated one. + +module.exports = { + // Not supported by iconv, not sure why. + "10029": "maccenteuro", + "maccenteuro": { + "type": "_sbcs", + "chars": "ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ" + }, + + "808": "cp808", + "ibm808": "cp808", + "cp808": { + "type": "_sbcs", + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ " + }, + + "mik": { + "type": "_sbcs", + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " + }, + + "cp720": { + "type": "_sbcs", + "chars": "\x80\x81éâ\x84à\x86çêëèïî\x8d\x8e\x8f\x90\u0651\u0652ô¤ـûùءآأؤ£إئابةتثجحخدذرزسشص«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ضطظعغفµقكلمنهوىي≡\u064b\u064c\u064d\u064e\u064f\u0650≈°∙·√ⁿ²■\u00a0" + }, + + // Aliases of generated encodings. + "ascii8bit": "ascii", + "usascii": "ascii", + "ansix34": "ascii", + "ansix341968": "ascii", + "ansix341986": "ascii", + "csascii": "ascii", + "cp367": "ascii", + "ibm367": "ascii", + "isoir6": "ascii", + "iso646us": "ascii", + "iso646irv": "ascii", + "us": "ascii", + + "latin1": "iso88591", + "latin2": "iso88592", + "latin3": "iso88593", + "latin4": "iso88594", + "latin5": "iso88599", + "latin6": "iso885910", + "latin7": "iso885913", + "latin8": "iso885914", + "latin9": "iso885915", + "latin10": "iso885916", + + "csisolatin1": "iso88591", + "csisolatin2": "iso88592", + "csisolatin3": "iso88593", + "csisolatin4": "iso88594", + "csisolatincyrillic": "iso88595", + "csisolatinarabic": "iso88596", + "csisolatingreek" : "iso88597", + "csisolatinhebrew": "iso88598", + "csisolatin5": "iso88599", + "csisolatin6": "iso885910", + + "l1": "iso88591", + "l2": "iso88592", + "l3": "iso88593", + "l4": "iso88594", + "l5": "iso88599", + "l6": "iso885910", + "l7": "iso885913", + "l8": "iso885914", + "l9": "iso885915", + "l10": "iso885916", + + "isoir14": "iso646jp", + "isoir57": "iso646cn", + "isoir100": "iso88591", + "isoir101": "iso88592", + "isoir109": "iso88593", + "isoir110": "iso88594", + "isoir144": "iso88595", + "isoir127": "iso88596", + "isoir126": "iso88597", + "isoir138": "iso88598", + "isoir148": "iso88599", + "isoir157": "iso885910", + "isoir166": "tis620", + "isoir179": "iso885913", + "isoir199": "iso885914", + "isoir203": "iso885915", + "isoir226": "iso885916", + + "cp819": "iso88591", + "ibm819": "iso88591", + + "cyrillic": "iso88595", + + "arabic": "iso88596", + "arabic8": "iso88596", + "ecma114": "iso88596", + "asmo708": "iso88596", + + "greek" : "iso88597", + "greek8" : "iso88597", + "ecma118" : "iso88597", + "elot928" : "iso88597", + + "hebrew": "iso88598", + "hebrew8": "iso88598", + + "turkish": "iso88599", + "turkish8": "iso88599", + + "thai": "iso885911", + "thai8": "iso885911", + + "celtic": "iso885914", + "celtic8": "iso885914", + "isoceltic": "iso885914", + + "tis6200": "tis620", + "tis62025291": "tis620", + "tis62025330": "tis620", + + "10000": "macroman", + "10006": "macgreek", + "10007": "maccyrillic", + "10079": "maciceland", + "10081": "macturkish", + + "cspc8codepage437": "cp437", + "cspc775baltic": "cp775", + "cspc850multilingual": "cp850", + "cspcp852": "cp852", + "cspc862latinhebrew": "cp862", + "cpgr": "cp869", + + "msee": "cp1250", + "mscyrl": "cp1251", + "msansi": "cp1252", + "msgreek": "cp1253", + "msturk": "cp1254", + "mshebr": "cp1255", + "msarab": "cp1256", + "winbaltrim": "cp1257", + + "cp20866": "koi8r", + "20866": "koi8r", + "ibm878": "koi8r", + "cskoi8r": "koi8r", + + "cp21866": "koi8u", + "21866": "koi8u", + "ibm1168": "koi8u", + + "strk10482002": "rk1048", + + "tcvn5712": "tcvn", + "tcvn57121": "tcvn", + + "gb198880": "iso646cn", + "cn": "iso646cn", + + "csiso14jisc6220ro": "iso646jp", + "jisc62201969ro": "iso646jp", + "jp": "iso646jp", + + "cshproman8": "hproman8", + "r8": "hproman8", + "roman8": "hproman8", + "xroman8": "hproman8", + "ibm1051": "hproman8", + + "mac": "macintosh", + "csmacintosh": "macintosh", +}; + diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/tables/big5-added.json b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/big5-added.json new file mode 100644 index 0000000..3c3d3c2 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/big5-added.json @@ -0,0 +1,122 @@ +[ +["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"], +["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"], +["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"], +["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"], +["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"], +["8940","𪎩𡅅"], +["8943","攊"], +["8946","丽滝鵎釟"], +["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"], +["89a1","琑糼緍楆竉刧"], +["89ab","醌碸酞肼"], +["89b0","贋胶𠧧"], +["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"], +["89c1","溚舾甙"], +["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"], +["8a40","𧶄唥"], +["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"], +["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"], +["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"], +["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"], +["8aac","䠋𠆩㿺塳𢶍"], +["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"], +["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"], +["8ac9","𪘁𠸉𢫏𢳉"], +["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"], +["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"], +["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"], +["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"], +["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"], +["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"], +["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"], +["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"], +["8ca1","𣏹椙橃𣱣泿"], +["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"], +["8cc9","顨杫䉶圽"], +["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"], +["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"], +["8d40","𠮟"], +["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"], +["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"], +["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"], +["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"], +["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"], +["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"], +["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"], +["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"], +["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"], +["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"], +["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"], +["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"], +["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"], +["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"], +["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"], +["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"], +["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"], +["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"], +["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"], +["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"], +["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"], +["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"], +["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"], +["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"], +["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"], +["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"], +["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"], +["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"], +["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"], +["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"], +["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"], +["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"], +["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"], +["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"], +["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"], +["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"], +["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"], +["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"], +["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"], +["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"], +["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"], +["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"], +["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"], +["9fae","酙隁酜"], +["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"], +["9fc1","𤤙盖鮝个𠳔莾衂"], +["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"], +["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"], +["9fe7","毺蠘罸"], +["9feb","嘠𪙊蹷齓"], +["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"], +["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"], +["a055","𡠻𦸅"], +["a058","詾𢔛"], +["a05b","惽癧髗鵄鍮鮏蟵"], +["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"], +["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"], +["a0a1","嵗𨯂迚𨸹"], +["a0a6","僙𡵆礆匲阸𠼻䁥"], +["a0ae","矾"], +["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"], +["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"], +["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"], +["a3c0","␀",31,"␡"], +["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23], +["c740","す",58,"ァアィイ"], +["c7a1","ゥ",81,"А",5,"ЁЖ",4], +["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"], +["c8a1","龰冈龱𧘇"], +["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"], +["c8f5","ʃɐɛɔɵœøŋʊɪ"], +["f9fe","■"], +["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"], +["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"], +["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"], +["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"], +["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"], +["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"], +["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"], +["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"], +["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"], +["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"] +] diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp936.json b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp936.json new file mode 100644 index 0000000..49ddb9a --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp936.json @@ -0,0 +1,264 @@ +[ +["0","\u0000",127,"€"], +["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"], +["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"], +["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11], +["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"], +["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"], +["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5], +["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"], +["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"], +["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"], +["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"], +["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"], +["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"], +["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4], +["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6], +["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"], +["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7], +["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"], +["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"], +["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"], +["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5], +["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"], +["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6], +["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"], +["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4], +["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4], +["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"], +["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"], +["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6], +["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"], +["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"], +["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"], +["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6], +["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"], +["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"], +["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"], +["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"], +["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"], +["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"], +["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8], +["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"], +["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"], +["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"], +["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"], +["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5], +["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"], +["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"], +["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"], +["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"], +["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5], +["9980","檧檨檪檭",114,"欥欦欨",6], +["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"], +["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"], +["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"], +["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"], +["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"], +["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5], +["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"], +["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"], +["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6], +["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"], +["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"], +["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4], +["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19], +["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"], +["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"], +["a2a1","ⅰ",9], +["a2b1","⒈",19,"⑴",19,"①",9], +["a2e5","㈠",9], +["a2f1","Ⅰ",11], +["a3a1","!"#¥%",88," ̄"], +["a4a1","ぁ",82], +["a5a1","ァ",85], +["a6a1","Α",16,"Σ",6], +["a6c1","α",16,"σ",6], +["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"], +["a6ee","︻︼︷︸︱"], +["a6f4","︳︴"], +["a7a1","А",5,"ЁЖ",25], +["a7d1","а",5,"ёж",25], +["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6], +["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"], +["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"], +["a8bd","ńň"], +["a8c0","ɡ"], +["a8c5","ㄅ",36], +["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"], +["a959","℡㈱"], +["a95c","‐"], +["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8], +["a980","﹢",4,"﹨﹩﹪﹫"], +["a996","〇"], +["a9a4","─",75], +["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8], +["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"], +["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4], +["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4], +["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11], +["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"], +["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12], +["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"], +["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"], +["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"], +["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"], +["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"], +["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"], +["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"], +["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"], +["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"], +["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4], +["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"], +["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"], +["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"], +["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9], +["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"], +["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"], +["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"], +["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"], +["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"], +["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16], +["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"], +["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"], +["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"], +["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"], +["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"], +["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"], +["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"], +["bb40","籃",9,"籎",36,"籵",5,"籾",9], +["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"], +["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5], +["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"], +["bd40","紷",54,"絯",7], +["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"], +["be40","継",12,"綧",6,"綯",42], +["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"], +["bf40","緻",62], +["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"], +["c040","繞",35,"纃",23,"纜纝纞"], +["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"], +["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"], +["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"], +["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"], +["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"], +["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"], +["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"], +["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"], +["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"], +["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"], +["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"], +["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"], +["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"], +["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"], +["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"], +["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"], +["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"], +["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"], +["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"], +["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10], +["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"], +["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"], +["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"], +["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"], +["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"], +["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"], +["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"], +["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"], +["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"], +["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9], +["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"], +["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"], +["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"], +["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5], +["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"], +["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"], +["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"], +["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6], +["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"], +["d440","訞",31,"訿",8,"詉",21], +["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"], +["d540","誁",7,"誋",7,"誔",46], +["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"], +["d640","諤",34,"謈",27], +["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"], +["d740","譆",31,"譧",4,"譭",25], +["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"], +["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"], +["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"], +["d940","貮",62], +["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"], +["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"], +["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"], +["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"], +["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"], +["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7], +["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"], +["dd40","軥",62], +["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"], +["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"], +["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"], +["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"], +["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"], +["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"], +["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"], +["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"], +["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"], +["e240","釦",62], +["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"], +["e340","鉆",45,"鉵",16], +["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"], +["e440","銨",5,"銯",24,"鋉",31], +["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"], +["e540","錊",51,"錿",10], +["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"], +["e640","鍬",34,"鎐",27], +["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"], +["e740","鏎",7,"鏗",54], +["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"], +["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"], +["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"], +["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42], +["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"], +["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"], +["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"], +["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"], +["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"], +["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7], +["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"], +["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46], +["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"], +["ee40","頏",62], +["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"], +["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4], +["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"], +["f040","餈",4,"餎餏餑",28,"餯",26], +["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"], +["f140","馌馎馚",10,"馦馧馩",47], +["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"], +["f240","駺",62], +["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"], +["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"], +["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"], +["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5], +["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"], +["f540","魼",62], +["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"], +["f640","鯜",62], +["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"], +["f740","鰼",62], +["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"], +["f840","鳣",62], +["f880","鴢",32], +["f940","鵃",62], +["f980","鶂",32], +["fa40","鶣",62], +["fa80","鷢",32], +["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"], +["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"], +["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6], +["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"], +["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38], +["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"], +["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"] +] diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp949.json b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp949.json new file mode 100644 index 0000000..2022a00 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp949.json @@ -0,0 +1,273 @@ +[ +["0","\u0000",127], +["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"], +["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"], +["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"], +["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5], +["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"], +["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18], +["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7], +["8361","긝",18,"긲긳긵긶긹긻긼"], +["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8], +["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8], +["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18], +["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"], +["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4], +["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"], +["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"], +["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"], +["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10], +["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"], +["8741","놞",9,"놩",15], +["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"], +["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4], +["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4], +["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"], +["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"], +["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"], +["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"], +["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15], +["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"], +["8a61","둧",4,"둭",18,"뒁뒂"], +["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"], +["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"], +["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8], +["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18], +["8c41","똀",15,"똒똓똕똖똗똙",4], +["8c61","똞",6,"똦",5,"똭",6,"똵",5], +["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16], +["8d41","뛃",16,"뛕",8], +["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"], +["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"], +["8e41","랟랡",6,"랪랮",5,"랶랷랹",8], +["8e61","럂",4,"럈럊",19], +["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7], +["8f41","뢅",7,"뢎",17], +["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4], +["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5], +["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"], +["9061","륾",5,"릆릈릋릌릏",15], +["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"], +["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5], +["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5], +["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6], +["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"], +["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4], +["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"], +["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"], +["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8], +["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"], +["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8], +["9461","봞",5,"봥",6,"봭",12], +["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24], +["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"], +["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"], +["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14], +["9641","뺸",23,"뻒뻓"], +["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8], +["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44], +["9741","뾃",16,"뾕",8], +["9761","뾞",17,"뾱",7], +["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"], +["9841","쁀",16,"쁒",5,"쁙쁚쁛"], +["9861","쁝쁞쁟쁡",6,"쁪",15], +["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"], +["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"], +["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"], +["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"], +["9a41","숤숥숦숧숪숬숮숰숳숵",16], +["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"], +["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"], +["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8], +["9b61","쌳",17,"썆",7], +["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"], +["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5], +["9c61","쏿",8,"쐉",6,"쐑",9], +["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12], +["9d41","쒪",13,"쒹쒺쒻쒽",8], +["9d61","쓆",25], +["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"], +["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"], +["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"], +["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"], +["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"], +["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"], +["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"], +["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"], +["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13], +["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"], +["a141","좥좦좧좩",18,"좾좿죀죁"], +["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"], +["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"], +["a241","줐줒",5,"줙",18], +["a261","줭",6,"줵",18], +["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"], +["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"], +["a361","즑",6,"즚즜즞",16], +["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"], +["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"], +["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12], +["a481","쨦쨧쨨쨪",28,"ㄱ",93], +["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"], +["a561","쩫",17,"쩾",5,"쪅쪆"], +["a581","쪇",16,"쪙",14,"ⅰ",9], +["a5b0","Ⅰ",9], +["a5c1","Α",16,"Σ",6], +["a5e1","α",16,"σ",6], +["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"], +["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6], +["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7], +["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7], +["a761","쬪",22,"쭂쭃쭄"], +["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"], +["a841","쭭",10,"쭺",14], +["a861","쮉",18,"쮝",6], +["a881","쮤",19,"쮹",11,"ÆÐªĦ"], +["a8a6","IJ"], +["a8a8","ĿŁØŒºÞŦŊ"], +["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"], +["a941","쯅",14,"쯕",10], +["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18], +["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"], +["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"], +["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"], +["aa81","챳챴챶",29,"ぁ",82], +["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"], +["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5], +["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85], +["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"], +["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4], +["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25], +["acd1","а",5,"ёж",25], +["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7], +["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"], +["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"], +["ae41","췆",5,"췍췎췏췑",16], +["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4], +["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"], +["af41","츬츭츮츯츲츴츶",19], +["af61","칊",13,"칚칛칝칞칢",5,"칪칬"], +["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"], +["b041","캚",5,"캢캦",5,"캮",12], +["b061","캻",5,"컂",19], +["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"], +["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"], +["b161","켥",6,"켮켲",5,"켹",11], +["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"], +["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"], +["b261","쾎",18,"쾢",5,"쾩"], +["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"], +["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"], +["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5], +["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"], +["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5], +["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"], +["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"], +["b541","킕",14,"킦킧킩킪킫킭",5], +["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4], +["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"], +["b641","턅",7,"턎",17], +["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"], +["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"], +["b741","텮",13,"텽",6,"톅톆톇톉톊"], +["b761","톋",20,"톢톣톥톦톧"], +["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"], +["b841","퇐",7,"퇙",17], +["b861","퇫",8,"퇵퇶퇷퇹",13], +["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"], +["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"], +["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"], +["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"], +["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"], +["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5], +["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"], +["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"], +["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"], +["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"], +["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"], +["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"], +["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"], +["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"], +["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13], +["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"], +["be41","퐸",7,"푁푂푃푅",14], +["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"], +["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"], +["bf41","풞",10,"풪",14], +["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"], +["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"], +["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5], +["c061","픞",25], +["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"], +["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"], +["c161","햌햍햎햏햑",19,"햦햧"], +["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"], +["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"], +["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"], +["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"], +["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4], +["c361","홢",4,"홨홪",5,"홲홳홵",11], +["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"], +["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"], +["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4], +["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"], +["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"], +["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4], +["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"], +["c641","힍힎힏힑",6,"힚힜힞",5], +["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"], +["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"], +["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"], +["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"], +["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"], +["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"], +["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"], +["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"], +["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"], +["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"], +["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"], +["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"], +["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"], +["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"], +["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"], +["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"], +["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"], +["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"], +["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"], +["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"], +["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"], +["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"], +["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"], +["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"], +["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"], +["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"], +["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"], +["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"], +["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"], +["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"], +["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"], +["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"], +["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"], +["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"], +["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"], +["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"], +["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"], +["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"], +["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"], +["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"], +["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"], +["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"], +["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"], +["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"], +["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"], +["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"], +["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"], +["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"], +["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"], +["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"], +["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"], +["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"], +["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"], +["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"], +["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"] +] diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp950.json b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp950.json new file mode 100644 index 0000000..d8bc871 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp950.json @@ -0,0 +1,177 @@ +[ +["0","\u0000",127], +["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"], +["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"], +["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"], +["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,"十卄卅A",25,"a",21], +["a340","wxyzΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10], +["a3a1","ㄐ",25,"˙ˉˊˇˋ"], +["a3e1","€"], +["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"], +["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"], +["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"], +["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"], +["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"], +["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"], +["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"], +["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"], +["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"], +["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"], +["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"], +["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"], +["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"], +["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"], +["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"], +["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"], +["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"], +["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"], +["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"], +["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"], +["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"], +["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"], +["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"], +["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"], +["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"], +["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"], +["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"], +["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"], +["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"], +["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"], +["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"], +["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"], +["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"], +["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"], +["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"], +["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"], +["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"], +["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"], +["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"], +["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"], +["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"], +["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"], +["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"], +["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"], +["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"], +["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"], +["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"], +["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"], +["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"], +["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"], +["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"], +["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"], +["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"], +["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"], +["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"], +["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"], +["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"], +["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"], +["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"], +["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"], +["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"], +["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"], +["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"], +["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"], +["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"], +["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"], +["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"], +["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"], +["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"], +["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"], +["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"], +["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"], +["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"], +["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"], +["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"], +["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"], +["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"], +["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"], +["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"], +["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"], +["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"], +["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"], +["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"], +["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"], +["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"], +["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"], +["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"], +["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"], +["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"], +["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"], +["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"], +["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"], +["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"], +["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"], +["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"], +["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"], +["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"], +["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"], +["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"], +["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"], +["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"], +["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"], +["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"], +["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"], +["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"], +["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"], +["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"], +["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"], +["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"], +["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"], +["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"], +["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"], +["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"], +["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"], +["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"], +["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"], +["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"], +["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"], +["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"], +["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"], +["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"], +["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"], +["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"], +["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"], +["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"], +["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"], +["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"], +["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"], +["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"], +["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"], +["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"], +["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"], +["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"], +["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"], +["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"], +["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"], +["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"], +["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"], +["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"], +["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"], +["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"], +["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"], +["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"], +["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"], +["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"], +["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"], +["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"], +["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"], +["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"], +["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"], +["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"], +["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"], +["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"], +["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"], +["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"], +["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"], +["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"], +["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"], +["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"], +["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"], +["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"], +["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"], +["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"], +["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"], +["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"], +["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"], +["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"] +] diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/tables/eucjp.json b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/eucjp.json new file mode 100644 index 0000000..4fa61ca --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/eucjp.json @@ -0,0 +1,182 @@ +[ +["0","\u0000",127], +["8ea1","。",62], +["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"], +["a2a1","◆□■△▲▽▼※〒→←↑↓〓"], +["a2ba","∈∋⊆⊇⊂⊃∪∩"], +["a2ca","∧∨¬⇒⇔∀∃"], +["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"], +["a2f2","ʼn♯♭♪†‡¶"], +["a2fe","◯"], +["a3b0","0",9], +["a3c1","A",25], +["a3e1","a",25], +["a4a1","ぁ",82], +["a5a1","ァ",85], +["a6a1","Α",16,"Σ",6], +["a6c1","α",16,"σ",6], +["a7a1","А",5,"ЁЖ",25], +["a7d1","а",5,"ёж",25], +["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"], +["ada1","①",19,"Ⅰ",9], +["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"], +["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"], +["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"], +["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"], +["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"], +["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"], +["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"], +["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"], +["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"], +["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"], +["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"], +["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"], +["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"], +["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"], +["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"], +["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"], +["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"], +["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"], +["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"], +["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"], +["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"], +["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"], +["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"], +["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"], +["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"], +["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"], +["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"], +["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"], +["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"], +["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"], +["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"], +["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"], +["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"], +["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"], +["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"], +["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"], +["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"], +["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"], +["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"], +["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"], +["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"], +["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"], +["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"], +["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"], +["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"], +["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"], +["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"], +["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"], +["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"], +["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"], +["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"], +["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"], +["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"], +["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"], +["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"], +["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"], +["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"], +["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"], +["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"], +["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"], +["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"], +["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"], +["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"], +["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"], +["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"], +["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"], +["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"], +["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"], +["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"], +["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"], +["f4a1","堯槇遙瑤凜熙"], +["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"], +["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"], +["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"], +["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"], +["fcf1","ⅰ",9,"¬¦'""], +["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"], +["8fa2c2","¡¦¿"], +["8fa2eb","ºª©®™¤№"], +["8fa6e1","ΆΈΉΊΪ"], +["8fa6e7","Ό"], +["8fa6e9","ΎΫ"], +["8fa6ec","Ώ"], +["8fa6f1","άέήίϊΐόςύϋΰώ"], +["8fa7c2","Ђ",10,"ЎЏ"], +["8fa7f2","ђ",10,"ўџ"], +["8fa9a1","ÆĐ"], +["8fa9a4","Ħ"], +["8fa9a6","IJ"], +["8fa9a8","ŁĿ"], +["8fa9ab","ŊØŒ"], +["8fa9af","ŦÞ"], +["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"], +["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"], +["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"], +["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"], +["8fabbd","ġĥíìïîǐ"], +["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"], +["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"], +["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"], +["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"], +["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"], +["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"], +["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"], +["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"], +["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"], +["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"], +["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"], +["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"], +["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"], +["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"], +["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"], +["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"], +["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"], +["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"], +["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"], +["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"], +["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"], +["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"], +["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"], +["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"], +["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"], +["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"], +["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"], +["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"], +["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"], +["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"], +["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"], +["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"], +["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"], +["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"], +["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"], +["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5], +["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"], +["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"], +["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"], +["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"], +["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"], +["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"], +["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"], +["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"], +["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"], +["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"], +["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"], +["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"], +["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"], +["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"], +["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"], +["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"], +["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"], +["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"], +["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"], +["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"], +["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"], +["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"], +["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4], +["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"], +["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"], +["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"], +["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"] +] diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json new file mode 100644 index 0000000..85c6934 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json @@ -0,0 +1 @@ +{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]} \ No newline at end of file diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json new file mode 100644 index 0000000..b742e36 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json @@ -0,0 +1,56 @@ +[ +["a140","",62], +["a180","",32], +["a240","",62], +["a280","",32], +["a2ab","",5], +["a2e3","€"], +["a2ef",""], +["a2fd",""], +["a340","",62], +["a380","",31," "], +["a440","",62], +["a480","",32], +["a4f4","",10], +["a540","",62], +["a580","",32], +["a5f7","",7], +["a640","",62], +["a680","",32], +["a6b9","",7], +["a6d9","",6], +["a6ec",""], +["a6f3",""], +["a6f6","",8], +["a740","",62], +["a780","",32], +["a7c2","",14], +["a7f2","",12], +["a896","",10], +["a8bc","ḿ"], +["a8bf","ǹ"], +["a8c1",""], +["a8ea","",20], +["a958",""], +["a95b",""], +["a95d",""], +["a989","〾⿰",11], +["a997","",12], +["a9f0","",14], +["aaa1","",93], +["aba1","",93], +["aca1","",93], +["ada1","",93], +["aea1","",93], +["afa1","",93], +["d7fa","",4], +["f8a1","",93], +["f9a1","",93], +["faa1","",93], +["fba1","",93], +["fca1","",93], +["fda1","",93], +["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"], +["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93], +["8135f437",""] +] diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json new file mode 100644 index 0000000..5a3a43c --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json @@ -0,0 +1,125 @@ +[ +["0","\u0000",128], +["a1","。",62], +["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"], +["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"], +["81b8","∈∋⊆⊇⊂⊃∪∩"], +["81c8","∧∨¬⇒⇔∀∃"], +["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"], +["81f0","ʼn♯♭♪†‡¶"], +["81fc","◯"], +["824f","0",9], +["8260","A",25], +["8281","a",25], +["829f","ぁ",82], +["8340","ァ",62], +["8380","ム",22], +["839f","Α",16,"Σ",6], +["83bf","α",16,"σ",6], +["8440","А",5,"ЁЖ",25], +["8470","а",5,"ёж",7], +["8480","о",17], +["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"], +["8740","①",19,"Ⅰ",9], +["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"], +["877e","㍻"], +["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"], +["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"], +["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"], +["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"], +["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"], +["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"], +["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"], +["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"], +["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"], +["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"], +["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"], +["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"], +["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"], +["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"], +["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"], +["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"], +["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"], +["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"], +["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"], +["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"], +["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"], +["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"], +["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"], +["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"], +["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"], +["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"], +["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"], +["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"], +["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"], +["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"], +["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"], +["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"], +["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"], +["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"], +["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"], +["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"], +["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"], +["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"], +["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"], +["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"], +["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"], +["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"], +["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"], +["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"], +["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"], +["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"], +["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"], +["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"], +["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"], +["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"], +["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"], +["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"], +["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"], +["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"], +["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"], +["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"], +["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"], +["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"], +["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"], +["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"], +["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"], +["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"], +["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"], +["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"], +["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"], +["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"], +["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"], +["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"], +["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"], +["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"], +["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"], +["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"], +["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"], +["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"], +["eeef","ⅰ",9,"¬¦'""], +["f040","",62], +["f080","",124], +["f140","",62], +["f180","",124], +["f240","",62], +["f280","",124], +["f340","",62], +["f380","",124], +["f440","",62], +["f480","",124], +["f540","",62], +["f580","",124], +["f640","",62], +["f680","",124], +["f740","",62], +["f780","",124], +["f840","",62], +["f880","",124], +["f940",""], +["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"], +["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"], +["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"], +["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"], +["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"] +] diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/utf16.js b/node_modules/encoding/node_modules/iconv-lite/encodings/utf16.js new file mode 100644 index 0000000..97d0669 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/utf16.js @@ -0,0 +1,197 @@ +"use strict"; +var Buffer = require("safer-buffer").Buffer; + +// Note: UTF16-LE (or UCS2) codec is Node.js native. See encodings/internal.js + +// == UTF16-BE codec. ========================================================== + +exports.utf16be = Utf16BECodec; +function Utf16BECodec() { +} + +Utf16BECodec.prototype.encoder = Utf16BEEncoder; +Utf16BECodec.prototype.decoder = Utf16BEDecoder; +Utf16BECodec.prototype.bomAware = true; + + +// -- Encoding + +function Utf16BEEncoder() { +} + +Utf16BEEncoder.prototype.write = function(str) { + var buf = Buffer.from(str, 'ucs2'); + for (var i = 0; i < buf.length; i += 2) { + var tmp = buf[i]; buf[i] = buf[i+1]; buf[i+1] = tmp; + } + return buf; +} + +Utf16BEEncoder.prototype.end = function() { +} + + +// -- Decoding + +function Utf16BEDecoder() { + this.overflowByte = -1; +} + +Utf16BEDecoder.prototype.write = function(buf) { + if (buf.length == 0) + return ''; + + var buf2 = Buffer.alloc(buf.length + 1), + i = 0, j = 0; + + if (this.overflowByte !== -1) { + buf2[0] = buf[0]; + buf2[1] = this.overflowByte; + i = 1; j = 2; + } + + for (; i < buf.length-1; i += 2, j+= 2) { + buf2[j] = buf[i+1]; + buf2[j+1] = buf[i]; + } + + this.overflowByte = (i == buf.length-1) ? buf[buf.length-1] : -1; + + return buf2.slice(0, j).toString('ucs2'); +} + +Utf16BEDecoder.prototype.end = function() { + this.overflowByte = -1; +} + + +// == UTF-16 codec ============================================================= +// Decoder chooses automatically from UTF-16LE and UTF-16BE using BOM and space-based heuristic. +// Defaults to UTF-16LE, as it's prevalent and default in Node. +// http://en.wikipedia.org/wiki/UTF-16 and http://encoding.spec.whatwg.org/#utf-16le +// Decoder default can be changed: iconv.decode(buf, 'utf16', {defaultEncoding: 'utf-16be'}); + +// Encoder uses UTF-16LE and prepends BOM (which can be overridden with addBOM: false). + +exports.utf16 = Utf16Codec; +function Utf16Codec(codecOptions, iconv) { + this.iconv = iconv; +} + +Utf16Codec.prototype.encoder = Utf16Encoder; +Utf16Codec.prototype.decoder = Utf16Decoder; + + +// -- Encoding (pass-through) + +function Utf16Encoder(options, codec) { + options = options || {}; + if (options.addBOM === undefined) + options.addBOM = true; + this.encoder = codec.iconv.getEncoder('utf-16le', options); +} + +Utf16Encoder.prototype.write = function(str) { + return this.encoder.write(str); +} + +Utf16Encoder.prototype.end = function() { + return this.encoder.end(); +} + + +// -- Decoding + +function Utf16Decoder(options, codec) { + this.decoder = null; + this.initialBufs = []; + this.initialBufsLen = 0; + + this.options = options || {}; + this.iconv = codec.iconv; +} + +Utf16Decoder.prototype.write = function(buf) { + if (!this.decoder) { + // Codec is not chosen yet. Accumulate initial bytes. + this.initialBufs.push(buf); + this.initialBufsLen += buf.length; + + if (this.initialBufsLen < 16) // We need more bytes to use space heuristic (see below) + return ''; + + // We have enough bytes -> detect endianness. + var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding); + this.decoder = this.iconv.getDecoder(encoding, this.options); + + var resStr = ''; + for (var i = 0; i < this.initialBufs.length; i++) + resStr += this.decoder.write(this.initialBufs[i]); + + this.initialBufs.length = this.initialBufsLen = 0; + return resStr; + } + + return this.decoder.write(buf); +} + +Utf16Decoder.prototype.end = function() { + if (!this.decoder) { + var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding); + this.decoder = this.iconv.getDecoder(encoding, this.options); + + var resStr = ''; + for (var i = 0; i < this.initialBufs.length; i++) + resStr += this.decoder.write(this.initialBufs[i]); + + var trail = this.decoder.end(); + if (trail) + resStr += trail; + + this.initialBufs.length = this.initialBufsLen = 0; + return resStr; + } + return this.decoder.end(); +} + +function detectEncoding(bufs, defaultEncoding) { + var b = []; + var charsProcessed = 0; + var asciiCharsLE = 0, asciiCharsBE = 0; // Number of ASCII chars when decoded as LE or BE. + + outer_loop: + for (var i = 0; i < bufs.length; i++) { + var buf = bufs[i]; + for (var j = 0; j < buf.length; j++) { + b.push(buf[j]); + if (b.length === 2) { + if (charsProcessed === 0) { + // Check BOM first. + if (b[0] === 0xFF && b[1] === 0xFE) return 'utf-16le'; + if (b[0] === 0xFE && b[1] === 0xFF) return 'utf-16be'; + } + + if (b[0] === 0 && b[1] !== 0) asciiCharsBE++; + if (b[0] !== 0 && b[1] === 0) asciiCharsLE++; + + b.length = 0; + charsProcessed++; + + if (charsProcessed >= 100) { + break outer_loop; + } + } + } + } + + // Make decisions. + // Most of the time, the content has ASCII chars (U+00**), but the opposite (U+**00) is uncommon. + // So, we count ASCII as if it was LE or BE, and decide from that. + if (asciiCharsBE > asciiCharsLE) return 'utf-16be'; + if (asciiCharsBE < asciiCharsLE) return 'utf-16le'; + + // Couldn't decide (likely all zeros or not enough data). + return defaultEncoding || 'utf-16le'; +} + + diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/utf32.js b/node_modules/encoding/node_modules/iconv-lite/encodings/utf32.js new file mode 100644 index 0000000..2fa900a --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/utf32.js @@ -0,0 +1,319 @@ +'use strict'; + +var Buffer = require('safer-buffer').Buffer; + +// == UTF32-LE/BE codec. ========================================================== + +exports._utf32 = Utf32Codec; + +function Utf32Codec(codecOptions, iconv) { + this.iconv = iconv; + this.bomAware = true; + this.isLE = codecOptions.isLE; +} + +exports.utf32le = { type: '_utf32', isLE: true }; +exports.utf32be = { type: '_utf32', isLE: false }; + +// Aliases +exports.ucs4le = 'utf32le'; +exports.ucs4be = 'utf32be'; + +Utf32Codec.prototype.encoder = Utf32Encoder; +Utf32Codec.prototype.decoder = Utf32Decoder; + +// -- Encoding + +function Utf32Encoder(options, codec) { + this.isLE = codec.isLE; + this.highSurrogate = 0; +} + +Utf32Encoder.prototype.write = function(str) { + var src = Buffer.from(str, 'ucs2'); + var dst = Buffer.alloc(src.length * 2); + var write32 = this.isLE ? dst.writeUInt32LE : dst.writeUInt32BE; + var offset = 0; + + for (var i = 0; i < src.length; i += 2) { + var code = src.readUInt16LE(i); + var isHighSurrogate = (0xD800 <= code && code < 0xDC00); + var isLowSurrogate = (0xDC00 <= code && code < 0xE000); + + if (this.highSurrogate) { + if (isHighSurrogate || !isLowSurrogate) { + // There shouldn't be two high surrogates in a row, nor a high surrogate which isn't followed by a low + // surrogate. If this happens, keep the pending high surrogate as a stand-alone semi-invalid character + // (technically wrong, but expected by some applications, like Windows file names). + write32.call(dst, this.highSurrogate, offset); + offset += 4; + } + else { + // Create 32-bit value from high and low surrogates; + var codepoint = (((this.highSurrogate - 0xD800) << 10) | (code - 0xDC00)) + 0x10000; + + write32.call(dst, codepoint, offset); + offset += 4; + this.highSurrogate = 0; + + continue; + } + } + + if (isHighSurrogate) + this.highSurrogate = code; + else { + // Even if the current character is a low surrogate, with no previous high surrogate, we'll + // encode it as a semi-invalid stand-alone character for the same reasons expressed above for + // unpaired high surrogates. + write32.call(dst, code, offset); + offset += 4; + this.highSurrogate = 0; + } + } + + if (offset < dst.length) + dst = dst.slice(0, offset); + + return dst; +}; + +Utf32Encoder.prototype.end = function() { + // Treat any leftover high surrogate as a semi-valid independent character. + if (!this.highSurrogate) + return; + + var buf = Buffer.alloc(4); + + if (this.isLE) + buf.writeUInt32LE(this.highSurrogate, 0); + else + buf.writeUInt32BE(this.highSurrogate, 0); + + this.highSurrogate = 0; + + return buf; +}; + +// -- Decoding + +function Utf32Decoder(options, codec) { + this.isLE = codec.isLE; + this.badChar = codec.iconv.defaultCharUnicode.charCodeAt(0); + this.overflow = []; +} + +Utf32Decoder.prototype.write = function(src) { + if (src.length === 0) + return ''; + + var i = 0; + var codepoint = 0; + var dst = Buffer.alloc(src.length + 4); + var offset = 0; + var isLE = this.isLE; + var overflow = this.overflow; + var badChar = this.badChar; + + if (overflow.length > 0) { + for (; i < src.length && overflow.length < 4; i++) + overflow.push(src[i]); + + if (overflow.length === 4) { + // NOTE: codepoint is a signed int32 and can be negative. + // NOTE: We copied this block from below to help V8 optimize it (it works with array, not buffer). + if (isLE) { + codepoint = overflow[i] | (overflow[i+1] << 8) | (overflow[i+2] << 16) | (overflow[i+3] << 24); + } else { + codepoint = overflow[i+3] | (overflow[i+2] << 8) | (overflow[i+1] << 16) | (overflow[i] << 24); + } + overflow.length = 0; + + offset = _writeCodepoint(dst, offset, codepoint, badChar); + } + } + + // Main loop. Should be as optimized as possible. + for (; i < src.length - 3; i += 4) { + // NOTE: codepoint is a signed int32 and can be negative. + if (isLE) { + codepoint = src[i] | (src[i+1] << 8) | (src[i+2] << 16) | (src[i+3] << 24); + } else { + codepoint = src[i+3] | (src[i+2] << 8) | (src[i+1] << 16) | (src[i] << 24); + } + offset = _writeCodepoint(dst, offset, codepoint, badChar); + } + + // Keep overflowing bytes. + for (; i < src.length; i++) { + overflow.push(src[i]); + } + + return dst.slice(0, offset).toString('ucs2'); +}; + +function _writeCodepoint(dst, offset, codepoint, badChar) { + // NOTE: codepoint is signed int32 and can be negative. We keep it that way to help V8 with optimizations. + if (codepoint < 0 || codepoint > 0x10FFFF) { + // Not a valid Unicode codepoint + codepoint = badChar; + } + + // Ephemeral Planes: Write high surrogate. + if (codepoint >= 0x10000) { + codepoint -= 0x10000; + + var high = 0xD800 | (codepoint >> 10); + dst[offset++] = high & 0xff; + dst[offset++] = high >> 8; + + // Low surrogate is written below. + var codepoint = 0xDC00 | (codepoint & 0x3FF); + } + + // Write BMP char or low surrogate. + dst[offset++] = codepoint & 0xff; + dst[offset++] = codepoint >> 8; + + return offset; +}; + +Utf32Decoder.prototype.end = function() { + this.overflow.length = 0; +}; + +// == UTF-32 Auto codec ============================================================= +// Decoder chooses automatically from UTF-32LE and UTF-32BE using BOM and space-based heuristic. +// Defaults to UTF-32LE. http://en.wikipedia.org/wiki/UTF-32 +// Encoder/decoder default can be changed: iconv.decode(buf, 'utf32', {defaultEncoding: 'utf-32be'}); + +// Encoder prepends BOM (which can be overridden with (addBOM: false}). + +exports.utf32 = Utf32AutoCodec; +exports.ucs4 = 'utf32'; + +function Utf32AutoCodec(options, iconv) { + this.iconv = iconv; +} + +Utf32AutoCodec.prototype.encoder = Utf32AutoEncoder; +Utf32AutoCodec.prototype.decoder = Utf32AutoDecoder; + +// -- Encoding + +function Utf32AutoEncoder(options, codec) { + options = options || {}; + + if (options.addBOM === undefined) + options.addBOM = true; + + this.encoder = codec.iconv.getEncoder(options.defaultEncoding || 'utf-32le', options); +} + +Utf32AutoEncoder.prototype.write = function(str) { + return this.encoder.write(str); +}; + +Utf32AutoEncoder.prototype.end = function() { + return this.encoder.end(); +}; + +// -- Decoding + +function Utf32AutoDecoder(options, codec) { + this.decoder = null; + this.initialBufs = []; + this.initialBufsLen = 0; + this.options = options || {}; + this.iconv = codec.iconv; +} + +Utf32AutoDecoder.prototype.write = function(buf) { + if (!this.decoder) { + // Codec is not chosen yet. Accumulate initial bytes. + this.initialBufs.push(buf); + this.initialBufsLen += buf.length; + + if (this.initialBufsLen < 32) // We need more bytes to use space heuristic (see below) + return ''; + + // We have enough bytes -> detect endianness. + var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding); + this.decoder = this.iconv.getDecoder(encoding, this.options); + + var resStr = ''; + for (var i = 0; i < this.initialBufs.length; i++) + resStr += this.decoder.write(this.initialBufs[i]); + + this.initialBufs.length = this.initialBufsLen = 0; + return resStr; + } + + return this.decoder.write(buf); +}; + +Utf32AutoDecoder.prototype.end = function() { + if (!this.decoder) { + var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding); + this.decoder = this.iconv.getDecoder(encoding, this.options); + + var resStr = ''; + for (var i = 0; i < this.initialBufs.length; i++) + resStr += this.decoder.write(this.initialBufs[i]); + + var trail = this.decoder.end(); + if (trail) + resStr += trail; + + this.initialBufs.length = this.initialBufsLen = 0; + return resStr; + } + + return this.decoder.end(); +}; + +function detectEncoding(bufs, defaultEncoding) { + var b = []; + var charsProcessed = 0; + var invalidLE = 0, invalidBE = 0; // Number of invalid chars when decoded as LE or BE. + var bmpCharsLE = 0, bmpCharsBE = 0; // Number of BMP chars when decoded as LE or BE. + + outer_loop: + for (var i = 0; i < bufs.length; i++) { + var buf = bufs[i]; + for (var j = 0; j < buf.length; j++) { + b.push(buf[j]); + if (b.length === 4) { + if (charsProcessed === 0) { + // Check BOM first. + if (b[0] === 0xFF && b[1] === 0xFE && b[2] === 0 && b[3] === 0) { + return 'utf-32le'; + } + if (b[0] === 0 && b[1] === 0 && b[2] === 0xFE && b[3] === 0xFF) { + return 'utf-32be'; + } + } + + if (b[0] !== 0 || b[1] > 0x10) invalidBE++; + if (b[3] !== 0 || b[2] > 0x10) invalidLE++; + + if (b[0] === 0 && b[1] === 0 && (b[2] !== 0 || b[3] !== 0)) bmpCharsBE++; + if ((b[0] !== 0 || b[1] !== 0) && b[2] === 0 && b[3] === 0) bmpCharsLE++; + + b.length = 0; + charsProcessed++; + + if (charsProcessed >= 100) { + break outer_loop; + } + } + } + } + + // Make decisions. + if (bmpCharsBE - invalidBE > bmpCharsLE - invalidLE) return 'utf-32be'; + if (bmpCharsBE - invalidBE < bmpCharsLE - invalidLE) return 'utf-32le'; + + // Couldn't decide (likely all zeros or not enough data). + return defaultEncoding || 'utf-32le'; +} diff --git a/node_modules/encoding/node_modules/iconv-lite/encodings/utf7.js b/node_modules/encoding/node_modules/iconv-lite/encodings/utf7.js new file mode 100644 index 0000000..eacae34 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/encodings/utf7.js @@ -0,0 +1,290 @@ +"use strict"; +var Buffer = require("safer-buffer").Buffer; + +// UTF-7 codec, according to https://tools.ietf.org/html/rfc2152 +// See also below a UTF-7-IMAP codec, according to http://tools.ietf.org/html/rfc3501#section-5.1.3 + +exports.utf7 = Utf7Codec; +exports.unicode11utf7 = 'utf7'; // Alias UNICODE-1-1-UTF-7 +function Utf7Codec(codecOptions, iconv) { + this.iconv = iconv; +}; + +Utf7Codec.prototype.encoder = Utf7Encoder; +Utf7Codec.prototype.decoder = Utf7Decoder; +Utf7Codec.prototype.bomAware = true; + + +// -- Encoding + +var nonDirectChars = /[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g; + +function Utf7Encoder(options, codec) { + this.iconv = codec.iconv; +} + +Utf7Encoder.prototype.write = function(str) { + // Naive implementation. + // Non-direct chars are encoded as "+-"; single "+" char is encoded as "+-". + return Buffer.from(str.replace(nonDirectChars, function(chunk) { + return "+" + (chunk === '+' ? '' : + this.iconv.encode(chunk, 'utf16-be').toString('base64').replace(/=+$/, '')) + + "-"; + }.bind(this))); +} + +Utf7Encoder.prototype.end = function() { +} + + +// -- Decoding + +function Utf7Decoder(options, codec) { + this.iconv = codec.iconv; + this.inBase64 = false; + this.base64Accum = ''; +} + +var base64Regex = /[A-Za-z0-9\/+]/; +var base64Chars = []; +for (var i = 0; i < 256; i++) + base64Chars[i] = base64Regex.test(String.fromCharCode(i)); + +var plusChar = '+'.charCodeAt(0), + minusChar = '-'.charCodeAt(0), + andChar = '&'.charCodeAt(0); + +Utf7Decoder.prototype.write = function(buf) { + var res = "", lastI = 0, + inBase64 = this.inBase64, + base64Accum = this.base64Accum; + + // The decoder is more involved as we must handle chunks in stream. + + for (var i = 0; i < buf.length; i++) { + if (!inBase64) { // We're in direct mode. + // Write direct chars until '+' + if (buf[i] == plusChar) { + res += this.iconv.decode(buf.slice(lastI, i), "ascii"); // Write direct chars. + lastI = i+1; + inBase64 = true; + } + } else { // We decode base64. + if (!base64Chars[buf[i]]) { // Base64 ended. + if (i == lastI && buf[i] == minusChar) {// "+-" -> "+" + res += "+"; + } else { + var b64str = base64Accum + this.iconv.decode(buf.slice(lastI, i), "ascii"); + res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be"); + } + + if (buf[i] != minusChar) // Minus is absorbed after base64. + i--; + + lastI = i+1; + inBase64 = false; + base64Accum = ''; + } + } + } + + if (!inBase64) { + res += this.iconv.decode(buf.slice(lastI), "ascii"); // Write direct chars. + } else { + var b64str = base64Accum + this.iconv.decode(buf.slice(lastI), "ascii"); + + var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars. + base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future. + b64str = b64str.slice(0, canBeDecoded); + + res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be"); + } + + this.inBase64 = inBase64; + this.base64Accum = base64Accum; + + return res; +} + +Utf7Decoder.prototype.end = function() { + var res = ""; + if (this.inBase64 && this.base64Accum.length > 0) + res = this.iconv.decode(Buffer.from(this.base64Accum, 'base64'), "utf16-be"); + + this.inBase64 = false; + this.base64Accum = ''; + return res; +} + + +// UTF-7-IMAP codec. +// RFC3501 Sec. 5.1.3 Modified UTF-7 (http://tools.ietf.org/html/rfc3501#section-5.1.3) +// Differences: +// * Base64 part is started by "&" instead of "+" +// * Direct characters are 0x20-0x7E, except "&" (0x26) +// * In Base64, "," is used instead of "/" +// * Base64 must not be used to represent direct characters. +// * No implicit shift back from Base64 (should always end with '-') +// * String must end in non-shifted position. +// * "-&" while in base64 is not allowed. + + +exports.utf7imap = Utf7IMAPCodec; +function Utf7IMAPCodec(codecOptions, iconv) { + this.iconv = iconv; +}; + +Utf7IMAPCodec.prototype.encoder = Utf7IMAPEncoder; +Utf7IMAPCodec.prototype.decoder = Utf7IMAPDecoder; +Utf7IMAPCodec.prototype.bomAware = true; + + +// -- Encoding + +function Utf7IMAPEncoder(options, codec) { + this.iconv = codec.iconv; + this.inBase64 = false; + this.base64Accum = Buffer.alloc(6); + this.base64AccumIdx = 0; +} + +Utf7IMAPEncoder.prototype.write = function(str) { + var inBase64 = this.inBase64, + base64Accum = this.base64Accum, + base64AccumIdx = this.base64AccumIdx, + buf = Buffer.alloc(str.length*5 + 10), bufIdx = 0; + + for (var i = 0; i < str.length; i++) { + var uChar = str.charCodeAt(i); + if (0x20 <= uChar && uChar <= 0x7E) { // Direct character or '&'. + if (inBase64) { + if (base64AccumIdx > 0) { + bufIdx += buf.write(base64Accum.slice(0, base64AccumIdx).toString('base64').replace(/\//g, ',').replace(/=+$/, ''), bufIdx); + base64AccumIdx = 0; + } + + buf[bufIdx++] = minusChar; // Write '-', then go to direct mode. + inBase64 = false; + } + + if (!inBase64) { + buf[bufIdx++] = uChar; // Write direct character + + if (uChar === andChar) // Ampersand -> '&-' + buf[bufIdx++] = minusChar; + } + + } else { // Non-direct character + if (!inBase64) { + buf[bufIdx++] = andChar; // Write '&', then go to base64 mode. + inBase64 = true; + } + if (inBase64) { + base64Accum[base64AccumIdx++] = uChar >> 8; + base64Accum[base64AccumIdx++] = uChar & 0xFF; + + if (base64AccumIdx == base64Accum.length) { + bufIdx += buf.write(base64Accum.toString('base64').replace(/\//g, ','), bufIdx); + base64AccumIdx = 0; + } + } + } + } + + this.inBase64 = inBase64; + this.base64AccumIdx = base64AccumIdx; + + return buf.slice(0, bufIdx); +} + +Utf7IMAPEncoder.prototype.end = function() { + var buf = Buffer.alloc(10), bufIdx = 0; + if (this.inBase64) { + if (this.base64AccumIdx > 0) { + bufIdx += buf.write(this.base64Accum.slice(0, this.base64AccumIdx).toString('base64').replace(/\//g, ',').replace(/=+$/, ''), bufIdx); + this.base64AccumIdx = 0; + } + + buf[bufIdx++] = minusChar; // Write '-', then go to direct mode. + this.inBase64 = false; + } + + return buf.slice(0, bufIdx); +} + + +// -- Decoding + +function Utf7IMAPDecoder(options, codec) { + this.iconv = codec.iconv; + this.inBase64 = false; + this.base64Accum = ''; +} + +var base64IMAPChars = base64Chars.slice(); +base64IMAPChars[','.charCodeAt(0)] = true; + +Utf7IMAPDecoder.prototype.write = function(buf) { + var res = "", lastI = 0, + inBase64 = this.inBase64, + base64Accum = this.base64Accum; + + // The decoder is more involved as we must handle chunks in stream. + // It is forgiving, closer to standard UTF-7 (for example, '-' is optional at the end). + + for (var i = 0; i < buf.length; i++) { + if (!inBase64) { // We're in direct mode. + // Write direct chars until '&' + if (buf[i] == andChar) { + res += this.iconv.decode(buf.slice(lastI, i), "ascii"); // Write direct chars. + lastI = i+1; + inBase64 = true; + } + } else { // We decode base64. + if (!base64IMAPChars[buf[i]]) { // Base64 ended. + if (i == lastI && buf[i] == minusChar) { // "&-" -> "&" + res += "&"; + } else { + var b64str = base64Accum + this.iconv.decode(buf.slice(lastI, i), "ascii").replace(/,/g, '/'); + res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be"); + } + + if (buf[i] != minusChar) // Minus may be absorbed after base64. + i--; + + lastI = i+1; + inBase64 = false; + base64Accum = ''; + } + } + } + + if (!inBase64) { + res += this.iconv.decode(buf.slice(lastI), "ascii"); // Write direct chars. + } else { + var b64str = base64Accum + this.iconv.decode(buf.slice(lastI), "ascii").replace(/,/g, '/'); + + var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars. + base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future. + b64str = b64str.slice(0, canBeDecoded); + + res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be"); + } + + this.inBase64 = inBase64; + this.base64Accum = base64Accum; + + return res; +} + +Utf7IMAPDecoder.prototype.end = function() { + var res = ""; + if (this.inBase64 && this.base64Accum.length > 0) + res = this.iconv.decode(Buffer.from(this.base64Accum, 'base64'), "utf16-be"); + + this.inBase64 = false; + this.base64Accum = ''; + return res; +} + + diff --git a/node_modules/encoding/node_modules/iconv-lite/lib/bom-handling.js b/node_modules/encoding/node_modules/iconv-lite/lib/bom-handling.js new file mode 100644 index 0000000..1050872 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/lib/bom-handling.js @@ -0,0 +1,52 @@ +"use strict"; + +var BOMChar = '\uFEFF'; + +exports.PrependBOM = PrependBOMWrapper +function PrependBOMWrapper(encoder, options) { + this.encoder = encoder; + this.addBOM = true; +} + +PrependBOMWrapper.prototype.write = function(str) { + if (this.addBOM) { + str = BOMChar + str; + this.addBOM = false; + } + + return this.encoder.write(str); +} + +PrependBOMWrapper.prototype.end = function() { + return this.encoder.end(); +} + + +//------------------------------------------------------------------------------ + +exports.StripBOM = StripBOMWrapper; +function StripBOMWrapper(decoder, options) { + this.decoder = decoder; + this.pass = false; + this.options = options || {}; +} + +StripBOMWrapper.prototype.write = function(buf) { + var res = this.decoder.write(buf); + if (this.pass || !res) + return res; + + if (res[0] === BOMChar) { + res = res.slice(1); + if (typeof this.options.stripBOM === 'function') + this.options.stripBOM(); + } + + this.pass = true; + return res; +} + +StripBOMWrapper.prototype.end = function() { + return this.decoder.end(); +} + diff --git a/node_modules/encoding/node_modules/iconv-lite/lib/index.d.ts b/node_modules/encoding/node_modules/iconv-lite/lib/index.d.ts new file mode 100644 index 0000000..99f200f --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/lib/index.d.ts @@ -0,0 +1,41 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. + * REQUIREMENT: This definition is dependent on the @types/node definition. + * Install with `npm install @types/node --save-dev` + *--------------------------------------------------------------------------------------------*/ + +declare module 'iconv-lite' { + // Basic API + export function decode(buffer: Buffer, encoding: string, options?: Options): string; + + export function encode(content: string, encoding: string, options?: Options): Buffer; + + export function encodingExists(encoding: string): boolean; + + // Stream API + export function decodeStream(encoding: string, options?: Options): NodeJS.ReadWriteStream; + + export function encodeStream(encoding: string, options?: Options): NodeJS.ReadWriteStream; + + // Low-level stream APIs + export function getEncoder(encoding: string, options?: Options): EncoderStream; + + export function getDecoder(encoding: string, options?: Options): DecoderStream; +} + +export interface Options { + stripBOM?: boolean; + addBOM?: boolean; + defaultEncoding?: string; +} + +export interface EncoderStream { + write(str: string): Buffer; + end(): Buffer | undefined; +} + +export interface DecoderStream { + write(buf: Buffer): string; + end(): string | undefined; +} diff --git a/node_modules/encoding/node_modules/iconv-lite/lib/index.js b/node_modules/encoding/node_modules/iconv-lite/lib/index.js new file mode 100644 index 0000000..657701c --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/lib/index.js @@ -0,0 +1,180 @@ +"use strict"; + +var Buffer = require("safer-buffer").Buffer; + +var bomHandling = require("./bom-handling"), + iconv = module.exports; + +// All codecs and aliases are kept here, keyed by encoding name/alias. +// They are lazy loaded in `iconv.getCodec` from `encodings/index.js`. +iconv.encodings = null; + +// Characters emitted in case of error. +iconv.defaultCharUnicode = '�'; +iconv.defaultCharSingleByte = '?'; + +// Public API. +iconv.encode = function encode(str, encoding, options) { + str = "" + (str || ""); // Ensure string. + + var encoder = iconv.getEncoder(encoding, options); + + var res = encoder.write(str); + var trail = encoder.end(); + + return (trail && trail.length > 0) ? Buffer.concat([res, trail]) : res; +} + +iconv.decode = function decode(buf, encoding, options) { + if (typeof buf === 'string') { + if (!iconv.skipDecodeWarning) { + console.error('Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding'); + iconv.skipDecodeWarning = true; + } + + buf = Buffer.from("" + (buf || ""), "binary"); // Ensure buffer. + } + + var decoder = iconv.getDecoder(encoding, options); + + var res = decoder.write(buf); + var trail = decoder.end(); + + return trail ? (res + trail) : res; +} + +iconv.encodingExists = function encodingExists(enc) { + try { + iconv.getCodec(enc); + return true; + } catch (e) { + return false; + } +} + +// Legacy aliases to convert functions +iconv.toEncoding = iconv.encode; +iconv.fromEncoding = iconv.decode; + +// Search for a codec in iconv.encodings. Cache codec data in iconv._codecDataCache. +iconv._codecDataCache = {}; +iconv.getCodec = function getCodec(encoding) { + if (!iconv.encodings) + iconv.encodings = require("../encodings"); // Lazy load all encoding definitions. + + // Canonicalize encoding name: strip all non-alphanumeric chars and appended year. + var enc = iconv._canonicalizeEncoding(encoding); + + // Traverse iconv.encodings to find actual codec. + var codecOptions = {}; + while (true) { + var codec = iconv._codecDataCache[enc]; + if (codec) + return codec; + + var codecDef = iconv.encodings[enc]; + + switch (typeof codecDef) { + case "string": // Direct alias to other encoding. + enc = codecDef; + break; + + case "object": // Alias with options. Can be layered. + for (var key in codecDef) + codecOptions[key] = codecDef[key]; + + if (!codecOptions.encodingName) + codecOptions.encodingName = enc; + + enc = codecDef.type; + break; + + case "function": // Codec itself. + if (!codecOptions.encodingName) + codecOptions.encodingName = enc; + + // The codec function must load all tables and return object with .encoder and .decoder methods. + // It'll be called only once (for each different options object). + codec = new codecDef(codecOptions, iconv); + + iconv._codecDataCache[codecOptions.encodingName] = codec; // Save it to be reused later. + return codec; + + default: + throw new Error("Encoding not recognized: '" + encoding + "' (searched as: '"+enc+"')"); + } + } +} + +iconv._canonicalizeEncoding = function(encoding) { + // Canonicalize encoding name: strip all non-alphanumeric chars and appended year. + return (''+encoding).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g, ""); +} + +iconv.getEncoder = function getEncoder(encoding, options) { + var codec = iconv.getCodec(encoding), + encoder = new codec.encoder(options, codec); + + if (codec.bomAware && options && options.addBOM) + encoder = new bomHandling.PrependBOM(encoder, options); + + return encoder; +} + +iconv.getDecoder = function getDecoder(encoding, options) { + var codec = iconv.getCodec(encoding), + decoder = new codec.decoder(options, codec); + + if (codec.bomAware && !(options && options.stripBOM === false)) + decoder = new bomHandling.StripBOM(decoder, options); + + return decoder; +} + +// Streaming API +// NOTE: Streaming API naturally depends on 'stream' module from Node.js. Unfortunately in browser environments this module can add +// up to 100Kb to the output bundle. To avoid unnecessary code bloat, we don't enable Streaming API in browser by default. +// If you would like to enable it explicitly, please add the following code to your app: +// > iconv.enableStreamingAPI(require('stream')); +iconv.enableStreamingAPI = function enableStreamingAPI(stream_module) { + if (iconv.supportsStreams) + return; + + // Dependency-inject stream module to create IconvLite stream classes. + var streams = require("./streams")(stream_module); + + // Not public API yet, but expose the stream classes. + iconv.IconvLiteEncoderStream = streams.IconvLiteEncoderStream; + iconv.IconvLiteDecoderStream = streams.IconvLiteDecoderStream; + + // Streaming API. + iconv.encodeStream = function encodeStream(encoding, options) { + return new iconv.IconvLiteEncoderStream(iconv.getEncoder(encoding, options), options); + } + + iconv.decodeStream = function decodeStream(encoding, options) { + return new iconv.IconvLiteDecoderStream(iconv.getDecoder(encoding, options), options); + } + + iconv.supportsStreams = true; +} + +// Enable Streaming API automatically if 'stream' module is available and non-empty (the majority of environments). +var stream_module; +try { + stream_module = require("stream"); +} catch (e) {} + +if (stream_module && stream_module.Transform) { + iconv.enableStreamingAPI(stream_module); + +} else { + // In rare cases where 'stream' module is not available by default, throw a helpful exception. + iconv.encodeStream = iconv.decodeStream = function() { + throw new Error("iconv-lite Streaming API is not enabled. Use iconv.enableStreamingAPI(require('stream')); to enable it."); + }; +} + +if ("Ā" != "\u0100") { + console.error("iconv-lite warning: js files use non-utf8 encoding. See https://github.com/ashtuchkin/iconv-lite/wiki/Javascript-source-file-encodings for more info."); +} diff --git a/node_modules/encoding/node_modules/iconv-lite/lib/streams.js b/node_modules/encoding/node_modules/iconv-lite/lib/streams.js new file mode 100644 index 0000000..a150648 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/lib/streams.js @@ -0,0 +1,109 @@ +"use strict"; + +var Buffer = require("safer-buffer").Buffer; + +// NOTE: Due to 'stream' module being pretty large (~100Kb, significant in browser environments), +// we opt to dependency-inject it instead of creating a hard dependency. +module.exports = function(stream_module) { + var Transform = stream_module.Transform; + + // == Encoder stream ======================================================= + + function IconvLiteEncoderStream(conv, options) { + this.conv = conv; + options = options || {}; + options.decodeStrings = false; // We accept only strings, so we don't need to decode them. + Transform.call(this, options); + } + + IconvLiteEncoderStream.prototype = Object.create(Transform.prototype, { + constructor: { value: IconvLiteEncoderStream } + }); + + IconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) { + if (typeof chunk != 'string') + return done(new Error("Iconv encoding stream needs strings as its input.")); + try { + var res = this.conv.write(chunk); + if (res && res.length) this.push(res); + done(); + } + catch (e) { + done(e); + } + } + + IconvLiteEncoderStream.prototype._flush = function(done) { + try { + var res = this.conv.end(); + if (res && res.length) this.push(res); + done(); + } + catch (e) { + done(e); + } + } + + IconvLiteEncoderStream.prototype.collect = function(cb) { + var chunks = []; + this.on('error', cb); + this.on('data', function(chunk) { chunks.push(chunk); }); + this.on('end', function() { + cb(null, Buffer.concat(chunks)); + }); + return this; + } + + + // == Decoder stream ======================================================= + + function IconvLiteDecoderStream(conv, options) { + this.conv = conv; + options = options || {}; + options.encoding = this.encoding = 'utf8'; // We output strings. + Transform.call(this, options); + } + + IconvLiteDecoderStream.prototype = Object.create(Transform.prototype, { + constructor: { value: IconvLiteDecoderStream } + }); + + IconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) { + if (!Buffer.isBuffer(chunk) && !(chunk instanceof Uint8Array)) + return done(new Error("Iconv decoding stream needs buffers as its input.")); + try { + var res = this.conv.write(chunk); + if (res && res.length) this.push(res, this.encoding); + done(); + } + catch (e) { + done(e); + } + } + + IconvLiteDecoderStream.prototype._flush = function(done) { + try { + var res = this.conv.end(); + if (res && res.length) this.push(res, this.encoding); + done(); + } + catch (e) { + done(e); + } + } + + IconvLiteDecoderStream.prototype.collect = function(cb) { + var res = ''; + this.on('error', cb); + this.on('data', function(chunk) { res += chunk; }); + this.on('end', function() { + cb(null, res); + }); + return this; + } + + return { + IconvLiteEncoderStream: IconvLiteEncoderStream, + IconvLiteDecoderStream: IconvLiteDecoderStream, + }; +}; diff --git a/node_modules/encoding/node_modules/iconv-lite/package.json b/node_modules/encoding/node_modules/iconv-lite/package.json new file mode 100644 index 0000000..d351115 --- /dev/null +++ b/node_modules/encoding/node_modules/iconv-lite/package.json @@ -0,0 +1,44 @@ +{ + "name": "iconv-lite", + "description": "Convert character encodings in pure javascript.", + "version": "0.6.3", + "license": "MIT", + "keywords": [ + "iconv", + "convert", + "charset", + "icu" + ], + "author": "Alexander Shtuchkin ", + "main": "./lib/index.js", + "typings": "./lib/index.d.ts", + "homepage": "https://github.com/ashtuchkin/iconv-lite", + "bugs": "https://github.com/ashtuchkin/iconv-lite/issues", + "repository": { + "type": "git", + "url": "git://github.com/ashtuchkin/iconv-lite.git" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "coverage": "c8 _mocha --grep .", + "test": "mocha --reporter spec --grep ." + }, + "browser": { + "stream": false + }, + "devDependencies": { + "async": "^3.2.0", + "c8": "^7.2.0", + "errto": "^0.2.1", + "iconv": "^2.3.5", + "mocha": "^3.5.3", + "request": "^2.88.2", + "semver": "^6.3.0", + "unorm": "^1.6.0" + }, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } +} diff --git a/node_modules/encoding/package.json b/node_modules/encoding/package.json new file mode 100644 index 0000000..773a943 --- /dev/null +++ b/node_modules/encoding/package.json @@ -0,0 +1,18 @@ +{ + "name": "encoding", + "version": "0.1.13", + "description": "Convert encodings, uses iconv-lite", + "main": "lib/encoding.js", + "scripts": { + "test": "nodeunit test" + }, + "repository": "https://github.com/andris9/encoding.git", + "author": "Andris Reinman", + "license": "MIT", + "dependencies": { + "iconv-lite": "^0.6.2" + }, + "devDependencies": { + "nodeunit": "0.11.3" + } +} diff --git a/node_modules/encoding/test/test.js b/node_modules/encoding/test/test.js new file mode 100644 index 0000000..3a7dfee --- /dev/null +++ b/node_modules/encoding/test/test.js @@ -0,0 +1,49 @@ +'use strict'; + +var encoding = require('../lib/encoding'); + +exports['General tests'] = { + 'From UTF-8 to Latin_1': function (test) { + var input = 'ÕÄÖÜ', + expected = Buffer.from([0xd5, 0xc4, 0xd6, 0xdc]); + test.deepEqual(encoding.convert(input, 'latin1'), expected); + test.done(); + }, + + 'From Latin_1 to UTF-8': function (test) { + var input = Buffer.from([0xd5, 0xc4, 0xd6, 0xdc]), + expected = 'ÕÄÖÜ'; + test.deepEqual(encoding.convert(input, 'utf-8', 'latin1').toString(), expected); + test.done(); + }, + + 'From UTF-8 to UTF-8': function (test) { + var input = 'ÕÄÖÜ', + expected = Buffer.from('ÕÄÖÜ'); + test.deepEqual(encoding.convert(input, 'utf-8', 'utf-8'), expected); + test.done(); + }, + + 'From Latin_13 to Latin_15': function (test) { + var input = Buffer.from([0xd5, 0xc4, 0xd6, 0xdc, 0xd0]), + expected = Buffer.from([0xd5, 0xc4, 0xd6, 0xdc, 0xa6]); + test.deepEqual(encoding.convert(input, 'latin_15', 'latin13'), expected); + test.done(); + } + + /* + // ISO-2022-JP is not supported by iconv-lite + "From ISO-2022-JP to UTF-8 with Iconv": function (test) { + var input = Buffer.from( + "GyRCM1g5OzU7PVEwdzgmPSQ4IUYkMnFKczlwGyhC", + "base64" + ), + expected = Buffer.from( + "5a2m5qCh5oqA6KGT5ZOh56CU5L+u5qSc6KiO5Lya5aCx5ZGK", + "base64" + ); + test.deepEqual(encoding.convert(input, "utf-8", "ISO-2022-JP"), expected); + test.done(); + }, + */ +}; diff --git a/node_modules/env-paths/index.d.ts b/node_modules/env-paths/index.d.ts new file mode 100644 index 0000000..277ddc0 --- /dev/null +++ b/node_modules/env-paths/index.d.ts @@ -0,0 +1,101 @@ +declare namespace envPaths { + export interface Options { + /** + __Don't use this option unless you really have to!__ + + Suffix appended to the project name to avoid name conflicts with native apps. Pass an empty string to disable it. + + @default 'nodejs' + */ + readonly suffix?: string; + } + + export interface Paths { + /** + Directory for data files. + + Example locations (with the default `nodejs` suffix): + + - macOS: `~/Library/Application Support/MyApp-nodejs` + - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Data` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Data`) + - Linux: `~/.local/share/MyApp-nodejs` (or `$XDG_DATA_HOME/MyApp-nodejs`) + */ + readonly data: string; + + /** + Directory for data files. + + Example locations (with the default `nodejs` suffix): + + - macOS: `~/Library/Preferences/MyApp-nodejs` + - Windows: `%APPDATA%\MyApp-nodejs\Config` (for example, `C:\Users\USERNAME\AppData\Roaming\MyApp-nodejs\Config`) + - Linux: `~/.config/MyApp-nodejs` (or `$XDG_CONFIG_HOME/MyApp-nodejs`) + */ + readonly config: string; + + /** + Directory for non-essential data files. + + Example locations (with the default `nodejs` suffix): + + - macOS: `~/Library/Caches/MyApp-nodejs` + - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Cache` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Cache`) + - Linux: `~/.cache/MyApp-nodejs` (or `$XDG_CACHE_HOME/MyApp-nodejs`) + */ + readonly cache: string; + + /** + Directory for log files. + + Example locations (with the default `nodejs` suffix): + + - macOS: `~/Library/Logs/MyApp-nodejs` + - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Log` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Log`) + - Linux: `~/.local/state/MyApp-nodejs` (or `$XDG_STATE_HOME/MyApp-nodejs`) + */ + readonly log: string; + + /** + Directory for temporary files. + + Example locations (with the default `nodejs` suffix): + + - macOS: `/var/folders/jf/f2twvvvs5jl_m49tf034ffpw0000gn/T/MyApp-nodejs` + - Windows: `%LOCALAPPDATA%\Temp\MyApp-nodejs` (for example, `C:\Users\USERNAME\AppData\Local\Temp\MyApp-nodejs`) + - Linux: `/tmp/USERNAME/MyApp-nodejs` + */ + readonly temp: string; + } +} + +declare const envPaths: { + /** + Get paths for storing things like data, config, cache, etc. + + Note: It only generates the path strings. It doesn't create the directories for you. You could use [`make-dir`](https://github.com/sindresorhus/make-dir) to create the directories. + + @param name - Name of your project. Used to generate the paths. + @returns The paths to use for your project on current OS. + + @example + ``` + import envPaths = require('env-paths'); + + const paths = envPaths('MyApp'); + + paths.data; + //=> '/home/sindresorhus/.local/share/MyApp-nodejs' + + paths.config + //=> '/home/sindresorhus/.config/MyApp-nodejs' + ``` + */ + (name: string, options?: envPaths.Options): envPaths.Paths; + + // TODO: Remove this for the next major release, refactor the whole definition to: + // declare function envPaths(name: string, options?: envPaths.Options): envPaths.Paths; + // export = envPaths; + default: typeof envPaths; +}; + +export = envPaths; diff --git a/node_modules/env-paths/index.js b/node_modules/env-paths/index.js new file mode 100644 index 0000000..7e7b50b --- /dev/null +++ b/node_modules/env-paths/index.js @@ -0,0 +1,74 @@ +'use strict'; +const path = require('path'); +const os = require('os'); + +const homedir = os.homedir(); +const tmpdir = os.tmpdir(); +const {env} = process; + +const macos = name => { + const library = path.join(homedir, 'Library'); + + return { + data: path.join(library, 'Application Support', name), + config: path.join(library, 'Preferences', name), + cache: path.join(library, 'Caches', name), + log: path.join(library, 'Logs', name), + temp: path.join(tmpdir, name) + }; +}; + +const windows = name => { + const appData = env.APPDATA || path.join(homedir, 'AppData', 'Roaming'); + const localAppData = env.LOCALAPPDATA || path.join(homedir, 'AppData', 'Local'); + + return { + // Data/config/cache/log are invented by me as Windows isn't opinionated about this + data: path.join(localAppData, name, 'Data'), + config: path.join(appData, name, 'Config'), + cache: path.join(localAppData, name, 'Cache'), + log: path.join(localAppData, name, 'Log'), + temp: path.join(tmpdir, name) + }; +}; + +// https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html +const linux = name => { + const username = path.basename(homedir); + + return { + data: path.join(env.XDG_DATA_HOME || path.join(homedir, '.local', 'share'), name), + config: path.join(env.XDG_CONFIG_HOME || path.join(homedir, '.config'), name), + cache: path.join(env.XDG_CACHE_HOME || path.join(homedir, '.cache'), name), + // https://wiki.debian.org/XDGBaseDirectorySpecification#state + log: path.join(env.XDG_STATE_HOME || path.join(homedir, '.local', 'state'), name), + temp: path.join(tmpdir, username, name) + }; +}; + +const envPaths = (name, options) => { + if (typeof name !== 'string') { + throw new TypeError(`Expected string, got ${typeof name}`); + } + + options = Object.assign({suffix: 'nodejs'}, options); + + if (options.suffix) { + // Add suffix to prevent possible conflict with native apps + name += `-${options.suffix}`; + } + + if (process.platform === 'darwin') { + return macos(name); + } + + if (process.platform === 'win32') { + return windows(name); + } + + return linux(name); +}; + +module.exports = envPaths; +// TODO: Remove this for the next major release +module.exports.default = envPaths; diff --git a/node_modules/env-paths/license b/node_modules/env-paths/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/env-paths/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/env-paths/package.json b/node_modules/env-paths/package.json new file mode 100644 index 0000000..fae4ebc --- /dev/null +++ b/node_modules/env-paths/package.json @@ -0,0 +1,45 @@ +{ + "name": "env-paths", + "version": "2.2.1", + "description": "Get paths for storing things like data, config, cache, etc", + "license": "MIT", + "repository": "sindresorhus/env-paths", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=6" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "common", + "user", + "paths", + "env", + "environment", + "directory", + "dir", + "appdir", + "path", + "data", + "config", + "cache", + "logs", + "temp", + "linux", + "unix" + ], + "devDependencies": { + "ava": "^1.4.1", + "tsd": "^0.7.1", + "xo": "^0.24.0" + } +} diff --git a/node_modules/env-paths/readme.md b/node_modules/env-paths/readme.md new file mode 100644 index 0000000..b66d571 --- /dev/null +++ b/node_modules/env-paths/readme.md @@ -0,0 +1,115 @@ +# env-paths + +> Get paths for storing things like data, config, cache, etc + +Uses the correct OS-specific paths. Most developers get this wrong. + + +## Install + +``` +$ npm install env-paths +``` + + +## Usage + +```js +const envPaths = require('env-paths'); + +const paths = envPaths('MyApp'); + +paths.data; +//=> '/home/sindresorhus/.local/share/MyApp-nodejs' + +paths.config +//=> '/home/sindresorhus/.config/MyApp-nodejs' +``` + + +## API + +### paths = envPaths(name, options?) + +Note: It only generates the path strings. It doesn't create the directories for you. You could use [`make-dir`](https://github.com/sindresorhus/make-dir) to create the directories. + +#### name + +Type: `string` + +Name of your project. Used to generate the paths. + +#### options + +Type: `object` + +##### suffix + +Type: `string`
+Default: `'nodejs'` + +**Don't use this option unless you really have to!**
+Suffix appended to the project name to avoid name conflicts with native +apps. Pass an empty string to disable it. + +### paths.data + +Directory for data files. + +Example locations (with the default `nodejs` [suffix](#suffix)): + +- macOS: `~/Library/Application Support/MyApp-nodejs` +- Windows: `%LOCALAPPDATA%\MyApp-nodejs\Data` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Data`) +- Linux: `~/.local/share/MyApp-nodejs` (or `$XDG_DATA_HOME/MyApp-nodejs`) + +### paths.config + +Directory for config files. + +Example locations (with the default `nodejs` [suffix](#suffix)): + +- macOS: `~/Library/Preferences/MyApp-nodejs` +- Windows: `%APPDATA%\MyApp-nodejs\Config` (for example, `C:\Users\USERNAME\AppData\Roaming\MyApp-nodejs\Config`) +- Linux: `~/.config/MyApp-nodejs` (or `$XDG_CONFIG_HOME/MyApp-nodejs`) + +### paths.cache + +Directory for non-essential data files. + +Example locations (with the default `nodejs` [suffix](#suffix)): + +- macOS: `~/Library/Caches/MyApp-nodejs` +- Windows: `%LOCALAPPDATA%\MyApp-nodejs\Cache` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Cache`) +- Linux: `~/.cache/MyApp-nodejs` (or `$XDG_CACHE_HOME/MyApp-nodejs`) + +### paths.log + +Directory for log files. + +Example locations (with the default `nodejs` [suffix](#suffix)): + +- macOS: `~/Library/Logs/MyApp-nodejs` +- Windows: `%LOCALAPPDATA%\MyApp-nodejs\Log` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Log`) +- Linux: `~/.local/state/MyApp-nodejs` (or `$XDG_STATE_HOME/MyApp-nodejs`) + +### paths.temp + +Directory for temporary files. + +Example locations (with the default `nodejs` [suffix](#suffix)): + +- macOS: `/var/folders/jf/f2twvvvs5jl_m49tf034ffpw0000gn/T/MyApp-nodejs` +- Windows: `%LOCALAPPDATA%\Temp\MyApp-nodejs` (for example, `C:\Users\USERNAME\AppData\Local\Temp\MyApp-nodejs`) +- Linux: `/tmp/USERNAME/MyApp-nodejs` + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
diff --git a/node_modules/err-code/.editorconfig b/node_modules/err-code/.editorconfig new file mode 100644 index 0000000..829280b --- /dev/null +++ b/node_modules/err-code/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[package.json] +indent_size = 2 diff --git a/node_modules/err-code/.eslintrc.json b/node_modules/err-code/.eslintrc.json new file mode 100644 index 0000000..4829595 --- /dev/null +++ b/node_modules/err-code/.eslintrc.json @@ -0,0 +1,7 @@ +{ + "root": true, + "extends": [ + "@satazor/eslint-config/es6", + "@satazor/eslint-config/addons/node" + ] +} \ No newline at end of file diff --git a/node_modules/err-code/.travis.yml b/node_modules/err-code/.travis.yml new file mode 100644 index 0000000..b29cf66 --- /dev/null +++ b/node_modules/err-code/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "4" + - "6" diff --git a/node_modules/err-code/README.md b/node_modules/err-code/README.md new file mode 100644 index 0000000..5afdab0 --- /dev/null +++ b/node_modules/err-code/README.md @@ -0,0 +1,70 @@ +# err-code + +[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url] + +[npm-url]:https://npmjs.org/package/err-code +[downloads-image]:http://img.shields.io/npm/dm/err-code.svg +[npm-image]:http://img.shields.io/npm/v/err-code.svg +[travis-url]:https://travis-ci.org/IndigoUnited/js-err-code +[travis-image]:http://img.shields.io/travis/IndigoUnited/js-err-code/master.svg +[david-dm-url]:https://david-dm.org/IndigoUnited/js-err-code +[david-dm-image]:https://img.shields.io/david/IndigoUnited/js-err-code.svg +[david-dm-dev-url]:https://david-dm.org/IndigoUnited/js-err-code?type=dev +[david-dm-dev-image]:https://img.shields.io/david/dev/IndigoUnited/js-err-code.svg +[greenkeeper-image]:https://badges.greenkeeper.io/IndigoUnited/js-err-code.svg +[greenkeeper-url]:https://greenkeeper.io/ + +Create new error instances with a code and additional properties. + + +## Installation + +```console +$ npm install err-code +// or +$ bower install err-code +``` + +The browser file is named index.umd.js which supports CommonJS, AMD and globals (errCode). + + +## Why + +I find myself doing this repeatedly: + +```js +var err = new Error('My message'); +err.code = 'SOMECODE'; +err.detail = 'Additional information about the error'; +throw err; +``` + + +## Usage + +Simple usage. + +```js +var errcode = require('err-code'); + +// fill error with message + code +throw errcode(new Error('My message'), 'ESOMECODE'); +// fill error with message + code + props +throw errcode(new Error('My message'), 'ESOMECODE', { detail: 'Additional information about the error' }); +// fill error with message + props +throw errcode(new Error('My message'), { detail: 'Additional information about the error' }); +``` + +## Pre-existing fields + +If the passed `Error` already has a `.code` field, or fields specified in the third argument to `errcode` they will be overwritten, unless the fields are read only or otherwise throw during assignment in which case a new object will be created that shares a prototype chain with the original `Error`. The `.stack` and `.message` properties will be carried over from the original error and `.code` or any passed properties will be set on it. + + +## Tests + +`$ npm test` + + +## License + +Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). diff --git a/node_modules/err-code/bower.json b/node_modules/err-code/bower.json new file mode 100644 index 0000000..a39cb70 --- /dev/null +++ b/node_modules/err-code/bower.json @@ -0,0 +1,30 @@ +{ + "name": "err-code", + "version": "1.1.1", + "description": "Create new error instances with a code and additional properties", + "main": "index.umd.js", + "homepage": "https://github.com/IndigoUnited/js-err-code", + "authors": [ + "IndigoUnited (http://indigounited.com)" + ], + "moduleType": [ + "amd", + "globals", + "node" + ], + "keywords": [ + "error", + "err", + "code", + "properties", + "property" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/node_modules/err-code/index.js b/node_modules/err-code/index.js new file mode 100644 index 0000000..9ff3e9c --- /dev/null +++ b/node_modules/err-code/index.js @@ -0,0 +1,47 @@ +'use strict'; + +function assign(obj, props) { + for (const key in props) { + Object.defineProperty(obj, key, { + value: props[key], + enumerable: true, + configurable: true, + }); + } + + return obj; +} + +function createError(err, code, props) { + if (!err || typeof err === 'string') { + throw new TypeError('Please pass an Error to err-code'); + } + + if (!props) { + props = {}; + } + + if (typeof code === 'object') { + props = code; + code = undefined; + } + + if (code != null) { + props.code = code; + } + + try { + return assign(err, props); + } catch (_) { + props.message = err.message; + props.stack = err.stack; + + const ErrClass = function () {}; + + ErrClass.prototype = Object.create(Object.getPrototypeOf(err)); + + return assign(new ErrClass(), props); + } +} + +module.exports = createError; diff --git a/node_modules/err-code/index.umd.js b/node_modules/err-code/index.umd.js new file mode 100644 index 0000000..4100726 --- /dev/null +++ b/node_modules/err-code/index.umd.js @@ -0,0 +1,51 @@ +(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.errCode = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i index.umd.js" + }, + "bugs": { + "url": "https://github.com/IndigoUnited/js-err-code/issues/" + }, + "repository": { + "type": "git", + "url": "git://github.com/IndigoUnited/js-err-code.git" + }, + "keywords": [ + "error", + "err", + "code", + "properties", + "property" + ], + "author": "IndigoUnited (http://indigounited.com)", + "license": "MIT", + "devDependencies": { + "@satazor/eslint-config": "^3.0.0", + "browserify": "^16.5.1", + "eslint": "^7.2.0", + "expect.js": "^0.3.1", + "mocha": "^8.0.1" + } +} diff --git a/node_modules/err-code/test/.eslintrc.json b/node_modules/err-code/test/.eslintrc.json new file mode 100644 index 0000000..f9fbb2d --- /dev/null +++ b/node_modules/err-code/test/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "env": { + "mocha": true + } +} \ No newline at end of file diff --git a/node_modules/err-code/test/test.js b/node_modules/err-code/test/test.js new file mode 100644 index 0000000..22ba0a8 --- /dev/null +++ b/node_modules/err-code/test/test.js @@ -0,0 +1,159 @@ +'use strict'; + +const errcode = require('../index'); +const expect = require('expect.js'); + +describe('errcode', () => { + describe('string as first argument', () => { + it('should throw an error', () => { + expect(() => { errcode('my message'); }).to.throwError((err) => { + expect(err).to.be.a(TypeError); + }); + }); + }); + + describe('error as first argument', () => { + it('should accept an error and do nothing', () => { + const myErr = new Error('my message'); + const err = errcode(myErr); + + expect(err).to.be(myErr); + expect(err.hasOwnProperty(err.code)).to.be(false); + }); + + it('should accept an error and add a code', () => { + const myErr = new Error('my message'); + const err = errcode(myErr, 'ESOME'); + + expect(err).to.be(myErr); + expect(err.code).to.be('ESOME'); + }); + + it('should accept an error object and add code & properties', () => { + const myErr = new Error('my message'); + const err = errcode(myErr, 'ESOME', { foo: 'bar', bar: 'foo' }); + + expect(err).to.be.an(Error); + expect(err.code).to.be('ESOME'); + expect(err.foo).to.be('bar'); + expect(err.bar).to.be('foo'); + }); + + it('should create an error object without code but with properties', () => { + const myErr = new Error('my message'); + const err = errcode(myErr, { foo: 'bar', bar: 'foo' }); + + expect(err).to.be.an(Error); + expect(err.code).to.be(undefined); + expect(err.foo).to.be('bar'); + expect(err.bar).to.be('foo'); + }); + + it('should set a non-writable field', () => { + const myErr = new Error('my message'); + + Object.defineProperty(myErr, 'code', { + value: 'derp', + writable: false, + }); + const err = errcode(myErr, 'ERR_WAT'); + + expect(err).to.be.an(Error); + expect(err.stack).to.equal(myErr.stack); + expect(err.code).to.be('ERR_WAT'); + }); + + it('should add a code to frozen object', () => { + const myErr = new Error('my message'); + const err = errcode(Object.freeze(myErr), 'ERR_WAT'); + + expect(err).to.be.an(Error); + expect(err.stack).to.equal(myErr.stack); + expect(err.code).to.be('ERR_WAT'); + }); + + it('should to set a field that throws at assignment time', () => { + const myErr = new Error('my message'); + + Object.defineProperty(myErr, 'code', { + enumerable: true, + set() { + throw new Error('Nope!'); + }, + get() { + return 'derp'; + }, + }); + const err = errcode(myErr, 'ERR_WAT'); + + expect(err).to.be.an(Error); + expect(err.stack).to.equal(myErr.stack); + expect(err.code).to.be('ERR_WAT'); + }); + + it('should retain error type', () => { + const myErr = new TypeError('my message'); + + Object.defineProperty(myErr, 'code', { + value: 'derp', + writable: false, + }); + const err = errcode(myErr, 'ERR_WAT'); + + expect(err).to.be.a(TypeError); + expect(err.stack).to.equal(myErr.stack); + expect(err.code).to.be('ERR_WAT'); + }); + + it('should add a code to a class that extends Error', () => { + class CustomError extends Error { + set code(val) { + throw new Error('Nope!'); + } + } + + const myErr = new CustomError('my message'); + + Object.defineProperty(myErr, 'code', { + value: 'derp', + writable: false, + configurable: false, + }); + const err = errcode(myErr, 'ERR_WAT'); + + expect(err).to.be.a(CustomError); + expect(err.stack).to.equal(myErr.stack); + expect(err.code).to.be('ERR_WAT'); + + // original prototype chain should be intact + expect(() => { + const otherErr = new CustomError('my message'); + + otherErr.code = 'derp'; + }).to.throwError(); + }); + + it('should support errors that are not Errors', () => { + const err = errcode({ + message: 'Oh noes!', + }, 'ERR_WAT'); + + expect(err.message).to.be('Oh noes!'); + expect(err.code).to.be('ERR_WAT'); + }); + }); + + describe('falsy first arguments', () => { + it('should not allow passing null as the first argument', () => { + expect(() => { errcode(null); }).to.throwError((err) => { + expect(err).to.be.a(TypeError); + }); + }); + + it('should not allow passing undefined as the first argument', () => { + expect(() => { errcode(undefined); }).to.throwError((err) => { + expect(err).to.be.a(TypeError); + }); + }); + }); +}); diff --git a/node_modules/fs-minipass/LICENSE b/node_modules/fs-minipass/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/fs-minipass/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/fs-minipass/README.md b/node_modules/fs-minipass/README.md new file mode 100644 index 0000000..1e61241 --- /dev/null +++ b/node_modules/fs-minipass/README.md @@ -0,0 +1,70 @@ +# fs-minipass + +Filesystem streams based on [minipass](http://npm.im/minipass). + +4 classes are exported: + +- ReadStream +- ReadStreamSync +- WriteStream +- WriteStreamSync + +When using `ReadStreamSync`, all of the data is made available +immediately upon consuming the stream. Nothing is buffered in memory +when the stream is constructed. If the stream is piped to a writer, +then it will synchronously `read()` and emit data into the writer as +fast as the writer can consume it. (That is, it will respect +backpressure.) If you call `stream.read()` then it will read the +entire file and return the contents. + +When using `WriteStreamSync`, every write is flushed to the file +synchronously. If your writes all come in a single tick, then it'll +write it all out in a single tick. It's as synchronous as you are. + +The async versions work much like their node builtin counterparts, +with the exception of introducing significantly less Stream machinery +overhead. + +## USAGE + +It's just streams, you pipe them or read() them or write() to them. + +```js +const fsm = require('fs-minipass') +const readStream = new fsm.ReadStream('file.txt') +const writeStream = new fsm.WriteStream('output.txt') +writeStream.write('some file header or whatever\n') +readStream.pipe(writeStream) +``` + +## ReadStream(path, options) + +Path string is required, but somewhat irrelevant if an open file +descriptor is passed in as an option. + +Options: + +- `fd` Pass in a numeric file descriptor, if the file is already open. +- `readSize` The size of reads to do, defaults to 16MB +- `size` The size of the file, if known. Prevents zero-byte read() + call at the end. +- `autoClose` Set to `false` to prevent the file descriptor from being + closed when the file is done being read. + +## WriteStream(path, options) + +Path string is required, but somewhat irrelevant if an open file +descriptor is passed in as an option. + +Options: + +- `fd` Pass in a numeric file descriptor, if the file is already open. +- `mode` The mode to create the file with. Defaults to `0o666`. +- `start` The position in the file to start reading. If not + specified, then the file will start writing at position zero, and be + truncated by default. +- `autoClose` Set to `false` to prevent the file descriptor from being + closed when the stream is ended. +- `flags` Flags to use when opening the file. Irrelevant if `fd` is + passed in, since file won't be opened in that case. Defaults to + `'a'` if a `pos` is specified, or `'w'` otherwise. diff --git a/node_modules/fs-minipass/index.js b/node_modules/fs-minipass/index.js new file mode 100644 index 0000000..9b0779c --- /dev/null +++ b/node_modules/fs-minipass/index.js @@ -0,0 +1,422 @@ +'use strict' +const MiniPass = require('minipass') +const EE = require('events').EventEmitter +const fs = require('fs') + +let writev = fs.writev +/* istanbul ignore next */ +if (!writev) { + // This entire block can be removed if support for earlier than Node.js + // 12.9.0 is not needed. + const binding = process.binding('fs') + const FSReqWrap = binding.FSReqWrap || binding.FSReqCallback + + writev = (fd, iovec, pos, cb) => { + const done = (er, bw) => cb(er, bw, iovec) + const req = new FSReqWrap() + req.oncomplete = done + binding.writeBuffers(fd, iovec, pos, req) + } +} + +const _autoClose = Symbol('_autoClose') +const _close = Symbol('_close') +const _ended = Symbol('_ended') +const _fd = Symbol('_fd') +const _finished = Symbol('_finished') +const _flags = Symbol('_flags') +const _flush = Symbol('_flush') +const _handleChunk = Symbol('_handleChunk') +const _makeBuf = Symbol('_makeBuf') +const _mode = Symbol('_mode') +const _needDrain = Symbol('_needDrain') +const _onerror = Symbol('_onerror') +const _onopen = Symbol('_onopen') +const _onread = Symbol('_onread') +const _onwrite = Symbol('_onwrite') +const _open = Symbol('_open') +const _path = Symbol('_path') +const _pos = Symbol('_pos') +const _queue = Symbol('_queue') +const _read = Symbol('_read') +const _readSize = Symbol('_readSize') +const _reading = Symbol('_reading') +const _remain = Symbol('_remain') +const _size = Symbol('_size') +const _write = Symbol('_write') +const _writing = Symbol('_writing') +const _defaultFlag = Symbol('_defaultFlag') +const _errored = Symbol('_errored') + +class ReadStream extends MiniPass { + constructor (path, opt) { + opt = opt || {} + super(opt) + + this.readable = true + this.writable = false + + if (typeof path !== 'string') + throw new TypeError('path must be a string') + + this[_errored] = false + this[_fd] = typeof opt.fd === 'number' ? opt.fd : null + this[_path] = path + this[_readSize] = opt.readSize || 16*1024*1024 + this[_reading] = false + this[_size] = typeof opt.size === 'number' ? opt.size : Infinity + this[_remain] = this[_size] + this[_autoClose] = typeof opt.autoClose === 'boolean' ? + opt.autoClose : true + + if (typeof this[_fd] === 'number') + this[_read]() + else + this[_open]() + } + + get fd () { return this[_fd] } + get path () { return this[_path] } + + write () { + throw new TypeError('this is a readable stream') + } + + end () { + throw new TypeError('this is a readable stream') + } + + [_open] () { + fs.open(this[_path], 'r', (er, fd) => this[_onopen](er, fd)) + } + + [_onopen] (er, fd) { + if (er) + this[_onerror](er) + else { + this[_fd] = fd + this.emit('open', fd) + this[_read]() + } + } + + [_makeBuf] () { + return Buffer.allocUnsafe(Math.min(this[_readSize], this[_remain])) + } + + [_read] () { + if (!this[_reading]) { + this[_reading] = true + const buf = this[_makeBuf]() + /* istanbul ignore if */ + if (buf.length === 0) + return process.nextTick(() => this[_onread](null, 0, buf)) + fs.read(this[_fd], buf, 0, buf.length, null, (er, br, buf) => + this[_onread](er, br, buf)) + } + } + + [_onread] (er, br, buf) { + this[_reading] = false + if (er) + this[_onerror](er) + else if (this[_handleChunk](br, buf)) + this[_read]() + } + + [_close] () { + if (this[_autoClose] && typeof this[_fd] === 'number') { + const fd = this[_fd] + this[_fd] = null + fs.close(fd, er => er ? this.emit('error', er) : this.emit('close')) + } + } + + [_onerror] (er) { + this[_reading] = true + this[_close]() + this.emit('error', er) + } + + [_handleChunk] (br, buf) { + let ret = false + // no effect if infinite + this[_remain] -= br + if (br > 0) + ret = super.write(br < buf.length ? buf.slice(0, br) : buf) + + if (br === 0 || this[_remain] <= 0) { + ret = false + this[_close]() + super.end() + } + + return ret + } + + emit (ev, data) { + switch (ev) { + case 'prefinish': + case 'finish': + break + + case 'drain': + if (typeof this[_fd] === 'number') + this[_read]() + break + + case 'error': + if (this[_errored]) + return + this[_errored] = true + return super.emit(ev, data) + + default: + return super.emit(ev, data) + } + } +} + +class ReadStreamSync extends ReadStream { + [_open] () { + let threw = true + try { + this[_onopen](null, fs.openSync(this[_path], 'r')) + threw = false + } finally { + if (threw) + this[_close]() + } + } + + [_read] () { + let threw = true + try { + if (!this[_reading]) { + this[_reading] = true + do { + const buf = this[_makeBuf]() + /* istanbul ignore next */ + const br = buf.length === 0 ? 0 + : fs.readSync(this[_fd], buf, 0, buf.length, null) + if (!this[_handleChunk](br, buf)) + break + } while (true) + this[_reading] = false + } + threw = false + } finally { + if (threw) + this[_close]() + } + } + + [_close] () { + if (this[_autoClose] && typeof this[_fd] === 'number') { + const fd = this[_fd] + this[_fd] = null + fs.closeSync(fd) + this.emit('close') + } + } +} + +class WriteStream extends EE { + constructor (path, opt) { + opt = opt || {} + super(opt) + this.readable = false + this.writable = true + this[_errored] = false + this[_writing] = false + this[_ended] = false + this[_needDrain] = false + this[_queue] = [] + this[_path] = path + this[_fd] = typeof opt.fd === 'number' ? opt.fd : null + this[_mode] = opt.mode === undefined ? 0o666 : opt.mode + this[_pos] = typeof opt.start === 'number' ? opt.start : null + this[_autoClose] = typeof opt.autoClose === 'boolean' ? + opt.autoClose : true + + // truncating makes no sense when writing into the middle + const defaultFlag = this[_pos] !== null ? 'r+' : 'w' + this[_defaultFlag] = opt.flags === undefined + this[_flags] = this[_defaultFlag] ? defaultFlag : opt.flags + + if (this[_fd] === null) + this[_open]() + } + + emit (ev, data) { + if (ev === 'error') { + if (this[_errored]) + return + this[_errored] = true + } + return super.emit(ev, data) + } + + + get fd () { return this[_fd] } + get path () { return this[_path] } + + [_onerror] (er) { + this[_close]() + this[_writing] = true + this.emit('error', er) + } + + [_open] () { + fs.open(this[_path], this[_flags], this[_mode], + (er, fd) => this[_onopen](er, fd)) + } + + [_onopen] (er, fd) { + if (this[_defaultFlag] && + this[_flags] === 'r+' && + er && er.code === 'ENOENT') { + this[_flags] = 'w' + this[_open]() + } else if (er) + this[_onerror](er) + else { + this[_fd] = fd + this.emit('open', fd) + this[_flush]() + } + } + + end (buf, enc) { + if (buf) + this.write(buf, enc) + + this[_ended] = true + + // synthetic after-write logic, where drain/finish live + if (!this[_writing] && !this[_queue].length && + typeof this[_fd] === 'number') + this[_onwrite](null, 0) + return this + } + + write (buf, enc) { + if (typeof buf === 'string') + buf = Buffer.from(buf, enc) + + if (this[_ended]) { + this.emit('error', new Error('write() after end()')) + return false + } + + if (this[_fd] === null || this[_writing] || this[_queue].length) { + this[_queue].push(buf) + this[_needDrain] = true + return false + } + + this[_writing] = true + this[_write](buf) + return true + } + + [_write] (buf) { + fs.write(this[_fd], buf, 0, buf.length, this[_pos], (er, bw) => + this[_onwrite](er, bw)) + } + + [_onwrite] (er, bw) { + if (er) + this[_onerror](er) + else { + if (this[_pos] !== null) + this[_pos] += bw + if (this[_queue].length) + this[_flush]() + else { + this[_writing] = false + + if (this[_ended] && !this[_finished]) { + this[_finished] = true + this[_close]() + this.emit('finish') + } else if (this[_needDrain]) { + this[_needDrain] = false + this.emit('drain') + } + } + } + } + + [_flush] () { + if (this[_queue].length === 0) { + if (this[_ended]) + this[_onwrite](null, 0) + } else if (this[_queue].length === 1) + this[_write](this[_queue].pop()) + else { + const iovec = this[_queue] + this[_queue] = [] + writev(this[_fd], iovec, this[_pos], + (er, bw) => this[_onwrite](er, bw)) + } + } + + [_close] () { + if (this[_autoClose] && typeof this[_fd] === 'number') { + const fd = this[_fd] + this[_fd] = null + fs.close(fd, er => er ? this.emit('error', er) : this.emit('close')) + } + } +} + +class WriteStreamSync extends WriteStream { + [_open] () { + let fd + // only wrap in a try{} block if we know we'll retry, to avoid + // the rethrow obscuring the error's source frame in most cases. + if (this[_defaultFlag] && this[_flags] === 'r+') { + try { + fd = fs.openSync(this[_path], this[_flags], this[_mode]) + } catch (er) { + if (er.code === 'ENOENT') { + this[_flags] = 'w' + return this[_open]() + } else + throw er + } + } else + fd = fs.openSync(this[_path], this[_flags], this[_mode]) + + this[_onopen](null, fd) + } + + [_close] () { + if (this[_autoClose] && typeof this[_fd] === 'number') { + const fd = this[_fd] + this[_fd] = null + fs.closeSync(fd) + this.emit('close') + } + } + + [_write] (buf) { + // throw the original, but try to close if it fails + let threw = true + try { + this[_onwrite](null, + fs.writeSync(this[_fd], buf, 0, buf.length, this[_pos])) + threw = false + } finally { + if (threw) + try { this[_close]() } catch (_) {} + } + } +} + +exports.ReadStream = ReadStream +exports.ReadStreamSync = ReadStreamSync + +exports.WriteStream = WriteStream +exports.WriteStreamSync = WriteStreamSync diff --git a/node_modules/fs-minipass/package.json b/node_modules/fs-minipass/package.json new file mode 100644 index 0000000..2f2436c --- /dev/null +++ b/node_modules/fs-minipass/package.json @@ -0,0 +1,39 @@ +{ + "name": "fs-minipass", + "version": "2.1.0", + "main": "index.js", + "scripts": { + "test": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "keywords": [], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "repository": { + "type": "git", + "url": "git+https://github.com/npm/fs-minipass.git" + }, + "bugs": { + "url": "https://github.com/npm/fs-minipass/issues" + }, + "homepage": "https://github.com/npm/fs-minipass#readme", + "description": "fs read and write streams based on minipass", + "dependencies": { + "minipass": "^3.0.0" + }, + "devDependencies": { + "mutate-fs": "^2.0.1", + "tap": "^14.6.4" + }, + "files": [ + "index.js" + ], + "tap": { + "check-coverage": true + }, + "engines": { + "node": ">= 8" + } +} diff --git a/node_modules/fs.realpath/LICENSE b/node_modules/fs.realpath/LICENSE new file mode 100644 index 0000000..5bd884c --- /dev/null +++ b/node_modules/fs.realpath/LICENSE @@ -0,0 +1,43 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---- + +This library bundles a version of the `fs.realpath` and `fs.realpathSync` +methods from Node.js v0.10 under the terms of the Node.js MIT license. + +Node's license follows, also included at the header of `old.js` which contains +the licensed code: + + Copyright Joyent, Inc. and other Node contributors. + + 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: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + 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. diff --git a/node_modules/fs.realpath/README.md b/node_modules/fs.realpath/README.md new file mode 100644 index 0000000..a42ceac --- /dev/null +++ b/node_modules/fs.realpath/README.md @@ -0,0 +1,33 @@ +# fs.realpath + +A backwards-compatible fs.realpath for Node v6 and above + +In Node v6, the JavaScript implementation of fs.realpath was replaced +with a faster (but less resilient) native implementation. That raises +new and platform-specific errors and cannot handle long or excessively +symlink-looping paths. + +This module handles those cases by detecting the new errors and +falling back to the JavaScript implementation. On versions of Node +prior to v6, it has no effect. + +## USAGE + +```js +var rp = require('fs.realpath') + +// async version +rp.realpath(someLongAndLoopingPath, function (er, real) { + // the ELOOP was handled, but it was a bit slower +}) + +// sync version +var real = rp.realpathSync(someLongAndLoopingPath) + +// monkeypatch at your own risk! +// This replaces the fs.realpath/fs.realpathSync builtins +rp.monkeypatch() + +// un-do the monkeypatching +rp.unmonkeypatch() +``` diff --git a/node_modules/fs.realpath/index.js b/node_modules/fs.realpath/index.js new file mode 100644 index 0000000..b09c7c7 --- /dev/null +++ b/node_modules/fs.realpath/index.js @@ -0,0 +1,66 @@ +module.exports = realpath +realpath.realpath = realpath +realpath.sync = realpathSync +realpath.realpathSync = realpathSync +realpath.monkeypatch = monkeypatch +realpath.unmonkeypatch = unmonkeypatch + +var fs = require('fs') +var origRealpath = fs.realpath +var origRealpathSync = fs.realpathSync + +var version = process.version +var ok = /^v[0-5]\./.test(version) +var old = require('./old.js') + +function newError (er) { + return er && er.syscall === 'realpath' && ( + er.code === 'ELOOP' || + er.code === 'ENOMEM' || + er.code === 'ENAMETOOLONG' + ) +} + +function realpath (p, cache, cb) { + if (ok) { + return origRealpath(p, cache, cb) + } + + if (typeof cache === 'function') { + cb = cache + cache = null + } + origRealpath(p, cache, function (er, result) { + if (newError(er)) { + old.realpath(p, cache, cb) + } else { + cb(er, result) + } + }) +} + +function realpathSync (p, cache) { + if (ok) { + return origRealpathSync(p, cache) + } + + try { + return origRealpathSync(p, cache) + } catch (er) { + if (newError(er)) { + return old.realpathSync(p, cache) + } else { + throw er + } + } +} + +function monkeypatch () { + fs.realpath = realpath + fs.realpathSync = realpathSync +} + +function unmonkeypatch () { + fs.realpath = origRealpath + fs.realpathSync = origRealpathSync +} diff --git a/node_modules/fs.realpath/old.js b/node_modules/fs.realpath/old.js new file mode 100644 index 0000000..b40305e --- /dev/null +++ b/node_modules/fs.realpath/old.js @@ -0,0 +1,303 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// 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: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// 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. + +var pathModule = require('path'); +var isWindows = process.platform === 'win32'; +var fs = require('fs'); + +// JavaScript implementation of realpath, ported from node pre-v6 + +var DEBUG = process.env.NODE_DEBUG && /fs/.test(process.env.NODE_DEBUG); + +function rethrow() { + // Only enable in debug mode. A backtrace uses ~1000 bytes of heap space and + // is fairly slow to generate. + var callback; + if (DEBUG) { + var backtrace = new Error; + callback = debugCallback; + } else + callback = missingCallback; + + return callback; + + function debugCallback(err) { + if (err) { + backtrace.message = err.message; + err = backtrace; + missingCallback(err); + } + } + + function missingCallback(err) { + if (err) { + if (process.throwDeprecation) + throw err; // Forgot a callback but don't know where? Use NODE_DEBUG=fs + else if (!process.noDeprecation) { + var msg = 'fs: missing callback ' + (err.stack || err.message); + if (process.traceDeprecation) + console.trace(msg); + else + console.error(msg); + } + } + } +} + +function maybeCallback(cb) { + return typeof cb === 'function' ? cb : rethrow(); +} + +var normalize = pathModule.normalize; + +// Regexp that finds the next partion of a (partial) path +// result is [base_with_slash, base], e.g. ['somedir/', 'somedir'] +if (isWindows) { + var nextPartRe = /(.*?)(?:[\/\\]+|$)/g; +} else { + var nextPartRe = /(.*?)(?:[\/]+|$)/g; +} + +// Regex to find the device root, including trailing slash. E.g. 'c:\\'. +if (isWindows) { + var splitRootRe = /^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/; +} else { + var splitRootRe = /^[\/]*/; +} + +exports.realpathSync = function realpathSync(p, cache) { + // make p is absolute + p = pathModule.resolve(p); + + if (cache && Object.prototype.hasOwnProperty.call(cache, p)) { + return cache[p]; + } + + var original = p, + seenLinks = {}, + knownHard = {}; + + // current character position in p + var pos; + // the partial path so far, including a trailing slash if any + var current; + // the partial path without a trailing slash (except when pointing at a root) + var base; + // the partial path scanned in the previous round, with slash + var previous; + + start(); + + function start() { + // Skip over roots + var m = splitRootRe.exec(p); + pos = m[0].length; + current = m[0]; + base = m[0]; + previous = ''; + + // On windows, check that the root exists. On unix there is no need. + if (isWindows && !knownHard[base]) { + fs.lstatSync(base); + knownHard[base] = true; + } + } + + // walk down the path, swapping out linked pathparts for their real + // values + // NB: p.length changes. + while (pos < p.length) { + // find the next part + nextPartRe.lastIndex = pos; + var result = nextPartRe.exec(p); + previous = current; + current += result[0]; + base = previous + result[1]; + pos = nextPartRe.lastIndex; + + // continue if not a symlink + if (knownHard[base] || (cache && cache[base] === base)) { + continue; + } + + var resolvedLink; + if (cache && Object.prototype.hasOwnProperty.call(cache, base)) { + // some known symbolic link. no need to stat again. + resolvedLink = cache[base]; + } else { + var stat = fs.lstatSync(base); + if (!stat.isSymbolicLink()) { + knownHard[base] = true; + if (cache) cache[base] = base; + continue; + } + + // read the link if it wasn't read before + // dev/ino always return 0 on windows, so skip the check. + var linkTarget = null; + if (!isWindows) { + var id = stat.dev.toString(32) + ':' + stat.ino.toString(32); + if (seenLinks.hasOwnProperty(id)) { + linkTarget = seenLinks[id]; + } + } + if (linkTarget === null) { + fs.statSync(base); + linkTarget = fs.readlinkSync(base); + } + resolvedLink = pathModule.resolve(previous, linkTarget); + // track this, if given a cache. + if (cache) cache[base] = resolvedLink; + if (!isWindows) seenLinks[id] = linkTarget; + } + + // resolve the link, then start over + p = pathModule.resolve(resolvedLink, p.slice(pos)); + start(); + } + + if (cache) cache[original] = p; + + return p; +}; + + +exports.realpath = function realpath(p, cache, cb) { + if (typeof cb !== 'function') { + cb = maybeCallback(cache); + cache = null; + } + + // make p is absolute + p = pathModule.resolve(p); + + if (cache && Object.prototype.hasOwnProperty.call(cache, p)) { + return process.nextTick(cb.bind(null, null, cache[p])); + } + + var original = p, + seenLinks = {}, + knownHard = {}; + + // current character position in p + var pos; + // the partial path so far, including a trailing slash if any + var current; + // the partial path without a trailing slash (except when pointing at a root) + var base; + // the partial path scanned in the previous round, with slash + var previous; + + start(); + + function start() { + // Skip over roots + var m = splitRootRe.exec(p); + pos = m[0].length; + current = m[0]; + base = m[0]; + previous = ''; + + // On windows, check that the root exists. On unix there is no need. + if (isWindows && !knownHard[base]) { + fs.lstat(base, function(err) { + if (err) return cb(err); + knownHard[base] = true; + LOOP(); + }); + } else { + process.nextTick(LOOP); + } + } + + // walk down the path, swapping out linked pathparts for their real + // values + function LOOP() { + // stop if scanned past end of path + if (pos >= p.length) { + if (cache) cache[original] = p; + return cb(null, p); + } + + // find the next part + nextPartRe.lastIndex = pos; + var result = nextPartRe.exec(p); + previous = current; + current += result[0]; + base = previous + result[1]; + pos = nextPartRe.lastIndex; + + // continue if not a symlink + if (knownHard[base] || (cache && cache[base] === base)) { + return process.nextTick(LOOP); + } + + if (cache && Object.prototype.hasOwnProperty.call(cache, base)) { + // known symbolic link. no need to stat again. + return gotResolvedLink(cache[base]); + } + + return fs.lstat(base, gotStat); + } + + function gotStat(err, stat) { + if (err) return cb(err); + + // if not a symlink, skip to the next path part + if (!stat.isSymbolicLink()) { + knownHard[base] = true; + if (cache) cache[base] = base; + return process.nextTick(LOOP); + } + + // stat & read the link if not read before + // call gotTarget as soon as the link target is known + // dev/ino always return 0 on windows, so skip the check. + if (!isWindows) { + var id = stat.dev.toString(32) + ':' + stat.ino.toString(32); + if (seenLinks.hasOwnProperty(id)) { + return gotTarget(null, seenLinks[id], base); + } + } + fs.stat(base, function(err) { + if (err) return cb(err); + + fs.readlink(base, function(err, target) { + if (!isWindows) seenLinks[id] = target; + gotTarget(err, target); + }); + }); + } + + function gotTarget(err, target, base) { + if (err) return cb(err); + + var resolvedLink = pathModule.resolve(previous, target); + if (cache) cache[base] = resolvedLink; + gotResolvedLink(resolvedLink); + } + + function gotResolvedLink(resolvedLink) { + // resolve the link, then start over + p = pathModule.resolve(resolvedLink, p.slice(pos)); + start(); + } +}; diff --git a/node_modules/fs.realpath/package.json b/node_modules/fs.realpath/package.json new file mode 100644 index 0000000..3edc57d --- /dev/null +++ b/node_modules/fs.realpath/package.json @@ -0,0 +1,26 @@ +{ + "name": "fs.realpath", + "version": "1.0.0", + "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", + "main": "index.js", + "dependencies": {}, + "devDependencies": {}, + "scripts": { + "test": "tap test/*.js --cov" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/fs.realpath.git" + }, + "keywords": [ + "realpath", + "fs", + "polyfill" + ], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "files": [ + "old.js", + "index.js" + ] +} diff --git a/node_modules/gauge/CHANGELOG.md b/node_modules/gauge/CHANGELOG.md new file mode 100644 index 0000000..3c5cc91 --- /dev/null +++ b/node_modules/gauge/CHANGELOG.md @@ -0,0 +1,163 @@ +### v3.0.0 +* Drops support for Node v4, v6, v7 and v8 + +### v2.7.4 + +* Reset colors prior to ending a line, to eliminate flicker when a line + is trucated between start and end color sequences. + +### v2.7.3 + +* Only create our onExit handler when we're enabled and remove it when we're + disabled. This stops us from creating multiple onExit handlers when + multiple gauge objects are being used. +* Fix bug where if a theme name were given instead of a theme object, it + would crash. +* Remove supports-color because it's not actually used. Uhm. Yes, I just + updated it. >.> + +### v2.7.2 + +* Use supports-color instead of has-color (as the module has been renamed) + +### v2.7.1 + +* Bug fix: Calls to show/pulse while the progress bar is disabled should still + update our internal representation of what would be shown should it be enabled. + +### v2.7.0 + +* New feature: Add new `isEnabled` method to allow introspection of the gauge's + "enabledness" as controlled by `.enable()` and `.disable()`. + +### v2.6.0 + +* Bug fix: Don't run the code associated with `enable`/`disable` if the gauge + is already enabled or disabled respectively. This prevents leaking event + listeners, amongst other weirdness. +* New feature: Template items can have default values that will be used if no + value was otherwise passed in. + +### v2.5.3 + +* Default to `enabled` only if we have a tty. Users can always override + this by passing in the `enabled` option explicitly or by calling calling + `gauge.enable()`. + +### v2.5.2 + +* Externalized `./console-strings.js` into `console-control-strings`. + +### v2.5.1 + +* Update to `signal-exit@3.0.0`, which fixes a compatibility bug with the + node profiler. +* [#39](https://github.com/iarna/gauge/pull/39) Fix tests on 0.10 and add + a missing devDependency. ([@helloyou2012](https://github.com/helloyou2012)) + +### v2.5.0 + +* Add way to programmatically fetch a list of theme names in a themeset + (`Themeset.getThemeNames`). + +### v2.4.0 + +* Add support for setting themesets on existing gauge objects. +* Add post-IO callback to `gauge.hide()` as it is somtetimes necessary when + your terminal is interleaving output from multiple filehandles (ie, stdout + & stderr). + +### v2.3.1 + +* Fix a refactor bug in setTheme where it wasn't accepting the various types + of args it should. + +### v2.3.0 + +#### FEATURES + +* Add setTemplate & setTheme back in. +* Add support for named themes, you can now ask for things like 'colorASCII' + and 'brailleSpinner'. Of course, you can still pass in theme objects. + Additionally you can now pass in an object with `hasUnicode`, `hasColor` and + `platform` keys in order to override our guesses as to those values when + selecting a default theme from the themeset. +* Make the output stream optional (it defaults to `process.stderr` now). +* Add `setWriteTo(stream[, tty])` to change the output stream and, + optionally, tty. + +#### BUG FIXES & REFACTORING + +* Abort the display phase early if we're supposed to be hidden and we are. +* Stop printing a bunch of spaces at the end of lines, since we're already + using an erase-to-end-of-line code anyway. +* The unicode themes were missing the subsection separator. + +### v2.2.1 + +* Fix image in readme + +### v2.2.0 + +* All new themes API– reference themes by name and pass in custom themes and + themesets (themesets get platform support autodetection done on them to + select the best theme). Theme mixins let you add features to all existing + themes. +* Much, much improved test coverage. + +### v2.1.0 + +* Got rid of ░ in the default platform, noUnicode, hasColor theme. Thanks + to @yongtw123 for pointing out this had snuck in. +* Fiddled with the demo output to make it easier to see the spinner spin. Also + added prints before each platforms test output. +* I forgot to include `signal-exit` in our deps. <.< Thank you @KenanY for + finding this. Then I was lazy and made a new commit instead of using his + PR. Again, thank you for your patience @KenenY. +* Drastically speed up travis testing. +* Add a small javascript demo (demo.js) for showing off the various themes + (and testing them on diff platforms). +* Change: The subsection separator from ⁄ and / (different chars) to >. +* Fix crasher: A show or pulse without a label would cause the template renderer + to complain about a missing value. +* New feature: Add the ability to disable the clean-up-on-exit behavior. + Not something I expect to be widely desirable, but important if you have + multiple distinct gauge instances in your app. +* Use our own color support detection. + The `has-color` module proved too magic for my needs, making assumptions + as to which stream we write to and reading command line arguments. + +### v2.0.0 + +This is a major rewrite of the internals. Externally there are fewer +changes: + +* On node>0.8 gauge object now prints updates at a fixed rate. This means + that when you call `show` it may wate up to `updateInterval` ms before it + actually prints an update. You override this behavior with the + `fixedFramerate` option. +* The gauge object now keeps the cursor hidden as long as it's enabled and + shown. +* The constructor's arguments have changed, now it takes a mandatory output + stream and an optional options object. The stream no longer needs to be + an `ansi`ified stream, although it can be if you want (but we won't make + use of its special features). +* Previously the gauge was disabled by default if `process.stdout` wasn't a + tty. Now it always defaults to enabled. If you want the previous + behavior set the `enabled` option to `process.stdout.isTTY`. +* The constructor's options have changed– see the docs for details. +* Themes are entirely different. If you were using a custom theme, or + referring to one directly (eg via `Gauge.unicode` or `Gauge.ascii`) then + you'll need to change your code. You can get the equivalent of the latter + with: + ``` + var themes = require('gauge/themes') + var unicodeTheme = themes(true, true) // returns the color unicode theme for your platform + ``` + The default themes no longer use any ambiguous width characters, so even + if you choose to display those as wide your progress bar should still + display correctly. +* Templates are entirely different and if you were using a custom one, you + should consult the documentation to learn how to recreate it. If you were + using the default, be aware that it has changed and the result looks quite + a bit different. diff --git a/node_modules/gauge/LICENSE b/node_modules/gauge/LICENSE new file mode 100644 index 0000000..e756052 --- /dev/null +++ b/node_modules/gauge/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/gauge/README.md b/node_modules/gauge/README.md new file mode 100644 index 0000000..4757649 --- /dev/null +++ b/node_modules/gauge/README.md @@ -0,0 +1,402 @@ +gauge +===== + +A nearly stateless terminal based horizontal gauge / progress bar. + +```javascript +var Gauge = require("gauge") + +var gauge = new Gauge() + +gauge.show("working…", 0) +setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.25) }, 500) +setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.50) }, 1000) +setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.75) }, 1500) +setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.99) }, 2000) +setTimeout(() => gauge.hide(), 2300) +``` + +See also the [demos](demo.js): + +![](gauge-demo.gif) + + +### CHANGES FROM 1.x + +Gauge 2.x is breaking release, please see the [changelog] for details on +what's changed if you were previously a user of this module. + +[changelog]: CHANGELOG.md + +### THE GAUGE CLASS + +This is the typical interface to the module– it provides a pretty +fire-and-forget interface to displaying your status information. + +``` +var Gauge = require("gauge") + +var gauge = new Gauge([stream], [options]) +``` + +* **stream** – *(optional, default STDERR)* A stream that progress bar + updates are to be written to. Gauge honors backpressure and will pause + most writing if it is indicated. +* **options** – *(optional)* An option object. + +Constructs a new gauge. Gauges are drawn on a single line, and are not drawn +if **stream** isn't a tty and a tty isn't explicitly provided. + +If **stream** is a terminal or if you pass in **tty** to **options** then we +will detect terminal resizes and redraw to fit. We do this by watching for +`resize` events on the tty. (To work around a bug in versions of Node prior +to 2.5.0, we watch for them on stdout if the tty is stderr.) Resizes to +larger window sizes will be clean, but shrinking the window will always +result in some cruft. + +**IMPORTANT:** If you previously were passing in a non-tty stream but you still +want output (for example, a stream wrapped by the `ansi` module) then you +need to pass in the **tty** option below, as `gauge` needs access to +the underlying tty in order to do things like terminal resizes and terminal +width detection. + +The **options** object can have the following properties, all of which are +optional: + +* **updateInterval**: How often gauge updates should be drawn, in milliseconds. +* **fixedFramerate**: Defaults to false on node 0.8, true on everything + else. When this is true a timer is created to trigger once every + `updateInterval` ms, when false, updates are printed as soon as they come + in but updates more often than `updateInterval` are ignored. The reason + 0.8 doesn't have this set to true is that it can't `unref` its timer and + so it would stop your program from exiting– if you want to use this + feature with 0.8 just make sure you call `gauge.disable()` before you + expect your program to exit. +* **themes**: A themeset to use when selecting the theme to use. Defaults + to `gauge/themes`, see the [themes] documentation for details. +* **theme**: Select a theme for use, it can be a: + * Theme object, in which case the **themes** is not used. + * The name of a theme, which will be looked up in the current *themes* + object. + * A configuration object with any of `hasUnicode`, `hasColor` or + `platform` keys, which if will be used to override our guesses when making + a default theme selection. + + If no theme is selected then a default is picked using a combination of our + best guesses at your OS, color support and unicode support. +* **template**: Describes what you want your gauge to look like. The + default is what npm uses. Detailed [documentation] is later in this + document. +* **hideCursor**: Defaults to true. If true, then the cursor will be hidden + while the gauge is displayed. +* **tty**: The tty that you're ultimately writing to. Defaults to the same + as **stream**. This is used for detecting the width of the terminal and + resizes. The width used is `tty.columns - 1`. If no tty is available then + a width of `79` is assumed. +* **enabled**: Defaults to true if `tty` is a TTY, false otherwise. If true + the gauge starts enabled. If disabled then all update commands are + ignored and no gauge will be printed until you call `.enable()`. +* **Plumbing**: The class to use to actually generate the gauge for + printing. This defaults to `require('gauge/plumbing')` and ordinarily you + shouldn't need to override this. +* **cleanupOnExit**: Defaults to true. Ordinarily we register an exit + handler to make sure your cursor is turned back on and the progress bar + erased when your process exits, even if you Ctrl-C out or otherwise exit + unexpectedly. You can disable this and it won't register the exit handler. + +[has-unicode]: https://www.npmjs.com/package/has-unicode +[themes]: #themes +[documentation]: #templates + +#### `gauge.show(section | status, [completed])` + +The first argument is either the section, the name of the current thing +contributing to progress, or an object with keys like **section**, +**subsection** & **completed** (or any others you have types for in a custom +template). If you don't want to update or set any of these you can pass +`null` and it will be ignored. + +The second argument is the percent completed as a value between 0 and 1. +Without it, completion is just not updated. You'll also note that completion +can be passed in as part of a status object as the first argument. If both +it and the completed argument are passed in, the completed argument wins. + +#### `gauge.hide([cb])` + +Removes the gauge from the terminal. Optionally, callback `cb` after IO has +had an opportunity to happen (currently this just means after `setImmediate` +has called back.) + +It turns out this is important when you're pausing the progress bar on one +filehandle and printing to another– otherwise (with a big enough print) node +can end up printing the "end progress bar" bits to the progress bar filehandle +while other stuff is printing to another filehandle. These getting interleaved +can cause corruption in some terminals. + +#### `gauge.pulse([subsection])` + +* **subsection** – *(optional)* The specific thing that triggered this pulse + +Spins the spinner in the gauge to show output. If **subsection** is +included then it will be combined with the last name passed to `gauge.show`. + +#### `gauge.disable()` + +Hides the gauge and ignores further calls to `show` or `pulse`. + +#### `gauge.enable()` + +Shows the gauge and resumes updating when `show` or `pulse` is called. + +#### `gauge.isEnabled()` + +Returns true if the gauge is enabled. + +#### `gauge.setThemeset(themes)` + +Change the themeset to select a theme from. The same as the `themes` option +used in the constructor. The theme will be reselected from this themeset. + +#### `gauge.setTheme(theme)` + +Change the active theme, will be displayed with the next show or pulse. This can be: + +* Theme object, in which case the **themes** is not used. +* The name of a theme, which will be looked up in the current *themes* + object. +* A configuration object with any of `hasUnicode`, `hasColor` or + `platform` keys, which if will be used to override our guesses when making + a default theme selection. + +If no theme is selected then a default is picked using a combination of our +best guesses at your OS, color support and unicode support. + +#### `gauge.setTemplate(template)` + +Change the active template, will be displayed with the next show or pulse + +### Tracking Completion + +If you have more than one thing going on that you want to track completion +of, you may find the related [are-we-there-yet] helpful. It's `change` +event can be wired up to the `show` method to get a more traditional +progress bar interface. + +[are-we-there-yet]: https://www.npmjs.com/package/are-we-there-yet + +### THEMES + +``` +var themes = require('gauge/themes') + +// fetch the default color unicode theme for this platform +var ourTheme = themes({hasUnicode: true, hasColor: true}) + +// fetch the default non-color unicode theme for osx +var ourTheme = themes({hasUnicode: true, hasColor: false, platform: 'darwin'}) + +// create a new theme based on the color ascii theme for this platform +// that brackets the progress bar with arrows +var ourTheme = themes.newTheme(themes({hasUnicode: false, hasColor: true}), { + preProgressbar: '→', + postProgressbar: '←' +}) +``` + +The object returned by `gauge/themes` is an instance of the `ThemeSet` class. + +``` +var ThemeSet = require('gauge/theme-set') +var themes = new ThemeSet() +// or +var themes = require('gauge/themes') +var mythemes = themes.newThemeSet() // creates a new themeset based on the default themes +``` + +#### themes(opts) +#### themes.getDefault(opts) + +Theme objects are a function that fetches the default theme based on +platform, unicode and color support. + +Options is an object with the following properties: + +* **hasUnicode** - If true, fetch a unicode theme, if no unicode theme is + available then a non-unicode theme will be used. +* **hasColor** - If true, fetch a color theme, if no color theme is + available a non-color theme will be used. +* **platform** (optional) - Defaults to `process.platform`. If no + platform match is available then `fallback` is used instead. + +If no compatible theme can be found then an error will be thrown with a +`code` of `EMISSINGTHEME`. + +#### themes.addTheme(themeName, themeObj) +#### themes.addTheme(themeName, [parentTheme], newTheme) + +Adds a named theme to the themeset. You can pass in either a theme object, +as returned by `themes.newTheme` or the arguments you'd pass to +`themes.newTheme`. + +#### themes.getThemeNames() + +Return a list of all of the names of the themes in this themeset. Suitable +for use in `themes.getTheme(…)`. + +#### themes.getTheme(name) + +Returns the theme object from this theme set named `name`. + +If `name` does not exist in this themeset an error will be thrown with +a `code` of `EMISSINGTHEME`. + +#### themes.setDefault([opts], themeName) + +`opts` is an object with the following properties. + +* **platform** - Defaults to `'fallback'`. If your theme is platform + specific, specify that here with the platform from `process.platform`, eg, + `win32`, `darwin`, etc. +* **hasUnicode** - Defaults to `false`. If your theme uses unicode you + should set this to true. +* **hasColor** - Defaults to `false`. If your theme uses color you should + set this to true. + +`themeName` is the name of the theme (as given to `addTheme`) to use for +this set of `opts`. + +#### themes.newTheme([parentTheme,] newTheme) + +Create a new theme object based on `parentTheme`. If no `parentTheme` is +provided then a minimal parentTheme that defines functions for rendering the +activity indicator (spinner) and progress bar will be defined. (This +fallback parent is defined in `gauge/base-theme`.) + +newTheme should be a bare object– we'll start by discussing the properties +defined by the default themes: + +* **preProgressbar** - displayed prior to the progress bar, if the progress + bar is displayed. +* **postProgressbar** - displayed after the progress bar, if the progress bar + is displayed. +* **progressBarTheme** - The subtheme passed through to the progress bar + renderer, it's an object with `complete` and `remaining` properties + that are the strings you want repeated for those sections of the progress + bar. +* **activityIndicatorTheme** - The theme for the activity indicator (spinner), + this can either be a string, in which each character is a different step, or + an array of strings. +* **preSubsection** - Displayed as a separator between the `section` and + `subsection` when the latter is printed. + +More generally, themes can have any value that would be a valid value when rendering +templates. The properties in the theme are used when their name matches a type in +the template. Their values can be: + +* **strings & numbers** - They'll be included as is +* **function (values, theme, width)** - Should return what you want in your output. + *values* is an object with values provided via `gauge.show`, + *theme* is the theme specific to this item (see below) or this theme object, + and *width* is the number of characters wide your result should be. + +There are a couple of special prefixes: + +* **pre** - Is shown prior to the property, if its displayed. +* **post** - Is shown after the property, if its displayed. + +And one special suffix: + +* **Theme** - Its value is passed to a function-type item as the theme. + +#### themes.addToAllThemes(theme) + +This *mixes-in* `theme` into all themes currently defined. It also adds it +to the default parent theme for this themeset, so future themes added to +this themeset will get the values from `theme` by default. + +#### themes.newThemeSet() + +Copy the current themeset into a new one. This allows you to easily inherit +one themeset from another. + +### TEMPLATES + +A template is an array of objects and strings that, after being evaluated, +will be turned into the gauge line. The default template is: + +```javascript +[ + {type: 'progressbar', length: 20}, + {type: 'activityIndicator', kerning: 1, length: 1}, + {type: 'section', kerning: 1, default: ''}, + {type: 'subsection', kerning: 1, default: ''} +] +``` + +The various template elements can either be **plain strings**, in which case they will +be be included verbatum in the output, or objects with the following properties: + +* *type* can be any of the following plus any keys you pass into `gauge.show` plus + any keys you have on a custom theme. + * `section` – What big thing you're working on now. + * `subsection` – What component of that thing is currently working. + * `activityIndicator` – Shows a spinner using the `activityIndicatorTheme` + from your active theme. + * `progressbar` – A progress bar representing your current `completed` + using the `progressbarTheme` from your active theme. +* *kerning* – Number of spaces that must be between this item and other + items, if this item is displayed at all. +* *maxLength* – The maximum length for this element. If its value is longer it + will be truncated. +* *minLength* – The minimum length for this element. If its value is shorter it + will be padded according to the *align* value. +* *align* – (Default: left) Possible values "left", "right" and "center". Works + as you'd expect from word processors. +* *length* – Provides a single value for both *minLength* and *maxLength*. If both + *length* and *minLength or *maxLength* are specified then the latter take precedence. +* *value* – A literal value to use for this template item. +* *default* – A default value to use for this template item if a value + wasn't otherwise passed in. + +### PLUMBING + +This is the super simple, assume nothing, do no magic internals used by gauge to +implement its ordinary interface. + +``` +var Plumbing = require('gauge/plumbing') +var gauge = new Plumbing(theme, template, width) +``` + +* **theme**: The theme to use. +* **template**: The template to use. +* **width**: How wide your gauge should be + +#### `gauge.setTheme(theme)` + +Change the active theme. + +#### `gauge.setTemplate(template)` + +Change the active template. + +#### `gauge.setWidth(width)` + +Change the width to render at. + +#### `gauge.hide()` + +Return the string necessary to hide the progress bar + +#### `gauge.hideCursor()` + +Return a string to hide the cursor. + +#### `gauge.showCursor()` + +Return a string to show the cursor. + +#### `gauge.show(status)` + +Using `status` for values, render the provided template with the theme and return +a string that is suitable for printing to update the gauge. diff --git a/node_modules/gauge/base-theme.js b/node_modules/gauge/base-theme.js new file mode 100644 index 0000000..0b67638 --- /dev/null +++ b/node_modules/gauge/base-theme.js @@ -0,0 +1,14 @@ +'use strict' +var spin = require('./spin.js') +var progressBar = require('./progress-bar.js') + +module.exports = { + activityIndicator: function (values, theme, width) { + if (values.spun == null) return + return spin(theme, values.spun) + }, + progressbar: function (values, theme, width) { + if (values.completed == null) return + return progressBar(theme, width, values.completed) + } +} diff --git a/node_modules/gauge/error.js b/node_modules/gauge/error.js new file mode 100644 index 0000000..d9914ba --- /dev/null +++ b/node_modules/gauge/error.js @@ -0,0 +1,24 @@ +'use strict' +var util = require('util') + +var User = exports.User = function User (msg) { + var err = new Error(msg) + Error.captureStackTrace(err, User) + err.code = 'EGAUGE' + return err +} + +exports.MissingTemplateValue = function MissingTemplateValue (item, values) { + var err = new User(util.format('Missing template value "%s"', item.type)) + Error.captureStackTrace(err, MissingTemplateValue) + err.template = item + err.values = values + return err +} + +exports.Internal = function Internal (msg) { + var err = new Error(msg) + Error.captureStackTrace(err, Internal) + err.code = 'EGAUGEINTERNAL' + return err +} diff --git a/node_modules/gauge/has-color.js b/node_modules/gauge/has-color.js new file mode 100644 index 0000000..16cba0e --- /dev/null +++ b/node_modules/gauge/has-color.js @@ -0,0 +1,4 @@ +'use strict' +var colorSupport = require('color-support') + +module.exports = colorSupport().hasBasic diff --git a/node_modules/gauge/index.js b/node_modules/gauge/index.js new file mode 100644 index 0000000..87a4bb9 --- /dev/null +++ b/node_modules/gauge/index.js @@ -0,0 +1,233 @@ +'use strict' +var Plumbing = require('./plumbing.js') +var hasUnicode = require('has-unicode') +var hasColor = require('./has-color.js') +var onExit = require('signal-exit') +var defaultThemes = require('./themes') +var setInterval = require('./set-interval.js') +var process = require('./process.js') +var setImmediate = require('./set-immediate') + +module.exports = Gauge + +function callWith (obj, method) { + return function () { + return method.call(obj) + } +} + +function Gauge (arg1, arg2) { + var options, writeTo + if (arg1 && arg1.write) { + writeTo = arg1 + options = arg2 || {} + } else if (arg2 && arg2.write) { + writeTo = arg2 + options = arg1 || {} + } else { + writeTo = process.stderr + options = arg1 || arg2 || {} + } + + this._status = { + spun: 0, + section: '', + subsection: '' + } + this._paused = false // are we paused for back pressure? + this._disabled = true // are all progress bar updates disabled? + this._showing = false // do we WANT the progress bar on screen + this._onScreen = false // IS the progress bar on screen + this._needsRedraw = false // should we print something at next tick? + this._hideCursor = options.hideCursor == null ? true : options.hideCursor + this._fixedFramerate = options.fixedFramerate == null + ? !(/^v0\.8\./.test(process.version)) + : options.fixedFramerate + this._lastUpdateAt = null + this._updateInterval = options.updateInterval == null ? 50 : options.updateInterval + + this._themes = options.themes || defaultThemes + this._theme = options.theme + var theme = this._computeTheme(options.theme) + var template = options.template || [ + {type: 'progressbar', length: 20}, + {type: 'activityIndicator', kerning: 1, length: 1}, + {type: 'section', kerning: 1, default: ''}, + {type: 'subsection', kerning: 1, default: ''} + ] + this.setWriteTo(writeTo, options.tty) + var PlumbingClass = options.Plumbing || Plumbing + this._gauge = new PlumbingClass(theme, template, this.getWidth()) + + this._$$doRedraw = callWith(this, this._doRedraw) + this._$$handleSizeChange = callWith(this, this._handleSizeChange) + + this._cleanupOnExit = options.cleanupOnExit == null || options.cleanupOnExit + this._removeOnExit = null + + if (options.enabled || (options.enabled == null && this._tty && this._tty.isTTY)) { + this.enable() + } else { + this.disable() + } +} +Gauge.prototype = {} + +Gauge.prototype.isEnabled = function () { + return !this._disabled +} + +Gauge.prototype.setTemplate = function (template) { + this._gauge.setTemplate(template) + if (this._showing) this._requestRedraw() +} + +Gauge.prototype._computeTheme = function (theme) { + if (!theme) theme = {} + if (typeof theme === 'string') { + theme = this._themes.getTheme(theme) + } else if (theme && (Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null)) { + var useUnicode = theme.hasUnicode == null ? hasUnicode() : theme.hasUnicode + var useColor = theme.hasColor == null ? hasColor : theme.hasColor + theme = this._themes.getDefault({hasUnicode: useUnicode, hasColor: useColor, platform: theme.platform}) + } + return theme +} + +Gauge.prototype.setThemeset = function (themes) { + this._themes = themes + this.setTheme(this._theme) +} + +Gauge.prototype.setTheme = function (theme) { + this._gauge.setTheme(this._computeTheme(theme)) + if (this._showing) this._requestRedraw() + this._theme = theme +} + +Gauge.prototype._requestRedraw = function () { + this._needsRedraw = true + if (!this._fixedFramerate) this._doRedraw() +} + +Gauge.prototype.getWidth = function () { + return ((this._tty && this._tty.columns) || 80) - 1 +} + +Gauge.prototype.setWriteTo = function (writeTo, tty) { + var enabled = !this._disabled + if (enabled) this.disable() + this._writeTo = writeTo + this._tty = tty || + (writeTo === process.stderr && process.stdout.isTTY && process.stdout) || + (writeTo.isTTY && writeTo) || + this._tty + if (this._gauge) this._gauge.setWidth(this.getWidth()) + if (enabled) this.enable() +} + +Gauge.prototype.enable = function () { + if (!this._disabled) return + this._disabled = false + if (this._tty) this._enableEvents() + if (this._showing) this.show() +} + +Gauge.prototype.disable = function () { + if (this._disabled) return + if (this._showing) { + this._lastUpdateAt = null + this._showing = false + this._doRedraw() + this._showing = true + } + this._disabled = true + if (this._tty) this._disableEvents() +} + +Gauge.prototype._enableEvents = function () { + if (this._cleanupOnExit) { + this._removeOnExit = onExit(callWith(this, this.disable)) + } + this._tty.on('resize', this._$$handleSizeChange) + if (this._fixedFramerate) { + this.redrawTracker = setInterval(this._$$doRedraw, this._updateInterval) + if (this.redrawTracker.unref) this.redrawTracker.unref() + } +} + +Gauge.prototype._disableEvents = function () { + this._tty.removeListener('resize', this._$$handleSizeChange) + if (this._fixedFramerate) clearInterval(this.redrawTracker) + if (this._removeOnExit) this._removeOnExit() +} + +Gauge.prototype.hide = function (cb) { + if (this._disabled) return cb && process.nextTick(cb) + if (!this._showing) return cb && process.nextTick(cb) + this._showing = false + this._doRedraw() + cb && setImmediate(cb) +} + +Gauge.prototype.show = function (section, completed) { + this._showing = true + if (typeof section === 'string') { + this._status.section = section + } else if (typeof section === 'object') { + var sectionKeys = Object.keys(section) + for (var ii = 0; ii < sectionKeys.length; ++ii) { + var key = sectionKeys[ii] + this._status[key] = section[key] + } + } + if (completed != null) this._status.completed = completed + if (this._disabled) return + this._requestRedraw() +} + +Gauge.prototype.pulse = function (subsection) { + this._status.subsection = subsection || '' + this._status.spun++ + if (this._disabled) return + if (!this._showing) return + this._requestRedraw() +} + +Gauge.prototype._handleSizeChange = function () { + this._gauge.setWidth(this._tty.columns - 1) + this._requestRedraw() +} + +Gauge.prototype._doRedraw = function () { + if (this._disabled || this._paused) return + if (!this._fixedFramerate) { + var now = Date.now() + if (this._lastUpdateAt && now - this._lastUpdateAt < this._updateInterval) return + this._lastUpdateAt = now + } + if (!this._showing && this._onScreen) { + this._onScreen = false + var result = this._gauge.hide() + if (this._hideCursor) { + result += this._gauge.showCursor() + } + return this._writeTo.write(result) + } + if (!this._showing && !this._onScreen) return + if (this._showing && !this._onScreen) { + this._onScreen = true + this._needsRedraw = true + if (this._hideCursor) { + this._writeTo.write(this._gauge.hideCursor()) + } + } + if (!this._needsRedraw) return + if (!this._writeTo.write(this._gauge.show(this._status))) { + this._paused = true + this._writeTo.on('drain', callWith(this, function () { + this._paused = false + this._doRedraw() + })) + } +} diff --git a/node_modules/gauge/package.json b/node_modules/gauge/package.json new file mode 100644 index 0000000..d3f0354 --- /dev/null +++ b/node_modules/gauge/package.json @@ -0,0 +1,66 @@ +{ + "name": "gauge", + "version": "3.0.2", + "description": "A terminal based horizontal guage", + "main": "index.js", + "scripts": { + "test": "standard && tap test/*.js --coverage" + }, + "repository": { + "type": "git", + "url": "https://github.com/iarna/gauge" + }, + "keywords": [ + "progressbar", + "progress", + "gauge" + ], + "author": "Rebecca Turner ", + "license": "ISC", + "bugs": { + "url": "https://github.com/npm/gauge/issues" + }, + "homepage": "https://github.com/npm/gauge", + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + }, + "devDependencies": { + "readable-stream": "^2.0.6", + "require-inject": "^1.4.0", + "standard": "^11.0.1", + "tap": "^12.0.1", + "through2": "^2.0.0" + }, + "files": [ + "base-theme.js", + "CHANGELOG.md", + "error.js", + "has-color.js", + "index.js", + "LICENSE", + "package.json", + "plumbing.js", + "process.js", + "progress-bar.js", + "README.md", + "render-template.js", + "set-immediate.js", + "set-interval.js", + "spin.js", + "template-item.js", + "theme-set.js", + "themes.js", + "wide-truncate.js" + ], + "engines": { + "node": ">=10" + } +} diff --git a/node_modules/gauge/plumbing.js b/node_modules/gauge/plumbing.js new file mode 100644 index 0000000..1afb4af --- /dev/null +++ b/node_modules/gauge/plumbing.js @@ -0,0 +1,48 @@ +'use strict' +var consoleControl = require('console-control-strings') +var renderTemplate = require('./render-template.js') +var validate = require('aproba') + +var Plumbing = module.exports = function (theme, template, width) { + if (!width) width = 80 + validate('OAN', [theme, template, width]) + this.showing = false + this.theme = theme + this.width = width + this.template = template +} +Plumbing.prototype = {} + +Plumbing.prototype.setTheme = function (theme) { + validate('O', [theme]) + this.theme = theme +} + +Plumbing.prototype.setTemplate = function (template) { + validate('A', [template]) + this.template = template +} + +Plumbing.prototype.setWidth = function (width) { + validate('N', [width]) + this.width = width +} + +Plumbing.prototype.hide = function () { + return consoleControl.gotoSOL() + consoleControl.eraseLine() +} + +Plumbing.prototype.hideCursor = consoleControl.hideCursor + +Plumbing.prototype.showCursor = consoleControl.showCursor + +Plumbing.prototype.show = function (status) { + var values = Object.create(this.theme) + for (var key in status) { + values[key] = status[key] + } + + return renderTemplate(this.width, this.template, values).trim() + + consoleControl.color('reset') + + consoleControl.eraseLine() + consoleControl.gotoSOL() +} diff --git a/node_modules/gauge/process.js b/node_modules/gauge/process.js new file mode 100644 index 0000000..05e8569 --- /dev/null +++ b/node_modules/gauge/process.js @@ -0,0 +1,3 @@ +'use strict' +// this exists so we can replace it during testing +module.exports = process diff --git a/node_modules/gauge/progress-bar.js b/node_modules/gauge/progress-bar.js new file mode 100644 index 0000000..1780a8a --- /dev/null +++ b/node_modules/gauge/progress-bar.js @@ -0,0 +1,35 @@ +'use strict' +var validate = require('aproba') +var renderTemplate = require('./render-template.js') +var wideTruncate = require('./wide-truncate') +var stringWidth = require('string-width') + +module.exports = function (theme, width, completed) { + validate('ONN', [theme, width, completed]) + if (completed < 0) completed = 0 + if (completed > 1) completed = 1 + if (width <= 0) return '' + var sofar = Math.round(width * completed) + var rest = width - sofar + var template = [ + {type: 'complete', value: repeat(theme.complete, sofar), length: sofar}, + {type: 'remaining', value: repeat(theme.remaining, rest), length: rest} + ] + return renderTemplate(width, template, theme) +} + +// lodash's way of repeating +function repeat (string, width) { + var result = '' + var n = width + do { + if (n % 2) { + result += string + } + n = Math.floor(n / 2) + /* eslint no-self-assign: 0 */ + string += string + } while (n && stringWidth(result) < width) + + return wideTruncate(result, width) +} diff --git a/node_modules/gauge/render-template.js b/node_modules/gauge/render-template.js new file mode 100644 index 0000000..9764c6e --- /dev/null +++ b/node_modules/gauge/render-template.js @@ -0,0 +1,178 @@ +'use strict' +var align = require('wide-align') +var validate = require('aproba') +var wideTruncate = require('./wide-truncate') +var error = require('./error') +var TemplateItem = require('./template-item') + +function renderValueWithValues (values) { + return function (item) { + return renderValue(item, values) + } +} + +var renderTemplate = module.exports = function (width, template, values) { + var items = prepareItems(width, template, values) + var rendered = items.map(renderValueWithValues(values)).join('') + return align.left(wideTruncate(rendered, width), width) +} + +function preType (item) { + var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) + return 'pre' + cappedTypeName +} + +function postType (item) { + var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) + return 'post' + cappedTypeName +} + +function hasPreOrPost (item, values) { + if (!item.type) return + return values[preType(item)] || values[postType(item)] +} + +function generatePreAndPost (baseItem, parentValues) { + var item = Object.assign({}, baseItem) + var values = Object.create(parentValues) + var template = [] + var pre = preType(item) + var post = postType(item) + if (values[pre]) { + template.push({value: values[pre]}) + values[pre] = null + } + item.minLength = null + item.length = null + item.maxLength = null + template.push(item) + values[item.type] = values[item.type] + if (values[post]) { + template.push({value: values[post]}) + values[post] = null + } + return function ($1, $2, length) { + return renderTemplate(length, template, values) + } +} + +function prepareItems (width, template, values) { + function cloneAndObjectify (item, index, arr) { + var cloned = new TemplateItem(item, width) + var type = cloned.type + if (cloned.value == null) { + if (!(type in values)) { + if (cloned.default == null) { + throw new error.MissingTemplateValue(cloned, values) + } else { + cloned.value = cloned.default + } + } else { + cloned.value = values[type] + } + } + if (cloned.value == null || cloned.value === '') return null + cloned.index = index + cloned.first = index === 0 + cloned.last = index === arr.length - 1 + if (hasPreOrPost(cloned, values)) cloned.value = generatePreAndPost(cloned, values) + return cloned + } + + var output = template.map(cloneAndObjectify).filter(function (item) { return item != null }) + + var remainingSpace = width + var variableCount = output.length + + function consumeSpace (length) { + if (length > remainingSpace) length = remainingSpace + remainingSpace -= length + } + + function finishSizing (item, length) { + if (item.finished) throw new error.Internal('Tried to finish template item that was already finished') + if (length === Infinity) throw new error.Internal('Length of template item cannot be infinity') + if (length != null) item.length = length + item.minLength = null + item.maxLength = null + --variableCount + item.finished = true + if (item.length == null) item.length = item.getBaseLength() + if (item.length == null) throw new error.Internal('Finished template items must have a length') + consumeSpace(item.getLength()) + } + + output.forEach(function (item) { + if (!item.kerning) return + var prevPadRight = item.first ? 0 : output[item.index - 1].padRight + if (!item.first && prevPadRight < item.kerning) item.padLeft = item.kerning - prevPadRight + if (!item.last) item.padRight = item.kerning + }) + + // Finish any that have a fixed (literal or intuited) length + output.forEach(function (item) { + if (item.getBaseLength() == null) return + finishSizing(item) + }) + + var resized = 0 + var resizing + var hunkSize + do { + resizing = false + hunkSize = Math.round(remainingSpace / variableCount) + output.forEach(function (item) { + if (item.finished) return + if (!item.maxLength) return + if (item.getMaxLength() < hunkSize) { + finishSizing(item, item.maxLength) + resizing = true + } + }) + } while (resizing && resized++ < output.length) + if (resizing) throw new error.Internal('Resize loop iterated too many times while determining maxLength') + + resized = 0 + do { + resizing = false + hunkSize = Math.round(remainingSpace / variableCount) + output.forEach(function (item) { + if (item.finished) return + if (!item.minLength) return + if (item.getMinLength() >= hunkSize) { + finishSizing(item, item.minLength) + resizing = true + } + }) + } while (resizing && resized++ < output.length) + if (resizing) throw new error.Internal('Resize loop iterated too many times while determining minLength') + + hunkSize = Math.round(remainingSpace / variableCount) + output.forEach(function (item) { + if (item.finished) return + finishSizing(item, hunkSize) + }) + + return output +} + +function renderFunction (item, values, length) { + validate('OON', arguments) + if (item.type) { + return item.value(values, values[item.type + 'Theme'] || {}, length) + } else { + return item.value(values, {}, length) + } +} + +function renderValue (item, values) { + var length = item.getBaseLength() + var value = typeof item.value === 'function' ? renderFunction(item, values, length) : item.value + if (value == null || value === '') return '' + var alignWith = align[item.align] || align.left + var leftPadding = item.padLeft ? align.left('', item.padLeft) : '' + var rightPadding = item.padRight ? align.right('', item.padRight) : '' + var truncated = wideTruncate(String(value), length) + var aligned = alignWith(truncated, length) + return leftPadding + aligned + rightPadding +} diff --git a/node_modules/gauge/set-immediate.js b/node_modules/gauge/set-immediate.js new file mode 100644 index 0000000..6650a48 --- /dev/null +++ b/node_modules/gauge/set-immediate.js @@ -0,0 +1,7 @@ +'use strict' +var process = require('./process') +try { + module.exports = setImmediate +} catch (ex) { + module.exports = process.nextTick +} diff --git a/node_modules/gauge/set-interval.js b/node_modules/gauge/set-interval.js new file mode 100644 index 0000000..5761987 --- /dev/null +++ b/node_modules/gauge/set-interval.js @@ -0,0 +1,3 @@ +'use strict' +// this exists so we can replace it during testing +module.exports = setInterval diff --git a/node_modules/gauge/spin.js b/node_modules/gauge/spin.js new file mode 100644 index 0000000..34142ee --- /dev/null +++ b/node_modules/gauge/spin.js @@ -0,0 +1,5 @@ +'use strict' + +module.exports = function spin (spinstr, spun) { + return spinstr[spun % spinstr.length] +} diff --git a/node_modules/gauge/template-item.js b/node_modules/gauge/template-item.js new file mode 100644 index 0000000..4f02fef --- /dev/null +++ b/node_modules/gauge/template-item.js @@ -0,0 +1,72 @@ +'use strict' +var stringWidth = require('string-width') + +module.exports = TemplateItem + +function isPercent (num) { + if (typeof num !== 'string') return false + return num.slice(-1) === '%' +} + +function percent (num) { + return Number(num.slice(0, -1)) / 100 +} + +function TemplateItem (values, outputLength) { + this.overallOutputLength = outputLength + this.finished = false + this.type = null + this.value = null + this.length = null + this.maxLength = null + this.minLength = null + this.kerning = null + this.align = 'left' + this.padLeft = 0 + this.padRight = 0 + this.index = null + this.first = null + this.last = null + if (typeof values === 'string') { + this.value = values + } else { + for (var prop in values) this[prop] = values[prop] + } + // Realize percents + if (isPercent(this.length)) { + this.length = Math.round(this.overallOutputLength * percent(this.length)) + } + if (isPercent(this.minLength)) { + this.minLength = Math.round(this.overallOutputLength * percent(this.minLength)) + } + if (isPercent(this.maxLength)) { + this.maxLength = Math.round(this.overallOutputLength * percent(this.maxLength)) + } + return this +} + +TemplateItem.prototype = {} + +TemplateItem.prototype.getBaseLength = function () { + var length = this.length + if (length == null && typeof this.value === 'string' && this.maxLength == null && this.minLength == null) { + length = stringWidth(this.value) + } + return length +} + +TemplateItem.prototype.getLength = function () { + var length = this.getBaseLength() + if (length == null) return null + return length + this.padLeft + this.padRight +} + +TemplateItem.prototype.getMaxLength = function () { + if (this.maxLength == null) return null + return this.maxLength + this.padLeft + this.padRight +} + +TemplateItem.prototype.getMinLength = function () { + if (this.minLength == null) return null + return this.minLength + this.padLeft + this.padRight +} diff --git a/node_modules/gauge/theme-set.js b/node_modules/gauge/theme-set.js new file mode 100644 index 0000000..c022d61 --- /dev/null +++ b/node_modules/gauge/theme-set.js @@ -0,0 +1,114 @@ +'use strict' +var objectAssign = require('object-assign') + +module.exports = function () { + return ThemeSetProto.newThemeSet() +} + +var ThemeSetProto = {} + +ThemeSetProto.baseTheme = require('./base-theme.js') + +ThemeSetProto.newTheme = function (parent, theme) { + if (!theme) { + theme = parent + parent = this.baseTheme + } + return objectAssign({}, parent, theme) +} + +ThemeSetProto.getThemeNames = function () { + return Object.keys(this.themes) +} + +ThemeSetProto.addTheme = function (name, parent, theme) { + this.themes[name] = this.newTheme(parent, theme) +} + +ThemeSetProto.addToAllThemes = function (theme) { + var themes = this.themes + Object.keys(themes).forEach(function (name) { + objectAssign(themes[name], theme) + }) + objectAssign(this.baseTheme, theme) +} + +ThemeSetProto.getTheme = function (name) { + if (!this.themes[name]) throw this.newMissingThemeError(name) + return this.themes[name] +} + +ThemeSetProto.setDefault = function (opts, name) { + if (name == null) { + name = opts + opts = {} + } + var platform = opts.platform == null ? 'fallback' : opts.platform + var hasUnicode = !!opts.hasUnicode + var hasColor = !!opts.hasColor + if (!this.defaults[platform]) this.defaults[platform] = {true: {}, false: {}} + this.defaults[platform][hasUnicode][hasColor] = name +} + +ThemeSetProto.getDefault = function (opts) { + if (!opts) opts = {} + var platformName = opts.platform || process.platform + var platform = this.defaults[platformName] || this.defaults.fallback + var hasUnicode = !!opts.hasUnicode + var hasColor = !!opts.hasColor + if (!platform) throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) + if (!platform[hasUnicode][hasColor]) { + if (hasUnicode && hasColor && platform[!hasUnicode][hasColor]) { + hasUnicode = false + } else if (hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { + hasColor = false + } else if (hasUnicode && hasColor && platform[!hasUnicode][!hasColor]) { + hasUnicode = false + hasColor = false + } else if (hasUnicode && !hasColor && platform[!hasUnicode][hasColor]) { + hasUnicode = false + } else if (!hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { + hasColor = false + } else if (platform === this.defaults.fallback) { + throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) + } + } + if (platform[hasUnicode][hasColor]) { + return this.getTheme(platform[hasUnicode][hasColor]) + } else { + return this.getDefault(objectAssign({}, opts, {platform: 'fallback'})) + } +} + +ThemeSetProto.newMissingThemeError = function newMissingThemeError (name) { + var err = new Error('Could not find a gauge theme named "' + name + '"') + Error.captureStackTrace.call(err, newMissingThemeError) + err.theme = name + err.code = 'EMISSINGTHEME' + return err +} + +ThemeSetProto.newMissingDefaultThemeError = function newMissingDefaultThemeError (platformName, hasUnicode, hasColor) { + var err = new Error( + 'Could not find a gauge theme for your platform/unicode/color use combo:\n' + + ' platform = ' + platformName + '\n' + + ' hasUnicode = ' + hasUnicode + '\n' + + ' hasColor = ' + hasColor) + Error.captureStackTrace.call(err, newMissingDefaultThemeError) + err.platform = platformName + err.hasUnicode = hasUnicode + err.hasColor = hasColor + err.code = 'EMISSINGTHEME' + return err +} + +ThemeSetProto.newThemeSet = function () { + var themeset = function (opts) { + return themeset.getDefault(opts) + } + return objectAssign(themeset, ThemeSetProto, { + themes: objectAssign({}, this.themes), + baseTheme: objectAssign({}, this.baseTheme), + defaults: JSON.parse(JSON.stringify(this.defaults || {})) + }) +} diff --git a/node_modules/gauge/themes.js b/node_modules/gauge/themes.js new file mode 100644 index 0000000..df1184d --- /dev/null +++ b/node_modules/gauge/themes.js @@ -0,0 +1,56 @@ +'use strict' +var color = require('console-control-strings').color +var ThemeSet = require('./theme-set.js') + +var themes = module.exports = new ThemeSet() + +themes.addTheme('ASCII', { + preProgressbar: '[', + postProgressbar: ']', + progressbarTheme: { + complete: '#', + remaining: '.' + }, + activityIndicatorTheme: '-\\|/', + preSubsection: '>' +}) + +themes.addTheme('colorASCII', themes.getTheme('ASCII'), { + progressbarTheme: { + preComplete: color('bgBrightWhite', 'brightWhite'), + complete: '#', + postComplete: color('reset'), + preRemaining: color('bgBrightBlack', 'brightBlack'), + remaining: '.', + postRemaining: color('reset') + } +}) + +themes.addTheme('brailleSpinner', { + preProgressbar: '⸨', + postProgressbar: '⸩', + progressbarTheme: { + complete: '#', + remaining: '⠂' + }, + activityIndicatorTheme: '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏', + preSubsection: '>' +}) + +themes.addTheme('colorBrailleSpinner', themes.getTheme('brailleSpinner'), { + progressbarTheme: { + preComplete: color('bgBrightWhite', 'brightWhite'), + complete: '#', + postComplete: color('reset'), + preRemaining: color('bgBrightBlack', 'brightBlack'), + remaining: '⠂', + postRemaining: color('reset') + } +}) + +themes.setDefault({}, 'ASCII') +themes.setDefault({hasColor: true}, 'colorASCII') +themes.setDefault({platform: 'darwin', hasUnicode: true}, 'brailleSpinner') +themes.setDefault({platform: 'darwin', hasUnicode: true, hasColor: true}, 'colorBrailleSpinner') +themes.setDefault({platform: 'linux', hasUnicode: true}, 'brailleSpinner') +themes.setDefault({platform: 'linux', hasUnicode: true, hasColor: true}, 'colorBrailleSpinner') diff --git a/node_modules/gauge/wide-truncate.js b/node_modules/gauge/wide-truncate.js new file mode 100644 index 0000000..c531bc4 --- /dev/null +++ b/node_modules/gauge/wide-truncate.js @@ -0,0 +1,25 @@ +'use strict' +var stringWidth = require('string-width') +var stripAnsi = require('strip-ansi') + +module.exports = wideTruncate + +function wideTruncate (str, target) { + if (stringWidth(str) === 0) return str + if (target <= 0) return '' + if (stringWidth(str) <= target) return str + + // We compute the number of bytes of ansi sequences here and add + // that to our initial truncation to ensure that we don't slice one + // that we want to keep in half. + var noAnsi = stripAnsi(str) + var ansiSize = str.length + noAnsi.length + var truncated = str.slice(0, target + ansiSize) + + // we have to shrink the result to account for our ansi sequence buffer + // (if an ansi sequence was truncated) and double width characters. + while (stringWidth(truncated) > target) { + truncated = truncated.slice(0, -1) + } + return truncated +} diff --git a/node_modules/glob/LICENSE b/node_modules/glob/LICENSE new file mode 100644 index 0000000..42ca266 --- /dev/null +++ b/node_modules/glob/LICENSE @@ -0,0 +1,21 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +## Glob Logo + +Glob's logo created by Tanya Brassie , licensed +under a Creative Commons Attribution-ShareAlike 4.0 International License +https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/node_modules/glob/README.md b/node_modules/glob/README.md new file mode 100644 index 0000000..83f0c83 --- /dev/null +++ b/node_modules/glob/README.md @@ -0,0 +1,378 @@ +# Glob + +Match files using the patterns the shell uses, like stars and stuff. + +[![Build Status](https://travis-ci.org/isaacs/node-glob.svg?branch=master)](https://travis-ci.org/isaacs/node-glob/) [![Build Status](https://ci.appveyor.com/api/projects/status/kd7f3yftf7unxlsx?svg=true)](https://ci.appveyor.com/project/isaacs/node-glob) [![Coverage Status](https://coveralls.io/repos/isaacs/node-glob/badge.svg?branch=master&service=github)](https://coveralls.io/github/isaacs/node-glob?branch=master) + +This is a glob implementation in JavaScript. It uses the `minimatch` +library to do its matching. + +![a fun cartoon logo made of glob characters](logo/glob.png) + +## Usage + +Install with npm + +``` +npm i glob +``` + +```javascript +var glob = require("glob") + +// options is optional +glob("**/*.js", options, function (er, files) { + // files is an array of filenames. + // If the `nonull` option is set, and nothing + // was found, then files is ["**/*.js"] + // er is an error object or null. +}) +``` + +## Glob Primer + +"Globs" are the patterns you type when you do stuff like `ls *.js` on +the command line, or put `build/*` in a `.gitignore` file. + +Before parsing the path part patterns, braced sections are expanded +into a set. Braced sections start with `{` and end with `}`, with any +number of comma-delimited sections within. Braced sections may contain +slash characters, so `a{/b/c,bcd}` would expand into `a/b/c` and `abcd`. + +The following characters have special magic meaning when used in a +path portion: + +* `*` Matches 0 or more characters in a single path portion +* `?` Matches 1 character +* `[...]` Matches a range of characters, similar to a RegExp range. + If the first character of the range is `!` or `^` then it matches + any character not in the range. +* `!(pattern|pattern|pattern)` Matches anything that does not match + any of the patterns provided. +* `?(pattern|pattern|pattern)` Matches zero or one occurrence of the + patterns provided. +* `+(pattern|pattern|pattern)` Matches one or more occurrences of the + patterns provided. +* `*(a|b|c)` Matches zero or more occurrences of the patterns provided +* `@(pattern|pat*|pat?erN)` Matches exactly one of the patterns + provided +* `**` If a "globstar" is alone in a path portion, then it matches + zero or more directories and subdirectories searching for matches. + It does not crawl symlinked directories. + +### Dots + +If a file or directory path portion has a `.` as the first character, +then it will not match any glob pattern unless that pattern's +corresponding path part also has a `.` as its first character. + +For example, the pattern `a/.*/c` would match the file at `a/.b/c`. +However the pattern `a/*/c` would not, because `*` does not start with +a dot character. + +You can make glob treat dots as normal characters by setting +`dot:true` in the options. + +### Basename Matching + +If you set `matchBase:true` in the options, and the pattern has no +slashes in it, then it will seek for any file anywhere in the tree +with a matching basename. For example, `*.js` would match +`test/simple/basic.js`. + +### Empty Sets + +If no matching files are found, then an empty array is returned. This +differs from the shell, where the pattern itself is returned. For +example: + + $ echo a*s*d*f + a*s*d*f + +To get the bash-style behavior, set the `nonull:true` in the options. + +### See Also: + +* `man sh` +* `man bash` (Search for "Pattern Matching") +* `man 3 fnmatch` +* `man 5 gitignore` +* [minimatch documentation](https://github.com/isaacs/minimatch) + +## glob.hasMagic(pattern, [options]) + +Returns `true` if there are any special characters in the pattern, and +`false` otherwise. + +Note that the options affect the results. If `noext:true` is set in +the options object, then `+(a|b)` will not be considered a magic +pattern. If the pattern has a brace expansion, like `a/{b/c,x/y}` +then that is considered magical, unless `nobrace:true` is set in the +options. + +## glob(pattern, [options], cb) + +* `pattern` `{String}` Pattern to be matched +* `options` `{Object}` +* `cb` `{Function}` + * `err` `{Error | null}` + * `matches` `{Array}` filenames found matching the pattern + +Perform an asynchronous glob search. + +## glob.sync(pattern, [options]) + +* `pattern` `{String}` Pattern to be matched +* `options` `{Object}` +* return: `{Array}` filenames found matching the pattern + +Perform a synchronous glob search. + +## Class: glob.Glob + +Create a Glob object by instantiating the `glob.Glob` class. + +```javascript +var Glob = require("glob").Glob +var mg = new Glob(pattern, options, cb) +``` + +It's an EventEmitter, and starts walking the filesystem to find matches +immediately. + +### new glob.Glob(pattern, [options], [cb]) + +* `pattern` `{String}` pattern to search for +* `options` `{Object}` +* `cb` `{Function}` Called when an error occurs, or matches are found + * `err` `{Error | null}` + * `matches` `{Array}` filenames found matching the pattern + +Note that if the `sync` flag is set in the options, then matches will +be immediately available on the `g.found` member. + +### Properties + +* `minimatch` The minimatch object that the glob uses. +* `options` The options object passed in. +* `aborted` Boolean which is set to true when calling `abort()`. There + is no way at this time to continue a glob search after aborting, but + you can re-use the statCache to avoid having to duplicate syscalls. +* `cache` Convenience object. Each field has the following possible + values: + * `false` - Path does not exist + * `true` - Path exists + * `'FILE'` - Path exists, and is not a directory + * `'DIR'` - Path exists, and is a directory + * `[file, entries, ...]` - Path exists, is a directory, and the + array value is the results of `fs.readdir` +* `statCache` Cache of `fs.stat` results, to prevent statting the same + path multiple times. +* `symlinks` A record of which paths are symbolic links, which is + relevant in resolving `**` patterns. +* `realpathCache` An optional object which is passed to `fs.realpath` + to minimize unnecessary syscalls. It is stored on the instantiated + Glob object, and may be re-used. + +### Events + +* `end` When the matching is finished, this is emitted with all the + matches found. If the `nonull` option is set, and no match was found, + then the `matches` list contains the original pattern. The matches + are sorted, unless the `nosort` flag is set. +* `match` Every time a match is found, this is emitted with the specific + thing that matched. It is not deduplicated or resolved to a realpath. +* `error` Emitted when an unexpected error is encountered, or whenever + any fs error occurs if `options.strict` is set. +* `abort` When `abort()` is called, this event is raised. + +### Methods + +* `pause` Temporarily stop the search +* `resume` Resume the search +* `abort` Stop the search forever + +### Options + +All the options that can be passed to Minimatch can also be passed to +Glob to change pattern matching behavior. Also, some have been added, +or have glob-specific ramifications. + +All options are false by default, unless otherwise noted. + +All options are added to the Glob object, as well. + +If you are running many `glob` operations, you can pass a Glob object +as the `options` argument to a subsequent operation to shortcut some +`stat` and `readdir` calls. At the very least, you may pass in shared +`symlinks`, `statCache`, `realpathCache`, and `cache` options, so that +parallel glob operations will be sped up by sharing information about +the filesystem. + +* `cwd` The current working directory in which to search. Defaults + to `process.cwd()`. +* `root` The place where patterns starting with `/` will be mounted + onto. Defaults to `path.resolve(options.cwd, "/")` (`/` on Unix + systems, and `C:\` or some such on Windows.) +* `dot` Include `.dot` files in normal matches and `globstar` matches. + Note that an explicit dot in a portion of the pattern will always + match dot files. +* `nomount` By default, a pattern starting with a forward-slash will be + "mounted" onto the root setting, so that a valid filesystem path is + returned. Set this flag to disable that behavior. +* `mark` Add a `/` character to directory matches. Note that this + requires additional stat calls. +* `nosort` Don't sort the results. +* `stat` Set to true to stat *all* results. This reduces performance + somewhat, and is completely unnecessary, unless `readdir` is presumed + to be an untrustworthy indicator of file existence. +* `silent` When an unusual error is encountered when attempting to + read a directory, a warning will be printed to stderr. Set the + `silent` option to true to suppress these warnings. +* `strict` When an unusual error is encountered when attempting to + read a directory, the process will just continue on in search of + other matches. Set the `strict` option to raise an error in these + cases. +* `cache` See `cache` property above. Pass in a previously generated + cache object to save some fs calls. +* `statCache` A cache of results of filesystem information, to prevent + unnecessary stat calls. While it should not normally be necessary + to set this, you may pass the statCache from one glob() call to the + options object of another, if you know that the filesystem will not + change between calls. (See "Race Conditions" below.) +* `symlinks` A cache of known symbolic links. You may pass in a + previously generated `symlinks` object to save `lstat` calls when + resolving `**` matches. +* `sync` DEPRECATED: use `glob.sync(pattern, opts)` instead. +* `nounique` In some cases, brace-expanded patterns can result in the + same file showing up multiple times in the result set. By default, + this implementation prevents duplicates in the result set. Set this + flag to disable that behavior. +* `nonull` Set to never return an empty set, instead returning a set + containing the pattern itself. This is the default in glob(3). +* `debug` Set to enable debug logging in minimatch and glob. +* `nobrace` Do not expand `{a,b}` and `{1..3}` brace sets. +* `noglobstar` Do not match `**` against multiple filenames. (Ie, + treat it as a normal `*` instead.) +* `noext` Do not match `+(a|b)` "extglob" patterns. +* `nocase` Perform a case-insensitive match. Note: on + case-insensitive filesystems, non-magic patterns will match by + default, since `stat` and `readdir` will not raise errors. +* `matchBase` Perform a basename-only match if the pattern does not + contain any slash characters. That is, `*.js` would be treated as + equivalent to `**/*.js`, matching all js files in all directories. +* `nodir` Do not match directories, only files. (Note: to match + *only* directories, simply put a `/` at the end of the pattern.) +* `ignore` Add a pattern or an array of glob patterns to exclude matches. + Note: `ignore` patterns are *always* in `dot:true` mode, regardless + of any other settings. +* `follow` Follow symlinked directories when expanding `**` patterns. + Note that this can result in a lot of duplicate references in the + presence of cyclic links. +* `realpath` Set to true to call `fs.realpath` on all of the results. + In the case of a symlink that cannot be resolved, the full absolute + path to the matched entry is returned (though it will usually be a + broken symlink) +* `absolute` Set to true to always receive absolute paths for matched + files. Unlike `realpath`, this also affects the values returned in + the `match` event. +* `fs` File-system object with Node's `fs` API. By default, the built-in + `fs` module will be used. Set to a volume provided by a library like + `memfs` to avoid using the "real" file-system. + +## Comparisons to other fnmatch/glob implementations + +While strict compliance with the existing standards is a worthwhile +goal, some discrepancies exist between node-glob and other +implementations, and are intentional. + +The double-star character `**` is supported by default, unless the +`noglobstar` flag is set. This is supported in the manner of bsdglob +and bash 4.3, where `**` only has special significance if it is the only +thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but +`a/**b` will not. + +Note that symlinked directories are not crawled as part of a `**`, +though their contents may match against subsequent portions of the +pattern. This prevents infinite loops and duplicates and the like. + +If an escaped pattern has no matches, and the `nonull` flag is set, +then glob returns the pattern as-provided, rather than +interpreting the character escapes. For example, +`glob.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than +`"*a?"`. This is akin to setting the `nullglob` option in bash, except +that it does not resolve escaped pattern characters. + +If brace expansion is not disabled, then it is performed before any +other interpretation of the glob pattern. Thus, a pattern like +`+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded +**first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are +checked for validity. Since those two are valid, matching proceeds. + +### Comments and Negation + +Previously, this module let you mark a pattern as a "comment" if it +started with a `#` character, or a "negated" pattern if it started +with a `!` character. + +These options were deprecated in version 5, and removed in version 6. + +To specify things that should not match, use the `ignore` option. + +## Windows + +**Please only use forward-slashes in glob expressions.** + +Though windows uses either `/` or `\` as its path separator, only `/` +characters are used by this glob implementation. You must use +forward-slashes **only** in glob expressions. Back-slashes will always +be interpreted as escape characters, not path separators. + +Results from absolute patterns such as `/foo/*` are mounted onto the +root setting using `path.join`. On windows, this will by default result +in `/foo/*` matching `C:\foo\bar.txt`. + +## Race Conditions + +Glob searching, by its very nature, is susceptible to race conditions, +since it relies on directory walking and such. + +As a result, it is possible that a file that exists when glob looks for +it may have been deleted or modified by the time it returns the result. + +As part of its internal implementation, this program caches all stat +and readdir calls that it makes, in order to cut down on system +overhead. However, this also makes it even more susceptible to races, +especially if the cache or statCache objects are reused between glob +calls. + +Users are thus advised not to use a glob result as a guarantee of +filesystem state in the face of rapid changes. For the vast majority +of operations, this is never a problem. + +## Glob Logo +Glob's logo was created by [Tanya Brassie](http://tanyabrassie.com/). Logo files can be found [here](https://github.com/isaacs/node-glob/tree/master/logo). + +The logo is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/). + +## Contributing + +Any change to behavior (including bugfixes) must come with a test. + +Patches that fail tests or reduce performance will be rejected. + +``` +# to run tests +npm test + +# to re-generate test fixtures +npm run test-regen + +# to benchmark against bash/zsh +npm run bench + +# to profile javascript +npm run prof +``` + +![](oh-my-glob.gif) diff --git a/node_modules/glob/common.js b/node_modules/glob/common.js new file mode 100644 index 0000000..424c46e --- /dev/null +++ b/node_modules/glob/common.js @@ -0,0 +1,238 @@ +exports.setopts = setopts +exports.ownProp = ownProp +exports.makeAbs = makeAbs +exports.finish = finish +exports.mark = mark +exports.isIgnored = isIgnored +exports.childrenIgnored = childrenIgnored + +function ownProp (obj, field) { + return Object.prototype.hasOwnProperty.call(obj, field) +} + +var fs = require("fs") +var path = require("path") +var minimatch = require("minimatch") +var isAbsolute = require("path-is-absolute") +var Minimatch = minimatch.Minimatch + +function alphasort (a, b) { + return a.localeCompare(b, 'en') +} + +function setupIgnores (self, options) { + self.ignore = options.ignore || [] + + if (!Array.isArray(self.ignore)) + self.ignore = [self.ignore] + + if (self.ignore.length) { + self.ignore = self.ignore.map(ignoreMap) + } +} + +// ignore patterns are always in dot:true mode. +function ignoreMap (pattern) { + var gmatcher = null + if (pattern.slice(-3) === '/**') { + var gpattern = pattern.replace(/(\/\*\*)+$/, '') + gmatcher = new Minimatch(gpattern, { dot: true }) + } + + return { + matcher: new Minimatch(pattern, { dot: true }), + gmatcher: gmatcher + } +} + +function setopts (self, pattern, options) { + if (!options) + options = {} + + // base-matching: just use globstar for that. + if (options.matchBase && -1 === pattern.indexOf("/")) { + if (options.noglobstar) { + throw new Error("base matching requires globstar") + } + pattern = "**/" + pattern + } + + self.silent = !!options.silent + self.pattern = pattern + self.strict = options.strict !== false + self.realpath = !!options.realpath + self.realpathCache = options.realpathCache || Object.create(null) + self.follow = !!options.follow + self.dot = !!options.dot + self.mark = !!options.mark + self.nodir = !!options.nodir + if (self.nodir) + self.mark = true + self.sync = !!options.sync + self.nounique = !!options.nounique + self.nonull = !!options.nonull + self.nosort = !!options.nosort + self.nocase = !!options.nocase + self.stat = !!options.stat + self.noprocess = !!options.noprocess + self.absolute = !!options.absolute + self.fs = options.fs || fs + + self.maxLength = options.maxLength || Infinity + self.cache = options.cache || Object.create(null) + self.statCache = options.statCache || Object.create(null) + self.symlinks = options.symlinks || Object.create(null) + + setupIgnores(self, options) + + self.changedCwd = false + var cwd = process.cwd() + if (!ownProp(options, "cwd")) + self.cwd = cwd + else { + self.cwd = path.resolve(options.cwd) + self.changedCwd = self.cwd !== cwd + } + + self.root = options.root || path.resolve(self.cwd, "/") + self.root = path.resolve(self.root) + if (process.platform === "win32") + self.root = self.root.replace(/\\/g, "/") + + // TODO: is an absolute `cwd` supposed to be resolved against `root`? + // e.g. { cwd: '/test', root: __dirname } === path.join(__dirname, '/test') + self.cwdAbs = isAbsolute(self.cwd) ? self.cwd : makeAbs(self, self.cwd) + if (process.platform === "win32") + self.cwdAbs = self.cwdAbs.replace(/\\/g, "/") + self.nomount = !!options.nomount + + // disable comments and negation in Minimatch. + // Note that they are not supported in Glob itself anyway. + options.nonegate = true + options.nocomment = true + // always treat \ in patterns as escapes, not path separators + options.allowWindowsEscape = false + + self.minimatch = new Minimatch(pattern, options) + self.options = self.minimatch.options +} + +function finish (self) { + var nou = self.nounique + var all = nou ? [] : Object.create(null) + + for (var i = 0, l = self.matches.length; i < l; i ++) { + var matches = self.matches[i] + if (!matches || Object.keys(matches).length === 0) { + if (self.nonull) { + // do like the shell, and spit out the literal glob + var literal = self.minimatch.globSet[i] + if (nou) + all.push(literal) + else + all[literal] = true + } + } else { + // had matches + var m = Object.keys(matches) + if (nou) + all.push.apply(all, m) + else + m.forEach(function (m) { + all[m] = true + }) + } + } + + if (!nou) + all = Object.keys(all) + + if (!self.nosort) + all = all.sort(alphasort) + + // at *some* point we statted all of these + if (self.mark) { + for (var i = 0; i < all.length; i++) { + all[i] = self._mark(all[i]) + } + if (self.nodir) { + all = all.filter(function (e) { + var notDir = !(/\/$/.test(e)) + var c = self.cache[e] || self.cache[makeAbs(self, e)] + if (notDir && c) + notDir = c !== 'DIR' && !Array.isArray(c) + return notDir + }) + } + } + + if (self.ignore.length) + all = all.filter(function(m) { + return !isIgnored(self, m) + }) + + self.found = all +} + +function mark (self, p) { + var abs = makeAbs(self, p) + var c = self.cache[abs] + var m = p + if (c) { + var isDir = c === 'DIR' || Array.isArray(c) + var slash = p.slice(-1) === '/' + + if (isDir && !slash) + m += '/' + else if (!isDir && slash) + m = m.slice(0, -1) + + if (m !== p) { + var mabs = makeAbs(self, m) + self.statCache[mabs] = self.statCache[abs] + self.cache[mabs] = self.cache[abs] + } + } + + return m +} + +// lotta situps... +function makeAbs (self, f) { + var abs = f + if (f.charAt(0) === '/') { + abs = path.join(self.root, f) + } else if (isAbsolute(f) || f === '') { + abs = f + } else if (self.changedCwd) { + abs = path.resolve(self.cwd, f) + } else { + abs = path.resolve(f) + } + + if (process.platform === 'win32') + abs = abs.replace(/\\/g, '/') + + return abs +} + + +// Return true, if pattern ends with globstar '**', for the accompanying parent directory. +// Ex:- If node_modules/** is the pattern, add 'node_modules' to ignore list along with it's contents +function isIgnored (self, path) { + if (!self.ignore.length) + return false + + return self.ignore.some(function(item) { + return item.matcher.match(path) || !!(item.gmatcher && item.gmatcher.match(path)) + }) +} + +function childrenIgnored (self, path) { + if (!self.ignore.length) + return false + + return self.ignore.some(function(item) { + return !!(item.gmatcher && item.gmatcher.match(path)) + }) +} diff --git a/node_modules/glob/glob.js b/node_modules/glob/glob.js new file mode 100644 index 0000000..37a4d7e --- /dev/null +++ b/node_modules/glob/glob.js @@ -0,0 +1,790 @@ +// Approach: +// +// 1. Get the minimatch set +// 2. For each pattern in the set, PROCESS(pattern, false) +// 3. Store matches per-set, then uniq them +// +// PROCESS(pattern, inGlobStar) +// Get the first [n] items from pattern that are all strings +// Join these together. This is PREFIX. +// If there is no more remaining, then stat(PREFIX) and +// add to matches if it succeeds. END. +// +// If inGlobStar and PREFIX is symlink and points to dir +// set ENTRIES = [] +// else readdir(PREFIX) as ENTRIES +// If fail, END +// +// with ENTRIES +// If pattern[n] is GLOBSTAR +// // handle the case where the globstar match is empty +// // by pruning it out, and testing the resulting pattern +// PROCESS(pattern[0..n] + pattern[n+1 .. $], false) +// // handle other cases. +// for ENTRY in ENTRIES (not dotfiles) +// // attach globstar + tail onto the entry +// // Mark that this entry is a globstar match +// PROCESS(pattern[0..n] + ENTRY + pattern[n .. $], true) +// +// else // not globstar +// for ENTRY in ENTRIES (not dotfiles, unless pattern[n] is dot) +// Test ENTRY against pattern[n] +// If fails, continue +// If passes, PROCESS(pattern[0..n] + item + pattern[n+1 .. $]) +// +// Caveat: +// Cache all stats and readdirs results to minimize syscall. Since all +// we ever care about is existence and directory-ness, we can just keep +// `true` for files, and [children,...] for directories, or `false` for +// things that don't exist. + +module.exports = glob + +var rp = require('fs.realpath') +var minimatch = require('minimatch') +var Minimatch = minimatch.Minimatch +var inherits = require('inherits') +var EE = require('events').EventEmitter +var path = require('path') +var assert = require('assert') +var isAbsolute = require('path-is-absolute') +var globSync = require('./sync.js') +var common = require('./common.js') +var setopts = common.setopts +var ownProp = common.ownProp +var inflight = require('inflight') +var util = require('util') +var childrenIgnored = common.childrenIgnored +var isIgnored = common.isIgnored + +var once = require('once') + +function glob (pattern, options, cb) { + if (typeof options === 'function') cb = options, options = {} + if (!options) options = {} + + if (options.sync) { + if (cb) + throw new TypeError('callback provided to sync glob') + return globSync(pattern, options) + } + + return new Glob(pattern, options, cb) +} + +glob.sync = globSync +var GlobSync = glob.GlobSync = globSync.GlobSync + +// old api surface +glob.glob = glob + +function extend (origin, add) { + if (add === null || typeof add !== 'object') { + return origin + } + + var keys = Object.keys(add) + var i = keys.length + while (i--) { + origin[keys[i]] = add[keys[i]] + } + return origin +} + +glob.hasMagic = function (pattern, options_) { + var options = extend({}, options_) + options.noprocess = true + + var g = new Glob(pattern, options) + var set = g.minimatch.set + + if (!pattern) + return false + + if (set.length > 1) + return true + + for (var j = 0; j < set[0].length; j++) { + if (typeof set[0][j] !== 'string') + return true + } + + return false +} + +glob.Glob = Glob +inherits(Glob, EE) +function Glob (pattern, options, cb) { + if (typeof options === 'function') { + cb = options + options = null + } + + if (options && options.sync) { + if (cb) + throw new TypeError('callback provided to sync glob') + return new GlobSync(pattern, options) + } + + if (!(this instanceof Glob)) + return new Glob(pattern, options, cb) + + setopts(this, pattern, options) + this._didRealPath = false + + // process each pattern in the minimatch set + var n = this.minimatch.set.length + + // The matches are stored as {: true,...} so that + // duplicates are automagically pruned. + // Later, we do an Object.keys() on these. + // Keep them as a list so we can fill in when nonull is set. + this.matches = new Array(n) + + if (typeof cb === 'function') { + cb = once(cb) + this.on('error', cb) + this.on('end', function (matches) { + cb(null, matches) + }) + } + + var self = this + this._processing = 0 + + this._emitQueue = [] + this._processQueue = [] + this.paused = false + + if (this.noprocess) + return this + + if (n === 0) + return done() + + var sync = true + for (var i = 0; i < n; i ++) { + this._process(this.minimatch.set[i], i, false, done) + } + sync = false + + function done () { + --self._processing + if (self._processing <= 0) { + if (sync) { + process.nextTick(function () { + self._finish() + }) + } else { + self._finish() + } + } + } +} + +Glob.prototype._finish = function () { + assert(this instanceof Glob) + if (this.aborted) + return + + if (this.realpath && !this._didRealpath) + return this._realpath() + + common.finish(this) + this.emit('end', this.found) +} + +Glob.prototype._realpath = function () { + if (this._didRealpath) + return + + this._didRealpath = true + + var n = this.matches.length + if (n === 0) + return this._finish() + + var self = this + for (var i = 0; i < this.matches.length; i++) + this._realpathSet(i, next) + + function next () { + if (--n === 0) + self._finish() + } +} + +Glob.prototype._realpathSet = function (index, cb) { + var matchset = this.matches[index] + if (!matchset) + return cb() + + var found = Object.keys(matchset) + var self = this + var n = found.length + + if (n === 0) + return cb() + + var set = this.matches[index] = Object.create(null) + found.forEach(function (p, i) { + // If there's a problem with the stat, then it means that + // one or more of the links in the realpath couldn't be + // resolved. just return the abs value in that case. + p = self._makeAbs(p) + rp.realpath(p, self.realpathCache, function (er, real) { + if (!er) + set[real] = true + else if (er.syscall === 'stat') + set[p] = true + else + self.emit('error', er) // srsly wtf right here + + if (--n === 0) { + self.matches[index] = set + cb() + } + }) + }) +} + +Glob.prototype._mark = function (p) { + return common.mark(this, p) +} + +Glob.prototype._makeAbs = function (f) { + return common.makeAbs(this, f) +} + +Glob.prototype.abort = function () { + this.aborted = true + this.emit('abort') +} + +Glob.prototype.pause = function () { + if (!this.paused) { + this.paused = true + this.emit('pause') + } +} + +Glob.prototype.resume = function () { + if (this.paused) { + this.emit('resume') + this.paused = false + if (this._emitQueue.length) { + var eq = this._emitQueue.slice(0) + this._emitQueue.length = 0 + for (var i = 0; i < eq.length; i ++) { + var e = eq[i] + this._emitMatch(e[0], e[1]) + } + } + if (this._processQueue.length) { + var pq = this._processQueue.slice(0) + this._processQueue.length = 0 + for (var i = 0; i < pq.length; i ++) { + var p = pq[i] + this._processing-- + this._process(p[0], p[1], p[2], p[3]) + } + } + } +} + +Glob.prototype._process = function (pattern, index, inGlobStar, cb) { + assert(this instanceof Glob) + assert(typeof cb === 'function') + + if (this.aborted) + return + + this._processing++ + if (this.paused) { + this._processQueue.push([pattern, index, inGlobStar, cb]) + return + } + + //console.error('PROCESS %d', this._processing, pattern) + + // Get the first [n] parts of pattern that are all strings. + var n = 0 + while (typeof pattern[n] === 'string') { + n ++ + } + // now n is the index of the first one that is *not* a string. + + // see if there's anything else + var prefix + switch (n) { + // if not, then this is rather simple + case pattern.length: + this._processSimple(pattern.join('/'), index, cb) + return + + case 0: + // pattern *starts* with some non-trivial item. + // going to readdir(cwd), but not include the prefix in matches. + prefix = null + break + + default: + // pattern has some string bits in the front. + // whatever it starts with, whether that's 'absolute' like /foo/bar, + // or 'relative' like '../baz' + prefix = pattern.slice(0, n).join('/') + break + } + + var remain = pattern.slice(n) + + // get the list of entries. + var read + if (prefix === null) + read = '.' + else if (isAbsolute(prefix) || + isAbsolute(pattern.map(function (p) { + return typeof p === 'string' ? p : '[*]' + }).join('/'))) { + if (!prefix || !isAbsolute(prefix)) + prefix = '/' + prefix + read = prefix + } else + read = prefix + + var abs = this._makeAbs(read) + + //if ignored, skip _processing + if (childrenIgnored(this, read)) + return cb() + + var isGlobStar = remain[0] === minimatch.GLOBSTAR + if (isGlobStar) + this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) + else + this._processReaddir(prefix, read, abs, remain, index, inGlobStar, cb) +} + +Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { + var self = this + this._readdir(abs, inGlobStar, function (er, entries) { + return self._processReaddir2(prefix, read, abs, remain, index, inGlobStar, entries, cb) + }) +} + +Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { + + // if the abs isn't a dir, then nothing can match! + if (!entries) + return cb() + + // It will only match dot entries if it starts with a dot, or if + // dot is set. Stuff like @(.foo|.bar) isn't allowed. + var pn = remain[0] + var negate = !!this.minimatch.negate + var rawGlob = pn._glob + var dotOk = this.dot || rawGlob.charAt(0) === '.' + + var matchedEntries = [] + for (var i = 0; i < entries.length; i++) { + var e = entries[i] + if (e.charAt(0) !== '.' || dotOk) { + var m + if (negate && !prefix) { + m = !e.match(pn) + } else { + m = e.match(pn) + } + if (m) + matchedEntries.push(e) + } + } + + //console.error('prd2', prefix, entries, remain[0]._glob, matchedEntries) + + var len = matchedEntries.length + // If there are no matched entries, then nothing matches. + if (len === 0) + return cb() + + // if this is the last remaining pattern bit, then no need for + // an additional stat *unless* the user has specified mark or + // stat explicitly. We know they exist, since readdir returned + // them. + + if (remain.length === 1 && !this.mark && !this.stat) { + if (!this.matches[index]) + this.matches[index] = Object.create(null) + + for (var i = 0; i < len; i ++) { + var e = matchedEntries[i] + if (prefix) { + if (prefix !== '/') + e = prefix + '/' + e + else + e = prefix + e + } + + if (e.charAt(0) === '/' && !this.nomount) { + e = path.join(this.root, e) + } + this._emitMatch(index, e) + } + // This was the last one, and no stats were needed + return cb() + } + + // now test all matched entries as stand-ins for that part + // of the pattern. + remain.shift() + for (var i = 0; i < len; i ++) { + var e = matchedEntries[i] + var newPattern + if (prefix) { + if (prefix !== '/') + e = prefix + '/' + e + else + e = prefix + e + } + this._process([e].concat(remain), index, inGlobStar, cb) + } + cb() +} + +Glob.prototype._emitMatch = function (index, e) { + if (this.aborted) + return + + if (isIgnored(this, e)) + return + + if (this.paused) { + this._emitQueue.push([index, e]) + return + } + + var abs = isAbsolute(e) ? e : this._makeAbs(e) + + if (this.mark) + e = this._mark(e) + + if (this.absolute) + e = abs + + if (this.matches[index][e]) + return + + if (this.nodir) { + var c = this.cache[abs] + if (c === 'DIR' || Array.isArray(c)) + return + } + + this.matches[index][e] = true + + var st = this.statCache[abs] + if (st) + this.emit('stat', e, st) + + this.emit('match', e) +} + +Glob.prototype._readdirInGlobStar = function (abs, cb) { + if (this.aborted) + return + + // follow all symlinked directories forever + // just proceed as if this is a non-globstar situation + if (this.follow) + return this._readdir(abs, false, cb) + + var lstatkey = 'lstat\0' + abs + var self = this + var lstatcb = inflight(lstatkey, lstatcb_) + + if (lstatcb) + self.fs.lstat(abs, lstatcb) + + function lstatcb_ (er, lstat) { + if (er && er.code === 'ENOENT') + return cb() + + var isSym = lstat && lstat.isSymbolicLink() + self.symlinks[abs] = isSym + + // If it's not a symlink or a dir, then it's definitely a regular file. + // don't bother doing a readdir in that case. + if (!isSym && lstat && !lstat.isDirectory()) { + self.cache[abs] = 'FILE' + cb() + } else + self._readdir(abs, false, cb) + } +} + +Glob.prototype._readdir = function (abs, inGlobStar, cb) { + if (this.aborted) + return + + cb = inflight('readdir\0'+abs+'\0'+inGlobStar, cb) + if (!cb) + return + + //console.error('RD %j %j', +inGlobStar, abs) + if (inGlobStar && !ownProp(this.symlinks, abs)) + return this._readdirInGlobStar(abs, cb) + + if (ownProp(this.cache, abs)) { + var c = this.cache[abs] + if (!c || c === 'FILE') + return cb() + + if (Array.isArray(c)) + return cb(null, c) + } + + var self = this + self.fs.readdir(abs, readdirCb(this, abs, cb)) +} + +function readdirCb (self, abs, cb) { + return function (er, entries) { + if (er) + self._readdirError(abs, er, cb) + else + self._readdirEntries(abs, entries, cb) + } +} + +Glob.prototype._readdirEntries = function (abs, entries, cb) { + if (this.aborted) + return + + // if we haven't asked to stat everything, then just + // assume that everything in there exists, so we can avoid + // having to stat it a second time. + if (!this.mark && !this.stat) { + for (var i = 0; i < entries.length; i ++) { + var e = entries[i] + if (abs === '/') + e = abs + e + else + e = abs + '/' + e + this.cache[e] = true + } + } + + this.cache[abs] = entries + return cb(null, entries) +} + +Glob.prototype._readdirError = function (f, er, cb) { + if (this.aborted) + return + + // handle errors, and cache the information + switch (er.code) { + case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 + case 'ENOTDIR': // totally normal. means it *does* exist. + var abs = this._makeAbs(f) + this.cache[abs] = 'FILE' + if (abs === this.cwdAbs) { + var error = new Error(er.code + ' invalid cwd ' + this.cwd) + error.path = this.cwd + error.code = er.code + this.emit('error', error) + this.abort() + } + break + + case 'ENOENT': // not terribly unusual + case 'ELOOP': + case 'ENAMETOOLONG': + case 'UNKNOWN': + this.cache[this._makeAbs(f)] = false + break + + default: // some unusual error. Treat as failure. + this.cache[this._makeAbs(f)] = false + if (this.strict) { + this.emit('error', er) + // If the error is handled, then we abort + // if not, we threw out of here + this.abort() + } + if (!this.silent) + console.error('glob error', er) + break + } + + return cb() +} + +Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { + var self = this + this._readdir(abs, inGlobStar, function (er, entries) { + self._processGlobStar2(prefix, read, abs, remain, index, inGlobStar, entries, cb) + }) +} + + +Glob.prototype._processGlobStar2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { + //console.error('pgs2', prefix, remain[0], entries) + + // no entries means not a dir, so it can never have matches + // foo.txt/** doesn't match foo.txt + if (!entries) + return cb() + + // test without the globstar, and with every child both below + // and replacing the globstar. + var remainWithoutGlobStar = remain.slice(1) + var gspref = prefix ? [ prefix ] : [] + var noGlobStar = gspref.concat(remainWithoutGlobStar) + + // the noGlobStar pattern exits the inGlobStar state + this._process(noGlobStar, index, false, cb) + + var isSym = this.symlinks[abs] + var len = entries.length + + // If it's a symlink, and we're in a globstar, then stop + if (isSym && inGlobStar) + return cb() + + for (var i = 0; i < len; i++) { + var e = entries[i] + if (e.charAt(0) === '.' && !this.dot) + continue + + // these two cases enter the inGlobStar state + var instead = gspref.concat(entries[i], remainWithoutGlobStar) + this._process(instead, index, true, cb) + + var below = gspref.concat(entries[i], remain) + this._process(below, index, true, cb) + } + + cb() +} + +Glob.prototype._processSimple = function (prefix, index, cb) { + // XXX review this. Shouldn't it be doing the mounting etc + // before doing stat? kinda weird? + var self = this + this._stat(prefix, function (er, exists) { + self._processSimple2(prefix, index, er, exists, cb) + }) +} +Glob.prototype._processSimple2 = function (prefix, index, er, exists, cb) { + + //console.error('ps2', prefix, exists) + + if (!this.matches[index]) + this.matches[index] = Object.create(null) + + // If it doesn't exist, then just mark the lack of results + if (!exists) + return cb() + + if (prefix && isAbsolute(prefix) && !this.nomount) { + var trail = /[\/\\]$/.test(prefix) + if (prefix.charAt(0) === '/') { + prefix = path.join(this.root, prefix) + } else { + prefix = path.resolve(this.root, prefix) + if (trail) + prefix += '/' + } + } + + if (process.platform === 'win32') + prefix = prefix.replace(/\\/g, '/') + + // Mark this as a match + this._emitMatch(index, prefix) + cb() +} + +// Returns either 'DIR', 'FILE', or false +Glob.prototype._stat = function (f, cb) { + var abs = this._makeAbs(f) + var needDir = f.slice(-1) === '/' + + if (f.length > this.maxLength) + return cb() + + if (!this.stat && ownProp(this.cache, abs)) { + var c = this.cache[abs] + + if (Array.isArray(c)) + c = 'DIR' + + // It exists, but maybe not how we need it + if (!needDir || c === 'DIR') + return cb(null, c) + + if (needDir && c === 'FILE') + return cb() + + // otherwise we have to stat, because maybe c=true + // if we know it exists, but not what it is. + } + + var exists + var stat = this.statCache[abs] + if (stat !== undefined) { + if (stat === false) + return cb(null, stat) + else { + var type = stat.isDirectory() ? 'DIR' : 'FILE' + if (needDir && type === 'FILE') + return cb() + else + return cb(null, type, stat) + } + } + + var self = this + var statcb = inflight('stat\0' + abs, lstatcb_) + if (statcb) + self.fs.lstat(abs, statcb) + + function lstatcb_ (er, lstat) { + if (lstat && lstat.isSymbolicLink()) { + // If it's a symlink, then treat it as the target, unless + // the target does not exist, then treat it as a file. + return self.fs.stat(abs, function (er, stat) { + if (er) + self._stat2(f, abs, null, lstat, cb) + else + self._stat2(f, abs, er, stat, cb) + }) + } else { + self._stat2(f, abs, er, lstat, cb) + } + } +} + +Glob.prototype._stat2 = function (f, abs, er, stat, cb) { + if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { + this.statCache[abs] = false + return cb() + } + + var needDir = f.slice(-1) === '/' + this.statCache[abs] = stat + + if (abs.slice(-1) === '/' && stat && !stat.isDirectory()) + return cb(null, false, stat) + + var c = true + if (stat) + c = stat.isDirectory() ? 'DIR' : 'FILE' + this.cache[abs] = this.cache[abs] || c + + if (needDir && c === 'FILE') + return cb() + + return cb(null, c, stat) +} diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json new file mode 100644 index 0000000..5940b64 --- /dev/null +++ b/node_modules/glob/package.json @@ -0,0 +1,55 @@ +{ + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "description": "a little globber", + "version": "7.2.3", + "publishConfig": { + "tag": "v7-legacy" + }, + "repository": { + "type": "git", + "url": "git://github.com/isaacs/node-glob.git" + }, + "main": "glob.js", + "files": [ + "glob.js", + "sync.js", + "common.js" + ], + "engines": { + "node": "*" + }, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "devDependencies": { + "memfs": "^3.2.0", + "mkdirp": "0", + "rimraf": "^2.2.8", + "tap": "^15.0.6", + "tick": "0.0.6" + }, + "tap": { + "before": "test/00-setup.js", + "after": "test/zz-cleanup.js", + "jobs": 1 + }, + "scripts": { + "prepublish": "npm run benchclean", + "profclean": "rm -f v8.log profile.txt", + "test": "tap", + "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js", + "bench": "bash benchmark.sh", + "prof": "bash prof.sh && cat profile.txt", + "benchclean": "node benchclean.js" + }, + "license": "ISC", + "funding": { + "url": "https://github.com/sponsors/isaacs" + } +} diff --git a/node_modules/glob/sync.js b/node_modules/glob/sync.js new file mode 100644 index 0000000..2c4f480 --- /dev/null +++ b/node_modules/glob/sync.js @@ -0,0 +1,486 @@ +module.exports = globSync +globSync.GlobSync = GlobSync + +var rp = require('fs.realpath') +var minimatch = require('minimatch') +var Minimatch = minimatch.Minimatch +var Glob = require('./glob.js').Glob +var util = require('util') +var path = require('path') +var assert = require('assert') +var isAbsolute = require('path-is-absolute') +var common = require('./common.js') +var setopts = common.setopts +var ownProp = common.ownProp +var childrenIgnored = common.childrenIgnored +var isIgnored = common.isIgnored + +function globSync (pattern, options) { + if (typeof options === 'function' || arguments.length === 3) + throw new TypeError('callback provided to sync glob\n'+ + 'See: https://github.com/isaacs/node-glob/issues/167') + + return new GlobSync(pattern, options).found +} + +function GlobSync (pattern, options) { + if (!pattern) + throw new Error('must provide pattern') + + if (typeof options === 'function' || arguments.length === 3) + throw new TypeError('callback provided to sync glob\n'+ + 'See: https://github.com/isaacs/node-glob/issues/167') + + if (!(this instanceof GlobSync)) + return new GlobSync(pattern, options) + + setopts(this, pattern, options) + + if (this.noprocess) + return this + + var n = this.minimatch.set.length + this.matches = new Array(n) + for (var i = 0; i < n; i ++) { + this._process(this.minimatch.set[i], i, false) + } + this._finish() +} + +GlobSync.prototype._finish = function () { + assert.ok(this instanceof GlobSync) + if (this.realpath) { + var self = this + this.matches.forEach(function (matchset, index) { + var set = self.matches[index] = Object.create(null) + for (var p in matchset) { + try { + p = self._makeAbs(p) + var real = rp.realpathSync(p, self.realpathCache) + set[real] = true + } catch (er) { + if (er.syscall === 'stat') + set[self._makeAbs(p)] = true + else + throw er + } + } + }) + } + common.finish(this) +} + + +GlobSync.prototype._process = function (pattern, index, inGlobStar) { + assert.ok(this instanceof GlobSync) + + // Get the first [n] parts of pattern that are all strings. + var n = 0 + while (typeof pattern[n] === 'string') { + n ++ + } + // now n is the index of the first one that is *not* a string. + + // See if there's anything else + var prefix + switch (n) { + // if not, then this is rather simple + case pattern.length: + this._processSimple(pattern.join('/'), index) + return + + case 0: + // pattern *starts* with some non-trivial item. + // going to readdir(cwd), but not include the prefix in matches. + prefix = null + break + + default: + // pattern has some string bits in the front. + // whatever it starts with, whether that's 'absolute' like /foo/bar, + // or 'relative' like '../baz' + prefix = pattern.slice(0, n).join('/') + break + } + + var remain = pattern.slice(n) + + // get the list of entries. + var read + if (prefix === null) + read = '.' + else if (isAbsolute(prefix) || + isAbsolute(pattern.map(function (p) { + return typeof p === 'string' ? p : '[*]' + }).join('/'))) { + if (!prefix || !isAbsolute(prefix)) + prefix = '/' + prefix + read = prefix + } else + read = prefix + + var abs = this._makeAbs(read) + + //if ignored, skip processing + if (childrenIgnored(this, read)) + return + + var isGlobStar = remain[0] === minimatch.GLOBSTAR + if (isGlobStar) + this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) + else + this._processReaddir(prefix, read, abs, remain, index, inGlobStar) +} + + +GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { + var entries = this._readdir(abs, inGlobStar) + + // if the abs isn't a dir, then nothing can match! + if (!entries) + return + + // It will only match dot entries if it starts with a dot, or if + // dot is set. Stuff like @(.foo|.bar) isn't allowed. + var pn = remain[0] + var negate = !!this.minimatch.negate + var rawGlob = pn._glob + var dotOk = this.dot || rawGlob.charAt(0) === '.' + + var matchedEntries = [] + for (var i = 0; i < entries.length; i++) { + var e = entries[i] + if (e.charAt(0) !== '.' || dotOk) { + var m + if (negate && !prefix) { + m = !e.match(pn) + } else { + m = e.match(pn) + } + if (m) + matchedEntries.push(e) + } + } + + var len = matchedEntries.length + // If there are no matched entries, then nothing matches. + if (len === 0) + return + + // if this is the last remaining pattern bit, then no need for + // an additional stat *unless* the user has specified mark or + // stat explicitly. We know they exist, since readdir returned + // them. + + if (remain.length === 1 && !this.mark && !this.stat) { + if (!this.matches[index]) + this.matches[index] = Object.create(null) + + for (var i = 0; i < len; i ++) { + var e = matchedEntries[i] + if (prefix) { + if (prefix.slice(-1) !== '/') + e = prefix + '/' + e + else + e = prefix + e + } + + if (e.charAt(0) === '/' && !this.nomount) { + e = path.join(this.root, e) + } + this._emitMatch(index, e) + } + // This was the last one, and no stats were needed + return + } + + // now test all matched entries as stand-ins for that part + // of the pattern. + remain.shift() + for (var i = 0; i < len; i ++) { + var e = matchedEntries[i] + var newPattern + if (prefix) + newPattern = [prefix, e] + else + newPattern = [e] + this._process(newPattern.concat(remain), index, inGlobStar) + } +} + + +GlobSync.prototype._emitMatch = function (index, e) { + if (isIgnored(this, e)) + return + + var abs = this._makeAbs(e) + + if (this.mark) + e = this._mark(e) + + if (this.absolute) { + e = abs + } + + if (this.matches[index][e]) + return + + if (this.nodir) { + var c = this.cache[abs] + if (c === 'DIR' || Array.isArray(c)) + return + } + + this.matches[index][e] = true + + if (this.stat) + this._stat(e) +} + + +GlobSync.prototype._readdirInGlobStar = function (abs) { + // follow all symlinked directories forever + // just proceed as if this is a non-globstar situation + if (this.follow) + return this._readdir(abs, false) + + var entries + var lstat + var stat + try { + lstat = this.fs.lstatSync(abs) + } catch (er) { + if (er.code === 'ENOENT') { + // lstat failed, doesn't exist + return null + } + } + + var isSym = lstat && lstat.isSymbolicLink() + this.symlinks[abs] = isSym + + // If it's not a symlink or a dir, then it's definitely a regular file. + // don't bother doing a readdir in that case. + if (!isSym && lstat && !lstat.isDirectory()) + this.cache[abs] = 'FILE' + else + entries = this._readdir(abs, false) + + return entries +} + +GlobSync.prototype._readdir = function (abs, inGlobStar) { + var entries + + if (inGlobStar && !ownProp(this.symlinks, abs)) + return this._readdirInGlobStar(abs) + + if (ownProp(this.cache, abs)) { + var c = this.cache[abs] + if (!c || c === 'FILE') + return null + + if (Array.isArray(c)) + return c + } + + try { + return this._readdirEntries(abs, this.fs.readdirSync(abs)) + } catch (er) { + this._readdirError(abs, er) + return null + } +} + +GlobSync.prototype._readdirEntries = function (abs, entries) { + // if we haven't asked to stat everything, then just + // assume that everything in there exists, so we can avoid + // having to stat it a second time. + if (!this.mark && !this.stat) { + for (var i = 0; i < entries.length; i ++) { + var e = entries[i] + if (abs === '/') + e = abs + e + else + e = abs + '/' + e + this.cache[e] = true + } + } + + this.cache[abs] = entries + + // mark and cache dir-ness + return entries +} + +GlobSync.prototype._readdirError = function (f, er) { + // handle errors, and cache the information + switch (er.code) { + case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 + case 'ENOTDIR': // totally normal. means it *does* exist. + var abs = this._makeAbs(f) + this.cache[abs] = 'FILE' + if (abs === this.cwdAbs) { + var error = new Error(er.code + ' invalid cwd ' + this.cwd) + error.path = this.cwd + error.code = er.code + throw error + } + break + + case 'ENOENT': // not terribly unusual + case 'ELOOP': + case 'ENAMETOOLONG': + case 'UNKNOWN': + this.cache[this._makeAbs(f)] = false + break + + default: // some unusual error. Treat as failure. + this.cache[this._makeAbs(f)] = false + if (this.strict) + throw er + if (!this.silent) + console.error('glob error', er) + break + } +} + +GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { + + var entries = this._readdir(abs, inGlobStar) + + // no entries means not a dir, so it can never have matches + // foo.txt/** doesn't match foo.txt + if (!entries) + return + + // test without the globstar, and with every child both below + // and replacing the globstar. + var remainWithoutGlobStar = remain.slice(1) + var gspref = prefix ? [ prefix ] : [] + var noGlobStar = gspref.concat(remainWithoutGlobStar) + + // the noGlobStar pattern exits the inGlobStar state + this._process(noGlobStar, index, false) + + var len = entries.length + var isSym = this.symlinks[abs] + + // If it's a symlink, and we're in a globstar, then stop + if (isSym && inGlobStar) + return + + for (var i = 0; i < len; i++) { + var e = entries[i] + if (e.charAt(0) === '.' && !this.dot) + continue + + // these two cases enter the inGlobStar state + var instead = gspref.concat(entries[i], remainWithoutGlobStar) + this._process(instead, index, true) + + var below = gspref.concat(entries[i], remain) + this._process(below, index, true) + } +} + +GlobSync.prototype._processSimple = function (prefix, index) { + // XXX review this. Shouldn't it be doing the mounting etc + // before doing stat? kinda weird? + var exists = this._stat(prefix) + + if (!this.matches[index]) + this.matches[index] = Object.create(null) + + // If it doesn't exist, then just mark the lack of results + if (!exists) + return + + if (prefix && isAbsolute(prefix) && !this.nomount) { + var trail = /[\/\\]$/.test(prefix) + if (prefix.charAt(0) === '/') { + prefix = path.join(this.root, prefix) + } else { + prefix = path.resolve(this.root, prefix) + if (trail) + prefix += '/' + } + } + + if (process.platform === 'win32') + prefix = prefix.replace(/\\/g, '/') + + // Mark this as a match + this._emitMatch(index, prefix) +} + +// Returns either 'DIR', 'FILE', or false +GlobSync.prototype._stat = function (f) { + var abs = this._makeAbs(f) + var needDir = f.slice(-1) === '/' + + if (f.length > this.maxLength) + return false + + if (!this.stat && ownProp(this.cache, abs)) { + var c = this.cache[abs] + + if (Array.isArray(c)) + c = 'DIR' + + // It exists, but maybe not how we need it + if (!needDir || c === 'DIR') + return c + + if (needDir && c === 'FILE') + return false + + // otherwise we have to stat, because maybe c=true + // if we know it exists, but not what it is. + } + + var exists + var stat = this.statCache[abs] + if (!stat) { + var lstat + try { + lstat = this.fs.lstatSync(abs) + } catch (er) { + if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { + this.statCache[abs] = false + return false + } + } + + if (lstat && lstat.isSymbolicLink()) { + try { + stat = this.fs.statSync(abs) + } catch (er) { + stat = lstat + } + } else { + stat = lstat + } + } + + this.statCache[abs] = stat + + var c = true + if (stat) + c = stat.isDirectory() ? 'DIR' : 'FILE' + + this.cache[abs] = this.cache[abs] || c + + if (needDir && c === 'FILE') + return false + + return c +} + +GlobSync.prototype._mark = function (p) { + return common.mark(this, p) +} + +GlobSync.prototype._makeAbs = function (f) { + return common.makeAbs(this, f) +} diff --git a/node_modules/graceful-fs/LICENSE b/node_modules/graceful-fs/LICENSE new file mode 100644 index 0000000..e906a25 --- /dev/null +++ b/node_modules/graceful-fs/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/graceful-fs/README.md b/node_modules/graceful-fs/README.md new file mode 100644 index 0000000..82d6e4d --- /dev/null +++ b/node_modules/graceful-fs/README.md @@ -0,0 +1,143 @@ +# graceful-fs + +graceful-fs functions as a drop-in replacement for the fs module, +making various improvements. + +The improvements are meant to normalize behavior across different +platforms and environments, and to make filesystem access more +resilient to errors. + +## Improvements over [fs module](https://nodejs.org/api/fs.html) + +* Queues up `open` and `readdir` calls, and retries them once + something closes if there is an EMFILE error from too many file + descriptors. +* fixes `lchmod` for Node versions prior to 0.6.2. +* implements `fs.lutimes` if possible. Otherwise it becomes a noop. +* ignores `EINVAL` and `EPERM` errors in `chown`, `fchown` or + `lchown` if the user isn't root. +* makes `lchmod` and `lchown` become noops, if not available. +* retries reading a file if `read` results in EAGAIN error. + +On Windows, it retries renaming a file for up to one second if `EACCESS` +or `EPERM` error occurs, likely because antivirus software has locked +the directory. + +## USAGE + +```javascript +// use just like fs +var fs = require('graceful-fs') + +// now go and do stuff with it... +fs.readFile('some-file-or-whatever', (err, data) => { + // Do stuff here. +}) +``` + +## Sync methods + +This module cannot intercept or handle `EMFILE` or `ENFILE` errors from sync +methods. If you use sync methods which open file descriptors then you are +responsible for dealing with any errors. + +This is a known limitation, not a bug. + +## Global Patching + +If you want to patch the global fs module (or any other fs-like +module) you can do this: + +```javascript +// Make sure to read the caveat below. +var realFs = require('fs') +var gracefulFs = require('graceful-fs') +gracefulFs.gracefulify(realFs) +``` + +This should only ever be done at the top-level application layer, in +order to delay on EMFILE errors from any fs-using dependencies. You +should **not** do this in a library, because it can cause unexpected +delays in other parts of the program. + +## Changes + +This module is fairly stable at this point, and used by a lot of +things. That being said, because it implements a subtle behavior +change in a core part of the node API, even modest changes can be +extremely breaking, and the versioning is thus biased towards +bumping the major when in doubt. + +The main change between major versions has been switching between +providing a fully-patched `fs` module vs monkey-patching the node core +builtin, and the approach by which a non-monkey-patched `fs` was +created. + +The goal is to trade `EMFILE` errors for slower fs operations. So, if +you try to open a zillion files, rather than crashing, `open` +operations will be queued up and wait for something else to `close`. + +There are advantages to each approach. Monkey-patching the fs means +that no `EMFILE` errors can possibly occur anywhere in your +application, because everything is using the same core `fs` module, +which is patched. However, it can also obviously cause undesirable +side-effects, especially if the module is loaded multiple times. + +Implementing a separate-but-identical patched `fs` module is more +surgical (and doesn't run the risk of patching multiple times), but +also imposes the challenge of keeping in sync with the core module. + +The current approach loads the `fs` module, and then creates a +lookalike object that has all the same methods, except a few that are +patched. It is safe to use in all versions of Node from 0.8 through +7.0. + +### v4 + +* Do not monkey-patch the fs module. This module may now be used as a + drop-in dep, and users can opt into monkey-patching the fs builtin + if their app requires it. + +### v3 + +* Monkey-patch fs, because the eval approach no longer works on recent + node. +* fixed possible type-error throw if rename fails on windows +* verify that we *never* get EMFILE errors +* Ignore ENOSYS from chmod/chown +* clarify that graceful-fs must be used as a drop-in + +### v2.1.0 + +* Use eval rather than monkey-patching fs. +* readdir: Always sort the results +* win32: requeue a file if error has an OK status + +### v2.0 + +* A return to monkey patching +* wrap process.cwd + +### v1.1 + +* wrap readFile +* Wrap fs.writeFile. +* readdir protection +* Don't clobber the fs builtin +* Handle fs.read EAGAIN errors by trying again +* Expose the curOpen counter +* No-op lchown/lchmod if not implemented +* fs.rename patch only for win32 +* Patch fs.rename to handle AV software on Windows +* Close #4 Chown should not fail on einval or eperm if non-root +* Fix isaacs/fstream#1 Only wrap fs one time +* Fix #3 Start at 1024 max files, then back off on EMFILE +* lutimes that doens't blow up on Linux +* A full on-rewrite using a queue instead of just swallowing the EMFILE error +* Wrap Read/Write streams as well + +### 1.0 + +* Update engines for node 0.6 +* Be lstat-graceful on Windows +* first diff --git a/node_modules/graceful-fs/clone.js b/node_modules/graceful-fs/clone.js new file mode 100644 index 0000000..dff3cc8 --- /dev/null +++ b/node_modules/graceful-fs/clone.js @@ -0,0 +1,23 @@ +'use strict' + +module.exports = clone + +var getPrototypeOf = Object.getPrototypeOf || function (obj) { + return obj.__proto__ +} + +function clone (obj) { + if (obj === null || typeof obj !== 'object') + return obj + + if (obj instanceof Object) + var copy = { __proto__: getPrototypeOf(obj) } + else + var copy = Object.create(null) + + Object.getOwnPropertyNames(obj).forEach(function (key) { + Object.defineProperty(copy, key, Object.getOwnPropertyDescriptor(obj, key)) + }) + + return copy +} diff --git a/node_modules/graceful-fs/graceful-fs.js b/node_modules/graceful-fs/graceful-fs.js new file mode 100644 index 0000000..8d5b89e --- /dev/null +++ b/node_modules/graceful-fs/graceful-fs.js @@ -0,0 +1,448 @@ +var fs = require('fs') +var polyfills = require('./polyfills.js') +var legacy = require('./legacy-streams.js') +var clone = require('./clone.js') + +var util = require('util') + +/* istanbul ignore next - node 0.x polyfill */ +var gracefulQueue +var previousSymbol + +/* istanbul ignore else - node 0.x polyfill */ +if (typeof Symbol === 'function' && typeof Symbol.for === 'function') { + gracefulQueue = Symbol.for('graceful-fs.queue') + // This is used in testing by future versions + previousSymbol = Symbol.for('graceful-fs.previous') +} else { + gracefulQueue = '___graceful-fs.queue' + previousSymbol = '___graceful-fs.previous' +} + +function noop () {} + +function publishQueue(context, queue) { + Object.defineProperty(context, gracefulQueue, { + get: function() { + return queue + } + }) +} + +var debug = noop +if (util.debuglog) + debug = util.debuglog('gfs4') +else if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) + debug = function() { + var m = util.format.apply(util, arguments) + m = 'GFS4: ' + m.split(/\n/).join('\nGFS4: ') + console.error(m) + } + +// Once time initialization +if (!fs[gracefulQueue]) { + // This queue can be shared by multiple loaded instances + var queue = global[gracefulQueue] || [] + publishQueue(fs, queue) + + // Patch fs.close/closeSync to shared queue version, because we need + // to retry() whenever a close happens *anywhere* in the program. + // This is essential when multiple graceful-fs instances are + // in play at the same time. + fs.close = (function (fs$close) { + function close (fd, cb) { + return fs$close.call(fs, fd, function (err) { + // This function uses the graceful-fs shared queue + if (!err) { + resetQueue() + } + + if (typeof cb === 'function') + cb.apply(this, arguments) + }) + } + + Object.defineProperty(close, previousSymbol, { + value: fs$close + }) + return close + })(fs.close) + + fs.closeSync = (function (fs$closeSync) { + function closeSync (fd) { + // This function uses the graceful-fs shared queue + fs$closeSync.apply(fs, arguments) + resetQueue() + } + + Object.defineProperty(closeSync, previousSymbol, { + value: fs$closeSync + }) + return closeSync + })(fs.closeSync) + + if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) { + process.on('exit', function() { + debug(fs[gracefulQueue]) + require('assert').equal(fs[gracefulQueue].length, 0) + }) + } +} + +if (!global[gracefulQueue]) { + publishQueue(global, fs[gracefulQueue]); +} + +module.exports = patch(clone(fs)) +if (process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs.__patched) { + module.exports = patch(fs) + fs.__patched = true; +} + +function patch (fs) { + // Everything that references the open() function needs to be in here + polyfills(fs) + fs.gracefulify = patch + + fs.createReadStream = createReadStream + fs.createWriteStream = createWriteStream + var fs$readFile = fs.readFile + fs.readFile = readFile + function readFile (path, options, cb) { + if (typeof options === 'function') + cb = options, options = null + + return go$readFile(path, options, cb) + + function go$readFile (path, options, cb, startTime) { + return fs$readFile(path, options, function (err) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$readFile, [path, options, cb], err, startTime || Date.now(), Date.now()]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + } + }) + } + } + + var fs$writeFile = fs.writeFile + fs.writeFile = writeFile + function writeFile (path, data, options, cb) { + if (typeof options === 'function') + cb = options, options = null + + return go$writeFile(path, data, options, cb) + + function go$writeFile (path, data, options, cb, startTime) { + return fs$writeFile(path, data, options, function (err) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$writeFile, [path, data, options, cb], err, startTime || Date.now(), Date.now()]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + } + }) + } + } + + var fs$appendFile = fs.appendFile + if (fs$appendFile) + fs.appendFile = appendFile + function appendFile (path, data, options, cb) { + if (typeof options === 'function') + cb = options, options = null + + return go$appendFile(path, data, options, cb) + + function go$appendFile (path, data, options, cb, startTime) { + return fs$appendFile(path, data, options, function (err) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$appendFile, [path, data, options, cb], err, startTime || Date.now(), Date.now()]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + } + }) + } + } + + var fs$copyFile = fs.copyFile + if (fs$copyFile) + fs.copyFile = copyFile + function copyFile (src, dest, flags, cb) { + if (typeof flags === 'function') { + cb = flags + flags = 0 + } + return go$copyFile(src, dest, flags, cb) + + function go$copyFile (src, dest, flags, cb, startTime) { + return fs$copyFile(src, dest, flags, function (err) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$copyFile, [src, dest, flags, cb], err, startTime || Date.now(), Date.now()]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + } + }) + } + } + + var fs$readdir = fs.readdir + fs.readdir = readdir + var noReaddirOptionVersions = /^v[0-5]\./ + function readdir (path, options, cb) { + if (typeof options === 'function') + cb = options, options = null + + var go$readdir = noReaddirOptionVersions.test(process.version) + ? function go$readdir (path, options, cb, startTime) { + return fs$readdir(path, fs$readdirCallback( + path, options, cb, startTime + )) + } + : function go$readdir (path, options, cb, startTime) { + return fs$readdir(path, options, fs$readdirCallback( + path, options, cb, startTime + )) + } + + return go$readdir(path, options, cb) + + function fs$readdirCallback (path, options, cb, startTime) { + return function (err, files) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([ + go$readdir, + [path, options, cb], + err, + startTime || Date.now(), + Date.now() + ]) + else { + if (files && files.sort) + files.sort() + + if (typeof cb === 'function') + cb.call(this, err, files) + } + } + } + } + + if (process.version.substr(0, 4) === 'v0.8') { + var legStreams = legacy(fs) + ReadStream = legStreams.ReadStream + WriteStream = legStreams.WriteStream + } + + var fs$ReadStream = fs.ReadStream + if (fs$ReadStream) { + ReadStream.prototype = Object.create(fs$ReadStream.prototype) + ReadStream.prototype.open = ReadStream$open + } + + var fs$WriteStream = fs.WriteStream + if (fs$WriteStream) { + WriteStream.prototype = Object.create(fs$WriteStream.prototype) + WriteStream.prototype.open = WriteStream$open + } + + Object.defineProperty(fs, 'ReadStream', { + get: function () { + return ReadStream + }, + set: function (val) { + ReadStream = val + }, + enumerable: true, + configurable: true + }) + Object.defineProperty(fs, 'WriteStream', { + get: function () { + return WriteStream + }, + set: function (val) { + WriteStream = val + }, + enumerable: true, + configurable: true + }) + + // legacy names + var FileReadStream = ReadStream + Object.defineProperty(fs, 'FileReadStream', { + get: function () { + return FileReadStream + }, + set: function (val) { + FileReadStream = val + }, + enumerable: true, + configurable: true + }) + var FileWriteStream = WriteStream + Object.defineProperty(fs, 'FileWriteStream', { + get: function () { + return FileWriteStream + }, + set: function (val) { + FileWriteStream = val + }, + enumerable: true, + configurable: true + }) + + function ReadStream (path, options) { + if (this instanceof ReadStream) + return fs$ReadStream.apply(this, arguments), this + else + return ReadStream.apply(Object.create(ReadStream.prototype), arguments) + } + + function ReadStream$open () { + var that = this + open(that.path, that.flags, that.mode, function (err, fd) { + if (err) { + if (that.autoClose) + that.destroy() + + that.emit('error', err) + } else { + that.fd = fd + that.emit('open', fd) + that.read() + } + }) + } + + function WriteStream (path, options) { + if (this instanceof WriteStream) + return fs$WriteStream.apply(this, arguments), this + else + return WriteStream.apply(Object.create(WriteStream.prototype), arguments) + } + + function WriteStream$open () { + var that = this + open(that.path, that.flags, that.mode, function (err, fd) { + if (err) { + that.destroy() + that.emit('error', err) + } else { + that.fd = fd + that.emit('open', fd) + } + }) + } + + function createReadStream (path, options) { + return new fs.ReadStream(path, options) + } + + function createWriteStream (path, options) { + return new fs.WriteStream(path, options) + } + + var fs$open = fs.open + fs.open = open + function open (path, flags, mode, cb) { + if (typeof mode === 'function') + cb = mode, mode = null + + return go$open(path, flags, mode, cb) + + function go$open (path, flags, mode, cb, startTime) { + return fs$open(path, flags, mode, function (err, fd) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$open, [path, flags, mode, cb], err, startTime || Date.now(), Date.now()]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + } + }) + } + } + + return fs +} + +function enqueue (elem) { + debug('ENQUEUE', elem[0].name, elem[1]) + fs[gracefulQueue].push(elem) + retry() +} + +// keep track of the timeout between retry() calls +var retryTimer + +// reset the startTime and lastTime to now +// this resets the start of the 60 second overall timeout as well as the +// delay between attempts so that we'll retry these jobs sooner +function resetQueue () { + var now = Date.now() + for (var i = 0; i < fs[gracefulQueue].length; ++i) { + // entries that are only a length of 2 are from an older version, don't + // bother modifying those since they'll be retried anyway. + if (fs[gracefulQueue][i].length > 2) { + fs[gracefulQueue][i][3] = now // startTime + fs[gracefulQueue][i][4] = now // lastTime + } + } + // call retry to make sure we're actively processing the queue + retry() +} + +function retry () { + // clear the timer and remove it to help prevent unintended concurrency + clearTimeout(retryTimer) + retryTimer = undefined + + if (fs[gracefulQueue].length === 0) + return + + var elem = fs[gracefulQueue].shift() + var fn = elem[0] + var args = elem[1] + // these items may be unset if they were added by an older graceful-fs + var err = elem[2] + var startTime = elem[3] + var lastTime = elem[4] + + // if we don't have a startTime we have no way of knowing if we've waited + // long enough, so go ahead and retry this item now + if (startTime === undefined) { + debug('RETRY', fn.name, args) + fn.apply(null, args) + } else if (Date.now() - startTime >= 60000) { + // it's been more than 60 seconds total, bail now + debug('TIMEOUT', fn.name, args) + var cb = args.pop() + if (typeof cb === 'function') + cb.call(null, err) + } else { + // the amount of time between the last attempt and right now + var sinceAttempt = Date.now() - lastTime + // the amount of time between when we first tried, and when we last tried + // rounded up to at least 1 + var sinceStart = Math.max(lastTime - startTime, 1) + // backoff. wait longer than the total time we've been retrying, but only + // up to a maximum of 100ms + var desiredDelay = Math.min(sinceStart * 1.2, 100) + // it's been long enough since the last retry, do it again + if (sinceAttempt >= desiredDelay) { + debug('RETRY', fn.name, args) + fn.apply(null, args.concat([startTime])) + } else { + // if we can't do this job yet, push it to the end of the queue + // and let the next iteration check again + fs[gracefulQueue].push(elem) + } + } + + // schedule our next run if one isn't already scheduled + if (retryTimer === undefined) { + retryTimer = setTimeout(retry, 0) + } +} diff --git a/node_modules/graceful-fs/legacy-streams.js b/node_modules/graceful-fs/legacy-streams.js new file mode 100644 index 0000000..d617b50 --- /dev/null +++ b/node_modules/graceful-fs/legacy-streams.js @@ -0,0 +1,118 @@ +var Stream = require('stream').Stream + +module.exports = legacy + +function legacy (fs) { + return { + ReadStream: ReadStream, + WriteStream: WriteStream + } + + function ReadStream (path, options) { + if (!(this instanceof ReadStream)) return new ReadStream(path, options); + + Stream.call(this); + + var self = this; + + this.path = path; + this.fd = null; + this.readable = true; + this.paused = false; + + this.flags = 'r'; + this.mode = 438; /*=0666*/ + this.bufferSize = 64 * 1024; + + options = options || {}; + + // Mixin options into this + var keys = Object.keys(options); + for (var index = 0, length = keys.length; index < length; index++) { + var key = keys[index]; + this[key] = options[key]; + } + + if (this.encoding) this.setEncoding(this.encoding); + + if (this.start !== undefined) { + if ('number' !== typeof this.start) { + throw TypeError('start must be a Number'); + } + if (this.end === undefined) { + this.end = Infinity; + } else if ('number' !== typeof this.end) { + throw TypeError('end must be a Number'); + } + + if (this.start > this.end) { + throw new Error('start must be <= end'); + } + + this.pos = this.start; + } + + if (this.fd !== null) { + process.nextTick(function() { + self._read(); + }); + return; + } + + fs.open(this.path, this.flags, this.mode, function (err, fd) { + if (err) { + self.emit('error', err); + self.readable = false; + return; + } + + self.fd = fd; + self.emit('open', fd); + self._read(); + }) + } + + function WriteStream (path, options) { + if (!(this instanceof WriteStream)) return new WriteStream(path, options); + + Stream.call(this); + + this.path = path; + this.fd = null; + this.writable = true; + + this.flags = 'w'; + this.encoding = 'binary'; + this.mode = 438; /*=0666*/ + this.bytesWritten = 0; + + options = options || {}; + + // Mixin options into this + var keys = Object.keys(options); + for (var index = 0, length = keys.length; index < length; index++) { + var key = keys[index]; + this[key] = options[key]; + } + + if (this.start !== undefined) { + if ('number' !== typeof this.start) { + throw TypeError('start must be a Number'); + } + if (this.start < 0) { + throw new Error('start must be >= zero'); + } + + this.pos = this.start; + } + + this.busy = false; + this._queue = []; + + if (this.fd === null) { + this._open = fs.open; + this._queue.push([this._open, this.path, this.flags, this.mode, undefined]); + this.flush(); + } + } +} diff --git a/node_modules/graceful-fs/package.json b/node_modules/graceful-fs/package.json new file mode 100644 index 0000000..87babf0 --- /dev/null +++ b/node_modules/graceful-fs/package.json @@ -0,0 +1,53 @@ +{ + "name": "graceful-fs", + "description": "A drop-in replacement for fs, making various improvements.", + "version": "4.2.11", + "repository": { + "type": "git", + "url": "https://github.com/isaacs/node-graceful-fs" + }, + "main": "graceful-fs.js", + "directories": { + "test": "test" + }, + "scripts": { + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags", + "test": "nyc --silent node test.js | tap -c -", + "posttest": "nyc report" + }, + "keywords": [ + "fs", + "module", + "reading", + "retry", + "retries", + "queue", + "error", + "errors", + "handling", + "EMFILE", + "EAGAIN", + "EINVAL", + "EPERM", + "EACCESS" + ], + "license": "ISC", + "devDependencies": { + "import-fresh": "^2.0.0", + "mkdirp": "^0.5.0", + "rimraf": "^2.2.8", + "tap": "^16.3.4" + }, + "files": [ + "fs.js", + "graceful-fs.js", + "legacy-streams.js", + "polyfills.js", + "clone.js" + ], + "tap": { + "reporter": "classic" + } +} diff --git a/node_modules/graceful-fs/polyfills.js b/node_modules/graceful-fs/polyfills.js new file mode 100644 index 0000000..453f1a9 --- /dev/null +++ b/node_modules/graceful-fs/polyfills.js @@ -0,0 +1,355 @@ +var constants = require('constants') + +var origCwd = process.cwd +var cwd = null + +var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform + +process.cwd = function() { + if (!cwd) + cwd = origCwd.call(process) + return cwd +} +try { + process.cwd() +} catch (er) {} + +// This check is needed until node.js 12 is required +if (typeof process.chdir === 'function') { + var chdir = process.chdir + process.chdir = function (d) { + cwd = null + chdir.call(process, d) + } + if (Object.setPrototypeOf) Object.setPrototypeOf(process.chdir, chdir) +} + +module.exports = patch + +function patch (fs) { + // (re-)implement some things that are known busted or missing. + + // lchmod, broken prior to 0.6.2 + // back-port the fix here. + if (constants.hasOwnProperty('O_SYMLINK') && + process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)) { + patchLchmod(fs) + } + + // lutimes implementation, or no-op + if (!fs.lutimes) { + patchLutimes(fs) + } + + // https://github.com/isaacs/node-graceful-fs/issues/4 + // Chown should not fail on einval or eperm if non-root. + // It should not fail on enosys ever, as this just indicates + // that a fs doesn't support the intended operation. + + fs.chown = chownFix(fs.chown) + fs.fchown = chownFix(fs.fchown) + fs.lchown = chownFix(fs.lchown) + + fs.chmod = chmodFix(fs.chmod) + fs.fchmod = chmodFix(fs.fchmod) + fs.lchmod = chmodFix(fs.lchmod) + + fs.chownSync = chownFixSync(fs.chownSync) + fs.fchownSync = chownFixSync(fs.fchownSync) + fs.lchownSync = chownFixSync(fs.lchownSync) + + fs.chmodSync = chmodFixSync(fs.chmodSync) + fs.fchmodSync = chmodFixSync(fs.fchmodSync) + fs.lchmodSync = chmodFixSync(fs.lchmodSync) + + fs.stat = statFix(fs.stat) + fs.fstat = statFix(fs.fstat) + fs.lstat = statFix(fs.lstat) + + fs.statSync = statFixSync(fs.statSync) + fs.fstatSync = statFixSync(fs.fstatSync) + fs.lstatSync = statFixSync(fs.lstatSync) + + // if lchmod/lchown do not exist, then make them no-ops + if (fs.chmod && !fs.lchmod) { + fs.lchmod = function (path, mode, cb) { + if (cb) process.nextTick(cb) + } + fs.lchmodSync = function () {} + } + if (fs.chown && !fs.lchown) { + fs.lchown = function (path, uid, gid, cb) { + if (cb) process.nextTick(cb) + } + fs.lchownSync = function () {} + } + + // on Windows, A/V software can lock the directory, causing this + // to fail with an EACCES or EPERM if the directory contains newly + // created files. Try again on failure, for up to 60 seconds. + + // Set the timeout this long because some Windows Anti-Virus, such as Parity + // bit9, may lock files for up to a minute, causing npm package install + // failures. Also, take care to yield the scheduler. Windows scheduling gives + // CPU to a busy looping process, which can cause the program causing the lock + // contention to be starved of CPU by node, so the contention doesn't resolve. + if (platform === "win32") { + fs.rename = typeof fs.rename !== 'function' ? fs.rename + : (function (fs$rename) { + function rename (from, to, cb) { + var start = Date.now() + var backoff = 0; + fs$rename(from, to, function CB (er) { + if (er + && (er.code === "EACCES" || er.code === "EPERM" || er.code === "EBUSY") + && Date.now() - start < 60000) { + setTimeout(function() { + fs.stat(to, function (stater, st) { + if (stater && stater.code === "ENOENT") + fs$rename(from, to, CB); + else + cb(er) + }) + }, backoff) + if (backoff < 100) + backoff += 10; + return; + } + if (cb) cb(er) + }) + } + if (Object.setPrototypeOf) Object.setPrototypeOf(rename, fs$rename) + return rename + })(fs.rename) + } + + // if read() returns EAGAIN, then just try it again. + fs.read = typeof fs.read !== 'function' ? fs.read + : (function (fs$read) { + function read (fd, buffer, offset, length, position, callback_) { + var callback + if (callback_ && typeof callback_ === 'function') { + var eagCounter = 0 + callback = function (er, _, __) { + if (er && er.code === 'EAGAIN' && eagCounter < 10) { + eagCounter ++ + return fs$read.call(fs, fd, buffer, offset, length, position, callback) + } + callback_.apply(this, arguments) + } + } + return fs$read.call(fs, fd, buffer, offset, length, position, callback) + } + + // This ensures `util.promisify` works as it does for native `fs.read`. + if (Object.setPrototypeOf) Object.setPrototypeOf(read, fs$read) + return read + })(fs.read) + + fs.readSync = typeof fs.readSync !== 'function' ? fs.readSync + : (function (fs$readSync) { return function (fd, buffer, offset, length, position) { + var eagCounter = 0 + while (true) { + try { + return fs$readSync.call(fs, fd, buffer, offset, length, position) + } catch (er) { + if (er.code === 'EAGAIN' && eagCounter < 10) { + eagCounter ++ + continue + } + throw er + } + } + }})(fs.readSync) + + function patchLchmod (fs) { + fs.lchmod = function (path, mode, callback) { + fs.open( path + , constants.O_WRONLY | constants.O_SYMLINK + , mode + , function (err, fd) { + if (err) { + if (callback) callback(err) + return + } + // prefer to return the chmod error, if one occurs, + // but still try to close, and report closing errors if they occur. + fs.fchmod(fd, mode, function (err) { + fs.close(fd, function(err2) { + if (callback) callback(err || err2) + }) + }) + }) + } + + fs.lchmodSync = function (path, mode) { + var fd = fs.openSync(path, constants.O_WRONLY | constants.O_SYMLINK, mode) + + // prefer to return the chmod error, if one occurs, + // but still try to close, and report closing errors if they occur. + var threw = true + var ret + try { + ret = fs.fchmodSync(fd, mode) + threw = false + } finally { + if (threw) { + try { + fs.closeSync(fd) + } catch (er) {} + } else { + fs.closeSync(fd) + } + } + return ret + } + } + + function patchLutimes (fs) { + if (constants.hasOwnProperty("O_SYMLINK") && fs.futimes) { + fs.lutimes = function (path, at, mt, cb) { + fs.open(path, constants.O_SYMLINK, function (er, fd) { + if (er) { + if (cb) cb(er) + return + } + fs.futimes(fd, at, mt, function (er) { + fs.close(fd, function (er2) { + if (cb) cb(er || er2) + }) + }) + }) + } + + fs.lutimesSync = function (path, at, mt) { + var fd = fs.openSync(path, constants.O_SYMLINK) + var ret + var threw = true + try { + ret = fs.futimesSync(fd, at, mt) + threw = false + } finally { + if (threw) { + try { + fs.closeSync(fd) + } catch (er) {} + } else { + fs.closeSync(fd) + } + } + return ret + } + + } else if (fs.futimes) { + fs.lutimes = function (_a, _b, _c, cb) { if (cb) process.nextTick(cb) } + fs.lutimesSync = function () {} + } + } + + function chmodFix (orig) { + if (!orig) return orig + return function (target, mode, cb) { + return orig.call(fs, target, mode, function (er) { + if (chownErOk(er)) er = null + if (cb) cb.apply(this, arguments) + }) + } + } + + function chmodFixSync (orig) { + if (!orig) return orig + return function (target, mode) { + try { + return orig.call(fs, target, mode) + } catch (er) { + if (!chownErOk(er)) throw er + } + } + } + + + function chownFix (orig) { + if (!orig) return orig + return function (target, uid, gid, cb) { + return orig.call(fs, target, uid, gid, function (er) { + if (chownErOk(er)) er = null + if (cb) cb.apply(this, arguments) + }) + } + } + + function chownFixSync (orig) { + if (!orig) return orig + return function (target, uid, gid) { + try { + return orig.call(fs, target, uid, gid) + } catch (er) { + if (!chownErOk(er)) throw er + } + } + } + + function statFix (orig) { + if (!orig) return orig + // Older versions of Node erroneously returned signed integers for + // uid + gid. + return function (target, options, cb) { + if (typeof options === 'function') { + cb = options + options = null + } + function callback (er, stats) { + if (stats) { + if (stats.uid < 0) stats.uid += 0x100000000 + if (stats.gid < 0) stats.gid += 0x100000000 + } + if (cb) cb.apply(this, arguments) + } + return options ? orig.call(fs, target, options, callback) + : orig.call(fs, target, callback) + } + } + + function statFixSync (orig) { + if (!orig) return orig + // Older versions of Node erroneously returned signed integers for + // uid + gid. + return function (target, options) { + var stats = options ? orig.call(fs, target, options) + : orig.call(fs, target) + if (stats) { + if (stats.uid < 0) stats.uid += 0x100000000 + if (stats.gid < 0) stats.gid += 0x100000000 + } + return stats; + } + } + + // ENOSYS means that the fs doesn't support the op. Just ignore + // that, because it doesn't matter. + // + // if there's no getuid, or if getuid() is something other + // than 0, and the error is EINVAL or EPERM, then just ignore + // it. + // + // This specific case is a silent failure in cp, install, tar, + // and most other unix tools that manage permissions. + // + // When running as root, or if other types of errors are + // encountered, then it's strict. + function chownErOk (er) { + if (!er) + return true + + if (er.code === "ENOSYS") + return true + + var nonroot = !process.getuid || process.getuid() !== 0 + if (nonroot) { + if (er.code === "EINVAL" || er.code === "EPERM") + return true + } + + return false + } +} diff --git a/node_modules/has-unicode/LICENSE b/node_modules/has-unicode/LICENSE new file mode 100644 index 0000000..d42e25e --- /dev/null +++ b/node_modules/has-unicode/LICENSE @@ -0,0 +1,14 @@ +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + diff --git a/node_modules/has-unicode/README.md b/node_modules/has-unicode/README.md new file mode 100644 index 0000000..5a03e59 --- /dev/null +++ b/node_modules/has-unicode/README.md @@ -0,0 +1,43 @@ +has-unicode +=========== + +Try to guess if your terminal supports unicode + +```javascript +var hasUnicode = require("has-unicode") + +if (hasUnicode()) { + // the terminal probably has unicode support +} +``` +```javascript +var hasUnicode = require("has-unicode").tryHarder +hasUnicode(function(unicodeSupported) { + if (unicodeSupported) { + // the terminal probably has unicode support + } +}) +``` + +## Detecting Unicode + +What we actually detect is UTF-8 support, as that's what Node itself supports. +If you have a UTF-16 locale then you won't be detected as unicode capable. + +### Windows + +Since at least Windows 7, `cmd` and `powershell` have been unicode capable, +but unfortunately even then it's not guaranteed. In many localizations it +still uses legacy code pages and there's no facility short of running +programs or linking C++ that will let us detect this. As such, we +report any Windows installation as NOT unicode capable, and recommend +that you encourage your users to override this via config. + +### Unix Like Operating Systems + +We look at the environment variables `LC_ALL`, `LC_CTYPE`, and `LANG` in +that order. For `LC_ALL` and `LANG`, it looks for `.UTF-8` in the value. +For `LC_CTYPE` it looks to see if the value is `UTF-8`. This is sufficient +for most POSIX systems. While locale data can be put in `/etc/locale.conf` +as well, AFAIK it's always copied into the environment. + diff --git a/node_modules/has-unicode/index.js b/node_modules/has-unicode/index.js new file mode 100644 index 0000000..9b0fe44 --- /dev/null +++ b/node_modules/has-unicode/index.js @@ -0,0 +1,16 @@ +"use strict" +var os = require("os") + +var hasUnicode = module.exports = function () { + // Recent Win32 platforms (>XP) CAN support unicode in the console but + // don't have to, and in non-english locales often use traditional local + // code pages. There's no way, short of windows system calls or execing + // the chcp command line program to figure this out. As such, we default + // this to false and encourage your users to override it via config if + // appropriate. + if (os.type() == "Windows_NT") { return false } + + var isUTF8 = /UTF-?8$/i + var ctype = process.env.LC_ALL || process.env.LC_CTYPE || process.env.LANG + return isUTF8.test(ctype) +} diff --git a/node_modules/has-unicode/package.json b/node_modules/has-unicode/package.json new file mode 100644 index 0000000..ebe9d76 --- /dev/null +++ b/node_modules/has-unicode/package.json @@ -0,0 +1,30 @@ +{ + "name": "has-unicode", + "version": "2.0.1", + "description": "Try to guess if your terminal supports unicode", + "main": "index.js", + "scripts": { + "test": "tap test/*.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/iarna/has-unicode" + }, + "keywords": [ + "unicode", + "terminal" + ], + "files": [ + "index.js" + ], + "author": "Rebecca Turner ", + "license": "ISC", + "bugs": { + "url": "https://github.com/iarna/has-unicode/issues" + }, + "homepage": "https://github.com/iarna/has-unicode", + "devDependencies": { + "require-inject": "^1.3.0", + "tap": "^2.3.1" + } +} diff --git a/node_modules/http-cache-semantics/LICENSE b/node_modules/http-cache-semantics/LICENSE new file mode 100644 index 0000000..493d2ea --- /dev/null +++ b/node_modules/http-cache-semantics/LICENSE @@ -0,0 +1,9 @@ +Copyright 2016-2018 Kornel Lesiński + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/http-cache-semantics/README.md b/node_modules/http-cache-semantics/README.md new file mode 100644 index 0000000..685aa55 --- /dev/null +++ b/node_modules/http-cache-semantics/README.md @@ -0,0 +1,203 @@ +# Can I cache this? [![Build Status](https://travis-ci.org/kornelski/http-cache-semantics.svg?branch=master)](https://travis-ci.org/kornelski/http-cache-semantics) + +`CachePolicy` tells when responses can be reused from a cache, taking into account [HTTP RFC 7234](http://httpwg.org/specs/rfc7234.html) rules for user agents and shared caches. +It also implements [RFC 5861](https://tools.ietf.org/html/rfc5861), implementing `stale-if-error` and `stale-while-revalidate`. +It's aware of many tricky details such as the `Vary` header, proxy revalidation, and authenticated responses. + +## Usage + +Cacheability of an HTTP response depends on how it was requested, so both `request` and `response` are required to create the policy. + +```js +const policy = new CachePolicy(request, response, options); + +if (!policy.storable()) { + // throw the response away, it's not usable at all + return; +} + +// Cache the data AND the policy object in your cache +// (this is pseudocode, roll your own cache (lru-cache package works)) +letsPretendThisIsSomeCache.set( + request.url, + { policy, response }, + policy.timeToLive() +); +``` + +```js +// And later, when you receive a new request: +const { policy, response } = letsPretendThisIsSomeCache.get(newRequest.url); + +// It's not enough that it exists in the cache, it has to match the new request, too: +if (policy && policy.satisfiesWithoutRevalidation(newRequest)) { + // OK, the previous response can be used to respond to the `newRequest`. + // Response headers have to be updated, e.g. to add Age and remove uncacheable headers. + response.headers = policy.responseHeaders(); + return response; +} +``` + +It may be surprising, but it's not enough for an HTTP response to be [fresh](#yo-fresh) to satisfy a request. It may need to match request headers specified in `Vary`. Even a matching fresh response may still not be usable if the new request restricted cacheability, etc. + +The key method is `satisfiesWithoutRevalidation(newRequest)`, which checks whether the `newRequest` is compatible with the original request and whether all caching conditions are met. + +### Constructor options + +Request and response must have a `headers` property with all header names in lower case. `url`, `status` and `method` are optional (defaults are any URL, status `200`, and `GET` method). + +```js +const request = { + url: '/', + method: 'GET', + headers: { + accept: '*/*', + }, +}; + +const response = { + status: 200, + headers: { + 'cache-control': 'public, max-age=7234', + }, +}; + +const options = { + shared: true, + cacheHeuristic: 0.1, + immutableMinTimeToLive: 24 * 3600 * 1000, // 24h + ignoreCargoCult: false, +}; +``` + +If `options.shared` is `true` (default), then the response is evaluated from a perspective of a shared cache (i.e. `private` is not cacheable and `s-maxage` is respected). If `options.shared` is `false`, then the response is evaluated from a perspective of a single-user cache (i.e. `private` is cacheable and `s-maxage` is ignored). `shared: true` is recommended for HTTP clients. + +`options.cacheHeuristic` is a fraction of response's age that is used as a fallback cache duration. The default is 0.1 (10%), e.g. if a file hasn't been modified for 100 days, it'll be cached for 100\*0.1 = 10 days. + +`options.immutableMinTimeToLive` is a number of milliseconds to assume as the default time to cache responses with `Cache-Control: immutable`. Note that [per RFC](http://httpwg.org/http-extensions/immutable.html) these can become stale, so `max-age` still overrides the default. + +If `options.ignoreCargoCult` is true, common anti-cache directives will be completely ignored if the non-standard `pre-check` and `post-check` directives are present. These two useless directives are most commonly found in bad StackOverflow answers and PHP's "session limiter" defaults. + +### `storable()` + +Returns `true` if the response can be stored in a cache. If it's `false` then you MUST NOT store either the request or the response. + +### `satisfiesWithoutRevalidation(newRequest)` + +This is the most important method. Use this method to check whether the cached response is still fresh in the context of the new request. + +If it returns `true`, then the given `request` matches the original response this cache policy has been created with, and the response can be reused without contacting the server. Note that the old response can't be returned without being updated, see `responseHeaders()`. + +If it returns `false`, then the response may not be matching at all (e.g. it's for a different URL or method), or may require to be refreshed first (see `revalidationHeaders()`). + +### `responseHeaders()` + +Returns updated, filtered set of response headers to return to clients receiving the cached response. This function is necessary, because proxies MUST always remove hop-by-hop headers (such as `TE` and `Connection`) and update response's `Age` to avoid doubling cache time. + +```js +cachedResponse.headers = cachePolicy.responseHeaders(cachedResponse); +``` + +### `timeToLive()` + +Returns approximate time in _milliseconds_ until the response becomes stale (i.e. not fresh). + +After that time (when `timeToLive() <= 0`) the response might not be usable without revalidation. However, there are exceptions, e.g. a client can explicitly allow stale responses, so always check with `satisfiesWithoutRevalidation()`. +`stale-if-error` and `stale-while-revalidate` extend the time to live of the cache, that can still be used if stale. + +### `toObject()`/`fromObject(json)` + +Chances are you'll want to store the `CachePolicy` object along with the cached response. `obj = policy.toObject()` gives a plain JSON-serializable object. `policy = CachePolicy.fromObject(obj)` creates an instance from it. + +### Refreshing stale cache (revalidation) + +When a cached response has expired, it can be made fresh again by making a request to the origin server. The server may respond with status 304 (Not Modified) without sending the response body again, saving bandwidth. + +The following methods help perform the update efficiently and correctly. + +#### `revalidationHeaders(newRequest)` + +Returns updated, filtered set of request headers to send to the origin server to check if the cached response can be reused. These headers allow the origin server to return status 304 indicating the response is still fresh. All headers unrelated to caching are passed through as-is. + +Use this method when updating cache from the origin server. + +```js +updateRequest.headers = cachePolicy.revalidationHeaders(updateRequest); +``` + +#### `revalidatedPolicy(revalidationRequest, revalidationResponse)` + +Use this method to update the cache after receiving a new response from the origin server. It returns an object with two keys: + +- `policy` — A new `CachePolicy` with HTTP headers updated from `revalidationResponse`. You can always replace the old cached `CachePolicy` with the new one. +- `modified` — Boolean indicating whether the response body has changed. + - If `false`, then a valid 304 Not Modified response has been received, and you can reuse the old cached response body. This is also affected by `stale-if-error`. + - If `true`, you should use new response's body (if present), or make another request to the origin server without any conditional headers (i.e. don't use `revalidationHeaders()` this time) to get the new resource. + +```js +// When serving requests from cache: +const { oldPolicy, oldResponse } = letsPretendThisIsSomeCache.get( + newRequest.url +); + +if (!oldPolicy.satisfiesWithoutRevalidation(newRequest)) { + // Change the request to ask the origin server if the cached response can be used + newRequest.headers = oldPolicy.revalidationHeaders(newRequest); + + // Send request to the origin server. The server may respond with status 304 + const newResponse = await makeRequest(newRequest); + + // Create updated policy and combined response from the old and new data + const { policy, modified } = oldPolicy.revalidatedPolicy( + newRequest, + newResponse + ); + const response = modified ? newResponse : oldResponse; + + // Update the cache with the newer/fresher response + letsPretendThisIsSomeCache.set( + newRequest.url, + { policy, response }, + policy.timeToLive() + ); + + // And proceed returning cached response as usual + response.headers = policy.responseHeaders(); + return response; +} +``` + +# Yo, FRESH + +![satisfiesWithoutRevalidation](fresh.jpg) + +## Used by + +- [ImageOptim API](https://imageoptim.com/api), [make-fetch-happen](https://github.com/zkat/make-fetch-happen), [cacheable-request](https://www.npmjs.com/package/cacheable-request) ([got](https://www.npmjs.com/package/got)), [npm/registry-fetch](https://github.com/npm/registry-fetch), [etc.](https://github.com/kornelski/http-cache-semantics/network/dependents) + +## Implemented + +- `Cache-Control` response header with all the quirks. +- `Expires` with check for bad clocks. +- `Pragma` response header. +- `Age` response header. +- `Vary` response header. +- Default cacheability of statuses and methods. +- Requests for stale data. +- Filtering of hop-by-hop headers. +- Basic revalidation request +- `stale-if-error` + +## Unimplemented + +- Merging of range requests, `If-Range` (but correctly supports them as non-cacheable) +- Revalidation of multiple representations + +### Trusting server `Date` + +Per the RFC, the cache should take into account the time between server-supplied `Date` and the time it received the response. The RFC-mandated behavior creates two problems: + + * Servers with incorrectly set timezone may add several hours to cache age (or more, if the clock is completely wrong). + * Even reasonably correct clocks may be off by a couple of seconds, breaking `max-age=1` trick (which is useful for reverse proxies on high-traffic servers). + +Previous versions of this library had an option to ignore the server date if it was "too inaccurate". To support the `max-age=1` trick the library also has to ignore dates that pretty accurate. There's no point of having an option to trust dates that are only a bit inaccurate, so this library won't trust any server dates. `max-age` will be interpreted from the time the response has been received, not from when it has been sent. This will affect only [RFC 1149 networks](https://tools.ietf.org/html/rfc1149). diff --git a/node_modules/http-cache-semantics/index.js b/node_modules/http-cache-semantics/index.js new file mode 100644 index 0000000..31fba48 --- /dev/null +++ b/node_modules/http-cache-semantics/index.js @@ -0,0 +1,674 @@ +'use strict'; +// rfc7231 6.1 +const statusCodeCacheableByDefault = new Set([ + 200, + 203, + 204, + 206, + 300, + 301, + 308, + 404, + 405, + 410, + 414, + 501, +]); + +// This implementation does not understand partial responses (206) +const understoodStatuses = new Set([ + 200, + 203, + 204, + 300, + 301, + 302, + 303, + 307, + 308, + 404, + 405, + 410, + 414, + 501, +]); + +const errorStatusCodes = new Set([ + 500, + 502, + 503, + 504, +]); + +const hopByHopHeaders = { + date: true, // included, because we add Age update Date + connection: true, + 'keep-alive': true, + 'proxy-authenticate': true, + 'proxy-authorization': true, + te: true, + trailer: true, + 'transfer-encoding': true, + upgrade: true, +}; + +const excludedFromRevalidationUpdate = { + // Since the old body is reused, it doesn't make sense to change properties of the body + 'content-length': true, + 'content-encoding': true, + 'transfer-encoding': true, + 'content-range': true, +}; + +function toNumberOrZero(s) { + const n = parseInt(s, 10); + return isFinite(n) ? n : 0; +} + +// RFC 5861 +function isErrorResponse(response) { + // consider undefined response as faulty + if(!response) { + return true + } + return errorStatusCodes.has(response.status); +} + +function parseCacheControl(header) { + const cc = {}; + if (!header) return cc; + + // TODO: When there is more than one value present for a given directive (e.g., two Expires header fields, multiple Cache-Control: max-age directives), + // the directive's value is considered invalid. Caches are encouraged to consider responses that have invalid freshness information to be stale + const parts = header.trim().split(/,/); + for (const part of parts) { + const [k, v] = part.split(/=/, 2); + cc[k.trim()] = v === undefined ? true : v.trim().replace(/^"|"$/g, ''); + } + + return cc; +} + +function formatCacheControl(cc) { + let parts = []; + for (const k in cc) { + const v = cc[k]; + parts.push(v === true ? k : k + '=' + v); + } + if (!parts.length) { + return undefined; + } + return parts.join(', '); +} + +module.exports = class CachePolicy { + constructor( + req, + res, + { + shared, + cacheHeuristic, + immutableMinTimeToLive, + ignoreCargoCult, + _fromObject, + } = {} + ) { + if (_fromObject) { + this._fromObject(_fromObject); + return; + } + + if (!res || !res.headers) { + throw Error('Response headers missing'); + } + this._assertRequestHasHeaders(req); + + this._responseTime = this.now(); + this._isShared = shared !== false; + this._cacheHeuristic = + undefined !== cacheHeuristic ? cacheHeuristic : 0.1; // 10% matches IE + this._immutableMinTtl = + undefined !== immutableMinTimeToLive + ? immutableMinTimeToLive + : 24 * 3600 * 1000; + + this._status = 'status' in res ? res.status : 200; + this._resHeaders = res.headers; + this._rescc = parseCacheControl(res.headers['cache-control']); + this._method = 'method' in req ? req.method : 'GET'; + this._url = req.url; + this._host = req.headers.host; + this._noAuthorization = !req.headers.authorization; + this._reqHeaders = res.headers.vary ? req.headers : null; // Don't keep all request headers if they won't be used + this._reqcc = parseCacheControl(req.headers['cache-control']); + + // Assume that if someone uses legacy, non-standard uncecessary options they don't understand caching, + // so there's no point stricly adhering to the blindly copy&pasted directives. + if ( + ignoreCargoCult && + 'pre-check' in this._rescc && + 'post-check' in this._rescc + ) { + delete this._rescc['pre-check']; + delete this._rescc['post-check']; + delete this._rescc['no-cache']; + delete this._rescc['no-store']; + delete this._rescc['must-revalidate']; + this._resHeaders = Object.assign({}, this._resHeaders, { + 'cache-control': formatCacheControl(this._rescc), + }); + delete this._resHeaders.expires; + delete this._resHeaders.pragma; + } + + // When the Cache-Control header field is not present in a request, caches MUST consider the no-cache request pragma-directive + // as having the same effect as if "Cache-Control: no-cache" were present (see Section 5.2.1). + if ( + res.headers['cache-control'] == null && + /no-cache/.test(res.headers.pragma) + ) { + this._rescc['no-cache'] = true; + } + } + + now() { + return Date.now(); + } + + storable() { + // The "no-store" request directive indicates that a cache MUST NOT store any part of either this request or any response to it. + return !!( + !this._reqcc['no-store'] && + // A cache MUST NOT store a response to any request, unless: + // The request method is understood by the cache and defined as being cacheable, and + ('GET' === this._method || + 'HEAD' === this._method || + ('POST' === this._method && this._hasExplicitExpiration())) && + // the response status code is understood by the cache, and + understoodStatuses.has(this._status) && + // the "no-store" cache directive does not appear in request or response header fields, and + !this._rescc['no-store'] && + // the "private" response directive does not appear in the response, if the cache is shared, and + (!this._isShared || !this._rescc.private) && + // the Authorization header field does not appear in the request, if the cache is shared, + (!this._isShared || + this._noAuthorization || + this._allowsStoringAuthenticated()) && + // the response either: + // contains an Expires header field, or + (this._resHeaders.expires || + // contains a max-age response directive, or + // contains a s-maxage response directive and the cache is shared, or + // contains a public response directive. + this._rescc['max-age'] || + (this._isShared && this._rescc['s-maxage']) || + this._rescc.public || + // has a status code that is defined as cacheable by default + statusCodeCacheableByDefault.has(this._status)) + ); + } + + _hasExplicitExpiration() { + // 4.2.1 Calculating Freshness Lifetime + return ( + (this._isShared && this._rescc['s-maxage']) || + this._rescc['max-age'] || + this._resHeaders.expires + ); + } + + _assertRequestHasHeaders(req) { + if (!req || !req.headers) { + throw Error('Request headers missing'); + } + } + + satisfiesWithoutRevalidation(req) { + this._assertRequestHasHeaders(req); + + // When presented with a request, a cache MUST NOT reuse a stored response, unless: + // the presented request does not contain the no-cache pragma (Section 5.4), nor the no-cache cache directive, + // unless the stored response is successfully validated (Section 4.3), and + const requestCC = parseCacheControl(req.headers['cache-control']); + if (requestCC['no-cache'] || /no-cache/.test(req.headers.pragma)) { + return false; + } + + if (requestCC['max-age'] && this.age() > requestCC['max-age']) { + return false; + } + + if ( + requestCC['min-fresh'] && + this.timeToLive() < 1000 * requestCC['min-fresh'] + ) { + return false; + } + + // the stored response is either: + // fresh, or allowed to be served stale + if (this.stale()) { + const allowsStale = + requestCC['max-stale'] && + !this._rescc['must-revalidate'] && + (true === requestCC['max-stale'] || + requestCC['max-stale'] > this.age() - this.maxAge()); + if (!allowsStale) { + return false; + } + } + + return this._requestMatches(req, false); + } + + _requestMatches(req, allowHeadMethod) { + // The presented effective request URI and that of the stored response match, and + return ( + (!this._url || this._url === req.url) && + this._host === req.headers.host && + // the request method associated with the stored response allows it to be used for the presented request, and + (!req.method || + this._method === req.method || + (allowHeadMethod && 'HEAD' === req.method)) && + // selecting header fields nominated by the stored response (if any) match those presented, and + this._varyMatches(req) + ); + } + + _allowsStoringAuthenticated() { + // following Cache-Control response directives (Section 5.2.2) have such an effect: must-revalidate, public, and s-maxage. + return ( + this._rescc['must-revalidate'] || + this._rescc.public || + this._rescc['s-maxage'] + ); + } + + _varyMatches(req) { + if (!this._resHeaders.vary) { + return true; + } + + // A Vary header field-value of "*" always fails to match + if (this._resHeaders.vary === '*') { + return false; + } + + const fields = this._resHeaders.vary + .trim() + .toLowerCase() + .split(/\s*,\s*/); + for (const name of fields) { + if (req.headers[name] !== this._reqHeaders[name]) return false; + } + return true; + } + + _copyWithoutHopByHopHeaders(inHeaders) { + const headers = {}; + for (const name in inHeaders) { + if (hopByHopHeaders[name]) continue; + headers[name] = inHeaders[name]; + } + // 9.1. Connection + if (inHeaders.connection) { + const tokens = inHeaders.connection.trim().split(/\s*,\s*/); + for (const name of tokens) { + delete headers[name]; + } + } + if (headers.warning) { + const warnings = headers.warning.split(/,/).filter(warning => { + return !/^\s*1[0-9][0-9]/.test(warning); + }); + if (!warnings.length) { + delete headers.warning; + } else { + headers.warning = warnings.join(',').trim(); + } + } + return headers; + } + + responseHeaders() { + const headers = this._copyWithoutHopByHopHeaders(this._resHeaders); + const age = this.age(); + + // A cache SHOULD generate 113 warning if it heuristically chose a freshness + // lifetime greater than 24 hours and the response's age is greater than 24 hours. + if ( + age > 3600 * 24 && + !this._hasExplicitExpiration() && + this.maxAge() > 3600 * 24 + ) { + headers.warning = + (headers.warning ? `${headers.warning}, ` : '') + + '113 - "rfc7234 5.5.4"'; + } + headers.age = `${Math.round(age)}`; + headers.date = new Date(this.now()).toUTCString(); + return headers; + } + + /** + * Value of the Date response header or current time if Date was invalid + * @return timestamp + */ + date() { + const serverDate = Date.parse(this._resHeaders.date); + if (isFinite(serverDate)) { + return serverDate; + } + return this._responseTime; + } + + /** + * Value of the Age header, in seconds, updated for the current time. + * May be fractional. + * + * @return Number + */ + age() { + let age = this._ageValue(); + + const residentTime = (this.now() - this._responseTime) / 1000; + return age + residentTime; + } + + _ageValue() { + return toNumberOrZero(this._resHeaders.age); + } + + /** + * Value of applicable max-age (or heuristic equivalent) in seconds. This counts since response's `Date`. + * + * For an up-to-date value, see `timeToLive()`. + * + * @return Number + */ + maxAge() { + if (!this.storable() || this._rescc['no-cache']) { + return 0; + } + + // Shared responses with cookies are cacheable according to the RFC, but IMHO it'd be unwise to do so by default + // so this implementation requires explicit opt-in via public header + if ( + this._isShared && + (this._resHeaders['set-cookie'] && + !this._rescc.public && + !this._rescc.immutable) + ) { + return 0; + } + + if (this._resHeaders.vary === '*') { + return 0; + } + + if (this._isShared) { + if (this._rescc['proxy-revalidate']) { + return 0; + } + // if a response includes the s-maxage directive, a shared cache recipient MUST ignore the Expires field. + if (this._rescc['s-maxage']) { + return toNumberOrZero(this._rescc['s-maxage']); + } + } + + // If a response includes a Cache-Control field with the max-age directive, a recipient MUST ignore the Expires field. + if (this._rescc['max-age']) { + return toNumberOrZero(this._rescc['max-age']); + } + + const defaultMinTtl = this._rescc.immutable ? this._immutableMinTtl : 0; + + const serverDate = this.date(); + if (this._resHeaders.expires) { + const expires = Date.parse(this._resHeaders.expires); + // A cache recipient MUST interpret invalid date formats, especially the value "0", as representing a time in the past (i.e., "already expired"). + if (Number.isNaN(expires) || expires < serverDate) { + return 0; + } + return Math.max(defaultMinTtl, (expires - serverDate) / 1000); + } + + if (this._resHeaders['last-modified']) { + const lastModified = Date.parse(this._resHeaders['last-modified']); + if (isFinite(lastModified) && serverDate > lastModified) { + return Math.max( + defaultMinTtl, + ((serverDate - lastModified) / 1000) * this._cacheHeuristic + ); + } + } + + return defaultMinTtl; + } + + timeToLive() { + const age = this.maxAge() - this.age(); + const staleIfErrorAge = age + toNumberOrZero(this._rescc['stale-if-error']); + const staleWhileRevalidateAge = age + toNumberOrZero(this._rescc['stale-while-revalidate']); + return Math.max(0, age, staleIfErrorAge, staleWhileRevalidateAge) * 1000; + } + + stale() { + return this.maxAge() <= this.age(); + } + + _useStaleIfError() { + return this.maxAge() + toNumberOrZero(this._rescc['stale-if-error']) > this.age(); + } + + useStaleWhileRevalidate() { + return this.maxAge() + toNumberOrZero(this._rescc['stale-while-revalidate']) > this.age(); + } + + static fromObject(obj) { + return new this(undefined, undefined, { _fromObject: obj }); + } + + _fromObject(obj) { + if (this._responseTime) throw Error('Reinitialized'); + if (!obj || obj.v !== 1) throw Error('Invalid serialization'); + + this._responseTime = obj.t; + this._isShared = obj.sh; + this._cacheHeuristic = obj.ch; + this._immutableMinTtl = + obj.imm !== undefined ? obj.imm : 24 * 3600 * 1000; + this._status = obj.st; + this._resHeaders = obj.resh; + this._rescc = obj.rescc; + this._method = obj.m; + this._url = obj.u; + this._host = obj.h; + this._noAuthorization = obj.a; + this._reqHeaders = obj.reqh; + this._reqcc = obj.reqcc; + } + + toObject() { + return { + v: 1, + t: this._responseTime, + sh: this._isShared, + ch: this._cacheHeuristic, + imm: this._immutableMinTtl, + st: this._status, + resh: this._resHeaders, + rescc: this._rescc, + m: this._method, + u: this._url, + h: this._host, + a: this._noAuthorization, + reqh: this._reqHeaders, + reqcc: this._reqcc, + }; + } + + /** + * Headers for sending to the origin server to revalidate stale response. + * Allows server to return 304 to allow reuse of the previous response. + * + * Hop by hop headers are always stripped. + * Revalidation headers may be added or removed, depending on request. + */ + revalidationHeaders(incomingReq) { + this._assertRequestHasHeaders(incomingReq); + const headers = this._copyWithoutHopByHopHeaders(incomingReq.headers); + + // This implementation does not understand range requests + delete headers['if-range']; + + if (!this._requestMatches(incomingReq, true) || !this.storable()) { + // revalidation allowed via HEAD + // not for the same resource, or wasn't allowed to be cached anyway + delete headers['if-none-match']; + delete headers['if-modified-since']; + return headers; + } + + /* MUST send that entity-tag in any cache validation request (using If-Match or If-None-Match) if an entity-tag has been provided by the origin server. */ + if (this._resHeaders.etag) { + headers['if-none-match'] = headers['if-none-match'] + ? `${headers['if-none-match']}, ${this._resHeaders.etag}` + : this._resHeaders.etag; + } + + // Clients MAY issue simple (non-subrange) GET requests with either weak validators or strong validators. Clients MUST NOT use weak validators in other forms of request. + const forbidsWeakValidators = + headers['accept-ranges'] || + headers['if-match'] || + headers['if-unmodified-since'] || + (this._method && this._method != 'GET'); + + /* SHOULD send the Last-Modified value in non-subrange cache validation requests (using If-Modified-Since) if only a Last-Modified value has been provided by the origin server. + Note: This implementation does not understand partial responses (206) */ + if (forbidsWeakValidators) { + delete headers['if-modified-since']; + + if (headers['if-none-match']) { + const etags = headers['if-none-match'] + .split(/,/) + .filter(etag => { + return !/^\s*W\//.test(etag); + }); + if (!etags.length) { + delete headers['if-none-match']; + } else { + headers['if-none-match'] = etags.join(',').trim(); + } + } + } else if ( + this._resHeaders['last-modified'] && + !headers['if-modified-since'] + ) { + headers['if-modified-since'] = this._resHeaders['last-modified']; + } + + return headers; + } + + /** + * Creates new CachePolicy with information combined from the previews response, + * and the new revalidation response. + * + * Returns {policy, modified} where modified is a boolean indicating + * whether the response body has been modified, and old cached body can't be used. + * + * @return {Object} {policy: CachePolicy, modified: Boolean} + */ + revalidatedPolicy(request, response) { + this._assertRequestHasHeaders(request); + if(this._useStaleIfError() && isErrorResponse(response)) { // I consider the revalidation request unsuccessful + return { + modified: false, + matches: false, + policy: this, + }; + } + if (!response || !response.headers) { + throw Error('Response headers missing'); + } + + // These aren't going to be supported exactly, since one CachePolicy object + // doesn't know about all the other cached objects. + let matches = false; + if (response.status !== undefined && response.status != 304) { + matches = false; + } else if ( + response.headers.etag && + !/^\s*W\//.test(response.headers.etag) + ) { + // "All of the stored responses with the same strong validator are selected. + // If none of the stored responses contain the same strong validator, + // then the cache MUST NOT use the new response to update any stored responses." + matches = + this._resHeaders.etag && + this._resHeaders.etag.replace(/^\s*W\//, '') === + response.headers.etag; + } else if (this._resHeaders.etag && response.headers.etag) { + // "If the new response contains a weak validator and that validator corresponds + // to one of the cache's stored responses, + // then the most recent of those matching stored responses is selected for update." + matches = + this._resHeaders.etag.replace(/^\s*W\//, '') === + response.headers.etag.replace(/^\s*W\//, ''); + } else if (this._resHeaders['last-modified']) { + matches = + this._resHeaders['last-modified'] === + response.headers['last-modified']; + } else { + // If the new response does not include any form of validator (such as in the case where + // a client generates an If-Modified-Since request from a source other than the Last-Modified + // response header field), and there is only one stored response, and that stored response also + // lacks a validator, then that stored response is selected for update. + if ( + !this._resHeaders.etag && + !this._resHeaders['last-modified'] && + !response.headers.etag && + !response.headers['last-modified'] + ) { + matches = true; + } + } + + if (!matches) { + return { + policy: new this.constructor(request, response), + // Client receiving 304 without body, even if it's invalid/mismatched has no option + // but to reuse a cached body. We don't have a good way to tell clients to do + // error recovery in such case. + modified: response.status != 304, + matches: false, + }; + } + + // use other header fields provided in the 304 (Not Modified) response to replace all instances + // of the corresponding header fields in the stored response. + const headers = {}; + for (const k in this._resHeaders) { + headers[k] = + k in response.headers && !excludedFromRevalidationUpdate[k] + ? response.headers[k] + : this._resHeaders[k]; + } + + const newResponse = Object.assign({}, response, { + status: this._status, + method: this._method, + headers, + }); + return { + policy: new this.constructor(request, newResponse, { + shared: this._isShared, + cacheHeuristic: this._cacheHeuristic, + immutableMinTimeToLive: this._immutableMinTtl, + }), + modified: false, + matches: true, + }; + } +}; diff --git a/node_modules/http-cache-semantics/package.json b/node_modules/http-cache-semantics/package.json new file mode 100644 index 0000000..defbb04 --- /dev/null +++ b/node_modules/http-cache-semantics/package.json @@ -0,0 +1,18 @@ +{ + "name": "http-cache-semantics", + "version": "4.1.1", + "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", + "repository": "https://github.com/kornelski/http-cache-semantics.git", + "main": "index.js", + "scripts": { + "test": "mocha" + }, + "files": [ + "index.js" + ], + "author": "Kornel Lesiński (https://kornel.ski/)", + "license": "BSD-2-Clause", + "devDependencies": { + "mocha": "^10.0" + } +} diff --git a/node_modules/http-proxy-agent/README.md b/node_modules/http-proxy-agent/README.md new file mode 100644 index 0000000..d60e206 --- /dev/null +++ b/node_modules/http-proxy-agent/README.md @@ -0,0 +1,74 @@ +http-proxy-agent +================ +### An HTTP(s) proxy `http.Agent` implementation for HTTP +[![Build Status](https://github.com/TooTallNate/node-http-proxy-agent/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-http-proxy-agent/actions?workflow=Node+CI) + +This module provides an `http.Agent` implementation that connects to a specified +HTTP or HTTPS proxy server, and can be used with the built-in `http` module. + +__Note:__ For HTTP proxy usage with the `https` module, check out +[`node-https-proxy-agent`](https://github.com/TooTallNate/node-https-proxy-agent). + +Installation +------------ + +Install with `npm`: + +``` bash +$ npm install http-proxy-agent +``` + + +Example +------- + +``` js +var url = require('url'); +var http = require('http'); +var HttpProxyAgent = require('http-proxy-agent'); + +// HTTP/HTTPS proxy to connect to +var proxy = process.env.http_proxy || 'http://168.63.76.32:3128'; +console.log('using proxy server %j', proxy); + +// HTTP endpoint for the proxy to connect to +var endpoint = process.argv[2] || 'http://nodejs.org/api/'; +console.log('attempting to GET %j', endpoint); +var opts = url.parse(endpoint); + +// create an instance of the `HttpProxyAgent` class with the proxy server information +var agent = new HttpProxyAgent(proxy); +opts.agent = agent; + +http.get(opts, function (res) { + console.log('"response" event!', res.headers); + res.pipe(process.stdout); +}); +``` + + +License +------- + +(The MIT License) + +Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/http-proxy-agent/dist/agent.d.ts b/node_modules/http-proxy-agent/dist/agent.d.ts new file mode 100644 index 0000000..3f043f7 --- /dev/null +++ b/node_modules/http-proxy-agent/dist/agent.d.ts @@ -0,0 +1,32 @@ +/// +import net from 'net'; +import { Agent, ClientRequest, RequestOptions } from 'agent-base'; +import { HttpProxyAgentOptions } from '.'; +interface HttpProxyAgentClientRequest extends ClientRequest { + path: string; + output?: string[]; + outputData?: { + data: string; + }[]; + _header?: string | null; + _implicitHeader(): void; +} +/** + * The `HttpProxyAgent` implements an HTTP Agent subclass that connects + * to the specified "HTTP proxy server" in order to proxy HTTP requests. + * + * @api public + */ +export default class HttpProxyAgent extends Agent { + private secureProxy; + private proxy; + constructor(_opts: string | HttpProxyAgentOptions); + /** + * Called when the node-core HTTP client library is creating a + * new HTTP request. + * + * @api protected + */ + callback(req: HttpProxyAgentClientRequest, opts: RequestOptions): Promise; +} +export {}; diff --git a/node_modules/http-proxy-agent/dist/agent.js b/node_modules/http-proxy-agent/dist/agent.js new file mode 100644 index 0000000..0252850 --- /dev/null +++ b/node_modules/http-proxy-agent/dist/agent.js @@ -0,0 +1,145 @@ +"use strict"; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const net_1 = __importDefault(require("net")); +const tls_1 = __importDefault(require("tls")); +const url_1 = __importDefault(require("url")); +const debug_1 = __importDefault(require("debug")); +const once_1 = __importDefault(require("@tootallnate/once")); +const agent_base_1 = require("agent-base"); +const debug = debug_1.default('http-proxy-agent'); +function isHTTPS(protocol) { + return typeof protocol === 'string' ? /^https:?$/i.test(protocol) : false; +} +/** + * The `HttpProxyAgent` implements an HTTP Agent subclass that connects + * to the specified "HTTP proxy server" in order to proxy HTTP requests. + * + * @api public + */ +class HttpProxyAgent extends agent_base_1.Agent { + constructor(_opts) { + let opts; + if (typeof _opts === 'string') { + opts = url_1.default.parse(_opts); + } + else { + opts = _opts; + } + if (!opts) { + throw new Error('an HTTP(S) proxy server `host` and `port` must be specified!'); + } + debug('Creating new HttpProxyAgent instance: %o', opts); + super(opts); + const proxy = Object.assign({}, opts); + // If `true`, then connect to the proxy server over TLS. + // Defaults to `false`. + this.secureProxy = opts.secureProxy || isHTTPS(proxy.protocol); + // Prefer `hostname` over `host`, and set the `port` if needed. + proxy.host = proxy.hostname || proxy.host; + if (typeof proxy.port === 'string') { + proxy.port = parseInt(proxy.port, 10); + } + if (!proxy.port && proxy.host) { + proxy.port = this.secureProxy ? 443 : 80; + } + if (proxy.host && proxy.path) { + // If both a `host` and `path` are specified then it's most likely + // the result of a `url.parse()` call... we need to remove the + // `path` portion so that `net.connect()` doesn't attempt to open + // that as a Unix socket file. + delete proxy.path; + delete proxy.pathname; + } + this.proxy = proxy; + } + /** + * Called when the node-core HTTP client library is creating a + * new HTTP request. + * + * @api protected + */ + callback(req, opts) { + return __awaiter(this, void 0, void 0, function* () { + const { proxy, secureProxy } = this; + const parsed = url_1.default.parse(req.path); + if (!parsed.protocol) { + parsed.protocol = 'http:'; + } + if (!parsed.hostname) { + parsed.hostname = opts.hostname || opts.host || null; + } + if (parsed.port == null && typeof opts.port) { + parsed.port = String(opts.port); + } + if (parsed.port === '80') { + // if port is 80, then we can remove the port so that the + // ":80" portion is not on the produced URL + delete parsed.port; + } + // Change the `http.ClientRequest` instance's "path" field + // to the absolute path of the URL that will be requested. + req.path = url_1.default.format(parsed); + // Inject the `Proxy-Authorization` header if necessary. + if (proxy.auth) { + req.setHeader('Proxy-Authorization', `Basic ${Buffer.from(proxy.auth).toString('base64')}`); + } + // Create a socket connection to the proxy server. + let socket; + if (secureProxy) { + debug('Creating `tls.Socket`: %o', proxy); + socket = tls_1.default.connect(proxy); + } + else { + debug('Creating `net.Socket`: %o', proxy); + socket = net_1.default.connect(proxy); + } + // At this point, the http ClientRequest's internal `_header` field + // might have already been set. If this is the case then we'll need + // to re-generate the string since we just changed the `req.path`. + if (req._header) { + let first; + let endOfHeaders; + debug('Regenerating stored HTTP header string for request'); + req._header = null; + req._implicitHeader(); + if (req.output && req.output.length > 0) { + // Node < 12 + debug('Patching connection write() output buffer with updated header'); + first = req.output[0]; + endOfHeaders = first.indexOf('\r\n\r\n') + 4; + req.output[0] = req._header + first.substring(endOfHeaders); + debug('Output buffer: %o', req.output); + } + else if (req.outputData && req.outputData.length > 0) { + // Node >= 12 + debug('Patching connection write() output buffer with updated header'); + first = req.outputData[0].data; + endOfHeaders = first.indexOf('\r\n\r\n') + 4; + req.outputData[0].data = + req._header + first.substring(endOfHeaders); + debug('Output buffer: %o', req.outputData[0].data); + } + } + // Wait for the socket's `connect` event, so that this `callback()` + // function throws instead of the `http` request machinery. This is + // important for i.e. `PacProxyAgent` which determines a failed proxy + // connection via the `callback()` function throwing. + yield once_1.default(socket, 'connect'); + return socket; + }); + } +} +exports.default = HttpProxyAgent; +//# sourceMappingURL=agent.js.map \ No newline at end of file diff --git a/node_modules/http-proxy-agent/dist/agent.js.map b/node_modules/http-proxy-agent/dist/agent.js.map new file mode 100644 index 0000000..7a40762 --- /dev/null +++ b/node_modules/http-proxy-agent/dist/agent.js.map @@ -0,0 +1 @@ +{"version":3,"file":"agent.js","sourceRoot":"","sources":["../src/agent.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/http-proxy-agent/dist/index.d.ts b/node_modules/http-proxy-agent/dist/index.d.ts new file mode 100644 index 0000000..24bdb52 --- /dev/null +++ b/node_modules/http-proxy-agent/dist/index.d.ts @@ -0,0 +1,21 @@ +/// +import net from 'net'; +import tls from 'tls'; +import { Url } from 'url'; +import { AgentOptions } from 'agent-base'; +import _HttpProxyAgent from './agent'; +declare function createHttpProxyAgent(opts: string | createHttpProxyAgent.HttpProxyAgentOptions): _HttpProxyAgent; +declare namespace createHttpProxyAgent { + interface BaseHttpProxyAgentOptions { + secureProxy?: boolean; + host?: string | null; + path?: string | null; + port?: string | number | null; + } + export interface HttpProxyAgentOptions extends AgentOptions, BaseHttpProxyAgentOptions, Partial> { + } + export type HttpProxyAgent = _HttpProxyAgent; + export const HttpProxyAgent: typeof _HttpProxyAgent; + export {}; +} +export = createHttpProxyAgent; diff --git a/node_modules/http-proxy-agent/dist/index.js b/node_modules/http-proxy-agent/dist/index.js new file mode 100644 index 0000000..0a71180 --- /dev/null +++ b/node_modules/http-proxy-agent/dist/index.js @@ -0,0 +1,14 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +const agent_1 = __importDefault(require("./agent")); +function createHttpProxyAgent(opts) { + return new agent_1.default(opts); +} +(function (createHttpProxyAgent) { + createHttpProxyAgent.HttpProxyAgent = agent_1.default; + createHttpProxyAgent.prototype = agent_1.default.prototype; +})(createHttpProxyAgent || (createHttpProxyAgent = {})); +module.exports = createHttpProxyAgent; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/http-proxy-agent/dist/index.js.map b/node_modules/http-proxy-agent/dist/index.js.map new file mode 100644 index 0000000..e07dae5 --- /dev/null +++ b/node_modules/http-proxy-agent/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAIA,oDAAsC;AAEtC,SAAS,oBAAoB,CAC5B,IAAyD;IAEzD,OAAO,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC;AAClC,CAAC;AAED,WAAU,oBAAoB;IAmBhB,mCAAc,GAAG,eAAe,CAAC;IAE9C,oBAAoB,CAAC,SAAS,GAAG,eAAe,CAAC,SAAS,CAAC;AAC5D,CAAC,EAtBS,oBAAoB,KAApB,oBAAoB,QAsB7B;AAED,iBAAS,oBAAoB,CAAC"} \ No newline at end of file diff --git a/node_modules/http-proxy-agent/package.json b/node_modules/http-proxy-agent/package.json new file mode 100644 index 0000000..870dd5d --- /dev/null +++ b/node_modules/http-proxy-agent/package.json @@ -0,0 +1,57 @@ +{ + "name": "http-proxy-agent", + "version": "4.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "prebuild": "rimraf dist", + "build": "tsc", + "test": "mocha", + "test-lint": "eslint src --ext .js,.ts", + "prepublishOnly": "npm run build" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/node-http-proxy-agent.git" + }, + "keywords": [ + "http", + "proxy", + "endpoint", + "agent" + ], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues" + }, + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "devDependencies": { + "@types/debug": "4", + "@types/node": "^12.12.11", + "@typescript-eslint/eslint-plugin": "1.6.0", + "@typescript-eslint/parser": "1.1.0", + "eslint": "5.16.0", + "eslint-config-airbnb": "17.1.0", + "eslint-config-prettier": "4.1.0", + "eslint-import-resolver-typescript": "1.1.1", + "eslint-plugin-import": "2.16.0", + "eslint-plugin-jsx-a11y": "6.2.1", + "eslint-plugin-react": "7.12.4", + "mocha": "^6.2.2", + "proxy": "1", + "rimraf": "^3.0.0", + "typescript": "^3.5.3" + }, + "engines": { + "node": ">= 6" + } +} diff --git a/node_modules/https-proxy-agent/README.md b/node_modules/https-proxy-agent/README.md new file mode 100644 index 0000000..328656a --- /dev/null +++ b/node_modules/https-proxy-agent/README.md @@ -0,0 +1,137 @@ +https-proxy-agent +================ +### An HTTP(s) proxy `http.Agent` implementation for HTTPS +[![Build Status](https://github.com/TooTallNate/node-https-proxy-agent/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-https-proxy-agent/actions?workflow=Node+CI) + +This module provides an `http.Agent` implementation that connects to a specified +HTTP or HTTPS proxy server, and can be used with the built-in `https` module. + +Specifically, this `Agent` implementation connects to an intermediary "proxy" +server and issues the [CONNECT HTTP method][CONNECT], which tells the proxy to +open a direct TCP connection to the destination server. + +Since this agent implements the CONNECT HTTP method, it also works with other +protocols that use this method when connecting over proxies (i.e. WebSockets). +See the "Examples" section below for more. + + +Installation +------------ + +Install with `npm`: + +``` bash +$ npm install https-proxy-agent +``` + + +Examples +-------- + +#### `https` module example + +``` js +var url = require('url'); +var https = require('https'); +var HttpsProxyAgent = require('https-proxy-agent'); + +// HTTP/HTTPS proxy to connect to +var proxy = process.env.http_proxy || 'http://168.63.76.32:3128'; +console.log('using proxy server %j', proxy); + +// HTTPS endpoint for the proxy to connect to +var endpoint = process.argv[2] || 'https://graph.facebook.com/tootallnate'; +console.log('attempting to GET %j', endpoint); +var options = url.parse(endpoint); + +// create an instance of the `HttpsProxyAgent` class with the proxy server information +var agent = new HttpsProxyAgent(proxy); +options.agent = agent; + +https.get(options, function (res) { + console.log('"response" event!', res.headers); + res.pipe(process.stdout); +}); +``` + +#### `ws` WebSocket connection example + +``` js +var url = require('url'); +var WebSocket = require('ws'); +var HttpsProxyAgent = require('https-proxy-agent'); + +// HTTP/HTTPS proxy to connect to +var proxy = process.env.http_proxy || 'http://168.63.76.32:3128'; +console.log('using proxy server %j', proxy); + +// WebSocket endpoint for the proxy to connect to +var endpoint = process.argv[2] || 'ws://echo.websocket.org'; +var parsed = url.parse(endpoint); +console.log('attempting to connect to WebSocket %j', endpoint); + +// create an instance of the `HttpsProxyAgent` class with the proxy server information +var options = url.parse(proxy); + +var agent = new HttpsProxyAgent(options); + +// finally, initiate the WebSocket connection +var socket = new WebSocket(endpoint, { agent: agent }); + +socket.on('open', function () { + console.log('"open" event!'); + socket.send('hello world'); +}); + +socket.on('message', function (data, flags) { + console.log('"message" event! %j %j', data, flags); + socket.close(); +}); +``` + +API +--- + +### new HttpsProxyAgent(Object options) + +The `HttpsProxyAgent` class implements an `http.Agent` subclass that connects +to the specified "HTTP(s) proxy server" in order to proxy HTTPS and/or WebSocket +requests. This is achieved by using the [HTTP `CONNECT` method][CONNECT]. + +The `options` argument may either be a string URI of the proxy server to use, or an +"options" object with more specific properties: + + * `host` - String - Proxy host to connect to (may use `hostname` as well). Required. + * `port` - Number - Proxy port to connect to. Required. + * `protocol` - String - If `https:`, then use TLS to connect to the proxy. + * `headers` - Object - Additional HTTP headers to be sent on the HTTP CONNECT method. + * Any other options given are passed to the `net.connect()`/`tls.connect()` functions. + + +License +------- + +(The MIT License) + +Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. + +[CONNECT]: http://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_Tunneling diff --git a/node_modules/https-proxy-agent/dist/agent.d.ts b/node_modules/https-proxy-agent/dist/agent.d.ts new file mode 100644 index 0000000..4f1c636 --- /dev/null +++ b/node_modules/https-proxy-agent/dist/agent.d.ts @@ -0,0 +1,30 @@ +/// +import net from 'net'; +import { Agent, ClientRequest, RequestOptions } from 'agent-base'; +import { HttpsProxyAgentOptions } from '.'; +/** + * The `HttpsProxyAgent` implements an HTTP Agent subclass that connects to + * the specified "HTTP(s) proxy server" in order to proxy HTTPS requests. + * + * Outgoing HTTP requests are first tunneled through the proxy server using the + * `CONNECT` HTTP request method to establish a connection to the proxy server, + * and then the proxy server connects to the destination target and issues the + * HTTP request from the proxy server. + * + * `https:` requests have their socket connection upgraded to TLS once + * the connection to the proxy server has been established. + * + * @api public + */ +export default class HttpsProxyAgent extends Agent { + private secureProxy; + private proxy; + constructor(_opts: string | HttpsProxyAgentOptions); + /** + * Called when the node-core HTTP client library is creating a + * new HTTP request. + * + * @api protected + */ + callback(req: ClientRequest, opts: RequestOptions): Promise; +} diff --git a/node_modules/https-proxy-agent/dist/agent.js b/node_modules/https-proxy-agent/dist/agent.js new file mode 100644 index 0000000..75d1136 --- /dev/null +++ b/node_modules/https-proxy-agent/dist/agent.js @@ -0,0 +1,177 @@ +"use strict"; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const net_1 = __importDefault(require("net")); +const tls_1 = __importDefault(require("tls")); +const url_1 = __importDefault(require("url")); +const assert_1 = __importDefault(require("assert")); +const debug_1 = __importDefault(require("debug")); +const agent_base_1 = require("agent-base"); +const parse_proxy_response_1 = __importDefault(require("./parse-proxy-response")); +const debug = debug_1.default('https-proxy-agent:agent'); +/** + * The `HttpsProxyAgent` implements an HTTP Agent subclass that connects to + * the specified "HTTP(s) proxy server" in order to proxy HTTPS requests. + * + * Outgoing HTTP requests are first tunneled through the proxy server using the + * `CONNECT` HTTP request method to establish a connection to the proxy server, + * and then the proxy server connects to the destination target and issues the + * HTTP request from the proxy server. + * + * `https:` requests have their socket connection upgraded to TLS once + * the connection to the proxy server has been established. + * + * @api public + */ +class HttpsProxyAgent extends agent_base_1.Agent { + constructor(_opts) { + let opts; + if (typeof _opts === 'string') { + opts = url_1.default.parse(_opts); + } + else { + opts = _opts; + } + if (!opts) { + throw new Error('an HTTP(S) proxy server `host` and `port` must be specified!'); + } + debug('creating new HttpsProxyAgent instance: %o', opts); + super(opts); + const proxy = Object.assign({}, opts); + // If `true`, then connect to the proxy server over TLS. + // Defaults to `false`. + this.secureProxy = opts.secureProxy || isHTTPS(proxy.protocol); + // Prefer `hostname` over `host`, and set the `port` if needed. + proxy.host = proxy.hostname || proxy.host; + if (typeof proxy.port === 'string') { + proxy.port = parseInt(proxy.port, 10); + } + if (!proxy.port && proxy.host) { + proxy.port = this.secureProxy ? 443 : 80; + } + // ALPN is supported by Node.js >= v5. + // attempt to negotiate http/1.1 for proxy servers that support http/2 + if (this.secureProxy && !('ALPNProtocols' in proxy)) { + proxy.ALPNProtocols = ['http 1.1']; + } + if (proxy.host && proxy.path) { + // If both a `host` and `path` are specified then it's most likely + // the result of a `url.parse()` call... we need to remove the + // `path` portion so that `net.connect()` doesn't attempt to open + // that as a Unix socket file. + delete proxy.path; + delete proxy.pathname; + } + this.proxy = proxy; + } + /** + * Called when the node-core HTTP client library is creating a + * new HTTP request. + * + * @api protected + */ + callback(req, opts) { + return __awaiter(this, void 0, void 0, function* () { + const { proxy, secureProxy } = this; + // Create a socket connection to the proxy server. + let socket; + if (secureProxy) { + debug('Creating `tls.Socket`: %o', proxy); + socket = tls_1.default.connect(proxy); + } + else { + debug('Creating `net.Socket`: %o', proxy); + socket = net_1.default.connect(proxy); + } + const headers = Object.assign({}, proxy.headers); + const hostname = `${opts.host}:${opts.port}`; + let payload = `CONNECT ${hostname} HTTP/1.1\r\n`; + // Inject the `Proxy-Authorization` header if necessary. + if (proxy.auth) { + headers['Proxy-Authorization'] = `Basic ${Buffer.from(proxy.auth).toString('base64')}`; + } + // The `Host` header should only include the port + // number when it is not the default port. + let { host, port, secureEndpoint } = opts; + if (!isDefaultPort(port, secureEndpoint)) { + host += `:${port}`; + } + headers.Host = host; + headers.Connection = 'close'; + for (const name of Object.keys(headers)) { + payload += `${name}: ${headers[name]}\r\n`; + } + const proxyResponsePromise = parse_proxy_response_1.default(socket); + socket.write(`${payload}\r\n`); + const { statusCode, buffered } = yield proxyResponsePromise; + if (statusCode === 200) { + req.once('socket', resume); + if (opts.secureEndpoint) { + // The proxy is connecting to a TLS server, so upgrade + // this socket connection to a TLS connection. + debug('Upgrading socket connection to TLS'); + const servername = opts.servername || opts.host; + return tls_1.default.connect(Object.assign(Object.assign({}, omit(opts, 'host', 'hostname', 'path', 'port')), { socket, + servername })); + } + return socket; + } + // Some other status code that's not 200... need to re-play the HTTP + // header "data" events onto the socket once the HTTP machinery is + // attached so that the node core `http` can parse and handle the + // error status code. + // Close the original socket, and a new "fake" socket is returned + // instead, so that the proxy doesn't get the HTTP request + // written to it (which may contain `Authorization` headers or other + // sensitive data). + // + // See: https://hackerone.com/reports/541502 + socket.destroy(); + const fakeSocket = new net_1.default.Socket({ writable: false }); + fakeSocket.readable = true; + // Need to wait for the "socket" event to re-play the "data" events. + req.once('socket', (s) => { + debug('replaying proxy buffer for failed request'); + assert_1.default(s.listenerCount('data') > 0); + // Replay the "buffered" Buffer onto the fake `socket`, since at + // this point the HTTP module machinery has been hooked up for + // the user. + s.push(buffered); + s.push(null); + }); + return fakeSocket; + }); + } +} +exports.default = HttpsProxyAgent; +function resume(socket) { + socket.resume(); +} +function isDefaultPort(port, secure) { + return Boolean((!secure && port === 80) || (secure && port === 443)); +} +function isHTTPS(protocol) { + return typeof protocol === 'string' ? /^https:?$/i.test(protocol) : false; +} +function omit(obj, ...keys) { + const ret = {}; + let key; + for (key in obj) { + if (!keys.includes(key)) { + ret[key] = obj[key]; + } + } + return ret; +} +//# sourceMappingURL=agent.js.map \ No newline at end of file diff --git a/node_modules/https-proxy-agent/dist/agent.js.map b/node_modules/https-proxy-agent/dist/agent.js.map new file mode 100644 index 0000000..0af6c17 --- /dev/null +++ b/node_modules/https-proxy-agent/dist/agent.js.map @@ -0,0 +1 @@ +{"version":3,"file":"agent.js","sourceRoot":"","sources":["../src/agent.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/https-proxy-agent/dist/index.d.ts b/node_modules/https-proxy-agent/dist/index.d.ts new file mode 100644 index 0000000..0d60062 --- /dev/null +++ b/node_modules/https-proxy-agent/dist/index.d.ts @@ -0,0 +1,23 @@ +/// +import net from 'net'; +import tls from 'tls'; +import { Url } from 'url'; +import { AgentOptions } from 'agent-base'; +import { OutgoingHttpHeaders } from 'http'; +import _HttpsProxyAgent from './agent'; +declare function createHttpsProxyAgent(opts: string | createHttpsProxyAgent.HttpsProxyAgentOptions): _HttpsProxyAgent; +declare namespace createHttpsProxyAgent { + interface BaseHttpsProxyAgentOptions { + headers?: OutgoingHttpHeaders; + secureProxy?: boolean; + host?: string | null; + path?: string | null; + port?: string | number | null; + } + export interface HttpsProxyAgentOptions extends AgentOptions, BaseHttpsProxyAgentOptions, Partial> { + } + export type HttpsProxyAgent = _HttpsProxyAgent; + export const HttpsProxyAgent: typeof _HttpsProxyAgent; + export {}; +} +export = createHttpsProxyAgent; diff --git a/node_modules/https-proxy-agent/dist/index.js b/node_modules/https-proxy-agent/dist/index.js new file mode 100644 index 0000000..b03e763 --- /dev/null +++ b/node_modules/https-proxy-agent/dist/index.js @@ -0,0 +1,14 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +const agent_1 = __importDefault(require("./agent")); +function createHttpsProxyAgent(opts) { + return new agent_1.default(opts); +} +(function (createHttpsProxyAgent) { + createHttpsProxyAgent.HttpsProxyAgent = agent_1.default; + createHttpsProxyAgent.prototype = agent_1.default.prototype; +})(createHttpsProxyAgent || (createHttpsProxyAgent = {})); +module.exports = createHttpsProxyAgent; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/https-proxy-agent/dist/index.js.map b/node_modules/https-proxy-agent/dist/index.js.map new file mode 100644 index 0000000..f3ce559 --- /dev/null +++ b/node_modules/https-proxy-agent/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAKA,oDAAuC;AAEvC,SAAS,qBAAqB,CAC7B,IAA2D;IAE3D,OAAO,IAAI,eAAgB,CAAC,IAAI,CAAC,CAAC;AACnC,CAAC;AAED,WAAU,qBAAqB;IAoBjB,qCAAe,GAAG,eAAgB,CAAC;IAEhD,qBAAqB,CAAC,SAAS,GAAG,eAAgB,CAAC,SAAS,CAAC;AAC9D,CAAC,EAvBS,qBAAqB,KAArB,qBAAqB,QAuB9B;AAED,iBAAS,qBAAqB,CAAC"} \ No newline at end of file diff --git a/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts b/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts new file mode 100644 index 0000000..7565674 --- /dev/null +++ b/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts @@ -0,0 +1,7 @@ +/// +import { Readable } from 'stream'; +export interface ProxyResponse { + statusCode: number; + buffered: Buffer; +} +export default function parseProxyResponse(socket: Readable): Promise; diff --git a/node_modules/https-proxy-agent/dist/parse-proxy-response.js b/node_modules/https-proxy-agent/dist/parse-proxy-response.js new file mode 100644 index 0000000..aa5ce3c --- /dev/null +++ b/node_modules/https-proxy-agent/dist/parse-proxy-response.js @@ -0,0 +1,66 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const debug_1 = __importDefault(require("debug")); +const debug = debug_1.default('https-proxy-agent:parse-proxy-response'); +function parseProxyResponse(socket) { + return new Promise((resolve, reject) => { + // we need to buffer any HTTP traffic that happens with the proxy before we get + // the CONNECT response, so that if the response is anything other than an "200" + // response code, then we can re-play the "data" events on the socket once the + // HTTP parser is hooked up... + let buffersLength = 0; + const buffers = []; + function read() { + const b = socket.read(); + if (b) + ondata(b); + else + socket.once('readable', read); + } + function cleanup() { + socket.removeListener('end', onend); + socket.removeListener('error', onerror); + socket.removeListener('close', onclose); + socket.removeListener('readable', read); + } + function onclose(err) { + debug('onclose had error %o', err); + } + function onend() { + debug('onend'); + } + function onerror(err) { + cleanup(); + debug('onerror %o', err); + reject(err); + } + function ondata(b) { + buffers.push(b); + buffersLength += b.length; + const buffered = Buffer.concat(buffers, buffersLength); + const endOfHeaders = buffered.indexOf('\r\n\r\n'); + if (endOfHeaders === -1) { + // keep buffering + debug('have not received end of HTTP headers yet...'); + read(); + return; + } + const firstLine = buffered.toString('ascii', 0, buffered.indexOf('\r\n')); + const statusCode = +firstLine.split(' ')[1]; + debug('got proxy server response: %o', firstLine); + resolve({ + statusCode, + buffered + }); + } + socket.on('error', onerror); + socket.on('close', onclose); + socket.on('end', onend); + read(); + }); +} +exports.default = parseProxyResponse; +//# sourceMappingURL=parse-proxy-response.js.map \ No newline at end of file diff --git a/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map b/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map new file mode 100644 index 0000000..bacdb84 --- /dev/null +++ b/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map @@ -0,0 +1 @@ +{"version":3,"file":"parse-proxy-response.js","sourceRoot":"","sources":["../src/parse-proxy-response.ts"],"names":[],"mappings":";;;;;AAAA,kDAAgC;AAGhC,MAAM,KAAK,GAAG,eAAW,CAAC,wCAAwC,CAAC,CAAC;AAOpE,SAAwB,kBAAkB,CACzC,MAAgB;IAEhB,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACtC,+EAA+E;QAC/E,gFAAgF;QAChF,8EAA8E;QAC9E,8BAA8B;QAC9B,IAAI,aAAa,GAAG,CAAC,CAAC;QACtB,MAAM,OAAO,GAAa,EAAE,CAAC;QAE7B,SAAS,IAAI;YACZ,MAAM,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC;YACxB,IAAI,CAAC;gBAAE,MAAM,CAAC,CAAC,CAAC,CAAC;;gBACZ,MAAM,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QACpC,CAAC;QAED,SAAS,OAAO;YACf,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACpC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;YACxC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;YACxC,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QACzC,CAAC;QAED,SAAS,OAAO,CAAC,GAAW;YAC3B,KAAK,CAAC,sBAAsB,EAAE,GAAG,CAAC,CAAC;QACpC,CAAC;QAED,SAAS,KAAK;YACb,KAAK,CAAC,OAAO,CAAC,CAAC;QAChB,CAAC;QAED,SAAS,OAAO,CAAC,GAAU;YAC1B,OAAO,EAAE,CAAC;YACV,KAAK,CAAC,YAAY,EAAE,GAAG,CAAC,CAAC;YACzB,MAAM,CAAC,GAAG,CAAC,CAAC;QACb,CAAC;QAED,SAAS,MAAM,CAAC,CAAS;YACxB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAChB,aAAa,IAAI,CAAC,CAAC,MAAM,CAAC;YAE1B,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC;YACvD,MAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;YAElD,IAAI,YAAY,KAAK,CAAC,CAAC,EAAE;gBACxB,iBAAiB;gBACjB,KAAK,CAAC,8CAA8C,CAAC,CAAC;gBACtD,IAAI,EAAE,CAAC;gBACP,OAAO;aACP;YAED,MAAM,SAAS,GAAG,QAAQ,CAAC,QAAQ,CAClC,OAAO,EACP,CAAC,EACD,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CACxB,CAAC;YACF,MAAM,UAAU,GAAG,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;YAC5C,KAAK,CAAC,+BAA+B,EAAE,SAAS,CAAC,CAAC;YAClD,OAAO,CAAC;gBACP,UAAU;gBACV,QAAQ;aACR,CAAC,CAAC;QACJ,CAAC;QAED,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC5B,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC5B,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QAExB,IAAI,EAAE,CAAC;IACR,CAAC,CAAC,CAAC;AACJ,CAAC;AAvED,qCAuEC"} \ No newline at end of file diff --git a/node_modules/https-proxy-agent/package.json b/node_modules/https-proxy-agent/package.json new file mode 100644 index 0000000..fb2aba1 --- /dev/null +++ b/node_modules/https-proxy-agent/package.json @@ -0,0 +1,56 @@ +{ + "name": "https-proxy-agent", + "version": "5.0.1", + "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", + "main": "dist/index", + "types": "dist/index", + "files": [ + "dist" + ], + "scripts": { + "prebuild": "rimraf dist", + "build": "tsc", + "test": "mocha --reporter spec", + "test-lint": "eslint src --ext .js,.ts", + "prepublishOnly": "npm run build" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/node-https-proxy-agent.git" + }, + "keywords": [ + "https", + "proxy", + "endpoint", + "agent" + ], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues" + }, + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "devDependencies": { + "@types/debug": "4", + "@types/node": "^12.12.11", + "@typescript-eslint/eslint-plugin": "1.6.0", + "@typescript-eslint/parser": "1.1.0", + "eslint": "5.16.0", + "eslint-config-airbnb": "17.1.0", + "eslint-config-prettier": "4.1.0", + "eslint-import-resolver-typescript": "1.1.1", + "eslint-plugin-import": "2.16.0", + "eslint-plugin-jsx-a11y": "6.2.1", + "eslint-plugin-react": "7.12.4", + "mocha": "^6.2.2", + "proxy": "1", + "rimraf": "^3.0.0", + "typescript": "^3.5.3" + }, + "engines": { + "node": ">= 6" + } +} diff --git a/node_modules/humanize-ms/History.md b/node_modules/humanize-ms/History.md new file mode 100644 index 0000000..b159587 --- /dev/null +++ b/node_modules/humanize-ms/History.md @@ -0,0 +1,25 @@ + +1.2.1 / 2017-05-19 +================== + + * fix: package.json to reduce vulnerabilities (#3) + +1.2.0 / 2016-05-21 +================== + + * feat: warn with stack + +1.1.0 / 2016-04-04 +================== + + * deps: upgrade ms to 0.7.0 + +1.0.1 / 2014-12-31 +================== + + * feat(index.js): warn when result is undefined + +1.0.0 / 2014-08-14 +================== + + * init diff --git a/node_modules/humanize-ms/LICENSE b/node_modules/humanize-ms/LICENSE new file mode 100644 index 0000000..89de354 --- /dev/null +++ b/node_modules/humanize-ms/LICENSE @@ -0,0 +1,17 @@ +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. diff --git a/node_modules/humanize-ms/README.md b/node_modules/humanize-ms/README.md new file mode 100644 index 0000000..20a2ca3 --- /dev/null +++ b/node_modules/humanize-ms/README.md @@ -0,0 +1,40 @@ +humanize-ms +--------------- + +[![NPM version][npm-image]][npm-url] +[![build status][travis-image]][travis-url] +[![Test coverage][coveralls-image]][coveralls-url] +[![Gittip][gittip-image]][gittip-url] +[![David deps][david-image]][david-url] + +[npm-image]: https://img.shields.io/npm/v/humanize-ms.svg?style=flat +[npm-url]: https://npmjs.org/package/humanize-ms +[travis-image]: https://img.shields.io/travis/node-modules/humanize-ms.svg?style=flat +[travis-url]: https://travis-ci.org/node-modules/humanize-ms +[coveralls-image]: https://img.shields.io/coveralls/node-modules/humanize-ms.svg?style=flat +[coveralls-url]: https://coveralls.io/r/node-modules/humanize-ms?branch=master +[gittip-image]: https://img.shields.io/gittip/dead-horse.svg?style=flat +[gittip-url]: https://www.gittip.com/dead-horse/ +[david-image]: https://img.shields.io/david/node-modules/humanize-ms.svg?style=flat +[david-url]: https://david-dm.org/node-modules/humanize-ms + +transform humanize time to ms + +## Installation + +```bash +$ npm install humanize-ms +``` + +## Examples + +```js +var ms = require('humanize-ms'); + +ms('1s') // 1000 +ms(1000) // 1000 +``` + +### License + +MIT diff --git a/node_modules/humanize-ms/index.js b/node_modules/humanize-ms/index.js new file mode 100644 index 0000000..660df81 --- /dev/null +++ b/node_modules/humanize-ms/index.js @@ -0,0 +1,24 @@ +/*! + * humanize-ms - index.js + * Copyright(c) 2014 dead_horse + * MIT Licensed + */ + +'use strict'; + +/** + * Module dependencies. + */ + +var util = require('util'); +var ms = require('ms'); + +module.exports = function (t) { + if (typeof t === 'number') return t; + var r = ms(t); + if (r === undefined) { + var err = new Error(util.format('humanize-ms(%j) result undefined', t)); + console.warn(err.stack); + } + return r; +}; diff --git a/node_modules/humanize-ms/package.json b/node_modules/humanize-ms/package.json new file mode 100644 index 0000000..da4ab7f --- /dev/null +++ b/node_modules/humanize-ms/package.json @@ -0,0 +1,37 @@ +{ + "name": "humanize-ms", + "version": "1.2.1", + "description": "transform humanize time to ms", + "main": "index.js", + "files": [ + "index.js" + ], + "scripts": { + "test": "make test" + }, + "keywords": [ + "humanize", + "ms" + ], + "author": { + "name": "dead-horse", + "email": "dead_horse@qq.com", + "url": "http://deadhorse.me" + }, + "repository": { + "type": "git", + "url": "https://github.com/node-modules/humanize-ms" + }, + "license": "MIT", + "dependencies": { + "ms": "^2.0.0" + }, + "devDependencies": { + "autod": "*", + "beautify-benchmark": "~0.2.4", + "benchmark": "~1.0.0", + "istanbul": "*", + "mocha": "*", + "should": "*" + } +} diff --git a/node_modules/imurmurhash/README.md b/node_modules/imurmurhash/README.md new file mode 100644 index 0000000..f35b20a --- /dev/null +++ b/node_modules/imurmurhash/README.md @@ -0,0 +1,122 @@ +iMurmurHash.js +============== + +An incremental implementation of the MurmurHash3 (32-bit) hashing algorithm for JavaScript based on [Gary Court's implementation](https://github.com/garycourt/murmurhash-js) with [kazuyukitanimura's modifications](https://github.com/kazuyukitanimura/murmurhash-js). + +This version works significantly faster than the non-incremental version if you need to hash many small strings into a single hash, since string concatenation (to build the single string to pass the non-incremental version) is fairly costly. In one case tested, using the incremental version was about 50% faster than concatenating 5-10 strings and then hashing. + +Installation +------------ + +To use iMurmurHash in the browser, [download the latest version](https://raw.github.com/jensyt/imurmurhash-js/master/imurmurhash.min.js) and include it as a script on your site. + +```html + + +``` + +--- + +To use iMurmurHash in Node.js, install the module using NPM: + +```bash +npm install imurmurhash +``` + +Then simply include it in your scripts: + +```javascript +MurmurHash3 = require('imurmurhash'); +``` + +Quick Example +------------- + +```javascript +// Create the initial hash +var hashState = MurmurHash3('string'); + +// Incrementally add text +hashState.hash('more strings'); +hashState.hash('even more strings'); + +// All calls can be chained if desired +hashState.hash('and').hash('some').hash('more'); + +// Get a result +hashState.result(); +// returns 0xe4ccfe6b +``` + +Functions +--------- + +### MurmurHash3 ([string], [seed]) +Get a hash state object, optionally initialized with the given _string_ and _seed_. _Seed_ must be a positive integer if provided. Calling this function without the `new` keyword will return a cached state object that has been reset. This is safe to use as long as the object is only used from a single thread and no other hashes are created while operating on this one. If this constraint cannot be met, you can use `new` to create a new state object. For example: + +```javascript +// Use the cached object, calling the function again will return the same +// object (but reset, so the current state would be lost) +hashState = MurmurHash3(); +... + +// Create a new object that can be safely used however you wish. Calling the +// function again will simply return a new state object, and no state loss +// will occur, at the cost of creating more objects. +hashState = new MurmurHash3(); +``` + +Both methods can be mixed however you like if you have different use cases. + +--- + +### MurmurHash3.prototype.hash (string) +Incrementally add _string_ to the hash. This can be called as many times as you want for the hash state object, including after a call to `result()`. Returns `this` so calls can be chained. + +--- + +### MurmurHash3.prototype.result () +Get the result of the hash as a 32-bit positive integer. This performs the tail and finalizer portions of the algorithm, but does not store the result in the state object. This means that it is perfectly safe to get results and then continue adding strings via `hash`. + +```javascript +// Do the whole string at once +MurmurHash3('this is a test string').result(); +// 0x70529328 + +// Do part of the string, get a result, then the other part +var m = MurmurHash3('this is a'); +m.result(); +// 0xbfc4f834 +m.hash(' test string').result(); +// 0x70529328 (same as above) +``` + +--- + +### MurmurHash3.prototype.reset ([seed]) +Reset the state object for reuse, optionally using the given _seed_ (defaults to 0 like the constructor). Returns `this` so calls can be chained. + +--- + +License (MIT) +------------- +Copyright (c) 2013 Gary Court, Jens Taylor + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/imurmurhash/imurmurhash.js b/node_modules/imurmurhash/imurmurhash.js new file mode 100644 index 0000000..e63146a --- /dev/null +++ b/node_modules/imurmurhash/imurmurhash.js @@ -0,0 +1,138 @@ +/** + * @preserve + * JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) + * + * @author Jens Taylor + * @see http://github.com/homebrewing/brauhaus-diff + * @author Gary Court + * @see http://github.com/garycourt/murmurhash-js + * @author Austin Appleby + * @see http://sites.google.com/site/murmurhash/ + */ +(function(){ + var cache; + + // Call this function without `new` to use the cached object (good for + // single-threaded environments), or with `new` to create a new object. + // + // @param {string} key A UTF-16 or ASCII string + // @param {number} seed An optional positive integer + // @return {object} A MurmurHash3 object for incremental hashing + function MurmurHash3(key, seed) { + var m = this instanceof MurmurHash3 ? this : cache; + m.reset(seed) + if (typeof key === 'string' && key.length > 0) { + m.hash(key); + } + + if (m !== this) { + return m; + } + }; + + // Incrementally add a string to this hash + // + // @param {string} key A UTF-16 or ASCII string + // @return {object} this + MurmurHash3.prototype.hash = function(key) { + var h1, k1, i, top, len; + + len = key.length; + this.len += len; + + k1 = this.k1; + i = 0; + switch (this.rem) { + case 0: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) : 0; + case 1: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) << 8 : 0; + case 2: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) << 16 : 0; + case 3: + k1 ^= len > i ? (key.charCodeAt(i) & 0xff) << 24 : 0; + k1 ^= len > i ? (key.charCodeAt(i++) & 0xff00) >> 8 : 0; + } + + this.rem = (len + this.rem) & 3; // & 3 is same as % 4 + len -= this.rem; + if (len > 0) { + h1 = this.h1; + while (1) { + k1 = (k1 * 0x2d51 + (k1 & 0xffff) * 0xcc9e0000) & 0xffffffff; + k1 = (k1 << 15) | (k1 >>> 17); + k1 = (k1 * 0x3593 + (k1 & 0xffff) * 0x1b870000) & 0xffffffff; + + h1 ^= k1; + h1 = (h1 << 13) | (h1 >>> 19); + h1 = (h1 * 5 + 0xe6546b64) & 0xffffffff; + + if (i >= len) { + break; + } + + k1 = ((key.charCodeAt(i++) & 0xffff)) ^ + ((key.charCodeAt(i++) & 0xffff) << 8) ^ + ((key.charCodeAt(i++) & 0xffff) << 16); + top = key.charCodeAt(i++); + k1 ^= ((top & 0xff) << 24) ^ + ((top & 0xff00) >> 8); + } + + k1 = 0; + switch (this.rem) { + case 3: k1 ^= (key.charCodeAt(i + 2) & 0xffff) << 16; + case 2: k1 ^= (key.charCodeAt(i + 1) & 0xffff) << 8; + case 1: k1 ^= (key.charCodeAt(i) & 0xffff); + } + + this.h1 = h1; + } + + this.k1 = k1; + return this; + }; + + // Get the result of this hash + // + // @return {number} The 32-bit hash + MurmurHash3.prototype.result = function() { + var k1, h1; + + k1 = this.k1; + h1 = this.h1; + + if (k1 > 0) { + k1 = (k1 * 0x2d51 + (k1 & 0xffff) * 0xcc9e0000) & 0xffffffff; + k1 = (k1 << 15) | (k1 >>> 17); + k1 = (k1 * 0x3593 + (k1 & 0xffff) * 0x1b870000) & 0xffffffff; + h1 ^= k1; + } + + h1 ^= this.len; + + h1 ^= h1 >>> 16; + h1 = (h1 * 0xca6b + (h1 & 0xffff) * 0x85eb0000) & 0xffffffff; + h1 ^= h1 >>> 13; + h1 = (h1 * 0xae35 + (h1 & 0xffff) * 0xc2b20000) & 0xffffffff; + h1 ^= h1 >>> 16; + + return h1 >>> 0; + }; + + // Reset the hash object for reuse + // + // @param {number} seed An optional positive integer + MurmurHash3.prototype.reset = function(seed) { + this.h1 = typeof seed === 'number' ? seed : 0; + this.rem = this.k1 = this.len = 0; + return this; + }; + + // A cached object to use. This can be safely used if you're in a single- + // threaded environment, otherwise you need to create new hashes to use. + cache = new MurmurHash3(); + + if (typeof(module) != 'undefined') { + module.exports = MurmurHash3; + } else { + this.MurmurHash3 = MurmurHash3; + } +}()); diff --git a/node_modules/imurmurhash/imurmurhash.min.js b/node_modules/imurmurhash/imurmurhash.min.js new file mode 100644 index 0000000..dc0ee88 --- /dev/null +++ b/node_modules/imurmurhash/imurmurhash.min.js @@ -0,0 +1,12 @@ +/** + * @preserve + * JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) + * + * @author Jens Taylor + * @see http://github.com/homebrewing/brauhaus-diff + * @author Gary Court + * @see http://github.com/garycourt/murmurhash-js + * @author Austin Appleby + * @see http://sites.google.com/site/murmurhash/ + */ +!function(){function t(h,r){var s=this instanceof t?this:e;return s.reset(r),"string"==typeof h&&h.length>0&&s.hash(h),s!==this?s:void 0}var e;t.prototype.hash=function(t){var e,h,r,s,i;switch(i=t.length,this.len+=i,h=this.k1,r=0,this.rem){case 0:h^=i>r?65535&t.charCodeAt(r++):0;case 1:h^=i>r?(65535&t.charCodeAt(r++))<<8:0;case 2:h^=i>r?(65535&t.charCodeAt(r++))<<16:0;case 3:h^=i>r?(255&t.charCodeAt(r))<<24:0,h^=i>r?(65280&t.charCodeAt(r++))>>8:0}if(this.rem=3&i+this.rem,i-=this.rem,i>0){for(e=this.h1;;){if(h=4294967295&11601*h+3432906752*(65535&h),h=h<<15|h>>>17,h=4294967295&13715*h+461832192*(65535&h),e^=h,e=e<<13|e>>>19,e=4294967295&5*e+3864292196,r>=i)break;h=65535&t.charCodeAt(r++)^(65535&t.charCodeAt(r++))<<8^(65535&t.charCodeAt(r++))<<16,s=t.charCodeAt(r++),h^=(255&s)<<24^(65280&s)>>8}switch(h=0,this.rem){case 3:h^=(65535&t.charCodeAt(r+2))<<16;case 2:h^=(65535&t.charCodeAt(r+1))<<8;case 1:h^=65535&t.charCodeAt(r)}this.h1=e}return this.k1=h,this},t.prototype.result=function(){var t,e;return t=this.k1,e=this.h1,t>0&&(t=4294967295&11601*t+3432906752*(65535&t),t=t<<15|t>>>17,t=4294967295&13715*t+461832192*(65535&t),e^=t),e^=this.len,e^=e>>>16,e=4294967295&51819*e+2246770688*(65535&e),e^=e>>>13,e=4294967295&44597*e+3266445312*(65535&e),e^=e>>>16,e>>>0},t.prototype.reset=function(t){return this.h1="number"==typeof t?t:0,this.rem=this.k1=this.len=0,this},e=new t,"undefined"!=typeof module?module.exports=t:this.MurmurHash3=t}(); \ No newline at end of file diff --git a/node_modules/imurmurhash/package.json b/node_modules/imurmurhash/package.json new file mode 100644 index 0000000..8a93edb --- /dev/null +++ b/node_modules/imurmurhash/package.json @@ -0,0 +1,40 @@ +{ + "name": "imurmurhash", + "version": "0.1.4", + "description": "An incremental implementation of MurmurHash3", + "homepage": "https://github.com/jensyt/imurmurhash-js", + "main": "imurmurhash.js", + "files": [ + "imurmurhash.js", + "imurmurhash.min.js", + "package.json", + "README.md" + ], + "repository": { + "type": "git", + "url": "https://github.com/jensyt/imurmurhash-js" + }, + "bugs": { + "url": "https://github.com/jensyt/imurmurhash-js/issues" + }, + "keywords": [ + "murmur", + "murmurhash", + "murmurhash3", + "hash", + "incremental" + ], + "author": { + "name": "Jens Taylor", + "email": "jensyt@gmail.com", + "url": "https://github.com/homebrewing" + }, + "license": "MIT", + "dependencies": { + }, + "devDependencies": { + }, + "engines": { + "node": ">=0.8.19" + } +} diff --git a/node_modules/indent-string/index.d.ts b/node_modules/indent-string/index.d.ts new file mode 100644 index 0000000..1185231 --- /dev/null +++ b/node_modules/indent-string/index.d.ts @@ -0,0 +1,42 @@ +declare namespace indentString { + interface Options { + /** + The string to use for the indent. + + @default ' ' + */ + readonly indent?: string; + + /** + Also indent empty lines. + + @default false + */ + readonly includeEmptyLines?: boolean; + } +} + +/** +Indent each line in a string. + +@param string - The string to indent. +@param count - How many times you want `options.indent` repeated. Default: `1`. + +@example +``` +import indentString = require('indent-string'); + +indentString('Unicorns\nRainbows', 4); +//=> ' Unicorns\n Rainbows' + +indentString('Unicorns\nRainbows', 4, {indent: '♥'}); +//=> '♥♥♥♥Unicorns\n♥♥♥♥Rainbows' +``` +*/ +declare function indentString( + string: string, + count?: number, + options?: indentString.Options +): string; + +export = indentString; diff --git a/node_modules/indent-string/index.js b/node_modules/indent-string/index.js new file mode 100644 index 0000000..e1ab804 --- /dev/null +++ b/node_modules/indent-string/index.js @@ -0,0 +1,35 @@ +'use strict'; + +module.exports = (string, count = 1, options) => { + options = { + indent: ' ', + includeEmptyLines: false, + ...options + }; + + if (typeof string !== 'string') { + throw new TypeError( + `Expected \`input\` to be a \`string\`, got \`${typeof string}\`` + ); + } + + if (typeof count !== 'number') { + throw new TypeError( + `Expected \`count\` to be a \`number\`, got \`${typeof count}\`` + ); + } + + if (typeof options.indent !== 'string') { + throw new TypeError( + `Expected \`options.indent\` to be a \`string\`, got \`${typeof options.indent}\`` + ); + } + + if (count === 0) { + return string; + } + + const regex = options.includeEmptyLines ? /^/gm : /^(?!\s*$)/gm; + + return string.replace(regex, options.indent.repeat(count)); +}; diff --git a/node_modules/indent-string/license b/node_modules/indent-string/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/indent-string/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/indent-string/package.json b/node_modules/indent-string/package.json new file mode 100644 index 0000000..497bb83 --- /dev/null +++ b/node_modules/indent-string/package.json @@ -0,0 +1,37 @@ +{ + "name": "indent-string", + "version": "4.0.0", + "description": "Indent each line in a string", + "license": "MIT", + "repository": "sindresorhus/indent-string", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "indent", + "string", + "pad", + "align", + "line", + "text", + "each", + "every" + ], + "devDependencies": { + "ava": "^1.4.1", + "tsd": "^0.7.2", + "xo": "^0.24.0" + } +} diff --git a/node_modules/indent-string/readme.md b/node_modules/indent-string/readme.md new file mode 100644 index 0000000..49967de --- /dev/null +++ b/node_modules/indent-string/readme.md @@ -0,0 +1,70 @@ +# indent-string [![Build Status](https://travis-ci.org/sindresorhus/indent-string.svg?branch=master)](https://travis-ci.org/sindresorhus/indent-string) + +> Indent each line in a string + + +## Install + +``` +$ npm install indent-string +``` + + +## Usage + +```js +const indentString = require('indent-string'); + +indentString('Unicorns\nRainbows', 4); +//=> ' Unicorns\n Rainbows' + +indentString('Unicorns\nRainbows', 4, {indent: '♥'}); +//=> '♥♥♥♥Unicorns\n♥♥♥♥Rainbows' +``` + + +## API + +### indentString(string, [count], [options]) + +#### string + +Type: `string` + +The string to indent. + +#### count + +Type: `number`
+Default: `1` + +How many times you want `options.indent` repeated. + +#### options + +Type: `object` + +##### indent + +Type: `string`
+Default: `' '` + +The string to use for the indent. + +##### includeEmptyLines + +Type: `boolean`
+Default: `false` + +Also indent empty lines. + + +## Related + +- [indent-string-cli](https://github.com/sindresorhus/indent-string-cli) - CLI for this module +- [strip-indent](https://github.com/sindresorhus/strip-indent) - Strip leading whitespace from every line in a string + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/node_modules/infer-owner/LICENSE b/node_modules/infer-owner/LICENSE new file mode 100644 index 0000000..20a4762 --- /dev/null +++ b/node_modules/infer-owner/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) npm, Inc. and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/infer-owner/README.md b/node_modules/infer-owner/README.md new file mode 100644 index 0000000..146caf7 --- /dev/null +++ b/node_modules/infer-owner/README.md @@ -0,0 +1,41 @@ +# infer-owner + +Infer the owner of a path based on the owner of its nearest existing parent + +## USAGE + +```js +const inferOwner = require('infer-owner') + +inferOwner('/some/cache/folder/file').then(owner => { + // owner is {uid, gid} that should be attached to + // the /some/cache/folder/file, based on ownership + // of /some/cache/folder, /some/cache, /some, or /, + // whichever is the first to exist +}) + +// same, but not async +const owner = inferOwner.sync('/some/cache/folder/file') + +// results are cached! to reset the cache (eg, to change +// permissions for whatever reason), do this: +inferOwner.clearCache() +``` + +This module endeavors to be as performant as possible. Parallel requests +for ownership of the same path will only stat the directories one time. + +## API + +* `inferOwner(path) -> Promise<{ uid, gid }>` + + If the path exists, return its uid and gid. If it does not, look to + its parent, then its grandparent, and so on. + +* `inferOwner(path) -> { uid, gid }` + + Sync form of `inferOwner(path)`. + +* `inferOwner.clearCache()` + + Delete all cached ownership information and in-flight tracking. diff --git a/node_modules/infer-owner/index.js b/node_modules/infer-owner/index.js new file mode 100644 index 0000000..a7bddcb --- /dev/null +++ b/node_modules/infer-owner/index.js @@ -0,0 +1,71 @@ +const cache = new Map() +const fs = require('fs') +const { dirname, resolve } = require('path') + + +const lstat = path => new Promise((res, rej) => + fs.lstat(path, (er, st) => er ? rej(er) : res(st))) + +const inferOwner = path => { + path = resolve(path) + if (cache.has(path)) + return Promise.resolve(cache.get(path)) + + const statThen = st => { + const { uid, gid } = st + cache.set(path, { uid, gid }) + return { uid, gid } + } + const parent = dirname(path) + const parentTrap = parent === path ? null : er => { + return inferOwner(parent).then((owner) => { + cache.set(path, owner) + return owner + }) + } + return lstat(path).then(statThen, parentTrap) +} + +const inferOwnerSync = path => { + path = resolve(path) + if (cache.has(path)) + return cache.get(path) + + const parent = dirname(path) + + // avoid obscuring call site by re-throwing + // "catch" the error by returning from a finally, + // only if we're not at the root, and the parent call works. + let threw = true + try { + const st = fs.lstatSync(path) + threw = false + const { uid, gid } = st + cache.set(path, { uid, gid }) + return { uid, gid } + } finally { + if (threw && parent !== path) { + const owner = inferOwnerSync(parent) + cache.set(path, owner) + return owner // eslint-disable-line no-unsafe-finally + } + } +} + +const inflight = new Map() +module.exports = path => { + path = resolve(path) + if (inflight.has(path)) + return Promise.resolve(inflight.get(path)) + const p = inferOwner(path).then(owner => { + inflight.delete(path) + return owner + }) + inflight.set(path, p) + return p +} +module.exports.sync = inferOwnerSync +module.exports.clearCache = () => { + cache.clear() + inflight.clear() +} diff --git a/node_modules/infer-owner/package.json b/node_modules/infer-owner/package.json new file mode 100644 index 0000000..c4b2b6e --- /dev/null +++ b/node_modules/infer-owner/package.json @@ -0,0 +1,26 @@ +{ + "name": "infer-owner", + "version": "1.0.4", + "description": "Infer the owner of a path based on the owner of its nearest existing parent", + "author": "Isaac Z. Schlueter (https://izs.me)", + "license": "ISC", + "scripts": { + "test": "tap -J test/*.js --100", + "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "devDependencies": { + "mutate-fs": "^2.1.1", + "tap": "^12.4.2" + }, + "main": "index.js", + "repository": "https://github.com/npm/infer-owner", + "publishConfig": { + "access": "public" + }, + "files": [ + "index.js" + ] +} diff --git a/node_modules/inflight/LICENSE b/node_modules/inflight/LICENSE new file mode 100644 index 0000000..05eeeb8 --- /dev/null +++ b/node_modules/inflight/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/inflight/README.md b/node_modules/inflight/README.md new file mode 100644 index 0000000..6dc8929 --- /dev/null +++ b/node_modules/inflight/README.md @@ -0,0 +1,37 @@ +# inflight + +Add callbacks to requests in flight to avoid async duplication + +## USAGE + +```javascript +var inflight = require('inflight') + +// some request that does some stuff +function req(key, callback) { + // key is any random string. like a url or filename or whatever. + // + // will return either a falsey value, indicating that the + // request for this key is already in flight, or a new callback + // which when called will call all callbacks passed to inflightk + // with the same key + callback = inflight(key, callback) + + // If we got a falsey value back, then there's already a req going + if (!callback) return + + // this is where you'd fetch the url or whatever + // callback is also once()-ified, so it can safely be assigned + // to multiple events etc. First call wins. + setTimeout(function() { + callback(null, key) + }, 100) +} + +// only assigns a single setTimeout +// when it dings, all cbs get called +req('foo', cb1) +req('foo', cb2) +req('foo', cb3) +req('foo', cb4) +``` diff --git a/node_modules/inflight/inflight.js b/node_modules/inflight/inflight.js new file mode 100644 index 0000000..48202b3 --- /dev/null +++ b/node_modules/inflight/inflight.js @@ -0,0 +1,54 @@ +var wrappy = require('wrappy') +var reqs = Object.create(null) +var once = require('once') + +module.exports = wrappy(inflight) + +function inflight (key, cb) { + if (reqs[key]) { + reqs[key].push(cb) + return null + } else { + reqs[key] = [cb] + return makeres(key) + } +} + +function makeres (key) { + return once(function RES () { + var cbs = reqs[key] + var len = cbs.length + var args = slice(arguments) + + // XXX It's somewhat ambiguous whether a new callback added in this + // pass should be queued for later execution if something in the + // list of callbacks throws, or if it should just be discarded. + // However, it's such an edge case that it hardly matters, and either + // choice is likely as surprising as the other. + // As it happens, we do go ahead and schedule it for later execution. + try { + for (var i = 0; i < len; i++) { + cbs[i].apply(null, args) + } + } finally { + if (cbs.length > len) { + // added more in the interim. + // de-zalgo, just in case, but don't call again. + cbs.splice(0, len) + process.nextTick(function () { + RES.apply(null, args) + }) + } else { + delete reqs[key] + } + } + }) +} + +function slice (args) { + var length = args.length + var array = [] + + for (var i = 0; i < length; i++) array[i] = args[i] + return array +} diff --git a/node_modules/inflight/package.json b/node_modules/inflight/package.json new file mode 100644 index 0000000..6084d35 --- /dev/null +++ b/node_modules/inflight/package.json @@ -0,0 +1,29 @@ +{ + "name": "inflight", + "version": "1.0.6", + "description": "Add callbacks to requests in flight to avoid async duplication", + "main": "inflight.js", + "files": [ + "inflight.js" + ], + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + }, + "devDependencies": { + "tap": "^7.1.2" + }, + "scripts": { + "test": "tap test.js --100" + }, + "repository": { + "type": "git", + "url": "https://github.com/npm/inflight.git" + }, + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "bugs": { + "url": "https://github.com/isaacs/inflight/issues" + }, + "homepage": "https://github.com/isaacs/inflight", + "license": "ISC" +} diff --git a/node_modules/ip/README.md b/node_modules/ip/README.md new file mode 100644 index 0000000..22e5819 --- /dev/null +++ b/node_modules/ip/README.md @@ -0,0 +1,90 @@ +# IP +[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip) + +IP address utilities for node.js + +## Installation + +### npm +```shell +npm install ip +``` + +### git + +```shell +git clone https://github.com/indutny/node-ip.git +``` + +## Usage +Get your ip address, compare ip addresses, validate ip addresses, etc. + +```js +var ip = require('ip'); + +ip.address() // my ip address +ip.isEqual('::1', '::0:1'); // true +ip.toBuffer('127.0.0.1') // Buffer([127, 0, 0, 1]) +ip.toString(new Buffer([127, 0, 0, 1])) // 127.0.0.1 +ip.fromPrefixLen(24) // 255.255.255.0 +ip.mask('192.168.1.134', '255.255.255.0') // 192.168.1.0 +ip.cidr('192.168.1.134/26') // 192.168.1.128 +ip.not('255.255.255.0') // 0.0.0.255 +ip.or('192.168.1.134', '0.0.0.255') // 192.168.1.255 +ip.isPrivate('127.0.0.1') // true +ip.isV4Format('127.0.0.1'); // true +ip.isV6Format('::ffff:127.0.0.1'); // true + +// operate on buffers in-place +var buf = new Buffer(128); +var offset = 64; +ip.toBuffer('127.0.0.1', buf, offset); // [127, 0, 0, 1] at offset 64 +ip.toString(buf, offset, 4); // '127.0.0.1' + +// subnet information +ip.subnet('192.168.1.134', '255.255.255.192') +// { networkAddress: '192.168.1.128', +// firstAddress: '192.168.1.129', +// lastAddress: '192.168.1.190', +// broadcastAddress: '192.168.1.191', +// subnetMask: '255.255.255.192', +// subnetMaskLength: 26, +// numHosts: 62, +// length: 64, +// contains: function(addr){...} } +ip.cidrSubnet('192.168.1.134/26') +// Same as previous. + +// range checking +ip.cidrSubnet('192.168.1.134/26').contains('192.168.1.190') // true + + +// ipv4 long conversion +ip.toLong('127.0.0.1'); // 2130706433 +ip.fromLong(2130706433); // '127.0.0.1' +``` + +### License + +This software is licensed under the MIT License. + +Copyright Fedor Indutny, 2012. + +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: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/ip/lib/ip.js b/node_modules/ip/lib/ip.js new file mode 100644 index 0000000..4b2adb5 --- /dev/null +++ b/node_modules/ip/lib/ip.js @@ -0,0 +1,422 @@ +const ip = exports; +const { Buffer } = require('buffer'); +const os = require('os'); + +ip.toBuffer = function (ip, buff, offset) { + offset = ~~offset; + + let result; + + if (this.isV4Format(ip)) { + result = buff || Buffer.alloc(offset + 4); + ip.split(/\./g).map((byte) => { + result[offset++] = parseInt(byte, 10) & 0xff; + }); + } else if (this.isV6Format(ip)) { + const sections = ip.split(':', 8); + + let i; + for (i = 0; i < sections.length; i++) { + const isv4 = this.isV4Format(sections[i]); + let v4Buffer; + + if (isv4) { + v4Buffer = this.toBuffer(sections[i]); + sections[i] = v4Buffer.slice(0, 2).toString('hex'); + } + + if (v4Buffer && ++i < 8) { + sections.splice(i, 0, v4Buffer.slice(2, 4).toString('hex')); + } + } + + if (sections[0] === '') { + while (sections.length < 8) sections.unshift('0'); + } else if (sections[sections.length - 1] === '') { + while (sections.length < 8) sections.push('0'); + } else if (sections.length < 8) { + for (i = 0; i < sections.length && sections[i] !== ''; i++); + const argv = [i, 1]; + for (i = 9 - sections.length; i > 0; i--) { + argv.push('0'); + } + sections.splice(...argv); + } + + result = buff || Buffer.alloc(offset + 16); + for (i = 0; i < sections.length; i++) { + const word = parseInt(sections[i], 16); + result[offset++] = (word >> 8) & 0xff; + result[offset++] = word & 0xff; + } + } + + if (!result) { + throw Error(`Invalid ip address: ${ip}`); + } + + return result; +}; + +ip.toString = function (buff, offset, length) { + offset = ~~offset; + length = length || (buff.length - offset); + + let result = []; + if (length === 4) { + // IPv4 + for (let i = 0; i < length; i++) { + result.push(buff[offset + i]); + } + result = result.join('.'); + } else if (length === 16) { + // IPv6 + for (let i = 0; i < length; i += 2) { + result.push(buff.readUInt16BE(offset + i).toString(16)); + } + result = result.join(':'); + result = result.replace(/(^|:)0(:0)*:0(:|$)/, '$1::$3'); + result = result.replace(/:{3,4}/, '::'); + } + + return result; +}; + +const ipv4Regex = /^(\d{1,3}\.){3,3}\d{1,3}$/; +const ipv6Regex = /^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i; + +ip.isV4Format = function (ip) { + return ipv4Regex.test(ip); +}; + +ip.isV6Format = function (ip) { + return ipv6Regex.test(ip); +}; + +function _normalizeFamily(family) { + if (family === 4) { + return 'ipv4'; + } + if (family === 6) { + return 'ipv6'; + } + return family ? family.toLowerCase() : 'ipv4'; +} + +ip.fromPrefixLen = function (prefixlen, family) { + if (prefixlen > 32) { + family = 'ipv6'; + } else { + family = _normalizeFamily(family); + } + + let len = 4; + if (family === 'ipv6') { + len = 16; + } + const buff = Buffer.alloc(len); + + for (let i = 0, n = buff.length; i < n; ++i) { + let bits = 8; + if (prefixlen < 8) { + bits = prefixlen; + } + prefixlen -= bits; + + buff[i] = ~(0xff >> bits) & 0xff; + } + + return ip.toString(buff); +}; + +ip.mask = function (addr, mask) { + addr = ip.toBuffer(addr); + mask = ip.toBuffer(mask); + + const result = Buffer.alloc(Math.max(addr.length, mask.length)); + + // Same protocol - do bitwise and + let i; + if (addr.length === mask.length) { + for (i = 0; i < addr.length; i++) { + result[i] = addr[i] & mask[i]; + } + } else if (mask.length === 4) { + // IPv6 address and IPv4 mask + // (Mask low bits) + for (i = 0; i < mask.length; i++) { + result[i] = addr[addr.length - 4 + i] & mask[i]; + } + } else { + // IPv6 mask and IPv4 addr + for (i = 0; i < result.length - 6; i++) { + result[i] = 0; + } + + // ::ffff:ipv4 + result[10] = 0xff; + result[11] = 0xff; + for (i = 0; i < addr.length; i++) { + result[i + 12] = addr[i] & mask[i + 12]; + } + i += 12; + } + for (; i < result.length; i++) { + result[i] = 0; + } + + return ip.toString(result); +}; + +ip.cidr = function (cidrString) { + const cidrParts = cidrString.split('/'); + + const addr = cidrParts[0]; + if (cidrParts.length !== 2) { + throw new Error(`invalid CIDR subnet: ${addr}`); + } + + const mask = ip.fromPrefixLen(parseInt(cidrParts[1], 10)); + + return ip.mask(addr, mask); +}; + +ip.subnet = function (addr, mask) { + const networkAddress = ip.toLong(ip.mask(addr, mask)); + + // Calculate the mask's length. + const maskBuffer = ip.toBuffer(mask); + let maskLength = 0; + + for (let i = 0; i < maskBuffer.length; i++) { + if (maskBuffer[i] === 0xff) { + maskLength += 8; + } else { + let octet = maskBuffer[i] & 0xff; + while (octet) { + octet = (octet << 1) & 0xff; + maskLength++; + } + } + } + + const numberOfAddresses = 2 ** (32 - maskLength); + + return { + networkAddress: ip.fromLong(networkAddress), + firstAddress: numberOfAddresses <= 2 + ? ip.fromLong(networkAddress) + : ip.fromLong(networkAddress + 1), + lastAddress: numberOfAddresses <= 2 + ? ip.fromLong(networkAddress + numberOfAddresses - 1) + : ip.fromLong(networkAddress + numberOfAddresses - 2), + broadcastAddress: ip.fromLong(networkAddress + numberOfAddresses - 1), + subnetMask: mask, + subnetMaskLength: maskLength, + numHosts: numberOfAddresses <= 2 + ? numberOfAddresses : numberOfAddresses - 2, + length: numberOfAddresses, + contains(other) { + return networkAddress === ip.toLong(ip.mask(other, mask)); + }, + }; +}; + +ip.cidrSubnet = function (cidrString) { + const cidrParts = cidrString.split('/'); + + const addr = cidrParts[0]; + if (cidrParts.length !== 2) { + throw new Error(`invalid CIDR subnet: ${addr}`); + } + + const mask = ip.fromPrefixLen(parseInt(cidrParts[1], 10)); + + return ip.subnet(addr, mask); +}; + +ip.not = function (addr) { + const buff = ip.toBuffer(addr); + for (let i = 0; i < buff.length; i++) { + buff[i] = 0xff ^ buff[i]; + } + return ip.toString(buff); +}; + +ip.or = function (a, b) { + a = ip.toBuffer(a); + b = ip.toBuffer(b); + + // same protocol + if (a.length === b.length) { + for (let i = 0; i < a.length; ++i) { + a[i] |= b[i]; + } + return ip.toString(a); + + // mixed protocols + } + let buff = a; + let other = b; + if (b.length > a.length) { + buff = b; + other = a; + } + + const offset = buff.length - other.length; + for (let i = offset; i < buff.length; ++i) { + buff[i] |= other[i - offset]; + } + + return ip.toString(buff); +}; + +ip.isEqual = function (a, b) { + a = ip.toBuffer(a); + b = ip.toBuffer(b); + + // Same protocol + if (a.length === b.length) { + for (let i = 0; i < a.length; i++) { + if (a[i] !== b[i]) return false; + } + return true; + } + + // Swap + if (b.length === 4) { + const t = b; + b = a; + a = t; + } + + // a - IPv4, b - IPv6 + for (let i = 0; i < 10; i++) { + if (b[i] !== 0) return false; + } + + const word = b.readUInt16BE(10); + if (word !== 0 && word !== 0xffff) return false; + + for (let i = 0; i < 4; i++) { + if (a[i] !== b[i + 12]) return false; + } + + return true; +}; + +ip.isPrivate = function (addr) { + return /^(::f{4}:)?10\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/i + .test(addr) + || /^(::f{4}:)?192\.168\.([0-9]{1,3})\.([0-9]{1,3})$/i.test(addr) + || /^(::f{4}:)?172\.(1[6-9]|2\d|30|31)\.([0-9]{1,3})\.([0-9]{1,3})$/i + .test(addr) + || /^(::f{4}:)?127\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/i.test(addr) + || /^(::f{4}:)?169\.254\.([0-9]{1,3})\.([0-9]{1,3})$/i.test(addr) + || /^f[cd][0-9a-f]{2}:/i.test(addr) + || /^fe80:/i.test(addr) + || /^::1$/.test(addr) + || /^::$/.test(addr); +}; + +ip.isPublic = function (addr) { + return !ip.isPrivate(addr); +}; + +ip.isLoopback = function (addr) { + return /^(::f{4}:)?127\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})/ + .test(addr) + || /^fe80::1$/.test(addr) + || /^::1$/.test(addr) + || /^::$/.test(addr); +}; + +ip.loopback = function (family) { + // + // Default to `ipv4` + // + family = _normalizeFamily(family); + + if (family !== 'ipv4' && family !== 'ipv6') { + throw new Error('family must be ipv4 or ipv6'); + } + + return family === 'ipv4' ? '127.0.0.1' : 'fe80::1'; +}; + +// +// ### function address (name, family) +// #### @name {string|'public'|'private'} **Optional** Name or security +// of the network interface. +// #### @family {ipv4|ipv6} **Optional** IP family of the address (defaults +// to ipv4). +// +// Returns the address for the network interface on the current system with +// the specified `name`: +// * String: First `family` address of the interface. +// If not found see `undefined`. +// * 'public': the first public ip address of family. +// * 'private': the first private ip address of family. +// * undefined: First address with `ipv4` or loopback address `127.0.0.1`. +// +ip.address = function (name, family) { + const interfaces = os.networkInterfaces(); + + // + // Default to `ipv4` + // + family = _normalizeFamily(family); + + // + // If a specific network interface has been named, + // return the address. + // + if (name && name !== 'private' && name !== 'public') { + const res = interfaces[name].filter((details) => { + const itemFamily = _normalizeFamily(details.family); + return itemFamily === family; + }); + if (res.length === 0) { + return undefined; + } + return res[0].address; + } + + const all = Object.keys(interfaces).map((nic) => { + // + // Note: name will only be `public` or `private` + // when this is called. + // + const addresses = interfaces[nic].filter((details) => { + details.family = _normalizeFamily(details.family); + if (details.family !== family || ip.isLoopback(details.address)) { + return false; + } if (!name) { + return true; + } + + return name === 'public' ? ip.isPrivate(details.address) + : ip.isPublic(details.address); + }); + + return addresses.length ? addresses[0].address : undefined; + }).filter(Boolean); + + return !all.length ? ip.loopback(family) : all[0]; +}; + +ip.toLong = function (ip) { + let ipl = 0; + ip.split('.').forEach((octet) => { + ipl <<= 8; + ipl += parseInt(octet); + }); + return (ipl >>> 0); +}; + +ip.fromLong = function (ipl) { + return (`${ipl >>> 24}.${ + ipl >> 16 & 255}.${ + ipl >> 8 & 255}.${ + ipl & 255}`); +}; diff --git a/node_modules/ip/package.json b/node_modules/ip/package.json new file mode 100644 index 0000000..f0d95e9 --- /dev/null +++ b/node_modules/ip/package.json @@ -0,0 +1,25 @@ +{ + "name": "ip", + "version": "2.0.0", + "author": "Fedor Indutny ", + "homepage": "https://github.com/indutny/node-ip", + "repository": { + "type": "git", + "url": "http://github.com/indutny/node-ip.git" + }, + "files": [ + "lib", + "README.md" + ], + "main": "lib/ip", + "devDependencies": { + "eslint": "^8.15.0", + "mocha": "^10.0.0" + }, + "scripts": { + "lint": "eslint lib/*.js test/*.js", + "test": "npm run lint && mocha --reporter spec test/*-test.js", + "fix": "npm run lint -- --fix" + }, + "license": "MIT" +} diff --git a/node_modules/is-fullwidth-code-point/index.d.ts b/node_modules/is-fullwidth-code-point/index.d.ts new file mode 100644 index 0000000..729d202 --- /dev/null +++ b/node_modules/is-fullwidth-code-point/index.d.ts @@ -0,0 +1,17 @@ +/** +Check if the character represented by a given [Unicode code point](https://en.wikipedia.org/wiki/Code_point) is [fullwidth](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms). + +@param codePoint - The [code point](https://en.wikipedia.org/wiki/Code_point) of a character. + +@example +``` +import isFullwidthCodePoint from 'is-fullwidth-code-point'; + +isFullwidthCodePoint('谢'.codePointAt(0)); +//=> true + +isFullwidthCodePoint('a'.codePointAt(0)); +//=> false +``` +*/ +export default function isFullwidthCodePoint(codePoint: number): boolean; diff --git a/node_modules/is-fullwidth-code-point/index.js b/node_modules/is-fullwidth-code-point/index.js new file mode 100644 index 0000000..671f97f --- /dev/null +++ b/node_modules/is-fullwidth-code-point/index.js @@ -0,0 +1,50 @@ +/* eslint-disable yoda */ +'use strict'; + +const isFullwidthCodePoint = codePoint => { + if (Number.isNaN(codePoint)) { + return false; + } + + // Code points are derived from: + // http://www.unix.org/Public/UNIDATA/EastAsianWidth.txt + if ( + codePoint >= 0x1100 && ( + codePoint <= 0x115F || // Hangul Jamo + codePoint === 0x2329 || // LEFT-POINTING ANGLE BRACKET + codePoint === 0x232A || // RIGHT-POINTING ANGLE BRACKET + // CJK Radicals Supplement .. Enclosed CJK Letters and Months + (0x2E80 <= codePoint && codePoint <= 0x3247 && codePoint !== 0x303F) || + // Enclosed CJK Letters and Months .. CJK Unified Ideographs Extension A + (0x3250 <= codePoint && codePoint <= 0x4DBF) || + // CJK Unified Ideographs .. Yi Radicals + (0x4E00 <= codePoint && codePoint <= 0xA4C6) || + // Hangul Jamo Extended-A + (0xA960 <= codePoint && codePoint <= 0xA97C) || + // Hangul Syllables + (0xAC00 <= codePoint && codePoint <= 0xD7A3) || + // CJK Compatibility Ideographs + (0xF900 <= codePoint && codePoint <= 0xFAFF) || + // Vertical Forms + (0xFE10 <= codePoint && codePoint <= 0xFE19) || + // CJK Compatibility Forms .. Small Form Variants + (0xFE30 <= codePoint && codePoint <= 0xFE6B) || + // Halfwidth and Fullwidth Forms + (0xFF01 <= codePoint && codePoint <= 0xFF60) || + (0xFFE0 <= codePoint && codePoint <= 0xFFE6) || + // Kana Supplement + (0x1B000 <= codePoint && codePoint <= 0x1B001) || + // Enclosed Ideographic Supplement + (0x1F200 <= codePoint && codePoint <= 0x1F251) || + // CJK Unified Ideographs Extension B .. Tertiary Ideographic Plane + (0x20000 <= codePoint && codePoint <= 0x3FFFD) + ) + ) { + return true; + } + + return false; +}; + +module.exports = isFullwidthCodePoint; +module.exports.default = isFullwidthCodePoint; diff --git a/node_modules/is-fullwidth-code-point/license b/node_modules/is-fullwidth-code-point/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/is-fullwidth-code-point/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/is-fullwidth-code-point/package.json b/node_modules/is-fullwidth-code-point/package.json new file mode 100644 index 0000000..2137e88 --- /dev/null +++ b/node_modules/is-fullwidth-code-point/package.json @@ -0,0 +1,42 @@ +{ + "name": "is-fullwidth-code-point", + "version": "3.0.0", + "description": "Check if the character represented by a given Unicode code point is fullwidth", + "license": "MIT", + "repository": "sindresorhus/is-fullwidth-code-point", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd-check" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "fullwidth", + "full-width", + "full", + "width", + "unicode", + "character", + "string", + "codepoint", + "code", + "point", + "is", + "detect", + "check" + ], + "devDependencies": { + "ava": "^1.3.1", + "tsd-check": "^0.5.0", + "xo": "^0.24.0" + } +} diff --git a/node_modules/is-fullwidth-code-point/readme.md b/node_modules/is-fullwidth-code-point/readme.md new file mode 100644 index 0000000..4236bba --- /dev/null +++ b/node_modules/is-fullwidth-code-point/readme.md @@ -0,0 +1,39 @@ +# is-fullwidth-code-point [![Build Status](https://travis-ci.org/sindresorhus/is-fullwidth-code-point.svg?branch=master)](https://travis-ci.org/sindresorhus/is-fullwidth-code-point) + +> Check if the character represented by a given [Unicode code point](https://en.wikipedia.org/wiki/Code_point) is [fullwidth](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms) + + +## Install + +``` +$ npm install is-fullwidth-code-point +``` + + +## Usage + +```js +const isFullwidthCodePoint = require('is-fullwidth-code-point'); + +isFullwidthCodePoint('谢'.codePointAt(0)); +//=> true + +isFullwidthCodePoint('a'.codePointAt(0)); +//=> false +``` + + +## API + +### isFullwidthCodePoint(codePoint) + +#### codePoint + +Type: `number` + +The [code point](https://en.wikipedia.org/wiki/Code_point) of a character. + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/node_modules/is-lambda/.npmignore b/node_modules/is-lambda/.npmignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/node_modules/is-lambda/.npmignore @@ -0,0 +1 @@ +node_modules diff --git a/node_modules/is-lambda/.travis.yml b/node_modules/is-lambda/.travis.yml new file mode 100644 index 0000000..03dcca5 --- /dev/null +++ b/node_modules/is-lambda/.travis.yml @@ -0,0 +1,8 @@ +language: node_js +node_js: +- '7' +- '6' +- '5' +- '4' +- '0.12' +- '0.10' diff --git a/node_modules/is-lambda/LICENSE b/node_modules/is-lambda/LICENSE new file mode 100644 index 0000000..4a59c94 --- /dev/null +++ b/node_modules/is-lambda/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016-2017 Thomas Watson Steen + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/is-lambda/README.md b/node_modules/is-lambda/README.md new file mode 100644 index 0000000..31a8f56 --- /dev/null +++ b/node_modules/is-lambda/README.md @@ -0,0 +1,27 @@ +# is-lambda + +Returns `true` if the current environment is an [AWS +Lambda](https://aws.amazon.com/lambda/) server. + +[![Build status](https://travis-ci.org/watson/is-lambda.svg?branch=master)](https://travis-ci.org/watson/is-lambda) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) + +## Installation + +``` +npm install is-lambda +``` + +## Usage + +```js +var isLambda = require('is-lambda') + +if (isLambda) { + console.log('The code is running on a AWS Lambda') +} +``` + +## License + +MIT diff --git a/node_modules/is-lambda/index.js b/node_modules/is-lambda/index.js new file mode 100644 index 0000000..b245ab1 --- /dev/null +++ b/node_modules/is-lambda/index.js @@ -0,0 +1,6 @@ +'use strict' + +module.exports = !!( + (process.env.LAMBDA_TASK_ROOT && process.env.AWS_EXECUTION_ENV) || + false +) diff --git a/node_modules/is-lambda/package.json b/node_modules/is-lambda/package.json new file mode 100644 index 0000000..d855089 --- /dev/null +++ b/node_modules/is-lambda/package.json @@ -0,0 +1,35 @@ +{ + "name": "is-lambda", + "version": "1.0.1", + "description": "Detect if your code is running on an AWS Lambda server", + "main": "index.js", + "dependencies": {}, + "devDependencies": { + "clear-require": "^1.0.1", + "standard": "^10.0.2" + }, + "scripts": { + "test": "standard && node test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/watson/is-lambda.git" + }, + "keywords": [ + "aws", + "hosting", + "hosted", + "lambda", + "detect" + ], + "author": "Thomas Watson Steen (https://twitter.com/wa7son)", + "license": "MIT", + "bugs": { + "url": "https://github.com/watson/is-lambda/issues" + }, + "homepage": "https://github.com/watson/is-lambda", + "coordinates": [ + 37.3859955, + -122.0838831 + ] +} diff --git a/node_modules/is-lambda/test.js b/node_modules/is-lambda/test.js new file mode 100644 index 0000000..e8e7325 --- /dev/null +++ b/node_modules/is-lambda/test.js @@ -0,0 +1,16 @@ +'use strict' + +var assert = require('assert') +var clearRequire = require('clear-require') + +process.env.AWS_EXECUTION_ENV = 'AWS_Lambda_nodejs6.10' +process.env.LAMBDA_TASK_ROOT = '/var/task' + +var isCI = require('./') +assert(isCI) + +delete process.env.AWS_EXECUTION_ENV + +clearRequire('./') +isCI = require('./') +assert(!isCI) diff --git a/node_modules/isexe/.npmignore b/node_modules/isexe/.npmignore new file mode 100644 index 0000000..c1cb757 --- /dev/null +++ b/node_modules/isexe/.npmignore @@ -0,0 +1,2 @@ +.nyc_output/ +coverage/ diff --git a/node_modules/isexe/LICENSE b/node_modules/isexe/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/isexe/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/isexe/README.md b/node_modules/isexe/README.md new file mode 100644 index 0000000..35769e8 --- /dev/null +++ b/node_modules/isexe/README.md @@ -0,0 +1,51 @@ +# isexe + +Minimal module to check if a file is executable, and a normal file. + +Uses `fs.stat` and tests against the `PATHEXT` environment variable on +Windows. + +## USAGE + +```javascript +var isexe = require('isexe') +isexe('some-file-name', function (err, isExe) { + if (err) { + console.error('probably file does not exist or something', err) + } else if (isExe) { + console.error('this thing can be run') + } else { + console.error('cannot be run') + } +}) + +// same thing but synchronous, throws errors +var isExe = isexe.sync('some-file-name') + +// treat errors as just "not executable" +isexe('maybe-missing-file', { ignoreErrors: true }, callback) +var isExe = isexe.sync('maybe-missing-file', { ignoreErrors: true }) +``` + +## API + +### `isexe(path, [options], [callback])` + +Check if the path is executable. If no callback provided, and a +global `Promise` object is available, then a Promise will be returned. + +Will raise whatever errors may be raised by `fs.stat`, unless +`options.ignoreErrors` is set to true. + +### `isexe.sync(path, [options])` + +Same as `isexe` but returns the value and throws any errors raised. + +### Options + +* `ignoreErrors` Treat all errors as "no, this is not executable", but + don't raise them. +* `uid` Number to use as the user id +* `gid` Number to use as the group id +* `pathExt` List of path extensions to use instead of `PATHEXT` + environment variable on Windows. diff --git a/node_modules/isexe/index.js b/node_modules/isexe/index.js new file mode 100644 index 0000000..553fb32 --- /dev/null +++ b/node_modules/isexe/index.js @@ -0,0 +1,57 @@ +var fs = require('fs') +var core +if (process.platform === 'win32' || global.TESTING_WINDOWS) { + core = require('./windows.js') +} else { + core = require('./mode.js') +} + +module.exports = isexe +isexe.sync = sync + +function isexe (path, options, cb) { + if (typeof options === 'function') { + cb = options + options = {} + } + + if (!cb) { + if (typeof Promise !== 'function') { + throw new TypeError('callback not provided') + } + + return new Promise(function (resolve, reject) { + isexe(path, options || {}, function (er, is) { + if (er) { + reject(er) + } else { + resolve(is) + } + }) + }) + } + + core(path, options || {}, function (er, is) { + // ignore EACCES because that just means we aren't allowed to run it + if (er) { + if (er.code === 'EACCES' || options && options.ignoreErrors) { + er = null + is = false + } + } + cb(er, is) + }) +} + +function sync (path, options) { + // my kingdom for a filtered catch + try { + return core.sync(path, options || {}) + } catch (er) { + if (options && options.ignoreErrors || er.code === 'EACCES') { + return false + } else { + throw er + } + } +} diff --git a/node_modules/isexe/mode.js b/node_modules/isexe/mode.js new file mode 100644 index 0000000..1995ea4 --- /dev/null +++ b/node_modules/isexe/mode.js @@ -0,0 +1,41 @@ +module.exports = isexe +isexe.sync = sync + +var fs = require('fs') + +function isexe (path, options, cb) { + fs.stat(path, function (er, stat) { + cb(er, er ? false : checkStat(stat, options)) + }) +} + +function sync (path, options) { + return checkStat(fs.statSync(path), options) +} + +function checkStat (stat, options) { + return stat.isFile() && checkMode(stat, options) +} + +function checkMode (stat, options) { + var mod = stat.mode + var uid = stat.uid + var gid = stat.gid + + var myUid = options.uid !== undefined ? + options.uid : process.getuid && process.getuid() + var myGid = options.gid !== undefined ? + options.gid : process.getgid && process.getgid() + + var u = parseInt('100', 8) + var g = parseInt('010', 8) + var o = parseInt('001', 8) + var ug = u | g + + var ret = (mod & o) || + (mod & g) && gid === myGid || + (mod & u) && uid === myUid || + (mod & ug) && myUid === 0 + + return ret +} diff --git a/node_modules/isexe/package.json b/node_modules/isexe/package.json new file mode 100644 index 0000000..e452689 --- /dev/null +++ b/node_modules/isexe/package.json @@ -0,0 +1,31 @@ +{ + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "main": "index.js", + "directories": { + "test": "test" + }, + "devDependencies": { + "mkdirp": "^0.5.1", + "rimraf": "^2.5.0", + "tap": "^10.3.0" + }, + "scripts": { + "test": "tap test/*.js --100", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/isexe.git" + }, + "keywords": [], + "bugs": { + "url": "https://github.com/isaacs/isexe/issues" + }, + "homepage": "https://github.com/isaacs/isexe#readme" +} diff --git a/node_modules/isexe/test/basic.js b/node_modules/isexe/test/basic.js new file mode 100644 index 0000000..d926df6 --- /dev/null +++ b/node_modules/isexe/test/basic.js @@ -0,0 +1,221 @@ +var t = require('tap') +var fs = require('fs') +var path = require('path') +var fixture = path.resolve(__dirname, 'fixtures') +var meow = fixture + '/meow.cat' +var mine = fixture + '/mine.cat' +var ours = fixture + '/ours.cat' +var fail = fixture + '/fail.false' +var noent = fixture + '/enoent.exe' +var mkdirp = require('mkdirp') +var rimraf = require('rimraf') + +var isWindows = process.platform === 'win32' +var hasAccess = typeof fs.access === 'function' +var winSkip = isWindows && 'windows' +var accessSkip = !hasAccess && 'no fs.access function' +var hasPromise = typeof Promise === 'function' +var promiseSkip = !hasPromise && 'no global Promise' + +function reset () { + delete require.cache[require.resolve('../')] + return require('../') +} + +t.test('setup fixtures', function (t) { + rimraf.sync(fixture) + mkdirp.sync(fixture) + fs.writeFileSync(meow, '#!/usr/bin/env cat\nmeow\n') + fs.chmodSync(meow, parseInt('0755', 8)) + fs.writeFileSync(fail, '#!/usr/bin/env false\n') + fs.chmodSync(fail, parseInt('0644', 8)) + fs.writeFileSync(mine, '#!/usr/bin/env cat\nmine\n') + fs.chmodSync(mine, parseInt('0744', 8)) + fs.writeFileSync(ours, '#!/usr/bin/env cat\nours\n') + fs.chmodSync(ours, parseInt('0754', 8)) + t.end() +}) + +t.test('promise', { skip: promiseSkip }, function (t) { + var isexe = reset() + t.test('meow async', function (t) { + isexe(meow).then(function (is) { + t.ok(is) + t.end() + }) + }) + t.test('fail async', function (t) { + isexe(fail).then(function (is) { + t.notOk(is) + t.end() + }) + }) + t.test('noent async', function (t) { + isexe(noent).catch(function (er) { + t.ok(er) + t.end() + }) + }) + t.test('noent ignore async', function (t) { + isexe(noent, { ignoreErrors: true }).then(function (is) { + t.notOk(is) + t.end() + }) + }) + t.end() +}) + +t.test('no promise', function (t) { + global.Promise = null + var isexe = reset() + t.throws('try to meow a promise', function () { + isexe(meow) + }) + t.end() +}) + +t.test('access', { skip: accessSkip || winSkip }, function (t) { + runTest(t) +}) + +t.test('mode', { skip: winSkip }, function (t) { + delete fs.access + delete fs.accessSync + var isexe = reset() + t.ok(isexe.sync(ours, { uid: 0, gid: 0 })) + t.ok(isexe.sync(mine, { uid: 0, gid: 0 })) + runTest(t) +}) + +t.test('windows', function (t) { + global.TESTING_WINDOWS = true + var pathExt = '.EXE;.CAT;.CMD;.COM' + t.test('pathExt option', function (t) { + runTest(t, { pathExt: '.EXE;.CAT;.CMD;.COM' }) + }) + t.test('pathExt env', function (t) { + process.env.PATHEXT = pathExt + runTest(t) + }) + t.test('no pathExt', function (t) { + // with a pathExt of '', any filename is fine. + // so the "fail" one would still pass. + runTest(t, { pathExt: '', skipFail: true }) + }) + t.test('pathext with empty entry', function (t) { + // with a pathExt of '', any filename is fine. + // so the "fail" one would still pass. + runTest(t, { pathExt: ';' + pathExt, skipFail: true }) + }) + t.end() +}) + +t.test('cleanup', function (t) { + rimraf.sync(fixture) + t.end() +}) + +function runTest (t, options) { + var isexe = reset() + + var optionsIgnore = Object.create(options || {}) + optionsIgnore.ignoreErrors = true + + if (!options || !options.skipFail) { + t.notOk(isexe.sync(fail, options)) + } + t.notOk(isexe.sync(noent, optionsIgnore)) + if (!options) { + t.ok(isexe.sync(meow)) + } else { + t.ok(isexe.sync(meow, options)) + } + + t.ok(isexe.sync(mine, options)) + t.ok(isexe.sync(ours, options)) + t.throws(function () { + isexe.sync(noent, options) + }) + + t.test('meow async', function (t) { + if (!options) { + isexe(meow, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + } else { + isexe(meow, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + } + }) + + t.test('mine async', function (t) { + isexe(mine, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + }) + + t.test('ours async', function (t) { + isexe(ours, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + }) + + if (!options || !options.skipFail) { + t.test('fail async', function (t) { + isexe(fail, options, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + } + + t.test('noent async', function (t) { + isexe(noent, options, function (er, is) { + t.ok(er) + t.notOk(is) + t.end() + }) + }) + + t.test('noent ignore async', function (t) { + isexe(noent, optionsIgnore, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + + t.test('directory is not executable', function (t) { + isexe(__dirname, options, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + + t.end() +} diff --git a/node_modules/isexe/windows.js b/node_modules/isexe/windows.js new file mode 100644 index 0000000..3499673 --- /dev/null +++ b/node_modules/isexe/windows.js @@ -0,0 +1,42 @@ +module.exports = isexe +isexe.sync = sync + +var fs = require('fs') + +function checkPathExt (path, options) { + var pathext = options.pathExt !== undefined ? + options.pathExt : process.env.PATHEXT + + if (!pathext) { + return true + } + + pathext = pathext.split(';') + if (pathext.indexOf('') !== -1) { + return true + } + for (var i = 0; i < pathext.length; i++) { + var p = pathext[i].toLowerCase() + if (p && path.substr(-p.length).toLowerCase() === p) { + return true + } + } + return false +} + +function checkStat (stat, path, options) { + if (!stat.isSymbolicLink() && !stat.isFile()) { + return false + } + return checkPathExt(path, options) +} + +function isexe (path, options, cb) { + fs.stat(path, function (er, stat) { + cb(er, er ? false : checkStat(stat, path, options)) + }) +} + +function sync (path, options) { + return checkStat(fs.statSync(path), path, options) +} diff --git a/node_modules/lru-cache/LICENSE b/node_modules/lru-cache/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/lru-cache/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/lru-cache/README.md b/node_modules/lru-cache/README.md new file mode 100644 index 0000000..435dfeb --- /dev/null +++ b/node_modules/lru-cache/README.md @@ -0,0 +1,166 @@ +# lru cache + +A cache object that deletes the least-recently-used items. + +[![Build Status](https://travis-ci.org/isaacs/node-lru-cache.svg?branch=master)](https://travis-ci.org/isaacs/node-lru-cache) [![Coverage Status](https://coveralls.io/repos/isaacs/node-lru-cache/badge.svg?service=github)](https://coveralls.io/github/isaacs/node-lru-cache) + +## Installation: + +```javascript +npm install lru-cache --save +``` + +## Usage: + +```javascript +var LRU = require("lru-cache") + , options = { max: 500 + , length: function (n, key) { return n * 2 + key.length } + , dispose: function (key, n) { n.close() } + , maxAge: 1000 * 60 * 60 } + , cache = new LRU(options) + , otherCache = new LRU(50) // sets just the max size + +cache.set("key", "value") +cache.get("key") // "value" + +// non-string keys ARE fully supported +// but note that it must be THE SAME object, not +// just a JSON-equivalent object. +var someObject = { a: 1 } +cache.set(someObject, 'a value') +// Object keys are not toString()-ed +cache.set('[object Object]', 'a different value') +assert.equal(cache.get(someObject), 'a value') +// A similar object with same keys/values won't work, +// because it's a different object identity +assert.equal(cache.get({ a: 1 }), undefined) + +cache.reset() // empty the cache +``` + +If you put more stuff in it, then items will fall out. + +If you try to put an oversized thing in it, then it'll fall out right +away. + +## Options + +* `max` The maximum size of the cache, checked by applying the length + function to all values in the cache. Not setting this is kind of + silly, since that's the whole purpose of this lib, but it defaults + to `Infinity`. Setting it to a non-number or negative number will + throw a `TypeError`. Setting it to 0 makes it be `Infinity`. +* `maxAge` Maximum age in ms. Items are not pro-actively pruned out + as they age, but if you try to get an item that is too old, it'll + drop it and return undefined instead of giving it to you. + Setting this to a negative value will make everything seem old! + Setting it to a non-number will throw a `TypeError`. +* `length` Function that is used to calculate the length of stored + items. If you're storing strings or buffers, then you probably want + to do something like `function(n, key){return n.length}`. The default is + `function(){return 1}`, which is fine if you want to store `max` + like-sized things. The item is passed as the first argument, and + the key is passed as the second argumnet. +* `dispose` Function that is called on items when they are dropped + from the cache. This can be handy if you want to close file + descriptors or do other cleanup tasks when items are no longer + accessible. Called with `key, value`. It's called *before* + actually removing the item from the internal cache, so if you want + to immediately put it back in, you'll have to do that in a + `nextTick` or `setTimeout` callback or it won't do anything. +* `stale` By default, if you set a `maxAge`, it'll only actually pull + stale items out of the cache when you `get(key)`. (That is, it's + not pre-emptively doing a `setTimeout` or anything.) If you set + `stale:true`, it'll return the stale value before deleting it. If + you don't set this, then it'll return `undefined` when you try to + get a stale entry, as if it had already been deleted. +* `noDisposeOnSet` By default, if you set a `dispose()` method, then + it'll be called whenever a `set()` operation overwrites an existing + key. If you set this option, `dispose()` will only be called when a + key falls out of the cache, not when it is overwritten. +* `updateAgeOnGet` When using time-expiring entries with `maxAge`, + setting this to `true` will make each item's effective time update + to the current time whenever it is retrieved from cache, causing it + to not expire. (It can still fall out of cache based on recency of + use, of course.) + +## API + +* `set(key, value, maxAge)` +* `get(key) => value` + + Both of these will update the "recently used"-ness of the key. + They do what you think. `maxAge` is optional and overrides the + cache `maxAge` option if provided. + + If the key is not found, `get()` will return `undefined`. + + The key and val can be any value. + +* `peek(key)` + + Returns the key value (or `undefined` if not found) without + updating the "recently used"-ness of the key. + + (If you find yourself using this a lot, you *might* be using the + wrong sort of data structure, but there are some use cases where + it's handy.) + +* `del(key)` + + Deletes a key out of the cache. + +* `reset()` + + Clear the cache entirely, throwing away all values. + +* `has(key)` + + Check if a key is in the cache, without updating the recent-ness + or deleting it for being stale. + +* `forEach(function(value,key,cache), [thisp])` + + Just like `Array.prototype.forEach`. Iterates over all the keys + in the cache, in order of recent-ness. (Ie, more recently used + items are iterated over first.) + +* `rforEach(function(value,key,cache), [thisp])` + + The same as `cache.forEach(...)` but items are iterated over in + reverse order. (ie, less recently used items are iterated over + first.) + +* `keys()` + + Return an array of the keys in the cache. + +* `values()` + + Return an array of the values in the cache. + +* `length` + + Return total length of objects in cache taking into account + `length` options function. + +* `itemCount` + + Return total quantity of objects currently in cache. Note, that + `stale` (see options) items are returned as part of this item + count. + +* `dump()` + + Return an array of the cache entries ready for serialization and usage + with 'destinationCache.load(arr)`. + +* `load(cacheEntriesArray)` + + Loads another cache entries array, obtained with `sourceCache.dump()`, + into the cache. The destination cache is reset before loading new entries + +* `prune()` + + Manually iterates over the entire cache proactively pruning old entries diff --git a/node_modules/lru-cache/index.js b/node_modules/lru-cache/index.js new file mode 100644 index 0000000..573b6b8 --- /dev/null +++ b/node_modules/lru-cache/index.js @@ -0,0 +1,334 @@ +'use strict' + +// A linked list to keep track of recently-used-ness +const Yallist = require('yallist') + +const MAX = Symbol('max') +const LENGTH = Symbol('length') +const LENGTH_CALCULATOR = Symbol('lengthCalculator') +const ALLOW_STALE = Symbol('allowStale') +const MAX_AGE = Symbol('maxAge') +const DISPOSE = Symbol('dispose') +const NO_DISPOSE_ON_SET = Symbol('noDisposeOnSet') +const LRU_LIST = Symbol('lruList') +const CACHE = Symbol('cache') +const UPDATE_AGE_ON_GET = Symbol('updateAgeOnGet') + +const naiveLength = () => 1 + +// lruList is a yallist where the head is the youngest +// item, and the tail is the oldest. the list contains the Hit +// objects as the entries. +// Each Hit object has a reference to its Yallist.Node. This +// never changes. +// +// cache is a Map (or PseudoMap) that matches the keys to +// the Yallist.Node object. +class LRUCache { + constructor (options) { + if (typeof options === 'number') + options = { max: options } + + if (!options) + options = {} + + if (options.max && (typeof options.max !== 'number' || options.max < 0)) + throw new TypeError('max must be a non-negative number') + // Kind of weird to have a default max of Infinity, but oh well. + const max = this[MAX] = options.max || Infinity + + const lc = options.length || naiveLength + this[LENGTH_CALCULATOR] = (typeof lc !== 'function') ? naiveLength : lc + this[ALLOW_STALE] = options.stale || false + if (options.maxAge && typeof options.maxAge !== 'number') + throw new TypeError('maxAge must be a number') + this[MAX_AGE] = options.maxAge || 0 + this[DISPOSE] = options.dispose + this[NO_DISPOSE_ON_SET] = options.noDisposeOnSet || false + this[UPDATE_AGE_ON_GET] = options.updateAgeOnGet || false + this.reset() + } + + // resize the cache when the max changes. + set max (mL) { + if (typeof mL !== 'number' || mL < 0) + throw new TypeError('max must be a non-negative number') + + this[MAX] = mL || Infinity + trim(this) + } + get max () { + return this[MAX] + } + + set allowStale (allowStale) { + this[ALLOW_STALE] = !!allowStale + } + get allowStale () { + return this[ALLOW_STALE] + } + + set maxAge (mA) { + if (typeof mA !== 'number') + throw new TypeError('maxAge must be a non-negative number') + + this[MAX_AGE] = mA + trim(this) + } + get maxAge () { + return this[MAX_AGE] + } + + // resize the cache when the lengthCalculator changes. + set lengthCalculator (lC) { + if (typeof lC !== 'function') + lC = naiveLength + + if (lC !== this[LENGTH_CALCULATOR]) { + this[LENGTH_CALCULATOR] = lC + this[LENGTH] = 0 + this[LRU_LIST].forEach(hit => { + hit.length = this[LENGTH_CALCULATOR](hit.value, hit.key) + this[LENGTH] += hit.length + }) + } + trim(this) + } + get lengthCalculator () { return this[LENGTH_CALCULATOR] } + + get length () { return this[LENGTH] } + get itemCount () { return this[LRU_LIST].length } + + rforEach (fn, thisp) { + thisp = thisp || this + for (let walker = this[LRU_LIST].tail; walker !== null;) { + const prev = walker.prev + forEachStep(this, fn, walker, thisp) + walker = prev + } + } + + forEach (fn, thisp) { + thisp = thisp || this + for (let walker = this[LRU_LIST].head; walker !== null;) { + const next = walker.next + forEachStep(this, fn, walker, thisp) + walker = next + } + } + + keys () { + return this[LRU_LIST].toArray().map(k => k.key) + } + + values () { + return this[LRU_LIST].toArray().map(k => k.value) + } + + reset () { + if (this[DISPOSE] && + this[LRU_LIST] && + this[LRU_LIST].length) { + this[LRU_LIST].forEach(hit => this[DISPOSE](hit.key, hit.value)) + } + + this[CACHE] = new Map() // hash of items by key + this[LRU_LIST] = new Yallist() // list of items in order of use recency + this[LENGTH] = 0 // length of items in the list + } + + dump () { + return this[LRU_LIST].map(hit => + isStale(this, hit) ? false : { + k: hit.key, + v: hit.value, + e: hit.now + (hit.maxAge || 0) + }).toArray().filter(h => h) + } + + dumpLru () { + return this[LRU_LIST] + } + + set (key, value, maxAge) { + maxAge = maxAge || this[MAX_AGE] + + if (maxAge && typeof maxAge !== 'number') + throw new TypeError('maxAge must be a number') + + const now = maxAge ? Date.now() : 0 + const len = this[LENGTH_CALCULATOR](value, key) + + if (this[CACHE].has(key)) { + if (len > this[MAX]) { + del(this, this[CACHE].get(key)) + return false + } + + const node = this[CACHE].get(key) + const item = node.value + + // dispose of the old one before overwriting + // split out into 2 ifs for better coverage tracking + if (this[DISPOSE]) { + if (!this[NO_DISPOSE_ON_SET]) + this[DISPOSE](key, item.value) + } + + item.now = now + item.maxAge = maxAge + item.value = value + this[LENGTH] += len - item.length + item.length = len + this.get(key) + trim(this) + return true + } + + const hit = new Entry(key, value, len, now, maxAge) + + // oversized objects fall out of cache automatically. + if (hit.length > this[MAX]) { + if (this[DISPOSE]) + this[DISPOSE](key, value) + + return false + } + + this[LENGTH] += hit.length + this[LRU_LIST].unshift(hit) + this[CACHE].set(key, this[LRU_LIST].head) + trim(this) + return true + } + + has (key) { + if (!this[CACHE].has(key)) return false + const hit = this[CACHE].get(key).value + return !isStale(this, hit) + } + + get (key) { + return get(this, key, true) + } + + peek (key) { + return get(this, key, false) + } + + pop () { + const node = this[LRU_LIST].tail + if (!node) + return null + + del(this, node) + return node.value + } + + del (key) { + del(this, this[CACHE].get(key)) + } + + load (arr) { + // reset the cache + this.reset() + + const now = Date.now() + // A previous serialized cache has the most recent items first + for (let l = arr.length - 1; l >= 0; l--) { + const hit = arr[l] + const expiresAt = hit.e || 0 + if (expiresAt === 0) + // the item was created without expiration in a non aged cache + this.set(hit.k, hit.v) + else { + const maxAge = expiresAt - now + // dont add already expired items + if (maxAge > 0) { + this.set(hit.k, hit.v, maxAge) + } + } + } + } + + prune () { + this[CACHE].forEach((value, key) => get(this, key, false)) + } +} + +const get = (self, key, doUse) => { + const node = self[CACHE].get(key) + if (node) { + const hit = node.value + if (isStale(self, hit)) { + del(self, node) + if (!self[ALLOW_STALE]) + return undefined + } else { + if (doUse) { + if (self[UPDATE_AGE_ON_GET]) + node.value.now = Date.now() + self[LRU_LIST].unshiftNode(node) + } + } + return hit.value + } +} + +const isStale = (self, hit) => { + if (!hit || (!hit.maxAge && !self[MAX_AGE])) + return false + + const diff = Date.now() - hit.now + return hit.maxAge ? diff > hit.maxAge + : self[MAX_AGE] && (diff > self[MAX_AGE]) +} + +const trim = self => { + if (self[LENGTH] > self[MAX]) { + for (let walker = self[LRU_LIST].tail; + self[LENGTH] > self[MAX] && walker !== null;) { + // We know that we're about to delete this one, and also + // what the next least recently used key will be, so just + // go ahead and set it now. + const prev = walker.prev + del(self, walker) + walker = prev + } + } +} + +const del = (self, node) => { + if (node) { + const hit = node.value + if (self[DISPOSE]) + self[DISPOSE](hit.key, hit.value) + + self[LENGTH] -= hit.length + self[CACHE].delete(hit.key) + self[LRU_LIST].removeNode(node) + } +} + +class Entry { + constructor (key, value, length, now, maxAge) { + this.key = key + this.value = value + this.length = length + this.now = now + this.maxAge = maxAge || 0 + } +} + +const forEachStep = (self, fn, node, thisp) => { + let hit = node.value + if (isStale(self, hit)) { + del(self, node) + if (!self[ALLOW_STALE]) + hit = undefined + } + if (hit) + fn.call(thisp, hit.value, hit.key, self) +} + +module.exports = LRUCache diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json new file mode 100644 index 0000000..43b7502 --- /dev/null +++ b/node_modules/lru-cache/package.json @@ -0,0 +1,34 @@ +{ + "name": "lru-cache", + "description": "A cache object that deletes the least-recently-used items.", + "version": "6.0.0", + "author": "Isaac Z. Schlueter ", + "keywords": [ + "mru", + "lru", + "cache" + ], + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags" + }, + "main": "index.js", + "repository": "git://github.com/isaacs/node-lru-cache.git", + "devDependencies": { + "benchmark": "^2.1.4", + "tap": "^14.10.7" + }, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "files": [ + "index.js" + ], + "engines": { + "node": ">=10" + } +} diff --git a/node_modules/make-dir/index.d.ts b/node_modules/make-dir/index.d.ts new file mode 100644 index 0000000..3a78251 --- /dev/null +++ b/node_modules/make-dir/index.d.ts @@ -0,0 +1,66 @@ +/// +import * as fs from 'fs'; + +declare namespace makeDir { + interface Options { + /** + Directory [permissions](https://x-team.com/blog/file-system-permissions-umask-node-js/). + + @default 0o777 + */ + readonly mode?: number; + + /** + Use a custom `fs` implementation. For example [`graceful-fs`](https://github.com/isaacs/node-graceful-fs). + + Using a custom `fs` implementation will block the use of the native `recursive` option if `fs.mkdir` or `fs.mkdirSync` is not the native function. + + @default require('fs') + */ + readonly fs?: typeof fs; + } +} + +declare const makeDir: { + /** + Make a directory and its parents if needed - Think `mkdir -p`. + + @param path - Directory to create. + @returns The path to the created directory. + + @example + ``` + import makeDir = require('make-dir'); + + (async () => { + const path = await makeDir('unicorn/rainbow/cake'); + + console.log(path); + //=> '/Users/sindresorhus/fun/unicorn/rainbow/cake' + + // Multiple directories: + const paths = await Promise.all([ + makeDir('unicorn/rainbow'), + makeDir('foo/bar') + ]); + + console.log(paths); + // [ + // '/Users/sindresorhus/fun/unicorn/rainbow', + // '/Users/sindresorhus/fun/foo/bar' + // ] + })(); + ``` + */ + (path: string, options?: makeDir.Options): Promise; + + /** + Synchronously make a directory and its parents if needed - Think `mkdir -p`. + + @param path - Directory to create. + @returns The path to the created directory. + */ + sync(path: string, options?: makeDir.Options): string; +}; + +export = makeDir; diff --git a/node_modules/make-dir/index.js b/node_modules/make-dir/index.js new file mode 100644 index 0000000..75889d8 --- /dev/null +++ b/node_modules/make-dir/index.js @@ -0,0 +1,156 @@ +'use strict'; +const fs = require('fs'); +const path = require('path'); +const {promisify} = require('util'); +const semver = require('semver'); + +const useNativeRecursiveOption = semver.satisfies(process.version, '>=10.12.0'); + +// https://github.com/nodejs/node/issues/8987 +// https://github.com/libuv/libuv/pull/1088 +const checkPath = pth => { + if (process.platform === 'win32') { + const pathHasInvalidWinCharacters = /[<>:"|?*]/.test(pth.replace(path.parse(pth).root, '')); + + if (pathHasInvalidWinCharacters) { + const error = new Error(`Path contains invalid characters: ${pth}`); + error.code = 'EINVAL'; + throw error; + } + } +}; + +const processOptions = options => { + // https://github.com/sindresorhus/make-dir/issues/18 + const defaults = { + mode: 0o777, + fs + }; + + return { + ...defaults, + ...options + }; +}; + +const permissionError = pth => { + // This replicates the exception of `fs.mkdir` with native the + // `recusive` option when run on an invalid drive under Windows. + const error = new Error(`operation not permitted, mkdir '${pth}'`); + error.code = 'EPERM'; + error.errno = -4048; + error.path = pth; + error.syscall = 'mkdir'; + return error; +}; + +const makeDir = async (input, options) => { + checkPath(input); + options = processOptions(options); + + const mkdir = promisify(options.fs.mkdir); + const stat = promisify(options.fs.stat); + + if (useNativeRecursiveOption && options.fs.mkdir === fs.mkdir) { + const pth = path.resolve(input); + + await mkdir(pth, { + mode: options.mode, + recursive: true + }); + + return pth; + } + + const make = async pth => { + try { + await mkdir(pth, options.mode); + + return pth; + } catch (error) { + if (error.code === 'EPERM') { + throw error; + } + + if (error.code === 'ENOENT') { + if (path.dirname(pth) === pth) { + throw permissionError(pth); + } + + if (error.message.includes('null bytes')) { + throw error; + } + + await make(path.dirname(pth)); + + return make(pth); + } + + try { + const stats = await stat(pth); + if (!stats.isDirectory()) { + throw new Error('The path is not a directory'); + } + } catch (_) { + throw error; + } + + return pth; + } + }; + + return make(path.resolve(input)); +}; + +module.exports = makeDir; + +module.exports.sync = (input, options) => { + checkPath(input); + options = processOptions(options); + + if (useNativeRecursiveOption && options.fs.mkdirSync === fs.mkdirSync) { + const pth = path.resolve(input); + + fs.mkdirSync(pth, { + mode: options.mode, + recursive: true + }); + + return pth; + } + + const make = pth => { + try { + options.fs.mkdirSync(pth, options.mode); + } catch (error) { + if (error.code === 'EPERM') { + throw error; + } + + if (error.code === 'ENOENT') { + if (path.dirname(pth) === pth) { + throw permissionError(pth); + } + + if (error.message.includes('null bytes')) { + throw error; + } + + make(path.dirname(pth)); + return make(pth); + } + + try { + if (!options.fs.statSync(pth).isDirectory()) { + throw new Error('The path is not a directory'); + } + } catch (_) { + throw error; + } + } + + return pth; + }; + + return make(path.resolve(input)); +}; diff --git a/node_modules/make-dir/license b/node_modules/make-dir/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/make-dir/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/make-dir/node_modules/.bin/semver b/node_modules/make-dir/node_modules/.bin/semver new file mode 100644 index 0000000..77443e7 --- /dev/null +++ b/node_modules/make-dir/node_modules/.bin/semver @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" +else + exec node "$basedir/../semver/bin/semver.js" "$@" +fi diff --git a/node_modules/make-dir/node_modules/.bin/semver.cmd b/node_modules/make-dir/node_modules/.bin/semver.cmd new file mode 100644 index 0000000..9913fa9 --- /dev/null +++ b/node_modules/make-dir/node_modules/.bin/semver.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver.js" %* diff --git a/node_modules/make-dir/node_modules/.bin/semver.ps1 b/node_modules/make-dir/node_modules/.bin/semver.ps1 new file mode 100644 index 0000000..314717a --- /dev/null +++ b/node_modules/make-dir/node_modules/.bin/semver.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/make-dir/node_modules/semver/LICENSE b/node_modules/make-dir/node_modules/semver/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/make-dir/node_modules/semver/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/make-dir/node_modules/semver/README.md b/node_modules/make-dir/node_modules/semver/README.md new file mode 100644 index 0000000..2293a14 --- /dev/null +++ b/node_modules/make-dir/node_modules/semver/README.md @@ -0,0 +1,443 @@ +semver(1) -- The semantic versioner for npm +=========================================== + +## Install + +```bash +npm install semver +```` + +## Usage + +As a node module: + +```js +const semver = require('semver') + +semver.valid('1.2.3') // '1.2.3' +semver.valid('a.b.c') // null +semver.clean(' =v1.2.3 ') // '1.2.3' +semver.satisfies('1.2.3', '1.x || >=2.5.0 || 5.0.0 - 7.2.3') // true +semver.gt('1.2.3', '9.8.7') // false +semver.lt('1.2.3', '9.8.7') // true +semver.minVersion('>=1.0.0') // '1.0.0' +semver.valid(semver.coerce('v2')) // '2.0.0' +semver.valid(semver.coerce('42.6.7.9.3-alpha')) // '42.6.7' +``` + +As a command-line utility: + +``` +$ semver -h + +A JavaScript implementation of the https://semver.org/ specification +Copyright Isaac Z. Schlueter + +Usage: semver [options] [ [...]] +Prints valid versions sorted by SemVer precedence + +Options: +-r --range + Print versions that match the specified range. + +-i --increment [] + Increment a version by the specified level. Level can + be one of: major, minor, patch, premajor, preminor, + prepatch, or prerelease. Default level is 'patch'. + Only one version may be specified. + +--preid + Identifier to be used to prefix premajor, preminor, + prepatch or prerelease version increments. + +-l --loose + Interpret versions and ranges loosely + +-p --include-prerelease + Always include prerelease versions in range matching + +-c --coerce + Coerce a string into SemVer if possible + (does not imply --loose) + +--rtl + Coerce version strings right to left + +--ltr + Coerce version strings left to right (default) + +Program exits successfully if any valid version satisfies +all supplied ranges, and prints all satisfying versions. + +If no satisfying versions are found, then exits failure. + +Versions are printed in ascending order, so supplying +multiple versions to the utility will just sort them. +``` + +## Versions + +A "version" is described by the `v2.0.0` specification found at +. + +A leading `"="` or `"v"` character is stripped off and ignored. + +## Ranges + +A `version range` is a set of `comparators` which specify versions +that satisfy the range. + +A `comparator` is composed of an `operator` and a `version`. The set +of primitive `operators` is: + +* `<` Less than +* `<=` Less than or equal to +* `>` Greater than +* `>=` Greater than or equal to +* `=` Equal. If no operator is specified, then equality is assumed, + so this operator is optional, but MAY be included. + +For example, the comparator `>=1.2.7` would match the versions +`1.2.7`, `1.2.8`, `2.5.3`, and `1.3.9`, but not the versions `1.2.6` +or `1.1.0`. + +Comparators can be joined by whitespace to form a `comparator set`, +which is satisfied by the **intersection** of all of the comparators +it includes. + +A range is composed of one or more comparator sets, joined by `||`. A +version matches a range if and only if every comparator in at least +one of the `||`-separated comparator sets is satisfied by the version. + +For example, the range `>=1.2.7 <1.3.0` would match the versions +`1.2.7`, `1.2.8`, and `1.2.99`, but not the versions `1.2.6`, `1.3.0`, +or `1.1.0`. + +The range `1.2.7 || >=1.2.9 <2.0.0` would match the versions `1.2.7`, +`1.2.9`, and `1.4.6`, but not the versions `1.2.8` or `2.0.0`. + +### Prerelease Tags + +If a version has a prerelease tag (for example, `1.2.3-alpha.3`) then +it will only be allowed to satisfy comparator sets if at least one +comparator with the same `[major, minor, patch]` tuple also has a +prerelease tag. + +For example, the range `>1.2.3-alpha.3` would be allowed to match the +version `1.2.3-alpha.7`, but it would *not* be satisfied by +`3.4.5-alpha.9`, even though `3.4.5-alpha.9` is technically "greater +than" `1.2.3-alpha.3` according to the SemVer sort rules. The version +range only accepts prerelease tags on the `1.2.3` version. The +version `3.4.5` *would* satisfy the range, because it does not have a +prerelease flag, and `3.4.5` is greater than `1.2.3-alpha.7`. + +The purpose for this behavior is twofold. First, prerelease versions +frequently are updated very quickly, and contain many breaking changes +that are (by the author's design) not yet fit for public consumption. +Therefore, by default, they are excluded from range matching +semantics. + +Second, a user who has opted into using a prerelease version has +clearly indicated the intent to use *that specific* set of +alpha/beta/rc versions. By including a prerelease tag in the range, +the user is indicating that they are aware of the risk. However, it +is still not appropriate to assume that they have opted into taking a +similar risk on the *next* set of prerelease versions. + +Note that this behavior can be suppressed (treating all prerelease +versions as if they were normal versions, for the purpose of range +matching) by setting the `includePrerelease` flag on the options +object to any +[functions](https://github.com/npm/node-semver#functions) that do +range matching. + +#### Prerelease Identifiers + +The method `.inc` takes an additional `identifier` string argument that +will append the value of the string as a prerelease identifier: + +```javascript +semver.inc('1.2.3', 'prerelease', 'beta') +// '1.2.4-beta.0' +``` + +command-line example: + +```bash +$ semver 1.2.3 -i prerelease --preid beta +1.2.4-beta.0 +``` + +Which then can be used to increment further: + +```bash +$ semver 1.2.4-beta.0 -i prerelease +1.2.4-beta.1 +``` + +### Advanced Range Syntax + +Advanced range syntax desugars to primitive comparators in +deterministic ways. + +Advanced ranges may be combined in the same way as primitive +comparators using white space or `||`. + +#### Hyphen Ranges `X.Y.Z - A.B.C` + +Specifies an inclusive set. + +* `1.2.3 - 2.3.4` := `>=1.2.3 <=2.3.4` + +If a partial version is provided as the first version in the inclusive +range, then the missing pieces are replaced with zeroes. + +* `1.2 - 2.3.4` := `>=1.2.0 <=2.3.4` + +If a partial version is provided as the second version in the +inclusive range, then all versions that start with the supplied parts +of the tuple are accepted, but nothing that would be greater than the +provided tuple parts. + +* `1.2.3 - 2.3` := `>=1.2.3 <2.4.0` +* `1.2.3 - 2` := `>=1.2.3 <3.0.0` + +#### X-Ranges `1.2.x` `1.X` `1.2.*` `*` + +Any of `X`, `x`, or `*` may be used to "stand in" for one of the +numeric values in the `[major, minor, patch]` tuple. + +* `*` := `>=0.0.0` (Any version satisfies) +* `1.x` := `>=1.0.0 <2.0.0` (Matching major version) +* `1.2.x` := `>=1.2.0 <1.3.0` (Matching major and minor versions) + +A partial version range is treated as an X-Range, so the special +character is in fact optional. + +* `""` (empty string) := `*` := `>=0.0.0` +* `1` := `1.x.x` := `>=1.0.0 <2.0.0` +* `1.2` := `1.2.x` := `>=1.2.0 <1.3.0` + +#### Tilde Ranges `~1.2.3` `~1.2` `~1` + +Allows patch-level changes if a minor version is specified on the +comparator. Allows minor-level changes if not. + +* `~1.2.3` := `>=1.2.3 <1.(2+1).0` := `>=1.2.3 <1.3.0` +* `~1.2` := `>=1.2.0 <1.(2+1).0` := `>=1.2.0 <1.3.0` (Same as `1.2.x`) +* `~1` := `>=1.0.0 <(1+1).0.0` := `>=1.0.0 <2.0.0` (Same as `1.x`) +* `~0.2.3` := `>=0.2.3 <0.(2+1).0` := `>=0.2.3 <0.3.0` +* `~0.2` := `>=0.2.0 <0.(2+1).0` := `>=0.2.0 <0.3.0` (Same as `0.2.x`) +* `~0` := `>=0.0.0 <(0+1).0.0` := `>=0.0.0 <1.0.0` (Same as `0.x`) +* `~1.2.3-beta.2` := `>=1.2.3-beta.2 <1.3.0` Note that prereleases in + the `1.2.3` version will be allowed, if they are greater than or + equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but + `1.2.4-beta.2` would not, because it is a prerelease of a + different `[major, minor, patch]` tuple. + +#### Caret Ranges `^1.2.3` `^0.2.5` `^0.0.4` + +Allows changes that do not modify the left-most non-zero element in the +`[major, minor, patch]` tuple. In other words, this allows patch and +minor updates for versions `1.0.0` and above, patch updates for +versions `0.X >=0.1.0`, and *no* updates for versions `0.0.X`. + +Many authors treat a `0.x` version as if the `x` were the major +"breaking-change" indicator. + +Caret ranges are ideal when an author may make breaking changes +between `0.2.4` and `0.3.0` releases, which is a common practice. +However, it presumes that there will *not* be breaking changes between +`0.2.4` and `0.2.5`. It allows for changes that are presumed to be +additive (but non-breaking), according to commonly observed practices. + +* `^1.2.3` := `>=1.2.3 <2.0.0` +* `^0.2.3` := `>=0.2.3 <0.3.0` +* `^0.0.3` := `>=0.0.3 <0.0.4` +* `^1.2.3-beta.2` := `>=1.2.3-beta.2 <2.0.0` Note that prereleases in + the `1.2.3` version will be allowed, if they are greater than or + equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but + `1.2.4-beta.2` would not, because it is a prerelease of a + different `[major, minor, patch]` tuple. +* `^0.0.3-beta` := `>=0.0.3-beta <0.0.4` Note that prereleases in the + `0.0.3` version *only* will be allowed, if they are greater than or + equal to `beta`. So, `0.0.3-pr.2` would be allowed. + +When parsing caret ranges, a missing `patch` value desugars to the +number `0`, but will allow flexibility within that value, even if the +major and minor versions are both `0`. + +* `^1.2.x` := `>=1.2.0 <2.0.0` +* `^0.0.x` := `>=0.0.0 <0.1.0` +* `^0.0` := `>=0.0.0 <0.1.0` + +A missing `minor` and `patch` values will desugar to zero, but also +allow flexibility within those values, even if the major version is +zero. + +* `^1.x` := `>=1.0.0 <2.0.0` +* `^0.x` := `>=0.0.0 <1.0.0` + +### Range Grammar + +Putting all this together, here is a Backus-Naur grammar for ranges, +for the benefit of parser authors: + +```bnf +range-set ::= range ( logical-or range ) * +logical-or ::= ( ' ' ) * '||' ( ' ' ) * +range ::= hyphen | simple ( ' ' simple ) * | '' +hyphen ::= partial ' - ' partial +simple ::= primitive | partial | tilde | caret +primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial +partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? +xr ::= 'x' | 'X' | '*' | nr +nr ::= '0' | ['1'-'9'] ( ['0'-'9'] ) * +tilde ::= '~' partial +caret ::= '^' partial +qualifier ::= ( '-' pre )? ( '+' build )? +pre ::= parts +build ::= parts +parts ::= part ( '.' part ) * +part ::= nr | [-0-9A-Za-z]+ +``` + +## Functions + +All methods and classes take a final `options` object argument. All +options in this object are `false` by default. The options supported +are: + +- `loose` Be more forgiving about not-quite-valid semver strings. + (Any resulting output will always be 100% strict compliant, of + course.) For backwards compatibility reasons, if the `options` + argument is a boolean value instead of an object, it is interpreted + to be the `loose` param. +- `includePrerelease` Set to suppress the [default + behavior](https://github.com/npm/node-semver#prerelease-tags) of + excluding prerelease tagged versions from ranges unless they are + explicitly opted into. + +Strict-mode Comparators and Ranges will be strict about the SemVer +strings that they parse. + +* `valid(v)`: Return the parsed version, or null if it's not valid. +* `inc(v, release)`: Return the version incremented by the release + type (`major`, `premajor`, `minor`, `preminor`, `patch`, + `prepatch`, or `prerelease`), or null if it's not valid + * `premajor` in one call will bump the version up to the next major + version and down to a prerelease of that major version. + `preminor`, and `prepatch` work the same way. + * If called from a non-prerelease version, the `prerelease` will work the + same as `prepatch`. It increments the patch version, then makes a + prerelease. If the input version is already a prerelease it simply + increments it. +* `prerelease(v)`: Returns an array of prerelease components, or null + if none exist. Example: `prerelease('1.2.3-alpha.1') -> ['alpha', 1]` +* `major(v)`: Return the major version number. +* `minor(v)`: Return the minor version number. +* `patch(v)`: Return the patch version number. +* `intersects(r1, r2, loose)`: Return true if the two supplied ranges + or comparators intersect. +* `parse(v)`: Attempt to parse a string as a semantic version, returning either + a `SemVer` object or `null`. + +### Comparison + +* `gt(v1, v2)`: `v1 > v2` +* `gte(v1, v2)`: `v1 >= v2` +* `lt(v1, v2)`: `v1 < v2` +* `lte(v1, v2)`: `v1 <= v2` +* `eq(v1, v2)`: `v1 == v2` This is true if they're logically equivalent, + even if they're not the exact same string. You already know how to + compare strings. +* `neq(v1, v2)`: `v1 != v2` The opposite of `eq`. +* `cmp(v1, comparator, v2)`: Pass in a comparison string, and it'll call + the corresponding function above. `"==="` and `"!=="` do simple + string comparison, but are included for completeness. Throws if an + invalid comparison string is provided. +* `compare(v1, v2)`: Return `0` if `v1 == v2`, or `1` if `v1` is greater, or `-1` if + `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. +* `rcompare(v1, v2)`: The reverse of compare. Sorts an array of versions + in descending order when passed to `Array.sort()`. +* `compareBuild(v1, v2)`: The same as `compare` but considers `build` when two versions + are equal. Sorts in ascending order if passed to `Array.sort()`. + `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. +* `diff(v1, v2)`: Returns difference between two versions by the release type + (`major`, `premajor`, `minor`, `preminor`, `patch`, `prepatch`, or `prerelease`), + or null if the versions are the same. + +### Comparators + +* `intersects(comparator)`: Return true if the comparators intersect + +### Ranges + +* `validRange(range)`: Return the valid range or null if it's not valid +* `satisfies(version, range)`: Return true if the version satisfies the + range. +* `maxSatisfying(versions, range)`: Return the highest version in the list + that satisfies the range, or `null` if none of them do. +* `minSatisfying(versions, range)`: Return the lowest version in the list + that satisfies the range, or `null` if none of them do. +* `minVersion(range)`: Return the lowest version that can possibly match + the given range. +* `gtr(version, range)`: Return `true` if version is greater than all the + versions possible in the range. +* `ltr(version, range)`: Return `true` if version is less than all the + versions possible in the range. +* `outside(version, range, hilo)`: Return true if the version is outside + the bounds of the range in either the high or low direction. The + `hilo` argument must be either the string `'>'` or `'<'`. (This is + the function called by `gtr` and `ltr`.) +* `intersects(range)`: Return true if any of the ranges comparators intersect + +Note that, since ranges may be non-contiguous, a version might not be +greater than a range, less than a range, *or* satisfy a range! For +example, the range `1.2 <1.2.9 || >2.0.0` would have a hole from `1.2.9` +until `2.0.0`, so the version `1.2.10` would not be greater than the +range (because `2.0.1` satisfies, which is higher), nor less than the +range (since `1.2.8` satisfies, which is lower), and it also does not +satisfy the range. + +If you want to know if a version satisfies or does not satisfy a +range, use the `satisfies(version, range)` function. + +### Coercion + +* `coerce(version, options)`: Coerces a string to semver if possible + +This aims to provide a very forgiving translation of a non-semver string to +semver. It looks for the first digit in a string, and consumes all +remaining characters which satisfy at least a partial semver (e.g., `1`, +`1.2`, `1.2.3`) up to the max permitted length (256 characters). Longer +versions are simply truncated (`4.6.3.9.2-alpha2` becomes `4.6.3`). All +surrounding text is simply ignored (`v3.4 replaces v3.3.1` becomes +`3.4.0`). Only text which lacks digits will fail coercion (`version one` +is not valid). The maximum length for any semver component considered for +coercion is 16 characters; longer components will be ignored +(`10000000000000000.4.7.4` becomes `4.7.4`). The maximum value for any +semver component is `Integer.MAX_SAFE_INTEGER || (2**53 - 1)`; higher value +components are invalid (`9999999999999999.4.7.4` is likely invalid). + +If the `options.rtl` flag is set, then `coerce` will return the right-most +coercible tuple that does not share an ending index with a longer coercible +tuple. For example, `1.2.3.4` will return `2.3.4` in rtl mode, not +`4.0.0`. `1.2.3/4` will return `4.0.0`, because the `4` is not a part of +any other overlapping SemVer tuple. + +### Clean + +* `clean(version)`: Clean a string to be a valid semver if possible + +This will return a cleaned and trimmed semver version. If the provided version is not valid a null will be returned. This does not work for ranges. + +ex. +* `s.clean(' = v 2.1.5foo')`: `null` +* `s.clean(' = v 2.1.5foo', { loose: true })`: `'2.1.5-foo'` +* `s.clean(' = v 2.1.5-foo')`: `null` +* `s.clean(' = v 2.1.5-foo', { loose: true })`: `'2.1.5-foo'` +* `s.clean('=v2.1.5')`: `'2.1.5'` +* `s.clean(' =v2.1.5')`: `2.1.5` +* `s.clean(' 2.1.5 ')`: `'2.1.5'` +* `s.clean('~1.0.0')`: `null` diff --git a/node_modules/make-dir/node_modules/semver/bin/semver.js b/node_modules/make-dir/node_modules/semver/bin/semver.js new file mode 100644 index 0000000..666034a --- /dev/null +++ b/node_modules/make-dir/node_modules/semver/bin/semver.js @@ -0,0 +1,174 @@ +#!/usr/bin/env node +// Standalone semver comparison program. +// Exits successfully and prints matching version(s) if +// any supplied version is valid and passes all tests. + +var argv = process.argv.slice(2) + +var versions = [] + +var range = [] + +var inc = null + +var version = require('../package.json').version + +var loose = false + +var includePrerelease = false + +var coerce = false + +var rtl = false + +var identifier + +var semver = require('../semver') + +var reverse = false + +var options = {} + +main() + +function main () { + if (!argv.length) return help() + while (argv.length) { + var a = argv.shift() + var indexOfEqualSign = a.indexOf('=') + if (indexOfEqualSign !== -1) { + a = a.slice(0, indexOfEqualSign) + argv.unshift(a.slice(indexOfEqualSign + 1)) + } + switch (a) { + case '-rv': case '-rev': case '--rev': case '--reverse': + reverse = true + break + case '-l': case '--loose': + loose = true + break + case '-p': case '--include-prerelease': + includePrerelease = true + break + case '-v': case '--version': + versions.push(argv.shift()) + break + case '-i': case '--inc': case '--increment': + switch (argv[0]) { + case 'major': case 'minor': case 'patch': case 'prerelease': + case 'premajor': case 'preminor': case 'prepatch': + inc = argv.shift() + break + default: + inc = 'patch' + break + } + break + case '--preid': + identifier = argv.shift() + break + case '-r': case '--range': + range.push(argv.shift()) + break + case '-c': case '--coerce': + coerce = true + break + case '--rtl': + rtl = true + break + case '--ltr': + rtl = false + break + case '-h': case '--help': case '-?': + return help() + default: + versions.push(a) + break + } + } + + var options = { loose: loose, includePrerelease: includePrerelease, rtl: rtl } + + versions = versions.map(function (v) { + return coerce ? (semver.coerce(v, options) || { version: v }).version : v + }).filter(function (v) { + return semver.valid(v) + }) + if (!versions.length) return fail() + if (inc && (versions.length !== 1 || range.length)) { return failInc() } + + for (var i = 0, l = range.length; i < l; i++) { + versions = versions.filter(function (v) { + return semver.satisfies(v, range[i], options) + }) + if (!versions.length) return fail() + } + return success(versions) +} + +function failInc () { + console.error('--inc can only be used on a single version with no range') + fail() +} + +function fail () { process.exit(1) } + +function success () { + var compare = reverse ? 'rcompare' : 'compare' + versions.sort(function (a, b) { + return semver[compare](a, b, options) + }).map(function (v) { + return semver.clean(v, options) + }).map(function (v) { + return inc ? semver.inc(v, inc, options, identifier) : v + }).forEach(function (v, i, _) { console.log(v) }) +} + +function help () { + console.log(['SemVer ' + version, + '', + 'A JavaScript implementation of the https://semver.org/ specification', + 'Copyright Isaac Z. Schlueter', + '', + 'Usage: semver [options] [ [...]]', + 'Prints valid versions sorted by SemVer precedence', + '', + 'Options:', + '-r --range ', + ' Print versions that match the specified range.', + '', + '-i --increment []', + ' Increment a version by the specified level. Level can', + ' be one of: major, minor, patch, premajor, preminor,', + " prepatch, or prerelease. Default level is 'patch'.", + ' Only one version may be specified.', + '', + '--preid ', + ' Identifier to be used to prefix premajor, preminor,', + ' prepatch or prerelease version increments.', + '', + '-l --loose', + ' Interpret versions and ranges loosely', + '', + '-p --include-prerelease', + ' Always include prerelease versions in range matching', + '', + '-c --coerce', + ' Coerce a string into SemVer if possible', + ' (does not imply --loose)', + '', + '--rtl', + ' Coerce version strings right to left', + '', + '--ltr', + ' Coerce version strings left to right (default)', + '', + 'Program exits successfully if any valid version satisfies', + 'all supplied ranges, and prints all satisfying versions.', + '', + 'If no satisfying versions are found, then exits failure.', + '', + 'Versions are printed in ascending order, so supplying', + 'multiple versions to the utility will just sort them.' + ].join('\n')) +} diff --git a/node_modules/make-dir/node_modules/semver/package.json b/node_modules/make-dir/node_modules/semver/package.json new file mode 100644 index 0000000..6b970a6 --- /dev/null +++ b/node_modules/make-dir/node_modules/semver/package.json @@ -0,0 +1,38 @@ +{ + "name": "semver", + "version": "6.3.1", + "description": "The semantic version parser used by npm.", + "main": "semver.js", + "scripts": { + "test": "tap test/ --100 --timeout=30", + "lint": "echo linting disabled", + "postlint": "template-oss-check", + "template-oss-apply": "template-oss-apply --force", + "lintfix": "npm run lint -- --fix", + "snap": "tap test/ --100 --timeout=30", + "posttest": "npm run lint" + }, + "devDependencies": { + "@npmcli/template-oss": "4.17.0", + "tap": "^12.7.0" + }, + "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/npm/node-semver.git" + }, + "bin": { + "semver": "./bin/semver.js" + }, + "files": [ + "bin", + "range.bnf", + "semver.js" + ], + "author": "GitHub Inc.", + "templateOSS": { + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "content": "./scripts/template-oss", + "version": "4.17.0" + } +} diff --git a/node_modules/make-dir/node_modules/semver/range.bnf b/node_modules/make-dir/node_modules/semver/range.bnf new file mode 100644 index 0000000..d4c6ae0 --- /dev/null +++ b/node_modules/make-dir/node_modules/semver/range.bnf @@ -0,0 +1,16 @@ +range-set ::= range ( logical-or range ) * +logical-or ::= ( ' ' ) * '||' ( ' ' ) * +range ::= hyphen | simple ( ' ' simple ) * | '' +hyphen ::= partial ' - ' partial +simple ::= primitive | partial | tilde | caret +primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial +partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? +xr ::= 'x' | 'X' | '*' | nr +nr ::= '0' | [1-9] ( [0-9] ) * +tilde ::= '~' partial +caret ::= '^' partial +qualifier ::= ( '-' pre )? ( '+' build )? +pre ::= parts +build ::= parts +parts ::= part ( '.' part ) * +part ::= nr | [-0-9A-Za-z]+ diff --git a/node_modules/make-dir/node_modules/semver/semver.js b/node_modules/make-dir/node_modules/semver/semver.js new file mode 100644 index 0000000..39319c1 --- /dev/null +++ b/node_modules/make-dir/node_modules/semver/semver.js @@ -0,0 +1,1643 @@ +exports = module.exports = SemVer + +var debug +/* istanbul ignore next */ +if (typeof process === 'object' && + process.env && + process.env.NODE_DEBUG && + /\bsemver\b/i.test(process.env.NODE_DEBUG)) { + debug = function () { + var args = Array.prototype.slice.call(arguments, 0) + args.unshift('SEMVER') + console.log.apply(console, args) + } +} else { + debug = function () {} +} + +// Note: this is the semver.org version of the spec that it implements +// Not necessarily the package version of this code. +exports.SEMVER_SPEC_VERSION = '2.0.0' + +var MAX_LENGTH = 256 +var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || + /* istanbul ignore next */ 9007199254740991 + +// Max safe segment length for coercion. +var MAX_SAFE_COMPONENT_LENGTH = 16 + +var MAX_SAFE_BUILD_LENGTH = MAX_LENGTH - 6 + +// The actual regexps go on exports.re +var re = exports.re = [] +var safeRe = exports.safeRe = [] +var src = exports.src = [] +var t = exports.tokens = {} +var R = 0 + +function tok (n) { + t[n] = R++ +} + +var LETTERDASHNUMBER = '[a-zA-Z0-9-]' + +// Replace some greedy regex tokens to prevent regex dos issues. These regex are +// used internally via the safeRe object since all inputs in this library get +// normalized first to trim and collapse all extra whitespace. The original +// regexes are exported for userland consumption and lower level usage. A +// future breaking change could export the safer regex only with a note that +// all input should have extra whitespace removed. +var safeRegexReplacements = [ + ['\\s', 1], + ['\\d', MAX_LENGTH], + [LETTERDASHNUMBER, MAX_SAFE_BUILD_LENGTH], +] + +function makeSafeRe (value) { + for (var i = 0; i < safeRegexReplacements.length; i++) { + var token = safeRegexReplacements[i][0] + var max = safeRegexReplacements[i][1] + value = value + .split(token + '*').join(token + '{0,' + max + '}') + .split(token + '+').join(token + '{1,' + max + '}') + } + return value +} + +// The following Regular Expressions can be used for tokenizing, +// validating, and parsing SemVer version strings. + +// ## Numeric Identifier +// A single `0`, or a non-zero digit followed by zero or more digits. + +tok('NUMERICIDENTIFIER') +src[t.NUMERICIDENTIFIER] = '0|[1-9]\\d*' +tok('NUMERICIDENTIFIERLOOSE') +src[t.NUMERICIDENTIFIERLOOSE] = '\\d+' + +// ## Non-numeric Identifier +// Zero or more digits, followed by a letter or hyphen, and then zero or +// more letters, digits, or hyphens. + +tok('NONNUMERICIDENTIFIER') +src[t.NONNUMERICIDENTIFIER] = '\\d*[a-zA-Z-]' + LETTERDASHNUMBER + '*' + +// ## Main Version +// Three dot-separated numeric identifiers. + +tok('MAINVERSION') +src[t.MAINVERSION] = '(' + src[t.NUMERICIDENTIFIER] + ')\\.' + + '(' + src[t.NUMERICIDENTIFIER] + ')\\.' + + '(' + src[t.NUMERICIDENTIFIER] + ')' + +tok('MAINVERSIONLOOSE') +src[t.MAINVERSIONLOOSE] = '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\.' + + '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\.' + + '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')' + +// ## Pre-release Version Identifier +// A numeric identifier, or a non-numeric identifier. + +tok('PRERELEASEIDENTIFIER') +src[t.PRERELEASEIDENTIFIER] = '(?:' + src[t.NUMERICIDENTIFIER] + + '|' + src[t.NONNUMERICIDENTIFIER] + ')' + +tok('PRERELEASEIDENTIFIERLOOSE') +src[t.PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[t.NUMERICIDENTIFIERLOOSE] + + '|' + src[t.NONNUMERICIDENTIFIER] + ')' + +// ## Pre-release Version +// Hyphen, followed by one or more dot-separated pre-release version +// identifiers. + +tok('PRERELEASE') +src[t.PRERELEASE] = '(?:-(' + src[t.PRERELEASEIDENTIFIER] + + '(?:\\.' + src[t.PRERELEASEIDENTIFIER] + ')*))' + +tok('PRERELEASELOOSE') +src[t.PRERELEASELOOSE] = '(?:-?(' + src[t.PRERELEASEIDENTIFIERLOOSE] + + '(?:\\.' + src[t.PRERELEASEIDENTIFIERLOOSE] + ')*))' + +// ## Build Metadata Identifier +// Any combination of digits, letters, or hyphens. + +tok('BUILDIDENTIFIER') +src[t.BUILDIDENTIFIER] = LETTERDASHNUMBER + '+' + +// ## Build Metadata +// Plus sign, followed by one or more period-separated build metadata +// identifiers. + +tok('BUILD') +src[t.BUILD] = '(?:\\+(' + src[t.BUILDIDENTIFIER] + + '(?:\\.' + src[t.BUILDIDENTIFIER] + ')*))' + +// ## Full Version String +// A main version, followed optionally by a pre-release version and +// build metadata. + +// Note that the only major, minor, patch, and pre-release sections of +// the version string are capturing groups. The build metadata is not a +// capturing group, because it should not ever be used in version +// comparison. + +tok('FULL') +tok('FULLPLAIN') +src[t.FULLPLAIN] = 'v?' + src[t.MAINVERSION] + + src[t.PRERELEASE] + '?' + + src[t.BUILD] + '?' + +src[t.FULL] = '^' + src[t.FULLPLAIN] + '$' + +// like full, but allows v1.2.3 and =1.2.3, which people do sometimes. +// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty +// common in the npm registry. +tok('LOOSEPLAIN') +src[t.LOOSEPLAIN] = '[v=\\s]*' + src[t.MAINVERSIONLOOSE] + + src[t.PRERELEASELOOSE] + '?' + + src[t.BUILD] + '?' + +tok('LOOSE') +src[t.LOOSE] = '^' + src[t.LOOSEPLAIN] + '$' + +tok('GTLT') +src[t.GTLT] = '((?:<|>)?=?)' + +// Something like "2.*" or "1.2.x". +// Note that "x.x" is a valid xRange identifer, meaning "any version" +// Only the first item is strictly required. +tok('XRANGEIDENTIFIERLOOSE') +src[t.XRANGEIDENTIFIERLOOSE] = src[t.NUMERICIDENTIFIERLOOSE] + '|x|X|\\*' +tok('XRANGEIDENTIFIER') +src[t.XRANGEIDENTIFIER] = src[t.NUMERICIDENTIFIER] + '|x|X|\\*' + +tok('XRANGEPLAIN') +src[t.XRANGEPLAIN] = '[v=\\s]*(' + src[t.XRANGEIDENTIFIER] + ')' + + '(?:\\.(' + src[t.XRANGEIDENTIFIER] + ')' + + '(?:\\.(' + src[t.XRANGEIDENTIFIER] + ')' + + '(?:' + src[t.PRERELEASE] + ')?' + + src[t.BUILD] + '?' + + ')?)?' + +tok('XRANGEPLAINLOOSE') +src[t.XRANGEPLAINLOOSE] = '[v=\\s]*(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' + + '(?:\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' + + '(?:\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' + + '(?:' + src[t.PRERELEASELOOSE] + ')?' + + src[t.BUILD] + '?' + + ')?)?' + +tok('XRANGE') +src[t.XRANGE] = '^' + src[t.GTLT] + '\\s*' + src[t.XRANGEPLAIN] + '$' +tok('XRANGELOOSE') +src[t.XRANGELOOSE] = '^' + src[t.GTLT] + '\\s*' + src[t.XRANGEPLAINLOOSE] + '$' + +// Coercion. +// Extract anything that could conceivably be a part of a valid semver +tok('COERCE') +src[t.COERCE] = '(^|[^\\d])' + + '(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' + + '(?:\\.(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' + + '(?:\\.(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' + + '(?:$|[^\\d])' +tok('COERCERTL') +re[t.COERCERTL] = new RegExp(src[t.COERCE], 'g') +safeRe[t.COERCERTL] = new RegExp(makeSafeRe(src[t.COERCE]), 'g') + +// Tilde ranges. +// Meaning is "reasonably at or greater than" +tok('LONETILDE') +src[t.LONETILDE] = '(?:~>?)' + +tok('TILDETRIM') +src[t.TILDETRIM] = '(\\s*)' + src[t.LONETILDE] + '\\s+' +re[t.TILDETRIM] = new RegExp(src[t.TILDETRIM], 'g') +safeRe[t.TILDETRIM] = new RegExp(makeSafeRe(src[t.TILDETRIM]), 'g') +var tildeTrimReplace = '$1~' + +tok('TILDE') +src[t.TILDE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAIN] + '$' +tok('TILDELOOSE') +src[t.TILDELOOSE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAINLOOSE] + '$' + +// Caret ranges. +// Meaning is "at least and backwards compatible with" +tok('LONECARET') +src[t.LONECARET] = '(?:\\^)' + +tok('CARETTRIM') +src[t.CARETTRIM] = '(\\s*)' + src[t.LONECARET] + '\\s+' +re[t.CARETTRIM] = new RegExp(src[t.CARETTRIM], 'g') +safeRe[t.CARETTRIM] = new RegExp(makeSafeRe(src[t.CARETTRIM]), 'g') +var caretTrimReplace = '$1^' + +tok('CARET') +src[t.CARET] = '^' + src[t.LONECARET] + src[t.XRANGEPLAIN] + '$' +tok('CARETLOOSE') +src[t.CARETLOOSE] = '^' + src[t.LONECARET] + src[t.XRANGEPLAINLOOSE] + '$' + +// A simple gt/lt/eq thing, or just "" to indicate "any version" +tok('COMPARATORLOOSE') +src[t.COMPARATORLOOSE] = '^' + src[t.GTLT] + '\\s*(' + src[t.LOOSEPLAIN] + ')$|^$' +tok('COMPARATOR') +src[t.COMPARATOR] = '^' + src[t.GTLT] + '\\s*(' + src[t.FULLPLAIN] + ')$|^$' + +// An expression to strip any whitespace between the gtlt and the thing +// it modifies, so that `> 1.2.3` ==> `>1.2.3` +tok('COMPARATORTRIM') +src[t.COMPARATORTRIM] = '(\\s*)' + src[t.GTLT] + + '\\s*(' + src[t.LOOSEPLAIN] + '|' + src[t.XRANGEPLAIN] + ')' + +// this one has to use the /g flag +re[t.COMPARATORTRIM] = new RegExp(src[t.COMPARATORTRIM], 'g') +safeRe[t.COMPARATORTRIM] = new RegExp(makeSafeRe(src[t.COMPARATORTRIM]), 'g') +var comparatorTrimReplace = '$1$2$3' + +// Something like `1.2.3 - 1.2.4` +// Note that these all use the loose form, because they'll be +// checked against either the strict or loose comparator form +// later. +tok('HYPHENRANGE') +src[t.HYPHENRANGE] = '^\\s*(' + src[t.XRANGEPLAIN] + ')' + + '\\s+-\\s+' + + '(' + src[t.XRANGEPLAIN] + ')' + + '\\s*$' + +tok('HYPHENRANGELOOSE') +src[t.HYPHENRANGELOOSE] = '^\\s*(' + src[t.XRANGEPLAINLOOSE] + ')' + + '\\s+-\\s+' + + '(' + src[t.XRANGEPLAINLOOSE] + ')' + + '\\s*$' + +// Star ranges basically just allow anything at all. +tok('STAR') +src[t.STAR] = '(<|>)?=?\\s*\\*' + +// Compile to actual regexp objects. +// All are flag-free, unless they were created above with a flag. +for (var i = 0; i < R; i++) { + debug(i, src[i]) + if (!re[i]) { + re[i] = new RegExp(src[i]) + + // Replace all greedy whitespace to prevent regex dos issues. These regex are + // used internally via the safeRe object since all inputs in this library get + // normalized first to trim and collapse all extra whitespace. The original + // regexes are exported for userland consumption and lower level usage. A + // future breaking change could export the safer regex only with a note that + // all input should have extra whitespace removed. + safeRe[i] = new RegExp(makeSafeRe(src[i])) + } +} + +exports.parse = parse +function parse (version, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + + if (version instanceof SemVer) { + return version + } + + if (typeof version !== 'string') { + return null + } + + if (version.length > MAX_LENGTH) { + return null + } + + var r = options.loose ? safeRe[t.LOOSE] : safeRe[t.FULL] + if (!r.test(version)) { + return null + } + + try { + return new SemVer(version, options) + } catch (er) { + return null + } +} + +exports.valid = valid +function valid (version, options) { + var v = parse(version, options) + return v ? v.version : null +} + +exports.clean = clean +function clean (version, options) { + var s = parse(version.trim().replace(/^[=v]+/, ''), options) + return s ? s.version : null +} + +exports.SemVer = SemVer + +function SemVer (version, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + if (version instanceof SemVer) { + if (version.loose === options.loose) { + return version + } else { + version = version.version + } + } else if (typeof version !== 'string') { + throw new TypeError('Invalid Version: ' + version) + } + + if (version.length > MAX_LENGTH) { + throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters') + } + + if (!(this instanceof SemVer)) { + return new SemVer(version, options) + } + + debug('SemVer', version, options) + this.options = options + this.loose = !!options.loose + + var m = version.trim().match(options.loose ? safeRe[t.LOOSE] : safeRe[t.FULL]) + + if (!m) { + throw new TypeError('Invalid Version: ' + version) + } + + this.raw = version + + // these are actually numbers + this.major = +m[1] + this.minor = +m[2] + this.patch = +m[3] + + if (this.major > MAX_SAFE_INTEGER || this.major < 0) { + throw new TypeError('Invalid major version') + } + + if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { + throw new TypeError('Invalid minor version') + } + + if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { + throw new TypeError('Invalid patch version') + } + + // numberify any prerelease numeric ids + if (!m[4]) { + this.prerelease = [] + } else { + this.prerelease = m[4].split('.').map(function (id) { + if (/^[0-9]+$/.test(id)) { + var num = +id + if (num >= 0 && num < MAX_SAFE_INTEGER) { + return num + } + } + return id + }) + } + + this.build = m[5] ? m[5].split('.') : [] + this.format() +} + +SemVer.prototype.format = function () { + this.version = this.major + '.' + this.minor + '.' + this.patch + if (this.prerelease.length) { + this.version += '-' + this.prerelease.join('.') + } + return this.version +} + +SemVer.prototype.toString = function () { + return this.version +} + +SemVer.prototype.compare = function (other) { + debug('SemVer.compare', this.version, this.options, other) + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + return this.compareMain(other) || this.comparePre(other) +} + +SemVer.prototype.compareMain = function (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + return compareIdentifiers(this.major, other.major) || + compareIdentifiers(this.minor, other.minor) || + compareIdentifiers(this.patch, other.patch) +} + +SemVer.prototype.comparePre = function (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + // NOT having a prerelease is > having one + if (this.prerelease.length && !other.prerelease.length) { + return -1 + } else if (!this.prerelease.length && other.prerelease.length) { + return 1 + } else if (!this.prerelease.length && !other.prerelease.length) { + return 0 + } + + var i = 0 + do { + var a = this.prerelease[i] + var b = other.prerelease[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) +} + +SemVer.prototype.compareBuild = function (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + var i = 0 + do { + var a = this.build[i] + var b = other.build[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) +} + +// preminor will bump the version up to the next minor release, and immediately +// down to pre-release. premajor and prepatch work the same way. +SemVer.prototype.inc = function (release, identifier) { + switch (release) { + case 'premajor': + this.prerelease.length = 0 + this.patch = 0 + this.minor = 0 + this.major++ + this.inc('pre', identifier) + break + case 'preminor': + this.prerelease.length = 0 + this.patch = 0 + this.minor++ + this.inc('pre', identifier) + break + case 'prepatch': + // If this is already a prerelease, it will bump to the next version + // drop any prereleases that might already exist, since they are not + // relevant at this point. + this.prerelease.length = 0 + this.inc('patch', identifier) + this.inc('pre', identifier) + break + // If the input is a non-prerelease version, this acts the same as + // prepatch. + case 'prerelease': + if (this.prerelease.length === 0) { + this.inc('patch', identifier) + } + this.inc('pre', identifier) + break + + case 'major': + // If this is a pre-major version, bump up to the same major version. + // Otherwise increment major. + // 1.0.0-5 bumps to 1.0.0 + // 1.1.0 bumps to 2.0.0 + if (this.minor !== 0 || + this.patch !== 0 || + this.prerelease.length === 0) { + this.major++ + } + this.minor = 0 + this.patch = 0 + this.prerelease = [] + break + case 'minor': + // If this is a pre-minor version, bump up to the same minor version. + // Otherwise increment minor. + // 1.2.0-5 bumps to 1.2.0 + // 1.2.1 bumps to 1.3.0 + if (this.patch !== 0 || this.prerelease.length === 0) { + this.minor++ + } + this.patch = 0 + this.prerelease = [] + break + case 'patch': + // If this is not a pre-release version, it will increment the patch. + // If it is a pre-release it will bump up to the same patch version. + // 1.2.0-5 patches to 1.2.0 + // 1.2.0 patches to 1.2.1 + if (this.prerelease.length === 0) { + this.patch++ + } + this.prerelease = [] + break + // This probably shouldn't be used publicly. + // 1.0.0 "pre" would become 1.0.0-0 which is the wrong direction. + case 'pre': + if (this.prerelease.length === 0) { + this.prerelease = [0] + } else { + var i = this.prerelease.length + while (--i >= 0) { + if (typeof this.prerelease[i] === 'number') { + this.prerelease[i]++ + i = -2 + } + } + if (i === -1) { + // didn't increment anything + this.prerelease.push(0) + } + } + if (identifier) { + // 1.2.0-beta.1 bumps to 1.2.0-beta.2, + // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 + if (this.prerelease[0] === identifier) { + if (isNaN(this.prerelease[1])) { + this.prerelease = [identifier, 0] + } + } else { + this.prerelease = [identifier, 0] + } + } + break + + default: + throw new Error('invalid increment argument: ' + release) + } + this.format() + this.raw = this.version + return this +} + +exports.inc = inc +function inc (version, release, loose, identifier) { + if (typeof (loose) === 'string') { + identifier = loose + loose = undefined + } + + try { + return new SemVer(version, loose).inc(release, identifier).version + } catch (er) { + return null + } +} + +exports.diff = diff +function diff (version1, version2) { + if (eq(version1, version2)) { + return null + } else { + var v1 = parse(version1) + var v2 = parse(version2) + var prefix = '' + if (v1.prerelease.length || v2.prerelease.length) { + prefix = 'pre' + var defaultResult = 'prerelease' + } + for (var key in v1) { + if (key === 'major' || key === 'minor' || key === 'patch') { + if (v1[key] !== v2[key]) { + return prefix + key + } + } + } + return defaultResult // may be undefined + } +} + +exports.compareIdentifiers = compareIdentifiers + +var numeric = /^[0-9]+$/ +function compareIdentifiers (a, b) { + var anum = numeric.test(a) + var bnum = numeric.test(b) + + if (anum && bnum) { + a = +a + b = +b + } + + return a === b ? 0 + : (anum && !bnum) ? -1 + : (bnum && !anum) ? 1 + : a < b ? -1 + : 1 +} + +exports.rcompareIdentifiers = rcompareIdentifiers +function rcompareIdentifiers (a, b) { + return compareIdentifiers(b, a) +} + +exports.major = major +function major (a, loose) { + return new SemVer(a, loose).major +} + +exports.minor = minor +function minor (a, loose) { + return new SemVer(a, loose).minor +} + +exports.patch = patch +function patch (a, loose) { + return new SemVer(a, loose).patch +} + +exports.compare = compare +function compare (a, b, loose) { + return new SemVer(a, loose).compare(new SemVer(b, loose)) +} + +exports.compareLoose = compareLoose +function compareLoose (a, b) { + return compare(a, b, true) +} + +exports.compareBuild = compareBuild +function compareBuild (a, b, loose) { + var versionA = new SemVer(a, loose) + var versionB = new SemVer(b, loose) + return versionA.compare(versionB) || versionA.compareBuild(versionB) +} + +exports.rcompare = rcompare +function rcompare (a, b, loose) { + return compare(b, a, loose) +} + +exports.sort = sort +function sort (list, loose) { + return list.sort(function (a, b) { + return exports.compareBuild(a, b, loose) + }) +} + +exports.rsort = rsort +function rsort (list, loose) { + return list.sort(function (a, b) { + return exports.compareBuild(b, a, loose) + }) +} + +exports.gt = gt +function gt (a, b, loose) { + return compare(a, b, loose) > 0 +} + +exports.lt = lt +function lt (a, b, loose) { + return compare(a, b, loose) < 0 +} + +exports.eq = eq +function eq (a, b, loose) { + return compare(a, b, loose) === 0 +} + +exports.neq = neq +function neq (a, b, loose) { + return compare(a, b, loose) !== 0 +} + +exports.gte = gte +function gte (a, b, loose) { + return compare(a, b, loose) >= 0 +} + +exports.lte = lte +function lte (a, b, loose) { + return compare(a, b, loose) <= 0 +} + +exports.cmp = cmp +function cmp (a, op, b, loose) { + switch (op) { + case '===': + if (typeof a === 'object') + a = a.version + if (typeof b === 'object') + b = b.version + return a === b + + case '!==': + if (typeof a === 'object') + a = a.version + if (typeof b === 'object') + b = b.version + return a !== b + + case '': + case '=': + case '==': + return eq(a, b, loose) + + case '!=': + return neq(a, b, loose) + + case '>': + return gt(a, b, loose) + + case '>=': + return gte(a, b, loose) + + case '<': + return lt(a, b, loose) + + case '<=': + return lte(a, b, loose) + + default: + throw new TypeError('Invalid operator: ' + op) + } +} + +exports.Comparator = Comparator +function Comparator (comp, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + + if (comp instanceof Comparator) { + if (comp.loose === !!options.loose) { + return comp + } else { + comp = comp.value + } + } + + if (!(this instanceof Comparator)) { + return new Comparator(comp, options) + } + + comp = comp.trim().split(/\s+/).join(' ') + debug('comparator', comp, options) + this.options = options + this.loose = !!options.loose + this.parse(comp) + + if (this.semver === ANY) { + this.value = '' + } else { + this.value = this.operator + this.semver.version + } + + debug('comp', this) +} + +var ANY = {} +Comparator.prototype.parse = function (comp) { + var r = this.options.loose ? safeRe[t.COMPARATORLOOSE] : safeRe[t.COMPARATOR] + var m = comp.match(r) + + if (!m) { + throw new TypeError('Invalid comparator: ' + comp) + } + + this.operator = m[1] !== undefined ? m[1] : '' + if (this.operator === '=') { + this.operator = '' + } + + // if it literally is just '>' or '' then allow anything. + if (!m[2]) { + this.semver = ANY + } else { + this.semver = new SemVer(m[2], this.options.loose) + } +} + +Comparator.prototype.toString = function () { + return this.value +} + +Comparator.prototype.test = function (version) { + debug('Comparator.test', version, this.options.loose) + + if (this.semver === ANY || version === ANY) { + return true + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + return cmp(version, this.operator, this.semver, this.options) +} + +Comparator.prototype.intersects = function (comp, options) { + if (!(comp instanceof Comparator)) { + throw new TypeError('a Comparator is required') + } + + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + + var rangeTmp + + if (this.operator === '') { + if (this.value === '') { + return true + } + rangeTmp = new Range(comp.value, options) + return satisfies(this.value, rangeTmp, options) + } else if (comp.operator === '') { + if (comp.value === '') { + return true + } + rangeTmp = new Range(this.value, options) + return satisfies(comp.semver, rangeTmp, options) + } + + var sameDirectionIncreasing = + (this.operator === '>=' || this.operator === '>') && + (comp.operator === '>=' || comp.operator === '>') + var sameDirectionDecreasing = + (this.operator === '<=' || this.operator === '<') && + (comp.operator === '<=' || comp.operator === '<') + var sameSemVer = this.semver.version === comp.semver.version + var differentDirectionsInclusive = + (this.operator === '>=' || this.operator === '<=') && + (comp.operator === '>=' || comp.operator === '<=') + var oppositeDirectionsLessThan = + cmp(this.semver, '<', comp.semver, options) && + ((this.operator === '>=' || this.operator === '>') && + (comp.operator === '<=' || comp.operator === '<')) + var oppositeDirectionsGreaterThan = + cmp(this.semver, '>', comp.semver, options) && + ((this.operator === '<=' || this.operator === '<') && + (comp.operator === '>=' || comp.operator === '>')) + + return sameDirectionIncreasing || sameDirectionDecreasing || + (sameSemVer && differentDirectionsInclusive) || + oppositeDirectionsLessThan || oppositeDirectionsGreaterThan +} + +exports.Range = Range +function Range (range, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + + if (range instanceof Range) { + if (range.loose === !!options.loose && + range.includePrerelease === !!options.includePrerelease) { + return range + } else { + return new Range(range.raw, options) + } + } + + if (range instanceof Comparator) { + return new Range(range.value, options) + } + + if (!(this instanceof Range)) { + return new Range(range, options) + } + + this.options = options + this.loose = !!options.loose + this.includePrerelease = !!options.includePrerelease + + // First reduce all whitespace as much as possible so we do not have to rely + // on potentially slow regexes like \s*. This is then stored and used for + // future error messages as well. + this.raw = range + .trim() + .split(/\s+/) + .join(' ') + + // First, split based on boolean or || + this.set = this.raw.split('||').map(function (range) { + return this.parseRange(range.trim()) + }, this).filter(function (c) { + // throw out any that are not relevant for whatever reason + return c.length + }) + + if (!this.set.length) { + throw new TypeError('Invalid SemVer Range: ' + this.raw) + } + + this.format() +} + +Range.prototype.format = function () { + this.range = this.set.map(function (comps) { + return comps.join(' ').trim() + }).join('||').trim() + return this.range +} + +Range.prototype.toString = function () { + return this.range +} + +Range.prototype.parseRange = function (range) { + var loose = this.options.loose + // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4` + var hr = loose ? safeRe[t.HYPHENRANGELOOSE] : safeRe[t.HYPHENRANGE] + range = range.replace(hr, hyphenReplace) + debug('hyphen replace', range) + // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5` + range = range.replace(safeRe[t.COMPARATORTRIM], comparatorTrimReplace) + debug('comparator trim', range, safeRe[t.COMPARATORTRIM]) + + // `~ 1.2.3` => `~1.2.3` + range = range.replace(safeRe[t.TILDETRIM], tildeTrimReplace) + + // `^ 1.2.3` => `^1.2.3` + range = range.replace(safeRe[t.CARETTRIM], caretTrimReplace) + + // normalize spaces + range = range.split(/\s+/).join(' ') + + // At this point, the range is completely trimmed and + // ready to be split into comparators. + + var compRe = loose ? safeRe[t.COMPARATORLOOSE] : safeRe[t.COMPARATOR] + var set = range.split(' ').map(function (comp) { + return parseComparator(comp, this.options) + }, this).join(' ').split(/\s+/) + if (this.options.loose) { + // in loose mode, throw out any that are not valid comparators + set = set.filter(function (comp) { + return !!comp.match(compRe) + }) + } + set = set.map(function (comp) { + return new Comparator(comp, this.options) + }, this) + + return set +} + +Range.prototype.intersects = function (range, options) { + if (!(range instanceof Range)) { + throw new TypeError('a Range is required') + } + + return this.set.some(function (thisComparators) { + return ( + isSatisfiable(thisComparators, options) && + range.set.some(function (rangeComparators) { + return ( + isSatisfiable(rangeComparators, options) && + thisComparators.every(function (thisComparator) { + return rangeComparators.every(function (rangeComparator) { + return thisComparator.intersects(rangeComparator, options) + }) + }) + ) + }) + ) + }) +} + +// take a set of comparators and determine whether there +// exists a version which can satisfy it +function isSatisfiable (comparators, options) { + var result = true + var remainingComparators = comparators.slice() + var testComparator = remainingComparators.pop() + + while (result && remainingComparators.length) { + result = remainingComparators.every(function (otherComparator) { + return testComparator.intersects(otherComparator, options) + }) + + testComparator = remainingComparators.pop() + } + + return result +} + +// Mostly just for testing and legacy API reasons +exports.toComparators = toComparators +function toComparators (range, options) { + return new Range(range, options).set.map(function (comp) { + return comp.map(function (c) { + return c.value + }).join(' ').trim().split(' ') + }) +} + +// comprised of xranges, tildes, stars, and gtlt's at this point. +// already replaced the hyphen ranges +// turn into a set of JUST comparators. +function parseComparator (comp, options) { + debug('comp', comp, options) + comp = replaceCarets(comp, options) + debug('caret', comp) + comp = replaceTildes(comp, options) + debug('tildes', comp) + comp = replaceXRanges(comp, options) + debug('xrange', comp) + comp = replaceStars(comp, options) + debug('stars', comp) + return comp +} + +function isX (id) { + return !id || id.toLowerCase() === 'x' || id === '*' +} + +// ~, ~> --> * (any, kinda silly) +// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0 +// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0 +// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0 +// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0 +// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0 +function replaceTildes (comp, options) { + return comp.trim().split(/\s+/).map(function (comp) { + return replaceTilde(comp, options) + }).join(' ') +} + +function replaceTilde (comp, options) { + var r = options.loose ? safeRe[t.TILDELOOSE] : safeRe[t.TILDE] + return comp.replace(r, function (_, M, m, p, pr) { + debug('tilde', comp, _, M, m, p, pr) + var ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0' + } else if (isX(p)) { + // ~1.2 == >=1.2.0 <1.3.0 + ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0' + } else if (pr) { + debug('replaceTilde pr', pr) + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + + ' <' + M + '.' + (+m + 1) + '.0' + } else { + // ~1.2.3 == >=1.2.3 <1.3.0 + ret = '>=' + M + '.' + m + '.' + p + + ' <' + M + '.' + (+m + 1) + '.0' + } + + debug('tilde return', ret) + return ret + }) +} + +// ^ --> * (any, kinda silly) +// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0 +// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0 +// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0 +// ^1.2.3 --> >=1.2.3 <2.0.0 +// ^1.2.0 --> >=1.2.0 <2.0.0 +function replaceCarets (comp, options) { + return comp.trim().split(/\s+/).map(function (comp) { + return replaceCaret(comp, options) + }).join(' ') +} + +function replaceCaret (comp, options) { + debug('caret', comp, options) + var r = options.loose ? safeRe[t.CARETLOOSE] : safeRe[t.CARET] + return comp.replace(r, function (_, M, m, p, pr) { + debug('caret', comp, _, M, m, p, pr) + var ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0' + } else if (isX(p)) { + if (M === '0') { + ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0' + } else { + ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0' + } + } else if (pr) { + debug('replaceCaret pr', pr) + if (M === '0') { + if (m === '0') { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + + ' <' + M + '.' + m + '.' + (+p + 1) + } else { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + + ' <' + M + '.' + (+m + 1) + '.0' + } + } else { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + + ' <' + (+M + 1) + '.0.0' + } + } else { + debug('no pr') + if (M === '0') { + if (m === '0') { + ret = '>=' + M + '.' + m + '.' + p + + ' <' + M + '.' + m + '.' + (+p + 1) + } else { + ret = '>=' + M + '.' + m + '.' + p + + ' <' + M + '.' + (+m + 1) + '.0' + } + } else { + ret = '>=' + M + '.' + m + '.' + p + + ' <' + (+M + 1) + '.0.0' + } + } + + debug('caret return', ret) + return ret + }) +} + +function replaceXRanges (comp, options) { + debug('replaceXRanges', comp, options) + return comp.split(/\s+/).map(function (comp) { + return replaceXRange(comp, options) + }).join(' ') +} + +function replaceXRange (comp, options) { + comp = comp.trim() + var r = options.loose ? safeRe[t.XRANGELOOSE] : safeRe[t.XRANGE] + return comp.replace(r, function (ret, gtlt, M, m, p, pr) { + debug('xRange', comp, ret, gtlt, M, m, p, pr) + var xM = isX(M) + var xm = xM || isX(m) + var xp = xm || isX(p) + var anyX = xp + + if (gtlt === '=' && anyX) { + gtlt = '' + } + + // if we're including prereleases in the match, then we need + // to fix this to -0, the lowest possible prerelease value + pr = options.includePrerelease ? '-0' : '' + + if (xM) { + if (gtlt === '>' || gtlt === '<') { + // nothing is allowed + ret = '<0.0.0-0' + } else { + // nothing is forbidden + ret = '*' + } + } else if (gtlt && anyX) { + // we know patch is an x, because we have any x at all. + // replace X with 0 + if (xm) { + m = 0 + } + p = 0 + + if (gtlt === '>') { + // >1 => >=2.0.0 + // >1.2 => >=1.3.0 + // >1.2.3 => >= 1.2.4 + gtlt = '>=' + if (xm) { + M = +M + 1 + m = 0 + p = 0 + } else { + m = +m + 1 + p = 0 + } + } else if (gtlt === '<=') { + // <=0.7.x is actually <0.8.0, since any 0.7.x should + // pass. Similarly, <=7.x is actually <8.0.0, etc. + gtlt = '<' + if (xm) { + M = +M + 1 + } else { + m = +m + 1 + } + } + + ret = gtlt + M + '.' + m + '.' + p + pr + } else if (xm) { + ret = '>=' + M + '.0.0' + pr + ' <' + (+M + 1) + '.0.0' + pr + } else if (xp) { + ret = '>=' + M + '.' + m + '.0' + pr + + ' <' + M + '.' + (+m + 1) + '.0' + pr + } + + debug('xRange return', ret) + + return ret + }) +} + +// Because * is AND-ed with everything else in the comparator, +// and '' means "any version", just remove the *s entirely. +function replaceStars (comp, options) { + debug('replaceStars', comp, options) + // Looseness is ignored here. star is always as loose as it gets! + return comp.trim().replace(safeRe[t.STAR], '') +} + +// This function is passed to string.replace(re[t.HYPHENRANGE]) +// M, m, patch, prerelease, build +// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5 +// 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do +// 1.2 - 3.4 => >=1.2.0 <3.5.0 +function hyphenReplace ($0, + from, fM, fm, fp, fpr, fb, + to, tM, tm, tp, tpr, tb) { + if (isX(fM)) { + from = '' + } else if (isX(fm)) { + from = '>=' + fM + '.0.0' + } else if (isX(fp)) { + from = '>=' + fM + '.' + fm + '.0' + } else { + from = '>=' + from + } + + if (isX(tM)) { + to = '' + } else if (isX(tm)) { + to = '<' + (+tM + 1) + '.0.0' + } else if (isX(tp)) { + to = '<' + tM + '.' + (+tm + 1) + '.0' + } else if (tpr) { + to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr + } else { + to = '<=' + to + } + + return (from + ' ' + to).trim() +} + +// if ANY of the sets match ALL of its comparators, then pass +Range.prototype.test = function (version) { + if (!version) { + return false + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + for (var i = 0; i < this.set.length; i++) { + if (testSet(this.set[i], version, this.options)) { + return true + } + } + return false +} + +function testSet (set, version, options) { + for (var i = 0; i < set.length; i++) { + if (!set[i].test(version)) { + return false + } + } + + if (version.prerelease.length && !options.includePrerelease) { + // Find the set of versions that are allowed to have prereleases + // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0 + // That should allow `1.2.3-pr.2` to pass. + // However, `1.2.4-alpha.notready` should NOT be allowed, + // even though it's within the range set by the comparators. + for (i = 0; i < set.length; i++) { + debug(set[i].semver) + if (set[i].semver === ANY) { + continue + } + + if (set[i].semver.prerelease.length > 0) { + var allowed = set[i].semver + if (allowed.major === version.major && + allowed.minor === version.minor && + allowed.patch === version.patch) { + return true + } + } + } + + // Version has a -pre, but it's not one of the ones we like. + return false + } + + return true +} + +exports.satisfies = satisfies +function satisfies (version, range, options) { + try { + range = new Range(range, options) + } catch (er) { + return false + } + return range.test(version) +} + +exports.maxSatisfying = maxSatisfying +function maxSatisfying (versions, range, options) { + var max = null + var maxSV = null + try { + var rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach(function (v) { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!max || maxSV.compare(v) === -1) { + // compare(max, v, true) + max = v + maxSV = new SemVer(max, options) + } + } + }) + return max +} + +exports.minSatisfying = minSatisfying +function minSatisfying (versions, range, options) { + var min = null + var minSV = null + try { + var rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach(function (v) { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!min || minSV.compare(v) === 1) { + // compare(min, v, true) + min = v + minSV = new SemVer(min, options) + } + } + }) + return min +} + +exports.minVersion = minVersion +function minVersion (range, loose) { + range = new Range(range, loose) + + var minver = new SemVer('0.0.0') + if (range.test(minver)) { + return minver + } + + minver = new SemVer('0.0.0-0') + if (range.test(minver)) { + return minver + } + + minver = null + for (var i = 0; i < range.set.length; ++i) { + var comparators = range.set[i] + + comparators.forEach(function (comparator) { + // Clone to avoid manipulating the comparator's semver object. + var compver = new SemVer(comparator.semver.version) + switch (comparator.operator) { + case '>': + if (compver.prerelease.length === 0) { + compver.patch++ + } else { + compver.prerelease.push(0) + } + compver.raw = compver.format() + /* fallthrough */ + case '': + case '>=': + if (!minver || gt(minver, compver)) { + minver = compver + } + break + case '<': + case '<=': + /* Ignore maximum versions */ + break + /* istanbul ignore next */ + default: + throw new Error('Unexpected operation: ' + comparator.operator) + } + }) + } + + if (minver && range.test(minver)) { + return minver + } + + return null +} + +exports.validRange = validRange +function validRange (range, options) { + try { + // Return '*' instead of '' so that truthiness works. + // This will throw if it's invalid anyway + return new Range(range, options).range || '*' + } catch (er) { + return null + } +} + +// Determine if version is less than all the versions possible in the range +exports.ltr = ltr +function ltr (version, range, options) { + return outside(version, range, '<', options) +} + +// Determine if version is greater than all the versions possible in the range. +exports.gtr = gtr +function gtr (version, range, options) { + return outside(version, range, '>', options) +} + +exports.outside = outside +function outside (version, range, hilo, options) { + version = new SemVer(version, options) + range = new Range(range, options) + + var gtfn, ltefn, ltfn, comp, ecomp + switch (hilo) { + case '>': + gtfn = gt + ltefn = lte + ltfn = lt + comp = '>' + ecomp = '>=' + break + case '<': + gtfn = lt + ltefn = gte + ltfn = gt + comp = '<' + ecomp = '<=' + break + default: + throw new TypeError('Must provide a hilo val of "<" or ">"') + } + + // If it satisifes the range it is not outside + if (satisfies(version, range, options)) { + return false + } + + // From now on, variable terms are as if we're in "gtr" mode. + // but note that everything is flipped for the "ltr" function. + + for (var i = 0; i < range.set.length; ++i) { + var comparators = range.set[i] + + var high = null + var low = null + + comparators.forEach(function (comparator) { + if (comparator.semver === ANY) { + comparator = new Comparator('>=0.0.0') + } + high = high || comparator + low = low || comparator + if (gtfn(comparator.semver, high.semver, options)) { + high = comparator + } else if (ltfn(comparator.semver, low.semver, options)) { + low = comparator + } + }) + + // If the edge version comparator has a operator then our version + // isn't outside it + if (high.operator === comp || high.operator === ecomp) { + return false + } + + // If the lowest version comparator has an operator and our version + // is less than it then it isn't higher than the range + if ((!low.operator || low.operator === comp) && + ltefn(version, low.semver)) { + return false + } else if (low.operator === ecomp && ltfn(version, low.semver)) { + return false + } + } + return true +} + +exports.prerelease = prerelease +function prerelease (version, options) { + var parsed = parse(version, options) + return (parsed && parsed.prerelease.length) ? parsed.prerelease : null +} + +exports.intersects = intersects +function intersects (r1, r2, options) { + r1 = new Range(r1, options) + r2 = new Range(r2, options) + return r1.intersects(r2) +} + +exports.coerce = coerce +function coerce (version, options) { + if (version instanceof SemVer) { + return version + } + + if (typeof version === 'number') { + version = String(version) + } + + if (typeof version !== 'string') { + return null + } + + options = options || {} + + var match = null + if (!options.rtl) { + match = version.match(safeRe[t.COERCE]) + } else { + // Find the right-most coercible string that does not share + // a terminus with a more left-ward coercible string. + // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4' + // + // Walk through the string checking with a /g regexp + // Manually set the index so as to pick up overlapping matches. + // Stop when we get a match that ends at the string end, since no + // coercible string can be more right-ward without the same terminus. + var next + while ((next = safeRe[t.COERCERTL].exec(version)) && + (!match || match.index + match[0].length !== version.length) + ) { + if (!match || + next.index + next[0].length !== match.index + match[0].length) { + match = next + } + safeRe[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length + } + // leave it in a clean state + safeRe[t.COERCERTL].lastIndex = -1 + } + + if (match === null) { + return null + } + + return parse(match[2] + + '.' + (match[3] || '0') + + '.' + (match[4] || '0'), options) +} diff --git a/node_modules/make-dir/package.json b/node_modules/make-dir/package.json new file mode 100644 index 0000000..98403ea --- /dev/null +++ b/node_modules/make-dir/package.json @@ -0,0 +1,59 @@ +{ + "name": "make-dir", + "version": "3.1.0", + "description": "Make a directory and its parents if needed - Think `mkdir -p`", + "license": "MIT", + "repository": "sindresorhus/make-dir", + "funding": "https://github.com/sponsors/sindresorhus", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && nyc ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "mkdir", + "mkdirp", + "make", + "directories", + "dir", + "dirs", + "folders", + "directory", + "folder", + "path", + "parent", + "parents", + "intermediate", + "recursively", + "recursive", + "create", + "fs", + "filesystem", + "file-system" + ], + "dependencies": { + "semver": "^6.0.0" + }, + "devDependencies": { + "@types/graceful-fs": "^4.1.3", + "@types/node": "^13.7.1", + "ava": "^1.4.0", + "codecov": "^3.2.0", + "graceful-fs": "^4.1.15", + "nyc": "^15.0.0", + "path-type": "^4.0.0", + "tempy": "^0.2.1", + "tsd": "^0.11.0", + "xo": "^0.25.4" + } +} diff --git a/node_modules/make-dir/readme.md b/node_modules/make-dir/readme.md new file mode 100644 index 0000000..a10a1a4 --- /dev/null +++ b/node_modules/make-dir/readme.md @@ -0,0 +1,125 @@ +# make-dir [![Build Status](https://travis-ci.org/sindresorhus/make-dir.svg?branch=master)](https://travis-ci.org/sindresorhus/make-dir) [![codecov](https://codecov.io/gh/sindresorhus/make-dir/branch/master/graph/badge.svg)](https://codecov.io/gh/sindresorhus/make-dir) + +> Make a directory and its parents if needed - Think `mkdir -p` + +## Advantages over [`mkdirp`](https://github.com/substack/node-mkdirp) + +- Promise API *(Async/await ready!)* +- Fixes many `mkdirp` issues: [#96](https://github.com/substack/node-mkdirp/pull/96) [#70](https://github.com/substack/node-mkdirp/issues/70) [#66](https://github.com/substack/node-mkdirp/issues/66) +- 100% test coverage +- CI-tested on macOS, Linux, and Windows +- Actively maintained +- Doesn't bundle a CLI +- Uses the native `fs.mkdir/mkdirSync` [`recursive` option](https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_mkdir_path_options_callback) in Node.js >=10.12.0 unless [overridden](#fs) + +## Install + +``` +$ npm install make-dir +``` + +## Usage + +``` +$ pwd +/Users/sindresorhus/fun +$ tree +. +``` + +```js +const makeDir = require('make-dir'); + +(async () => { + const path = await makeDir('unicorn/rainbow/cake'); + + console.log(path); + //=> '/Users/sindresorhus/fun/unicorn/rainbow/cake' +})(); +``` + +``` +$ tree +. +└── unicorn + └── rainbow + └── cake +``` + +Multiple directories: + +```js +const makeDir = require('make-dir'); + +(async () => { + const paths = await Promise.all([ + makeDir('unicorn/rainbow'), + makeDir('foo/bar') + ]); + + console.log(paths); + /* + [ + '/Users/sindresorhus/fun/unicorn/rainbow', + '/Users/sindresorhus/fun/foo/bar' + ] + */ +})(); +``` + +## API + +### makeDir(path, options?) + +Returns a `Promise` for the path to the created directory. + +### makeDir.sync(path, options?) + +Returns the path to the created directory. + +#### path + +Type: `string` + +Directory to create. + +#### options + +Type: `object` + +##### mode + +Type: `integer`\ +Default: `0o777` + +Directory [permissions](https://x-team.com/blog/file-system-permissions-umask-node-js/). + +##### fs + +Type: `object`\ +Default: `require('fs')` + +Use a custom `fs` implementation. For example [`graceful-fs`](https://github.com/isaacs/node-graceful-fs). + +Using a custom `fs` implementation will block the use of the native `recursive` option if `fs.mkdir` or `fs.mkdirSync` is not the native function. + +## Related + +- [make-dir-cli](https://github.com/sindresorhus/make-dir-cli) - CLI for this module +- [del](https://github.com/sindresorhus/del) - Delete files and directories +- [globby](https://github.com/sindresorhus/globby) - User-friendly glob matching +- [cpy](https://github.com/sindresorhus/cpy) - Copy files +- [cpy-cli](https://github.com/sindresorhus/cpy-cli) - Copy files on the command-line +- [move-file](https://github.com/sindresorhus/move-file) - Move a file + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
diff --git a/node_modules/make-fetch-happen/LICENSE b/node_modules/make-fetch-happen/LICENSE new file mode 100644 index 0000000..8d28acf --- /dev/null +++ b/node_modules/make-fetch-happen/LICENSE @@ -0,0 +1,16 @@ +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/make-fetch-happen/README.md b/node_modules/make-fetch-happen/README.md new file mode 100644 index 0000000..87659c9 --- /dev/null +++ b/node_modules/make-fetch-happen/README.md @@ -0,0 +1,395 @@ +# make-fetch-happen +[![npm version](https://img.shields.io/npm/v/make-fetch-happen.svg)](https://npm.im/make-fetch-happen) [![license](https://img.shields.io/npm/l/make-fetch-happen.svg)](https://npm.im/make-fetch-happen) [![Travis](https://img.shields.io/travis/npm/make-fetch-happen.svg)](https://travis-ci.org/npm/make-fetch-happen) [![Coverage Status](https://coveralls.io/repos/github/npm/make-fetch-happen/badge.svg?branch=latest)](https://coveralls.io/github/npm/make-fetch-happen?branch=latest) + +[`make-fetch-happen`](https://github.com/npm/make-fetch-happen) is a Node.js +library that wraps [`minipass-fetch`](https://github.com/npm/minipass-fetch) with additional +features [`minipass-fetch`](https://github.com/npm/minipass-fetch) doesn't intend to include, including HTTP Cache support, request +pooling, proxies, retries, [and more](#features)! + +## Install + +`$ npm install --save make-fetch-happen` + +## Table of Contents + +* [Example](#example) +* [Features](#features) +* [Contributing](#contributing) +* [API](#api) + * [`fetch`](#fetch) + * [`fetch.defaults`](#fetch-defaults) + * [`minipass-fetch` options](#minipass-fetch-options) + * [`make-fetch-happen` options](#extra-options) + * [`opts.cachePath`](#opts-cache-path) + * [`opts.cache`](#opts-cache) + * [`opts.proxy`](#opts-proxy) + * [`opts.noProxy`](#opts-no-proxy) + * [`opts.ca, opts.cert, opts.key`](#https-opts) + * [`opts.maxSockets`](#opts-max-sockets) + * [`opts.retry`](#opts-retry) + * [`opts.onRetry`](#opts-onretry) + * [`opts.integrity`](#opts-integrity) +* [Message From Our Sponsors](#wow) + +### Example + +```javascript +const fetch = require('make-fetch-happen').defaults({ + cachePath: './my-cache' // path where cache will be written (and read) +}) + +fetch('https://registry.npmjs.org/make-fetch-happen').then(res => { + return res.json() // download the body as JSON +}).then(body => { + console.log(`got ${body.name} from web`) + return fetch('https://registry.npmjs.org/make-fetch-happen', { + cache: 'no-cache' // forces a conditional request + }) +}).then(res => { + console.log(res.status) // 304! cache validated! + return res.json().then(body => { + console.log(`got ${body.name} from cache`) + }) +}) +``` + +### Features + +* Builds around [`minipass-fetch`](https://npm.im/minipass-fetch) for the core [`fetch` API](https://fetch.spec.whatwg.org) implementation +* Request pooling out of the box +* Quite fast, really +* Automatic HTTP-semantics-aware request retries +* Cache-fallback automatic "offline mode" +* Proxy support (http, https, socks, socks4, socks5) +* Built-in request caching following full HTTP caching rules (`Cache-Control`, `ETag`, `304`s, cache fallback on error, etc). +* Customize cache storage with any [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache)-compliant `Cache` instance. Cache to Redis! +* Node.js Stream support +* Transparent gzip and deflate support +* [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) support +* Literally punches nazis +* (PENDING) Range request caching and resuming + +### Contributing + +The make-fetch-happen team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The [Contributor Guide](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md) outlines the process for community interaction and contribution. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear. + +All participants and maintainers in this project are expected to follow the [npm Code of Conduct](https://www.npmjs.com/policies/conduct), and just generally be excellent to each other. + +Please refer to the [Changelog](CHANGELOG.md) for project history details, too. + +Happy hacking! + +### API + +#### `> fetch(uriOrRequest, [opts]) -> Promise` + +This function implements most of the [`fetch` API](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch): given a `uri` string or a `Request` instance, it will fire off an http request and return a Promise containing the relevant response. + +If `opts` is provided, the [`minipass-fetch`-specific options](#minipass-fetch-options) will be passed to that library. There are also [additional options](#extra-options) specific to make-fetch-happen that add various features, such as HTTP caching, integrity verification, proxy support, and more. + +##### Example + +```javascript +fetch('https://google.com').then(res => res.buffer()) +``` + +#### `> fetch.defaults([defaultUrl], [defaultOpts])` + +Returns a new `fetch` function that will call `make-fetch-happen` using `defaultUrl` and `defaultOpts` as default values to any calls. + +A defaulted `fetch` will also have a `.defaults()` method, so they can be chained. + +##### Example + +```javascript +const fetch = require('make-fetch-happen').defaults({ + cachePath: './my-local-cache' +}) + +fetch('https://registry.npmjs.org/make-fetch-happen') // will always use the cache +``` + +#### `> minipass-fetch options` + +The following options for `minipass-fetch` are used as-is: + +* method +* body +* redirect +* follow +* timeout +* compress +* size + +These other options are modified or augmented by make-fetch-happen: + +* headers - Default `User-Agent` set to make-fetch happen. `Connection` is set to `keep-alive` or `close` automatically depending on `opts.agent`. +* agent + * If agent is null, an http or https Agent will be automatically used. By default, these will be `http.globalAgent` and `https.globalAgent`. + * If [`opts.proxy`](#opts-proxy) is provided and `opts.agent` is null, the agent will be set to an appropriate proxy-handling agent. + * If `opts.agent` is an object, it will be used as the request-pooling agent argument for this request. + * If `opts.agent` is `false`, it will be passed as-is to the underlying request library. This causes a new Agent to be spawned for every request. + +For more details, see [the documentation for `minipass-fetch` itself](https://github.com/npm/minipass-fetch#options). + +#### `> make-fetch-happen options` + +make-fetch-happen augments the `minipass-fetch` API with additional features available through extra options. The following extra options are available: + +* [`opts.cachePath`](#opts-cache-path) - Cache target to read/write +* [`opts.cache`](#opts-cache) - `fetch` cache mode. Controls cache *behavior*. +* [`opts.proxy`](#opts-proxy) - Proxy agent +* [`opts.noProxy`](#opts-no-proxy) - Domain segments to disable proxying for. +* [`opts.ca, opts.cert, opts.key, opts.strictSSL`](#https-opts) +* [`opts.localAddress`](#opts-local-address) +* [`opts.maxSockets`](#opts-max-sockets) +* [`opts.retry`](#opts-retry) - Request retry settings +* [`opts.onRetry`](#opts-onretry) - a function called whenever a retry is attempted +* [`opts.integrity`](#opts-integrity) - [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) metadata. + +#### `> opts.cachePath` + +A string `Path` to be used as the cache root for [`cacache`](https://npm.im/cacache). + +**NOTE**: Requests will not be cached unless their response bodies are consumed. You will need to use one of the `res.json()`, `res.buffer()`, etc methods on the response, or drain the `res.body` stream, in order for it to be written. + +The default cache manager also adds the following headers to cached responses: + +* `X-Local-Cache`: Path to the cache the content was found in +* `X-Local-Cache-Key`: Unique cache entry key for this response +* `X-Local-Cache-Mode`: Either `stream` or `buffer` to indicate how the response was read from cacache +* `X-Local-Cache-Hash`: Specific integrity hash for the cached entry +* `X-Local-Cache-Status`: One of `miss`, `hit`, `stale`, `revalidated`, `updated`, or `skip` to signal how the response was created +* `X-Local-Cache-Time`: UTCString of the cache insertion time for the entry + +Using [`cacache`](https://npm.im/cacache), a call like this may be used to +manually fetch the cached entry: + +```javascript +const h = response.headers +cacache.get(h.get('x-local-cache'), h.get('x-local-cache-key')) + +// grab content only, directly: +cacache.get.byDigest(h.get('x-local-cache'), h.get('x-local-cache-hash')) +``` + +##### Example + +```javascript +fetch('https://registry.npmjs.org/make-fetch-happen', { + cachePath: './my-local-cache' +}) // -> 200-level response will be written to disk +``` + +A possible (minimal) implementation for `MyCustomRedisCache`: + +```javascript +const bluebird = require('bluebird') +const redis = require("redis") +bluebird.promisifyAll(redis.RedisClient.prototype) +class MyCustomRedisCache { + constructor (opts) { + this.redis = redis.createClient(opts) + } + match (req) { + return this.redis.getAsync(req.url).then(res => { + if (res) { + const parsed = JSON.parse(res) + return new fetch.Response(parsed.body, { + url: req.url, + headers: parsed.headers, + status: 200 + }) + } + }) + } + put (req, res) { + return res.buffer().then(body => { + return this.redis.setAsync(req.url, JSON.stringify({ + body: body, + headers: res.headers.raw() + })) + }).then(() => { + // return the response itself + return res + }) + } + 'delete' (req) { + return this.redis.unlinkAsync(req.url) + } +} +``` + +#### `> opts.cache` + +This option follows the standard `fetch` API cache option. This option will do nothing if [`opts.cachePath`](#opts-cache-path) is null. The following values are accepted (as strings): + +* `default` - Fetch will inspect the HTTP cache on the way to the network. If there is a fresh response it will be used. If there is a stale response a conditional request will be created, and a normal request otherwise. It then updates the HTTP cache with the response. If the revalidation request fails (for example, on a 500 or if you're offline), the stale response will be returned. +* `no-store` - Fetch behaves as if there is no HTTP cache at all. +* `reload` - Fetch behaves as if there is no HTTP cache on the way to the network. Ergo, it creates a normal request and updates the HTTP cache with the response. +* `no-cache` - Fetch creates a conditional request if there is a response in the HTTP cache and a normal request otherwise. It then updates the HTTP cache with the response. +* `force-cache` - Fetch uses any response in the HTTP cache matching the request, not paying attention to staleness. If there was no response, it creates a normal request and updates the HTTP cache with the response. +* `only-if-cached` - Fetch uses any response in the HTTP cache matching the request, not paying attention to staleness. If there was no response, it returns a network error. (Can only be used when request’s mode is "same-origin". Any cached redirects will be followed assuming request’s redirect mode is "follow" and the redirects do not violate request’s mode.) + +(Note: option descriptions are taken from https://fetch.spec.whatwg.org/#http-network-or-cache-fetch) + +##### Example + +```javascript +const fetch = require('make-fetch-happen').defaults({ + cachePath: './my-cache' +}) + +// Will error with ENOTCACHED if we haven't already cached this url +fetch('https://registry.npmjs.org/make-fetch-happen', { + cache: 'only-if-cached' +}) + +// Will refresh any local content and cache the new response +fetch('https://registry.npmjs.org/make-fetch-happen', { + cache: 'reload' +}) + +// Will use any local data, even if stale. Otherwise, will hit network. +fetch('https://registry.npmjs.org/make-fetch-happen', { + cache: 'force-cache' +}) +``` + +#### `> opts.proxy` + +A string or `new url.URL()`-d URI to proxy through. Different Proxy handlers will be +used depending on the proxy's protocol. + +Additionally, `process.env.HTTP_PROXY`, `process.env.HTTPS_PROXY`, and +`process.env.PROXY` are used if present and no `opts.proxy` value is provided. + +(Pending) `process.env.NO_PROXY` may also be configured to skip proxying requests for all, or specific domains. + +##### Example + +```javascript +fetch('https://registry.npmjs.org/make-fetch-happen', { + proxy: 'https://corporate.yourcompany.proxy:4445' +}) + +fetch('https://registry.npmjs.org/make-fetch-happen', { + proxy: { + protocol: 'https:', + hostname: 'corporate.yourcompany.proxy', + port: 4445 + } +}) +``` + +#### `> opts.noProxy` + +If present, should be a comma-separated string or an array of domain extensions +that a proxy should _not_ be used for. + +This option may also be provided through `process.env.NO_PROXY`. + +#### `> opts.ca, opts.cert, opts.key, opts.strictSSL` + +These values are passed in directly to the HTTPS agent and will be used for both +proxied and unproxied outgoing HTTPS requests. They mostly correspond to the +same options the `https` module accepts, which will be themselves passed to +`tls.connect()`. `opts.strictSSL` corresponds to `rejectUnauthorized`. + +#### `> opts.localAddress` + +Passed directly to `http` and `https` request calls. Determines the local +address to bind to. + +#### `> opts.maxSockets` + +Default: 15 + +Maximum number of active concurrent sockets to use for the underlying +Http/Https/Proxy agents. This setting applies once per spawned agent. + +15 is probably a _pretty good value_ for most use-cases, and balances speed +with, uh, not knocking out people's routers. 🤓 + +#### `> opts.retry` + +An object that can be used to tune request retry settings. Retries will only be attempted on the following conditions: + +* Request method is NOT `POST` AND +* Request status is one of: `408`, `420`, `429`, or any status in the 500-range. OR +* Request errored with `ECONNRESET`, `ECONNREFUSED`, `EADDRINUSE`, `ETIMEDOUT`, or the `fetch` error `request-timeout`. + +The following are worth noting as explicitly not retried: + +* `getaddrinfo ENOTFOUND` and will be assumed to be either an unreachable domain or the user will be assumed offline. If a response is cached, it will be returned immediately. + +If `opts.retry` is `false`, it is equivalent to `{retries: 0}` + +If `opts.retry` is a number, it is equivalent to `{retries: num}` + +The following retry options are available if you want more control over it: + +* retries +* factor +* minTimeout +* maxTimeout +* randomize + +For details on what each of these do, refer to the [`retry`](https://npm.im/retry) documentation. + +##### Example + +```javascript +fetch('https://flaky.site.com', { + retry: { + retries: 10, + randomize: true + } +}) + +fetch('http://reliable.site.com', { + retry: false +}) + +fetch('http://one-more.site.com', { + retry: 3 +}) +``` + +#### `> opts.onRetry` + +A function called whenever a retry is attempted. + +##### Example + +```javascript +fetch('https://flaky.site.com', { + onRetry() { + console.log('we will retry!') + } +}) +``` + +#### `> opts.integrity` + +Matches the response body against the given [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) metadata. If verification fails, the request will fail with an `EINTEGRITY` error. + +`integrity` may either be a string or an [`ssri`](https://npm.im/ssri) `Integrity`-like. + +##### Example + +```javascript +fetch('https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-1.0.0.tgz', { + integrity: 'sha1-o47j7zAYnedYFn1dF/fR9OV3z8Q=' +}) // -> ok + +fetch('https://malicious-registry.org/make-fetch-happen/-/make-fetch-happen-1.0.0.tgz', { + integrity: 'sha1-o47j7zAYnedYFn1dF/fR9OV3z8Q=' +}) // Error: EINTEGRITY +``` + +### Message From Our Sponsors + +![](stop.gif) + +![](happening.gif) diff --git a/node_modules/make-fetch-happen/lib/agent.js b/node_modules/make-fetch-happen/lib/agent.js new file mode 100644 index 0000000..3675dd8 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/agent.js @@ -0,0 +1,194 @@ +'use strict' +const LRU = require('lru-cache') +const url = require('url') +const isLambda = require('is-lambda') + +const AGENT_CACHE = new LRU({ max: 50 }) +const HttpAgent = require('agentkeepalive') +const HttpsAgent = HttpAgent.HttpsAgent + +module.exports = getAgent + +const getAgentTimeout = timeout => + typeof timeout !== 'number' || !timeout ? 0 : timeout + 1 + +const getMaxSockets = maxSockets => maxSockets || 15 + +function getAgent (uri, opts) { + const parsedUri = new url.URL(typeof uri === 'string' ? uri : uri.url) + const isHttps = parsedUri.protocol === 'https:' + const pxuri = getProxyUri(parsedUri.href, opts) + + // If opts.timeout is zero, set the agentTimeout to zero as well. A timeout + // of zero disables the timeout behavior (OS limits still apply). Else, if + // opts.timeout is a non-zero value, set it to timeout + 1, to ensure that + // the node-fetch-npm timeout will always fire first, giving us more + // consistent errors. + const agentTimeout = getAgentTimeout(opts.timeout) + const agentMaxSockets = getMaxSockets(opts.maxSockets) + + const key = [ + `https:${isHttps}`, + pxuri + ? `proxy:${pxuri.protocol}//${pxuri.host}:${pxuri.port}` + : '>no-proxy<', + `local-address:${opts.localAddress || '>no-local-address<'}`, + `strict-ssl:${isHttps ? opts.rejectUnauthorized : '>no-strict-ssl<'}`, + `ca:${(isHttps && opts.ca) || '>no-ca<'}`, + `cert:${(isHttps && opts.cert) || '>no-cert<'}`, + `key:${(isHttps && opts.key) || '>no-key<'}`, + `timeout:${agentTimeout}`, + `maxSockets:${agentMaxSockets}`, + ].join(':') + + if (opts.agent != null) { // `agent: false` has special behavior! + return opts.agent + } + + // keep alive in AWS lambda makes no sense + const lambdaAgent = !isLambda ? null + : isHttps ? require('https').globalAgent + : require('http').globalAgent + + if (isLambda && !pxuri) + return lambdaAgent + + if (AGENT_CACHE.peek(key)) + return AGENT_CACHE.get(key) + + if (pxuri) { + const pxopts = isLambda ? { + ...opts, + agent: lambdaAgent, + } : opts + const proxy = getProxy(pxuri, pxopts, isHttps) + AGENT_CACHE.set(key, proxy) + return proxy + } + + const agent = isHttps ? new HttpsAgent({ + maxSockets: agentMaxSockets, + ca: opts.ca, + cert: opts.cert, + key: opts.key, + localAddress: opts.localAddress, + rejectUnauthorized: opts.rejectUnauthorized, + timeout: agentTimeout, + }) : new HttpAgent({ + maxSockets: agentMaxSockets, + localAddress: opts.localAddress, + timeout: agentTimeout, + }) + AGENT_CACHE.set(key, agent) + return agent +} + +function checkNoProxy (uri, opts) { + const host = new url.URL(uri).hostname.split('.').reverse() + let noproxy = (opts.noProxy || getProcessEnv('no_proxy')) + if (typeof noproxy === 'string') + noproxy = noproxy.split(/\s*,\s*/g) + + return noproxy && noproxy.some(no => { + const noParts = no.split('.').filter(x => x).reverse() + if (!noParts.length) + return false + for (let i = 0; i < noParts.length; i++) { + if (host[i] !== noParts[i]) + return false + } + return true + }) +} + +module.exports.getProcessEnv = getProcessEnv + +function getProcessEnv (env) { + if (!env) + return + + let value + + if (Array.isArray(env)) { + for (const e of env) { + value = process.env[e] || + process.env[e.toUpperCase()] || + process.env[e.toLowerCase()] + if (typeof value !== 'undefined') + break + } + } + + if (typeof env === 'string') { + value = process.env[env] || + process.env[env.toUpperCase()] || + process.env[env.toLowerCase()] + } + + return value +} + +module.exports.getProxyUri = getProxyUri +function getProxyUri (uri, opts) { + const protocol = new url.URL(uri).protocol + + const proxy = opts.proxy || + ( + protocol === 'https:' && + getProcessEnv('https_proxy') + ) || + ( + protocol === 'http:' && + getProcessEnv(['https_proxy', 'http_proxy', 'proxy']) + ) + if (!proxy) + return null + + const parsedProxy = (typeof proxy === 'string') ? new url.URL(proxy) : proxy + + return !checkNoProxy(uri, opts) && parsedProxy +} + +const getAuth = u => + u.username && u.password ? decodeURIComponent(`${u.username}:${u.password}`) + : u.username ? decodeURIComponent(u.username) + : null + +const getPath = u => u.pathname + u.search + u.hash + +const HttpProxyAgent = require('http-proxy-agent') +const HttpsProxyAgent = require('https-proxy-agent') +const SocksProxyAgent = require('socks-proxy-agent') +module.exports.getProxy = getProxy +function getProxy (proxyUrl, opts, isHttps) { + const popts = { + host: proxyUrl.hostname, + port: proxyUrl.port, + protocol: proxyUrl.protocol, + path: getPath(proxyUrl), + auth: getAuth(proxyUrl), + ca: opts.ca, + cert: opts.cert, + key: opts.key, + timeout: getAgentTimeout(opts.timeout), + localAddress: opts.localAddress, + maxSockets: getMaxSockets(opts.maxSockets), + rejectUnauthorized: opts.rejectUnauthorized, + } + + if (proxyUrl.protocol === 'http:' || proxyUrl.protocol === 'https:') { + if (!isHttps) + return new HttpProxyAgent(popts) + else + return new HttpsProxyAgent(popts) + } else if (proxyUrl.protocol.startsWith('socks')) + return new SocksProxyAgent(popts) + else { + throw Object.assign( + new Error(`unsupported proxy protocol: '${proxyUrl.protocol}'`), + { + url: proxyUrl.href, + } + ) + } +} diff --git a/node_modules/make-fetch-happen/lib/cache/entry.js b/node_modules/make-fetch-happen/lib/cache/entry.js new file mode 100644 index 0000000..a2acea1 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/cache/entry.js @@ -0,0 +1,460 @@ +const { Request, Response } = require('minipass-fetch') +const Minipass = require('minipass') +const MinipassCollect = require('minipass-collect') +const MinipassFlush = require('minipass-flush') +const MinipassPipeline = require('minipass-pipeline') +const cacache = require('cacache') +const url = require('url') + +const CachePolicy = require('./policy.js') +const cacheKey = require('./key.js') +const remote = require('../remote.js') + +const hasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) + +// maximum amount of data we will buffer into memory +// if we'll exceed this, we switch to streaming +const MAX_MEM_SIZE = 5 * 1024 * 1024 // 5MB + +// allow list for request headers that will be written to the cache index +// note: we will also store any request headers +// that are named in a response's vary header +const KEEP_REQUEST_HEADERS = [ + 'accept-charset', + 'accept-encoding', + 'accept-language', + 'accept', + 'cache-control', +] + +// allow list for response headers that will be written to the cache index +// note: we must not store the real response's age header, or when we load +// a cache policy based on the metadata it will think the cached response +// is always stale +const KEEP_RESPONSE_HEADERS = [ + 'cache-control', + 'content-encoding', + 'content-language', + 'content-type', + 'date', + 'etag', + 'expires', + 'last-modified', + 'location', + 'pragma', + 'vary', +] + +// return an object containing all metadata to be written to the index +const getMetadata = (request, response, options) => { + const metadata = { + time: Date.now(), + url: request.url, + reqHeaders: {}, + resHeaders: {}, + } + + // only save the status if it's not a 200 or 304 + if (response.status !== 200 && response.status !== 304) + metadata.status = response.status + + for (const name of KEEP_REQUEST_HEADERS) { + if (request.headers.has(name)) + metadata.reqHeaders[name] = request.headers.get(name) + } + + // if the request's host header differs from the host in the url + // we need to keep it, otherwise it's just noise and we ignore it + const host = request.headers.get('host') + const parsedUrl = new url.URL(request.url) + if (host && parsedUrl.host !== host) + metadata.reqHeaders.host = host + + // if the response has a vary header, make sure + // we store the relevant request headers too + if (response.headers.has('vary')) { + const vary = response.headers.get('vary') + // a vary of "*" means every header causes a different response. + // in that scenario, we do not include any additional headers + // as the freshness check will always fail anyway and we don't + // want to bloat the cache indexes + if (vary !== '*') { + // copy any other request headers that will vary the response + const varyHeaders = vary.trim().toLowerCase().split(/\s*,\s*/) + for (const name of varyHeaders) { + // explicitly ignore accept-encoding here + if (name !== 'accept-encoding' && request.headers.has(name)) + metadata.reqHeaders[name] = request.headers.get(name) + } + } + } + + for (const name of KEEP_RESPONSE_HEADERS) { + if (response.headers.has(name)) + metadata.resHeaders[name] = response.headers.get(name) + } + + // we only store accept-encoding and content-encoding if the user + // has disabled automatic compression and decompression in minipass-fetch + // since if it's enabled (the default) then the content will have + // already been decompressed making the header a lie + if (options.compress === false) { + metadata.reqHeaders['accept-encoding'] = request.headers.get('accept-encoding') + metadata.resHeaders['content-encoding'] = response.headers.get('content-encoding') + } + + return metadata +} + +// symbols used to hide objects that may be lazily evaluated in a getter +const _request = Symbol('request') +const _response = Symbol('response') +const _policy = Symbol('policy') + +class CacheEntry { + constructor ({ entry, request, response, options }) { + if (entry) { + this.key = entry.key + this.entry = entry + // previous versions of this module didn't write an explicit timestamp in + // the metadata, so fall back to the entry's timestamp. we can't use the + // entry timestamp to determine staleness because cacache will update it + // when it verifies its data + this.entry.metadata.time = this.entry.metadata.time || this.entry.time + } else + this.key = cacheKey(request) + + this.options = options + + // these properties are behind getters that lazily evaluate + this[_request] = request + this[_response] = response + this[_policy] = null + } + + // returns a CacheEntry instance that satisfies the given request + // or undefined if no existing entry satisfies + static async find (request, options) { + try { + // compacts the index and returns an array of unique entries + var matches = await cacache.index.compact(options.cachePath, cacheKey(request), (A, B) => { + const entryA = new CacheEntry({ entry: A, options }) + const entryB = new CacheEntry({ entry: B, options }) + return entryA.policy.satisfies(entryB.request) + }, { + validateEntry: (entry) => { + // if an integrity is null, it needs to have a status specified + if (entry.integrity === null) + return !!(entry.metadata && entry.metadata.status) + + return true + }, + }) + } catch (err) { + // if the compact request fails, ignore the error and return + return + } + + // a cache mode of 'reload' means to behave as though we have no cache + // on the way to the network. return undefined to allow cacheFetch to + // create a brand new request no matter what. + if (options.cache === 'reload') + return + + // find the specific entry that satisfies the request + let match + for (const entry of matches) { + const _entry = new CacheEntry({ + entry, + options, + }) + + if (_entry.policy.satisfies(request)) { + match = _entry + break + } + } + + return match + } + + // if the user made a PUT/POST/PATCH then we invalidate our + // cache for the same url by deleting the index entirely + static async invalidate (request, options) { + const key = cacheKey(request) + try { + await cacache.rm.entry(options.cachePath, key, { removeFully: true }) + } catch (err) { + // ignore errors + } + } + + get request () { + if (!this[_request]) { + this[_request] = new Request(this.entry.metadata.url, { + method: 'GET', + headers: this.entry.metadata.reqHeaders, + }) + } + + return this[_request] + } + + get response () { + if (!this[_response]) { + this[_response] = new Response(null, { + url: this.entry.metadata.url, + counter: this.options.counter, + status: this.entry.metadata.status || 200, + headers: { + ...this.entry.metadata.resHeaders, + 'content-length': this.entry.size, + }, + }) + } + + return this[_response] + } + + get policy () { + if (!this[_policy]) { + this[_policy] = new CachePolicy({ + entry: this.entry, + request: this.request, + response: this.response, + options: this.options, + }) + } + + return this[_policy] + } + + // wraps the response in a pipeline that stores the data + // in the cache while the user consumes it + async store (status) { + // if we got a status other than 200, 301, or 308, + // or the CachePolicy forbid storage, append the + // cache status header and return it untouched + if (this.request.method !== 'GET' || ![200, 301, 308].includes(this.response.status) || !this.policy.storable()) { + this.response.headers.set('x-local-cache-status', 'skip') + return this.response + } + + const size = this.response.headers.get('content-length') + const fitsInMemory = !!size && Number(size) < MAX_MEM_SIZE + const shouldBuffer = this.options.memoize !== false && fitsInMemory + const cacheOpts = { + algorithms: this.options.algorithms, + metadata: getMetadata(this.request, this.response, this.options), + size, + memoize: fitsInMemory && this.options.memoize, + } + + let body = null + // we only set a body if the status is a 200, redirects are + // stored as metadata only + if (this.response.status === 200) { + let cacheWriteResolve, cacheWriteReject + const cacheWritePromise = new Promise((resolve, reject) => { + cacheWriteResolve = resolve + cacheWriteReject = reject + }) + + body = new MinipassPipeline(new MinipassFlush({ + flush () { + return cacheWritePromise + }, + })) + + let abortStream, onResume + if (shouldBuffer) { + // if the result fits in memory, use a collect stream to gather + // the response and write it to cacache while also passing it through + // to the user + onResume = () => { + const collector = new MinipassCollect.PassThrough() + abortStream = collector + collector.on('collect', (data) => { + // TODO if the cache write fails, log a warning but return the response anyway + cacache.put(this.options.cachePath, this.key, data, cacheOpts).then(cacheWriteResolve, cacheWriteReject) + }) + body.unshift(collector) + body.unshift(this.response.body) + } + } else { + // if it does not fit in memory, create a tee stream and use + // that to pipe to both the cache and the user simultaneously + onResume = () => { + const tee = new Minipass() + const cacheStream = cacache.put.stream(this.options.cachePath, this.key, cacheOpts) + abortStream = cacheStream + tee.pipe(cacheStream) + // TODO if the cache write fails, log a warning but return the response anyway + cacheStream.promise().then(cacheWriteResolve, cacheWriteReject) + body.unshift(tee) + body.unshift(this.response.body) + } + } + + body.once('resume', onResume) + body.once('end', () => body.removeListener('resume', onResume)) + this.response.body.on('error', (err) => { + // the abortStream will either be a MinipassCollect if we buffer + // or a cacache write stream, either way be sure to listen for + // errors from the actual response and avoid writing data that we + // know to be invalid to the cache + abortStream.destroy(err) + }) + } else + await cacache.index.insert(this.options.cachePath, this.key, null, cacheOpts) + + // note: we do not set the x-local-cache-hash header because we do not know + // the hash value until after the write to the cache completes, which doesn't + // happen until after the response has been sent and it's too late to write + // the header anyway + this.response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) + this.response.headers.set('x-local-cache-key', encodeURIComponent(this.key)) + this.response.headers.set('x-local-cache-mode', shouldBuffer ? 'buffer' : 'stream') + this.response.headers.set('x-local-cache-status', status) + this.response.headers.set('x-local-cache-time', new Date().toISOString()) + const newResponse = new Response(body, { + url: this.response.url, + status: this.response.status, + headers: this.response.headers, + counter: this.options.counter, + }) + return newResponse + } + + // use the cached data to create a response and return it + async respond (method, options, status) { + let response + const size = Number(this.response.headers.get('content-length')) + const fitsInMemory = !!size && size < MAX_MEM_SIZE + const shouldBuffer = this.options.memoize !== false && fitsInMemory + if (method === 'HEAD' || [301, 308].includes(this.response.status)) { + // if the request is a HEAD, or the response is a redirect, + // then the metadata in the entry already includes everything + // we need to build a response + response = this.response + } else { + // we're responding with a full cached response, so create a body + // that reads from cacache and attach it to a new Response + const body = new Minipass() + const removeOnResume = () => body.removeListener('resume', onResume) + let onResume + if (shouldBuffer) { + onResume = async () => { + removeOnResume() + try { + const content = await cacache.get.byDigest(this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize }) + body.end(content) + } catch (err) { + if (err.code === 'EINTEGRITY') + await cacache.rm.content(this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize }) + if (err.code === 'ENOENT' || err.code === 'EINTEGRITY') + await CacheEntry.invalidate(this.request, this.options) + body.emit('error', err) + } + } + } else { + onResume = () => { + const cacheStream = cacache.get.stream.byDigest(this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize }) + cacheStream.on('error', async (err) => { + cacheStream.pause() + if (err.code === 'EINTEGRITY') + await cacache.rm.content(this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize }) + if (err.code === 'ENOENT' || err.code === 'EINTEGRITY') + await CacheEntry.invalidate(this.request, this.options) + body.emit('error', err) + cacheStream.resume() + }) + cacheStream.pipe(body) + } + } + + body.once('resume', onResume) + body.once('end', removeOnResume) + response = new Response(body, { + url: this.entry.metadata.url, + counter: options.counter, + status: 200, + headers: { + ...this.policy.responseHeaders(), + }, + }) + } + + response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) + response.headers.set('x-local-cache-hash', encodeURIComponent(this.entry.integrity)) + response.headers.set('x-local-cache-key', encodeURIComponent(this.key)) + response.headers.set('x-local-cache-mode', shouldBuffer ? 'buffer' : 'stream') + response.headers.set('x-local-cache-status', status) + response.headers.set('x-local-cache-time', new Date(this.entry.metadata.time).toUTCString()) + return response + } + + // use the provided request along with this cache entry to + // revalidate the stored response. returns a response, either + // from the cache or from the update + async revalidate (request, options) { + const revalidateRequest = new Request(request, { + headers: this.policy.revalidationHeaders(request), + }) + + try { + // NOTE: be sure to remove the headers property from the + // user supplied options, since we have already defined + // them on the new request object. if they're still in the + // options then those will overwrite the ones from the policy + var response = await remote(revalidateRequest, { + ...options, + headers: undefined, + }) + } catch (err) { + // if the network fetch fails, return the stale + // cached response unless it has a cache-control + // of 'must-revalidate' + if (!this.policy.mustRevalidate) + return this.respond(request.method, options, 'stale') + + throw err + } + + if (this.policy.revalidated(revalidateRequest, response)) { + // we got a 304, write a new index to the cache and respond from cache + const metadata = getMetadata(request, response, options) + // 304 responses do not include headers that are specific to the response data + // since they do not include a body, so we copy values for headers that were + // in the old cache entry to the new one, if the new metadata does not already + // include that header + for (const name of KEEP_RESPONSE_HEADERS) { + if (!hasOwnProperty(metadata.resHeaders, name) && hasOwnProperty(this.entry.metadata.resHeaders, name)) + metadata.resHeaders[name] = this.entry.metadata.resHeaders[name] + } + + try { + await cacache.index.insert(options.cachePath, this.key, this.entry.integrity, { + size: this.entry.size, + metadata, + }) + } catch (err) { + // if updating the cache index fails, we ignore it and + // respond anyway + } + return this.respond(request.method, options, 'revalidated') + } + + // if we got a modified response, create a new entry based on it + const newEntry = new CacheEntry({ + request, + response, + options, + }) + + // respond with the new entry while writing it to the cache + return newEntry.store('updated') + } +} + +module.exports = CacheEntry diff --git a/node_modules/make-fetch-happen/lib/cache/errors.js b/node_modules/make-fetch-happen/lib/cache/errors.js new file mode 100644 index 0000000..31e97c4 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/cache/errors.js @@ -0,0 +1,10 @@ +class NotCachedError extends Error { + constructor (url) { + super(`request to ${url} failed: cache mode is 'only-if-cached' but no cached response is available.`) + this.code = 'ENOTCACHED' + } +} + +module.exports = { + NotCachedError, +} diff --git a/node_modules/make-fetch-happen/lib/cache/index.js b/node_modules/make-fetch-happen/lib/cache/index.js new file mode 100644 index 0000000..cca93d9 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/cache/index.js @@ -0,0 +1,45 @@ +const { NotCachedError } = require('./errors.js') +const CacheEntry = require('./entry.js') +const remote = require('../remote.js') + +// do whatever is necessary to get a Response and return it +const cacheFetch = async (request, options) => { + // try to find a cached entry that satisfies this request + const entry = await CacheEntry.find(request, options) + if (!entry) { + // no cached result, if the cache mode is 'only-if-cached' that's a failure + if (options.cache === 'only-if-cached') + throw new NotCachedError(request.url) + + // otherwise, we make a request, store it and return it + const response = await remote(request, options) + const entry = new CacheEntry({ request, response, options }) + return entry.store('miss') + } + + // we have a cached response that satisfies this request, however if the cache + // mode is 'no-cache' then we send the revalidation request no matter what + if (options.cache === 'no-cache') + return entry.revalidate(request, options) + + // if the cached entry is not stale, or if the cache mode is 'force-cache' or + // 'only-if-cached' we can respond with the cached entry. set the status + // based on the result of needsRevalidation and respond + const _needsRevalidation = entry.policy.needsRevalidation(request) + if (options.cache === 'force-cache' || + options.cache === 'only-if-cached' || + !_needsRevalidation) + return entry.respond(request.method, options, _needsRevalidation ? 'stale' : 'hit') + + // if we got here, the cache entry is stale so revalidate it + return entry.revalidate(request, options) +} + +cacheFetch.invalidate = async (request, options) => { + if (!options.cachePath) + return + + return CacheEntry.invalidate(request, options) +} + +module.exports = cacheFetch diff --git a/node_modules/make-fetch-happen/lib/cache/key.js b/node_modules/make-fetch-happen/lib/cache/key.js new file mode 100644 index 0000000..f7684d5 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/cache/key.js @@ -0,0 +1,17 @@ +const { URL, format } = require('url') + +// options passed to url.format() when generating a key +const formatOptions = { + auth: false, + fragment: false, + search: true, + unicode: false, +} + +// returns a string to be used as the cache key for the Request +const cacheKey = (request) => { + const parsed = new URL(request.url) + return `make-fetch-happen:request-cache:${format(parsed, formatOptions)}` +} + +module.exports = cacheKey diff --git a/node_modules/make-fetch-happen/lib/cache/policy.js b/node_modules/make-fetch-happen/lib/cache/policy.js new file mode 100644 index 0000000..e0959f6 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/cache/policy.js @@ -0,0 +1,161 @@ +const CacheSemantics = require('http-cache-semantics') +const Negotiator = require('negotiator') +const ssri = require('ssri') + +// HACK: negotiator lazy loads several of its own modules +// as a micro optimization. we need to be sure that they're +// in memory as soon as possible at startup so that we do +// not try to lazy load them after the directory has been +// retired during a self update of the npm CLI, we do this +// by calling all of the methods that trigger a lazy load +// on a fake instance. +const preloadNegotiator = new Negotiator({ headers: {} }) +preloadNegotiator.charsets() +preloadNegotiator.encodings() +preloadNegotiator.languages() +preloadNegotiator.mediaTypes() + +// options passed to http-cache-semantics constructor +const policyOptions = { + shared: false, + ignoreCargoCult: true, +} + +// a fake empty response, used when only testing the +// request for storability +const emptyResponse = { status: 200, headers: {} } + +// returns a plain object representation of the Request +const requestObject = (request) => { + const _obj = { + method: request.method, + url: request.url, + headers: {}, + } + + request.headers.forEach((value, key) => { + _obj.headers[key] = value + }) + + return _obj +} + +// returns a plain object representation of the Response +const responseObject = (response) => { + const _obj = { + status: response.status, + headers: {}, + } + + response.headers.forEach((value, key) => { + _obj.headers[key] = value + }) + + return _obj +} + +class CachePolicy { + constructor ({ entry, request, response, options }) { + this.entry = entry + this.request = requestObject(request) + this.response = responseObject(response) + this.options = options + this.policy = new CacheSemantics(this.request, this.response, policyOptions) + + if (this.entry) { + // if we have an entry, copy the timestamp to the _responseTime + // this is necessary because the CacheSemantics constructor forces + // the value to Date.now() which means a policy created from a + // cache entry is likely to always identify itself as stale + this.policy._responseTime = this.entry.metadata.time + } + } + + // static method to quickly determine if a request alone is storable + static storable (request, options) { + // no cachePath means no caching + if (!options.cachePath) + return false + + // user explicitly asked not to cache + if (options.cache === 'no-store') + return false + + // we only cache GET and HEAD requests + if (!['GET', 'HEAD'].includes(request.method)) + return false + + // otherwise, let http-cache-semantics make the decision + // based on the request's headers + const policy = new CacheSemantics(requestObject(request), emptyResponse, policyOptions) + return policy.storable() + } + + // returns true if the policy satisfies the request + satisfies (request) { + const _req = requestObject(request) + if (this.request.headers.host !== _req.headers.host) + return false + + const negotiatorA = new Negotiator(this.request) + const negotiatorB = new Negotiator(_req) + + if (JSON.stringify(negotiatorA.mediaTypes()) !== JSON.stringify(negotiatorB.mediaTypes())) + return false + + if (JSON.stringify(negotiatorA.languages()) !== JSON.stringify(negotiatorB.languages())) + return false + + if (JSON.stringify(negotiatorA.encodings()) !== JSON.stringify(negotiatorB.encodings())) + return false + + if (this.options.integrity) + return ssri.parse(this.options.integrity).match(this.entry.integrity) + + return true + } + + // returns true if the request and response allow caching + storable () { + return this.policy.storable() + } + + // NOTE: this is a hack to avoid parsing the cache-control + // header ourselves, it returns true if the response's + // cache-control contains must-revalidate + get mustRevalidate () { + return !!this.policy._rescc['must-revalidate'] + } + + // returns true if the cached response requires revalidation + // for the given request + needsRevalidation (request) { + const _req = requestObject(request) + // force method to GET because we only cache GETs + // but can serve a HEAD from a cached GET + _req.method = 'GET' + return !this.policy.satisfiesWithoutRevalidation(_req) + } + + responseHeaders () { + return this.policy.responseHeaders() + } + + // returns a new object containing the appropriate headers + // to send a revalidation request + revalidationHeaders (request) { + const _req = requestObject(request) + return this.policy.revalidationHeaders(_req) + } + + // returns true if the request/response was revalidated + // successfully. returns false if a new response was received + revalidated (request, response) { + const _req = requestObject(request) + const _res = responseObject(response) + const policy = this.policy.revalidatedPolicy(_req, _res) + return !policy.modified + } +} + +module.exports = CachePolicy diff --git a/node_modules/make-fetch-happen/lib/fetch.js b/node_modules/make-fetch-happen/lib/fetch.js new file mode 100644 index 0000000..dfded79 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/fetch.js @@ -0,0 +1,100 @@ +'use strict' + +const { FetchError, Request, isRedirect } = require('minipass-fetch') +const url = require('url') + +const CachePolicy = require('./cache/policy.js') +const cache = require('./cache/index.js') +const remote = require('./remote.js') + +// given a Request, a Response and user options +// return true if the response is a redirect that +// can be followed. we throw errors that will result +// in the fetch being rejected if the redirect is +// possible but invalid for some reason +const canFollowRedirect = (request, response, options) => { + if (!isRedirect(response.status)) + return false + + if (options.redirect === 'manual') + return false + + if (options.redirect === 'error') + throw new FetchError(`redirect mode is set to error: ${request.url}`, 'no-redirect', { code: 'ENOREDIRECT' }) + + if (!response.headers.has('location')) + throw new FetchError(`redirect location header missing for: ${request.url}`, 'no-location', { code: 'EINVALIDREDIRECT' }) + + if (request.counter >= request.follow) + throw new FetchError(`maximum redirect reached at: ${request.url}`, 'max-redirect', { code: 'EMAXREDIRECT' }) + + return true +} + +// given a Request, a Response, and the user's options return an object +// with a new Request and a new options object that will be used for +// following the redirect +const getRedirect = (request, response, options) => { + const _opts = { ...options } + const location = response.headers.get('location') + const redirectUrl = new url.URL(location, /^https?:/.test(location) ? undefined : request.url) + // Comment below is used under the following license: + // Copyright (c) 2010-2012 Mikeal Rogers + // Licensed under the Apache License, Version 2.0 (the "License"); + // you may not use this file except in compliance with the License. + // You may obtain a copy of the License at + // http://www.apache.org/licenses/LICENSE-2.0 + // Unless required by applicable law or agreed to in writing, + // software distributed under the License is distributed on an "AS + // IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + // express or implied. See the License for the specific language + // governing permissions and limitations under the License. + + // Remove authorization if changing hostnames (but not if just + // changing ports or protocols). This matches the behavior of request: + // https://github.com/request/request/blob/b12a6245/lib/redirect.js#L134-L138 + if (new url.URL(request.url).hostname !== redirectUrl.hostname) + request.headers.delete('authorization') + + // for POST request with 301/302 response, or any request with 303 response, + // use GET when following redirect + if (response.status === 303 || (request.method === 'POST' && [301, 302].includes(response.status))) { + _opts.method = 'GET' + _opts.body = null + request.headers.delete('content-length') + } + + _opts.headers = {} + request.headers.forEach((value, key) => { + _opts.headers[key] = value + }) + + _opts.counter = ++request.counter + const redirectReq = new Request(url.format(redirectUrl), _opts) + return { + request: redirectReq, + options: _opts, + } +} + +const fetch = async (request, options) => { + const response = CachePolicy.storable(request, options) + ? await cache(request, options) + : await remote(request, options) + + // if the request wasn't a GET or HEAD, and the response + // status is between 200 and 399 inclusive, invalidate the + // request url + if (!['GET', 'HEAD'].includes(request.method) && + response.status >= 200 && + response.status <= 399) + await cache.invalidate(request, options) + + if (!canFollowRedirect(request, response, options)) + return response + + const redirect = getRedirect(request, response, options) + return fetch(redirect.request, redirect.options) +} + +module.exports = fetch diff --git a/node_modules/make-fetch-happen/lib/index.js b/node_modules/make-fetch-happen/lib/index.js new file mode 100644 index 0000000..6028bc0 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/index.js @@ -0,0 +1,40 @@ +const { FetchError, Headers, Request, Response } = require('minipass-fetch') + +const configureOptions = require('./options.js') +const fetch = require('./fetch.js') + +const makeFetchHappen = (url, opts) => { + const options = configureOptions(opts) + + const request = new Request(url, options) + return fetch(request, options) +} + +makeFetchHappen.defaults = (defaultUrl, defaultOptions = {}) => { + if (typeof defaultUrl === 'object') { + defaultOptions = defaultUrl + defaultUrl = null + } + + const defaultedFetch = (url, options = {}) => { + const finalUrl = url || defaultUrl + const finalOptions = { + ...defaultOptions, + ...options, + headers: { + ...defaultOptions.headers, + ...options.headers, + }, + } + return makeFetchHappen(finalUrl, finalOptions) + } + + defaultedFetch.defaults = makeFetchHappen.defaults + return defaultedFetch +} + +module.exports = makeFetchHappen +module.exports.FetchError = FetchError +module.exports.Headers = Headers +module.exports.Request = Request +module.exports.Response = Response diff --git a/node_modules/make-fetch-happen/lib/options.js b/node_modules/make-fetch-happen/lib/options.js new file mode 100644 index 0000000..f6138e6 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/options.js @@ -0,0 +1,44 @@ +const conditionalHeaders = [ + 'if-modified-since', + 'if-none-match', + 'if-unmodified-since', + 'if-match', + 'if-range', +] + +const configureOptions = (opts) => { + const {strictSSL, ...options} = { ...opts } + options.method = options.method ? options.method.toUpperCase() : 'GET' + options.rejectUnauthorized = strictSSL !== false + + if (!options.retry) + options.retry = { retries: 0 } + else if (typeof options.retry === 'string') { + const retries = parseInt(options.retry, 10) + if (isFinite(retries)) + options.retry = { retries } + else + options.retry = { retries: 0 } + } else if (typeof options.retry === 'number') + options.retry = { retries: options.retry } + else + options.retry = { retries: 0, ...options.retry } + + options.cache = options.cache || 'default' + if (options.cache === 'default') { + const hasConditionalHeader = Object.keys(options.headers || {}).some((name) => { + return conditionalHeaders.includes(name.toLowerCase()) + }) + if (hasConditionalHeader) + options.cache = 'no-store' + } + + // cacheManager is deprecated, but if it's set and + // cachePath is not we should copy it to the new field + if (options.cacheManager && !options.cachePath) + options.cachePath = options.cacheManager + + return options +} + +module.exports = configureOptions diff --git a/node_modules/make-fetch-happen/lib/remote.js b/node_modules/make-fetch-happen/lib/remote.js new file mode 100644 index 0000000..7e4ed24 --- /dev/null +++ b/node_modules/make-fetch-happen/lib/remote.js @@ -0,0 +1,102 @@ +const Minipass = require('minipass') +const MinipassPipeline = require('minipass-pipeline') +const fetch = require('minipass-fetch') +const promiseRetry = require('promise-retry') +const ssri = require('ssri') + +const getAgent = require('./agent.js') +const pkg = require('../package.json') + +const USER_AGENT = `${pkg.name}/${pkg.version} (+https://npm.im/${pkg.name})` + +const RETRY_ERRORS = [ + 'ECONNRESET', // remote socket closed on us + 'ECONNREFUSED', // remote host refused to open connection + 'EADDRINUSE', // failed to bind to a local port (proxy?) + 'ETIMEDOUT', // someone in the transaction is WAY TOO SLOW + 'ERR_SOCKET_TIMEOUT', // same as above, but this one comes from agentkeepalive + // Known codes we do NOT retry on: + // ENOTFOUND (getaddrinfo failure. Either bad hostname, or offline) +] + +const RETRY_TYPES = [ + 'request-timeout', +] + +// make a request directly to the remote source, +// retrying certain classes of errors as well as +// following redirects (through the cache if necessary) +// and verifying response integrity +const remoteFetch = (request, options) => { + const agent = getAgent(request.url, options) + if (!request.headers.has('connection')) + request.headers.set('connection', agent ? 'keep-alive' : 'close') + + if (!request.headers.has('user-agent')) + request.headers.set('user-agent', USER_AGENT) + + // keep our own options since we're overriding the agent + // and the redirect mode + const _opts = { + ...options, + agent, + redirect: 'manual', + } + + return promiseRetry(async (retryHandler, attemptNum) => { + const req = new fetch.Request(request, _opts) + try { + let res = await fetch(req, _opts) + if (_opts.integrity && res.status === 200) { + // we got a 200 response and the user has specified an expected + // integrity value, so wrap the response in an ssri stream to verify it + const integrityStream = ssri.integrityStream({ integrity: _opts.integrity }) + res = new fetch.Response(new MinipassPipeline(res.body, integrityStream), res) + } + + res.headers.set('x-fetch-attempts', attemptNum) + + // do not retry POST requests, or requests with a streaming body + // do retry requests with a 408, 420, 429 or 500+ status in the response + const isStream = Minipass.isStream(req.body) + const isRetriable = req.method !== 'POST' && + !isStream && + ([408, 420, 429].includes(res.status) || res.status >= 500) + + if (isRetriable) { + if (typeof options.onRetry === 'function') + options.onRetry(res) + + return retryHandler(res) + } + + return res + } catch (err) { + const code = (err.code === 'EPROMISERETRY') + ? err.retried.code + : err.code + + // err.retried will be the thing that was thrown from above + // if it's a response, we just got a bad status code and we + // can re-throw to allow the retry + const isRetryError = err.retried instanceof fetch.Response || + (RETRY_ERRORS.includes(code) && RETRY_TYPES.includes(err.type)) + + if (req.method === 'POST' || isRetryError) + throw err + + if (typeof options.onRetry === 'function') + options.onRetry(err) + + return retryHandler(err) + } + }, options.retry).catch((err) => { + // don't reject for http errors, just return them + if (err.status >= 400 && err.type !== 'system') + return err + + throw err + }) +} + +module.exports = remoteFetch diff --git a/node_modules/make-fetch-happen/package.json b/node_modules/make-fetch-happen/package.json new file mode 100644 index 0000000..dae7b37 --- /dev/null +++ b/node_modules/make-fetch-happen/package.json @@ -0,0 +1,76 @@ +{ + "name": "make-fetch-happen", + "version": "9.1.0", + "description": "Opinionated, caching, retrying fetch client", + "main": "lib/index.js", + "files": [ + "lib" + ], + "scripts": { + "preversion": "npm t", + "postversion": "npm publish", + "prepublishOnly": "git push --follow-tags", + "test": "tap", + "posttest": "npm run lint", + "eslint": "eslint", + "lint": "npm run eslint -- lib test", + "lintfix": "npm run lint -- --fix" + }, + "repository": "https://github.com/npm/make-fetch-happen", + "keywords": [ + "http", + "request", + "fetch", + "mean girls", + "caching", + "cache", + "subresource integrity" + ], + "author": { + "name": "Kat Marchán", + "email": "kzm@zkat.tech", + "twitter": "maybekatz" + }, + "license": "ISC", + "dependencies": { + "agentkeepalive": "^4.1.3", + "cacache": "^15.2.0", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^6.0.0", + "minipass": "^3.1.3", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^1.3.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.2", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^6.0.0", + "ssri": "^8.0.0" + }, + "devDependencies": { + "eslint": "^7.26.0", + "eslint-plugin-import": "^2.23.2", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-standard": "^5.0.0", + "mkdirp": "^1.0.4", + "nock": "^13.0.11", + "npmlog": "^5.0.0", + "require-inject": "^1.4.2", + "rimraf": "^3.0.2", + "safe-buffer": "^5.2.1", + "standard-version": "^9.3.0", + "tap": "^15.0.9" + }, + "engines": { + "node": ">= 10" + }, + "tap": { + "color": 1, + "files": "test/*.js", + "check-coverage": true + } +} diff --git a/node_modules/minimatch/LICENSE b/node_modules/minimatch/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/minimatch/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/minimatch/README.md b/node_modules/minimatch/README.md new file mode 100644 index 0000000..33ede1d --- /dev/null +++ b/node_modules/minimatch/README.md @@ -0,0 +1,230 @@ +# minimatch + +A minimal matching utility. + +[![Build Status](https://travis-ci.org/isaacs/minimatch.svg?branch=master)](http://travis-ci.org/isaacs/minimatch) + + +This is the matching library used internally by npm. + +It works by converting glob expressions into JavaScript `RegExp` +objects. + +## Usage + +```javascript +var minimatch = require("minimatch") + +minimatch("bar.foo", "*.foo") // true! +minimatch("bar.foo", "*.bar") // false! +minimatch("bar.foo", "*.+(bar|foo)", { debug: true }) // true, and noisy! +``` + +## Features + +Supports these glob features: + +* Brace Expansion +* Extended glob matching +* "Globstar" `**` matching + +See: + +* `man sh` +* `man bash` +* `man 3 fnmatch` +* `man 5 gitignore` + +## Minimatch Class + +Create a minimatch object by instantiating the `minimatch.Minimatch` class. + +```javascript +var Minimatch = require("minimatch").Minimatch +var mm = new Minimatch(pattern, options) +``` + +### Properties + +* `pattern` The original pattern the minimatch object represents. +* `options` The options supplied to the constructor. +* `set` A 2-dimensional array of regexp or string expressions. + Each row in the + array corresponds to a brace-expanded pattern. Each item in the row + corresponds to a single path-part. For example, the pattern + `{a,b/c}/d` would expand to a set of patterns like: + + [ [ a, d ] + , [ b, c, d ] ] + + If a portion of the pattern doesn't have any "magic" in it + (that is, it's something like `"foo"` rather than `fo*o?`), then it + will be left as a string rather than converted to a regular + expression. + +* `regexp` Created by the `makeRe` method. A single regular expression + expressing the entire pattern. This is useful in cases where you wish + to use the pattern somewhat like `fnmatch(3)` with `FNM_PATH` enabled. +* `negate` True if the pattern is negated. +* `comment` True if the pattern is a comment. +* `empty` True if the pattern is `""`. + +### Methods + +* `makeRe` Generate the `regexp` member if necessary, and return it. + Will return `false` if the pattern is invalid. +* `match(fname)` Return true if the filename matches the pattern, or + false otherwise. +* `matchOne(fileArray, patternArray, partial)` Take a `/`-split + filename, and match it against a single row in the `regExpSet`. This + method is mainly for internal use, but is exposed so that it can be + used by a glob-walker that needs to avoid excessive filesystem calls. + +All other methods are internal, and will be called as necessary. + +### minimatch(path, pattern, options) + +Main export. Tests a path against the pattern using the options. + +```javascript +var isJS = minimatch(file, "*.js", { matchBase: true }) +``` + +### minimatch.filter(pattern, options) + +Returns a function that tests its +supplied argument, suitable for use with `Array.filter`. Example: + +```javascript +var javascripts = fileList.filter(minimatch.filter("*.js", {matchBase: true})) +``` + +### minimatch.match(list, pattern, options) + +Match against the list of +files, in the style of fnmatch or glob. If nothing is matched, and +options.nonull is set, then return a list containing the pattern itself. + +```javascript +var javascripts = minimatch.match(fileList, "*.js", {matchBase: true})) +``` + +### minimatch.makeRe(pattern, options) + +Make a regular expression object from the pattern. + +## Options + +All options are `false` by default. + +### debug + +Dump a ton of stuff to stderr. + +### nobrace + +Do not expand `{a,b}` and `{1..3}` brace sets. + +### noglobstar + +Disable `**` matching against multiple folder names. + +### dot + +Allow patterns to match filenames starting with a period, even if +the pattern does not explicitly have a period in that spot. + +Note that by default, `a/**/b` will **not** match `a/.d/b`, unless `dot` +is set. + +### noext + +Disable "extglob" style patterns like `+(a|b)`. + +### nocase + +Perform a case-insensitive match. + +### nonull + +When a match is not found by `minimatch.match`, return a list containing +the pattern itself if this option is set. When not set, an empty list +is returned if there are no matches. + +### matchBase + +If set, then patterns without slashes will be matched +against the basename of the path if it contains slashes. For example, +`a?b` would match the path `/xyz/123/acb`, but not `/xyz/acb/123`. + +### nocomment + +Suppress the behavior of treating `#` at the start of a pattern as a +comment. + +### nonegate + +Suppress the behavior of treating a leading `!` character as negation. + +### flipNegate + +Returns from negate expressions the same as if they were not negated. +(Ie, true on a hit, false on a miss.) + +### partial + +Compare a partial path to a pattern. As long as the parts of the path that +are present are not contradicted by the pattern, it will be treated as a +match. This is useful in applications where you're walking through a +folder structure, and don't yet have the full path, but want to ensure that +you do not walk down paths that can never be a match. + +For example, + +```js +minimatch('/a/b', '/a/*/c/d', { partial: true }) // true, might be /a/b/c/d +minimatch('/a/b', '/**/d', { partial: true }) // true, might be /a/b/.../d +minimatch('/x/y/z', '/a/**/z', { partial: true }) // false, because x !== a +``` + +### allowWindowsEscape + +Windows path separator `\` is by default converted to `/`, which +prohibits the usage of `\` as a escape character. This flag skips that +behavior and allows using the escape character. + +## Comparisons to other fnmatch/glob implementations + +While strict compliance with the existing standards is a worthwhile +goal, some discrepancies exist between minimatch and other +implementations, and are intentional. + +If the pattern starts with a `!` character, then it is negated. Set the +`nonegate` flag to suppress this behavior, and treat leading `!` +characters normally. This is perhaps relevant if you wish to start the +pattern with a negative extglob pattern like `!(a|B)`. Multiple `!` +characters at the start of a pattern will negate the pattern multiple +times. + +If a pattern starts with `#`, then it is treated as a comment, and +will not match anything. Use `\#` to match a literal `#` at the +start of a line, or set the `nocomment` flag to suppress this behavior. + +The double-star character `**` is supported by default, unless the +`noglobstar` flag is set. This is supported in the manner of bsdglob +and bash 4.1, where `**` only has special significance if it is the only +thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but +`a/**b` will not. + +If an escaped pattern has no matches, and the `nonull` flag is set, +then minimatch.match returns the pattern as-provided, rather than +interpreting the character escapes. For example, +`minimatch.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than +`"*a?"`. This is akin to setting the `nullglob` option in bash, except +that it does not resolve escaped pattern characters. + +If brace expansion is not disabled, then it is performed before any +other interpretation of the glob pattern. Thus, a pattern like +`+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded +**first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are +checked for validity. Since those two are valid, matching proceeds. diff --git a/node_modules/minimatch/minimatch.js b/node_modules/minimatch/minimatch.js new file mode 100644 index 0000000..fda45ad --- /dev/null +++ b/node_modules/minimatch/minimatch.js @@ -0,0 +1,947 @@ +module.exports = minimatch +minimatch.Minimatch = Minimatch + +var path = (function () { try { return require('path') } catch (e) {}}()) || { + sep: '/' +} +minimatch.sep = path.sep + +var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {} +var expand = require('brace-expansion') + +var plTypes = { + '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, + '?': { open: '(?:', close: ')?' }, + '+': { open: '(?:', close: ')+' }, + '*': { open: '(?:', close: ')*' }, + '@': { open: '(?:', close: ')' } +} + +// any single thing other than / +// don't need to escape / when using new RegExp() +var qmark = '[^/]' + +// * => any number of characters +var star = qmark + '*?' + +// ** when dots are allowed. Anything goes, except .. and . +// not (^ or / followed by one or two dots followed by $ or /), +// followed by anything, any number of times. +var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' + +// not a ^ or / followed by a dot, +// followed by anything, any number of times. +var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?' + +// characters that need to be escaped in RegExp. +var reSpecials = charSet('().*{}+?[]^$\\!') + +// "abc" -> { a:true, b:true, c:true } +function charSet (s) { + return s.split('').reduce(function (set, c) { + set[c] = true + return set + }, {}) +} + +// normalizes slashes. +var slashSplit = /\/+/ + +minimatch.filter = filter +function filter (pattern, options) { + options = options || {} + return function (p, i, list) { + return minimatch(p, pattern, options) + } +} + +function ext (a, b) { + b = b || {} + var t = {} + Object.keys(a).forEach(function (k) { + t[k] = a[k] + }) + Object.keys(b).forEach(function (k) { + t[k] = b[k] + }) + return t +} + +minimatch.defaults = function (def) { + if (!def || typeof def !== 'object' || !Object.keys(def).length) { + return minimatch + } + + var orig = minimatch + + var m = function minimatch (p, pattern, options) { + return orig(p, pattern, ext(def, options)) + } + + m.Minimatch = function Minimatch (pattern, options) { + return new orig.Minimatch(pattern, ext(def, options)) + } + m.Minimatch.defaults = function defaults (options) { + return orig.defaults(ext(def, options)).Minimatch + } + + m.filter = function filter (pattern, options) { + return orig.filter(pattern, ext(def, options)) + } + + m.defaults = function defaults (options) { + return orig.defaults(ext(def, options)) + } + + m.makeRe = function makeRe (pattern, options) { + return orig.makeRe(pattern, ext(def, options)) + } + + m.braceExpand = function braceExpand (pattern, options) { + return orig.braceExpand(pattern, ext(def, options)) + } + + m.match = function (list, pattern, options) { + return orig.match(list, pattern, ext(def, options)) + } + + return m +} + +Minimatch.defaults = function (def) { + return minimatch.defaults(def).Minimatch +} + +function minimatch (p, pattern, options) { + assertValidPattern(pattern) + + if (!options) options = {} + + // shortcut: comments match nothing. + if (!options.nocomment && pattern.charAt(0) === '#') { + return false + } + + return new Minimatch(pattern, options).match(p) +} + +function Minimatch (pattern, options) { + if (!(this instanceof Minimatch)) { + return new Minimatch(pattern, options) + } + + assertValidPattern(pattern) + + if (!options) options = {} + + pattern = pattern.trim() + + // windows support: need to use /, not \ + if (!options.allowWindowsEscape && path.sep !== '/') { + pattern = pattern.split(path.sep).join('/') + } + + this.options = options + this.set = [] + this.pattern = pattern + this.regexp = null + this.negate = false + this.comment = false + this.empty = false + this.partial = !!options.partial + + // make the set of regexps etc. + this.make() +} + +Minimatch.prototype.debug = function () {} + +Minimatch.prototype.make = make +function make () { + var pattern = this.pattern + var options = this.options + + // empty patterns and comments match nothing. + if (!options.nocomment && pattern.charAt(0) === '#') { + this.comment = true + return + } + if (!pattern) { + this.empty = true + return + } + + // step 1: figure out negation, etc. + this.parseNegate() + + // step 2: expand braces + var set = this.globSet = this.braceExpand() + + if (options.debug) this.debug = function debug() { console.error.apply(console, arguments) } + + this.debug(this.pattern, set) + + // step 3: now we have a set, so turn each one into a series of path-portion + // matching patterns. + // These will be regexps, except in the case of "**", which is + // set to the GLOBSTAR object for globstar behavior, + // and will not contain any / characters + set = this.globParts = set.map(function (s) { + return s.split(slashSplit) + }) + + this.debug(this.pattern, set) + + // glob --> regexps + set = set.map(function (s, si, set) { + return s.map(this.parse, this) + }, this) + + this.debug(this.pattern, set) + + // filter out everything that didn't compile properly. + set = set.filter(function (s) { + return s.indexOf(false) === -1 + }) + + this.debug(this.pattern, set) + + this.set = set +} + +Minimatch.prototype.parseNegate = parseNegate +function parseNegate () { + var pattern = this.pattern + var negate = false + var options = this.options + var negateOffset = 0 + + if (options.nonegate) return + + for (var i = 0, l = pattern.length + ; i < l && pattern.charAt(i) === '!' + ; i++) { + negate = !negate + negateOffset++ + } + + if (negateOffset) this.pattern = pattern.substr(negateOffset) + this.negate = negate +} + +// Brace expansion: +// a{b,c}d -> abd acd +// a{b,}c -> abc ac +// a{0..3}d -> a0d a1d a2d a3d +// a{b,c{d,e}f}g -> abg acdfg acefg +// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg +// +// Invalid sets are not expanded. +// a{2..}b -> a{2..}b +// a{b}c -> a{b}c +minimatch.braceExpand = function (pattern, options) { + return braceExpand(pattern, options) +} + +Minimatch.prototype.braceExpand = braceExpand + +function braceExpand (pattern, options) { + if (!options) { + if (this instanceof Minimatch) { + options = this.options + } else { + options = {} + } + } + + pattern = typeof pattern === 'undefined' + ? this.pattern : pattern + + assertValidPattern(pattern) + + // Thanks to Yeting Li for + // improving this regexp to avoid a ReDOS vulnerability. + if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) { + // shortcut. no need to expand. + return [pattern] + } + + return expand(pattern) +} + +var MAX_PATTERN_LENGTH = 1024 * 64 +var assertValidPattern = function (pattern) { + if (typeof pattern !== 'string') { + throw new TypeError('invalid pattern') + } + + if (pattern.length > MAX_PATTERN_LENGTH) { + throw new TypeError('pattern is too long') + } +} + +// parse a component of the expanded set. +// At this point, no pattern may contain "/" in it +// so we're going to return a 2d array, where each entry is the full +// pattern, split on '/', and then turned into a regular expression. +// A regexp is made at the end which joins each array with an +// escaped /, and another full one which joins each regexp with |. +// +// Following the lead of Bash 4.1, note that "**" only has special meaning +// when it is the *only* thing in a path portion. Otherwise, any series +// of * is equivalent to a single *. Globstar behavior is enabled by +// default, and can be disabled by setting options.noglobstar. +Minimatch.prototype.parse = parse +var SUBPARSE = {} +function parse (pattern, isSub) { + assertValidPattern(pattern) + + var options = this.options + + // shortcuts + if (pattern === '**') { + if (!options.noglobstar) + return GLOBSTAR + else + pattern = '*' + } + if (pattern === '') return '' + + var re = '' + var hasMagic = !!options.nocase + var escaping = false + // ? => one single character + var patternListStack = [] + var negativeLists = [] + var stateChar + var inClass = false + var reClassStart = -1 + var classStart = -1 + // . and .. never match anything that doesn't start with ., + // even when options.dot is set. + var patternStart = pattern.charAt(0) === '.' ? '' // anything + // not (start or / followed by . or .. followed by / or end) + : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))' + : '(?!\\.)' + var self = this + + function clearStateChar () { + if (stateChar) { + // we had some state-tracking character + // that wasn't consumed by this pass. + switch (stateChar) { + case '*': + re += star + hasMagic = true + break + case '?': + re += qmark + hasMagic = true + break + default: + re += '\\' + stateChar + break + } + self.debug('clearStateChar %j %j', stateChar, re) + stateChar = false + } + } + + for (var i = 0, len = pattern.length, c + ; (i < len) && (c = pattern.charAt(i)) + ; i++) { + this.debug('%s\t%s %s %j', pattern, i, re, c) + + // skip over any that are escaped. + if (escaping && reSpecials[c]) { + re += '\\' + c + escaping = false + continue + } + + switch (c) { + /* istanbul ignore next */ + case '/': { + // completely not allowed, even escaped. + // Should already be path-split by now. + return false + } + + case '\\': + clearStateChar() + escaping = true + continue + + // the various stateChar values + // for the "extglob" stuff. + case '?': + case '*': + case '+': + case '@': + case '!': + this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c) + + // all of those are literals inside a class, except that + // the glob [!a] means [^a] in regexp + if (inClass) { + this.debug(' in class') + if (c === '!' && i === classStart + 1) c = '^' + re += c + continue + } + + // if we already have a stateChar, then it means + // that there was something like ** or +? in there. + // Handle the stateChar, then proceed with this one. + self.debug('call clearStateChar %j', stateChar) + clearStateChar() + stateChar = c + // if extglob is disabled, then +(asdf|foo) isn't a thing. + // just clear the statechar *now*, rather than even diving into + // the patternList stuff. + if (options.noext) clearStateChar() + continue + + case '(': + if (inClass) { + re += '(' + continue + } + + if (!stateChar) { + re += '\\(' + continue + } + + patternListStack.push({ + type: stateChar, + start: i - 1, + reStart: re.length, + open: plTypes[stateChar].open, + close: plTypes[stateChar].close + }) + // negation is (?:(?!js)[^/]*) + re += stateChar === '!' ? '(?:(?!(?:' : '(?:' + this.debug('plType %j %j', stateChar, re) + stateChar = false + continue + + case ')': + if (inClass || !patternListStack.length) { + re += '\\)' + continue + } + + clearStateChar() + hasMagic = true + var pl = patternListStack.pop() + // negation is (?:(?!js)[^/]*) + // The others are (?:) + re += pl.close + if (pl.type === '!') { + negativeLists.push(pl) + } + pl.reEnd = re.length + continue + + case '|': + if (inClass || !patternListStack.length || escaping) { + re += '\\|' + escaping = false + continue + } + + clearStateChar() + re += '|' + continue + + // these are mostly the same in regexp and glob + case '[': + // swallow any state-tracking char before the [ + clearStateChar() + + if (inClass) { + re += '\\' + c + continue + } + + inClass = true + classStart = i + reClassStart = re.length + re += c + continue + + case ']': + // a right bracket shall lose its special + // meaning and represent itself in + // a bracket expression if it occurs + // first in the list. -- POSIX.2 2.8.3.2 + if (i === classStart + 1 || !inClass) { + re += '\\' + c + escaping = false + continue + } + + // handle the case where we left a class open. + // "[z-a]" is valid, equivalent to "\[z-a\]" + // split where the last [ was, make sure we don't have + // an invalid re. if so, re-walk the contents of the + // would-be class to re-translate any characters that + // were passed through as-is + // TODO: It would probably be faster to determine this + // without a try/catch and a new RegExp, but it's tricky + // to do safely. For now, this is safe and works. + var cs = pattern.substring(classStart + 1, i) + try { + RegExp('[' + cs + ']') + } catch (er) { + // not a valid class! + var sp = this.parse(cs, SUBPARSE) + re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]' + hasMagic = hasMagic || sp[1] + inClass = false + continue + } + + // finish up the class. + hasMagic = true + inClass = false + re += c + continue + + default: + // swallow any state char that wasn't consumed + clearStateChar() + + if (escaping) { + // no need + escaping = false + } else if (reSpecials[c] + && !(c === '^' && inClass)) { + re += '\\' + } + + re += c + + } // switch + } // for + + // handle the case where we left a class open. + // "[abc" is valid, equivalent to "\[abc" + if (inClass) { + // split where the last [ was, and escape it + // this is a huge pita. We now have to re-walk + // the contents of the would-be class to re-translate + // any characters that were passed through as-is + cs = pattern.substr(classStart + 1) + sp = this.parse(cs, SUBPARSE) + re = re.substr(0, reClassStart) + '\\[' + sp[0] + hasMagic = hasMagic || sp[1] + } + + // handle the case where we had a +( thing at the *end* + // of the pattern. + // each pattern list stack adds 3 chars, and we need to go through + // and escape any | chars that were passed through as-is for the regexp. + // Go through and escape them, taking care not to double-escape any + // | chars that were already escaped. + for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { + var tail = re.slice(pl.reStart + pl.open.length) + this.debug('setting tail', re, pl) + // maybe some even number of \, then maybe 1 \, followed by a | + tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) { + if (!$2) { + // the | isn't already escaped, so escape it. + $2 = '\\' + } + + // need to escape all those slashes *again*, without escaping the + // one that we need for escaping the | character. As it works out, + // escaping an even number of slashes can be done by simply repeating + // it exactly after itself. That's why this trick works. + // + // I am sorry that you have to see this. + return $1 + $1 + $2 + '|' + }) + + this.debug('tail=%j\n %s', tail, tail, pl, re) + var t = pl.type === '*' ? star + : pl.type === '?' ? qmark + : '\\' + pl.type + + hasMagic = true + re = re.slice(0, pl.reStart) + t + '\\(' + tail + } + + // handle trailing things that only matter at the very end. + clearStateChar() + if (escaping) { + // trailing \\ + re += '\\\\' + } + + // only need to apply the nodot start if the re starts with + // something that could conceivably capture a dot + var addPatternStart = false + switch (re.charAt(0)) { + case '[': case '.': case '(': addPatternStart = true + } + + // Hack to work around lack of negative lookbehind in JS + // A pattern like: *.!(x).!(y|z) needs to ensure that a name + // like 'a.xyz.yz' doesn't match. So, the first negative + // lookahead, has to look ALL the way ahead, to the end of + // the pattern. + for (var n = negativeLists.length - 1; n > -1; n--) { + var nl = negativeLists[n] + + var nlBefore = re.slice(0, nl.reStart) + var nlFirst = re.slice(nl.reStart, nl.reEnd - 8) + var nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + var nlAfter = re.slice(nl.reEnd) + + nlLast += nlAfter + + // Handle nested stuff like *(*.js|!(*.json)), where open parens + // mean that we should *not* include the ) in the bit that is considered + // "after" the negated section. + var openParensBefore = nlBefore.split('(').length - 1 + var cleanAfter = nlAfter + for (i = 0; i < openParensBefore; i++) { + cleanAfter = cleanAfter.replace(/\)[+*?]?/, '') + } + nlAfter = cleanAfter + + var dollar = '' + if (nlAfter === '' && isSub !== SUBPARSE) { + dollar = '$' + } + var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast + re = newRe + } + + // if the re is not "" at this point, then we need to make sure + // it doesn't match against an empty path part. + // Otherwise a/* will match a/, which it should not. + if (re !== '' && hasMagic) { + re = '(?=.)' + re + } + + if (addPatternStart) { + re = patternStart + re + } + + // parsing just a piece of a larger pattern. + if (isSub === SUBPARSE) { + return [re, hasMagic] + } + + // skip the regexp for non-magical patterns + // unescape anything in it, though, so that it'll be + // an exact match against a file etc. + if (!hasMagic) { + return globUnescape(pattern) + } + + var flags = options.nocase ? 'i' : '' + try { + var regExp = new RegExp('^' + re + '$', flags) + } catch (er) /* istanbul ignore next - should be impossible */ { + // If it was an invalid regular expression, then it can't match + // anything. This trick looks for a character after the end of + // the string, which is of course impossible, except in multi-line + // mode, but it's not a /m regex. + return new RegExp('$.') + } + + regExp._glob = pattern + regExp._src = re + + return regExp +} + +minimatch.makeRe = function (pattern, options) { + return new Minimatch(pattern, options || {}).makeRe() +} + +Minimatch.prototype.makeRe = makeRe +function makeRe () { + if (this.regexp || this.regexp === false) return this.regexp + + // at this point, this.set is a 2d array of partial + // pattern strings, or "**". + // + // It's better to use .match(). This function shouldn't + // be used, really, but it's pretty convenient sometimes, + // when you just want to work with a regex. + var set = this.set + + if (!set.length) { + this.regexp = false + return this.regexp + } + var options = this.options + + var twoStar = options.noglobstar ? star + : options.dot ? twoStarDot + : twoStarNoDot + var flags = options.nocase ? 'i' : '' + + var re = set.map(function (pattern) { + return pattern.map(function (p) { + return (p === GLOBSTAR) ? twoStar + : (typeof p === 'string') ? regExpEscape(p) + : p._src + }).join('\\\/') + }).join('|') + + // must match entire pattern + // ending in a * or ** will make it less strict. + re = '^(?:' + re + ')$' + + // can match anything, as long as it's not this. + if (this.negate) re = '^(?!' + re + ').*$' + + try { + this.regexp = new RegExp(re, flags) + } catch (ex) /* istanbul ignore next - should be impossible */ { + this.regexp = false + } + return this.regexp +} + +minimatch.match = function (list, pattern, options) { + options = options || {} + var mm = new Minimatch(pattern, options) + list = list.filter(function (f) { + return mm.match(f) + }) + if (mm.options.nonull && !list.length) { + list.push(pattern) + } + return list +} + +Minimatch.prototype.match = function match (f, partial) { + if (typeof partial === 'undefined') partial = this.partial + this.debug('match', f, this.pattern) + // short-circuit in the case of busted things. + // comments, etc. + if (this.comment) return false + if (this.empty) return f === '' + + if (f === '/' && partial) return true + + var options = this.options + + // windows: need to use /, not \ + if (path.sep !== '/') { + f = f.split(path.sep).join('/') + } + + // treat the test path as a set of pathparts. + f = f.split(slashSplit) + this.debug(this.pattern, 'split', f) + + // just ONE of the pattern sets in this.set needs to match + // in order for it to be valid. If negating, then just one + // match means that we have failed. + // Either way, return on the first hit. + + var set = this.set + this.debug(this.pattern, 'set', set) + + // Find the basename of the path by looking for the last non-empty segment + var filename + var i + for (i = f.length - 1; i >= 0; i--) { + filename = f[i] + if (filename) break + } + + for (i = 0; i < set.length; i++) { + var pattern = set[i] + var file = f + if (options.matchBase && pattern.length === 1) { + file = [filename] + } + var hit = this.matchOne(file, pattern, partial) + if (hit) { + if (options.flipNegate) return true + return !this.negate + } + } + + // didn't get any hits. this is success if it's a negative + // pattern, failure otherwise. + if (options.flipNegate) return false + return this.negate +} + +// set partial to true to test if, for example, +// "/a/b" matches the start of "/*/b/*/d" +// Partial means, if you run out of file before you run +// out of pattern, then that's fine, as long as all +// the parts match. +Minimatch.prototype.matchOne = function (file, pattern, partial) { + var options = this.options + + this.debug('matchOne', + { 'this': this, file: file, pattern: pattern }) + + this.debug('matchOne', file.length, pattern.length) + + for (var fi = 0, + pi = 0, + fl = file.length, + pl = pattern.length + ; (fi < fl) && (pi < pl) + ; fi++, pi++) { + this.debug('matchOne loop') + var p = pattern[pi] + var f = file[fi] + + this.debug(pattern, p, f) + + // should be impossible. + // some invalid regexp stuff in the set. + /* istanbul ignore if */ + if (p === false) return false + + if (p === GLOBSTAR) { + this.debug('GLOBSTAR', [pattern, p, f]) + + // "**" + // a/**/b/**/c would match the following: + // a/b/x/y/z/c + // a/x/y/z/b/c + // a/b/x/b/x/c + // a/b/c + // To do this, take the rest of the pattern after + // the **, and see if it would match the file remainder. + // If so, return success. + // If not, the ** "swallows" a segment, and try again. + // This is recursively awful. + // + // a/**/b/**/c matching a/b/x/y/z/c + // - a matches a + // - doublestar + // - matchOne(b/x/y/z/c, b/**/c) + // - b matches b + // - doublestar + // - matchOne(x/y/z/c, c) -> no + // - matchOne(y/z/c, c) -> no + // - matchOne(z/c, c) -> no + // - matchOne(c, c) yes, hit + var fr = fi + var pr = pi + 1 + if (pr === pl) { + this.debug('** at the end') + // a ** at the end will just swallow the rest. + // We have found a match. + // however, it will not swallow /.x, unless + // options.dot is set. + // . and .. are *never* matched by **, for explosively + // exponential reasons. + for (; fi < fl; fi++) { + if (file[fi] === '.' || file[fi] === '..' || + (!options.dot && file[fi].charAt(0) === '.')) return false + } + return true + } + + // ok, let's see if we can swallow whatever we can. + while (fr < fl) { + var swallowee = file[fr] + + this.debug('\nglobstar while', file, fr, pattern, pr, swallowee) + + // XXX remove this slice. Just pass the start index. + if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { + this.debug('globstar found match!', fr, fl, swallowee) + // found a match. + return true + } else { + // can't swallow "." or ".." ever. + // can only swallow ".foo" when explicitly asked. + if (swallowee === '.' || swallowee === '..' || + (!options.dot && swallowee.charAt(0) === '.')) { + this.debug('dot detected!', file, fr, pattern, pr) + break + } + + // ** swallows a segment, and continue. + this.debug('globstar swallow a segment, and continue') + fr++ + } + } + + // no match was found. + // However, in partial mode, we can't say this is necessarily over. + // If there's more *pattern* left, then + /* istanbul ignore if */ + if (partial) { + // ran out of file + this.debug('\n>>> no match, partial?', file, fr, pattern, pr) + if (fr === fl) return true + } + return false + } + + // something other than ** + // non-magic patterns just have to match exactly + // patterns with magic have been turned into regexps. + var hit + if (typeof p === 'string') { + hit = f === p + this.debug('string match', p, f, hit) + } else { + hit = f.match(p) + this.debug('pattern match', p, f, hit) + } + + if (!hit) return false + } + + // Note: ending in / means that we'll get a final "" + // at the end of the pattern. This can only match a + // corresponding "" at the end of the file. + // If the file ends in /, then it can only match a + // a pattern that ends in /, unless the pattern just + // doesn't have any more for it. But, a/b/ should *not* + // match "a/b/*", even though "" matches against the + // [^/]*? pattern, except in partial mode, where it might + // simply not be reached yet. + // However, a/b/ should still satisfy a/* + + // now either we fell off the end of the pattern, or we're done. + if (fi === fl && pi === pl) { + // ran out of pattern and filename at the same time. + // an exact hit! + return true + } else if (fi === fl) { + // ran out of file, but still had pattern left. + // this is ok if we're doing the match as part of + // a glob fs traversal. + return partial + } else /* istanbul ignore else */ if (pi === pl) { + // ran out of pattern, still have file left. + // this is only acceptable if we're on the very last + // empty segment of a file with a trailing slash. + // a/* should match a/b/ + return (fi === fl - 1) && (file[fi] === '') + } + + // should be unreachable. + /* istanbul ignore next */ + throw new Error('wtf?') +} + +// replace stuff like \* with * +function globUnescape (s) { + return s.replace(/\\(.)/g, '$1') +} + +function regExpEscape (s) { + return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') +} diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json new file mode 100644 index 0000000..566efdf --- /dev/null +++ b/node_modules/minimatch/package.json @@ -0,0 +1,33 @@ +{ + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "description": "a glob matcher in javascript", + "version": "3.1.2", + "publishConfig": { + "tag": "v3-legacy" + }, + "repository": { + "type": "git", + "url": "git://github.com/isaacs/minimatch.git" + }, + "main": "minimatch.js", + "scripts": { + "test": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "engines": { + "node": "*" + }, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "devDependencies": { + "tap": "^15.1.6" + }, + "license": "ISC", + "files": [ + "minimatch.js" + ] +} diff --git a/node_modules/minipass-collect/LICENSE b/node_modules/minipass-collect/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/minipass-collect/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/minipass-collect/README.md b/node_modules/minipass-collect/README.md new file mode 100644 index 0000000..ae1c3da --- /dev/null +++ b/node_modules/minipass-collect/README.md @@ -0,0 +1,48 @@ +# minipass-collect + +A Minipass stream that collects all the data into a single chunk + +Note that this buffers ALL data written to it, so it's only good for +situations where you are sure the entire stream fits in memory. + +Note: this is primarily useful for the `Collect.PassThrough` class, since +Minipass streams already have a `.collect()` method which returns a promise +that resolves to the array of chunks, and a `.concat()` method that returns +the data concatenated into a single Buffer or String. + +## USAGE + +```js +const Collect = require('minipass-collect') + +const collector = new Collect() +collector.on('data', allTheData => { + console.log('all the data!', allTheData) +}) + +someSourceOfData.pipe(collector) + +// note that you can also simply do: +someSourceOfData.pipe(new Minipass()).concat().then(data => ...) +// or even, if someSourceOfData is a Minipass: +someSourceOfData.concat().then(data => ...) +// but you might prefer to have it stream-shaped rather than +// Promise-shaped in some scenarios. +``` + +If you want to collect the data, but _also_ act as a passthrough stream, +then use `Collect.PassThrough` instead (for example to memoize streaming +responses), and listen on the `collect` event. + +```js +const Collect = require('minipass-collect') + +const collector = new Collect.PassThrough() +collector.on('collect', allTheData => { + console.log('all the data!', allTheData) +}) + +someSourceOfData.pipe(collector).pipe(someOtherStream) +``` + +All [minipass options](http://npm.im/minipass) are supported. diff --git a/node_modules/minipass-collect/index.js b/node_modules/minipass-collect/index.js new file mode 100644 index 0000000..2fe68c0 --- /dev/null +++ b/node_modules/minipass-collect/index.js @@ -0,0 +1,71 @@ +const Minipass = require('minipass') +const _data = Symbol('_data') +const _length = Symbol('_length') +class Collect extends Minipass { + constructor (options) { + super(options) + this[_data] = [] + this[_length] = 0 + } + write (chunk, encoding, cb) { + if (typeof encoding === 'function') + cb = encoding, encoding = 'utf8' + + if (!encoding) + encoding = 'utf8' + + const c = Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk, encoding) + this[_data].push(c) + this[_length] += c.length + if (cb) + cb() + return true + } + end (chunk, encoding, cb) { + if (typeof chunk === 'function') + cb = chunk, chunk = null + if (typeof encoding === 'function') + cb = encoding, encoding = 'utf8' + if (chunk) + this.write(chunk, encoding) + const result = Buffer.concat(this[_data], this[_length]) + super.write(result) + return super.end(cb) + } +} +module.exports = Collect + +// it would be possible to DRY this a bit by doing something like +// this.collector = new Collect() and listening on its data event, +// but it's not much code, and we may as well save the extra obj +class CollectPassThrough extends Minipass { + constructor (options) { + super(options) + this[_data] = [] + this[_length] = 0 + } + write (chunk, encoding, cb) { + if (typeof encoding === 'function') + cb = encoding, encoding = 'utf8' + + if (!encoding) + encoding = 'utf8' + + const c = Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk, encoding) + this[_data].push(c) + this[_length] += c.length + return super.write(chunk, encoding, cb) + } + end (chunk, encoding, cb) { + if (typeof chunk === 'function') + cb = chunk, chunk = null + if (typeof encoding === 'function') + cb = encoding, encoding = 'utf8' + if (chunk) + this.write(chunk, encoding) + const result = Buffer.concat(this[_data], this[_length]) + this.emit('collect', result) + return super.end(cb) + } +} +module.exports.PassThrough = CollectPassThrough diff --git a/node_modules/minipass-collect/package.json b/node_modules/minipass-collect/package.json new file mode 100644 index 0000000..54d87ac --- /dev/null +++ b/node_modules/minipass-collect/package.json @@ -0,0 +1,29 @@ +{ + "name": "minipass-collect", + "version": "1.0.2", + "description": "A Minipass stream that collects all the data into a single chunk", + "author": "Isaac Z. Schlueter (https://izs.me)", + "license": "ISC", + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "tap": { + "check-coverage": true + }, + "devDependencies": { + "tap": "^14.6.9" + }, + "dependencies": { + "minipass": "^3.0.0" + }, + "files": [ + "index.js" + ], + "engines": { + "node": ">= 8" + } +} diff --git a/node_modules/minipass-fetch/LICENSE b/node_modules/minipass-fetch/LICENSE new file mode 100644 index 0000000..3c3410c --- /dev/null +++ b/node_modules/minipass-fetch/LICENSE @@ -0,0 +1,28 @@ +The MIT License (MIT) + +Copyright (c) Isaac Z. Schlueter and Contributors +Copyright (c) 2016 David Frank + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. + +--- + +Note: This is a derivative work based on "node-fetch" by David Frank, +modified and distributed under the terms of the MIT license above. +https://github.com/bitinn/node-fetch diff --git a/node_modules/minipass-fetch/README.md b/node_modules/minipass-fetch/README.md new file mode 100644 index 0000000..925e6be --- /dev/null +++ b/node_modules/minipass-fetch/README.md @@ -0,0 +1,29 @@ +# minipass-fetch + +An implementation of window.fetch in Node.js using Minipass streams + +This is a fork (or more precisely, a reimplementation) of +[node-fetch](http://npm.im/node-fetch). All streams have been replaced +with [minipass streams](http://npm.im/minipass). + +The goal of this module is to stay in sync with the API presented by +`node-fetch`, with the exception of the streaming interface provided. + +## Why + +Minipass streams are faster and more deterministic in their timing contract +than node-core streams, making them a better fit for many server-side use +cases. + +## API + +See [node-fetch](http://npm.im/node-fetch) + +Differences from `node-fetch` (and, by extension, from the WhatWG Fetch +specification): + +- Returns [minipass](http://npm.im/minipass) streams instead of node-core + streams. +- Supports the full set of [TLS Options that may be provided to + `https.request()`](https://nodejs.org/api/https.html#https_https_request_options_callback) + when making `https` requests. diff --git a/node_modules/minipass-fetch/index.js b/node_modules/minipass-fetch/index.js new file mode 100644 index 0000000..07efc17 --- /dev/null +++ b/node_modules/minipass-fetch/index.js @@ -0,0 +1 @@ +module.exports = require('./lib/index.js') diff --git a/node_modules/minipass-fetch/lib/abort-error.js b/node_modules/minipass-fetch/lib/abort-error.js new file mode 100644 index 0000000..b18f643 --- /dev/null +++ b/node_modules/minipass-fetch/lib/abort-error.js @@ -0,0 +1,17 @@ +'use strict' +class AbortError extends Error { + constructor (message) { + super(message) + this.code = 'FETCH_ABORTED' + this.type = 'aborted' + Error.captureStackTrace(this, this.constructor) + } + + get name () { + return 'AbortError' + } + + // don't allow name to be overridden, but don't throw either + set name (s) {} +} +module.exports = AbortError diff --git a/node_modules/minipass-fetch/lib/blob.js b/node_modules/minipass-fetch/lib/blob.js new file mode 100644 index 0000000..9225db6 --- /dev/null +++ b/node_modules/minipass-fetch/lib/blob.js @@ -0,0 +1,97 @@ +'use strict' +const Minipass = require('minipass') +const TYPE = Symbol('type') +const BUFFER = Symbol('buffer') + +class Blob { + constructor (blobParts, options) { + this[TYPE] = '' + + const buffers = [] + let size = 0 + + if (blobParts) { + const a = blobParts + const length = Number(a.length) + for (let i = 0; i < length; i++) { + const element = a[i] + const buffer = element instanceof Buffer ? element + : ArrayBuffer.isView(element) + ? Buffer.from(element.buffer, element.byteOffset, element.byteLength) + : element instanceof ArrayBuffer ? Buffer.from(element) + : element instanceof Blob ? element[BUFFER] + : typeof element === 'string' ? Buffer.from(element) + : Buffer.from(String(element)) + size += buffer.length + buffers.push(buffer) + } + } + + this[BUFFER] = Buffer.concat(buffers, size) + + const type = options && options.type !== undefined + && String(options.type).toLowerCase() + if (type && !/[^\u0020-\u007E]/.test(type)) { + this[TYPE] = type + } + } + + get size () { + return this[BUFFER].length + } + + get type () { + return this[TYPE] + } + + text () { + return Promise.resolve(this[BUFFER].toString()) + } + + arrayBuffer () { + const buf = this[BUFFER] + const off = buf.byteOffset + const len = buf.byteLength + const ab = buf.buffer.slice(off, off + len) + return Promise.resolve(ab) + } + + stream () { + return new Minipass().end(this[BUFFER]) + } + + slice (start, end, type) { + const size = this.size + const relativeStart = start === undefined ? 0 + : start < 0 ? Math.max(size + start, 0) + : Math.min(start, size) + const relativeEnd = end === undefined ? size + : end < 0 ? Math.max(size + end, 0) + : Math.min(end, size) + const span = Math.max(relativeEnd - relativeStart, 0) + + const buffer = this[BUFFER] + const slicedBuffer = buffer.slice( + relativeStart, + relativeStart + span + ) + const blob = new Blob([], { type }) + blob[BUFFER] = slicedBuffer + return blob + } + + get [Symbol.toStringTag] () { + return 'Blob' + } + + static get BUFFER () { + return BUFFER + } +} + +Object.defineProperties(Blob.prototype, { + size: { enumerable: true }, + type: { enumerable: true }, +}) + +module.exports = Blob diff --git a/node_modules/minipass-fetch/lib/body.js b/node_modules/minipass-fetch/lib/body.js new file mode 100644 index 0000000..fb7ffc3 --- /dev/null +++ b/node_modules/minipass-fetch/lib/body.js @@ -0,0 +1,334 @@ +'use strict' +const Minipass = require('minipass') +const MinipassSized = require('minipass-sized') + +const Blob = require('./blob.js') +const {BUFFER} = Blob +const FetchError = require('./fetch-error.js') + +// optional dependency on 'encoding' +let convert +try { + convert = require('encoding').convert +} catch (e) {} + +const INTERNALS = Symbol('Body internals') +const CONSUME_BODY = Symbol('consumeBody') + +class Body { + constructor (bodyArg, options = {}) { + const { size = 0, timeout = 0 } = options + const body = bodyArg === undefined || bodyArg === null ? null + : isURLSearchParams(bodyArg) ? Buffer.from(bodyArg.toString()) + : isBlob(bodyArg) ? bodyArg + : Buffer.isBuffer(bodyArg) ? bodyArg + : Object.prototype.toString.call(bodyArg) === '[object ArrayBuffer]' + ? Buffer.from(bodyArg) + : ArrayBuffer.isView(bodyArg) + ? Buffer.from(bodyArg.buffer, bodyArg.byteOffset, bodyArg.byteLength) + : Minipass.isStream(bodyArg) ? bodyArg + : Buffer.from(String(bodyArg)) + + this[INTERNALS] = { + body, + disturbed: false, + error: null, + } + + this.size = size + this.timeout = timeout + + if (Minipass.isStream(body)) { + body.on('error', er => { + const error = er.name === 'AbortError' ? er + : new FetchError(`Invalid response while trying to fetch ${ + this.url}: ${er.message}`, 'system', er) + this[INTERNALS].error = error + }) + } + } + + get body () { + return this[INTERNALS].body + } + + get bodyUsed () { + return this[INTERNALS].disturbed + } + + arrayBuffer () { + return this[CONSUME_BODY]().then(buf => + buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength)) + } + + blob () { + const ct = this.headers && this.headers.get('content-type') || '' + return this[CONSUME_BODY]().then(buf => Object.assign( + new Blob([], { type: ct.toLowerCase() }), + { [BUFFER]: buf } + )) + } + + json () { + return this[CONSUME_BODY]().then(buf => { + try { + return JSON.parse(buf.toString()) + } catch (er) { + return Promise.reject(new FetchError( + `invalid json response body at ${ + this.url} reason: ${er.message}`, 'invalid-json')) + } + }) + } + + text () { + return this[CONSUME_BODY]().then(buf => buf.toString()) + } + + buffer () { + return this[CONSUME_BODY]() + } + + textConverted () { + return this[CONSUME_BODY]().then(buf => convertBody(buf, this.headers)) + } + + [CONSUME_BODY] () { + if (this[INTERNALS].disturbed) + return Promise.reject(new TypeError(`body used already for: ${ + this.url}`)) + + this[INTERNALS].disturbed = true + + if (this[INTERNALS].error) + return Promise.reject(this[INTERNALS].error) + + // body is null + if (this.body === null) { + return Promise.resolve(Buffer.alloc(0)) + } + + if (Buffer.isBuffer(this.body)) + return Promise.resolve(this.body) + + const upstream = isBlob(this.body) ? this.body.stream() : this.body + + /* istanbul ignore if: should never happen */ + if (!Minipass.isStream(upstream)) + return Promise.resolve(Buffer.alloc(0)) + + const stream = this.size && upstream instanceof MinipassSized ? upstream + : !this.size && upstream instanceof Minipass && + !(upstream instanceof MinipassSized) ? upstream + : this.size ? new MinipassSized({ size: this.size }) + : new Minipass() + + // allow timeout on slow response body + const resTimeout = this.timeout ? setTimeout(() => { + stream.emit('error', new FetchError( + `Response timeout while trying to fetch ${ + this.url} (over ${this.timeout}ms)`, 'body-timeout')) + }, this.timeout) : null + + // do not keep the process open just for this timeout, even + // though we expect it'll get cleared eventually. + if (resTimeout) { + resTimeout.unref() + } + + // do the pipe in the promise, because the pipe() can send too much + // data through right away and upset the MP Sized object + return new Promise((resolve, reject) => { + // if the stream is some other kind of stream, then pipe through a MP + // so we can collect it more easily. + if (stream !== upstream) { + upstream.on('error', er => stream.emit('error', er)) + upstream.pipe(stream) + } + resolve() + }).then(() => stream.concat()).then(buf => { + clearTimeout(resTimeout) + return buf + }).catch(er => { + clearTimeout(resTimeout) + // request was aborted, reject with this Error + if (er.name === 'AbortError' || er.name === 'FetchError') + throw er + else if (er.name === 'RangeError') + throw new FetchError(`Could not create Buffer from response body for ${ + this.url}: ${er.message}`, 'system', er) + else + // other errors, such as incorrect content-encoding or content-length + throw new FetchError(`Invalid response body while trying to fetch ${ + this.url}: ${er.message}`, 'system', er) + }) + } + + static clone (instance) { + if (instance.bodyUsed) + throw new Error('cannot clone body after it is used') + + const body = instance.body + + // check that body is a stream and not form-data object + // NB: can't clone the form-data object without having it as a dependency + if (Minipass.isStream(body) && typeof body.getBoundary !== 'function') { + // create a dedicated tee stream so that we don't lose data + // potentially sitting in the body stream's buffer by writing it + // immediately to p1 and not having it for p2. + const tee = new Minipass() + const p1 = new Minipass() + const p2 = new Minipass() + tee.on('error', er => { + p1.emit('error', er) + p2.emit('error', er) + }) + body.on('error', er => tee.emit('error', er)) + tee.pipe(p1) + tee.pipe(p2) + body.pipe(tee) + // set instance body to one fork, return the other + instance[INTERNALS].body = p1 + return p2 + } else + return instance.body + } + + static extractContentType (body) { + return body === null || body === undefined ? null + : typeof body === 'string' ? 'text/plain;charset=UTF-8' + : isURLSearchParams(body) + ? 'application/x-www-form-urlencoded;charset=UTF-8' + : isBlob(body) ? body.type || null + : Buffer.isBuffer(body) ? null + : Object.prototype.toString.call(body) === '[object ArrayBuffer]' ? null + : ArrayBuffer.isView(body) ? null + : typeof body.getBoundary === 'function' + ? `multipart/form-data;boundary=${body.getBoundary()}` + : Minipass.isStream(body) ? null + : 'text/plain;charset=UTF-8' + } + + static getTotalBytes (instance) { + const {body} = instance + return (body === null || body === undefined) ? 0 + : isBlob(body) ? body.size + : Buffer.isBuffer(body) ? body.length + : body && typeof body.getLengthSync === 'function' && ( + // detect form data input from form-data module + body._lengthRetrievers && + /* istanbul ignore next */ body._lengthRetrievers.length == 0 || // 1.x + body.hasKnownLength && body.hasKnownLength()) // 2.x + ? body.getLengthSync() + : null + } + + static writeToStream (dest, instance) { + const {body} = instance + + if (body === null || body === undefined) + dest.end() + else if (Buffer.isBuffer(body) || typeof body === 'string') + dest.end(body) + else { + // body is stream or blob + const stream = isBlob(body) ? body.stream() : body + stream.on('error', er => dest.emit('error', er)).pipe(dest) + } + + return dest + } +} + +Object.defineProperties(Body.prototype, { + body: { enumerable: true }, + bodyUsed: { enumerable: true }, + arrayBuffer: { enumerable: true }, + blob: { enumerable: true }, + json: { enumerable: true }, + text: { enumerable: true } +}) + + +const isURLSearchParams = obj => + // Duck-typing as a necessary condition. + (typeof obj !== 'object' || + typeof obj.append !== 'function' || + typeof obj.delete !== 'function' || + typeof obj.get !== 'function' || + typeof obj.getAll !== 'function' || + typeof obj.has !== 'function' || + typeof obj.set !== 'function') ? false + // Brand-checking and more duck-typing as optional condition. + : obj.constructor.name === 'URLSearchParams' || + Object.prototype.toString.call(obj) === '[object URLSearchParams]' || + typeof obj.sort === 'function' + +const isBlob = obj => + typeof obj === 'object' && + typeof obj.arrayBuffer === 'function' && + typeof obj.type === 'string' && + typeof obj.stream === 'function' && + typeof obj.constructor === 'function' && + typeof obj.constructor.name === 'string' && + /^(Blob|File)$/.test(obj.constructor.name) && + /^(Blob|File)$/.test(obj[Symbol.toStringTag]) + + +const convertBody = (buffer, headers) => { + /* istanbul ignore if */ + if (typeof convert !== 'function') + throw new Error('The package `encoding` must be installed to use the textConverted() function') + + const ct = headers && headers.get('content-type') + let charset = 'utf-8' + let res, str + + // header + if (ct) + res = /charset=([^;]*)/i.exec(ct) + + // no charset in content type, peek at response body for at most 1024 bytes + str = buffer.slice(0, 1024).toString() + + // html5 + if (!res && str) + res = / this.expect + ? 'max-size' : type + this.message = message + Error.captureStackTrace(this, this.constructor) + } + + get name () { + return 'FetchError' + } + + // don't allow name to be overwritten + set name (n) {} + + get [Symbol.toStringTag] () { + return 'FetchError' + } +} +module.exports = FetchError diff --git a/node_modules/minipass-fetch/lib/headers.js b/node_modules/minipass-fetch/lib/headers.js new file mode 100644 index 0000000..233675f --- /dev/null +++ b/node_modules/minipass-fetch/lib/headers.js @@ -0,0 +1,250 @@ +'use strict' +const invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/ +const invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/ + +const validateName = name => { + name = `${name}` + if (invalidTokenRegex.test(name) || name === '') + throw new TypeError(`${name} is not a legal HTTP header name`) +} + +const validateValue = value => { + value = `${value}` + if (invalidHeaderCharRegex.test(value)) + throw new TypeError(`${value} is not a legal HTTP header value`) +} + +const find = (map, name) => { + name = name.toLowerCase() + for (const key in map) { + if (key.toLowerCase() === name) + return key + } + return undefined +} + +const MAP = Symbol('map') +class Headers { + constructor (init = undefined) { + this[MAP] = Object.create(null) + if (init instanceof Headers) { + const rawHeaders = init.raw() + const headerNames = Object.keys(rawHeaders) + for (const headerName of headerNames) { + for (const value of rawHeaders[headerName]) { + this.append(headerName, value) + } + } + return + } + + // no-op + if (init === undefined || init === null) + return + + if (typeof init === 'object') { + const method = init[Symbol.iterator] + if (method !== null && method !== undefined) { + if (typeof method !== 'function') + throw new TypeError('Header pairs must be iterable') + + // sequence> + // Note: per spec we have to first exhaust the lists then process them + const pairs = [] + for (const pair of init) { + if (typeof pair !== 'object' || + typeof pair[Symbol.iterator] !== 'function') + throw new TypeError('Each header pair must be iterable') + const arrPair = Array.from(pair) + if (arrPair.length !== 2) + throw new TypeError('Each header pair must be a name/value tuple') + pairs.push(arrPair) + } + + for (const pair of pairs) { + this.append(pair[0], pair[1]) + } + } else { + // record + for (const key of Object.keys(init)) { + this.append(key, init[key]) + } + } + } else + throw new TypeError('Provided initializer must be an object') + } + + get (name) { + name = `${name}` + validateName(name) + const key = find(this[MAP], name) + if (key === undefined) + return null + + return this[MAP][key].join(', ') + } + + forEach (callback, thisArg = undefined) { + let pairs = getHeaders(this) + for (let i = 0; i < pairs.length; i++) { + const [name, value] = pairs[i] + callback.call(thisArg, value, name, this) + // refresh in case the callback added more headers + pairs = getHeaders(this) + } + } + + set (name, value) { + name = `${name}` + value = `${value}` + validateName(name) + validateValue(value) + const key = find(this[MAP], name) + this[MAP][key !== undefined ? key : name] = [value] + } + + append (name, value) { + name = `${name}` + value = `${value}` + validateName(name) + validateValue(value) + const key = find(this[MAP], name) + if (key !== undefined) + this[MAP][key].push(value) + else + this[MAP][name] = [value] + } + + has (name) { + name = `${name}` + validateName(name) + return find(this[MAP], name) !== undefined + } + + delete (name) { + name = `${name}` + validateName(name) + const key = find(this[MAP], name) + if (key !== undefined) + delete this[MAP][key] + } + + raw () { + return this[MAP] + } + + keys () { + return new HeadersIterator(this, 'key') + } + + values () { + return new HeadersIterator(this, 'value') + } + + [Symbol.iterator]() { + return new HeadersIterator(this, 'key+value') + } + + entries () { + return new HeadersIterator(this, 'key+value') + } + + get [Symbol.toStringTag] () { + return 'Headers' + } + + static exportNodeCompatibleHeaders (headers) { + const obj = Object.assign(Object.create(null), headers[MAP]) + + // http.request() only supports string as Host header. This hack makes + // specifying custom Host header possible. + const hostHeaderKey = find(headers[MAP], 'Host') + if (hostHeaderKey !== undefined) + obj[hostHeaderKey] = obj[hostHeaderKey][0] + + return obj + } + + static createHeadersLenient (obj) { + const headers = new Headers() + for (const name of Object.keys(obj)) { + if (invalidTokenRegex.test(name)) + continue + + if (Array.isArray(obj[name])) { + for (const val of obj[name]) { + if (invalidHeaderCharRegex.test(val)) + continue + + if (headers[MAP][name] === undefined) + headers[MAP][name] = [val] + else + headers[MAP][name].push(val) + } + } else if (!invalidHeaderCharRegex.test(obj[name])) + headers[MAP][name] = [obj[name]] + } + return headers + } +} + +Object.defineProperties(Headers.prototype, { + get: { enumerable: true }, + forEach: { enumerable: true }, + set: { enumerable: true }, + append: { enumerable: true }, + has: { enumerable: true }, + delete: { enumerable: true }, + keys: { enumerable: true }, + values: { enumerable: true }, + entries: { enumerable: true }, +}) + +const getHeaders = (headers, kind = 'key+value') => + Object.keys(headers[MAP]).sort().map( + kind === 'key' ? k => k.toLowerCase() + : kind === 'value' ? k => headers[MAP][k].join(', ') + : k => [k.toLowerCase(), headers[MAP][k].join(', ')] + ) + +const INTERNAL = Symbol('internal') + +class HeadersIterator { + constructor (target, kind) { + this[INTERNAL] = { + target, + kind, + index: 0, + } + } + + get [Symbol.toStringTag] () { + return 'HeadersIterator' + } + + next () { + /* istanbul ignore if: should be impossible */ + if (!this || Object.getPrototypeOf(this) !== HeadersIterator.prototype) + throw new TypeError('Value of `this` is not a HeadersIterator') + + const { target, kind, index } = this[INTERNAL] + const values = getHeaders(target, kind) + const len = values.length + if (index >= len) { + return { + value: undefined, + done: true, + } + } + + this[INTERNAL].index++ + + return { value: values[index], done: false } + } +} + +// manually extend because 'extends' requires a ctor +Object.setPrototypeOf(HeadersIterator.prototype, + Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()))) + +module.exports = Headers diff --git a/node_modules/minipass-fetch/lib/index.js b/node_modules/minipass-fetch/lib/index.js new file mode 100644 index 0000000..2ffcba8 --- /dev/null +++ b/node_modules/minipass-fetch/lib/index.js @@ -0,0 +1,341 @@ +'use strict' +const Url = require('url') +const http = require('http') +const https = require('https') +const zlib = require('minizlib') +const Minipass = require('minipass') + +const Body = require('./body.js') +const { writeToStream, getTotalBytes } = Body +const Response = require('./response.js') +const Headers = require('./headers.js') +const { createHeadersLenient } = Headers +const Request = require('./request.js') +const { getNodeRequestOptions } = Request +const FetchError = require('./fetch-error.js') +const AbortError = require('./abort-error.js') + +const resolveUrl = Url.resolve + +const fetch = (url, opts) => { + if (/^data:/.test(url)) { + const request = new Request(url, opts) + try { + const split = url.split(',') + const data = Buffer.from(split[1], 'base64') + const type = split[0].match(/^data:(.*);base64$/)[1] + return Promise.resolve(new Response(data, { + headers: { + 'Content-Type': type, + 'Content-Length': data.length, + } + })) + } catch (er) { + return Promise.reject(new FetchError(`[${request.method}] ${ + request.url} invalid URL, ${er.message}`, 'system', er)) + } + } + + return new Promise((resolve, reject) => { + // build request object + const request = new Request(url, opts) + let options + try { + options = getNodeRequestOptions(request) + } catch (er) { + return reject(er) + } + + const send = (options.protocol === 'https:' ? https : http).request + const { signal } = request + let response = null + const abort = () => { + const error = new AbortError('The user aborted a request.') + reject(error) + if (Minipass.isStream(request.body) && + typeof request.body.destroy === 'function') { + request.body.destroy(error) + } + if (response && response.body) { + response.body.emit('error', error) + } + } + + if (signal && signal.aborted) + return abort() + + const abortAndFinalize = () => { + abort() + finalize() + } + + const finalize = () => { + req.abort() + if (signal) + signal.removeEventListener('abort', abortAndFinalize) + clearTimeout(reqTimeout) + } + + // send request + const req = send(options) + + if (signal) + signal.addEventListener('abort', abortAndFinalize) + + let reqTimeout = null + if (request.timeout) { + req.once('socket', socket => { + reqTimeout = setTimeout(() => { + reject(new FetchError(`network timeout at: ${ + request.url}`, 'request-timeout')) + finalize() + }, request.timeout) + }) + } + + req.on('error', er => { + // if a 'response' event is emitted before the 'error' event, then by the + // time this handler is run it's too late to reject the Promise for the + // response. instead, we forward the error event to the response stream + // so that the error will surface to the user when they try to consume + // the body. this is done as a side effect of aborting the request except + // for in windows, where we must forward the event manually, otherwise + // there is no longer a ref'd socket attached to the request and the + // stream never ends so the event loop runs out of work and the process + // exits without warning. + // coverage skipped here due to the difficulty in testing + // istanbul ignore next + if (req.res) + req.res.emit('error', er) + reject(new FetchError(`request to ${request.url} failed, reason: ${ + er.message}`, 'system', er)) + finalize() + }) + + req.on('response', res => { + clearTimeout(reqTimeout) + + const headers = createHeadersLenient(res.headers) + + // HTTP fetch step 5 + if (fetch.isRedirect(res.statusCode)) { + // HTTP fetch step 5.2 + const location = headers.get('Location') + + // HTTP fetch step 5.3 + const locationURL = location === null ? null + : resolveUrl(request.url, location) + + // HTTP fetch step 5.5 + switch (request.redirect) { + case 'error': + reject(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${ + request.url}`, 'no-redirect')) + finalize() + return + + case 'manual': + // node-fetch-specific step: make manual redirect a bit easier to + // use by setting the Location header value to the resolved URL. + if (locationURL !== null) { + // handle corrupted header + try { + headers.set('Location', locationURL) + } catch (err) { + /* istanbul ignore next: nodejs server prevent invalid + response headers, we can't test this through normal + request */ + reject(err) + } + } + break + + case 'follow': + // HTTP-redirect fetch step 2 + if (locationURL === null) { + break + } + + // HTTP-redirect fetch step 5 + if (request.counter >= request.follow) { + reject(new FetchError(`maximum redirect reached at: ${ + request.url}`, 'max-redirect')) + finalize() + return + } + + // HTTP-redirect fetch step 9 + if (res.statusCode !== 303 && + request.body && + getTotalBytes(request) === null) { + reject(new FetchError( + 'Cannot follow redirect with body being a readable stream', + 'unsupported-redirect' + )) + finalize() + return + } + + // Update host due to redirection + request.headers.set('host', Url.parse(locationURL).host) + + // HTTP-redirect fetch step 6 (counter increment) + // Create a new Request object. + const requestOpts = { + headers: new Headers(request.headers), + follow: request.follow, + counter: request.counter + 1, + agent: request.agent, + compress: request.compress, + method: request.method, + body: request.body, + signal: request.signal, + timeout: request.timeout, + } + + // HTTP-redirect fetch step 11 + if (res.statusCode === 303 || ( + (res.statusCode === 301 || res.statusCode === 302) && + request.method === 'POST' + )) { + requestOpts.method = 'GET' + requestOpts.body = undefined + requestOpts.headers.delete('content-length') + } + + // HTTP-redirect fetch step 15 + resolve(fetch(new Request(locationURL, requestOpts))) + finalize() + return + } + } // end if(isRedirect) + + + // prepare response + res.once('end', () => + signal && signal.removeEventListener('abort', abortAndFinalize)) + + const body = new Minipass() + // exceedingly rare that the stream would have an error, + // but just in case we proxy it to the stream in use. + res.on('error', /* istanbul ignore next */ er => body.emit('error', er)) + res.on('data', (chunk) => body.write(chunk)) + res.on('end', () => body.end()) + + const responseOptions = { + url: request.url, + status: res.statusCode, + statusText: res.statusMessage, + headers: headers, + size: request.size, + timeout: request.timeout, + counter: request.counter, + trailer: new Promise(resolve => + res.on('end', () => resolve(createHeadersLenient(res.trailers)))) + } + + // HTTP-network fetch step 12.1.1.3 + const codings = headers.get('Content-Encoding') + + // HTTP-network fetch step 12.1.1.4: handle content codings + + // in following scenarios we ignore compression support + // 1. compression support is disabled + // 2. HEAD request + // 3. no Content-Encoding header + // 4. no content response (204) + // 5. content not modified response (304) + if (!request.compress || + request.method === 'HEAD' || + codings === null || + res.statusCode === 204 || + res.statusCode === 304) { + response = new Response(body, responseOptions) + resolve(response) + return + } + + + // Be less strict when decoding compressed responses, since sometimes + // servers send slightly invalid responses that are still accepted + // by common browsers. + // Always using Z_SYNC_FLUSH is what cURL does. + const zlibOptions = { + flush: zlib.constants.Z_SYNC_FLUSH, + finishFlush: zlib.constants.Z_SYNC_FLUSH, + } + + // for gzip + if (codings == 'gzip' || codings == 'x-gzip') { + const unzip = new zlib.Gunzip(zlibOptions) + response = new Response( + // exceedingly rare that the stream would have an error, + // but just in case we proxy it to the stream in use. + body.on('error', /* istanbul ignore next */ er => unzip.emit('error', er)).pipe(unzip), + responseOptions + ) + resolve(response) + return + } + + // for deflate + if (codings == 'deflate' || codings == 'x-deflate') { + // handle the infamous raw deflate response from old servers + // a hack for old IIS and Apache servers + const raw = res.pipe(new Minipass()) + raw.once('data', chunk => { + // see http://stackoverflow.com/questions/37519828 + const decoder = (chunk[0] & 0x0F) === 0x08 + ? new zlib.Inflate() + : new zlib.InflateRaw() + // exceedingly rare that the stream would have an error, + // but just in case we proxy it to the stream in use. + body.on('error', /* istanbul ignore next */ er => decoder.emit('error', er)).pipe(decoder) + response = new Response(decoder, responseOptions) + resolve(response) + }) + return + } + + + // for br + if (codings == 'br') { + // ignoring coverage so tests don't have to fake support (or lack of) for brotli + // istanbul ignore next + try { + var decoder = new zlib.BrotliDecompress() + } catch (err) { + reject(err) + finalize() + return + } + // exceedingly rare that the stream would have an error, + // but just in case we proxy it to the stream in use. + body.on('error', /* istanbul ignore next */ er => decoder.emit('error', er)).pipe(decoder) + response = new Response(decoder, responseOptions) + resolve(response) + return + } + + // otherwise, use response as-is + response = new Response(body, responseOptions) + resolve(response) + }) + + writeToStream(req, request) + }) +} + +module.exports = fetch + +fetch.isRedirect = code => + code === 301 || + code === 302 || + code === 303 || + code === 307 || + code === 308 + +fetch.Headers = Headers +fetch.Request = Request +fetch.Response = Response +fetch.FetchError = FetchError diff --git a/node_modules/minipass-fetch/lib/request.js b/node_modules/minipass-fetch/lib/request.js new file mode 100644 index 0000000..278b278 --- /dev/null +++ b/node_modules/minipass-fetch/lib/request.js @@ -0,0 +1,263 @@ +'use strict' +const Url = require('url') +const Minipass = require('minipass') +const Headers = require('./headers.js') +const { exportNodeCompatibleHeaders } = Headers +const Body = require('./body.js') +const { clone, extractContentType, getTotalBytes } = Body + +const version = require('../package.json').version +const defaultUserAgent = + `minipass-fetch/${version} (+https://github.com/isaacs/minipass-fetch)` + +const INTERNALS = Symbol('Request internals') + +const { parse: parseUrl, format: formatUrl } = Url + +const isRequest = input => + typeof input === 'object' && typeof input[INTERNALS] === 'object' + +const isAbortSignal = signal => { + const proto = ( + signal + && typeof signal === 'object' + && Object.getPrototypeOf(signal) + ) + return !!(proto && proto.constructor.name === 'AbortSignal') +} + +class Request extends Body { + constructor (input, init = {}) { + const parsedURL = isRequest(input) ? Url.parse(input.url) + : input && input.href ? Url.parse(input.href) + : Url.parse(`${input}`) + + if (isRequest(input)) + init = { ...input[INTERNALS], ...init } + else if (!input || typeof input === 'string') + input = {} + + const method = (init.method || input.method || 'GET').toUpperCase() + const isGETHEAD = method === 'GET' || method === 'HEAD' + + if ((init.body !== null && init.body !== undefined || + isRequest(input) && input.body !== null) && isGETHEAD) + throw new TypeError('Request with GET/HEAD method cannot have body') + + const inputBody = init.body !== null && init.body !== undefined ? init.body + : isRequest(input) && input.body !== null ? clone(input) + : null + + super(inputBody, { + timeout: init.timeout || input.timeout || 0, + size: init.size || input.size || 0, + }) + + const headers = new Headers(init.headers || input.headers || {}) + + if (inputBody !== null && inputBody !== undefined && + !headers.has('Content-Type')) { + const contentType = extractContentType(inputBody) + if (contentType) + headers.append('Content-Type', contentType) + } + + const signal = 'signal' in init ? init.signal + : null + + if (signal !== null && signal !== undefined && !isAbortSignal(signal)) + throw new TypeError('Expected signal must be an instanceof AbortSignal') + + // TLS specific options that are handled by node + const { + ca, + cert, + ciphers, + clientCertEngine, + crl, + dhparam, + ecdhCurve, + family, + honorCipherOrder, + key, + passphrase, + pfx, + rejectUnauthorized = process.env.NODE_TLS_REJECT_UNAUTHORIZED !== '0', + secureOptions, + secureProtocol, + servername, + sessionIdContext, + } = init + + this[INTERNALS] = { + method, + redirect: init.redirect || input.redirect || 'follow', + headers, + parsedURL, + signal, + ca, + cert, + ciphers, + clientCertEngine, + crl, + dhparam, + ecdhCurve, + family, + honorCipherOrder, + key, + passphrase, + pfx, + rejectUnauthorized, + secureOptions, + secureProtocol, + servername, + sessionIdContext, + } + + // node-fetch-only options + this.follow = init.follow !== undefined ? init.follow + : input.follow !== undefined ? input.follow + : 20 + this.compress = init.compress !== undefined ? init.compress + : input.compress !== undefined ? input.compress + : true + this.counter = init.counter || input.counter || 0 + this.agent = init.agent || input.agent + } + + get method() { + return this[INTERNALS].method + } + + get url() { + return formatUrl(this[INTERNALS].parsedURL) + } + + get headers() { + return this[INTERNALS].headers + } + + get redirect() { + return this[INTERNALS].redirect + } + + get signal() { + return this[INTERNALS].signal + } + + clone () { + return new Request(this) + } + + get [Symbol.toStringTag] () { + return 'Request' + } + + static getNodeRequestOptions (request) { + const parsedURL = request[INTERNALS].parsedURL + const headers = new Headers(request[INTERNALS].headers) + + // fetch step 1.3 + if (!headers.has('Accept')) + headers.set('Accept', '*/*') + + // Basic fetch + if (!parsedURL.protocol || !parsedURL.hostname) + throw new TypeError('Only absolute URLs are supported') + + if (!/^https?:$/.test(parsedURL.protocol)) + throw new TypeError('Only HTTP(S) protocols are supported') + + if (request.signal && + Minipass.isStream(request.body) && + typeof request.body.destroy !== 'function') { + throw new Error( + 'Cancellation of streamed requests with AbortSignal is not supported') + } + + // HTTP-network-or-cache fetch steps 2.4-2.7 + const contentLengthValue = + (request.body === null || request.body === undefined) && + /^(POST|PUT)$/i.test(request.method) ? '0' + : request.body !== null && request.body !== undefined + ? getTotalBytes(request) + : null + + if (contentLengthValue) + headers.set('Content-Length', contentLengthValue + '') + + // HTTP-network-or-cache fetch step 2.11 + if (!headers.has('User-Agent')) + headers.set('User-Agent', defaultUserAgent) + + // HTTP-network-or-cache fetch step 2.15 + if (request.compress && !headers.has('Accept-Encoding')) + headers.set('Accept-Encoding', 'gzip,deflate') + + const agent = typeof request.agent === 'function' + ? request.agent(parsedURL) + : request.agent + + if (!headers.has('Connection') && !agent) + headers.set('Connection', 'close') + + // TLS specific options that are handled by node + const { + ca, + cert, + ciphers, + clientCertEngine, + crl, + dhparam, + ecdhCurve, + family, + honorCipherOrder, + key, + passphrase, + pfx, + rejectUnauthorized, + secureOptions, + secureProtocol, + servername, + sessionIdContext, + } = request[INTERNALS] + + // HTTP-network fetch step 4.2 + // chunked encoding is handled by Node.js + + return { + ...parsedURL, + method: request.method, + headers: exportNodeCompatibleHeaders(headers), + agent, + ca, + cert, + ciphers, + clientCertEngine, + crl, + dhparam, + ecdhCurve, + family, + honorCipherOrder, + key, + passphrase, + pfx, + rejectUnauthorized, + secureOptions, + secureProtocol, + servername, + sessionIdContext, + } + } +} + +module.exports = Request + +Object.defineProperties(Request.prototype, { + method: { enumerable: true }, + url: { enumerable: true }, + headers: { enumerable: true }, + redirect: { enumerable: true }, + clone: { enumerable: true }, + signal: { enumerable: true }, +}) diff --git a/node_modules/minipass-fetch/lib/response.js b/node_modules/minipass-fetch/lib/response.js new file mode 100644 index 0000000..854f789 --- /dev/null +++ b/node_modules/minipass-fetch/lib/response.js @@ -0,0 +1,89 @@ +'use strict' +const http = require('http') +const { STATUS_CODES } = http + +const Headers = require('./headers.js') +const Body = require('./body.js') +const { clone, extractContentType } = Body + +const INTERNALS = Symbol('Response internals') + +class Response extends Body { + constructor (body = null, opts = {}) { + super(body, opts) + + const status = opts.status || 200 + const headers = new Headers(opts.headers) + + if (body !== null && body !== undefined && !headers.has('Content-Type')) { + const contentType = extractContentType(body) + if (contentType) + headers.append('Content-Type', contentType) + } + + this[INTERNALS] = { + url: opts.url, + status, + statusText: opts.statusText || STATUS_CODES[status], + headers, + counter: opts.counter, + trailer: Promise.resolve(opts.trailer || new Headers()), + } + } + + get trailer () { + return this[INTERNALS].trailer + } + + get url () { + return this[INTERNALS].url || '' + } + + get status () { + return this[INTERNALS].status + } + + get ok () { + return this[INTERNALS].status >= 200 && this[INTERNALS].status < 300 + } + + get redirected () { + return this[INTERNALS].counter > 0 + } + + get statusText () { + return this[INTERNALS].statusText + } + + get headers () { + return this[INTERNALS].headers + } + + clone () { + return new Response(clone(this), { + url: this.url, + status: this.status, + statusText: this.statusText, + headers: this.headers, + ok: this.ok, + redirected: this.redirected, + trailer: this.trailer, + }) + } + + get [Symbol.toStringTag] () { + return 'Response' + } +} + +module.exports = Response + +Object.defineProperties(Response.prototype, { + url: { enumerable: true }, + status: { enumerable: true }, + ok: { enumerable: true }, + redirected: { enumerable: true }, + statusText: { enumerable: true }, + headers: { enumerable: true }, + clone: { enumerable: true }, +}) diff --git a/node_modules/minipass-fetch/package.json b/node_modules/minipass-fetch/package.json new file mode 100644 index 0000000..1d7d9e4 --- /dev/null +++ b/node_modules/minipass-fetch/package.json @@ -0,0 +1,53 @@ +{ + "name": "minipass-fetch", + "version": "1.4.1", + "description": "An implementation of window.fetch in Node.js using Minipass streams", + "license": "MIT", + "main": "lib/index.js", + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "tap": { + "coverage-map": "map.js", + "check-coverage": true + }, + "devDependencies": { + "@ungap/url-search-params": "^0.1.2", + "abort-controller": "^3.0.0", + "abortcontroller-polyfill": "~1.3.0", + "form-data": "^2.5.1", + "parted": "^0.1.1", + "string-to-arraybuffer": "^1.0.2", + "tap": "^15.0.9", + "whatwg-url": "^7.0.0" + }, + "dependencies": { + "minipass": "^3.1.0", + "minipass-sized": "^1.0.3", + "minizlib": "^2.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.12" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/npm/minipass-fetch.git" + }, + "keywords": [ + "fetch", + "minipass", + "node-fetch", + "window.fetch" + ], + "files": [ + "index.js", + "lib/*.js" + ], + "engines": { + "node": ">=8" + } +} diff --git a/node_modules/minipass-flush/LICENSE b/node_modules/minipass-flush/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/minipass-flush/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/minipass-flush/README.md b/node_modules/minipass-flush/README.md new file mode 100644 index 0000000..7eea400 --- /dev/null +++ b/node_modules/minipass-flush/README.md @@ -0,0 +1,47 @@ +# minipass-flush + +A Minipass stream that calls a flush function before emitting 'end' + +## USAGE + +```js +const Flush = require('minipass-flush') +cons f = new Flush({ + flush (cb) { + // call the cb when done, or return a promise + // the 'end' event will wait for it, along with + // close, finish, and prefinish. + // call the cb with an error, or return a rejecting + // promise to emit 'error' instead of doing the 'end' + return rerouteAllEncryptions().then(() => clearAllChannels()) + }, + // all other minipass options accepted as well +}) + +someDataSource.pipe(f).on('end', () => { + // proper flushing has been accomplished +}) + +// Or as a subclass implementing a 'flush' method: +class MyFlush extends Flush { + flush (cb) { + // old fashioned callback style! + rerouteAllEncryptions(er => { + if (er) + return cb(er) + clearAllChannels(er => { + if (er) + cb(er) + cb() + }) + }) + } +} +``` + +That's about it. + +If your `flush` method doesn't have to do anything asynchronous, then it's +better to call the callback right away in this tick, rather than returning +`Promise.resolve()`, so that the `end` event can happen as soon as +possible. diff --git a/node_modules/minipass-flush/index.js b/node_modules/minipass-flush/index.js new file mode 100644 index 0000000..cb2537f --- /dev/null +++ b/node_modules/minipass-flush/index.js @@ -0,0 +1,39 @@ +const Minipass = require('minipass') +const _flush = Symbol('_flush') +const _flushed = Symbol('_flushed') +const _flushing = Symbol('_flushing') +class Flush extends Minipass { + constructor (opt = {}) { + if (typeof opt === 'function') + opt = { flush: opt } + + super(opt) + + // or extend this class and provide a 'flush' method in your subclass + if (typeof opt.flush !== 'function' && typeof this.flush !== 'function') + throw new TypeError('must provide flush function in options') + + this[_flush] = opt.flush || this.flush + } + + emit (ev, ...data) { + if ((ev !== 'end' && ev !== 'finish') || this[_flushed]) + return super.emit(ev, ...data) + + if (this[_flushing]) + return + + this[_flushing] = true + + const afterFlush = er => { + this[_flushed] = true + er ? super.emit('error', er) : super.emit('end') + } + + const ret = this[_flush](afterFlush) + if (ret && ret.then) + ret.then(() => afterFlush(), er => afterFlush(er)) + } +} + +module.exports = Flush diff --git a/node_modules/minipass-flush/package.json b/node_modules/minipass-flush/package.json new file mode 100644 index 0000000..09127d0 --- /dev/null +++ b/node_modules/minipass-flush/package.json @@ -0,0 +1,39 @@ +{ + "name": "minipass-flush", + "version": "1.0.5", + "description": "A Minipass stream that calls a flush function before emitting 'end'", + "author": "Isaac Z. Schlueter (https://izs.me)", + "license": "ISC", + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "tap": { + "check-coverage": true + }, + "devDependencies": { + "tap": "^14.6.9" + }, + "dependencies": { + "minipass": "^3.0.0" + }, + "files": [ + "index.js" + ], + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/minipass-flush.git" + }, + "keywords": [ + "minipass", + "flush", + "stream" + ], + "engines": { + "node": ">= 8" + } +} diff --git a/node_modules/minipass-pipeline/LICENSE b/node_modules/minipass-pipeline/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/minipass-pipeline/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/minipass-pipeline/README.md b/node_modules/minipass-pipeline/README.md new file mode 100644 index 0000000..12daa99 --- /dev/null +++ b/node_modules/minipass-pipeline/README.md @@ -0,0 +1,69 @@ +# minipass-pipeline + +Create a pipeline of streams using Minipass. + +Calls `.pipe()` on all the streams in the list. Returns a stream where +writes got to the first pipe in the chain, and reads are from the last. + +Errors are proxied along the chain and emitted on the Pipeline stream. + +## USAGE + +```js +const Pipeline = require('minipass-pipeline') + +// the list of streams to pipeline together, +// a bit like `input | transform | output` in bash +const p = new Pipeline(input, transform, output) + +p.write('foo') // writes to input +p.on('data', chunk => doSomething()) // reads from output stream + +// less contrived example (but still pretty contrived)... +const decode = new bunzipDecoder() +const unpack = tar.extract({ cwd: 'target-dir' }) +const tbz = new Pipeline(decode, unpack) + +fs.createReadStream('archive.tbz').pipe(tbz) + +// specify any minipass options if you like, as the first argument +// it'll only try to pipeline event emitters with a .pipe() method +const p = new Pipeline({ objectMode: true }, input, transform, output) + +// If you don't know the things to pipe in right away, that's fine. +// use p.push(stream) to add to the end, or p.unshift(stream) to the front +const databaseDecoderStreamDoohickey = (connectionInfo) => { + const p = new Pipeline() + logIntoDatabase(connectionInfo).then(connection => { + initializeDecoderRing(connectionInfo).then(decoderRing => { + p.push(connection, decoderRing) + getUpstreamSource(upstream => { + p.unshift(upstream) + }) + }) + }) + // return to caller right away + // emitted data will be upstream -> connection -> decoderRing pipeline + return p +} +``` + +Pipeline is a [minipass](http://npm.im/minipass) stream, so it's as +synchronous as the streams it wraps. It will buffer data until there is a +reader, but no longer, so make sure to attach your listeners before you +pipe it somewhere else. + +## `new Pipeline(opts = {}, ...streams)` + +Create a new Pipeline with the specified Minipass options and any streams +provided. + +## `pipeline.push(stream, ...)` + +Attach one or more streams to the pipeline at the end (read) side of the +pipe chain. + +## `pipeline.unshift(stream, ...)` + +Attach one or more streams to the pipeline at the start (write) side of the +pipe chain. diff --git a/node_modules/minipass-pipeline/index.js b/node_modules/minipass-pipeline/index.js new file mode 100644 index 0000000..b94ea14 --- /dev/null +++ b/node_modules/minipass-pipeline/index.js @@ -0,0 +1,128 @@ +const Minipass = require('minipass') +const EE = require('events') +const isStream = s => s && s instanceof EE && ( + typeof s.pipe === 'function' || // readable + (typeof s.write === 'function' && typeof s.end === 'function') // writable +) + +const _head = Symbol('_head') +const _tail = Symbol('_tail') +const _linkStreams = Symbol('_linkStreams') +const _setHead = Symbol('_setHead') +const _setTail = Symbol('_setTail') +const _onError = Symbol('_onError') +const _onData = Symbol('_onData') +const _onEnd = Symbol('_onEnd') +const _onDrain = Symbol('_onDrain') +const _streams = Symbol('_streams') +class Pipeline extends Minipass { + constructor (opts, ...streams) { + if (isStream(opts)) { + streams.unshift(opts) + opts = {} + } + + super(opts) + this[_streams] = [] + if (streams.length) + this.push(...streams) + } + + [_linkStreams] (streams) { + // reduce takes (left,right), and we return right to make it the + // new left value. + return streams.reduce((src, dest) => { + src.on('error', er => dest.emit('error', er)) + src.pipe(dest) + return dest + }) + } + + push (...streams) { + this[_streams].push(...streams) + if (this[_tail]) + streams.unshift(this[_tail]) + + const linkRet = this[_linkStreams](streams) + + this[_setTail](linkRet) + if (!this[_head]) + this[_setHead](streams[0]) + } + + unshift (...streams) { + this[_streams].unshift(...streams) + if (this[_head]) + streams.push(this[_head]) + + const linkRet = this[_linkStreams](streams) + this[_setHead](streams[0]) + if (!this[_tail]) + this[_setTail](linkRet) + } + + destroy (er) { + // set fire to the whole thing. + this[_streams].forEach(s => + typeof s.destroy === 'function' && s.destroy()) + return super.destroy(er) + } + + // readable interface -> tail + [_setTail] (stream) { + this[_tail] = stream + stream.on('error', er => this[_onError](stream, er)) + stream.on('data', chunk => this[_onData](stream, chunk)) + stream.on('end', () => this[_onEnd](stream)) + stream.on('finish', () => this[_onEnd](stream)) + } + + // errors proxied down the pipeline + // they're considered part of the "read" interface + [_onError] (stream, er) { + if (stream === this[_tail]) + this.emit('error', er) + } + [_onData] (stream, chunk) { + if (stream === this[_tail]) + super.write(chunk) + } + [_onEnd] (stream) { + if (stream === this[_tail]) + super.end() + } + pause () { + super.pause() + return this[_tail] && this[_tail].pause && this[_tail].pause() + } + + // NB: Minipass calls its internal private [RESUME] method during + // pipe drains, to avoid hazards where stream.resume() is overridden. + // Thus, we need to listen to the resume *event*, not override the + // resume() method, and proxy *that* to the tail. + emit (ev, ...args) { + if (ev === 'resume' && this[_tail] && this[_tail].resume) + this[_tail].resume() + return super.emit(ev, ...args) + } + + // writable interface -> head + [_setHead] (stream) { + this[_head] = stream + stream.on('drain', () => this[_onDrain](stream)) + } + [_onDrain] (stream) { + if (stream === this[_head]) + this.emit('drain') + } + write (chunk, enc, cb) { + return this[_head].write(chunk, enc, cb) && + (this.flowing || this.buffer.length === 0) + } + end (chunk, enc, cb) { + this[_head].end(chunk, enc, cb) + return this + } +} + +module.exports = Pipeline diff --git a/node_modules/minipass-pipeline/package.json b/node_modules/minipass-pipeline/package.json new file mode 100644 index 0000000..d608dc6 --- /dev/null +++ b/node_modules/minipass-pipeline/package.json @@ -0,0 +1,29 @@ +{ + "name": "minipass-pipeline", + "version": "1.2.4", + "description": "create a pipeline of streams using Minipass", + "author": "Isaac Z. Schlueter (https://izs.me)", + "license": "ISC", + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "tap": { + "check-coverage": true + }, + "devDependencies": { + "tap": "^14.6.9" + }, + "dependencies": { + "minipass": "^3.0.0" + }, + "files": [ + "index.js" + ], + "engines": { + "node": ">=8" + } +} diff --git a/node_modules/minipass-sized/.npmignore b/node_modules/minipass-sized/.npmignore new file mode 100644 index 0000000..2bec044 --- /dev/null +++ b/node_modules/minipass-sized/.npmignore @@ -0,0 +1,22 @@ +# ignore most things, include some others +/* +/.* + +!bin/ +!lib/ +!docs/ +!package.json +!package-lock.json +!README.md +!CONTRIBUTING.md +!LICENSE +!CHANGELOG.md +!example/ +!scripts/ +!tap-snapshots/ +!test/ +!.travis.yml +!.gitignore +!.gitattributes +!coverage-map.js +!index.js diff --git a/node_modules/minipass-sized/LICENSE b/node_modules/minipass-sized/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/minipass-sized/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/minipass-sized/README.md b/node_modules/minipass-sized/README.md new file mode 100644 index 0000000..6da403e --- /dev/null +++ b/node_modules/minipass-sized/README.md @@ -0,0 +1,28 @@ +# minipass-sized + +A Minipass stream that raises an error if you get a different number of +bytes than expected. + +## USAGE + +Use just like any old [minipass](http://npm.im/minipass) stream, but +provide a `size` option to the constructor. + +The `size` option must be a positive integer, smaller than +`Number.MAX_SAFE_INTEGER`. + +```js +const MinipassSized = require('minipass-sized') +// figure out how much data you expect to get +const expectedSize = +headers['content-length'] +const stream = new MinipassSized({ size: expectedSize }) +stream.on('error', er => { + // if it's the wrong size, then this will raise an error with + // { found: , expect: , code: 'EBADSIZE' } +}) +response.pipe(stream) +``` + +Caveats: this does not work with `objectMode` streams, and will throw a +`TypeError` from the constructor if the size argument is missing or +invalid. diff --git a/node_modules/minipass-sized/index.js b/node_modules/minipass-sized/index.js new file mode 100644 index 0000000..a0c8acd --- /dev/null +++ b/node_modules/minipass-sized/index.js @@ -0,0 +1,67 @@ +const Minipass = require('minipass') + +class SizeError extends Error { + constructor (found, expect) { + super(`Bad data size: expected ${expect} bytes, but got ${found}`) + this.expect = expect + this.found = found + this.code = 'EBADSIZE' + Error.captureStackTrace(this, this.constructor) + } + get name () { + return 'SizeError' + } +} + +class MinipassSized extends Minipass { + constructor (options = {}) { + super(options) + + if (options.objectMode) + throw new TypeError(`${ + this.constructor.name + } streams only work with string and buffer data`) + + this.found = 0 + this.expect = options.size + if (typeof this.expect !== 'number' || + this.expect > Number.MAX_SAFE_INTEGER || + isNaN(this.expect) || + this.expect < 0 || + !isFinite(this.expect) || + this.expect !== Math.floor(this.expect)) + throw new Error('invalid expected size: ' + this.expect) + } + + write (chunk, encoding, cb) { + const buffer = Buffer.isBuffer(chunk) ? chunk + : typeof chunk === 'string' ? + Buffer.from(chunk, typeof encoding === 'string' ? encoding : 'utf8') + : chunk + + if (!Buffer.isBuffer(buffer)) { + this.emit('error', new TypeError(`${ + this.constructor.name + } streams only work with string and buffer data`)) + return false + } + + this.found += buffer.length + if (this.found > this.expect) + this.emit('error', new SizeError(this.found, this.expect)) + + return super.write(chunk, encoding, cb) + } + + emit (ev, ...data) { + if (ev === 'end') { + if (this.found !== this.expect) + this.emit('error', new SizeError(this.found, this.expect)) + } + return super.emit(ev, ...data) + } +} + +MinipassSized.SizeError = SizeError + +module.exports = MinipassSized diff --git a/node_modules/minipass-sized/package-lock.json b/node_modules/minipass-sized/package-lock.json new file mode 100644 index 0000000..944b285 --- /dev/null +++ b/node_modules/minipass-sized/package-lock.json @@ -0,0 +1,3464 @@ +{ + "name": "minipass-sized", + "version": "1.0.3", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@babel/code-frame": { + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", + "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==", + "dev": true, + "requires": { + "@babel/highlight": "^7.0.0" + } + }, + "@babel/generator": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.0.tgz", + "integrity": "sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA==", + "dev": true, + "requires": { + "@babel/types": "^7.6.0", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0", + "trim-right": "^1.0.1" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "@babel/helper-function-name": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", + "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.0.0", + "@babel/template": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", + "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", + "dev": true, + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz", + "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==", + "dev": true, + "requires": { + "@babel/types": "^7.4.4" + } + }, + "@babel/highlight": { + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz", + "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.6.0.tgz", + "integrity": "sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==", + "dev": true + }, + "@babel/runtime": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.0.tgz", + "integrity": "sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.2" + } + }, + "@babel/template": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.6.0.tgz", + "integrity": "sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.6.0", + "@babel/types": "^7.6.0" + } + }, + "@babel/traverse": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.0.tgz", + "integrity": "sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.5.5", + "@babel/generator": "^7.6.0", + "@babel/helper-function-name": "^7.1.0", + "@babel/helper-split-export-declaration": "^7.4.4", + "@babel/parser": "^7.6.0", + "@babel/types": "^7.6.0", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.1.tgz", + "integrity": "sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "ajv": { + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", + "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", + "dev": true, + "requires": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.0.tgz", + "integrity": "sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "append-transform": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-1.0.0.tgz", + "integrity": "sha512-P009oYkeHyU742iSZJzZZywj4QRJdnTWffaKuJQLablCZ1uz6/cW4yaRgcDaoQ+uwOxxnt0gRUcwfsNP2ri0gw==", + "dev": true, + "requires": { + "default-require-extensions": "^2.0.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", + "dev": true + }, + "arg": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.1.tgz", + "integrity": "sha512-SlmP3fEA88MBv0PypnXZ8ZfJhwmDeIE3SP71j37AiXQBXYosPV0x6uISAaHYSlSVhmHOVkomen0tbGk6Anlebw==", + "dev": true + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "dev": true, + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "async-hook-domain": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/async-hook-domain/-/async-hook-domain-1.1.0.tgz", + "integrity": "sha512-NH7V97d1yCbIanu2oDLyPT2GFNct0esPeJyRfkk8J5hTztHVSQp4UiNfL2O42sCA9XZPU8OgHvzOmt9ewBhVqA==", + "dev": true, + "requires": { + "source-map-support": "^0.5.11" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dev": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "binary-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", + "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==", + "dev": true + }, + "bind-obj-methods": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bind-obj-methods/-/bind-obj-methods-2.0.0.tgz", + "integrity": "sha512-3/qRXczDi2Cdbz6jE+W3IflJOutRVica8frpBn14de1mBOkzDo+6tY33kNhvkw54Kn3PzRRD2VnGbGPcTAk4sw==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", + "dev": true + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "caching-transform": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-3.0.2.tgz", + "integrity": "sha512-Mtgcv3lh3U0zRii/6qVgQODdPA4G3zhG+jtbCWj39RXuUFTMzH0vcdMtaJS1jPowd+It2Pqr6y3NJMQqOqCE2w==", + "dev": true, + "requires": { + "hasha": "^3.0.0", + "make-dir": "^2.0.0", + "package-hash": "^3.0.0", + "write-file-atomic": "^2.4.2" + }, + "dependencies": { + "write-file-atomic": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", + "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" + } + } + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "capture-stack-trace": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz", + "integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "chokidar": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.1.1.tgz", + "integrity": "sha512-df4o16uZmMHzVQwECZRHwfguOt5ixpuQVaZHjYMvYisgKhE+JXwcj/Tcr3+3bu/XeOJQ9ycYmzu7Mv8XrGxJDQ==", + "dev": true, + "requires": { + "anymatch": "^3.1.0", + "braces": "^3.0.2", + "fsevents": "^2.0.6", + "glob-parent": "^5.0.0", + "is-binary-path": "^2.1.0", + "is-glob": "^4.0.1", + "normalize-path": "^3.0.0", + "readdirp": "^3.1.1" + } + }, + "cliui": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", + "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", + "dev": true, + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", + "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", + "dev": true, + "optional": true + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "convert-source-map": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", + "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + } + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "coveralls": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/coveralls/-/coveralls-3.0.6.tgz", + "integrity": "sha512-Pgh4v3gCI4T/9VijVrm8Ym5v0OgjvGLKj3zTUwkvsCiwqae/p6VLzpsFNjQS2i6ewV7ef+DjFJ5TSKxYt/mCrA==", + "dev": true, + "requires": { + "growl": "~> 1.10.0", + "js-yaml": "^3.13.1", + "lcov-parse": "^0.0.10", + "log-driver": "^1.2.7", + "minimist": "^1.2.0", + "request": "^2.86.0" + } + }, + "cp-file": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/cp-file/-/cp-file-6.2.0.tgz", + "integrity": "sha512-fmvV4caBnofhPe8kOcitBwSn2f39QLjnAnGq3gO9dfd75mUytzKNZB1hde6QHunW2Rt+OwuBOMc3i1tNElbszA==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "make-dir": "^2.0.0", + "nested-error-stacks": "^2.0.0", + "pify": "^4.0.1", + "safe-buffer": "^5.0.1" + } + }, + "cross-spawn": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz", + "integrity": "sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "which": "^1.2.9" + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "default-require-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-2.0.0.tgz", + "integrity": "sha1-9fj7sYp9bVCyH2QfZJ67Uiz+JPc=", + "dev": true, + "requires": { + "strip-bom": "^3.0.0" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "diff": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.1.tgz", + "integrity": "sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==", + "dev": true + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dev": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esm": { + "version": "3.2.25", + "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", + "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", + "dev": true + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "events-to-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/events-to-array/-/events-to-array-1.1.2.tgz", + "integrity": "sha1-LUH1Y+H+QA7Uli/hpNXGp1Od9/Y=", + "dev": true + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", + "dev": true + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "findit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/findit/-/findit-2.0.0.tgz", + "integrity": "sha1-ZQnwEmr0wXhVHPqZOU4DLhOk1W4=", + "dev": true + }, + "flow-parser": { + "version": "0.108.0", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.108.0.tgz", + "integrity": "sha512-Ug8VuwlyDIZq5Xgrf+T7XLpKydhqYyNd8lmFtf7PZbu90T5LL+FeHjWzxyrBn35RCCZMw7pXrjCrHOSs+2zXyg==", + "dev": true + }, + "flow-remove-types": { + "version": "2.108.0", + "resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.108.0.tgz", + "integrity": "sha512-cbYe0AijNVlc6V1Xx99fNqQtRMJ+xbQwG5rQtcheFQiBPO6b6VwvhMs/OelJvpO+YUTz49IhFKzoZGj5xm74PA==", + "dev": true, + "requires": { + "flow-parser": "^0.108.0", + "pirates": "^3.0.2", + "vlq": "^0.2.1" + } + }, + "foreground-child": { + "version": "1.5.6", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz", + "integrity": "sha1-T9ca0t/elnibmApcCilZN8svXOk=", + "dev": true, + "requires": { + "cross-spawn": "^4", + "signal-exit": "^3.0.0" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "fs-exists-cached": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz", + "integrity": "sha1-zyVVTKBQ3EmuZla0HeQiWJidy84=", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fsevents": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.0.7.tgz", + "integrity": "sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==", + "dev": true, + "optional": true + }, + "function-loop": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/function-loop/-/function-loop-1.0.2.tgz", + "integrity": "sha512-Iw4MzMfS3udk/rqxTiDDCllhGwlOrsr50zViTOO/W6lS/9y6B1J0BD2VZzrnWUYBJsl3aeqjgR5v7bWWhZSYbA==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", + "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.0.0.tgz", + "integrity": "sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "graceful-fs": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz", + "integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==", + "dev": true + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true + }, + "handlebars": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.2.1.tgz", + "integrity": "sha512-bqPIlDk06UWbVEIFoYj+LVo42WhK96J+b25l7hbFDpxrOXMphFM3fNIm+cluwg4Pk2jiLjWU5nHQY7igGE75NQ==", + "dev": true, + "requires": { + "neo-async": "^2.6.0", + "optimist": "^0.6.1", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4" + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, + "har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "dev": true, + "requires": { + "ajv": "^6.5.5", + "har-schema": "^2.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "hasha": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-3.0.0.tgz", + "integrity": "sha1-UqMvq4Vp1BymmmH/GiFPjrfIvTk=", + "dev": true, + "requires": { + "is-stream": "^1.0.1" + } + }, + "hosted-git-info": { + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz", + "integrity": "sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ==", + "dev": true + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true, + "optional": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", + "dev": true + }, + "istanbul-lib-hook": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-2.0.7.tgz", + "integrity": "sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA==", + "dev": true, + "requires": { + "append-transform": "^1.0.0" + } + }, + "istanbul-lib-instrument": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", + "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", + "dev": true, + "requires": { + "@babel/generator": "^7.4.0", + "@babel/parser": "^7.4.3", + "@babel/template": "^7.4.0", + "@babel/traverse": "^7.4.3", + "@babel/types": "^7.4.0", + "istanbul-lib-coverage": "^2.0.5", + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "istanbul-lib-processinfo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-1.0.0.tgz", + "integrity": "sha512-FY0cPmWa4WoQNlvB8VOcafiRoB5nB+l2Pz2xGuXHRSy1KM8QFOYfz/rN+bGMCAeejrY3mrpF5oJHcN0s/garCg==", + "dev": true, + "requires": { + "archy": "^1.0.0", + "cross-spawn": "^6.0.5", + "istanbul-lib-coverage": "^2.0.3", + "rimraf": "^2.6.3", + "uuid": "^3.3.2" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + } + } + }, + "istanbul-lib-report": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz", + "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==", + "dev": true, + "requires": { + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "supports-color": "^6.1.0" + }, + "dependencies": { + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz", + "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "rimraf": "^2.6.3", + "source-map": "^0.6.1" + } + }, + "istanbul-reports": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz", + "integrity": "sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==", + "dev": true, + "requires": { + "handlebars": "^4.1.2" + } + }, + "jackspeak": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-1.4.0.tgz", + "integrity": "sha512-VDcSunT+wcccoG46FtzuBAyQKlzhHjli4q31e1fIHGOsRspqNUFjVzGb+7eIFDlTvqLygxapDHPHS0ouT2o/tw==", + "dev": true, + "requires": { + "cliui": "^4.1.0" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "lcov-parse": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.10.tgz", + "integrity": "sha1-GwuP+ayceIklBYK3C3ExXZ2m2aM=", + "dev": true + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + } + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "dev": true + }, + "lodash.flattendeep": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", + "dev": true + }, + "log-driver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/log-driver/-/log-driver-1.2.7.tgz", + "integrity": "sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==", + "dev": true + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "make-error": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz", + "integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==", + "dev": true + }, + "merge-source-map": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz", + "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", + "dev": true, + "requires": { + "source-map": "^0.6.1" + } + }, + "mime-db": { + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz", + "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==", + "dev": true + }, + "mime-types": { + "version": "2.1.24", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz", + "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==", + "dev": true, + "requires": { + "mime-db": "1.40.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true + }, + "minipass": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.0.0.tgz", + "integrity": "sha512-FKNU4XrAPDX0+ynwns7njVu4RolyG1mUKSlT6n6GwGXLtYSYh2Znc0S83Rl6zEr1zgFfXvAzIBabnmItm+n19g==", + "requires": { + "yallist": "^4.0.0" + }, + "dependencies": { + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "requires": { + "minimist": "0.0.8" + }, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + } + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "neo-async": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", + "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", + "dev": true + }, + "nested-error-stacks": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz", + "integrity": "sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==", + "dev": true + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node-modules-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", + "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=", + "dev": true + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "nyc": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/nyc/-/nyc-14.1.1.tgz", + "integrity": "sha512-OI0vm6ZGUnoGZv/tLdZ2esSVzDwUC88SNs+6JoSOMVxA+gKMB8Tk7jBwgemLx4O40lhhvZCVw1C+OYLOBOPXWw==", + "dev": true, + "requires": { + "archy": "^1.0.0", + "caching-transform": "^3.0.2", + "convert-source-map": "^1.6.0", + "cp-file": "^6.2.0", + "find-cache-dir": "^2.1.0", + "find-up": "^3.0.0", + "foreground-child": "^1.5.6", + "glob": "^7.1.3", + "istanbul-lib-coverage": "^2.0.5", + "istanbul-lib-hook": "^2.0.7", + "istanbul-lib-instrument": "^3.3.0", + "istanbul-lib-report": "^2.0.8", + "istanbul-lib-source-maps": "^3.0.6", + "istanbul-reports": "^2.2.4", + "js-yaml": "^3.13.1", + "make-dir": "^2.1.0", + "merge-source-map": "^1.1.0", + "resolve-from": "^4.0.0", + "rimraf": "^2.6.3", + "signal-exit": "^3.0.2", + "spawn-wrap": "^1.4.2", + "test-exclude": "^5.2.3", + "uuid": "^3.3.2", + "yargs": "^13.2.2", + "yargs-parser": "^13.0.0" + } + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "opener": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.1.tgz", + "integrity": "sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA==", + "dev": true + }, + "optimist": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "dev": true, + "requires": { + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" + }, + "dependencies": { + "minimist": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", + "dev": true + } + } + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "own-or": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/own-or/-/own-or-1.0.0.tgz", + "integrity": "sha1-Tod/vtqaLsgAD7wLyuOWRe6L+Nw=", + "dev": true + }, + "own-or-env": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/own-or-env/-/own-or-env-1.0.1.tgz", + "integrity": "sha512-y8qULRbRAlL6x2+M0vIe7jJbJx/kmUTzYonRAa2ayesR2qWLswninkVyeJe4x3IEXhdgoNodzjQRKAoEs6Fmrw==", + "dev": true, + "requires": { + "own-or": "^1.0.0" + } + }, + "p-limit": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", + "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "package-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-3.0.0.tgz", + "integrity": "sha512-lOtmukMDVvtkL84rJHI7dpTYq+0rli8N2wlnqUcBuDWCfVhRUfOmnR9SsoHFMLpACvEV60dX7rd0rFaYDZI+FA==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.15", + "hasha": "^3.0.0", + "lodash.flattendeep": "^4.4.0", + "release-zalgo": "^1.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, + "requires": { + "pify": "^3.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + } + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "picomatch": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz", + "integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==", + "dev": true + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, + "pirates": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-3.0.2.tgz", + "integrity": "sha512-c5CgUJq6H2k6MJz72Ak1F5sN9n9wlSlJyEnwvpm9/y3WB4E3pHBDT2c6PEiS1vyJvq2bUxUAIu0EGf8Cx4Ic7Q==", + "dev": true, + "requires": { + "node-modules-regexp": "^1.0.0" + } + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "requires": { + "find-up": "^3.0.0" + } + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true, + "optional": true + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "psl": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.4.0.tgz", + "integrity": "sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==", + "dev": true + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "read-pkg-up": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz", + "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", + "dev": true, + "requires": { + "find-up": "^3.0.0", + "read-pkg": "^3.0.0" + } + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "optional": true + } + } + }, + "readdirp": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.1.2.tgz", + "integrity": "sha512-8rhl0xs2cxfVsqzreYCvs8EwBfn/DhVdqtoLmw19uI3SC5avYX9teCurlErfpPXGmYtMHReGaP2RsLnFvz/lnw==", + "dev": true, + "requires": { + "picomatch": "^2.0.4" + } + }, + "regenerator-runtime": { + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==", + "dev": true + }, + "release-zalgo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", + "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "dev": true, + "requires": { + "es6-error": "^4.0.1" + } + }, + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "dev": true, + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.0", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.4.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "resolve": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz", + "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==", + "dev": true, + "requires": { + "path-parse": "^1.0.6" + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "spawn-wrap": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-1.4.3.tgz", + "integrity": "sha512-IgB8md0QW/+tWqcavuFgKYR/qIRvJkRLPJDFaoXtLLUaVcCDK0+HeFTkmQHj3eprcYhc+gOl0aEA1w7qZlYezw==", + "dev": true, + "requires": { + "foreground-child": "^1.5.6", + "mkdirp": "^0.5.0", + "os-homedir": "^1.0.1", + "rimraf": "^2.6.2", + "signal-exit": "^3.0.2", + "which": "^1.3.0" + } + }, + "spdx-correct": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz", + "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", + "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", + "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz", + "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==", + "dev": true + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "dev": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stack-utils": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-1.0.2.tgz", + "integrity": "sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "optional": true + } + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "tap": { + "version": "14.6.4", + "resolved": "https://registry.npmjs.org/tap/-/tap-14.6.4.tgz", + "integrity": "sha512-qYO/ZlQumbYzibH+wCVfkrNAomtBhKcKvMHWAMaucHrTBzZGHCmLR/WmRhb1khOKN5gzxMbCpEct3GQIKYXRlw==", + "dev": true, + "requires": { + "async-hook-domain": "^1.1.0", + "bind-obj-methods": "^2.0.0", + "browser-process-hrtime": "^1.0.0", + "capture-stack-trace": "^1.0.0", + "chokidar": "^3.0.2", + "color-support": "^1.1.0", + "coveralls": "^3.0.6", + "diff": "^4.0.1", + "esm": "^3.2.25", + "findit": "^2.0.0", + "flow-remove-types": "^2.107.0", + "foreground-child": "^1.3.3", + "fs-exists-cached": "^1.0.0", + "function-loop": "^1.0.2", + "glob": "^7.1.4", + "import-jsx": "^2.0.0", + "ink": "^2.3.0", + "isexe": "^2.0.0", + "istanbul-lib-processinfo": "^1.0.0", + "jackspeak": "^1.4.0", + "minipass": "^2.5.1", + "mkdirp": "^0.5.1", + "nyc": "^14.1.1", + "opener": "^1.5.1", + "own-or": "^1.0.0", + "own-or-env": "^1.0.1", + "react": "^16.9.0", + "rimraf": "^2.7.1", + "signal-exit": "^3.0.0", + "source-map-support": "^0.5.13", + "stack-utils": "^1.0.2", + "tap-mocha-reporter": "^4.0.1", + "tap-parser": "^9.3.3", + "tap-yaml": "^1.0.0", + "tcompare": "^2.3.0", + "treport": "^0.4.0", + "trivial-deferred": "^1.0.1", + "ts-node": "^8.3.0", + "typescript": "^3.6.3", + "which": "^1.3.1", + "write-file-atomic": "^3.0.0", + "yaml": "^1.6.0", + "yapool": "^1.0.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.4.5", + "bundled": true, + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.2" + }, + "dependencies": { + "regenerator-runtime": { + "version": "0.13.2", + "bundled": true, + "dev": true + } + } + }, + "@types/prop-types": { + "version": "15.7.1", + "bundled": true, + "dev": true + }, + "@types/react": { + "version": "16.8.22", + "bundled": true, + "dev": true, + "requires": { + "@types/prop-types": "*", + "csstype": "^2.2.0" + } + }, + "ansi-escapes": { + "version": "3.2.0", + "bundled": true, + "dev": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true, + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "bundled": true, + "dev": true + }, + "ansicolors": { + "version": "0.3.2", + "bundled": true, + "dev": true + }, + "arrify": { + "version": "1.0.1", + "bundled": true, + "dev": true + }, + "astral-regex": { + "version": "1.0.0", + "bundled": true, + "dev": true + }, + "auto-bind": { + "version": "2.1.0", + "bundled": true, + "dev": true, + "requires": { + "@types/react": "^16.8.12" + } + }, + "babel-code-frame": { + "version": "6.26.0", + "bundled": true, + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-core": { + "version": "6.26.3", + "bundled": true, + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-generator": "^6.26.0", + "babel-helpers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "convert-source-map": "^1.5.1", + "debug": "^2.6.9", + "json5": "^0.5.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.4", + "path-is-absolute": "^1.0.1", + "private": "^0.1.8", + "slash": "^1.0.0", + "source-map": "^0.5.7" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "bundled": true, + "dev": true + } + } + }, + "babel-generator": { + "version": "6.26.1", + "bundled": true, + "dev": true, + "requires": { + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.7", + "trim-right": "^1.0.1" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "bundled": true, + "dev": true + } + } + }, + "babel-helper-builder-react-jsx": { + "version": "6.26.0", + "bundled": true, + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "esutils": "^2.0.2" + } + }, + "babel-helpers": { + "version": "6.24.1", + "bundled": true, + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-messages": { + "version": "6.23.0", + "bundled": true, + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-syntax-jsx": { + "version": "6.18.0", + "bundled": true, + "dev": true + }, + "babel-plugin-syntax-object-rest-spread": { + "version": "6.13.0", + "bundled": true, + "dev": true + }, + "babel-plugin-transform-es2015-destructuring": { + "version": "6.23.0", + "bundled": true, + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-object-rest-spread": { + "version": "6.26.0", + "bundled": true, + "dev": true, + "requires": { + "babel-plugin-syntax-object-rest-spread": "^6.8.0", + "babel-runtime": "^6.26.0" + } + }, + "babel-plugin-transform-react-jsx": { + "version": "6.24.1", + "bundled": true, + "dev": true, + "requires": { + "babel-helper-builder-react-jsx": "^6.24.1", + "babel-plugin-syntax-jsx": "^6.8.0", + "babel-runtime": "^6.22.0" + } + }, + "babel-register": { + "version": "6.26.0", + "bundled": true, + "dev": true, + "requires": { + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "bundled": true, + "dev": true + }, + "source-map-support": { + "version": "0.4.18", + "bundled": true, + "dev": true, + "requires": { + "source-map": "^0.5.6" + } + } + } + }, + "babel-runtime": { + "version": "6.26.0", + "bundled": true, + "dev": true, + "requires": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "babel-template": { + "version": "6.26.0", + "bundled": true, + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" + } + }, + "babel-traverse": { + "version": "6.26.0", + "bundled": true, + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "bundled": true, + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "bundled": true, + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true, + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "caller-callsite": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "requires": { + "callsites": "^2.0.0" + } + }, + "caller-path": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "requires": { + "caller-callsite": "^2.0.0" + } + }, + "callsites": { + "version": "2.0.0", + "bundled": true, + "dev": true + }, + "cardinal": { + "version": "2.1.1", + "bundled": true, + "dev": true, + "requires": { + "ansicolors": "~0.3.2", + "redeyed": "~2.1.0" + } + }, + "chalk": { + "version": "1.1.3", + "bundled": true, + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "ci-info": { + "version": "2.0.0", + "bundled": true, + "dev": true + }, + "cli-cursor": { + "version": "2.1.0", + "bundled": true, + "dev": true, + "requires": { + "restore-cursor": "^2.0.0" + } + }, + "cli-truncate": { + "version": "1.1.0", + "bundled": true, + "dev": true, + "requires": { + "slice-ansi": "^1.0.0", + "string-width": "^2.0.0" + } + }, + "color-convert": { + "version": "1.9.3", + "bundled": true, + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "bundled": true, + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true, + "dev": true + }, + "convert-source-map": { + "version": "1.6.0", + "bundled": true, + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "core-js": { + "version": "2.6.5", + "bundled": true, + "dev": true + }, + "csstype": { + "version": "2.6.5", + "bundled": true, + "dev": true + }, + "debug": { + "version": "2.6.9", + "bundled": true, + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "detect-indent": { + "version": "4.0.0", + "bundled": true, + "dev": true, + "requires": { + "repeating": "^2.0.0" + } + }, + "emoji-regex": { + "version": "7.0.3", + "bundled": true, + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "bundled": true, + "dev": true + }, + "esprima": { + "version": "4.0.1", + "bundled": true, + "dev": true + }, + "esutils": { + "version": "2.0.2", + "bundled": true, + "dev": true + }, + "events-to-array": { + "version": "1.1.2", + "bundled": true, + "dev": true + }, + "globals": { + "version": "9.18.0", + "bundled": true, + "dev": true + }, + "has-ansi": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "bundled": true, + "dev": true + }, + "home-or-tmp": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.1" + } + }, + "import-jsx": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "requires": { + "babel-core": "^6.25.0", + "babel-plugin-transform-es2015-destructuring": "^6.23.0", + "babel-plugin-transform-object-rest-spread": "^6.23.0", + "babel-plugin-transform-react-jsx": "^6.24.1", + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + } + }, + "ink": { + "version": "2.3.0", + "bundled": true, + "dev": true, + "requires": { + "@types/react": "^16.8.6", + "arrify": "^1.0.1", + "auto-bind": "^2.0.0", + "chalk": "^2.4.1", + "cli-cursor": "^2.1.0", + "cli-truncate": "^1.1.0", + "is-ci": "^2.0.0", + "lodash.throttle": "^4.1.1", + "log-update": "^3.0.0", + "prop-types": "^15.6.2", + "react-reconciler": "^0.20.0", + "scheduler": "^0.13.2", + "signal-exit": "^3.0.2", + "slice-ansi": "^1.0.0", + "string-length": "^2.0.0", + "widest-line": "^2.0.0", + "wrap-ansi": "^5.0.0", + "yoga-layout-prebuilt": "^1.9.3" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "bundled": true, + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "bundled": true, + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "bundled": true, + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "string-width": { + "version": "3.1.0", + "bundled": true, + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "bundled": true, + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + }, + "supports-color": { + "version": "5.5.0", + "bundled": true, + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "bundled": true, + "dev": true, + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + } + } + } + }, + "invariant": { + "version": "2.2.4", + "bundled": true, + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "is-ci": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "requires": { + "ci-info": "^2.0.0" + } + }, + "is-finite": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "bundled": true, + "dev": true + }, + "js-tokens": { + "version": "3.0.2", + "bundled": true, + "dev": true + }, + "jsesc": { + "version": "1.3.0", + "bundled": true, + "dev": true + }, + "json5": { + "version": "0.5.1", + "bundled": true, + "dev": true + }, + "lodash": { + "version": "4.17.14", + "bundled": true, + "dev": true + }, + "lodash.throttle": { + "version": "4.1.1", + "bundled": true, + "dev": true + }, + "log-update": { + "version": "3.2.0", + "bundled": true, + "dev": true, + "requires": { + "ansi-escapes": "^3.2.0", + "cli-cursor": "^2.1.0", + "wrap-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "bundled": true, + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "bundled": true, + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "string-width": { + "version": "3.1.0", + "bundled": true, + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "bundled": true, + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "bundled": true, + "dev": true, + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + } + } + } + }, + "loose-envify": { + "version": "1.4.0", + "bundled": true, + "dev": true, + "requires": { + "js-tokens": "^3.0.0 || ^4.0.0" + } + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minipass": { + "version": "2.5.1", + "bundled": true, + "dev": true, + "requires": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + }, + "dependencies": { + "yallist": { + "version": "3.0.3", + "bundled": true, + "dev": true + } + } + }, + "mkdirp": { + "version": "0.5.1", + "bundled": true, + "dev": true, + "requires": { + "minimist": "0.0.8" + }, + "dependencies": { + "minimist": { + "version": "0.0.8", + "bundled": true, + "dev": true + } + } + }, + "ms": { + "version": "2.0.0", + "bundled": true, + "dev": true + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true, + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "dev": true + }, + "onetime": { + "version": "2.0.1", + "bundled": true, + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + }, + "dependencies": { + "mimic-fn": { + "version": "1.2.0", + "bundled": true, + "dev": true + } + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true, + "dev": true + }, + "private": { + "version": "0.1.8", + "bundled": true, + "dev": true + }, + "prop-types": { + "version": "15.7.2", + "bundled": true, + "dev": true, + "requires": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.8.1" + } + }, + "punycode": { + "version": "2.1.1", + "bundled": true, + "dev": true + }, + "react": { + "version": "16.9.0", + "bundled": true, + "dev": true, + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" + } + }, + "react-is": { + "version": "16.8.6", + "bundled": true, + "dev": true + }, + "react-reconciler": { + "version": "0.20.4", + "bundled": true, + "dev": true, + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "scheduler": "^0.13.6" + } + }, + "redeyed": { + "version": "2.1.1", + "bundled": true, + "dev": true, + "requires": { + "esprima": "~4.0.0" + } + }, + "regenerator-runtime": { + "version": "0.11.1", + "bundled": true, + "dev": true + }, + "repeating": { + "version": "2.0.1", + "bundled": true, + "dev": true, + "requires": { + "is-finite": "^1.0.0" + } + }, + "resolve-from": { + "version": "3.0.0", + "bundled": true, + "dev": true + }, + "restore-cursor": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "bundled": true, + "dev": true + }, + "scheduler": { + "version": "0.13.6", + "bundled": true, + "dev": true, + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "dev": true + }, + "slash": { + "version": "1.0.0", + "bundled": true, + "dev": true + }, + "slice-ansi": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0" + } + }, + "string-length": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "requires": { + "astral-regex": "^1.0.0", + "strip-ansi": "^4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "bundled": true, + "dev": true + }, + "strip-ansi": { + "version": "4.0.0", + "bundled": true, + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "string-width": { + "version": "2.1.1", + "bundled": true, + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "bundled": true, + "dev": true + }, + "strip-ansi": { + "version": "4.0.0", + "bundled": true, + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "bundled": true, + "dev": true + }, + "tap-parser": { + "version": "9.3.3", + "bundled": true, + "dev": true, + "requires": { + "events-to-array": "^1.0.1", + "minipass": "^2.2.0", + "tap-yaml": "^1.0.0" + } + }, + "tap-yaml": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "requires": { + "yaml": "^1.5.0" + } + }, + "to-fast-properties": { + "version": "1.0.3", + "bundled": true, + "dev": true + }, + "treport": { + "version": "0.4.0", + "bundled": true, + "dev": true, + "requires": { + "cardinal": "^2.1.1", + "chalk": "^2.4.2", + "import-jsx": "^2.0.0", + "ink": "^2.1.1", + "ms": "^2.1.1", + "react": "^16.8.6", + "string-length": "^2.0.0", + "tap-parser": "^9.3.2", + "unicode-length": "^2.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "bundled": true, + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "bundled": true, + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "ms": { + "version": "2.1.2", + "bundled": true, + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "bundled": true, + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "unicode-length": { + "version": "2.0.2", + "bundled": true, + "dev": true, + "requires": { + "punycode": "^2.0.0", + "strip-ansi": "^3.0.1" + } + } + } + }, + "trim-right": { + "version": "1.0.1", + "bundled": true, + "dev": true + }, + "widest-line": { + "version": "2.0.1", + "bundled": true, + "dev": true, + "requires": { + "string-width": "^2.1.1" + } + }, + "yaml": { + "version": "1.6.0", + "bundled": true, + "dev": true, + "requires": { + "@babel/runtime": "^7.4.5" + } + }, + "yoga-layout-prebuilt": { + "version": "1.9.3", + "bundled": true, + "dev": true + } + } + }, + "tap-mocha-reporter": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/tap-mocha-reporter/-/tap-mocha-reporter-4.0.1.tgz", + "integrity": "sha512-/KfXaaYeSPn8qBi5Be8WSIP3iKV83s2uj2vzImJAXmjNu22kzqZ+1Dv1riYWa53sPCiyo1R1w1jbJrftF8SpcQ==", + "dev": true, + "requires": { + "color-support": "^1.1.0", + "debug": "^2.1.3", + "diff": "^1.3.2", + "escape-string-regexp": "^1.0.3", + "glob": "^7.0.5", + "readable-stream": "^2.1.5", + "tap-parser": "^8.0.0", + "tap-yaml": "0 || 1", + "unicode-length": "^1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "diff": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-1.4.0.tgz", + "integrity": "sha1-fyjS657nsVqX79ic5j3P2qPMur8=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "tap-parser": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-8.1.0.tgz", + "integrity": "sha512-GgOzgDwThYLxhVR83RbS1JUR1TxcT+jfZsrETgPAvFdr12lUOnuvrHOBaUQgpkAp6ZyeW6r2Nwd91t88M0ru3w==", + "dev": true, + "requires": { + "events-to-array": "^1.0.1", + "minipass": "^2.2.0", + "tap-yaml": "0 || 1" + }, + "dependencies": { + "minipass": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", + "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", + "dev": true, + "requires": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + } + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "tap-yaml": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tap-yaml/-/tap-yaml-1.0.0.tgz", + "integrity": "sha512-Rxbx4EnrWkYk0/ztcm5u3/VznbyFJpyXO12dDBHKWiDVxy7O2Qw6MRrwO5H6Ww0U5YhRY/4C/VzWmFPhBQc4qQ==", + "dev": true, + "requires": { + "yaml": "^1.5.0" + } + }, + "tcompare": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tcompare/-/tcompare-2.3.0.tgz", + "integrity": "sha512-fAfA73uFtFGybWGt4+IYT6UPLYVZQ4NfsP+IXEZGY0vh8e2IF7LVKafcQNMRBLqP0wzEA65LM9Tqj+FSmO8GLw==", + "dev": true + }, + "test-exclude": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz", + "integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==", + "dev": true, + "requires": { + "glob": "^7.1.3", + "minimatch": "^3.0.4", + "read-pkg-up": "^4.0.0", + "require-main-filename": "^2.0.0" + } + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "tough-cookie": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", + "dev": true, + "requires": { + "psl": "^1.1.24", + "punycode": "^1.4.1" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + } + } + }, + "trim-right": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", + "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=", + "dev": true + }, + "trivial-deferred": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trivial-deferred/-/trivial-deferred-1.0.1.tgz", + "integrity": "sha1-N21NKdlR1jaKb3oK6FwvTV4GWPM=", + "dev": true + }, + "ts-node": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.4.1.tgz", + "integrity": "sha512-5LpRN+mTiCs7lI5EtbXmF/HfMeCjzt7DH9CZwtkr6SywStrNQC723wG+aOWFiLNn7zT3kD/RnFqi3ZUfr4l5Qw==", + "dev": true, + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.6", + "yn": "^3.0.0" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "typescript": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", + "integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==", + "dev": true + }, + "uglify-js": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz", + "integrity": "sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==", + "dev": true, + "optional": true, + "requires": { + "commander": "~2.20.0", + "source-map": "~0.6.1" + } + }, + "unicode-length": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/unicode-length/-/unicode-length-1.0.3.tgz", + "integrity": "sha1-Wtp6f+1RhBpBijKM8UlHisg1irs=", + "dev": true, + "requires": { + "punycode": "^1.3.2", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true, + "optional": true + }, + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vlq": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz", + "integrity": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "wordwrap": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", + "dev": true + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "dev": true, + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "write-file-atomic": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.0.tgz", + "integrity": "sha512-EIgkf60l2oWsffja2Sf2AL384dx328c0B+cIYPTQq5q2rOYuDV00/iPFBOUiDKKwKMOhkymH8AidPaRvzfxY+Q==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "dev": true + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "yaml": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.6.0.tgz", + "integrity": "sha512-iZfse3lwrJRoSlfs/9KQ9iIXxs9++RvBFVzAqbbBiFT+giYtyanevreF9r61ZTbGMgWQBxAua3FzJiniiJXWWw==", + "dev": true, + "requires": { + "@babel/runtime": "^7.4.5" + } + }, + "yapool": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/yapool/-/yapool-1.0.0.tgz", + "integrity": "sha1-9pPymjFbUNmp2iZGp6ZkXJaYW2o=", + "dev": true + }, + "yargs": { + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz", + "integrity": "sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==", + "dev": true, + "requires": { + "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.1" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + } + } + } + }, + "yargs-parser": { + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", + "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true + } + } +} diff --git a/node_modules/minipass-sized/package.json b/node_modules/minipass-sized/package.json new file mode 100644 index 0000000..a3257fd --- /dev/null +++ b/node_modules/minipass-sized/package.json @@ -0,0 +1,39 @@ +{ + "name": "minipass-sized", + "version": "1.0.3", + "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", + "author": "Isaac Z. Schlueter (https://izs.me)", + "license": "ISC", + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "tap": { + "check-coverage": true + }, + "devDependencies": { + "tap": "^14.6.4" + }, + "dependencies": { + "minipass": "^3.0.0" + }, + "main": "index.js", + "keywords": [ + "minipass", + "size", + "length" + ], + "directories": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/minipass-sized.git" + }, + "engines": { + "node": ">=8" + } +} diff --git a/node_modules/minipass-sized/test/basic.js b/node_modules/minipass-sized/test/basic.js new file mode 100644 index 0000000..bbdcada --- /dev/null +++ b/node_modules/minipass-sized/test/basic.js @@ -0,0 +1,83 @@ +const t = require('tap') +const MPS = require('../') + +t.test('ok if size checks out', t => { + const mps = new MPS({ size: 4 }) + + mps.write(Buffer.from('a').toString('hex'), 'hex') + mps.write(Buffer.from('sd')) + mps.end('f') + return mps.concat().then(data => t.equal(data.toString(), 'asdf')) +}) + +t.test('error if size exceeded', t => { + const mps = new MPS({ size: 1 }) + mps.on('error', er => { + t.match(er, { + message: 'Bad data size: expected 1 bytes, but got 4', + found: 4, + expect: 1, + code: 'EBADSIZE', + name: 'SizeError', + }) + t.end() + }) + mps.write('asdf') +}) + +t.test('error if size is not met', t => { + const mps = new MPS({ size: 999 }) + t.throws(() => mps.end(), { + message: 'Bad data size: expected 999 bytes, but got 0', + found: 0, + name: 'SizeError', + expect: 999, + code: 'EBADSIZE', + }) + t.end() +}) + +t.test('error if non-string/buffer is written', t => { + const mps = new MPS({size:1}) + mps.on('error', er => { + t.match(er, { + message: 'MinipassSized streams only work with string and buffer data' + }) + t.end() + }) + mps.write({some:'object'}) +}) + +t.test('projectiles', t => { + t.throws(() => new MPS(), { + message: 'invalid expected size: undefined' + }, 'size is required') + t.throws(() => new MPS({size: true}), { + message: 'invalid expected size: true' + }, 'size must be number') + t.throws(() => new MPS({size: NaN}), { + message: 'invalid expected size: NaN' + }, 'size must not be NaN') + t.throws(() => new MPS({size:1.2}), { + message: 'invalid expected size: 1.2' + }, 'size must be integer') + t.throws(() => new MPS({size: Infinity}), { + message: 'invalid expected size: Infinity' + }, 'size must be finite') + t.throws(() => new MPS({size: -1}), { + message: 'invalid expected size: -1' + }, 'size must be positive') + t.throws(() => new MPS({objectMode: true}), { + message: 'MinipassSized streams only work with string and buffer data' + }, 'no objectMode') + t.throws(() => new MPS({size: Number.MAX_SAFE_INTEGER + 1000000}), { + message: 'invalid expected size: 9007199255740992' + }) + t.end() +}) + +t.test('exports SizeError class', t => { + t.isa(MPS.SizeError, 'function') + t.isa(MPS.SizeError.prototype, Error) + t.end() +}) diff --git a/node_modules/minipass/LICENSE b/node_modules/minipass/LICENSE new file mode 100644 index 0000000..bf1dece --- /dev/null +++ b/node_modules/minipass/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/minipass/README.md b/node_modules/minipass/README.md new file mode 100644 index 0000000..2cde46c --- /dev/null +++ b/node_modules/minipass/README.md @@ -0,0 +1,728 @@ +# minipass + +A _very_ minimal implementation of a [PassThrough +stream](https://nodejs.org/api/stream.html#stream_class_stream_passthrough) + +[It's very +fast](https://docs.google.com/spreadsheets/d/1oObKSrVwLX_7Ut4Z6g3fZW-AX1j1-k6w-cDsrkaSbHM/edit#gid=0) +for objects, strings, and buffers. + +Supports `pipe()`ing (including multi-`pipe()` and backpressure transmission), +buffering data until either a `data` event handler or `pipe()` is added (so +you don't lose the first chunk), and most other cases where PassThrough is +a good idea. + +There is a `read()` method, but it's much more efficient to consume data +from this stream via `'data'` events or by calling `pipe()` into some other +stream. Calling `read()` requires the buffer to be flattened in some +cases, which requires copying memory. + +If you set `objectMode: true` in the options, then whatever is written will +be emitted. Otherwise, it'll do a minimal amount of Buffer copying to +ensure proper Streams semantics when `read(n)` is called. + +`objectMode` can also be set by doing `stream.objectMode = true`, or by +writing any non-string/non-buffer data. `objectMode` cannot be set to +false once it is set. + +This is not a `through` or `through2` stream. It doesn't transform the +data, it just passes it right through. If you want to transform the data, +extend the class, and override the `write()` method. Once you're done +transforming the data however you want, call `super.write()` with the +transform output. + +For some examples of streams that extend Minipass in various ways, check +out: + +- [minizlib](http://npm.im/minizlib) +- [fs-minipass](http://npm.im/fs-minipass) +- [tar](http://npm.im/tar) +- [minipass-collect](http://npm.im/minipass-collect) +- [minipass-flush](http://npm.im/minipass-flush) +- [minipass-pipeline](http://npm.im/minipass-pipeline) +- [tap](http://npm.im/tap) +- [tap-parser](http://npm.im/tap-parser) +- [treport](http://npm.im/treport) +- [minipass-fetch](http://npm.im/minipass-fetch) +- [pacote](http://npm.im/pacote) +- [make-fetch-happen](http://npm.im/make-fetch-happen) +- [cacache](http://npm.im/cacache) +- [ssri](http://npm.im/ssri) +- [npm-registry-fetch](http://npm.im/npm-registry-fetch) +- [minipass-json-stream](http://npm.im/minipass-json-stream) +- [minipass-sized](http://npm.im/minipass-sized) + +## Differences from Node.js Streams + +There are several things that make Minipass streams different from (and in +some ways superior to) Node.js core streams. + +Please read these caveats if you are familiar with node-core streams and +intend to use Minipass streams in your programs. + +You can avoid most of these differences entirely (for a very +small performance penalty) by setting `{async: true}` in the +constructor options. + +### Timing + +Minipass streams are designed to support synchronous use-cases. Thus, data +is emitted as soon as it is available, always. It is buffered until read, +but no longer. Another way to look at it is that Minipass streams are +exactly as synchronous as the logic that writes into them. + +This can be surprising if your code relies on `PassThrough.write()` always +providing data on the next tick rather than the current one, or being able +to call `resume()` and not have the entire buffer disappear immediately. + +However, without this synchronicity guarantee, there would be no way for +Minipass to achieve the speeds it does, or support the synchronous use +cases that it does. Simply put, waiting takes time. + +This non-deferring approach makes Minipass streams much easier to reason +about, especially in the context of Promises and other flow-control +mechanisms. + +Example: + +```js +const Minipass = require('minipass') +const stream = new Minipass({ async: true }) +stream.on('data', () => console.log('data event')) +console.log('before write') +stream.write('hello') +console.log('after write') +// output: +// before write +// data event +// after write +``` + +### Exception: Async Opt-In + +If you wish to have a Minipass stream with behavior that more +closely mimics Node.js core streams, you can set the stream in +async mode either by setting `async: true` in the constructor +options, or by setting `stream.async = true` later on. + +```js +const Minipass = require('minipass') +const asyncStream = new Minipass({ async: true }) +asyncStream.on('data', () => console.log('data event')) +console.log('before write') +asyncStream.write('hello') +console.log('after write') +// output: +// before write +// after write +// data event <-- this is deferred until the next tick +``` + +Switching _out_ of async mode is unsafe, as it could cause data +corruption, and so is not enabled. Example: + +```js +const Minipass = require('minipass') +const stream = new Minipass({ encoding: 'utf8' }) +stream.on('data', chunk => console.log(chunk)) +stream.async = true +console.log('before writes') +stream.write('hello') +setStreamSyncAgainSomehow(stream) // <-- this doesn't actually exist! +stream.write('world') +console.log('after writes') +// hypothetical output would be: +// before writes +// world +// after writes +// hello +// NOT GOOD! +``` + +To avoid this problem, once set into async mode, any attempt to +make the stream sync again will be ignored. + +```js +const Minipass = require('minipass') +const stream = new Minipass({ encoding: 'utf8' }) +stream.on('data', chunk => console.log(chunk)) +stream.async = true +console.log('before writes') +stream.write('hello') +stream.async = false // <-- no-op, stream already async +stream.write('world') +console.log('after writes') +// actual output: +// before writes +// after writes +// hello +// world +``` + +### No High/Low Water Marks + +Node.js core streams will optimistically fill up a buffer, returning `true` +on all writes until the limit is hit, even if the data has nowhere to go. +Then, they will not attempt to draw more data in until the buffer size dips +below a minimum value. + +Minipass streams are much simpler. The `write()` method will return `true` +if the data has somewhere to go (which is to say, given the timing +guarantees, that the data is already there by the time `write()` returns). + +If the data has nowhere to go, then `write()` returns false, and the data +sits in a buffer, to be drained out immediately as soon as anyone consumes +it. + +Since nothing is ever buffered unnecessarily, there is much less +copying data, and less bookkeeping about buffer capacity levels. + +### Hazards of Buffering (or: Why Minipass Is So Fast) + +Since data written to a Minipass stream is immediately written all the way +through the pipeline, and `write()` always returns true/false based on +whether the data was fully flushed, backpressure is communicated +immediately to the upstream caller. This minimizes buffering. + +Consider this case: + +```js +const {PassThrough} = require('stream') +const p1 = new PassThrough({ highWaterMark: 1024 }) +const p2 = new PassThrough({ highWaterMark: 1024 }) +const p3 = new PassThrough({ highWaterMark: 1024 }) +const p4 = new PassThrough({ highWaterMark: 1024 }) + +p1.pipe(p2).pipe(p3).pipe(p4) +p4.on('data', () => console.log('made it through')) + +// this returns false and buffers, then writes to p2 on next tick (1) +// p2 returns false and buffers, pausing p1, then writes to p3 on next tick (2) +// p3 returns false and buffers, pausing p2, then writes to p4 on next tick (3) +// p4 returns false and buffers, pausing p3, then emits 'data' and 'drain' +// on next tick (4) +// p3 sees p4's 'drain' event, and calls resume(), emitting 'resume' and +// 'drain' on next tick (5) +// p2 sees p3's 'drain', calls resume(), emits 'resume' and 'drain' on next tick (6) +// p1 sees p2's 'drain', calls resume(), emits 'resume' and 'drain' on next +// tick (7) + +p1.write(Buffer.alloc(2048)) // returns false +``` + +Along the way, the data was buffered and deferred at each stage, and +multiple event deferrals happened, for an unblocked pipeline where it was +perfectly safe to write all the way through! + +Furthermore, setting a `highWaterMark` of `1024` might lead someone reading +the code to think an advisory maximum of 1KiB is being set for the +pipeline. However, the actual advisory buffering level is the _sum_ of +`highWaterMark` values, since each one has its own bucket. + +Consider the Minipass case: + +```js +const m1 = new Minipass() +const m2 = new Minipass() +const m3 = new Minipass() +const m4 = new Minipass() + +m1.pipe(m2).pipe(m3).pipe(m4) +m4.on('data', () => console.log('made it through')) + +// m1 is flowing, so it writes the data to m2 immediately +// m2 is flowing, so it writes the data to m3 immediately +// m3 is flowing, so it writes the data to m4 immediately +// m4 is flowing, so it fires the 'data' event immediately, returns true +// m4's write returned true, so m3 is still flowing, returns true +// m3's write returned true, so m2 is still flowing, returns true +// m2's write returned true, so m1 is still flowing, returns true +// No event deferrals or buffering along the way! + +m1.write(Buffer.alloc(2048)) // returns true +``` + +It is extremely unlikely that you _don't_ want to buffer any data written, +or _ever_ buffer data that can be flushed all the way through. Neither +node-core streams nor Minipass ever fail to buffer written data, but +node-core streams do a lot of unnecessary buffering and pausing. + +As always, the faster implementation is the one that does less stuff and +waits less time to do it. + +### Immediately emit `end` for empty streams (when not paused) + +If a stream is not paused, and `end()` is called before writing any data +into it, then it will emit `end` immediately. + +If you have logic that occurs on the `end` event which you don't want to +potentially happen immediately (for example, closing file descriptors, +moving on to the next entry in an archive parse stream, etc.) then be sure +to call `stream.pause()` on creation, and then `stream.resume()` once you +are ready to respond to the `end` event. + +However, this is _usually_ not a problem because: + +### Emit `end` When Asked + +One hazard of immediately emitting `'end'` is that you may not yet have had +a chance to add a listener. In order to avoid this hazard, Minipass +streams safely re-emit the `'end'` event if a new listener is added after +`'end'` has been emitted. + +Ie, if you do `stream.on('end', someFunction)`, and the stream has already +emitted `end`, then it will call the handler right away. (You can think of +this somewhat like attaching a new `.then(fn)` to a previously-resolved +Promise.) + +To prevent calling handlers multiple times who would not expect multiple +ends to occur, all listeners are removed from the `'end'` event whenever it +is emitted. + +### Emit `error` When Asked + +The most recent error object passed to the `'error'` event is +stored on the stream. If a new `'error'` event handler is added, +and an error was previously emitted, then the event handler will +be called immediately (or on `process.nextTick` in the case of +async streams). + +This makes it much more difficult to end up trying to interact +with a broken stream, if the error handler is added after an +error was previously emitted. + +### Impact of "immediate flow" on Tee-streams + +A "tee stream" is a stream piping to multiple destinations: + +```js +const tee = new Minipass() +t.pipe(dest1) +t.pipe(dest2) +t.write('foo') // goes to both destinations +``` + +Since Minipass streams _immediately_ process any pending data through the +pipeline when a new pipe destination is added, this can have surprising +effects, especially when a stream comes in from some other function and may +or may not have data in its buffer. + +```js +// WARNING! WILL LOSE DATA! +const src = new Minipass() +src.write('foo') +src.pipe(dest1) // 'foo' chunk flows to dest1 immediately, and is gone +src.pipe(dest2) // gets nothing! +``` + +One solution is to create a dedicated tee-stream junction that pipes to +both locations, and then pipe to _that_ instead. + +```js +// Safe example: tee to both places +const src = new Minipass() +src.write('foo') +const tee = new Minipass() +tee.pipe(dest1) +tee.pipe(dest2) +src.pipe(tee) // tee gets 'foo', pipes to both locations +``` + +The same caveat applies to `on('data')` event listeners. The first one +added will _immediately_ receive all of the data, leaving nothing for the +second: + +```js +// WARNING! WILL LOSE DATA! +const src = new Minipass() +src.write('foo') +src.on('data', handler1) // receives 'foo' right away +src.on('data', handler2) // nothing to see here! +``` + +Using a dedicated tee-stream can be used in this case as well: + +```js +// Safe example: tee to both data handlers +const src = new Minipass() +src.write('foo') +const tee = new Minipass() +tee.on('data', handler1) +tee.on('data', handler2) +src.pipe(tee) +``` + +All of the hazards in this section are avoided by setting `{ +async: true }` in the Minipass constructor, or by setting +`stream.async = true` afterwards. Note that this does add some +overhead, so should only be done in cases where you are willing +to lose a bit of performance in order to avoid having to refactor +program logic. + +## USAGE + +It's a stream! Use it like a stream and it'll most likely do what you +want. + +```js +const Minipass = require('minipass') +const mp = new Minipass(options) // optional: { encoding, objectMode } +mp.write('foo') +mp.pipe(someOtherStream) +mp.end('bar') +``` + +### OPTIONS + +* `encoding` How would you like the data coming _out_ of the stream to be + encoded? Accepts any values that can be passed to `Buffer.toString()`. +* `objectMode` Emit data exactly as it comes in. This will be flipped on + by default if you write() something other than a string or Buffer at any + point. Setting `objectMode: true` will prevent setting any encoding + value. +* `async` Defaults to `false`. Set to `true` to defer data + emission until next tick. This reduces performance slightly, + but makes Minipass streams use timing behavior closer to Node + core streams. See [Timing](#timing) for more details. + +### API + +Implements the user-facing portions of Node.js's `Readable` and `Writable` +streams. + +### Methods + +* `write(chunk, [encoding], [callback])` - Put data in. (Note that, in the + base Minipass class, the same data will come out.) Returns `false` if + the stream will buffer the next write, or true if it's still in "flowing" + mode. +* `end([chunk, [encoding]], [callback])` - Signal that you have no more + data to write. This will queue an `end` event to be fired when all the + data has been consumed. +* `setEncoding(encoding)` - Set the encoding for data coming of the stream. + This can only be done once. +* `pause()` - No more data for a while, please. This also prevents `end` + from being emitted for empty streams until the stream is resumed. +* `resume()` - Resume the stream. If there's data in the buffer, it is all + discarded. Any buffered events are immediately emitted. +* `pipe(dest)` - Send all output to the stream provided. When + data is emitted, it is immediately written to any and all pipe + destinations. (Or written on next tick in `async` mode.) +* `unpipe(dest)` - Stop piping to the destination stream. This + is immediate, meaning that any asynchronously queued data will + _not_ make it to the destination when running in `async` mode. + * `options.end` - Boolean, end the destination stream when + the source stream ends. Default `true`. + * `options.proxyErrors` - Boolean, proxy `error` events from + the source stream to the destination stream. Note that + errors are _not_ proxied after the pipeline terminates, + either due to the source emitting `'end'` or manually + unpiping with `src.unpipe(dest)`. Default `false`. +* `on(ev, fn)`, `emit(ev, fn)` - Minipass streams are EventEmitters. Some + events are given special treatment, however. (See below under "events".) +* `promise()` - Returns a Promise that resolves when the stream emits + `end`, or rejects if the stream emits `error`. +* `collect()` - Return a Promise that resolves on `end` with an array + containing each chunk of data that was emitted, or rejects if the stream + emits `error`. Note that this consumes the stream data. +* `concat()` - Same as `collect()`, but concatenates the data into a single + Buffer object. Will reject the returned promise if the stream is in + objectMode, or if it goes into objectMode by the end of the data. +* `read(n)` - Consume `n` bytes of data out of the buffer. If `n` is not + provided, then consume all of it. If `n` bytes are not available, then + it returns null. **Note** consuming streams in this way is less + efficient, and can lead to unnecessary Buffer copying. +* `destroy([er])` - Destroy the stream. If an error is provided, then an + `'error'` event is emitted. If the stream has a `close()` method, and + has not emitted a `'close'` event yet, then `stream.close()` will be + called. Any Promises returned by `.promise()`, `.collect()` or + `.concat()` will be rejected. After being destroyed, writing to the + stream will emit an error. No more data will be emitted if the stream is + destroyed, even if it was previously buffered. + +### Properties + +* `bufferLength` Read-only. Total number of bytes buffered, or in the case + of objectMode, the total number of objects. +* `encoding` The encoding that has been set. (Setting this is equivalent + to calling `setEncoding(enc)` and has the same prohibition against + setting multiple times.) +* `flowing` Read-only. Boolean indicating whether a chunk written to the + stream will be immediately emitted. +* `emittedEnd` Read-only. Boolean indicating whether the end-ish events + (ie, `end`, `prefinish`, `finish`) have been emitted. Note that + listening on any end-ish event will immediateyl re-emit it if it has + already been emitted. +* `writable` Whether the stream is writable. Default `true`. Set to + `false` when `end()` +* `readable` Whether the stream is readable. Default `true`. +* `buffer` A [yallist](http://npm.im/yallist) linked list of chunks written + to the stream that have not yet been emitted. (It's probably a bad idea + to mess with this.) +* `pipes` A [yallist](http://npm.im/yallist) linked list of streams that + this stream is piping into. (It's probably a bad idea to mess with + this.) +* `destroyed` A getter that indicates whether the stream was destroyed. +* `paused` True if the stream has been explicitly paused, otherwise false. +* `objectMode` Indicates whether the stream is in `objectMode`. Once set + to `true`, it cannot be set to `false`. + +### Events + +* `data` Emitted when there's data to read. Argument is the data to read. + This is never emitted while not flowing. If a listener is attached, that + will resume the stream. +* `end` Emitted when there's no more data to read. This will be emitted + immediately for empty streams when `end()` is called. If a listener is + attached, and `end` was already emitted, then it will be emitted again. + All listeners are removed when `end` is emitted. +* `prefinish` An end-ish event that follows the same logic as `end` and is + emitted in the same conditions where `end` is emitted. Emitted after + `'end'`. +* `finish` An end-ish event that follows the same logic as `end` and is + emitted in the same conditions where `end` is emitted. Emitted after + `'prefinish'`. +* `close` An indication that an underlying resource has been released. + Minipass does not emit this event, but will defer it until after `end` + has been emitted, since it throws off some stream libraries otherwise. +* `drain` Emitted when the internal buffer empties, and it is again + suitable to `write()` into the stream. +* `readable` Emitted when data is buffered and ready to be read by a + consumer. +* `resume` Emitted when stream changes state from buffering to flowing + mode. (Ie, when `resume` is called, `pipe` is called, or a `data` event + listener is added.) + +### Static Methods + +* `Minipass.isStream(stream)` Returns `true` if the argument is a stream, + and false otherwise. To be considered a stream, the object must be + either an instance of Minipass, or an EventEmitter that has either a + `pipe()` method, or both `write()` and `end()` methods. (Pretty much any + stream in node-land will return `true` for this.) + +## EXAMPLES + +Here are some examples of things you can do with Minipass streams. + +### simple "are you done yet" promise + +```js +mp.promise().then(() => { + // stream is finished +}, er => { + // stream emitted an error +}) +``` + +### collecting + +```js +mp.collect().then(all => { + // all is an array of all the data emitted + // encoding is supported in this case, so + // so the result will be a collection of strings if + // an encoding is specified, or buffers/objects if not. + // + // In an async function, you may do + // const data = await stream.collect() +}) +``` + +### collecting into a single blob + +This is a bit slower because it concatenates the data into one chunk for +you, but if you're going to do it yourself anyway, it's convenient this +way: + +```js +mp.concat().then(onebigchunk => { + // onebigchunk is a string if the stream + // had an encoding set, or a buffer otherwise. +}) +``` + +### iteration + +You can iterate over streams synchronously or asynchronously in platforms +that support it. + +Synchronous iteration will end when the currently available data is +consumed, even if the `end` event has not been reached. In string and +buffer mode, the data is concatenated, so unless multiple writes are +occurring in the same tick as the `read()`, sync iteration loops will +generally only have a single iteration. + +To consume chunks in this way exactly as they have been written, with no +flattening, create the stream with the `{ objectMode: true }` option. + +```js +const mp = new Minipass({ objectMode: true }) +mp.write('a') +mp.write('b') +for (let letter of mp) { + console.log(letter) // a, b +} +mp.write('c') +mp.write('d') +for (let letter of mp) { + console.log(letter) // c, d +} +mp.write('e') +mp.end() +for (let letter of mp) { + console.log(letter) // e +} +for (let letter of mp) { + console.log(letter) // nothing +} +``` + +Asynchronous iteration will continue until the end event is reached, +consuming all of the data. + +```js +const mp = new Minipass({ encoding: 'utf8' }) + +// some source of some data +let i = 5 +const inter = setInterval(() => { + if (i-- > 0) + mp.write(Buffer.from('foo\n', 'utf8')) + else { + mp.end() + clearInterval(inter) + } +}, 100) + +// consume the data with asynchronous iteration +async function consume () { + for await (let chunk of mp) { + console.log(chunk) + } + return 'ok' +} + +consume().then(res => console.log(res)) +// logs `foo\n` 5 times, and then `ok` +``` + +### subclass that `console.log()`s everything written into it + +```js +class Logger extends Minipass { + write (chunk, encoding, callback) { + console.log('WRITE', chunk, encoding) + return super.write(chunk, encoding, callback) + } + end (chunk, encoding, callback) { + console.log('END', chunk, encoding) + return super.end(chunk, encoding, callback) + } +} + +someSource.pipe(new Logger()).pipe(someDest) +``` + +### same thing, but using an inline anonymous class + +```js +// js classes are fun +someSource + .pipe(new (class extends Minipass { + emit (ev, ...data) { + // let's also log events, because debugging some weird thing + console.log('EMIT', ev) + return super.emit(ev, ...data) + } + write (chunk, encoding, callback) { + console.log('WRITE', chunk, encoding) + return super.write(chunk, encoding, callback) + } + end (chunk, encoding, callback) { + console.log('END', chunk, encoding) + return super.end(chunk, encoding, callback) + } + })) + .pipe(someDest) +``` + +### subclass that defers 'end' for some reason + +```js +class SlowEnd extends Minipass { + emit (ev, ...args) { + if (ev === 'end') { + console.log('going to end, hold on a sec') + setTimeout(() => { + console.log('ok, ready to end now') + super.emit('end', ...args) + }, 100) + } else { + return super.emit(ev, ...args) + } + } +} +``` + +### transform that creates newline-delimited JSON + +```js +class NDJSONEncode extends Minipass { + write (obj, cb) { + try { + // JSON.stringify can throw, emit an error on that + return super.write(JSON.stringify(obj) + '\n', 'utf8', cb) + } catch (er) { + this.emit('error', er) + } + } + end (obj, cb) { + if (typeof obj === 'function') { + cb = obj + obj = undefined + } + if (obj !== undefined) { + this.write(obj) + } + return super.end(cb) + } +} +``` + +### transform that parses newline-delimited JSON + +```js +class NDJSONDecode extends Minipass { + constructor (options) { + // always be in object mode, as far as Minipass is concerned + super({ objectMode: true }) + this._jsonBuffer = '' + } + write (chunk, encoding, cb) { + if (typeof chunk === 'string' && + typeof encoding === 'string' && + encoding !== 'utf8') { + chunk = Buffer.from(chunk, encoding).toString() + } else if (Buffer.isBuffer(chunk)) + chunk = chunk.toString() + } + if (typeof encoding === 'function') { + cb = encoding + } + const jsonData = (this._jsonBuffer + chunk).split('\n') + this._jsonBuffer = jsonData.pop() + for (let i = 0; i < jsonData.length; i++) { + try { + // JSON.parse can throw, emit an error on that + super.write(JSON.parse(jsonData[i])) + } catch (er) { + this.emit('error', er) + continue + } + } + if (cb) + cb() + } +} +``` diff --git a/node_modules/minipass/index.d.ts b/node_modules/minipass/index.d.ts new file mode 100644 index 0000000..65faf63 --- /dev/null +++ b/node_modules/minipass/index.d.ts @@ -0,0 +1,155 @@ +/// +import { EventEmitter } from 'events' +import { Stream } from 'stream' + +declare namespace Minipass { + type Encoding = BufferEncoding | 'buffer' | null + + interface Writable extends EventEmitter { + end(): any + write(chunk: any, ...args: any[]): any + } + + interface Readable extends EventEmitter { + pause(): any + resume(): any + pipe(): any + } + + interface Pipe { + src: Minipass + dest: Writable + opts: PipeOptions + } + + type DualIterable = Iterable & AsyncIterable + + type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string + + type BufferOrString = Buffer | string + + interface StringOptions { + encoding: BufferEncoding + objectMode?: boolean + async?: boolean + } + + interface BufferOptions { + encoding?: null | 'buffer' + objectMode?: boolean + async?: boolean + } + + interface ObjectModeOptions { + objectMode: true + async?: boolean + } + + interface PipeOptions { + end?: boolean + proxyErrors?: boolean + } + + type Options = T extends string + ? StringOptions + : T extends Buffer + ? BufferOptions + : ObjectModeOptions +} + +declare class Minipass< + RType extends any = Buffer, + WType extends any = RType extends Minipass.BufferOrString + ? Minipass.ContiguousData + : RType + > + extends Stream + implements Minipass.DualIterable +{ + static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable + + readonly bufferLength: number + readonly flowing: boolean + readonly writable: boolean + readonly readable: boolean + readonly paused: boolean + readonly emittedEnd: boolean + readonly destroyed: boolean + + /** + * Not technically private or readonly, but not safe to mutate. + */ + private readonly buffer: RType[] + private readonly pipes: Minipass.Pipe[] + + /** + * Technically writable, but mutating it can change the type, + * so is not safe to do in TypeScript. + */ + readonly objectMode: boolean + async: boolean + + /** + * Note: encoding is not actually read-only, and setEncoding(enc) + * exists. However, this type definition will insist that TypeScript + * programs declare the type of a Minipass stream up front, and if + * that type is string, then an encoding MUST be set in the ctor. If + * the type is Buffer, then the encoding must be missing, or set to + * 'buffer' or null. If the type is anything else, then objectMode + * must be set in the constructor options. So there is effectively + * no allowed way that a TS program can set the encoding after + * construction, as doing so will destroy any hope of type safety. + * TypeScript does not provide many options for changing the type of + * an object at run-time, which is what changing the encoding does. + */ + readonly encoding: Minipass.Encoding + // setEncoding(encoding: Encoding): void + + // Options required if not reading buffers + constructor( + ...args: RType extends Buffer + ? [] | [Minipass.Options] + : [Minipass.Options] + ) + + write(chunk: WType, cb?: () => void): boolean + write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean + read(size?: number): RType + end(cb?: () => void): this + end(chunk: any, cb?: () => void): this + end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this + pause(): void + resume(): void + promise(): Promise + collect(): Promise + + concat(): RType extends Minipass.BufferOrString ? Promise : never + destroy(er?: any): void + pipe(dest: W, opts?: Minipass.PipeOptions): W + unpipe(dest: W): void + + /** + * alias for on() + */ + addEventHandler(event: string, listener: (...args: any[]) => any): this + + on(event: string, listener: (...args: any[]) => any): this + on(event: 'data', listener: (chunk: RType) => any): this + on(event: 'error', listener: (error: any) => any): this + on( + event: + | 'readable' + | 'drain' + | 'resume' + | 'end' + | 'prefinish' + | 'finish' + | 'close', + listener: () => any + ): this + + [Symbol.iterator](): Iterator + [Symbol.asyncIterator](): AsyncIterator +} + +export = Minipass diff --git a/node_modules/minipass/index.js b/node_modules/minipass/index.js new file mode 100644 index 0000000..e8797aa --- /dev/null +++ b/node_modules/minipass/index.js @@ -0,0 +1,649 @@ +'use strict' +const proc = typeof process === 'object' && process ? process : { + stdout: null, + stderr: null, +} +const EE = require('events') +const Stream = require('stream') +const SD = require('string_decoder').StringDecoder + +const EOF = Symbol('EOF') +const MAYBE_EMIT_END = Symbol('maybeEmitEnd') +const EMITTED_END = Symbol('emittedEnd') +const EMITTING_END = Symbol('emittingEnd') +const EMITTED_ERROR = Symbol('emittedError') +const CLOSED = Symbol('closed') +const READ = Symbol('read') +const FLUSH = Symbol('flush') +const FLUSHCHUNK = Symbol('flushChunk') +const ENCODING = Symbol('encoding') +const DECODER = Symbol('decoder') +const FLOWING = Symbol('flowing') +const PAUSED = Symbol('paused') +const RESUME = Symbol('resume') +const BUFFERLENGTH = Symbol('bufferLength') +const BUFFERPUSH = Symbol('bufferPush') +const BUFFERSHIFT = Symbol('bufferShift') +const OBJECTMODE = Symbol('objectMode') +const DESTROYED = Symbol('destroyed') +const EMITDATA = Symbol('emitData') +const EMITEND = Symbol('emitEnd') +const EMITEND2 = Symbol('emitEnd2') +const ASYNC = Symbol('async') + +const defer = fn => Promise.resolve().then(fn) + +// TODO remove when Node v8 support drops +const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' +const ASYNCITERATOR = doIter && Symbol.asyncIterator + || Symbol('asyncIterator not implemented') +const ITERATOR = doIter && Symbol.iterator + || Symbol('iterator not implemented') + +// events that mean 'the stream is over' +// these are treated specially, and re-emitted +// if they are listened for after emitting. +const isEndish = ev => + ev === 'end' || + ev === 'finish' || + ev === 'prefinish' + +const isArrayBuffer = b => b instanceof ArrayBuffer || + typeof b === 'object' && + b.constructor && + b.constructor.name === 'ArrayBuffer' && + b.byteLength >= 0 + +const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) + +class Pipe { + constructor (src, dest, opts) { + this.src = src + this.dest = dest + this.opts = opts + this.ondrain = () => src[RESUME]() + dest.on('drain', this.ondrain) + } + unpipe () { + this.dest.removeListener('drain', this.ondrain) + } + // istanbul ignore next - only here for the prototype + proxyErrors () {} + end () { + this.unpipe() + if (this.opts.end) + this.dest.end() + } +} + +class PipeProxyErrors extends Pipe { + unpipe () { + this.src.removeListener('error', this.proxyErrors) + super.unpipe() + } + constructor (src, dest, opts) { + super(src, dest, opts) + this.proxyErrors = er => dest.emit('error', er) + src.on('error', this.proxyErrors) + } +} + +module.exports = class Minipass extends Stream { + constructor (options) { + super() + this[FLOWING] = false + // whether we're explicitly paused + this[PAUSED] = false + this.pipes = [] + this.buffer = [] + this[OBJECTMODE] = options && options.objectMode || false + if (this[OBJECTMODE]) + this[ENCODING] = null + else + this[ENCODING] = options && options.encoding || null + if (this[ENCODING] === 'buffer') + this[ENCODING] = null + this[ASYNC] = options && !!options.async || false + this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null + this[EOF] = false + this[EMITTED_END] = false + this[EMITTING_END] = false + this[CLOSED] = false + this[EMITTED_ERROR] = null + this.writable = true + this.readable = true + this[BUFFERLENGTH] = 0 + this[DESTROYED] = false + } + + get bufferLength () { return this[BUFFERLENGTH] } + + get encoding () { return this[ENCODING] } + set encoding (enc) { + if (this[OBJECTMODE]) + throw new Error('cannot set encoding in objectMode') + + if (this[ENCODING] && enc !== this[ENCODING] && + (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) + throw new Error('cannot change encoding') + + if (this[ENCODING] !== enc) { + this[DECODER] = enc ? new SD(enc) : null + if (this.buffer.length) + this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) + } + + this[ENCODING] = enc + } + + setEncoding (enc) { + this.encoding = enc + } + + get objectMode () { return this[OBJECTMODE] } + set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } + + get ['async'] () { return this[ASYNC] } + set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } + + write (chunk, encoding, cb) { + if (this[EOF]) + throw new Error('write after end') + + if (this[DESTROYED]) { + this.emit('error', Object.assign( + new Error('Cannot call write after a stream was destroyed'), + { code: 'ERR_STREAM_DESTROYED' } + )) + return true + } + + if (typeof encoding === 'function') + cb = encoding, encoding = 'utf8' + + if (!encoding) + encoding = 'utf8' + + const fn = this[ASYNC] ? defer : f => f() + + // convert array buffers and typed array views into buffers + // at some point in the future, we may want to do the opposite! + // leave strings and buffers as-is + // anything else switches us into object mode + if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { + if (isArrayBufferView(chunk)) + chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) + else if (isArrayBuffer(chunk)) + chunk = Buffer.from(chunk) + else if (typeof chunk !== 'string') + // use the setter so we throw if we have encoding set + this.objectMode = true + } + + // handle object mode up front, since it's simpler + // this yields better performance, fewer checks later. + if (this[OBJECTMODE]) { + /* istanbul ignore if - maybe impossible? */ + if (this.flowing && this[BUFFERLENGTH] !== 0) + this[FLUSH](true) + + if (this.flowing) + this.emit('data', chunk) + else + this[BUFFERPUSH](chunk) + + if (this[BUFFERLENGTH] !== 0) + this.emit('readable') + + if (cb) + fn(cb) + + return this.flowing + } + + // at this point the chunk is a buffer or string + // don't buffer it up or send it to the decoder + if (!chunk.length) { + if (this[BUFFERLENGTH] !== 0) + this.emit('readable') + if (cb) + fn(cb) + return this.flowing + } + + // fast-path writing strings of same encoding to a stream with + // an empty buffer, skipping the buffer/decoder dance + if (typeof chunk === 'string' && + // unless it is a string already ready for us to use + !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { + chunk = Buffer.from(chunk, encoding) + } + + if (Buffer.isBuffer(chunk) && this[ENCODING]) + chunk = this[DECODER].write(chunk) + + // Note: flushing CAN potentially switch us into not-flowing mode + if (this.flowing && this[BUFFERLENGTH] !== 0) + this[FLUSH](true) + + if (this.flowing) + this.emit('data', chunk) + else + this[BUFFERPUSH](chunk) + + if (this[BUFFERLENGTH] !== 0) + this.emit('readable') + + if (cb) + fn(cb) + + return this.flowing + } + + read (n) { + if (this[DESTROYED]) + return null + + if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { + this[MAYBE_EMIT_END]() + return null + } + + if (this[OBJECTMODE]) + n = null + + if (this.buffer.length > 1 && !this[OBJECTMODE]) { + if (this.encoding) + this.buffer = [this.buffer.join('')] + else + this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] + } + + const ret = this[READ](n || null, this.buffer[0]) + this[MAYBE_EMIT_END]() + return ret + } + + [READ] (n, chunk) { + if (n === chunk.length || n === null) + this[BUFFERSHIFT]() + else { + this.buffer[0] = chunk.slice(n) + chunk = chunk.slice(0, n) + this[BUFFERLENGTH] -= n + } + + this.emit('data', chunk) + + if (!this.buffer.length && !this[EOF]) + this.emit('drain') + + return chunk + } + + end (chunk, encoding, cb) { + if (typeof chunk === 'function') + cb = chunk, chunk = null + if (typeof encoding === 'function') + cb = encoding, encoding = 'utf8' + if (chunk) + this.write(chunk, encoding) + if (cb) + this.once('end', cb) + this[EOF] = true + this.writable = false + + // if we haven't written anything, then go ahead and emit, + // even if we're not reading. + // we'll re-emit if a new 'end' listener is added anyway. + // This makes MP more suitable to write-only use cases. + if (this.flowing || !this[PAUSED]) + this[MAYBE_EMIT_END]() + return this + } + + // don't let the internal resume be overwritten + [RESUME] () { + if (this[DESTROYED]) + return + + this[PAUSED] = false + this[FLOWING] = true + this.emit('resume') + if (this.buffer.length) + this[FLUSH]() + else if (this[EOF]) + this[MAYBE_EMIT_END]() + else + this.emit('drain') + } + + resume () { + return this[RESUME]() + } + + pause () { + this[FLOWING] = false + this[PAUSED] = true + } + + get destroyed () { + return this[DESTROYED] + } + + get flowing () { + return this[FLOWING] + } + + get paused () { + return this[PAUSED] + } + + [BUFFERPUSH] (chunk) { + if (this[OBJECTMODE]) + this[BUFFERLENGTH] += 1 + else + this[BUFFERLENGTH] += chunk.length + this.buffer.push(chunk) + } + + [BUFFERSHIFT] () { + if (this.buffer.length) { + if (this[OBJECTMODE]) + this[BUFFERLENGTH] -= 1 + else + this[BUFFERLENGTH] -= this.buffer[0].length + } + return this.buffer.shift() + } + + [FLUSH] (noDrain) { + do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) + + if (!noDrain && !this.buffer.length && !this[EOF]) + this.emit('drain') + } + + [FLUSHCHUNK] (chunk) { + return chunk ? (this.emit('data', chunk), this.flowing) : false + } + + pipe (dest, opts) { + if (this[DESTROYED]) + return + + const ended = this[EMITTED_END] + opts = opts || {} + if (dest === proc.stdout || dest === proc.stderr) + opts.end = false + else + opts.end = opts.end !== false + opts.proxyErrors = !!opts.proxyErrors + + // piping an ended stream ends immediately + if (ended) { + if (opts.end) + dest.end() + } else { + this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) + : new PipeProxyErrors(this, dest, opts)) + if (this[ASYNC]) + defer(() => this[RESUME]()) + else + this[RESUME]() + } + + return dest + } + + unpipe (dest) { + const p = this.pipes.find(p => p.dest === dest) + if (p) { + this.pipes.splice(this.pipes.indexOf(p), 1) + p.unpipe() + } + } + + addListener (ev, fn) { + return this.on(ev, fn) + } + + on (ev, fn) { + const ret = super.on(ev, fn) + if (ev === 'data' && !this.pipes.length && !this.flowing) + this[RESUME]() + else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) + super.emit('readable') + else if (isEndish(ev) && this[EMITTED_END]) { + super.emit(ev) + this.removeAllListeners(ev) + } else if (ev === 'error' && this[EMITTED_ERROR]) { + if (this[ASYNC]) + defer(() => fn.call(this, this[EMITTED_ERROR])) + else + fn.call(this, this[EMITTED_ERROR]) + } + return ret + } + + get emittedEnd () { + return this[EMITTED_END] + } + + [MAYBE_EMIT_END] () { + if (!this[EMITTING_END] && + !this[EMITTED_END] && + !this[DESTROYED] && + this.buffer.length === 0 && + this[EOF]) { + this[EMITTING_END] = true + this.emit('end') + this.emit('prefinish') + this.emit('finish') + if (this[CLOSED]) + this.emit('close') + this[EMITTING_END] = false + } + } + + emit (ev, data, ...extra) { + // error and close are only events allowed after calling destroy() + if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) + return + else if (ev === 'data') { + return !data ? false + : this[ASYNC] ? defer(() => this[EMITDATA](data)) + : this[EMITDATA](data) + } else if (ev === 'end') { + return this[EMITEND]() + } else if (ev === 'close') { + this[CLOSED] = true + // don't emit close before 'end' and 'finish' + if (!this[EMITTED_END] && !this[DESTROYED]) + return + const ret = super.emit('close') + this.removeAllListeners('close') + return ret + } else if (ev === 'error') { + this[EMITTED_ERROR] = data + const ret = super.emit('error', data) + this[MAYBE_EMIT_END]() + return ret + } else if (ev === 'resume') { + const ret = super.emit('resume') + this[MAYBE_EMIT_END]() + return ret + } else if (ev === 'finish' || ev === 'prefinish') { + const ret = super.emit(ev) + this.removeAllListeners(ev) + return ret + } + + // Some other unknown event + const ret = super.emit(ev, data, ...extra) + this[MAYBE_EMIT_END]() + return ret + } + + [EMITDATA] (data) { + for (const p of this.pipes) { + if (p.dest.write(data) === false) + this.pause() + } + const ret = super.emit('data', data) + this[MAYBE_EMIT_END]() + return ret + } + + [EMITEND] () { + if (this[EMITTED_END]) + return + + this[EMITTED_END] = true + this.readable = false + if (this[ASYNC]) + defer(() => this[EMITEND2]()) + else + this[EMITEND2]() + } + + [EMITEND2] () { + if (this[DECODER]) { + const data = this[DECODER].end() + if (data) { + for (const p of this.pipes) { + p.dest.write(data) + } + super.emit('data', data) + } + } + + for (const p of this.pipes) { + p.end() + } + const ret = super.emit('end') + this.removeAllListeners('end') + return ret + } + + // const all = await stream.collect() + collect () { + const buf = [] + if (!this[OBJECTMODE]) + buf.dataLength = 0 + // set the promise first, in case an error is raised + // by triggering the flow here. + const p = this.promise() + this.on('data', c => { + buf.push(c) + if (!this[OBJECTMODE]) + buf.dataLength += c.length + }) + return p.then(() => buf) + } + + // const data = await stream.concat() + concat () { + return this[OBJECTMODE] + ? Promise.reject(new Error('cannot concat in objectMode')) + : this.collect().then(buf => + this[OBJECTMODE] + ? Promise.reject(new Error('cannot concat in objectMode')) + : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) + } + + // stream.promise().then(() => done, er => emitted error) + promise () { + return new Promise((resolve, reject) => { + this.on(DESTROYED, () => reject(new Error('stream destroyed'))) + this.on('error', er => reject(er)) + this.on('end', () => resolve()) + }) + } + + // for await (let chunk of stream) + [ASYNCITERATOR] () { + const next = () => { + const res = this.read() + if (res !== null) + return Promise.resolve({ done: false, value: res }) + + if (this[EOF]) + return Promise.resolve({ done: true }) + + let resolve = null + let reject = null + const onerr = er => { + this.removeListener('data', ondata) + this.removeListener('end', onend) + reject(er) + } + const ondata = value => { + this.removeListener('error', onerr) + this.removeListener('end', onend) + this.pause() + resolve({ value: value, done: !!this[EOF] }) + } + const onend = () => { + this.removeListener('error', onerr) + this.removeListener('data', ondata) + resolve({ done: true }) + } + const ondestroy = () => onerr(new Error('stream destroyed')) + return new Promise((res, rej) => { + reject = rej + resolve = res + this.once(DESTROYED, ondestroy) + this.once('error', onerr) + this.once('end', onend) + this.once('data', ondata) + }) + } + + return { next } + } + + // for (let chunk of stream) + [ITERATOR] () { + const next = () => { + const value = this.read() + const done = value === null + return { value, done } + } + return { next } + } + + destroy (er) { + if (this[DESTROYED]) { + if (er) + this.emit('error', er) + else + this.emit(DESTROYED) + return this + } + + this[DESTROYED] = true + + // throw away all buffered data, it's never coming out + this.buffer.length = 0 + this[BUFFERLENGTH] = 0 + + if (typeof this.close === 'function' && !this[CLOSED]) + this.close() + + if (er) + this.emit('error', er) + else // if no error to emit, still reject pending promises + this.emit(DESTROYED) + + return this + } + + static isStream (s) { + return !!s && (s instanceof Minipass || s instanceof Stream || + s instanceof EE && ( + typeof s.pipe === 'function' || // readable + (typeof s.write === 'function' && typeof s.end === 'function') // writable + )) + } +} diff --git a/node_modules/minipass/package.json b/node_modules/minipass/package.json new file mode 100644 index 0000000..548d03f --- /dev/null +++ b/node_modules/minipass/package.json @@ -0,0 +1,56 @@ +{ + "name": "minipass", + "version": "3.3.6", + "description": "minimal implementation of a PassThrough stream", + "main": "index.js", + "types": "index.d.ts", + "dependencies": { + "yallist": "^4.0.0" + }, + "devDependencies": { + "@types/node": "^17.0.41", + "end-of-stream": "^1.4.0", + "prettier": "^2.6.2", + "tap": "^16.2.0", + "through2": "^2.0.3", + "ts-node": "^10.8.1", + "typescript": "^4.7.3" + }, + "scripts": { + "test": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/minipass.git" + }, + "keywords": [ + "passthrough", + "stream" + ], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "files": [ + "index.d.ts", + "index.js" + ], + "tap": { + "check-coverage": true + }, + "engines": { + "node": ">=8" + }, + "prettier": { + "semi": false, + "printWidth": 80, + "tabWidth": 2, + "useTabs": false, + "singleQuote": true, + "jsxSingleQuote": false, + "bracketSameLine": true, + "arrowParens": "avoid", + "endOfLine": "lf" + } +} diff --git a/node_modules/minizlib/LICENSE b/node_modules/minizlib/LICENSE new file mode 100644 index 0000000..ffce738 --- /dev/null +++ b/node_modules/minizlib/LICENSE @@ -0,0 +1,26 @@ +Minizlib was created by Isaac Z. Schlueter. +It is a derivative work of the Node.js project. + +""" +Copyright Isaac Z. Schlueter and Contributors +Copyright Node.js contributors. All rights reserved. +Copyright Joyent, Inc. and other Node contributors. All rights reserved. + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. +""" diff --git a/node_modules/minizlib/README.md b/node_modules/minizlib/README.md new file mode 100644 index 0000000..80e067a --- /dev/null +++ b/node_modules/minizlib/README.md @@ -0,0 +1,60 @@ +# minizlib + +A fast zlib stream built on [minipass](http://npm.im/minipass) and +Node.js's zlib binding. + +This module was created to serve the needs of +[node-tar](http://npm.im/tar) and +[minipass-fetch](http://npm.im/minipass-fetch). + +Brotli is supported in versions of node with a Brotli binding. + +## How does this differ from the streams in `require('zlib')`? + +First, there are no convenience methods to compress or decompress a +buffer. If you want those, use the built-in `zlib` module. This is +only streams. That being said, Minipass streams to make it fairly easy to +use as one-liners: `new zlib.Deflate().end(data).read()` will return the +deflate compressed result. + +This module compresses and decompresses the data as fast as you feed +it in. It is synchronous, and runs on the main process thread. Zlib +and Brotli operations can be high CPU, but they're very fast, and doing it +this way means much less bookkeeping and artificial deferral. + +Node's built in zlib streams are built on top of `stream.Transform`. +They do the maximally safe thing with respect to consistent +asynchrony, buffering, and backpressure. + +See [Minipass](http://npm.im/minipass) for more on the differences between +Node.js core streams and Minipass streams, and the convenience methods +provided by that class. + +## Classes + +- Deflate +- Inflate +- Gzip +- Gunzip +- DeflateRaw +- InflateRaw +- Unzip +- BrotliCompress (Node v10 and higher) +- BrotliDecompress (Node v10 and higher) + +## USAGE + +```js +const zlib = require('minizlib') +const input = sourceOfCompressedData() +const decode = new zlib.BrotliDecompress() +const output = whereToWriteTheDecodedData() +input.pipe(decode).pipe(output) +``` + +## REPRODUCIBLE BUILDS + +To create reproducible gzip compressed files across different operating +systems, set `portable: true` in the options. This causes minizlib to set +the `OS` indicator in byte 9 of the extended gzip header to `0xFF` for +'unknown'. diff --git a/node_modules/minizlib/constants.js b/node_modules/minizlib/constants.js new file mode 100644 index 0000000..641ebc7 --- /dev/null +++ b/node_modules/minizlib/constants.js @@ -0,0 +1,115 @@ +// Update with any zlib constants that are added or changed in the future. +// Node v6 didn't export this, so we just hard code the version and rely +// on all the other hard-coded values from zlib v4736. When node v6 +// support drops, we can just export the realZlibConstants object. +const realZlibConstants = require('zlib').constants || + /* istanbul ignore next */ { ZLIB_VERNUM: 4736 } + +module.exports = Object.freeze(Object.assign(Object.create(null), { + Z_NO_FLUSH: 0, + Z_PARTIAL_FLUSH: 1, + Z_SYNC_FLUSH: 2, + Z_FULL_FLUSH: 3, + Z_FINISH: 4, + Z_BLOCK: 5, + Z_OK: 0, + Z_STREAM_END: 1, + Z_NEED_DICT: 2, + Z_ERRNO: -1, + Z_STREAM_ERROR: -2, + Z_DATA_ERROR: -3, + Z_MEM_ERROR: -4, + Z_BUF_ERROR: -5, + Z_VERSION_ERROR: -6, + Z_NO_COMPRESSION: 0, + Z_BEST_SPEED: 1, + Z_BEST_COMPRESSION: 9, + Z_DEFAULT_COMPRESSION: -1, + Z_FILTERED: 1, + Z_HUFFMAN_ONLY: 2, + Z_RLE: 3, + Z_FIXED: 4, + Z_DEFAULT_STRATEGY: 0, + DEFLATE: 1, + INFLATE: 2, + GZIP: 3, + GUNZIP: 4, + DEFLATERAW: 5, + INFLATERAW: 6, + UNZIP: 7, + BROTLI_DECODE: 8, + BROTLI_ENCODE: 9, + Z_MIN_WINDOWBITS: 8, + Z_MAX_WINDOWBITS: 15, + Z_DEFAULT_WINDOWBITS: 15, + Z_MIN_CHUNK: 64, + Z_MAX_CHUNK: Infinity, + Z_DEFAULT_CHUNK: 16384, + Z_MIN_MEMLEVEL: 1, + Z_MAX_MEMLEVEL: 9, + Z_DEFAULT_MEMLEVEL: 8, + Z_MIN_LEVEL: -1, + Z_MAX_LEVEL: 9, + Z_DEFAULT_LEVEL: -1, + BROTLI_OPERATION_PROCESS: 0, + BROTLI_OPERATION_FLUSH: 1, + BROTLI_OPERATION_FINISH: 2, + BROTLI_OPERATION_EMIT_METADATA: 3, + BROTLI_MODE_GENERIC: 0, + BROTLI_MODE_TEXT: 1, + BROTLI_MODE_FONT: 2, + BROTLI_DEFAULT_MODE: 0, + BROTLI_MIN_QUALITY: 0, + BROTLI_MAX_QUALITY: 11, + BROTLI_DEFAULT_QUALITY: 11, + BROTLI_MIN_WINDOW_BITS: 10, + BROTLI_MAX_WINDOW_BITS: 24, + BROTLI_LARGE_MAX_WINDOW_BITS: 30, + BROTLI_DEFAULT_WINDOW: 22, + BROTLI_MIN_INPUT_BLOCK_BITS: 16, + BROTLI_MAX_INPUT_BLOCK_BITS: 24, + BROTLI_PARAM_MODE: 0, + BROTLI_PARAM_QUALITY: 1, + BROTLI_PARAM_LGWIN: 2, + BROTLI_PARAM_LGBLOCK: 3, + BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: 4, + BROTLI_PARAM_SIZE_HINT: 5, + BROTLI_PARAM_LARGE_WINDOW: 6, + BROTLI_PARAM_NPOSTFIX: 7, + BROTLI_PARAM_NDIRECT: 8, + BROTLI_DECODER_RESULT_ERROR: 0, + BROTLI_DECODER_RESULT_SUCCESS: 1, + BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT: 2, + BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: 3, + BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION: 0, + BROTLI_DECODER_PARAM_LARGE_WINDOW: 1, + BROTLI_DECODER_NO_ERROR: 0, + BROTLI_DECODER_SUCCESS: 1, + BROTLI_DECODER_NEEDS_MORE_INPUT: 2, + BROTLI_DECODER_NEEDS_MORE_OUTPUT: 3, + BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE: -1, + BROTLI_DECODER_ERROR_FORMAT_RESERVED: -2, + BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE: -3, + BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET: -4, + BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME: -5, + BROTLI_DECODER_ERROR_FORMAT_CL_SPACE: -6, + BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE: -7, + BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT: -8, + BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1: -9, + BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2: -10, + BROTLI_DECODER_ERROR_FORMAT_TRANSFORM: -11, + BROTLI_DECODER_ERROR_FORMAT_DICTIONARY: -12, + BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS: -13, + BROTLI_DECODER_ERROR_FORMAT_PADDING_1: -14, + BROTLI_DECODER_ERROR_FORMAT_PADDING_2: -15, + BROTLI_DECODER_ERROR_FORMAT_DISTANCE: -16, + BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET: -19, + BROTLI_DECODER_ERROR_INVALID_ARGUMENTS: -20, + BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES: -21, + BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS: -22, + BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP: -25, + BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1: -26, + BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2: -27, + BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: -30, + BROTLI_DECODER_ERROR_UNREACHABLE: -31, +}, realZlibConstants)) diff --git a/node_modules/minizlib/index.js b/node_modules/minizlib/index.js new file mode 100644 index 0000000..fbaf69e --- /dev/null +++ b/node_modules/minizlib/index.js @@ -0,0 +1,348 @@ +'use strict' + +const assert = require('assert') +const Buffer = require('buffer').Buffer +const realZlib = require('zlib') + +const constants = exports.constants = require('./constants.js') +const Minipass = require('minipass') + +const OriginalBufferConcat = Buffer.concat + +const _superWrite = Symbol('_superWrite') +class ZlibError extends Error { + constructor (err) { + super('zlib: ' + err.message) + this.code = err.code + this.errno = err.errno + /* istanbul ignore if */ + if (!this.code) + this.code = 'ZLIB_ERROR' + + this.message = 'zlib: ' + err.message + Error.captureStackTrace(this, this.constructor) + } + + get name () { + return 'ZlibError' + } +} + +// the Zlib class they all inherit from +// This thing manages the queue of requests, and returns +// true or false if there is anything in the queue when +// you call the .write() method. +const _opts = Symbol('opts') +const _flushFlag = Symbol('flushFlag') +const _finishFlushFlag = Symbol('finishFlushFlag') +const _fullFlushFlag = Symbol('fullFlushFlag') +const _handle = Symbol('handle') +const _onError = Symbol('onError') +const _sawError = Symbol('sawError') +const _level = Symbol('level') +const _strategy = Symbol('strategy') +const _ended = Symbol('ended') +const _defaultFullFlush = Symbol('_defaultFullFlush') + +class ZlibBase extends Minipass { + constructor (opts, mode) { + if (!opts || typeof opts !== 'object') + throw new TypeError('invalid options for ZlibBase constructor') + + super(opts) + this[_sawError] = false + this[_ended] = false + this[_opts] = opts + + this[_flushFlag] = opts.flush + this[_finishFlushFlag] = opts.finishFlush + // this will throw if any options are invalid for the class selected + try { + this[_handle] = new realZlib[mode](opts) + } catch (er) { + // make sure that all errors get decorated properly + throw new ZlibError(er) + } + + this[_onError] = (err) => { + // no sense raising multiple errors, since we abort on the first one. + if (this[_sawError]) + return + + this[_sawError] = true + + // there is no way to cleanly recover. + // continuing only obscures problems. + this.close() + this.emit('error', err) + } + + this[_handle].on('error', er => this[_onError](new ZlibError(er))) + this.once('end', () => this.close) + } + + close () { + if (this[_handle]) { + this[_handle].close() + this[_handle] = null + this.emit('close') + } + } + + reset () { + if (!this[_sawError]) { + assert(this[_handle], 'zlib binding closed') + return this[_handle].reset() + } + } + + flush (flushFlag) { + if (this.ended) + return + + if (typeof flushFlag !== 'number') + flushFlag = this[_fullFlushFlag] + this.write(Object.assign(Buffer.alloc(0), { [_flushFlag]: flushFlag })) + } + + end (chunk, encoding, cb) { + if (chunk) + this.write(chunk, encoding) + this.flush(this[_finishFlushFlag]) + this[_ended] = true + return super.end(null, null, cb) + } + + get ended () { + return this[_ended] + } + + write (chunk, encoding, cb) { + // process the chunk using the sync process + // then super.write() all the outputted chunks + if (typeof encoding === 'function') + cb = encoding, encoding = 'utf8' + + if (typeof chunk === 'string') + chunk = Buffer.from(chunk, encoding) + + if (this[_sawError]) + return + assert(this[_handle], 'zlib binding closed') + + // _processChunk tries to .close() the native handle after it's done, so we + // intercept that by temporarily making it a no-op. + const nativeHandle = this[_handle]._handle + const originalNativeClose = nativeHandle.close + nativeHandle.close = () => {} + const originalClose = this[_handle].close + this[_handle].close = () => {} + // It also calls `Buffer.concat()` at the end, which may be convenient + // for some, but which we are not interested in as it slows us down. + Buffer.concat = (args) => args + let result + try { + const flushFlag = typeof chunk[_flushFlag] === 'number' + ? chunk[_flushFlag] : this[_flushFlag] + result = this[_handle]._processChunk(chunk, flushFlag) + // if we don't throw, reset it back how it was + Buffer.concat = OriginalBufferConcat + } catch (err) { + // or if we do, put Buffer.concat() back before we emit error + // Error events call into user code, which may call Buffer.concat() + Buffer.concat = OriginalBufferConcat + this[_onError](new ZlibError(err)) + } finally { + if (this[_handle]) { + // Core zlib resets `_handle` to null after attempting to close the + // native handle. Our no-op handler prevented actual closure, but we + // need to restore the `._handle` property. + this[_handle]._handle = nativeHandle + nativeHandle.close = originalNativeClose + this[_handle].close = originalClose + // `_processChunk()` adds an 'error' listener. If we don't remove it + // after each call, these handlers start piling up. + this[_handle].removeAllListeners('error') + // make sure OUR error listener is still attached tho + } + } + + if (this[_handle]) + this[_handle].on('error', er => this[_onError](new ZlibError(er))) + + let writeReturn + if (result) { + if (Array.isArray(result) && result.length > 0) { + // The first buffer is always `handle._outBuffer`, which would be + // re-used for later invocations; so, we always have to copy that one. + writeReturn = this[_superWrite](Buffer.from(result[0])) + for (let i = 1; i < result.length; i++) { + writeReturn = this[_superWrite](result[i]) + } + } else { + writeReturn = this[_superWrite](Buffer.from(result)) + } + } + + if (cb) + cb() + return writeReturn + } + + [_superWrite] (data) { + return super.write(data) + } +} + +class Zlib extends ZlibBase { + constructor (opts, mode) { + opts = opts || {} + + opts.flush = opts.flush || constants.Z_NO_FLUSH + opts.finishFlush = opts.finishFlush || constants.Z_FINISH + super(opts, mode) + + this[_fullFlushFlag] = constants.Z_FULL_FLUSH + this[_level] = opts.level + this[_strategy] = opts.strategy + } + + params (level, strategy) { + if (this[_sawError]) + return + + if (!this[_handle]) + throw new Error('cannot switch params when binding is closed') + + // no way to test this without also not supporting params at all + /* istanbul ignore if */ + if (!this[_handle].params) + throw new Error('not supported in this implementation') + + if (this[_level] !== level || this[_strategy] !== strategy) { + this.flush(constants.Z_SYNC_FLUSH) + assert(this[_handle], 'zlib binding closed') + // .params() calls .flush(), but the latter is always async in the + // core zlib. We override .flush() temporarily to intercept that and + // flush synchronously. + const origFlush = this[_handle].flush + this[_handle].flush = (flushFlag, cb) => { + this.flush(flushFlag) + cb() + } + try { + this[_handle].params(level, strategy) + } finally { + this[_handle].flush = origFlush + } + /* istanbul ignore else */ + if (this[_handle]) { + this[_level] = level + this[_strategy] = strategy + } + } + } +} + +// minimal 2-byte header +class Deflate extends Zlib { + constructor (opts) { + super(opts, 'Deflate') + } +} + +class Inflate extends Zlib { + constructor (opts) { + super(opts, 'Inflate') + } +} + +// gzip - bigger header, same deflate compression +const _portable = Symbol('_portable') +class Gzip extends Zlib { + constructor (opts) { + super(opts, 'Gzip') + this[_portable] = opts && !!opts.portable + } + + [_superWrite] (data) { + if (!this[_portable]) + return super[_superWrite](data) + + // we'll always get the header emitted in one first chunk + // overwrite the OS indicator byte with 0xFF + this[_portable] = false + data[9] = 255 + return super[_superWrite](data) + } +} + +class Gunzip extends Zlib { + constructor (opts) { + super(opts, 'Gunzip') + } +} + +// raw - no header +class DeflateRaw extends Zlib { + constructor (opts) { + super(opts, 'DeflateRaw') + } +} + +class InflateRaw extends Zlib { + constructor (opts) { + super(opts, 'InflateRaw') + } +} + +// auto-detect header. +class Unzip extends Zlib { + constructor (opts) { + super(opts, 'Unzip') + } +} + +class Brotli extends ZlibBase { + constructor (opts, mode) { + opts = opts || {} + + opts.flush = opts.flush || constants.BROTLI_OPERATION_PROCESS + opts.finishFlush = opts.finishFlush || constants.BROTLI_OPERATION_FINISH + + super(opts, mode) + + this[_fullFlushFlag] = constants.BROTLI_OPERATION_FLUSH + } +} + +class BrotliCompress extends Brotli { + constructor (opts) { + super(opts, 'BrotliCompress') + } +} + +class BrotliDecompress extends Brotli { + constructor (opts) { + super(opts, 'BrotliDecompress') + } +} + +exports.Deflate = Deflate +exports.Inflate = Inflate +exports.Gzip = Gzip +exports.Gunzip = Gunzip +exports.DeflateRaw = DeflateRaw +exports.InflateRaw = InflateRaw +exports.Unzip = Unzip +/* istanbul ignore else */ +if (typeof realZlib.BrotliCompress === 'function') { + exports.BrotliCompress = BrotliCompress + exports.BrotliDecompress = BrotliDecompress +} else { + exports.BrotliCompress = exports.BrotliDecompress = class { + constructor () { + throw new Error('Brotli is not supported in this version of Node.js') + } + } +} diff --git a/node_modules/minizlib/package.json b/node_modules/minizlib/package.json new file mode 100644 index 0000000..98825a5 --- /dev/null +++ b/node_modules/minizlib/package.json @@ -0,0 +1,42 @@ +{ + "name": "minizlib", + "version": "2.1.2", + "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", + "main": "index.js", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "scripts": { + "test": "tap test/*.js --100 -J", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/minizlib.git" + }, + "keywords": [ + "zlib", + "gzip", + "gunzip", + "deflate", + "inflate", + "compression", + "zip", + "unzip" + ], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "MIT", + "devDependencies": { + "tap": "^14.6.9" + }, + "files": [ + "index.js", + "constants.js" + ], + "engines": { + "node": ">= 8" + } +} diff --git a/node_modules/mkdirp/CHANGELOG.md b/node_modules/mkdirp/CHANGELOG.md new file mode 100644 index 0000000..8145838 --- /dev/null +++ b/node_modules/mkdirp/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changers Lorgs! + +## 1.0 + +Full rewrite. Essentially a brand new module. + +- Return a promise instead of taking a callback. +- Use native `fs.mkdir(path, { recursive: true })` when available. +- Drop support for outdated Node.js versions. (Technically still works on + Node.js v8, but only 10 and above are officially supported.) + +## 0.x + +Original and most widely used recursive directory creation implementation +in JavaScript, dating back to 2010. diff --git a/node_modules/mkdirp/LICENSE b/node_modules/mkdirp/LICENSE new file mode 100644 index 0000000..13fcd15 --- /dev/null +++ b/node_modules/mkdirp/LICENSE @@ -0,0 +1,21 @@ +Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +This project is free software released under the MIT license: + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. diff --git a/node_modules/mkdirp/bin/cmd.js b/node_modules/mkdirp/bin/cmd.js new file mode 100644 index 0000000..6e0aa8d --- /dev/null +++ b/node_modules/mkdirp/bin/cmd.js @@ -0,0 +1,68 @@ +#!/usr/bin/env node + +const usage = () => ` +usage: mkdirp [DIR1,DIR2..] {OPTIONS} + + Create each supplied directory including any necessary parent directories + that don't yet exist. + + If the directory already exists, do nothing. + +OPTIONS are: + + -m If a directory needs to be created, set the mode as an octal + --mode= permission string. + + -v --version Print the mkdirp version number + + -h --help Print this helpful banner + + -p --print Print the first directories created for each path provided + + --manual Use manual implementation, even if native is available +` + +const dirs = [] +const opts = {} +let print = false +let dashdash = false +let manual = false +for (const arg of process.argv.slice(2)) { + if (dashdash) + dirs.push(arg) + else if (arg === '--') + dashdash = true + else if (arg === '--manual') + manual = true + else if (/^-h/.test(arg) || /^--help/.test(arg)) { + console.log(usage()) + process.exit(0) + } else if (arg === '-v' || arg === '--version') { + console.log(require('../package.json').version) + process.exit(0) + } else if (arg === '-p' || arg === '--print') { + print = true + } else if (/^-m/.test(arg) || /^--mode=/.test(arg)) { + const mode = parseInt(arg.replace(/^(-m|--mode=)/, ''), 8) + if (isNaN(mode)) { + console.error(`invalid mode argument: ${arg}\nMust be an octal number.`) + process.exit(1) + } + opts.mode = mode + } else + dirs.push(arg) +} + +const mkdirp = require('../') +const impl = manual ? mkdirp.manual : mkdirp +if (dirs.length === 0) + console.error(usage()) + +Promise.all(dirs.map(dir => impl(dir, opts))) + .then(made => print ? made.forEach(m => m && console.log(m)) : null) + .catch(er => { + console.error(er.message) + if (er.code) + console.error(' code: ' + er.code) + process.exit(1) + }) diff --git a/node_modules/mkdirp/index.js b/node_modules/mkdirp/index.js new file mode 100644 index 0000000..ad7a16c --- /dev/null +++ b/node_modules/mkdirp/index.js @@ -0,0 +1,31 @@ +const optsArg = require('./lib/opts-arg.js') +const pathArg = require('./lib/path-arg.js') + +const {mkdirpNative, mkdirpNativeSync} = require('./lib/mkdirp-native.js') +const {mkdirpManual, mkdirpManualSync} = require('./lib/mkdirp-manual.js') +const {useNative, useNativeSync} = require('./lib/use-native.js') + + +const mkdirp = (path, opts) => { + path = pathArg(path) + opts = optsArg(opts) + return useNative(opts) + ? mkdirpNative(path, opts) + : mkdirpManual(path, opts) +} + +const mkdirpSync = (path, opts) => { + path = pathArg(path) + opts = optsArg(opts) + return useNativeSync(opts) + ? mkdirpNativeSync(path, opts) + : mkdirpManualSync(path, opts) +} + +mkdirp.sync = mkdirpSync +mkdirp.native = (path, opts) => mkdirpNative(pathArg(path), optsArg(opts)) +mkdirp.manual = (path, opts) => mkdirpManual(pathArg(path), optsArg(opts)) +mkdirp.nativeSync = (path, opts) => mkdirpNativeSync(pathArg(path), optsArg(opts)) +mkdirp.manualSync = (path, opts) => mkdirpManualSync(pathArg(path), optsArg(opts)) + +module.exports = mkdirp diff --git a/node_modules/mkdirp/lib/find-made.js b/node_modules/mkdirp/lib/find-made.js new file mode 100644 index 0000000..022e492 --- /dev/null +++ b/node_modules/mkdirp/lib/find-made.js @@ -0,0 +1,29 @@ +const {dirname} = require('path') + +const findMade = (opts, parent, path = undefined) => { + // we never want the 'made' return value to be a root directory + if (path === parent) + return Promise.resolve() + + return opts.statAsync(parent).then( + st => st.isDirectory() ? path : undefined, // will fail later + er => er.code === 'ENOENT' + ? findMade(opts, dirname(parent), parent) + : undefined + ) +} + +const findMadeSync = (opts, parent, path = undefined) => { + if (path === parent) + return undefined + + try { + return opts.statSync(parent).isDirectory() ? path : undefined + } catch (er) { + return er.code === 'ENOENT' + ? findMadeSync(opts, dirname(parent), parent) + : undefined + } +} + +module.exports = {findMade, findMadeSync} diff --git a/node_modules/mkdirp/lib/mkdirp-manual.js b/node_modules/mkdirp/lib/mkdirp-manual.js new file mode 100644 index 0000000..2eb18cd --- /dev/null +++ b/node_modules/mkdirp/lib/mkdirp-manual.js @@ -0,0 +1,64 @@ +const {dirname} = require('path') + +const mkdirpManual = (path, opts, made) => { + opts.recursive = false + const parent = dirname(path) + if (parent === path) { + return opts.mkdirAsync(path, opts).catch(er => { + // swallowed by recursive implementation on posix systems + // any other error is a failure + if (er.code !== 'EISDIR') + throw er + }) + } + + return opts.mkdirAsync(path, opts).then(() => made || path, er => { + if (er.code === 'ENOENT') + return mkdirpManual(parent, opts) + .then(made => mkdirpManual(path, opts, made)) + if (er.code !== 'EEXIST' && er.code !== 'EROFS') + throw er + return opts.statAsync(path).then(st => { + if (st.isDirectory()) + return made + else + throw er + }, () => { throw er }) + }) +} + +const mkdirpManualSync = (path, opts, made) => { + const parent = dirname(path) + opts.recursive = false + + if (parent === path) { + try { + return opts.mkdirSync(path, opts) + } catch (er) { + // swallowed by recursive implementation on posix systems + // any other error is a failure + if (er.code !== 'EISDIR') + throw er + else + return + } + } + + try { + opts.mkdirSync(path, opts) + return made || path + } catch (er) { + if (er.code === 'ENOENT') + return mkdirpManualSync(path, opts, mkdirpManualSync(parent, opts, made)) + if (er.code !== 'EEXIST' && er.code !== 'EROFS') + throw er + try { + if (!opts.statSync(path).isDirectory()) + throw er + } catch (_) { + throw er + } + } +} + +module.exports = {mkdirpManual, mkdirpManualSync} diff --git a/node_modules/mkdirp/lib/mkdirp-native.js b/node_modules/mkdirp/lib/mkdirp-native.js new file mode 100644 index 0000000..c7a6b69 --- /dev/null +++ b/node_modules/mkdirp/lib/mkdirp-native.js @@ -0,0 +1,39 @@ +const {dirname} = require('path') +const {findMade, findMadeSync} = require('./find-made.js') +const {mkdirpManual, mkdirpManualSync} = require('./mkdirp-manual.js') + +const mkdirpNative = (path, opts) => { + opts.recursive = true + const parent = dirname(path) + if (parent === path) + return opts.mkdirAsync(path, opts) + + return findMade(opts, path).then(made => + opts.mkdirAsync(path, opts).then(() => made) + .catch(er => { + if (er.code === 'ENOENT') + return mkdirpManual(path, opts) + else + throw er + })) +} + +const mkdirpNativeSync = (path, opts) => { + opts.recursive = true + const parent = dirname(path) + if (parent === path) + return opts.mkdirSync(path, opts) + + const made = findMadeSync(opts, path) + try { + opts.mkdirSync(path, opts) + return made + } catch (er) { + if (er.code === 'ENOENT') + return mkdirpManualSync(path, opts) + else + throw er + } +} + +module.exports = {mkdirpNative, mkdirpNativeSync} diff --git a/node_modules/mkdirp/lib/opts-arg.js b/node_modules/mkdirp/lib/opts-arg.js new file mode 100644 index 0000000..2fa4833 --- /dev/null +++ b/node_modules/mkdirp/lib/opts-arg.js @@ -0,0 +1,23 @@ +const { promisify } = require('util') +const fs = require('fs') +const optsArg = opts => { + if (!opts) + opts = { mode: 0o777, fs } + else if (typeof opts === 'object') + opts = { mode: 0o777, fs, ...opts } + else if (typeof opts === 'number') + opts = { mode: opts, fs } + else if (typeof opts === 'string') + opts = { mode: parseInt(opts, 8), fs } + else + throw new TypeError('invalid options argument') + + opts.mkdir = opts.mkdir || opts.fs.mkdir || fs.mkdir + opts.mkdirAsync = promisify(opts.mkdir) + opts.stat = opts.stat || opts.fs.stat || fs.stat + opts.statAsync = promisify(opts.stat) + opts.statSync = opts.statSync || opts.fs.statSync || fs.statSync + opts.mkdirSync = opts.mkdirSync || opts.fs.mkdirSync || fs.mkdirSync + return opts +} +module.exports = optsArg diff --git a/node_modules/mkdirp/lib/path-arg.js b/node_modules/mkdirp/lib/path-arg.js new file mode 100644 index 0000000..cc07de5 --- /dev/null +++ b/node_modules/mkdirp/lib/path-arg.js @@ -0,0 +1,29 @@ +const platform = process.env.__TESTING_MKDIRP_PLATFORM__ || process.platform +const { resolve, parse } = require('path') +const pathArg = path => { + if (/\0/.test(path)) { + // simulate same failure that node raises + throw Object.assign( + new TypeError('path must be a string without null bytes'), + { + path, + code: 'ERR_INVALID_ARG_VALUE', + } + ) + } + + path = resolve(path) + if (platform === 'win32') { + const badWinChars = /[*|"<>?:]/ + const {root} = parse(path) + if (badWinChars.test(path.substr(root.length))) { + throw Object.assign(new Error('Illegal characters in path.'), { + path, + code: 'EINVAL', + }) + } + } + + return path +} +module.exports = pathArg diff --git a/node_modules/mkdirp/lib/use-native.js b/node_modules/mkdirp/lib/use-native.js new file mode 100644 index 0000000..079361d --- /dev/null +++ b/node_modules/mkdirp/lib/use-native.js @@ -0,0 +1,10 @@ +const fs = require('fs') + +const version = process.env.__TESTING_MKDIRP_NODE_VERSION__ || process.version +const versArr = version.replace(/^v/, '').split('.') +const hasNative = +versArr[0] > 10 || +versArr[0] === 10 && +versArr[1] >= 12 + +const useNative = !hasNative ? () => false : opts => opts.mkdir === fs.mkdir +const useNativeSync = !hasNative ? () => false : opts => opts.mkdirSync === fs.mkdirSync + +module.exports = {useNative, useNativeSync} diff --git a/node_modules/mkdirp/package.json b/node_modules/mkdirp/package.json new file mode 100644 index 0000000..2913ed0 --- /dev/null +++ b/node_modules/mkdirp/package.json @@ -0,0 +1,44 @@ +{ + "name": "mkdirp", + "description": "Recursively mkdir, like `mkdir -p`", + "version": "1.0.4", + "main": "index.js", + "keywords": [ + "mkdir", + "directory", + "make dir", + "make", + "dir", + "recursive", + "native" + ], + "repository": { + "type": "git", + "url": "https://github.com/isaacs/node-mkdirp.git" + }, + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "tap": { + "check-coverage": true, + "coverage-map": "map.js" + }, + "devDependencies": { + "require-inject": "^1.4.4", + "tap": "^14.10.7" + }, + "bin": "bin/cmd.js", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "files": [ + "bin", + "lib", + "index.js" + ] +} diff --git a/node_modules/mkdirp/readme.markdown b/node_modules/mkdirp/readme.markdown new file mode 100644 index 0000000..827de59 --- /dev/null +++ b/node_modules/mkdirp/readme.markdown @@ -0,0 +1,266 @@ +# mkdirp + +Like `mkdir -p`, but in Node.js! + +Now with a modern API and no\* bugs! + +\* may contain some bugs + +# example + +## pow.js + +```js +const mkdirp = require('mkdirp') + +// return value is a Promise resolving to the first directory created +mkdirp('/tmp/foo/bar/baz').then(made => + console.log(`made directories, starting with ${made}`)) +``` + +Output (where `/tmp/foo` already exists) + +``` +made directories, starting with /tmp/foo/bar +``` + +Or, if you don't have time to wait around for promises: + +```js +const mkdirp = require('mkdirp') + +// return value is the first directory created +const made = mkdirp.sync('/tmp/foo/bar/baz') +console.log(`made directories, starting with ${made}`) +``` + +And now /tmp/foo/bar/baz exists, huzzah! + +# methods + +```js +const mkdirp = require('mkdirp') +``` + +## mkdirp(dir, [opts]) -> Promise + +Create a new directory and any necessary subdirectories at `dir` with octal +permission string `opts.mode`. If `opts` is a string or number, it will be +treated as the `opts.mode`. + +If `opts.mode` isn't specified, it defaults to `0o777 & +(~process.umask())`. + +Promise resolves to first directory `made` that had to be created, or +`undefined` if everything already exists. Promise rejects if any errors +are encountered. Note that, in the case of promise rejection, some +directories _may_ have been created, as recursive directory creation is not +an atomic operation. + +You can optionally pass in an alternate `fs` implementation by passing in +`opts.fs`. Your implementation should have `opts.fs.mkdir(path, opts, cb)` +and `opts.fs.stat(path, cb)`. + +You can also override just one or the other of `mkdir` and `stat` by +passing in `opts.stat` or `opts.mkdir`, or providing an `fs` option that +only overrides one of these. + +## mkdirp.sync(dir, opts) -> String|null + +Synchronously create a new directory and any necessary subdirectories at +`dir` with octal permission string `opts.mode`. If `opts` is a string or +number, it will be treated as the `opts.mode`. + +If `opts.mode` isn't specified, it defaults to `0o777 & +(~process.umask())`. + +Returns the first directory that had to be created, or undefined if +everything already exists. + +You can optionally pass in an alternate `fs` implementation by passing in +`opts.fs`. Your implementation should have `opts.fs.mkdirSync(path, mode)` +and `opts.fs.statSync(path)`. + +You can also override just one or the other of `mkdirSync` and `statSync` +by passing in `opts.statSync` or `opts.mkdirSync`, or providing an `fs` +option that only overrides one of these. + +## mkdirp.manual, mkdirp.manualSync + +Use the manual implementation (not the native one). This is the default +when the native implementation is not available or the stat/mkdir +implementation is overridden. + +## mkdirp.native, mkdirp.nativeSync + +Use the native implementation (not the manual one). This is the default +when the native implementation is available and stat/mkdir are not +overridden. + +# implementation + +On Node.js v10.12.0 and above, use the native `fs.mkdir(p, +{recursive:true})` option, unless `fs.mkdir`/`fs.mkdirSync` has been +overridden by an option. + +## native implementation + +- If the path is a root directory, then pass it to the underlying + implementation and return the result/error. (In this case, it'll either + succeed or fail, but we aren't actually creating any dirs.) +- Walk up the path statting each directory, to find the first path that + will be created, `made`. +- Call `fs.mkdir(path, { recursive: true })` (or `fs.mkdirSync`) +- If error, raise it to the caller. +- Return `made`. + +## manual implementation + +- Call underlying `fs.mkdir` implementation, with `recursive: false` +- If error: + - If path is a root directory, raise to the caller and do not handle it + - If ENOENT, mkdirp parent dir, store result as `made` + - stat(path) + - If error, raise original `mkdir` error + - If directory, return `made` + - Else, raise original `mkdir` error +- else + - return `undefined` if a root dir, or `made` if set, or `path` + +## windows vs unix caveat + +On Windows file systems, attempts to create a root directory (ie, a drive +letter or root UNC path) will fail. If the root directory exists, then it +will fail with `EPERM`. If the root directory does not exist, then it will +fail with `ENOENT`. + +On posix file systems, attempts to create a root directory (in recursive +mode) will succeed silently, as it is treated like just another directory +that already exists. (In non-recursive mode, of course, it fails with +`EEXIST`.) + +In order to preserve this system-specific behavior (and because it's not as +if we can create the parent of a root directory anyway), attempts to create +a root directory are passed directly to the `fs` implementation, and any +errors encountered are not handled. + +## native error caveat + +The native implementation (as of at least Node.js v13.4.0) does not provide +appropriate errors in some cases (see +[nodejs/node#31481](https://github.com/nodejs/node/issues/31481) and +[nodejs/node#28015](https://github.com/nodejs/node/issues/28015)). + +In order to work around this issue, the native implementation will fall +back to the manual implementation if an `ENOENT` error is encountered. + +# choosing a recursive mkdir implementation + +There are a few to choose from! Use the one that suits your needs best :D + +## use `fs.mkdir(path, {recursive: true}, cb)` if: + +- You wish to optimize performance even at the expense of other factors. +- You don't need to know the first dir created. +- You are ok with getting `ENOENT` as the error when some other problem is + the actual cause. +- You can limit your platforms to Node.js v10.12 and above. +- You're ok with using callbacks instead of promises. +- You don't need/want a CLI. +- You don't need to override the `fs` methods in use. + +## use this module (mkdirp 1.x) if: + +- You need to know the first directory that was created. +- You wish to use the native implementation if available, but fall back + when it's not. +- You prefer promise-returning APIs to callback-taking APIs. +- You want more useful error messages than the native recursive mkdir + provides (at least as of Node.js v13.4), and are ok with re-trying on + `ENOENT` to achieve this. +- You need (or at least, are ok with) a CLI. +- You need to override the `fs` methods in use. + +## use [`make-dir`](http://npm.im/make-dir) if: + +- You do not need to know the first dir created (and wish to save a few + `stat` calls when using the native implementation for this reason). +- You wish to use the native implementation if available, but fall back + when it's not. +- You prefer promise-returning APIs to callback-taking APIs. +- You are ok with occasionally getting `ENOENT` errors for failures that + are actually related to something other than a missing file system entry. +- You don't need/want a CLI. +- You need to override the `fs` methods in use. + +## use mkdirp 0.x if: + +- You need to know the first directory that was created. +- You need (or at least, are ok with) a CLI. +- You need to override the `fs` methods in use. +- You're ok with using callbacks instead of promises. +- You are not running on Windows, where the root-level ENOENT errors can + lead to infinite regress. +- You think vinyl just sounds warmer and richer for some weird reason. +- You are supporting truly ancient Node.js versions, before even the advent + of a `Promise` language primitive. (Please don't. You deserve better.) + +# cli + +This package also ships with a `mkdirp` command. + +``` +$ mkdirp -h + +usage: mkdirp [DIR1,DIR2..] {OPTIONS} + + Create each supplied directory including any necessary parent directories + that don't yet exist. + + If the directory already exists, do nothing. + +OPTIONS are: + + -m If a directory needs to be created, set the mode as an octal + --mode= permission string. + + -v --version Print the mkdirp version number + + -h --help Print this helpful banner + + -p --print Print the first directories created for each path provided + + --manual Use manual implementation, even if native is available +``` + +# install + +With [npm](http://npmjs.org) do: + +``` +npm install mkdirp +``` + +to get the library locally, or + +``` +npm install -g mkdirp +``` + +to get the command everywhere, or + +``` +npx mkdirp ... +``` + +to run the command without installing it globally. + +# platform support + +This module works on node v8, but only v10 and above are officially +supported, as Node v8 reached its LTS end of life 2020-01-01, which is in +the past, as of this writing. + +# license + +MIT diff --git a/node_modules/node-addon-api/LICENSE.md b/node_modules/node-addon-api/LICENSE.md new file mode 100644 index 0000000..e2fad66 --- /dev/null +++ b/node_modules/node-addon-api/LICENSE.md @@ -0,0 +1,13 @@ +The MIT License (MIT) +===================== + +Copyright (c) 2017 Node.js API collaborators +----------------------------------- + +*Node.js API collaborators listed at * + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. \ No newline at end of file diff --git a/node_modules/node-addon-api/README.md b/node_modules/node-addon-api/README.md new file mode 100644 index 0000000..db7cb7f --- /dev/null +++ b/node_modules/node-addon-api/README.md @@ -0,0 +1,293 @@ +NOTE: The default branch has been renamed! +master is now named main + +If you have a local clone, you can update it by running: + +```shell +git branch -m master main +git fetch origin +git branch -u origin/main main +``` + +# **node-addon-api module** +This module contains **header-only C++ wrapper classes** which simplify +the use of the C based [Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html) +provided by Node.js when using C++. It provides a C++ object model +and exception handling semantics with low overhead. + +There are three options for implementing addons: Node-API, nan, or direct +use of internal V8, libuv and Node.js libraries. Unless there is a need for +direct access to functionality which is not exposed by Node-API as outlined +in [C/C++ addons](https://nodejs.org/dist/latest/docs/api/addons.html) +in Node.js core, use Node-API. Refer to +[C/C++ addons with Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html) +for more information on Node-API. + +Node-API is an ABI stable C interface provided by Node.js for building native +addons. It is independent from the underlying JavaScript runtime (e.g. V8 or ChakraCore) +and is maintained as part of Node.js itself. It is intended to insulate +native addons from changes in the underlying JavaScript engine and allow +modules compiled for one version to run on later versions of Node.js without +recompilation. + +The `node-addon-api` module, which is not part of Node.js, preserves the benefits +of the Node-API as it consists only of inline code that depends only on the stable API +provided by Node-API. As such, modules built against one version of Node.js +using node-addon-api should run without having to be rebuilt with newer versions +of Node.js. + +It is important to remember that *other* Node.js interfaces such as +`libuv` (included in a project via `#include `) are not ABI-stable across +Node.js major versions. Thus, an addon must use Node-API and/or `node-addon-api` +exclusively and build against a version of Node.js that includes an +implementation of Node-API (meaning an active LTS version of Node.js) in +order to benefit from ABI stability across Node.js major versions. Node.js +provides an [ABI stability guide][] containing a detailed explanation of ABI +stability in general, and the Node-API ABI stability guarantee in particular. + +As new APIs are added to Node-API, node-addon-api must be updated to provide +wrappers for those new APIs. For this reason node-addon-api provides +methods that allow callers to obtain the underlying Node-API handles so +direct calls to Node-API and the use of the objects/methods provided by +node-addon-api can be used together. For example, in order to be able +to use an API for which the node-addon-api does not yet provide a wrapper. + +APIs exposed by node-addon-api are generally used to create and +manipulate JavaScript values. Concepts and operations generally map +to ideas specified in the **ECMA262 Language Specification**. + +The [Node-API Resource](https://nodejs.github.io/node-addon-examples/) offers an +excellent orientation and tips for developers just getting started with Node-API +and node-addon-api. + +- **[Setup](#setup)** +- **[API Documentation](#api)** +- **[Examples](#examples)** +- **[Tests](#tests)** +- **[More resource and info about native Addons](#resources)** +- **[Badges](#badges)** +- **[Code of Conduct](CODE_OF_CONDUCT.md)** +- **[Contributors](#contributors)** +- **[License](#license)** + +## **Current version: 4.3.0** + +(See [CHANGELOG.md](CHANGELOG.md) for complete Changelog) + +[![NPM](https://nodei.co/npm/node-addon-api.png?downloads=true&downloadRank=true)](https://nodei.co/npm/node-addon-api/) [![NPM](https://nodei.co/npm-dl/node-addon-api.png?months=6&height=1)](https://nodei.co/npm/node-addon-api/) + + + +node-addon-api is based on [Node-API](https://nodejs.org/api/n-api.html) and supports using different Node-API versions. +This allows addons built with it to run with Node.js versions which support the targeted Node-API version. +**However** the node-addon-api support model is to support only the active LTS Node.js versions. This means that +every year there will be a new major which drops support for the Node.js LTS version which has gone out of service. + +The oldest Node.js version supported by the current version of node-addon-api is Node.js 12.x. + +## Setup + - [Installation and usage](doc/setup.md) + - [node-gyp](doc/node-gyp.md) + - [cmake-js](doc/cmake-js.md) + - [Conversion tool](doc/conversion-tool.md) + - [Checker tool](doc/checker-tool.md) + - [Generator](doc/generator.md) + - [Prebuild tools](doc/prebuild_tools.md) + + + +### **API Documentation** + +The following is the documentation for node-addon-api. + + - [Full Class Hierarchy](doc/hierarchy.md) + - [Addon Structure](doc/addon.md) + - Data Types: + - [Env](doc/env.md) + - [CallbackInfo](doc/callbackinfo.md) + - [Reference](doc/reference.md) + - [Value](doc/value.md) + - [Name](doc/name.md) + - [Symbol](doc/symbol.md) + - [String](doc/string.md) + - [Number](doc/number.md) + - [Date](doc/date.md) + - [BigInt](doc/bigint.md) + - [Boolean](doc/boolean.md) + - [External](doc/external.md) + - [Object](doc/object.md) + - [Array](doc/array.md) + - [ObjectReference](doc/object_reference.md) + - [PropertyDescriptor](doc/property_descriptor.md) + - [Function](doc/function.md) + - [FunctionReference](doc/function_reference.md) + - [ObjectWrap](doc/object_wrap.md) + - [ClassPropertyDescriptor](doc/class_property_descriptor.md) + - [Buffer](doc/buffer.md) + - [ArrayBuffer](doc/array_buffer.md) + - [TypedArray](doc/typed_array.md) + - [TypedArrayOf](doc/typed_array_of.md) + - [DataView](doc/dataview.md) + - [Error Handling](doc/error_handling.md) + - [Error](doc/error.md) + - [TypeError](doc/type_error.md) + - [RangeError](doc/range_error.md) + - [Object Lifetime Management](doc/object_lifetime_management.md) + - [HandleScope](doc/handle_scope.md) + - [EscapableHandleScope](doc/escapable_handle_scope.md) + - [Memory Management](doc/memory_management.md) + - [Async Operations](doc/async_operations.md) + - [AsyncWorker](doc/async_worker.md) + - [AsyncContext](doc/async_context.md) + - [AsyncWorker Variants](doc/async_worker_variants.md) + - [Thread-safe Functions](doc/threadsafe.md) + - [ThreadSafeFunction](doc/threadsafe_function.md) + - [TypedThreadSafeFunction](doc/typed_threadsafe_function.md) + - [Promises](doc/promises.md) + - [Version management](doc/version_management.md) + + + +### **Examples** + +Are you new to **node-addon-api**? Take a look at our **[examples](https://github.com/nodejs/node-addon-examples)** + +- **[Hello World](https://github.com/nodejs/node-addon-examples/tree/HEAD/1_hello_world/node-addon-api)** +- **[Pass arguments to a function](https://github.com/nodejs/node-addon-examples/tree/HEAD/2_function_arguments/node-addon-api)** +- **[Callbacks](https://github.com/nodejs/node-addon-examples/tree/HEAD/3_callbacks/node-addon-api)** +- **[Object factory](https://github.com/nodejs/node-addon-examples/tree/HEAD/4_object_factory/node-addon-api)** +- **[Function factory](https://github.com/nodejs/node-addon-examples/tree/HEAD/5_function_factory/node-addon-api)** +- **[Wrapping C++ Object](https://github.com/nodejs/node-addon-examples/tree/HEAD/6_object_wrap/node-addon-api)** +- **[Factory of wrapped object](https://github.com/nodejs/node-addon-examples/tree/HEAD/7_factory_wrap/node-addon-api)** +- **[Passing wrapped object around](https://github.com/nodejs/node-addon-examples/tree/HEAD/8_passing_wrapped/node-addon-api)** + + + +### **Tests** + +To run the **node-addon-api** tests do: + +``` +npm install +npm test +``` + +To avoid testing the deprecated portions of the API run +``` +npm install +npm test --disable-deprecated +``` + +To run the tests targeting a specific version of Node-API run +``` +npm install +export NAPI_VERSION=X +npm test --NAPI_VERSION=X +``` + +where X is the version of Node-API you want to target. + +### **Debug** + +To run the **node-addon-api** tests with `--debug` option: + +``` +npm run-script dev +``` + +If you want faster build, you might use the following option: + +``` +npm run-script dev:incremental +``` + +Take a look and get inspired by our **[test suite](https://github.com/nodejs/node-addon-api/tree/HEAD/test)** + +### **Benchmarks** + +You can run the available benchmarks using the following command: + +``` +npm run-script benchmark +``` + +See [benchmark/README.md](benchmark/README.md) for more details about running and adding benchmarks. + + + +### **More resource and info about native Addons** +- **[C++ Addons](https://nodejs.org/dist/latest/docs/api/addons.html)** +- **[Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html)** +- **[Node-API - Next Generation Node API for Native Modules](https://youtu.be/-Oniup60Afs)** +- **[How We Migrated Realm JavaScript From NAN to Node-API](https://developer.mongodb.com/article/realm-javascript-nan-to-n-api)** + +As node-addon-api's core mission is to expose the plain C Node-API as C++ +wrappers, tools that facilitate n-api/node-addon-api providing more +convenient patterns on developing a Node.js add-ons with n-api/node-addon-api +can be published to NPM as standalone packages. It is also recommended to tag +such packages with `node-addon-api` to provide more visibility to the community. + +Quick links to NPM searches: [keywords:node-addon-api](https://www.npmjs.com/search?q=keywords%3Anode-addon-api). + + + +### **Other bindings** + +- **[napi-rs](https://napi.rs)** - (`Rust`) + + + +### **Badges** + +The use of badges is recommended to indicate the minimum version of Node-API +required for the module. This helps to determine which Node.js major versions are +supported. Addon maintainers can consult the [Node-API support matrix][] to determine +which Node.js versions provide a given Node-API version. The following badges are +available: + +![Node-API v1 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v1%20Badge.svg) +![Node-API v2 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v2%20Badge.svg) +![Node-API v3 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v3%20Badge.svg) +![Node-API v4 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v4%20Badge.svg) +![Node-API v5 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v5%20Badge.svg) +![Node-API v6 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v6%20Badge.svg) +![Node-API v7 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v7%20Badge.svg) +![Node-API v8 Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20v8%20Badge.svg) +![Node-API Experimental Version Badge](https://github.com/nodejs/abi-stable-node/blob/doc/assets/Node-API%20Experimental%20Version%20Badge.svg) + +## **Contributing** + +We love contributions from the community to **node-addon-api**! +See [CONTRIBUTING.md](CONTRIBUTING.md) for more details on our philosophy around extending this module. + + + +## Team members + +### Active +| Name | GitHub Link | +| ------------------- | ----------------------------------------------------- | +| Anna Henningsen | [addaleax](https://github.com/addaleax) | +| Chengzhong Wu | [legendecas](https://github.com/legendecas) | +| Gabriel Schulhof | [gabrielschulhof](https://github.com/gabrielschulhof) | +| Jim Schlight | [jschlight](https://github.com/jschlight) | +| Michael Dawson | [mhdawson](https://github.com/mhdawson) | +| Kevin Eady | [KevinEady](https://github.com/KevinEady) +| Nicola Del Gobbo | [NickNaso](https://github.com/NickNaso) | + +### Emeritus +| Name | GitHub Link | +| ------------------- | ----------------------------------------------------- | +| Arunesh Chandra | [aruneshchandra](https://github.com/aruneshchandra) | +| Benjamin Byholm | [kkoopa](https://github.com/kkoopa) | +| Jason Ginchereau | [jasongin](https://github.com/jasongin) | +| Hitesh Kanwathirtha | [digitalinfinity](https://github.com/digitalinfinity) | +| Sampson Gao | [sampsongao](https://github.com/sampsongao) | +| Taylor Woll | [boingoing](https://github.com/boingoing) | + + + +Licensed under [MIT](./LICENSE.md) + +[ABI stability guide]: https://nodejs.org/en/docs/guides/abi-stability/ +[Node-API support matrix]: https://nodejs.org/dist/latest/docs/api/n-api.html#n_api_n_api_version_matrix diff --git a/node_modules/node-addon-api/common.gypi b/node_modules/node-addon-api/common.gypi new file mode 100644 index 0000000..9be254f --- /dev/null +++ b/node_modules/node-addon-api/common.gypi @@ -0,0 +1,21 @@ +{ + 'variables': { + 'NAPI_VERSION%': " +inline PropertyDescriptor +PropertyDescriptor::Accessor(const char* utf8name, + Getter getter, + napi_property_attributes attributes, + void* /*data*/) { + using CbData = details::CallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({ getter, nullptr }); + + return PropertyDescriptor({ + utf8name, + nullptr, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(const std::string& utf8name, + Getter getter, + napi_property_attributes attributes, + void* data) { + return Accessor(utf8name.c_str(), getter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(napi_value name, + Getter getter, + napi_property_attributes attributes, + void* /*data*/) { + using CbData = details::CallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({ getter, nullptr }); + + return PropertyDescriptor({ + nullptr, + name, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(Name name, + Getter getter, + napi_property_attributes attributes, + void* data) { + napi_value nameValue = name; + return PropertyDescriptor::Accessor(nameValue, getter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(const char* utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* /*data*/) { + using CbData = details::AccessorCallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({ getter, setter, nullptr }); + + return PropertyDescriptor({ + utf8name, + nullptr, + nullptr, + CbData::GetterWrapper, + CbData::SetterWrapper, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(const std::string& utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + return Accessor(utf8name.c_str(), getter, setter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(napi_value name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* /*data*/) { + using CbData = details::AccessorCallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({ getter, setter, nullptr }); + + return PropertyDescriptor({ + nullptr, + name, + nullptr, + CbData::GetterWrapper, + CbData::SetterWrapper, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(Name name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + napi_value nameValue = name; + return PropertyDescriptor::Accessor(nameValue, getter, setter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function(const char* utf8name, + Callable cb, + napi_property_attributes attributes, + void* /*data*/) { + using ReturnType = decltype(cb(CallbackInfo(nullptr, nullptr))); + using CbData = details::CallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({ cb, nullptr }); + + return PropertyDescriptor({ + utf8name, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function(const std::string& utf8name, + Callable cb, + napi_property_attributes attributes, + void* data) { + return Function(utf8name.c_str(), cb, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function(napi_value name, + Callable cb, + napi_property_attributes attributes, + void* /*data*/) { + using ReturnType = decltype(cb(CallbackInfo(nullptr, nullptr))); + using CbData = details::CallbackData; + // TODO: Delete when the function is destroyed + auto callbackData = new CbData({ cb, nullptr }); + + return PropertyDescriptor({ + nullptr, + name, + CbData::Wrapper, + nullptr, + nullptr, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function(Name name, + Callable cb, + napi_property_attributes attributes, + void* data) { + napi_value nameValue = name; + return PropertyDescriptor::Function(nameValue, cb, attributes, data); +} + +#endif // !SRC_NAPI_INL_DEPRECATED_H_ diff --git a/node_modules/node-addon-api/napi-inl.h b/node_modules/node-addon-api/napi-inl.h new file mode 100644 index 0000000..bd54feb --- /dev/null +++ b/node_modules/node-addon-api/napi-inl.h @@ -0,0 +1,6209 @@ +#ifndef SRC_NAPI_INL_H_ +#define SRC_NAPI_INL_H_ + +//////////////////////////////////////////////////////////////////////////////// +// Node-API C++ Wrapper Classes +// +// Inline header-only implementations for "Node-API" ABI-stable C APIs for +// Node.js. +//////////////////////////////////////////////////////////////////////////////// + +// Note: Do not include this file directly! Include "napi.h" instead. + +#include +#include +#include +#include +#include + +namespace Napi { + +// Helpers to handle functions exposed from C++. +namespace details { + +// Attach a data item to an object and delete it when the object gets +// garbage-collected. +// TODO: Replace this code with `napi_add_finalizer()` whenever it becomes +// available on all supported versions of Node.js. +template +static inline napi_status AttachData(napi_env env, + napi_value obj, + FreeType* data, + napi_finalize finalizer = nullptr, + void* hint = nullptr) { + napi_status status; + if (finalizer == nullptr) { + finalizer = [](napi_env /*env*/, void* data, void* /*hint*/) { + delete static_cast(data); + }; + } +#if (NAPI_VERSION < 5) + napi_value symbol, external; + status = napi_create_symbol(env, nullptr, &symbol); + if (status == napi_ok) { + status = napi_create_external(env, + data, + finalizer, + hint, + &external); + if (status == napi_ok) { + napi_property_descriptor desc = { + nullptr, + symbol, + nullptr, + nullptr, + nullptr, + external, + napi_default, + nullptr + }; + status = napi_define_properties(env, obj, 1, &desc); + } + } +#else // NAPI_VERSION >= 5 + status = napi_add_finalizer(env, obj, data, finalizer, hint, nullptr); +#endif + return status; +} + +// For use in JS to C++ callback wrappers to catch any Napi::Error exceptions +// and rethrow them as JavaScript exceptions before returning from the callback. +template +inline napi_value WrapCallback(Callable callback) { +#ifdef NAPI_CPP_EXCEPTIONS + try { + return callback(); + } catch (const Error& e) { + e.ThrowAsJavaScriptException(); + return nullptr; + } +#else // NAPI_CPP_EXCEPTIONS + // When C++ exceptions are disabled, errors are immediately thrown as JS + // exceptions, so there is no need to catch and rethrow them here. + return callback(); +#endif // NAPI_CPP_EXCEPTIONS +} + +// For use in JS to C++ void callback wrappers to catch any Napi::Error +// exceptions and rethrow them as JavaScript exceptions before returning from the +// callback. +template +inline void WrapVoidCallback(Callable callback) { +#ifdef NAPI_CPP_EXCEPTIONS + try { + callback(); + } catch (const Error& e) { + e.ThrowAsJavaScriptException(); + } +#else // NAPI_CPP_EXCEPTIONS + // When C++ exceptions are disabled, errors are immediately thrown as JS + // exceptions, so there is no need to catch and rethrow them here. + callback(); +#endif // NAPI_CPP_EXCEPTIONS +} + +template +struct CallbackData { + static inline + napi_value Wrapper(napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + CallbackData* callbackData = + static_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + return callbackData->callback(callbackInfo); + }); + } + + Callable callback; + void* data; +}; + +template +struct CallbackData { + static inline + napi_value Wrapper(napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + CallbackData* callbackData = + static_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + callbackData->callback(callbackInfo); + return nullptr; + }); + } + + Callable callback; + void* data; +}; + +template +static napi_value +TemplatedVoidCallback(napi_env env, napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + CallbackInfo cbInfo(env, info); + Callback(cbInfo); + return nullptr; + }); +} + +template +static napi_value +TemplatedCallback(napi_env env, napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + CallbackInfo cbInfo(env, info); + return Callback(cbInfo); + }); +} + +template +static napi_value +TemplatedInstanceCallback(napi_env env, napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + CallbackInfo cbInfo(env, info); + T* instance = T::Unwrap(cbInfo.This().As()); + return (instance->*UnwrapCallback)(cbInfo); + }); +} + +template +static napi_value +TemplatedInstanceVoidCallback(napi_env env, + napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + CallbackInfo cbInfo(env, info); + T* instance = T::Unwrap(cbInfo.This().As()); + (instance->*UnwrapCallback)(cbInfo); + return nullptr; + }); +} + +template +struct FinalizeData { + static inline void Wrapper(napi_env env, + void* data, + void* finalizeHint) NAPI_NOEXCEPT { + WrapVoidCallback([&] { + FinalizeData* finalizeData = static_cast(finalizeHint); + finalizeData->callback(Env(env), static_cast(data)); + delete finalizeData; + }); + } + + static inline void WrapperWithHint(napi_env env, + void* data, + void* finalizeHint) NAPI_NOEXCEPT { + WrapVoidCallback([&] { + FinalizeData* finalizeData = static_cast(finalizeHint); + finalizeData->callback(Env(env), static_cast(data), finalizeData->hint); + delete finalizeData; + }); + } + + Finalizer callback; + Hint* hint; +}; + +#if (NAPI_VERSION > 3 && !defined(__wasm32__)) +template , + typename FinalizerDataType=void> +struct ThreadSafeFinalize { + static inline + void Wrapper(napi_env env, void* rawFinalizeData, void* /* rawContext */) { + if (rawFinalizeData == nullptr) + return; + + ThreadSafeFinalize* finalizeData = + static_cast(rawFinalizeData); + finalizeData->callback(Env(env)); + delete finalizeData; + } + + static inline + void FinalizeWrapperWithData(napi_env env, + void* rawFinalizeData, + void* /* rawContext */) { + if (rawFinalizeData == nullptr) + return; + + ThreadSafeFinalize* finalizeData = + static_cast(rawFinalizeData); + finalizeData->callback(Env(env), finalizeData->data); + delete finalizeData; + } + + static inline + void FinalizeWrapperWithContext(napi_env env, + void* rawFinalizeData, + void* rawContext) { + if (rawFinalizeData == nullptr) + return; + + ThreadSafeFinalize* finalizeData = + static_cast(rawFinalizeData); + finalizeData->callback(Env(env), static_cast(rawContext)); + delete finalizeData; + } + + static inline + void FinalizeFinalizeWrapperWithDataAndContext(napi_env env, + void* rawFinalizeData, + void* rawContext) { + if (rawFinalizeData == nullptr) + return; + + ThreadSafeFinalize* finalizeData = + static_cast(rawFinalizeData); + finalizeData->callback(Env(env), finalizeData->data, + static_cast(rawContext)); + delete finalizeData; + } + + FinalizerDataType* data; + Finalizer callback; +}; + +template +typename std::enable_if::type static inline CallJsWrapper( + napi_env env, napi_value jsCallback, void* context, void* data) { + call(env, + Function(env, jsCallback), + static_cast(context), + static_cast(data)); +} + +template +typename std::enable_if::type static inline CallJsWrapper( + napi_env env, napi_value jsCallback, void* /*context*/, void* /*data*/) { + if (jsCallback != nullptr) { + Function(env, jsCallback).Call(0, nullptr); + } +} + +#if NAPI_VERSION > 4 + +template +napi_value DefaultCallbackWrapper(napi_env /*env*/, std::nullptr_t /*cb*/) { + return nullptr; +} + +template +napi_value DefaultCallbackWrapper(napi_env /*env*/, Napi::Function cb) { + return cb; +} + +#else +template +napi_value DefaultCallbackWrapper(napi_env env, Napi::Function cb) { + if (cb.IsEmpty()) { + return TSFN::EmptyFunctionFactory(env); + } + return cb; +} +#endif // NAPI_VERSION > 4 +#endif // NAPI_VERSION > 3 && !defined(__wasm32__) + +template +struct AccessorCallbackData { + static inline + napi_value GetterWrapper(napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + AccessorCallbackData* callbackData = + static_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + return callbackData->getterCallback(callbackInfo); + }); + } + + static inline + napi_value SetterWrapper(napi_env env, napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + AccessorCallbackData* callbackData = + static_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + callbackData->setterCallback(callbackInfo); + return nullptr; + }); + } + + Getter getterCallback; + Setter setterCallback; + void* data; +}; + +} // namespace details + +#ifndef NODE_ADDON_API_DISABLE_DEPRECATED +# include "napi-inl.deprecated.h" +#endif // !NODE_ADDON_API_DISABLE_DEPRECATED + +//////////////////////////////////////////////////////////////////////////////// +// Module registration +//////////////////////////////////////////////////////////////////////////////// + +// Register an add-on based on an initializer function. +#define NODE_API_MODULE(modname, regfunc) \ + static napi_value __napi_##regfunc(napi_env env, napi_value exports) { \ + return Napi::RegisterModule(env, exports, regfunc); \ + } \ + NAPI_MODULE(modname, __napi_##regfunc) + +// Register an add-on based on a subclass of `Addon` with a custom Node.js +// module name. +#define NODE_API_NAMED_ADDON(modname, classname) \ + static napi_value __napi_ ## classname(napi_env env, \ + napi_value exports) { \ + return Napi::RegisterModule(env, exports, &classname::Init); \ + } \ + NAPI_MODULE(modname, __napi_ ## classname) + +// Register an add-on based on a subclass of `Addon` with the Node.js module +// name given by node-gyp from the `target_name` in binding.gyp. +#define NODE_API_ADDON(classname) \ + NODE_API_NAMED_ADDON(NODE_GYP_MODULE_NAME, classname) + +// Adapt the NAPI_MODULE registration function: +// - Wrap the arguments in NAPI wrappers. +// - Catch any NAPI errors and rethrow as JS exceptions. +inline napi_value RegisterModule(napi_env env, + napi_value exports, + ModuleRegisterCallback registerCallback) { + return details::WrapCallback([&] { + return napi_value(registerCallback(Napi::Env(env), + Napi::Object(env, exports))); + }); +} + +//////////////////////////////////////////////////////////////////////////////// +// Maybe class +//////////////////////////////////////////////////////////////////////////////// + +template +bool Maybe::IsNothing() const { + return !_has_value; +} + +template +bool Maybe::IsJust() const { + return _has_value; +} + +template +void Maybe::Check() const { + NAPI_CHECK(IsJust(), "Napi::Maybe::Check", "Maybe value is Nothing."); +} + +template +T Maybe::Unwrap() const { + NAPI_CHECK(IsJust(), "Napi::Maybe::Unwrap", "Maybe value is Nothing."); + return _value; +} + +template +T Maybe::UnwrapOr(const T& default_value) const { + return _has_value ? _value : default_value; +} + +template +bool Maybe::UnwrapTo(T* out) const { + if (IsJust()) { + *out = _value; + return true; + }; + return false; +} + +template +bool Maybe::operator==(const Maybe& other) const { + return (IsJust() == other.IsJust()) && + (!IsJust() || Unwrap() == other.Unwrap()); +} + +template +bool Maybe::operator!=(const Maybe& other) const { + return !operator==(other); +} + +template +Maybe::Maybe() : _has_value(false) {} + +template +Maybe::Maybe(const T& t) : _has_value(true), _value(t) {} + +template +inline Maybe Nothing() { + return Maybe(); +} + +template +inline Maybe Just(const T& t) { + return Maybe(t); +} + +//////////////////////////////////////////////////////////////////////////////// +// Env class +//////////////////////////////////////////////////////////////////////////////// + +inline Env::Env(napi_env env) : _env(env) { +} + +inline Env::operator napi_env() const { + return _env; +} + +inline Object Env::Global() const { + napi_value value; + napi_status status = napi_get_global(*this, &value); + NAPI_THROW_IF_FAILED(*this, status, Object()); + return Object(*this, value); +} + +inline Value Env::Undefined() const { + napi_value value; + napi_status status = napi_get_undefined(*this, &value); + NAPI_THROW_IF_FAILED(*this, status, Value()); + return Value(*this, value); +} + +inline Value Env::Null() const { + napi_value value; + napi_status status = napi_get_null(*this, &value); + NAPI_THROW_IF_FAILED(*this, status, Value()); + return Value(*this, value); +} + +inline bool Env::IsExceptionPending() const { + bool result; + napi_status status = napi_is_exception_pending(_env, &result); + if (status != napi_ok) result = false; // Checking for a pending exception shouldn't throw. + return result; +} + +inline Error Env::GetAndClearPendingException() { + napi_value value; + napi_status status = napi_get_and_clear_last_exception(_env, &value); + if (status != napi_ok) { + // Don't throw another exception when failing to get the exception! + return Error(); + } + return Error(_env, value); +} + +inline MaybeOrValue Env::RunScript(const char* utf8script) { + String script = String::New(_env, utf8script); + return RunScript(script); +} + +inline MaybeOrValue Env::RunScript(const std::string& utf8script) { + return RunScript(utf8script.c_str()); +} + +inline MaybeOrValue Env::RunScript(String script) { + napi_value result; + napi_status status = napi_run_script(_env, script, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Value(_env, result), Napi::Value); +} + +#if NAPI_VERSION > 2 +template +void Env::CleanupHook::Wrapper(void* data) NAPI_NOEXCEPT { + auto* cleanupData = + static_cast::CleanupData*>( + data); + cleanupData->hook(); + delete cleanupData; +} + +template +void Env::CleanupHook::WrapperWithArg(void* data) NAPI_NOEXCEPT { + auto* cleanupData = + static_cast::CleanupData*>( + data); + cleanupData->hook(static_cast(cleanupData->arg)); + delete cleanupData; +} +#endif // NAPI_VERSION > 2 + +#if NAPI_VERSION > 5 +template fini> +inline void Env::SetInstanceData(T* data) { + napi_status status = + napi_set_instance_data(_env, data, [](napi_env env, void* data, void*) { + fini(env, static_cast(data)); + }, nullptr); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +template fini> +inline void Env::SetInstanceData(DataType* data, HintType* hint) { + napi_status status = + napi_set_instance_data(_env, data, + [](napi_env env, void* data, void* hint) { + fini(env, static_cast(data), static_cast(hint)); + }, hint); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +template +inline T* Env::GetInstanceData() { + void* data = nullptr; + + napi_status status = napi_get_instance_data(_env, &data); + NAPI_THROW_IF_FAILED(_env, status, nullptr); + + return static_cast(data); +} + +template void Env::DefaultFini(Env, T* data) { + delete data; +} + +template +void Env::DefaultFiniWithHint(Env, DataType* data, HintType*) { + delete data; +} +#endif // NAPI_VERSION > 5 + +//////////////////////////////////////////////////////////////////////////////// +// Value class +//////////////////////////////////////////////////////////////////////////////// + +inline Value::Value() : _env(nullptr), _value(nullptr) { +} + +inline Value::Value(napi_env env, napi_value value) : _env(env), _value(value) { +} + +inline Value::operator napi_value() const { + return _value; +} + +inline bool Value::operator ==(const Value& other) const { + return StrictEquals(other); +} + +inline bool Value::operator !=(const Value& other) const { + return !this->operator ==(other); +} + +inline bool Value::StrictEquals(const Value& other) const { + bool result; + napi_status status = napi_strict_equals(_env, *this, other, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline Napi::Env Value::Env() const { + return Napi::Env(_env); +} + +inline bool Value::IsEmpty() const { + return _value == nullptr; +} + +inline napi_valuetype Value::Type() const { + if (IsEmpty()) { + return napi_undefined; + } + + napi_valuetype type; + napi_status status = napi_typeof(_env, _value, &type); + NAPI_THROW_IF_FAILED(_env, status, napi_undefined); + return type; +} + +inline bool Value::IsUndefined() const { + return Type() == napi_undefined; +} + +inline bool Value::IsNull() const { + return Type() == napi_null; +} + +inline bool Value::IsBoolean() const { + return Type() == napi_boolean; +} + +inline bool Value::IsNumber() const { + return Type() == napi_number; +} + +#if NAPI_VERSION > 5 +inline bool Value::IsBigInt() const { + return Type() == napi_bigint; +} +#endif // NAPI_VERSION > 5 + +#if (NAPI_VERSION > 4) +inline bool Value::IsDate() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_date(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} +#endif + +inline bool Value::IsString() const { + return Type() == napi_string; +} + +inline bool Value::IsSymbol() const { + return Type() == napi_symbol; +} + +inline bool Value::IsArray() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_array(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsArrayBuffer() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_arraybuffer(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsTypedArray() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_typedarray(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsObject() const { + return Type() == napi_object || IsFunction(); +} + +inline bool Value::IsFunction() const { + return Type() == napi_function; +} + +inline bool Value::IsPromise() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_promise(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsDataView() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_dataview(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsBuffer() const { + if (IsEmpty()) { + return false; + } + + bool result; + napi_status status = napi_is_buffer(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +inline bool Value::IsExternal() const { + return Type() == napi_external; +} + +template +inline T Value::As() const { + return T(_env, _value); +} + +inline MaybeOrValue Value::ToBoolean() const { + napi_value result; + napi_status status = napi_coerce_to_bool(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Boolean(_env, result), Napi::Boolean); +} + +inline MaybeOrValue Value::ToNumber() const { + napi_value result; + napi_status status = napi_coerce_to_number(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Number(_env, result), Napi::Number); +} + +inline MaybeOrValue Value::ToString() const { + napi_value result; + napi_status status = napi_coerce_to_string(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::String(_env, result), Napi::String); +} + +inline MaybeOrValue Value::ToObject() const { + napi_value result; + napi_status status = napi_coerce_to_object(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Object(_env, result), Napi::Object); +} + +//////////////////////////////////////////////////////////////////////////////// +// Boolean class +//////////////////////////////////////////////////////////////////////////////// + +inline Boolean Boolean::New(napi_env env, bool val) { + napi_value value; + napi_status status = napi_get_boolean(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, Boolean()); + return Boolean(env, value); +} + +inline Boolean::Boolean() : Napi::Value() { +} + +inline Boolean::Boolean(napi_env env, napi_value value) : Napi::Value(env, value) { +} + +inline Boolean::operator bool() const { + return Value(); +} + +inline bool Boolean::Value() const { + bool result; + napi_status status = napi_get_value_bool(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, false); + return result; +} + +//////////////////////////////////////////////////////////////////////////////// +// Number class +//////////////////////////////////////////////////////////////////////////////// + +inline Number Number::New(napi_env env, double val) { + napi_value value; + napi_status status = napi_create_double(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, Number()); + return Number(env, value); +} + +inline Number::Number() : Value() { +} + +inline Number::Number(napi_env env, napi_value value) : Value(env, value) { +} + +inline Number::operator int32_t() const { + return Int32Value(); +} + +inline Number::operator uint32_t() const { + return Uint32Value(); +} + +inline Number::operator int64_t() const { + return Int64Value(); +} + +inline Number::operator float() const { + return FloatValue(); +} + +inline Number::operator double() const { + return DoubleValue(); +} + +inline int32_t Number::Int32Value() const { + int32_t result; + napi_status status = napi_get_value_int32(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline uint32_t Number::Uint32Value() const { + uint32_t result; + napi_status status = napi_get_value_uint32(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline int64_t Number::Int64Value() const { + int64_t result; + napi_status status = napi_get_value_int64(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline float Number::FloatValue() const { + return static_cast(DoubleValue()); +} + +inline double Number::DoubleValue() const { + double result; + napi_status status = napi_get_value_double(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +#if NAPI_VERSION > 5 +//////////////////////////////////////////////////////////////////////////////// +// BigInt Class +//////////////////////////////////////////////////////////////////////////////// + +inline BigInt BigInt::New(napi_env env, int64_t val) { + napi_value value; + napi_status status = napi_create_bigint_int64(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, BigInt()); + return BigInt(env, value); +} + +inline BigInt BigInt::New(napi_env env, uint64_t val) { + napi_value value; + napi_status status = napi_create_bigint_uint64(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, BigInt()); + return BigInt(env, value); +} + +inline BigInt BigInt::New(napi_env env, int sign_bit, size_t word_count, const uint64_t* words) { + napi_value value; + napi_status status = napi_create_bigint_words(env, sign_bit, word_count, words, &value); + NAPI_THROW_IF_FAILED(env, status, BigInt()); + return BigInt(env, value); +} + +inline BigInt::BigInt() : Value() { +} + +inline BigInt::BigInt(napi_env env, napi_value value) : Value(env, value) { +} + +inline int64_t BigInt::Int64Value(bool* lossless) const { + int64_t result; + napi_status status = napi_get_value_bigint_int64( + _env, _value, &result, lossless); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline uint64_t BigInt::Uint64Value(bool* lossless) const { + uint64_t result; + napi_status status = napi_get_value_bigint_uint64( + _env, _value, &result, lossless); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +inline size_t BigInt::WordCount() const { + size_t word_count; + napi_status status = napi_get_value_bigint_words( + _env, _value, nullptr, &word_count, nullptr); + NAPI_THROW_IF_FAILED(_env, status, 0); + return word_count; +} + +inline void BigInt::ToWords(int* sign_bit, size_t* word_count, uint64_t* words) { + napi_status status = napi_get_value_bigint_words( + _env, _value, sign_bit, word_count, words); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} +#endif // NAPI_VERSION > 5 + +#if (NAPI_VERSION > 4) +//////////////////////////////////////////////////////////////////////////////// +// Date Class +//////////////////////////////////////////////////////////////////////////////// + +inline Date Date::New(napi_env env, double val) { + napi_value value; + napi_status status = napi_create_date(env, val, &value); + NAPI_THROW_IF_FAILED(env, status, Date()); + return Date(env, value); +} + +inline Date::Date() : Value() { +} + +inline Date::Date(napi_env env, napi_value value) : Value(env, value) { +} + +inline Date::operator double() const { + return ValueOf(); +} + +inline double Date::ValueOf() const { + double result; + napi_status status = napi_get_date_value( + _env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} +#endif + +//////////////////////////////////////////////////////////////////////////////// +// Name class +//////////////////////////////////////////////////////////////////////////////// + +inline Name::Name() : Value() { +} + +inline Name::Name(napi_env env, napi_value value) : Value(env, value) { +} + +//////////////////////////////////////////////////////////////////////////////// +// String class +//////////////////////////////////////////////////////////////////////////////// + +inline String String::New(napi_env env, const std::string& val) { + return String::New(env, val.c_str(), val.size()); +} + +inline String String::New(napi_env env, const std::u16string& val) { + return String::New(env, val.c_str(), val.size()); +} + +inline String String::New(napi_env env, const char* val) { + // TODO(@gabrielschulhof) Remove if-statement when core's error handling is + // available in all supported versions. + if (val == nullptr) { + // Throw an error that looks like it came from core. + NAPI_THROW_IF_FAILED(env, napi_invalid_arg, String()); + } + napi_value value; + napi_status status = napi_create_string_utf8(env, val, std::strlen(val), &value); + NAPI_THROW_IF_FAILED(env, status, String()); + return String(env, value); +} + +inline String String::New(napi_env env, const char16_t* val) { + napi_value value; + // TODO(@gabrielschulhof) Remove if-statement when core's error handling is + // available in all supported versions. + if (val == nullptr) { + // Throw an error that looks like it came from core. + NAPI_THROW_IF_FAILED(env, napi_invalid_arg, String()); + } + napi_status status = napi_create_string_utf16(env, val, std::u16string(val).size(), &value); + NAPI_THROW_IF_FAILED(env, status, String()); + return String(env, value); +} + +inline String String::New(napi_env env, const char* val, size_t length) { + napi_value value; + napi_status status = napi_create_string_utf8(env, val, length, &value); + NAPI_THROW_IF_FAILED(env, status, String()); + return String(env, value); +} + +inline String String::New(napi_env env, const char16_t* val, size_t length) { + napi_value value; + napi_status status = napi_create_string_utf16(env, val, length, &value); + NAPI_THROW_IF_FAILED(env, status, String()); + return String(env, value); +} + +inline String::String() : Name() { +} + +inline String::String(napi_env env, napi_value value) : Name(env, value) { +} + +inline String::operator std::string() const { + return Utf8Value(); +} + +inline String::operator std::u16string() const { + return Utf16Value(); +} + +inline std::string String::Utf8Value() const { + size_t length; + napi_status status = napi_get_value_string_utf8(_env, _value, nullptr, 0, &length); + NAPI_THROW_IF_FAILED(_env, status, ""); + + std::string value; + value.reserve(length + 1); + value.resize(length); + status = napi_get_value_string_utf8(_env, _value, &value[0], value.capacity(), nullptr); + NAPI_THROW_IF_FAILED(_env, status, ""); + return value; +} + +inline std::u16string String::Utf16Value() const { + size_t length; + napi_status status = napi_get_value_string_utf16(_env, _value, nullptr, 0, &length); + NAPI_THROW_IF_FAILED(_env, status, NAPI_WIDE_TEXT("")); + + std::u16string value; + value.reserve(length + 1); + value.resize(length); + status = napi_get_value_string_utf16(_env, _value, &value[0], value.capacity(), nullptr); + NAPI_THROW_IF_FAILED(_env, status, NAPI_WIDE_TEXT("")); + return value; +} + +//////////////////////////////////////////////////////////////////////////////// +// Symbol class +//////////////////////////////////////////////////////////////////////////////// + +inline Symbol Symbol::New(napi_env env, const char* description) { + napi_value descriptionValue = description != nullptr ? + String::New(env, description) : static_cast(nullptr); + return Symbol::New(env, descriptionValue); +} + +inline Symbol Symbol::New(napi_env env, const std::string& description) { + napi_value descriptionValue = String::New(env, description); + return Symbol::New(env, descriptionValue); +} + +inline Symbol Symbol::New(napi_env env, String description) { + napi_value descriptionValue = description; + return Symbol::New(env, descriptionValue); +} + +inline Symbol Symbol::New(napi_env env, napi_value description) { + napi_value value; + napi_status status = napi_create_symbol(env, description, &value); + NAPI_THROW_IF_FAILED(env, status, Symbol()); + return Symbol(env, value); +} + +inline MaybeOrValue Symbol::WellKnown(napi_env env, + const std::string& name) { +#if defined(NODE_ADDON_API_ENABLE_MAYBE) + Value symbol_obj; + Value symbol_value; + if (Napi::Env(env).Global().Get("Symbol").UnwrapTo(&symbol_obj) && + symbol_obj.As().Get(name).UnwrapTo(&symbol_value)) { + return Just(symbol_value.As()); + } + return Nothing(); +#else + return Napi::Env(env).Global().Get("Symbol").As().Get(name).As(); +#endif +} + +inline MaybeOrValue Symbol::For(napi_env env, + const std::string& description) { + napi_value descriptionValue = String::New(env, description); + return Symbol::For(env, descriptionValue); +} + +inline MaybeOrValue Symbol::For(napi_env env, const char* description) { + napi_value descriptionValue = String::New(env, description); + return Symbol::For(env, descriptionValue); +} + +inline MaybeOrValue Symbol::For(napi_env env, String description) { + return Symbol::For(env, static_cast(description)); +} + +inline MaybeOrValue Symbol::For(napi_env env, napi_value description) { +#if defined(NODE_ADDON_API_ENABLE_MAYBE) + Value symbol_obj; + Value symbol_for_value; + Value symbol_value; + if (Napi::Env(env).Global().Get("Symbol").UnwrapTo(&symbol_obj) && + symbol_obj.As().Get("for").UnwrapTo(&symbol_for_value) && + symbol_for_value.As() + .Call(symbol_obj, {description}) + .UnwrapTo(&symbol_value)) { + return Just(symbol_value.As()); + } + return Nothing(); +#else + Object symbol_obj = Napi::Env(env).Global().Get("Symbol").As(); + return symbol_obj.Get("for") + .As() + .Call(symbol_obj, {description}) + .As(); +#endif +} + +inline Symbol::Symbol() : Name() { +} + +inline Symbol::Symbol(napi_env env, napi_value value) : Name(env, value) { +} + +//////////////////////////////////////////////////////////////////////////////// +// Automagic value creation +//////////////////////////////////////////////////////////////////////////////// + +namespace details { +template +struct vf_number { + static Number From(napi_env env, T value) { + return Number::New(env, static_cast(value)); + } +}; + +template<> +struct vf_number { + static Boolean From(napi_env env, bool value) { + return Boolean::New(env, value); + } +}; + +struct vf_utf8_charp { + static String From(napi_env env, const char* value) { + return String::New(env, value); + } +}; + +struct vf_utf16_charp { + static String From(napi_env env, const char16_t* value) { + return String::New(env, value); + } +}; +struct vf_utf8_string { + static String From(napi_env env, const std::string& value) { + return String::New(env, value); + } +}; + +struct vf_utf16_string { + static String From(napi_env env, const std::u16string& value) { + return String::New(env, value); + } +}; + +template +struct vf_fallback { + static Value From(napi_env env, const T& value) { + return Value(env, value); + } +}; + +template struct disjunction : std::false_type {}; +template struct disjunction : B {}; +template +struct disjunction + : std::conditional>::type {}; + +template +struct can_make_string + : disjunction::type, + typename std::is_convertible::type, + typename std::is_convertible::type, + typename std::is_convertible::type> {}; +} + +template +Value Value::From(napi_env env, const T& value) { + using Helper = typename std::conditional< + std::is_integral::value || std::is_floating_point::value, + details::vf_number, + typename std::conditional< + details::can_make_string::value, + String, + details::vf_fallback + >::type + >::type; + return Helper::From(env, value); +} + +template +String String::From(napi_env env, const T& value) { + struct Dummy {}; + using Helper = typename std::conditional< + std::is_convertible::value, + details::vf_utf8_charp, + typename std::conditional< + std::is_convertible::value, + details::vf_utf16_charp, + typename std::conditional< + std::is_convertible::value, + details::vf_utf8_string, + typename std::conditional< + std::is_convertible::value, + details::vf_utf16_string, + Dummy + >::type + >::type + >::type + >::type; + return Helper::From(env, value); +} + +//////////////////////////////////////////////////////////////////////////////// +// Object class +//////////////////////////////////////////////////////////////////////////////// + +template +inline Object::PropertyLValue::operator Value() const { + MaybeOrValue val = Object(_env, _object).Get(_key); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + return val.Unwrap(); +#else + return val; +#endif +} + +template template +inline Object::PropertyLValue& Object::PropertyLValue::operator =(ValueType value) { +#ifdef NODE_ADDON_API_ENABLE_MAYBE + MaybeOrValue result = +#endif + Object(_env, _object).Set(_key, value); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + result.Unwrap(); +#endif + return *this; +} + +template +inline Object::PropertyLValue::PropertyLValue(Object object, Key key) + : _env(object.Env()), _object(object), _key(key) {} + +inline Object Object::New(napi_env env) { + napi_value value; + napi_status status = napi_create_object(env, &value); + NAPI_THROW_IF_FAILED(env, status, Object()); + return Object(env, value); +} + +inline Object::Object() : Value() { +} + +inline Object::Object(napi_env env, napi_value value) : Value(env, value) { +} + +inline Object::PropertyLValue Object::operator [](const char* utf8name) { + return PropertyLValue(*this, utf8name); +} + +inline Object::PropertyLValue Object::operator [](const std::string& utf8name) { + return PropertyLValue(*this, utf8name); +} + +inline Object::PropertyLValue Object::operator [](uint32_t index) { + return PropertyLValue(*this, index); +} + +inline Object::PropertyLValue Object::operator[](Value index) { + return PropertyLValue(*this, index); +} + +inline Object::PropertyLValue Object::operator[](Value index) const { + return PropertyLValue(*this, index); +} + +inline MaybeOrValue Object::operator[](const char* utf8name) const { + return Get(utf8name); +} + +inline MaybeOrValue Object::operator[]( + const std::string& utf8name) const { + return Get(utf8name); +} + +inline MaybeOrValue Object::operator[](uint32_t index) const { + return Get(index); +} + +inline MaybeOrValue Object::Has(napi_value key) const { + bool result; + napi_status status = napi_has_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Has(Value key) const { + bool result; + napi_status status = napi_has_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Has(const char* utf8name) const { + bool result; + napi_status status = napi_has_named_property(_env, _value, utf8name, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Has(const std::string& utf8name) const { + return Has(utf8name.c_str()); +} + +inline MaybeOrValue Object::HasOwnProperty(napi_value key) const { + bool result; + napi_status status = napi_has_own_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::HasOwnProperty(Value key) const { + bool result; + napi_status status = napi_has_own_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::HasOwnProperty(const char* utf8name) const { + napi_value key; + napi_status status = napi_create_string_utf8(_env, utf8name, std::strlen(utf8name), &key); + NAPI_MAYBE_THROW_IF_FAILED(_env, status, bool); + return HasOwnProperty(key); +} + +inline MaybeOrValue Object::HasOwnProperty( + const std::string& utf8name) const { + return HasOwnProperty(utf8name.c_str()); +} + +inline MaybeOrValue Object::Get(napi_value key) const { + napi_value result; + napi_status status = napi_get_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Value(_env, result), Value); +} + +inline MaybeOrValue Object::Get(Value key) const { + napi_value result; + napi_status status = napi_get_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Value(_env, result), Value); +} + +inline MaybeOrValue Object::Get(const char* utf8name) const { + napi_value result; + napi_status status = napi_get_named_property(_env, _value, utf8name, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Value(_env, result), Value); +} + +inline MaybeOrValue Object::Get(const std::string& utf8name) const { + return Get(utf8name.c_str()); +} + +template +inline MaybeOrValue Object::Set(napi_value key, const ValueType& value) { + napi_status status = + napi_set_property(_env, _value, key, Value::From(_env, value)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +template +inline MaybeOrValue Object::Set(Value key, const ValueType& value) { + napi_status status = + napi_set_property(_env, _value, key, Value::From(_env, value)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +template +inline MaybeOrValue Object::Set(const char* utf8name, + const ValueType& value) { + napi_status status = + napi_set_named_property(_env, _value, utf8name, Value::From(_env, value)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +template +inline MaybeOrValue Object::Set(const std::string& utf8name, + const ValueType& value) { + return Set(utf8name.c_str(), value); +} + +inline MaybeOrValue Object::Delete(napi_value key) { + bool result; + napi_status status = napi_delete_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Delete(Value key) { + bool result; + napi_status status = napi_delete_property(_env, _value, key, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Delete(const char* utf8name) { + return Delete(String::New(_env, utf8name)); +} + +inline MaybeOrValue Object::Delete(const std::string& utf8name) { + return Delete(String::New(_env, utf8name)); +} + +inline MaybeOrValue Object::Has(uint32_t index) const { + bool result; + napi_status status = napi_has_element(_env, _value, index, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::Get(uint32_t index) const { + napi_value value; + napi_status status = napi_get_element(_env, _value, index, &value); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Value(_env, value), Value); +} + +template +inline MaybeOrValue Object::Set(uint32_t index, const ValueType& value) { + napi_status status = + napi_set_element(_env, _value, index, Value::From(_env, value)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::Delete(uint32_t index) { + bool result; + napi_status status = napi_delete_element(_env, _value, index, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +inline MaybeOrValue Object::GetPropertyNames() const { + napi_value result; + napi_status status = napi_get_property_names(_env, _value, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, Array(_env, result), Array); +} + +inline MaybeOrValue Object::DefineProperty( + const PropertyDescriptor& property) { + napi_status status = napi_define_properties(_env, _value, 1, + reinterpret_cast(&property)); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::DefineProperties( + const std::initializer_list& properties) { + napi_status status = napi_define_properties(_env, _value, properties.size(), + reinterpret_cast(properties.begin())); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::DefineProperties( + const std::vector& properties) { + napi_status status = napi_define_properties(_env, _value, properties.size(), + reinterpret_cast(properties.data())); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::InstanceOf( + const Function& constructor) const { + bool result; + napi_status status = napi_instanceof(_env, _value, constructor, &result); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, result, bool); +} + +template +inline void Object::AddFinalizer(Finalizer finalizeCallback, T* data) { + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); + napi_status status = + details::AttachData(_env, + *this, + data, + details::FinalizeData::Wrapper, + finalizeData); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +template +inline void Object::AddFinalizer(Finalizer finalizeCallback, + T* data, + Hint* finalizeHint) { + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); + napi_status status = + details::AttachData(_env, + *this, + data, + details::FinalizeData::WrapperWithHint, + finalizeData); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +#ifdef NAPI_CPP_EXCEPTIONS +inline Object::const_iterator::const_iterator(const Object* object, + const Type type) { + _object = object; + _keys = object->GetPropertyNames(); + _index = type == Type::BEGIN ? 0 : _keys.Length(); +} + +inline Object::const_iterator Napi::Object::begin() const { + const_iterator it(this, Object::const_iterator::Type::BEGIN); + return it; +} + +inline Object::const_iterator Napi::Object::end() const { + const_iterator it(this, Object::const_iterator::Type::END); + return it; +} + +inline Object::const_iterator& Object::const_iterator::operator++() { + ++_index; + return *this; +} + +inline bool Object::const_iterator::operator==( + const const_iterator& other) const { + return _index == other._index; +} + +inline bool Object::const_iterator::operator!=( + const const_iterator& other) const { + return _index != other._index; +} + +inline const std::pair> +Object::const_iterator::operator*() const { + const Value key = _keys[_index]; + const PropertyLValue value = (*_object)[key]; + return {key, value}; +} + +inline Object::iterator::iterator(Object* object, const Type type) { + _object = object; + _keys = object->GetPropertyNames(); + _index = type == Type::BEGIN ? 0 : _keys.Length(); +} + +inline Object::iterator Napi::Object::begin() { + iterator it(this, Object::iterator::Type::BEGIN); + return it; +} + +inline Object::iterator Napi::Object::end() { + iterator it(this, Object::iterator::Type::END); + return it; +} + +inline Object::iterator& Object::iterator::operator++() { + ++_index; + return *this; +} + +inline bool Object::iterator::operator==(const iterator& other) const { + return _index == other._index; +} + +inline bool Object::iterator::operator!=(const iterator& other) const { + return _index != other._index; +} + +inline std::pair> +Object::iterator::operator*() { + Value key = _keys[_index]; + PropertyLValue value = (*_object)[key]; + return {key, value}; +} +#endif // NAPI_CPP_EXCEPTIONS + +#if NAPI_VERSION >= 8 +inline MaybeOrValue Object::Freeze() { + napi_status status = napi_object_freeze(_env, _value); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} + +inline MaybeOrValue Object::Seal() { + napi_status status = napi_object_seal(_env, _value); + NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool); +} +#endif // NAPI_VERSION >= 8 + +//////////////////////////////////////////////////////////////////////////////// +// External class +//////////////////////////////////////////////////////////////////////////////// + +template +inline External External::New(napi_env env, T* data) { + napi_value value; + napi_status status = napi_create_external(env, data, nullptr, nullptr, &value); + NAPI_THROW_IF_FAILED(env, status, External()); + return External(env, value); +} + +template +template +inline External External::New(napi_env env, + T* data, + Finalizer finalizeCallback) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); + napi_status status = napi_create_external( + env, + data, + details::FinalizeData::Wrapper, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, External()); + } + return External(env, value); +} + +template +template +inline External External::New(napi_env env, + T* data, + Finalizer finalizeCallback, + Hint* finalizeHint) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); + napi_status status = napi_create_external( + env, + data, + details::FinalizeData::WrapperWithHint, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, External()); + } + return External(env, value); +} + +template +inline External::External() : Value() { +} + +template +inline External::External(napi_env env, napi_value value) : Value(env, value) { +} + +template +inline T* External::Data() const { + void* data; + napi_status status = napi_get_value_external(_env, _value, &data); + NAPI_THROW_IF_FAILED(_env, status, nullptr); + return reinterpret_cast(data); +} + +//////////////////////////////////////////////////////////////////////////////// +// Array class +//////////////////////////////////////////////////////////////////////////////// + +inline Array Array::New(napi_env env) { + napi_value value; + napi_status status = napi_create_array(env, &value); + NAPI_THROW_IF_FAILED(env, status, Array()); + return Array(env, value); +} + +inline Array Array::New(napi_env env, size_t length) { + napi_value value; + napi_status status = napi_create_array_with_length(env, length, &value); + NAPI_THROW_IF_FAILED(env, status, Array()); + return Array(env, value); +} + +inline Array::Array() : Object() { +} + +inline Array::Array(napi_env env, napi_value value) : Object(env, value) { +} + +inline uint32_t Array::Length() const { + uint32_t result; + napi_status status = napi_get_array_length(_env, _value, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +//////////////////////////////////////////////////////////////////////////////// +// ArrayBuffer class +//////////////////////////////////////////////////////////////////////////////// + +inline ArrayBuffer ArrayBuffer::New(napi_env env, size_t byteLength) { + napi_value value; + void* data; + napi_status status = napi_create_arraybuffer(env, byteLength, &data, &value); + NAPI_THROW_IF_FAILED(env, status, ArrayBuffer()); + + return ArrayBuffer(env, value); +} + +inline ArrayBuffer ArrayBuffer::New(napi_env env, + void* externalData, + size_t byteLength) { + napi_value value; + napi_status status = napi_create_external_arraybuffer( + env, externalData, byteLength, nullptr, nullptr, &value); + NAPI_THROW_IF_FAILED(env, status, ArrayBuffer()); + + return ArrayBuffer(env, value); +} + +template +inline ArrayBuffer ArrayBuffer::New(napi_env env, + void* externalData, + size_t byteLength, + Finalizer finalizeCallback) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); + napi_status status = napi_create_external_arraybuffer( + env, + externalData, + byteLength, + details::FinalizeData::Wrapper, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, ArrayBuffer()); + } + + return ArrayBuffer(env, value); +} + +template +inline ArrayBuffer ArrayBuffer::New(napi_env env, + void* externalData, + size_t byteLength, + Finalizer finalizeCallback, + Hint* finalizeHint) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); + napi_status status = napi_create_external_arraybuffer( + env, + externalData, + byteLength, + details::FinalizeData::WrapperWithHint, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, ArrayBuffer()); + } + + return ArrayBuffer(env, value); +} + +inline ArrayBuffer::ArrayBuffer() : Object() { +} + +inline ArrayBuffer::ArrayBuffer(napi_env env, napi_value value) + : Object(env, value) { +} + +inline void* ArrayBuffer::Data() { + void* data; + napi_status status = napi_get_arraybuffer_info(_env, _value, &data, nullptr); + NAPI_THROW_IF_FAILED(_env, status, nullptr); + return data; +} + +inline size_t ArrayBuffer::ByteLength() { + size_t length; + napi_status status = napi_get_arraybuffer_info(_env, _value, nullptr, &length); + NAPI_THROW_IF_FAILED(_env, status, 0); + return length; +} + +#if NAPI_VERSION >= 7 +inline bool ArrayBuffer::IsDetached() const { + bool detached; + napi_status status = napi_is_detached_arraybuffer(_env, _value, &detached); + NAPI_THROW_IF_FAILED(_env, status, false); + return detached; +} + +inline void ArrayBuffer::Detach() { + napi_status status = napi_detach_arraybuffer(_env, _value); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} +#endif // NAPI_VERSION >= 7 + +//////////////////////////////////////////////////////////////////////////////// +// DataView class +//////////////////////////////////////////////////////////////////////////////// +inline DataView DataView::New(napi_env env, + Napi::ArrayBuffer arrayBuffer) { + return New(env, arrayBuffer, 0, arrayBuffer.ByteLength()); +} + +inline DataView DataView::New(napi_env env, + Napi::ArrayBuffer arrayBuffer, + size_t byteOffset) { + if (byteOffset > arrayBuffer.ByteLength()) { + NAPI_THROW(RangeError::New(env, + "Start offset is outside the bounds of the buffer"), + DataView()); + } + return New(env, arrayBuffer, byteOffset, + arrayBuffer.ByteLength() - byteOffset); +} + +inline DataView DataView::New(napi_env env, + Napi::ArrayBuffer arrayBuffer, + size_t byteOffset, + size_t byteLength) { + if (byteOffset + byteLength > arrayBuffer.ByteLength()) { + NAPI_THROW(RangeError::New(env, "Invalid DataView length"), + DataView()); + } + napi_value value; + napi_status status = napi_create_dataview( + env, byteLength, arrayBuffer, byteOffset, &value); + NAPI_THROW_IF_FAILED(env, status, DataView()); + return DataView(env, value); +} + +inline DataView::DataView() : Object() { +} + +inline DataView::DataView(napi_env env, napi_value value) : Object(env, value) { + napi_status status = napi_get_dataview_info( + _env, + _value /* dataView */, + &_length /* byteLength */, + &_data /* data */, + nullptr /* arrayBuffer */, + nullptr /* byteOffset */); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline Napi::ArrayBuffer DataView::ArrayBuffer() const { + napi_value arrayBuffer; + napi_status status = napi_get_dataview_info( + _env, + _value /* dataView */, + nullptr /* byteLength */, + nullptr /* data */, + &arrayBuffer /* arrayBuffer */, + nullptr /* byteOffset */); + NAPI_THROW_IF_FAILED(_env, status, Napi::ArrayBuffer()); + return Napi::ArrayBuffer(_env, arrayBuffer); +} + +inline size_t DataView::ByteOffset() const { + size_t byteOffset; + napi_status status = napi_get_dataview_info( + _env, + _value /* dataView */, + nullptr /* byteLength */, + nullptr /* data */, + nullptr /* arrayBuffer */, + &byteOffset /* byteOffset */); + NAPI_THROW_IF_FAILED(_env, status, 0); + return byteOffset; +} + +inline size_t DataView::ByteLength() const { + return _length; +} + +inline void* DataView::Data() const { + return _data; +} + +inline float DataView::GetFloat32(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline double DataView::GetFloat64(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline int8_t DataView::GetInt8(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline int16_t DataView::GetInt16(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline int32_t DataView::GetInt32(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline uint8_t DataView::GetUint8(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline uint16_t DataView::GetUint16(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline uint32_t DataView::GetUint32(size_t byteOffset) const { + return ReadData(byteOffset); +} + +inline void DataView::SetFloat32(size_t byteOffset, float value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetFloat64(size_t byteOffset, double value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetInt8(size_t byteOffset, int8_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetInt16(size_t byteOffset, int16_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetInt32(size_t byteOffset, int32_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetUint8(size_t byteOffset, uint8_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetUint16(size_t byteOffset, uint16_t value) const { + WriteData(byteOffset, value); +} + +inline void DataView::SetUint32(size_t byteOffset, uint32_t value) const { + WriteData(byteOffset, value); +} + +template +inline T DataView::ReadData(size_t byteOffset) const { + if (byteOffset + sizeof(T) > _length || + byteOffset + sizeof(T) < byteOffset) { // overflow + NAPI_THROW(RangeError::New(_env, + "Offset is outside the bounds of the DataView"), 0); + } + + return *reinterpret_cast(static_cast(_data) + byteOffset); +} + +template +inline void DataView::WriteData(size_t byteOffset, T value) const { + if (byteOffset + sizeof(T) > _length || + byteOffset + sizeof(T) < byteOffset) { // overflow + NAPI_THROW_VOID(RangeError::New(_env, + "Offset is outside the bounds of the DataView")); + } + + *reinterpret_cast(static_cast(_data) + byteOffset) = value; +} + +//////////////////////////////////////////////////////////////////////////////// +// TypedArray class +//////////////////////////////////////////////////////////////////////////////// + +inline TypedArray::TypedArray() + : Object(), _type(TypedArray::unknown_array_type), _length(0) { +} + +inline TypedArray::TypedArray(napi_env env, napi_value value) + : Object(env, value), _type(TypedArray::unknown_array_type), _length(0) { +} + +inline TypedArray::TypedArray(napi_env env, + napi_value value, + napi_typedarray_type type, + size_t length) + : Object(env, value), _type(type), _length(length) { +} + +inline napi_typedarray_type TypedArray::TypedArrayType() const { + if (_type == TypedArray::unknown_array_type) { + napi_status status = napi_get_typedarray_info(_env, _value, + &const_cast(this)->_type, &const_cast(this)->_length, + nullptr, nullptr, nullptr); + NAPI_THROW_IF_FAILED(_env, status, napi_int8_array); + } + + return _type; +} + +inline uint8_t TypedArray::ElementSize() const { + switch (TypedArrayType()) { + case napi_int8_array: + case napi_uint8_array: + case napi_uint8_clamped_array: + return 1; + case napi_int16_array: + case napi_uint16_array: + return 2; + case napi_int32_array: + case napi_uint32_array: + case napi_float32_array: + return 4; + case napi_float64_array: +#if (NAPI_VERSION > 5) + case napi_bigint64_array: + case napi_biguint64_array: +#endif // (NAPI_VERSION > 5) + return 8; + default: + return 0; + } +} + +inline size_t TypedArray::ElementLength() const { + if (_type == TypedArray::unknown_array_type) { + napi_status status = napi_get_typedarray_info(_env, _value, + &const_cast(this)->_type, &const_cast(this)->_length, + nullptr, nullptr, nullptr); + NAPI_THROW_IF_FAILED(_env, status, 0); + } + + return _length; +} + +inline size_t TypedArray::ByteOffset() const { + size_t byteOffset; + napi_status status = napi_get_typedarray_info( + _env, _value, nullptr, nullptr, nullptr, nullptr, &byteOffset); + NAPI_THROW_IF_FAILED(_env, status, 0); + return byteOffset; +} + +inline size_t TypedArray::ByteLength() const { + return ElementSize() * ElementLength(); +} + +inline Napi::ArrayBuffer TypedArray::ArrayBuffer() const { + napi_value arrayBuffer; + napi_status status = napi_get_typedarray_info( + _env, _value, nullptr, nullptr, nullptr, &arrayBuffer, nullptr); + NAPI_THROW_IF_FAILED(_env, status, Napi::ArrayBuffer()); + return Napi::ArrayBuffer(_env, arrayBuffer); +} + +//////////////////////////////////////////////////////////////////////////////// +// TypedArrayOf class +//////////////////////////////////////////////////////////////////////////////// + +template +inline TypedArrayOf TypedArrayOf::New(napi_env env, + size_t elementLength, + napi_typedarray_type type) { + Napi::ArrayBuffer arrayBuffer = Napi::ArrayBuffer::New(env, elementLength * sizeof (T)); + return New(env, elementLength, arrayBuffer, 0, type); +} + +template +inline TypedArrayOf TypedArrayOf::New(napi_env env, + size_t elementLength, + Napi::ArrayBuffer arrayBuffer, + size_t bufferOffset, + napi_typedarray_type type) { + napi_value value; + napi_status status = napi_create_typedarray( + env, type, elementLength, arrayBuffer, bufferOffset, &value); + NAPI_THROW_IF_FAILED(env, status, TypedArrayOf()); + + return TypedArrayOf( + env, value, type, elementLength, + reinterpret_cast(reinterpret_cast(arrayBuffer.Data()) + bufferOffset)); +} + +template +inline TypedArrayOf::TypedArrayOf() : TypedArray(), _data(nullptr) { +} + +template +inline TypedArrayOf::TypedArrayOf(napi_env env, napi_value value) + : TypedArray(env, value), _data(nullptr) { + napi_status status = napi_ok; + if (value != nullptr) { + void* data = nullptr; + status = napi_get_typedarray_info( + _env, _value, &_type, &_length, &data, nullptr, nullptr); + _data = static_cast(data); + } else { + _type = TypedArrayTypeForPrimitiveType(); + _length = 0; + } + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +template +inline TypedArrayOf::TypedArrayOf(napi_env env, + napi_value value, + napi_typedarray_type type, + size_t length, + T* data) + : TypedArray(env, value, type, length), _data(data) { + if (!(type == TypedArrayTypeForPrimitiveType() || + (type == napi_uint8_clamped_array && std::is_same::value))) { + NAPI_THROW_VOID(TypeError::New(env, "Array type must match the template parameter. " + "(Uint8 arrays may optionally have the \"clamped\" array type.)")); + } +} + +template +inline T& TypedArrayOf::operator [](size_t index) { + return _data[index]; +} + +template +inline const T& TypedArrayOf::operator [](size_t index) const { + return _data[index]; +} + +template +inline T* TypedArrayOf::Data() { + return _data; +} + +template +inline const T* TypedArrayOf::Data() const { + return _data; +} + +//////////////////////////////////////////////////////////////////////////////// +// Function class +//////////////////////////////////////////////////////////////////////////////// + +template +static inline napi_status +CreateFunction(napi_env env, + const char* utf8name, + napi_callback cb, + CbData* data, + napi_value* result) { + napi_status status = + napi_create_function(env, utf8name, NAPI_AUTO_LENGTH, cb, data, result); + if (status == napi_ok) { + status = Napi::details::AttachData(env, *result, data); + } + + return status; +} + +template +inline Function Function::New(napi_env env, const char* utf8name, void* data) { + napi_value result = nullptr; + napi_status status = napi_create_function(env, + utf8name, + NAPI_AUTO_LENGTH, + details::TemplatedVoidCallback, + data, + &result); + NAPI_THROW_IF_FAILED(env, status, Function()); + return Function(env, result); +} + +template +inline Function Function::New(napi_env env, const char* utf8name, void* data) { + napi_value result = nullptr; + napi_status status = napi_create_function(env, + utf8name, + NAPI_AUTO_LENGTH, + details::TemplatedCallback, + data, + &result); + NAPI_THROW_IF_FAILED(env, status, Function()); + return Function(env, result); +} + +template +inline Function Function::New(napi_env env, + const std::string& utf8name, + void* data) { + return Function::New(env, utf8name.c_str(), data); +} + +template +inline Function Function::New(napi_env env, + const std::string& utf8name, + void* data) { + return Function::New(env, utf8name.c_str(), data); +} + +template +inline Function Function::New(napi_env env, + Callable cb, + const char* utf8name, + void* data) { + using ReturnType = decltype(cb(CallbackInfo(nullptr, nullptr))); + using CbData = details::CallbackData; + auto callbackData = new CbData{std::move(cb), data}; + + napi_value value; + napi_status status = CreateFunction(env, + utf8name, + CbData::Wrapper, + callbackData, + &value); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, Function()); + } + + return Function(env, value); +} + +template +inline Function Function::New(napi_env env, + Callable cb, + const std::string& utf8name, + void* data) { + return New(env, cb, utf8name.c_str(), data); +} + +inline Function::Function() : Object() { +} + +inline Function::Function(napi_env env, napi_value value) : Object(env, value) { +} + +inline MaybeOrValue Function::operator()( + const std::initializer_list& args) const { + return Call(Env().Undefined(), args); +} + +inline MaybeOrValue Function::Call( + const std::initializer_list& args) const { + return Call(Env().Undefined(), args); +} + +inline MaybeOrValue Function::Call( + const std::vector& args) const { + return Call(Env().Undefined(), args); +} + +inline MaybeOrValue Function::Call(size_t argc, + const napi_value* args) const { + return Call(Env().Undefined(), argc, args); +} + +inline MaybeOrValue Function::Call( + napi_value recv, const std::initializer_list& args) const { + return Call(recv, args.size(), args.begin()); +} + +inline MaybeOrValue Function::Call( + napi_value recv, const std::vector& args) const { + return Call(recv, args.size(), args.data()); +} + +inline MaybeOrValue Function::Call(napi_value recv, + size_t argc, + const napi_value* args) const { + napi_value result; + napi_status status = napi_call_function( + _env, recv, _value, argc, args, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Value(_env, result), Napi::Value); +} + +inline MaybeOrValue Function::MakeCallback( + napi_value recv, + const std::initializer_list& args, + napi_async_context context) const { + return MakeCallback(recv, args.size(), args.begin(), context); +} + +inline MaybeOrValue Function::MakeCallback( + napi_value recv, + const std::vector& args, + napi_async_context context) const { + return MakeCallback(recv, args.size(), args.data(), context); +} + +inline MaybeOrValue Function::MakeCallback( + napi_value recv, + size_t argc, + const napi_value* args, + napi_async_context context) const { + napi_value result; + napi_status status = napi_make_callback( + _env, context, recv, _value, argc, args, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Value(_env, result), Napi::Value); +} + +inline MaybeOrValue Function::New( + const std::initializer_list& args) const { + return New(args.size(), args.begin()); +} + +inline MaybeOrValue Function::New( + const std::vector& args) const { + return New(args.size(), args.data()); +} + +inline MaybeOrValue Function::New(size_t argc, + const napi_value* args) const { + napi_value result; + napi_status status = napi_new_instance( + _env, _value, argc, args, &result); + NAPI_RETURN_OR_THROW_IF_FAILED( + _env, status, Napi::Object(_env, result), Napi::Object); +} + +//////////////////////////////////////////////////////////////////////////////// +// Promise class +//////////////////////////////////////////////////////////////////////////////// + +inline Promise::Deferred Promise::Deferred::New(napi_env env) { + return Promise::Deferred(env); +} + +inline Promise::Deferred::Deferred(napi_env env) : _env(env) { + napi_status status = napi_create_promise(_env, &_deferred, &_promise); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline Promise Promise::Deferred::Promise() const { + return Napi::Promise(_env, _promise); +} + +inline Napi::Env Promise::Deferred::Env() const { + return Napi::Env(_env); +} + +inline void Promise::Deferred::Resolve(napi_value value) const { + napi_status status = napi_resolve_deferred(_env, _deferred, value); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline void Promise::Deferred::Reject(napi_value value) const { + napi_status status = napi_reject_deferred(_env, _deferred, value); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline Promise::Promise(napi_env env, napi_value value) : Object(env, value) { +} + +//////////////////////////////////////////////////////////////////////////////// +// Buffer class +//////////////////////////////////////////////////////////////////////////////// + +template +inline Buffer Buffer::New(napi_env env, size_t length) { + napi_value value; + void* data; + napi_status status = napi_create_buffer(env, length * sizeof (T), &data, &value); + NAPI_THROW_IF_FAILED(env, status, Buffer()); + return Buffer(env, value, length, static_cast(data)); +} + +template +inline Buffer Buffer::New(napi_env env, T* data, size_t length) { + napi_value value; + napi_status status = napi_create_external_buffer( + env, length * sizeof (T), data, nullptr, nullptr, &value); + NAPI_THROW_IF_FAILED(env, status, Buffer()); + return Buffer(env, value, length, data); +} + +template +template +inline Buffer Buffer::New(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), nullptr}); + napi_status status = napi_create_external_buffer( + env, + length * sizeof (T), + data, + details::FinalizeData::Wrapper, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, Buffer()); + } + return Buffer(env, value, length, data); +} + +template +template +inline Buffer Buffer::New(napi_env env, + T* data, + size_t length, + Finalizer finalizeCallback, + Hint* finalizeHint) { + napi_value value; + details::FinalizeData* finalizeData = + new details::FinalizeData( + {std::move(finalizeCallback), finalizeHint}); + napi_status status = napi_create_external_buffer( + env, + length * sizeof (T), + data, + details::FinalizeData::WrapperWithHint, + finalizeData, + &value); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, Buffer()); + } + return Buffer(env, value, length, data); +} + +template +inline Buffer Buffer::Copy(napi_env env, const T* data, size_t length) { + napi_value value; + napi_status status = napi_create_buffer_copy( + env, length * sizeof (T), data, nullptr, &value); + NAPI_THROW_IF_FAILED(env, status, Buffer()); + return Buffer(env, value); +} + +template +inline Buffer::Buffer() : Uint8Array(), _length(0), _data(nullptr) { +} + +template +inline Buffer::Buffer(napi_env env, napi_value value) + : Uint8Array(env, value), _length(0), _data(nullptr) { +} + +template +inline Buffer::Buffer(napi_env env, napi_value value, size_t length, T* data) + : Uint8Array(env, value), _length(length), _data(data) { +} + +template +inline size_t Buffer::Length() const { + EnsureInfo(); + return _length; +} + +template +inline T* Buffer::Data() const { + EnsureInfo(); + return _data; +} + +template +inline void Buffer::EnsureInfo() const { + // The Buffer instance may have been constructed from a napi_value whose + // length/data are not yet known. Fetch and cache these values just once, + // since they can never change during the lifetime of the Buffer. + if (_data == nullptr) { + size_t byteLength; + void* voidData; + napi_status status = napi_get_buffer_info(_env, _value, &voidData, &byteLength); + NAPI_THROW_IF_FAILED_VOID(_env, status); + _length = byteLength / sizeof (T); + _data = static_cast(voidData); + } +} + +//////////////////////////////////////////////////////////////////////////////// +// Error class +//////////////////////////////////////////////////////////////////////////////// + +inline Error Error::New(napi_env env) { + napi_status status; + napi_value error = nullptr; + bool is_exception_pending; + napi_extended_error_info last_error_info_copy; + + { + // We must retrieve the last error info before doing anything else because + // doing anything else will replace the last error info. + const napi_extended_error_info* last_error_info; + status = napi_get_last_error_info(env, &last_error_info); + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_get_last_error_info"); + + // All fields of the `napi_extended_error_info` structure gets reset in + // subsequent Node-API function calls on the same `env`. This includes a + // call to `napi_is_exception_pending()`. So here it is necessary to make a + // copy of the information as the `error_code` field is used later on. + memcpy(&last_error_info_copy, + last_error_info, + sizeof(napi_extended_error_info)); + } + + status = napi_is_exception_pending(env, &is_exception_pending); + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_is_exception_pending"); + + // A pending exception takes precedence over any internal error status. + if (is_exception_pending) { + status = napi_get_and_clear_last_exception(env, &error); + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_get_and_clear_last_exception"); + } + else { + const char* error_message = last_error_info_copy.error_message != nullptr + ? last_error_info_copy.error_message + : "Error in native callback"; + + napi_value message; + status = napi_create_string_utf8( + env, + error_message, + std::strlen(error_message), + &message); + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_create_string_utf8"); + + switch (last_error_info_copy.error_code) { + case napi_object_expected: + case napi_string_expected: + case napi_boolean_expected: + case napi_number_expected: + status = napi_create_type_error(env, nullptr, message, &error); + break; + default: + status = napi_create_error(env, nullptr, message, &error); + break; + } + NAPI_FATAL_IF_FAILED(status, "Error::New", "napi_create_error"); + } + + return Error(env, error); +} + +inline Error Error::New(napi_env env, const char* message) { + return Error::New(env, message, std::strlen(message), napi_create_error); +} + +inline Error Error::New(napi_env env, const std::string& message) { + return Error::New(env, message.c_str(), message.size(), napi_create_error); +} + +inline NAPI_NO_RETURN void Error::Fatal(const char* location, const char* message) { + napi_fatal_error(location, NAPI_AUTO_LENGTH, message, NAPI_AUTO_LENGTH); +} + +inline Error::Error() : ObjectReference() { +} + +inline Error::Error(napi_env env, napi_value value) : ObjectReference(env, nullptr) { + if (value != nullptr) { + // Attempting to create a reference on the error object. + // If it's not a Object/Function/Symbol, this call will return an error + // status. + napi_status status = napi_create_reference(env, value, 1, &_ref); + + if (status != napi_ok) { + napi_value wrappedErrorObj; + + // Create an error object + status = napi_create_object(env, &wrappedErrorObj); + NAPI_FATAL_IF_FAILED(status, "Error::Error", "napi_create_object"); + + // property flag that we attach to show the error object is wrapped + napi_property_descriptor wrapObjFlag = { + ERROR_WRAP_VALUE, // Unique GUID identifier since Symbol isn't a + // viable option + nullptr, + nullptr, + nullptr, + nullptr, + Value::From(env, value), + napi_enumerable, + nullptr}; + + status = napi_define_properties(env, wrappedErrorObj, 1, &wrapObjFlag); + NAPI_FATAL_IF_FAILED(status, "Error::Error", "napi_define_properties"); + + // Create a reference on the newly wrapped object + status = napi_create_reference(env, wrappedErrorObj, 1, &_ref); + } + + // Avoid infinite recursion in the failure case. + NAPI_FATAL_IF_FAILED(status, "Error::Error", "napi_create_reference"); + } +} + +inline Object Error::Value() const { + if (_ref == nullptr) { + return Object(_env, nullptr); + } + + napi_value refValue; + napi_status status = napi_get_reference_value(_env, _ref, &refValue); + NAPI_THROW_IF_FAILED(_env, status, Object()); + + napi_valuetype type; + status = napi_typeof(_env, refValue, &type); + NAPI_THROW_IF_FAILED(_env, status, Object()); + + // If refValue isn't a symbol, then we proceed to whether the refValue has the + // wrapped error flag + if (type != napi_symbol) { + // We are checking if the object is wrapped + bool isWrappedObject = false; + + status = napi_has_property( + _env, refValue, String::From(_env, ERROR_WRAP_VALUE), &isWrappedObject); + + // Don't care about status + if (isWrappedObject) { + napi_value unwrappedValue; + status = napi_get_property(_env, + refValue, + String::From(_env, ERROR_WRAP_VALUE), + &unwrappedValue); + NAPI_THROW_IF_FAILED(_env, status, Object()); + + return Object(_env, unwrappedValue); + } + } + + return Object(_env, refValue); +} + +inline Error::Error(Error&& other) : ObjectReference(std::move(other)) { +} + +inline Error& Error::operator =(Error&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline Error::Error(const Error& other) : ObjectReference(other) { +} + +inline Error& Error::operator =(const Error& other) { + Reset(); + + _env = other.Env(); + HandleScope scope(_env); + + napi_value value = other.Value(); + if (value != nullptr) { + napi_status status = napi_create_reference(_env, value, 1, &_ref); + NAPI_THROW_IF_FAILED(_env, status, *this); + } + + return *this; +} + +inline const std::string& Error::Message() const NAPI_NOEXCEPT { + if (_message.size() == 0 && _env != nullptr) { +#ifdef NAPI_CPP_EXCEPTIONS + try { + _message = Get("message").As(); + } + catch (...) { + // Catch all errors here, to include e.g. a std::bad_alloc from + // the std::string::operator=, because this method may not throw. + } +#else // NAPI_CPP_EXCEPTIONS +#if defined(NODE_ADDON_API_ENABLE_MAYBE) + Napi::Value message_val; + if (Get("message").UnwrapTo(&message_val)) { + _message = message_val.As(); + } +#else + _message = Get("message").As(); +#endif +#endif // NAPI_CPP_EXCEPTIONS + } + return _message; +} + +// we created an object on the &_ref +inline void Error::ThrowAsJavaScriptException() const { + HandleScope scope(_env); + if (!IsEmpty()) { +#ifdef NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS + bool pendingException = false; + + // check if there is already a pending exception. If so don't try to throw a + // new one as that is not allowed/possible + napi_status status = napi_is_exception_pending(_env, &pendingException); + + if ((status != napi_ok) || + ((status == napi_ok) && (pendingException == false))) { + // We intentionally don't use `NAPI_THROW_*` macros here to ensure + // that there is no possible recursion as `ThrowAsJavaScriptException` + // is part of `NAPI_THROW_*` macro definition for noexcept. + + status = napi_throw(_env, Value()); + + if (status == napi_pending_exception) { + // The environment must be terminating as we checked earlier and there + // was no pending exception. In this case continuing will result + // in a fatal error and there is nothing the author has done incorrectly + // in their code that is worth flagging through a fatal error + return; + } + } else { + status = napi_pending_exception; + } +#else + // We intentionally don't use `NAPI_THROW_*` macros here to ensure + // that there is no possible recursion as `ThrowAsJavaScriptException` + // is part of `NAPI_THROW_*` macro definition for noexcept. + + napi_status status = napi_throw(_env, Value()); +#endif + +#ifdef NAPI_CPP_EXCEPTIONS + if (status != napi_ok) { + throw Error::New(_env); + } +#else // NAPI_CPP_EXCEPTIONS + NAPI_FATAL_IF_FAILED(status, "Error::ThrowAsJavaScriptException", "napi_throw"); +#endif // NAPI_CPP_EXCEPTIONS + } +} + +#ifdef NAPI_CPP_EXCEPTIONS + +inline const char* Error::what() const NAPI_NOEXCEPT { + return Message().c_str(); +} + +#endif // NAPI_CPP_EXCEPTIONS + +template +inline TError Error::New(napi_env env, + const char* message, + size_t length, + create_error_fn create_error) { + napi_value str; + napi_status status = napi_create_string_utf8(env, message, length, &str); + NAPI_THROW_IF_FAILED(env, status, TError()); + + napi_value error; + status = create_error(env, nullptr, str, &error); + NAPI_THROW_IF_FAILED(env, status, TError()); + + return TError(env, error); +} + +inline TypeError TypeError::New(napi_env env, const char* message) { + return Error::New(env, message, std::strlen(message), napi_create_type_error); +} + +inline TypeError TypeError::New(napi_env env, const std::string& message) { + return Error::New(env, message.c_str(), message.size(), napi_create_type_error); +} + +inline TypeError::TypeError() : Error() { +} + +inline TypeError::TypeError(napi_env env, napi_value value) : Error(env, value) { +} + +inline RangeError RangeError::New(napi_env env, const char* message) { + return Error::New(env, message, std::strlen(message), napi_create_range_error); +} + +inline RangeError RangeError::New(napi_env env, const std::string& message) { + return Error::New(env, message.c_str(), message.size(), napi_create_range_error); +} + +inline RangeError::RangeError() : Error() { +} + +inline RangeError::RangeError(napi_env env, napi_value value) : Error(env, value) { +} + +//////////////////////////////////////////////////////////////////////////////// +// Reference class +//////////////////////////////////////////////////////////////////////////////// + +template +inline Reference Reference::New(const T& value, uint32_t initialRefcount) { + napi_env env = value.Env(); + napi_value val = value; + + if (val == nullptr) { + return Reference(env, nullptr); + } + + napi_ref ref; + napi_status status = napi_create_reference(env, value, initialRefcount, &ref); + NAPI_THROW_IF_FAILED(env, status, Reference()); + + return Reference(env, ref); +} + + +template +inline Reference::Reference() : _env(nullptr), _ref(nullptr), _suppressDestruct(false) { +} + +template +inline Reference::Reference(napi_env env, napi_ref ref) + : _env(env), _ref(ref), _suppressDestruct(false) { +} + +template +inline Reference::~Reference() { + if (_ref != nullptr) { + if (!_suppressDestruct) { + napi_delete_reference(_env, _ref); + } + + _ref = nullptr; + } +} + +template +inline Reference::Reference(Reference&& other) + : _env(other._env), _ref(other._ref), _suppressDestruct(other._suppressDestruct) { + other._env = nullptr; + other._ref = nullptr; + other._suppressDestruct = false; +} + +template +inline Reference& Reference::operator =(Reference&& other) { + Reset(); + _env = other._env; + _ref = other._ref; + _suppressDestruct = other._suppressDestruct; + other._env = nullptr; + other._ref = nullptr; + other._suppressDestruct = false; + return *this; +} + +template +inline Reference::Reference(const Reference& other) + : _env(other._env), _ref(nullptr), _suppressDestruct(false) { + HandleScope scope(_env); + + napi_value value = other.Value(); + if (value != nullptr) { + // Copying is a limited scenario (currently only used for Error object) and always creates a + // strong reference to the given value even if the incoming reference is weak. + napi_status status = napi_create_reference(_env, value, 1, &_ref); + NAPI_FATAL_IF_FAILED(status, "Reference::Reference", "napi_create_reference"); + } +} + +template +inline Reference::operator napi_ref() const { + return _ref; +} + +template +inline bool Reference::operator ==(const Reference &other) const { + HandleScope scope(_env); + return this->Value().StrictEquals(other.Value()); +} + +template +inline bool Reference::operator !=(const Reference &other) const { + return !this->operator ==(other); +} + +template +inline Napi::Env Reference::Env() const { + return Napi::Env(_env); +} + +template +inline bool Reference::IsEmpty() const { + return _ref == nullptr; +} + +template +inline T Reference::Value() const { + if (_ref == nullptr) { + return T(_env, nullptr); + } + + napi_value value; + napi_status status = napi_get_reference_value(_env, _ref, &value); + NAPI_THROW_IF_FAILED(_env, status, T()); + return T(_env, value); +} + +template +inline uint32_t Reference::Ref() { + uint32_t result; + napi_status status = napi_reference_ref(_env, _ref, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +template +inline uint32_t Reference::Unref() { + uint32_t result; + napi_status status = napi_reference_unref(_env, _ref, &result); + NAPI_THROW_IF_FAILED(_env, status, 0); + return result; +} + +template +inline void Reference::Reset() { + if (_ref != nullptr) { + napi_status status = napi_delete_reference(_env, _ref); + NAPI_THROW_IF_FAILED_VOID(_env, status); + _ref = nullptr; + } +} + +template +inline void Reference::Reset(const T& value, uint32_t refcount) { + Reset(); + _env = value.Env(); + + napi_value val = value; + if (val != nullptr) { + napi_status status = napi_create_reference(_env, value, refcount, &_ref); + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +template +inline void Reference::SuppressDestruct() { + _suppressDestruct = true; +} + +template +inline Reference Weak(T value) { + return Reference::New(value, 0); +} + +inline ObjectReference Weak(Object value) { + return Reference::New(value, 0); +} + +inline FunctionReference Weak(Function value) { + return Reference::New(value, 0); +} + +template +inline Reference Persistent(T value) { + return Reference::New(value, 1); +} + +inline ObjectReference Persistent(Object value) { + return Reference::New(value, 1); +} + +inline FunctionReference Persistent(Function value) { + return Reference::New(value, 1); +} + +//////////////////////////////////////////////////////////////////////////////// +// ObjectReference class +//////////////////////////////////////////////////////////////////////////////// + +inline ObjectReference::ObjectReference(): Reference() { +} + +inline ObjectReference::ObjectReference(napi_env env, napi_ref ref): Reference(env, ref) { +} + +inline ObjectReference::ObjectReference(Reference&& other) + : Reference(std::move(other)) { +} + +inline ObjectReference& ObjectReference::operator =(Reference&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline ObjectReference::ObjectReference(ObjectReference&& other) + : Reference(std::move(other)) { +} + +inline ObjectReference& ObjectReference::operator =(ObjectReference&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline ObjectReference::ObjectReference(const ObjectReference& other) + : Reference(other) { +} + +inline MaybeOrValue ObjectReference::Get( + const char* utf8name) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Get(utf8name); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue ObjectReference::Get( + const std::string& utf8name) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Get(utf8name); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + napi_value value) { + HandleScope scope(_env); + return Value().Set(utf8name, value); +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + Napi::Value value) { + HandleScope scope(_env); + return Value().Set(utf8name, value); +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + const char* utf8value) { + HandleScope scope(_env); + return Value().Set(utf8name, utf8value); +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + bool boolValue) { + HandleScope scope(_env); + return Value().Set(utf8name, boolValue); +} + +inline MaybeOrValue ObjectReference::Set(const char* utf8name, + double numberValue) { + HandleScope scope(_env); + return Value().Set(utf8name, numberValue); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + napi_value value) { + HandleScope scope(_env); + return Value().Set(utf8name, value); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + Napi::Value value) { + HandleScope scope(_env); + return Value().Set(utf8name, value); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + std::string& utf8value) { + HandleScope scope(_env); + return Value().Set(utf8name, utf8value); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + bool boolValue) { + HandleScope scope(_env); + return Value().Set(utf8name, boolValue); +} + +inline MaybeOrValue ObjectReference::Set(const std::string& utf8name, + double numberValue) { + HandleScope scope(_env); + return Value().Set(utf8name, numberValue); +} + +inline MaybeOrValue ObjectReference::Get(uint32_t index) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Get(index); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + napi_value value) { + HandleScope scope(_env); + return Value().Set(index, value); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + Napi::Value value) { + HandleScope scope(_env); + return Value().Set(index, value); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + const char* utf8value) { + HandleScope scope(_env); + return Value().Set(index, utf8value); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + const std::string& utf8value) { + HandleScope scope(_env); + return Value().Set(index, utf8value); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, bool boolValue) { + HandleScope scope(_env); + return Value().Set(index, boolValue); +} + +inline MaybeOrValue ObjectReference::Set(uint32_t index, + double numberValue) { + HandleScope scope(_env); + return Value().Set(index, numberValue); +} + +//////////////////////////////////////////////////////////////////////////////// +// FunctionReference class +//////////////////////////////////////////////////////////////////////////////// + +inline FunctionReference::FunctionReference(): Reference() { +} + +inline FunctionReference::FunctionReference(napi_env env, napi_ref ref) + : Reference(env, ref) { +} + +inline FunctionReference::FunctionReference(Reference&& other) + : Reference(std::move(other)) { +} + +inline FunctionReference& FunctionReference::operator =(Reference&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline FunctionReference::FunctionReference(FunctionReference&& other) + : Reference(std::move(other)) { +} + +inline FunctionReference& FunctionReference::operator =(FunctionReference&& other) { + static_cast*>(this)->operator=(std::move(other)); + return *this; +} + +inline MaybeOrValue FunctionReference::operator()( + const std::initializer_list& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value()(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + const std::initializer_list& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + const std::vector& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + napi_value recv, const std::initializer_list& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(recv, args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + napi_value recv, const std::vector& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(recv, args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::Call( + napi_value recv, size_t argc, const napi_value* args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().Call(recv, argc, args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::MakeCallback( + napi_value recv, + const std::initializer_list& args, + napi_async_context context) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().MakeCallback(recv, args, context); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::MakeCallback( + napi_value recv, + const std::vector& args, + napi_async_context context) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().MakeCallback(recv, args, context); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::MakeCallback( + napi_value recv, + size_t argc, + const napi_value* args, + napi_async_context context) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = + Value().MakeCallback(recv, argc, args, context); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap())); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Value(); + } + return scope.Escape(result); +#endif +} + +inline MaybeOrValue FunctionReference::New( + const std::initializer_list& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().New(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap()).As()); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Object(); + } + return scope.Escape(result).As(); +#endif +} + +inline MaybeOrValue FunctionReference::New( + const std::vector& args) const { + EscapableHandleScope scope(_env); + MaybeOrValue result = Value().New(args); +#ifdef NODE_ADDON_API_ENABLE_MAYBE + if (result.IsJust()) { + return Just(scope.Escape(result.Unwrap()).As()); + } + return result; +#else + if (scope.Env().IsExceptionPending()) { + return Object(); + } + return scope.Escape(result).As(); +#endif +} + +//////////////////////////////////////////////////////////////////////////////// +// CallbackInfo class +//////////////////////////////////////////////////////////////////////////////// + +inline CallbackInfo::CallbackInfo(napi_env env, napi_callback_info info) + : _env(env), _info(info), _this(nullptr), _dynamicArgs(nullptr), _data(nullptr) { + _argc = _staticArgCount; + _argv = _staticArgs; + napi_status status = napi_get_cb_info(env, info, &_argc, _argv, &_this, &_data); + NAPI_THROW_IF_FAILED_VOID(_env, status); + + if (_argc > _staticArgCount) { + // Use either a fixed-size array (on the stack) or a dynamically-allocated + // array (on the heap) depending on the number of args. + _dynamicArgs = new napi_value[_argc]; + _argv = _dynamicArgs; + + status = napi_get_cb_info(env, info, &_argc, _argv, nullptr, nullptr); + NAPI_THROW_IF_FAILED_VOID(_env, status); + } +} + +inline CallbackInfo::~CallbackInfo() { + if (_dynamicArgs != nullptr) { + delete[] _dynamicArgs; + } +} + +inline Value CallbackInfo::NewTarget() const { + napi_value newTarget; + napi_status status = napi_get_new_target(_env, _info, &newTarget); + NAPI_THROW_IF_FAILED(_env, status, Value()); + return Value(_env, newTarget); +} + +inline bool CallbackInfo::IsConstructCall() const { + return !NewTarget().IsEmpty(); +} + +inline Napi::Env CallbackInfo::Env() const { + return Napi::Env(_env); +} + +inline size_t CallbackInfo::Length() const { + return _argc; +} + +inline const Value CallbackInfo::operator [](size_t index) const { + return index < _argc ? Value(_env, _argv[index]) : Env().Undefined(); +} + +inline Value CallbackInfo::This() const { + if (_this == nullptr) { + return Env().Undefined(); + } + return Object(_env, _this); +} + +inline void* CallbackInfo::Data() const { + return _data; +} + +inline void CallbackInfo::SetData(void* data) { + _data = data; +} + +//////////////////////////////////////////////////////////////////////////////// +// PropertyDescriptor class +//////////////////////////////////////////////////////////////////////////////// + +template +PropertyDescriptor +PropertyDescriptor::Accessor(const char* utf8name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + + desc.utf8name = utf8name; + desc.getter = details::TemplatedCallback; + desc.attributes = attributes; + desc.data = data; + + return desc; +} + +template +PropertyDescriptor +PropertyDescriptor::Accessor(const std::string& utf8name, + napi_property_attributes attributes, + void* data) { + return Accessor(utf8name.c_str(), attributes, data); +} + +template +PropertyDescriptor +PropertyDescriptor::Accessor(Name name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + + desc.name = name; + desc.getter = details::TemplatedCallback; + desc.attributes = attributes; + desc.data = data; + + return desc; +} + +template < +typename PropertyDescriptor::GetterCallback Getter, +typename PropertyDescriptor::SetterCallback Setter> +PropertyDescriptor +PropertyDescriptor::Accessor(const char* utf8name, + napi_property_attributes attributes, + void* data) { + + napi_property_descriptor desc = napi_property_descriptor(); + + desc.utf8name = utf8name; + desc.getter = details::TemplatedCallback; + desc.setter = details::TemplatedVoidCallback; + desc.attributes = attributes; + desc.data = data; + + return desc; +} + +template < +typename PropertyDescriptor::GetterCallback Getter, +typename PropertyDescriptor::SetterCallback Setter> +PropertyDescriptor +PropertyDescriptor::Accessor(const std::string& utf8name, + napi_property_attributes attributes, + void* data) { + return Accessor(utf8name.c_str(), attributes, data); +} + +template < +typename PropertyDescriptor::GetterCallback Getter, +typename PropertyDescriptor::SetterCallback Setter> +PropertyDescriptor +PropertyDescriptor::Accessor(Name name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + + desc.name = name; + desc.getter = details::TemplatedCallback; + desc.setter = details::TemplatedVoidCallback; + desc.attributes = attributes; + desc.data = data; + + return desc; +} + +template +inline PropertyDescriptor +PropertyDescriptor::Accessor(Napi::Env env, + Napi::Object object, + const char* utf8name, + Getter getter, + napi_property_attributes attributes, + void* data) { + using CbData = details::CallbackData; + auto callbackData = new CbData({ getter, data }); + + napi_status status = AttachData(env, object, callbackData); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, napi_property_descriptor()); + } + + return PropertyDescriptor({ + utf8name, + nullptr, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Getter getter, + napi_property_attributes attributes, + void* data) { + return Accessor(env, object, utf8name.c_str(), getter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(Napi::Env env, + Napi::Object object, + Name name, + Getter getter, + napi_property_attributes attributes, + void* data) { + using CbData = details::CallbackData; + auto callbackData = new CbData({ getter, data }); + + napi_status status = AttachData(env, object, callbackData); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, napi_property_descriptor()); + } + + return PropertyDescriptor({ + nullptr, + name, + nullptr, + CbData::Wrapper, + nullptr, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(Napi::Env env, + Napi::Object object, + const char* utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + using CbData = details::AccessorCallbackData; + auto callbackData = new CbData({ getter, setter, data }); + + napi_status status = AttachData(env, object, callbackData); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, napi_property_descriptor()); + } + + return PropertyDescriptor({ + utf8name, + nullptr, + nullptr, + CbData::GetterWrapper, + CbData::SetterWrapper, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + return Accessor(env, object, utf8name.c_str(), getter, setter, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Accessor(Napi::Env env, + Napi::Object object, + Name name, + Getter getter, + Setter setter, + napi_property_attributes attributes, + void* data) { + using CbData = details::AccessorCallbackData; + auto callbackData = new CbData({ getter, setter, data }); + + napi_status status = AttachData(env, object, callbackData); + if (status != napi_ok) { + delete callbackData; + NAPI_THROW_IF_FAILED(env, status, napi_property_descriptor()); + } + + return PropertyDescriptor({ + nullptr, + name, + nullptr, + CbData::GetterWrapper, + CbData::SetterWrapper, + nullptr, + attributes, + callbackData + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function(Napi::Env env, + Napi::Object /*object*/, + const char* utf8name, + Callable cb, + napi_property_attributes attributes, + void* data) { + return PropertyDescriptor({ + utf8name, + nullptr, + nullptr, + nullptr, + nullptr, + Napi::Function::New(env, cb, utf8name, data), + attributes, + nullptr + }); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function(Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Callable cb, + napi_property_attributes attributes, + void* data) { + return Function(env, object, utf8name.c_str(), cb, attributes, data); +} + +template +inline PropertyDescriptor PropertyDescriptor::Function(Napi::Env env, + Napi::Object /*object*/, + Name name, + Callable cb, + napi_property_attributes attributes, + void* data) { + return PropertyDescriptor({ + nullptr, + name, + nullptr, + nullptr, + nullptr, + Napi::Function::New(env, cb, nullptr, data), + attributes, + nullptr + }); +} + +inline PropertyDescriptor PropertyDescriptor::Value(const char* utf8name, + napi_value value, + napi_property_attributes attributes) { + return PropertyDescriptor({ + utf8name, nullptr, nullptr, nullptr, nullptr, value, attributes, nullptr + }); +} + +inline PropertyDescriptor PropertyDescriptor::Value(const std::string& utf8name, + napi_value value, + napi_property_attributes attributes) { + return Value(utf8name.c_str(), value, attributes); +} + +inline PropertyDescriptor PropertyDescriptor::Value(napi_value name, + napi_value value, + napi_property_attributes attributes) { + return PropertyDescriptor({ + nullptr, name, nullptr, nullptr, nullptr, value, attributes, nullptr + }); +} + +inline PropertyDescriptor PropertyDescriptor::Value(Name name, + Napi::Value value, + napi_property_attributes attributes) { + napi_value nameValue = name; + napi_value valueValue = value; + return PropertyDescriptor::Value(nameValue, valueValue, attributes); +} + +inline PropertyDescriptor::PropertyDescriptor(napi_property_descriptor desc) + : _desc(desc) { +} + +inline PropertyDescriptor::operator napi_property_descriptor&() { + return _desc; +} + +inline PropertyDescriptor::operator const napi_property_descriptor&() const { + return _desc; +} + +//////////////////////////////////////////////////////////////////////////////// +// InstanceWrap class +//////////////////////////////////////////////////////////////////////////////// + +template +inline void InstanceWrap::AttachPropData(napi_env env, + napi_value value, + const napi_property_descriptor* prop) { + napi_status status; + if (!(prop->attributes & napi_static)) { + if (prop->method == T::InstanceVoidMethodCallbackWrapper) { + status = Napi::details::AttachData(env, + value, + static_cast(prop->data)); + NAPI_THROW_IF_FAILED_VOID(env, status); + } else if (prop->method == T::InstanceMethodCallbackWrapper) { + status = Napi::details::AttachData(env, + value, + static_cast(prop->data)); + NAPI_THROW_IF_FAILED_VOID(env, status); + } else if (prop->getter == T::InstanceGetterCallbackWrapper || + prop->setter == T::InstanceSetterCallbackWrapper) { + status = Napi::details::AttachData(env, + value, + static_cast(prop->data)); + NAPI_THROW_IF_FAILED_VOID(env, status); + } + } +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + const char* utf8name, + InstanceVoidMethodCallback method, + napi_property_attributes attributes, + void* data) { + InstanceVoidMethodCallbackData* callbackData = + new InstanceVoidMethodCallbackData({ method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = T::InstanceVoidMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + const char* utf8name, + InstanceMethodCallback method, + napi_property_attributes attributes, + void* data) { + InstanceMethodCallbackData* callbackData = new InstanceMethodCallbackData({ method, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = T::InstanceMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + Symbol name, + InstanceVoidMethodCallback method, + napi_property_attributes attributes, + void* data) { + InstanceVoidMethodCallbackData* callbackData = + new InstanceVoidMethodCallbackData({ method, data}); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = T::InstanceVoidMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + Symbol name, + InstanceMethodCallback method, + napi_property_attributes attributes, + void* data) { + InstanceMethodCallbackData* callbackData = new InstanceMethodCallbackData({ method, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = T::InstanceMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceVoidMethodCallback method> +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + const char* utf8name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = details::TemplatedInstanceVoidCallback; + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceMethodCallback method> +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + const char* utf8name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = details::TemplatedInstanceCallback; + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceVoidMethodCallback method> +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + Symbol name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = details::TemplatedInstanceVoidCallback; + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceMethodCallback method> +inline ClassPropertyDescriptor InstanceWrap::InstanceMethod( + Symbol name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = details::TemplatedInstanceCallback; + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceAccessor( + const char* utf8name, + InstanceGetterCallback getter, + InstanceSetterCallback setter, + napi_property_attributes attributes, + void* data) { + InstanceAccessorCallbackData* callbackData = + new InstanceAccessorCallbackData({ getter, setter, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.getter = getter != nullptr ? T::InstanceGetterCallbackWrapper : nullptr; + desc.setter = setter != nullptr ? T::InstanceSetterCallbackWrapper : nullptr; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceAccessor( + Symbol name, + InstanceGetterCallback getter, + InstanceSetterCallback setter, + napi_property_attributes attributes, + void* data) { + InstanceAccessorCallbackData* callbackData = + new InstanceAccessorCallbackData({ getter, setter, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.getter = getter != nullptr ? T::InstanceGetterCallbackWrapper : nullptr; + desc.setter = setter != nullptr ? T::InstanceSetterCallbackWrapper : nullptr; + desc.data = callbackData; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceGetterCallback getter, + typename InstanceWrap::InstanceSetterCallback setter> +inline ClassPropertyDescriptor InstanceWrap::InstanceAccessor( + const char* utf8name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.getter = details::TemplatedInstanceCallback; + desc.setter = This::WrapSetter(This::SetterTag()); + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +template ::InstanceGetterCallback getter, + typename InstanceWrap::InstanceSetterCallback setter> +inline ClassPropertyDescriptor InstanceWrap::InstanceAccessor( + Symbol name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.getter = details::TemplatedInstanceCallback; + desc.setter = This::WrapSetter(This::SetterTag()); + desc.data = data; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceValue( + const char* utf8name, + Napi::Value value, + napi_property_attributes attributes) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.value = value; + desc.attributes = attributes; + return desc; +} + +template +inline ClassPropertyDescriptor InstanceWrap::InstanceValue( + Symbol name, + Napi::Value value, + napi_property_attributes attributes) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.value = value; + desc.attributes = attributes; + return desc; +} + +template +inline napi_value InstanceWrap::InstanceVoidMethodCallbackWrapper( + napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + InstanceVoidMethodCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + T* instance = T::Unwrap(callbackInfo.This().As()); + auto cb = callbackData->callback; + (instance->*cb)(callbackInfo); + return nullptr; + }); +} + +template +inline napi_value InstanceWrap::InstanceMethodCallbackWrapper( + napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + InstanceMethodCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + T* instance = T::Unwrap(callbackInfo.This().As()); + auto cb = callbackData->callback; + return (instance->*cb)(callbackInfo); + }); +} + +template +inline napi_value InstanceWrap::InstanceGetterCallbackWrapper( + napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + InstanceAccessorCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + T* instance = T::Unwrap(callbackInfo.This().As()); + auto cb = callbackData->getterCallback; + return (instance->*cb)(callbackInfo); + }); +} + +template +inline napi_value InstanceWrap::InstanceSetterCallbackWrapper( + napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + InstanceAccessorCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + T* instance = T::Unwrap(callbackInfo.This().As()); + auto cb = callbackData->setterCallback; + (instance->*cb)(callbackInfo, callbackInfo[0]); + return nullptr; + }); +} + +template +template ::InstanceSetterCallback method> +inline napi_value InstanceWrap::WrappedMethod( + napi_env env, napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + const CallbackInfo cbInfo(env, info); + T* instance = T::Unwrap(cbInfo.This().As()); + (instance->*method)(cbInfo, cbInfo[0]); + return nullptr; + }); +} + +//////////////////////////////////////////////////////////////////////////////// +// ObjectWrap class +//////////////////////////////////////////////////////////////////////////////// + +template +inline ObjectWrap::ObjectWrap(const Napi::CallbackInfo& callbackInfo) { + napi_env env = callbackInfo.Env(); + napi_value wrapper = callbackInfo.This(); + napi_status status; + napi_ref ref; + T* instance = static_cast(this); + status = napi_wrap(env, wrapper, instance, FinalizeCallback, nullptr, &ref); + NAPI_THROW_IF_FAILED_VOID(env, status); + + Reference* instanceRef = instance; + *instanceRef = Reference(env, ref); +} + +template +inline ObjectWrap::~ObjectWrap() { + // If the JS object still exists at this point, remove the finalizer added + // through `napi_wrap()`. + if (!IsEmpty()) { + Object object = Value(); + // It is not valid to call `napi_remove_wrap()` with an empty `object`. + // This happens e.g. during garbage collection. + if (!object.IsEmpty() && _construction_failed) { + napi_remove_wrap(Env(), object, nullptr); + } + } +} + +template +inline T* ObjectWrap::Unwrap(Object wrapper) { + void* unwrapped; + napi_status status = napi_unwrap(wrapper.Env(), wrapper, &unwrapped); + NAPI_THROW_IF_FAILED(wrapper.Env(), status, nullptr); + return static_cast(unwrapped); +} + +template +inline Function +ObjectWrap::DefineClass(Napi::Env env, + const char* utf8name, + const size_t props_count, + const napi_property_descriptor* descriptors, + void* data) { + napi_status status; + std::vector props(props_count); + + // We copy the descriptors to a local array because before defining the class + // we must replace static method property descriptors with value property + // descriptors such that the value is a function-valued `napi_value` created + // with `CreateFunction()`. + // + // This replacement could be made for instance methods as well, but V8 aborts + // if we do that, because it expects methods defined on the prototype template + // to have `FunctionTemplate`s. + for (size_t index = 0; index < props_count; index++) { + props[index] = descriptors[index]; + napi_property_descriptor* prop = &props[index]; + if (prop->method == T::StaticMethodCallbackWrapper) { + status = CreateFunction(env, + utf8name, + prop->method, + static_cast(prop->data), + &(prop->value)); + NAPI_THROW_IF_FAILED(env, status, Function()); + prop->method = nullptr; + prop->data = nullptr; + } else if (prop->method == T::StaticVoidMethodCallbackWrapper) { + status = CreateFunction(env, + utf8name, + prop->method, + static_cast(prop->data), + &(prop->value)); + NAPI_THROW_IF_FAILED(env, status, Function()); + prop->method = nullptr; + prop->data = nullptr; + } + } + + napi_value value; + status = napi_define_class(env, + utf8name, + NAPI_AUTO_LENGTH, + T::ConstructorCallbackWrapper, + data, + props_count, + props.data(), + &value); + NAPI_THROW_IF_FAILED(env, status, Function()); + + // After defining the class we iterate once more over the property descriptors + // and attach the data associated with accessors and instance methods to the + // newly created JavaScript class. + for (size_t idx = 0; idx < props_count; idx++) { + const napi_property_descriptor* prop = &props[idx]; + + if (prop->getter == T::StaticGetterCallbackWrapper || + prop->setter == T::StaticSetterCallbackWrapper) { + status = Napi::details::AttachData(env, + value, + static_cast(prop->data)); + NAPI_THROW_IF_FAILED(env, status, Function()); + } else { + // InstanceWrap::AttachPropData is responsible for attaching the data + // of instance methods and accessors. + T::AttachPropData(env, value, prop); + } + } + + return Function(env, value); +} + +template +inline Function ObjectWrap::DefineClass( + Napi::Env env, + const char* utf8name, + const std::initializer_list>& properties, + void* data) { + return DefineClass(env, + utf8name, + properties.size(), + reinterpret_cast(properties.begin()), + data); +} + +template +inline Function ObjectWrap::DefineClass( + Napi::Env env, + const char* utf8name, + const std::vector>& properties, + void* data) { + return DefineClass(env, + utf8name, + properties.size(), + reinterpret_cast(properties.data()), + data); +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + const char* utf8name, + StaticVoidMethodCallback method, + napi_property_attributes attributes, + void* data) { + StaticVoidMethodCallbackData* callbackData = new StaticVoidMethodCallbackData({ method, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = T::StaticVoidMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + const char* utf8name, + StaticMethodCallback method, + napi_property_attributes attributes, + void* data) { + StaticMethodCallbackData* callbackData = new StaticMethodCallbackData({ method, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = T::StaticMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + Symbol name, + StaticVoidMethodCallback method, + napi_property_attributes attributes, + void* data) { + StaticVoidMethodCallbackData* callbackData = new StaticVoidMethodCallbackData({ method, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = T::StaticVoidMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + Symbol name, + StaticMethodCallback method, + napi_property_attributes attributes, + void* data) { + StaticMethodCallbackData* callbackData = new StaticMethodCallbackData({ method, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = T::StaticMethodCallbackWrapper; + desc.data = callbackData; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticVoidMethodCallback method> +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + const char* utf8name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = details::TemplatedVoidCallback; + desc.data = data; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticVoidMethodCallback method> +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + Symbol name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = details::TemplatedVoidCallback; + desc.data = data; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticMethodCallback method> +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + const char* utf8name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.method = details::TemplatedCallback; + desc.data = data; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticMethodCallback method> +inline ClassPropertyDescriptor ObjectWrap::StaticMethod( + Symbol name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.method = details::TemplatedCallback; + desc.data = data; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticAccessor( + const char* utf8name, + StaticGetterCallback getter, + StaticSetterCallback setter, + napi_property_attributes attributes, + void* data) { + StaticAccessorCallbackData* callbackData = + new StaticAccessorCallbackData({ getter, setter, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.getter = getter != nullptr ? T::StaticGetterCallbackWrapper : nullptr; + desc.setter = setter != nullptr ? T::StaticSetterCallbackWrapper : nullptr; + desc.data = callbackData; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticAccessor( + Symbol name, + StaticGetterCallback getter, + StaticSetterCallback setter, + napi_property_attributes attributes, + void* data) { + StaticAccessorCallbackData* callbackData = + new StaticAccessorCallbackData({ getter, setter, data }); + + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.getter = getter != nullptr ? T::StaticGetterCallbackWrapper : nullptr; + desc.setter = setter != nullptr ? T::StaticSetterCallbackWrapper : nullptr; + desc.data = callbackData; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticGetterCallback getter, + typename ObjectWrap::StaticSetterCallback setter> +inline ClassPropertyDescriptor ObjectWrap::StaticAccessor( + const char* utf8name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.getter = details::TemplatedCallback; + desc.setter = This::WrapStaticSetter(This::StaticSetterTag()); + desc.data = data; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +template ::StaticGetterCallback getter, + typename ObjectWrap::StaticSetterCallback setter> +inline ClassPropertyDescriptor ObjectWrap::StaticAccessor( + Symbol name, + napi_property_attributes attributes, + void* data) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.getter = details::TemplatedCallback; + desc.setter = This::WrapStaticSetter(This::StaticSetterTag()); + desc.data = data; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticValue(const char* utf8name, + Napi::Value value, napi_property_attributes attributes) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.utf8name = utf8name; + desc.value = value; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +inline ClassPropertyDescriptor ObjectWrap::StaticValue(Symbol name, + Napi::Value value, napi_property_attributes attributes) { + napi_property_descriptor desc = napi_property_descriptor(); + desc.name = name; + desc.value = value; + desc.attributes = static_cast(attributes | napi_static); + return desc; +} + +template +inline void ObjectWrap::Finalize(Napi::Env /*env*/) {} + +template +inline napi_value ObjectWrap::ConstructorCallbackWrapper( + napi_env env, + napi_callback_info info) { + napi_value new_target; + napi_status status = napi_get_new_target(env, info, &new_target); + if (status != napi_ok) return nullptr; + + bool isConstructCall = (new_target != nullptr); + if (!isConstructCall) { + napi_throw_type_error(env, nullptr, "Class constructors cannot be invoked without 'new'"); + return nullptr; + } + + napi_value wrapper = details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + T* instance = new T(callbackInfo); +#ifdef NAPI_CPP_EXCEPTIONS + instance->_construction_failed = false; +#else + if (callbackInfo.Env().IsExceptionPending()) { + // We need to clear the exception so that removing the wrap might work. + Error e = callbackInfo.Env().GetAndClearPendingException(); + delete instance; + e.ThrowAsJavaScriptException(); + } else { + instance->_construction_failed = false; + } +# endif // NAPI_CPP_EXCEPTIONS + return callbackInfo.This(); + }); + + return wrapper; +} + +template +inline napi_value ObjectWrap::StaticVoidMethodCallbackWrapper( + napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + StaticVoidMethodCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + callbackData->callback(callbackInfo); + return nullptr; + }); +} + +template +inline napi_value ObjectWrap::StaticMethodCallbackWrapper( + napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + StaticMethodCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + return callbackData->callback(callbackInfo); + }); +} + +template +inline napi_value ObjectWrap::StaticGetterCallbackWrapper( + napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + StaticAccessorCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + return callbackData->getterCallback(callbackInfo); + }); +} + +template +inline napi_value ObjectWrap::StaticSetterCallbackWrapper( + napi_env env, + napi_callback_info info) { + return details::WrapCallback([&] { + CallbackInfo callbackInfo(env, info); + StaticAccessorCallbackData* callbackData = + reinterpret_cast(callbackInfo.Data()); + callbackInfo.SetData(callbackData->data); + callbackData->setterCallback(callbackInfo, callbackInfo[0]); + return nullptr; + }); +} + +template +inline void ObjectWrap::FinalizeCallback(napi_env env, void* data, void* /*hint*/) { + HandleScope scope(env); + T* instance = static_cast(data); + instance->Finalize(Napi::Env(env)); + delete instance; +} + +template +template ::StaticSetterCallback method> +inline napi_value ObjectWrap::WrappedMethod( + napi_env env, napi_callback_info info) NAPI_NOEXCEPT { + return details::WrapCallback([&] { + const CallbackInfo cbInfo(env, info); + method(cbInfo, cbInfo[0]); + return nullptr; + }); +} + +//////////////////////////////////////////////////////////////////////////////// +// HandleScope class +//////////////////////////////////////////////////////////////////////////////// + +inline HandleScope::HandleScope(napi_env env, napi_handle_scope scope) + : _env(env), _scope(scope) { +} + +inline HandleScope::HandleScope(Napi::Env env) : _env(env) { + napi_status status = napi_open_handle_scope(_env, &_scope); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline HandleScope::~HandleScope() { + napi_status status = napi_close_handle_scope(_env, _scope); + NAPI_FATAL_IF_FAILED(status, + "HandleScope::~HandleScope", + "napi_close_handle_scope"); +} + +inline HandleScope::operator napi_handle_scope() const { + return _scope; +} + +inline Napi::Env HandleScope::Env() const { + return Napi::Env(_env); +} + +//////////////////////////////////////////////////////////////////////////////// +// EscapableHandleScope class +//////////////////////////////////////////////////////////////////////////////// + +inline EscapableHandleScope::EscapableHandleScope( + napi_env env, napi_escapable_handle_scope scope) : _env(env), _scope(scope) { +} + +inline EscapableHandleScope::EscapableHandleScope(Napi::Env env) : _env(env) { + napi_status status = napi_open_escapable_handle_scope(_env, &_scope); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline EscapableHandleScope::~EscapableHandleScope() { + napi_status status = napi_close_escapable_handle_scope(_env, _scope); + NAPI_FATAL_IF_FAILED(status, + "EscapableHandleScope::~EscapableHandleScope", + "napi_close_escapable_handle_scope"); +} + +inline EscapableHandleScope::operator napi_escapable_handle_scope() const { + return _scope; +} + +inline Napi::Env EscapableHandleScope::Env() const { + return Napi::Env(_env); +} + +inline Value EscapableHandleScope::Escape(napi_value escapee) { + napi_value result; + napi_status status = napi_escape_handle(_env, _scope, escapee, &result); + NAPI_THROW_IF_FAILED(_env, status, Value()); + return Value(_env, result); +} + + +#if (NAPI_VERSION > 2) +//////////////////////////////////////////////////////////////////////////////// +// CallbackScope class +//////////////////////////////////////////////////////////////////////////////// + +inline CallbackScope::CallbackScope( + napi_env env, napi_callback_scope scope) : _env(env), _scope(scope) { +} + +inline CallbackScope::CallbackScope(napi_env env, napi_async_context context) + : _env(env) { + napi_status status = napi_open_callback_scope( + _env, Object::New(env), context, &_scope); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline CallbackScope::~CallbackScope() { + napi_status status = napi_close_callback_scope(_env, _scope); + NAPI_FATAL_IF_FAILED(status, + "CallbackScope::~CallbackScope", + "napi_close_callback_scope"); +} + +inline CallbackScope::operator napi_callback_scope() const { + return _scope; +} + +inline Napi::Env CallbackScope::Env() const { + return Napi::Env(_env); +} +#endif + +//////////////////////////////////////////////////////////////////////////////// +// AsyncContext class +//////////////////////////////////////////////////////////////////////////////// + +inline AsyncContext::AsyncContext(napi_env env, const char* resource_name) + : AsyncContext(env, resource_name, Object::New(env)) { +} + +inline AsyncContext::AsyncContext(napi_env env, + const char* resource_name, + const Object& resource) + : _env(env), _context(nullptr) { + napi_value resource_id; + napi_status status = napi_create_string_utf8( + _env, resource_name, NAPI_AUTO_LENGTH, &resource_id); + NAPI_THROW_IF_FAILED_VOID(_env, status); + + status = napi_async_init(_env, resource, resource_id, &_context); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline AsyncContext::~AsyncContext() { + if (_context != nullptr) { + napi_async_destroy(_env, _context); + _context = nullptr; + } +} + +inline AsyncContext::AsyncContext(AsyncContext&& other) { + _env = other._env; + other._env = nullptr; + _context = other._context; + other._context = nullptr; +} + +inline AsyncContext& AsyncContext::operator =(AsyncContext&& other) { + _env = other._env; + other._env = nullptr; + _context = other._context; + other._context = nullptr; + return *this; +} + +inline AsyncContext::operator napi_async_context() const { + return _context; +} + +inline Napi::Env AsyncContext::Env() const { + return Napi::Env(_env); +} + +//////////////////////////////////////////////////////////////////////////////// +// AsyncWorker class +//////////////////////////////////////////////////////////////////////////////// + +inline AsyncWorker::AsyncWorker(const Function& callback) + : AsyncWorker(callback, "generic") { +} + +inline AsyncWorker::AsyncWorker(const Function& callback, + const char* resource_name) + : AsyncWorker(callback, resource_name, Object::New(callback.Env())) { +} + +inline AsyncWorker::AsyncWorker(const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncWorker(Object::New(callback.Env()), + callback, + resource_name, + resource) { +} + +inline AsyncWorker::AsyncWorker(const Object& receiver, + const Function& callback) + : AsyncWorker(receiver, callback, "generic") { +} + +inline AsyncWorker::AsyncWorker(const Object& receiver, + const Function& callback, + const char* resource_name) + : AsyncWorker(receiver, + callback, + resource_name, + Object::New(callback.Env())) { +} + +inline AsyncWorker::AsyncWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource) + : _env(callback.Env()), + _receiver(Napi::Persistent(receiver)), + _callback(Napi::Persistent(callback)), + _suppress_destruct(false) { + napi_value resource_id; + napi_status status = napi_create_string_latin1( + _env, resource_name, NAPI_AUTO_LENGTH, &resource_id); + NAPI_THROW_IF_FAILED_VOID(_env, status); + + status = napi_create_async_work(_env, resource, resource_id, OnAsyncWorkExecute, + OnAsyncWorkComplete, this, &_work); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline AsyncWorker::AsyncWorker(Napi::Env env) + : AsyncWorker(env, "generic") { +} + +inline AsyncWorker::AsyncWorker(Napi::Env env, + const char* resource_name) + : AsyncWorker(env, resource_name, Object::New(env)) { +} + +inline AsyncWorker::AsyncWorker(Napi::Env env, + const char* resource_name, + const Object& resource) + : _env(env), + _receiver(), + _callback(), + _suppress_destruct(false) { + napi_value resource_id; + napi_status status = napi_create_string_latin1( + _env, resource_name, NAPI_AUTO_LENGTH, &resource_id); + NAPI_THROW_IF_FAILED_VOID(_env, status); + + status = napi_create_async_work(_env, resource, resource_id, OnAsyncWorkExecute, + OnAsyncWorkComplete, this, &_work); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline AsyncWorker::~AsyncWorker() { + if (_work != nullptr) { + napi_delete_async_work(_env, _work); + _work = nullptr; + } +} + +inline void AsyncWorker::Destroy() { + delete this; +} + +inline AsyncWorker::AsyncWorker(AsyncWorker&& other) { + _env = other._env; + other._env = nullptr; + _work = other._work; + other._work = nullptr; + _receiver = std::move(other._receiver); + _callback = std::move(other._callback); + _error = std::move(other._error); + _suppress_destruct = other._suppress_destruct; +} + +inline AsyncWorker& AsyncWorker::operator =(AsyncWorker&& other) { + _env = other._env; + other._env = nullptr; + _work = other._work; + other._work = nullptr; + _receiver = std::move(other._receiver); + _callback = std::move(other._callback); + _error = std::move(other._error); + _suppress_destruct = other._suppress_destruct; + return *this; +} + +inline AsyncWorker::operator napi_async_work() const { + return _work; +} + +inline Napi::Env AsyncWorker::Env() const { + return Napi::Env(_env); +} + +inline void AsyncWorker::Queue() { + napi_status status = napi_queue_async_work(_env, _work); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline void AsyncWorker::Cancel() { + napi_status status = napi_cancel_async_work(_env, _work); + NAPI_THROW_IF_FAILED_VOID(_env, status); +} + +inline ObjectReference& AsyncWorker::Receiver() { + return _receiver; +} + +inline FunctionReference& AsyncWorker::Callback() { + return _callback; +} + +inline void AsyncWorker::SuppressDestruct() { + _suppress_destruct = true; +} + +inline void AsyncWorker::OnOK() { + if (!_callback.IsEmpty()) { + _callback.Call(_receiver.Value(), GetResult(_callback.Env())); + } +} + +inline void AsyncWorker::OnError(const Error& e) { + if (!_callback.IsEmpty()) { + _callback.Call(_receiver.Value(), std::initializer_list{ e.Value() }); + } +} + +inline void AsyncWorker::SetError(const std::string& error) { + _error = error; +} + +inline std::vector AsyncWorker::GetResult(Napi::Env /*env*/) { + return {}; +} +// The OnAsyncWorkExecute method receives an napi_env argument. However, do NOT +// use it within this method, as it does not run on the JavaScript thread and +// must not run any method that would cause JavaScript to run. In practice, +// this means that almost any use of napi_env will be incorrect. +inline void AsyncWorker::OnAsyncWorkExecute(napi_env env, void* asyncworker) { + AsyncWorker* self = static_cast(asyncworker); + self->OnExecute(env); +} +// The OnExecute method receives an napi_env argument. However, do NOT +// use it within this method, as it does not run on the JavaScript thread and +// must not run any method that would cause JavaScript to run. In practice, +// this means that almost any use of napi_env will be incorrect. +inline void AsyncWorker::OnExecute(Napi::Env /*DO_NOT_USE*/) { +#ifdef NAPI_CPP_EXCEPTIONS + try { + Execute(); + } catch (const std::exception& e) { + SetError(e.what()); + } +#else // NAPI_CPP_EXCEPTIONS + Execute(); +#endif // NAPI_CPP_EXCEPTIONS +} + +inline void AsyncWorker::OnAsyncWorkComplete(napi_env env, + napi_status status, + void* asyncworker) { + AsyncWorker* self = static_cast(asyncworker); + self->OnWorkComplete(env, status); +} +inline void AsyncWorker::OnWorkComplete(Napi::Env /*env*/, napi_status status) { + if (status != napi_cancelled) { + HandleScope scope(_env); + details::WrapCallback([&] { + if (_error.size() == 0) { + OnOK(); + } + else { + OnError(Error::New(_env, _error)); + } + return nullptr; + }); + } + if (!_suppress_destruct) { + Destroy(); + } +} + +#if (NAPI_VERSION > 3 && !defined(__wasm32__)) +//////////////////////////////////////////////////////////////////////////////// +// TypedThreadSafeFunction class +//////////////////////////////////////////////////////////////////////////////// + +// Starting with NAPI 5, the JavaScript function `func` parameter of +// `napi_create_threadsafe_function` is optional. +#if NAPI_VERSION > 4 +// static, with Callback [missing] Resource [missing] Finalizer [missing] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + TypedThreadSafeFunction tsfn; + + napi_status status = + napi_create_threadsafe_function(env, + nullptr, + nullptr, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + nullptr, + nullptr, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [missing] Resource [passed] Finalizer [missing] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + TypedThreadSafeFunction tsfn; + + napi_status status = + napi_create_threadsafe_function(env, + nullptr, + resource, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + nullptr, + nullptr, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [missing] Resource [missing] Finalizer [passed] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + TypedThreadSafeFunction tsfn; + + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = napi_create_threadsafe_function( + env, + nullptr, + nullptr, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [missing] Resource [passed] Finalizer [passed] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + TypedThreadSafeFunction tsfn; + + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = napi_create_threadsafe_function( + env, + nullptr, + resource, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} +#endif + +// static, with Callback [passed] Resource [missing] Finalizer [missing] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + TypedThreadSafeFunction tsfn; + + napi_status status = + napi_create_threadsafe_function(env, + callback, + nullptr, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + nullptr, + nullptr, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [passed] Resource [passed] Finalizer [missing] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + TypedThreadSafeFunction tsfn; + + napi_status status = + napi_create_threadsafe_function(env, + callback, + resource, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + nullptr, + nullptr, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with Callback [passed] Resource [missing] Finalizer [passed] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + TypedThreadSafeFunction tsfn; + + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = napi_create_threadsafe_function( + env, + callback, + nullptr, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +// static, with: Callback [passed] Resource [passed] Finalizer [passed] +template +template +inline TypedThreadSafeFunction +TypedThreadSafeFunction::New( + napi_env env, + CallbackType callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + TypedThreadSafeFunction tsfn; + + auto* finalizeData = new details:: + ThreadSafeFinalize( + {data, finalizeCallback}); + napi_status status = napi_create_threadsafe_function( + env, + details::DefaultCallbackWrapper< + CallbackType, + TypedThreadSafeFunction>(env, + callback), + resource, + String::From(env, resourceName), + maxQueueSize, + initialThreadCount, + finalizeData, + details::ThreadSafeFinalize:: + FinalizeFinalizeWrapperWithDataAndContext, + context, + CallJsInternal, + &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED( + env, status, TypedThreadSafeFunction()); + } + + return tsfn; +} + +template +inline TypedThreadSafeFunction:: + TypedThreadSafeFunction() + : _tsfn() {} + +template +inline TypedThreadSafeFunction:: + TypedThreadSafeFunction(napi_threadsafe_function tsfn) + : _tsfn(tsfn) {} + +template +inline TypedThreadSafeFunction:: +operator napi_threadsafe_function() const { + return _tsfn; +} + +template +inline napi_status +TypedThreadSafeFunction::BlockingCall( + DataType* data) const { + return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_blocking); +} + +template +inline napi_status +TypedThreadSafeFunction::NonBlockingCall( + DataType* data) const { + return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_nonblocking); +} + +template +inline void TypedThreadSafeFunction::Ref( + napi_env env) const { + if (_tsfn != nullptr) { + napi_status status = napi_ref_threadsafe_function(env, _tsfn); + NAPI_THROW_IF_FAILED_VOID(env, status); + } +} + +template +inline void TypedThreadSafeFunction::Unref( + napi_env env) const { + if (_tsfn != nullptr) { + napi_status status = napi_unref_threadsafe_function(env, _tsfn); + NAPI_THROW_IF_FAILED_VOID(env, status); + } +} + +template +inline napi_status +TypedThreadSafeFunction::Acquire() const { + return napi_acquire_threadsafe_function(_tsfn); +} + +template +inline napi_status +TypedThreadSafeFunction::Release() { + return napi_release_threadsafe_function(_tsfn, napi_tsfn_release); +} + +template +inline napi_status +TypedThreadSafeFunction::Abort() { + return napi_release_threadsafe_function(_tsfn, napi_tsfn_abort); +} + +template +inline ContextType* +TypedThreadSafeFunction::GetContext() const { + void* context; + napi_status status = napi_get_threadsafe_function_context(_tsfn, &context); + NAPI_FATAL_IF_FAILED(status, + "TypedThreadSafeFunction::GetContext", + "napi_get_threadsafe_function_context"); + return static_cast(context); +} + +// static +template +void TypedThreadSafeFunction::CallJsInternal( + napi_env env, napi_value jsCallback, void* context, void* data) { + details::CallJsWrapper( + env, jsCallback, context, data); +} + +#if NAPI_VERSION == 4 +// static +template +Napi::Function +TypedThreadSafeFunction::EmptyFunctionFactory( + Napi::Env env) { + return Napi::Function::New(env, [](const CallbackInfo& cb) {}); +} + +// static +template +Napi::Function +TypedThreadSafeFunction::FunctionOrEmpty( + Napi::Env env, Napi::Function& callback) { + if (callback.IsEmpty()) { + return EmptyFunctionFactory(env); + } + return callback; +} + +#else +// static +template +std::nullptr_t +TypedThreadSafeFunction::EmptyFunctionFactory( + Napi::Env /*env*/) { + return nullptr; +} + +// static +template +Napi::Function +TypedThreadSafeFunction::FunctionOrEmpty( + Napi::Env /*env*/, Napi::Function& callback) { + return callback; +} + +#endif + +//////////////////////////////////////////////////////////////////////////////// +// ThreadSafeFunction class +//////////////////////////////////////////////////////////////////////////////// + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount) { + return New(env, callback, Object(), resourceName, maxQueueSize, + initialThreadCount); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + return New(env, callback, Object(), resourceName, maxQueueSize, + initialThreadCount, context); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback) { + return New(env, callback, Object(), resourceName, maxQueueSize, + initialThreadCount, finalizeCallback); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback, + FinalizerDataType* data) { + return New(env, callback, Object(), resourceName, maxQueueSize, + initialThreadCount, finalizeCallback, data); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback) { + return New(env, callback, Object(), resourceName, maxQueueSize, + initialThreadCount, context, finalizeCallback); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + return New(env, callback, Object(), resourceName, maxQueueSize, + initialThreadCount, context, finalizeCallback, data); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount) { + return New(env, callback, resource, resourceName, maxQueueSize, + initialThreadCount, static_cast(nullptr) /* context */); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context) { + return New(env, callback, resource, resourceName, maxQueueSize, + initialThreadCount, context, + [](Env, ContextType*) {} /* empty finalizer */); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback) { + return New(env, callback, resource, resourceName, maxQueueSize, + initialThreadCount, static_cast(nullptr) /* context */, + finalizeCallback, static_cast(nullptr) /* data */, + details::ThreadSafeFinalize::Wrapper); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback, + FinalizerDataType* data) { + return New(env, callback, resource, resourceName, maxQueueSize, + initialThreadCount, static_cast(nullptr) /* context */, + finalizeCallback, data, + details::ThreadSafeFinalize< + void, Finalizer, FinalizerDataType>::FinalizeWrapperWithData); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback) { + return New(env, callback, resource, resourceName, maxQueueSize, + initialThreadCount, context, finalizeCallback, + static_cast(nullptr) /* data */, + details::ThreadSafeFinalize< + ContextType, Finalizer>::FinalizeWrapperWithContext); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data) { + return New(env, callback, resource, resourceName, maxQueueSize, + initialThreadCount, context, finalizeCallback, data, + details::ThreadSafeFinalize::FinalizeFinalizeWrapperWithDataAndContext); +} + +inline ThreadSafeFunction::ThreadSafeFunction() + : _tsfn() { +} + +inline ThreadSafeFunction::ThreadSafeFunction( + napi_threadsafe_function tsfn) + : _tsfn(tsfn) { +} + +inline ThreadSafeFunction::operator napi_threadsafe_function() const { + return _tsfn; +} + +inline napi_status ThreadSafeFunction::BlockingCall() const { + return CallInternal(nullptr, napi_tsfn_blocking); +} + +template <> +inline napi_status ThreadSafeFunction::BlockingCall( + void* data) const { + return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_blocking); +} + +template +inline napi_status ThreadSafeFunction::BlockingCall( + Callback callback) const { + return CallInternal(new CallbackWrapper(callback), napi_tsfn_blocking); +} + +template +inline napi_status ThreadSafeFunction::BlockingCall( + DataType* data, Callback callback) const { + auto wrapper = [data, callback](Env env, Function jsCallback) { + callback(env, jsCallback, data); + }; + return CallInternal(new CallbackWrapper(wrapper), napi_tsfn_blocking); +} + +inline napi_status ThreadSafeFunction::NonBlockingCall() const { + return CallInternal(nullptr, napi_tsfn_nonblocking); +} + +template <> +inline napi_status ThreadSafeFunction::NonBlockingCall( + void* data) const { + return napi_call_threadsafe_function(_tsfn, data, napi_tsfn_nonblocking); +} + +template +inline napi_status ThreadSafeFunction::NonBlockingCall( + Callback callback) const { + return CallInternal(new CallbackWrapper(callback), napi_tsfn_nonblocking); +} + +template +inline napi_status ThreadSafeFunction::NonBlockingCall( + DataType* data, Callback callback) const { + auto wrapper = [data, callback](Env env, Function jsCallback) { + callback(env, jsCallback, data); + }; + return CallInternal(new CallbackWrapper(wrapper), napi_tsfn_nonblocking); +} + +inline void ThreadSafeFunction::Ref(napi_env env) const { + if (_tsfn != nullptr) { + napi_status status = napi_ref_threadsafe_function(env, _tsfn); + NAPI_THROW_IF_FAILED_VOID(env, status); + } +} + +inline void ThreadSafeFunction::Unref(napi_env env) const { + if (_tsfn != nullptr) { + napi_status status = napi_unref_threadsafe_function(env, _tsfn); + NAPI_THROW_IF_FAILED_VOID(env, status); + } +} + +inline napi_status ThreadSafeFunction::Acquire() const { + return napi_acquire_threadsafe_function(_tsfn); +} + +inline napi_status ThreadSafeFunction::Release() { + return napi_release_threadsafe_function(_tsfn, napi_tsfn_release); +} + +inline napi_status ThreadSafeFunction::Abort() { + return napi_release_threadsafe_function(_tsfn, napi_tsfn_abort); +} + +inline ThreadSafeFunction::ConvertibleContext +ThreadSafeFunction::GetContext() const { + void* context; + napi_status status = napi_get_threadsafe_function_context(_tsfn, &context); + NAPI_FATAL_IF_FAILED(status, "ThreadSafeFunction::GetContext", "napi_get_threadsafe_function_context"); + return ConvertibleContext({ context }); +} + +// static +template +inline ThreadSafeFunction ThreadSafeFunction::New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data, + napi_finalize wrapper) { + static_assert(details::can_make_string::value + || std::is_convertible::value, + "Resource name should be convertible to the string type"); + + ThreadSafeFunction tsfn; + auto* finalizeData = new details::ThreadSafeFinalize({ data, finalizeCallback }); + napi_status status = napi_create_threadsafe_function(env, callback, resource, + Value::From(env, resourceName), maxQueueSize, initialThreadCount, + finalizeData, wrapper, context, CallJS, &tsfn._tsfn); + if (status != napi_ok) { + delete finalizeData; + NAPI_THROW_IF_FAILED(env, status, ThreadSafeFunction()); + } + + return tsfn; +} + +inline napi_status ThreadSafeFunction::CallInternal( + CallbackWrapper* callbackWrapper, + napi_threadsafe_function_call_mode mode) const { + napi_status status = napi_call_threadsafe_function( + _tsfn, callbackWrapper, mode); + if (status != napi_ok && callbackWrapper != nullptr) { + delete callbackWrapper; + } + + return status; +} + +// static +inline void ThreadSafeFunction::CallJS(napi_env env, + napi_value jsCallback, + void* /* context */, + void* data) { + if (env == nullptr && jsCallback == nullptr) { + return; + } + + if (data != nullptr) { + auto* callbackWrapper = static_cast(data); + (*callbackWrapper)(env, Function(env, jsCallback)); + delete callbackWrapper; + } else if (jsCallback != nullptr) { + Function(env, jsCallback).Call({}); + } +} + +//////////////////////////////////////////////////////////////////////////////// +// Async Progress Worker Base class +//////////////////////////////////////////////////////////////////////////////// +template +inline AsyncProgressWorkerBase::AsyncProgressWorkerBase(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource, + size_t queue_size) + : AsyncWorker(receiver, callback, resource_name, resource) { + // Fill all possible arguments to work around ambiguous ThreadSafeFunction::New signatures. + _tsfn = ThreadSafeFunction::New(callback.Env(), + callback, + resource, + resource_name, + queue_size, + /** initialThreadCount */ 1, + /** context */ this, + OnThreadSafeFunctionFinalize, + /** finalizeData */ this); +} + +#if NAPI_VERSION > 4 +template +inline AsyncProgressWorkerBase::AsyncProgressWorkerBase(Napi::Env env, + const char* resource_name, + const Object& resource, + size_t queue_size) + : AsyncWorker(env, resource_name, resource) { + // TODO: Once the changes to make the callback optional for threadsafe + // functions are available on all versions we can remove the dummy Function here. + Function callback; + // Fill all possible arguments to work around ambiguous ThreadSafeFunction::New signatures. + _tsfn = ThreadSafeFunction::New(env, + callback, + resource, + resource_name, + queue_size, + /** initialThreadCount */ 1, + /** context */ this, + OnThreadSafeFunctionFinalize, + /** finalizeData */ this); +} +#endif + +template +inline AsyncProgressWorkerBase::~AsyncProgressWorkerBase() { + // Abort pending tsfn call. + // Don't send progress events after we've already completed. + // It's ok to call ThreadSafeFunction::Abort and ThreadSafeFunction::Release duplicated. + _tsfn.Abort(); +} + +template +inline void AsyncProgressWorkerBase::OnAsyncWorkProgress(Napi::Env /* env */, + Napi::Function /* jsCallback */, + void* data) { + ThreadSafeData* tsd = static_cast(data); + tsd->asyncprogressworker()->OnWorkProgress(tsd->data()); + delete tsd; +} + +template +inline napi_status AsyncProgressWorkerBase::NonBlockingCall(DataType* data) { + auto tsd = new AsyncProgressWorkerBase::ThreadSafeData(this, data); + return _tsfn.NonBlockingCall(tsd, OnAsyncWorkProgress); +} + +template +inline void AsyncProgressWorkerBase::OnWorkComplete(Napi::Env /* env */, napi_status status) { + _work_completed = true; + _complete_status = status; + _tsfn.Release(); +} + +template +inline void AsyncProgressWorkerBase::OnThreadSafeFunctionFinalize(Napi::Env env, void* /* data */, AsyncProgressWorkerBase* context) { + if (context->_work_completed) { + context->AsyncWorker::OnWorkComplete(env, context->_complete_status); + } +} + +//////////////////////////////////////////////////////////////////////////////// +// Async Progress Worker class +//////////////////////////////////////////////////////////////////////////////// +template +inline AsyncProgressWorker::AsyncProgressWorker(const Function& callback) + : AsyncProgressWorker(callback, "generic") { +} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Function& callback, + const char* resource_name) + : AsyncProgressWorker(callback, resource_name, Object::New(callback.Env())) { +} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncProgressWorker(Object::New(callback.Env()), + callback, + resource_name, + resource) { +} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Object& receiver, + const Function& callback) + : AsyncProgressWorker(receiver, callback, "generic") { +} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Object& receiver, + const Function& callback, + const char* resource_name) + : AsyncProgressWorker(receiver, + callback, + resource_name, + Object::New(callback.Env())) { +} + +template +inline AsyncProgressWorker::AsyncProgressWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncProgressWorkerBase(receiver, callback, resource_name, resource), + _asyncdata(nullptr), + _asyncsize(0) { +} + +#if NAPI_VERSION > 4 +template +inline AsyncProgressWorker::AsyncProgressWorker(Napi::Env env) + : AsyncProgressWorker(env, "generic") { +} + +template +inline AsyncProgressWorker::AsyncProgressWorker(Napi::Env env, + const char* resource_name) + : AsyncProgressWorker(env, resource_name, Object::New(env)) { +} + +template +inline AsyncProgressWorker::AsyncProgressWorker(Napi::Env env, + const char* resource_name, + const Object& resource) + : AsyncProgressWorkerBase(env, resource_name, resource), + _asyncdata(nullptr), + _asyncsize(0) { +} +#endif + +template +inline AsyncProgressWorker::~AsyncProgressWorker() { + { + std::lock_guard lock(this->_mutex); + _asyncdata = nullptr; + _asyncsize = 0; + } +} + +template +inline void AsyncProgressWorker::Execute() { + ExecutionProgress progress(this); + Execute(progress); +} + +template +inline void AsyncProgressWorker::OnWorkProgress(void*) { + T* data; + size_t size; + { + std::lock_guard lock(this->_mutex); + data = this->_asyncdata; + size = this->_asyncsize; + this->_asyncdata = nullptr; + this->_asyncsize = 0; + } + + /** + * The callback of ThreadSafeFunction is not been invoked immediately on the + * callback of uv_async_t (uv io poll), rather the callback of TSFN is + * invoked on the right next uv idle callback. There are chances that during + * the deferring the signal of uv_async_t is been sent again, i.e. potential + * not coalesced two calls of the TSFN callback. + */ + if (data == nullptr) { + return; + } + + this->OnProgress(data, size); + delete[] data; +} + +template +inline void AsyncProgressWorker::SendProgress_(const T* data, size_t count) { + T* new_data = new T[count]; + std::copy(data, data + count, new_data); + + T* old_data; + { + std::lock_guard lock(this->_mutex); + old_data = _asyncdata; + _asyncdata = new_data; + _asyncsize = count; + } + this->NonBlockingCall(nullptr); + + delete[] old_data; +} + +template +inline void AsyncProgressWorker::Signal() const { + this->NonBlockingCall(static_cast(nullptr)); +} + +template +inline void AsyncProgressWorker::ExecutionProgress::Signal() const { + _worker->Signal(); +} + +template +inline void AsyncProgressWorker::ExecutionProgress::Send(const T* data, size_t count) const { + _worker->SendProgress_(data, count); +} + +//////////////////////////////////////////////////////////////////////////////// +// Async Progress Queue Worker class +//////////////////////////////////////////////////////////////////////////////// +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(const Function& callback) + : AsyncProgressQueueWorker(callback, "generic") { +} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(const Function& callback, + const char* resource_name) + : AsyncProgressQueueWorker(callback, resource_name, Object::New(callback.Env())) { +} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncProgressQueueWorker(Object::New(callback.Env()), + callback, + resource_name, + resource) { +} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(const Object& receiver, + const Function& callback) + : AsyncProgressQueueWorker(receiver, callback, "generic") { +} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(const Object& receiver, + const Function& callback, + const char* resource_name) + : AsyncProgressQueueWorker(receiver, + callback, + resource_name, + Object::New(callback.Env())) { +} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource) + : AsyncProgressWorkerBase>(receiver, callback, resource_name, resource, /** unlimited queue size */0) { +} + +#if NAPI_VERSION > 4 +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(Napi::Env env) + : AsyncProgressQueueWorker(env, "generic") { +} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(Napi::Env env, + const char* resource_name) + : AsyncProgressQueueWorker(env, resource_name, Object::New(env)) { +} + +template +inline AsyncProgressQueueWorker::AsyncProgressQueueWorker(Napi::Env env, + const char* resource_name, + const Object& resource) + : AsyncProgressWorkerBase>(env, resource_name, resource, /** unlimited queue size */0) { +} +#endif + +template +inline void AsyncProgressQueueWorker::Execute() { + ExecutionProgress progress(this); + Execute(progress); +} + +template +inline void AsyncProgressQueueWorker::OnWorkProgress(std::pair* datapair) { + if (datapair == nullptr) { + return; + } + + T *data = datapair->first; + size_t size = datapair->second; + + this->OnProgress(data, size); + delete datapair; + delete[] data; +} + +template +inline void AsyncProgressQueueWorker::SendProgress_(const T* data, size_t count) { + T* new_data = new T[count]; + std::copy(data, data + count, new_data); + + auto pair = new std::pair(new_data, count); + this->NonBlockingCall(pair); +} + +template +inline void AsyncProgressQueueWorker::Signal() const { + this->NonBlockingCall(nullptr); +} + +template +inline void AsyncProgressQueueWorker::OnWorkComplete(Napi::Env env, napi_status status) { + // Draining queued items in TSFN. + AsyncProgressWorkerBase>::OnWorkComplete(env, status); +} + +template +inline void AsyncProgressQueueWorker::ExecutionProgress::Signal() const { + _worker->Signal(); +} + +template +inline void AsyncProgressQueueWorker::ExecutionProgress::Send(const T* data, size_t count) const { + _worker->SendProgress_(data, count); +} +#endif // NAPI_VERSION > 3 && !defined(__wasm32__) + +//////////////////////////////////////////////////////////////////////////////// +// Memory Management class +//////////////////////////////////////////////////////////////////////////////// + +inline int64_t MemoryManagement::AdjustExternalMemory(Env env, int64_t change_in_bytes) { + int64_t result; + napi_status status = napi_adjust_external_memory(env, change_in_bytes, &result); + NAPI_THROW_IF_FAILED(env, status, 0); + return result; +} + +//////////////////////////////////////////////////////////////////////////////// +// Version Management class +//////////////////////////////////////////////////////////////////////////////// + +inline uint32_t VersionManagement::GetNapiVersion(Env env) { + uint32_t result; + napi_status status = napi_get_version(env, &result); + NAPI_THROW_IF_FAILED(env, status, 0); + return result; +} + +inline const napi_node_version* VersionManagement::GetNodeVersion(Env env) { + const napi_node_version* result; + napi_status status = napi_get_node_version(env, &result); + NAPI_THROW_IF_FAILED(env, status, 0); + return result; +} + +#if NAPI_VERSION > 5 +//////////////////////////////////////////////////////////////////////////////// +// Addon class +//////////////////////////////////////////////////////////////////////////////// + +template +inline Object Addon::Init(Env env, Object exports) { + T* addon = new T(env, exports); + env.SetInstanceData(addon); + return addon->entry_point_; +} + +template +inline T* Addon::Unwrap(Object wrapper) { + return wrapper.Env().GetInstanceData(); +} + +template +inline void +Addon::DefineAddon(Object exports, + const std::initializer_list& props) { + DefineProperties(exports, props); + entry_point_ = exports; +} + +template +inline Napi::Object +Addon::DefineProperties(Object object, + const std::initializer_list& props) { + const napi_property_descriptor* properties = + reinterpret_cast(props.begin()); + size_t size = props.size(); + napi_status status = napi_define_properties(object.Env(), + object, + size, + properties); + NAPI_THROW_IF_FAILED(object.Env(), status, object); + for (size_t idx = 0; idx < size; idx++) + T::AttachPropData(object.Env(), object, &properties[idx]); + return object; +} +#endif // NAPI_VERSION > 5 + +#if NAPI_VERSION > 2 +template +Env::CleanupHook Env::AddCleanupHook(Hook hook, Arg* arg) { + return CleanupHook(*this, hook, arg); +} + +template +Env::CleanupHook Env::AddCleanupHook(Hook hook) { + return CleanupHook(*this, hook); +} + +template +Env::CleanupHook::CleanupHook(Napi::Env env, Hook hook) + : wrapper(Env::CleanupHook::Wrapper) { + data = new CleanupData{std::move(hook), nullptr}; + napi_status status = napi_add_env_cleanup_hook(env, wrapper, data); + if (status != napi_ok) { + delete data; + data = nullptr; + } +} + +template +Env::CleanupHook::CleanupHook(Napi::Env env, Hook hook, Arg* arg) + : wrapper(Env::CleanupHook::WrapperWithArg) { + data = new CleanupData{std::move(hook), arg}; + napi_status status = napi_add_env_cleanup_hook(env, wrapper, data); + if (status != napi_ok) { + delete data; + data = nullptr; + } +} + +template +bool Env::CleanupHook::Remove(Env env) { + napi_status status = napi_remove_env_cleanup_hook(env, wrapper, data); + delete data; + data = nullptr; + return status == napi_ok; +} + +template +bool Env::CleanupHook::IsEmpty() const { + return data == nullptr; +} +#endif // NAPI_VERSION > 2 + +} // namespace Napi + +#endif // SRC_NAPI_INL_H_ diff --git a/node_modules/node-addon-api/napi.h b/node_modules/node-addon-api/napi.h new file mode 100644 index 0000000..2864306 --- /dev/null +++ b/node_modules/node-addon-api/napi.h @@ -0,0 +1,2983 @@ +#ifndef SRC_NAPI_H_ +#define SRC_NAPI_H_ + +#include +#include +#include +#include +#include +#include +#include + +// VS2015 RTM has bugs with constexpr, so require min of VS2015 Update 3 (known good version) +#if !defined(_MSC_VER) || _MSC_FULL_VER >= 190024210 +#define NAPI_HAS_CONSTEXPR 1 +#endif + +// VS2013 does not support char16_t literal strings, so we'll work around it using wchar_t strings +// and casting them. This is safe as long as the character sizes are the same. +#if defined(_MSC_VER) && _MSC_VER <= 1800 +static_assert(sizeof(char16_t) == sizeof(wchar_t), "Size mismatch between char16_t and wchar_t"); +#define NAPI_WIDE_TEXT(x) reinterpret_cast(L ## x) +#else +#define NAPI_WIDE_TEXT(x) u ## x +#endif + +// If C++ exceptions are not explicitly enabled or disabled, enable them +// if exceptions were enabled in the compiler settings. +#if !defined(NAPI_CPP_EXCEPTIONS) && !defined(NAPI_DISABLE_CPP_EXCEPTIONS) + #if defined(_CPPUNWIND) || defined (__EXCEPTIONS) + #define NAPI_CPP_EXCEPTIONS + #else + #error Exception support not detected. \ + Define either NAPI_CPP_EXCEPTIONS or NAPI_DISABLE_CPP_EXCEPTIONS. + #endif +#endif + +// If C++ NAPI_CPP_EXCEPTIONS are enabled, NODE_ADDON_API_ENABLE_MAYBE should +// not be set +#if defined(NAPI_CPP_EXCEPTIONS) && defined(NODE_ADDON_API_ENABLE_MAYBE) +#error NODE_ADDON_API_ENABLE_MAYBE should not be set when \ + NAPI_CPP_EXCEPTIONS is defined. +#endif + +#ifdef _NOEXCEPT + #define NAPI_NOEXCEPT _NOEXCEPT +#else + #define NAPI_NOEXCEPT noexcept +#endif + +#ifdef NAPI_CPP_EXCEPTIONS + +// When C++ exceptions are enabled, Errors are thrown directly. There is no need +// to return anything after the throw statements. The variadic parameter is an +// optional return value that is ignored. +// We need _VOID versions of the macros to avoid warnings resulting from +// leaving the NAPI_THROW_* `...` argument empty. + +#define NAPI_THROW(e, ...) throw e +#define NAPI_THROW_VOID(e) throw e + +#define NAPI_THROW_IF_FAILED(env, status, ...) \ + if ((status) != napi_ok) throw Napi::Error::New(env); + +#define NAPI_THROW_IF_FAILED_VOID(env, status) \ + if ((status) != napi_ok) throw Napi::Error::New(env); + +#else // NAPI_CPP_EXCEPTIONS + +// When C++ exceptions are disabled, Errors are thrown as JavaScript exceptions, +// which are pending until the callback returns to JS. The variadic parameter +// is an optional return value; usually it is an empty result. +// We need _VOID versions of the macros to avoid warnings resulting from +// leaving the NAPI_THROW_* `...` argument empty. + +#define NAPI_THROW(e, ...) \ + do { \ + (e).ThrowAsJavaScriptException(); \ + return __VA_ARGS__; \ + } while (0) + +#define NAPI_THROW_VOID(e) \ + do { \ + (e).ThrowAsJavaScriptException(); \ + return; \ + } while (0) + +#define NAPI_THROW_IF_FAILED(env, status, ...) \ + if ((status) != napi_ok) { \ + Napi::Error::New(env).ThrowAsJavaScriptException(); \ + return __VA_ARGS__; \ + } + +#define NAPI_THROW_IF_FAILED_VOID(env, status) \ + if ((status) != napi_ok) { \ + Napi::Error::New(env).ThrowAsJavaScriptException(); \ + return; \ + } + +#endif // NAPI_CPP_EXCEPTIONS + +#ifdef NODE_ADDON_API_ENABLE_MAYBE +#define NAPI_MAYBE_THROW_IF_FAILED(env, status, type) \ + NAPI_THROW_IF_FAILED(env, status, Napi::Nothing()) + +#define NAPI_RETURN_OR_THROW_IF_FAILED(env, status, result, type) \ + NAPI_MAYBE_THROW_IF_FAILED(env, status, type); \ + return Napi::Just(result); +#else +#define NAPI_MAYBE_THROW_IF_FAILED(env, status, type) \ + NAPI_THROW_IF_FAILED(env, status, type()) + +#define NAPI_RETURN_OR_THROW_IF_FAILED(env, status, result, type) \ + NAPI_MAYBE_THROW_IF_FAILED(env, status, type); \ + return result; +#endif + +# define NAPI_DISALLOW_ASSIGN(CLASS) void operator=(const CLASS&) = delete; +# define NAPI_DISALLOW_COPY(CLASS) CLASS(const CLASS&) = delete; + +#define NAPI_DISALLOW_ASSIGN_COPY(CLASS) \ + NAPI_DISALLOW_ASSIGN(CLASS) \ + NAPI_DISALLOW_COPY(CLASS) + +#define NAPI_CHECK(condition, location, message) \ + do { \ + if (!(condition)) { \ + Napi::Error::Fatal((location), (message)); \ + } \ + } while (0) + +#define NAPI_FATAL_IF_FAILED(status, location, message) \ + NAPI_CHECK((status) == napi_ok, location, message) + +//////////////////////////////////////////////////////////////////////////////// +/// Node-API C++ Wrapper Classes +/// +/// These classes wrap the "Node-API" ABI-stable C APIs for Node.js, providing a +/// C++ object model and C++ exception-handling semantics with low overhead. +/// The wrappers are all header-only so that they do not affect the ABI. +//////////////////////////////////////////////////////////////////////////////// +namespace Napi { + + // Forward declarations + class Env; + class Value; + class Boolean; + class Number; +#if NAPI_VERSION > 5 + class BigInt; +#endif // NAPI_VERSION > 5 +#if (NAPI_VERSION > 4) + class Date; +#endif + class String; + class Object; + class Array; + class ArrayBuffer; + class Function; + class Error; + class PropertyDescriptor; + class CallbackInfo; + class TypedArray; + template class TypedArrayOf; + + using Int8Array = + TypedArrayOf; ///< Typed-array of signed 8-bit integers + using Uint8Array = + TypedArrayOf; ///< Typed-array of unsigned 8-bit integers + using Int16Array = + TypedArrayOf; ///< Typed-array of signed 16-bit integers + using Uint16Array = + TypedArrayOf; ///< Typed-array of unsigned 16-bit integers + using Int32Array = + TypedArrayOf; ///< Typed-array of signed 32-bit integers + using Uint32Array = + TypedArrayOf; ///< Typed-array of unsigned 32-bit integers + using Float32Array = + TypedArrayOf; ///< Typed-array of 32-bit floating-point values + using Float64Array = + TypedArrayOf; ///< Typed-array of 64-bit floating-point values +#if NAPI_VERSION > 5 + using BigInt64Array = + TypedArrayOf; ///< Typed array of signed 64-bit integers + using BigUint64Array = + TypedArrayOf; ///< Typed array of unsigned 64-bit integers +#endif // NAPI_VERSION > 5 + + /// Defines the signature of a Node-API C++ module's registration callback + /// (init) function. + using ModuleRegisterCallback = Object (*)(Env env, Object exports); + + class MemoryManagement; + + /// A simple Maybe type, representing an object which may or may not have a + /// value. + /// + /// If an API method returns a Maybe<>, the API method can potentially fail + /// either because an exception is thrown, or because an exception is pending, + /// e.g. because a previous API call threw an exception that hasn't been + /// caught yet. In that case, a "Nothing" value is returned. + template + class Maybe { + public: + bool IsNothing() const; + bool IsJust() const; + + /// Short-hand for Unwrap(), which doesn't return a value. Could be used + /// where the actual value of the Maybe is not needed like Object::Set. + /// If this Maybe is nothing (empty), node-addon-api will crash the + /// process. + void Check() const; + + /// Return the value of type T contained in the Maybe. If this Maybe is + /// nothing (empty), node-addon-api will crash the process. + T Unwrap() const; + + /// Return the value of type T contained in the Maybe, or using a default + /// value if this Maybe is nothing (empty). + T UnwrapOr(const T& default_value) const; + + /// Converts this Maybe to a value of type T in the out. If this Maybe is + /// nothing (empty), `false` is returned and `out` is left untouched. + bool UnwrapTo(T* out) const; + + bool operator==(const Maybe& other) const; + bool operator!=(const Maybe& other) const; + + private: + Maybe(); + explicit Maybe(const T& t); + + bool _has_value; + T _value; + + template + friend Maybe Nothing(); + template + friend Maybe Just(const U& u); + }; + + template + inline Maybe Nothing(); + + template + inline Maybe Just(const T& t); + +#if defined(NODE_ADDON_API_ENABLE_MAYBE) + template + using MaybeOrValue = Maybe; +#else + template + using MaybeOrValue = T; +#endif + + /// Environment for Node-API values and operations. + /// + /// All Node-API values and operations must be associated with an environment. + /// An environment instance is always provided to callback functions; that + /// environment must then be used for any creation of Node-API values or other + /// Node-API operations within the callback. (Many methods infer the + /// environment from the `this` instance that the method is called on.) + /// + /// In the future, multiple environments per process may be supported, + /// although current implementations only support one environment per process. + /// + /// In the V8 JavaScript engine, a Node-API environment approximately + /// corresponds to an Isolate. + class Env { + private: +#if NAPI_VERSION > 2 + template + class CleanupHook; +#endif // NAPI_VERSION > 2 +#if NAPI_VERSION > 5 + template static void DefaultFini(Env, T* data); + template + static void DefaultFiniWithHint(Env, DataType* data, HintType* hint); +#endif // NAPI_VERSION > 5 + public: + Env(napi_env env); + + operator napi_env() const; + + Object Global() const; + Value Undefined() const; + Value Null() const; + + bool IsExceptionPending() const; + Error GetAndClearPendingException(); + + MaybeOrValue RunScript(const char* utf8script); + MaybeOrValue RunScript(const std::string& utf8script); + MaybeOrValue RunScript(String script); + +#if NAPI_VERSION > 2 + template + CleanupHook AddCleanupHook(Hook hook); + + template + CleanupHook AddCleanupHook(Hook hook, Arg* arg); +#endif // NAPI_VERSION > 2 + +#if NAPI_VERSION > 5 + template T* GetInstanceData(); + + template using Finalizer = void (*)(Env, T*); + template fini = Env::DefaultFini> + void SetInstanceData(T* data); + + template + using FinalizerWithHint = void (*)(Env, DataType*, HintType*); + template fini = + Env::DefaultFiniWithHint> + void SetInstanceData(DataType* data, HintType* hint); +#endif // NAPI_VERSION > 5 + + private: + napi_env _env; + +#if NAPI_VERSION > 2 + template + class CleanupHook { + public: + CleanupHook(Env env, Hook hook, Arg* arg); + CleanupHook(Env env, Hook hook); + bool Remove(Env env); + bool IsEmpty() const; + + private: + static inline void Wrapper(void* data) NAPI_NOEXCEPT; + static inline void WrapperWithArg(void* data) NAPI_NOEXCEPT; + + void (*wrapper)(void* arg); + struct CleanupData { + Hook hook; + Arg* arg; + } * data; + }; + }; +#endif // NAPI_VERSION > 2 + + /// A JavaScript value of unknown type. + /// + /// For type-specific operations, convert to one of the Value subclasses using a `To*` or `As()` + /// method. The `To*` methods do type coercion; the `As()` method does not. + /// + /// Napi::Value value = ... + /// if (!value.IsString()) throw Napi::TypeError::New(env, "Invalid arg..."); + /// Napi::String str = value.As(); // Cast to a string value + /// + /// Napi::Value anotherValue = ... + /// bool isTruthy = anotherValue.ToBoolean(); // Coerce to a boolean value + class Value { + public: + Value(); ///< Creates a new _empty_ Value instance. + Value(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + /// Creates a JS value from a C++ primitive. + /// + /// `value` may be any of: + /// - bool + /// - Any integer type + /// - Any floating point type + /// - const char* (encoded using UTF-8, null-terminated) + /// - const char16_t* (encoded using UTF-16-LE, null-terminated) + /// - std::string (encoded using UTF-8) + /// - std::u16string + /// - napi::Value + /// - napi_value + template + static Value From(napi_env env, const T& value); + + /// Converts to a Node-API value primitive. + /// + /// If the instance is _empty_, this returns `nullptr`. + operator napi_value() const; + + /// Tests if this value strictly equals another value. + bool operator ==(const Value& other) const; + + /// Tests if this value does not strictly equal another value. + bool operator !=(const Value& other) const; + + /// Tests if this value strictly equals another value. + bool StrictEquals(const Value& other) const; + + /// Gets the environment the value is associated with. + Napi::Env Env() const; + + /// Checks if the value is empty (uninitialized). + /// + /// An empty value is invalid, and most attempts to perform an operation on an empty value + /// will result in an exception. Note an empty value is distinct from JavaScript `null` or + /// `undefined`, which are valid values. + /// + /// When C++ exceptions are disabled at compile time, a method with a `Value` return type may + /// return an empty value to indicate a pending exception. So when not using C++ exceptions, + /// callers should check whether the value is empty before attempting to use it. + bool IsEmpty() const; + + napi_valuetype Type() const; ///< Gets the type of the value. + + bool IsUndefined() const; ///< Tests if a value is an undefined JavaScript value. + bool IsNull() const; ///< Tests if a value is a null JavaScript value. + bool IsBoolean() const; ///< Tests if a value is a JavaScript boolean. + bool IsNumber() const; ///< Tests if a value is a JavaScript number. +#if NAPI_VERSION > 5 + bool IsBigInt() const; ///< Tests if a value is a JavaScript bigint. +#endif // NAPI_VERSION > 5 +#if (NAPI_VERSION > 4) + bool IsDate() const; ///< Tests if a value is a JavaScript date. +#endif + bool IsString() const; ///< Tests if a value is a JavaScript string. + bool IsSymbol() const; ///< Tests if a value is a JavaScript symbol. + bool IsArray() const; ///< Tests if a value is a JavaScript array. + bool IsArrayBuffer() const; ///< Tests if a value is a JavaScript array buffer. + bool IsTypedArray() const; ///< Tests if a value is a JavaScript typed array. + bool IsObject() const; ///< Tests if a value is a JavaScript object. + bool IsFunction() const; ///< Tests if a value is a JavaScript function. + bool IsPromise() const; ///< Tests if a value is a JavaScript promise. + bool IsDataView() const; ///< Tests if a value is a JavaScript data view. + bool IsBuffer() const; ///< Tests if a value is a Node buffer. + bool IsExternal() const; ///< Tests if a value is a pointer to external data. + + /// Casts to another type of `Napi::Value`, when the actual type is known or assumed. + /// + /// This conversion does NOT coerce the type. Calling any methods inappropriate for the actual + /// value type will throw `Napi::Error`. + template T As() const; + + MaybeOrValue ToBoolean() + const; ///< Coerces a value to a JavaScript boolean. + MaybeOrValue ToNumber() + const; ///< Coerces a value to a JavaScript number. + MaybeOrValue ToString() + const; ///< Coerces a value to a JavaScript string. + MaybeOrValue ToObject() + const; ///< Coerces a value to a JavaScript object. + + protected: + /// !cond INTERNAL + napi_env _env; + napi_value _value; + /// !endcond + }; + + /// A JavaScript boolean value. + class Boolean : public Value { + public: + static Boolean New(napi_env env, ///< Node-API environment + bool value ///< Boolean value + ); + + Boolean(); ///< Creates a new _empty_ Boolean instance. + Boolean(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + operator bool() const; ///< Converts a Boolean value to a boolean primitive. + bool Value() const; ///< Converts a Boolean value to a boolean primitive. + }; + + /// A JavaScript number value. + class Number : public Value { + public: + static Number New(napi_env env, ///< Node-API environment + double value ///< Number value + ); + + Number(); ///< Creates a new _empty_ Number instance. + Number(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + operator int32_t() + const; ///< Converts a Number value to a 32-bit signed integer value. + operator uint32_t() + const; ///< Converts a Number value to a 32-bit unsigned integer value. + operator int64_t() + const; ///< Converts a Number value to a 64-bit signed integer value. + operator float() + const; ///< Converts a Number value to a 32-bit floating-point value. + operator double() + const; ///< Converts a Number value to a 64-bit floating-point value. + + int32_t Int32Value() + const; ///< Converts a Number value to a 32-bit signed integer value. + uint32_t Uint32Value() + const; ///< Converts a Number value to a 32-bit unsigned integer value. + int64_t Int64Value() + const; ///< Converts a Number value to a 64-bit signed integer value. + float FloatValue() + const; ///< Converts a Number value to a 32-bit floating-point value. + double DoubleValue() + const; ///< Converts a Number value to a 64-bit floating-point value. + }; + +#if NAPI_VERSION > 5 + /// A JavaScript bigint value. + class BigInt : public Value { + public: + static BigInt New(napi_env env, ///< Node-API environment + int64_t value ///< Number value + ); + static BigInt New(napi_env env, ///< Node-API environment + uint64_t value ///< Number value + ); + + /// Creates a new BigInt object using a specified sign bit and a + /// specified list of digits/words. + /// The resulting number is calculated as: + /// (-1)^sign_bit * (words[0] * (2^64)^0 + words[1] * (2^64)^1 + ...) + static BigInt New(napi_env env, ///< Node-API environment + int sign_bit, ///< Sign bit. 1 if negative. + size_t word_count, ///< Number of words in array + const uint64_t* words ///< Array of words + ); + + BigInt(); ///< Creates a new _empty_ BigInt instance. + BigInt(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + int64_t Int64Value(bool* lossless) + const; ///< Converts a BigInt value to a 64-bit signed integer value. + uint64_t Uint64Value(bool* lossless) + const; ///< Converts a BigInt value to a 64-bit unsigned integer value. + + size_t WordCount() const; ///< The number of 64-bit words needed to store + ///< the result of ToWords(). + + /// Writes the contents of this BigInt to a specified memory location. + /// `sign_bit` must be provided and will be set to 1 if this BigInt is + /// negative. + /// `*word_count` has to be initialized to the length of the `words` array. + /// Upon return, it will be set to the actual number of words that would + /// be needed to store this BigInt (i.e. the return value of `WordCount()`). + void ToWords(int* sign_bit, size_t* word_count, uint64_t* words); + }; +#endif // NAPI_VERSION > 5 + +#if (NAPI_VERSION > 4) + /// A JavaScript date value. + class Date : public Value { + public: + /// Creates a new Date value from a double primitive. + static Date New(napi_env env, ///< Node-API environment + double value ///< Number value + ); + + Date(); ///< Creates a new _empty_ Date instance. + Date(napi_env env, napi_value value); ///< Wraps a Node-API value primitive. + operator double() const; ///< Converts a Date value to double primitive + + double ValueOf() const; ///< Converts a Date value to a double primitive. + }; + #endif + + /// A JavaScript string or symbol value (that can be used as a property name). + class Name : public Value { + public: + Name(); ///< Creates a new _empty_ Name instance. + Name(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + }; + + /// A JavaScript string value. + class String : public Name { + public: + /// Creates a new String value from a UTF-8 encoded C++ string. + static String New(napi_env env, ///< Node-API environment + const std::string& value ///< UTF-8 encoded C++ string + ); + + /// Creates a new String value from a UTF-16 encoded C++ string. + static String New(napi_env env, ///< Node-API environment + const std::u16string& value ///< UTF-16 encoded C++ string + ); + + /// Creates a new String value from a UTF-8 encoded C string. + static String New( + napi_env env, ///< Node-API environment + const char* value ///< UTF-8 encoded null-terminated C string + ); + + /// Creates a new String value from a UTF-16 encoded C string. + static String New( + napi_env env, ///< Node-API environment + const char16_t* value ///< UTF-16 encoded null-terminated C string + ); + + /// Creates a new String value from a UTF-8 encoded C string with specified + /// length. + static String New(napi_env env, ///< Node-API environment + const char* value, ///< UTF-8 encoded C string (not + ///< necessarily null-terminated) + size_t length ///< length of the string in bytes + ); + + /// Creates a new String value from a UTF-16 encoded C string with specified + /// length. + static String New( + napi_env env, ///< Node-API environment + const char16_t* value, ///< UTF-16 encoded C string (not necessarily + ///< null-terminated) + size_t length ///< Length of the string in 2-byte code units + ); + + /// Creates a new String based on the original object's type. + /// + /// `value` may be any of: + /// - const char* (encoded using UTF-8, null-terminated) + /// - const char16_t* (encoded using UTF-16-LE, null-terminated) + /// - std::string (encoded using UTF-8) + /// - std::u16string + template + static String From(napi_env env, const T& value); + + String(); ///< Creates a new _empty_ String instance. + String(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + operator std::string() + const; ///< Converts a String value to a UTF-8 encoded C++ string. + operator std::u16string() + const; ///< Converts a String value to a UTF-16 encoded C++ string. + std::string Utf8Value() + const; ///< Converts a String value to a UTF-8 encoded C++ string. + std::u16string Utf16Value() + const; ///< Converts a String value to a UTF-16 encoded C++ string. + }; + + /// A JavaScript symbol value. + class Symbol : public Name { + public: + /// Creates a new Symbol value with an optional description. + static Symbol New( + napi_env env, ///< Node-API environment + const char* description = + nullptr ///< Optional UTF-8 encoded null-terminated C string + /// describing the symbol + ); + + /// Creates a new Symbol value with a description. + static Symbol New( + napi_env env, ///< Node-API environment + const std::string& + description ///< UTF-8 encoded C++ string describing the symbol + ); + + /// Creates a new Symbol value with a description. + static Symbol New(napi_env env, ///< Node-API environment + String description ///< String value describing the symbol + ); + + /// Creates a new Symbol value with a description. + static Symbol New( + napi_env env, ///< Node-API environment + napi_value description ///< String value describing the symbol + ); + + /// Get a public Symbol (e.g. Symbol.iterator). + static MaybeOrValue WellKnown(napi_env, const std::string& name); + + // Create a symbol in the global registry, UTF-8 Encoded cpp string + static MaybeOrValue For(napi_env env, + const std::string& description); + + // Create a symbol in the global registry, C style string (null terminated) + static MaybeOrValue For(napi_env env, const char* description); + + // Create a symbol in the global registry, String value describing the symbol + static MaybeOrValue For(napi_env env, String description); + + // Create a symbol in the global registry, napi_value describing the symbol + static MaybeOrValue For(napi_env env, napi_value description); + + Symbol(); ///< Creates a new _empty_ Symbol instance. + Symbol(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + }; + + /// A JavaScript object value. + class Object : public Value { + public: + /// Enables property and element assignments using indexing syntax. + /// + /// This is a convenient helper to get and set object properties. As + /// getting and setting object properties may throw with JavaScript + /// exceptions, it is notable that these operations may fail. + /// When NODE_ADDON_API_ENABLE_MAYBE is defined, the process will abort + /// on JavaScript exceptions. + /// + /// Example: + /// + /// Napi::Value propertyValue = object1['A']; + /// object2['A'] = propertyValue; + /// Napi::Value elementValue = array[0]; + /// array[1] = elementValue; + template + class PropertyLValue { + public: + /// Converts an L-value to a value. + operator Value() const; + + /// Assigns a value to the property. The type of value can be + /// anything supported by `Object::Set`. + template + PropertyLValue& operator =(ValueType value); + + private: + PropertyLValue() = delete; + PropertyLValue(Object object, Key key); + napi_env _env; + napi_value _object; + Key _key; + + friend class Napi::Object; + }; + + /// Creates a new Object value. + static Object New(napi_env env ///< Node-API environment + ); + + Object(); ///< Creates a new _empty_ Object instance. + Object(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + /// Gets or sets a named property. + PropertyLValue operator []( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ); + + /// Gets or sets a named property. + PropertyLValue operator []( + const std::string& utf8name ///< UTF-8 encoded property name + ); + + /// Gets or sets an indexed property or array element. + PropertyLValue operator []( + uint32_t index /// Property / element index + ); + + /// Gets or sets an indexed property or array element. + PropertyLValue operator[](Value index /// Property / element index + ); + + /// Gets or sets an indexed property or array element. + PropertyLValue operator[](Value index /// Property / element index + ) const; + + /// Gets a named property. + MaybeOrValue operator[]( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Gets a named property. + MaybeOrValue operator[]( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Gets an indexed property or array element. + MaybeOrValue operator[](uint32_t index ///< Property / element index + ) const; + + /// Checks whether a property is present. + MaybeOrValue Has(napi_value key ///< Property key primitive + ) const; + + /// Checks whether a property is present. + MaybeOrValue Has(Value key ///< Property key + ) const; + + /// Checks whether a named property is present. + MaybeOrValue Has( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Checks whether a named property is present. + MaybeOrValue Has( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Checks whether a own property is present. + MaybeOrValue HasOwnProperty( + napi_value key ///< Property key primitive + ) const; + + /// Checks whether a own property is present. + MaybeOrValue HasOwnProperty(Value key ///< Property key + ) const; + + /// Checks whether a own property is present. + MaybeOrValue HasOwnProperty( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Checks whether a own property is present. + MaybeOrValue HasOwnProperty( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Gets a property. + MaybeOrValue Get(napi_value key ///< Property key primitive + ) const; + + /// Gets a property. + MaybeOrValue Get(Value key ///< Property key + ) const; + + /// Gets a named property. + MaybeOrValue Get( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ) const; + + /// Gets a named property. + MaybeOrValue Get( + const std::string& utf8name ///< UTF-8 encoded property name + ) const; + + /// Sets a property. + template + MaybeOrValue Set(napi_value key, ///< Property key primitive + const ValueType& value ///< Property value primitive + ); + + /// Sets a property. + template + MaybeOrValue Set(Value key, ///< Property key + const ValueType& value ///< Property value + ); + + /// Sets a named property. + template + MaybeOrValue Set( + const char* utf8name, ///< UTF-8 encoded null-terminated property name + const ValueType& value); + + /// Sets a named property. + template + MaybeOrValue Set( + const std::string& utf8name, ///< UTF-8 encoded property name + const ValueType& value ///< Property value primitive + ); + + /// Delete property. + MaybeOrValue Delete(napi_value key ///< Property key primitive + ); + + /// Delete property. + MaybeOrValue Delete(Value key ///< Property key + ); + + /// Delete property. + MaybeOrValue Delete( + const char* utf8name ///< UTF-8 encoded null-terminated property name + ); + + /// Delete property. + MaybeOrValue Delete( + const std::string& utf8name ///< UTF-8 encoded property name + ); + + /// Checks whether an indexed property is present. + MaybeOrValue Has(uint32_t index ///< Property / element index + ) const; + + /// Gets an indexed property or array element. + MaybeOrValue Get(uint32_t index ///< Property / element index + ) const; + + /// Sets an indexed property or array element. + template + MaybeOrValue Set(uint32_t index, ///< Property / element index + const ValueType& value ///< Property value primitive + ); + + /// Deletes an indexed property or array element. + MaybeOrValue Delete(uint32_t index ///< Property / element index + ); + + /// This operation can fail in case of Proxy.[[OwnPropertyKeys]] and + /// Proxy.[[GetOwnProperty]] calling into JavaScript. See: + /// - + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys + /// - + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p + MaybeOrValue GetPropertyNames() const; ///< Get all property names + + /// Defines a property on the object. + /// + /// This operation can fail in case of Proxy.[[DefineOwnProperty]] calling + /// into JavaScript. See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc + MaybeOrValue DefineProperty( + const PropertyDescriptor& + property ///< Descriptor for the property to be defined + ); + + /// Defines properties on the object. + /// + /// This operation can fail in case of Proxy.[[DefineOwnProperty]] calling + /// into JavaScript. See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc + MaybeOrValue DefineProperties( + const std::initializer_list& properties + ///< List of descriptors for the properties to be defined + ); + + /// Defines properties on the object. + /// + /// This operation can fail in case of Proxy.[[DefineOwnProperty]] calling + /// into JavaScript. See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc + MaybeOrValue DefineProperties( + const std::vector& properties + ///< Vector of descriptors for the properties to be defined + ); + + /// Checks if an object is an instance created by a constructor function. + /// + /// This is equivalent to the JavaScript `instanceof` operator. + /// + /// This operation can fail in case of Proxy.[[GetPrototypeOf]] calling into + /// JavaScript. + /// See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof + MaybeOrValue InstanceOf( + const Function& constructor ///< Constructor function + ) const; + + template + inline void AddFinalizer(Finalizer finalizeCallback, T* data); + + template + inline void AddFinalizer(Finalizer finalizeCallback, + T* data, + Hint* finalizeHint); + +#ifdef NAPI_CPP_EXCEPTIONS + class const_iterator; + + inline const_iterator begin() const; + + inline const_iterator end() const; + + class iterator; + + inline iterator begin(); + + inline iterator end(); +#endif // NAPI_CPP_EXCEPTIONS + +#if NAPI_VERSION >= 8 + /// This operation can fail in case of Proxy.[[GetPrototypeOf]] calling into + /// JavaScript. + /// See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof + MaybeOrValue Freeze(); + /// This operation can fail in case of Proxy.[[GetPrototypeOf]] calling into + /// JavaScript. + /// See + /// https://tc39.es/ecma262/#sec-proxy-object-internal-methods-and-internal-slots-getprototypeof + MaybeOrValue Seal(); +#endif // NAPI_VERSION >= 8 + }; + + template + class External : public Value { + public: + static External New(napi_env env, T* data); + + // Finalizer must implement `void operator()(Env env, T* data)`. + template + static External New(napi_env env, + T* data, + Finalizer finalizeCallback); + // Finalizer must implement `void operator()(Env env, T* data, Hint* hint)`. + template + static External New(napi_env env, + T* data, + Finalizer finalizeCallback, + Hint* finalizeHint); + + External(); + External(napi_env env, napi_value value); + + T* Data() const; + }; + + class Array : public Object { + public: + static Array New(napi_env env); + static Array New(napi_env env, size_t length); + + Array(); + Array(napi_env env, napi_value value); + + uint32_t Length() const; + }; + +#ifdef NAPI_CPP_EXCEPTIONS + class Object::const_iterator { + private: + enum class Type { BEGIN, END }; + + inline const_iterator(const Object* object, const Type type); + + public: + inline const_iterator& operator++(); + + inline bool operator==(const const_iterator& other) const; + + inline bool operator!=(const const_iterator& other) const; + + inline const std::pair> operator*() + const; + + private: + const Napi::Object* _object; + Array _keys; + uint32_t _index; + + friend class Object; + }; + + class Object::iterator { + private: + enum class Type { BEGIN, END }; + + inline iterator(Object* object, const Type type); + + public: + inline iterator& operator++(); + + inline bool operator==(const iterator& other) const; + + inline bool operator!=(const iterator& other) const; + + inline std::pair> operator*(); + + private: + Napi::Object* _object; + Array _keys; + uint32_t _index; + + friend class Object; + }; +#endif // NAPI_CPP_EXCEPTIONS + + /// A JavaScript array buffer value. + class ArrayBuffer : public Object { + public: + /// Creates a new ArrayBuffer instance over a new automatically-allocated buffer. + static ArrayBuffer New( + napi_env env, ///< Node-API environment + size_t byteLength ///< Length of the buffer to be allocated, in bytes + ); + + /// Creates a new ArrayBuffer instance, using an external buffer with + /// specified byte length. + static ArrayBuffer New( + napi_env env, ///< Node-API environment + void* externalData, ///< Pointer to the external buffer to be used by + ///< the array + size_t byteLength ///< Length of the external buffer to be used by the + ///< array, in bytes + ); + + /// Creates a new ArrayBuffer instance, using an external buffer with + /// specified byte length. + template + static ArrayBuffer New( + napi_env env, ///< Node-API environment + void* externalData, ///< Pointer to the external buffer to be used by + ///< the array + size_t byteLength, ///< Length of the external buffer to be used by the + ///< array, + /// in bytes + Finalizer finalizeCallback ///< Function to be called when the array + ///< buffer is destroyed; + /// must implement `void operator()(Env env, + /// void* externalData)` + ); + + /// Creates a new ArrayBuffer instance, using an external buffer with + /// specified byte length. + template + static ArrayBuffer New( + napi_env env, ///< Node-API environment + void* externalData, ///< Pointer to the external buffer to be used by + ///< the array + size_t byteLength, ///< Length of the external buffer to be used by the + ///< array, + /// in bytes + Finalizer finalizeCallback, ///< Function to be called when the array + ///< buffer is destroyed; + /// must implement `void operator()(Env + /// env, void* externalData, Hint* hint)` + Hint* finalizeHint ///< Hint (second parameter) to be passed to the + ///< finalize callback + ); + + ArrayBuffer(); ///< Creates a new _empty_ ArrayBuffer instance. + ArrayBuffer(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + void* Data(); ///< Gets a pointer to the data buffer. + size_t ByteLength(); ///< Gets the length of the array buffer in bytes. + +#if NAPI_VERSION >= 7 + bool IsDetached() const; + void Detach(); +#endif // NAPI_VERSION >= 7 + }; + + /// A JavaScript typed-array value with unknown array type. + /// + /// For type-specific operations, cast to a `TypedArrayOf` instance using the `As()` + /// method: + /// + /// Napi::TypedArray array = ... + /// if (t.TypedArrayType() == napi_int32_array) { + /// Napi::Int32Array int32Array = t.As(); + /// } + class TypedArray : public Object { + public: + TypedArray(); ///< Creates a new _empty_ TypedArray instance. + TypedArray(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + napi_typedarray_type TypedArrayType() const; ///< Gets the type of this typed-array. + Napi::ArrayBuffer ArrayBuffer() const; ///< Gets the backing array buffer. + + uint8_t ElementSize() const; ///< Gets the size in bytes of one element in the array. + size_t ElementLength() const; ///< Gets the number of elements in the array. + size_t ByteOffset() const; ///< Gets the offset into the buffer where the array starts. + size_t ByteLength() const; ///< Gets the length of the array in bytes. + + protected: + /// !cond INTERNAL + napi_typedarray_type _type; + size_t _length; + + TypedArray(napi_env env, napi_value value, napi_typedarray_type type, size_t length); + + static const napi_typedarray_type unknown_array_type = static_cast(-1); + + template + static +#if defined(NAPI_HAS_CONSTEXPR) + constexpr +#endif + napi_typedarray_type TypedArrayTypeForPrimitiveType() { + return std::is_same::value ? napi_int8_array + : std::is_same::value ? napi_uint8_array + : std::is_same::value ? napi_int16_array + : std::is_same::value ? napi_uint16_array + : std::is_same::value ? napi_int32_array + : std::is_same::value ? napi_uint32_array + : std::is_same::value ? napi_float32_array + : std::is_same::value ? napi_float64_array +#if NAPI_VERSION > 5 + : std::is_same::value ? napi_bigint64_array + : std::is_same::value ? napi_biguint64_array +#endif // NAPI_VERSION > 5 + : unknown_array_type; + } + /// !endcond + }; + + /// A JavaScript typed-array value with known array type. + /// + /// Note while it is possible to create and access Uint8 "clamped" arrays using this class, + /// the _clamping_ behavior is only applied in JavaScript. + template + class TypedArrayOf : public TypedArray { + public: + /// Creates a new TypedArray instance over a new automatically-allocated array buffer. + /// + /// The array type parameter can normally be omitted (because it is inferred from the template + /// parameter T), except when creating a "clamped" array: + /// + /// Uint8Array::New(env, length, napi_uint8_clamped_array) + static TypedArrayOf New( + napi_env env, ///< Node-API environment + size_t elementLength, ///< Length of the created array, as a number of + ///< elements +#if defined(NAPI_HAS_CONSTEXPR) + napi_typedarray_type type = + TypedArray::TypedArrayTypeForPrimitiveType() +#else + napi_typedarray_type type +#endif + ///< Type of array, if different from the default array type for the + ///< template parameter T. + ); + + /// Creates a new TypedArray instance over a provided array buffer. + /// + /// The array type parameter can normally be omitted (because it is inferred from the template + /// parameter T), except when creating a "clamped" array: + /// + /// Uint8Array::New(env, length, buffer, 0, napi_uint8_clamped_array) + static TypedArrayOf New( + napi_env env, ///< Node-API environment + size_t elementLength, ///< Length of the created array, as a number of + ///< elements + Napi::ArrayBuffer arrayBuffer, ///< Backing array buffer instance to use + size_t bufferOffset, ///< Offset into the array buffer where the + ///< typed-array starts +#if defined(NAPI_HAS_CONSTEXPR) + napi_typedarray_type type = + TypedArray::TypedArrayTypeForPrimitiveType() +#else + napi_typedarray_type type +#endif + ///< Type of array, if different from the default array type for the + ///< template parameter T. + ); + + TypedArrayOf(); ///< Creates a new _empty_ TypedArrayOf instance. + TypedArrayOf(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + T& operator [](size_t index); ///< Gets or sets an element in the array. + const T& operator [](size_t index) const; ///< Gets an element in the array. + + /// Gets a pointer to the array's backing buffer. + /// + /// This is not necessarily the same as the `ArrayBuffer::Data()` pointer, because the + /// typed-array may have a non-zero `ByteOffset()` into the `ArrayBuffer`. + T* Data(); + + /// Gets a pointer to the array's backing buffer. + /// + /// This is not necessarily the same as the `ArrayBuffer::Data()` pointer, because the + /// typed-array may have a non-zero `ByteOffset()` into the `ArrayBuffer`. + const T* Data() const; + + private: + T* _data; + + TypedArrayOf(napi_env env, + napi_value value, + napi_typedarray_type type, + size_t length, + T* data); + }; + + /// The DataView provides a low-level interface for reading/writing multiple + /// number types in an ArrayBuffer irrespective of the platform's endianness. + class DataView : public Object { + public: + static DataView New(napi_env env, + Napi::ArrayBuffer arrayBuffer); + static DataView New(napi_env env, + Napi::ArrayBuffer arrayBuffer, + size_t byteOffset); + static DataView New(napi_env env, + Napi::ArrayBuffer arrayBuffer, + size_t byteOffset, + size_t byteLength); + + DataView(); ///< Creates a new _empty_ DataView instance. + DataView(napi_env env, + napi_value value); ///< Wraps a Node-API value primitive. + + Napi::ArrayBuffer ArrayBuffer() const; ///< Gets the backing array buffer. + size_t ByteOffset() const; ///< Gets the offset into the buffer where the array starts. + size_t ByteLength() const; ///< Gets the length of the array in bytes. + + void* Data() const; + + float GetFloat32(size_t byteOffset) const; + double GetFloat64(size_t byteOffset) const; + int8_t GetInt8(size_t byteOffset) const; + int16_t GetInt16(size_t byteOffset) const; + int32_t GetInt32(size_t byteOffset) const; + uint8_t GetUint8(size_t byteOffset) const; + uint16_t GetUint16(size_t byteOffset) const; + uint32_t GetUint32(size_t byteOffset) const; + + void SetFloat32(size_t byteOffset, float value) const; + void SetFloat64(size_t byteOffset, double value) const; + void SetInt8(size_t byteOffset, int8_t value) const; + void SetInt16(size_t byteOffset, int16_t value) const; + void SetInt32(size_t byteOffset, int32_t value) const; + void SetUint8(size_t byteOffset, uint8_t value) const; + void SetUint16(size_t byteOffset, uint16_t value) const; + void SetUint32(size_t byteOffset, uint32_t value) const; + + private: + template + T ReadData(size_t byteOffset) const; + + template + void WriteData(size_t byteOffset, T value) const; + + void* _data; + size_t _length; + }; + + class Function : public Object { + public: + using VoidCallback = void (*)(const CallbackInfo& info); + using Callback = Value (*)(const CallbackInfo& info); + + template + static Function New(napi_env env, + const char* utf8name = nullptr, + void* data = nullptr); + + template + static Function New(napi_env env, + const char* utf8name = nullptr, + void* data = nullptr); + + template + static Function New(napi_env env, + const std::string& utf8name, + void* data = nullptr); + + template + static Function New(napi_env env, + const std::string& utf8name, + void* data = nullptr); + + /// Callable must implement operator() accepting a const CallbackInfo& + /// and return either void or Value. + template + static Function New(napi_env env, + Callable cb, + const char* utf8name = nullptr, + void* data = nullptr); + /// Callable must implement operator() accepting a const CallbackInfo& + /// and return either void or Value. + template + static Function New(napi_env env, + Callable cb, + const std::string& utf8name, + void* data = nullptr); + + Function(); + Function(napi_env env, napi_value value); + + MaybeOrValue operator()( + const std::initializer_list& args) const; + + MaybeOrValue Call( + const std::initializer_list& args) const; + MaybeOrValue Call(const std::vector& args) const; + MaybeOrValue Call(size_t argc, const napi_value* args) const; + MaybeOrValue Call( + napi_value recv, const std::initializer_list& args) const; + MaybeOrValue Call(napi_value recv, + const std::vector& args) const; + MaybeOrValue Call(napi_value recv, + size_t argc, + const napi_value* args) const; + + MaybeOrValue MakeCallback( + napi_value recv, + const std::initializer_list& args, + napi_async_context context = nullptr) const; + MaybeOrValue MakeCallback(napi_value recv, + const std::vector& args, + napi_async_context context = nullptr) const; + MaybeOrValue MakeCallback(napi_value recv, + size_t argc, + const napi_value* args, + napi_async_context context = nullptr) const; + + MaybeOrValue New( + const std::initializer_list& args) const; + MaybeOrValue New(const std::vector& args) const; + MaybeOrValue New(size_t argc, const napi_value* args) const; + }; + + class Promise : public Object { + public: + class Deferred { + public: + static Deferred New(napi_env env); + Deferred(napi_env env); + + Napi::Promise Promise() const; + Napi::Env Env() const; + + void Resolve(napi_value value) const; + void Reject(napi_value value) const; + + private: + napi_env _env; + napi_deferred _deferred; + napi_value _promise; + }; + + Promise(napi_env env, napi_value value); + }; + + template + class Buffer : public Uint8Array { + public: + static Buffer New(napi_env env, size_t length); + static Buffer New(napi_env env, T* data, size_t length); + + // Finalizer must implement `void operator()(Env env, T* data)`. + template + static Buffer New(napi_env env, T* data, + size_t length, + Finalizer finalizeCallback); + // Finalizer must implement `void operator()(Env env, T* data, Hint* hint)`. + template + static Buffer New(napi_env env, T* data, + size_t length, + Finalizer finalizeCallback, + Hint* finalizeHint); + + static Buffer Copy(napi_env env, const T* data, size_t length); + + Buffer(); + Buffer(napi_env env, napi_value value); + size_t Length() const; + T* Data() const; + + private: + mutable size_t _length; + mutable T* _data; + + Buffer(napi_env env, napi_value value, size_t length, T* data); + void EnsureInfo() const; + }; + + /// Holds a counted reference to a value; initially a weak reference unless otherwise specified, + /// may be changed to/from a strong reference by adjusting the refcount. + /// + /// The referenced value is not immediately destroyed when the reference count is zero; it is + /// merely then eligible for garbage-collection if there are no other references to the value. + template + class Reference { + public: + static Reference New(const T& value, uint32_t initialRefcount = 0); + + Reference(); + Reference(napi_env env, napi_ref ref); + ~Reference(); + + // A reference can be moved but cannot be copied. + Reference(Reference&& other); + Reference& operator =(Reference&& other); + NAPI_DISALLOW_ASSIGN(Reference) + + operator napi_ref() const; + bool operator ==(const Reference &other) const; + bool operator !=(const Reference &other) const; + + Napi::Env Env() const; + bool IsEmpty() const; + + // Note when getting the value of a Reference it is usually correct to do so + // within a HandleScope so that the value handle gets cleaned up efficiently. + T Value() const; + + uint32_t Ref(); + uint32_t Unref(); + void Reset(); + void Reset(const T& value, uint32_t refcount = 0); + + // Call this on a reference that is declared as static data, to prevent its + // destructor from running at program shutdown time, which would attempt to + // reset the reference when the environment is no longer valid. Avoid using + // this if at all possible. If you do need to use static data, MAKE SURE to + // warn your users that your addon is NOT threadsafe. + void SuppressDestruct(); + + protected: + Reference(const Reference&); + + /// !cond INTERNAL + napi_env _env; + napi_ref _ref; + /// !endcond + + private: + bool _suppressDestruct; + }; + + class ObjectReference: public Reference { + public: + ObjectReference(); + ObjectReference(napi_env env, napi_ref ref); + + // A reference can be moved but cannot be copied. + ObjectReference(Reference&& other); + ObjectReference& operator =(Reference&& other); + ObjectReference(ObjectReference&& other); + ObjectReference& operator =(ObjectReference&& other); + NAPI_DISALLOW_ASSIGN(ObjectReference) + + MaybeOrValue Get(const char* utf8name) const; + MaybeOrValue Get(const std::string& utf8name) const; + MaybeOrValue Set(const char* utf8name, napi_value value); + MaybeOrValue Set(const char* utf8name, Napi::Value value); + MaybeOrValue Set(const char* utf8name, const char* utf8value); + MaybeOrValue Set(const char* utf8name, bool boolValue); + MaybeOrValue Set(const char* utf8name, double numberValue); + MaybeOrValue Set(const std::string& utf8name, napi_value value); + MaybeOrValue Set(const std::string& utf8name, Napi::Value value); + MaybeOrValue Set(const std::string& utf8name, std::string& utf8value); + MaybeOrValue Set(const std::string& utf8name, bool boolValue); + MaybeOrValue Set(const std::string& utf8name, double numberValue); + + MaybeOrValue Get(uint32_t index) const; + MaybeOrValue Set(uint32_t index, const napi_value value); + MaybeOrValue Set(uint32_t index, const Napi::Value value); + MaybeOrValue Set(uint32_t index, const char* utf8value); + MaybeOrValue Set(uint32_t index, const std::string& utf8value); + MaybeOrValue Set(uint32_t index, bool boolValue); + MaybeOrValue Set(uint32_t index, double numberValue); + + protected: + ObjectReference(const ObjectReference&); + }; + + class FunctionReference: public Reference { + public: + FunctionReference(); + FunctionReference(napi_env env, napi_ref ref); + + // A reference can be moved but cannot be copied. + FunctionReference(Reference&& other); + FunctionReference& operator =(Reference&& other); + FunctionReference(FunctionReference&& other); + FunctionReference& operator =(FunctionReference&& other); + NAPI_DISALLOW_ASSIGN_COPY(FunctionReference) + + MaybeOrValue operator()( + const std::initializer_list& args) const; + + MaybeOrValue Call( + const std::initializer_list& args) const; + MaybeOrValue Call(const std::vector& args) const; + MaybeOrValue Call( + napi_value recv, const std::initializer_list& args) const; + MaybeOrValue Call(napi_value recv, + const std::vector& args) const; + MaybeOrValue Call(napi_value recv, + size_t argc, + const napi_value* args) const; + + MaybeOrValue MakeCallback( + napi_value recv, + const std::initializer_list& args, + napi_async_context context = nullptr) const; + MaybeOrValue MakeCallback( + napi_value recv, + const std::vector& args, + napi_async_context context = nullptr) const; + MaybeOrValue MakeCallback( + napi_value recv, + size_t argc, + const napi_value* args, + napi_async_context context = nullptr) const; + + MaybeOrValue New( + const std::initializer_list& args) const; + MaybeOrValue New(const std::vector& args) const; + }; + + // Shortcuts to creating a new reference with inferred type and refcount = 0. + template Reference Weak(T value); + ObjectReference Weak(Object value); + FunctionReference Weak(Function value); + + // Shortcuts to creating a new reference with inferred type and refcount = 1. + template Reference Persistent(T value); + ObjectReference Persistent(Object value); + FunctionReference Persistent(Function value); + + /// A persistent reference to a JavaScript error object. Use of this class + /// depends somewhat on whether C++ exceptions are enabled at compile time. + /// + /// ### Handling Errors With C++ Exceptions + /// + /// If C++ exceptions are enabled, then the `Error` class extends + /// `std::exception` and enables integrated error-handling for C++ exceptions + /// and JavaScript exceptions. + /// + /// If a Node-API call fails without executing any JavaScript code (for + /// example due to an invalid argument), then the Node-API wrapper + /// automatically converts and throws the error as a C++ exception of type + /// `Napi::Error`. Or if a JavaScript function called by C++ code via Node-API + /// throws a JavaScript exception, then the Node-API wrapper automatically + /// converts and throws it as a C++ exception of type `Napi::Error`. + /// + /// If a C++ exception of type `Napi::Error` escapes from a Node-API C++ + /// callback, then the Node-API wrapper automatically converts and throws it + /// as a JavaScript exception. Therefore, catching a C++ exception of type + /// `Napi::Error` prevents a JavaScript exception from being thrown. + /// + /// #### Example 1A - Throwing a C++ exception: + /// + /// Napi::Env env = ... + /// throw Napi::Error::New(env, "Example exception"); + /// + /// Following C++ statements will not be executed. The exception will bubble + /// up as a C++ exception of type `Napi::Error`, until it is either caught + /// while still in C++, or else automatically propataged as a JavaScript + /// exception when the callback returns to JavaScript. + /// + /// #### Example 2A - Propagating a Node-API C++ exception: + /// + /// Napi::Function jsFunctionThatThrows = someObj.As(); + /// Napi::Value result = jsFunctionThatThrows({ arg1, arg2 }); + /// + /// Following C++ statements will not be executed. The exception will bubble + /// up as a C++ exception of type `Napi::Error`, until it is either caught + /// while still in C++, or else automatically propagated as a JavaScript + /// exception when the callback returns to JavaScript. + /// + /// #### Example 3A - Handling a Node-API C++ exception: + /// + /// Napi::Function jsFunctionThatThrows = someObj.As(); + /// Napi::Value result; + /// try { + /// result = jsFunctionThatThrows({ arg1, arg2 }); + /// } catch (const Napi::Error& e) { + /// cerr << "Caught JavaScript exception: " + e.what(); + /// } + /// + /// Since the exception was caught here, it will not be propagated as a + /// JavaScript exception. + /// + /// ### Handling Errors Without C++ Exceptions + /// + /// If C++ exceptions are disabled (by defining `NAPI_DISABLE_CPP_EXCEPTIONS`) + /// then this class does not extend `std::exception`, and APIs in the `Napi` + /// namespace do not throw C++ exceptions when they fail. Instead, they raise + /// _pending_ JavaScript exceptions and return _empty_ `Value`s. Calling code + /// should check `Value::IsEmpty()` before attempting to use a returned value, + /// and may use methods on the `Env` class to check for, get, and clear a + /// pending JavaScript exception. If the pending exception is not cleared, it + /// will be thrown when the native callback returns to JavaScript. + /// + /// #### Example 1B - Throwing a JS exception + /// + /// Napi::Env env = ... + /// Napi::Error::New(env, "Example + /// exception").ThrowAsJavaScriptException(); return; + /// + /// After throwing a JS exception, the code should generally return + /// immediately from the native callback, after performing any necessary + /// cleanup. + /// + /// #### Example 2B - Propagating a Node-API JS exception: + /// + /// Napi::Function jsFunctionThatThrows = someObj.As(); + /// Napi::Value result = jsFunctionThatThrows({ arg1, arg2 }); + /// if (result.IsEmpty()) return; + /// + /// An empty value result from a Node-API call indicates an error occurred, + /// and a JavaScript exception is pending. To let the exception propagate, the + /// code should generally return immediately from the native callback, after + /// performing any necessary cleanup. + /// + /// #### Example 3B - Handling a Node-API JS exception: + /// + /// Napi::Function jsFunctionThatThrows = someObj.As(); + /// Napi::Value result = jsFunctionThatThrows({ arg1, arg2 }); + /// if (result.IsEmpty()) { + /// Napi::Error e = env.GetAndClearPendingException(); + /// cerr << "Caught JavaScript exception: " + e.Message(); + /// } + /// + /// Since the exception was cleared here, it will not be propagated as a + /// JavaScript exception after the native callback returns. + class Error : public ObjectReference +#ifdef NAPI_CPP_EXCEPTIONS + , public std::exception +#endif // NAPI_CPP_EXCEPTIONS + { + public: + static Error New(napi_env env); + static Error New(napi_env env, const char* message); + static Error New(napi_env env, const std::string& message); + + static NAPI_NO_RETURN void Fatal(const char* location, const char* message); + + Error(); + Error(napi_env env, napi_value value); + + // An error can be moved or copied. + Error(Error&& other); + Error& operator =(Error&& other); + Error(const Error&); + Error& operator =(const Error&); + + const std::string& Message() const NAPI_NOEXCEPT; + void ThrowAsJavaScriptException() const; + + Object Value() const; + +#ifdef NAPI_CPP_EXCEPTIONS + const char* what() const NAPI_NOEXCEPT override; +#endif // NAPI_CPP_EXCEPTIONS + + protected: + /// !cond INTERNAL + using create_error_fn = napi_status (*)(napi_env envb, + napi_value code, + napi_value msg, + napi_value* result); + + template + static TError New(napi_env env, + const char* message, + size_t length, + create_error_fn create_error); + /// !endcond + + private: + const char* ERROR_WRAP_VALUE = + "4bda9e7e-4913-4dbc-95de-891cbf66598e-errorVal"; + mutable std::string _message; + }; + + class TypeError : public Error { + public: + static TypeError New(napi_env env, const char* message); + static TypeError New(napi_env env, const std::string& message); + + TypeError(); + TypeError(napi_env env, napi_value value); + }; + + class RangeError : public Error { + public: + static RangeError New(napi_env env, const char* message); + static RangeError New(napi_env env, const std::string& message); + + RangeError(); + RangeError(napi_env env, napi_value value); + }; + + class CallbackInfo { + public: + CallbackInfo(napi_env env, napi_callback_info info); + ~CallbackInfo(); + + // Disallow copying to prevent multiple free of _dynamicArgs + NAPI_DISALLOW_ASSIGN_COPY(CallbackInfo) + + Napi::Env Env() const; + Value NewTarget() const; + bool IsConstructCall() const; + size_t Length() const; + const Value operator [](size_t index) const; + Value This() const; + void* Data() const; + void SetData(void* data); + + private: + const size_t _staticArgCount = 6; + napi_env _env; + napi_callback_info _info; + napi_value _this; + size_t _argc; + napi_value* _argv; + napi_value _staticArgs[6]; + napi_value* _dynamicArgs; + void* _data; + }; + + class PropertyDescriptor { + public: + using GetterCallback = Napi::Value (*)(const Napi::CallbackInfo& info); + using SetterCallback = void (*)(const Napi::CallbackInfo& info); + +#ifndef NODE_ADDON_API_DISABLE_DEPRECATED + template + static PropertyDescriptor Accessor(const char* utf8name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(const std::string& utf8name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(napi_value name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(Name name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(const char* utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(const std::string& utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(napi_value name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(Name name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function(const char* utf8name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function(const std::string& utf8name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function(napi_value name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function(Name name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); +#endif // !NODE_ADDON_API_DISABLE_DEPRECATED + + template + static PropertyDescriptor Accessor(const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor(const std::string& utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor(Name name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor(const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor(const std::string& utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor(Name name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + + template + static PropertyDescriptor Accessor(Napi::Env env, + Napi::Object object, + const char* utf8name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(Napi::Env env, + Napi::Object object, + Name name, + Getter getter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(Napi::Env env, + Napi::Object object, + const char* utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Accessor(Napi::Env env, + Napi::Object object, + Name name, + Getter getter, + Setter setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function(Napi::Env env, + Napi::Object object, + const char* utf8name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function(Napi::Env env, + Napi::Object object, + const std::string& utf8name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor Function(Napi::Env env, + Napi::Object object, + Name name, + Callable cb, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor Value(const char* utf8name, + napi_value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor Value(const std::string& utf8name, + napi_value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor Value(napi_value name, + napi_value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor Value(Name name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + + PropertyDescriptor(napi_property_descriptor desc); + + operator napi_property_descriptor&(); + operator const napi_property_descriptor&() const; + + private: + napi_property_descriptor _desc; + }; + + /// Property descriptor for use with `ObjectWrap::DefineClass()`. + /// + /// This is different from the standalone `PropertyDescriptor` because it is specific to each + /// `ObjectWrap` subclass. This prevents using descriptors from a different class when + /// defining a new class (preventing the callbacks from having incorrect `this` pointers). + template + class ClassPropertyDescriptor { + public: + ClassPropertyDescriptor(napi_property_descriptor desc) : _desc(desc) {} + + operator napi_property_descriptor&() { return _desc; } + operator const napi_property_descriptor&() const { return _desc; } + + private: + napi_property_descriptor _desc; + }; + + template + struct MethodCallbackData { + TCallback callback; + void* data; + }; + + template + struct AccessorCallbackData { + TGetterCallback getterCallback; + TSetterCallback setterCallback; + void* data; + }; + + template + class InstanceWrap { + public: + using InstanceVoidMethodCallback = void (T::*)(const CallbackInfo& info); + using InstanceMethodCallback = Napi::Value (T::*)(const CallbackInfo& info); + using InstanceGetterCallback = Napi::Value (T::*)(const CallbackInfo& info); + using InstanceSetterCallback = void (T::*)(const CallbackInfo& info, + const Napi::Value& value); + + using PropertyDescriptor = ClassPropertyDescriptor; + + static PropertyDescriptor InstanceMethod(const char* utf8name, + InstanceVoidMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceMethod(const char* utf8name, + InstanceMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceMethod(Symbol name, + InstanceVoidMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceMethod(Symbol name, + InstanceMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceMethod(const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceMethod(const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceMethod(Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceMethod(Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceAccessor(const char* utf8name, + InstanceGetterCallback getter, + InstanceSetterCallback setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceAccessor(Symbol name, + InstanceGetterCallback getter, + InstanceSetterCallback setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceAccessor(const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor InstanceAccessor(Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor InstanceValue(const char* utf8name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor InstanceValue(Symbol name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + + protected: + static void AttachPropData(napi_env env, napi_value value, const napi_property_descriptor* prop); + + private: + using This = InstanceWrap; + + using InstanceVoidMethodCallbackData = + MethodCallbackData; + using InstanceMethodCallbackData = + MethodCallbackData; + using InstanceAccessorCallbackData = + AccessorCallbackData; + + static napi_value InstanceVoidMethodCallbackWrapper(napi_env env, napi_callback_info info); + static napi_value InstanceMethodCallbackWrapper(napi_env env, napi_callback_info info); + static napi_value InstanceGetterCallbackWrapper(napi_env env, napi_callback_info info); + static napi_value InstanceSetterCallbackWrapper(napi_env env, napi_callback_info info); + + template + static napi_value WrappedMethod(napi_env env, + napi_callback_info info) NAPI_NOEXCEPT; + + template struct SetterTag {}; + + template + static napi_callback WrapSetter(SetterTag) NAPI_NOEXCEPT { + return &This::WrappedMethod; + } + static napi_callback WrapSetter(SetterTag) NAPI_NOEXCEPT { + return nullptr; + } + }; + + /// Base class to be extended by C++ classes exposed to JavaScript; each C++ class instance gets + /// "wrapped" by a JavaScript object that is managed by this class. + /// + /// At initialization time, the `DefineClass()` method must be used to + /// hook up the accessor and method callbacks. It takes a list of + /// property descriptors, which can be constructed via the various + /// static methods on the base class. + /// + /// #### Example: + /// + /// class Example: public Napi::ObjectWrap { + /// public: + /// static void Initialize(Napi::Env& env, Napi::Object& target) { + /// Napi::Function constructor = DefineClass(env, "Example", { + /// InstanceAccessor<&Example::GetSomething, &Example::SetSomething>("value"), + /// InstanceMethod<&Example::DoSomething>("doSomething"), + /// }); + /// target.Set("Example", constructor); + /// } + /// + /// Example(const Napi::CallbackInfo& info); // Constructor + /// Napi::Value GetSomething(const Napi::CallbackInfo& info); + /// void SetSomething(const Napi::CallbackInfo& info, const Napi::Value& value); + /// Napi::Value DoSomething(const Napi::CallbackInfo& info); + /// } + template + class ObjectWrap : public InstanceWrap, public Reference { + public: + ObjectWrap(const CallbackInfo& callbackInfo); + virtual ~ObjectWrap(); + + static T* Unwrap(Object wrapper); + + // Methods exposed to JavaScript must conform to one of these callback signatures. + using StaticVoidMethodCallback = void (*)(const CallbackInfo& info); + using StaticMethodCallback = Napi::Value (*)(const CallbackInfo& info); + using StaticGetterCallback = Napi::Value (*)(const CallbackInfo& info); + using StaticSetterCallback = void (*)(const CallbackInfo& info, + const Napi::Value& value); + + using PropertyDescriptor = ClassPropertyDescriptor; + + static Function DefineClass(Napi::Env env, + const char* utf8name, + const std::initializer_list& properties, + void* data = nullptr); + static Function DefineClass(Napi::Env env, + const char* utf8name, + const std::vector& properties, + void* data = nullptr); + static PropertyDescriptor StaticMethod(const char* utf8name, + StaticVoidMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticMethod(const char* utf8name, + StaticMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticMethod(Symbol name, + StaticVoidMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticMethod(Symbol name, + StaticMethodCallback method, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticMethod(const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticMethod(Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticMethod(const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticMethod(Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticAccessor(const char* utf8name, + StaticGetterCallback getter, + StaticSetterCallback setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticAccessor(Symbol name, + StaticGetterCallback getter, + StaticSetterCallback setter, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticAccessor(const char* utf8name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + template + static PropertyDescriptor StaticAccessor(Symbol name, + napi_property_attributes attributes = napi_default, + void* data = nullptr); + static PropertyDescriptor StaticValue(const char* utf8name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + static PropertyDescriptor StaticValue(Symbol name, + Napi::Value value, + napi_property_attributes attributes = napi_default); + virtual void Finalize(Napi::Env env); + + private: + using This = ObjectWrap; + + static napi_value ConstructorCallbackWrapper(napi_env env, napi_callback_info info); + static napi_value StaticVoidMethodCallbackWrapper(napi_env env, napi_callback_info info); + static napi_value StaticMethodCallbackWrapper(napi_env env, napi_callback_info info); + static napi_value StaticGetterCallbackWrapper(napi_env env, napi_callback_info info); + static napi_value StaticSetterCallbackWrapper(napi_env env, napi_callback_info info); + static void FinalizeCallback(napi_env env, void* data, void* hint); + static Function DefineClass(Napi::Env env, + const char* utf8name, + const size_t props_count, + const napi_property_descriptor* props, + void* data = nullptr); + + using StaticVoidMethodCallbackData = + MethodCallbackData; + using StaticMethodCallbackData = + MethodCallbackData; + + using StaticAccessorCallbackData = + AccessorCallbackData; + + template + static napi_value WrappedMethod(napi_env env, + napi_callback_info info) NAPI_NOEXCEPT; + + template struct StaticSetterTag {}; + + template + static napi_callback WrapStaticSetter(StaticSetterTag) + NAPI_NOEXCEPT { + return &This::WrappedMethod; + } + static napi_callback WrapStaticSetter(StaticSetterTag) + NAPI_NOEXCEPT { + return nullptr; + } + + bool _construction_failed = true; + }; + + class HandleScope { + public: + HandleScope(napi_env env, napi_handle_scope scope); + explicit HandleScope(Napi::Env env); + ~HandleScope(); + + // Disallow copying to prevent double close of napi_handle_scope + NAPI_DISALLOW_ASSIGN_COPY(HandleScope) + + operator napi_handle_scope() const; + + Napi::Env Env() const; + + private: + napi_env _env; + napi_handle_scope _scope; + }; + + class EscapableHandleScope { + public: + EscapableHandleScope(napi_env env, napi_escapable_handle_scope scope); + explicit EscapableHandleScope(Napi::Env env); + ~EscapableHandleScope(); + + // Disallow copying to prevent double close of napi_escapable_handle_scope + NAPI_DISALLOW_ASSIGN_COPY(EscapableHandleScope) + + operator napi_escapable_handle_scope() const; + + Napi::Env Env() const; + Value Escape(napi_value escapee); + + private: + napi_env _env; + napi_escapable_handle_scope _scope; + }; + +#if (NAPI_VERSION > 2) + class CallbackScope { + public: + CallbackScope(napi_env env, napi_callback_scope scope); + CallbackScope(napi_env env, napi_async_context context); + virtual ~CallbackScope(); + + // Disallow copying to prevent double close of napi_callback_scope + NAPI_DISALLOW_ASSIGN_COPY(CallbackScope) + + operator napi_callback_scope() const; + + Napi::Env Env() const; + + private: + napi_env _env; + napi_callback_scope _scope; + }; +#endif + + class AsyncContext { + public: + explicit AsyncContext(napi_env env, const char* resource_name); + explicit AsyncContext(napi_env env, const char* resource_name, const Object& resource); + virtual ~AsyncContext(); + + AsyncContext(AsyncContext&& other); + AsyncContext& operator =(AsyncContext&& other); + NAPI_DISALLOW_ASSIGN_COPY(AsyncContext) + + operator napi_async_context() const; + + Napi::Env Env() const; + + private: + napi_env _env; + napi_async_context _context; + }; + + class AsyncWorker { + public: + virtual ~AsyncWorker(); + + // An async worker can be moved but cannot be copied. + AsyncWorker(AsyncWorker&& other); + AsyncWorker& operator =(AsyncWorker&& other); + NAPI_DISALLOW_ASSIGN_COPY(AsyncWorker) + + operator napi_async_work() const; + + Napi::Env Env() const; + + void Queue(); + void Cancel(); + void SuppressDestruct(); + + ObjectReference& Receiver(); + FunctionReference& Callback(); + + virtual void OnExecute(Napi::Env env); + virtual void OnWorkComplete(Napi::Env env, + napi_status status); + + protected: + explicit AsyncWorker(const Function& callback); + explicit AsyncWorker(const Function& callback, + const char* resource_name); + explicit AsyncWorker(const Function& callback, + const char* resource_name, + const Object& resource); + explicit AsyncWorker(const Object& receiver, + const Function& callback); + explicit AsyncWorker(const Object& receiver, + const Function& callback, + const char* resource_name); + explicit AsyncWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource); + + explicit AsyncWorker(Napi::Env env); + explicit AsyncWorker(Napi::Env env, + const char* resource_name); + explicit AsyncWorker(Napi::Env env, + const char* resource_name, + const Object& resource); + + virtual void Execute() = 0; + virtual void OnOK(); + virtual void OnError(const Error& e); + virtual void Destroy(); + virtual std::vector GetResult(Napi::Env env); + + void SetError(const std::string& error); + + private: + static inline void OnAsyncWorkExecute(napi_env env, void* asyncworker); + static inline void OnAsyncWorkComplete(napi_env env, + napi_status status, + void* asyncworker); + + napi_env _env; + napi_async_work _work; + ObjectReference _receiver; + FunctionReference _callback; + std::string _error; + bool _suppress_destruct; + }; + + #if (NAPI_VERSION > 3 && !defined(__wasm32__)) + class ThreadSafeFunction { + public: + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback, + FinalizerDataType* data); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + Finalizer finalizeCallback, + FinalizerDataType* data); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback); + + // This API may only be called from the main thread. + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data); + + ThreadSafeFunction(); + ThreadSafeFunction(napi_threadsafe_function tsFunctionValue); + + operator napi_threadsafe_function() const; + + // This API may be called from any thread. + napi_status BlockingCall() const; + + // This API may be called from any thread. + template + napi_status BlockingCall(Callback callback) const; + + // This API may be called from any thread. + template + napi_status BlockingCall(DataType* data, Callback callback) const; + + // This API may be called from any thread. + napi_status NonBlockingCall() const; + + // This API may be called from any thread. + template + napi_status NonBlockingCall(Callback callback) const; + + // This API may be called from any thread. + template + napi_status NonBlockingCall(DataType* data, Callback callback) const; + + // This API may only be called from the main thread. + void Ref(napi_env env) const; + + // This API may only be called from the main thread. + void Unref(napi_env env) const; + + // This API may be called from any thread. + napi_status Acquire() const; + + // This API may be called from any thread. + napi_status Release(); + + // This API may be called from any thread. + napi_status Abort(); + + struct ConvertibleContext + { + template + operator T*() { return static_cast(context); } + void* context; + }; + + // This API may be called from any thread. + ConvertibleContext GetContext() const; + + private: + using CallbackWrapper = std::function; + + template + static ThreadSafeFunction New(napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data, + napi_finalize wrapper); + + napi_status CallInternal(CallbackWrapper* callbackWrapper, + napi_threadsafe_function_call_mode mode) const; + + static void CallJS(napi_env env, + napi_value jsCallback, + void* context, + void* data); + + napi_threadsafe_function _tsfn; + }; + + // A TypedThreadSafeFunction by default has no context (nullptr) and can + // accept any type (void) to its CallJs. + template + class TypedThreadSafeFunction { + public: + // This API may only be called from the main thread. + // Helper function that returns nullptr if running Node-API 5+, otherwise a + // non-empty, no-op Function. This provides the ability to specify at + // compile-time a callback parameter to `New` that safely does no action + // when targeting _any_ Node-API version. +#if NAPI_VERSION > 4 + static std::nullptr_t EmptyFunctionFactory(Napi::Env env); +#else + static Napi::Function EmptyFunctionFactory(Napi::Env env); +#endif + static Napi::Function FunctionOrEmpty(Napi::Env env, + Napi::Function& callback); + +#if NAPI_VERSION > 4 + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [missing] Resource [missing] Finalizer [missing] + template + static TypedThreadSafeFunction New( + napi_env env, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [missing] Resource [passed] Finalizer [missing] + template + static TypedThreadSafeFunction New( + napi_env env, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [missing] Resource [missing] Finalizer [passed] + template + static TypedThreadSafeFunction New( + napi_env env, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [missing] Resource [passed] Finalizer [passed] + template + static TypedThreadSafeFunction New( + napi_env env, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data = nullptr); +#endif + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [passed] Resource [missing] Finalizer [missing] + template + static TypedThreadSafeFunction New( + napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [passed] Resource [passed] Finalizer [missing] + template + static TypedThreadSafeFunction New( + napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [passed] Resource [missing] Finalizer [passed] + template + static TypedThreadSafeFunction New( + napi_env env, + const Function& callback, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data = nullptr); + + // This API may only be called from the main thread. + // Creates a new threadsafe function with: + // Callback [passed] Resource [passed] Finalizer [passed] + template + static TypedThreadSafeFunction New( + napi_env env, + CallbackType callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data = nullptr); + + TypedThreadSafeFunction(); + TypedThreadSafeFunction(napi_threadsafe_function tsFunctionValue); + + operator napi_threadsafe_function() const; + + // This API may be called from any thread. + napi_status BlockingCall(DataType* data = nullptr) const; + + // This API may be called from any thread. + napi_status NonBlockingCall(DataType* data = nullptr) const; + + // This API may only be called from the main thread. + void Ref(napi_env env) const; + + // This API may only be called from the main thread. + void Unref(napi_env env) const; + + // This API may be called from any thread. + napi_status Acquire() const; + + // This API may be called from any thread. + napi_status Release(); + + // This API may be called from any thread. + napi_status Abort(); + + // This API may be called from any thread. + ContextType* GetContext() const; + + private: + template + static TypedThreadSafeFunction New( + napi_env env, + const Function& callback, + const Object& resource, + ResourceString resourceName, + size_t maxQueueSize, + size_t initialThreadCount, + ContextType* context, + Finalizer finalizeCallback, + FinalizerDataType* data, + napi_finalize wrapper); + + static void CallJsInternal(napi_env env, + napi_value jsCallback, + void* context, + void* data); + + protected: + napi_threadsafe_function _tsfn; + }; + template + class AsyncProgressWorkerBase : public AsyncWorker { + public: + virtual void OnWorkProgress(DataType* data) = 0; + class ThreadSafeData { + public: + ThreadSafeData(AsyncProgressWorkerBase* asyncprogressworker, DataType* data) + : _asyncprogressworker(asyncprogressworker), _data(data) {} + + AsyncProgressWorkerBase* asyncprogressworker() { return _asyncprogressworker; }; + DataType* data() { return _data; }; + + private: + AsyncProgressWorkerBase* _asyncprogressworker; + DataType* _data; + }; + void OnWorkComplete(Napi::Env env, napi_status status) override; + protected: + explicit AsyncProgressWorkerBase(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource, + size_t queue_size = 1); + virtual ~AsyncProgressWorkerBase(); + +// Optional callback of Napi::ThreadSafeFunction only available after NAPI_VERSION 4. +// Refs: https://github.com/nodejs/node/pull/27791 +#if NAPI_VERSION > 4 + explicit AsyncProgressWorkerBase(Napi::Env env, + const char* resource_name, + const Object& resource, + size_t queue_size = 1); +#endif + + static inline void OnAsyncWorkProgress(Napi::Env env, + Napi::Function jsCallback, + void* data); + + napi_status NonBlockingCall(DataType* data); + + private: + ThreadSafeFunction _tsfn; + bool _work_completed = false; + napi_status _complete_status; + static inline void OnThreadSafeFunctionFinalize(Napi::Env env, void* data, AsyncProgressWorkerBase* context); + }; + + template + class AsyncProgressWorker : public AsyncProgressWorkerBase { + public: + virtual ~AsyncProgressWorker(); + + class ExecutionProgress { + friend class AsyncProgressWorker; + public: + void Signal() const; + void Send(const T* data, size_t count) const; + private: + explicit ExecutionProgress(AsyncProgressWorker* worker) : _worker(worker) {} + AsyncProgressWorker* const _worker; + }; + + void OnWorkProgress(void*) override; + + protected: + explicit AsyncProgressWorker(const Function& callback); + explicit AsyncProgressWorker(const Function& callback, + const char* resource_name); + explicit AsyncProgressWorker(const Function& callback, + const char* resource_name, + const Object& resource); + explicit AsyncProgressWorker(const Object& receiver, + const Function& callback); + explicit AsyncProgressWorker(const Object& receiver, + const Function& callback, + const char* resource_name); + explicit AsyncProgressWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource); + +// Optional callback of Napi::ThreadSafeFunction only available after NAPI_VERSION 4. +// Refs: https://github.com/nodejs/node/pull/27791 +#if NAPI_VERSION > 4 + explicit AsyncProgressWorker(Napi::Env env); + explicit AsyncProgressWorker(Napi::Env env, + const char* resource_name); + explicit AsyncProgressWorker(Napi::Env env, + const char* resource_name, + const Object& resource); +#endif + virtual void Execute(const ExecutionProgress& progress) = 0; + virtual void OnProgress(const T* data, size_t count) = 0; + + private: + void Execute() override; + void Signal() const; + void SendProgress_(const T* data, size_t count); + + std::mutex _mutex; + T* _asyncdata; + size_t _asyncsize; + }; + + template + class AsyncProgressQueueWorker : public AsyncProgressWorkerBase> { + public: + virtual ~AsyncProgressQueueWorker() {}; + + class ExecutionProgress { + friend class AsyncProgressQueueWorker; + public: + void Signal() const; + void Send(const T* data, size_t count) const; + private: + explicit ExecutionProgress(AsyncProgressQueueWorker* worker) : _worker(worker) {} + AsyncProgressQueueWorker* const _worker; + }; + + void OnWorkComplete(Napi::Env env, napi_status status) override; + void OnWorkProgress(std::pair*) override; + + protected: + explicit AsyncProgressQueueWorker(const Function& callback); + explicit AsyncProgressQueueWorker(const Function& callback, + const char* resource_name); + explicit AsyncProgressQueueWorker(const Function& callback, + const char* resource_name, + const Object& resource); + explicit AsyncProgressQueueWorker(const Object& receiver, + const Function& callback); + explicit AsyncProgressQueueWorker(const Object& receiver, + const Function& callback, + const char* resource_name); + explicit AsyncProgressQueueWorker(const Object& receiver, + const Function& callback, + const char* resource_name, + const Object& resource); + +// Optional callback of Napi::ThreadSafeFunction only available after NAPI_VERSION 4. +// Refs: https://github.com/nodejs/node/pull/27791 +#if NAPI_VERSION > 4 + explicit AsyncProgressQueueWorker(Napi::Env env); + explicit AsyncProgressQueueWorker(Napi::Env env, + const char* resource_name); + explicit AsyncProgressQueueWorker(Napi::Env env, + const char* resource_name, + const Object& resource); +#endif + virtual void Execute(const ExecutionProgress& progress) = 0; + virtual void OnProgress(const T* data, size_t count) = 0; + + private: + void Execute() override; + void Signal() const; + void SendProgress_(const T* data, size_t count); + }; + #endif // NAPI_VERSION > 3 && !defined(__wasm32__) + + // Memory management. + class MemoryManagement { + public: + static int64_t AdjustExternalMemory(Env env, int64_t change_in_bytes); + }; + + // Version management + class VersionManagement { + public: + static uint32_t GetNapiVersion(Env env); + static const napi_node_version* GetNodeVersion(Env env); + }; + +#if NAPI_VERSION > 5 + template + class Addon : public InstanceWrap { + public: + static inline Object Init(Env env, Object exports); + static T* Unwrap(Object wrapper); + + protected: + using AddonProp = ClassPropertyDescriptor; + void DefineAddon(Object exports, + const std::initializer_list& props); + Napi::Object DefineProperties(Object object, + const std::initializer_list& props); + + private: + Object entry_point_; + }; +#endif // NAPI_VERSION > 5 + +} // namespace Napi + +// Inline implementations of all the above class methods are included here. +#include "napi-inl.h" + +#endif // SRC_NAPI_H_ diff --git a/node_modules/node-addon-api/node_api.gyp b/node_modules/node-addon-api/node_api.gyp new file mode 100644 index 0000000..4ff0ae7 --- /dev/null +++ b/node_modules/node-addon-api/node_api.gyp @@ -0,0 +1,9 @@ +{ + 'targets': [ + { + 'target_name': 'nothing', + 'type': 'static_library', + 'sources': [ 'nothing.c' ] + } + ] +} diff --git a/node_modules/node-addon-api/noexcept.gypi b/node_modules/node-addon-api/noexcept.gypi new file mode 100644 index 0000000..404a05f --- /dev/null +++ b/node_modules/node-addon-api/noexcept.gypi @@ -0,0 +1,26 @@ +{ + 'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ], + 'cflags': [ '-fno-exceptions' ], + 'cflags_cc': [ '-fno-exceptions' ], + 'conditions': [ + ["OS=='win'", { + # _HAS_EXCEPTIONS is already defined and set to 0 in common.gypi + #"defines": [ + # "_HAS_EXCEPTIONS=0" + #], + "msvs_settings": { + "VCCLCompilerTool": { + 'ExceptionHandling': 0, + 'EnablePREfast': 'true', + }, + }, + }], + ["OS=='mac'", { + 'xcode_settings': { + 'CLANG_CXX_LIBRARY': 'libc++', + 'MACOSX_DEPLOYMENT_TARGET': '10.7', + 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', + }, + }], + ], +} diff --git a/node_modules/node-addon-api/nothing.c b/node_modules/node-addon-api/nothing.c new file mode 100644 index 0000000..e69de29 diff --git a/node_modules/node-addon-api/package-support.json b/node_modules/node-addon-api/package-support.json new file mode 100644 index 0000000..10d3607 --- /dev/null +++ b/node_modules/node-addon-api/package-support.json @@ -0,0 +1,21 @@ +{ + "versions": [ + { + "version": "*", + "target": { + "node": "active" + }, + "response": { + "type": "time-permitting", + "paid": false, + "contact": { + "name": "node-addon-api team", + "url": "https://github.com/nodejs/node-addon-api/issues" + } + }, + "backing": [ { "project": "https://github.com/nodejs" }, + { "foundation": "https://openjsf.org/" } + ] + } + ] +} diff --git a/node_modules/node-addon-api/package.json b/node_modules/node-addon-api/package.json new file mode 100644 index 0000000..fb74a1c --- /dev/null +++ b/node_modules/node-addon-api/package.json @@ -0,0 +1,399 @@ +{ + "bugs": { + "url": "https://github.com/nodejs/node-addon-api/issues" + }, + "contributors": [ + { + "name": "Abhishek Kumar Singh", + "url": "https://github.com/abhi11210646" + }, + { + "name": "Alba Mendez", + "url": "https://github.com/jmendeth" + }, + { + "name": "Alexander Floh", + "url": "https://github.com/alexanderfloh" + }, + { + "name": "András Timár, Dr", + "url": "https://github.com/timarandras" + }, + { + "name": "Andrew Petersen", + "url": "https://github.com/kirbysayshi" + }, + { + "name": "Anisha Rohra", + "url": "https://github.com/anisha-rohra" + }, + { + "name": "Anna Henningsen", + "url": "https://github.com/addaleax" + }, + { + "name": "Arnaud Botella", + "url": "https://github.com/BotellaA" + }, + { + "name": "Arunesh Chandra", + "url": "https://github.com/aruneshchandra" + }, + { + "name": "Azlan Mukhtar", + "url": "https://github.com/azlan" + }, + { + "name": "Ben Berman", + "url": "https://github.com/rivertam" + }, + { + "name": "Benjamin Byholm", + "url": "https://github.com/kkoopa" + }, + { + "name": "Bill Gallafent", + "url": "https://github.com/gallafent" + }, + { + "name": "blagoev", + "url": "https://github.com/blagoev" + }, + { + "name": "Bruce A. MacNaughton", + "url": "https://github.com/bmacnaughton" + }, + { + "name": "Cory Mickelson", + "url": "https://github.com/corymickelson" + }, + { + "name": "Daniel Bevenius", + "url": "https://github.com/danbev" + }, + { + "name": "Darshan Sen", + "url": "https://github.com/RaisinTen" + }, + { + "name": "David Halls", + "url": "https://github.com/davedoesdev" + }, + { + "name": "Deepak Rajamohan", + "url": "https://github.com/deepakrkris" + }, + { + "name": "Dmitry Ashkadov", + "url": "https://github.com/dmitryash" + }, + { + "name": "Dongjin Na", + "url": "https://github.com/nadongguri" + }, + { + "name": "Doni Rubiagatra", + "url": "https://github.com/rubiagatra" + }, + { + "name": "Ferdinand Holzer", + "url": "https://github.com/fholzer" + }, + { + "name": "Eric Bickle", + "url": "https://github.com/ebickle" + }, + { + "name": "Gabriel Schulhof", + "url": "https://github.com/gabrielschulhof" + }, + { + "name": "Guenter Sandner", + "url": "https://github.com/gms1" + }, + { + "name": "Gus Caplan", + "url": "https://github.com/devsnek" + }, + { + "name": "Helio Frota", + "url": "https://github.com/helio-frota" + }, + { + "name": "Hitesh Kanwathirtha", + "url": "https://github.com/digitalinfinity" + }, + { + "name": "ikokostya", + "url": "https://github.com/ikokostya" + }, + { + "name": "Jack Xia", + "url": "https://github.com/JckXia" + }, + { + "name": "Jake Barnes", + "url": "https://github.com/DuBistKomisch" + }, + { + "name": "Jake Yoon", + "url": "https://github.com/yjaeseok" + }, + { + "name": "Jason Ginchereau", + "url": "https://github.com/jasongin" + }, + { + "name": "Jeroen Janssen", + "url": "https://github.com/japj" + }, + { + "name": "Jim Schlight", + "url": "https://github.com/jschlight" + }, + { + "name": "Jinho Bang", + "url": "https://github.com/romandev" + }, + { + "name": "José Expósito", + "url": "https://github.com/JoseExposito" + }, + { + "name": "joshgarde", + "url": "https://github.com/joshgarde" + }, + { + "name": "Kasumi Hanazuki", + "url": "https://github.com/hanazuki" + }, + { + "name": "Kelvin", + "url": "https://github.com/kelvinhammond" + }, + { + "name": "Kevin Eady", + "url": "https://github.com/KevinEady" + }, + { + "name": "Kévin VOYER", + "url": "https://github.com/kecsou" + }, + { + "name": "kidneysolo", + "url": "https://github.com/kidneysolo" + }, + { + "name": "Koki Nishihara", + "url": "https://github.com/Nishikoh" + }, + { + "name": "Konstantin Tarkus", + "url": "https://github.com/koistya" + }, + { + "name": "Kyle Farnung", + "url": "https://github.com/kfarnung" + }, + { + "name": "legendecas", + "url": "https://github.com/legendecas" + }, + { + "name": "LongYinan", + "url": "https://github.com/Brooooooklyn" + }, + { + "name": "Lovell Fuller", + "url": "https://github.com/lovell" + }, + { + "name": "Luciano Martorella", + "url": "https://github.com/lmartorella" + }, + { + "name": "mastergberry", + "url": "https://github.com/mastergberry" + }, + { + "name": "Mathias Küsel", + "url": "https://github.com/mathiask88" + }, + { + "name": "Matteo Collina", + "url": "https://github.com/mcollina" + }, + { + "name": "Michael Dawson", + "url": "https://github.com/mhdawson" + }, + { + "name": "Michael Price", + "url": "https://github.com/mikepricedev" + }, + { + "name": "Michele Campus", + "url": "https://github.com/kYroL01" + }, + { + "name": "Mikhail Cheshkov", + "url": "https://github.com/mcheshkov" + }, + { + "name": "nempoBu4", + "url": "https://github.com/nempoBu4" + }, + { + "name": "Nicola Del Gobbo", + "url": "https://github.com/NickNaso" + }, + { + "name": "Nick Soggin", + "url": "https://github.com/iSkore" + }, + { + "name": "Nikolai Vavilov", + "url": "https://github.com/seishun" + }, + { + "name": "Nurbol Alpysbayev", + "url": "https://github.com/anurbol" + }, + { + "name": "pacop", + "url": "https://github.com/pacop" + }, + { + "name": "Philipp Renoth", + "url": "https://github.com/DaAitch" + }, + { + "name": "Rolf Timmermans", + "url": "https://github.com/rolftimmermans" + }, + { + "name": "Ross Weir", + "url": "https://github.com/ross-weir" + }, + { + "name": "Ryuichi Okumura", + "url": "https://github.com/okuryu" + }, + { + "name": "Sampson Gao", + "url": "https://github.com/sampsongao" + }, + { + "name": "Sam Roberts", + "url": "https://github.com/sam-github" + }, + { + "name": "strager", + "url": "https://github.com/strager" + }, + { + "name": "Taylor Woll", + "url": "https://github.com/boingoing" + }, + { + "name": "Thomas Gentilhomme", + "url": "https://github.com/fraxken" + }, + { + "name": "Tim Rach", + "url": "https://github.com/timrach" + }, + { + "name": "Tobias Nießen", + "url": "https://github.com/tniessen" + }, + { + "name": "todoroff", + "url": "https://github.com/todoroff" + }, + { + "name": "Tux3", + "url": "https://github.com/tux3" + }, + { + "name": "Vlad Velmisov", + "url": "https://github.com/Velmisov" + }, + { + "name": "WenheLI", + "url": "https://github.com/WenheLI" + }, + + { + "name": "Yohei Kishimoto", + "url": "https://github.com/morokosi" + }, + { + "name": "Yulong Wang", + "url": "https://github.com/fs-eire" + }, + { + "name": "Ziqiu Zhao", + "url": "https://github.com/ZzqiZQute" + } + ], + "description": "Node.js API (Node-API)", + "devDependencies": { + "benchmark": "^2.1.4", + "bindings": "^1.5.0", + "clang-format": "^1.4.0", + "eslint": "^7.32.0", + "eslint-config-semistandard": "^16.0.0", + "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.24.2", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^5.1.0", + "fs-extra": "^9.0.1", + "path": "^0.12.7", + "pre-commit": "^1.2.2", + "safe-buffer": "^5.1.1" + }, + "directories": {}, + "gypfile": false, + "homepage": "https://github.com/nodejs/node-addon-api", + "keywords": [ + "n-api", + "napi", + "addon", + "native", + "bindings", + "c", + "c++", + "nan", + "node-addon-api" + ], + "license": "MIT", + "main": "index.js", + "name": "node-addon-api", + "readme": "README.md", + "repository": { + "type": "git", + "url": "git://github.com/nodejs/node-addon-api.git" + }, + "files": [ + "*.{c,h,gyp,gypi}", + "package-support.json", + "tools/" + ], + "scripts": { + "prebenchmark": "node-gyp rebuild -C benchmark", + "benchmark": "node benchmark", + "pretest": "node-gyp rebuild -C test", + "test": "node test", + "predev": "node-gyp rebuild -C test --debug", + "dev": "node test", + "predev:incremental": "node-gyp configure build -C test --debug", + "dev:incremental": "node test", + "doc": "doxygen doc/Doxyfile", + "lint": "node tools/eslint-format && node tools/clang-format", + "lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix" + }, + "pre-commit": "lint", + "version": "4.3.0", + "support": true +} diff --git a/node_modules/node-addon-api/tools/README.md b/node_modules/node-addon-api/tools/README.md new file mode 100644 index 0000000..6b80e94 --- /dev/null +++ b/node_modules/node-addon-api/tools/README.md @@ -0,0 +1,73 @@ +# Tools + +## clang-format + +The clang-format checking tools is designed to check changed lines of code compared to given git-refs. + +## Migration Script + +The migration tool is designed to reduce repetitive work in the migration process. However, the script is not aiming to convert every thing for you. There are usually some small fixes and major reconstruction required. + +### How To Use + +To run the conversion script, first make sure you have the latest `node-addon-api` in your `node_modules` directory. +``` +npm install node-addon-api +``` + +Then run the script passing your project directory +``` +node ./node_modules/node-addon-api/tools/conversion.js ./ +``` + +After finish, recompile and debug things that are missed by the script. + + +### Quick Fixes +Here is the list of things that can be fixed easily. + 1. Change your methods' return value to void if it doesn't return value to JavaScript. + 2. Use `.` to access attribute or to invoke member function in Napi::Object instead of `->`. + 3. `Napi::New(env, value);` to `Napi::[Type]::New(env, value); + + +### Major Reconstructions +The implementation of `Napi::ObjectWrap` is significantly different from NAN's. `Napi::ObjectWrap` takes a pointer to the wrapped object and creates a reference to the wrapped object inside ObjectWrap constructor. `Napi::ObjectWrap` also associates wrapped object's instance methods to Javascript module instead of static methods like NAN. + +So if you use Nan::ObjectWrap in your module, you will need to execute the following steps. + + 1. Convert your [ClassName]::New function to a constructor function that takes a `Napi::CallbackInfo`. Declare it as +``` +[ClassName](const Napi::CallbackInfo& info); +``` +and define it as +``` +[ClassName]::[ClassName](const Napi::CallbackInfo& info) : Napi::ObjectWrap<[ClassName]>(info){ + ... +} +``` +This way, the `Napi::ObjectWrap` constructor will be invoked after the object has been instantiated and `Napi::ObjectWrap` can use the `this` pointer to create a reference to the wrapped object. + + 2. Move your original constructor code into the new constructor. Delete your original constructor. + 3. In your class initialization function, associate native methods in the following way. +``` +Napi::FunctionReference constructor; + +void [ClassName]::Init(Napi::Env env, Napi::Object exports, Napi::Object module) { + Napi::HandleScope scope(env); + Napi::Function ctor = DefineClass(env, "Canvas", { + InstanceMethod<&[ClassName]::Func1>("Func1"), + InstanceMethod<&[ClassName]::Func2>("Func2"), + InstanceAccessor<&[ClassName]::ValueGetter>("Value"), + StaticMethod<&[ClassName]::StaticMethod>("MethodName"), + InstanceValue("Value", Napi::[Type]::New(env, value)), + }); + + constructor = Napi::Persistent(ctor); + constructor .SuppressDestruct(); + exports.Set("[ClassName]", ctor); +} +``` + 4. In function where you need to Unwrap the ObjectWrap in NAN like `[ClassName]* native = Nan::ObjectWrap::Unwrap<[ClassName]>(info.This());`, use `this` pointer directly as the unwrapped object as each ObjectWrap instance is associated with a unique object instance. + + +If you still find issues after following this guide, please leave us an issue describing your problem and we will try to resolve it. diff --git a/node_modules/node-addon-api/tools/check-napi.js b/node_modules/node-addon-api/tools/check-napi.js new file mode 100644 index 0000000..48fdfc0 --- /dev/null +++ b/node_modules/node-addon-api/tools/check-napi.js @@ -0,0 +1,100 @@ +'use strict'; +// Descend into a directory structure and, for each file matching *.node, output +// based on the imports found in the file whether it's an N-API module or not. + +const fs = require('fs'); +const path = require('path'); +const child_process = require('child_process'); + +// Read the output of the command, break it into lines, and use the reducer to +// decide whether the file is an N-API module or not. +function checkFile(file, command, argv, reducer) { + const child = child_process.spawn(command, argv, { + stdio: ['inherit', 'pipe', 'inherit'] + }); + let leftover = ''; + let isNapi = undefined; + child.stdout.on('data', (chunk) => { + if (isNapi === undefined) { + chunk = (leftover + chunk.toString()).split(/[\r\n]+/); + leftover = chunk.pop(); + isNapi = chunk.reduce(reducer, isNapi); + if (isNapi !== undefined) { + child.kill(); + } + } + }); + child.on('close', (code, signal) => { + if ((code === null && signal !== null) || (code !== 0)) { + console.log( + command + ' exited with code: ' + code + ' and signal: ' + signal); + } else { + // Green if it's a N-API module, red otherwise. + console.log( + '\x1b[' + (isNapi ? '42' : '41') + 'm' + + (isNapi ? ' N-API' : 'Not N-API') + + '\x1b[0m: ' + file); + } + }); +} + +// Use nm -a to list symbols. +function checkFileUNIX(file) { + checkFile(file, 'nm', ['-a', file], (soFar, line) => { + if (soFar === undefined) { + line = line.match(/([0-9a-f]*)? ([a-zA-Z]) (.*$)/); + if (line[2] === 'U') { + if (/^napi/.test(line[3])) { + soFar = true; + } + } + } + return soFar; + }); +} + +// Use dumpbin /imports to list symbols. +function checkFileWin32(file) { + checkFile(file, 'dumpbin', ['/imports', file], (soFar, line) => { + if (soFar === undefined) { + line = line.match(/([0-9a-f]*)? +([a-zA-Z0-9]) (.*$)/); + if (line && /^napi/.test(line[line.length - 1])) { + soFar = true; + } + } + return soFar; + }); +} + +// Descend into a directory structure and pass each file ending in '.node' to +// one of the above checks, depending on the OS. +function recurse(top) { + fs.readdir(top, (error, items) => { + if (error) { + throw ("error reading directory " + top + ": " + error); + } + items.forEach((item) => { + item = path.join(top, item); + fs.stat(item, ((item) => (error, stats) => { + if (error) { + throw ("error about " + item + ": " + error); + } + if (stats.isDirectory()) { + recurse(item); + } else if (/[.]node$/.test(item) && + // Explicitly ignore files called 'nothing.node' because they are + // artefacts of node-addon-api having identified a version of + // Node.js that ships with a correct implementation of N-API. + path.basename(item) !== 'nothing.node') { + process.platform === 'win32' ? + checkFileWin32(item) : + checkFileUNIX(item); + } + })(item)); + }); + }); +} + +// Start with the directory given on the command line or the current directory +// if nothing was given. +recurse(process.argv.length > 3 ? process.argv[2] : '.'); diff --git a/node_modules/node-addon-api/tools/clang-format.js b/node_modules/node-addon-api/tools/clang-format.js new file mode 100644 index 0000000..b76d89b --- /dev/null +++ b/node_modules/node-addon-api/tools/clang-format.js @@ -0,0 +1,68 @@ +#!/usr/bin/env node + +const spawn = require('child_process').spawnSync; +const path = require('path'); + +const filesToCheck = ['*.h', '*.cc']; +const FORMAT_START = process.env.FORMAT_START || 'main'; + +function main (args) { + let fix = false; + while (args.length > 0) { + switch (args[0]) { + case '-f': + case '--fix': + fix = true; + break; + default: + } + args.shift(); + } + + const clangFormatPath = path.dirname(require.resolve('clang-format')); + const options = ['--binary=node_modules/.bin/clang-format', '--style=file']; + if (fix) { + options.push(FORMAT_START); + } else { + options.push('--diff', FORMAT_START); + } + + const gitClangFormatPath = path.join(clangFormatPath, 'bin/git-clang-format'); + const result = spawn( + 'python', + [gitClangFormatPath, ...options, '--', ...filesToCheck], + { encoding: 'utf-8' } + ); + + if (result.stderr) { + console.error('Error running git-clang-format:', result.stderr); + return 2; + } + + const clangFormatOutput = result.stdout.trim(); + // Bail fast if in fix mode. + if (fix) { + console.log(clangFormatOutput); + return 0; + } + // Detect if there is any complains from clang-format + if ( + clangFormatOutput !== '' && + clangFormatOutput !== 'no modified files to format' && + clangFormatOutput !== 'clang-format did not modify any files' + ) { + console.error(clangFormatOutput); + const fixCmd = 'npm run lint:fix'; + console.error(` + ERROR: please run "${fixCmd}" to format changes in your commit + Note that when running the command locally, please keep your local + main branch and working branch up to date with nodejs/node-addon-api + to exclude un-related complains. + Or you can run "env FORMAT_START=upstream/main ${fixCmd}".`); + return 1; + } +} + +if (require.main === module) { + process.exitCode = main(process.argv.slice(2)); +} diff --git a/node_modules/node-addon-api/tools/conversion.js b/node_modules/node-addon-api/tools/conversion.js new file mode 100644 index 0000000..5aef2c3 --- /dev/null +++ b/node_modules/node-addon-api/tools/conversion.js @@ -0,0 +1,309 @@ +#! /usr/bin/env node + +'use strict' + +const fs = require('fs'); +const path = require('path'); + +const args = process.argv.slice(2); +const dir = args[0]; +if (!dir) { + console.log('Usage: node ' + path.basename(__filename) + ' '); + process.exit(1); +} + +const NodeApiVersion = require('../package.json').version; + +const disable = args[1]; +if (disable != "--disable" && dir != "--disable") { + var ConfigFileOperations = { + 'package.json': [ + [ /([ ]*)"dependencies": {/g, '$1"dependencies": {\n$1 "node-addon-api": "' + NodeApiVersion + '",'], + [ /[ ]*"nan": *"[^"]+"(,|)[\n\r]/g, '' ] + ], + 'binding.gyp': [ + [ /([ ]*)'include_dirs': \[/g, '$1\'include_dirs\': [\n$1 \'\s+(\w+)\s*=\s*Nan::New\([\w\d:]+\);(?:\w+->Reset\(\1\))?\s+\1->SetClassName\(Nan::String::New\("(\w+)"\)\);/g, 'Napi::Function $1 = DefineClass(env, "$2", {' ], + [ /Local\s+(\w+)\s*=\s*Nan::New\([\w\d:]+\);\s+(\w+)\.Reset\((\1)\);\s+\1->SetClassName\((Nan::String::New|Nan::New<(v8::)*String>)\("(.+?)"\)\);/g, 'Napi::Function $1 = DefineClass(env, "$6", {'], + [ /Local\s+(\w+)\s*=\s*Nan::New\([\w\d:]+\);(?:\w+->Reset\(\1\))?\s+\1->SetClassName\(Nan::String::New\("(\w+)"\)\);/g, 'Napi::Function $1 = DefineClass(env, "$2", {' ], + [ /Nan::New\(([\w\d:]+)\)->GetFunction\(\)/g, 'Napi::Function::New(env, $1)' ], + [ /Nan::New\(([\w\d:]+)\)->GetFunction()/g, 'Napi::Function::New(env, $1);' ], + [ /Nan::New\(([\w\d:]+)\)/g, 'Napi::Function::New(env, $1)' ], + [ /Nan::New\(([\w\d:]+)\)/g, 'Napi::Function::New(env, $1)' ], + + // FunctionTemplate to FunctionReference + [ /Nan::Persistent<(v8::)*FunctionTemplate>/g, 'Napi::FunctionReference' ], + [ /Nan::Persistent<(v8::)*Function>/g, 'Napi::FunctionReference' ], + [ /v8::Local/g, 'Napi::FunctionReference' ], + [ /Local/g, 'Napi::FunctionReference' ], + [ /v8::FunctionTemplate/g, 'Napi::FunctionReference' ], + [ /FunctionTemplate/g, 'Napi::FunctionReference' ], + + + [ /([ ]*)Nan::SetPrototypeMethod\(\w+, "(\w+)", (\w+)\);/g, '$1InstanceMethod("$2", &$3),' ], + [ /([ ]*)(?:\w+\.Reset\(\w+\);\s+)?\(target\)\.Set\("(\w+)",\s*Nan::GetFunction\((\w+)\)\);/gm, + '});\n\n' + + '$1constructor = Napi::Persistent($3);\n' + + '$1constructor.SuppressDestruct();\n' + + '$1target.Set("$2", $3);' ], + + + // TODO: Other attribute combinations + [ /static_cast\(ReadOnly\s*\|\s*DontDelete\)/gm, + 'static_cast(napi_enumerable | napi_configurable)' ], + + [ /([\w\d:<>]+?)::Cast\((.+?)\)/g, '$2.As<$1>()' ], + + [ /\*Nan::Utf8String\(([^)]+)\)/g, '$1->As().Utf8Value().c_str()' ], + [ /Nan::Utf8String +(\w+)\(([^)]+)\)/g, 'std::string $1 = $2.As()' ], + [ /Nan::Utf8String/g, 'std::string' ], + + [ /v8::String::Utf8Value (.+?)\((.+?)\)/g, 'Napi::String $1(env, $2)' ], + [ /String::Utf8Value (.+?)\((.+?)\)/g, 'Napi::String $1(env, $2)' ], + [ /\.length\(\)/g, '.Length()' ], + + [ /Nan::MakeCallback\(([^,]+),[\s\\]+([^,]+),/gm, '$2.MakeCallback($1,' ], + + [ /class\s+(\w+)\s*:\s*public\s+Nan::ObjectWrap/g, 'class $1 : public Napi::ObjectWrap<$1>' ], + [ /(\w+)\(([^\)]*)\)\s*:\s*Nan::ObjectWrap\(\)\s*(,)?/gm, '$1($2) : Napi::ObjectWrap<$1>()$3' ], + + // HandleOKCallback to OnOK + [ /HandleOKCallback/g, 'OnOK' ], + // HandleErrorCallback to OnError + [ /HandleErrorCallback/g, 'OnError' ], + + // ex. .As() to .As() + [ /\.As\(\)/g, '.As()' ], + [ /\.As<(Value|Boolean|String|Number|Object|Array|Symbol|External|Function)>\(\)/g, '.As()' ], + + // ex. Nan::New(info[0]) to Napi::Number::New(info[0]) + [ /Nan::New<(v8::)*Integer>\((.+?)\)/g, 'Napi::Number::New(env, $2)' ], + [ /Nan::New\(([0-9\.]+)\)/g, 'Napi::Number::New(env, $1)' ], + [ /Nan::New<(v8::)*String>\("(.+?)"\)/g, 'Napi::String::New(env, "$2")' ], + [ /Nan::New\("(.+?)"\)/g, 'Napi::String::New(env, "$1")' ], + [ /Nan::New<(v8::)*(.+?)>\(\)/g, 'Napi::$2::New(env)' ], + [ /Nan::New<(.+?)>\(\)/g, 'Napi::$1::New(env)' ], + [ /Nan::New<(v8::)*(.+?)>\(/g, 'Napi::$2::New(env, ' ], + [ /Nan::New<(.+?)>\(/g, 'Napi::$1::New(env, ' ], + [ /Nan::NewBuffer\(/g, 'Napi::Buffer::New(env, ' ], + // TODO: Properly handle this + [ /Nan::New\(/g, 'Napi::New(env, ' ], + + [ /\.IsInt32\(\)/g, '.IsNumber()' ], + [ /->IsInt32\(\)/g, '.IsNumber()' ], + + + [ /(.+?)->BooleanValue\(\)/g, '$1.As().Value()' ], + [ /(.+?)->Int32Value\(\)/g, '$1.As().Int32Value()' ], + [ /(.+?)->Uint32Value\(\)/g, '$1.As().Uint32Value()' ], + [ /(.+?)->IntegerValue\(\)/g, '$1.As().Int64Value()' ], + [ /(.+?)->NumberValue\(\)/g, '$1.As().DoubleValue()' ], + + // ex. Nan::To(info[0]) to info[0].Value() + [ /Nan::To\((.+?)\)/g, '$2.To()' ], + [ /Nan::To<(Boolean|String|Number|Object|Array|Symbol|Function)>\((.+?)\)/g, '$2.To()' ], + // ex. Nan::To(info[0]) to info[0].As().Value() + [ /Nan::To\((.+?)\)/g, '$1.As().Value()' ], + // ex. Nan::To(info[0]) to info[0].As().Int32Value() + [ /Nan::To\((.+?)\)/g, '$1.As().Int32Value()' ], + // ex. Nan::To(info[0]) to info[0].As().Int32Value() + [ /Nan::To\((.+?)\)/g, '$1.As().Int32Value()' ], + // ex. Nan::To(info[0]) to info[0].As().Uint32Value() + [ /Nan::To\((.+?)\)/g, '$1.As().Uint32Value()' ], + // ex. Nan::To(info[0]) to info[0].As().Int64Value() + [ /Nan::To\((.+?)\)/g, '$1.As().Int64Value()' ], + // ex. Nan::To(info[0]) to info[0].As().FloatValue() + [ /Nan::To\((.+?)\)/g, '$1.As().FloatValue()' ], + // ex. Nan::To(info[0]) to info[0].As().DoubleValue() + [ /Nan::To\((.+?)\)/g, '$1.As().DoubleValue()' ], + + [ /Nan::New\((\w+)\)->HasInstance\((\w+)\)/g, '$2.InstanceOf($1.Value())' ], + + [ /Nan::Has\(([^,]+),\s*/gm, '($1).Has(' ], + [ /\.Has\([\s|\\]*Nan::New<(v8::)*String>\(([^)]+)\)\)/gm, '.Has($1)' ], + [ /\.Has\([\s|\\]*Nan::New\(([^)]+)\)\)/gm, '.Has($1)' ], + + [ /Nan::Get\(([^,]+),\s*/gm, '($1).Get(' ], + [ /\.Get\([\s|\\]*Nan::New<(v8::)*String>\(([^)]+)\)\)/gm, '.Get($1)' ], + [ /\.Get\([\s|\\]*Nan::New\(([^)]+)\)\)/gm, '.Get($1)' ], + + [ /Nan::Set\(([^,]+),\s*/gm, '($1).Set(' ], + [ /\.Set\([\s|\\]*Nan::New<(v8::)*String>\(([^)]+)\)\s*,/gm, '.Set($1,' ], + [ /\.Set\([\s|\\]*Nan::New\(([^)]+)\)\s*,/gm, '.Set($1,' ], + + + // ex. node::Buffer::HasInstance(info[0]) to info[0].IsBuffer() + [ /node::Buffer::HasInstance\((.+?)\)/g, '$1.IsBuffer()' ], + // ex. node::Buffer::Length(info[0]) to info[0].Length() + [ /node::Buffer::Length\((.+?)\)/g, '$1.As>().Length()' ], + // ex. node::Buffer::Data(info[0]) to info[0].Data() + [ /node::Buffer::Data\((.+?)\)/g, '$1.As>().Data()' ], + [ /Nan::CopyBuffer\(/g, 'Napi::Buffer::Copy(env, ' ], + + // Nan::AsyncQueueWorker(worker) + [ /Nan::AsyncQueueWorker\((.+)\);/g, '$1.Queue();' ], + [ /Nan::(Undefined|Null|True|False)\(\)/g, 'env.$1()' ], + + // Nan::ThrowError(error) to Napi::Error::New(env, error).ThrowAsJavaScriptException() + [ /([ ]*)return Nan::Throw(\w*?)Error\((.+?)\);/g, '$1Napi::$2Error::New(env, $3).ThrowAsJavaScriptException();\n$1return env.Null();' ], + [ /Nan::Throw(\w*?)Error\((.+?)\);\n(\s*)return;/g, 'Napi::$1Error::New(env, $2).ThrowAsJavaScriptException();\n$3return env.Null();' ], + [ /Nan::Throw(\w*?)Error\((.+?)\);/g, 'Napi::$1Error::New(env, $2).ThrowAsJavaScriptException();\n' ], + // Nan::RangeError(error) to Napi::RangeError::New(env, error) + [ /Nan::(\w*?)Error\((.+)\)/g, 'Napi::$1Error::New(env, $2)' ], + + [ /Nan::Set\((.+?),\n* *(.+?),\n* *(.+?),\n* *(.+?)\)/g, '$1.Set($2, $3, $4)' ], + + [ /Nan::(Escapable)?HandleScope\s+(\w+)\s*;/g, 'Napi::$1HandleScope $2(env);' ], + [ /Nan::(Escapable)?HandleScope/g, 'Napi::$1HandleScope' ], + [ /Nan::ForceSet\(([^,]+), ?/g, '$1->DefineProperty(' ], + [ /\.ForceSet\(Napi::String::New\(env, "(\w+)"\),\s*?/g, '.DefineProperty("$1", ' ], + // [ /Nan::GetPropertyNames\(([^,]+)\)/, '$1->GetPropertyNames()' ], + [ /Nan::Equals\(([^,]+),/g, '$1.StrictEquals(' ], + + + [ /(.+)->Set\(/g, '$1.Set\(' ], + + + [ /Nan::Callback/g, 'Napi::FunctionReference' ], + + + [ /Nan::Persistent/g, 'Napi::ObjectReference' ], + [ /Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE target/g, 'Napi::Env& env, Napi::Object& target' ], + + [ /(\w+)\*\s+(\w+)\s*=\s*Nan::ObjectWrap::Unwrap<\w+>\(info\.This\(\)\);/g, '$1* $2 = this;' ], + [ /Nan::ObjectWrap::Unwrap<(\w+)>\((.*)\);/g, '$2.Unwrap<$1>();' ], + + [ /Nan::NAN_METHOD_RETURN_TYPE/g, 'void' ], + [ /NAN_INLINE/g, 'inline' ], + + [ /Nan::NAN_METHOD_ARGS_TYPE/g, 'const Napi::CallbackInfo&' ], + [ /NAN_METHOD\(([\w\d:]+?)\)/g, 'Napi::Value $1(const Napi::CallbackInfo& info)'], + [ /static\s*NAN_GETTER\(([\w\d:]+?)\)/g, 'Napi::Value $1(const Napi::CallbackInfo& info)' ], + [ /NAN_GETTER\(([\w\d:]+?)\)/g, 'Napi::Value $1(const Napi::CallbackInfo& info)' ], + [ /static\s*NAN_SETTER\(([\w\d:]+?)\)/g, 'void $1(const Napi::CallbackInfo& info, const Napi::Value& value)' ], + [ /NAN_SETTER\(([\w\d:]+?)\)/g, 'void $1(const Napi::CallbackInfo& info, const Napi::Value& value)' ], + [ /void Init\((v8::)*Local<(v8::)*Object> exports\)/g, 'Napi::Object Init(Napi::Env env, Napi::Object exports)' ], + [ /NAN_MODULE_INIT\(([\w\d:]+?)\);/g, 'Napi::Object $1(Napi::Env env, Napi::Object exports);' ], + [ /NAN_MODULE_INIT\(([\w\d:]+?)\)/g, 'Napi::Object $1(Napi::Env env, Napi::Object exports)' ], + + + [ /::(Init(?:ialize)?)\(target\)/g, '::$1(env, target, module)' ], + [ /constructor_template/g, 'constructor' ], + + [ /Nan::FunctionCallbackInfo<(v8::)?Value>[ ]*& [ ]*info\)[ ]*{\n*([ ]*)/gm, 'Napi::CallbackInfo& info) {\n$2Napi::Env env = info.Env();\n$2' ], + [ /Nan::FunctionCallbackInfo<(v8::)*Value>\s*&\s*info\);/g, 'Napi::CallbackInfo& info);' ], + [ /Nan::FunctionCallbackInfo<(v8::)*Value>\s*&/g, 'Napi::CallbackInfo&' ], + + [ /Buffer::HasInstance\(([^)]+)\)/g, '$1.IsBuffer()' ], + + [ /info\[(\d+)\]->/g, 'info[$1].' ], + [ /info\[([\w\d]+)\]->/g, 'info[$1].' ], + [ /info\.This\(\)->/g, 'info.This().' ], + [ /->Is(Object|String|Int32|Number)\(\)/g, '.Is$1()' ], + [ /info.GetReturnValue\(\).SetUndefined\(\)/g, 'return env.Undefined()' ], + [ /info\.GetReturnValue\(\)\.Set\(((\n|.)+?)\);/g, 'return $1;' ], + + + // ex. Local to Napi::Value + [ /v8::Local/g, 'Napi::$1' ], + [ /Local<(Value|Boolean|String|Number|Object|Array|Symbol|External|Function)>/g, 'Napi::$1' ], + + // Declare an env in helper functions that take a Napi::Value + [ /(\w+)\(Napi::Value (\w+)(,\s*[^\()]+)?\)\s*{\n*([ ]*)/gm, '$1(Napi::Value $2$3) {\n$4Napi::Env env = $2.Env();\n$4' ], + + // delete #include and/or + [ /#include +(<|")(?:node|nan).h("|>)/g, "#include $1napi.h$2\n#include $1uv.h$2" ], + // NODE_MODULE to NODE_API_MODULE + [ /NODE_MODULE/g, 'NODE_API_MODULE' ], + [ /Nan::/g, 'Napi::' ], + [ /nan.h/g, 'napi.h' ], + + // delete .FromJust() + [ /\.FromJust\(\)/g, '' ], + // delete .ToLocalCheck() + [ /\.ToLocalChecked\(\)/g, '' ], + [ /^.*->SetInternalFieldCount\(.*$/gm, '' ], + + // replace using node; and/or using v8; to using Napi; + [ /using (node|v8);/g, 'using Napi;' ], + [ /using namespace (node|Nan|v8);/g, 'using namespace Napi;' ], + // delete using v8::Local; + [ /using v8::Local;\n/g, '' ], + // replace using v8::XXX; with using Napi::XXX + [ /using v8::([A-Za-z]+);/g, 'using Napi::$1;' ], + +]; + +var paths = listFiles(dir); +paths.forEach(function(dirEntry) { + var filename = dirEntry.split('\\').pop().split('/').pop(); + + // Check whether the file is a source file or a config file + // then execute function accordingly + var sourcePattern = /.+\.h|.+\.cc|.+\.cpp/; + if (sourcePattern.test(filename)) { + convertFile(dirEntry, SourceFileOperations); + } else if (ConfigFileOperations[filename] != null) { + convertFile(dirEntry, ConfigFileOperations[filename]); + } +}); + +function listFiles(dir, filelist) { + var files = fs.readdirSync(dir); + filelist = filelist || []; + files.forEach(function(file) { + if (file === 'node_modules') { + return + } + + if (fs.statSync(path.join(dir, file)).isDirectory()) { + filelist = listFiles(path.join(dir, file), filelist); + } else { + filelist.push(path.join(dir, file)); + } + }); + return filelist; +} + +function convert(content, operations) { + for (let i = 0; i < operations.length; i ++) { + let operation = operations[i]; + content = content.replace(operation[0], operation[1]); + } + return content; +} + +function convertFile(fileName, operations) { + fs.readFile(fileName, "utf-8", function (err, file) { + if (err) throw err; + + file = convert(file, operations); + + fs.writeFile(fileName, file, function(err){ + if (err) throw err; + }); + }); +} diff --git a/node_modules/node-addon-api/tools/eslint-format.js b/node_modules/node-addon-api/tools/eslint-format.js new file mode 100644 index 0000000..5938835 --- /dev/null +++ b/node_modules/node-addon-api/tools/eslint-format.js @@ -0,0 +1,71 @@ +#!/usr/bin/env node + +const spawn = require('child_process').spawnSync; + +const filesToCheck = '*.js'; +const FORMAT_START = process.env.FORMAT_START || 'main'; + +function main (args) { + let fix = false; + while (args.length > 0) { + switch (args[0]) { + case '-f': + case '--fix': + fix = true; + break; + default: + } + args.shift(); + } + + // Check js files that change on unstaged file + const fileUnStaged = spawn( + 'git', + ['diff', '--name-only', FORMAT_START, filesToCheck], + { + encoding: 'utf-8' + } + ); + + // Check js files that change on staged file + const fileStaged = spawn( + 'git', + ['diff', '--name-only', '--cached', FORMAT_START, filesToCheck], + { + encoding: 'utf-8' + } + ); + + const options = [ + ...fileStaged.stdout.split('\n').filter((f) => f !== ''), + ...fileUnStaged.stdout.split('\n').filter((f) => f !== '') + ]; + + if (fix) { + options.push('--fix'); + } + const result = spawn('node_modules/.bin/eslint', [...options], { + encoding: 'utf-8' + }); + + if (result.status === 1) { + console.error('Eslint error:', result.stdout); + const fixCmd = 'npm run lint:fix'; + console.error(`ERROR: please run "${fixCmd}" to format changes in your commit + Note that when running the command locally, please keep your local + main branch and working branch up to date with nodejs/node-addon-api + to exclude un-related complains. + Or you can run "env FORMAT_START=upstream/main ${fixCmd}". + Also fix JS files by yourself if necessary.`); + return 1; + } + + if (result.stderr) { + console.error('Error running eslint:', result.stderr); + return 2; + } +} + +if (require.main === module) { + process.exitCode = main(process.argv.slice(2)); +} diff --git a/node_modules/node-fetch/LICENSE.md b/node_modules/node-fetch/LICENSE.md new file mode 100644 index 0000000..660ffec --- /dev/null +++ b/node_modules/node-fetch/LICENSE.md @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2016 David Frank + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. + diff --git a/node_modules/node-fetch/README.md b/node_modules/node-fetch/README.md new file mode 100644 index 0000000..55f09b7 --- /dev/null +++ b/node_modules/node-fetch/README.md @@ -0,0 +1,634 @@ +node-fetch +========== + +[![npm version][npm-image]][npm-url] +[![build status][travis-image]][travis-url] +[![coverage status][codecov-image]][codecov-url] +[![install size][install-size-image]][install-size-url] +[![Discord][discord-image]][discord-url] + +A light-weight module that brings `window.fetch` to Node.js + +(We are looking for [v2 maintainers and collaborators](https://github.com/bitinn/node-fetch/issues/567)) + +[![Backers][opencollective-image]][opencollective-url] + + + +- [Motivation](#motivation) +- [Features](#features) +- [Difference from client-side fetch](#difference-from-client-side-fetch) +- [Installation](#installation) +- [Loading and configuring the module](#loading-and-configuring-the-module) +- [Common Usage](#common-usage) + - [Plain text or HTML](#plain-text-or-html) + - [JSON](#json) + - [Simple Post](#simple-post) + - [Post with JSON](#post-with-json) + - [Post with form parameters](#post-with-form-parameters) + - [Handling exceptions](#handling-exceptions) + - [Handling client and server errors](#handling-client-and-server-errors) +- [Advanced Usage](#advanced-usage) + - [Streams](#streams) + - [Buffer](#buffer) + - [Accessing Headers and other Meta data](#accessing-headers-and-other-meta-data) + - [Extract Set-Cookie Header](#extract-set-cookie-header) + - [Post data using a file stream](#post-data-using-a-file-stream) + - [Post with form-data (detect multipart)](#post-with-form-data-detect-multipart) + - [Request cancellation with AbortSignal](#request-cancellation-with-abortsignal) +- [API](#api) + - [fetch(url[, options])](#fetchurl-options) + - [Options](#options) + - [Class: Request](#class-request) + - [Class: Response](#class-response) + - [Class: Headers](#class-headers) + - [Interface: Body](#interface-body) + - [Class: FetchError](#class-fetcherror) +- [License](#license) +- [Acknowledgement](#acknowledgement) + + + +## Motivation + +Instead of implementing `XMLHttpRequest` in Node.js to run browser-specific [Fetch polyfill](https://github.com/github/fetch), why not go from native `http` to `fetch` API directly? Hence, `node-fetch`, minimal code for a `window.fetch` compatible API on Node.js runtime. + +See Matt Andrews' [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) or Leonardo Quixada's [cross-fetch](https://github.com/lquixada/cross-fetch) for isomorphic usage (exports `node-fetch` for server-side, `whatwg-fetch` for client-side). + +## Features + +- Stay consistent with `window.fetch` API. +- Make conscious trade-off when following [WHATWG fetch spec][whatwg-fetch] and [stream spec](https://streams.spec.whatwg.org/) implementation details, document known differences. +- Use native promise but allow substituting it with [insert your favorite promise library]. +- Use native Node streams for body on both request and response. +- Decode content encoding (gzip/deflate) properly and convert string output (such as `res.text()` and `res.json()`) to UTF-8 automatically. +- Useful extensions such as timeout, redirect limit, response size limit, [explicit errors](ERROR-HANDLING.md) for troubleshooting. + +## Difference from client-side fetch + +- See [Known Differences](LIMITS.md) for details. +- If you happen to use a missing feature that `window.fetch` offers, feel free to open an issue. +- Pull requests are welcomed too! + +## Installation + +Current stable release (`2.x`) + +```sh +$ npm install node-fetch +``` + +## Loading and configuring the module +We suggest you load the module via `require` until the stabilization of ES modules in node: +```js +const fetch = require('node-fetch'); +``` + +If you are using a Promise library other than native, set it through `fetch.Promise`: +```js +const Bluebird = require('bluebird'); + +fetch.Promise = Bluebird; +``` + +## Common Usage + +NOTE: The documentation below is up-to-date with `2.x` releases; see the [`1.x` readme](https://github.com/bitinn/node-fetch/blob/1.x/README.md), [changelog](https://github.com/bitinn/node-fetch/blob/1.x/CHANGELOG.md) and [2.x upgrade guide](UPGRADE-GUIDE.md) for the differences. + +#### Plain text or HTML +```js +fetch('https://github.com/') + .then(res => res.text()) + .then(body => console.log(body)); +``` + +#### JSON + +```js + +fetch('https://api.github.com/users/github') + .then(res => res.json()) + .then(json => console.log(json)); +``` + +#### Simple Post +```js +fetch('https://httpbin.org/post', { method: 'POST', body: 'a=1' }) + .then(res => res.json()) // expecting a json response + .then(json => console.log(json)); +``` + +#### Post with JSON + +```js +const body = { a: 1 }; + +fetch('https://httpbin.org/post', { + method: 'post', + body: JSON.stringify(body), + headers: { 'Content-Type': 'application/json' }, + }) + .then(res => res.json()) + .then(json => console.log(json)); +``` + +#### Post with form parameters +`URLSearchParams` is available in Node.js as of v7.5.0. See [official documentation](https://nodejs.org/api/url.html#url_class_urlsearchparams) for more usage methods. + +NOTE: The `Content-Type` header is only set automatically to `x-www-form-urlencoded` when an instance of `URLSearchParams` is given as such: + +```js +const { URLSearchParams } = require('url'); + +const params = new URLSearchParams(); +params.append('a', 1); + +fetch('https://httpbin.org/post', { method: 'POST', body: params }) + .then(res => res.json()) + .then(json => console.log(json)); +``` + +#### Handling exceptions +NOTE: 3xx-5xx responses are *NOT* exceptions and should be handled in `then()`; see the next section for more information. + +Adding a catch to the fetch promise chain will catch *all* exceptions, such as errors originating from node core libraries, network errors and operational errors, which are instances of FetchError. See the [error handling document](ERROR-HANDLING.md) for more details. + +```js +fetch('https://domain.invalid/') + .catch(err => console.error(err)); +``` + +#### Handling client and server errors +It is common to create a helper function to check that the response contains no client (4xx) or server (5xx) error responses: + +```js +function checkStatus(res) { + if (res.ok) { // res.status >= 200 && res.status < 300 + return res; + } else { + throw MyCustomError(res.statusText); + } +} + +fetch('https://httpbin.org/status/400') + .then(checkStatus) + .then(res => console.log('will not get here...')) +``` + +## Advanced Usage + +#### Streams +The "Node.js way" is to use streams when possible: + +```js +fetch('https://assets-cdn.github.com/images/modules/logos_page/Octocat.png') + .then(res => { + const dest = fs.createWriteStream('./octocat.png'); + res.body.pipe(dest); + }); +``` + +In Node.js 14 you can also use async iterators to read `body`; however, be careful to catch +errors -- the longer a response runs, the more likely it is to encounter an error. + +```js +const fetch = require('node-fetch'); +const response = await fetch('https://httpbin.org/stream/3'); +try { + for await (const chunk of response.body) { + console.dir(JSON.parse(chunk.toString())); + } +} catch (err) { + console.error(err.stack); +} +``` + +In Node.js 12 you can also use async iterators to read `body`; however, async iterators with streams +did not mature until Node.js 14, so you need to do some extra work to ensure you handle errors +directly from the stream and wait on it response to fully close. + +```js +const fetch = require('node-fetch'); +const read = async body => { + let error; + body.on('error', err => { + error = err; + }); + for await (const chunk of body) { + console.dir(JSON.parse(chunk.toString())); + } + return new Promise((resolve, reject) => { + body.on('close', () => { + error ? reject(error) : resolve(); + }); + }); +}; +try { + const response = await fetch('https://httpbin.org/stream/3'); + await read(response.body); +} catch (err) { + console.error(err.stack); +} +``` + +#### Buffer +If you prefer to cache binary data in full, use buffer(). (NOTE: `buffer()` is a `node-fetch`-only API) + +```js +const fileType = require('file-type'); + +fetch('https://assets-cdn.github.com/images/modules/logos_page/Octocat.png') + .then(res => res.buffer()) + .then(buffer => fileType(buffer)) + .then(type => { /* ... */ }); +``` + +#### Accessing Headers and other Meta data +```js +fetch('https://github.com/') + .then(res => { + console.log(res.ok); + console.log(res.status); + console.log(res.statusText); + console.log(res.headers.raw()); + console.log(res.headers.get('content-type')); + }); +``` + +#### Extract Set-Cookie Header + +Unlike browsers, you can access raw `Set-Cookie` headers manually using `Headers.raw()`. This is a `node-fetch` only API. + +```js +fetch(url).then(res => { + // returns an array of values, instead of a string of comma-separated values + console.log(res.headers.raw()['set-cookie']); +}); +``` + +#### Post data using a file stream + +```js +const { createReadStream } = require('fs'); + +const stream = createReadStream('input.txt'); + +fetch('https://httpbin.org/post', { method: 'POST', body: stream }) + .then(res => res.json()) + .then(json => console.log(json)); +``` + +#### Post with form-data (detect multipart) + +```js +const FormData = require('form-data'); + +const form = new FormData(); +form.append('a', 1); + +fetch('https://httpbin.org/post', { method: 'POST', body: form }) + .then(res => res.json()) + .then(json => console.log(json)); + +// OR, using custom headers +// NOTE: getHeaders() is non-standard API + +const form = new FormData(); +form.append('a', 1); + +const options = { + method: 'POST', + body: form, + headers: form.getHeaders() +} + +fetch('https://httpbin.org/post', options) + .then(res => res.json()) + .then(json => console.log(json)); +``` + +#### Request cancellation with AbortSignal + +> NOTE: You may cancel streamed requests only on Node >= v8.0.0 + +You may cancel requests with `AbortController`. A suggested implementation is [`abort-controller`](https://www.npmjs.com/package/abort-controller). + +An example of timing out a request after 150ms could be achieved as the following: + +```js +import AbortController from 'abort-controller'; + +const controller = new AbortController(); +const timeout = setTimeout( + () => { controller.abort(); }, + 150, +); + +fetch(url, { signal: controller.signal }) + .then(res => res.json()) + .then( + data => { + useData(data) + }, + err => { + if (err.name === 'AbortError') { + // request was aborted + } + }, + ) + .finally(() => { + clearTimeout(timeout); + }); +``` + +See [test cases](https://github.com/bitinn/node-fetch/blob/master/test/test.js) for more examples. + + +## API + +### fetch(url[, options]) + +- `url` A string representing the URL for fetching +- `options` [Options](#fetch-options) for the HTTP(S) request +- Returns: Promise<[Response](#class-response)> + +Perform an HTTP(S) fetch. + +`url` should be an absolute url, such as `https://example.com/`. A path-relative URL (`/file/under/root`) or protocol-relative URL (`//can-be-http-or-https.com/`) will result in a rejected `Promise`. + + +### Options + +The default values are shown after each option key. + +```js +{ + // These properties are part of the Fetch Standard + method: 'GET', + headers: {}, // request headers. format is the identical to that accepted by the Headers constructor (see below) + body: null, // request body. can be null, a string, a Buffer, a Blob, or a Node.js Readable stream + redirect: 'follow', // set to `manual` to extract redirect headers, `error` to reject redirect + signal: null, // pass an instance of AbortSignal to optionally abort requests + + // The following properties are node-fetch extensions + follow: 20, // maximum redirect count. 0 to not follow redirect + timeout: 0, // req/res timeout in ms, it resets on redirect. 0 to disable (OS limit applies). Signal is recommended instead. + compress: true, // support gzip/deflate content encoding. false to disable + size: 0, // maximum response body size in bytes. 0 to disable + agent: null // http(s).Agent instance or function that returns an instance (see below) +} +``` + +##### Default Headers + +If no values are set, the following request headers will be sent automatically: + +Header | Value +------------------- | -------------------------------------------------------- +`Accept-Encoding` | `gzip,deflate` _(when `options.compress === true`)_ +`Accept` | `*/*` +`Content-Length` | _(automatically calculated, if possible)_ +`Transfer-Encoding` | `chunked` _(when `req.body` is a stream)_ +`User-Agent` | `node-fetch/1.0 (+https://github.com/bitinn/node-fetch)` + +Note: when `body` is a `Stream`, `Content-Length` is not set automatically. + +##### Custom Agent + +The `agent` option allows you to specify networking related options which are out of the scope of Fetch, including and not limited to the following: + +- Support self-signed certificate +- Use only IPv4 or IPv6 +- Custom DNS Lookup + +See [`http.Agent`](https://nodejs.org/api/http.html#http_new_agent_options) for more information. + +If no agent is specified, the default agent provided by Node.js is used. Note that [this changed in Node.js 19](https://github.com/nodejs/node/blob/4267b92604ad78584244488e7f7508a690cb80d0/lib/_http_agent.js#L564) to have `keepalive` true by default. If you wish to enable `keepalive` in an earlier version of Node.js, you can override the agent as per the following code sample. + +In addition, the `agent` option accepts a function that returns `http`(s)`.Agent` instance given current [URL](https://nodejs.org/api/url.html), this is useful during a redirection chain across HTTP and HTTPS protocol. + +```js +const httpAgent = new http.Agent({ + keepAlive: true +}); +const httpsAgent = new https.Agent({ + keepAlive: true +}); + +const options = { + agent: function (_parsedURL) { + if (_parsedURL.protocol == 'http:') { + return httpAgent; + } else { + return httpsAgent; + } + } +} +``` + + +### Class: Request + +An HTTP(S) request containing information about URL, method, headers, and the body. This class implements the [Body](#iface-body) interface. + +Due to the nature of Node.js, the following properties are not implemented at this moment: + +- `type` +- `destination` +- `referrer` +- `referrerPolicy` +- `mode` +- `credentials` +- `cache` +- `integrity` +- `keepalive` + +The following node-fetch extension properties are provided: + +- `follow` +- `compress` +- `counter` +- `agent` + +See [options](#fetch-options) for exact meaning of these extensions. + +#### new Request(input[, options]) + +*(spec-compliant)* + +- `input` A string representing a URL, or another `Request` (which will be cloned) +- `options` [Options][#fetch-options] for the HTTP(S) request + +Constructs a new `Request` object. The constructor is identical to that in the [browser](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request). + +In most cases, directly `fetch(url, options)` is simpler than creating a `Request` object. + + +### Class: Response + +An HTTP(S) response. This class implements the [Body](#iface-body) interface. + +The following properties are not implemented in node-fetch at this moment: + +- `Response.error()` +- `Response.redirect()` +- `type` +- `trailer` + +#### new Response([body[, options]]) + +*(spec-compliant)* + +- `body` A `String` or [`Readable` stream][node-readable] +- `options` A [`ResponseInit`][response-init] options dictionary + +Constructs a new `Response` object. The constructor is identical to that in the [browser](https://developer.mozilla.org/en-US/docs/Web/API/Response/Response). + +Because Node.js does not implement service workers (for which this class was designed), one rarely has to construct a `Response` directly. + +#### response.ok + +*(spec-compliant)* + +Convenience property representing if the request ended normally. Will evaluate to true if the response status was greater than or equal to 200 but smaller than 300. + +#### response.redirected + +*(spec-compliant)* + +Convenience property representing if the request has been redirected at least once. Will evaluate to true if the internal redirect counter is greater than 0. + + +### Class: Headers + +This class allows manipulating and iterating over a set of HTTP headers. All methods specified in the [Fetch Standard][whatwg-fetch] are implemented. + +#### new Headers([init]) + +*(spec-compliant)* + +- `init` Optional argument to pre-fill the `Headers` object + +Construct a new `Headers` object. `init` can be either `null`, a `Headers` object, an key-value map object or any iterable object. + +```js +// Example adapted from https://fetch.spec.whatwg.org/#example-headers-class + +const meta = { + 'Content-Type': 'text/xml', + 'Breaking-Bad': '<3' +}; +const headers = new Headers(meta); + +// The above is equivalent to +const meta = [ + [ 'Content-Type', 'text/xml' ], + [ 'Breaking-Bad', '<3' ] +]; +const headers = new Headers(meta); + +// You can in fact use any iterable objects, like a Map or even another Headers +const meta = new Map(); +meta.set('Content-Type', 'text/xml'); +meta.set('Breaking-Bad', '<3'); +const headers = new Headers(meta); +const copyOfHeaders = new Headers(headers); +``` + + +### Interface: Body + +`Body` is an abstract interface with methods that are applicable to both `Request` and `Response` classes. + +The following methods are not yet implemented in node-fetch at this moment: + +- `formData()` + +#### body.body + +*(deviation from spec)* + +* Node.js [`Readable` stream][node-readable] + +Data are encapsulated in the `Body` object. Note that while the [Fetch Standard][whatwg-fetch] requires the property to always be a WHATWG `ReadableStream`, in node-fetch it is a Node.js [`Readable` stream][node-readable]. + +#### body.bodyUsed + +*(spec-compliant)* + +* `Boolean` + +A boolean property for if this body has been consumed. Per the specs, a consumed body cannot be used again. + +#### body.arrayBuffer() +#### body.blob() +#### body.json() +#### body.text() + +*(spec-compliant)* + +* Returns: Promise + +Consume the body and return a promise that will resolve to one of these formats. + +#### body.buffer() + +*(node-fetch extension)* + +* Returns: Promise<Buffer> + +Consume the body and return a promise that will resolve to a Buffer. + +#### body.textConverted() + +*(node-fetch extension)* + +* Returns: Promise<String> + +Identical to `body.text()`, except instead of always converting to UTF-8, encoding sniffing will be performed and text converted to UTF-8 if possible. + +(This API requires an optional dependency of the npm package [encoding](https://www.npmjs.com/package/encoding), which you need to install manually. `webpack` users may see [a warning message](https://github.com/bitinn/node-fetch/issues/412#issuecomment-379007792) due to this optional dependency.) + + +### Class: FetchError + +*(node-fetch extension)* + +An operational error in the fetching process. See [ERROR-HANDLING.md][] for more info. + + +### Class: AbortError + +*(node-fetch extension)* + +An Error thrown when the request is aborted in response to an `AbortSignal`'s `abort` event. It has a `name` property of `AbortError`. See [ERROR-HANDLING.MD][] for more info. + +## Acknowledgement + +Thanks to [github/fetch](https://github.com/github/fetch) for providing a solid implementation reference. + +`node-fetch` v1 was maintained by [@bitinn](https://github.com/bitinn); v2 was maintained by [@TimothyGu](https://github.com/timothygu), [@bitinn](https://github.com/bitinn) and [@jimmywarting](https://github.com/jimmywarting); v2 readme is written by [@jkantr](https://github.com/jkantr). + +## License + +MIT + +[npm-image]: https://flat.badgen.net/npm/v/node-fetch +[npm-url]: https://www.npmjs.com/package/node-fetch +[travis-image]: https://flat.badgen.net/travis/bitinn/node-fetch +[travis-url]: https://travis-ci.org/bitinn/node-fetch +[codecov-image]: https://flat.badgen.net/codecov/c/github/bitinn/node-fetch/master +[codecov-url]: https://codecov.io/gh/bitinn/node-fetch +[install-size-image]: https://flat.badgen.net/packagephobia/install/node-fetch +[install-size-url]: https://packagephobia.now.sh/result?p=node-fetch +[discord-image]: https://img.shields.io/discord/619915844268326952?color=%237289DA&label=Discord&style=flat-square +[discord-url]: https://discord.gg/Zxbndcm +[opencollective-image]: https://opencollective.com/node-fetch/backers.svg +[opencollective-url]: https://opencollective.com/node-fetch +[whatwg-fetch]: https://fetch.spec.whatwg.org/ +[response-init]: https://fetch.spec.whatwg.org/#responseinit +[node-readable]: https://nodejs.org/api/stream.html#stream_readable_streams +[mdn-headers]: https://developer.mozilla.org/en-US/docs/Web/API/Headers +[LIMITS.md]: https://github.com/bitinn/node-fetch/blob/master/LIMITS.md +[ERROR-HANDLING.md]: https://github.com/bitinn/node-fetch/blob/master/ERROR-HANDLING.md +[UPGRADE-GUIDE.md]: https://github.com/bitinn/node-fetch/blob/master/UPGRADE-GUIDE.md diff --git a/node_modules/node-fetch/browser.js b/node_modules/node-fetch/browser.js new file mode 100644 index 0000000..ee86265 --- /dev/null +++ b/node_modules/node-fetch/browser.js @@ -0,0 +1,25 @@ +"use strict"; + +// ref: https://github.com/tc39/proposal-global +var getGlobal = function () { + // the only reliable means to get the global object is + // `Function('return this')()` + // However, this causes CSP violations in Chrome apps. + if (typeof self !== 'undefined') { return self; } + if (typeof window !== 'undefined') { return window; } + if (typeof global !== 'undefined') { return global; } + throw new Error('unable to locate global object'); +} + +var globalObject = getGlobal(); + +module.exports = exports = globalObject.fetch; + +// Needed for TypeScript and Webpack. +if (globalObject.fetch) { + exports.default = globalObject.fetch.bind(globalObject); +} + +exports.Headers = globalObject.Headers; +exports.Request = globalObject.Request; +exports.Response = globalObject.Response; diff --git a/node_modules/node-fetch/lib/index.es.js b/node_modules/node-fetch/lib/index.es.js new file mode 100644 index 0000000..aae9799 --- /dev/null +++ b/node_modules/node-fetch/lib/index.es.js @@ -0,0 +1,1777 @@ +process.emitWarning("The .es.js file is deprecated. Use .mjs instead."); + +import Stream from 'stream'; +import http from 'http'; +import Url from 'url'; +import whatwgUrl from 'whatwg-url'; +import https from 'https'; +import zlib from 'zlib'; + +// Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js + +// fix for "Readable" isn't a named export issue +const Readable = Stream.Readable; + +const BUFFER = Symbol('buffer'); +const TYPE = Symbol('type'); + +class Blob { + constructor() { + this[TYPE] = ''; + + const blobParts = arguments[0]; + const options = arguments[1]; + + const buffers = []; + let size = 0; + + if (blobParts) { + const a = blobParts; + const length = Number(a.length); + for (let i = 0; i < length; i++) { + const element = a[i]; + let buffer; + if (element instanceof Buffer) { + buffer = element; + } else if (ArrayBuffer.isView(element)) { + buffer = Buffer.from(element.buffer, element.byteOffset, element.byteLength); + } else if (element instanceof ArrayBuffer) { + buffer = Buffer.from(element); + } else if (element instanceof Blob) { + buffer = element[BUFFER]; + } else { + buffer = Buffer.from(typeof element === 'string' ? element : String(element)); + } + size += buffer.length; + buffers.push(buffer); + } + } + + this[BUFFER] = Buffer.concat(buffers); + + let type = options && options.type !== undefined && String(options.type).toLowerCase(); + if (type && !/[^\u0020-\u007E]/.test(type)) { + this[TYPE] = type; + } + } + get size() { + return this[BUFFER].length; + } + get type() { + return this[TYPE]; + } + text() { + return Promise.resolve(this[BUFFER].toString()); + } + arrayBuffer() { + const buf = this[BUFFER]; + const ab = buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength); + return Promise.resolve(ab); + } + stream() { + const readable = new Readable(); + readable._read = function () {}; + readable.push(this[BUFFER]); + readable.push(null); + return readable; + } + toString() { + return '[object Blob]'; + } + slice() { + const size = this.size; + + const start = arguments[0]; + const end = arguments[1]; + let relativeStart, relativeEnd; + if (start === undefined) { + relativeStart = 0; + } else if (start < 0) { + relativeStart = Math.max(size + start, 0); + } else { + relativeStart = Math.min(start, size); + } + if (end === undefined) { + relativeEnd = size; + } else if (end < 0) { + relativeEnd = Math.max(size + end, 0); + } else { + relativeEnd = Math.min(end, size); + } + const span = Math.max(relativeEnd - relativeStart, 0); + + const buffer = this[BUFFER]; + const slicedBuffer = buffer.slice(relativeStart, relativeStart + span); + const blob = new Blob([], { type: arguments[2] }); + blob[BUFFER] = slicedBuffer; + return blob; + } +} + +Object.defineProperties(Blob.prototype, { + size: { enumerable: true }, + type: { enumerable: true }, + slice: { enumerable: true } +}); + +Object.defineProperty(Blob.prototype, Symbol.toStringTag, { + value: 'Blob', + writable: false, + enumerable: false, + configurable: true +}); + +/** + * fetch-error.js + * + * FetchError interface for operational errors + */ + +/** + * Create FetchError instance + * + * @param String message Error message for human + * @param String type Error type for machine + * @param String systemError For Node.js system error + * @return FetchError + */ +function FetchError(message, type, systemError) { + Error.call(this, message); + + this.message = message; + this.type = type; + + // when err.type is `system`, err.code contains system error code + if (systemError) { + this.code = this.errno = systemError.code; + } + + // hide custom error implementation details from end-users + Error.captureStackTrace(this, this.constructor); +} + +FetchError.prototype = Object.create(Error.prototype); +FetchError.prototype.constructor = FetchError; +FetchError.prototype.name = 'FetchError'; + +let convert; +try { + convert = require('encoding').convert; +} catch (e) {} + +const INTERNALS = Symbol('Body internals'); + +// fix an issue where "PassThrough" isn't a named export for node <10 +const PassThrough = Stream.PassThrough; + +/** + * Body mixin + * + * Ref: https://fetch.spec.whatwg.org/#body + * + * @param Stream body Readable stream + * @param Object opts Response options + * @return Void + */ +function Body(body) { + var _this = this; + + var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref$size = _ref.size; + + let size = _ref$size === undefined ? 0 : _ref$size; + var _ref$timeout = _ref.timeout; + let timeout = _ref$timeout === undefined ? 0 : _ref$timeout; + + if (body == null) { + // body is undefined or null + body = null; + } else if (isURLSearchParams(body)) { + // body is a URLSearchParams + body = Buffer.from(body.toString()); + } else if (isBlob(body)) ; else if (Buffer.isBuffer(body)) ; else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') { + // body is ArrayBuffer + body = Buffer.from(body); + } else if (ArrayBuffer.isView(body)) { + // body is ArrayBufferView + body = Buffer.from(body.buffer, body.byteOffset, body.byteLength); + } else if (body instanceof Stream) ; else { + // none of the above + // coerce to string then buffer + body = Buffer.from(String(body)); + } + this[INTERNALS] = { + body, + disturbed: false, + error: null + }; + this.size = size; + this.timeout = timeout; + + if (body instanceof Stream) { + body.on('error', function (err) { + const error = err.name === 'AbortError' ? err : new FetchError(`Invalid response body while trying to fetch ${_this.url}: ${err.message}`, 'system', err); + _this[INTERNALS].error = error; + }); + } +} + +Body.prototype = { + get body() { + return this[INTERNALS].body; + }, + + get bodyUsed() { + return this[INTERNALS].disturbed; + }, + + /** + * Decode response as ArrayBuffer + * + * @return Promise + */ + arrayBuffer() { + return consumeBody.call(this).then(function (buf) { + return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength); + }); + }, + + /** + * Return raw response as Blob + * + * @return Promise + */ + blob() { + let ct = this.headers && this.headers.get('content-type') || ''; + return consumeBody.call(this).then(function (buf) { + return Object.assign( + // Prevent copying + new Blob([], { + type: ct.toLowerCase() + }), { + [BUFFER]: buf + }); + }); + }, + + /** + * Decode response as json + * + * @return Promise + */ + json() { + var _this2 = this; + + return consumeBody.call(this).then(function (buffer) { + try { + return JSON.parse(buffer.toString()); + } catch (err) { + return Body.Promise.reject(new FetchError(`invalid json response body at ${_this2.url} reason: ${err.message}`, 'invalid-json')); + } + }); + }, + + /** + * Decode response as text + * + * @return Promise + */ + text() { + return consumeBody.call(this).then(function (buffer) { + return buffer.toString(); + }); + }, + + /** + * Decode response as buffer (non-spec api) + * + * @return Promise + */ + buffer() { + return consumeBody.call(this); + }, + + /** + * Decode response as text, while automatically detecting the encoding and + * trying to decode to UTF-8 (non-spec api) + * + * @return Promise + */ + textConverted() { + var _this3 = this; + + return consumeBody.call(this).then(function (buffer) { + return convertBody(buffer, _this3.headers); + }); + } +}; + +// In browsers, all properties are enumerable. +Object.defineProperties(Body.prototype, { + body: { enumerable: true }, + bodyUsed: { enumerable: true }, + arrayBuffer: { enumerable: true }, + blob: { enumerable: true }, + json: { enumerable: true }, + text: { enumerable: true } +}); + +Body.mixIn = function (proto) { + for (const name of Object.getOwnPropertyNames(Body.prototype)) { + // istanbul ignore else: future proof + if (!(name in proto)) { + const desc = Object.getOwnPropertyDescriptor(Body.prototype, name); + Object.defineProperty(proto, name, desc); + } + } +}; + +/** + * Consume and convert an entire Body to a Buffer. + * + * Ref: https://fetch.spec.whatwg.org/#concept-body-consume-body + * + * @return Promise + */ +function consumeBody() { + var _this4 = this; + + if (this[INTERNALS].disturbed) { + return Body.Promise.reject(new TypeError(`body used already for: ${this.url}`)); + } + + this[INTERNALS].disturbed = true; + + if (this[INTERNALS].error) { + return Body.Promise.reject(this[INTERNALS].error); + } + + let body = this.body; + + // body is null + if (body === null) { + return Body.Promise.resolve(Buffer.alloc(0)); + } + + // body is blob + if (isBlob(body)) { + body = body.stream(); + } + + // body is buffer + if (Buffer.isBuffer(body)) { + return Body.Promise.resolve(body); + } + + // istanbul ignore if: should never happen + if (!(body instanceof Stream)) { + return Body.Promise.resolve(Buffer.alloc(0)); + } + + // body is stream + // get ready to actually consume the body + let accum = []; + let accumBytes = 0; + let abort = false; + + return new Body.Promise(function (resolve, reject) { + let resTimeout; + + // allow timeout on slow response body + if (_this4.timeout) { + resTimeout = setTimeout(function () { + abort = true; + reject(new FetchError(`Response timeout while trying to fetch ${_this4.url} (over ${_this4.timeout}ms)`, 'body-timeout')); + }, _this4.timeout); + } + + // handle stream errors + body.on('error', function (err) { + if (err.name === 'AbortError') { + // if the request was aborted, reject with this Error + abort = true; + reject(err); + } else { + // other errors, such as incorrect content-encoding + reject(new FetchError(`Invalid response body while trying to fetch ${_this4.url}: ${err.message}`, 'system', err)); + } + }); + + body.on('data', function (chunk) { + if (abort || chunk === null) { + return; + } + + if (_this4.size && accumBytes + chunk.length > _this4.size) { + abort = true; + reject(new FetchError(`content size at ${_this4.url} over limit: ${_this4.size}`, 'max-size')); + return; + } + + accumBytes += chunk.length; + accum.push(chunk); + }); + + body.on('end', function () { + if (abort) { + return; + } + + clearTimeout(resTimeout); + + try { + resolve(Buffer.concat(accum, accumBytes)); + } catch (err) { + // handle streams that have accumulated too much data (issue #414) + reject(new FetchError(`Could not create Buffer from response body for ${_this4.url}: ${err.message}`, 'system', err)); + } + }); + }); +} + +/** + * Detect buffer encoding and convert to target encoding + * ref: http://www.w3.org/TR/2011/WD-html5-20110113/parsing.html#determining-the-character-encoding + * + * @param Buffer buffer Incoming buffer + * @param String encoding Target encoding + * @return String + */ +function convertBody(buffer, headers) { + if (typeof convert !== 'function') { + throw new Error('The package `encoding` must be installed to use the textConverted() function'); + } + + const ct = headers.get('content-type'); + let charset = 'utf-8'; + let res, str; + + // header + if (ct) { + res = /charset=([^;]*)/i.exec(ct); + } + + // no charset in content type, peek at response body for at most 1024 bytes + str = buffer.slice(0, 1024).toString(); + + // html5 + if (!res && str) { + res = / 0 && arguments[0] !== undefined ? arguments[0] : undefined; + + this[MAP] = Object.create(null); + + if (init instanceof Headers) { + const rawHeaders = init.raw(); + const headerNames = Object.keys(rawHeaders); + + for (const headerName of headerNames) { + for (const value of rawHeaders[headerName]) { + this.append(headerName, value); + } + } + + return; + } + + // We don't worry about converting prop to ByteString here as append() + // will handle it. + if (init == null) ; else if (typeof init === 'object') { + const method = init[Symbol.iterator]; + if (method != null) { + if (typeof method !== 'function') { + throw new TypeError('Header pairs must be iterable'); + } + + // sequence> + // Note: per spec we have to first exhaust the lists then process them + const pairs = []; + for (const pair of init) { + if (typeof pair !== 'object' || typeof pair[Symbol.iterator] !== 'function') { + throw new TypeError('Each header pair must be iterable'); + } + pairs.push(Array.from(pair)); + } + + for (const pair of pairs) { + if (pair.length !== 2) { + throw new TypeError('Each header pair must be a name/value tuple'); + } + this.append(pair[0], pair[1]); + } + } else { + // record + for (const key of Object.keys(init)) { + const value = init[key]; + this.append(key, value); + } + } + } else { + throw new TypeError('Provided initializer must be an object'); + } + } + + /** + * Return combined header value given name + * + * @param String name Header name + * @return Mixed + */ + get(name) { + name = `${name}`; + validateName(name); + const key = find(this[MAP], name); + if (key === undefined) { + return null; + } + + return this[MAP][key].join(', '); + } + + /** + * Iterate over all headers + * + * @param Function callback Executed for each item with parameters (value, name, thisArg) + * @param Boolean thisArg `this` context for callback function + * @return Void + */ + forEach(callback) { + let thisArg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined; + + let pairs = getHeaders(this); + let i = 0; + while (i < pairs.length) { + var _pairs$i = pairs[i]; + const name = _pairs$i[0], + value = _pairs$i[1]; + + callback.call(thisArg, value, name, this); + pairs = getHeaders(this); + i++; + } + } + + /** + * Overwrite header values given name + * + * @param String name Header name + * @param String value Header value + * @return Void + */ + set(name, value) { + name = `${name}`; + value = `${value}`; + validateName(name); + validateValue(value); + const key = find(this[MAP], name); + this[MAP][key !== undefined ? key : name] = [value]; + } + + /** + * Append a value onto existing header + * + * @param String name Header name + * @param String value Header value + * @return Void + */ + append(name, value) { + name = `${name}`; + value = `${value}`; + validateName(name); + validateValue(value); + const key = find(this[MAP], name); + if (key !== undefined) { + this[MAP][key].push(value); + } else { + this[MAP][name] = [value]; + } + } + + /** + * Check for header name existence + * + * @param String name Header name + * @return Boolean + */ + has(name) { + name = `${name}`; + validateName(name); + return find(this[MAP], name) !== undefined; + } + + /** + * Delete all header values given name + * + * @param String name Header name + * @return Void + */ + delete(name) { + name = `${name}`; + validateName(name); + const key = find(this[MAP], name); + if (key !== undefined) { + delete this[MAP][key]; + } + } + + /** + * Return raw headers (non-spec api) + * + * @return Object + */ + raw() { + return this[MAP]; + } + + /** + * Get an iterator on keys. + * + * @return Iterator + */ + keys() { + return createHeadersIterator(this, 'key'); + } + + /** + * Get an iterator on values. + * + * @return Iterator + */ + values() { + return createHeadersIterator(this, 'value'); + } + + /** + * Get an iterator on entries. + * + * This is the default iterator of the Headers object. + * + * @return Iterator + */ + [Symbol.iterator]() { + return createHeadersIterator(this, 'key+value'); + } +} +Headers.prototype.entries = Headers.prototype[Symbol.iterator]; + +Object.defineProperty(Headers.prototype, Symbol.toStringTag, { + value: 'Headers', + writable: false, + enumerable: false, + configurable: true +}); + +Object.defineProperties(Headers.prototype, { + get: { enumerable: true }, + forEach: { enumerable: true }, + set: { enumerable: true }, + append: { enumerable: true }, + has: { enumerable: true }, + delete: { enumerable: true }, + keys: { enumerable: true }, + values: { enumerable: true }, + entries: { enumerable: true } +}); + +function getHeaders(headers) { + let kind = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'key+value'; + + const keys = Object.keys(headers[MAP]).sort(); + return keys.map(kind === 'key' ? function (k) { + return k.toLowerCase(); + } : kind === 'value' ? function (k) { + return headers[MAP][k].join(', '); + } : function (k) { + return [k.toLowerCase(), headers[MAP][k].join(', ')]; + }); +} + +const INTERNAL = Symbol('internal'); + +function createHeadersIterator(target, kind) { + const iterator = Object.create(HeadersIteratorPrototype); + iterator[INTERNAL] = { + target, + kind, + index: 0 + }; + return iterator; +} + +const HeadersIteratorPrototype = Object.setPrototypeOf({ + next() { + // istanbul ignore if + if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) { + throw new TypeError('Value of `this` is not a HeadersIterator'); + } + + var _INTERNAL = this[INTERNAL]; + const target = _INTERNAL.target, + kind = _INTERNAL.kind, + index = _INTERNAL.index; + + const values = getHeaders(target, kind); + const len = values.length; + if (index >= len) { + return { + value: undefined, + done: true + }; + } + + this[INTERNAL].index = index + 1; + + return { + value: values[index], + done: false + }; + } +}, Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()))); + +Object.defineProperty(HeadersIteratorPrototype, Symbol.toStringTag, { + value: 'HeadersIterator', + writable: false, + enumerable: false, + configurable: true +}); + +/** + * Export the Headers object in a form that Node.js can consume. + * + * @param Headers headers + * @return Object + */ +function exportNodeCompatibleHeaders(headers) { + const obj = Object.assign({ __proto__: null }, headers[MAP]); + + // http.request() only supports string as Host header. This hack makes + // specifying custom Host header possible. + const hostHeaderKey = find(headers[MAP], 'Host'); + if (hostHeaderKey !== undefined) { + obj[hostHeaderKey] = obj[hostHeaderKey][0]; + } + + return obj; +} + +/** + * Create a Headers object from an object of headers, ignoring those that do + * not conform to HTTP grammar productions. + * + * @param Object obj Object of headers + * @return Headers + */ +function createHeadersLenient(obj) { + const headers = new Headers(); + for (const name of Object.keys(obj)) { + if (invalidTokenRegex.test(name)) { + continue; + } + if (Array.isArray(obj[name])) { + for (const val of obj[name]) { + if (invalidHeaderCharRegex.test(val)) { + continue; + } + if (headers[MAP][name] === undefined) { + headers[MAP][name] = [val]; + } else { + headers[MAP][name].push(val); + } + } + } else if (!invalidHeaderCharRegex.test(obj[name])) { + headers[MAP][name] = [obj[name]]; + } + } + return headers; +} + +const INTERNALS$1 = Symbol('Response internals'); + +// fix an issue where "STATUS_CODES" aren't a named export for node <10 +const STATUS_CODES = http.STATUS_CODES; + +/** + * Response class + * + * @param Stream body Readable stream + * @param Object opts Response options + * @return Void + */ +class Response { + constructor() { + let body = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + Body.call(this, body, opts); + + const status = opts.status || 200; + const headers = new Headers(opts.headers); + + if (body != null && !headers.has('Content-Type')) { + const contentType = extractContentType(body); + if (contentType) { + headers.append('Content-Type', contentType); + } + } + + this[INTERNALS$1] = { + url: opts.url, + status, + statusText: opts.statusText || STATUS_CODES[status], + headers, + counter: opts.counter + }; + } + + get url() { + return this[INTERNALS$1].url || ''; + } + + get status() { + return this[INTERNALS$1].status; + } + + /** + * Convenience property representing if the request ended normally + */ + get ok() { + return this[INTERNALS$1].status >= 200 && this[INTERNALS$1].status < 300; + } + + get redirected() { + return this[INTERNALS$1].counter > 0; + } + + get statusText() { + return this[INTERNALS$1].statusText; + } + + get headers() { + return this[INTERNALS$1].headers; + } + + /** + * Clone this response + * + * @return Response + */ + clone() { + return new Response(clone(this), { + url: this.url, + status: this.status, + statusText: this.statusText, + headers: this.headers, + ok: this.ok, + redirected: this.redirected + }); + } +} + +Body.mixIn(Response.prototype); + +Object.defineProperties(Response.prototype, { + url: { enumerable: true }, + status: { enumerable: true }, + ok: { enumerable: true }, + redirected: { enumerable: true }, + statusText: { enumerable: true }, + headers: { enumerable: true }, + clone: { enumerable: true } +}); + +Object.defineProperty(Response.prototype, Symbol.toStringTag, { + value: 'Response', + writable: false, + enumerable: false, + configurable: true +}); + +const INTERNALS$2 = Symbol('Request internals'); +const URL = Url.URL || whatwgUrl.URL; + +// fix an issue where "format", "parse" aren't a named export for node <10 +const parse_url = Url.parse; +const format_url = Url.format; + +/** + * Wrapper around `new URL` to handle arbitrary URLs + * + * @param {string} urlStr + * @return {void} + */ +function parseURL(urlStr) { + /* + Check whether the URL is absolute or not + Scheme: https://tools.ietf.org/html/rfc3986#section-3.1 + Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3 + */ + if (/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(urlStr)) { + urlStr = new URL(urlStr).toString(); + } + + // Fallback to old implementation for arbitrary URLs + return parse_url(urlStr); +} + +const streamDestructionSupported = 'destroy' in Stream.Readable.prototype; + +/** + * Check if a value is an instance of Request. + * + * @param Mixed input + * @return Boolean + */ +function isRequest(input) { + return typeof input === 'object' && typeof input[INTERNALS$2] === 'object'; +} + +function isAbortSignal(signal) { + const proto = signal && typeof signal === 'object' && Object.getPrototypeOf(signal); + return !!(proto && proto.constructor.name === 'AbortSignal'); +} + +/** + * Request class + * + * @param Mixed input Url or Request instance + * @param Object init Custom options + * @return Void + */ +class Request { + constructor(input) { + let init = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + let parsedURL; + + // normalize input + if (!isRequest(input)) { + if (input && input.href) { + // in order to support Node.js' Url objects; though WHATWG's URL objects + // will fall into this branch also (since their `toString()` will return + // `href` property anyway) + parsedURL = parseURL(input.href); + } else { + // coerce input to a string before attempting to parse + parsedURL = parseURL(`${input}`); + } + input = {}; + } else { + parsedURL = parseURL(input.url); + } + + let method = init.method || input.method || 'GET'; + method = method.toUpperCase(); + + if ((init.body != null || isRequest(input) && input.body !== null) && (method === 'GET' || method === 'HEAD')) { + throw new TypeError('Request with GET/HEAD method cannot have body'); + } + + let inputBody = init.body != null ? init.body : isRequest(input) && input.body !== null ? clone(input) : null; + + Body.call(this, inputBody, { + timeout: init.timeout || input.timeout || 0, + size: init.size || input.size || 0 + }); + + const headers = new Headers(init.headers || input.headers || {}); + + if (inputBody != null && !headers.has('Content-Type')) { + const contentType = extractContentType(inputBody); + if (contentType) { + headers.append('Content-Type', contentType); + } + } + + let signal = isRequest(input) ? input.signal : null; + if ('signal' in init) signal = init.signal; + + if (signal != null && !isAbortSignal(signal)) { + throw new TypeError('Expected signal to be an instanceof AbortSignal'); + } + + this[INTERNALS$2] = { + method, + redirect: init.redirect || input.redirect || 'follow', + headers, + parsedURL, + signal + }; + + // node-fetch-only options + this.follow = init.follow !== undefined ? init.follow : input.follow !== undefined ? input.follow : 20; + this.compress = init.compress !== undefined ? init.compress : input.compress !== undefined ? input.compress : true; + this.counter = init.counter || input.counter || 0; + this.agent = init.agent || input.agent; + } + + get method() { + return this[INTERNALS$2].method; + } + + get url() { + return format_url(this[INTERNALS$2].parsedURL); + } + + get headers() { + return this[INTERNALS$2].headers; + } + + get redirect() { + return this[INTERNALS$2].redirect; + } + + get signal() { + return this[INTERNALS$2].signal; + } + + /** + * Clone this request + * + * @return Request + */ + clone() { + return new Request(this); + } +} + +Body.mixIn(Request.prototype); + +Object.defineProperty(Request.prototype, Symbol.toStringTag, { + value: 'Request', + writable: false, + enumerable: false, + configurable: true +}); + +Object.defineProperties(Request.prototype, { + method: { enumerable: true }, + url: { enumerable: true }, + headers: { enumerable: true }, + redirect: { enumerable: true }, + clone: { enumerable: true }, + signal: { enumerable: true } +}); + +/** + * Convert a Request to Node.js http request options. + * + * @param Request A Request instance + * @return Object The options object to be passed to http.request + */ +function getNodeRequestOptions(request) { + const parsedURL = request[INTERNALS$2].parsedURL; + const headers = new Headers(request[INTERNALS$2].headers); + + // fetch step 1.3 + if (!headers.has('Accept')) { + headers.set('Accept', '*/*'); + } + + // Basic fetch + if (!parsedURL.protocol || !parsedURL.hostname) { + throw new TypeError('Only absolute URLs are supported'); + } + + if (!/^https?:$/.test(parsedURL.protocol)) { + throw new TypeError('Only HTTP(S) protocols are supported'); + } + + if (request.signal && request.body instanceof Stream.Readable && !streamDestructionSupported) { + throw new Error('Cancellation of streamed requests with AbortSignal is not supported in node < 8'); + } + + // HTTP-network-or-cache fetch steps 2.4-2.7 + let contentLengthValue = null; + if (request.body == null && /^(POST|PUT)$/i.test(request.method)) { + contentLengthValue = '0'; + } + if (request.body != null) { + const totalBytes = getTotalBytes(request); + if (typeof totalBytes === 'number') { + contentLengthValue = String(totalBytes); + } + } + if (contentLengthValue) { + headers.set('Content-Length', contentLengthValue); + } + + // HTTP-network-or-cache fetch step 2.11 + if (!headers.has('User-Agent')) { + headers.set('User-Agent', 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)'); + } + + // HTTP-network-or-cache fetch step 2.15 + if (request.compress && !headers.has('Accept-Encoding')) { + headers.set('Accept-Encoding', 'gzip,deflate'); + } + + let agent = request.agent; + if (typeof agent === 'function') { + agent = agent(parsedURL); + } + + // HTTP-network fetch step 4.2 + // chunked encoding is handled by Node.js + + return Object.assign({}, parsedURL, { + method: request.method, + headers: exportNodeCompatibleHeaders(headers), + agent + }); +} + +/** + * abort-error.js + * + * AbortError interface for cancelled requests + */ + +/** + * Create AbortError instance + * + * @param String message Error message for human + * @return AbortError + */ +function AbortError(message) { + Error.call(this, message); + + this.type = 'aborted'; + this.message = message; + + // hide custom error implementation details from end-users + Error.captureStackTrace(this, this.constructor); +} + +AbortError.prototype = Object.create(Error.prototype); +AbortError.prototype.constructor = AbortError; +AbortError.prototype.name = 'AbortError'; + +const URL$1 = Url.URL || whatwgUrl.URL; + +// fix an issue where "PassThrough", "resolve" aren't a named export for node <10 +const PassThrough$1 = Stream.PassThrough; + +const isDomainOrSubdomain = function isDomainOrSubdomain(destination, original) { + const orig = new URL$1(original).hostname; + const dest = new URL$1(destination).hostname; + + return orig === dest || orig[orig.length - dest.length - 1] === '.' && orig.endsWith(dest); +}; + +/** + * isSameProtocol reports whether the two provided URLs use the same protocol. + * + * Both domains must already be in canonical form. + * @param {string|URL} original + * @param {string|URL} destination + */ +const isSameProtocol = function isSameProtocol(destination, original) { + const orig = new URL$1(original).protocol; + const dest = new URL$1(destination).protocol; + + return orig === dest; +}; + +/** + * Fetch function + * + * @param Mixed url Absolute url or Request instance + * @param Object opts Fetch options + * @return Promise + */ +function fetch(url, opts) { + + // allow custom promise + if (!fetch.Promise) { + throw new Error('native promise missing, set fetch.Promise to your favorite alternative'); + } + + Body.Promise = fetch.Promise; + + // wrap http.request into fetch + return new fetch.Promise(function (resolve, reject) { + // build request object + const request = new Request(url, opts); + const options = getNodeRequestOptions(request); + + const send = (options.protocol === 'https:' ? https : http).request; + const signal = request.signal; + + let response = null; + + const abort = function abort() { + let error = new AbortError('The user aborted a request.'); + reject(error); + if (request.body && request.body instanceof Stream.Readable) { + destroyStream(request.body, error); + } + if (!response || !response.body) return; + response.body.emit('error', error); + }; + + if (signal && signal.aborted) { + abort(); + return; + } + + const abortAndFinalize = function abortAndFinalize() { + abort(); + finalize(); + }; + + // send request + const req = send(options); + let reqTimeout; + + if (signal) { + signal.addEventListener('abort', abortAndFinalize); + } + + function finalize() { + req.abort(); + if (signal) signal.removeEventListener('abort', abortAndFinalize); + clearTimeout(reqTimeout); + } + + if (request.timeout) { + req.once('socket', function (socket) { + reqTimeout = setTimeout(function () { + reject(new FetchError(`network timeout at: ${request.url}`, 'request-timeout')); + finalize(); + }, request.timeout); + }); + } + + req.on('error', function (err) { + reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err)); + + if (response && response.body) { + destroyStream(response.body, err); + } + + finalize(); + }); + + fixResponseChunkedTransferBadEnding(req, function (err) { + if (signal && signal.aborted) { + return; + } + + if (response && response.body) { + destroyStream(response.body, err); + } + }); + + /* c8 ignore next 18 */ + if (parseInt(process.version.substring(1)) < 14) { + // Before Node.js 14, pipeline() does not fully support async iterators and does not always + // properly handle when the socket close/end events are out of order. + req.on('socket', function (s) { + s.addListener('close', function (hadError) { + // if a data listener is still present we didn't end cleanly + const hasDataListener = s.listenerCount('data') > 0; + + // if end happened before close but the socket didn't emit an error, do it now + if (response && hasDataListener && !hadError && !(signal && signal.aborted)) { + const err = new Error('Premature close'); + err.code = 'ERR_STREAM_PREMATURE_CLOSE'; + response.body.emit('error', err); + } + }); + }); + } + + req.on('response', function (res) { + clearTimeout(reqTimeout); + + const headers = createHeadersLenient(res.headers); + + // HTTP fetch step 5 + if (fetch.isRedirect(res.statusCode)) { + // HTTP fetch step 5.2 + const location = headers.get('Location'); + + // HTTP fetch step 5.3 + let locationURL = null; + try { + locationURL = location === null ? null : new URL$1(location, request.url).toString(); + } catch (err) { + // error here can only be invalid URL in Location: header + // do not throw when options.redirect == manual + // let the user extract the errorneous redirect URL + if (request.redirect !== 'manual') { + reject(new FetchError(`uri requested responds with an invalid redirect URL: ${location}`, 'invalid-redirect')); + finalize(); + return; + } + } + + // HTTP fetch step 5.5 + switch (request.redirect) { + case 'error': + reject(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${request.url}`, 'no-redirect')); + finalize(); + return; + case 'manual': + // node-fetch-specific step: make manual redirect a bit easier to use by setting the Location header value to the resolved URL. + if (locationURL !== null) { + // handle corrupted header + try { + headers.set('Location', locationURL); + } catch (err) { + // istanbul ignore next: nodejs server prevent invalid response headers, we can't test this through normal request + reject(err); + } + } + break; + case 'follow': + // HTTP-redirect fetch step 2 + if (locationURL === null) { + break; + } + + // HTTP-redirect fetch step 5 + if (request.counter >= request.follow) { + reject(new FetchError(`maximum redirect reached at: ${request.url}`, 'max-redirect')); + finalize(); + return; + } + + // HTTP-redirect fetch step 6 (counter increment) + // Create a new Request object. + const requestOpts = { + headers: new Headers(request.headers), + follow: request.follow, + counter: request.counter + 1, + agent: request.agent, + compress: request.compress, + method: request.method, + body: request.body, + signal: request.signal, + timeout: request.timeout, + size: request.size + }; + + if (!isDomainOrSubdomain(request.url, locationURL) || !isSameProtocol(request.url, locationURL)) { + for (const name of ['authorization', 'www-authenticate', 'cookie', 'cookie2']) { + requestOpts.headers.delete(name); + } + } + + // HTTP-redirect fetch step 9 + if (res.statusCode !== 303 && request.body && getTotalBytes(request) === null) { + reject(new FetchError('Cannot follow redirect with body being a readable stream', 'unsupported-redirect')); + finalize(); + return; + } + + // HTTP-redirect fetch step 11 + if (res.statusCode === 303 || (res.statusCode === 301 || res.statusCode === 302) && request.method === 'POST') { + requestOpts.method = 'GET'; + requestOpts.body = undefined; + requestOpts.headers.delete('content-length'); + } + + // HTTP-redirect fetch step 15 + resolve(fetch(new Request(locationURL, requestOpts))); + finalize(); + return; + } + } + + // prepare response + res.once('end', function () { + if (signal) signal.removeEventListener('abort', abortAndFinalize); + }); + let body = res.pipe(new PassThrough$1()); + + const response_options = { + url: request.url, + status: res.statusCode, + statusText: res.statusMessage, + headers: headers, + size: request.size, + timeout: request.timeout, + counter: request.counter + }; + + // HTTP-network fetch step 12.1.1.3 + const codings = headers.get('Content-Encoding'); + + // HTTP-network fetch step 12.1.1.4: handle content codings + + // in following scenarios we ignore compression support + // 1. compression support is disabled + // 2. HEAD request + // 3. no Content-Encoding header + // 4. no content response (204) + // 5. content not modified response (304) + if (!request.compress || request.method === 'HEAD' || codings === null || res.statusCode === 204 || res.statusCode === 304) { + response = new Response(body, response_options); + resolve(response); + return; + } + + // For Node v6+ + // Be less strict when decoding compressed responses, since sometimes + // servers send slightly invalid responses that are still accepted + // by common browsers. + // Always using Z_SYNC_FLUSH is what cURL does. + const zlibOptions = { + flush: zlib.Z_SYNC_FLUSH, + finishFlush: zlib.Z_SYNC_FLUSH + }; + + // for gzip + if (codings == 'gzip' || codings == 'x-gzip') { + body = body.pipe(zlib.createGunzip(zlibOptions)); + response = new Response(body, response_options); + resolve(response); + return; + } + + // for deflate + if (codings == 'deflate' || codings == 'x-deflate') { + // handle the infamous raw deflate response from old servers + // a hack for old IIS and Apache servers + const raw = res.pipe(new PassThrough$1()); + raw.once('data', function (chunk) { + // see http://stackoverflow.com/questions/37519828 + if ((chunk[0] & 0x0F) === 0x08) { + body = body.pipe(zlib.createInflate()); + } else { + body = body.pipe(zlib.createInflateRaw()); + } + response = new Response(body, response_options); + resolve(response); + }); + raw.on('end', function () { + // some old IIS servers return zero-length OK deflate responses, so 'data' is never emitted. + if (!response) { + response = new Response(body, response_options); + resolve(response); + } + }); + return; + } + + // for br + if (codings == 'br' && typeof zlib.createBrotliDecompress === 'function') { + body = body.pipe(zlib.createBrotliDecompress()); + response = new Response(body, response_options); + resolve(response); + return; + } + + // otherwise, use response as-is + response = new Response(body, response_options); + resolve(response); + }); + + writeToStream(req, request); + }); +} +function fixResponseChunkedTransferBadEnding(request, errorCallback) { + let socket; + + request.on('socket', function (s) { + socket = s; + }); + + request.on('response', function (response) { + const headers = response.headers; + + if (headers['transfer-encoding'] === 'chunked' && !headers['content-length']) { + response.once('close', function (hadError) { + // tests for socket presence, as in some situations the + // the 'socket' event is not triggered for the request + // (happens in deno), avoids `TypeError` + // if a data listener is still present we didn't end cleanly + const hasDataListener = socket && socket.listenerCount('data') > 0; + + if (hasDataListener && !hadError) { + const err = new Error('Premature close'); + err.code = 'ERR_STREAM_PREMATURE_CLOSE'; + errorCallback(err); + } + }); + } + }); +} + +function destroyStream(stream, err) { + if (stream.destroy) { + stream.destroy(err); + } else { + // node < 8 + stream.emit('error', err); + stream.end(); + } +} + +/** + * Redirect code matching + * + * @param Number code Status code + * @return Boolean + */ +fetch.isRedirect = function (code) { + return code === 301 || code === 302 || code === 303 || code === 307 || code === 308; +}; + +// expose Promise +fetch.Promise = global.Promise; + +export default fetch; +export { Headers, Request, Response, FetchError, AbortError }; diff --git a/node_modules/node-fetch/lib/index.js b/node_modules/node-fetch/lib/index.js new file mode 100644 index 0000000..567ff5d --- /dev/null +++ b/node_modules/node-fetch/lib/index.js @@ -0,0 +1,1787 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } + +var Stream = _interopDefault(require('stream')); +var http = _interopDefault(require('http')); +var Url = _interopDefault(require('url')); +var whatwgUrl = _interopDefault(require('whatwg-url')); +var https = _interopDefault(require('https')); +var zlib = _interopDefault(require('zlib')); + +// Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js + +// fix for "Readable" isn't a named export issue +const Readable = Stream.Readable; + +const BUFFER = Symbol('buffer'); +const TYPE = Symbol('type'); + +class Blob { + constructor() { + this[TYPE] = ''; + + const blobParts = arguments[0]; + const options = arguments[1]; + + const buffers = []; + let size = 0; + + if (blobParts) { + const a = blobParts; + const length = Number(a.length); + for (let i = 0; i < length; i++) { + const element = a[i]; + let buffer; + if (element instanceof Buffer) { + buffer = element; + } else if (ArrayBuffer.isView(element)) { + buffer = Buffer.from(element.buffer, element.byteOffset, element.byteLength); + } else if (element instanceof ArrayBuffer) { + buffer = Buffer.from(element); + } else if (element instanceof Blob) { + buffer = element[BUFFER]; + } else { + buffer = Buffer.from(typeof element === 'string' ? element : String(element)); + } + size += buffer.length; + buffers.push(buffer); + } + } + + this[BUFFER] = Buffer.concat(buffers); + + let type = options && options.type !== undefined && String(options.type).toLowerCase(); + if (type && !/[^\u0020-\u007E]/.test(type)) { + this[TYPE] = type; + } + } + get size() { + return this[BUFFER].length; + } + get type() { + return this[TYPE]; + } + text() { + return Promise.resolve(this[BUFFER].toString()); + } + arrayBuffer() { + const buf = this[BUFFER]; + const ab = buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength); + return Promise.resolve(ab); + } + stream() { + const readable = new Readable(); + readable._read = function () {}; + readable.push(this[BUFFER]); + readable.push(null); + return readable; + } + toString() { + return '[object Blob]'; + } + slice() { + const size = this.size; + + const start = arguments[0]; + const end = arguments[1]; + let relativeStart, relativeEnd; + if (start === undefined) { + relativeStart = 0; + } else if (start < 0) { + relativeStart = Math.max(size + start, 0); + } else { + relativeStart = Math.min(start, size); + } + if (end === undefined) { + relativeEnd = size; + } else if (end < 0) { + relativeEnd = Math.max(size + end, 0); + } else { + relativeEnd = Math.min(end, size); + } + const span = Math.max(relativeEnd - relativeStart, 0); + + const buffer = this[BUFFER]; + const slicedBuffer = buffer.slice(relativeStart, relativeStart + span); + const blob = new Blob([], { type: arguments[2] }); + blob[BUFFER] = slicedBuffer; + return blob; + } +} + +Object.defineProperties(Blob.prototype, { + size: { enumerable: true }, + type: { enumerable: true }, + slice: { enumerable: true } +}); + +Object.defineProperty(Blob.prototype, Symbol.toStringTag, { + value: 'Blob', + writable: false, + enumerable: false, + configurable: true +}); + +/** + * fetch-error.js + * + * FetchError interface for operational errors + */ + +/** + * Create FetchError instance + * + * @param String message Error message for human + * @param String type Error type for machine + * @param String systemError For Node.js system error + * @return FetchError + */ +function FetchError(message, type, systemError) { + Error.call(this, message); + + this.message = message; + this.type = type; + + // when err.type is `system`, err.code contains system error code + if (systemError) { + this.code = this.errno = systemError.code; + } + + // hide custom error implementation details from end-users + Error.captureStackTrace(this, this.constructor); +} + +FetchError.prototype = Object.create(Error.prototype); +FetchError.prototype.constructor = FetchError; +FetchError.prototype.name = 'FetchError'; + +let convert; +try { + convert = require('encoding').convert; +} catch (e) {} + +const INTERNALS = Symbol('Body internals'); + +// fix an issue where "PassThrough" isn't a named export for node <10 +const PassThrough = Stream.PassThrough; + +/** + * Body mixin + * + * Ref: https://fetch.spec.whatwg.org/#body + * + * @param Stream body Readable stream + * @param Object opts Response options + * @return Void + */ +function Body(body) { + var _this = this; + + var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref$size = _ref.size; + + let size = _ref$size === undefined ? 0 : _ref$size; + var _ref$timeout = _ref.timeout; + let timeout = _ref$timeout === undefined ? 0 : _ref$timeout; + + if (body == null) { + // body is undefined or null + body = null; + } else if (isURLSearchParams(body)) { + // body is a URLSearchParams + body = Buffer.from(body.toString()); + } else if (isBlob(body)) ; else if (Buffer.isBuffer(body)) ; else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') { + // body is ArrayBuffer + body = Buffer.from(body); + } else if (ArrayBuffer.isView(body)) { + // body is ArrayBufferView + body = Buffer.from(body.buffer, body.byteOffset, body.byteLength); + } else if (body instanceof Stream) ; else { + // none of the above + // coerce to string then buffer + body = Buffer.from(String(body)); + } + this[INTERNALS] = { + body, + disturbed: false, + error: null + }; + this.size = size; + this.timeout = timeout; + + if (body instanceof Stream) { + body.on('error', function (err) { + const error = err.name === 'AbortError' ? err : new FetchError(`Invalid response body while trying to fetch ${_this.url}: ${err.message}`, 'system', err); + _this[INTERNALS].error = error; + }); + } +} + +Body.prototype = { + get body() { + return this[INTERNALS].body; + }, + + get bodyUsed() { + return this[INTERNALS].disturbed; + }, + + /** + * Decode response as ArrayBuffer + * + * @return Promise + */ + arrayBuffer() { + return consumeBody.call(this).then(function (buf) { + return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength); + }); + }, + + /** + * Return raw response as Blob + * + * @return Promise + */ + blob() { + let ct = this.headers && this.headers.get('content-type') || ''; + return consumeBody.call(this).then(function (buf) { + return Object.assign( + // Prevent copying + new Blob([], { + type: ct.toLowerCase() + }), { + [BUFFER]: buf + }); + }); + }, + + /** + * Decode response as json + * + * @return Promise + */ + json() { + var _this2 = this; + + return consumeBody.call(this).then(function (buffer) { + try { + return JSON.parse(buffer.toString()); + } catch (err) { + return Body.Promise.reject(new FetchError(`invalid json response body at ${_this2.url} reason: ${err.message}`, 'invalid-json')); + } + }); + }, + + /** + * Decode response as text + * + * @return Promise + */ + text() { + return consumeBody.call(this).then(function (buffer) { + return buffer.toString(); + }); + }, + + /** + * Decode response as buffer (non-spec api) + * + * @return Promise + */ + buffer() { + return consumeBody.call(this); + }, + + /** + * Decode response as text, while automatically detecting the encoding and + * trying to decode to UTF-8 (non-spec api) + * + * @return Promise + */ + textConverted() { + var _this3 = this; + + return consumeBody.call(this).then(function (buffer) { + return convertBody(buffer, _this3.headers); + }); + } +}; + +// In browsers, all properties are enumerable. +Object.defineProperties(Body.prototype, { + body: { enumerable: true }, + bodyUsed: { enumerable: true }, + arrayBuffer: { enumerable: true }, + blob: { enumerable: true }, + json: { enumerable: true }, + text: { enumerable: true } +}); + +Body.mixIn = function (proto) { + for (const name of Object.getOwnPropertyNames(Body.prototype)) { + // istanbul ignore else: future proof + if (!(name in proto)) { + const desc = Object.getOwnPropertyDescriptor(Body.prototype, name); + Object.defineProperty(proto, name, desc); + } + } +}; + +/** + * Consume and convert an entire Body to a Buffer. + * + * Ref: https://fetch.spec.whatwg.org/#concept-body-consume-body + * + * @return Promise + */ +function consumeBody() { + var _this4 = this; + + if (this[INTERNALS].disturbed) { + return Body.Promise.reject(new TypeError(`body used already for: ${this.url}`)); + } + + this[INTERNALS].disturbed = true; + + if (this[INTERNALS].error) { + return Body.Promise.reject(this[INTERNALS].error); + } + + let body = this.body; + + // body is null + if (body === null) { + return Body.Promise.resolve(Buffer.alloc(0)); + } + + // body is blob + if (isBlob(body)) { + body = body.stream(); + } + + // body is buffer + if (Buffer.isBuffer(body)) { + return Body.Promise.resolve(body); + } + + // istanbul ignore if: should never happen + if (!(body instanceof Stream)) { + return Body.Promise.resolve(Buffer.alloc(0)); + } + + // body is stream + // get ready to actually consume the body + let accum = []; + let accumBytes = 0; + let abort = false; + + return new Body.Promise(function (resolve, reject) { + let resTimeout; + + // allow timeout on slow response body + if (_this4.timeout) { + resTimeout = setTimeout(function () { + abort = true; + reject(new FetchError(`Response timeout while trying to fetch ${_this4.url} (over ${_this4.timeout}ms)`, 'body-timeout')); + }, _this4.timeout); + } + + // handle stream errors + body.on('error', function (err) { + if (err.name === 'AbortError') { + // if the request was aborted, reject with this Error + abort = true; + reject(err); + } else { + // other errors, such as incorrect content-encoding + reject(new FetchError(`Invalid response body while trying to fetch ${_this4.url}: ${err.message}`, 'system', err)); + } + }); + + body.on('data', function (chunk) { + if (abort || chunk === null) { + return; + } + + if (_this4.size && accumBytes + chunk.length > _this4.size) { + abort = true; + reject(new FetchError(`content size at ${_this4.url} over limit: ${_this4.size}`, 'max-size')); + return; + } + + accumBytes += chunk.length; + accum.push(chunk); + }); + + body.on('end', function () { + if (abort) { + return; + } + + clearTimeout(resTimeout); + + try { + resolve(Buffer.concat(accum, accumBytes)); + } catch (err) { + // handle streams that have accumulated too much data (issue #414) + reject(new FetchError(`Could not create Buffer from response body for ${_this4.url}: ${err.message}`, 'system', err)); + } + }); + }); +} + +/** + * Detect buffer encoding and convert to target encoding + * ref: http://www.w3.org/TR/2011/WD-html5-20110113/parsing.html#determining-the-character-encoding + * + * @param Buffer buffer Incoming buffer + * @param String encoding Target encoding + * @return String + */ +function convertBody(buffer, headers) { + if (typeof convert !== 'function') { + throw new Error('The package `encoding` must be installed to use the textConverted() function'); + } + + const ct = headers.get('content-type'); + let charset = 'utf-8'; + let res, str; + + // header + if (ct) { + res = /charset=([^;]*)/i.exec(ct); + } + + // no charset in content type, peek at response body for at most 1024 bytes + str = buffer.slice(0, 1024).toString(); + + // html5 + if (!res && str) { + res = / 0 && arguments[0] !== undefined ? arguments[0] : undefined; + + this[MAP] = Object.create(null); + + if (init instanceof Headers) { + const rawHeaders = init.raw(); + const headerNames = Object.keys(rawHeaders); + + for (const headerName of headerNames) { + for (const value of rawHeaders[headerName]) { + this.append(headerName, value); + } + } + + return; + } + + // We don't worry about converting prop to ByteString here as append() + // will handle it. + if (init == null) ; else if (typeof init === 'object') { + const method = init[Symbol.iterator]; + if (method != null) { + if (typeof method !== 'function') { + throw new TypeError('Header pairs must be iterable'); + } + + // sequence> + // Note: per spec we have to first exhaust the lists then process them + const pairs = []; + for (const pair of init) { + if (typeof pair !== 'object' || typeof pair[Symbol.iterator] !== 'function') { + throw new TypeError('Each header pair must be iterable'); + } + pairs.push(Array.from(pair)); + } + + for (const pair of pairs) { + if (pair.length !== 2) { + throw new TypeError('Each header pair must be a name/value tuple'); + } + this.append(pair[0], pair[1]); + } + } else { + // record + for (const key of Object.keys(init)) { + const value = init[key]; + this.append(key, value); + } + } + } else { + throw new TypeError('Provided initializer must be an object'); + } + } + + /** + * Return combined header value given name + * + * @param String name Header name + * @return Mixed + */ + get(name) { + name = `${name}`; + validateName(name); + const key = find(this[MAP], name); + if (key === undefined) { + return null; + } + + return this[MAP][key].join(', '); + } + + /** + * Iterate over all headers + * + * @param Function callback Executed for each item with parameters (value, name, thisArg) + * @param Boolean thisArg `this` context for callback function + * @return Void + */ + forEach(callback) { + let thisArg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined; + + let pairs = getHeaders(this); + let i = 0; + while (i < pairs.length) { + var _pairs$i = pairs[i]; + const name = _pairs$i[0], + value = _pairs$i[1]; + + callback.call(thisArg, value, name, this); + pairs = getHeaders(this); + i++; + } + } + + /** + * Overwrite header values given name + * + * @param String name Header name + * @param String value Header value + * @return Void + */ + set(name, value) { + name = `${name}`; + value = `${value}`; + validateName(name); + validateValue(value); + const key = find(this[MAP], name); + this[MAP][key !== undefined ? key : name] = [value]; + } + + /** + * Append a value onto existing header + * + * @param String name Header name + * @param String value Header value + * @return Void + */ + append(name, value) { + name = `${name}`; + value = `${value}`; + validateName(name); + validateValue(value); + const key = find(this[MAP], name); + if (key !== undefined) { + this[MAP][key].push(value); + } else { + this[MAP][name] = [value]; + } + } + + /** + * Check for header name existence + * + * @param String name Header name + * @return Boolean + */ + has(name) { + name = `${name}`; + validateName(name); + return find(this[MAP], name) !== undefined; + } + + /** + * Delete all header values given name + * + * @param String name Header name + * @return Void + */ + delete(name) { + name = `${name}`; + validateName(name); + const key = find(this[MAP], name); + if (key !== undefined) { + delete this[MAP][key]; + } + } + + /** + * Return raw headers (non-spec api) + * + * @return Object + */ + raw() { + return this[MAP]; + } + + /** + * Get an iterator on keys. + * + * @return Iterator + */ + keys() { + return createHeadersIterator(this, 'key'); + } + + /** + * Get an iterator on values. + * + * @return Iterator + */ + values() { + return createHeadersIterator(this, 'value'); + } + + /** + * Get an iterator on entries. + * + * This is the default iterator of the Headers object. + * + * @return Iterator + */ + [Symbol.iterator]() { + return createHeadersIterator(this, 'key+value'); + } +} +Headers.prototype.entries = Headers.prototype[Symbol.iterator]; + +Object.defineProperty(Headers.prototype, Symbol.toStringTag, { + value: 'Headers', + writable: false, + enumerable: false, + configurable: true +}); + +Object.defineProperties(Headers.prototype, { + get: { enumerable: true }, + forEach: { enumerable: true }, + set: { enumerable: true }, + append: { enumerable: true }, + has: { enumerable: true }, + delete: { enumerable: true }, + keys: { enumerable: true }, + values: { enumerable: true }, + entries: { enumerable: true } +}); + +function getHeaders(headers) { + let kind = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'key+value'; + + const keys = Object.keys(headers[MAP]).sort(); + return keys.map(kind === 'key' ? function (k) { + return k.toLowerCase(); + } : kind === 'value' ? function (k) { + return headers[MAP][k].join(', '); + } : function (k) { + return [k.toLowerCase(), headers[MAP][k].join(', ')]; + }); +} + +const INTERNAL = Symbol('internal'); + +function createHeadersIterator(target, kind) { + const iterator = Object.create(HeadersIteratorPrototype); + iterator[INTERNAL] = { + target, + kind, + index: 0 + }; + return iterator; +} + +const HeadersIteratorPrototype = Object.setPrototypeOf({ + next() { + // istanbul ignore if + if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) { + throw new TypeError('Value of `this` is not a HeadersIterator'); + } + + var _INTERNAL = this[INTERNAL]; + const target = _INTERNAL.target, + kind = _INTERNAL.kind, + index = _INTERNAL.index; + + const values = getHeaders(target, kind); + const len = values.length; + if (index >= len) { + return { + value: undefined, + done: true + }; + } + + this[INTERNAL].index = index + 1; + + return { + value: values[index], + done: false + }; + } +}, Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()))); + +Object.defineProperty(HeadersIteratorPrototype, Symbol.toStringTag, { + value: 'HeadersIterator', + writable: false, + enumerable: false, + configurable: true +}); + +/** + * Export the Headers object in a form that Node.js can consume. + * + * @param Headers headers + * @return Object + */ +function exportNodeCompatibleHeaders(headers) { + const obj = Object.assign({ __proto__: null }, headers[MAP]); + + // http.request() only supports string as Host header. This hack makes + // specifying custom Host header possible. + const hostHeaderKey = find(headers[MAP], 'Host'); + if (hostHeaderKey !== undefined) { + obj[hostHeaderKey] = obj[hostHeaderKey][0]; + } + + return obj; +} + +/** + * Create a Headers object from an object of headers, ignoring those that do + * not conform to HTTP grammar productions. + * + * @param Object obj Object of headers + * @return Headers + */ +function createHeadersLenient(obj) { + const headers = new Headers(); + for (const name of Object.keys(obj)) { + if (invalidTokenRegex.test(name)) { + continue; + } + if (Array.isArray(obj[name])) { + for (const val of obj[name]) { + if (invalidHeaderCharRegex.test(val)) { + continue; + } + if (headers[MAP][name] === undefined) { + headers[MAP][name] = [val]; + } else { + headers[MAP][name].push(val); + } + } + } else if (!invalidHeaderCharRegex.test(obj[name])) { + headers[MAP][name] = [obj[name]]; + } + } + return headers; +} + +const INTERNALS$1 = Symbol('Response internals'); + +// fix an issue where "STATUS_CODES" aren't a named export for node <10 +const STATUS_CODES = http.STATUS_CODES; + +/** + * Response class + * + * @param Stream body Readable stream + * @param Object opts Response options + * @return Void + */ +class Response { + constructor() { + let body = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + Body.call(this, body, opts); + + const status = opts.status || 200; + const headers = new Headers(opts.headers); + + if (body != null && !headers.has('Content-Type')) { + const contentType = extractContentType(body); + if (contentType) { + headers.append('Content-Type', contentType); + } + } + + this[INTERNALS$1] = { + url: opts.url, + status, + statusText: opts.statusText || STATUS_CODES[status], + headers, + counter: opts.counter + }; + } + + get url() { + return this[INTERNALS$1].url || ''; + } + + get status() { + return this[INTERNALS$1].status; + } + + /** + * Convenience property representing if the request ended normally + */ + get ok() { + return this[INTERNALS$1].status >= 200 && this[INTERNALS$1].status < 300; + } + + get redirected() { + return this[INTERNALS$1].counter > 0; + } + + get statusText() { + return this[INTERNALS$1].statusText; + } + + get headers() { + return this[INTERNALS$1].headers; + } + + /** + * Clone this response + * + * @return Response + */ + clone() { + return new Response(clone(this), { + url: this.url, + status: this.status, + statusText: this.statusText, + headers: this.headers, + ok: this.ok, + redirected: this.redirected + }); + } +} + +Body.mixIn(Response.prototype); + +Object.defineProperties(Response.prototype, { + url: { enumerable: true }, + status: { enumerable: true }, + ok: { enumerable: true }, + redirected: { enumerable: true }, + statusText: { enumerable: true }, + headers: { enumerable: true }, + clone: { enumerable: true } +}); + +Object.defineProperty(Response.prototype, Symbol.toStringTag, { + value: 'Response', + writable: false, + enumerable: false, + configurable: true +}); + +const INTERNALS$2 = Symbol('Request internals'); +const URL = Url.URL || whatwgUrl.URL; + +// fix an issue where "format", "parse" aren't a named export for node <10 +const parse_url = Url.parse; +const format_url = Url.format; + +/** + * Wrapper around `new URL` to handle arbitrary URLs + * + * @param {string} urlStr + * @return {void} + */ +function parseURL(urlStr) { + /* + Check whether the URL is absolute or not + Scheme: https://tools.ietf.org/html/rfc3986#section-3.1 + Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3 + */ + if (/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(urlStr)) { + urlStr = new URL(urlStr).toString(); + } + + // Fallback to old implementation for arbitrary URLs + return parse_url(urlStr); +} + +const streamDestructionSupported = 'destroy' in Stream.Readable.prototype; + +/** + * Check if a value is an instance of Request. + * + * @param Mixed input + * @return Boolean + */ +function isRequest(input) { + return typeof input === 'object' && typeof input[INTERNALS$2] === 'object'; +} + +function isAbortSignal(signal) { + const proto = signal && typeof signal === 'object' && Object.getPrototypeOf(signal); + return !!(proto && proto.constructor.name === 'AbortSignal'); +} + +/** + * Request class + * + * @param Mixed input Url or Request instance + * @param Object init Custom options + * @return Void + */ +class Request { + constructor(input) { + let init = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + let parsedURL; + + // normalize input + if (!isRequest(input)) { + if (input && input.href) { + // in order to support Node.js' Url objects; though WHATWG's URL objects + // will fall into this branch also (since their `toString()` will return + // `href` property anyway) + parsedURL = parseURL(input.href); + } else { + // coerce input to a string before attempting to parse + parsedURL = parseURL(`${input}`); + } + input = {}; + } else { + parsedURL = parseURL(input.url); + } + + let method = init.method || input.method || 'GET'; + method = method.toUpperCase(); + + if ((init.body != null || isRequest(input) && input.body !== null) && (method === 'GET' || method === 'HEAD')) { + throw new TypeError('Request with GET/HEAD method cannot have body'); + } + + let inputBody = init.body != null ? init.body : isRequest(input) && input.body !== null ? clone(input) : null; + + Body.call(this, inputBody, { + timeout: init.timeout || input.timeout || 0, + size: init.size || input.size || 0 + }); + + const headers = new Headers(init.headers || input.headers || {}); + + if (inputBody != null && !headers.has('Content-Type')) { + const contentType = extractContentType(inputBody); + if (contentType) { + headers.append('Content-Type', contentType); + } + } + + let signal = isRequest(input) ? input.signal : null; + if ('signal' in init) signal = init.signal; + + if (signal != null && !isAbortSignal(signal)) { + throw new TypeError('Expected signal to be an instanceof AbortSignal'); + } + + this[INTERNALS$2] = { + method, + redirect: init.redirect || input.redirect || 'follow', + headers, + parsedURL, + signal + }; + + // node-fetch-only options + this.follow = init.follow !== undefined ? init.follow : input.follow !== undefined ? input.follow : 20; + this.compress = init.compress !== undefined ? init.compress : input.compress !== undefined ? input.compress : true; + this.counter = init.counter || input.counter || 0; + this.agent = init.agent || input.agent; + } + + get method() { + return this[INTERNALS$2].method; + } + + get url() { + return format_url(this[INTERNALS$2].parsedURL); + } + + get headers() { + return this[INTERNALS$2].headers; + } + + get redirect() { + return this[INTERNALS$2].redirect; + } + + get signal() { + return this[INTERNALS$2].signal; + } + + /** + * Clone this request + * + * @return Request + */ + clone() { + return new Request(this); + } +} + +Body.mixIn(Request.prototype); + +Object.defineProperty(Request.prototype, Symbol.toStringTag, { + value: 'Request', + writable: false, + enumerable: false, + configurable: true +}); + +Object.defineProperties(Request.prototype, { + method: { enumerable: true }, + url: { enumerable: true }, + headers: { enumerable: true }, + redirect: { enumerable: true }, + clone: { enumerable: true }, + signal: { enumerable: true } +}); + +/** + * Convert a Request to Node.js http request options. + * + * @param Request A Request instance + * @return Object The options object to be passed to http.request + */ +function getNodeRequestOptions(request) { + const parsedURL = request[INTERNALS$2].parsedURL; + const headers = new Headers(request[INTERNALS$2].headers); + + // fetch step 1.3 + if (!headers.has('Accept')) { + headers.set('Accept', '*/*'); + } + + // Basic fetch + if (!parsedURL.protocol || !parsedURL.hostname) { + throw new TypeError('Only absolute URLs are supported'); + } + + if (!/^https?:$/.test(parsedURL.protocol)) { + throw new TypeError('Only HTTP(S) protocols are supported'); + } + + if (request.signal && request.body instanceof Stream.Readable && !streamDestructionSupported) { + throw new Error('Cancellation of streamed requests with AbortSignal is not supported in node < 8'); + } + + // HTTP-network-or-cache fetch steps 2.4-2.7 + let contentLengthValue = null; + if (request.body == null && /^(POST|PUT)$/i.test(request.method)) { + contentLengthValue = '0'; + } + if (request.body != null) { + const totalBytes = getTotalBytes(request); + if (typeof totalBytes === 'number') { + contentLengthValue = String(totalBytes); + } + } + if (contentLengthValue) { + headers.set('Content-Length', contentLengthValue); + } + + // HTTP-network-or-cache fetch step 2.11 + if (!headers.has('User-Agent')) { + headers.set('User-Agent', 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)'); + } + + // HTTP-network-or-cache fetch step 2.15 + if (request.compress && !headers.has('Accept-Encoding')) { + headers.set('Accept-Encoding', 'gzip,deflate'); + } + + let agent = request.agent; + if (typeof agent === 'function') { + agent = agent(parsedURL); + } + + // HTTP-network fetch step 4.2 + // chunked encoding is handled by Node.js + + return Object.assign({}, parsedURL, { + method: request.method, + headers: exportNodeCompatibleHeaders(headers), + agent + }); +} + +/** + * abort-error.js + * + * AbortError interface for cancelled requests + */ + +/** + * Create AbortError instance + * + * @param String message Error message for human + * @return AbortError + */ +function AbortError(message) { + Error.call(this, message); + + this.type = 'aborted'; + this.message = message; + + // hide custom error implementation details from end-users + Error.captureStackTrace(this, this.constructor); +} + +AbortError.prototype = Object.create(Error.prototype); +AbortError.prototype.constructor = AbortError; +AbortError.prototype.name = 'AbortError'; + +const URL$1 = Url.URL || whatwgUrl.URL; + +// fix an issue where "PassThrough", "resolve" aren't a named export for node <10 +const PassThrough$1 = Stream.PassThrough; + +const isDomainOrSubdomain = function isDomainOrSubdomain(destination, original) { + const orig = new URL$1(original).hostname; + const dest = new URL$1(destination).hostname; + + return orig === dest || orig[orig.length - dest.length - 1] === '.' && orig.endsWith(dest); +}; + +/** + * isSameProtocol reports whether the two provided URLs use the same protocol. + * + * Both domains must already be in canonical form. + * @param {string|URL} original + * @param {string|URL} destination + */ +const isSameProtocol = function isSameProtocol(destination, original) { + const orig = new URL$1(original).protocol; + const dest = new URL$1(destination).protocol; + + return orig === dest; +}; + +/** + * Fetch function + * + * @param Mixed url Absolute url or Request instance + * @param Object opts Fetch options + * @return Promise + */ +function fetch(url, opts) { + + // allow custom promise + if (!fetch.Promise) { + throw new Error('native promise missing, set fetch.Promise to your favorite alternative'); + } + + Body.Promise = fetch.Promise; + + // wrap http.request into fetch + return new fetch.Promise(function (resolve, reject) { + // build request object + const request = new Request(url, opts); + const options = getNodeRequestOptions(request); + + const send = (options.protocol === 'https:' ? https : http).request; + const signal = request.signal; + + let response = null; + + const abort = function abort() { + let error = new AbortError('The user aborted a request.'); + reject(error); + if (request.body && request.body instanceof Stream.Readable) { + destroyStream(request.body, error); + } + if (!response || !response.body) return; + response.body.emit('error', error); + }; + + if (signal && signal.aborted) { + abort(); + return; + } + + const abortAndFinalize = function abortAndFinalize() { + abort(); + finalize(); + }; + + // send request + const req = send(options); + let reqTimeout; + + if (signal) { + signal.addEventListener('abort', abortAndFinalize); + } + + function finalize() { + req.abort(); + if (signal) signal.removeEventListener('abort', abortAndFinalize); + clearTimeout(reqTimeout); + } + + if (request.timeout) { + req.once('socket', function (socket) { + reqTimeout = setTimeout(function () { + reject(new FetchError(`network timeout at: ${request.url}`, 'request-timeout')); + finalize(); + }, request.timeout); + }); + } + + req.on('error', function (err) { + reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err)); + + if (response && response.body) { + destroyStream(response.body, err); + } + + finalize(); + }); + + fixResponseChunkedTransferBadEnding(req, function (err) { + if (signal && signal.aborted) { + return; + } + + if (response && response.body) { + destroyStream(response.body, err); + } + }); + + /* c8 ignore next 18 */ + if (parseInt(process.version.substring(1)) < 14) { + // Before Node.js 14, pipeline() does not fully support async iterators and does not always + // properly handle when the socket close/end events are out of order. + req.on('socket', function (s) { + s.addListener('close', function (hadError) { + // if a data listener is still present we didn't end cleanly + const hasDataListener = s.listenerCount('data') > 0; + + // if end happened before close but the socket didn't emit an error, do it now + if (response && hasDataListener && !hadError && !(signal && signal.aborted)) { + const err = new Error('Premature close'); + err.code = 'ERR_STREAM_PREMATURE_CLOSE'; + response.body.emit('error', err); + } + }); + }); + } + + req.on('response', function (res) { + clearTimeout(reqTimeout); + + const headers = createHeadersLenient(res.headers); + + // HTTP fetch step 5 + if (fetch.isRedirect(res.statusCode)) { + // HTTP fetch step 5.2 + const location = headers.get('Location'); + + // HTTP fetch step 5.3 + let locationURL = null; + try { + locationURL = location === null ? null : new URL$1(location, request.url).toString(); + } catch (err) { + // error here can only be invalid URL in Location: header + // do not throw when options.redirect == manual + // let the user extract the errorneous redirect URL + if (request.redirect !== 'manual') { + reject(new FetchError(`uri requested responds with an invalid redirect URL: ${location}`, 'invalid-redirect')); + finalize(); + return; + } + } + + // HTTP fetch step 5.5 + switch (request.redirect) { + case 'error': + reject(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${request.url}`, 'no-redirect')); + finalize(); + return; + case 'manual': + // node-fetch-specific step: make manual redirect a bit easier to use by setting the Location header value to the resolved URL. + if (locationURL !== null) { + // handle corrupted header + try { + headers.set('Location', locationURL); + } catch (err) { + // istanbul ignore next: nodejs server prevent invalid response headers, we can't test this through normal request + reject(err); + } + } + break; + case 'follow': + // HTTP-redirect fetch step 2 + if (locationURL === null) { + break; + } + + // HTTP-redirect fetch step 5 + if (request.counter >= request.follow) { + reject(new FetchError(`maximum redirect reached at: ${request.url}`, 'max-redirect')); + finalize(); + return; + } + + // HTTP-redirect fetch step 6 (counter increment) + // Create a new Request object. + const requestOpts = { + headers: new Headers(request.headers), + follow: request.follow, + counter: request.counter + 1, + agent: request.agent, + compress: request.compress, + method: request.method, + body: request.body, + signal: request.signal, + timeout: request.timeout, + size: request.size + }; + + if (!isDomainOrSubdomain(request.url, locationURL) || !isSameProtocol(request.url, locationURL)) { + for (const name of ['authorization', 'www-authenticate', 'cookie', 'cookie2']) { + requestOpts.headers.delete(name); + } + } + + // HTTP-redirect fetch step 9 + if (res.statusCode !== 303 && request.body && getTotalBytes(request) === null) { + reject(new FetchError('Cannot follow redirect with body being a readable stream', 'unsupported-redirect')); + finalize(); + return; + } + + // HTTP-redirect fetch step 11 + if (res.statusCode === 303 || (res.statusCode === 301 || res.statusCode === 302) && request.method === 'POST') { + requestOpts.method = 'GET'; + requestOpts.body = undefined; + requestOpts.headers.delete('content-length'); + } + + // HTTP-redirect fetch step 15 + resolve(fetch(new Request(locationURL, requestOpts))); + finalize(); + return; + } + } + + // prepare response + res.once('end', function () { + if (signal) signal.removeEventListener('abort', abortAndFinalize); + }); + let body = res.pipe(new PassThrough$1()); + + const response_options = { + url: request.url, + status: res.statusCode, + statusText: res.statusMessage, + headers: headers, + size: request.size, + timeout: request.timeout, + counter: request.counter + }; + + // HTTP-network fetch step 12.1.1.3 + const codings = headers.get('Content-Encoding'); + + // HTTP-network fetch step 12.1.1.4: handle content codings + + // in following scenarios we ignore compression support + // 1. compression support is disabled + // 2. HEAD request + // 3. no Content-Encoding header + // 4. no content response (204) + // 5. content not modified response (304) + if (!request.compress || request.method === 'HEAD' || codings === null || res.statusCode === 204 || res.statusCode === 304) { + response = new Response(body, response_options); + resolve(response); + return; + } + + // For Node v6+ + // Be less strict when decoding compressed responses, since sometimes + // servers send slightly invalid responses that are still accepted + // by common browsers. + // Always using Z_SYNC_FLUSH is what cURL does. + const zlibOptions = { + flush: zlib.Z_SYNC_FLUSH, + finishFlush: zlib.Z_SYNC_FLUSH + }; + + // for gzip + if (codings == 'gzip' || codings == 'x-gzip') { + body = body.pipe(zlib.createGunzip(zlibOptions)); + response = new Response(body, response_options); + resolve(response); + return; + } + + // for deflate + if (codings == 'deflate' || codings == 'x-deflate') { + // handle the infamous raw deflate response from old servers + // a hack for old IIS and Apache servers + const raw = res.pipe(new PassThrough$1()); + raw.once('data', function (chunk) { + // see http://stackoverflow.com/questions/37519828 + if ((chunk[0] & 0x0F) === 0x08) { + body = body.pipe(zlib.createInflate()); + } else { + body = body.pipe(zlib.createInflateRaw()); + } + response = new Response(body, response_options); + resolve(response); + }); + raw.on('end', function () { + // some old IIS servers return zero-length OK deflate responses, so 'data' is never emitted. + if (!response) { + response = new Response(body, response_options); + resolve(response); + } + }); + return; + } + + // for br + if (codings == 'br' && typeof zlib.createBrotliDecompress === 'function') { + body = body.pipe(zlib.createBrotliDecompress()); + response = new Response(body, response_options); + resolve(response); + return; + } + + // otherwise, use response as-is + response = new Response(body, response_options); + resolve(response); + }); + + writeToStream(req, request); + }); +} +function fixResponseChunkedTransferBadEnding(request, errorCallback) { + let socket; + + request.on('socket', function (s) { + socket = s; + }); + + request.on('response', function (response) { + const headers = response.headers; + + if (headers['transfer-encoding'] === 'chunked' && !headers['content-length']) { + response.once('close', function (hadError) { + // tests for socket presence, as in some situations the + // the 'socket' event is not triggered for the request + // (happens in deno), avoids `TypeError` + // if a data listener is still present we didn't end cleanly + const hasDataListener = socket && socket.listenerCount('data') > 0; + + if (hasDataListener && !hadError) { + const err = new Error('Premature close'); + err.code = 'ERR_STREAM_PREMATURE_CLOSE'; + errorCallback(err); + } + }); + } + }); +} + +function destroyStream(stream, err) { + if (stream.destroy) { + stream.destroy(err); + } else { + // node < 8 + stream.emit('error', err); + stream.end(); + } +} + +/** + * Redirect code matching + * + * @param Number code Status code + * @return Boolean + */ +fetch.isRedirect = function (code) { + return code === 301 || code === 302 || code === 303 || code === 307 || code === 308; +}; + +// expose Promise +fetch.Promise = global.Promise; + +module.exports = exports = fetch; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.default = exports; +exports.Headers = Headers; +exports.Request = Request; +exports.Response = Response; +exports.FetchError = FetchError; +exports.AbortError = AbortError; diff --git a/node_modules/node-fetch/lib/index.mjs b/node_modules/node-fetch/lib/index.mjs new file mode 100644 index 0000000..2863dd9 --- /dev/null +++ b/node_modules/node-fetch/lib/index.mjs @@ -0,0 +1,1775 @@ +import Stream from 'stream'; +import http from 'http'; +import Url from 'url'; +import whatwgUrl from 'whatwg-url'; +import https from 'https'; +import zlib from 'zlib'; + +// Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js + +// fix for "Readable" isn't a named export issue +const Readable = Stream.Readable; + +const BUFFER = Symbol('buffer'); +const TYPE = Symbol('type'); + +class Blob { + constructor() { + this[TYPE] = ''; + + const blobParts = arguments[0]; + const options = arguments[1]; + + const buffers = []; + let size = 0; + + if (blobParts) { + const a = blobParts; + const length = Number(a.length); + for (let i = 0; i < length; i++) { + const element = a[i]; + let buffer; + if (element instanceof Buffer) { + buffer = element; + } else if (ArrayBuffer.isView(element)) { + buffer = Buffer.from(element.buffer, element.byteOffset, element.byteLength); + } else if (element instanceof ArrayBuffer) { + buffer = Buffer.from(element); + } else if (element instanceof Blob) { + buffer = element[BUFFER]; + } else { + buffer = Buffer.from(typeof element === 'string' ? element : String(element)); + } + size += buffer.length; + buffers.push(buffer); + } + } + + this[BUFFER] = Buffer.concat(buffers); + + let type = options && options.type !== undefined && String(options.type).toLowerCase(); + if (type && !/[^\u0020-\u007E]/.test(type)) { + this[TYPE] = type; + } + } + get size() { + return this[BUFFER].length; + } + get type() { + return this[TYPE]; + } + text() { + return Promise.resolve(this[BUFFER].toString()); + } + arrayBuffer() { + const buf = this[BUFFER]; + const ab = buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength); + return Promise.resolve(ab); + } + stream() { + const readable = new Readable(); + readable._read = function () {}; + readable.push(this[BUFFER]); + readable.push(null); + return readable; + } + toString() { + return '[object Blob]'; + } + slice() { + const size = this.size; + + const start = arguments[0]; + const end = arguments[1]; + let relativeStart, relativeEnd; + if (start === undefined) { + relativeStart = 0; + } else if (start < 0) { + relativeStart = Math.max(size + start, 0); + } else { + relativeStart = Math.min(start, size); + } + if (end === undefined) { + relativeEnd = size; + } else if (end < 0) { + relativeEnd = Math.max(size + end, 0); + } else { + relativeEnd = Math.min(end, size); + } + const span = Math.max(relativeEnd - relativeStart, 0); + + const buffer = this[BUFFER]; + const slicedBuffer = buffer.slice(relativeStart, relativeStart + span); + const blob = new Blob([], { type: arguments[2] }); + blob[BUFFER] = slicedBuffer; + return blob; + } +} + +Object.defineProperties(Blob.prototype, { + size: { enumerable: true }, + type: { enumerable: true }, + slice: { enumerable: true } +}); + +Object.defineProperty(Blob.prototype, Symbol.toStringTag, { + value: 'Blob', + writable: false, + enumerable: false, + configurable: true +}); + +/** + * fetch-error.js + * + * FetchError interface for operational errors + */ + +/** + * Create FetchError instance + * + * @param String message Error message for human + * @param String type Error type for machine + * @param String systemError For Node.js system error + * @return FetchError + */ +function FetchError(message, type, systemError) { + Error.call(this, message); + + this.message = message; + this.type = type; + + // when err.type is `system`, err.code contains system error code + if (systemError) { + this.code = this.errno = systemError.code; + } + + // hide custom error implementation details from end-users + Error.captureStackTrace(this, this.constructor); +} + +FetchError.prototype = Object.create(Error.prototype); +FetchError.prototype.constructor = FetchError; +FetchError.prototype.name = 'FetchError'; + +let convert; +try { + convert = require('encoding').convert; +} catch (e) {} + +const INTERNALS = Symbol('Body internals'); + +// fix an issue where "PassThrough" isn't a named export for node <10 +const PassThrough = Stream.PassThrough; + +/** + * Body mixin + * + * Ref: https://fetch.spec.whatwg.org/#body + * + * @param Stream body Readable stream + * @param Object opts Response options + * @return Void + */ +function Body(body) { + var _this = this; + + var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref$size = _ref.size; + + let size = _ref$size === undefined ? 0 : _ref$size; + var _ref$timeout = _ref.timeout; + let timeout = _ref$timeout === undefined ? 0 : _ref$timeout; + + if (body == null) { + // body is undefined or null + body = null; + } else if (isURLSearchParams(body)) { + // body is a URLSearchParams + body = Buffer.from(body.toString()); + } else if (isBlob(body)) ; else if (Buffer.isBuffer(body)) ; else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') { + // body is ArrayBuffer + body = Buffer.from(body); + } else if (ArrayBuffer.isView(body)) { + // body is ArrayBufferView + body = Buffer.from(body.buffer, body.byteOffset, body.byteLength); + } else if (body instanceof Stream) ; else { + // none of the above + // coerce to string then buffer + body = Buffer.from(String(body)); + } + this[INTERNALS] = { + body, + disturbed: false, + error: null + }; + this.size = size; + this.timeout = timeout; + + if (body instanceof Stream) { + body.on('error', function (err) { + const error = err.name === 'AbortError' ? err : new FetchError(`Invalid response body while trying to fetch ${_this.url}: ${err.message}`, 'system', err); + _this[INTERNALS].error = error; + }); + } +} + +Body.prototype = { + get body() { + return this[INTERNALS].body; + }, + + get bodyUsed() { + return this[INTERNALS].disturbed; + }, + + /** + * Decode response as ArrayBuffer + * + * @return Promise + */ + arrayBuffer() { + return consumeBody.call(this).then(function (buf) { + return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength); + }); + }, + + /** + * Return raw response as Blob + * + * @return Promise + */ + blob() { + let ct = this.headers && this.headers.get('content-type') || ''; + return consumeBody.call(this).then(function (buf) { + return Object.assign( + // Prevent copying + new Blob([], { + type: ct.toLowerCase() + }), { + [BUFFER]: buf + }); + }); + }, + + /** + * Decode response as json + * + * @return Promise + */ + json() { + var _this2 = this; + + return consumeBody.call(this).then(function (buffer) { + try { + return JSON.parse(buffer.toString()); + } catch (err) { + return Body.Promise.reject(new FetchError(`invalid json response body at ${_this2.url} reason: ${err.message}`, 'invalid-json')); + } + }); + }, + + /** + * Decode response as text + * + * @return Promise + */ + text() { + return consumeBody.call(this).then(function (buffer) { + return buffer.toString(); + }); + }, + + /** + * Decode response as buffer (non-spec api) + * + * @return Promise + */ + buffer() { + return consumeBody.call(this); + }, + + /** + * Decode response as text, while automatically detecting the encoding and + * trying to decode to UTF-8 (non-spec api) + * + * @return Promise + */ + textConverted() { + var _this3 = this; + + return consumeBody.call(this).then(function (buffer) { + return convertBody(buffer, _this3.headers); + }); + } +}; + +// In browsers, all properties are enumerable. +Object.defineProperties(Body.prototype, { + body: { enumerable: true }, + bodyUsed: { enumerable: true }, + arrayBuffer: { enumerable: true }, + blob: { enumerable: true }, + json: { enumerable: true }, + text: { enumerable: true } +}); + +Body.mixIn = function (proto) { + for (const name of Object.getOwnPropertyNames(Body.prototype)) { + // istanbul ignore else: future proof + if (!(name in proto)) { + const desc = Object.getOwnPropertyDescriptor(Body.prototype, name); + Object.defineProperty(proto, name, desc); + } + } +}; + +/** + * Consume and convert an entire Body to a Buffer. + * + * Ref: https://fetch.spec.whatwg.org/#concept-body-consume-body + * + * @return Promise + */ +function consumeBody() { + var _this4 = this; + + if (this[INTERNALS].disturbed) { + return Body.Promise.reject(new TypeError(`body used already for: ${this.url}`)); + } + + this[INTERNALS].disturbed = true; + + if (this[INTERNALS].error) { + return Body.Promise.reject(this[INTERNALS].error); + } + + let body = this.body; + + // body is null + if (body === null) { + return Body.Promise.resolve(Buffer.alloc(0)); + } + + // body is blob + if (isBlob(body)) { + body = body.stream(); + } + + // body is buffer + if (Buffer.isBuffer(body)) { + return Body.Promise.resolve(body); + } + + // istanbul ignore if: should never happen + if (!(body instanceof Stream)) { + return Body.Promise.resolve(Buffer.alloc(0)); + } + + // body is stream + // get ready to actually consume the body + let accum = []; + let accumBytes = 0; + let abort = false; + + return new Body.Promise(function (resolve, reject) { + let resTimeout; + + // allow timeout on slow response body + if (_this4.timeout) { + resTimeout = setTimeout(function () { + abort = true; + reject(new FetchError(`Response timeout while trying to fetch ${_this4.url} (over ${_this4.timeout}ms)`, 'body-timeout')); + }, _this4.timeout); + } + + // handle stream errors + body.on('error', function (err) { + if (err.name === 'AbortError') { + // if the request was aborted, reject with this Error + abort = true; + reject(err); + } else { + // other errors, such as incorrect content-encoding + reject(new FetchError(`Invalid response body while trying to fetch ${_this4.url}: ${err.message}`, 'system', err)); + } + }); + + body.on('data', function (chunk) { + if (abort || chunk === null) { + return; + } + + if (_this4.size && accumBytes + chunk.length > _this4.size) { + abort = true; + reject(new FetchError(`content size at ${_this4.url} over limit: ${_this4.size}`, 'max-size')); + return; + } + + accumBytes += chunk.length; + accum.push(chunk); + }); + + body.on('end', function () { + if (abort) { + return; + } + + clearTimeout(resTimeout); + + try { + resolve(Buffer.concat(accum, accumBytes)); + } catch (err) { + // handle streams that have accumulated too much data (issue #414) + reject(new FetchError(`Could not create Buffer from response body for ${_this4.url}: ${err.message}`, 'system', err)); + } + }); + }); +} + +/** + * Detect buffer encoding and convert to target encoding + * ref: http://www.w3.org/TR/2011/WD-html5-20110113/parsing.html#determining-the-character-encoding + * + * @param Buffer buffer Incoming buffer + * @param String encoding Target encoding + * @return String + */ +function convertBody(buffer, headers) { + if (typeof convert !== 'function') { + throw new Error('The package `encoding` must be installed to use the textConverted() function'); + } + + const ct = headers.get('content-type'); + let charset = 'utf-8'; + let res, str; + + // header + if (ct) { + res = /charset=([^;]*)/i.exec(ct); + } + + // no charset in content type, peek at response body for at most 1024 bytes + str = buffer.slice(0, 1024).toString(); + + // html5 + if (!res && str) { + res = / 0 && arguments[0] !== undefined ? arguments[0] : undefined; + + this[MAP] = Object.create(null); + + if (init instanceof Headers) { + const rawHeaders = init.raw(); + const headerNames = Object.keys(rawHeaders); + + for (const headerName of headerNames) { + for (const value of rawHeaders[headerName]) { + this.append(headerName, value); + } + } + + return; + } + + // We don't worry about converting prop to ByteString here as append() + // will handle it. + if (init == null) ; else if (typeof init === 'object') { + const method = init[Symbol.iterator]; + if (method != null) { + if (typeof method !== 'function') { + throw new TypeError('Header pairs must be iterable'); + } + + // sequence> + // Note: per spec we have to first exhaust the lists then process them + const pairs = []; + for (const pair of init) { + if (typeof pair !== 'object' || typeof pair[Symbol.iterator] !== 'function') { + throw new TypeError('Each header pair must be iterable'); + } + pairs.push(Array.from(pair)); + } + + for (const pair of pairs) { + if (pair.length !== 2) { + throw new TypeError('Each header pair must be a name/value tuple'); + } + this.append(pair[0], pair[1]); + } + } else { + // record + for (const key of Object.keys(init)) { + const value = init[key]; + this.append(key, value); + } + } + } else { + throw new TypeError('Provided initializer must be an object'); + } + } + + /** + * Return combined header value given name + * + * @param String name Header name + * @return Mixed + */ + get(name) { + name = `${name}`; + validateName(name); + const key = find(this[MAP], name); + if (key === undefined) { + return null; + } + + return this[MAP][key].join(', '); + } + + /** + * Iterate over all headers + * + * @param Function callback Executed for each item with parameters (value, name, thisArg) + * @param Boolean thisArg `this` context for callback function + * @return Void + */ + forEach(callback) { + let thisArg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined; + + let pairs = getHeaders(this); + let i = 0; + while (i < pairs.length) { + var _pairs$i = pairs[i]; + const name = _pairs$i[0], + value = _pairs$i[1]; + + callback.call(thisArg, value, name, this); + pairs = getHeaders(this); + i++; + } + } + + /** + * Overwrite header values given name + * + * @param String name Header name + * @param String value Header value + * @return Void + */ + set(name, value) { + name = `${name}`; + value = `${value}`; + validateName(name); + validateValue(value); + const key = find(this[MAP], name); + this[MAP][key !== undefined ? key : name] = [value]; + } + + /** + * Append a value onto existing header + * + * @param String name Header name + * @param String value Header value + * @return Void + */ + append(name, value) { + name = `${name}`; + value = `${value}`; + validateName(name); + validateValue(value); + const key = find(this[MAP], name); + if (key !== undefined) { + this[MAP][key].push(value); + } else { + this[MAP][name] = [value]; + } + } + + /** + * Check for header name existence + * + * @param String name Header name + * @return Boolean + */ + has(name) { + name = `${name}`; + validateName(name); + return find(this[MAP], name) !== undefined; + } + + /** + * Delete all header values given name + * + * @param String name Header name + * @return Void + */ + delete(name) { + name = `${name}`; + validateName(name); + const key = find(this[MAP], name); + if (key !== undefined) { + delete this[MAP][key]; + } + } + + /** + * Return raw headers (non-spec api) + * + * @return Object + */ + raw() { + return this[MAP]; + } + + /** + * Get an iterator on keys. + * + * @return Iterator + */ + keys() { + return createHeadersIterator(this, 'key'); + } + + /** + * Get an iterator on values. + * + * @return Iterator + */ + values() { + return createHeadersIterator(this, 'value'); + } + + /** + * Get an iterator on entries. + * + * This is the default iterator of the Headers object. + * + * @return Iterator + */ + [Symbol.iterator]() { + return createHeadersIterator(this, 'key+value'); + } +} +Headers.prototype.entries = Headers.prototype[Symbol.iterator]; + +Object.defineProperty(Headers.prototype, Symbol.toStringTag, { + value: 'Headers', + writable: false, + enumerable: false, + configurable: true +}); + +Object.defineProperties(Headers.prototype, { + get: { enumerable: true }, + forEach: { enumerable: true }, + set: { enumerable: true }, + append: { enumerable: true }, + has: { enumerable: true }, + delete: { enumerable: true }, + keys: { enumerable: true }, + values: { enumerable: true }, + entries: { enumerable: true } +}); + +function getHeaders(headers) { + let kind = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'key+value'; + + const keys = Object.keys(headers[MAP]).sort(); + return keys.map(kind === 'key' ? function (k) { + return k.toLowerCase(); + } : kind === 'value' ? function (k) { + return headers[MAP][k].join(', '); + } : function (k) { + return [k.toLowerCase(), headers[MAP][k].join(', ')]; + }); +} + +const INTERNAL = Symbol('internal'); + +function createHeadersIterator(target, kind) { + const iterator = Object.create(HeadersIteratorPrototype); + iterator[INTERNAL] = { + target, + kind, + index: 0 + }; + return iterator; +} + +const HeadersIteratorPrototype = Object.setPrototypeOf({ + next() { + // istanbul ignore if + if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) { + throw new TypeError('Value of `this` is not a HeadersIterator'); + } + + var _INTERNAL = this[INTERNAL]; + const target = _INTERNAL.target, + kind = _INTERNAL.kind, + index = _INTERNAL.index; + + const values = getHeaders(target, kind); + const len = values.length; + if (index >= len) { + return { + value: undefined, + done: true + }; + } + + this[INTERNAL].index = index + 1; + + return { + value: values[index], + done: false + }; + } +}, Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()))); + +Object.defineProperty(HeadersIteratorPrototype, Symbol.toStringTag, { + value: 'HeadersIterator', + writable: false, + enumerable: false, + configurable: true +}); + +/** + * Export the Headers object in a form that Node.js can consume. + * + * @param Headers headers + * @return Object + */ +function exportNodeCompatibleHeaders(headers) { + const obj = Object.assign({ __proto__: null }, headers[MAP]); + + // http.request() only supports string as Host header. This hack makes + // specifying custom Host header possible. + const hostHeaderKey = find(headers[MAP], 'Host'); + if (hostHeaderKey !== undefined) { + obj[hostHeaderKey] = obj[hostHeaderKey][0]; + } + + return obj; +} + +/** + * Create a Headers object from an object of headers, ignoring those that do + * not conform to HTTP grammar productions. + * + * @param Object obj Object of headers + * @return Headers + */ +function createHeadersLenient(obj) { + const headers = new Headers(); + for (const name of Object.keys(obj)) { + if (invalidTokenRegex.test(name)) { + continue; + } + if (Array.isArray(obj[name])) { + for (const val of obj[name]) { + if (invalidHeaderCharRegex.test(val)) { + continue; + } + if (headers[MAP][name] === undefined) { + headers[MAP][name] = [val]; + } else { + headers[MAP][name].push(val); + } + } + } else if (!invalidHeaderCharRegex.test(obj[name])) { + headers[MAP][name] = [obj[name]]; + } + } + return headers; +} + +const INTERNALS$1 = Symbol('Response internals'); + +// fix an issue where "STATUS_CODES" aren't a named export for node <10 +const STATUS_CODES = http.STATUS_CODES; + +/** + * Response class + * + * @param Stream body Readable stream + * @param Object opts Response options + * @return Void + */ +class Response { + constructor() { + let body = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + Body.call(this, body, opts); + + const status = opts.status || 200; + const headers = new Headers(opts.headers); + + if (body != null && !headers.has('Content-Type')) { + const contentType = extractContentType(body); + if (contentType) { + headers.append('Content-Type', contentType); + } + } + + this[INTERNALS$1] = { + url: opts.url, + status, + statusText: opts.statusText || STATUS_CODES[status], + headers, + counter: opts.counter + }; + } + + get url() { + return this[INTERNALS$1].url || ''; + } + + get status() { + return this[INTERNALS$1].status; + } + + /** + * Convenience property representing if the request ended normally + */ + get ok() { + return this[INTERNALS$1].status >= 200 && this[INTERNALS$1].status < 300; + } + + get redirected() { + return this[INTERNALS$1].counter > 0; + } + + get statusText() { + return this[INTERNALS$1].statusText; + } + + get headers() { + return this[INTERNALS$1].headers; + } + + /** + * Clone this response + * + * @return Response + */ + clone() { + return new Response(clone(this), { + url: this.url, + status: this.status, + statusText: this.statusText, + headers: this.headers, + ok: this.ok, + redirected: this.redirected + }); + } +} + +Body.mixIn(Response.prototype); + +Object.defineProperties(Response.prototype, { + url: { enumerable: true }, + status: { enumerable: true }, + ok: { enumerable: true }, + redirected: { enumerable: true }, + statusText: { enumerable: true }, + headers: { enumerable: true }, + clone: { enumerable: true } +}); + +Object.defineProperty(Response.prototype, Symbol.toStringTag, { + value: 'Response', + writable: false, + enumerable: false, + configurable: true +}); + +const INTERNALS$2 = Symbol('Request internals'); +const URL = Url.URL || whatwgUrl.URL; + +// fix an issue where "format", "parse" aren't a named export for node <10 +const parse_url = Url.parse; +const format_url = Url.format; + +/** + * Wrapper around `new URL` to handle arbitrary URLs + * + * @param {string} urlStr + * @return {void} + */ +function parseURL(urlStr) { + /* + Check whether the URL is absolute or not + Scheme: https://tools.ietf.org/html/rfc3986#section-3.1 + Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3 + */ + if (/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(urlStr)) { + urlStr = new URL(urlStr).toString(); + } + + // Fallback to old implementation for arbitrary URLs + return parse_url(urlStr); +} + +const streamDestructionSupported = 'destroy' in Stream.Readable.prototype; + +/** + * Check if a value is an instance of Request. + * + * @param Mixed input + * @return Boolean + */ +function isRequest(input) { + return typeof input === 'object' && typeof input[INTERNALS$2] === 'object'; +} + +function isAbortSignal(signal) { + const proto = signal && typeof signal === 'object' && Object.getPrototypeOf(signal); + return !!(proto && proto.constructor.name === 'AbortSignal'); +} + +/** + * Request class + * + * @param Mixed input Url or Request instance + * @param Object init Custom options + * @return Void + */ +class Request { + constructor(input) { + let init = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + let parsedURL; + + // normalize input + if (!isRequest(input)) { + if (input && input.href) { + // in order to support Node.js' Url objects; though WHATWG's URL objects + // will fall into this branch also (since their `toString()` will return + // `href` property anyway) + parsedURL = parseURL(input.href); + } else { + // coerce input to a string before attempting to parse + parsedURL = parseURL(`${input}`); + } + input = {}; + } else { + parsedURL = parseURL(input.url); + } + + let method = init.method || input.method || 'GET'; + method = method.toUpperCase(); + + if ((init.body != null || isRequest(input) && input.body !== null) && (method === 'GET' || method === 'HEAD')) { + throw new TypeError('Request with GET/HEAD method cannot have body'); + } + + let inputBody = init.body != null ? init.body : isRequest(input) && input.body !== null ? clone(input) : null; + + Body.call(this, inputBody, { + timeout: init.timeout || input.timeout || 0, + size: init.size || input.size || 0 + }); + + const headers = new Headers(init.headers || input.headers || {}); + + if (inputBody != null && !headers.has('Content-Type')) { + const contentType = extractContentType(inputBody); + if (contentType) { + headers.append('Content-Type', contentType); + } + } + + let signal = isRequest(input) ? input.signal : null; + if ('signal' in init) signal = init.signal; + + if (signal != null && !isAbortSignal(signal)) { + throw new TypeError('Expected signal to be an instanceof AbortSignal'); + } + + this[INTERNALS$2] = { + method, + redirect: init.redirect || input.redirect || 'follow', + headers, + parsedURL, + signal + }; + + // node-fetch-only options + this.follow = init.follow !== undefined ? init.follow : input.follow !== undefined ? input.follow : 20; + this.compress = init.compress !== undefined ? init.compress : input.compress !== undefined ? input.compress : true; + this.counter = init.counter || input.counter || 0; + this.agent = init.agent || input.agent; + } + + get method() { + return this[INTERNALS$2].method; + } + + get url() { + return format_url(this[INTERNALS$2].parsedURL); + } + + get headers() { + return this[INTERNALS$2].headers; + } + + get redirect() { + return this[INTERNALS$2].redirect; + } + + get signal() { + return this[INTERNALS$2].signal; + } + + /** + * Clone this request + * + * @return Request + */ + clone() { + return new Request(this); + } +} + +Body.mixIn(Request.prototype); + +Object.defineProperty(Request.prototype, Symbol.toStringTag, { + value: 'Request', + writable: false, + enumerable: false, + configurable: true +}); + +Object.defineProperties(Request.prototype, { + method: { enumerable: true }, + url: { enumerable: true }, + headers: { enumerable: true }, + redirect: { enumerable: true }, + clone: { enumerable: true }, + signal: { enumerable: true } +}); + +/** + * Convert a Request to Node.js http request options. + * + * @param Request A Request instance + * @return Object The options object to be passed to http.request + */ +function getNodeRequestOptions(request) { + const parsedURL = request[INTERNALS$2].parsedURL; + const headers = new Headers(request[INTERNALS$2].headers); + + // fetch step 1.3 + if (!headers.has('Accept')) { + headers.set('Accept', '*/*'); + } + + // Basic fetch + if (!parsedURL.protocol || !parsedURL.hostname) { + throw new TypeError('Only absolute URLs are supported'); + } + + if (!/^https?:$/.test(parsedURL.protocol)) { + throw new TypeError('Only HTTP(S) protocols are supported'); + } + + if (request.signal && request.body instanceof Stream.Readable && !streamDestructionSupported) { + throw new Error('Cancellation of streamed requests with AbortSignal is not supported in node < 8'); + } + + // HTTP-network-or-cache fetch steps 2.4-2.7 + let contentLengthValue = null; + if (request.body == null && /^(POST|PUT)$/i.test(request.method)) { + contentLengthValue = '0'; + } + if (request.body != null) { + const totalBytes = getTotalBytes(request); + if (typeof totalBytes === 'number') { + contentLengthValue = String(totalBytes); + } + } + if (contentLengthValue) { + headers.set('Content-Length', contentLengthValue); + } + + // HTTP-network-or-cache fetch step 2.11 + if (!headers.has('User-Agent')) { + headers.set('User-Agent', 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)'); + } + + // HTTP-network-or-cache fetch step 2.15 + if (request.compress && !headers.has('Accept-Encoding')) { + headers.set('Accept-Encoding', 'gzip,deflate'); + } + + let agent = request.agent; + if (typeof agent === 'function') { + agent = agent(parsedURL); + } + + // HTTP-network fetch step 4.2 + // chunked encoding is handled by Node.js + + return Object.assign({}, parsedURL, { + method: request.method, + headers: exportNodeCompatibleHeaders(headers), + agent + }); +} + +/** + * abort-error.js + * + * AbortError interface for cancelled requests + */ + +/** + * Create AbortError instance + * + * @param String message Error message for human + * @return AbortError + */ +function AbortError(message) { + Error.call(this, message); + + this.type = 'aborted'; + this.message = message; + + // hide custom error implementation details from end-users + Error.captureStackTrace(this, this.constructor); +} + +AbortError.prototype = Object.create(Error.prototype); +AbortError.prototype.constructor = AbortError; +AbortError.prototype.name = 'AbortError'; + +const URL$1 = Url.URL || whatwgUrl.URL; + +// fix an issue where "PassThrough", "resolve" aren't a named export for node <10 +const PassThrough$1 = Stream.PassThrough; + +const isDomainOrSubdomain = function isDomainOrSubdomain(destination, original) { + const orig = new URL$1(original).hostname; + const dest = new URL$1(destination).hostname; + + return orig === dest || orig[orig.length - dest.length - 1] === '.' && orig.endsWith(dest); +}; + +/** + * isSameProtocol reports whether the two provided URLs use the same protocol. + * + * Both domains must already be in canonical form. + * @param {string|URL} original + * @param {string|URL} destination + */ +const isSameProtocol = function isSameProtocol(destination, original) { + const orig = new URL$1(original).protocol; + const dest = new URL$1(destination).protocol; + + return orig === dest; +}; + +/** + * Fetch function + * + * @param Mixed url Absolute url or Request instance + * @param Object opts Fetch options + * @return Promise + */ +function fetch(url, opts) { + + // allow custom promise + if (!fetch.Promise) { + throw new Error('native promise missing, set fetch.Promise to your favorite alternative'); + } + + Body.Promise = fetch.Promise; + + // wrap http.request into fetch + return new fetch.Promise(function (resolve, reject) { + // build request object + const request = new Request(url, opts); + const options = getNodeRequestOptions(request); + + const send = (options.protocol === 'https:' ? https : http).request; + const signal = request.signal; + + let response = null; + + const abort = function abort() { + let error = new AbortError('The user aborted a request.'); + reject(error); + if (request.body && request.body instanceof Stream.Readable) { + destroyStream(request.body, error); + } + if (!response || !response.body) return; + response.body.emit('error', error); + }; + + if (signal && signal.aborted) { + abort(); + return; + } + + const abortAndFinalize = function abortAndFinalize() { + abort(); + finalize(); + }; + + // send request + const req = send(options); + let reqTimeout; + + if (signal) { + signal.addEventListener('abort', abortAndFinalize); + } + + function finalize() { + req.abort(); + if (signal) signal.removeEventListener('abort', abortAndFinalize); + clearTimeout(reqTimeout); + } + + if (request.timeout) { + req.once('socket', function (socket) { + reqTimeout = setTimeout(function () { + reject(new FetchError(`network timeout at: ${request.url}`, 'request-timeout')); + finalize(); + }, request.timeout); + }); + } + + req.on('error', function (err) { + reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err)); + + if (response && response.body) { + destroyStream(response.body, err); + } + + finalize(); + }); + + fixResponseChunkedTransferBadEnding(req, function (err) { + if (signal && signal.aborted) { + return; + } + + if (response && response.body) { + destroyStream(response.body, err); + } + }); + + /* c8 ignore next 18 */ + if (parseInt(process.version.substring(1)) < 14) { + // Before Node.js 14, pipeline() does not fully support async iterators and does not always + // properly handle when the socket close/end events are out of order. + req.on('socket', function (s) { + s.addListener('close', function (hadError) { + // if a data listener is still present we didn't end cleanly + const hasDataListener = s.listenerCount('data') > 0; + + // if end happened before close but the socket didn't emit an error, do it now + if (response && hasDataListener && !hadError && !(signal && signal.aborted)) { + const err = new Error('Premature close'); + err.code = 'ERR_STREAM_PREMATURE_CLOSE'; + response.body.emit('error', err); + } + }); + }); + } + + req.on('response', function (res) { + clearTimeout(reqTimeout); + + const headers = createHeadersLenient(res.headers); + + // HTTP fetch step 5 + if (fetch.isRedirect(res.statusCode)) { + // HTTP fetch step 5.2 + const location = headers.get('Location'); + + // HTTP fetch step 5.3 + let locationURL = null; + try { + locationURL = location === null ? null : new URL$1(location, request.url).toString(); + } catch (err) { + // error here can only be invalid URL in Location: header + // do not throw when options.redirect == manual + // let the user extract the errorneous redirect URL + if (request.redirect !== 'manual') { + reject(new FetchError(`uri requested responds with an invalid redirect URL: ${location}`, 'invalid-redirect')); + finalize(); + return; + } + } + + // HTTP fetch step 5.5 + switch (request.redirect) { + case 'error': + reject(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${request.url}`, 'no-redirect')); + finalize(); + return; + case 'manual': + // node-fetch-specific step: make manual redirect a bit easier to use by setting the Location header value to the resolved URL. + if (locationURL !== null) { + // handle corrupted header + try { + headers.set('Location', locationURL); + } catch (err) { + // istanbul ignore next: nodejs server prevent invalid response headers, we can't test this through normal request + reject(err); + } + } + break; + case 'follow': + // HTTP-redirect fetch step 2 + if (locationURL === null) { + break; + } + + // HTTP-redirect fetch step 5 + if (request.counter >= request.follow) { + reject(new FetchError(`maximum redirect reached at: ${request.url}`, 'max-redirect')); + finalize(); + return; + } + + // HTTP-redirect fetch step 6 (counter increment) + // Create a new Request object. + const requestOpts = { + headers: new Headers(request.headers), + follow: request.follow, + counter: request.counter + 1, + agent: request.agent, + compress: request.compress, + method: request.method, + body: request.body, + signal: request.signal, + timeout: request.timeout, + size: request.size + }; + + if (!isDomainOrSubdomain(request.url, locationURL) || !isSameProtocol(request.url, locationURL)) { + for (const name of ['authorization', 'www-authenticate', 'cookie', 'cookie2']) { + requestOpts.headers.delete(name); + } + } + + // HTTP-redirect fetch step 9 + if (res.statusCode !== 303 && request.body && getTotalBytes(request) === null) { + reject(new FetchError('Cannot follow redirect with body being a readable stream', 'unsupported-redirect')); + finalize(); + return; + } + + // HTTP-redirect fetch step 11 + if (res.statusCode === 303 || (res.statusCode === 301 || res.statusCode === 302) && request.method === 'POST') { + requestOpts.method = 'GET'; + requestOpts.body = undefined; + requestOpts.headers.delete('content-length'); + } + + // HTTP-redirect fetch step 15 + resolve(fetch(new Request(locationURL, requestOpts))); + finalize(); + return; + } + } + + // prepare response + res.once('end', function () { + if (signal) signal.removeEventListener('abort', abortAndFinalize); + }); + let body = res.pipe(new PassThrough$1()); + + const response_options = { + url: request.url, + status: res.statusCode, + statusText: res.statusMessage, + headers: headers, + size: request.size, + timeout: request.timeout, + counter: request.counter + }; + + // HTTP-network fetch step 12.1.1.3 + const codings = headers.get('Content-Encoding'); + + // HTTP-network fetch step 12.1.1.4: handle content codings + + // in following scenarios we ignore compression support + // 1. compression support is disabled + // 2. HEAD request + // 3. no Content-Encoding header + // 4. no content response (204) + // 5. content not modified response (304) + if (!request.compress || request.method === 'HEAD' || codings === null || res.statusCode === 204 || res.statusCode === 304) { + response = new Response(body, response_options); + resolve(response); + return; + } + + // For Node v6+ + // Be less strict when decoding compressed responses, since sometimes + // servers send slightly invalid responses that are still accepted + // by common browsers. + // Always using Z_SYNC_FLUSH is what cURL does. + const zlibOptions = { + flush: zlib.Z_SYNC_FLUSH, + finishFlush: zlib.Z_SYNC_FLUSH + }; + + // for gzip + if (codings == 'gzip' || codings == 'x-gzip') { + body = body.pipe(zlib.createGunzip(zlibOptions)); + response = new Response(body, response_options); + resolve(response); + return; + } + + // for deflate + if (codings == 'deflate' || codings == 'x-deflate') { + // handle the infamous raw deflate response from old servers + // a hack for old IIS and Apache servers + const raw = res.pipe(new PassThrough$1()); + raw.once('data', function (chunk) { + // see http://stackoverflow.com/questions/37519828 + if ((chunk[0] & 0x0F) === 0x08) { + body = body.pipe(zlib.createInflate()); + } else { + body = body.pipe(zlib.createInflateRaw()); + } + response = new Response(body, response_options); + resolve(response); + }); + raw.on('end', function () { + // some old IIS servers return zero-length OK deflate responses, so 'data' is never emitted. + if (!response) { + response = new Response(body, response_options); + resolve(response); + } + }); + return; + } + + // for br + if (codings == 'br' && typeof zlib.createBrotliDecompress === 'function') { + body = body.pipe(zlib.createBrotliDecompress()); + response = new Response(body, response_options); + resolve(response); + return; + } + + // otherwise, use response as-is + response = new Response(body, response_options); + resolve(response); + }); + + writeToStream(req, request); + }); +} +function fixResponseChunkedTransferBadEnding(request, errorCallback) { + let socket; + + request.on('socket', function (s) { + socket = s; + }); + + request.on('response', function (response) { + const headers = response.headers; + + if (headers['transfer-encoding'] === 'chunked' && !headers['content-length']) { + response.once('close', function (hadError) { + // tests for socket presence, as in some situations the + // the 'socket' event is not triggered for the request + // (happens in deno), avoids `TypeError` + // if a data listener is still present we didn't end cleanly + const hasDataListener = socket && socket.listenerCount('data') > 0; + + if (hasDataListener && !hadError) { + const err = new Error('Premature close'); + err.code = 'ERR_STREAM_PREMATURE_CLOSE'; + errorCallback(err); + } + }); + } + }); +} + +function destroyStream(stream, err) { + if (stream.destroy) { + stream.destroy(err); + } else { + // node < 8 + stream.emit('error', err); + stream.end(); + } +} + +/** + * Redirect code matching + * + * @param Number code Status code + * @return Boolean + */ +fetch.isRedirect = function (code) { + return code === 301 || code === 302 || code === 303 || code === 307 || code === 308; +}; + +// expose Promise +fetch.Promise = global.Promise; + +export default fetch; +export { Headers, Request, Response, FetchError, AbortError }; diff --git a/node_modules/node-fetch/package.json b/node_modules/node-fetch/package.json new file mode 100644 index 0000000..e0be176 --- /dev/null +++ b/node_modules/node-fetch/package.json @@ -0,0 +1,89 @@ +{ + "name": "node-fetch", + "version": "2.7.0", + "description": "A light-weight module that brings window.fetch to node.js", + "main": "lib/index.js", + "browser": "./browser.js", + "module": "lib/index.mjs", + "files": [ + "lib/index.js", + "lib/index.mjs", + "lib/index.es.js", + "browser.js" + ], + "engines": { + "node": "4.x || >=6.0.0" + }, + "scripts": { + "build": "cross-env BABEL_ENV=rollup rollup -c", + "prepare": "npm run build", + "test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js", + "report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js", + "coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json" + }, + "repository": { + "type": "git", + "url": "https://github.com/bitinn/node-fetch.git" + }, + "keywords": [ + "fetch", + "http", + "promise" + ], + "author": "David Frank", + "license": "MIT", + "bugs": { + "url": "https://github.com/bitinn/node-fetch/issues" + }, + "homepage": "https://github.com/bitinn/node-fetch", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + }, + "devDependencies": { + "@ungap/url-search-params": "^0.1.2", + "abort-controller": "^1.1.0", + "abortcontroller-polyfill": "^1.3.0", + "babel-core": "^6.26.3", + "babel-plugin-istanbul": "^4.1.6", + "babel-plugin-transform-async-generator-functions": "^6.24.1", + "babel-polyfill": "^6.26.0", + "babel-preset-env": "1.4.0", + "babel-register": "^6.16.3", + "chai": "^3.5.0", + "chai-as-promised": "^7.1.1", + "chai-iterator": "^1.1.1", + "chai-string": "~1.3.0", + "codecov": "3.3.0", + "cross-env": "^5.2.0", + "form-data": "^2.3.3", + "is-builtin-module": "^1.0.0", + "mocha": "^5.0.0", + "nyc": "11.9.0", + "parted": "^0.1.1", + "promise": "^8.0.3", + "resumer": "0.0.0", + "rollup": "^0.63.4", + "rollup-plugin-babel": "^3.0.7", + "string-to-arraybuffer": "^1.0.2", + "teeny-request": "3.7.0" + }, + "release": { + "branches": [ + "+([0-9]).x", + "main", + "next", + { + "name": "beta", + "prerelease": true + } + ] + } +} diff --git a/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md b/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..c6b213d --- /dev/null +++ b/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,52 @@ + + +Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using the instructions at https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md and try your command again. + +Requests for help with [`node-sass` are very common](https://github.com/nodejs/node-gyp/issues?q=label%3A%22Node+Sass+--%3E+Dart+Sass%22). Please be aware that this package is deprecated, you should seek alternatives and avoid opening new issues about it here. + +* **Node Version**: +* **Platform**: +* **Compiler**: +* **Module**: + +
Verbose output (from npm or node-gyp): + +``` +Paste your log here, between the backticks. It can be: + - npm --verbose output, + - or contents of npm-debug.log, + - or output of node-gyp rebuild --verbose. +Include the command you were trying to run. + +This should look like this: + +>npm --verbose +npm info it worked if it ends with ok +npm verb cli [ +npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node.exe', +npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node_modules\\npm\\bin\\npm-cli.js', +npm verb cli '--verbose' +npm verb cli ] +npm info using npm@6.13.7 +npm info using node@v13.9.0 + +Usage: npm +(...) +``` + +
+ + diff --git a/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md b/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..bcc4bb1 --- /dev/null +++ b/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +##### Checklist + + +- [ ] `npm install && npm test` passes +- [ ] tests are included +- [ ] documentation is changed or added +- [ ] commit message follows [commit guidelines](https://github.com/googleapis/release-please#how-should-i-write-my-commits) + +##### Description of change + + diff --git a/node_modules/node-gyp/.github/workflows/release-please.yml b/node_modules/node-gyp/.github/workflows/release-please.yml new file mode 100644 index 0000000..7d3cf9d --- /dev/null +++ b/node_modules/node-gyp/.github/workflows/release-please.yml @@ -0,0 +1,56 @@ +name: release-please + +on: + push: + branches: + - master + +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v2 + id: release + with: + package-name: node-gyp + release-type: node + changelog-types: > + [{"type":"feat","section":"Features","hidden":false}, + {"type":"fix","section":"Bug Fixes","hidden":false}, + {"type":"bin","section":"Core","hidden":false}, + {"type":"gyp","section":"Core","hidden":false}, + {"type":"lib","section":"Core","hidden":false}, + {"type":"src","section":"Core","hidden":false}, + {"type":"test","section":"Tests","hidden":false}, + {"type":"build","section":"Core","hidden":false}, + {"type":"clean","section":"Core","hidden":false}, + {"type":"configure","section":"Core","hidden":false}, + {"type":"install","section":"Core","hidden":false}, + {"type":"list","section":"Core","hidden":false}, + {"type":"rebuild","section":"Core","hidden":false}, + {"type":"remove","section":"Core","hidden":false}, + {"type":"deps","section":"Core","hidden":false}, + {"type":"python","section":"Core","hidden":false}, + {"type":"lin","section":"Core","hidden":false}, + {"type":"linux","section":"Core","hidden":false}, + {"type":"mac","section":"Core","hidden":false}, + {"type":"macos","section":"Core","hidden":false}, + {"type":"win","section":"Core","hidden":false}, + {"type":"windows","section":"Core","hidden":false}, + {"type":"zos","section":"Core","hidden":false}, + {"type":"doc","section":"Doc","hidden":false}, + {"type":"docs","section":"Doc","hidden":false}, + {"type":"readme","section":"Doc","hidden":false}, + {"type":"chore","section":"Miscellaneous","hidden":false}, + {"type":"refactor","section":"Miscellaneous","hidden":false}, + {"type":"ci","section":"Miscellaneous","hidden":false}, + {"type":"meta","section":"Miscellaneous","hidden":false}] + + # Standard Conventional Commits: `feat` and `fix` + # node-gyp subdirectories: `bin`, `gyp`, `lib`, `src`, `test` + # node-gyp subcommands: `build`, `clean`, `configure`, `install`, `list`, `rebuild`, `remove` + # Core abstract category: `deps` + # Languages/platforms: `python`, `lin`, `linux`, `mac`, `macos`, `win`, `window`, `zos` + # Documentation: `doc`, `docs`, `readme` + # Standard Conventional Commits: `chore` (under "Miscellaneous") + # Miscellaneous abstract categories: `refactor`, `ci`, `meta` diff --git a/node_modules/node-gyp/.github/workflows/tests.yml b/node_modules/node-gyp/.github/workflows/tests.yml new file mode 100644 index 0000000..f7c9b97 --- /dev/null +++ b/node_modules/node-gyp/.github/workflows/tests.yml @@ -0,0 +1,45 @@ +# TODO: Line 43, enable pytest --doctest-modules + +name: Tests +on: [push, pull_request] +jobs: + Tests: + strategy: + fail-fast: false + max-parallel: 15 + matrix: + node: [12.x, 14.x, 16.x] + python: ["3.6", "3.8", "3.10"] + os: [macos-latest, ubuntu-latest, windows-latest] + runs-on: ${{ matrix.os }} + steps: + - name: Checkout Repository + uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node }} + uses: actions/setup-node@v2 + with: + node-version: ${{ matrix.node }} + - name: Use Python ${{ matrix.python }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python }} + env: + PYTHON_VERSION: ${{ matrix.python }} + - name: Install Dependencies + run: | + npm install --no-progress + pip install flake8 pytest + - name: Set Windows environment + if: matrix.os == 'windows-latest' + run: | + echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV + echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV + - name: Lint Python + if: matrix.os == 'ubuntu-latest' + run: flake8 . --ignore=E203,W503 --max-complexity=101 --max-line-length=88 --show-source --statistics + - name: Run Python tests + run: python -m pytest + # - name: Run doctests with pytest + # run: python -m pytest --doctest-modules + - name: Run Node tests + run: npm test diff --git a/node_modules/node-gyp/.github/workflows/visual-studio.yml b/node_modules/node-gyp/.github/workflows/visual-studio.yml new file mode 100644 index 0000000..6bb4574 --- /dev/null +++ b/node_modules/node-gyp/.github/workflows/visual-studio.yml @@ -0,0 +1,25 @@ +name: Tests on Windows +on: [push, pull_request] +jobs: + Tests: + strategy: + fail-fast: false + max-parallel: 15 + matrix: + os: [windows-2022] + runs-on: ${{ matrix.os }} + steps: + - name: Checkout Repository + uses: actions/checkout@v2 + - name: Install Dependencies + run: | + npm install --no-progress + - name: Set Windows environment + if: matrix.os == 'windows-latest' + run: | + echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV + echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV + - name: Environment Information + run: npx envinfo + - name: Run Node tests + run: npm test diff --git a/node_modules/node-gyp/CHANGELOG.md b/node_modules/node-gyp/CHANGELOG.md new file mode 100644 index 0000000..1e54fd6 --- /dev/null +++ b/node_modules/node-gyp/CHANGELOG.md @@ -0,0 +1,687 @@ +# Changelog + +### [8.4.1](https://www.github.com/nodejs/node-gyp/compare/v8.4.0...v8.4.1) (2021-11-19) + + +### Bug Fixes + +* windows command missing space ([#2553](https://www.github.com/nodejs/node-gyp/issues/2553)) ([cc37b88](https://www.github.com/nodejs/node-gyp/commit/cc37b880690706d3c5d04d5a68c76c392a0a23ed)) + + +### Doc + +* fix typo in powershell node-gyp update ([787cf7f](https://www.github.com/nodejs/node-gyp/commit/787cf7f8e5ddd5039e02b64ace6b7b15e06fe0a4)) + + +### Core + +* npmlog@6.0.0 ([8083f6b](https://www.github.com/nodejs/node-gyp/commit/8083f6b855bd7f3326af04c5f5269fc28d7f2508)) + +## [8.4.0](https://www.github.com/nodejs/node-gyp/compare/v8.3.0...v8.4.0) (2021-11-05) + + +### Features + +* build with config.gypi from node headers ([a27dc08](https://www.github.com/nodejs/node-gyp/commit/a27dc08696911c6d81e76cc228697243069103c1)) +* support vs2022 ([#2533](https://www.github.com/nodejs/node-gyp/issues/2533)) ([5a00387](https://www.github.com/nodejs/node-gyp/commit/5a00387e5f8018264a1822f6c4d5dbf425f21cf6)) + +## [8.3.0](https://www.github.com/nodejs/node-gyp/compare/v8.2.0...v8.3.0) (2021-10-11) + + +### Features + +* **gyp:** update gyp to v0.10.0 ([#2521](https://www.github.com/nodejs/node-gyp/issues/2521)) ([5585792](https://www.github.com/nodejs/node-gyp/commit/5585792922a97f0629f143c560efd74470eae87f)) + + +### Tests + +* Python 3.10 was release on Oct. 4th ([#2504](https://www.github.com/nodejs/node-gyp/issues/2504)) ([0a67dcd](https://www.github.com/nodejs/node-gyp/commit/0a67dcd1307f3560495219253241eafcbf4e2a69)) + + +### Miscellaneous + +* **deps:** bump make-fetch-happen from 8.0.14 to 9.1.0 ([b05b4fe](https://www.github.com/nodejs/node-gyp/commit/b05b4fe9891f718f40edf547e9b50e982826d48a)) +* refactor the creation of config.gypi file ([f2ad87f](https://www.github.com/nodejs/node-gyp/commit/f2ad87ff65f98ad66daa7225ad59d99b759a2b07)) + +## [8.2.0](https://www.github.com/nodejs/node-gyp/compare/v8.1.0...v8.2.0) (2021-08-23) + + +### Features + +* **gyp:** update gyp to v0.9.6 ([#2481](https://www.github.com/nodejs/node-gyp/issues/2481)) ([ed9a9ed](https://www.github.com/nodejs/node-gyp/commit/ed9a9ed653a17c84afa3c327161992d0da7d0cea)) + + +### Bug Fixes + +* add error arg back into catch block for older Node.js users ([5cde818](https://www.github.com/nodejs/node-gyp/commit/5cde818aac715477e9e9747966bb6b4c4ed070a8)) +* change default gyp update message ([#2420](https://www.github.com/nodejs/node-gyp/issues/2420)) ([cfd12ff](https://www.github.com/nodejs/node-gyp/commit/cfd12ff3bb0eb4525173413ef6a94b3cd8398cad)) +* doc how to update node-gyp independently from npm ([c8c0af7](https://www.github.com/nodejs/node-gyp/commit/c8c0af72e78141a02b5da4cd4d704838333a90bd)) +* missing spaces ([f0882b1](https://www.github.com/nodejs/node-gyp/commit/f0882b1264b2fa701adbc81a3be0b3cba80e333d)) + + +### Core + +* deep-copy process.config during configure ([#2368](https://www.github.com/nodejs/node-gyp/issues/2368)) ([5f1a06c](https://www.github.com/nodejs/node-gyp/commit/5f1a06c50f3b0c3d292f64948f85a004cfcc5c87)) + + +### Miscellaneous + +* **deps:** bump tar from 6.1.0 to 6.1.2 ([#2474](https://www.github.com/nodejs/node-gyp/issues/2474)) ([ec15a3e](https://www.github.com/nodejs/node-gyp/commit/ec15a3e5012004172713c11eebcc9d852d32d380)) +* fix typos discovered by codespell ([#2442](https://www.github.com/nodejs/node-gyp/issues/2442)) ([2d0ce55](https://www.github.com/nodejs/node-gyp/commit/2d0ce5595e232a3fc7c562cdf39efb77e2312cc1)) +* GitHub Actions Test on node: [12.x, 14.x, 16.x] ([#2439](https://www.github.com/nodejs/node-gyp/issues/2439)) ([b7bccdb](https://www.github.com/nodejs/node-gyp/commit/b7bccdb527d93b0bb0ce99713f083ce2985fe85c)) + + +### Doc + +* correct link to "binding.gyp files out in the wild" ([#2483](https://www.github.com/nodejs/node-gyp/issues/2483)) ([660dd7b](https://www.github.com/nodejs/node-gyp/commit/660dd7b2a822c184be8027b300e68be67b366772)) +* **wiki:** Add a link to the node-midi binding.gyp file. ([b354711](https://www.github.com/nodejs/node-gyp/commit/b3547115f6e356358138310e857c7f1ec627a8a7)) +* **wiki:** add bcrypt ([e199cfa](https://www.github.com/nodejs/node-gyp/commit/e199cfa8fc6161492d2a6ade2190510d0ebf7c0f)) +* **wiki:** Add helpful information ([4eda827](https://www.github.com/nodejs/node-gyp/commit/4eda8275c03dae6d2f5c40f3c1dbe930d84b0f2b)) +* **wiki:** Add node-canvas ([13a9553](https://www.github.com/nodejs/node-gyp/commit/13a955317b39caf98fd1f412d8d3f41599e979fd)) +* **wiki:** Add node-openvg-canvas and node-openvg. ([61f709e](https://www.github.com/nodejs/node-gyp/commit/61f709ec4d9f256a6467e9ff84430a48eeb629d1)) +* **wiki:** add one more example ([77f3632](https://www.github.com/nodejs/node-gyp/commit/77f363272930d3d4d24fd3973be22e6237128fcc)) +* **wiki:** add topcube, node-osmium, and node-osrm ([1a75d2b](https://www.github.com/nodejs/node-gyp/commit/1a75d2bf2f562ba50846893a516e111cfbb50885)) +* **wiki:** Added details for properly fixing ([3d4d9d5](https://www.github.com/nodejs/node-gyp/commit/3d4d9d52d6b5b49de06bb0bb5b68e2686d2b7ebd)) +* **wiki:** Added Ghostscript4JS ([bf4bed1](https://www.github.com/nodejs/node-gyp/commit/bf4bed1b96a7d22fba6f97f4552ad09f32ac3737)) +* **wiki:** added levelup ([1575bce](https://www.github.com/nodejs/node-gyp/commit/1575bce3a53db628bfb023fd6f3258fdf98c3195)) +* **wiki:** Added nk-mysql (nodamysql) ([5b4f2d0](https://www.github.com/nodejs/node-gyp/commit/5b4f2d0e1d5d3eadfd03aaf9c1668340f76c4bea)) +* **wiki:** Added nk-xrm-installer .gyp references, including .py scripts for providing complete reference to examples of fetching source via http, extracting, and moving files (as opposed to copying) ([ceb3088](https://www.github.com/nodejs/node-gyp/commit/ceb30885b74f6789374ef52267b84767be93ebe4)) +* **wiki:** Added tip about resolving frustrating LNK1181 error ([e64798d](https://www.github.com/nodejs/node-gyp/commit/e64798de8cac6031ad598a86d7599e81b4d20b17)) +* **wiki:** ADDED: Node.js binding to OpenCV ([e2dc777](https://www.github.com/nodejs/node-gyp/commit/e2dc77730b09d7ee8682d7713a7603a2d7aacabd)) +* **wiki:** Adding link to node-cryptopp's gyp file ([875adbe](https://www.github.com/nodejs/node-gyp/commit/875adbe2a4669fa5f2be0250ffbf98fb55e800fd)) +* **wiki:** Adding the sharp library to the list ([9dce0e4](https://www.github.com/nodejs/node-gyp/commit/9dce0e41650c3fa973e6135a79632d022c662a1d)) +* **wiki:** Adds node-fann ([23e3d48](https://www.github.com/nodejs/node-gyp/commit/23e3d485ed894ba7c631e9c062f5e366b50c416c)) +* **wiki:** Adds node-inotify and v8-profiler ([b6e542f](https://www.github.com/nodejs/node-gyp/commit/b6e542f644dbbfe22b88524ec500696e06ee4af7)) +* **wiki:** Bumping Python version from 2.3 to 2.7 as per the node-gyp readme ([55ebd6e](https://www.github.com/nodejs/node-gyp/commit/55ebd6ebacde975bf84f7bf4d8c66e64cc7cd0da)) +* **wiki:** C++ build tools version upgraded ([5b899b7](https://www.github.com/nodejs/node-gyp/commit/5b899b70db729c392ced7c98e8e17590c6499fc3)) +* **wiki:** change bcrypt url to binding.gyp file ([e11bdd8](https://www.github.com/nodejs/node-gyp/commit/e11bdd84de6144492d3eb327d67cbf2d62da1a76)) +* **wiki:** Clarification + direct link to VS2010 ([531c724](https://www.github.com/nodejs/node-gyp/commit/531c724561d947b5d870de8d52dd8c3c51c5ec2d)) +* **wiki:** Correcting the link to node-osmium ([fae7516](https://www.github.com/nodejs/node-gyp/commit/fae7516a1d2829b6e234eaded74fb112ebd79a05)) +* **wiki:** Created "binding.gyp" files out in the wild (markdown) ([d4fd143](https://www.github.com/nodejs/node-gyp/commit/d4fd14355bbe57f229f082f47bb2b3670868203f)) +* **wiki:** Created Common issues (markdown) ([a38299e](https://www.github.com/nodejs/node-gyp/commit/a38299ea340ceb0e732c6dc6a1b4760257644839)) +* **wiki:** Created Error: "pre" versions of node cannot be installed (markdown) ([98bc80d](https://www.github.com/nodejs/node-gyp/commit/98bc80d7a62ba70c881f3c39d94f804322e57852)) +* **wiki:** Created Linking to OpenSSL (markdown) ([c46d00d](https://www.github.com/nodejs/node-gyp/commit/c46d00d83bac5173dea8bbbb175a1a7de74fdaca)) +* **wiki:** Created Updating npm's bundled node gyp (markdown) ([e0ac8d1](https://www.github.com/nodejs/node-gyp/commit/e0ac8d15af46aadd1c220599e63199b154a514e6)) +* **wiki:** Created use of undeclared identifier 'TypedArray' (markdown) ([65ba711](https://www.github.com/nodejs/node-gyp/commit/65ba71139e9b7f64ac823e575ee9dbf17d937ce4)) +* **wiki:** Created Visual Studio 2010 Setup (markdown) ([5b80e83](https://www.github.com/nodejs/node-gyp/commit/5b80e834c8f79dda9fb2770a876ff3cf649c06f3)) +* **wiki:** Created Visual studio 2012 setup (markdown) ([becef31](https://www.github.com/nodejs/node-gyp/commit/becef316b6c46a33e783667720ee074a0141d1a5)) +* **wiki:** Destroyed Visual Studio 2010 Setup (markdown) ([93423b4](https://www.github.com/nodejs/node-gyp/commit/93423b43606de9664aeb79635825f5e9941ec9bc)) +* **wiki:** Destroyed Visual studio 2012 setup (markdown) ([3601508](https://www.github.com/nodejs/node-gyp/commit/3601508bb10fa05da0ddc7e70d57e4b4dd679657)) +* **wiki:** Different commands for Windows npm v6 vs. v7 ([0fce46b](https://www.github.com/nodejs/node-gyp/commit/0fce46b53340c85e8091cde347d5ed23a443c82f)) +* **wiki:** Drop in favor of ([9285ff6](https://www.github.com/nodejs/node-gyp/commit/9285ff6e451c52c070a05f05f0a9602621d91d53)) +* **wiki:** Explicit link to Visual C++ 2010 Express ([378c363](https://www.github.com/nodejs/node-gyp/commit/378c3632f02c096ed819ec8f2611c65bef0c0554)) +* **wiki:** fix link to gyp file used to build libsqlite3 ([54db8d7](https://www.github.com/nodejs/node-gyp/commit/54db8d7ac33e3f98220960b5d86cfa18a75b53cb)) +* **wiki:** Fix link to node-zipfile ([92e49a8](https://www.github.com/nodejs/node-gyp/commit/92e49a858ed69cb4847a26a5676ab56ef5e2de33)) +* **wiki:** fixed node-serialport link ([954ee53](https://www.github.com/nodejs/node-gyp/commit/954ee530b3972d1db591fce32368e4e31b5a25d8)) +* **wiki:** I highly missing it in common issue as every windows biggner face that issue ([d617fae](https://www.github.com/nodejs/node-gyp/commit/d617faee29c40871ca5c8f93efd0ce929a40d541)) +* **wiki:** if ouns that the -h did not help. I founs on github that there was support for visual studio 2015, while i couldn't install node-red beacuse it kept telling me the key 2015 was missing. looking in he gyp python code i found the local file was bot up t dat with the github repo. updating took several efforts before i tried to drop the -g option. ([408b72f](https://www.github.com/nodejs/node-gyp/commit/408b72f561329408daeb17834436e381406efcc8)) +* **wiki:** If permissions error, please try and then the command. ([ee8e1c1](https://www.github.com/nodejs/node-gyp/commit/ee8e1c1e5334096d58e0d6bca6c006f2ee9c88cb)) +* **wiki:** Improve Unix instructions ([c3e5487](https://www.github.com/nodejs/node-gyp/commit/c3e548736645b535ea5bce613d74ca3e98598243)) +* **wiki:** link to docs/ from README ([b52e487](https://www.github.com/nodejs/node-gyp/commit/b52e487eac1eb421573d1e67114a242eeff45a00)) +* **wiki:** Lower case L ([3aa2c6b](https://www.github.com/nodejs/node-gyp/commit/3aa2c6bdb07971b87505e32e32548d75264bd19f)) +* **wiki:** Make changes discussed in https://github.com/nodejs/node-gyp/issues/2416 ([1dcad87](https://www.github.com/nodejs/node-gyp/commit/1dcad873539027511a5f0243baf770ea90f6f4e2)) +* **wiki:** move wiki docs into doc/ ([f0a4835](https://www.github.com/nodejs/node-gyp/commit/f0a48355d86534ec3bdabcdb3ce3340fa2e17f39)) +* **wiki:** node-sass in the wild ([d310a73](https://www.github.com/nodejs/node-gyp/commit/d310a73d64d0065050377baac7047472f7424a1b)) +* **wiki:** node-srs was a 404 ([bbca21a](https://www.github.com/nodejs/node-gyp/commit/bbca21a1e1ede4c473aff365ca71989a5bda7b57)) +* **wiki:** Note: VS2010 seems to be no longer available! VS2013 or nothing! ([7b5dcaf](https://www.github.com/nodejs/node-gyp/commit/7b5dcafafccdceae4b8f2b53ac9081a694b6ade8)) +* **wiki:** safer doc names, remove unnecessary TypedArray doc ([161c235](https://www.github.com/nodejs/node-gyp/commit/161c2353ef5b562f4acfb2fd77608fcbd0800fc0)) +* **wiki:** sorry, forgot to mention a specific windows version. ([d69dffc](https://www.github.com/nodejs/node-gyp/commit/d69dffc16c2b1e3c60dcb5d1c35a49270ba22a35)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([7444b47](https://www.github.com/nodejs/node-gyp/commit/7444b47a7caac1e14d1da474a7fcfcf88d328017)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d766b74](https://www.github.com/nodejs/node-gyp/commit/d766b7427851e6c2edc02e2504a7be9be7e330c0)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d319b0e](https://www.github.com/nodejs/node-gyp/commit/d319b0e98c7085de8e51bc5595eba4264b99a7d5)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3c6692d](https://www.github.com/nodejs/node-gyp/commit/3c6692d538f0ce973869aa237118b7d2483feccd)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([93392d5](https://www.github.com/nodejs/node-gyp/commit/93392d559ce6f250b9c7fe8177e6c88603809dc1)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([8841158](https://www.github.com/nodejs/node-gyp/commit/88411588f300e9b7c00fe516ecd977a1feeeb15c)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([81bfa1f](https://www.github.com/nodejs/node-gyp/commit/81bfa1f1b63d522a9f8a9ae9ca0c7ae90fe75140)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d1cd237](https://www.github.com/nodejs/node-gyp/commit/d1cd237bad06fa507adb354b9e2181a14dc63d24)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3de9e17](https://www.github.com/nodejs/node-gyp/commit/3de9e17e0b8a387eafe7bd18d0ec1e3191d118e8)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([a9b7096](https://www.github.com/nodejs/node-gyp/commit/a9b70968fb956eab3b95672048b94350e1565ca3)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3236069](https://www.github.com/nodejs/node-gyp/commit/3236069689e7e0eb15b324fce74ab58158956f98)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([1462755](https://www.github.com/nodejs/node-gyp/commit/14627556966e5d513bdb8e5208f0e1300f68991f)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([7ab1337](https://www.github.com/nodejs/node-gyp/commit/7ab133752a6c402bb96dcd3d671d73e03e9487ad)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([640895d](https://www.github.com/nodejs/node-gyp/commit/640895d36b7448c646a3b850c1e159106f83c724)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([ced8c96](https://www.github.com/nodejs/node-gyp/commit/ced8c968457f285ab8989c291d28173d7730833c)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([27b883a](https://www.github.com/nodejs/node-gyp/commit/27b883a350ad0db6b9130d7b996f35855ec34c7a)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d29fb13](https://www.github.com/nodejs/node-gyp/commit/d29fb134f1c4b9dd729ba95f2979e69e0934809f)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([2765891](https://www.github.com/nodejs/node-gyp/commit/27658913e6220cf0371b4b73e25a0e4ab11108a1)) +* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([dc97766](https://www.github.com/nodejs/node-gyp/commit/dc9776648d432bca6775c176641f16da14522d4c)) +* **wiki:** Updated Error: "pre" versions of node cannot be installed (markdown) ([e9f8b33](https://www.github.com/nodejs/node-gyp/commit/e9f8b33d1f87d04f22cb09a814d7c55d0fa38446)) +* **wiki:** Updated Home (markdown) ([3407109](https://www.github.com/nodejs/node-gyp/commit/3407109325cf7ba1e925656b9eb75feffab0557c)) +* **wiki:** Updated Home (markdown) ([6e392bc](https://www.github.com/nodejs/node-gyp/commit/6e392bcdd3dd1691773e6e16e1dffc35931b81e0)) +* **wiki:** Updated Home (markdown) ([65efe32](https://www.github.com/nodejs/node-gyp/commit/65efe32ccb8d446ce569453364f922dd9d27c945)) +* **wiki:** Updated Home (markdown) ([ea28f09](https://www.github.com/nodejs/node-gyp/commit/ea28f0947af91fa638be355143f5df89d2e431c8)) +* **wiki:** Updated Home (markdown) ([0e37ff4](https://www.github.com/nodejs/node-gyp/commit/0e37ff48b306c12149661b375895741d3d710da7)) +* **wiki:** Updated Home (markdown) ([b398ef4](https://www.github.com/nodejs/node-gyp/commit/b398ef46f660d2b1506508550dadfb4c35639e4b)) +* **wiki:** Updated Linking to OpenSSL (markdown) ([8919028](https://www.github.com/nodejs/node-gyp/commit/8919028921fd304f08044098434f0dc6071fb7cf)) +* **wiki:** Updated Linking to OpenSSL (markdown) ([c00eb77](https://www.github.com/nodejs/node-gyp/commit/c00eb778fc7dc27e4dab3a9219035ea20458b33b)) +* **wiki:** Updated node-levelup to node-leveldown (broken links) ([59668bb](https://www.github.com/nodejs/node-gyp/commit/59668bb0b904feccf3c09afa2fd37378c77af967)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([d314854](https://www.github.com/nodejs/node-gyp/commit/d31485415ef69d46effa6090c95698341965de1b)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([11858b0](https://www.github.com/nodejs/node-gyp/commit/11858b0655d1eee00c62ad628e719d4378803d14)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([33561e9](https://www.github.com/nodejs/node-gyp/commit/33561e9cbf5f4eb46111318503c77df2c6eb484a)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([4a7f2d0](https://www.github.com/nodejs/node-gyp/commit/4a7f2d0d869a65c99a78504976567017edadf657)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([979a706](https://www.github.com/nodejs/node-gyp/commit/979a7063b950c088a7f4896fc3a48e1d00dfd231)) +* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([e50e04d](https://www.github.com/nodejs/node-gyp/commit/e50e04d7b6a3754ea0aa11fe8cef491b3bc5bdd4)) + +## [8.1.0](https://www.github.com/nodejs/node-gyp/compare/v8.0.0...v8.1.0) (2021-05-28) + + +### Features + +* **gyp:** update gyp to v0.9.1 ([#2402](https://www.github.com/nodejs/node-gyp/issues/2402)) ([814b1b0](https://www.github.com/nodejs/node-gyp/commit/814b1b0eda102afb9fc87e81638a9cf5b650bb10)) + + +### Miscellaneous + +* add `release-please-action` for automated releases ([#2395](https://www.github.com/nodejs/node-gyp/issues/2395)) ([07e9d7c](https://www.github.com/nodejs/node-gyp/commit/07e9d7c7ee80ba119ea760c635f72fd8e7efe198)) + + +### Core + +* fail gracefully if we can't find the username ([#2375](https://www.github.com/nodejs/node-gyp/issues/2375)) ([fca4795](https://www.github.com/nodejs/node-gyp/commit/fca4795512c67dc8420aaa0d913b5b89a4b147f3)) +* log as yes/no whether build dir was created ([#2370](https://www.github.com/nodejs/node-gyp/issues/2370)) ([245dee5](https://www.github.com/nodejs/node-gyp/commit/245dee5b62581309946872ae253226ea3a42c0e3)) + + +### Doc + +* fix v8.0.0 release date ([4b83c3d](https://www.github.com/nodejs/node-gyp/commit/4b83c3de7300457919d53f26d96ea9ad6f6bedd8)) +* remove redundant version info ([#2403](https://www.github.com/nodejs/node-gyp/issues/2403)) ([1423670](https://www.github.com/nodejs/node-gyp/commit/14236709de64b100a424396b91a5115639daa0ef)) +* Update README.md Visual Studio Community page polski to auto ([#2371](https://www.github.com/nodejs/node-gyp/issues/2371)) ([1b4697a](https://www.github.com/nodejs/node-gyp/commit/1b4697abf69ef574a48faf832a7098f4c6c224a5)) + +## v8.0.0 2021-04-03 + +* [[`0d8a6f1b19`](https://github.com/nodejs/node-gyp/commit/0d8a6f1b19)] - **ci**: update actions/setup-node to v2 (#2302) (Sora Morimoto) [#2302](https://github.com/nodejs/node-gyp/pull/2302) +* [[`15a5c7d45b`](https://github.com/nodejs/node-gyp/commit/15a5c7d45b)] - **ci**: migrate deprecated grammar (#2285) (Jiawen Geng) [#2285](https://github.com/nodejs/node-gyp/pull/2285) +* [[`06ddde27f9`](https://github.com/nodejs/node-gyp/commit/06ddde27f9)] - **deps**: sync mutual dependencies with npm (DeeDeeG) [#2348](https://github.com/nodejs/node-gyp/pull/2348) +* [[`a5fd1f41e3`](https://github.com/nodejs/node-gyp/commit/a5fd1f41e3)] - **doc**: add downloads badge (#2352) (Jiawen Geng) [#2352](https://github.com/nodejs/node-gyp/pull/2352) +* [[`cc1cbce056`](https://github.com/nodejs/node-gyp/commit/cc1cbce056)] - **doc**: update macOS\_Catalina.md (#2293) (iMrLopez) [#2293](https://github.com/nodejs/node-gyp/pull/2293) +* [[`6287118fc4`](https://github.com/nodejs/node-gyp/commit/6287118fc4)] - **doc**: updated README.md to copy easily (#2281) (மனோஜ்குமார் பழனிச்சாமி) [#2281](https://github.com/nodejs/node-gyp/pull/2281) +* [[`66c0f04467`](https://github.com/nodejs/node-gyp/commit/66c0f04467)] - **doc**: add missing `sudo` to Catalina doc (Karl Horky) [#2244](https://github.com/nodejs/node-gyp/pull/2244) +* [[`0da2e0140d`](https://github.com/nodejs/node-gyp/commit/0da2e0140d)] - **gyp**: update gyp to v0.8.1 (#2355) (DeeDeeG) [#2355](https://github.com/nodejs/node-gyp/pull/2355) +* [[`0093ec8646`](https://github.com/nodejs/node-gyp/commit/0093ec8646)] - **gyp**: Improve our flake8 linting tests (Christian Clauss) [#2356](https://github.com/nodejs/node-gyp/pull/2356) +* [[`a78b584236`](https://github.com/nodejs/node-gyp/commit/a78b584236)] - **(SEMVER-MAJOR)** **gyp**: remove support for Python 2 (#2300) (Christian Clauss) [#2300](https://github.com/nodejs/node-gyp/pull/2300) +* [[`c3c510d89e`](https://github.com/nodejs/node-gyp/commit/c3c510d89e)] - **gyp**: update gyp to v0.8.0 (#2318) (Christian Clauss) [#2318](https://github.com/nodejs/node-gyp/pull/2318) +* [[`9e1397c52e`](https://github.com/nodejs/node-gyp/commit/9e1397c52e)] - **(SEMVER-MAJOR)** **gyp**: update gyp to v0.7.0 (#2284) (Jiawen Geng) [#2284](https://github.com/nodejs/node-gyp/pull/2284) +* [[`1bd18f3e77`](https://github.com/nodejs/node-gyp/commit/1bd18f3e77)] - **(SEMVER-MAJOR)** **lib**: drop Python 2 support in find-python.js (#2333) (DeeDeeG) [#2333](https://github.com/nodejs/node-gyp/pull/2333) +* [[`e81602ef55`](https://github.com/nodejs/node-gyp/commit/e81602ef55)] - **(SEMVER-MAJOR)** **lib**: migrate requests to fetch (#2220) (Matias Lopez) [#2220](https://github.com/nodejs/node-gyp/pull/2220) +* [[`392b7760b4`](https://github.com/nodejs/node-gyp/commit/392b7760b4)] - **lib**: avoid changing process.config (#2322) (Michaël Zasso) [#2322](https://github.com/nodejs/node-gyp/pull/2322) + +## v7.1.2 2020-10-17 + +* [[`096e3aded5`](https://github.com/nodejs/node-gyp/commit/096e3aded5)] - **gyp**: update gyp to 0.6.2 (Myles Borins) [#2241](https://github.com/nodejs/node-gyp/pull/2241) +* [[`54f97cd243`](https://github.com/nodejs/node-gyp/commit/54f97cd243)] - **doc**: add cmd to reset `xcode-select` to initial state (Valera Rozuvan) [#2235](https://github.com/nodejs/node-gyp/pull/2235) + +## v7.1.1 2020-10-15 + +This release restores the location of shared library builds to the pre-v7 +location. In v7.0.0 until this release, shared library outputs were placed +in a lib.target subdirectory inside the build/{Release,Debug} directory for +builds using `make` (Linux, etc.). This is inconsistent with macOS (Xcode) +behavior and previous node-gyp behavior so has been reverted. +We consider this a bug-fix rather than semver-major change. + +* [[`18bf2d1d38`](https://github.com/nodejs/node-gyp/commit/18bf2d1d38)] - **deps**: update deps to match npm@7 (Rod Vagg) [#2240](https://github.com/nodejs/node-gyp/pull/2240) +* [[`ee6a837cb7`](https://github.com/nodejs/node-gyp/commit/ee6a837cb7)] - **gyp**: update gyp to 0.6.1 (Rod Vagg) [#2238](https://github.com/nodejs/node-gyp/pull/2238) +* [[`3e7f8ccafc`](https://github.com/nodejs/node-gyp/commit/3e7f8ccafc)] - **lib**: better log message when ps fails (Martin Midtgaard) [#2229](https://github.com/nodejs/node-gyp/pull/2229) +* [[`7fb314339f`](https://github.com/nodejs/node-gyp/commit/7fb314339f)] - **test**: GitHub Actions: Test on Python 3.9 (Christian Clauss) [#2230](https://github.com/nodejs/node-gyp/pull/2230) +* [[`754996b9ec`](https://github.com/nodejs/node-gyp/commit/754996b9ec)] - **doc**: replace status badges with new Actions badge (Rod Vagg) [#2218](https://github.com/nodejs/node-gyp/pull/2218) +* [[`2317dc400c`](https://github.com/nodejs/node-gyp/commit/2317dc400c)] - **ci**: switch to GitHub Actions (Shelley Vohr) [#2210](https://github.com/nodejs/node-gyp/pull/2210) +* [[`2cca9b74f7`](https://github.com/nodejs/node-gyp/commit/2cca9b74f7)] - **doc**: drop the --production flag for installing windows-build-tools (DeeDeeG) [#2206](https://github.com/nodejs/node-gyp/pull/2206) + +## v7.1.0 2020-08-12 + +* [[`aaf33c3029`](https://github.com/nodejs/node-gyp/commit/aaf33c3029)] - **build**: add update-gyp script (Samuel Attard) [#2167](https://github.com/nodejs/node-gyp/pull/2167) +* * [[`3baa4e4172`](https://github.com/nodejs/node-gyp/commit/3baa4e4172)] - **(SEMVER-MINOR)** **gyp**: update gyp to 0.4.0 (Samuel Attard) [#2165](https://github.com/nodejs/node-gyp/pull/2165) +* * [[`f461d56c53`](https://github.com/nodejs/node-gyp/commit/f461d56c53)] - **(SEMVER-MINOR)** **build**: support apple silicon (arm64 darwin) builds (Samuel Attard) [#2165](https://github.com/nodejs/node-gyp/pull/2165) +* * [[`ee6fa7d3bc`](https://github.com/nodejs/node-gyp/commit/ee6fa7d3bc)] - **docs**: note that node-gyp@7 should solve Catalina CLT issues (Rod Vagg) [#2156](https://github.com/nodejs/node-gyp/pull/2156) +* * [[`4fc8ff179d`](https://github.com/nodejs/node-gyp/commit/4fc8ff179d)] - **doc**: silence curl for macOS Catalina acid test (Chia Wei Ong) [#2150](https://github.com/nodejs/node-gyp/pull/2150) +* * [[`7857cb2eb1`](https://github.com/nodejs/node-gyp/commit/7857cb2eb1)] - **deps**: increase "engines" to "node" : "\>= 10.12.0" (DeeDeeG) [#2153](https://github.com/nodejs/node-gyp/pull/2153) + +## v7.0.0 2020-06-03 + +* [[`e18a61afc1`](https://github.com/nodejs/node-gyp/commit/e18a61afc1)] - **build**: shrink bloated addon binaries on windows (Shelley Vohr) [#2060](https://github.com/nodejs/node-gyp/pull/2060) +* [[`4937722cf5`](https://github.com/nodejs/node-gyp/commit/4937722cf5)] - **(SEMVER-MAJOR)** **deps**: replace mkdirp with {recursive} mkdir (Rod Vagg) [#2123](https://github.com/nodejs/node-gyp/pull/2123) +* [[`d45438a047`](https://github.com/nodejs/node-gyp/commit/d45438a047)] - **(SEMVER-MAJOR)** **deps**: update deps, match to npm@7 (Rod Vagg) [#2126](https://github.com/nodejs/node-gyp/pull/2126) +* [[`ba4f34b7d6`](https://github.com/nodejs/node-gyp/commit/ba4f34b7d6)] - **doc**: update catalina xcode clt download link (Dario Vladovic) [#2133](https://github.com/nodejs/node-gyp/pull/2133) +* [[`f7bfce96ed`](https://github.com/nodejs/node-gyp/commit/f7bfce96ed)] - **doc**: update acid test and introduce curl|bash test script (Dario Vladovic) [#2105](https://github.com/nodejs/node-gyp/pull/2105) +* [[`e529f3309d`](https://github.com/nodejs/node-gyp/commit/e529f3309d)] - **doc**: update README to reflect upgrade to gyp-next (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) +* [[`9aed6286a3`](https://github.com/nodejs/node-gyp/commit/9aed6286a3)] - **doc**: give more attention to Catalina issues doc (Matheus Marchini) [#2134](https://github.com/nodejs/node-gyp/pull/2134) +* [[`963f2a7b48`](https://github.com/nodejs/node-gyp/commit/963f2a7b48)] - **doc**: improve Catalina discoverability for search engines (Matheus Marchini) [#2135](https://github.com/nodejs/node-gyp/pull/2135) +* [[`7b75af349b`](https://github.com/nodejs/node-gyp/commit/7b75af349b)] - **doc**: add macOS Catalina software update info (Karl Horky) [#2078](https://github.com/nodejs/node-gyp/pull/2078) +* [[`4f23c7bee2`](https://github.com/nodejs/node-gyp/commit/4f23c7bee2)] - **doc**: update link to the code of conduct (#2073) (Michaël Zasso) [#2073](https://github.com/nodejs/node-gyp/pull/2073) +* [[`473cfa283f`](https://github.com/nodejs/node-gyp/commit/473cfa283f)] - **doc**: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) [#2072](https://github.com/nodejs/node-gyp/pull/2072) +* [[`e7402b4a7c`](https://github.com/nodejs/node-gyp/commit/e7402b4a7c)] - **doc**: update catalina xcode cli tools download link (#2044) (Dario Vladović) [#2044](https://github.com/nodejs/node-gyp/pull/2044) +* [[`35de45984f`](https://github.com/nodejs/node-gyp/commit/35de45984f)] - **doc**: update catalina xcode cli tools download link; formatting (Jonathan Hult) [#2034](https://github.com/nodejs/node-gyp/pull/2034) +* [[`48642191f5`](https://github.com/nodejs/node-gyp/commit/48642191f5)] - **doc**: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) [#2029](https://github.com/nodejs/node-gyp/pull/2029) +* [[`ae5b150051`](https://github.com/nodejs/node-gyp/commit/ae5b150051)] - **doc**: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) [#2022](https://github.com/nodejs/node-gyp/pull/2022) +* [[`d1dea13fe4`](https://github.com/nodejs/node-gyp/commit/d1dea13fe4)] - **doc**: fix changelog 6.1.0 release year to be 2020 (Quentin Vernot) [#2021](https://github.com/nodejs/node-gyp/pull/2021) +* [[`6356117b08`](https://github.com/nodejs/node-gyp/commit/6356117b08)] - **doc, bin**: stop suggesting opening node-gyp issues (Bartosz Sosnowski) [#2096](https://github.com/nodejs/node-gyp/pull/2096) +* [[`a6b76a8b48`](https://github.com/nodejs/node-gyp/commit/a6b76a8b48)] - **gyp**: update gyp to 0.2.1 (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) +* [[`ebc34ec823`](https://github.com/nodejs/node-gyp/commit/ebc34ec823)] - **gyp**: update gyp to 0.2.0 (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) +* [[`972780bde7`](https://github.com/nodejs/node-gyp/commit/972780bde7)] - **(SEMVER-MAJOR)** **gyp**: sync code base with nodejs repo (#1975) (Michaël Zasso) [#1975](https://github.com/nodejs/node-gyp/pull/1975) +* [[`c255ffbf6a`](https://github.com/nodejs/node-gyp/commit/c255ffbf6a)] - **lib**: drop "-2" flag for "py.exe" launcher (DeeDeeG) [#2131](https://github.com/nodejs/node-gyp/pull/2131) +* [[`1f7e1e93b5`](https://github.com/nodejs/node-gyp/commit/1f7e1e93b5)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Casey) [#2018](https://github.com/nodejs/node-gyp/pull/2018) +* [[`741ab096d5`](https://github.com/nodejs/node-gyp/commit/741ab096d5)] - **test**: remove support for EOL versions of Node.js (Shelley Vohr) +* [[`ca86ef2539`](https://github.com/nodejs/node-gyp/commit/ca86ef2539)] - **test**: bump actions/checkout from v1 to v2 (BSKY) [#2063](https://github.com/nodejs/node-gyp/pull/2063) + +## v6.1.0 2020-01-08 + +* [[`9a7dd16b76`](https://github.com/nodejs/node-gyp/commit/9a7dd16b76)] - **doc**: remove backticks from Python version list (Rod Vagg) [#2011](https://github.com/nodejs/node-gyp/pull/2011) +* [[`26cd6eaea6`](https://github.com/nodejs/node-gyp/commit/26cd6eaea6)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1994](https://github.com/nodejs/node-gyp/pull/1994) +* [[`312c12ef4f`](https://github.com/nodejs/node-gyp/commit/312c12ef4f)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#1992](https://github.com/nodejs/node-gyp/pull/1992) +* [[`f7b6b6b77b`](https://github.com/nodejs/node-gyp/commit/f7b6b6b77b)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) [#1985](https://github.com/nodejs/node-gyp/pull/1985) +* [[`6b8f2652dd`](https://github.com/nodejs/node-gyp/commit/6b8f2652dd)] - **doc**: add travis badge (Rod Vagg) [#1971](https://github.com/nodejs/node-gyp/pull/1971) +* [[`20aa0b44f7`](https://github.com/nodejs/node-gyp/commit/20aa0b44f7)] - **doc**: macOS Catalina add two commands (Christian Clauss) [#1962](https://github.com/nodejs/node-gyp/pull/1962) +* [[`14f2a07a39`](https://github.com/nodejs/node-gyp/commit/14f2a07a39)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christian Clauss) [#2009](https://github.com/nodejs/node-gyp/pull/2009) +* [[`f242ce4d2c`](https://github.com/nodejs/node-gyp/commit/f242ce4d2c)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavier Guimard) [#2006](https://github.com/nodejs/node-gyp/pull/2006) +* [[`3bcba2a01a`](https://github.com/nodejs/node-gyp/commit/3bcba2a01a)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `request` (Matias Lopez) [#1978](https://github.com/nodejs/node-gyp/pull/1978) +* [[`470cc2178e`](https://github.com/nodejs/node-gyp/commit/470cc2178e)] - **test**: remove old docker test harness (#1993) (Rod Vagg) [#1993](https://github.com/nodejs/node-gyp/pull/1993) +* [[`31ecc8421d`](https://github.com/nodejs/node-gyp/commit/31ecc8421d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian Clauss) [#1996](https://github.com/nodejs/node-gyp/pull/1996) +* [[`5a729e86ee`](https://github.com/nodejs/node-gyp/commit/5a729e86ee)] - **test**: fix typo in header download test (#2001) (Richard Lau) [#2001](https://github.com/nodejs/node-gyp/pull/2001) +* [[`345c70e56d`](https://github.com/nodejs/node-gyp/commit/345c70e56d)] - **test**: direct python invocation & simpler pyenv (Matias Lopez) [#1979](https://github.com/nodejs/node-gyp/pull/1979) +* [[`d6a7e0e1fb`](https://github.com/nodejs/node-gyp/commit/d6a7e0e1fb)] - **test**: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) [#1979](https://github.com/nodejs/node-gyp/pull/1979) +* [[`5a64e9bd32`](https://github.com/nodejs/node-gyp/commit/5a64e9bd32)] - **test**: initial Github Actions with Ubuntu & macOS (Christian Clauss) [#1985](https://github.com/nodejs/node-gyp/pull/1985) +* [[`04da736d38`](https://github.com/nodejs/node-gyp/commit/04da736d38)] - **test**: fix Python unittests (cclauss) [#1961](https://github.com/nodejs/node-gyp/pull/1961) +* [[`0670e5189d`](https://github.com/nodejs/node-gyp/commit/0670e5189d)] - **test**: add header download test (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) +* [[`c506a6a150`](https://github.com/nodejs/node-gyp/commit/c506a6a150)] - **test**: configure proper devDir for invoking configure() (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) + +## v6.0.1 2019-11-01 + +* [[`8ec2e681d5`](https://github.com/nodejs/node-gyp/commit/8ec2e681d5)] - **doc**: add macOS\_Catalina.md document (cclauss) [#1940](https://github.com/nodejs/node-gyp/pull/1940) +* [[`1b11be63cc`](https://github.com/nodejs/node-gyp/commit/1b11be63cc)] - **gyp**: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) [#1925](https://github.com/nodejs/node-gyp/pull/1925) +* [[`c0282daa48`](https://github.com/nodejs/node-gyp/commit/c0282daa48)] - **gyp**: iteritems() -\> items() in compile\_commands\_json.py (cclauss) [#1947](https://github.com/nodejs/node-gyp/pull/1947) +* [[`d8e09a1b6a`](https://github.com/nodejs/node-gyp/commit/d8e09a1b6a)] - **gyp**: make cmake python3 compatible (gengjiawen) [#1944](https://github.com/nodejs/node-gyp/pull/1944) +* [[`9c0f3404f0`](https://github.com/nodejs/node-gyp/commit/9c0f3404f0)] - **gyp**: fix TypeError in XcodeVersion() (Christian Clauss) [#1939](https://github.com/nodejs/node-gyp/pull/1939) +* [[`bb2eb72a3f`](https://github.com/nodejs/node-gyp/commit/bb2eb72a3f)] - **gyp**: finish decode stdout on Python 3 (Christian Clauss) [#1937](https://github.com/nodejs/node-gyp/pull/1937) +* [[`f0693413d9`](https://github.com/nodejs/node-gyp/commit/f0693413d9)] - **src,win**: allow 403 errors for arm64 node.lib (Richard Lau) [#1934](https://github.com/nodejs/node-gyp/pull/1934) +* [[`c60c22de58`](https://github.com/nodejs/node-gyp/commit/c60c22de58)] - **deps**: update deps to roughly match current npm@6 (Rod Vagg) [#1920](https://github.com/nodejs/node-gyp/pull/1920) +* [[`b91718eefc`](https://github.com/nodejs/node-gyp/commit/b91718eefc)] - **test**: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) [#1923](https://github.com/nodejs/node-gyp/pull/1923) +* [[`3538a317b6`](https://github.com/nodejs/node-gyp/commit/3538a317b6)] - **doc**: adjustments to the README.md for new users (Dan Pike) [#1919](https://github.com/nodejs/node-gyp/pull/1919) +* [[`4fff8458c0`](https://github.com/nodejs/node-gyp/commit/4fff8458c0)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) +* [[`60e4488f08`](https://github.com/nodejs/node-gyp/commit/60e4488f08)] - **build**: avoid bare exceptions in xcode\_emulation.py (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) +* [[`032db2a2d0`](https://github.com/nodejs/node-gyp/commit/032db2a2d0)] - **lib,install**: always download SHA sums on Windows (Sam Hughes) [#1926](https://github.com/nodejs/node-gyp/pull/1926) +* [[`5a83630c33`](https://github.com/nodejs/node-gyp/commit/5a83630c33)] - **travis**: add Windows + Python 3.8 to the mix (Rod Vagg) [#1921](https://github.com/nodejs/node-gyp/pull/1921) + +## v6.0.0 2019-10-04 + +* [[`dd0e97ef0b`](https://github.com/nodejs/node-gyp/commit/dd0e97ef0b)] - **(SEMVER-MAJOR)** **lib**: try to find `python` after `python3` (Sam Roberts) [#1907](https://github.com/nodejs/node-gyp/pull/1907) +* [[`f60ed47d14`](https://github.com/nodejs/node-gyp/commit/f60ed47d14)] - **travis**: add Python 3.5 and 3.6 tests on Linux (Christian Clauss) [#1903](https://github.com/nodejs/node-gyp/pull/1903) +* [[`c763ca1838`](https://github.com/nodejs/node-gyp/commit/c763ca1838)] - **(SEMVER-MAJOR)** **doc**: Declare that node-gyp is Python 3 compatible (cclauss) [#1811](https://github.com/nodejs/node-gyp/pull/1811) +* [[`3d1c60ab81`](https://github.com/nodejs/node-gyp/commit/3d1c60ab81)] - **(SEMVER-MAJOR)** **lib**: accept Python 3 by default (João Reis) [#1844](https://github.com/nodejs/node-gyp/pull/1844) +* [[`c6e3b65a23`](https://github.com/nodejs/node-gyp/commit/c6e3b65a23)] - **(SEMVER-MAJOR)** **lib**: raise the minimum Python version from 2.6 to 2.7 (cclauss) [#1818](https://github.com/nodejs/node-gyp/pull/1818) + +## v5.1.1 2020-05-25 + +* [[`bdd3a79abe`](https://github.com/nodejs/node-gyp/commit/bdd3a79abe)] - **build**: shrink bloated addon binaries on windows (Shelley Vohr) [#2060](https://github.com/nodejs/node-gyp/pull/2060) +* [[`1f2ba75bc0`](https://github.com/nodejs/node-gyp/commit/1f2ba75bc0)] - **doc**: add macOS Catalina software update info (Karl Horky) [#2078](https://github.com/nodejs/node-gyp/pull/2078) +* [[`c106d915f5`](https://github.com/nodejs/node-gyp/commit/c106d915f5)] - **doc**: update catalina xcode cli tools download link (#2044) (Dario Vladović) [#2044](https://github.com/nodejs/node-gyp/pull/2044) +* [[`9a6fea92e2`](https://github.com/nodejs/node-gyp/commit/9a6fea92e2)] - **doc**: update catalina xcode cli tools download link; formatting (Jonathan Hult) [#2034](https://github.com/nodejs/node-gyp/pull/2034) +* [[`59b0b1add8`](https://github.com/nodejs/node-gyp/commit/59b0b1add8)] - **doc**: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) [#2029](https://github.com/nodejs/node-gyp/pull/2029) +* [[`bb8d0e7b10`](https://github.com/nodejs/node-gyp/commit/bb8d0e7b10)] - **doc**: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) [#2022](https://github.com/nodejs/node-gyp/pull/2022) +* [[`fb2e80d4e3`](https://github.com/nodejs/node-gyp/commit/fb2e80d4e3)] - **doc**: update link to the code of conduct (#2073) (Michaël Zasso) [#2073](https://github.com/nodejs/node-gyp/pull/2073) +* [[`251d9c885c`](https://github.com/nodejs/node-gyp/commit/251d9c885c)] - **doc**: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) [#2072](https://github.com/nodejs/node-gyp/pull/2072) +* [[`2b6fc3c8d6`](https://github.com/nodejs/node-gyp/commit/2b6fc3c8d6)] - **doc, bin**: stop suggesting opening node-gyp issues (Bartosz Sosnowski) [#2096](https://github.com/nodejs/node-gyp/pull/2096) +* [[`a876ae58ad`](https://github.com/nodejs/node-gyp/commit/a876ae58ad)] - **test**: bump actions/checkout from v1 to v2 (BSKY) [#2063](https://github.com/nodejs/node-gyp/pull/2063) + +## v5.1.0 2020-02-05 + +* [[`f37a8b40d0`](https://github.com/nodejs/node-gyp/commit/f37a8b40d0)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1994](https://github.com/nodejs/node-gyp/pull/1994) +* [[`cb3f6aae5e`](https://github.com/nodejs/node-gyp/commit/cb3f6aae5e)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#1992](https://github.com/nodejs/node-gyp/pull/1992) +* [[`0607596a4c`](https://github.com/nodejs/node-gyp/commit/0607596a4c)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) [#1985](https://github.com/nodejs/node-gyp/pull/1985) +* [[`0d5a415a14`](https://github.com/nodejs/node-gyp/commit/0d5a415a14)] - **doc**: add travis badge (Rod Vagg) [#1971](https://github.com/nodejs/node-gyp/pull/1971) +* [[`103740cd95`](https://github.com/nodejs/node-gyp/commit/103740cd95)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christian Clauss) [#2009](https://github.com/nodejs/node-gyp/pull/2009) +* [[`278dcddbdd`](https://github.com/nodejs/node-gyp/commit/278dcddbdd)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Casey) [#2018](https://github.com/nodejs/node-gyp/pull/2018) +* [[`1694907bbf`](https://github.com/nodejs/node-gyp/commit/1694907bbf)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavier Guimard) [#2006](https://github.com/nodejs/node-gyp/pull/2006) +* [[`a3f1143514`](https://github.com/nodejs/node-gyp/commit/a3f1143514)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `request` (Matias Lopez) [#1978](https://github.com/nodejs/node-gyp/pull/1978) +* [[`52365819c7`](https://github.com/nodejs/node-gyp/commit/52365819c7)] - **test**: remove old docker test harness (#1993) (Rod Vagg) [#1993](https://github.com/nodejs/node-gyp/pull/1993) +* [[`bc509c511d`](https://github.com/nodejs/node-gyp/commit/bc509c511d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian Clauss) [#1996](https://github.com/nodejs/node-gyp/pull/1996) +* [[`91ee26dd48`](https://github.com/nodejs/node-gyp/commit/91ee26dd48)] - **test**: fix typo in header download test (#2001) (Richard Lau) [#2001](https://github.com/nodejs/node-gyp/pull/2001) +* [[`0923f344c9`](https://github.com/nodejs/node-gyp/commit/0923f344c9)] - **test**: direct python invocation & simpler pyenv (Matias Lopez) [#1979](https://github.com/nodejs/node-gyp/pull/1979) +* [[`32c8744b34`](https://github.com/nodejs/node-gyp/commit/32c8744b34)] - **test**: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) [#1979](https://github.com/nodejs/node-gyp/pull/1979) +* [[`fd4b1351e4`](https://github.com/nodejs/node-gyp/commit/fd4b1351e4)] - **test**: initial Github Actions with Ubuntu & macOS (Christian Clauss) [#1985](https://github.com/nodejs/node-gyp/pull/1985) + +## v5.0.7 2019-12-16 + +Republish of v5.0.6 with unnecessary tarball removed from pack file. + +## v5.0.6 2019-12-16 + +* [[`cdec00286f`](https://github.com/nodejs/node-gyp/commit/cdec00286f)] - **doc**: adjustments to the README.md for new users (Dan Pike) [#1919](https://github.com/nodejs/node-gyp/pull/1919) +* [[`b7c8233ef2`](https://github.com/nodejs/node-gyp/commit/b7c8233ef2)] - **test**: fix Python unittests (cclauss) [#1961](https://github.com/nodejs/node-gyp/pull/1961) +* [[`e12b00ab0a`](https://github.com/nodejs/node-gyp/commit/e12b00ab0a)] - **doc**: macOS Catalina add two commands (Christian Clauss) [#1962](https://github.com/nodejs/node-gyp/pull/1962) +* [[`70b9890c0d`](https://github.com/nodejs/node-gyp/commit/70b9890c0d)] - **test**: add header download test (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) +* [[`4029fa8629`](https://github.com/nodejs/node-gyp/commit/4029fa8629)] - **test**: configure proper devDir for invoking configure() (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) +* [[`fe8b02cc8b`](https://github.com/nodejs/node-gyp/commit/fe8b02cc8b)] - **doc**: add macOS\_Catalina.md document (cclauss) [#1940](https://github.com/nodejs/node-gyp/pull/1940) +* [[`8ea47ce365`](https://github.com/nodejs/node-gyp/commit/8ea47ce365)] - **gyp**: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) [#1925](https://github.com/nodejs/node-gyp/pull/1925) +* [[`c7229716ba`](https://github.com/nodejs/node-gyp/commit/c7229716ba)] - **gyp**: iteritems() -\> items() in compile\_commands\_json.py (cclauss) [#1947](https://github.com/nodejs/node-gyp/pull/1947) +* [[`2a18b2a0f8`](https://github.com/nodejs/node-gyp/commit/2a18b2a0f8)] - **gyp**: make cmake python3 compatible (gengjiawen) [#1944](https://github.com/nodejs/node-gyp/pull/1944) +* [[`70f391e844`](https://github.com/nodejs/node-gyp/commit/70f391e844)] - **gyp**: fix TypeError in XcodeVersion() (Christian Clauss) [#1939](https://github.com/nodejs/node-gyp/pull/1939) +* [[`9f4f0fa34e`](https://github.com/nodejs/node-gyp/commit/9f4f0fa34e)] - **gyp**: finish decode stdout on Python 3 (Christian Clauss) [#1937](https://github.com/nodejs/node-gyp/pull/1937) +* [[`7cf507906d`](https://github.com/nodejs/node-gyp/commit/7cf507906d)] - **src,win**: allow 403 errors for arm64 node.lib (Richard Lau) [#1934](https://github.com/nodejs/node-gyp/pull/1934) +* [[`ad0d182c01`](https://github.com/nodejs/node-gyp/commit/ad0d182c01)] - **deps**: update deps to roughly match current npm@6 (Rod Vagg) [#1920](https://github.com/nodejs/node-gyp/pull/1920) +* [[`1553081ed6`](https://github.com/nodejs/node-gyp/commit/1553081ed6)] - **test**: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) [#1923](https://github.com/nodejs/node-gyp/pull/1923) +* [[`0705cae9aa`](https://github.com/nodejs/node-gyp/commit/0705cae9aa)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) +* [[`7bfdb6f5bf`](https://github.com/nodejs/node-gyp/commit/7bfdb6f5bf)] - **build**: avoid bare exceptions in xcode\_emulation.py (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) +* [[`7edf7658fa`](https://github.com/nodejs/node-gyp/commit/7edf7658fa)] - **lib,install**: always download SHA sums on Windows (Sam Hughes) [#1926](https://github.com/nodejs/node-gyp/pull/1926) +* [[`69056d04fe`](https://github.com/nodejs/node-gyp/commit/69056d04fe)] - **travis**: add Windows + Python 3.8 to the mix (Rod Vagg) [#1921](https://github.com/nodejs/node-gyp/pull/1921) + +## v5.0.5 2019-10-04 + +* [[`3891391746`](https://github.com/nodejs/node-gyp/commit/3891391746)] - **doc**: reconcile README with Python 3 compat changes (Rod Vagg) [#1911](https://github.com/nodejs/node-gyp/pull/1911) +* [[`07f81f1920`](https://github.com/nodejs/node-gyp/commit/07f81f1920)] - **lib**: accept Python 3 after Python 2 (Sam Roberts) [#1910](https://github.com/nodejs/node-gyp/pull/1910) +* [[`04ce59f4a2`](https://github.com/nodejs/node-gyp/commit/04ce59f4a2)] - **doc**: clarify Python configuration, etc (Sam Roberts) [#1908](https://github.com/nodejs/node-gyp/pull/1908) +* [[`01c46ee3df`](https://github.com/nodejs/node-gyp/commit/01c46ee3df)] - **gyp**: add \_\_lt\_\_ to MSVSSolutionEntry (João Reis) [#1904](https://github.com/nodejs/node-gyp/pull/1904) +* [[`735d961b99`](https://github.com/nodejs/node-gyp/commit/735d961b99)] - **win**: support VS 2017 Desktop Express (João Reis) [#1902](https://github.com/nodejs/node-gyp/pull/1902) +* [[`3834156a92`](https://github.com/nodejs/node-gyp/commit/3834156a92)] - **test**: add Python 3.5 and 3.6 tests on Linux (cclauss) [#1909](https://github.com/nodejs/node-gyp/pull/1909) +* [[`1196e990d8`](https://github.com/nodejs/node-gyp/commit/1196e990d8)] - **src**: update to standard@14 (Rod Vagg) [#1899](https://github.com/nodejs/node-gyp/pull/1899) +* [[`53ee7dfe89`](https://github.com/nodejs/node-gyp/commit/53ee7dfe89)] - **gyp**: fix undefined name: cflags --\> ldflags (Christian Clauss) [#1901](https://github.com/nodejs/node-gyp/pull/1901) +* [[`5871dcf6c9`](https://github.com/nodejs/node-gyp/commit/5871dcf6c9)] - **src,win**: add support for fetching arm64 node.lib (Richard Townsend) [#1875](https://github.com/nodejs/node-gyp/pull/1875) + +## v5.0.4 2019-09-27 + +* [[`1236869ffc`](https://github.com/nodejs/node-gyp/commit/1236869ffc)] - **gyp**: modify XcodeVersion() to convert "4.2" to "0420" and "10.0" to "1000" (Christian Clauss) [#1895](https://github.com/nodejs/node-gyp/pull/1895) +* [[`36638afe48`](https://github.com/nodejs/node-gyp/commit/36638afe48)] - **gyp**: more decode stdout on Python 3 (cclauss) [#1894](https://github.com/nodejs/node-gyp/pull/1894) +* [[`f753c167c5`](https://github.com/nodejs/node-gyp/commit/f753c167c5)] - **gyp**: decode stdout on Python 3 (cclauss) [#1890](https://github.com/nodejs/node-gyp/pull/1890) +* [[`60a4083523`](https://github.com/nodejs/node-gyp/commit/60a4083523)] - **doc**: update xcode install instructions to match Node's BUILDING (Nhan Khong) [#1884](https://github.com/nodejs/node-gyp/pull/1884) +* [[`19dbc9ac32`](https://github.com/nodejs/node-gyp/commit/19dbc9ac32)] - **deps**: update tar to 4.4.12 (Matheus Marchini) [#1889](https://github.com/nodejs/node-gyp/pull/1889) +* [[`5f3ed92181`](https://github.com/nodejs/node-gyp/commit/5f3ed92181)] - **bin**: fix the usage instructions (Halit Ogunc) [#1888](https://github.com/nodejs/node-gyp/pull/1888) +* [[`aab118edf1`](https://github.com/nodejs/node-gyp/commit/aab118edf1)] - **lib**: adding keep-alive header to download requests (Milad Farazmand) [#1863](https://github.com/nodejs/node-gyp/pull/1863) +* [[`1186e89326`](https://github.com/nodejs/node-gyp/commit/1186e89326)] - **lib**: ignore non-critical os.userInfo() failures (Rod Vagg) [#1835](https://github.com/nodejs/node-gyp/pull/1835) +* [[`785e527c3d`](https://github.com/nodejs/node-gyp/commit/785e527c3d)] - **doc**: fix missing argument for setting python path (lagorsse) [#1802](https://github.com/nodejs/node-gyp/pull/1802) +* [[`a97615196c`](https://github.com/nodejs/node-gyp/commit/a97615196c)] - **gyp**: rm semicolons (Python != JavaScript) (MattIPv4) [#1858](https://github.com/nodejs/node-gyp/pull/1858) +* [[`06019bac24`](https://github.com/nodejs/node-gyp/commit/06019bac24)] - **gyp**: assorted typo fixes (XhmikosR) [#1853](https://github.com/nodejs/node-gyp/pull/1853) +* [[`3f4972c1ca`](https://github.com/nodejs/node-gyp/commit/3f4972c1ca)] - **gyp**: use "is" when comparing to None (Vladyslav Burzakovskyy) [#1860](https://github.com/nodejs/node-gyp/pull/1860) +* [[`1cb4708073`](https://github.com/nodejs/node-gyp/commit/1cb4708073)] - **src,win**: improve unmanaged handling (Peter Sabath) [#1852](https://github.com/nodejs/node-gyp/pull/1852) +* [[`5553cd910e`](https://github.com/nodejs/node-gyp/commit/5553cd910e)] - **gyp**: improve Windows+Cygwin compatibility (Jose Quijada) [#1817](https://github.com/nodejs/node-gyp/pull/1817) +* [[`8bcb1fbb43`](https://github.com/nodejs/node-gyp/commit/8bcb1fbb43)] - **gyp**: Python 3 Windows fixes (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843) +* [[`2e24d0a326`](https://github.com/nodejs/node-gyp/commit/2e24d0a326)] - **test**: accept Python 3 in test-find-python.js (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843) +* [[`1267b4dc1c`](https://github.com/nodejs/node-gyp/commit/1267b4dc1c)] - **build**: add test run Python 3.7 on macOS (Christian Clauss) [#1843](https://github.com/nodejs/node-gyp/pull/1843) +* [[`da1b031aa3`](https://github.com/nodejs/node-gyp/commit/da1b031aa3)] - **build**: import StringIO on Python 2 and Python 3 (Christian Clauss) [#1836](https://github.com/nodejs/node-gyp/pull/1836) +* [[`fa0ed4aa42`](https://github.com/nodejs/node-gyp/commit/fa0ed4aa42)] - **build**: more Python 3 compat, replace compile with ast (cclauss) [#1820](https://github.com/nodejs/node-gyp/pull/1820) +* [[`18d5c7c9d0`](https://github.com/nodejs/node-gyp/commit/18d5c7c9d0)] - **win,src**: update win\_delay\_load\_hook.cc to work with /clr (Ivan Petrovic) [#1819](https://github.com/nodejs/node-gyp/pull/1819) + +## v5.0.3 2019-07-17 + +* [[`66ad305775`](https://github.com/nodejs/node-gyp/commit/66ad305775)] - **python**: accept Python 3 conditionally (João Reis) [#1815](https://github.com/nodejs/node-gyp/pull/1815) +* [[`7e7fce3fed`](https://github.com/nodejs/node-gyp/commit/7e7fce3fed)] - **python**: move Python detection to its own file (João Reis) [#1815](https://github.com/nodejs/node-gyp/pull/1815) +* [[`e40c99e283`](https://github.com/nodejs/node-gyp/commit/e40c99e283)] - **src**: implement standard.js linting (Rod Vagg) [#1794](https://github.com/nodejs/node-gyp/pull/1794) +* [[`bb92c761a9`](https://github.com/nodejs/node-gyp/commit/bb92c761a9)] - **test**: add Node.js 6 on Windows to Travis CI (João Reis) [#1812](https://github.com/nodejs/node-gyp/pull/1812) +* [[`7fd924079f`](https://github.com/nodejs/node-gyp/commit/7fd924079f)] - **test**: increase tap timeout (João Reis) [#1812](https://github.com/nodejs/node-gyp/pull/1812) +* [[`7e8127068f`](https://github.com/nodejs/node-gyp/commit/7e8127068f)] - **test**: cover supported node versions with travis (Rod Vagg) [#1809](https://github.com/nodejs/node-gyp/pull/1809) +* [[`24109148df`](https://github.com/nodejs/node-gyp/commit/24109148df)] - **test**: downgrade to tap@^12 for continued Node 6 support (Rod Vagg) [#1808](https://github.com/nodejs/node-gyp/pull/1808) +* [[`656117cc4a`](https://github.com/nodejs/node-gyp/commit/656117cc4a)] - **win**: make VS path match case-insensitive (João Reis) [#1806](https://github.com/nodejs/node-gyp/pull/1806) + +## v5.0.2 2019-06-27 + +* [[`2761afbf73`](https://github.com/nodejs/node-gyp/commit/2761afbf73)] - **build,test**: add duplicate symbol test (Gabriel Schulhof) [#1689](https://github.com/nodejs/node-gyp/pull/1689) +* [[`82f129d6de`](https://github.com/nodejs/node-gyp/commit/82f129d6de)] - **gyp**: replace optparse to argparse (KiYugadgeter) [#1591](https://github.com/nodejs/node-gyp/pull/1591) +* [[`afaaa29c61`](https://github.com/nodejs/node-gyp/commit/afaaa29c61)] - **gyp**: remove from \_\_future\_\_ import with\_statement (cclauss) [#1799](https://github.com/nodejs/node-gyp/pull/1799) +* [[`a991f633d6`](https://github.com/nodejs/node-gyp/commit/a991f633d6)] - **gyp**: fix the remaining Python 3 issues (cclauss) [#1793](https://github.com/nodejs/node-gyp/pull/1793) +* [[`f952b08f84`](https://github.com/nodejs/node-gyp/commit/f952b08f84)] - **gyp**: move from \_\_future\_\_ import to the top of the file (cclauss) [#1789](https://github.com/nodejs/node-gyp/pull/1789) +* [[`4f4a677dfa`](https://github.com/nodejs/node-gyp/commit/4f4a677dfa)] - **gyp**: use different default compiler for z/OS (Shuowang (Wayne) Zhang) [#1768](https://github.com/nodejs/node-gyp/pull/1768) +* [[`03683f09d6`](https://github.com/nodejs/node-gyp/commit/03683f09d6)] - **lib**: code de-duplication (Pavel Medvedev) [#965](https://github.com/nodejs/node-gyp/pull/965) +* [[`611bc3c89f`](https://github.com/nodejs/node-gyp/commit/611bc3c89f)] - **lib**: add .json suffix for explicit require (Rod Vagg) [#1787](https://github.com/nodejs/node-gyp/pull/1787) +* [[`d3478d7b0b`](https://github.com/nodejs/node-gyp/commit/d3478d7b0b)] - **meta**: add to .gitignore (Refael Ackermann) [#1573](https://github.com/nodejs/node-gyp/pull/1573) +* [[`7a9a038e9e`](https://github.com/nodejs/node-gyp/commit/7a9a038e9e)] - **test**: add parallel test runs on macOS and Windows (cclauss) [#1800](https://github.com/nodejs/node-gyp/pull/1800) +* [[`7dd7f2b2a2`](https://github.com/nodejs/node-gyp/commit/7dd7f2b2a2)] - **test**: fix Python syntax error in test-adding.js (cclauss) [#1793](https://github.com/nodejs/node-gyp/pull/1793) +* [[`395f843de0`](https://github.com/nodejs/node-gyp/commit/395f843de0)] - **test**: replace self-signed cert with 'localhost' (Rod Vagg) [#1795](https://github.com/nodejs/node-gyp/pull/1795) +* [[`a52c6eb9e8`](https://github.com/nodejs/node-gyp/commit/a52c6eb9e8)] - **test**: migrate from tape to tap (Rod Vagg) [#1795](https://github.com/nodejs/node-gyp/pull/1795) +* [[`ec2eb44a30`](https://github.com/nodejs/node-gyp/commit/ec2eb44a30)] - **test**: use Nan in duplicate\_symbols (Gabriel Schulhof) [#1689](https://github.com/nodejs/node-gyp/pull/1689) +* [[`1597c84aad`](https://github.com/nodejs/node-gyp/commit/1597c84aad)] - **test**: use Travis CI to run tests on every pull request (cclauss) [#1752](https://github.com/nodejs/node-gyp/pull/1752) +* [[`dd9bf929ac`](https://github.com/nodejs/node-gyp/commit/dd9bf929ac)] - **zos**: update compiler options (Shuowang (Wayne) Zhang) [#1768](https://github.com/nodejs/node-gyp/pull/1768) + +## v5.0.1 2019-06-20 + +* [[`e3861722ed`](https://github.com/nodejs/node-gyp/commit/e3861722ed)] - **doc**: document --jobs max (David Sanders) [#1770](https://github.com/nodejs/node-gyp/pull/1770) +* [[`1cfdb28886`](https://github.com/nodejs/node-gyp/commit/1cfdb28886)] - **lib**: reintroduce support for iojs file naming for releases \>= 1 && \< 4 (Samuel Attard) [#1777](https://github.com/nodejs/node-gyp/pull/1777) + +## v5.0.0 2019-06-13 + +* [[`8a83972743`](https://github.com/nodejs/node-gyp/commit/8a83972743)] - **(SEMVER-MAJOR)** **bin**: follow XDG OS conventions for storing data (Selwyn) [#1570](https://github.com/nodejs/node-gyp/pull/1570) +* [[`9e46872ea3`](https://github.com/nodejs/node-gyp/commit/9e46872ea3)] - **bin,lib**: remove extra comments/lines/spaces (Jon Moss) [#1508](https://github.com/nodejs/node-gyp/pull/1508) +* [[`8098ebdeb4`](https://github.com/nodejs/node-gyp/commit/8098ebdeb4)] - **deps**: replace `osenv` dependency with native `os` (Selwyn) +* [[`f83b457e03`](https://github.com/nodejs/node-gyp/commit/f83b457e03)] - **deps**: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) +* [[`323cee7323`](https://github.com/nodejs/node-gyp/commit/323cee7323)] - **deps**: pin `request` version range (Refael Ackermann) [#1300](https://github.com/nodejs/node-gyp/pull/1300) +* [[`c515912d08`](https://github.com/nodejs/node-gyp/commit/c515912d08)] - **doc**: improve issue template (Bartosz Sosnowski) [#1618](https://github.com/nodejs/node-gyp/pull/1618) +* [[`cca2d66727`](https://github.com/nodejs/node-gyp/commit/cca2d66727)] - **doc**: python info needs own header (Taylor D. Lee) [#1245](https://github.com/nodejs/node-gyp/pull/1245) +* [[`3e64c780f5`](https://github.com/nodejs/node-gyp/commit/3e64c780f5)] - **doc**: lint README.md (Jon Moss) [#1498](https://github.com/nodejs/node-gyp/pull/1498) +* [[`a20faedc91`](https://github.com/nodejs/node-gyp/commit/a20faedc91)] - **(SEMVER-MAJOR)** **gyp**: enable MARMASM items only on new VS versions (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`721eb691cf`](https://github.com/nodejs/node-gyp/commit/721eb691cf)] - **gyp**: teach MSVS generator about MARMASM Items (Jon Kunkee) [#1679](https://github.com/nodejs/node-gyp/pull/1679) +* [[`91744bfecc`](https://github.com/nodejs/node-gyp/commit/91744bfecc)] - **gyp**: add support for Windows on Arm (Richard Townsend) [#1739](https://github.com/nodejs/node-gyp/pull/1739) +* [[`a6e0a6c7ed`](https://github.com/nodejs/node-gyp/commit/a6e0a6c7ed)] - **gyp**: move compile\_commands\_json (Paul Maréchal) [#1661](https://github.com/nodejs/node-gyp/pull/1661) +* [[`92e8b52cee`](https://github.com/nodejs/node-gyp/commit/92e8b52cee)] - **gyp**: fix target --\> self.target (cclauss) +* [[`febdfa2137`](https://github.com/nodejs/node-gyp/commit/febdfa2137)] - **gyp**: fix sntex error (cclauss) [#1333](https://github.com/nodejs/node-gyp/pull/1333) +* [[`588d333c14`](https://github.com/nodejs/node-gyp/commit/588d333c14)] - **gyp**: \_winreg module was renamed to winreg in Python 3. (Craig Rodrigues) +* [[`98226d198c`](https://github.com/nodejs/node-gyp/commit/98226d198c)] - **gyp**: replace basestring with str, but only on Python 3. (Craig Rodrigues) +* [[`7535e4478e`](https://github.com/nodejs/node-gyp/commit/7535e4478e)] - **gyp**: replace deprecated functions (Craig Rodrigues) +* [[`2040cd21cc`](https://github.com/nodejs/node-gyp/commit/2040cd21cc)] - **gyp**: use print as a function, as specified in PEP 3105. (Craig Rodrigues) +* [[`abef93ded5`](https://github.com/nodejs/node-gyp/commit/abef93ded5)] - **gyp**: get ready for python 3 (cclauss) +* [[`43031fadcb`](https://github.com/nodejs/node-gyp/commit/43031fadcb)] - **python**: clean-up detection (João Reis) [#1582](https://github.com/nodejs/node-gyp/pull/1582) +* [[`49ab79d221`](https://github.com/nodejs/node-gyp/commit/49ab79d221)] - **python**: more informative error (Refael Ackermann) [#1269](https://github.com/nodejs/node-gyp/pull/1269) +* [[`997bc3c748`](https://github.com/nodejs/node-gyp/commit/997bc3c748)] - **readme**: add ARM64 info to MSVC setup instructions (Jon Kunkee) [#1655](https://github.com/nodejs/node-gyp/pull/1655) +* [[`788e767179`](https://github.com/nodejs/node-gyp/commit/788e767179)] - **test**: remove unused variable (João Reis) +* [[`6f5a408934`](https://github.com/nodejs/node-gyp/commit/6f5a408934)] - **tools**: fix usage of inherited -fPIC and -fPIE (Jens) [#1340](https://github.com/nodejs/node-gyp/pull/1340) +* [[`0efb8fb34b`](https://github.com/nodejs/node-gyp/commit/0efb8fb34b)] - **(SEMVER-MAJOR)** **win**: support running in VS Command Prompt (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`360ddbdf3a`](https://github.com/nodejs/node-gyp/commit/360ddbdf3a)] - **(SEMVER-MAJOR)** **win**: add support for Visual Studio 2019 (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`8f43f68275`](https://github.com/nodejs/node-gyp/commit/8f43f68275)] - **(SEMVER-MAJOR)** **win**: detect all VS versions in node-gyp (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`7fe4095974`](https://github.com/nodejs/node-gyp/commit/7fe4095974)] - **(SEMVER-MAJOR)** **win**: generic Visual Studio 2017 detection (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) +* [[`7a71d68bce`](https://github.com/nodejs/node-gyp/commit/7a71d68bce)] - **win**: use msbuild from the configure stage (Bartosz Sosnowski) [#1654](https://github.com/nodejs/node-gyp/pull/1654) +* [[`d3b21220a0`](https://github.com/nodejs/node-gyp/commit/d3b21220a0)] - **win**: fix delay-load hook for electron 4 (Andy Dill) +* [[`81f3a92338`](https://github.com/nodejs/node-gyp/commit/81f3a92338)] - Update list of Node.js versions to test against. (Ben Noordhuis) [#1670](https://github.com/nodejs/node-gyp/pull/1670) +* [[`4748f6ab75`](https://github.com/nodejs/node-gyp/commit/4748f6ab75)] - Remove deprecated compatibility code. (Ben Noordhuis) [#1670](https://github.com/nodejs/node-gyp/pull/1670) +* [[`45e3221fd4`](https://github.com/nodejs/node-gyp/commit/45e3221fd4)] - Remove an outdated workaround for Python 2.4 (cclauss) [#1650](https://github.com/nodejs/node-gyp/pull/1650) +* [[`721dc7d314`](https://github.com/nodejs/node-gyp/commit/721dc7d314)] - Add ARM64 to MSBuild /Platform logic (Jon Kunkee) [#1655](https://github.com/nodejs/node-gyp/pull/1655) +* [[`a5b7410497`](https://github.com/nodejs/node-gyp/commit/a5b7410497)] - Add ESLint no-unused-vars rule (Jon Moss) [#1497](https://github.com/nodejs/node-gyp/pull/1497) + +## v4.0.0 2019-04-24 + +* [[`ceed5cbe10`](https://github.com/nodejs/node-gyp/commit/ceed5cbe10)] - **deps**: updated tar package version to 4.4.8 (Pobegaylo Maksim) [#1713](https://github.com/nodejs/node-gyp/pull/1713) +* [[`374519e066`](https://github.com/nodejs/node-gyp/commit/374519e066)] - **(SEMVER-MAJOR)** Upgrade to tar v3 (isaacs) [#1212](https://github.com/nodejs/node-gyp/pull/1212) +* [[`e6699d13cd`](https://github.com/nodejs/node-gyp/commit/e6699d13cd)] - **test**: fix addon test for Node.js 12 and V8 7.4 (Richard Lau) [#1705](https://github.com/nodejs/node-gyp/pull/1705) +* [[`0c6bf530a0`](https://github.com/nodejs/node-gyp/commit/0c6bf530a0)] - **lib**: use print() for python version detection (GreenAddress) [#1534](https://github.com/nodejs/node-gyp/pull/1534) + +## v3.8.0 2018-08-09 + +* [[`c5929cb4fe`](https://github.com/nodejs/node-gyp/commit/c5929cb4fe)] - **doc**: update Xcode preferences tab name. (Ivan Daniluk) [#1330](https://github.com/nodejs/node-gyp/pull/1330) +* [[`8b488da8b9`](https://github.com/nodejs/node-gyp/commit/8b488da8b9)] - **doc**: update link to commit guidelines (Jonas Hermsmeier) [#1456](https://github.com/nodejs/node-gyp/pull/1456) +* [[`b4fe8c16f9`](https://github.com/nodejs/node-gyp/commit/b4fe8c16f9)] - **doc**: fix visual studio links (Bartosz Sosnowski) [#1490](https://github.com/nodejs/node-gyp/pull/1490) +* [[`536759c7e9`](https://github.com/nodejs/node-gyp/commit/536759c7e9)] - **configure**: use sys.version\_info to get python version (Yang Guo) [#1504](https://github.com/nodejs/node-gyp/pull/1504) +* [[`94c39c604e`](https://github.com/nodejs/node-gyp/commit/94c39c604e)] - **gyp**: fix ninja build failure (GYP patch) (Daniel Bevenius) [nodejs/node#12484](https://github.com/nodejs/node/pull/12484) +* [[`e8ea74e0fa`](https://github.com/nodejs/node-gyp/commit/e8ea74e0fa)] - **tools**: patch gyp to avoid xcrun errors (Ujjwal Sharma) [nodejs/node#21520](https://github.com/nodejs/node/pull/21520) +* [[`ea9aff44f2`](https://github.com/nodejs/node-gyp/commit/ea9aff44f2)] - **tools**: fix "the the" typos in comments (Masashi Hirano) [nodejs/node#20716](https://github.com/nodejs/node/pull/20716) +* [[`207e5aa4fd`](https://github.com/nodejs/node-gyp/commit/207e5aa4fd)] - **gyp**: implement LD/LDXX for ninja and FIPS (Sam Roberts) +* [[`b416c5f4b7`](https://github.com/nodejs/node-gyp/commit/b416c5f4b7)] - **gyp**: enable cctest to use objects (gyp part) (Daniel Bevenius) [nodejs/node#12450](https://github.com/nodejs/node/pull/12450) +* [[`40692d016b`](https://github.com/nodejs/node-gyp/commit/40692d016b)] - **gyp**: add compile\_commands.json gyp generator (Ben Noordhuis) [nodejs/node#12450](https://github.com/nodejs/node/pull/12450) +* [[`fc3c4e2b10`](https://github.com/nodejs/node-gyp/commit/fc3c4e2b10)] - **gyp**: float gyp patch for long filenames (Anna Henningsen) [nodejs/node#7963](https://github.com/nodejs/node/pull/7963) +* [[`8aedbfdef6`](https://github.com/nodejs/node-gyp/commit/8aedbfdef6)] - **gyp**: backport GYP fix to fix AIX shared suffix (Stewart Addison) +* [[`6cd84b84fc`](https://github.com/nodejs/node-gyp/commit/6cd84b84fc)] - **test**: formatting and minor fixes for execFileSync replacement (Rod Vagg) [#1521](https://github.com/nodejs/node-gyp/pull/1521) +* [[`60e421363f`](https://github.com/nodejs/node-gyp/commit/60e421363f)] - **test**: added test/processExecSync.js for when execFileSync is not available. (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) +* [[`969447c5bd`](https://github.com/nodejs/node-gyp/commit/969447c5bd)] - **deps**: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) +* [[`340403ccfe`](https://github.com/nodejs/node-gyp/commit/340403ccfe)] - **win**: improve parsing of SDK version (Alessandro Vergani) [#1516](https://github.com/nodejs/node-gyp/pull/1516) + +## v3.7.0 2018-06-08 + +* [[`84cea7b30d`](https://github.com/nodejs/node-gyp/commit/84cea7b30d)] - Remove unused gyp test scripts. (Ben Noordhuis) [#1458](https://github.com/nodejs/node-gyp/pull/1458) +* [[`0540e4ec63`](https://github.com/nodejs/node-gyp/commit/0540e4ec63)] - **gyp**: escape spaces in filenames in make generator (Jeff Senn) [#1436](https://github.com/nodejs/node-gyp/pull/1436) +* [[`88fc6fa0ec`](https://github.com/nodejs/node-gyp/commit/88fc6fa0ec)] - Drop dependency on minimatch. (Brian Woodward) [#1158](https://github.com/nodejs/node-gyp/pull/1158) +* [[`1e203c5148`](https://github.com/nodejs/node-gyp/commit/1e203c5148)] - Fix include path when pointing to Node.js source (Richard Lau) [#1055](https://github.com/nodejs/node-gyp/pull/1055) +* [[`53d8cb967c`](https://github.com/nodejs/node-gyp/commit/53d8cb967c)] - Prefix build targets with /t: on Windows (Natalie Wolfe) [#1164](https://github.com/nodejs/node-gyp/pull/1164) +* [[`53a5f8ff38`](https://github.com/nodejs/node-gyp/commit/53a5f8ff38)] - **gyp**: add support for .mm files to msvs generator (Julien Racle) [#1167](https://github.com/nodejs/node-gyp/pull/1167) +* [[`dd8561e528`](https://github.com/nodejs/node-gyp/commit/dd8561e528)] - **zos**: don't use universal-new-lines mode (John Barboza) [#1451](https://github.com/nodejs/node-gyp/pull/1451) +* [[`e5a69010ed`](https://github.com/nodejs/node-gyp/commit/e5a69010ed)] - **zos**: add search locations for libnode.x (John Barboza) [#1451](https://github.com/nodejs/node-gyp/pull/1451) +* [[`79febace53`](https://github.com/nodejs/node-gyp/commit/79febace53)] - **doc**: update macOS information in README (Josh Parnham) [#1323](https://github.com/nodejs/node-gyp/pull/1323) +* [[`9425448945`](https://github.com/nodejs/node-gyp/commit/9425448945)] - **gyp**: don't print xcodebuild not found errors (Gibson Fahnestock) [#1370](https://github.com/nodejs/node-gyp/pull/1370) +* [[`6f1286f5b2`](https://github.com/nodejs/node-gyp/commit/6f1286f5b2)] - Fix infinite install loop. (Ben Noordhuis) [#1384](https://github.com/nodejs/node-gyp/pull/1384) +* [[`2580b9139e`](https://github.com/nodejs/node-gyp/commit/2580b9139e)] - Update `--nodedir` description in README. (Ben Noordhuis) [#1372](https://github.com/nodejs/node-gyp/pull/1372) +* [[`a61360391a`](https://github.com/nodejs/node-gyp/commit/a61360391a)] - Update README with another way to install on windows (JeffAtDeere) [#1352](https://github.com/nodejs/node-gyp/pull/1352) +* [[`47496bf6dc`](https://github.com/nodejs/node-gyp/commit/47496bf6dc)] - Fix IndexError when parsing GYP files. (Ben Noordhuis) [#1267](https://github.com/nodejs/node-gyp/pull/1267) +* [[`b2024dee7b`](https://github.com/nodejs/node-gyp/commit/b2024dee7b)] - **zos**: support platform (John Barboza) [#1276](https://github.com/nodejs/node-gyp/pull/1276) +* [[`90d86512f4`](https://github.com/nodejs/node-gyp/commit/90d86512f4)] - **win**: run PS with `-NoProfile` (Refael Ackermann) [#1292](https://github.com/nodejs/node-gyp/pull/1292) +* [[`2da5f86ef7`](https://github.com/nodejs/node-gyp/commit/2da5f86ef7)] - **doc**: add github PR and Issue templates (Gibson Fahnestock) [#1228](https://github.com/nodejs/node-gyp/pull/1228) +* [[`a46a770d68`](https://github.com/nodejs/node-gyp/commit/a46a770d68)] - **doc**: update proposed DCO and CoC (Mikeal Rogers) [#1229](https://github.com/nodejs/node-gyp/pull/1229) +* [[`7e803d58e0`](https://github.com/nodejs/node-gyp/commit/7e803d58e0)] - **doc**: headerify the Install instructions (Nick Schonning) [#1225](https://github.com/nodejs/node-gyp/pull/1225) +* [[`f27599193a`](https://github.com/nodejs/node-gyp/commit/f27599193a)] - **gyp**: update xml string encoding conversion (Liu Chao) [#1203](https://github.com/nodejs/node-gyp/pull/1203) +* [[`0a07e481f7`](https://github.com/nodejs/node-gyp/commit/0a07e481f7)] - **configure**: don't set ensure if tarball is set (Gibson Fahnestock) [#1220](https://github.com/nodejs/node-gyp/pull/1220) + +## v3.6.3 2018-06-08 + +* [[`90cd2e8da9`](https://github.com/nodejs/node-gyp/commit/90cd2e8da9)] - **gyp**: fix regex to match multi-digit versions (Jonas Hermsmeier) [#1455](https://github.com/nodejs/node-gyp/pull/1455) +* [[`7900122337`](https://github.com/nodejs/node-gyp/commit/7900122337)] - deps: pin `request` version range (Refael Ackerman) [#1300](https://github.com/nodejs/node-gyp/pull/1300) + +## v3.6.2 2017-06-01 + +* [[`72afdd62cd`](https://github.com/nodejs/node-gyp/commit/72afdd62cd)] - **build**: rename copyNodeLib() to doBuild() (Liu Chao) [#1206](https://github.com/nodejs/node-gyp/pull/1206) +* [[`bad903ac70`](https://github.com/nodejs/node-gyp/commit/bad903ac70)] - **win**: more robust parsing of SDK version (Refael Ackermann) [#1198](https://github.com/nodejs/node-gyp/pull/1198) +* [[`241752f381`](https://github.com/nodejs/node-gyp/commit/241752f381)] - Log dist-url. (Ben Noordhuis) [#1170](https://github.com/nodejs/node-gyp/pull/1170) +* [[`386746c7d1`](https://github.com/nodejs/node-gyp/commit/386746c7d1)] - **configure**: use full path in node_lib_file GYP var (Pavel Medvedev) [#964](https://github.com/nodejs/node-gyp/pull/964) +* [[`0913b2dd99`](https://github.com/nodejs/node-gyp/commit/0913b2dd99)] - **build, win**: use target_arch to link with node.lib (Pavel Medvedev) [#964](https://github.com/nodejs/node-gyp/pull/964) +* [[`c307b302f7`](https://github.com/nodejs/node-gyp/commit/c307b302f7)] - **doc**: blorb about setting `npm_config_OPTION_NAME` (Refael Ackermann) [#1185](https://github.com/nodejs/node-gyp/pull/1185) + +## v3.6.1 2017-04-30 + +* [[`49801716c2`](https://github.com/nodejs/node-gyp/commit/49801716c2)] - **test**: fix test-find-python on v0.10.x buildbot. (Ben Noordhuis) [#1172](https://github.com/nodejs/node-gyp/pull/1172) +* [[`a83a3801fc`](https://github.com/nodejs/node-gyp/commit/a83a3801fc)] - **test**: fix test/test-configure-python on AIX (Richard Lau) [#1131](https://github.com/nodejs/node-gyp/pull/1131) +* [[`8a767145c9`](https://github.com/nodejs/node-gyp/commit/8a767145c9)] - **gyp**: Revert quote_cmd workaround (Kunal Pathak) [#1153](https://github.com/nodejs/node-gyp/pull/1153) +* [[`c09cf7671e`](https://github.com/nodejs/node-gyp/commit/c09cf7671e)] - **doc**: add a note for using `configure` on Windows (Vse Mozhet Byt) [#1152](https://github.com/nodejs/node-gyp/pull/1152) +* [[`da9cb5f411`](https://github.com/nodejs/node-gyp/commit/da9cb5f411)] - Delete superfluous .patch files. (Ben Noordhuis) [#1122](https://github.com/nodejs/node-gyp/pull/1122) + +## v3.6.0 2017-03-16 + +* [[`ae141e1906`](https://github.com/nodejs/node-gyp/commit/ae141e1906)] - **win**: find and setup for VS2017 (Refael Ackermann) [#1130](https://github.com/nodejs/node-gyp/pull/1130) +* [[`ec5fc36a80`](https://github.com/nodejs/node-gyp/commit/ec5fc36a80)] - Add support to build node.js with chakracore for ARM. (Kunal Pathak) [#873](https://github.com/nodejs/node-gyp/pull/873) +* [[`a04ea3051a`](https://github.com/nodejs/node-gyp/commit/a04ea3051a)] - Add support to build node.js with chakracore. (Kunal Pathak) [#873](https://github.com/nodejs/node-gyp/pull/873) +* [[`93d7fa83c8`](https://github.com/nodejs/node-gyp/commit/93d7fa83c8)] - Upgrade semver dependency. (Ben Noordhuis) [#1107](https://github.com/nodejs/node-gyp/pull/1107) +* [[`ff9a6fadfd`](https://github.com/nodejs/node-gyp/commit/ff9a6fadfd)] - Update link of gyp as Google code is shutting down (Peter Dave Hello) [#1061](https://github.com/nodejs/node-gyp/pull/1061) + +## v3.5.0 2017-01-10 + +* [[`762d19a39e`](https://github.com/nodejs/node-gyp/commit/762d19a39e)] - \[doc\] merge History.md and CHANGELOG.md (Rod Vagg) +* [[`80fc5c3d31`](https://github.com/nodejs/node-gyp/commit/80fc5c3d31)] - Fix deprecated dependency warning (Simone Primarosa) [#1069](https://github.com/nodejs/node-gyp/pull/1069) +* [[`05c44944fd`](https://github.com/nodejs/node-gyp/commit/05c44944fd)] - Open the build file with universal-newlines mode (Guy Margalit) [#1053](https://github.com/nodejs/node-gyp/pull/1053) +* [[`37ae7be114`](https://github.com/nodejs/node-gyp/commit/37ae7be114)] - Try python launcher when stock python is python 3. (Ben Noordhuis) [#992](https://github.com/nodejs/node-gyp/pull/992) +* [[`e3778d9907`](https://github.com/nodejs/node-gyp/commit/e3778d9907)] - Add lots of findPython() tests. (Ben Noordhuis) [#992](https://github.com/nodejs/node-gyp/pull/992) +* [[`afc766adf6`](https://github.com/nodejs/node-gyp/commit/afc766adf6)] - Unset executable bit for .bat files (Pavel Medvedev) [#969](https://github.com/nodejs/node-gyp/pull/969) +* [[`ddac348991`](https://github.com/nodejs/node-gyp/commit/ddac348991)] - Use push on PYTHONPATH and add tests (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) +* [[`b182a19042`](https://github.com/nodejs/node-gyp/commit/b182a19042)] - ***Revert*** "add "path-array" dep" (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) +* [[`7c08b85c5a`](https://github.com/nodejs/node-gyp/commit/7c08b85c5a)] - ***Revert*** "**configure**: use "path-array" for PYTHONPATH" (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) +* [[`9c8d275526`](https://github.com/nodejs/node-gyp/commit/9c8d275526)] - Add --devdir flag. (Ben Noordhuis) [#916](https://github.com/nodejs/node-gyp/pull/916) +* [[`f6eab1f9e4`](https://github.com/nodejs/node-gyp/commit/f6eab1f9e4)] - **doc**: add windows-build-tools to readme (Felix Rieseberg) [#970](https://github.com/nodejs/node-gyp/pull/970) + +## v3.4.0 2016-06-28 + +* [[`ce5fd04e94`](https://github.com/nodejs/node-gyp/commit/ce5fd04e94)] - **deps**: update minimatch version (delphiactual) [#961](https://github.com/nodejs/node-gyp/pull/961) +* [[`77383ddd85`](https://github.com/nodejs/node-gyp/commit/77383ddd85)] - Replace fs.accessSync call to fs.statSync (Richard Lau) [#955](https://github.com/nodejs/node-gyp/pull/955) +* [[`0dba4bda57`](https://github.com/nodejs/node-gyp/commit/0dba4bda57)] - **test**: add simple addon test (Richard Lau) [#955](https://github.com/nodejs/node-gyp/pull/955) +* [[`c4344b3889`](https://github.com/nodejs/node-gyp/commit/c4344b3889)] - **doc**: add --target option to README (Gibson Fahnestock) [#958](https://github.com/nodejs/node-gyp/pull/958) +* [[`cc778e9215`](https://github.com/nodejs/node-gyp/commit/cc778e9215)] - Override BUILDING_UV_SHARED, BUILDING_V8_SHARED. (Ben Noordhuis) [#915](https://github.com/nodejs/node-gyp/pull/915) +* [[`af35b2ad32`](https://github.com/nodejs/node-gyp/commit/af35b2ad32)] - Move VC++ Build Tools to Build Tools landing page. (Andrew Pardoe) [#953](https://github.com/nodejs/node-gyp/pull/953) +* [[`f31482e226`](https://github.com/nodejs/node-gyp/commit/f31482e226)] - **win**: work around __pfnDliNotifyHook2 type change (Alexis Campailla) [#952](https://github.com/nodejs/node-gyp/pull/952) +* [[`3df8222fa5`](https://github.com/nodejs/node-gyp/commit/3df8222fa5)] - Allow for npmlog@3.x (Rebecca Turner) [#950](https://github.com/nodejs/node-gyp/pull/950) +* [[`a4fa07b390`](https://github.com/nodejs/node-gyp/commit/a4fa07b390)] - More verbose error on locating msbuild.exe failure. (Mateusz Jaworski) [#930](https://github.com/nodejs/node-gyp/pull/930) +* [[`4ee31329e0`](https://github.com/nodejs/node-gyp/commit/4ee31329e0)] - **doc**: add command options to README.md (Gibson Fahnestock) [#937](https://github.com/nodejs/node-gyp/pull/937) +* [[`c8c7ca86b9`](https://github.com/nodejs/node-gyp/commit/c8c7ca86b9)] - Add --silent option for zero output. (Gibson Fahnestock) [#937](https://github.com/nodejs/node-gyp/pull/937) +* [[`ac29d23a7c`](https://github.com/nodejs/node-gyp/commit/ac29d23a7c)] - Upgrade to glob@7.0.3. (Ben Noordhuis) [#943](https://github.com/nodejs/node-gyp/pull/943) +* [[`15fd56be3d`](https://github.com/nodejs/node-gyp/commit/15fd56be3d)] - Enable V8 deprecation warnings for native modules (Matt Loring) [#920](https://github.com/nodejs/node-gyp/pull/920) +* [[`7f1c1b960c`](https://github.com/nodejs/node-gyp/commit/7f1c1b960c)] - **gyp**: improvements for android generator (Robert Chiras) [#935](https://github.com/nodejs/node-gyp/pull/935) +* [[`088082766c`](https://github.com/nodejs/node-gyp/commit/088082766c)] - Update Windows install instructions (Sara Itani) [#867](https://github.com/nodejs/node-gyp/pull/867) +* [[`625c1515f9`](https://github.com/nodejs/node-gyp/commit/625c1515f9)] - **gyp**: inherit CC/CXX for CC/CXX.host (Johan Bergström) [#908](https://github.com/nodejs/node-gyp/pull/908) +* [[`3bcb1720e4`](https://github.com/nodejs/node-gyp/commit/3bcb1720e4)] - Add support for the Python launcher on Windows (Patrick Westerhoff) [#894](https://github.com/nodejs/node-gyp/pull/894 + +## v3.3.1 2016-03-04 + +* [[`a981ef847a`](https://github.com/nodejs/node-gyp/commit/a981ef847a)] - **gyp**: fix android generator (Robert Chiras) [#889](https://github.com/nodejs/node-gyp/pull/889) + +## v3.3.0 2016-02-16 + +* [[`818d854a4d`](https://github.com/nodejs/node-gyp/commit/818d854a4d)] - Introduce NODEJS_ORG_MIRROR and IOJS_ORG_MIRROR (Rod Vagg) [#878](https://github.com/nodejs/node-gyp/pull/878) +* [[`d1e4cc4b62`](https://github.com/nodejs/node-gyp/commit/d1e4cc4b62)] - **(SEMVER-MINOR)** Download headers tarball for ~0.12.10 || ~0.10.42 (Rod Vagg) [#877](https://github.com/nodejs/node-gyp/pull/877) +* [[`6e28ad1bea`](https://github.com/nodejs/node-gyp/commit/6e28ad1bea)] - Allow for npmlog@2.x (Rebecca Turner) [#861](https://github.com/nodejs/node-gyp/pull/861) +* [[`07371e5812`](https://github.com/nodejs/node-gyp/commit/07371e5812)] - Use -fPIC for NetBSD. (Marcin Cieślak) [#856](https://github.com/nodejs/node-gyp/pull/856) +* [[`8c4b0ffa50`](https://github.com/nodejs/node-gyp/commit/8c4b0ffa50)] - **(SEMVER-MINOR)** Add --cafile command line option. (Ben Noordhuis) [#837](https://github.com/nodejs/node-gyp/pull/837) +* [[`b3ad43498e`](https://github.com/nodejs/node-gyp/commit/b3ad43498e)] - **(SEMVER-MINOR)** Make download() function testable. (Ben Noordhuis) [#837](https://github.com/nodejs/node-gyp/pull/837) + +## v3.2.1 2015-12-03 + +* [[`ab89b477c4`](https://github.com/nodejs/node-gyp/commit/ab89b477c4)] - Upgrade gyp to b3cef02. (Ben Noordhuis) [#831](https://github.com/nodejs/node-gyp/pull/831) +* [[`90078ecb17`](https://github.com/nodejs/node-gyp/commit/90078ecb17)] - Define WIN32_LEAN_AND_MEAN conditionally. (Ben Noordhuis) [#824](https://github.com/nodejs/node-gyp/pull/824) + +## v3.2.0 2015-11-25 + +* [[`268f1ca4c7`](https://github.com/nodejs/node-gyp/commit/268f1ca4c7)] - Use result of `which` when searching for python. (Refael Ackermann) [#668](https://github.com/nodejs/node-gyp/pull/668) +* [[`817ed9bd78`](https://github.com/nodejs/node-gyp/commit/817ed9bd78)] - Add test for python executable search logic. (Ben Noordhuis) [#756](https://github.com/nodejs/node-gyp/pull/756) +* [[`0e2dfda1f3`](https://github.com/nodejs/node-gyp/commit/0e2dfda1f3)] - Fix test/test-options when run through `npm test`. (Ben Noordhuis) [#755](https://github.com/nodejs/node-gyp/pull/755) +* [[`9bfa0876b4`](https://github.com/nodejs/node-gyp/commit/9bfa0876b4)] - Add support for AIX (Michael Dawson) [#753](https://github.com/nodejs/node-gyp/pull/753) +* [[`a8d441a0a2`](https://github.com/nodejs/node-gyp/commit/a8d441a0a2)] - Update README for Windows 10 support. (Jason Williams) [#766](https://github.com/nodejs/node-gyp/pull/766) +* [[`d1d6015276`](https://github.com/nodejs/node-gyp/commit/d1d6015276)] - Update broken links and switch to HTTPS. (andrew morton) + +## v3.1.0 2015-11-14 + +* [[`9049241f91`](https://github.com/nodejs/node-gyp/commit/9049241f91)] - **gyp**: don't use links at all, just copy the files instead (Nathan Zadoks) +* [[`8ef90348d1`](https://github.com/nodejs/node-gyp/commit/8ef90348d1)] - **gyp**: apply https://codereview.chromium.org/11361103/ (Nathan Rajlich) +* [[`a2ed0df84e`](https://github.com/nodejs/node-gyp/commit/a2ed0df84e)] - **gyp**: always install into $PRODUCT_DIR (Nathan Rajlich) +* [[`cc8b2fa83e`](https://github.com/nodejs/node-gyp/commit/cc8b2fa83e)] - Update gyp to b3cef02. (Imran Iqbal) [#781](https://github.com/nodejs/node-gyp/pull/781) +* [[`f5d86eb84e`](https://github.com/nodejs/node-gyp/commit/f5d86eb84e)] - Update to tar@2.0.0. (Edgar Muentes) [#797](https://github.com/nodejs/node-gyp/pull/797) +* [[`2ac7de02c4`](https://github.com/nodejs/node-gyp/commit/2ac7de02c4)] - Fix infinite loop with zero-length options. (Ben Noordhuis) [#745](https://github.com/nodejs/node-gyp/pull/745) +* [[`101bed639b`](https://github.com/nodejs/node-gyp/commit/101bed639b)] - This platform value came from debian package, and now the value (Jérémy Lal) [#738](https://github.com/nodejs/node-gyp/pull/738) + +## v3.0.3 2015-09-14 + +* [[`ad827cda30`](https://github.com/nodejs/node-gyp/commit/ad827cda30)] - tarballUrl global and && when checking for iojs (Lars-Magnus Skog) [#729](https://github.com/nodejs/node-gyp/pull/729) + +## v3.0.2 2015-09-12 + +* [[`6e8c3bf3c6`](https://github.com/nodejs/node-gyp/commit/6e8c3bf3c6)] - add back support for passing additional cmdline args (Rod Vagg) [#723](https://github.com/nodejs/node-gyp/pull/723) +* [[`ff82f2f3b9`](https://github.com/nodejs/node-gyp/commit/ff82f2f3b9)] - fixed broken link in docs to Visual Studio 2013 download (simon-p-r) [#722](https://github.com/nodejs/node-gyp/pull/722) + +## v3.0.1 2015-09-08 + +* [[`846337e36b`](https://github.com/nodejs/node-gyp/commit/846337e36b)] - normalise versions for target == this comparison (Rod Vagg) [#716](https://github.com/nodejs/node-gyp/pull/716) + +## v3.0.0 2015-09-08 + +* [[`9720d0373c`](https://github.com/nodejs/node-gyp/commit/9720d0373c)] - remove node_modules from tree (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) +* [[`6dcf220db7`](https://github.com/nodejs/node-gyp/commit/6dcf220db7)] - test version major directly, don't use semver.satisfies() (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) +* [[`938dd18d1c`](https://github.com/nodejs/node-gyp/commit/938dd18d1c)] - refactor for clarity, fix dist-url, add env var dist-url functionality (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) +* [[`9e9df66a06`](https://github.com/nodejs/node-gyp/commit/9e9df66a06)] - use process.release, make aware of io.js & node v4 differences (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) +* [[`1ea7ed01f4`](https://github.com/nodejs/node-gyp/commit/1ea7ed01f4)] - **deps**: update graceful-fs dependency to the latest (Sakthipriyan Vairamani) [#714](https://github.com/nodejs/node-gyp/pull/714) +* [[`0fbc387b35`](https://github.com/nodejs/node-gyp/commit/0fbc387b35)] - Update repository URLs. (Ben Noordhuis) [#715](https://github.com/nodejs/node-gyp/pull/715) +* [[`bbedb8868b`](https://github.com/nodejs/node-gyp/commit/bbedb8868b)] - **(SEMVER-MAJOR)** **win**: enable delay-load hook by default (Jeremiah Senkpiel) [#708](https://github.com/nodejs/node-gyp/pull/708) +* [[`85ed107565`](https://github.com/nodejs/node-gyp/commit/85ed107565)] - Merge pull request #664 from othiym23/othiym23/allow-semver-5 (Nathan Rajlich) +* [[`0c720d234c`](https://github.com/nodejs/node-gyp/commit/0c720d234c)] - allow semver@5 (Forrest L Norvell) + +## 2.0.2 / 2015-07-14 + + * Use HTTPS for dist url (#656, @SonicHedgehog) + * Merge pull request #648 from nevosegal/master + * Merge pull request #650 from magic890/patch-1 + * Updated Installation section on README + * Updated link to gyp user documentation + * Fix download error message spelling (#643, @tomxtobin) + * Merge pull request #637 from lygstate/master + * Set NODE_GYP_DIR for addon.gypi to setting absolute path for + src/win_delay_load_hook.c, and fixes of the long relative path issue on Win32. + Fixes #636 (#637, @lygstate). + +## 2.0.1 / 2015-05-28 + + * configure: try/catch the semver range.test() call + * README: update for visual studio 2013 (#510, @samccone) + +## 2.0.0 / 2015-05-24 + + * configure: check for python2 executable by default, fallback to python + * configure: don't clobber existing $PYTHONPATH + * configure: use "path-array" for PYTHONPATH + * gyp: fix for non-acsii userprofile name on Windows + * gyp: always install into $PRODUCT_DIR + * gyp: apply https://codereview.chromium.org/11361103/ + * gyp: don't use links at all, just copy the files instead + * gyp: update gyp to e1c8fcf7 + * Updated README.md with updated Windows build info + * Show URL when a download fails + * package: add a "license" field + * move HMODULE m declaration to top + * Only add "-undefined dynamic_lookup" to loadable_module targets + * win: optionally allow node.exe/iojs.exe to be renamed + * Avoid downloading shasums if using tarPath + * Add target name preprocessor define: `NODE_GYP_MODULE_NAME` + * Show better error message in case of bad network settings diff --git a/node_modules/node-gyp/CONTRIBUTING.md b/node_modules/node-gyp/CONTRIBUTING.md new file mode 100644 index 0000000..c1c50ea --- /dev/null +++ b/node_modules/node-gyp/CONTRIBUTING.md @@ -0,0 +1,34 @@ +# Contributing to node-gyp + +## Code of Conduct + +Please read the +[Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md) +which explains the minimum behavior expectations for node-gyp contributors. + + +## Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +* (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +* (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +* (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +* (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. diff --git a/node_modules/node-gyp/LICENSE b/node_modules/node-gyp/LICENSE new file mode 100644 index 0000000..2ea4dc5 --- /dev/null +++ b/node_modules/node-gyp/LICENSE @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2012 Nathan Rajlich + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/node-gyp/README.md b/node_modules/node-gyp/README.md new file mode 100644 index 0000000..71eea0a --- /dev/null +++ b/node_modules/node-gyp/README.md @@ -0,0 +1,256 @@ +# `node-gyp` - Node.js native addon build tool + +[![Build Status](https://github.com/nodejs/node-gyp/workflows/Tests/badge.svg?branch=master)](https://github.com/nodejs/node-gyp/actions?query=workflow%3ATests+branch%3Amaster) +![npm](https://img.shields.io/npm/dm/node-gyp) + +`node-gyp` is a cross-platform command-line tool written in Node.js for +compiling native addon modules for Node.js. It contains a vendored copy of the +[gyp-next](https://github.com/nodejs/gyp-next) project that was previously used +by the Chromium team, extended to support the development of Node.js native addons. + +Note that `node-gyp` is _not_ used to build Node.js itself. + +Multiple target versions of Node.js are supported (i.e. `0.8`, ..., `4`, `5`, `6`, +etc.), regardless of what version of Node.js is actually installed on your system +(`node-gyp` downloads the necessary development files or headers for the target version). + +## Features + + * The same build commands work on any of the supported platforms + * Supports the targeting of different versions of Node.js + +## Installation + +You can install `node-gyp` using `npm`: + +``` bash +npm install -g node-gyp +``` + +Depending on your operating system, you will need to install: + +### On Unix + + * Python v3.6, v3.7, v3.8, or v3.9 + * `make` + * A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org) + +### On macOS + +**ATTENTION**: If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md). + + * Python v3.6, v3.7, v3.8, or v3.9 + * [Xcode](https://developer.apple.com/xcode/download/) + * You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`. + +### On Windows + +Install the current version of Python from the [Microsoft Store package](https://docs.python.org/3/using/windows.html#the-microsoft-store-package). + +Install tools and configuration manually: + * Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) + (using "Visual C++ build tools" workload) or [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community) + (using the "Desktop development with C++" workload) + * Launch cmd, `npm config set msvs_version 2017` + + If the above steps didn't work for you, please visit [Microsoft's Node.js Guidelines for Windows](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules) for additional tips. + + To target native ARM64 Node.js on Windows 10 on ARM, add the components "Visual C++ compilers and libraries for ARM64" and "Visual C++ ATL for ARM64". + +### Configuring Python Dependency + +`node-gyp` requires that you have installed a compatible version of Python, one of: v3.6, v3.7, +v3.8, or v3.9. If you have multiple Python versions installed, you can identify which Python +version `node-gyp` should use in one of the following ways: + +1. by setting the `--python` command-line option, e.g.: + +``` bash +node-gyp --python /path/to/executable/python +``` + +2. If `node-gyp` is called by way of `npm`, *and* you have multiple versions of +Python installed, then you can set `npm`'s 'python' config key to the appropriate +value: + +``` bash +npm config set python /path/to/executable/python +``` + +3. If the `PYTHON` environment variable is set to the path of a Python executable, +then that version will be used, if it is a compatible version. + +4. If the `NODE_GYP_FORCE_PYTHON` environment variable is set to the path of a +Python executable, it will be used instead of any of the other configured or +builtin Python search paths. If it's not a compatible version, no further +searching will be done. + +### Build for Third Party Node.js Runtimes + +When building modules for thid party Node.js runtimes like Electron, which have +different build configurations from the official Node.js distribution, you +should use `--dist-url` or `--nodedir` flags to specify the headers of the +runtime to build for. + +Also when `--dist-url` or `--nodedir` flags are passed, node-gyp will use the +`config.gypi` shipped in the headers distribution to generate build +configurations, which is different from the default mode that would use the +`process.config` object of the running Node.js instance. + +Some old versions of Electron shipped malformed `config.gypi` in their headers +distributions, and you might need to pass `--force-process-config` to node-gyp +to work around configuration errors. + +## How to Use + +To compile your native addon, first go to its root directory: + +``` bash +cd my_node_addon +``` + +The next step is to generate the appropriate project build files for the current +platform. Use `configure` for that: + +``` bash +node-gyp configure +``` + +Auto-detection fails for Visual C++ Build Tools 2015, so `--msvs_version=2015` +needs to be added (not needed when run by npm as configured above): +``` bash +node-gyp configure --msvs_version=2015 +``` + +__Note__: The `configure` step looks for a `binding.gyp` file in the current +directory to process. See below for instructions on creating a `binding.gyp` file. + +Now you will have either a `Makefile` (on Unix platforms) or a `vcxproj` file +(on Windows) in the `build/` directory. Next, invoke the `build` command: + +``` bash +node-gyp build +``` + +Now you have your compiled `.node` bindings file! The compiled bindings end up +in `build/Debug/` or `build/Release/`, depending on the build mode. At this point, +you can require the `.node` file with Node.js and run your tests! + +__Note:__ To create a _Debug_ build of the bindings file, pass the `--debug` (or +`-d`) switch when running either the `configure`, `build` or `rebuild` commands. + +## The `binding.gyp` file + +A `binding.gyp` file describes the configuration to build your module, in a +JSON-like format. This file gets placed in the root of your package, alongside +`package.json`. + +A barebones `gyp` file appropriate for building a Node.js addon could look like: + +```python +{ + "targets": [ + { + "target_name": "binding", + "sources": [ "src/binding.cc" ] + } + ] +} +``` + +## Further reading + +The **[docs](./docs/)** directory contains additional documentation on specific node-gyp topics that may be useful if you are experiencing problems installing or building addons using node-gyp. + +Some additional resources for Node.js native addons and writing `gyp` configuration files: + + * ["Going Native" a nodeschool.io tutorial](http://nodeschool.io/#goingnative) + * ["Hello World" node addon example](https://github.com/nodejs/node/tree/master/test/addons/hello-world) + * [gyp user documentation](https://gyp.gsrc.io/docs/UserDocumentation.md) + * [gyp input format reference](https://gyp.gsrc.io/docs/InputFormatReference.md) + * [*"binding.gyp" files out in the wild* wiki page](./docs/binding.gyp-files-in-the-wild.md) + +## Commands + +`node-gyp` responds to the following commands: + +| **Command** | **Description** +|:--------------|:--------------------------------------------------------------- +| `help` | Shows the help dialog +| `build` | Invokes `make`/`msbuild.exe` and builds the native addon +| `clean` | Removes the `build` directory if it exists +| `configure` | Generates project build files for the current platform +| `rebuild` | Runs `clean`, `configure` and `build` all in a row +| `install` | Installs Node.js header files for the given version +| `list` | Lists the currently installed Node.js header versions +| `remove` | Removes the Node.js header files for the given version + + +## Command Options + +`node-gyp` accepts the following command options: + +| **Command** | **Description** +|:----------------------------------|:------------------------------------------ +| `-j n`, `--jobs n` | Run `make` in parallel. The value `max` will use all available CPU cores +| `--target=v6.2.1` | Node.js version to build for (default is `process.version`) +| `--silly`, `--loglevel=silly` | Log all progress to console +| `--verbose`, `--loglevel=verbose` | Log most progress to console +| `--silent`, `--loglevel=silent` | Don't log anything to console +| `debug`, `--debug` | Make Debug build (default is `Release`) +| `--release`, `--no-debug` | Make Release build +| `-C $dir`, `--directory=$dir` | Run command in different directory +| `--make=$make` | Override `make` command (e.g. `gmake`) +| `--thin=yes` | Enable thin static libraries +| `--arch=$arch` | Set target architecture (e.g. ia32) +| `--tarball=$path` | Get headers from a local tarball +| `--devdir=$path` | SDK download directory (default is OS cache directory) +| `--ensure` | Don't reinstall headers if already present +| `--dist-url=$url` | Download header tarball from custom URL +| `--proxy=$url` | Set HTTP(S) proxy for downloading header tarball +| `--noproxy=$urls` | Set urls to ignore proxies when downloading header tarball +| `--cafile=$cafile` | Override default CA chain (to download tarball) +| `--nodedir=$path` | Set the path to the node source code +| `--python=$path` | Set path to the Python binary +| `--msvs_version=$version` | Set Visual Studio version (Windows only) +| `--solution=$solution` | Set Visual Studio Solution version (Windows only) +| `--force-process-config` | Force using runtime's `process.config` object to generate `config.gypi` file + +## Configuration + +### Environment variables + +Use the form `npm_config_OPTION_NAME` for any of the command options listed +above (dashes in option names should be replaced by underscores). + +For example, to set `devdir` equal to `/tmp/.gyp`, you would: + +Run this on Unix: + +```bash +export npm_config_devdir=/tmp/.gyp +``` + +Or this on Windows: + +```console +set npm_config_devdir=c:\temp\.gyp +``` + +### `npm` configuration + +Use the form `OPTION_NAME` for any of the command options listed above. + +For example, to set `devdir` equal to `/tmp/.gyp`, you would run: + +```bash +npm config set [--global] devdir /tmp/.gyp +``` + +**Note:** Configuration set via `npm` will only be used when `node-gyp` +is run via `npm`, not when `node-gyp` is run directly. + +## License + +`node-gyp` is available under the MIT license. See the [LICENSE +file](LICENSE) for details. diff --git a/node_modules/node-gyp/addon.gypi b/node_modules/node-gyp/addon.gypi new file mode 100644 index 0000000..9327b0d --- /dev/null +++ b/node_modules/node-gyp/addon.gypi @@ -0,0 +1,185 @@ +{ + 'variables' : { + 'node_engine_include_dir%': 'deps/v8/include', + 'node_host_binary%': 'node', + 'node_with_ltcg%': 'true', + }, + 'target_defaults': { + 'type': 'loadable_module', + 'win_delay_load_hook': 'true', + 'product_prefix': '', + + 'conditions': [ + [ 'node_engine=="chakracore"', { + 'variables': { + 'node_engine_include_dir%': 'deps/chakrashim/include' + }, + }] + ], + + 'include_dirs': [ + '<(node_root_dir)/include/node', + '<(node_root_dir)/src', + '<(node_root_dir)/deps/openssl/config', + '<(node_root_dir)/deps/openssl/openssl/include', + '<(node_root_dir)/deps/uv/include', + '<(node_root_dir)/deps/zlib', + '<(node_root_dir)/<(node_engine_include_dir)' + ], + 'defines!': [ + 'BUILDING_UV_SHARED=1', # Inherited from common.gypi. + 'BUILDING_V8_SHARED=1', # Inherited from common.gypi. + ], + 'defines': [ + 'NODE_GYP_MODULE_NAME=>(_target_name)', + 'USING_UV_SHARED=1', + 'USING_V8_SHARED=1', + # Warn when using deprecated V8 APIs. + 'V8_DEPRECATION_WARNINGS=1' + ], + + 'target_conditions': [ + ['_type=="loadable_module"', { + 'product_extension': 'node', + 'defines': [ + 'BUILDING_NODE_EXTENSION' + ], + 'xcode_settings': { + 'OTHER_LDFLAGS': [ + '-undefined dynamic_lookup' + ], + }, + }], + + ['_type=="static_library"', { + # set to `1` to *disable* the -T thin archive 'ld' flag. + # older linkers don't support this flag. + 'standalone_static_library': '<(standalone_static_library)' + }], + + ['_type!="executable"', { + 'conditions': [ + [ 'OS=="android"', { + 'cflags!': [ '-fPIE' ], + }] + ] + }], + + ['_win_delay_load_hook=="true"', { + # If the addon specifies `'win_delay_load_hook': 'true'` in its + # binding.gyp, link a delay-load hook into the DLL. This hook ensures + # that the addon will work regardless of whether the node/iojs binary + # is named node.exe, iojs.exe, or something else. + 'conditions': [ + [ 'OS=="win"', { + 'defines': [ 'HOST_BINARY=\"<(node_host_binary)<(EXECUTABLE_SUFFIX)\"', ], + 'sources': [ + '<(node_gyp_dir)/src/win_delay_load_hook.cc', + ], + 'msvs_settings': { + 'VCLinkerTool': { + 'DelayLoadDLLs': [ '<(node_host_binary)<(EXECUTABLE_SUFFIX)' ], + # Don't print a linker warning when no imports from either .exe + # are used. + 'AdditionalOptions': [ '/ignore:4199' ], + }, + }, + }], + ], + }], + ], + + 'conditions': [ + [ 'OS=="mac"', { + 'defines': [ + '_DARWIN_USE_64_BIT_INODE=1' + ], + 'xcode_settings': { + 'DYLIB_INSTALL_NAME_BASE': '@rpath' + }, + }], + [ 'OS=="aix"', { + 'ldflags': [ + '-Wl,-bimport:<(node_exp_file)' + ], + }], + [ 'OS=="zos"', { + 'cflags': [ + '-q64', + '-Wc,DLL', + '-qlonglong', + '-qenum=int', + '-qxclang=-fexec-charset=ISO8859-1' + ], + 'defines': [ + '_ALL_SOURCE=1', + 'MAP_FAILED=-1', + '_UNIX03_SOURCE=1' + ], + 'ldflags': [ + '-q64', + '<(node_exp_file)' + ], + }], + [ 'OS=="win"', { + 'conditions': [ + ['node_engine=="chakracore"', { + 'library_dirs': [ '<(node_root_dir)/$(ConfigurationName)' ], + 'libraries': [ '<@(node_engine_libs)' ], + }], + ['node_with_ltcg=="true"', { + 'msvs_settings': { + 'VCCLCompilerTool': { + 'WholeProgramOptimization': 'true' # /GL, whole program optimization, needed for LTCG + }, + 'VCLibrarianTool': { + 'AdditionalOptions': [ + '/LTCG:INCREMENTAL', # incremental link-time code generation + ] + }, + 'VCLinkerTool': { + 'OptimizeReferences': 2, # /OPT:REF + 'EnableCOMDATFolding': 2, # /OPT:ICF + 'LinkIncremental': 1, # disable incremental linking + 'AdditionalOptions': [ + '/LTCG:INCREMENTAL', # incremental link-time code generation + ] + } + } + }] + ], + 'libraries': [ + '-lkernel32.lib', + '-luser32.lib', + '-lgdi32.lib', + '-lwinspool.lib', + '-lcomdlg32.lib', + '-ladvapi32.lib', + '-lshell32.lib', + '-lole32.lib', + '-loleaut32.lib', + '-luuid.lib', + '-lodbc32.lib', + '-lDelayImp.lib', + '-l"<(node_lib_file)"' + ], + 'msvs_disabled_warnings': [ + # warning C4251: 'node::ObjectWrap::handle_' : class 'v8::Persistent' + # needs to have dll-interface to be used by + # clients of class 'node::ObjectWrap' + 4251 + ], + }, { + # OS!="win" + 'defines': [ + '_LARGEFILE_SOURCE', + '_FILE_OFFSET_BITS=64' + ], + }], + [ 'OS in "freebsd openbsd netbsd solaris android" or \ + (OS=="linux" and target_arch!="ia32")', { + 'cflags': [ '-fPIC' ], + }], + ] + } +} diff --git a/node_modules/node-gyp/bin/node-gyp.js b/node_modules/node-gyp/bin/node-gyp.js new file mode 100644 index 0000000..8652ea2 --- /dev/null +++ b/node_modules/node-gyp/bin/node-gyp.js @@ -0,0 +1,140 @@ +#!/usr/bin/env node + +'use strict' + +process.title = 'node-gyp' + +const envPaths = require('env-paths') +const gyp = require('../') +const log = require('npmlog') +const os = require('os') + +/** + * Process and execute the selected commands. + */ + +const prog = gyp() +var completed = false +prog.parseArgv(process.argv) +prog.devDir = prog.opts.devdir + +var homeDir = os.homedir() +if (prog.devDir) { + prog.devDir = prog.devDir.replace(/^~/, homeDir) +} else if (homeDir) { + prog.devDir = envPaths('node-gyp', { suffix: '' }).cache +} else { + throw new Error( + "node-gyp requires that the user's home directory is specified " + + 'in either of the environmental variables HOME or USERPROFILE. ' + + 'Overide with: --devdir /path/to/.node-gyp') +} + +if (prog.todo.length === 0) { + if (~process.argv.indexOf('-v') || ~process.argv.indexOf('--version')) { + console.log('v%s', prog.version) + } else { + console.log('%s', prog.usage()) + } + process.exit(0) +} + +log.info('it worked if it ends with', 'ok') +log.verbose('cli', process.argv) +log.info('using', 'node-gyp@%s', prog.version) +log.info('using', 'node@%s | %s | %s', process.versions.node, process.platform, process.arch) + +/** + * Change dir if -C/--directory was passed. + */ + +var dir = prog.opts.directory +if (dir) { + var fs = require('fs') + try { + var stat = fs.statSync(dir) + if (stat.isDirectory()) { + log.info('chdir', dir) + process.chdir(dir) + } else { + log.warn('chdir', dir + ' is not a directory') + } + } catch (e) { + if (e.code === 'ENOENT') { + log.warn('chdir', dir + ' is not a directory') + } else { + log.warn('chdir', 'error during chdir() "%s"', e.message) + } + } +} + +function run () { + var command = prog.todo.shift() + if (!command) { + // done! + completed = true + log.info('ok') + return + } + + prog.commands[command.name](command.args, function (err) { + if (err) { + log.error(command.name + ' error') + log.error('stack', err.stack) + errorMessage() + log.error('not ok') + return process.exit(1) + } + if (command.name === 'list') { + var versions = arguments[1] + if (versions.length > 0) { + versions.forEach(function (version) { + console.log(version) + }) + } else { + console.log('No node development files installed. Use `node-gyp install` to install a version.') + } + } else if (arguments.length >= 2) { + console.log.apply(console, [].slice.call(arguments, 1)) + } + + // now run the next command in the queue + process.nextTick(run) + }) +} + +process.on('exit', function (code) { + if (!completed && !code) { + log.error('Completion callback never invoked!') + issueMessage() + process.exit(6) + } +}) + +process.on('uncaughtException', function (err) { + log.error('UNCAUGHT EXCEPTION') + log.error('stack', err.stack) + issueMessage() + process.exit(7) +}) + +function errorMessage () { + // copied from npm's lib/utils/error-handler.js + var os = require('os') + log.error('System', os.type() + ' ' + os.release()) + log.error('command', process.argv + .map(JSON.stringify).join(' ')) + log.error('cwd', process.cwd()) + log.error('node -v', process.version) + log.error('node-gyp -v', 'v' + prog.package.version) +} + +function issueMessage () { + errorMessage() + log.error('', ['Node-gyp failed to build your package.', + 'Try to update npm and/or node-gyp and if it does not help file an issue with the package author.' + ].join('\n')) +} + +// start running the given commands! +run() diff --git a/node_modules/node-gyp/docs/Common-issues.md b/node_modules/node-gyp/docs/Common-issues.md new file mode 100644 index 0000000..ae05fe3 --- /dev/null +++ b/node_modules/node-gyp/docs/Common-issues.md @@ -0,0 +1,14 @@ +## Python Issues OSX + +Make sure you are using the native Python version in OSX. If you use a MacPorts of HomeBrew version, you may run into problems. + +If you have issues with `execvp`, be sure to check your `$PYTHON` environment variable. If it is not set to the native version, unset it and try again. + +Notes: https://gist.github.com/erichocean/5177582 + +## npm ERR! `node-gyp rebuild`(Windows) +* just install the build tools from [here](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) +Please note the version as is required in below command e.g **2017** +* Launch cmd, run `npm config set msvs_version 2017` +* close and open new CMD/terminal and all is well :100: + diff --git a/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md b/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md new file mode 100644 index 0000000..c1e1158 --- /dev/null +++ b/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md @@ -0,0 +1,94 @@ +When using `node-gyp` you might see an error like this when attempting to compile/install a node.js native addon: + +``` +$ npm install bcrypt +npm http GET https://registry.npmjs.org/bcrypt/0.7.5 +npm http 304 https://registry.npmjs.org/bcrypt/0.7.5 +npm http GET https://registry.npmjs.org/bindings/1.0.0 +npm http 304 https://registry.npmjs.org/bindings/1.0.0 + +> bcrypt@0.7.5 install /home/ubuntu/public/song-swap/node_modules/bcrypt +> node-gyp rebuild + +gyp ERR! configure error +gyp ERR! stack Error: "pre" versions of node cannot be installed, use the --nodedir flag instead +gyp ERR! stack at install (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:69:16) +gyp ERR! stack at Object.self.commands.(anonymous function) [as install] (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js:56:37) +gyp ERR! stack at getNodeDir (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:219:20) +gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:105:9 +gyp ERR! stack at ChildProcess.exithandler (child_process.js:630:7) +gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:99:17) +gyp ERR! stack at maybeClose (child_process.js:730:16) +gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:5) +gyp ERR! System Linux 3.5.0-21-generic +gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" +gyp ERR! cwd /home/ubuntu/public/song-swap/node_modules/bcrypt +gyp ERR! node -v v0.11.2-pre +gyp ERR! node-gyp -v v0.9.5 +gyp ERR! not ok +npm ERR! bcrypt@0.7.5 install: `node-gyp rebuild` +npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1 +npm ERR! +npm ERR! Failed at the bcrypt@0.7.5 install script. +npm ERR! This is most likely a problem with the bcrypt package, +npm ERR! not with npm itself. +npm ERR! Tell the author that this fails on your system: +npm ERR! node-gyp rebuild +npm ERR! You can get their info via: +npm ERR! npm owner ls bcrypt +npm ERR! There is likely additional logging output above. + +npm ERR! System Linux 3.5.0-21-generic +npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "bcrypt" +npm ERR! cwd /home/ubuntu/public/song-swap +npm ERR! node -v v0.11.2-pre +npm ERR! npm -v 1.2.18 +npm ERR! code ELIFECYCLE +npm ERR! +npm ERR! Additional logging details can be found in: +npm ERR! /home/ubuntu/public/song-swap/npm-debug.log +npm ERR! not ok code 0 +``` + +The main error here is: + +``` +Error: "pre" versions of node cannot be installed, use the --nodedir flag instead +``` + +This error is caused when you attempt to compile a native addon using a version of node.js with `-pre` at the end of the version number: + +``` bash +$ node -v +v0.10.4-pre +``` + +## How to avoid (the short answer) + +To avoid this error completely just use a stable release of node.js. i.e. `v0.10.4`, and __not__ `v0.10.4-pre`. + +## How to fix (the long answer) + +This error happens because `node-gyp` does not know what header files were used to compile your "pre" version of node, and therefore it needs you to specify the node source code directory path using the `--nodedir` flag. + +For example, if I compiled my development ("pre") version of node.js using the source code in `/Users/nrajlich/node`, then I could invoke `node-gyp` like: + +``` bash +$ node-gyp rebuild --nodedir=/Users/nrajlich/node +``` + +Or install an native addon through `npm` like: + +``` bash +$ npm install bcrypt --nodedir=/Users/nrajlich/node +``` + +### Always use `--nodedir` + +__Note:__ This is for advanced users who use `-pre` versions of node more often than tagged releases. + +If you're invoking `node-gyp` through `npm`, then you can leverage `npm`'s configuration system and not have to specify the `--nodedir` flag all the time: + +``` bash +$ npm config set nodedir /Users/nrajlich/node +``` \ No newline at end of file diff --git a/node_modules/node-gyp/docs/Home.md b/node_modules/node-gyp/docs/Home.md new file mode 100644 index 0000000..fe09986 --- /dev/null +++ b/node_modules/node-gyp/docs/Home.md @@ -0,0 +1,7 @@ +Welcome to the node-gyp wiki! + + * [["binding.gyp" files out in the wild]] + * [[Linking to OpenSSL]] + * [[Common Issues]] + * [[Updating npm's bundled node-gyp]] + * [[Error: "pre" versions of node cannot be installed]] diff --git a/node_modules/node-gyp/docs/Linking-to-OpenSSL.md b/node_modules/node-gyp/docs/Linking-to-OpenSSL.md new file mode 100644 index 0000000..ec80929 --- /dev/null +++ b/node_modules/node-gyp/docs/Linking-to-OpenSSL.md @@ -0,0 +1,86 @@ +A handful of native addons require linking to OpenSSL in one way or another. This introduces a small challenge since node will sometimes bundle OpenSSL statically (the default for node >= v0.8.x), or sometimes dynamically link to the system OpenSSL (default for node <= v0.6.x). + +Good native addons should account for both scenarios. It's recommended that you use the `binding.gyp` file provided below as a starting-point for any addon that needs to use OpenSSL: + +``` python +{ + 'variables': { + # node v0.6.x doesn't give us its build variables, + # but on Unix it was only possible to use the system OpenSSL library, + # so default the variable to "true", v0.8.x node and up will overwrite it. + 'node_shared_openssl%': 'true' + }, + 'targets': [ + { + 'target_name': 'binding', + 'sources': [ + 'src/binding.cc' + ], + 'conditions': [ + ['node_shared_openssl=="false"', { + # so when "node_shared_openssl" is "false", then OpenSSL has been + # bundled into the node executable. So we need to include the same + # header files that were used when building node. + 'include_dirs': [ + '<(node_root_dir)/deps/openssl/openssl/include' + ], + "conditions" : [ + ["target_arch=='ia32'", { + "include_dirs": [ "<(node_root_dir)/deps/openssl/config/piii" ] + }], + ["target_arch=='x64'", { + "include_dirs": [ "<(node_root_dir)/deps/openssl/config/k8" ] + }], + ["target_arch=='arm'", { + "include_dirs": [ "<(node_root_dir)/deps/openssl/config/arm" ] + }] + ] + }] + ] + } + ] +} +``` + +This ensures that when OpenSSL is statically linked into `node` then, the bundled OpenSSL headers are included, but when the system OpenSSL is in use, then only those headers will be used. + +## Windows? + +As you can see this baseline `binding.gyp` file only accounts for the Unix scenario. Currently on Windows the situation is a little less ideal. On Windows, OpenSSL is _always_ statically compiled into the `node` executable, so ideally it would be possible to use that copy of OpenSSL when building native addons. + +Unfortunately it doesn't seem like that is possible at the moment, as there would need to be tweaks made to the generated `node.lib` file to include the openssl glue functions, or a new `openssl.lib` file would need to be created during the node build. I'm not sure which is the easiest/most feasible. + +In the meantime, one possible solution is using another copy of OpenSSL, which is what [`node-bcrypt`](https://github.com/ncb000gt/node.bcrypt.js) currently does. Adding something like this to your `binding.gyp` file's `"conditions"` block would enable this: + +``` python + [ 'OS=="win"', { + 'conditions': [ + # "openssl_root" is the directory on Windows of the OpenSSL files. + # Check the "target_arch" variable to set good default values for + # both 64-bit and 32-bit builds of the module. + ['target_arch=="x64"', { + 'variables': { + 'openssl_root%': 'C:/OpenSSL-Win64' + }, + }, { + 'variables': { + 'openssl_root%': 'C:/OpenSSL-Win32' + }, + }], + ], + 'libraries': [ + '-l<(openssl_root)/lib/libeay32.lib', + ], + 'include_dirs': [ + '<(openssl_root)/include', + ], + }] +``` + +Now you can direct your users to install OpenSSL on Windows from here (be sure to tell them to install the 64-bit version if they're compiling against a 64-bit version of node): http://slproweb.com/products/Win32OpenSSL.html + +Also note that both `node-gyp` and `npm` allow you to overwrite that default `openssl_root` variable on the command line: + +``` bash +$ node-gyp rebuild --openssl-root="C:\Users\Nathan\Desktop\openssl" +``` \ No newline at end of file diff --git a/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md b/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md new file mode 100644 index 0000000..0777687 --- /dev/null +++ b/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md @@ -0,0 +1,45 @@ +# Updating the npm-bundled version of node-gyp + +[Many issues](https://github.com/nodejs/node-gyp/labels/ERR%21%20node-gyp%20-v%20%3C%3D%20v5.1.0) are opened by users who are +not running a [current version of node-gyp](https://github.com/nodejs/node-gyp/releases). + +`npm` bundles its own, internal, copy of `node-gyp`. This internal copy is independent of any globally installed copy of node-gyp that +may have been installed via `npm install -g node-gyp`. + +Generally, npm's library files are installed inside your global "node_modules", where npm is installed (run `npm prefix` and add `lib/node_modules`, or just `node_modules` for Windows). There are some exceptions to this. Inside this global `node_modules/` there will be an `npm/` directory and inside this you'll find a `node_modules/node-gyp/` directory. So it may look something like `/usr/local/lib/node_modules/npm/node_modules/node-gyp/`. This is the version of node-gyp that ships with npm. + +When you install a _new_ version of node-gyp outside of npm, it'll go into your global node_modules, but not under the `npm/node_modules`. So that may look like `/usr/local/lib/node_modules/node-gyp/`. It'll have the `node-gyp` executable linked into your `PATH` so running `node-gyp` will use this version. + +The catch is that npm won't use this version unless you tell it to, it'll keep on using the one you have installed. You need to instruct it to by setting the `node_gyp` config variable (which goes into your `~/.npmrc`). You do this by running the `npm config set` command as below. Then npm will use the command in the path you supply whenever it needs to build a native addon. + +**Important**: You also need to remember to unset this when you upgrade npm with a newer version of node-gyp, or you have to manually keep your globally installed node-gyp to date. See "Undo" below. + +## Linux and macOS +``` +npm install --global node-gyp@latest +npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js +``` + +`sudo` may be required for the first command if you get a permission error. + +## Windows + +### Windows Command Prompt +``` +npm install --global node-gyp@latest +for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp "%P\node_modules\node-gyp\bin\node-gyp.js" +``` + +### Powershell +``` +npm install --global node-gyp@latest +npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"} +``` + +## Undo +**Beware** if you don't unset the `node_gyp` config option, npm will continue to use the globally installed version of node-gyp rather than the one it ships with, which may end up being newer. + +``` +npm config delete node_gyp +npm uninstall --global node-gyp +``` diff --git a/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md b/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md new file mode 100644 index 0000000..c4603dd --- /dev/null +++ b/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md @@ -0,0 +1,48 @@ +This page contains links to some examples of existing `binding.gyp` files that other node modules are using. Take a look at them for inspiration. + +To add to this page, just add the link to the project's `binding.gyp` file below: + + * [ons](https://github.com/XadillaX/aliyun-ons/blob/master/binding.gyp) + * [thmclrx](https://github.com/XadillaX/thmclrx/blob/master/binding.gyp) + * [libxmljs](https://github.com/polotek/libxmljs/blob/master/binding.gyp) + * [node-buffertools](https://github.com/bnoordhuis/node-buffertools/blob/master/binding.gyp) + * [node-canvas](https://github.com/LearnBoost/node-canvas/blob/master/binding.gyp) + * [node-ffi](https://github.com/rbranson/node-ffi/blob/master/binding.gyp) + [libffi](https://github.com/rbranson/node-ffi/blob/master/deps/libffi/libffi.gyp) + * [node-time](https://github.com/TooTallNate/node-time/blob/master/binding.gyp) + * [node-sass](https://github.com/sass/node-sass/blob/master/binding.gyp) + [libsass](https://github.com/sass/node-sass/blob/master/src/libsass.gyp) + * [node-serialport](https://github.com/voodootikigod/node-serialport/blob/master/binding.gyp) + * [node-weak](https://github.com/TooTallNate/node-weak/blob/master/binding.gyp) + * [pty.js](https://github.com/chjj/pty.js/blob/master/binding.gyp) + * [ref](https://github.com/TooTallNate/ref/blob/master/binding.gyp) + * [appjs](https://github.com/milani/appjs/blob/master/binding.gyp) + * [nwm](https://github.com/mixu/nwm/blob/master/binding.gyp) + * [bcrypt](https://github.com/ncb000gt/node.bcrypt.js/blob/master/binding.gyp) + * [nk-mysql](https://github.com/mmod/nodamysql/blob/master/binding.gyp) + * [nk-xrm-installer](https://github.com/mmod/nk-xrm-installer/blob/master/binding.gyp) + [includable.gypi](https://github.com/mmod/nk-xrm-installer/blob/master/includable.gypi) + [unpack.py](https://github.com/mmod/nk-xrm-installer/blob/master/unpack.py) + [disburse.py](https://github.com/mmod/nk-xrm-installer/blob/master/disburse.py) + .py files above provide complete reference for examples of fetching source via http, extracting, and moving files. + * [node-memwatch](https://github.com/lloyd/node-memwatch/blob/master/binding.gyp) + * [node-ip2location](https://github.com/bolgovr/node-ip2location/blob/master/binding.gyp) + * [node-midi](https://github.com/justinlatimer/node-midi/blob/master/binding.gyp) + * [node-sqlite3](https://github.com/developmentseed/node-sqlite3/blob/master/binding.gyp) + [libsqlite3](https://github.com/developmentseed/node-sqlite3/blob/master/deps/sqlite3.gyp) + * [node-zipfile](https://github.com/mapbox/node-zipfile/blob/master/binding.gyp) + * [node-mapnik](https://github.com/mapnik/node-mapnik/blob/master/binding.gyp) + * [node-inotify](https://github.com/c4milo/node-inotify/blob/master/binding.gyp) + * [v8-profiler](https://github.com/c4milo/v8-profiler/blob/master/binding.gyp) + * [airtunes](https://github.com/radioline/node_airtunes/blob/master/binding.gyp) + * [node-fann](https://github.com/c4milo/node-fann/blob/master/binding.gyp) + * [node-talib](https://github.com/oransel/node-talib/blob/master/binding.gyp) + * [node-leveldown](https://github.com/rvagg/node-leveldown/blob/master/binding.gyp) + [leveldb.gyp](https://github.com/rvagg/node-leveldown/blob/master/deps/leveldb/leveldb.gyp) + [snappy.gyp](https://github.com/rvagg/node-leveldown/blob/master/deps/snappy/snappy.gyp) + * [node-expat](https://github.com/astro/node-expat/blob/master/binding.gyp) + [libexpat](https://github.com/astro/node-expat/blob/master/deps/libexpat/libexpat.gyp) + * [node-openvg-canvas](https://github.com/luismreis/node-openvg-canvas/blob/master/binding.gyp) + [node-openvg](https://github.com/luismreis/node-openvg/blob/master/binding.gyp) + * [node-cryptopp](https://github.com/BatikhSouri/node-cryptopp/blob/master/binding.gyp) + * [topcube](https://github.com/creationix/topcube/blob/master/binding.gyp) + * [node-osmium](https://github.com/osmcode/node-osmium/blob/master/binding.gyp) + * [node-osrm](https://github.com/DennisOSRM/node-osrm) + * [node-oracle](https://github.com/joeferner/node-oracle/blob/master/binding.gyp) + * [node-process-list](https://github.com/ReklatsMasters/node-process-list/blob/master/binding.gyp) + * [node-nanomsg](https://github.com/nickdesaulniers/node-nanomsg/blob/master/binding.gyp) + * [Ghostscript4JS](https://github.com/NickNaso/ghostscript4js/blob/master/binding.gyp) + * [nodecv](https://github.com/xudafeng/nodecv/blob/master/binding.gyp) + * [magick-cli](https://github.com/NickNaso/magick-cli/blob/master/binding.gyp) + * [sharp](https://github.com/lovell/sharp/blob/master/binding.gyp) + * [krb5](https://github.com/adaltas/node-krb5/blob/master/binding.gyp) \ No newline at end of file diff --git a/node_modules/node-gyp/gyp/.flake8 b/node_modules/node-gyp/gyp/.flake8 new file mode 100644 index 0000000..ea0c768 --- /dev/null +++ b/node_modules/node-gyp/gyp/.flake8 @@ -0,0 +1,4 @@ +[flake8] +max-complexity = 101 +max-line-length = 88 +extend-ignore = E203 # whitespace before ':' to agree with psf/black diff --git a/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml b/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml new file mode 100644 index 0000000..92303b6 --- /dev/null +++ b/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml @@ -0,0 +1,30 @@ +# TODO: Enable os: windows-latest +# TODO: Enable pytest --doctest-modules + +name: Python_tests +on: [push, pull_request] +jobs: + Python_tests: + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + max-parallel: 8 + matrix: + os: [macos-latest, ubuntu-latest] # , windows-latest] + python-version: [3.6, 3.7, 3.8, 3.9] + steps: + - uses: actions/checkout@v2 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -r requirements_dev.txt + - name: Lint with flake8 + run: flake8 . --ignore=E203,W503 --max-complexity=101 --max-line-length=88 --show-source --statistics + - name: Test with pytest + run: pytest + # - name: Run doctests with pytest + # run: pytest --doctest-modules diff --git a/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml b/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml new file mode 100644 index 0000000..bd7c85f --- /dev/null +++ b/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml @@ -0,0 +1,42 @@ +name: node-gyp integration + +on: [push, pull_request] + +jobs: + test: + strategy: + fail-fast: false + matrix: + os: [macos-latest, ubuntu-latest, windows-latest] + python: [3.6, 3.9] + + runs-on: ${{ matrix.os }} + steps: + - name: Clone gyp-next + uses: actions/checkout@v2 + with: + path: gyp-next + - name: Clone nodejs/node-gyp + uses: actions/checkout@v2 + with: + repository: nodejs/node-gyp + path: node-gyp + - uses: actions/setup-node@v2 + with: + node-version: 14.x + - uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python }} + - name: Install dependencies + run: | + cd node-gyp + npm install --no-progress + - name: Replace gyp in node-gyp + shell: bash + run: | + rm -rf node-gyp/gyp + cp -r gyp-next node-gyp/gyp + - name: Run tests + run: | + cd node-gyp + npm test diff --git a/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml b/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml new file mode 100644 index 0000000..fffe96e --- /dev/null +++ b/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml @@ -0,0 +1,27 @@ +name: Node.js Windows integration + +on: [push, pull_request] + +jobs: + build-windows: + runs-on: windows-latest + steps: + - name: Clone gyp-next + uses: actions/checkout@v2 + with: + path: gyp-next + - name: Clone nodejs/node + uses: actions/checkout@v2 + with: + repository: nodejs/node + path: node + - name: Install deps + run: choco install nasm + - name: Replace gyp in Node.js + run: | + rm -Recurse node/tools/gyp + cp -Recurse gyp-next node/tools/gyp + - name: Build Node.js + run: | + cd node + ./vcbuild.bat diff --git a/node_modules/node-gyp/gyp/.github/workflows/release-please.yml b/node_modules/node-gyp/gyp/.github/workflows/release-please.yml new file mode 100644 index 0000000..288afdb --- /dev/null +++ b/node_modules/node-gyp/gyp/.github/workflows/release-please.yml @@ -0,0 +1,16 @@ +on: + push: + branches: + - main + +name: release-please +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: GoogleCloudPlatform/release-please-action@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + release-type: python + package-name: gyp-next + bump-minor-pre-major: Yes diff --git a/node_modules/node-gyp/gyp/AUTHORS b/node_modules/node-gyp/gyp/AUTHORS new file mode 100644 index 0000000..f49a357 --- /dev/null +++ b/node_modules/node-gyp/gyp/AUTHORS @@ -0,0 +1,16 @@ +# Names should be added to this file like so: +# Name or Organization + +Google Inc. <*@google.com> +Bloomberg Finance L.P. <*@bloomberg.net> +IBM Inc. <*@*.ibm.com> +Yandex LLC <*@yandex-team.ru> + +Steven Knight +Ryan Norton +David J. Sankel +Eric N. Vander Weele +Tom Freudenberg +Julien Brianceau +Refael Ackermann +Ujjwal Sharma diff --git a/node_modules/node-gyp/gyp/CHANGELOG.md b/node_modules/node-gyp/gyp/CHANGELOG.md new file mode 100644 index 0000000..b7d55ed --- /dev/null +++ b/node_modules/node-gyp/gyp/CHANGELOG.md @@ -0,0 +1,177 @@ +# Changelog + +## [0.10.0](https://www.github.com/nodejs/gyp-next/compare/v0.9.6...v0.10.0) (2021-08-26) + + +### Features + +* **msvs:** add support for Visual Studio 2022 ([#124](https://www.github.com/nodejs/gyp-next/issues/124)) ([4bd9215](https://www.github.com/nodejs/gyp-next/commit/4bd9215c44d300f06e916aec1d6327c22b78272d)) + +### [0.9.6](https://www.github.com/nodejs/gyp-next/compare/v0.9.5...v0.9.6) (2021-08-23) + + +### Bug Fixes + +* align flake8 test ([#122](https://www.github.com/nodejs/gyp-next/issues/122)) ([f1faa8d](https://www.github.com/nodejs/gyp-next/commit/f1faa8d3081e1a47e917ff910892f00dff16cf8a)) +* **msvs:** fix paths again in action command arguments ([#121](https://www.github.com/nodejs/gyp-next/issues/121)) ([7159dfb](https://www.github.com/nodejs/gyp-next/commit/7159dfbc5758c9ec717e215f2c36daf482c846a1)) + +### [0.9.5](https://www.github.com/nodejs/gyp-next/compare/v0.9.4...v0.9.5) (2021-08-18) + + +### Bug Fixes + +* add python 3.6 to node-gyp integration test ([3462d4c](https://www.github.com/nodejs/gyp-next/commit/3462d4ce3c31cce747513dc7ca9760c81d57c60e)) +* revert for windows compatibility ([d078e7d](https://www.github.com/nodejs/gyp-next/commit/d078e7d7ae080ddae243188f6415f940376a7368)) +* support msvs_quote_cmd in ninja generator ([#117](https://www.github.com/nodejs/gyp-next/issues/117)) ([46486ac](https://www.github.com/nodejs/gyp-next/commit/46486ac6e9329529d51061e006a5b39631e46729)) + +### [0.9.4](https://www.github.com/nodejs/gyp-next/compare/v0.9.3...v0.9.4) (2021-08-09) + + +### Bug Fixes + +* .S is an extension for asm file on Windows ([#115](https://www.github.com/nodejs/gyp-next/issues/115)) ([d2fad44](https://www.github.com/nodejs/gyp-next/commit/d2fad44ef3a79ca8900f1307060153ded57053fc)) + +### [0.9.3](https://www.github.com/nodejs/gyp-next/compare/v0.9.2...v0.9.3) (2021-07-07) + + +### Bug Fixes + +* build failure with ninja and Python 3 on Windows ([#113](https://www.github.com/nodejs/gyp-next/issues/113)) ([c172d10](https://www.github.com/nodejs/gyp-next/commit/c172d105deff5db4244e583942215918fa80dd3c)) + +### [0.9.2](https://www.github.com/nodejs/gyp-next/compare/v0.9.1...v0.9.2) (2021-05-21) + + +### Bug Fixes + +* add support of utf8 encoding ([#105](https://www.github.com/nodejs/gyp-next/issues/105)) ([4d0f93c](https://www.github.com/nodejs/gyp-next/commit/4d0f93c249286d1f0c0f665f5fe7346119f98cf1)) + +### [0.9.1](https://www.github.com/nodejs/gyp-next/compare/v0.9.0...v0.9.1) (2021-05-14) + + +### Bug Fixes + +* py lint ([3b6a8ee](https://www.github.com/nodejs/gyp-next/commit/3b6a8ee7a66193a8a6867eba9e1d2b70bdf04402)) + +## [0.9.0](https://www.github.com/nodejs/gyp-next/compare/v0.8.1...v0.9.0) (2021-05-13) + + +### Features + +* use LDFLAGS_host for host toolset ([#98](https://www.github.com/nodejs/gyp-next/issues/98)) ([bea5c7b](https://www.github.com/nodejs/gyp-next/commit/bea5c7bd67d6ad32acbdce79767a5481c70675a2)) + + +### Bug Fixes + +* msvs.py: remove overindentation ([#102](https://www.github.com/nodejs/gyp-next/issues/102)) ([3f83e99](https://www.github.com/nodejs/gyp-next/commit/3f83e99056d004d9579ceb786e06b624ddc36529)) +* update gyp.el to change case to cl-case ([#93](https://www.github.com/nodejs/gyp-next/issues/93)) ([13d5b66](https://www.github.com/nodejs/gyp-next/commit/13d5b66aab35985af9c2fb1174fdc6e1c1407ecc)) + +### [0.8.1](https://www.github.com/nodejs/gyp-next/compare/v0.8.0...v0.8.1) (2021-02-18) + + +### Bug Fixes + +* update shebang lines from python to python3 ([#94](https://www.github.com/nodejs/gyp-next/issues/94)) ([a1b0d41](https://www.github.com/nodejs/gyp-next/commit/a1b0d4171a8049a4ab7a614202063dec332f2df4)) + +## [0.8.0](https://www.github.com/nodejs/gyp-next/compare/v0.7.0...v0.8.0) (2021-01-15) + + +### ⚠ BREAKING CHANGES + +* remove support for Python 2 + +### Bug Fixes + +* revert posix build job ([#86](https://www.github.com/nodejs/gyp-next/issues/86)) ([39dc34f](https://www.github.com/nodejs/gyp-next/commit/39dc34f0799c074624005fb9bbccf6e028607f9d)) + + +### gyp + +* Remove support for Python 2 ([#88](https://www.github.com/nodejs/gyp-next/issues/88)) ([22e4654](https://www.github.com/nodejs/gyp-next/commit/22e465426fd892403c95534229af819a99c3f8dc)) + +## [0.7.0](https://www.github.com/nodejs/gyp-next/compare/v0.6.2...v0.7.0) (2020-12-17) + + +### ⚠ BREAKING CHANGES + +* **msvs:** On Windows, arguments passed to the "action" commands are no longer transformed to replace slashes with backslashes. + +### Features + +* **xcode:** --cross-compiling overrides arch-specific settings ([973bae0](https://www.github.com/nodejs/gyp-next/commit/973bae0b7b08be7b680ecae9565fbd04b3e0787d)) + + +### Bug Fixes + +* **msvs:** do not fix paths in action command arguments ([fc22f83](https://www.github.com/nodejs/gyp-next/commit/fc22f8335e2016da4aae4f4233074bd651d2faea)) +* cmake on python 3 ([fd61f5f](https://www.github.com/nodejs/gyp-next/commit/fd61f5faa5275ec8fc98e3c7868c0dd46f109540)) +* ValueError: invalid mode: 'rU' while trying to load binding.gyp ([d0504e6](https://www.github.com/nodejs/gyp-next/commit/d0504e6700ce48f44957a4d5891b142a60be946f)) +* xcode cmake parsing ([eefe8d1](https://www.github.com/nodejs/gyp-next/commit/eefe8d10e99863bc4ac7e2ed32facd608d400d4b)) + +### [0.6.2](https://www.github.com/nodejs/gyp-next/compare/v0.6.1...v0.6.2) (2020-10-16) + + +### Bug Fixes + +* do not rewrite absolute paths to avoid long paths ([#74](https://www.github.com/nodejs/gyp-next/issues/74)) ([c2ccc1a](https://www.github.com/nodejs/gyp-next/commit/c2ccc1a81f7f94433a94f4d01a2e820db4c4331a)) +* only include MARMASM when toolset is target ([5a2794a](https://www.github.com/nodejs/gyp-next/commit/5a2794aefb58f0c00404ff042b61740bc8b8d5cd)) + +### [0.6.1](https://github.com/nodejs/gyp-next/compare/v0.6.0...v0.6.1) (2020-10-14) + + +### Bug Fixes + +* Correctly rename object files for absolute paths in MSVS generator. + +## [0.6.0](https://github.com/nodejs/gyp-next/compare/v0.5.0...v0.6.0) (2020-10-13) + + +### Features + +* The Makefile generator will now output shared libraries directly to the product directory on all platforms (previously only macOS). + +## [0.5.0](https://github.com/nodejs/gyp-next/compare/v0.4.0...v0.5.0) (2020-09-30) + + +### Features + +* Extended compile_commands_json generator to consider more file extensions than just `c` and `cc`. `cpp` and `cxx` are now supported. +* Source files with duplicate basenames are now supported. + +### Removed + +* The `--no-duplicate-basename-check` option was removed. +* The `msvs_enable_marmasm` configuration option was removed in favor of auto-inclusion of the "marmasm" sections for Windows on ARM. + +## [0.4.0](https://github.com/nodejs/gyp-next/compare/v0.3.0...v0.4.0) (2020-07-14) + + +### Features + +* Added support for passing arbitrary architectures to Xcode builds, enables `arm64` builds. + +### Bug Fixes + +* Fixed a bug on Solaris where copying archives failed. + +## [0.3.0](https://github.com/nodejs/gyp-next/compare/v0.2.1...v0.3.0) (2020-06-06) + + +### Features + +* Added support for MSVC cross-compilation. This allows compilation on x64 for a Windows ARM target. + +### Bug Fixes + +* Fixed XCode CLT version detection on macOS Catalina. + +### [0.2.1](https://github.com/nodejs/gyp-next/compare/v0.2.0...v0.2.1) (2020-05-05) + + +### Bug Fixes + +* Relicensed to Node.js contributors. +* Fixed Windows bug introduced in v0.2.0. + +## [0.2.0](https://github.com/nodejs/gyp-next/releases/tag/v0.2.0) (2020-04-06) + +This is the first release of this project, based on https://chromium.googlesource.com/external/gyp with changes made over the years in Node.js and node-gyp. diff --git a/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md b/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..d724027 --- /dev/null +++ b/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md @@ -0,0 +1,4 @@ +# Code of Conduct + +* [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md) +* [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/HEAD/Moderation-Policy.md) diff --git a/node_modules/node-gyp/gyp/CONTRIBUTING.md b/node_modules/node-gyp/gyp/CONTRIBUTING.md new file mode 100644 index 0000000..1a0bcde --- /dev/null +++ b/node_modules/node-gyp/gyp/CONTRIBUTING.md @@ -0,0 +1,32 @@ +# Contributing to gyp-next + +## Code of Conduct + +This project is bound to the [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md). + + +## Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +* (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +* (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +* (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +* (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. diff --git a/node_modules/node-gyp/gyp/LICENSE b/node_modules/node-gyp/gyp/LICENSE new file mode 100644 index 0000000..c6944c5 --- /dev/null +++ b/node_modules/node-gyp/gyp/LICENSE @@ -0,0 +1,28 @@ +Copyright (c) 2020 Node.js contributors. All rights reserved. +Copyright (c) 2009 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/node-gyp/gyp/README.md b/node_modules/node-gyp/gyp/README.md new file mode 100644 index 0000000..9ffc2b2 --- /dev/null +++ b/node_modules/node-gyp/gyp/README.md @@ -0,0 +1,7 @@ +GYP can Generate Your Projects. +=================================== + +Documents are available at [gyp.gsrc.io](https://gyp.gsrc.io), or you can check out ```md-pages``` branch to read those documents offline. + +__gyp-next__ is [released](https://github.com/nodejs/gyp-next/releases) to the [__Python Packaging Index__](https://pypi.org/project/gyp-next) (PyPI) and can be installed with the command: +* `python3 -m pip install gyp-next` diff --git a/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc b/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc new file mode 100644 index 0000000..8bca510 --- /dev/null +++ b/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc @@ -0,0 +1,12 @@ +// Copyright (c) 2013 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This file is used to generate an empty .pdb -- with a 4KB pagesize -- that is +// then used during the final link for modules that have large PDBs. Otherwise, +// the linker will generate a pdb with a page size of 1KB, which imposes a limit +// of 1GB on the .pdb. By generating an initial empty .pdb with the compiler +// (rather than the linker), this limit is avoided. With this in place PDBs may +// grow to 2GB. +// +// This file is referenced by the msvs_large_pdb mechanism in MSVSUtil.py. diff --git a/node_modules/node-gyp/gyp/gyp b/node_modules/node-gyp/gyp/gyp new file mode 100644 index 0000000..1b8b9bd --- /dev/null +++ b/node_modules/node-gyp/gyp/gyp @@ -0,0 +1,8 @@ +#!/bin/sh +# Copyright 2013 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +set -e +base=$(dirname "$0") +exec python "${base}/gyp_main.py" "$@" diff --git a/node_modules/node-gyp/gyp/gyp.bat b/node_modules/node-gyp/gyp/gyp.bat new file mode 100644 index 0000000..ad797c3 --- /dev/null +++ b/node_modules/node-gyp/gyp/gyp.bat @@ -0,0 +1,5 @@ +@rem Copyright (c) 2009 Google Inc. All rights reserved. +@rem Use of this source code is governed by a BSD-style license that can be +@rem found in the LICENSE file. + +@python "%~dp0gyp_main.py" %* diff --git a/node_modules/node-gyp/gyp/gyp_main.py b/node_modules/node-gyp/gyp/gyp_main.py new file mode 100644 index 0000000..f23dcdf --- /dev/null +++ b/node_modules/node-gyp/gyp/gyp_main.py @@ -0,0 +1,45 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2009 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import os +import sys +import subprocess + + +def IsCygwin(): + # Function copied from pylib/gyp/common.py + try: + out = subprocess.Popen( + "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + stdout, _ = out.communicate() + return "CYGWIN" in stdout.decode("utf-8") + except Exception: + return False + + +def UnixifyPath(path): + try: + if not IsCygwin(): + return path + out = subprocess.Popen( + ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + stdout, _ = out.communicate() + return stdout.decode("utf-8") + except Exception: + return path + + +# Make sure we're using the version of pylib in this repo, not one installed +# elsewhere on the system. Also convert to Unix style path on Cygwin systems, +# else the 'gyp' library will not be found +path = UnixifyPath(sys.argv[0]) +sys.path.insert(0, os.path.join(os.path.dirname(path), "pylib")) +import gyp # noqa: E402 + +if __name__ == "__main__": + sys.exit(gyp.script_main()) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py b/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py new file mode 100644 index 0000000..d6b1897 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py @@ -0,0 +1,367 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""New implementation of Visual Studio project generation.""" + +import hashlib +import os +import random +from operator import attrgetter + +import gyp.common + + +def cmp(x, y): + return (x > y) - (x < y) + + +# Initialize random number generator +random.seed() + +# GUIDs for project types +ENTRY_TYPE_GUIDS = { + "project": "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}", + "folder": "{2150E333-8FDC-42A3-9474-1A3956D46DE8}", +} + +# ------------------------------------------------------------------------------ +# Helper functions + + +def MakeGuid(name, seed="msvs_new"): + """Returns a GUID for the specified target name. + + Args: + name: Target name. + seed: Seed for MD5 hash. + Returns: + A GUID-line string calculated from the name and seed. + + This generates something which looks like a GUID, but depends only on the + name and seed. This means the same name/seed will always generate the same + GUID, so that projects and solutions which refer to each other can explicitly + determine the GUID to refer to explicitly. It also means that the GUID will + not change when the project for a target is rebuilt. + """ + # Calculate a MD5 signature for the seed and name. + d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper() + # Convert most of the signature to GUID form (discard the rest) + guid = ( + "{" + + d[:8] + + "-" + + d[8:12] + + "-" + + d[12:16] + + "-" + + d[16:20] + + "-" + + d[20:32] + + "}" + ) + return guid + + +# ------------------------------------------------------------------------------ + + +class MSVSSolutionEntry: + def __cmp__(self, other): + # Sort by name then guid (so things are in order on vs2008). + return cmp((self.name, self.get_guid()), (other.name, other.get_guid())) + + +class MSVSFolder(MSVSSolutionEntry): + """Folder in a Visual Studio project or solution.""" + + def __init__(self, path, name=None, entries=None, guid=None, items=None): + """Initializes the folder. + + Args: + path: Full path to the folder. + name: Name of the folder. + entries: List of folder entries to nest inside this folder. May contain + Folder or Project objects. May be None, if the folder is empty. + guid: GUID to use for folder, if not None. + items: List of solution items to include in the folder project. May be + None, if the folder does not directly contain items. + """ + if name: + self.name = name + else: + # Use last layer. + self.name = os.path.basename(path) + + self.path = path + self.guid = guid + + # Copy passed lists (or set to empty lists) + self.entries = sorted(entries or [], key=attrgetter("path")) + self.items = list(items or []) + + self.entry_type_guid = ENTRY_TYPE_GUIDS["folder"] + + def get_guid(self): + if self.guid is None: + # Use consistent guids for folders (so things don't regenerate). + self.guid = MakeGuid(self.path, seed="msvs_folder") + return self.guid + + +# ------------------------------------------------------------------------------ + + +class MSVSProject(MSVSSolutionEntry): + """Visual Studio project.""" + + def __init__( + self, + path, + name=None, + dependencies=None, + guid=None, + spec=None, + build_file=None, + config_platform_overrides=None, + fixpath_prefix=None, + ): + """Initializes the project. + + Args: + path: Absolute path to the project file. + name: Name of project. If None, the name will be the same as the base + name of the project file. + dependencies: List of other Project objects this project is dependent + upon, if not None. + guid: GUID to use for project, if not None. + spec: Dictionary specifying how to build this project. + build_file: Filename of the .gyp file that the vcproj file comes from. + config_platform_overrides: optional dict of configuration platforms to + used in place of the default for this target. + fixpath_prefix: the path used to adjust the behavior of _fixpath + """ + self.path = path + self.guid = guid + self.spec = spec + self.build_file = build_file + # Use project filename if name not specified + self.name = name or os.path.splitext(os.path.basename(path))[0] + + # Copy passed lists (or set to empty lists) + self.dependencies = list(dependencies or []) + + self.entry_type_guid = ENTRY_TYPE_GUIDS["project"] + + if config_platform_overrides: + self.config_platform_overrides = config_platform_overrides + else: + self.config_platform_overrides = {} + self.fixpath_prefix = fixpath_prefix + self.msbuild_toolset = None + + def set_dependencies(self, dependencies): + self.dependencies = list(dependencies or []) + + def get_guid(self): + if self.guid is None: + # Set GUID from path + # TODO(rspangler): This is fragile. + # 1. We can't just use the project filename sans path, since there could + # be multiple projects with the same base name (for example, + # foo/unittest.vcproj and bar/unittest.vcproj). + # 2. The path needs to be relative to $SOURCE_ROOT, so that the project + # GUID is the same whether it's included from base/base.sln or + # foo/bar/baz/baz.sln. + # 3. The GUID needs to be the same each time this builder is invoked, so + # that we don't need to rebuild the solution when the project changes. + # 4. We should be able to handle pre-built project files by reading the + # GUID from the files. + self.guid = MakeGuid(self.name) + return self.guid + + def set_msbuild_toolset(self, msbuild_toolset): + self.msbuild_toolset = msbuild_toolset + + +# ------------------------------------------------------------------------------ + + +class MSVSSolution: + """Visual Studio solution.""" + + def __init__( + self, path, version, entries=None, variants=None, websiteProperties=True + ): + """Initializes the solution. + + Args: + path: Path to solution file. + version: Format version to emit. + entries: List of entries in solution. May contain Folder or Project + objects. May be None, if the folder is empty. + variants: List of build variant strings. If none, a default list will + be used. + websiteProperties: Flag to decide if the website properties section + is generated. + """ + self.path = path + self.websiteProperties = websiteProperties + self.version = version + + # Copy passed lists (or set to empty lists) + self.entries = list(entries or []) + + if variants: + # Copy passed list + self.variants = variants[:] + else: + # Use default + self.variants = ["Debug|Win32", "Release|Win32"] + # TODO(rspangler): Need to be able to handle a mapping of solution config + # to project config. Should we be able to handle variants being a dict, + # or add a separate variant_map variable? If it's a dict, we can't + # guarantee the order of variants since dict keys aren't ordered. + + # TODO(rspangler): Automatically write to disk for now; should delay until + # node-evaluation time. + self.Write() + + def Write(self, writer=gyp.common.WriteOnDiff): + """Writes the solution file to disk. + + Raises: + IndexError: An entry appears multiple times. + """ + # Walk the entry tree and collect all the folders and projects. + all_entries = set() + entries_to_check = self.entries[:] + while entries_to_check: + e = entries_to_check.pop(0) + + # If this entry has been visited, nothing to do. + if e in all_entries: + continue + + all_entries.add(e) + + # If this is a folder, check its entries too. + if isinstance(e, MSVSFolder): + entries_to_check += e.entries + + all_entries = sorted(all_entries, key=attrgetter("path")) + + # Open file and print header + f = writer(self.path) + f.write( + "Microsoft Visual Studio Solution File, " + "Format Version %s\r\n" % self.version.SolutionVersion() + ) + f.write("# %s\r\n" % self.version.Description()) + + # Project entries + sln_root = os.path.split(self.path)[0] + for e in all_entries: + relative_path = gyp.common.RelativePath(e.path, sln_root) + # msbuild does not accept an empty folder_name. + # use '.' in case relative_path is empty. + folder_name = relative_path.replace("/", "\\") or "." + f.write( + 'Project("%s") = "%s", "%s", "%s"\r\n' + % ( + e.entry_type_guid, # Entry type GUID + e.name, # Folder name + folder_name, # Folder name (again) + e.get_guid(), # Entry GUID + ) + ) + + # TODO(rspangler): Need a way to configure this stuff + if self.websiteProperties: + f.write( + "\tProjectSection(WebsiteProperties) = preProject\r\n" + '\t\tDebug.AspNetCompiler.Debug = "True"\r\n' + '\t\tRelease.AspNetCompiler.Debug = "False"\r\n' + "\tEndProjectSection\r\n" + ) + + if isinstance(e, MSVSFolder): + if e.items: + f.write("\tProjectSection(SolutionItems) = preProject\r\n") + for i in e.items: + f.write(f"\t\t{i} = {i}\r\n") + f.write("\tEndProjectSection\r\n") + + if isinstance(e, MSVSProject): + if e.dependencies: + f.write("\tProjectSection(ProjectDependencies) = postProject\r\n") + for d in e.dependencies: + f.write(f"\t\t{d.get_guid()} = {d.get_guid()}\r\n") + f.write("\tEndProjectSection\r\n") + + f.write("EndProject\r\n") + + # Global section + f.write("Global\r\n") + + # Configurations (variants) + f.write("\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\r\n") + for v in self.variants: + f.write(f"\t\t{v} = {v}\r\n") + f.write("\tEndGlobalSection\r\n") + + # Sort config guids for easier diffing of solution changes. + config_guids = [] + config_guids_overrides = {} + for e in all_entries: + if isinstance(e, MSVSProject): + config_guids.append(e.get_guid()) + config_guids_overrides[e.get_guid()] = e.config_platform_overrides + config_guids.sort() + + f.write("\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\r\n") + for g in config_guids: + for v in self.variants: + nv = config_guids_overrides[g].get(v, v) + # Pick which project configuration to build for this solution + # configuration. + f.write( + "\t\t%s.%s.ActiveCfg = %s\r\n" + % ( + g, # Project GUID + v, # Solution build configuration + nv, # Project build config for that solution config + ) + ) + + # Enable project in this solution configuration. + f.write( + "\t\t%s.%s.Build.0 = %s\r\n" + % ( + g, # Project GUID + v, # Solution build configuration + nv, # Project build config for that solution config + ) + ) + f.write("\tEndGlobalSection\r\n") + + # TODO(rspangler): Should be able to configure this stuff too (though I've + # never seen this be any different) + f.write("\tGlobalSection(SolutionProperties) = preSolution\r\n") + f.write("\t\tHideSolutionNode = FALSE\r\n") + f.write("\tEndGlobalSection\r\n") + + # Folder mappings + # Omit this section if there are no folders + if any([e.entries for e in all_entries if isinstance(e, MSVSFolder)]): + f.write("\tGlobalSection(NestedProjects) = preSolution\r\n") + for e in all_entries: + if not isinstance(e, MSVSFolder): + continue # Does not apply to projects, only folders + for subentry in e.entries: + f.write(f"\t\t{subentry.get_guid()} = {e.get_guid()}\r\n") + f.write("\tEndGlobalSection\r\n") + + f.write("EndGlobal\r\n") + + f.close() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py b/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py new file mode 100644 index 0000000..f0cfabe --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py @@ -0,0 +1,206 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Visual Studio project reader/writer.""" + +import gyp.easy_xml as easy_xml + +# ------------------------------------------------------------------------------ + + +class Tool: + """Visual Studio tool.""" + + def __init__(self, name, attrs=None): + """Initializes the tool. + + Args: + name: Tool name. + attrs: Dict of tool attributes; may be None. + """ + self._attrs = attrs or {} + self._attrs["Name"] = name + + def _GetSpecification(self): + """Creates an element for the tool. + + Returns: + A new xml.dom.Element for the tool. + """ + return ["Tool", self._attrs] + + +class Filter: + """Visual Studio filter - that is, a virtual folder.""" + + def __init__(self, name, contents=None): + """Initializes the folder. + + Args: + name: Filter (folder) name. + contents: List of filenames and/or Filter objects contained. + """ + self.name = name + self.contents = list(contents or []) + + +# ------------------------------------------------------------------------------ + + +class Writer: + """Visual Studio XML project writer.""" + + def __init__(self, project_path, version, name, guid=None, platforms=None): + """Initializes the project. + + Args: + project_path: Path to the project file. + version: Format version to emit. + name: Name of the project. + guid: GUID to use for project, if not None. + platforms: Array of string, the supported platforms. If null, ['Win32'] + """ + self.project_path = project_path + self.version = version + self.name = name + self.guid = guid + + # Default to Win32 for platforms. + if not platforms: + platforms = ["Win32"] + + # Initialize the specifications of the various sections. + self.platform_section = ["Platforms"] + for platform in platforms: + self.platform_section.append(["Platform", {"Name": platform}]) + self.tool_files_section = ["ToolFiles"] + self.configurations_section = ["Configurations"] + self.files_section = ["Files"] + + # Keep a dict keyed on filename to speed up access. + self.files_dict = dict() + + def AddToolFile(self, path): + """Adds a tool file to the project. + + Args: + path: Relative path from project to tool file. + """ + self.tool_files_section.append(["ToolFile", {"RelativePath": path}]) + + def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools): + """Returns the specification for a configuration. + + Args: + config_type: Type of configuration node. + config_name: Configuration name. + attrs: Dict of configuration attributes; may be None. + tools: List of tools (strings or Tool objects); may be None. + Returns: + """ + # Handle defaults + if not attrs: + attrs = {} + if not tools: + tools = [] + + # Add configuration node and its attributes + node_attrs = attrs.copy() + node_attrs["Name"] = config_name + specification = [config_type, node_attrs] + + # Add tool nodes and their attributes + if tools: + for t in tools: + if isinstance(t, Tool): + specification.append(t._GetSpecification()) + else: + specification.append(Tool(t)._GetSpecification()) + return specification + + def AddConfig(self, name, attrs=None, tools=None): + """Adds a configuration to the project. + + Args: + name: Configuration name. + attrs: Dict of configuration attributes; may be None. + tools: List of tools (strings or Tool objects); may be None. + """ + spec = self._GetSpecForConfiguration("Configuration", name, attrs, tools) + self.configurations_section.append(spec) + + def _AddFilesToNode(self, parent, files): + """Adds files and/or filters to the parent node. + + Args: + parent: Destination node + files: A list of Filter objects and/or relative paths to files. + + Will call itself recursively, if the files list contains Filter objects. + """ + for f in files: + if isinstance(f, Filter): + node = ["Filter", {"Name": f.name}] + self._AddFilesToNode(node, f.contents) + else: + node = ["File", {"RelativePath": f}] + self.files_dict[f] = node + parent.append(node) + + def AddFiles(self, files): + """Adds files to the project. + + Args: + files: A list of Filter objects and/or relative paths to files. + + This makes a copy of the file/filter tree at the time of this call. If you + later add files to a Filter object which was passed into a previous call + to AddFiles(), it will not be reflected in this project. + """ + self._AddFilesToNode(self.files_section, files) + # TODO(rspangler) This also doesn't handle adding files to an existing + # filter. That is, it doesn't merge the trees. + + def AddFileConfig(self, path, config, attrs=None, tools=None): + """Adds a configuration to a file. + + Args: + path: Relative path to the file. + config: Name of configuration to add. + attrs: Dict of configuration attributes; may be None. + tools: List of tools (strings or Tool objects); may be None. + + Raises: + ValueError: Relative path does not match any file added via AddFiles(). + """ + # Find the file node with the right relative path + parent = self.files_dict.get(path) + if not parent: + raise ValueError('AddFileConfig: file "%s" not in project.' % path) + + # Add the config to the file node + spec = self._GetSpecForConfiguration("FileConfiguration", config, attrs, tools) + parent.append(spec) + + def WriteIfChanged(self): + """Writes the project file.""" + # First create XML content definition + content = [ + "VisualStudioProject", + { + "ProjectType": "Visual C++", + "Version": self.version.ProjectVersion(), + "Name": self.name, + "ProjectGUID": self.guid, + "RootNamespace": self.name, + "Keyword": "Win32Proj", + }, + self.platform_section, + self.tool_files_section, + self.configurations_section, + ["References"], # empty section + self.files_section, + ["Globals"], # empty section + ] + easy_xml.WriteXmlIfChanged(content, self.project_path, encoding="Windows-1252") diff --git a/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py b/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py new file mode 100644 index 0000000..e89a971 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py @@ -0,0 +1,1270 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +r"""Code to validate and convert settings of the Microsoft build tools. + +This file contains code to validate and convert settings of the Microsoft +build tools. The function ConvertToMSBuildSettings(), ValidateMSVSSettings(), +and ValidateMSBuildSettings() are the entry points. + +This file was created by comparing the projects created by Visual Studio 2008 +and Visual Studio 2010 for all available settings through the user interface. +The MSBuild schemas were also considered. They are typically found in the +MSBuild install directory, e.g. c:\Program Files (x86)\MSBuild +""" + +import re +import sys + +# Dictionaries of settings validators. The key is the tool name, the value is +# a dictionary mapping setting names to validation functions. +_msvs_validators = {} +_msbuild_validators = {} + + +# A dictionary of settings converters. The key is the tool name, the value is +# a dictionary mapping setting names to conversion functions. +_msvs_to_msbuild_converters = {} + + +# Tool name mapping from MSVS to MSBuild. +_msbuild_name_of_tool = {} + + +class _Tool: + """Represents a tool used by MSVS or MSBuild. + + Attributes: + msvs_name: The name of the tool in MSVS. + msbuild_name: The name of the tool in MSBuild. + """ + + def __init__(self, msvs_name, msbuild_name): + self.msvs_name = msvs_name + self.msbuild_name = msbuild_name + + +def _AddTool(tool): + """Adds a tool to the four dictionaries used to process settings. + + This only defines the tool. Each setting also needs to be added. + + Args: + tool: The _Tool object to be added. + """ + _msvs_validators[tool.msvs_name] = {} + _msbuild_validators[tool.msbuild_name] = {} + _msvs_to_msbuild_converters[tool.msvs_name] = {} + _msbuild_name_of_tool[tool.msvs_name] = tool.msbuild_name + + +def _GetMSBuildToolSettings(msbuild_settings, tool): + """Returns an MSBuild tool dictionary. Creates it if needed.""" + return msbuild_settings.setdefault(tool.msbuild_name, {}) + + +class _Type: + """Type of settings (Base class).""" + + def ValidateMSVS(self, value): + """Verifies that the value is legal for MSVS. + + Args: + value: the value to check for this type. + + Raises: + ValueError if value is not valid for MSVS. + """ + + def ValidateMSBuild(self, value): + """Verifies that the value is legal for MSBuild. + + Args: + value: the value to check for this type. + + Raises: + ValueError if value is not valid for MSBuild. + """ + + def ConvertToMSBuild(self, value): + """Returns the MSBuild equivalent of the MSVS value given. + + Args: + value: the MSVS value to convert. + + Returns: + the MSBuild equivalent. + + Raises: + ValueError if value is not valid. + """ + return value + + +class _String(_Type): + """A setting that's just a string.""" + + def ValidateMSVS(self, value): + if not isinstance(value, str): + raise ValueError("expected string; got %r" % value) + + def ValidateMSBuild(self, value): + if not isinstance(value, str): + raise ValueError("expected string; got %r" % value) + + def ConvertToMSBuild(self, value): + # Convert the macros + return ConvertVCMacrosToMSBuild(value) + + +class _StringList(_Type): + """A settings that's a list of strings.""" + + def ValidateMSVS(self, value): + if not isinstance(value, (list, str)): + raise ValueError("expected string list; got %r" % value) + + def ValidateMSBuild(self, value): + if not isinstance(value, (list, str)): + raise ValueError("expected string list; got %r" % value) + + def ConvertToMSBuild(self, value): + # Convert the macros + if isinstance(value, list): + return [ConvertVCMacrosToMSBuild(i) for i in value] + else: + return ConvertVCMacrosToMSBuild(value) + + +class _Boolean(_Type): + """Boolean settings, can have the values 'false' or 'true'.""" + + def _Validate(self, value): + if value != "true" and value != "false": + raise ValueError("expected bool; got %r" % value) + + def ValidateMSVS(self, value): + self._Validate(value) + + def ValidateMSBuild(self, value): + self._Validate(value) + + def ConvertToMSBuild(self, value): + self._Validate(value) + return value + + +class _Integer(_Type): + """Integer settings.""" + + def __init__(self, msbuild_base=10): + _Type.__init__(self) + self._msbuild_base = msbuild_base + + def ValidateMSVS(self, value): + # Try to convert, this will raise ValueError if invalid. + self.ConvertToMSBuild(value) + + def ValidateMSBuild(self, value): + # Try to convert, this will raise ValueError if invalid. + int(value, self._msbuild_base) + + def ConvertToMSBuild(self, value): + msbuild_format = (self._msbuild_base == 10) and "%d" or "0x%04x" + return msbuild_format % int(value) + + +class _Enumeration(_Type): + """Type of settings that is an enumeration. + + In MSVS, the values are indexes like '0', '1', and '2'. + MSBuild uses text labels that are more representative, like 'Win32'. + + Constructor args: + label_list: an array of MSBuild labels that correspond to the MSVS index. + In the rare cases where MSVS has skipped an index value, None is + used in the array to indicate the unused spot. + new: an array of labels that are new to MSBuild. + """ + + def __init__(self, label_list, new=None): + _Type.__init__(self) + self._label_list = label_list + self._msbuild_values = {value for value in label_list if value is not None} + if new is not None: + self._msbuild_values.update(new) + + def ValidateMSVS(self, value): + # Try to convert. It will raise an exception if not valid. + self.ConvertToMSBuild(value) + + def ValidateMSBuild(self, value): + if value not in self._msbuild_values: + raise ValueError("unrecognized enumerated value %s" % value) + + def ConvertToMSBuild(self, value): + index = int(value) + if index < 0 or index >= len(self._label_list): + raise ValueError( + "index value (%d) not in expected range [0, %d)" + % (index, len(self._label_list)) + ) + label = self._label_list[index] + if label is None: + raise ValueError("converted value for %s not specified." % value) + return label + + +# Instantiate the various generic types. +_boolean = _Boolean() +_integer = _Integer() +# For now, we don't do any special validation on these types: +_string = _String() +_file_name = _String() +_folder_name = _String() +_file_list = _StringList() +_folder_list = _StringList() +_string_list = _StringList() +# Some boolean settings went from numerical values to boolean. The +# mapping is 0: default, 1: false, 2: true. +_newly_boolean = _Enumeration(["", "false", "true"]) + + +def _Same(tool, name, setting_type): + """Defines a setting that has the same name in MSVS and MSBuild. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + name: the name of the setting. + setting_type: the type of this setting. + """ + _Renamed(tool, name, name, setting_type) + + +def _Renamed(tool, msvs_name, msbuild_name, setting_type): + """Defines a setting for which the name has changed. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + msvs_name: the name of the MSVS setting. + msbuild_name: the name of the MSBuild setting. + setting_type: the type of this setting. + """ + + def _Translate(value, msbuild_settings): + msbuild_tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) + msbuild_tool_settings[msbuild_name] = setting_type.ConvertToMSBuild(value) + + _msvs_validators[tool.msvs_name][msvs_name] = setting_type.ValidateMSVS + _msbuild_validators[tool.msbuild_name][msbuild_name] = setting_type.ValidateMSBuild + _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate + + +def _Moved(tool, settings_name, msbuild_tool_name, setting_type): + _MovedAndRenamed( + tool, settings_name, msbuild_tool_name, settings_name, setting_type + ) + + +def _MovedAndRenamed( + tool, msvs_settings_name, msbuild_tool_name, msbuild_settings_name, setting_type +): + """Defines a setting that may have moved to a new section. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + msvs_settings_name: the MSVS name of the setting. + msbuild_tool_name: the name of the MSBuild tool to place the setting under. + msbuild_settings_name: the MSBuild name of the setting. + setting_type: the type of this setting. + """ + + def _Translate(value, msbuild_settings): + tool_settings = msbuild_settings.setdefault(msbuild_tool_name, {}) + tool_settings[msbuild_settings_name] = setting_type.ConvertToMSBuild(value) + + _msvs_validators[tool.msvs_name][msvs_settings_name] = setting_type.ValidateMSVS + validator = setting_type.ValidateMSBuild + _msbuild_validators[msbuild_tool_name][msbuild_settings_name] = validator + _msvs_to_msbuild_converters[tool.msvs_name][msvs_settings_name] = _Translate + + +def _MSVSOnly(tool, name, setting_type): + """Defines a setting that is only found in MSVS. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + name: the name of the setting. + setting_type: the type of this setting. + """ + + def _Translate(unused_value, unused_msbuild_settings): + # Since this is for MSVS only settings, no translation will happen. + pass + + _msvs_validators[tool.msvs_name][name] = setting_type.ValidateMSVS + _msvs_to_msbuild_converters[tool.msvs_name][name] = _Translate + + +def _MSBuildOnly(tool, name, setting_type): + """Defines a setting that is only found in MSBuild. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + name: the name of the setting. + setting_type: the type of this setting. + """ + + def _Translate(value, msbuild_settings): + # Let msbuild-only properties get translated as-is from msvs_settings. + tool_settings = msbuild_settings.setdefault(tool.msbuild_name, {}) + tool_settings[name] = value + + _msbuild_validators[tool.msbuild_name][name] = setting_type.ValidateMSBuild + _msvs_to_msbuild_converters[tool.msvs_name][name] = _Translate + + +def _ConvertedToAdditionalOption(tool, msvs_name, flag): + """Defines a setting that's handled via a command line option in MSBuild. + + Args: + tool: a dictionary that gives the names of the tool for MSVS and MSBuild. + msvs_name: the name of the MSVS setting that if 'true' becomes a flag + flag: the flag to insert at the end of the AdditionalOptions + """ + + def _Translate(value, msbuild_settings): + if value == "true": + tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) + if "AdditionalOptions" in tool_settings: + new_flags = "{} {}".format(tool_settings["AdditionalOptions"], flag) + else: + new_flags = flag + tool_settings["AdditionalOptions"] = new_flags + + _msvs_validators[tool.msvs_name][msvs_name] = _boolean.ValidateMSVS + _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate + + +def _CustomGeneratePreprocessedFile(tool, msvs_name): + def _Translate(value, msbuild_settings): + tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) + if value == "0": + tool_settings["PreprocessToFile"] = "false" + tool_settings["PreprocessSuppressLineNumbers"] = "false" + elif value == "1": # /P + tool_settings["PreprocessToFile"] = "true" + tool_settings["PreprocessSuppressLineNumbers"] = "false" + elif value == "2": # /EP /P + tool_settings["PreprocessToFile"] = "true" + tool_settings["PreprocessSuppressLineNumbers"] = "true" + else: + raise ValueError("value must be one of [0, 1, 2]; got %s" % value) + + # Create a bogus validator that looks for '0', '1', or '2' + msvs_validator = _Enumeration(["a", "b", "c"]).ValidateMSVS + _msvs_validators[tool.msvs_name][msvs_name] = msvs_validator + msbuild_validator = _boolean.ValidateMSBuild + msbuild_tool_validators = _msbuild_validators[tool.msbuild_name] + msbuild_tool_validators["PreprocessToFile"] = msbuild_validator + msbuild_tool_validators["PreprocessSuppressLineNumbers"] = msbuild_validator + _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate + + +fix_vc_macro_slashes_regex_list = ("IntDir", "OutDir") +fix_vc_macro_slashes_regex = re.compile( + r"(\$\((?:%s)\))(?:[\\/]+)" % "|".join(fix_vc_macro_slashes_regex_list) +) + +# Regular expression to detect keys that were generated by exclusion lists +_EXCLUDED_SUFFIX_RE = re.compile("^(.*)_excluded$") + + +def _ValidateExclusionSetting(setting, settings, error_msg, stderr=sys.stderr): + """Verify that 'setting' is valid if it is generated from an exclusion list. + + If the setting appears to be generated from an exclusion list, the root name + is checked. + + Args: + setting: A string that is the setting name to validate + settings: A dictionary where the keys are valid settings + error_msg: The message to emit in the event of error + stderr: The stream receiving the error messages. + """ + # This may be unrecognized because it's an exclusion list. If the + # setting name has the _excluded suffix, then check the root name. + unrecognized = True + m = re.match(_EXCLUDED_SUFFIX_RE, setting) + if m: + root_setting = m.group(1) + unrecognized = root_setting not in settings + + if unrecognized: + # We don't know this setting. Give a warning. + print(error_msg, file=stderr) + + +def FixVCMacroSlashes(s): + """Replace macros which have excessive following slashes. + + These macros are known to have a built-in trailing slash. Furthermore, many + scripts hiccup on processing paths with extra slashes in the middle. + + This list is probably not exhaustive. Add as needed. + """ + if "$" in s: + s = fix_vc_macro_slashes_regex.sub(r"\1", s) + return s + + +def ConvertVCMacrosToMSBuild(s): + """Convert the MSVS macros found in the string to the MSBuild equivalent. + + This list is probably not exhaustive. Add as needed. + """ + if "$" in s: + replace_map = { + "$(ConfigurationName)": "$(Configuration)", + "$(InputDir)": "%(RelativeDir)", + "$(InputExt)": "%(Extension)", + "$(InputFileName)": "%(Filename)%(Extension)", + "$(InputName)": "%(Filename)", + "$(InputPath)": "%(Identity)", + "$(ParentName)": "$(ProjectFileName)", + "$(PlatformName)": "$(Platform)", + "$(SafeInputName)": "%(Filename)", + } + for old, new in replace_map.items(): + s = s.replace(old, new) + s = FixVCMacroSlashes(s) + return s + + +def ConvertToMSBuildSettings(msvs_settings, stderr=sys.stderr): + """Converts MSVS settings (VS2008 and earlier) to MSBuild settings (VS2010+). + + Args: + msvs_settings: A dictionary. The key is the tool name. The values are + themselves dictionaries of settings and their values. + stderr: The stream receiving the error messages. + + Returns: + A dictionary of MSBuild settings. The key is either the MSBuild tool name + or the empty string (for the global settings). The values are themselves + dictionaries of settings and their values. + """ + msbuild_settings = {} + for msvs_tool_name, msvs_tool_settings in msvs_settings.items(): + if msvs_tool_name in _msvs_to_msbuild_converters: + msvs_tool = _msvs_to_msbuild_converters[msvs_tool_name] + for msvs_setting, msvs_value in msvs_tool_settings.items(): + if msvs_setting in msvs_tool: + # Invoke the translation function. + try: + msvs_tool[msvs_setting](msvs_value, msbuild_settings) + except ValueError as e: + print( + "Warning: while converting %s/%s to MSBuild, " + "%s" % (msvs_tool_name, msvs_setting, e), + file=stderr, + ) + else: + _ValidateExclusionSetting( + msvs_setting, + msvs_tool, + ( + "Warning: unrecognized setting %s/%s " + "while converting to MSBuild." + % (msvs_tool_name, msvs_setting) + ), + stderr, + ) + else: + print( + "Warning: unrecognized tool %s while converting to " + "MSBuild." % msvs_tool_name, + file=stderr, + ) + return msbuild_settings + + +def ValidateMSVSSettings(settings, stderr=sys.stderr): + """Validates that the names of the settings are valid for MSVS. + + Args: + settings: A dictionary. The key is the tool name. The values are + themselves dictionaries of settings and their values. + stderr: The stream receiving the error messages. + """ + _ValidateSettings(_msvs_validators, settings, stderr) + + +def ValidateMSBuildSettings(settings, stderr=sys.stderr): + """Validates that the names of the settings are valid for MSBuild. + + Args: + settings: A dictionary. The key is the tool name. The values are + themselves dictionaries of settings and their values. + stderr: The stream receiving the error messages. + """ + _ValidateSettings(_msbuild_validators, settings, stderr) + + +def _ValidateSettings(validators, settings, stderr): + """Validates that the settings are valid for MSBuild or MSVS. + + We currently only validate the names of the settings, not their values. + + Args: + validators: A dictionary of tools and their validators. + settings: A dictionary. The key is the tool name. The values are + themselves dictionaries of settings and their values. + stderr: The stream receiving the error messages. + """ + for tool_name in settings: + if tool_name in validators: + tool_validators = validators[tool_name] + for setting, value in settings[tool_name].items(): + if setting in tool_validators: + try: + tool_validators[setting](value) + except ValueError as e: + print( + f"Warning: for {tool_name}/{setting}, {e}", + file=stderr, + ) + else: + _ValidateExclusionSetting( + setting, + tool_validators, + (f"Warning: unrecognized setting {tool_name}/{setting}"), + stderr, + ) + + else: + print("Warning: unrecognized tool %s" % (tool_name), file=stderr) + + +# MSVS and MBuild names of the tools. +_compile = _Tool("VCCLCompilerTool", "ClCompile") +_link = _Tool("VCLinkerTool", "Link") +_midl = _Tool("VCMIDLTool", "Midl") +_rc = _Tool("VCResourceCompilerTool", "ResourceCompile") +_lib = _Tool("VCLibrarianTool", "Lib") +_manifest = _Tool("VCManifestTool", "Manifest") +_masm = _Tool("MASM", "MASM") +_armasm = _Tool("ARMASM", "ARMASM") + + +_AddTool(_compile) +_AddTool(_link) +_AddTool(_midl) +_AddTool(_rc) +_AddTool(_lib) +_AddTool(_manifest) +_AddTool(_masm) +_AddTool(_armasm) +# Add sections only found in the MSBuild settings. +_msbuild_validators[""] = {} +_msbuild_validators["ProjectReference"] = {} +_msbuild_validators["ManifestResourceCompile"] = {} + +# Descriptions of the compiler options, i.e. VCCLCompilerTool in MSVS and +# ClCompile in MSBuild. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\cl.xml" for +# the schema of the MSBuild ClCompile settings. + +# Options that have the same name in MSVS and MSBuild +_Same(_compile, "AdditionalIncludeDirectories", _folder_list) # /I +_Same(_compile, "AdditionalOptions", _string_list) +_Same(_compile, "AdditionalUsingDirectories", _folder_list) # /AI +_Same(_compile, "AssemblerListingLocation", _file_name) # /Fa +_Same(_compile, "BrowseInformationFile", _file_name) +_Same(_compile, "BufferSecurityCheck", _boolean) # /GS +_Same(_compile, "DisableLanguageExtensions", _boolean) # /Za +_Same(_compile, "DisableSpecificWarnings", _string_list) # /wd +_Same(_compile, "EnableFiberSafeOptimizations", _boolean) # /GT +_Same(_compile, "EnablePREfast", _boolean) # /analyze Visible='false' +_Same(_compile, "ExpandAttributedSource", _boolean) # /Fx +_Same(_compile, "FloatingPointExceptions", _boolean) # /fp:except +_Same(_compile, "ForceConformanceInForLoopScope", _boolean) # /Zc:forScope +_Same(_compile, "ForcedIncludeFiles", _file_list) # /FI +_Same(_compile, "ForcedUsingFiles", _file_list) # /FU +_Same(_compile, "GenerateXMLDocumentationFiles", _boolean) # /doc +_Same(_compile, "IgnoreStandardIncludePath", _boolean) # /X +_Same(_compile, "MinimalRebuild", _boolean) # /Gm +_Same(_compile, "OmitDefaultLibName", _boolean) # /Zl +_Same(_compile, "OmitFramePointers", _boolean) # /Oy +_Same(_compile, "PreprocessorDefinitions", _string_list) # /D +_Same(_compile, "ProgramDataBaseFileName", _file_name) # /Fd +_Same(_compile, "RuntimeTypeInfo", _boolean) # /GR +_Same(_compile, "ShowIncludes", _boolean) # /showIncludes +_Same(_compile, "SmallerTypeCheck", _boolean) # /RTCc +_Same(_compile, "StringPooling", _boolean) # /GF +_Same(_compile, "SuppressStartupBanner", _boolean) # /nologo +_Same(_compile, "TreatWChar_tAsBuiltInType", _boolean) # /Zc:wchar_t +_Same(_compile, "UndefineAllPreprocessorDefinitions", _boolean) # /u +_Same(_compile, "UndefinePreprocessorDefinitions", _string_list) # /U +_Same(_compile, "UseFullPaths", _boolean) # /FC +_Same(_compile, "WholeProgramOptimization", _boolean) # /GL +_Same(_compile, "XMLDocumentationFileName", _file_name) +_Same(_compile, "CompileAsWinRT", _boolean) # /ZW + +_Same( + _compile, + "AssemblerOutput", + _Enumeration( + [ + "NoListing", + "AssemblyCode", # /FA + "All", # /FAcs + "AssemblyAndMachineCode", # /FAc + "AssemblyAndSourceCode", + ] + ), +) # /FAs +_Same( + _compile, + "BasicRuntimeChecks", + _Enumeration( + [ + "Default", + "StackFrameRuntimeCheck", # /RTCs + "UninitializedLocalUsageCheck", # /RTCu + "EnableFastChecks", + ] + ), +) # /RTC1 +_Same( + _compile, "BrowseInformation", _Enumeration(["false", "true", "true"]) # /FR +) # /Fr +_Same( + _compile, + "CallingConvention", + _Enumeration(["Cdecl", "FastCall", "StdCall", "VectorCall"]), # /Gd # /Gr # /Gz +) # /Gv +_Same( + _compile, + "CompileAs", + _Enumeration(["Default", "CompileAsC", "CompileAsCpp"]), # /TC +) # /TP +_Same( + _compile, + "DebugInformationFormat", + _Enumeration( + [ + "", # Disabled + "OldStyle", # /Z7 + None, + "ProgramDatabase", # /Zi + "EditAndContinue", + ] + ), +) # /ZI +_Same( + _compile, + "EnableEnhancedInstructionSet", + _Enumeration( + [ + "NotSet", + "StreamingSIMDExtensions", # /arch:SSE + "StreamingSIMDExtensions2", # /arch:SSE2 + "AdvancedVectorExtensions", # /arch:AVX (vs2012+) + "NoExtensions", # /arch:IA32 (vs2012+) + # This one only exists in the new msbuild format. + "AdvancedVectorExtensions2", # /arch:AVX2 (vs2013r2+) + ] + ), +) +_Same( + _compile, + "ErrorReporting", + _Enumeration( + [ + "None", # /errorReport:none + "Prompt", # /errorReport:prompt + "Queue", + ], # /errorReport:queue + new=["Send"], + ), +) # /errorReport:send" +_Same( + _compile, + "ExceptionHandling", + _Enumeration(["false", "Sync", "Async"], new=["SyncCThrow"]), # /EHsc # /EHa +) # /EHs +_Same( + _compile, "FavorSizeOrSpeed", _Enumeration(["Neither", "Speed", "Size"]) # /Ot +) # /Os +_Same( + _compile, + "FloatingPointModel", + _Enumeration(["Precise", "Strict", "Fast"]), # /fp:precise # /fp:strict +) # /fp:fast +_Same( + _compile, + "InlineFunctionExpansion", + _Enumeration( + ["Default", "OnlyExplicitInline", "AnySuitable"], # /Ob1 # /Ob2 + new=["Disabled"], + ), +) # /Ob0 +_Same( + _compile, + "Optimization", + _Enumeration(["Disabled", "MinSpace", "MaxSpeed", "Full"]), # /Od # /O1 # /O2 +) # /Ox +_Same( + _compile, + "RuntimeLibrary", + _Enumeration( + [ + "MultiThreaded", # /MT + "MultiThreadedDebug", # /MTd + "MultiThreadedDLL", # /MD + "MultiThreadedDebugDLL", + ] + ), +) # /MDd +_Same( + _compile, + "StructMemberAlignment", + _Enumeration( + [ + "Default", + "1Byte", # /Zp1 + "2Bytes", # /Zp2 + "4Bytes", # /Zp4 + "8Bytes", # /Zp8 + "16Bytes", + ] + ), +) # /Zp16 +_Same( + _compile, + "WarningLevel", + _Enumeration( + [ + "TurnOffAllWarnings", # /W0 + "Level1", # /W1 + "Level2", # /W2 + "Level3", # /W3 + "Level4", + ], # /W4 + new=["EnableAllWarnings"], + ), +) # /Wall + +# Options found in MSVS that have been renamed in MSBuild. +_Renamed( + _compile, "EnableFunctionLevelLinking", "FunctionLevelLinking", _boolean +) # /Gy +_Renamed(_compile, "EnableIntrinsicFunctions", "IntrinsicFunctions", _boolean) # /Oi +_Renamed(_compile, "KeepComments", "PreprocessKeepComments", _boolean) # /C +_Renamed(_compile, "ObjectFile", "ObjectFileName", _file_name) # /Fo +_Renamed(_compile, "OpenMP", "OpenMPSupport", _boolean) # /openmp +_Renamed( + _compile, "PrecompiledHeaderThrough", "PrecompiledHeaderFile", _file_name +) # Used with /Yc and /Yu +_Renamed( + _compile, "PrecompiledHeaderFile", "PrecompiledHeaderOutputFile", _file_name +) # /Fp +_Renamed( + _compile, + "UsePrecompiledHeader", + "PrecompiledHeader", + _Enumeration( + ["NotUsing", "Create", "Use"] # VS recognized '' for this value too. # /Yc + ), +) # /Yu +_Renamed(_compile, "WarnAsError", "TreatWarningAsError", _boolean) # /WX + +_ConvertedToAdditionalOption(_compile, "DefaultCharIsUnsigned", "/J") + +# MSVS options not found in MSBuild. +_MSVSOnly(_compile, "Detect64BitPortabilityProblems", _boolean) +_MSVSOnly(_compile, "UseUnicodeResponseFiles", _boolean) + +# MSBuild options not found in MSVS. +_MSBuildOnly(_compile, "BuildingInIDE", _boolean) +_MSBuildOnly( + _compile, "CompileAsManaged", _Enumeration([], new=["false", "true"]) +) # /clr +_MSBuildOnly(_compile, "CreateHotpatchableImage", _boolean) # /hotpatch +_MSBuildOnly(_compile, "MultiProcessorCompilation", _boolean) # /MP +_MSBuildOnly(_compile, "PreprocessOutputPath", _string) # /Fi +_MSBuildOnly(_compile, "ProcessorNumber", _integer) # the number of processors +_MSBuildOnly(_compile, "TrackerLogDirectory", _folder_name) +_MSBuildOnly(_compile, "TreatSpecificWarningsAsErrors", _string_list) # /we +_MSBuildOnly(_compile, "UseUnicodeForAssemblerListing", _boolean) # /FAu + +# Defines a setting that needs very customized processing +_CustomGeneratePreprocessedFile(_compile, "GeneratePreprocessedFile") + + +# Directives for converting MSVS VCLinkerTool to MSBuild Link. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\link.xml" for +# the schema of the MSBuild Link settings. + +# Options that have the same name in MSVS and MSBuild +_Same(_link, "AdditionalDependencies", _file_list) +_Same(_link, "AdditionalLibraryDirectories", _folder_list) # /LIBPATH +# /MANIFESTDEPENDENCY: +_Same(_link, "AdditionalManifestDependencies", _file_list) +_Same(_link, "AdditionalOptions", _string_list) +_Same(_link, "AddModuleNamesToAssembly", _file_list) # /ASSEMBLYMODULE +_Same(_link, "AllowIsolation", _boolean) # /ALLOWISOLATION +_Same(_link, "AssemblyLinkResource", _file_list) # /ASSEMBLYLINKRESOURCE +_Same(_link, "BaseAddress", _string) # /BASE +_Same(_link, "CLRUnmanagedCodeCheck", _boolean) # /CLRUNMANAGEDCODECHECK +_Same(_link, "DelayLoadDLLs", _file_list) # /DELAYLOAD +_Same(_link, "DelaySign", _boolean) # /DELAYSIGN +_Same(_link, "EmbedManagedResourceFile", _file_list) # /ASSEMBLYRESOURCE +_Same(_link, "EnableUAC", _boolean) # /MANIFESTUAC +_Same(_link, "EntryPointSymbol", _string) # /ENTRY +_Same(_link, "ForceSymbolReferences", _file_list) # /INCLUDE +_Same(_link, "FunctionOrder", _file_name) # /ORDER +_Same(_link, "GenerateDebugInformation", _boolean) # /DEBUG +_Same(_link, "GenerateMapFile", _boolean) # /MAP +_Same(_link, "HeapCommitSize", _string) +_Same(_link, "HeapReserveSize", _string) # /HEAP +_Same(_link, "IgnoreAllDefaultLibraries", _boolean) # /NODEFAULTLIB +_Same(_link, "IgnoreEmbeddedIDL", _boolean) # /IGNOREIDL +_Same(_link, "ImportLibrary", _file_name) # /IMPLIB +_Same(_link, "KeyContainer", _file_name) # /KEYCONTAINER +_Same(_link, "KeyFile", _file_name) # /KEYFILE +_Same(_link, "ManifestFile", _file_name) # /ManifestFile +_Same(_link, "MapExports", _boolean) # /MAPINFO:EXPORTS +_Same(_link, "MapFileName", _file_name) +_Same(_link, "MergedIDLBaseFileName", _file_name) # /IDLOUT +_Same(_link, "MergeSections", _string) # /MERGE +_Same(_link, "MidlCommandFile", _file_name) # /MIDL +_Same(_link, "ModuleDefinitionFile", _file_name) # /DEF +_Same(_link, "OutputFile", _file_name) # /OUT +_Same(_link, "PerUserRedirection", _boolean) +_Same(_link, "Profile", _boolean) # /PROFILE +_Same(_link, "ProfileGuidedDatabase", _file_name) # /PGD +_Same(_link, "ProgramDatabaseFile", _file_name) # /PDB +_Same(_link, "RegisterOutput", _boolean) +_Same(_link, "SetChecksum", _boolean) # /RELEASE +_Same(_link, "StackCommitSize", _string) +_Same(_link, "StackReserveSize", _string) # /STACK +_Same(_link, "StripPrivateSymbols", _file_name) # /PDBSTRIPPED +_Same(_link, "SupportUnloadOfDelayLoadedDLL", _boolean) # /DELAY:UNLOAD +_Same(_link, "SuppressStartupBanner", _boolean) # /NOLOGO +_Same(_link, "SwapRunFromCD", _boolean) # /SWAPRUN:CD +_Same(_link, "TurnOffAssemblyGeneration", _boolean) # /NOASSEMBLY +_Same(_link, "TypeLibraryFile", _file_name) # /TLBOUT +_Same(_link, "TypeLibraryResourceID", _integer) # /TLBID +_Same(_link, "UACUIAccess", _boolean) # /uiAccess='true' +_Same(_link, "Version", _string) # /VERSION + +_Same(_link, "EnableCOMDATFolding", _newly_boolean) # /OPT:ICF +_Same(_link, "FixedBaseAddress", _newly_boolean) # /FIXED +_Same(_link, "LargeAddressAware", _newly_boolean) # /LARGEADDRESSAWARE +_Same(_link, "OptimizeReferences", _newly_boolean) # /OPT:REF +_Same(_link, "RandomizedBaseAddress", _newly_boolean) # /DYNAMICBASE +_Same(_link, "TerminalServerAware", _newly_boolean) # /TSAWARE + +_subsystem_enumeration = _Enumeration( + [ + "NotSet", + "Console", # /SUBSYSTEM:CONSOLE + "Windows", # /SUBSYSTEM:WINDOWS + "Native", # /SUBSYSTEM:NATIVE + "EFI Application", # /SUBSYSTEM:EFI_APPLICATION + "EFI Boot Service Driver", # /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER + "EFI ROM", # /SUBSYSTEM:EFI_ROM + "EFI Runtime", # /SUBSYSTEM:EFI_RUNTIME_DRIVER + "WindowsCE", + ], # /SUBSYSTEM:WINDOWSCE + new=["POSIX"], +) # /SUBSYSTEM:POSIX + +_target_machine_enumeration = _Enumeration( + [ + "NotSet", + "MachineX86", # /MACHINE:X86 + None, + "MachineARM", # /MACHINE:ARM + "MachineEBC", # /MACHINE:EBC + "MachineIA64", # /MACHINE:IA64 + None, + "MachineMIPS", # /MACHINE:MIPS + "MachineMIPS16", # /MACHINE:MIPS16 + "MachineMIPSFPU", # /MACHINE:MIPSFPU + "MachineMIPSFPU16", # /MACHINE:MIPSFPU16 + None, + None, + None, + "MachineSH4", # /MACHINE:SH4 + None, + "MachineTHUMB", # /MACHINE:THUMB + "MachineX64", + ] +) # /MACHINE:X64 + +_Same( + _link, "AssemblyDebug", _Enumeration(["", "true", "false"]) # /ASSEMBLYDEBUG +) # /ASSEMBLYDEBUG:DISABLE +_Same( + _link, + "CLRImageType", + _Enumeration( + [ + "Default", + "ForceIJWImage", # /CLRIMAGETYPE:IJW + "ForcePureILImage", # /Switch="CLRIMAGETYPE:PURE + "ForceSafeILImage", + ] + ), +) # /Switch="CLRIMAGETYPE:SAFE +_Same( + _link, + "CLRThreadAttribute", + _Enumeration( + [ + "DefaultThreadingAttribute", # /CLRTHREADATTRIBUTE:NONE + "MTAThreadingAttribute", # /CLRTHREADATTRIBUTE:MTA + "STAThreadingAttribute", + ] + ), +) # /CLRTHREADATTRIBUTE:STA +_Same( + _link, + "DataExecutionPrevention", + _Enumeration(["", "false", "true"]), # /NXCOMPAT:NO +) # /NXCOMPAT +_Same( + _link, + "Driver", + _Enumeration(["NotSet", "Driver", "UpOnly", "WDM"]), # /Driver # /DRIVER:UPONLY +) # /DRIVER:WDM +_Same( + _link, + "LinkTimeCodeGeneration", + _Enumeration( + [ + "Default", + "UseLinkTimeCodeGeneration", # /LTCG + "PGInstrument", # /LTCG:PGInstrument + "PGOptimization", # /LTCG:PGOptimize + "PGUpdate", + ] + ), +) # /LTCG:PGUpdate +_Same( + _link, + "ShowProgress", + _Enumeration( + ["NotSet", "LinkVerbose", "LinkVerboseLib"], # /VERBOSE # /VERBOSE:Lib + new=[ + "LinkVerboseICF", # /VERBOSE:ICF + "LinkVerboseREF", # /VERBOSE:REF + "LinkVerboseSAFESEH", # /VERBOSE:SAFESEH + "LinkVerboseCLR", + ], + ), +) # /VERBOSE:CLR +_Same(_link, "SubSystem", _subsystem_enumeration) +_Same(_link, "TargetMachine", _target_machine_enumeration) +_Same( + _link, + "UACExecutionLevel", + _Enumeration( + [ + "AsInvoker", # /level='asInvoker' + "HighestAvailable", # /level='highestAvailable' + "RequireAdministrator", + ] + ), +) # /level='requireAdministrator' +_Same(_link, "MinimumRequiredVersion", _string) +_Same(_link, "TreatLinkerWarningAsErrors", _boolean) # /WX + + +# Options found in MSVS that have been renamed in MSBuild. +_Renamed( + _link, + "ErrorReporting", + "LinkErrorReporting", + _Enumeration( + [ + "NoErrorReport", # /ERRORREPORT:NONE + "PromptImmediately", # /ERRORREPORT:PROMPT + "QueueForNextLogin", + ], # /ERRORREPORT:QUEUE + new=["SendErrorReport"], + ), +) # /ERRORREPORT:SEND +_Renamed( + _link, "IgnoreDefaultLibraryNames", "IgnoreSpecificDefaultLibraries", _file_list +) # /NODEFAULTLIB +_Renamed(_link, "ResourceOnlyDLL", "NoEntryPoint", _boolean) # /NOENTRY +_Renamed(_link, "SwapRunFromNet", "SwapRunFromNET", _boolean) # /SWAPRUN:NET + +_Moved(_link, "GenerateManifest", "", _boolean) +_Moved(_link, "IgnoreImportLibrary", "", _boolean) +_Moved(_link, "LinkIncremental", "", _newly_boolean) +_Moved(_link, "LinkLibraryDependencies", "ProjectReference", _boolean) +_Moved(_link, "UseLibraryDependencyInputs", "ProjectReference", _boolean) + +# MSVS options not found in MSBuild. +_MSVSOnly(_link, "OptimizeForWindows98", _newly_boolean) +_MSVSOnly(_link, "UseUnicodeResponseFiles", _boolean) + +# MSBuild options not found in MSVS. +_MSBuildOnly(_link, "BuildingInIDE", _boolean) +_MSBuildOnly(_link, "ImageHasSafeExceptionHandlers", _boolean) # /SAFESEH +_MSBuildOnly(_link, "LinkDLL", _boolean) # /DLL Visible='false' +_MSBuildOnly(_link, "LinkStatus", _boolean) # /LTCG:STATUS +_MSBuildOnly(_link, "PreventDllBinding", _boolean) # /ALLOWBIND +_MSBuildOnly(_link, "SupportNobindOfDelayLoadedDLL", _boolean) # /DELAY:NOBIND +_MSBuildOnly(_link, "TrackerLogDirectory", _folder_name) +_MSBuildOnly(_link, "MSDOSStubFileName", _file_name) # /STUB Visible='false' +_MSBuildOnly(_link, "SectionAlignment", _integer) # /ALIGN +_MSBuildOnly(_link, "SpecifySectionAttributes", _string) # /SECTION +_MSBuildOnly( + _link, + "ForceFileOutput", + _Enumeration( + [], + new=[ + "Enabled", # /FORCE + # /FORCE:MULTIPLE + "MultiplyDefinedSymbolOnly", + "UndefinedSymbolOnly", + ], + ), +) # /FORCE:UNRESOLVED +_MSBuildOnly( + _link, + "CreateHotPatchableImage", + _Enumeration( + [], + new=[ + "Enabled", # /FUNCTIONPADMIN + "X86Image", # /FUNCTIONPADMIN:5 + "X64Image", # /FUNCTIONPADMIN:6 + "ItaniumImage", + ], + ), +) # /FUNCTIONPADMIN:16 +_MSBuildOnly( + _link, + "CLRSupportLastError", + _Enumeration( + [], + new=[ + "Enabled", # /CLRSupportLastError + "Disabled", # /CLRSupportLastError:NO + # /CLRSupportLastError:SYSTEMDLL + "SystemDlls", + ], + ), +) + + +# Directives for converting VCResourceCompilerTool to ResourceCompile. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\rc.xml" for +# the schema of the MSBuild ResourceCompile settings. + +_Same(_rc, "AdditionalOptions", _string_list) +_Same(_rc, "AdditionalIncludeDirectories", _folder_list) # /I +_Same(_rc, "Culture", _Integer(msbuild_base=16)) +_Same(_rc, "IgnoreStandardIncludePath", _boolean) # /X +_Same(_rc, "PreprocessorDefinitions", _string_list) # /D +_Same(_rc, "ResourceOutputFileName", _string) # /fo +_Same(_rc, "ShowProgress", _boolean) # /v +# There is no UI in VisualStudio 2008 to set the following properties. +# However they are found in CL and other tools. Include them here for +# completeness, as they are very likely to have the same usage pattern. +_Same(_rc, "SuppressStartupBanner", _boolean) # /nologo +_Same(_rc, "UndefinePreprocessorDefinitions", _string_list) # /u + +# MSBuild options not found in MSVS. +_MSBuildOnly(_rc, "NullTerminateStrings", _boolean) # /n +_MSBuildOnly(_rc, "TrackerLogDirectory", _folder_name) + + +# Directives for converting VCMIDLTool to Midl. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\midl.xml" for +# the schema of the MSBuild Midl settings. + +_Same(_midl, "AdditionalIncludeDirectories", _folder_list) # /I +_Same(_midl, "AdditionalOptions", _string_list) +_Same(_midl, "CPreprocessOptions", _string) # /cpp_opt +_Same(_midl, "ErrorCheckAllocations", _boolean) # /error allocation +_Same(_midl, "ErrorCheckBounds", _boolean) # /error bounds_check +_Same(_midl, "ErrorCheckEnumRange", _boolean) # /error enum +_Same(_midl, "ErrorCheckRefPointers", _boolean) # /error ref +_Same(_midl, "ErrorCheckStubData", _boolean) # /error stub_data +_Same(_midl, "GenerateStublessProxies", _boolean) # /Oicf +_Same(_midl, "GenerateTypeLibrary", _boolean) +_Same(_midl, "HeaderFileName", _file_name) # /h +_Same(_midl, "IgnoreStandardIncludePath", _boolean) # /no_def_idir +_Same(_midl, "InterfaceIdentifierFileName", _file_name) # /iid +_Same(_midl, "MkTypLibCompatible", _boolean) # /mktyplib203 +_Same(_midl, "OutputDirectory", _string) # /out +_Same(_midl, "PreprocessorDefinitions", _string_list) # /D +_Same(_midl, "ProxyFileName", _file_name) # /proxy +_Same(_midl, "RedirectOutputAndErrors", _file_name) # /o +_Same(_midl, "SuppressStartupBanner", _boolean) # /nologo +_Same(_midl, "TypeLibraryName", _file_name) # /tlb +_Same(_midl, "UndefinePreprocessorDefinitions", _string_list) # /U +_Same(_midl, "WarnAsError", _boolean) # /WX + +_Same( + _midl, + "DefaultCharType", + _Enumeration(["Unsigned", "Signed", "Ascii"]), # /char unsigned # /char signed +) # /char ascii7 +_Same( + _midl, + "TargetEnvironment", + _Enumeration( + [ + "NotSet", + "Win32", # /env win32 + "Itanium", # /env ia64 + "X64", # /env x64 + "ARM64", # /env arm64 + ] + ), +) +_Same( + _midl, + "EnableErrorChecks", + _Enumeration(["EnableCustom", "None", "All"]), # /error none +) # /error all +_Same( + _midl, + "StructMemberAlignment", + _Enumeration(["NotSet", "1", "2", "4", "8"]), # Zp1 # Zp2 # Zp4 +) # Zp8 +_Same( + _midl, + "WarningLevel", + _Enumeration(["0", "1", "2", "3", "4"]), # /W0 # /W1 # /W2 # /W3 +) # /W4 + +_Renamed(_midl, "DLLDataFileName", "DllDataFileName", _file_name) # /dlldata +_Renamed(_midl, "ValidateParameters", "ValidateAllParameters", _boolean) # /robust + +# MSBuild options not found in MSVS. +_MSBuildOnly(_midl, "ApplicationConfigurationMode", _boolean) # /app_config +_MSBuildOnly(_midl, "ClientStubFile", _file_name) # /cstub +_MSBuildOnly( + _midl, "GenerateClientFiles", _Enumeration([], new=["Stub", "None"]) # /client stub +) # /client none +_MSBuildOnly( + _midl, "GenerateServerFiles", _Enumeration([], new=["Stub", "None"]) # /client stub +) # /client none +_MSBuildOnly(_midl, "LocaleID", _integer) # /lcid DECIMAL +_MSBuildOnly(_midl, "ServerStubFile", _file_name) # /sstub +_MSBuildOnly(_midl, "SuppressCompilerWarnings", _boolean) # /no_warn +_MSBuildOnly(_midl, "TrackerLogDirectory", _folder_name) +_MSBuildOnly( + _midl, "TypeLibFormat", _Enumeration([], new=["NewFormat", "OldFormat"]) # /newtlb +) # /oldtlb + + +# Directives for converting VCLibrarianTool to Lib. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\lib.xml" for +# the schema of the MSBuild Lib settings. + +_Same(_lib, "AdditionalDependencies", _file_list) +_Same(_lib, "AdditionalLibraryDirectories", _folder_list) # /LIBPATH +_Same(_lib, "AdditionalOptions", _string_list) +_Same(_lib, "ExportNamedFunctions", _string_list) # /EXPORT +_Same(_lib, "ForceSymbolReferences", _string) # /INCLUDE +_Same(_lib, "IgnoreAllDefaultLibraries", _boolean) # /NODEFAULTLIB +_Same(_lib, "IgnoreSpecificDefaultLibraries", _file_list) # /NODEFAULTLIB +_Same(_lib, "ModuleDefinitionFile", _file_name) # /DEF +_Same(_lib, "OutputFile", _file_name) # /OUT +_Same(_lib, "SuppressStartupBanner", _boolean) # /NOLOGO +_Same(_lib, "UseUnicodeResponseFiles", _boolean) +_Same(_lib, "LinkTimeCodeGeneration", _boolean) # /LTCG +_Same(_lib, "TargetMachine", _target_machine_enumeration) + +# TODO(jeanluc) _link defines the same value that gets moved to +# ProjectReference. We may want to validate that they are consistent. +_Moved(_lib, "LinkLibraryDependencies", "ProjectReference", _boolean) + +_MSBuildOnly(_lib, "DisplayLibrary", _string) # /LIST Visible='false' +_MSBuildOnly( + _lib, + "ErrorReporting", + _Enumeration( + [], + new=[ + "PromptImmediately", # /ERRORREPORT:PROMPT + "QueueForNextLogin", # /ERRORREPORT:QUEUE + "SendErrorReport", # /ERRORREPORT:SEND + "NoErrorReport", + ], + ), +) # /ERRORREPORT:NONE +_MSBuildOnly(_lib, "MinimumRequiredVersion", _string) +_MSBuildOnly(_lib, "Name", _file_name) # /NAME +_MSBuildOnly(_lib, "RemoveObjects", _file_list) # /REMOVE +_MSBuildOnly(_lib, "SubSystem", _subsystem_enumeration) +_MSBuildOnly(_lib, "TrackerLogDirectory", _folder_name) +_MSBuildOnly(_lib, "TreatLibWarningAsErrors", _boolean) # /WX +_MSBuildOnly(_lib, "Verbose", _boolean) + + +# Directives for converting VCManifestTool to Mt. +# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\mt.xml" for +# the schema of the MSBuild Lib settings. + +# Options that have the same name in MSVS and MSBuild +_Same(_manifest, "AdditionalManifestFiles", _file_list) # /manifest +_Same(_manifest, "AdditionalOptions", _string_list) +_Same(_manifest, "AssemblyIdentity", _string) # /identity: +_Same(_manifest, "ComponentFileName", _file_name) # /dll +_Same(_manifest, "GenerateCatalogFiles", _boolean) # /makecdfs +_Same(_manifest, "InputResourceManifests", _string) # /inputresource +_Same(_manifest, "OutputManifestFile", _file_name) # /out +_Same(_manifest, "RegistrarScriptFile", _file_name) # /rgs +_Same(_manifest, "ReplacementsFile", _file_name) # /replacements +_Same(_manifest, "SuppressStartupBanner", _boolean) # /nologo +_Same(_manifest, "TypeLibraryFile", _file_name) # /tlb: +_Same(_manifest, "UpdateFileHashes", _boolean) # /hashupdate +_Same(_manifest, "UpdateFileHashesSearchPath", _file_name) +_Same(_manifest, "VerboseOutput", _boolean) # /verbose + +# Options that have moved location. +_MovedAndRenamed( + _manifest, + "ManifestResourceFile", + "ManifestResourceCompile", + "ResourceOutputFileName", + _file_name, +) +_Moved(_manifest, "EmbedManifest", "", _boolean) + +# MSVS options not found in MSBuild. +_MSVSOnly(_manifest, "DependencyInformationFile", _file_name) +_MSVSOnly(_manifest, "UseFAT32Workaround", _boolean) +_MSVSOnly(_manifest, "UseUnicodeResponseFiles", _boolean) + +# MSBuild options not found in MSVS. +_MSBuildOnly(_manifest, "EnableDPIAwareness", _boolean) +_MSBuildOnly(_manifest, "GenerateCategoryTags", _boolean) # /category +_MSBuildOnly( + _manifest, "ManifestFromManagedAssembly", _file_name +) # /managedassemblyname +_MSBuildOnly(_manifest, "OutputResourceManifests", _string) # /outputresource +_MSBuildOnly(_manifest, "SuppressDependencyElement", _boolean) # /nodependency +_MSBuildOnly(_manifest, "TrackerLogDirectory", _folder_name) + + +# Directives for MASM. +# See "$(VCTargetsPath)\BuildCustomizations\masm.xml" for the schema of the +# MSBuild MASM settings. + +# Options that have the same name in MSVS and MSBuild. +_Same(_masm, "UseSafeExceptionHandlers", _boolean) # /safeseh diff --git a/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py b/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py new file mode 100644 index 0000000..6ca0968 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py @@ -0,0 +1,1547 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Unit tests for the MSVSSettings.py file.""" + +import unittest +import gyp.MSVSSettings as MSVSSettings + +from io import StringIO + + +class TestSequenceFunctions(unittest.TestCase): + def setUp(self): + self.stderr = StringIO() + + def _ExpectedWarnings(self, expected): + """Compares recorded lines to expected warnings.""" + self.stderr.seek(0) + actual = self.stderr.read().split("\n") + actual = [line for line in actual if line] + self.assertEqual(sorted(expected), sorted(actual)) + + def testValidateMSVSSettings_tool_names(self): + """Tests that only MSVS tool names are allowed.""" + MSVSSettings.ValidateMSVSSettings( + { + "VCCLCompilerTool": {}, + "VCLinkerTool": {}, + "VCMIDLTool": {}, + "foo": {}, + "VCResourceCompilerTool": {}, + "VCLibrarianTool": {}, + "VCManifestTool": {}, + "ClCompile": {}, + }, + self.stderr, + ) + self._ExpectedWarnings( + ["Warning: unrecognized tool foo", "Warning: unrecognized tool ClCompile"] + ) + + def testValidateMSVSSettings_settings(self): + """Tests that for invalid MSVS settings.""" + MSVSSettings.ValidateMSVSSettings( + { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": ["string1", "string2"], + "AdditionalUsingDirectories": "folder1;folder2", + "AssemblerListingLocation": "a_file_name", + "AssemblerOutput": "0", + "BasicRuntimeChecks": "5", + "BrowseInformation": "fdkslj", + "BrowseInformationFile": "a_file_name", + "BufferSecurityCheck": "true", + "CallingConvention": "-1", + "CompileAs": "1", + "DebugInformationFormat": "2", + "DefaultCharIsUnsigned": "true", + "Detect64BitPortabilityProblems": "true", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "string1;string2", + "EnableEnhancedInstructionSet": "1", + "EnableFiberSafeOptimizations": "true", + "EnableFunctionLevelLinking": "true", + "EnableIntrinsicFunctions": "true", + "EnablePREfast": "true", + "Enableprefast": "bogus", + "ErrorReporting": "1", + "ExceptionHandling": "1", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "1", + "FloatingPointExceptions": "true", + "FloatingPointModel": "1", + "ForceConformanceInForLoopScope": "true", + "ForcedIncludeFiles": "file1;file2", + "ForcedUsingFiles": "file1;file2", + "GeneratePreprocessedFile": "1", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "1", + "KeepComments": "true", + "MinimalRebuild": "true", + "ObjectFile": "a_file_name", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMP": "true", + "Optimization": "1", + "PrecompiledHeaderFile": "a_file_name", + "PrecompiledHeaderThrough": "a_file_name", + "PreprocessorDefinitions": "string1;string2", + "ProgramDataBaseFileName": "a_file_name", + "RuntimeLibrary": "1", + "RuntimeTypeInfo": "true", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "1", + "SuppressStartupBanner": "true", + "TreatWChar_tAsBuiltInType": "true", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "string1;string2", + "UseFullPaths": "true", + "UsePrecompiledHeader": "1", + "UseUnicodeResponseFiles": "true", + "WarnAsError": "true", + "WarningLevel": "1", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "a_file_name", + "ZZXYZ": "bogus", + }, + "VCLinkerTool": { + "AdditionalDependencies": "file1;file2", + "AdditionalDependencies_excluded": "file3", + "AdditionalLibraryDirectories": "folder1;folder2", + "AdditionalManifestDependencies": "file1;file2", + "AdditionalOptions": "a string1", + "AddModuleNamesToAssembly": "file1;file2", + "AllowIsolation": "true", + "AssemblyDebug": "2", + "AssemblyLinkResource": "file1;file2", + "BaseAddress": "a string1", + "CLRImageType": "2", + "CLRThreadAttribute": "2", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "2", + "DelayLoadDLLs": "file1;file2", + "DelaySign": "true", + "Driver": "2", + "EmbedManagedResourceFile": "file1;file2", + "EnableCOMDATFolding": "2", + "EnableUAC": "true", + "EntryPointSymbol": "a string1", + "ErrorReporting": "2", + "FixedBaseAddress": "2", + "ForceSymbolReferences": "file1;file2", + "FunctionOrder": "a_file_name", + "GenerateDebugInformation": "true", + "GenerateManifest": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "a string1", + "HeapReserveSize": "a string1", + "IgnoreAllDefaultLibraries": "true", + "IgnoreDefaultLibraryNames": "file1;file2", + "IgnoreEmbeddedIDL": "true", + "IgnoreImportLibrary": "true", + "ImportLibrary": "a_file_name", + "KeyContainer": "a_file_name", + "KeyFile": "a_file_name", + "LargeAddressAware": "2", + "LinkIncremental": "2", + "LinkLibraryDependencies": "true", + "LinkTimeCodeGeneration": "2", + "ManifestFile": "a_file_name", + "MapExports": "true", + "MapFileName": "a_file_name", + "MergedIDLBaseFileName": "a_file_name", + "MergeSections": "a string1", + "MidlCommandFile": "a_file_name", + "ModuleDefinitionFile": "a_file_name", + "OptimizeForWindows98": "1", + "OptimizeReferences": "2", + "OutputFile": "a_file_name", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "a_file_name", + "ProgramDatabaseFile": "a_file_name", + "RandomizedBaseAddress": "2", + "RegisterOutput": "true", + "ResourceOnlyDLL": "true", + "SetChecksum": "true", + "ShowProgress": "2", + "StackCommitSize": "a string1", + "StackReserveSize": "a string1", + "StripPrivateSymbols": "a_file_name", + "SubSystem": "2", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "true", + "SwapRunFromCD": "true", + "SwapRunFromNet": "true", + "TargetMachine": "2", + "TerminalServerAware": "2", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "a_file_name", + "TypeLibraryResourceID": "33", + "UACExecutionLevel": "2", + "UACUIAccess": "true", + "UseLibraryDependencyInputs": "true", + "UseUnicodeResponseFiles": "true", + "Version": "a string1", + }, + "VCMIDLTool": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "CPreprocessOptions": "a string1", + "DefaultCharType": "1", + "DLLDataFileName": "a_file_name", + "EnableErrorChecks": "1", + "ErrorCheckAllocations": "true", + "ErrorCheckBounds": "true", + "ErrorCheckEnumRange": "true", + "ErrorCheckRefPointers": "true", + "ErrorCheckStubData": "true", + "GenerateStublessProxies": "true", + "GenerateTypeLibrary": "true", + "HeaderFileName": "a_file_name", + "IgnoreStandardIncludePath": "true", + "InterfaceIdentifierFileName": "a_file_name", + "MkTypLibCompatible": "true", + "notgood": "bogus", + "OutputDirectory": "a string1", + "PreprocessorDefinitions": "string1;string2", + "ProxyFileName": "a_file_name", + "RedirectOutputAndErrors": "a_file_name", + "StructMemberAlignment": "1", + "SuppressStartupBanner": "true", + "TargetEnvironment": "1", + "TypeLibraryName": "a_file_name", + "UndefinePreprocessorDefinitions": "string1;string2", + "ValidateParameters": "true", + "WarnAsError": "true", + "WarningLevel": "1", + }, + "VCResourceCompilerTool": { + "AdditionalOptions": "a string1", + "AdditionalIncludeDirectories": "folder1;folder2", + "Culture": "1003", + "IgnoreStandardIncludePath": "true", + "notgood2": "bogus", + "PreprocessorDefinitions": "string1;string2", + "ResourceOutputFileName": "a string1", + "ShowProgress": "true", + "SuppressStartupBanner": "true", + "UndefinePreprocessorDefinitions": "string1;string2", + }, + "VCLibrarianTool": { + "AdditionalDependencies": "file1;file2", + "AdditionalLibraryDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "ExportNamedFunctions": "string1;string2", + "ForceSymbolReferences": "a string1", + "IgnoreAllDefaultLibraries": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2", + "LinkLibraryDependencies": "true", + "ModuleDefinitionFile": "a_file_name", + "OutputFile": "a_file_name", + "SuppressStartupBanner": "true", + "UseUnicodeResponseFiles": "true", + }, + "VCManifestTool": { + "AdditionalManifestFiles": "file1;file2", + "AdditionalOptions": "a string1", + "AssemblyIdentity": "a string1", + "ComponentFileName": "a_file_name", + "DependencyInformationFile": "a_file_name", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "a string1", + "ManifestResourceFile": "a_file_name", + "OutputManifestFile": "a_file_name", + "RegistrarScriptFile": "a_file_name", + "ReplacementsFile": "a_file_name", + "SuppressStartupBanner": "true", + "TypeLibraryFile": "a_file_name", + "UpdateFileHashes": "truel", + "UpdateFileHashesSearchPath": "a_file_name", + "UseFAT32Workaround": "true", + "UseUnicodeResponseFiles": "true", + "VerboseOutput": "true", + }, + }, + self.stderr, + ) + self._ExpectedWarnings( + [ + "Warning: for VCCLCompilerTool/BasicRuntimeChecks, " + "index value (5) not in expected range [0, 4)", + "Warning: for VCCLCompilerTool/BrowseInformation, " + "invalid literal for int() with base 10: 'fdkslj'", + "Warning: for VCCLCompilerTool/CallingConvention, " + "index value (-1) not in expected range [0, 4)", + "Warning: for VCCLCompilerTool/DebugInformationFormat, " + "converted value for 2 not specified.", + "Warning: unrecognized setting VCCLCompilerTool/Enableprefast", + "Warning: unrecognized setting VCCLCompilerTool/ZZXYZ", + "Warning: for VCLinkerTool/TargetMachine, " + "converted value for 2 not specified.", + "Warning: unrecognized setting VCMIDLTool/notgood", + "Warning: unrecognized setting VCResourceCompilerTool/notgood2", + "Warning: for VCManifestTool/UpdateFileHashes, " + "expected bool; got 'truel'" + "", + ] + ) + + def testValidateMSBuildSettings_settings(self): + """Tests that for invalid MSBuild settings.""" + MSVSSettings.ValidateMSBuildSettings( + { + "ClCompile": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": ["string1", "string2"], + "AdditionalUsingDirectories": "folder1;folder2", + "AssemblerListingLocation": "a_file_name", + "AssemblerOutput": "NoListing", + "BasicRuntimeChecks": "StackFrameRuntimeCheck", + "BrowseInformation": "false", + "BrowseInformationFile": "a_file_name", + "BufferSecurityCheck": "true", + "BuildingInIDE": "true", + "CallingConvention": "Cdecl", + "CompileAs": "CompileAsC", + "CompileAsManaged": "true", + "CreateHotpatchableImage": "true", + "DebugInformationFormat": "ProgramDatabase", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "string1;string2", + "EnableEnhancedInstructionSet": "StreamingSIMDExtensions", + "EnableFiberSafeOptimizations": "true", + "EnablePREfast": "true", + "Enableprefast": "bogus", + "ErrorReporting": "Prompt", + "ExceptionHandling": "SyncCThrow", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "Neither", + "FloatingPointExceptions": "true", + "FloatingPointModel": "Precise", + "ForceConformanceInForLoopScope": "true", + "ForcedIncludeFiles": "file1;file2", + "ForcedUsingFiles": "file1;file2", + "FunctionLevelLinking": "false", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "OnlyExplicitInline", + "IntrinsicFunctions": "false", + "MinimalRebuild": "true", + "MultiProcessorCompilation": "true", + "ObjectFileName": "a_file_name", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMPSupport": "true", + "Optimization": "Disabled", + "PrecompiledHeader": "NotUsing", + "PrecompiledHeaderFile": "a_file_name", + "PrecompiledHeaderOutputFile": "a_file_name", + "PreprocessKeepComments": "true", + "PreprocessorDefinitions": "string1;string2", + "PreprocessOutputPath": "a string1", + "PreprocessSuppressLineNumbers": "false", + "PreprocessToFile": "false", + "ProcessorNumber": "33", + "ProgramDataBaseFileName": "a_file_name", + "RuntimeLibrary": "MultiThreaded", + "RuntimeTypeInfo": "true", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "1Byte", + "SuppressStartupBanner": "true", + "TrackerLogDirectory": "a_folder", + "TreatSpecificWarningsAsErrors": "string1;string2", + "TreatWarningAsError": "true", + "TreatWChar_tAsBuiltInType": "true", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "string1;string2", + "UseFullPaths": "true", + "UseUnicodeForAssemblerListing": "true", + "WarningLevel": "TurnOffAllWarnings", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "a_file_name", + "ZZXYZ": "bogus", + }, + "Link": { + "AdditionalDependencies": "file1;file2", + "AdditionalLibraryDirectories": "folder1;folder2", + "AdditionalManifestDependencies": "file1;file2", + "AdditionalOptions": "a string1", + "AddModuleNamesToAssembly": "file1;file2", + "AllowIsolation": "true", + "AssemblyDebug": "", + "AssemblyLinkResource": "file1;file2", + "BaseAddress": "a string1", + "BuildingInIDE": "true", + "CLRImageType": "ForceIJWImage", + "CLRSupportLastError": "Enabled", + "CLRThreadAttribute": "MTAThreadingAttribute", + "CLRUnmanagedCodeCheck": "true", + "CreateHotPatchableImage": "X86Image", + "DataExecutionPrevention": "false", + "DelayLoadDLLs": "file1;file2", + "DelaySign": "true", + "Driver": "NotSet", + "EmbedManagedResourceFile": "file1;file2", + "EnableCOMDATFolding": "false", + "EnableUAC": "true", + "EntryPointSymbol": "a string1", + "FixedBaseAddress": "false", + "ForceFileOutput": "Enabled", + "ForceSymbolReferences": "file1;file2", + "FunctionOrder": "a_file_name", + "GenerateDebugInformation": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "a string1", + "HeapReserveSize": "a string1", + "IgnoreAllDefaultLibraries": "true", + "IgnoreEmbeddedIDL": "true", + "IgnoreSpecificDefaultLibraries": "a_file_list", + "ImageHasSafeExceptionHandlers": "true", + "ImportLibrary": "a_file_name", + "KeyContainer": "a_file_name", + "KeyFile": "a_file_name", + "LargeAddressAware": "false", + "LinkDLL": "true", + "LinkErrorReporting": "SendErrorReport", + "LinkStatus": "true", + "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", + "ManifestFile": "a_file_name", + "MapExports": "true", + "MapFileName": "a_file_name", + "MergedIDLBaseFileName": "a_file_name", + "MergeSections": "a string1", + "MidlCommandFile": "a_file_name", + "MinimumRequiredVersion": "a string1", + "ModuleDefinitionFile": "a_file_name", + "MSDOSStubFileName": "a_file_name", + "NoEntryPoint": "true", + "OptimizeReferences": "false", + "OutputFile": "a_file_name", + "PerUserRedirection": "true", + "PreventDllBinding": "true", + "Profile": "true", + "ProfileGuidedDatabase": "a_file_name", + "ProgramDatabaseFile": "a_file_name", + "RandomizedBaseAddress": "false", + "RegisterOutput": "true", + "SectionAlignment": "33", + "SetChecksum": "true", + "ShowProgress": "LinkVerboseREF", + "SpecifySectionAttributes": "a string1", + "StackCommitSize": "a string1", + "StackReserveSize": "a string1", + "StripPrivateSymbols": "a_file_name", + "SubSystem": "Console", + "SupportNobindOfDelayLoadedDLL": "true", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "true", + "SwapRunFromCD": "true", + "SwapRunFromNET": "true", + "TargetMachine": "MachineX86", + "TerminalServerAware": "false", + "TrackerLogDirectory": "a_folder", + "TreatLinkerWarningAsErrors": "true", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "a_file_name", + "TypeLibraryResourceID": "33", + "UACExecutionLevel": "AsInvoker", + "UACUIAccess": "true", + "Version": "a string1", + }, + "ResourceCompile": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "Culture": "0x236", + "IgnoreStandardIncludePath": "true", + "NullTerminateStrings": "true", + "PreprocessorDefinitions": "string1;string2", + "ResourceOutputFileName": "a string1", + "ShowProgress": "true", + "SuppressStartupBanner": "true", + "TrackerLogDirectory": "a_folder", + "UndefinePreprocessorDefinitions": "string1;string2", + }, + "Midl": { + "AdditionalIncludeDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "ApplicationConfigurationMode": "true", + "ClientStubFile": "a_file_name", + "CPreprocessOptions": "a string1", + "DefaultCharType": "Signed", + "DllDataFileName": "a_file_name", + "EnableErrorChecks": "EnableCustom", + "ErrorCheckAllocations": "true", + "ErrorCheckBounds": "true", + "ErrorCheckEnumRange": "true", + "ErrorCheckRefPointers": "true", + "ErrorCheckStubData": "true", + "GenerateClientFiles": "Stub", + "GenerateServerFiles": "None", + "GenerateStublessProxies": "true", + "GenerateTypeLibrary": "true", + "HeaderFileName": "a_file_name", + "IgnoreStandardIncludePath": "true", + "InterfaceIdentifierFileName": "a_file_name", + "LocaleID": "33", + "MkTypLibCompatible": "true", + "OutputDirectory": "a string1", + "PreprocessorDefinitions": "string1;string2", + "ProxyFileName": "a_file_name", + "RedirectOutputAndErrors": "a_file_name", + "ServerStubFile": "a_file_name", + "StructMemberAlignment": "NotSet", + "SuppressCompilerWarnings": "true", + "SuppressStartupBanner": "true", + "TargetEnvironment": "Itanium", + "TrackerLogDirectory": "a_folder", + "TypeLibFormat": "NewFormat", + "TypeLibraryName": "a_file_name", + "UndefinePreprocessorDefinitions": "string1;string2", + "ValidateAllParameters": "true", + "WarnAsError": "true", + "WarningLevel": "1", + }, + "Lib": { + "AdditionalDependencies": "file1;file2", + "AdditionalLibraryDirectories": "folder1;folder2", + "AdditionalOptions": "a string1", + "DisplayLibrary": "a string1", + "ErrorReporting": "PromptImmediately", + "ExportNamedFunctions": "string1;string2", + "ForceSymbolReferences": "a string1", + "IgnoreAllDefaultLibraries": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2", + "LinkTimeCodeGeneration": "true", + "MinimumRequiredVersion": "a string1", + "ModuleDefinitionFile": "a_file_name", + "Name": "a_file_name", + "OutputFile": "a_file_name", + "RemoveObjects": "file1;file2", + "SubSystem": "Console", + "SuppressStartupBanner": "true", + "TargetMachine": "MachineX86i", + "TrackerLogDirectory": "a_folder", + "TreatLibWarningAsErrors": "true", + "UseUnicodeResponseFiles": "true", + "Verbose": "true", + }, + "Manifest": { + "AdditionalManifestFiles": "file1;file2", + "AdditionalOptions": "a string1", + "AssemblyIdentity": "a string1", + "ComponentFileName": "a_file_name", + "EnableDPIAwareness": "fal", + "GenerateCatalogFiles": "truel", + "GenerateCategoryTags": "true", + "InputResourceManifests": "a string1", + "ManifestFromManagedAssembly": "a_file_name", + "notgood3": "bogus", + "OutputManifestFile": "a_file_name", + "OutputResourceManifests": "a string1", + "RegistrarScriptFile": "a_file_name", + "ReplacementsFile": "a_file_name", + "SuppressDependencyElement": "true", + "SuppressStartupBanner": "true", + "TrackerLogDirectory": "a_folder", + "TypeLibraryFile": "a_file_name", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "a_file_name", + "VerboseOutput": "true", + }, + "ProjectReference": { + "LinkLibraryDependencies": "true", + "UseLibraryDependencyInputs": "true", + }, + "ManifestResourceCompile": {"ResourceOutputFileName": "a_file_name"}, + "": { + "EmbedManifest": "true", + "GenerateManifest": "true", + "IgnoreImportLibrary": "true", + "LinkIncremental": "false", + }, + }, + self.stderr, + ) + self._ExpectedWarnings( + [ + "Warning: unrecognized setting ClCompile/Enableprefast", + "Warning: unrecognized setting ClCompile/ZZXYZ", + "Warning: unrecognized setting Manifest/notgood3", + "Warning: for Manifest/GenerateCatalogFiles, " + "expected bool; got 'truel'", + "Warning: for Lib/TargetMachine, unrecognized enumerated value " + "MachineX86i", + "Warning: for Manifest/EnableDPIAwareness, expected bool; got 'fal'", + ] + ) + + def testConvertToMSBuildSettings_empty(self): + """Tests an empty conversion.""" + msvs_settings = {} + expected_msbuild_settings = {} + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings([]) + + def testConvertToMSBuildSettings_minimal(self): + """Tests a minimal conversion.""" + msvs_settings = { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "dir1", + "AdditionalOptions": "/foo", + "BasicRuntimeChecks": "0", + }, + "VCLinkerTool": { + "LinkTimeCodeGeneration": "1", + "ErrorReporting": "1", + "DataExecutionPrevention": "2", + }, + } + expected_msbuild_settings = { + "ClCompile": { + "AdditionalIncludeDirectories": "dir1", + "AdditionalOptions": "/foo", + "BasicRuntimeChecks": "Default", + }, + "Link": { + "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", + "LinkErrorReporting": "PromptImmediately", + "DataExecutionPrevention": "true", + }, + } + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings([]) + + def testConvertToMSBuildSettings_warnings(self): + """Tests conversion that generates warnings.""" + msvs_settings = { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "1", + "AdditionalOptions": "2", + # These are incorrect values: + "BasicRuntimeChecks": "12", + "BrowseInformation": "21", + "UsePrecompiledHeader": "13", + "GeneratePreprocessedFile": "14", + }, + "VCLinkerTool": { + # These are incorrect values: + "Driver": "10", + "LinkTimeCodeGeneration": "31", + "ErrorReporting": "21", + "FixedBaseAddress": "6", + }, + "VCResourceCompilerTool": { + # Custom + "Culture": "1003" + }, + } + expected_msbuild_settings = { + "ClCompile": { + "AdditionalIncludeDirectories": "1", + "AdditionalOptions": "2", + }, + "Link": {}, + "ResourceCompile": { + # Custom + "Culture": "0x03eb" + }, + } + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings( + [ + "Warning: while converting VCCLCompilerTool/BasicRuntimeChecks to " + "MSBuild, index value (12) not in expected range [0, 4)", + "Warning: while converting VCCLCompilerTool/BrowseInformation to " + "MSBuild, index value (21) not in expected range [0, 3)", + "Warning: while converting VCCLCompilerTool/UsePrecompiledHeader to " + "MSBuild, index value (13) not in expected range [0, 3)", + "Warning: while converting " + "VCCLCompilerTool/GeneratePreprocessedFile to " + "MSBuild, value must be one of [0, 1, 2]; got 14", + "Warning: while converting VCLinkerTool/Driver to " + "MSBuild, index value (10) not in expected range [0, 4)", + "Warning: while converting VCLinkerTool/LinkTimeCodeGeneration to " + "MSBuild, index value (31) not in expected range [0, 5)", + "Warning: while converting VCLinkerTool/ErrorReporting to " + "MSBuild, index value (21) not in expected range [0, 3)", + "Warning: while converting VCLinkerTool/FixedBaseAddress to " + "MSBuild, index value (6) not in expected range [0, 3)", + ] + ) + + def testConvertToMSBuildSettings_full_synthetic(self): + """Tests conversion of all the MSBuild settings.""" + msvs_settings = { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "AdditionalUsingDirectories": "folder1;folder2;folder3", + "AssemblerListingLocation": "a_file_name", + "AssemblerOutput": "0", + "BasicRuntimeChecks": "1", + "BrowseInformation": "2", + "BrowseInformationFile": "a_file_name", + "BufferSecurityCheck": "true", + "CallingConvention": "0", + "CompileAs": "1", + "DebugInformationFormat": "4", + "DefaultCharIsUnsigned": "true", + "Detect64BitPortabilityProblems": "true", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "d1;d2;d3", + "EnableEnhancedInstructionSet": "0", + "EnableFiberSafeOptimizations": "true", + "EnableFunctionLevelLinking": "true", + "EnableIntrinsicFunctions": "true", + "EnablePREfast": "true", + "ErrorReporting": "1", + "ExceptionHandling": "2", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "0", + "FloatingPointExceptions": "true", + "FloatingPointModel": "1", + "ForceConformanceInForLoopScope": "true", + "ForcedIncludeFiles": "file1;file2;file3", + "ForcedUsingFiles": "file1;file2;file3", + "GeneratePreprocessedFile": "1", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "2", + "KeepComments": "true", + "MinimalRebuild": "true", + "ObjectFile": "a_file_name", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMP": "true", + "Optimization": "3", + "PrecompiledHeaderFile": "a_file_name", + "PrecompiledHeaderThrough": "a_file_name", + "PreprocessorDefinitions": "d1;d2;d3", + "ProgramDataBaseFileName": "a_file_name", + "RuntimeLibrary": "0", + "RuntimeTypeInfo": "true", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "1", + "SuppressStartupBanner": "true", + "TreatWChar_tAsBuiltInType": "true", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + "UseFullPaths": "true", + "UsePrecompiledHeader": "1", + "UseUnicodeResponseFiles": "true", + "WarnAsError": "true", + "WarningLevel": "2", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "a_file_name", + }, + "VCLinkerTool": { + "AdditionalDependencies": "file1;file2;file3", + "AdditionalLibraryDirectories": "folder1;folder2;folder3", + "AdditionalLibraryDirectories_excluded": "folder1;folder2;folder3", + "AdditionalManifestDependencies": "file1;file2;file3", + "AdditionalOptions": "a_string", + "AddModuleNamesToAssembly": "file1;file2;file3", + "AllowIsolation": "true", + "AssemblyDebug": "0", + "AssemblyLinkResource": "file1;file2;file3", + "BaseAddress": "a_string", + "CLRImageType": "1", + "CLRThreadAttribute": "2", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "0", + "DelayLoadDLLs": "file1;file2;file3", + "DelaySign": "true", + "Driver": "1", + "EmbedManagedResourceFile": "file1;file2;file3", + "EnableCOMDATFolding": "0", + "EnableUAC": "true", + "EntryPointSymbol": "a_string", + "ErrorReporting": "0", + "FixedBaseAddress": "1", + "ForceSymbolReferences": "file1;file2;file3", + "FunctionOrder": "a_file_name", + "GenerateDebugInformation": "true", + "GenerateManifest": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "a_string", + "HeapReserveSize": "a_string", + "IgnoreAllDefaultLibraries": "true", + "IgnoreDefaultLibraryNames": "file1;file2;file3", + "IgnoreEmbeddedIDL": "true", + "IgnoreImportLibrary": "true", + "ImportLibrary": "a_file_name", + "KeyContainer": "a_file_name", + "KeyFile": "a_file_name", + "LargeAddressAware": "2", + "LinkIncremental": "1", + "LinkLibraryDependencies": "true", + "LinkTimeCodeGeneration": "2", + "ManifestFile": "a_file_name", + "MapExports": "true", + "MapFileName": "a_file_name", + "MergedIDLBaseFileName": "a_file_name", + "MergeSections": "a_string", + "MidlCommandFile": "a_file_name", + "ModuleDefinitionFile": "a_file_name", + "OptimizeForWindows98": "1", + "OptimizeReferences": "0", + "OutputFile": "a_file_name", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "a_file_name", + "ProgramDatabaseFile": "a_file_name", + "RandomizedBaseAddress": "1", + "RegisterOutput": "true", + "ResourceOnlyDLL": "true", + "SetChecksum": "true", + "ShowProgress": "0", + "StackCommitSize": "a_string", + "StackReserveSize": "a_string", + "StripPrivateSymbols": "a_file_name", + "SubSystem": "2", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "true", + "SwapRunFromCD": "true", + "SwapRunFromNet": "true", + "TargetMachine": "3", + "TerminalServerAware": "2", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "a_file_name", + "TypeLibraryResourceID": "33", + "UACExecutionLevel": "1", + "UACUIAccess": "true", + "UseLibraryDependencyInputs": "false", + "UseUnicodeResponseFiles": "true", + "Version": "a_string", + }, + "VCResourceCompilerTool": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "Culture": "1003", + "IgnoreStandardIncludePath": "true", + "PreprocessorDefinitions": "d1;d2;d3", + "ResourceOutputFileName": "a_string", + "ShowProgress": "true", + "SuppressStartupBanner": "true", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + }, + "VCMIDLTool": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "CPreprocessOptions": "a_string", + "DefaultCharType": "0", + "DLLDataFileName": "a_file_name", + "EnableErrorChecks": "2", + "ErrorCheckAllocations": "true", + "ErrorCheckBounds": "true", + "ErrorCheckEnumRange": "true", + "ErrorCheckRefPointers": "true", + "ErrorCheckStubData": "true", + "GenerateStublessProxies": "true", + "GenerateTypeLibrary": "true", + "HeaderFileName": "a_file_name", + "IgnoreStandardIncludePath": "true", + "InterfaceIdentifierFileName": "a_file_name", + "MkTypLibCompatible": "true", + "OutputDirectory": "a_string", + "PreprocessorDefinitions": "d1;d2;d3", + "ProxyFileName": "a_file_name", + "RedirectOutputAndErrors": "a_file_name", + "StructMemberAlignment": "3", + "SuppressStartupBanner": "true", + "TargetEnvironment": "1", + "TypeLibraryName": "a_file_name", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + "ValidateParameters": "true", + "WarnAsError": "true", + "WarningLevel": "4", + }, + "VCLibrarianTool": { + "AdditionalDependencies": "file1;file2;file3", + "AdditionalLibraryDirectories": "folder1;folder2;folder3", + "AdditionalLibraryDirectories_excluded": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "ExportNamedFunctions": "d1;d2;d3", + "ForceSymbolReferences": "a_string", + "IgnoreAllDefaultLibraries": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2;file3", + "LinkLibraryDependencies": "true", + "ModuleDefinitionFile": "a_file_name", + "OutputFile": "a_file_name", + "SuppressStartupBanner": "true", + "UseUnicodeResponseFiles": "true", + }, + "VCManifestTool": { + "AdditionalManifestFiles": "file1;file2;file3", + "AdditionalOptions": "a_string", + "AssemblyIdentity": "a_string", + "ComponentFileName": "a_file_name", + "DependencyInformationFile": "a_file_name", + "EmbedManifest": "true", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "a_string", + "ManifestResourceFile": "my_name", + "OutputManifestFile": "a_file_name", + "RegistrarScriptFile": "a_file_name", + "ReplacementsFile": "a_file_name", + "SuppressStartupBanner": "true", + "TypeLibraryFile": "a_file_name", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "a_file_name", + "UseFAT32Workaround": "true", + "UseUnicodeResponseFiles": "true", + "VerboseOutput": "true", + }, + } + expected_msbuild_settings = { + "ClCompile": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string /J", + "AdditionalUsingDirectories": "folder1;folder2;folder3", + "AssemblerListingLocation": "a_file_name", + "AssemblerOutput": "NoListing", + "BasicRuntimeChecks": "StackFrameRuntimeCheck", + "BrowseInformation": "true", + "BrowseInformationFile": "a_file_name", + "BufferSecurityCheck": "true", + "CallingConvention": "Cdecl", + "CompileAs": "CompileAsC", + "DebugInformationFormat": "EditAndContinue", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "d1;d2;d3", + "EnableEnhancedInstructionSet": "NotSet", + "EnableFiberSafeOptimizations": "true", + "EnablePREfast": "true", + "ErrorReporting": "Prompt", + "ExceptionHandling": "Async", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "Neither", + "FloatingPointExceptions": "true", + "FloatingPointModel": "Strict", + "ForceConformanceInForLoopScope": "true", + "ForcedIncludeFiles": "file1;file2;file3", + "ForcedUsingFiles": "file1;file2;file3", + "FunctionLevelLinking": "true", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "AnySuitable", + "IntrinsicFunctions": "true", + "MinimalRebuild": "true", + "ObjectFileName": "a_file_name", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMPSupport": "true", + "Optimization": "Full", + "PrecompiledHeader": "Create", + "PrecompiledHeaderFile": "a_file_name", + "PrecompiledHeaderOutputFile": "a_file_name", + "PreprocessKeepComments": "true", + "PreprocessorDefinitions": "d1;d2;d3", + "PreprocessSuppressLineNumbers": "false", + "PreprocessToFile": "true", + "ProgramDataBaseFileName": "a_file_name", + "RuntimeLibrary": "MultiThreaded", + "RuntimeTypeInfo": "true", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "1Byte", + "SuppressStartupBanner": "true", + "TreatWarningAsError": "true", + "TreatWChar_tAsBuiltInType": "true", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + "UseFullPaths": "true", + "WarningLevel": "Level2", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "a_file_name", + }, + "Link": { + "AdditionalDependencies": "file1;file2;file3", + "AdditionalLibraryDirectories": "folder1;folder2;folder3", + "AdditionalManifestDependencies": "file1;file2;file3", + "AdditionalOptions": "a_string", + "AddModuleNamesToAssembly": "file1;file2;file3", + "AllowIsolation": "true", + "AssemblyDebug": "", + "AssemblyLinkResource": "file1;file2;file3", + "BaseAddress": "a_string", + "CLRImageType": "ForceIJWImage", + "CLRThreadAttribute": "STAThreadingAttribute", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "", + "DelayLoadDLLs": "file1;file2;file3", + "DelaySign": "true", + "Driver": "Driver", + "EmbedManagedResourceFile": "file1;file2;file3", + "EnableCOMDATFolding": "", + "EnableUAC": "true", + "EntryPointSymbol": "a_string", + "FixedBaseAddress": "false", + "ForceSymbolReferences": "file1;file2;file3", + "FunctionOrder": "a_file_name", + "GenerateDebugInformation": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "a_string", + "HeapReserveSize": "a_string", + "IgnoreAllDefaultLibraries": "true", + "IgnoreEmbeddedIDL": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2;file3", + "ImportLibrary": "a_file_name", + "KeyContainer": "a_file_name", + "KeyFile": "a_file_name", + "LargeAddressAware": "true", + "LinkErrorReporting": "NoErrorReport", + "LinkTimeCodeGeneration": "PGInstrument", + "ManifestFile": "a_file_name", + "MapExports": "true", + "MapFileName": "a_file_name", + "MergedIDLBaseFileName": "a_file_name", + "MergeSections": "a_string", + "MidlCommandFile": "a_file_name", + "ModuleDefinitionFile": "a_file_name", + "NoEntryPoint": "true", + "OptimizeReferences": "", + "OutputFile": "a_file_name", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "a_file_name", + "ProgramDatabaseFile": "a_file_name", + "RandomizedBaseAddress": "false", + "RegisterOutput": "true", + "SetChecksum": "true", + "ShowProgress": "NotSet", + "StackCommitSize": "a_string", + "StackReserveSize": "a_string", + "StripPrivateSymbols": "a_file_name", + "SubSystem": "Windows", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "true", + "SwapRunFromCD": "true", + "SwapRunFromNET": "true", + "TargetMachine": "MachineARM", + "TerminalServerAware": "true", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "a_file_name", + "TypeLibraryResourceID": "33", + "UACExecutionLevel": "HighestAvailable", + "UACUIAccess": "true", + "Version": "a_string", + }, + "ResourceCompile": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "Culture": "0x03eb", + "IgnoreStandardIncludePath": "true", + "PreprocessorDefinitions": "d1;d2;d3", + "ResourceOutputFileName": "a_string", + "ShowProgress": "true", + "SuppressStartupBanner": "true", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + }, + "Midl": { + "AdditionalIncludeDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "CPreprocessOptions": "a_string", + "DefaultCharType": "Unsigned", + "DllDataFileName": "a_file_name", + "EnableErrorChecks": "All", + "ErrorCheckAllocations": "true", + "ErrorCheckBounds": "true", + "ErrorCheckEnumRange": "true", + "ErrorCheckRefPointers": "true", + "ErrorCheckStubData": "true", + "GenerateStublessProxies": "true", + "GenerateTypeLibrary": "true", + "HeaderFileName": "a_file_name", + "IgnoreStandardIncludePath": "true", + "InterfaceIdentifierFileName": "a_file_name", + "MkTypLibCompatible": "true", + "OutputDirectory": "a_string", + "PreprocessorDefinitions": "d1;d2;d3", + "ProxyFileName": "a_file_name", + "RedirectOutputAndErrors": "a_file_name", + "StructMemberAlignment": "4", + "SuppressStartupBanner": "true", + "TargetEnvironment": "Win32", + "TypeLibraryName": "a_file_name", + "UndefinePreprocessorDefinitions": "d1;d2;d3", + "ValidateAllParameters": "true", + "WarnAsError": "true", + "WarningLevel": "4", + }, + "Lib": { + "AdditionalDependencies": "file1;file2;file3", + "AdditionalLibraryDirectories": "folder1;folder2;folder3", + "AdditionalOptions": "a_string", + "ExportNamedFunctions": "d1;d2;d3", + "ForceSymbolReferences": "a_string", + "IgnoreAllDefaultLibraries": "true", + "IgnoreSpecificDefaultLibraries": "file1;file2;file3", + "ModuleDefinitionFile": "a_file_name", + "OutputFile": "a_file_name", + "SuppressStartupBanner": "true", + "UseUnicodeResponseFiles": "true", + }, + "Manifest": { + "AdditionalManifestFiles": "file1;file2;file3", + "AdditionalOptions": "a_string", + "AssemblyIdentity": "a_string", + "ComponentFileName": "a_file_name", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "a_string", + "OutputManifestFile": "a_file_name", + "RegistrarScriptFile": "a_file_name", + "ReplacementsFile": "a_file_name", + "SuppressStartupBanner": "true", + "TypeLibraryFile": "a_file_name", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "a_file_name", + "VerboseOutput": "true", + }, + "ManifestResourceCompile": {"ResourceOutputFileName": "my_name"}, + "ProjectReference": { + "LinkLibraryDependencies": "true", + "UseLibraryDependencyInputs": "false", + }, + "": { + "EmbedManifest": "true", + "GenerateManifest": "true", + "IgnoreImportLibrary": "true", + "LinkIncremental": "false", + }, + } + self.maxDiff = 9999 # on failure display a long diff + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings([]) + + def testConvertToMSBuildSettings_actual(self): + """Tests the conversion of an actual project. + + A VS2008 project with most of the options defined was created through the + VS2008 IDE. It was then converted to VS2010. The tool settings found in + the .vcproj and .vcxproj files were converted to the two dictionaries + msvs_settings and expected_msbuild_settings. + + Note that for many settings, the VS2010 converter adds macros like + %(AdditionalIncludeDirectories) to make sure than inherited values are + included. Since the Gyp projects we generate do not use inheritance, + we removed these macros. They were: + ClCompile: + AdditionalIncludeDirectories: ';%(AdditionalIncludeDirectories)' + AdditionalOptions: ' %(AdditionalOptions)' + AdditionalUsingDirectories: ';%(AdditionalUsingDirectories)' + DisableSpecificWarnings: ';%(DisableSpecificWarnings)', + ForcedIncludeFiles: ';%(ForcedIncludeFiles)', + ForcedUsingFiles: ';%(ForcedUsingFiles)', + PreprocessorDefinitions: ';%(PreprocessorDefinitions)', + UndefinePreprocessorDefinitions: + ';%(UndefinePreprocessorDefinitions)', + Link: + AdditionalDependencies: ';%(AdditionalDependencies)', + AdditionalLibraryDirectories: ';%(AdditionalLibraryDirectories)', + AdditionalManifestDependencies: + ';%(AdditionalManifestDependencies)', + AdditionalOptions: ' %(AdditionalOptions)', + AddModuleNamesToAssembly: ';%(AddModuleNamesToAssembly)', + AssemblyLinkResource: ';%(AssemblyLinkResource)', + DelayLoadDLLs: ';%(DelayLoadDLLs)', + EmbedManagedResourceFile: ';%(EmbedManagedResourceFile)', + ForceSymbolReferences: ';%(ForceSymbolReferences)', + IgnoreSpecificDefaultLibraries: + ';%(IgnoreSpecificDefaultLibraries)', + ResourceCompile: + AdditionalIncludeDirectories: ';%(AdditionalIncludeDirectories)', + AdditionalOptions: ' %(AdditionalOptions)', + PreprocessorDefinitions: ';%(PreprocessorDefinitions)', + Manifest: + AdditionalManifestFiles: ';%(AdditionalManifestFiles)', + AdditionalOptions: ' %(AdditionalOptions)', + InputResourceManifests: ';%(InputResourceManifests)', + """ + msvs_settings = { + "VCCLCompilerTool": { + "AdditionalIncludeDirectories": "dir1", + "AdditionalOptions": "/more", + "AdditionalUsingDirectories": "test", + "AssemblerListingLocation": "$(IntDir)\\a", + "AssemblerOutput": "1", + "BasicRuntimeChecks": "3", + "BrowseInformation": "1", + "BrowseInformationFile": "$(IntDir)\\e", + "BufferSecurityCheck": "false", + "CallingConvention": "1", + "CompileAs": "1", + "DebugInformationFormat": "4", + "DefaultCharIsUnsigned": "true", + "Detect64BitPortabilityProblems": "true", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "abc", + "EnableEnhancedInstructionSet": "1", + "EnableFiberSafeOptimizations": "true", + "EnableFunctionLevelLinking": "true", + "EnableIntrinsicFunctions": "true", + "EnablePREfast": "true", + "ErrorReporting": "2", + "ExceptionHandling": "2", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "2", + "FloatingPointExceptions": "true", + "FloatingPointModel": "1", + "ForceConformanceInForLoopScope": "false", + "ForcedIncludeFiles": "def", + "ForcedUsingFiles": "ge", + "GeneratePreprocessedFile": "2", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "1", + "KeepComments": "true", + "MinimalRebuild": "true", + "ObjectFile": "$(IntDir)\\b", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMP": "true", + "Optimization": "3", + "PrecompiledHeaderFile": "$(IntDir)\\$(TargetName).pche", + "PrecompiledHeaderThrough": "StdAfx.hd", + "PreprocessorDefinitions": "WIN32;_DEBUG;_CONSOLE", + "ProgramDataBaseFileName": "$(IntDir)\\vc90b.pdb", + "RuntimeLibrary": "3", + "RuntimeTypeInfo": "false", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "3", + "SuppressStartupBanner": "false", + "TreatWChar_tAsBuiltInType": "false", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "wer", + "UseFullPaths": "true", + "UsePrecompiledHeader": "0", + "UseUnicodeResponseFiles": "false", + "WarnAsError": "true", + "WarningLevel": "3", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "$(IntDir)\\c", + }, + "VCLinkerTool": { + "AdditionalDependencies": "zx", + "AdditionalLibraryDirectories": "asd", + "AdditionalManifestDependencies": "s2", + "AdditionalOptions": "/mor2", + "AddModuleNamesToAssembly": "d1", + "AllowIsolation": "false", + "AssemblyDebug": "1", + "AssemblyLinkResource": "d5", + "BaseAddress": "23423", + "CLRImageType": "3", + "CLRThreadAttribute": "1", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "0", + "DelayLoadDLLs": "d4", + "DelaySign": "true", + "Driver": "2", + "EmbedManagedResourceFile": "d2", + "EnableCOMDATFolding": "1", + "EnableUAC": "false", + "EntryPointSymbol": "f5", + "ErrorReporting": "2", + "FixedBaseAddress": "1", + "ForceSymbolReferences": "d3", + "FunctionOrder": "fssdfsd", + "GenerateDebugInformation": "true", + "GenerateManifest": "false", + "GenerateMapFile": "true", + "HeapCommitSize": "13", + "HeapReserveSize": "12", + "IgnoreAllDefaultLibraries": "true", + "IgnoreDefaultLibraryNames": "flob;flok", + "IgnoreEmbeddedIDL": "true", + "IgnoreImportLibrary": "true", + "ImportLibrary": "f4", + "KeyContainer": "f7", + "KeyFile": "f6", + "LargeAddressAware": "2", + "LinkIncremental": "0", + "LinkLibraryDependencies": "false", + "LinkTimeCodeGeneration": "1", + "ManifestFile": "$(IntDir)\\$(TargetFileName).2intermediate.manifest", + "MapExports": "true", + "MapFileName": "d5", + "MergedIDLBaseFileName": "f2", + "MergeSections": "f5", + "MidlCommandFile": "f1", + "ModuleDefinitionFile": "sdsd", + "OptimizeForWindows98": "2", + "OptimizeReferences": "2", + "OutputFile": "$(OutDir)\\$(ProjectName)2.exe", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "$(TargetDir)$(TargetName).pgdd", + "ProgramDatabaseFile": "Flob.pdb", + "RandomizedBaseAddress": "1", + "RegisterOutput": "true", + "ResourceOnlyDLL": "true", + "SetChecksum": "false", + "ShowProgress": "1", + "StackCommitSize": "15", + "StackReserveSize": "14", + "StripPrivateSymbols": "d3", + "SubSystem": "1", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "false", + "SwapRunFromCD": "true", + "SwapRunFromNet": "true", + "TargetMachine": "1", + "TerminalServerAware": "1", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "f3", + "TypeLibraryResourceID": "12", + "UACExecutionLevel": "2", + "UACUIAccess": "true", + "UseLibraryDependencyInputs": "true", + "UseUnicodeResponseFiles": "false", + "Version": "333", + }, + "VCResourceCompilerTool": { + "AdditionalIncludeDirectories": "f3", + "AdditionalOptions": "/more3", + "Culture": "3084", + "IgnoreStandardIncludePath": "true", + "PreprocessorDefinitions": "_UNICODE;UNICODE2", + "ResourceOutputFileName": "$(IntDir)/$(InputName)3.res", + "ShowProgress": "true", + }, + "VCManifestTool": { + "AdditionalManifestFiles": "sfsdfsd", + "AdditionalOptions": "afdsdafsd", + "AssemblyIdentity": "sddfdsadfsa", + "ComponentFileName": "fsdfds", + "DependencyInformationFile": "$(IntDir)\\mt.depdfd", + "EmbedManifest": "false", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "asfsfdafs", + "ManifestResourceFile": + "$(IntDir)\\$(TargetFileName).embed.manifest.resfdsf", + "OutputManifestFile": "$(TargetPath).manifestdfs", + "RegistrarScriptFile": "sdfsfd", + "ReplacementsFile": "sdffsd", + "SuppressStartupBanner": "false", + "TypeLibraryFile": "sfsd", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "sfsd", + "UseFAT32Workaround": "true", + "UseUnicodeResponseFiles": "false", + "VerboseOutput": "true", + }, + } + expected_msbuild_settings = { + "ClCompile": { + "AdditionalIncludeDirectories": "dir1", + "AdditionalOptions": "/more /J", + "AdditionalUsingDirectories": "test", + "AssemblerListingLocation": "$(IntDir)a", + "AssemblerOutput": "AssemblyCode", + "BasicRuntimeChecks": "EnableFastChecks", + "BrowseInformation": "true", + "BrowseInformationFile": "$(IntDir)e", + "BufferSecurityCheck": "false", + "CallingConvention": "FastCall", + "CompileAs": "CompileAsC", + "DebugInformationFormat": "EditAndContinue", + "DisableLanguageExtensions": "true", + "DisableSpecificWarnings": "abc", + "EnableEnhancedInstructionSet": "StreamingSIMDExtensions", + "EnableFiberSafeOptimizations": "true", + "EnablePREfast": "true", + "ErrorReporting": "Queue", + "ExceptionHandling": "Async", + "ExpandAttributedSource": "true", + "FavorSizeOrSpeed": "Size", + "FloatingPointExceptions": "true", + "FloatingPointModel": "Strict", + "ForceConformanceInForLoopScope": "false", + "ForcedIncludeFiles": "def", + "ForcedUsingFiles": "ge", + "FunctionLevelLinking": "true", + "GenerateXMLDocumentationFiles": "true", + "IgnoreStandardIncludePath": "true", + "InlineFunctionExpansion": "OnlyExplicitInline", + "IntrinsicFunctions": "true", + "MinimalRebuild": "true", + "ObjectFileName": "$(IntDir)b", + "OmitDefaultLibName": "true", + "OmitFramePointers": "true", + "OpenMPSupport": "true", + "Optimization": "Full", + "PrecompiledHeader": "NotUsing", # Actual conversion gives '' + "PrecompiledHeaderFile": "StdAfx.hd", + "PrecompiledHeaderOutputFile": "$(IntDir)$(TargetName).pche", + "PreprocessKeepComments": "true", + "PreprocessorDefinitions": "WIN32;_DEBUG;_CONSOLE", + "PreprocessSuppressLineNumbers": "true", + "PreprocessToFile": "true", + "ProgramDataBaseFileName": "$(IntDir)vc90b.pdb", + "RuntimeLibrary": "MultiThreadedDebugDLL", + "RuntimeTypeInfo": "false", + "ShowIncludes": "true", + "SmallerTypeCheck": "true", + "StringPooling": "true", + "StructMemberAlignment": "4Bytes", + "SuppressStartupBanner": "false", + "TreatWarningAsError": "true", + "TreatWChar_tAsBuiltInType": "false", + "UndefineAllPreprocessorDefinitions": "true", + "UndefinePreprocessorDefinitions": "wer", + "UseFullPaths": "true", + "WarningLevel": "Level3", + "WholeProgramOptimization": "true", + "XMLDocumentationFileName": "$(IntDir)c", + }, + "Link": { + "AdditionalDependencies": "zx", + "AdditionalLibraryDirectories": "asd", + "AdditionalManifestDependencies": "s2", + "AdditionalOptions": "/mor2", + "AddModuleNamesToAssembly": "d1", + "AllowIsolation": "false", + "AssemblyDebug": "true", + "AssemblyLinkResource": "d5", + "BaseAddress": "23423", + "CLRImageType": "ForceSafeILImage", + "CLRThreadAttribute": "MTAThreadingAttribute", + "CLRUnmanagedCodeCheck": "true", + "DataExecutionPrevention": "", + "DelayLoadDLLs": "d4", + "DelaySign": "true", + "Driver": "UpOnly", + "EmbedManagedResourceFile": "d2", + "EnableCOMDATFolding": "false", + "EnableUAC": "false", + "EntryPointSymbol": "f5", + "FixedBaseAddress": "false", + "ForceSymbolReferences": "d3", + "FunctionOrder": "fssdfsd", + "GenerateDebugInformation": "true", + "GenerateMapFile": "true", + "HeapCommitSize": "13", + "HeapReserveSize": "12", + "IgnoreAllDefaultLibraries": "true", + "IgnoreEmbeddedIDL": "true", + "IgnoreSpecificDefaultLibraries": "flob;flok", + "ImportLibrary": "f4", + "KeyContainer": "f7", + "KeyFile": "f6", + "LargeAddressAware": "true", + "LinkErrorReporting": "QueueForNextLogin", + "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", + "ManifestFile": "$(IntDir)$(TargetFileName).2intermediate.manifest", + "MapExports": "true", + "MapFileName": "d5", + "MergedIDLBaseFileName": "f2", + "MergeSections": "f5", + "MidlCommandFile": "f1", + "ModuleDefinitionFile": "sdsd", + "NoEntryPoint": "true", + "OptimizeReferences": "true", + "OutputFile": "$(OutDir)$(ProjectName)2.exe", + "PerUserRedirection": "true", + "Profile": "true", + "ProfileGuidedDatabase": "$(TargetDir)$(TargetName).pgdd", + "ProgramDatabaseFile": "Flob.pdb", + "RandomizedBaseAddress": "false", + "RegisterOutput": "true", + "SetChecksum": "false", + "ShowProgress": "LinkVerbose", + "StackCommitSize": "15", + "StackReserveSize": "14", + "StripPrivateSymbols": "d3", + "SubSystem": "Console", + "SupportUnloadOfDelayLoadedDLL": "true", + "SuppressStartupBanner": "false", + "SwapRunFromCD": "true", + "SwapRunFromNET": "true", + "TargetMachine": "MachineX86", + "TerminalServerAware": "false", + "TurnOffAssemblyGeneration": "true", + "TypeLibraryFile": "f3", + "TypeLibraryResourceID": "12", + "UACExecutionLevel": "RequireAdministrator", + "UACUIAccess": "true", + "Version": "333", + }, + "ResourceCompile": { + "AdditionalIncludeDirectories": "f3", + "AdditionalOptions": "/more3", + "Culture": "0x0c0c", + "IgnoreStandardIncludePath": "true", + "PreprocessorDefinitions": "_UNICODE;UNICODE2", + "ResourceOutputFileName": "$(IntDir)%(Filename)3.res", + "ShowProgress": "true", + }, + "Manifest": { + "AdditionalManifestFiles": "sfsdfsd", + "AdditionalOptions": "afdsdafsd", + "AssemblyIdentity": "sddfdsadfsa", + "ComponentFileName": "fsdfds", + "GenerateCatalogFiles": "true", + "InputResourceManifests": "asfsfdafs", + "OutputManifestFile": "$(TargetPath).manifestdfs", + "RegistrarScriptFile": "sdfsfd", + "ReplacementsFile": "sdffsd", + "SuppressStartupBanner": "false", + "TypeLibraryFile": "sfsd", + "UpdateFileHashes": "true", + "UpdateFileHashesSearchPath": "sfsd", + "VerboseOutput": "true", + }, + "ProjectReference": { + "LinkLibraryDependencies": "false", + "UseLibraryDependencyInputs": "true", + }, + "": { + "EmbedManifest": "false", + "GenerateManifest": "false", + "IgnoreImportLibrary": "true", + "LinkIncremental": "", + }, + "ManifestResourceCompile": { + "ResourceOutputFileName": + "$(IntDir)$(TargetFileName).embed.manifest.resfdsf" + }, + } + self.maxDiff = 9999 # on failure display a long diff + actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( + msvs_settings, self.stderr + ) + self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) + self._ExpectedWarnings([]) + + +if __name__ == "__main__": + unittest.main() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py b/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py new file mode 100644 index 0000000..2e5c811 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py @@ -0,0 +1,59 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Visual Studio project reader/writer.""" + +import gyp.easy_xml as easy_xml + + +class Writer: + """Visual Studio XML tool file writer.""" + + def __init__(self, tool_file_path, name): + """Initializes the tool file. + + Args: + tool_file_path: Path to the tool file. + name: Name of the tool file. + """ + self.tool_file_path = tool_file_path + self.name = name + self.rules_section = ["Rules"] + + def AddCustomBuildRule( + self, name, cmd, description, additional_dependencies, outputs, extensions + ): + """Adds a rule to the tool file. + + Args: + name: Name of the rule. + description: Description of the rule. + cmd: Command line of the rule. + additional_dependencies: other files which may trigger the rule. + outputs: outputs of the rule. + extensions: extensions handled by the rule. + """ + rule = [ + "CustomBuildRule", + { + "Name": name, + "ExecutionDescription": description, + "CommandLine": cmd, + "Outputs": ";".join(outputs), + "FileExtensions": ";".join(extensions), + "AdditionalDependencies": ";".join(additional_dependencies), + }, + ] + self.rules_section.append(rule) + + def WriteIfChanged(self): + """Writes the tool file.""" + content = [ + "VisualStudioToolFile", + {"Version": "8.00", "Name": self.name}, + self.rules_section, + ] + easy_xml.WriteXmlIfChanged( + content, self.tool_file_path, encoding="Windows-1252" + ) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py b/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py new file mode 100644 index 0000000..e580c00 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py @@ -0,0 +1,153 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Visual Studio user preferences file writer.""" + +import os +import re +import socket # for gethostname + +import gyp.easy_xml as easy_xml + + +# ------------------------------------------------------------------------------ + + +def _FindCommandInPath(command): + """If there are no slashes in the command given, this function + searches the PATH env to find the given command, and converts it + to an absolute path. We have to do this because MSVS is looking + for an actual file to launch a debugger on, not just a command + line. Note that this happens at GYP time, so anything needing to + be built needs to have a full path.""" + if "/" in command or "\\" in command: + # If the command already has path elements (either relative or + # absolute), then assume it is constructed properly. + return command + else: + # Search through the path list and find an existing file that + # we can access. + paths = os.environ.get("PATH", "").split(os.pathsep) + for path in paths: + item = os.path.join(path, command) + if os.path.isfile(item) and os.access(item, os.X_OK): + return item + return command + + +def _QuoteWin32CommandLineArgs(args): + new_args = [] + for arg in args: + # Replace all double-quotes with double-double-quotes to escape + # them for cmd shell, and then quote the whole thing if there + # are any. + if arg.find('"') != -1: + arg = '""'.join(arg.split('"')) + arg = '"%s"' % arg + + # Otherwise, if there are any spaces, quote the whole arg. + elif re.search(r"[ \t\n]", arg): + arg = '"%s"' % arg + new_args.append(arg) + return new_args + + +class Writer: + """Visual Studio XML user user file writer.""" + + def __init__(self, user_file_path, version, name): + """Initializes the user file. + + Args: + user_file_path: Path to the user file. + version: Version info. + name: Name of the user file. + """ + self.user_file_path = user_file_path + self.version = version + self.name = name + self.configurations = {} + + def AddConfig(self, name): + """Adds a configuration to the project. + + Args: + name: Configuration name. + """ + self.configurations[name] = ["Configuration", {"Name": name}] + + def AddDebugSettings( + self, config_name, command, environment={}, working_directory="" + ): + """Adds a DebugSettings node to the user file for a particular config. + + Args: + command: command line to run. First element in the list is the + executable. All elements of the command will be quoted if + necessary. + working_directory: other files which may trigger the rule. (optional) + """ + command = _QuoteWin32CommandLineArgs(command) + + abs_command = _FindCommandInPath(command[0]) + + if environment and isinstance(environment, dict): + env_list = [f'{key}="{val}"' for (key, val) in environment.items()] + environment = " ".join(env_list) + else: + environment = "" + + n_cmd = [ + "DebugSettings", + { + "Command": abs_command, + "WorkingDirectory": working_directory, + "CommandArguments": " ".join(command[1:]), + "RemoteMachine": socket.gethostname(), + "Environment": environment, + "EnvironmentMerge": "true", + # Currently these are all "dummy" values that we're just setting + # in the default manner that MSVS does it. We could use some of + # these to add additional capabilities, I suppose, but they might + # not have parity with other platforms then. + "Attach": "false", + "DebuggerType": "3", # 'auto' debugger + "Remote": "1", + "RemoteCommand": "", + "HttpUrl": "", + "PDBPath": "", + "SQLDebugging": "", + "DebuggerFlavor": "0", + "MPIRunCommand": "", + "MPIRunArguments": "", + "MPIRunWorkingDirectory": "", + "ApplicationCommand": "", + "ApplicationArguments": "", + "ShimCommand": "", + "MPIAcceptMode": "", + "MPIAcceptFilter": "", + }, + ] + + # Find the config, and add it if it doesn't exist. + if config_name not in self.configurations: + self.AddConfig(config_name) + + # Add the DebugSettings onto the appropriate config. + self.configurations[config_name].append(n_cmd) + + def WriteIfChanged(self): + """Writes the user file.""" + configs = ["Configurations"] + for config, spec in sorted(self.configurations.items()): + configs.append(spec) + + content = [ + "VisualStudioUserFile", + {"Version": self.version.ProjectVersion(), "Name": self.name}, + configs, + ] + easy_xml.WriteXmlIfChanged( + content, self.user_file_path, encoding="Windows-1252" + ) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py b/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py new file mode 100644 index 0000000..36bb782 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py @@ -0,0 +1,271 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Utility functions shared amongst the Windows generators.""" + +import copy +import os + + +# A dictionary mapping supported target types to extensions. +TARGET_TYPE_EXT = { + "executable": "exe", + "loadable_module": "dll", + "shared_library": "dll", + "static_library": "lib", + "windows_driver": "sys", +} + + +def _GetLargePdbShimCcPath(): + """Returns the path of the large_pdb_shim.cc file.""" + this_dir = os.path.abspath(os.path.dirname(__file__)) + src_dir = os.path.abspath(os.path.join(this_dir, "..", "..")) + win_data_dir = os.path.join(src_dir, "data", "win") + large_pdb_shim_cc = os.path.join(win_data_dir, "large-pdb-shim.cc") + return large_pdb_shim_cc + + +def _DeepCopySomeKeys(in_dict, keys): + """Performs a partial deep-copy on |in_dict|, only copying the keys in |keys|. + + Arguments: + in_dict: The dictionary to copy. + keys: The keys to be copied. If a key is in this list and doesn't exist in + |in_dict| this is not an error. + Returns: + The partially deep-copied dictionary. + """ + d = {} + for key in keys: + if key not in in_dict: + continue + d[key] = copy.deepcopy(in_dict[key]) + return d + + +def _SuffixName(name, suffix): + """Add a suffix to the end of a target. + + Arguments: + name: name of the target (foo#target) + suffix: the suffix to be added + Returns: + Target name with suffix added (foo_suffix#target) + """ + parts = name.rsplit("#", 1) + parts[0] = f"{parts[0]}_{suffix}" + return "#".join(parts) + + +def _ShardName(name, number): + """Add a shard number to the end of a target. + + Arguments: + name: name of the target (foo#target) + number: shard number + Returns: + Target name with shard added (foo_1#target) + """ + return _SuffixName(name, str(number)) + + +def ShardTargets(target_list, target_dicts): + """Shard some targets apart to work around the linkers limits. + + Arguments: + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + Returns: + Tuple of the new sharded versions of the inputs. + """ + # Gather the targets to shard, and how many pieces. + targets_to_shard = {} + for t in target_dicts: + shards = int(target_dicts[t].get("msvs_shard", 0)) + if shards: + targets_to_shard[t] = shards + # Shard target_list. + new_target_list = [] + for t in target_list: + if t in targets_to_shard: + for i in range(targets_to_shard[t]): + new_target_list.append(_ShardName(t, i)) + else: + new_target_list.append(t) + # Shard target_dict. + new_target_dicts = {} + for t in target_dicts: + if t in targets_to_shard: + for i in range(targets_to_shard[t]): + name = _ShardName(t, i) + new_target_dicts[name] = copy.copy(target_dicts[t]) + new_target_dicts[name]["target_name"] = _ShardName( + new_target_dicts[name]["target_name"], i + ) + sources = new_target_dicts[name].get("sources", []) + new_sources = [] + for pos in range(i, len(sources), targets_to_shard[t]): + new_sources.append(sources[pos]) + new_target_dicts[name]["sources"] = new_sources + else: + new_target_dicts[t] = target_dicts[t] + # Shard dependencies. + for t in sorted(new_target_dicts): + for deptype in ("dependencies", "dependencies_original"): + dependencies = copy.copy(new_target_dicts[t].get(deptype, [])) + new_dependencies = [] + for d in dependencies: + if d in targets_to_shard: + for i in range(targets_to_shard[d]): + new_dependencies.append(_ShardName(d, i)) + else: + new_dependencies.append(d) + new_target_dicts[t][deptype] = new_dependencies + + return (new_target_list, new_target_dicts) + + +def _GetPdbPath(target_dict, config_name, vars): + """Returns the path to the PDB file that will be generated by a given + configuration. + + The lookup proceeds as follows: + - Look for an explicit path in the VCLinkerTool configuration block. + - Look for an 'msvs_large_pdb_path' variable. + - Use '<(PRODUCT_DIR)/<(product_name).(exe|dll).pdb' if 'product_name' is + specified. + - Use '<(PRODUCT_DIR)/<(target_name).(exe|dll).pdb'. + + Arguments: + target_dict: The target dictionary to be searched. + config_name: The name of the configuration of interest. + vars: A dictionary of common GYP variables with generator-specific values. + Returns: + The path of the corresponding PDB file. + """ + config = target_dict["configurations"][config_name] + msvs = config.setdefault("msvs_settings", {}) + + linker = msvs.get("VCLinkerTool", {}) + + pdb_path = linker.get("ProgramDatabaseFile") + if pdb_path: + return pdb_path + + variables = target_dict.get("variables", {}) + pdb_path = variables.get("msvs_large_pdb_path", None) + if pdb_path: + return pdb_path + + pdb_base = target_dict.get("product_name", target_dict["target_name"]) + pdb_base = "{}.{}.pdb".format(pdb_base, TARGET_TYPE_EXT[target_dict["type"]]) + pdb_path = vars["PRODUCT_DIR"] + "/" + pdb_base + + return pdb_path + + +def InsertLargePdbShims(target_list, target_dicts, vars): + """Insert a shim target that forces the linker to use 4KB pagesize PDBs. + + This is a workaround for targets with PDBs greater than 1GB in size, the + limit for the 1KB pagesize PDBs created by the linker by default. + + Arguments: + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + vars: A dictionary of common GYP variables with generator-specific values. + Returns: + Tuple of the shimmed version of the inputs. + """ + # Determine which targets need shimming. + targets_to_shim = [] + for t in target_dicts: + target_dict = target_dicts[t] + + # We only want to shim targets that have msvs_large_pdb enabled. + if not int(target_dict.get("msvs_large_pdb", 0)): + continue + # This is intended for executable, shared_library and loadable_module + # targets where every configuration is set up to produce a PDB output. + # If any of these conditions is not true then the shim logic will fail + # below. + targets_to_shim.append(t) + + large_pdb_shim_cc = _GetLargePdbShimCcPath() + + for t in targets_to_shim: + target_dict = target_dicts[t] + target_name = target_dict.get("target_name") + + base_dict = _DeepCopySomeKeys( + target_dict, ["configurations", "default_configuration", "toolset"] + ) + + # This is the dict for copying the source file (part of the GYP tree) + # to the intermediate directory of the project. This is necessary because + # we can't always build a relative path to the shim source file (on Windows + # GYP and the project may be on different drives), and Ninja hates absolute + # paths (it ends up generating the .obj and .obj.d alongside the source + # file, polluting GYPs tree). + copy_suffix = "large_pdb_copy" + copy_target_name = target_name + "_" + copy_suffix + full_copy_target_name = _SuffixName(t, copy_suffix) + shim_cc_basename = os.path.basename(large_pdb_shim_cc) + shim_cc_dir = vars["SHARED_INTERMEDIATE_DIR"] + "/" + copy_target_name + shim_cc_path = shim_cc_dir + "/" + shim_cc_basename + copy_dict = copy.deepcopy(base_dict) + copy_dict["target_name"] = copy_target_name + copy_dict["type"] = "none" + copy_dict["sources"] = [large_pdb_shim_cc] + copy_dict["copies"] = [ + {"destination": shim_cc_dir, "files": [large_pdb_shim_cc]} + ] + + # This is the dict for the PDB generating shim target. It depends on the + # copy target. + shim_suffix = "large_pdb_shim" + shim_target_name = target_name + "_" + shim_suffix + full_shim_target_name = _SuffixName(t, shim_suffix) + shim_dict = copy.deepcopy(base_dict) + shim_dict["target_name"] = shim_target_name + shim_dict["type"] = "static_library" + shim_dict["sources"] = [shim_cc_path] + shim_dict["dependencies"] = [full_copy_target_name] + + # Set up the shim to output its PDB to the same location as the final linker + # target. + for config_name, config in shim_dict.get("configurations").items(): + pdb_path = _GetPdbPath(target_dict, config_name, vars) + + # A few keys that we don't want to propagate. + for key in ["msvs_precompiled_header", "msvs_precompiled_source", "test"]: + config.pop(key, None) + + msvs = config.setdefault("msvs_settings", {}) + + # Update the compiler directives in the shim target. + compiler = msvs.setdefault("VCCLCompilerTool", {}) + compiler["DebugInformationFormat"] = "3" + compiler["ProgramDataBaseFileName"] = pdb_path + + # Set the explicit PDB path in the appropriate configuration of the + # original target. + config = target_dict["configurations"][config_name] + msvs = config.setdefault("msvs_settings", {}) + linker = msvs.setdefault("VCLinkerTool", {}) + linker["GenerateDebugInformation"] = "true" + linker["ProgramDatabaseFile"] = pdb_path + + # Add the new targets. They must go to the beginning of the list so that + # the dependency generation works as expected in ninja. + target_list.insert(0, full_copy_target_name) + target_list.insert(0, full_shim_target_name) + target_dicts[full_copy_target_name] = copy_dict + target_dicts[full_shim_target_name] = shim_dict + + # Update the original target to depend on the shim target. + target_dict.setdefault("dependencies", []).append(full_shim_target_name) + + return (target_list, target_dicts) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py b/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py new file mode 100644 index 0000000..8d7f21e --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py @@ -0,0 +1,574 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Handle version information related to Visual Stuio.""" + +import errno +import os +import re +import subprocess +import sys +import glob + + +def JoinPath(*args): + return os.path.normpath(os.path.join(*args)) + + +class VisualStudioVersion: + """Information regarding a version of Visual Studio.""" + + def __init__( + self, + short_name, + description, + solution_version, + project_version, + flat_sln, + uses_vcxproj, + path, + sdk_based, + default_toolset=None, + compatible_sdks=None, + ): + self.short_name = short_name + self.description = description + self.solution_version = solution_version + self.project_version = project_version + self.flat_sln = flat_sln + self.uses_vcxproj = uses_vcxproj + self.path = path + self.sdk_based = sdk_based + self.default_toolset = default_toolset + compatible_sdks = compatible_sdks or [] + compatible_sdks.sort(key=lambda v: float(v.replace("v", "")), reverse=True) + self.compatible_sdks = compatible_sdks + + def ShortName(self): + return self.short_name + + def Description(self): + """Get the full description of the version.""" + return self.description + + def SolutionVersion(self): + """Get the version number of the sln files.""" + return self.solution_version + + def ProjectVersion(self): + """Get the version number of the vcproj or vcxproj files.""" + return self.project_version + + def FlatSolution(self): + return self.flat_sln + + def UsesVcxproj(self): + """Returns true if this version uses a vcxproj file.""" + return self.uses_vcxproj + + def ProjectExtension(self): + """Returns the file extension for the project.""" + return self.uses_vcxproj and ".vcxproj" or ".vcproj" + + def Path(self): + """Returns the path to Visual Studio installation.""" + return self.path + + def ToolPath(self, tool): + """Returns the path to a given compiler tool. """ + return os.path.normpath(os.path.join(self.path, "VC/bin", tool)) + + def DefaultToolset(self): + """Returns the msbuild toolset version that will be used in the absence + of a user override.""" + return self.default_toolset + + def _SetupScriptInternal(self, target_arch): + """Returns a command (with arguments) to be used to set up the + environment.""" + assert target_arch in ("x86", "x64"), "target_arch not supported" + # If WindowsSDKDir is set and SetEnv.Cmd exists then we are using the + # depot_tools build tools and should run SetEnv.Cmd to set up the + # environment. The check for WindowsSDKDir alone is not sufficient because + # this is set by running vcvarsall.bat. + sdk_dir = os.environ.get("WindowsSDKDir", "") + setup_path = JoinPath(sdk_dir, "Bin", "SetEnv.Cmd") + if self.sdk_based and sdk_dir and os.path.exists(setup_path): + return [setup_path, "/" + target_arch] + + is_host_arch_x64 = ( + os.environ.get("PROCESSOR_ARCHITECTURE") == "AMD64" + or os.environ.get("PROCESSOR_ARCHITEW6432") == "AMD64" + ) + + # For VS2017 (and newer) it's fairly easy + if self.short_name >= "2017": + script_path = JoinPath( + self.path, "VC", "Auxiliary", "Build", "vcvarsall.bat" + ) + + # Always use a native executable, cross-compiling if necessary. + host_arch = "amd64" if is_host_arch_x64 else "x86" + msvc_target_arch = "amd64" if target_arch == "x64" else "x86" + arg = host_arch + if host_arch != msvc_target_arch: + arg += "_" + msvc_target_arch + + return [script_path, arg] + + # We try to find the best version of the env setup batch. + vcvarsall = JoinPath(self.path, "VC", "vcvarsall.bat") + if target_arch == "x86": + if ( + self.short_name >= "2013" + and self.short_name[-1] != "e" + and is_host_arch_x64 + ): + # VS2013 and later, non-Express have a x64-x86 cross that we want + # to prefer. + return [vcvarsall, "amd64_x86"] + else: + # Otherwise, the standard x86 compiler. We don't use VC/vcvarsall.bat + # for x86 because vcvarsall calls vcvars32, which it can only find if + # VS??COMNTOOLS is set, which isn't guaranteed. + return [JoinPath(self.path, "Common7", "Tools", "vsvars32.bat")] + elif target_arch == "x64": + arg = "x86_amd64" + # Use the 64-on-64 compiler if we're not using an express edition and + # we're running on a 64bit OS. + if self.short_name[-1] != "e" and is_host_arch_x64: + arg = "amd64" + return [vcvarsall, arg] + + def SetupScript(self, target_arch): + script_data = self._SetupScriptInternal(target_arch) + script_path = script_data[0] + if not os.path.exists(script_path): + raise Exception( + "%s is missing - make sure VC++ tools are installed." % script_path + ) + return script_data + + +def _RegistryQueryBase(sysdir, key, value): + """Use reg.exe to read a particular key. + + While ideally we might use the win32 module, we would like gyp to be + python neutral, so for instance cygwin python lacks this module. + + Arguments: + sysdir: The system subdirectory to attempt to launch reg.exe from. + key: The registry key to read from. + value: The particular value to read. + Return: + stdout from reg.exe, or None for failure. + """ + # Skip if not on Windows or Python Win32 setup issue + if sys.platform not in ("win32", "cygwin"): + return None + # Setup params to pass to and attempt to launch reg.exe + cmd = [os.path.join(os.environ.get("WINDIR", ""), sysdir, "reg.exe"), "query", key] + if value: + cmd.extend(["/v", value]) + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + # Obtain the stdout from reg.exe, reading to the end so p.returncode is valid + # Note that the error text may be in [1] in some cases + text = p.communicate()[0].decode("utf-8") + # Check return code from reg.exe; officially 0==success and 1==error + if p.returncode: + return None + return text + + +def _RegistryQuery(key, value=None): + r"""Use reg.exe to read a particular key through _RegistryQueryBase. + + First tries to launch from %WinDir%\Sysnative to avoid WoW64 redirection. If + that fails, it falls back to System32. Sysnative is available on Vista and + up and available on Windows Server 2003 and XP through KB patch 942589. Note + that Sysnative will always fail if using 64-bit python due to it being a + virtual directory and System32 will work correctly in the first place. + + KB 942589 - http://support.microsoft.com/kb/942589/en-us. + + Arguments: + key: The registry key. + value: The particular registry value to read (optional). + Return: + stdout from reg.exe, or None for failure. + """ + text = None + try: + text = _RegistryQueryBase("Sysnative", key, value) + except OSError as e: + if e.errno == errno.ENOENT: + text = _RegistryQueryBase("System32", key, value) + else: + raise + return text + + +def _RegistryGetValueUsingWinReg(key, value): + """Use the _winreg module to obtain the value of a registry key. + + Args: + key: The registry key. + value: The particular registry value to read. + Return: + contents of the registry key's value, or None on failure. Throws + ImportError if winreg is unavailable. + """ + from winreg import HKEY_LOCAL_MACHINE, OpenKey, QueryValueEx + try: + root, subkey = key.split("\\", 1) + assert root == "HKLM" # Only need HKLM for now. + with OpenKey(HKEY_LOCAL_MACHINE, subkey) as hkey: + return QueryValueEx(hkey, value)[0] + except OSError: + return None + + +def _RegistryGetValue(key, value): + """Use _winreg or reg.exe to obtain the value of a registry key. + + Using _winreg is preferable because it solves an issue on some corporate + environments where access to reg.exe is locked down. However, we still need + to fallback to reg.exe for the case where the _winreg module is not available + (for example in cygwin python). + + Args: + key: The registry key. + value: The particular registry value to read. + Return: + contents of the registry key's value, or None on failure. + """ + try: + return _RegistryGetValueUsingWinReg(key, value) + except ImportError: + pass + + # Fallback to reg.exe if we fail to import _winreg. + text = _RegistryQuery(key, value) + if not text: + return None + # Extract value. + match = re.search(r"REG_\w+\s+([^\r]+)\r\n", text) + if not match: + return None + return match.group(1) + + +def _CreateVersion(name, path, sdk_based=False): + """Sets up MSVS project generation. + + Setup is based off the GYP_MSVS_VERSION environment variable or whatever is + autodetected if GYP_MSVS_VERSION is not explicitly specified. If a version is + passed in that doesn't match a value in versions python will throw a error. + """ + if path: + path = os.path.normpath(path) + versions = { + "2022": VisualStudioVersion( + "2022", + "Visual Studio 2022", + solution_version="12.00", + project_version="17.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v143", + compatible_sdks=["v8.1", "v10.0"], + ), + "2019": VisualStudioVersion( + "2019", + "Visual Studio 2019", + solution_version="12.00", + project_version="16.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v142", + compatible_sdks=["v8.1", "v10.0"], + ), + "2017": VisualStudioVersion( + "2017", + "Visual Studio 2017", + solution_version="12.00", + project_version="15.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v141", + compatible_sdks=["v8.1", "v10.0"], + ), + "2015": VisualStudioVersion( + "2015", + "Visual Studio 2015", + solution_version="12.00", + project_version="14.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v140", + ), + "2013": VisualStudioVersion( + "2013", + "Visual Studio 2013", + solution_version="13.00", + project_version="12.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v120", + ), + "2013e": VisualStudioVersion( + "2013e", + "Visual Studio 2013", + solution_version="13.00", + project_version="12.0", + flat_sln=True, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v120", + ), + "2012": VisualStudioVersion( + "2012", + "Visual Studio 2012", + solution_version="12.00", + project_version="4.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v110", + ), + "2012e": VisualStudioVersion( + "2012e", + "Visual Studio 2012", + solution_version="12.00", + project_version="4.0", + flat_sln=True, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + default_toolset="v110", + ), + "2010": VisualStudioVersion( + "2010", + "Visual Studio 2010", + solution_version="11.00", + project_version="4.0", + flat_sln=False, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + ), + "2010e": VisualStudioVersion( + "2010e", + "Visual C++ Express 2010", + solution_version="11.00", + project_version="4.0", + flat_sln=True, + uses_vcxproj=True, + path=path, + sdk_based=sdk_based, + ), + "2008": VisualStudioVersion( + "2008", + "Visual Studio 2008", + solution_version="10.00", + project_version="9.00", + flat_sln=False, + uses_vcxproj=False, + path=path, + sdk_based=sdk_based, + ), + "2008e": VisualStudioVersion( + "2008e", + "Visual Studio 2008", + solution_version="10.00", + project_version="9.00", + flat_sln=True, + uses_vcxproj=False, + path=path, + sdk_based=sdk_based, + ), + "2005": VisualStudioVersion( + "2005", + "Visual Studio 2005", + solution_version="9.00", + project_version="8.00", + flat_sln=False, + uses_vcxproj=False, + path=path, + sdk_based=sdk_based, + ), + "2005e": VisualStudioVersion( + "2005e", + "Visual Studio 2005", + solution_version="9.00", + project_version="8.00", + flat_sln=True, + uses_vcxproj=False, + path=path, + sdk_based=sdk_based, + ), + } + return versions[str(name)] + + +def _ConvertToCygpath(path): + """Convert to cygwin path if we are using cygwin.""" + if sys.platform == "cygwin": + p = subprocess.Popen(["cygpath", path], stdout=subprocess.PIPE) + path = p.communicate()[0].decode("utf-8").strip() + return path + + +def _DetectVisualStudioVersions(versions_to_check, force_express): + """Collect the list of installed visual studio versions. + + Returns: + A list of visual studio versions installed in descending order of + usage preference. + Base this on the registry and a quick check if devenv.exe exists. + Possibilities are: + 2005(e) - Visual Studio 2005 (8) + 2008(e) - Visual Studio 2008 (9) + 2010(e) - Visual Studio 2010 (10) + 2012(e) - Visual Studio 2012 (11) + 2013(e) - Visual Studio 2013 (12) + 2015 - Visual Studio 2015 (14) + 2017 - Visual Studio 2017 (15) + 2019 - Visual Studio 2019 (16) + 2022 - Visual Studio 2022 (17) + Where (e) is e for express editions of MSVS and blank otherwise. + """ + version_to_year = { + "8.0": "2005", + "9.0": "2008", + "10.0": "2010", + "11.0": "2012", + "12.0": "2013", + "14.0": "2015", + "15.0": "2017", + "16.0": "2019", + "17.0": "2022", + } + versions = [] + for version in versions_to_check: + # Old method of searching for which VS version is installed + # We don't use the 2010-encouraged-way because we also want to get the + # path to the binaries, which it doesn't offer. + keys = [ + r"HKLM\Software\Microsoft\VisualStudio\%s" % version, + r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\%s" % version, + r"HKLM\Software\Microsoft\VCExpress\%s" % version, + r"HKLM\Software\Wow6432Node\Microsoft\VCExpress\%s" % version, + ] + for index in range(len(keys)): + path = _RegistryGetValue(keys[index], "InstallDir") + if not path: + continue + path = _ConvertToCygpath(path) + # Check for full. + full_path = os.path.join(path, "devenv.exe") + express_path = os.path.join(path, "*express.exe") + if not force_express and os.path.exists(full_path): + # Add this one. + versions.append( + _CreateVersion( + version_to_year[version], os.path.join(path, "..", "..") + ) + ) + # Check for express. + elif glob.glob(express_path): + # Add this one. + versions.append( + _CreateVersion( + version_to_year[version] + "e", os.path.join(path, "..", "..") + ) + ) + + # The old method above does not work when only SDK is installed. + keys = [ + r"HKLM\Software\Microsoft\VisualStudio\SxS\VC7", + r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\SxS\VC7", + r"HKLM\Software\Microsoft\VisualStudio\SxS\VS7", + r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\SxS\VS7", + ] + for index in range(len(keys)): + path = _RegistryGetValue(keys[index], version) + if not path: + continue + path = _ConvertToCygpath(path) + if version == "15.0": + if os.path.exists(path): + versions.append(_CreateVersion("2017", path)) + elif version != "14.0": # There is no Express edition for 2015. + versions.append( + _CreateVersion( + version_to_year[version] + "e", + os.path.join(path, ".."), + sdk_based=True, + ) + ) + + return versions + + +def SelectVisualStudioVersion(version="auto", allow_fallback=True): + """Select which version of Visual Studio projects to generate. + + Arguments: + version: Hook to allow caller to force a particular version (vs auto). + Returns: + An object representing a visual studio project format version. + """ + # In auto mode, check environment variable for override. + if version == "auto": + version = os.environ.get("GYP_MSVS_VERSION", "auto") + version_map = { + "auto": ("17.0", "16.0", "15.0", "14.0", "12.0", "10.0", "9.0", "8.0", "11.0"), + "2005": ("8.0",), + "2005e": ("8.0",), + "2008": ("9.0",), + "2008e": ("9.0",), + "2010": ("10.0",), + "2010e": ("10.0",), + "2012": ("11.0",), + "2012e": ("11.0",), + "2013": ("12.0",), + "2013e": ("12.0",), + "2015": ("14.0",), + "2017": ("15.0",), + "2019": ("16.0",), + "2022": ("17.0",), + } + override_path = os.environ.get("GYP_MSVS_OVERRIDE_PATH") + if override_path: + msvs_version = os.environ.get("GYP_MSVS_VERSION") + if not msvs_version: + raise ValueError( + "GYP_MSVS_OVERRIDE_PATH requires GYP_MSVS_VERSION to be " + "set to a particular version (e.g. 2010e)." + ) + return _CreateVersion(msvs_version, override_path, sdk_based=True) + version = str(version) + versions = _DetectVisualStudioVersions(version_map[version], "e" in version) + if not versions: + if not allow_fallback: + raise ValueError("Could not locate Visual Studio installation.") + if version == "auto": + # Default to 2005 if we couldn't find anything + return _CreateVersion("2005", None) + else: + return _CreateVersion(version, None) + return versions[0] diff --git a/node_modules/node-gyp/gyp/pylib/gyp/__init__.py b/node_modules/node-gyp/gyp/pylib/gyp/__init__.py new file mode 100644 index 0000000..6790ef9 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/__init__.py @@ -0,0 +1,666 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import copy +import gyp.input +import argparse +import os.path +import re +import shlex +import sys +import traceback +from gyp.common import GypError + +# Default debug modes for GYP +debug = {} + +# List of "official" debug modes, but you can use anything you like. +DEBUG_GENERAL = "general" +DEBUG_VARIABLES = "variables" +DEBUG_INCLUDES = "includes" + + +def DebugOutput(mode, message, *args): + if "all" in gyp.debug or mode in gyp.debug: + ctx = ("unknown", 0, "unknown") + try: + f = traceback.extract_stack(limit=2) + if f: + ctx = f[0][:3] + except Exception: + pass + if args: + message %= args + print( + "%s:%s:%d:%s %s" + % (mode.upper(), os.path.basename(ctx[0]), ctx[1], ctx[2], message) + ) + + +def FindBuildFiles(): + extension = ".gyp" + files = os.listdir(os.getcwd()) + build_files = [] + for file in files: + if file.endswith(extension): + build_files.append(file) + return build_files + + +def Load( + build_files, + format, + default_variables={}, + includes=[], + depth=".", + params=None, + check=False, + circular_check=True, +): + """ + Loads one or more specified build files. + default_variables and includes will be copied before use. + Returns the generator for the specified format and the + data returned by loading the specified build files. + """ + if params is None: + params = {} + + if "-" in format: + format, params["flavor"] = format.split("-", 1) + + default_variables = copy.copy(default_variables) + + # Default variables provided by this program and its modules should be + # named WITH_CAPITAL_LETTERS to provide a distinct "best practice" namespace, + # avoiding collisions with user and automatic variables. + default_variables["GENERATOR"] = format + default_variables["GENERATOR_FLAVOR"] = params.get("flavor", "") + + # Format can be a custom python file, or by default the name of a module + # within gyp.generator. + if format.endswith(".py"): + generator_name = os.path.splitext(format)[0] + path, generator_name = os.path.split(generator_name) + + # Make sure the path to the custom generator is in sys.path + # Don't worry about removing it once we are done. Keeping the path + # to each generator that is used in sys.path is likely harmless and + # arguably a good idea. + path = os.path.abspath(path) + if path not in sys.path: + sys.path.insert(0, path) + else: + generator_name = "gyp.generator." + format + + # These parameters are passed in order (as opposed to by key) + # because ActivePython cannot handle key parameters to __import__. + generator = __import__(generator_name, globals(), locals(), generator_name) + for (key, val) in generator.generator_default_variables.items(): + default_variables.setdefault(key, val) + + # Give the generator the opportunity to set additional variables based on + # the params it will receive in the output phase. + if getattr(generator, "CalculateVariables", None): + generator.CalculateVariables(default_variables, params) + + # Give the generator the opportunity to set generator_input_info based on + # the params it will receive in the output phase. + if getattr(generator, "CalculateGeneratorInputInfo", None): + generator.CalculateGeneratorInputInfo(params) + + # Fetch the generator specific info that gets fed to input, we use getattr + # so we can default things and the generators only have to provide what + # they need. + generator_input_info = { + "non_configuration_keys": getattr( + generator, "generator_additional_non_configuration_keys", [] + ), + "path_sections": getattr(generator, "generator_additional_path_sections", []), + "extra_sources_for_rules": getattr( + generator, "generator_extra_sources_for_rules", [] + ), + "generator_supports_multiple_toolsets": getattr( + generator, "generator_supports_multiple_toolsets", False + ), + "generator_wants_static_library_dependencies_adjusted": getattr( + generator, "generator_wants_static_library_dependencies_adjusted", True + ), + "generator_wants_sorted_dependencies": getattr( + generator, "generator_wants_sorted_dependencies", False + ), + "generator_filelist_paths": getattr( + generator, "generator_filelist_paths", None + ), + } + + # Process the input specific to this generator. + result = gyp.input.Load( + build_files, + default_variables, + includes[:], + depth, + generator_input_info, + check, + circular_check, + params["parallel"], + params["root_targets"], + ) + return [generator] + result + + +def NameValueListToDict(name_value_list): + """ + Takes an array of strings of the form 'NAME=VALUE' and creates a dictionary + of the pairs. If a string is simply NAME, then the value in the dictionary + is set to True. If VALUE can be converted to an integer, it is. + """ + result = {} + for item in name_value_list: + tokens = item.split("=", 1) + if len(tokens) == 2: + # If we can make it an int, use that, otherwise, use the string. + try: + token_value = int(tokens[1]) + except ValueError: + token_value = tokens[1] + # Set the variable to the supplied value. + result[tokens[0]] = token_value + else: + # No value supplied, treat it as a boolean and set it. + result[tokens[0]] = True + return result + + +def ShlexEnv(env_name): + flags = os.environ.get(env_name, []) + if flags: + flags = shlex.split(flags) + return flags + + +def FormatOpt(opt, value): + if opt.startswith("--"): + return f"{opt}={value}" + return opt + value + + +def RegenerateAppendFlag(flag, values, predicate, env_name, options): + """Regenerate a list of command line flags, for an option of action='append'. + + The |env_name|, if given, is checked in the environment and used to generate + an initial list of options, then the options that were specified on the + command line (given in |values|) are appended. This matches the handling of + environment variables and command line flags where command line flags override + the environment, while not requiring the environment to be set when the flags + are used again. + """ + flags = [] + if options.use_environment and env_name: + for flag_value in ShlexEnv(env_name): + value = FormatOpt(flag, predicate(flag_value)) + if value in flags: + flags.remove(value) + flags.append(value) + if values: + for flag_value in values: + flags.append(FormatOpt(flag, predicate(flag_value))) + return flags + + +def RegenerateFlags(options): + """Given a parsed options object, and taking the environment variables into + account, returns a list of flags that should regenerate an equivalent options + object (even in the absence of the environment variables.) + + Any path options will be normalized relative to depth. + + The format flag is not included, as it is assumed the calling generator will + set that as appropriate. + """ + + def FixPath(path): + path = gyp.common.FixIfRelativePath(path, options.depth) + if not path: + return os.path.curdir + return path + + def Noop(value): + return value + + # We always want to ignore the environment when regenerating, to avoid + # duplicate or changed flags in the environment at the time of regeneration. + flags = ["--ignore-environment"] + for name, metadata in options._regeneration_metadata.items(): + opt = metadata["opt"] + value = getattr(options, name) + value_predicate = metadata["type"] == "path" and FixPath or Noop + action = metadata["action"] + env_name = metadata["env_name"] + if action == "append": + flags.extend( + RegenerateAppendFlag(opt, value, value_predicate, env_name, options) + ) + elif action in ("store", None): # None is a synonym for 'store'. + if value: + flags.append(FormatOpt(opt, value_predicate(value))) + elif options.use_environment and env_name and os.environ.get(env_name): + flags.append(FormatOpt(opt, value_predicate(os.environ.get(env_name)))) + elif action in ("store_true", "store_false"): + if (action == "store_true" and value) or ( + action == "store_false" and not value + ): + flags.append(opt) + elif options.use_environment and env_name: + print( + "Warning: environment regeneration unimplemented " + "for %s flag %r env_name %r" % (action, opt, env_name), + file=sys.stderr, + ) + else: + print( + "Warning: regeneration unimplemented for action %r " + "flag %r" % (action, opt), + file=sys.stderr, + ) + + return flags + + +class RegeneratableOptionParser(argparse.ArgumentParser): + def __init__(self, usage): + self.__regeneratable_options = {} + argparse.ArgumentParser.__init__(self, usage=usage) + + def add_argument(self, *args, **kw): + """Add an option to the parser. + + This accepts the same arguments as ArgumentParser.add_argument, plus the + following: + regenerate: can be set to False to prevent this option from being included + in regeneration. + env_name: name of environment variable that additional values for this + option come from. + type: adds type='path', to tell the regenerator that the values of + this option need to be made relative to options.depth + """ + env_name = kw.pop("env_name", None) + if "dest" in kw and kw.pop("regenerate", True): + dest = kw["dest"] + + # The path type is needed for regenerating, for optparse we can just treat + # it as a string. + type = kw.get("type") + if type == "path": + kw["type"] = str + + self.__regeneratable_options[dest] = { + "action": kw.get("action"), + "type": type, + "env_name": env_name, + "opt": args[0], + } + + argparse.ArgumentParser.add_argument(self, *args, **kw) + + def parse_args(self, *args): + values, args = argparse.ArgumentParser.parse_known_args(self, *args) + values._regeneration_metadata = self.__regeneratable_options + return values, args + + +def gyp_main(args): + my_name = os.path.basename(sys.argv[0]) + usage = "usage: %(prog)s [options ...] [build_file ...]" + + parser = RegeneratableOptionParser(usage=usage.replace("%s", "%(prog)s")) + parser.add_argument( + "--build", + dest="configs", + action="append", + help="configuration for build after project generation", + ) + parser.add_argument( + "--check", dest="check", action="store_true", help="check format of gyp files" + ) + parser.add_argument( + "--config-dir", + dest="config_dir", + action="store", + env_name="GYP_CONFIG_DIR", + default=None, + help="The location for configuration files like " "include.gypi.", + ) + parser.add_argument( + "-d", + "--debug", + dest="debug", + metavar="DEBUGMODE", + action="append", + default=[], + help="turn on a debugging " + 'mode for debugging GYP. Supported modes are "variables", ' + '"includes" and "general" or "all" for all of them.', + ) + parser.add_argument( + "-D", + dest="defines", + action="append", + metavar="VAR=VAL", + env_name="GYP_DEFINES", + help="sets variable VAR to value VAL", + ) + parser.add_argument( + "--depth", + dest="depth", + metavar="PATH", + type="path", + help="set DEPTH gyp variable to a relative path to PATH", + ) + parser.add_argument( + "-f", + "--format", + dest="formats", + action="append", + env_name="GYP_GENERATORS", + regenerate=False, + help="output formats to generate", + ) + parser.add_argument( + "-G", + dest="generator_flags", + action="append", + default=[], + metavar="FLAG=VAL", + env_name="GYP_GENERATOR_FLAGS", + help="sets generator flag FLAG to VAL", + ) + parser.add_argument( + "--generator-output", + dest="generator_output", + action="store", + default=None, + metavar="DIR", + type="path", + env_name="GYP_GENERATOR_OUTPUT", + help="puts generated build files under DIR", + ) + parser.add_argument( + "--ignore-environment", + dest="use_environment", + action="store_false", + default=True, + regenerate=False, + help="do not read options from environment variables", + ) + parser.add_argument( + "-I", + "--include", + dest="includes", + action="append", + metavar="INCLUDE", + type="path", + help="files to include in all loaded .gyp files", + ) + # --no-circular-check disables the check for circular relationships between + # .gyp files. These relationships should not exist, but they've only been + # observed to be harmful with the Xcode generator. Chromium's .gyp files + # currently have some circular relationships on non-Mac platforms, so this + # option allows the strict behavior to be used on Macs and the lenient + # behavior to be used elsewhere. + # TODO(mark): Remove this option when http://crbug.com/35878 is fixed. + parser.add_argument( + "--no-circular-check", + dest="circular_check", + action="store_false", + default=True, + regenerate=False, + help="don't check for circular relationships between files", + ) + parser.add_argument( + "--no-parallel", + action="store_true", + default=False, + help="Disable multiprocessing", + ) + parser.add_argument( + "-S", + "--suffix", + dest="suffix", + default="", + help="suffix to add to generated files", + ) + parser.add_argument( + "--toplevel-dir", + dest="toplevel_dir", + action="store", + default=None, + metavar="DIR", + type="path", + help="directory to use as the root of the source tree", + ) + parser.add_argument( + "-R", + "--root-target", + dest="root_targets", + action="append", + metavar="TARGET", + help="include only TARGET and its deep dependencies", + ) + + options, build_files_arg = parser.parse_args(args) + build_files = build_files_arg + + # Set up the configuration directory (defaults to ~/.gyp) + if not options.config_dir: + home = None + home_dot_gyp = None + if options.use_environment: + home_dot_gyp = os.environ.get("GYP_CONFIG_DIR", None) + if home_dot_gyp: + home_dot_gyp = os.path.expanduser(home_dot_gyp) + + if not home_dot_gyp: + home_vars = ["HOME"] + if sys.platform in ("cygwin", "win32"): + home_vars.append("USERPROFILE") + for home_var in home_vars: + home = os.getenv(home_var) + if home: + home_dot_gyp = os.path.join(home, ".gyp") + if not os.path.exists(home_dot_gyp): + home_dot_gyp = None + else: + break + else: + home_dot_gyp = os.path.expanduser(options.config_dir) + + if home_dot_gyp and not os.path.exists(home_dot_gyp): + home_dot_gyp = None + + if not options.formats: + # If no format was given on the command line, then check the env variable. + generate_formats = [] + if options.use_environment: + generate_formats = os.environ.get("GYP_GENERATORS", []) + if generate_formats: + generate_formats = re.split(r"[\s,]", generate_formats) + if generate_formats: + options.formats = generate_formats + else: + # Nothing in the variable, default based on platform. + if sys.platform == "darwin": + options.formats = ["xcode"] + elif sys.platform in ("win32", "cygwin"): + options.formats = ["msvs"] + else: + options.formats = ["make"] + + if not options.generator_output and options.use_environment: + g_o = os.environ.get("GYP_GENERATOR_OUTPUT") + if g_o: + options.generator_output = g_o + + options.parallel = not options.no_parallel + + for mode in options.debug: + gyp.debug[mode] = 1 + + # Do an extra check to avoid work when we're not debugging. + if DEBUG_GENERAL in gyp.debug: + DebugOutput(DEBUG_GENERAL, "running with these options:") + for option, value in sorted(options.__dict__.items()): + if option[0] == "_": + continue + if isinstance(value, str): + DebugOutput(DEBUG_GENERAL, " %s: '%s'", option, value) + else: + DebugOutput(DEBUG_GENERAL, " %s: %s", option, value) + + if not build_files: + build_files = FindBuildFiles() + if not build_files: + raise GypError((usage + "\n\n%s: error: no build_file") % (my_name, my_name)) + + # TODO(mark): Chromium-specific hack! + # For Chromium, the gyp "depth" variable should always be a relative path + # to Chromium's top-level "src" directory. If no depth variable was set + # on the command line, try to find a "src" directory by looking at the + # absolute path to each build file's directory. The first "src" component + # found will be treated as though it were the path used for --depth. + if not options.depth: + for build_file in build_files: + build_file_dir = os.path.abspath(os.path.dirname(build_file)) + build_file_dir_components = build_file_dir.split(os.path.sep) + components_len = len(build_file_dir_components) + for index in range(components_len - 1, -1, -1): + if build_file_dir_components[index] == "src": + options.depth = os.path.sep.join(build_file_dir_components) + break + del build_file_dir_components[index] + + # If the inner loop found something, break without advancing to another + # build file. + if options.depth: + break + + if not options.depth: + raise GypError( + "Could not automatically locate src directory. This is" + "a temporary Chromium feature that will be removed. Use" + "--depth as a workaround." + ) + + # If toplevel-dir is not set, we assume that depth is the root of our source + # tree. + if not options.toplevel_dir: + options.toplevel_dir = options.depth + + # -D on the command line sets variable defaults - D isn't just for define, + # it's for default. Perhaps there should be a way to force (-F?) a + # variable's value so that it can't be overridden by anything else. + cmdline_default_variables = {} + defines = [] + if options.use_environment: + defines += ShlexEnv("GYP_DEFINES") + if options.defines: + defines += options.defines + cmdline_default_variables = NameValueListToDict(defines) + if DEBUG_GENERAL in gyp.debug: + DebugOutput( + DEBUG_GENERAL, "cmdline_default_variables: %s", cmdline_default_variables + ) + + # Set up includes. + includes = [] + + # If ~/.gyp/include.gypi exists, it'll be forcibly included into every + # .gyp file that's loaded, before anything else is included. + if home_dot_gyp: + default_include = os.path.join(home_dot_gyp, "include.gypi") + if os.path.exists(default_include): + print("Using overrides found in " + default_include) + includes.append(default_include) + + # Command-line --include files come after the default include. + if options.includes: + includes.extend(options.includes) + + # Generator flags should be prefixed with the target generator since they + # are global across all generator runs. + gen_flags = [] + if options.use_environment: + gen_flags += ShlexEnv("GYP_GENERATOR_FLAGS") + if options.generator_flags: + gen_flags += options.generator_flags + generator_flags = NameValueListToDict(gen_flags) + if DEBUG_GENERAL in gyp.debug.keys(): + DebugOutput(DEBUG_GENERAL, "generator_flags: %s", generator_flags) + + # Generate all requested formats (use a set in case we got one format request + # twice) + for format in set(options.formats): + params = { + "options": options, + "build_files": build_files, + "generator_flags": generator_flags, + "cwd": os.getcwd(), + "build_files_arg": build_files_arg, + "gyp_binary": sys.argv[0], + "home_dot_gyp": home_dot_gyp, + "parallel": options.parallel, + "root_targets": options.root_targets, + "target_arch": cmdline_default_variables.get("target_arch", ""), + } + + # Start with the default variables from the command line. + [generator, flat_list, targets, data] = Load( + build_files, + format, + cmdline_default_variables, + includes, + options.depth, + params, + options.check, + options.circular_check, + ) + + # TODO(mark): Pass |data| for now because the generator needs a list of + # build files that came in. In the future, maybe it should just accept + # a list, and not the whole data dict. + # NOTE: flat_list is the flattened dependency graph specifying the order + # that targets may be built. Build systems that operate serially or that + # need to have dependencies defined before dependents reference them should + # generate targets in the order specified in flat_list. + generator.GenerateOutput(flat_list, targets, data, params) + + if options.configs: + valid_configs = targets[flat_list[0]]["configurations"] + for conf in options.configs: + if conf not in valid_configs: + raise GypError("Invalid config specified via --build: %s" % conf) + generator.PerformBuild(data, options.configs, params) + + # Done + return 0 + + +def main(args): + try: + return gyp_main(args) + except GypError as e: + sys.stderr.write("gyp: %s\n" % e) + return 1 + + +# NOTE: setuptools generated console_scripts calls function with no arguments +def script_main(): + return main(sys.argv[1:]) + + +if __name__ == "__main__": + sys.exit(script_main()) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/common.py b/node_modules/node-gyp/gyp/pylib/gyp/common.py new file mode 100644 index 0000000..9213fcc --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/common.py @@ -0,0 +1,654 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import errno +import filecmp +import os.path +import re +import tempfile +import sys +import subprocess + +from collections.abc import MutableSet + + +# A minimal memoizing decorator. It'll blow up if the args aren't immutable, +# among other "problems". +class memoize: + def __init__(self, func): + self.func = func + self.cache = {} + + def __call__(self, *args): + try: + return self.cache[args] + except KeyError: + result = self.func(*args) + self.cache[args] = result + return result + + +class GypError(Exception): + """Error class representing an error, which is to be presented + to the user. The main entry point will catch and display this. + """ + + pass + + +def ExceptionAppend(e, msg): + """Append a message to the given exception's message.""" + if not e.args: + e.args = (msg,) + elif len(e.args) == 1: + e.args = (str(e.args[0]) + " " + msg,) + else: + e.args = (str(e.args[0]) + " " + msg,) + e.args[1:] + + +def FindQualifiedTargets(target, qualified_list): + """ + Given a list of qualified targets, return the qualified targets for the + specified |target|. + """ + return [t for t in qualified_list if ParseQualifiedTarget(t)[1] == target] + + +def ParseQualifiedTarget(target): + # Splits a qualified target into a build file, target name and toolset. + + # NOTE: rsplit is used to disambiguate the Windows drive letter separator. + target_split = target.rsplit(":", 1) + if len(target_split) == 2: + [build_file, target] = target_split + else: + build_file = None + + target_split = target.rsplit("#", 1) + if len(target_split) == 2: + [target, toolset] = target_split + else: + toolset = None + + return [build_file, target, toolset] + + +def ResolveTarget(build_file, target, toolset): + # This function resolves a target into a canonical form: + # - a fully defined build file, either absolute or relative to the current + # directory + # - a target name + # - a toolset + # + # build_file is the file relative to which 'target' is defined. + # target is the qualified target. + # toolset is the default toolset for that target. + [parsed_build_file, target, parsed_toolset] = ParseQualifiedTarget(target) + + if parsed_build_file: + if build_file: + # If a relative path, parsed_build_file is relative to the directory + # containing build_file. If build_file is not in the current directory, + # parsed_build_file is not a usable path as-is. Resolve it by + # interpreting it as relative to build_file. If parsed_build_file is + # absolute, it is usable as a path regardless of the current directory, + # and os.path.join will return it as-is. + build_file = os.path.normpath( + os.path.join(os.path.dirname(build_file), parsed_build_file) + ) + # Further (to handle cases like ../cwd), make it relative to cwd) + if not os.path.isabs(build_file): + build_file = RelativePath(build_file, ".") + else: + build_file = parsed_build_file + + if parsed_toolset: + toolset = parsed_toolset + + return [build_file, target, toolset] + + +def BuildFile(fully_qualified_target): + # Extracts the build file from the fully qualified target. + return ParseQualifiedTarget(fully_qualified_target)[0] + + +def GetEnvironFallback(var_list, default): + """Look up a key in the environment, with fallback to secondary keys + and finally falling back to a default value.""" + for var in var_list: + if var in os.environ: + return os.environ[var] + return default + + +def QualifiedTarget(build_file, target, toolset): + # "Qualified" means the file that a target was defined in and the target + # name, separated by a colon, suffixed by a # and the toolset name: + # /path/to/file.gyp:target_name#toolset + fully_qualified = build_file + ":" + target + if toolset: + fully_qualified = fully_qualified + "#" + toolset + return fully_qualified + + +@memoize +def RelativePath(path, relative_to, follow_path_symlink=True): + # Assuming both |path| and |relative_to| are relative to the current + # directory, returns a relative path that identifies path relative to + # relative_to. + # If |follow_symlink_path| is true (default) and |path| is a symlink, then + # this method returns a path to the real file represented by |path|. If it is + # false, this method returns a path to the symlink. If |path| is not a + # symlink, this option has no effect. + + # Convert to normalized (and therefore absolute paths). + if follow_path_symlink: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + relative_to = os.path.realpath(relative_to) + + # On Windows, we can't create a relative path to a different drive, so just + # use the absolute path. + if sys.platform == "win32": + if ( + os.path.splitdrive(path)[0].lower() + != os.path.splitdrive(relative_to)[0].lower() + ): + return path + + # Split the paths into components. + path_split = path.split(os.path.sep) + relative_to_split = relative_to.split(os.path.sep) + + # Determine how much of the prefix the two paths share. + prefix_len = len(os.path.commonprefix([path_split, relative_to_split])) + + # Put enough ".." components to back up out of relative_to to the common + # prefix, and then append the part of path_split after the common prefix. + relative_split = [os.path.pardir] * ( + len(relative_to_split) - prefix_len + ) + path_split[prefix_len:] + + if len(relative_split) == 0: + # The paths were the same. + return "" + + # Turn it back into a string and we're done. + return os.path.join(*relative_split) + + +@memoize +def InvertRelativePath(path, toplevel_dir=None): + """Given a path like foo/bar that is relative to toplevel_dir, return + the inverse relative path back to the toplevel_dir. + + E.g. os.path.normpath(os.path.join(path, InvertRelativePath(path))) + should always produce the empty string, unless the path contains symlinks. + """ + if not path: + return path + toplevel_dir = "." if toplevel_dir is None else toplevel_dir + return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path)) + + +def FixIfRelativePath(path, relative_to): + # Like RelativePath but returns |path| unchanged if it is absolute. + if os.path.isabs(path): + return path + return RelativePath(path, relative_to) + + +def UnrelativePath(path, relative_to): + # Assuming that |relative_to| is relative to the current directory, and |path| + # is a path relative to the dirname of |relative_to|, returns a path that + # identifies |path| relative to the current directory. + rel_dir = os.path.dirname(relative_to) + return os.path.normpath(os.path.join(rel_dir, path)) + + +# re objects used by EncodePOSIXShellArgument. See IEEE 1003.1 XCU.2.2 at +# http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_02 +# and the documentation for various shells. + +# _quote is a pattern that should match any argument that needs to be quoted +# with double-quotes by EncodePOSIXShellArgument. It matches the following +# characters appearing anywhere in an argument: +# \t, \n, space parameter separators +# # comments +# $ expansions (quoted to always expand within one argument) +# % called out by IEEE 1003.1 XCU.2.2 +# & job control +# ' quoting +# (, ) subshell execution +# *, ?, [ pathname expansion +# ; command delimiter +# <, >, | redirection +# = assignment +# {, } brace expansion (bash) +# ~ tilde expansion +# It also matches the empty string, because "" (or '') is the only way to +# represent an empty string literal argument to a POSIX shell. +# +# This does not match the characters in _escape, because those need to be +# backslash-escaped regardless of whether they appear in a double-quoted +# string. +_quote = re.compile("[\t\n #$%&'()*;<=>?[{|}~]|^$") + +# _escape is a pattern that should match any character that needs to be +# escaped with a backslash, whether or not the argument matched the _quote +# pattern. _escape is used with re.sub to backslash anything in _escape's +# first match group, hence the (parentheses) in the regular expression. +# +# _escape matches the following characters appearing anywhere in an argument: +# " to prevent POSIX shells from interpreting this character for quoting +# \ to prevent POSIX shells from interpreting this character for escaping +# ` to prevent POSIX shells from interpreting this character for command +# substitution +# Missing from this list is $, because the desired behavior of +# EncodePOSIXShellArgument is to permit parameter (variable) expansion. +# +# Also missing from this list is !, which bash will interpret as the history +# expansion character when history is enabled. bash does not enable history +# by default in non-interactive shells, so this is not thought to be a problem. +# ! was omitted from this list because bash interprets "\!" as a literal string +# including the backslash character (avoiding history expansion but retaining +# the backslash), which would not be correct for argument encoding. Handling +# this case properly would also be problematic because bash allows the history +# character to be changed with the histchars shell variable. Fortunately, +# as history is not enabled in non-interactive shells and +# EncodePOSIXShellArgument is only expected to encode for non-interactive +# shells, there is no room for error here by ignoring !. +_escape = re.compile(r'(["\\`])') + + +def EncodePOSIXShellArgument(argument): + """Encodes |argument| suitably for consumption by POSIX shells. + + argument may be quoted and escaped as necessary to ensure that POSIX shells + treat the returned value as a literal representing the argument passed to + this function. Parameter (variable) expansions beginning with $ are allowed + to remain intact without escaping the $, to allow the argument to contain + references to variables to be expanded by the shell. + """ + + if not isinstance(argument, str): + argument = str(argument) + + if _quote.search(argument): + quote = '"' + else: + quote = "" + + encoded = quote + re.sub(_escape, r"\\\1", argument) + quote + + return encoded + + +def EncodePOSIXShellList(list): + """Encodes |list| suitably for consumption by POSIX shells. + + Returns EncodePOSIXShellArgument for each item in list, and joins them + together using the space character as an argument separator. + """ + + encoded_arguments = [] + for argument in list: + encoded_arguments.append(EncodePOSIXShellArgument(argument)) + return " ".join(encoded_arguments) + + +def DeepDependencyTargets(target_dicts, roots): + """Returns the recursive list of target dependencies.""" + dependencies = set() + pending = set(roots) + while pending: + # Pluck out one. + r = pending.pop() + # Skip if visited already. + if r in dependencies: + continue + # Add it. + dependencies.add(r) + # Add its children. + spec = target_dicts[r] + pending.update(set(spec.get("dependencies", []))) + pending.update(set(spec.get("dependencies_original", []))) + return list(dependencies - set(roots)) + + +def BuildFileTargets(target_list, build_file): + """From a target_list, returns the subset from the specified build_file. + """ + return [p for p in target_list if BuildFile(p) == build_file] + + +def AllTargets(target_list, target_dicts, build_file): + """Returns all targets (direct and dependencies) for the specified build_file. + """ + bftargets = BuildFileTargets(target_list, build_file) + deptargets = DeepDependencyTargets(target_dicts, bftargets) + return bftargets + deptargets + + +def WriteOnDiff(filename): + """Write to a file only if the new contents differ. + + Arguments: + filename: name of the file to potentially write to. + Returns: + A file like object which will write to temporary file and only overwrite + the target if it differs (on close). + """ + + class Writer: + """Wrapper around file which only covers the target if it differs.""" + + def __init__(self): + # On Cygwin remove the "dir" argument + # `C:` prefixed paths are treated as relative, + # consequently ending up with current dir "/cygdrive/c/..." + # being prefixed to those, which was + # obviously a non-existent path, + # for example: "/cygdrive/c//C:\". + # For more details see: + # https://docs.python.org/2/library/tempfile.html#tempfile.mkstemp + base_temp_dir = "" if IsCygwin() else os.path.dirname(filename) + # Pick temporary file. + tmp_fd, self.tmp_path = tempfile.mkstemp( + suffix=".tmp", + prefix=os.path.split(filename)[1] + ".gyp.", + dir=base_temp_dir, + ) + try: + self.tmp_file = os.fdopen(tmp_fd, "wb") + except Exception: + # Don't leave turds behind. + os.unlink(self.tmp_path) + raise + + def __getattr__(self, attrname): + # Delegate everything else to self.tmp_file + return getattr(self.tmp_file, attrname) + + def close(self): + try: + # Close tmp file. + self.tmp_file.close() + # Determine if different. + same = False + try: + same = filecmp.cmp(self.tmp_path, filename, False) + except OSError as e: + if e.errno != errno.ENOENT: + raise + + if same: + # The new file is identical to the old one, just get rid of the new + # one. + os.unlink(self.tmp_path) + else: + # The new file is different from the old one, + # or there is no old one. + # Rename the new file to the permanent name. + # + # tempfile.mkstemp uses an overly restrictive mode, resulting in a + # file that can only be read by the owner, regardless of the umask. + # There's no reason to not respect the umask here, + # which means that an extra hoop is required + # to fetch it and reset the new file's mode. + # + # No way to get the umask without setting a new one? Set a safe one + # and then set it back to the old value. + umask = os.umask(0o77) + os.umask(umask) + os.chmod(self.tmp_path, 0o666 & ~umask) + if sys.platform == "win32" and os.path.exists(filename): + # NOTE: on windows (but not cygwin) rename will not replace an + # existing file, so it must be preceded with a remove. + # Sadly there is no way to make the switch atomic. + os.remove(filename) + os.rename(self.tmp_path, filename) + except Exception: + # Don't leave turds behind. + os.unlink(self.tmp_path) + raise + + def write(self, s): + self.tmp_file.write(s.encode("utf-8")) + + return Writer() + + +def EnsureDirExists(path): + """Make sure the directory for |path| exists.""" + try: + os.makedirs(os.path.dirname(path)) + except OSError: + pass + + +def GetFlavor(params): + """Returns |params.flavor| if it's set, the system's default flavor else.""" + flavors = { + "cygwin": "win", + "win32": "win", + "darwin": "mac", + } + + if "flavor" in params: + return params["flavor"] + if sys.platform in flavors: + return flavors[sys.platform] + if sys.platform.startswith("sunos"): + return "solaris" + if sys.platform.startswith(("dragonfly", "freebsd")): + return "freebsd" + if sys.platform.startswith("openbsd"): + return "openbsd" + if sys.platform.startswith("netbsd"): + return "netbsd" + if sys.platform.startswith("aix"): + return "aix" + if sys.platform.startswith(("os390", "zos")): + return "zos" + + return "linux" + + +def CopyTool(flavor, out_path, generator_flags={}): + """Finds (flock|mac|win)_tool.gyp in the gyp directory and copies it + to |out_path|.""" + # aix and solaris just need flock emulation. mac and win use more complicated + # support scripts. + prefix = {"aix": "flock", "solaris": "flock", "mac": "mac", "win": "win"}.get( + flavor, None + ) + if not prefix: + return + + # Slurp input file. + source_path = os.path.join( + os.path.dirname(os.path.abspath(__file__)), "%s_tool.py" % prefix + ) + with open(source_path) as source_file: + source = source_file.readlines() + + # Set custom header flags. + header = "# Generated by gyp. Do not edit.\n" + mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) + if flavor == "mac" and mac_toolchain_dir: + header += "import os;\nos.environ['DEVELOPER_DIR']='%s'\n" % mac_toolchain_dir + + # Add header and write it out. + tool_path = os.path.join(out_path, "gyp-%s-tool" % prefix) + with open(tool_path, "w") as tool_file: + tool_file.write("".join([source[0], header] + source[1:])) + + # Make file executable. + os.chmod(tool_path, 0o755) + + +# From Alex Martelli, +# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52560 +# ASPN: Python Cookbook: Remove duplicates from a sequence +# First comment, dated 2001/10/13. +# (Also in the printed Python Cookbook.) + + +def uniquer(seq, idfun=lambda x: x): + seen = {} + result = [] + for item in seq: + marker = idfun(item) + if marker in seen: + continue + seen[marker] = 1 + result.append(item) + return result + + +# Based on http://code.activestate.com/recipes/576694/. +class OrderedSet(MutableSet): + def __init__(self, iterable=None): + self.end = end = [] + end += [None, end, end] # sentinel node for doubly linked list + self.map = {} # key --> [key, prev, next] + if iterable is not None: + self |= iterable + + def __len__(self): + return len(self.map) + + def __contains__(self, key): + return key in self.map + + def add(self, key): + if key not in self.map: + end = self.end + curr = end[1] + curr[2] = end[1] = self.map[key] = [key, curr, end] + + def discard(self, key): + if key in self.map: + key, prev_item, next_item = self.map.pop(key) + prev_item[2] = next_item + next_item[1] = prev_item + + def __iter__(self): + end = self.end + curr = end[2] + while curr is not end: + yield curr[0] + curr = curr[2] + + def __reversed__(self): + end = self.end + curr = end[1] + while curr is not end: + yield curr[0] + curr = curr[1] + + # The second argument is an addition that causes a pylint warning. + def pop(self, last=True): # pylint: disable=W0221 + if not self: + raise KeyError("set is empty") + key = self.end[1][0] if last else self.end[2][0] + self.discard(key) + return key + + def __repr__(self): + if not self: + return f"{self.__class__.__name__}()" + return f"{self.__class__.__name__}({list(self)!r})" + + def __eq__(self, other): + if isinstance(other, OrderedSet): + return len(self) == len(other) and list(self) == list(other) + return set(self) == set(other) + + # Extensions to the recipe. + def update(self, iterable): + for i in iterable: + if i not in self: + self.add(i) + + +class CycleError(Exception): + """An exception raised when an unexpected cycle is detected.""" + + def __init__(self, nodes): + self.nodes = nodes + + def __str__(self): + return "CycleError: cycle involving: " + str(self.nodes) + + +def TopologicallySorted(graph, get_edges): + r"""Topologically sort based on a user provided edge definition. + + Args: + graph: A list of node names. + get_edges: A function mapping from node name to a hashable collection + of node names which this node has outgoing edges to. + Returns: + A list containing all of the node in graph in topological order. + It is assumed that calling get_edges once for each node and caching is + cheaper than repeatedly calling get_edges. + Raises: + CycleError in the event of a cycle. + Example: + graph = {'a': '$(b) $(c)', 'b': 'hi', 'c': '$(b)'} + def GetEdges(node): + return re.findall(r'\$\(([^))]\)', graph[node]) + print TopologicallySorted(graph.keys(), GetEdges) + ==> + ['a', 'c', b'] + """ + get_edges = memoize(get_edges) + visited = set() + visiting = set() + ordered_nodes = [] + + def Visit(node): + if node in visiting: + raise CycleError(visiting) + if node in visited: + return + visited.add(node) + visiting.add(node) + for neighbor in get_edges(node): + Visit(neighbor) + visiting.remove(node) + ordered_nodes.insert(0, node) + + for node in sorted(graph): + Visit(node) + return ordered_nodes + + +def CrossCompileRequested(): + # TODO: figure out how to not build extra host objects in the + # non-cross-compile case when this is enabled, and enable unconditionally. + return ( + os.environ.get("GYP_CROSSCOMPILE") + or os.environ.get("AR_host") + or os.environ.get("CC_host") + or os.environ.get("CXX_host") + or os.environ.get("AR_target") + or os.environ.get("CC_target") + or os.environ.get("CXX_target") + ) + + +def IsCygwin(): + try: + out = subprocess.Popen( + "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + stdout = out.communicate()[0].decode("utf-8") + return "CYGWIN" in str(stdout) + except Exception: + return False diff --git a/node_modules/node-gyp/gyp/pylib/gyp/common_test.py b/node_modules/node-gyp/gyp/pylib/gyp/common_test.py new file mode 100644 index 0000000..0534408 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/common_test.py @@ -0,0 +1,78 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Unit tests for the common.py file.""" + +import gyp.common +import unittest +import sys + + +class TestTopologicallySorted(unittest.TestCase): + def test_Valid(self): + """Test that sorting works on a valid graph with one possible order.""" + graph = { + "a": ["b", "c"], + "b": [], + "c": ["d"], + "d": ["b"], + } + + def GetEdge(node): + return tuple(graph[node]) + + self.assertEqual( + gyp.common.TopologicallySorted(graph.keys(), GetEdge), ["a", "c", "d", "b"] + ) + + def test_Cycle(self): + """Test that an exception is thrown on a cyclic graph.""" + graph = { + "a": ["b"], + "b": ["c"], + "c": ["d"], + "d": ["a"], + } + + def GetEdge(node): + return tuple(graph[node]) + + self.assertRaises( + gyp.common.CycleError, gyp.common.TopologicallySorted, graph.keys(), GetEdge + ) + + +class TestGetFlavor(unittest.TestCase): + """Test that gyp.common.GetFlavor works as intended""" + + original_platform = "" + + def setUp(self): + self.original_platform = sys.platform + + def tearDown(self): + sys.platform = self.original_platform + + def assertFlavor(self, expected, argument, param): + sys.platform = argument + self.assertEqual(expected, gyp.common.GetFlavor(param)) + + def test_platform_default(self): + self.assertFlavor("freebsd", "freebsd9", {}) + self.assertFlavor("freebsd", "freebsd10", {}) + self.assertFlavor("openbsd", "openbsd5", {}) + self.assertFlavor("solaris", "sunos5", {}) + self.assertFlavor("solaris", "sunos", {}) + self.assertFlavor("linux", "linux2", {}) + self.assertFlavor("linux", "linux3", {}) + self.assertFlavor("linux", "linux", {}) + + def test_param(self): + self.assertFlavor("foobar", "linux2", {"flavor": "foobar"}) + + +if __name__ == "__main__": + unittest.main() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py b/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py new file mode 100644 index 0000000..bda1a47 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py @@ -0,0 +1,165 @@ +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import sys +import re +import os +import locale +from functools import reduce + + +def XmlToString(content, encoding="utf-8", pretty=False): + """ Writes the XML content to disk, touching the file only if it has changed. + + Visual Studio files have a lot of pre-defined structures. This function makes + it easy to represent these structures as Python data structures, instead of + having to create a lot of function calls. + + Each XML element of the content is represented as a list composed of: + 1. The name of the element, a string, + 2. The attributes of the element, a dictionary (optional), and + 3+. The content of the element, if any. Strings are simple text nodes and + lists are child elements. + + Example 1: + + becomes + ['test'] + + Example 2: + + This is + it! + + + becomes + ['myelement', {'a':'value1', 'b':'value2'}, + ['childtype', 'This is'], + ['childtype', 'it!'], + ] + + Args: + content: The structured content to be converted. + encoding: The encoding to report on the first XML line. + pretty: True if we want pretty printing with indents and new lines. + + Returns: + The XML content as a string. + """ + # We create a huge list of all the elements of the file. + xml_parts = ['' % encoding] + if pretty: + xml_parts.append("\n") + _ConstructContentList(xml_parts, content, pretty) + + # Convert it to a string + return "".join(xml_parts) + + +def _ConstructContentList(xml_parts, specification, pretty, level=0): + """ Appends the XML parts corresponding to the specification. + + Args: + xml_parts: A list of XML parts to be appended to. + specification: The specification of the element. See EasyXml docs. + pretty: True if we want pretty printing with indents and new lines. + level: Indentation level. + """ + # The first item in a specification is the name of the element. + if pretty: + indentation = " " * level + new_line = "\n" + else: + indentation = "" + new_line = "" + name = specification[0] + if not isinstance(name, str): + raise Exception( + "The first item of an EasyXml specification should be " + "a string. Specification was " + str(specification) + ) + xml_parts.append(indentation + "<" + name) + + # Optionally in second position is a dictionary of the attributes. + rest = specification[1:] + if rest and isinstance(rest[0], dict): + for at, val in sorted(rest[0].items()): + xml_parts.append(f' {at}="{_XmlEscape(val, attr=True)}"') + rest = rest[1:] + if rest: + xml_parts.append(">") + all_strings = reduce(lambda x, y: x and isinstance(y, str), rest, True) + multi_line = not all_strings + if multi_line and new_line: + xml_parts.append(new_line) + for child_spec in rest: + # If it's a string, append a text node. + # Otherwise recurse over that child definition + if isinstance(child_spec, str): + xml_parts.append(_XmlEscape(child_spec)) + else: + _ConstructContentList(xml_parts, child_spec, pretty, level + 1) + if multi_line and indentation: + xml_parts.append(indentation) + xml_parts.append(f"{new_line}") + else: + xml_parts.append("/>%s" % new_line) + + +def WriteXmlIfChanged(content, path, encoding="utf-8", pretty=False, + win32=(sys.platform == "win32")): + """ Writes the XML content to disk, touching the file only if it has changed. + + Args: + content: The structured content to be written. + path: Location of the file. + encoding: The encoding to report on the first line of the XML file. + pretty: True if we want pretty printing with indents and new lines. + """ + xml_string = XmlToString(content, encoding, pretty) + if win32 and os.linesep != "\r\n": + xml_string = xml_string.replace("\n", "\r\n") + + default_encoding = locale.getdefaultlocale()[1] + if default_encoding and default_encoding.upper() != encoding.upper(): + xml_string = xml_string.encode(encoding) + + # Get the old content + try: + with open(path) as file: + existing = file.read() + except OSError: + existing = None + + # It has changed, write it + if existing != xml_string: + with open(path, "wb") as file: + file.write(xml_string) + + +_xml_escape_map = { + '"': """, + "'": "'", + "<": "<", + ">": ">", + "&": "&", + "\n": " ", + "\r": " ", +} + + +_xml_escape_re = re.compile("(%s)" % "|".join(map(re.escape, _xml_escape_map.keys()))) + + +def _XmlEscape(value, attr=False): + """ Escape a string for inclusion in XML.""" + + def replace(match): + m = match.string[match.start() : match.end()] + # don't replace single quotes in attrs + if attr and m == "'": + return m + return _xml_escape_map[m] + + return _xml_escape_re.sub(replace, value) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py b/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py new file mode 100644 index 0000000..342f693 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py @@ -0,0 +1,109 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" Unit tests for the easy_xml.py file. """ + +import gyp.easy_xml as easy_xml +import unittest + +from io import StringIO + + +class TestSequenceFunctions(unittest.TestCase): + def setUp(self): + self.stderr = StringIO() + + def test_EasyXml_simple(self): + self.assertEqual( + easy_xml.XmlToString(["test"]), + '', + ) + + self.assertEqual( + easy_xml.XmlToString(["test"], encoding="Windows-1252"), + '', + ) + + def test_EasyXml_simple_with_attributes(self): + self.assertEqual( + easy_xml.XmlToString(["test2", {"a": "value1", "b": "value2"}]), + '', + ) + + def test_EasyXml_escaping(self): + original = "'\"\r&\nfoo" + converted = "<test>'" & foo" + converted_apos = converted.replace("'", "'") + self.assertEqual( + easy_xml.XmlToString(["test3", {"a": original}, original]), + '%s' + % (converted, converted_apos), + ) + + def test_EasyXml_pretty(self): + self.assertEqual( + easy_xml.XmlToString( + ["test3", ["GrandParent", ["Parent1", ["Child"]], ["Parent2"]]], + pretty=True, + ), + '\n' + "\n" + " \n" + " \n" + " \n" + " \n" + " \n" + " \n" + "\n", + ) + + def test_EasyXml_complex(self): + # We want to create: + target = ( + '' + "" + '' + "{D2250C20-3A94-4FB9-AF73-11BC5B73884B}" + "Win32Proj" + "automated_ui_tests" + "" + '' + "' + "Application" + "Unicode" + "" + "" + ) + + xml = easy_xml.XmlToString( + [ + "Project", + [ + "PropertyGroup", + {"Label": "Globals"}, + ["ProjectGuid", "{D2250C20-3A94-4FB9-AF73-11BC5B73884B}"], + ["Keyword", "Win32Proj"], + ["RootNamespace", "automated_ui_tests"], + ], + ["Import", {"Project": "$(VCTargetsPath)\\Microsoft.Cpp.props"}], + [ + "PropertyGroup", + { + "Condition": "'$(Configuration)|$(Platform)'=='Debug|Win32'", + "Label": "Configuration", + }, + ["ConfigurationType", "Application"], + ["CharacterSet", "Unicode"], + ], + ] + ) + self.assertEqual(xml, target) + + +if __name__ == "__main__": + unittest.main() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py b/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py new file mode 100644 index 0000000..1cb9815 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py @@ -0,0 +1,55 @@ +#!/usr/bin/env python3 +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""These functions are executed via gyp-flock-tool when using the Makefile +generator. Used on systems that don't have a built-in flock.""" + +import fcntl +import os +import struct +import subprocess +import sys + + +def main(args): + executor = FlockTool() + executor.Dispatch(args) + + +class FlockTool: + """This class emulates the 'flock' command.""" + + def Dispatch(self, args): + """Dispatches a string command to a method.""" + if len(args) < 1: + raise Exception("Not enough arguments") + + method = "Exec%s" % self._CommandifyName(args[0]) + getattr(self, method)(*args[1:]) + + def _CommandifyName(self, name_string): + """Transforms a tool name like copy-info-plist to CopyInfoPlist""" + return name_string.title().replace("-", "") + + def ExecFlock(self, lockfile, *cmd_list): + """Emulates the most basic behavior of Linux's flock(1).""" + # Rely on exception handling to report errors. + # Note that the stock python on SunOS has a bug + # where fcntl.flock(fd, LOCK_EX) always fails + # with EBADF, that's why we use this F_SETLK + # hack instead. + fd = os.open(lockfile, os.O_WRONLY | os.O_NOCTTY | os.O_CREAT, 0o666) + if sys.platform.startswith("aix"): + # Python on AIX is compiled with LARGEFILE support, which changes the + # struct size. + op = struct.pack("hhIllqq", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) + else: + op = struct.pack("hhllhhl", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) + fcntl.fcntl(fd, fcntl.F_SETLK, op) + return subprocess.call(cmd_list) + + +if __name__ == "__main__": + sys.exit(main(sys.argv[1:])) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py new file mode 100644 index 0000000..f15df00 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py @@ -0,0 +1,808 @@ +# Copyright (c) 2014 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" +This script is intended for use as a GYP_GENERATOR. It takes as input (by way of +the generator flag config_path) the path of a json file that dictates the files +and targets to search for. The following keys are supported: +files: list of paths (relative) of the files to search for. +test_targets: unqualified target names to search for. Any target in this list +that depends upon a file in |files| is output regardless of the type of target +or chain of dependencies. +additional_compile_targets: Unqualified targets to search for in addition to +test_targets. Targets in the combined list that depend upon a file in |files| +are not necessarily output. For example, if the target is of type none then the +target is not output (but one of the descendants of the target will be). + +The following is output: +error: only supplied if there is an error. +compile_targets: minimal set of targets that directly or indirectly (for + targets of type none) depend on the files in |files| and is one of the + supplied targets or a target that one of the supplied targets depends on. + The expectation is this set of targets is passed into a build step. This list + always contains the output of test_targets as well. +test_targets: set of targets from the supplied |test_targets| that either + directly or indirectly depend upon a file in |files|. This list if useful + if additional processing needs to be done for certain targets after the + build, such as running tests. +status: outputs one of three values: none of the supplied files were found, + one of the include files changed so that it should be assumed everything + changed (in this case test_targets and compile_targets are not output) or at + least one file was found. +invalid_targets: list of supplied targets that were not found. + +Example: +Consider a graph like the following: + A D + / \ +B C +A depends upon both B and C, A is of type none and B and C are executables. +D is an executable, has no dependencies and nothing depends on it. +If |additional_compile_targets| = ["A"], |test_targets| = ["B", "C"] and +files = ["b.cc", "d.cc"] (B depends upon b.cc and D depends upon d.cc), then +the following is output: +|compile_targets| = ["B"] B must built as it depends upon the changed file b.cc +and the supplied target A depends upon it. A is not output as a build_target +as it is of type none with no rules and actions. +|test_targets| = ["B"] B directly depends upon the change file b.cc. + +Even though the file d.cc, which D depends upon, has changed D is not output +as it was not supplied by way of |additional_compile_targets| or |test_targets|. + +If the generator flag analyzer_output_path is specified, output is written +there. Otherwise output is written to stdout. + +In Gyp the "all" target is shorthand for the root targets in the files passed +to gyp. For example, if file "a.gyp" contains targets "a1" and +"a2", and file "b.gyp" contains targets "b1" and "b2" and "a2" has a dependency +on "b2" and gyp is supplied "a.gyp" then "all" consists of "a1" and "a2". +Notice that "b1" and "b2" are not in the "all" target as "b.gyp" was not +directly supplied to gyp. OTOH if both "a.gyp" and "b.gyp" are supplied to gyp +then the "all" target includes "b1" and "b2". +""" + + +import gyp.common +import json +import os +import posixpath + +debug = False + +found_dependency_string = "Found dependency" +no_dependency_string = "No dependencies" +# Status when it should be assumed that everything has changed. +all_changed_string = "Found dependency (all)" + +# MatchStatus is used indicate if and how a target depends upon the supplied +# sources. +# The target's sources contain one of the supplied paths. +MATCH_STATUS_MATCHES = 1 +# The target has a dependency on another target that contains one of the +# supplied paths. +MATCH_STATUS_MATCHES_BY_DEPENDENCY = 2 +# The target's sources weren't in the supplied paths and none of the target's +# dependencies depend upon a target that matched. +MATCH_STATUS_DOESNT_MATCH = 3 +# The target doesn't contain the source, but the dependent targets have not yet +# been visited to determine a more specific status yet. +MATCH_STATUS_TBD = 4 + +generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() + +generator_wants_static_library_dependencies_adjusted = False + +generator_default_variables = {} +for dirname in [ + "INTERMEDIATE_DIR", + "SHARED_INTERMEDIATE_DIR", + "PRODUCT_DIR", + "LIB_DIR", + "SHARED_LIB_DIR", +]: + generator_default_variables[dirname] = "!!!" + +for unused in [ + "RULE_INPUT_PATH", + "RULE_INPUT_ROOT", + "RULE_INPUT_NAME", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "STATIC_LIB_PREFIX", + "STATIC_LIB_SUFFIX", + "SHARED_LIB_PREFIX", + "SHARED_LIB_SUFFIX", + "CONFIGURATION_NAME", +]: + generator_default_variables[unused] = "" + + +def _ToGypPath(path): + """Converts a path to the format used by gyp.""" + if os.sep == "\\" and os.altsep == "/": + return path.replace("\\", "/") + return path + + +def _ResolveParent(path, base_path_components): + """Resolves |path|, which starts with at least one '../'. Returns an empty + string if the path shouldn't be considered. See _AddSources() for a + description of |base_path_components|.""" + depth = 0 + while path.startswith("../"): + depth += 1 + path = path[3:] + # Relative includes may go outside the source tree. For example, an action may + # have inputs in /usr/include, which are not in the source tree. + if depth > len(base_path_components): + return "" + if depth == len(base_path_components): + return path + return ( + "/".join(base_path_components[0 : len(base_path_components) - depth]) + + "/" + + path + ) + + +def _AddSources(sources, base_path, base_path_components, result): + """Extracts valid sources from |sources| and adds them to |result|. Each + source file is relative to |base_path|, but may contain '..'. To make + resolving '..' easier |base_path_components| contains each of the + directories in |base_path|. Additionally each source may contain variables. + Such sources are ignored as it is assumed dependencies on them are expressed + and tracked in some other means.""" + # NOTE: gyp paths are always posix style. + for source in sources: + if not len(source) or source.startswith("!!!") or source.startswith("$"): + continue + # variable expansion may lead to //. + org_source = source + source = source[0] + source[1:].replace("//", "/") + if source.startswith("../"): + source = _ResolveParent(source, base_path_components) + if len(source): + result.append(source) + continue + result.append(base_path + source) + if debug: + print("AddSource", org_source, result[len(result) - 1]) + + +def _ExtractSourcesFromAction(action, base_path, base_path_components, results): + if "inputs" in action: + _AddSources(action["inputs"], base_path, base_path_components, results) + + +def _ToLocalPath(toplevel_dir, path): + """Converts |path| to a path relative to |toplevel_dir|.""" + if path == toplevel_dir: + return "" + if path.startswith(toplevel_dir + "/"): + return path[len(toplevel_dir) + len("/") :] + return path + + +def _ExtractSources(target, target_dict, toplevel_dir): + # |target| is either absolute or relative and in the format of the OS. Gyp + # source paths are always posix. Convert |target| to a posix path relative to + # |toplevel_dir_|. This is done to make it easy to build source paths. + base_path = posixpath.dirname(_ToLocalPath(toplevel_dir, _ToGypPath(target))) + base_path_components = base_path.split("/") + + # Add a trailing '/' so that _AddSources() can easily build paths. + if len(base_path): + base_path += "/" + + if debug: + print("ExtractSources", target, base_path) + + results = [] + if "sources" in target_dict: + _AddSources(target_dict["sources"], base_path, base_path_components, results) + # Include the inputs from any actions. Any changes to these affect the + # resulting output. + if "actions" in target_dict: + for action in target_dict["actions"]: + _ExtractSourcesFromAction(action, base_path, base_path_components, results) + if "rules" in target_dict: + for rule in target_dict["rules"]: + _ExtractSourcesFromAction(rule, base_path, base_path_components, results) + + return results + + +class Target: + """Holds information about a particular target: + deps: set of Targets this Target depends upon. This is not recursive, only the + direct dependent Targets. + match_status: one of the MatchStatus values. + back_deps: set of Targets that have a dependency on this Target. + visited: used during iteration to indicate whether we've visited this target. + This is used for two iterations, once in building the set of Targets and + again in _GetBuildTargets(). + name: fully qualified name of the target. + requires_build: True if the target type is such that it needs to be built. + See _DoesTargetTypeRequireBuild for details. + added_to_compile_targets: used when determining if the target was added to the + set of targets that needs to be built. + in_roots: true if this target is a descendant of one of the root nodes. + is_executable: true if the type of target is executable. + is_static_library: true if the type of target is static_library. + is_or_has_linked_ancestor: true if the target does a link (eg executable), or + if there is a target in back_deps that does a link.""" + + def __init__(self, name): + self.deps = set() + self.match_status = MATCH_STATUS_TBD + self.back_deps = set() + self.name = name + # TODO(sky): I don't like hanging this off Target. This state is specific + # to certain functions and should be isolated there. + self.visited = False + self.requires_build = False + self.added_to_compile_targets = False + self.in_roots = False + self.is_executable = False + self.is_static_library = False + self.is_or_has_linked_ancestor = False + + +class Config: + """Details what we're looking for + files: set of files to search for + targets: see file description for details.""" + + def __init__(self): + self.files = [] + self.targets = set() + self.additional_compile_target_names = set() + self.test_target_names = set() + + def Init(self, params): + """Initializes Config. This is a separate method as it raises an exception + if there is a parse error.""" + generator_flags = params.get("generator_flags", {}) + config_path = generator_flags.get("config_path", None) + if not config_path: + return + try: + f = open(config_path) + config = json.load(f) + f.close() + except OSError: + raise Exception("Unable to open file " + config_path) + except ValueError as e: + raise Exception("Unable to parse config file " + config_path + str(e)) + if not isinstance(config, dict): + raise Exception("config_path must be a JSON file containing a dictionary") + self.files = config.get("files", []) + self.additional_compile_target_names = set( + config.get("additional_compile_targets", []) + ) + self.test_target_names = set(config.get("test_targets", [])) + + +def _WasBuildFileModified(build_file, data, files, toplevel_dir): + """Returns true if the build file |build_file| is either in |files| or + one of the files included by |build_file| is in |files|. |toplevel_dir| is + the root of the source tree.""" + if _ToLocalPath(toplevel_dir, _ToGypPath(build_file)) in files: + if debug: + print("gyp file modified", build_file) + return True + + # First element of included_files is the file itself. + if len(data[build_file]["included_files"]) <= 1: + return False + + for include_file in data[build_file]["included_files"][1:]: + # |included_files| are relative to the directory of the |build_file|. + rel_include_file = _ToGypPath( + gyp.common.UnrelativePath(include_file, build_file) + ) + if _ToLocalPath(toplevel_dir, rel_include_file) in files: + if debug: + print( + "included gyp file modified, gyp_file=", + build_file, + "included file=", + rel_include_file, + ) + return True + return False + + +def _GetOrCreateTargetByName(targets, target_name): + """Creates or returns the Target at targets[target_name]. If there is no + Target for |target_name| one is created. Returns a tuple of whether a new + Target was created and the Target.""" + if target_name in targets: + return False, targets[target_name] + target = Target(target_name) + targets[target_name] = target + return True, target + + +def _DoesTargetTypeRequireBuild(target_dict): + """Returns true if the target type is such that it needs to be built.""" + # If a 'none' target has rules or actions we assume it requires a build. + return bool( + target_dict["type"] != "none" + or target_dict.get("actions") + or target_dict.get("rules") + ) + + +def _GenerateTargets(data, target_list, target_dicts, toplevel_dir, files, build_files): + """Returns a tuple of the following: + . A dictionary mapping from fully qualified name to Target. + . A list of the targets that have a source file in |files|. + . Targets that constitute the 'all' target. See description at top of file + for details on the 'all' target. + This sets the |match_status| of the targets that contain any of the source + files in |files| to MATCH_STATUS_MATCHES. + |toplevel_dir| is the root of the source tree.""" + # Maps from target name to Target. + name_to_target = {} + + # Targets that matched. + matching_targets = [] + + # Queue of targets to visit. + targets_to_visit = target_list[:] + + # Maps from build file to a boolean indicating whether the build file is in + # |files|. + build_file_in_files = {} + + # Root targets across all files. + roots = set() + + # Set of Targets in |build_files|. + build_file_targets = set() + + while len(targets_to_visit) > 0: + target_name = targets_to_visit.pop() + created_target, target = _GetOrCreateTargetByName(name_to_target, target_name) + if created_target: + roots.add(target) + elif target.visited: + continue + + target.visited = True + target.requires_build = _DoesTargetTypeRequireBuild(target_dicts[target_name]) + target_type = target_dicts[target_name]["type"] + target.is_executable = target_type == "executable" + target.is_static_library = target_type == "static_library" + target.is_or_has_linked_ancestor = ( + target_type == "executable" or target_type == "shared_library" + ) + + build_file = gyp.common.ParseQualifiedTarget(target_name)[0] + if build_file not in build_file_in_files: + build_file_in_files[build_file] = _WasBuildFileModified( + build_file, data, files, toplevel_dir + ) + + if build_file in build_files: + build_file_targets.add(target) + + # If a build file (or any of its included files) is modified we assume all + # targets in the file are modified. + if build_file_in_files[build_file]: + print("matching target from modified build file", target_name) + target.match_status = MATCH_STATUS_MATCHES + matching_targets.append(target) + else: + sources = _ExtractSources( + target_name, target_dicts[target_name], toplevel_dir + ) + for source in sources: + if _ToGypPath(os.path.normpath(source)) in files: + print("target", target_name, "matches", source) + target.match_status = MATCH_STATUS_MATCHES + matching_targets.append(target) + break + + # Add dependencies to visit as well as updating back pointers for deps. + for dep in target_dicts[target_name].get("dependencies", []): + targets_to_visit.append(dep) + + created_dep_target, dep_target = _GetOrCreateTargetByName( + name_to_target, dep + ) + if not created_dep_target: + roots.discard(dep_target) + + target.deps.add(dep_target) + dep_target.back_deps.add(target) + + return name_to_target, matching_targets, roots & build_file_targets + + +def _GetUnqualifiedToTargetMapping(all_targets, to_find): + """Returns a tuple of the following: + . mapping (dictionary) from unqualified name to Target for all the + Targets in |to_find|. + . any target names not found. If this is empty all targets were found.""" + result = {} + if not to_find: + return {}, [] + to_find = set(to_find) + for target_name in all_targets.keys(): + extracted = gyp.common.ParseQualifiedTarget(target_name) + if len(extracted) > 1 and extracted[1] in to_find: + to_find.remove(extracted[1]) + result[extracted[1]] = all_targets[target_name] + if not to_find: + return result, [] + return result, [x for x in to_find] + + +def _DoesTargetDependOnMatchingTargets(target): + """Returns true if |target| or any of its dependencies is one of the + targets containing the files supplied as input to analyzer. This updates + |matches| of the Targets as it recurses. + target: the Target to look for.""" + if target.match_status == MATCH_STATUS_DOESNT_MATCH: + return False + if ( + target.match_status == MATCH_STATUS_MATCHES + or target.match_status == MATCH_STATUS_MATCHES_BY_DEPENDENCY + ): + return True + for dep in target.deps: + if _DoesTargetDependOnMatchingTargets(dep): + target.match_status = MATCH_STATUS_MATCHES_BY_DEPENDENCY + print("\t", target.name, "matches by dep", dep.name) + return True + target.match_status = MATCH_STATUS_DOESNT_MATCH + return False + + +def _GetTargetsDependingOnMatchingTargets(possible_targets): + """Returns the list of Targets in |possible_targets| that depend (either + directly on indirectly) on at least one of the targets containing the files + supplied as input to analyzer. + possible_targets: targets to search from.""" + found = [] + print("Targets that matched by dependency:") + for target in possible_targets: + if _DoesTargetDependOnMatchingTargets(target): + found.append(target) + return found + + +def _AddCompileTargets(target, roots, add_if_no_ancestor, result): + """Recurses through all targets that depend on |target|, adding all targets + that need to be built (and are in |roots|) to |result|. + roots: set of root targets. + add_if_no_ancestor: If true and there are no ancestors of |target| then add + |target| to |result|. |target| must still be in |roots|. + result: targets that need to be built are added here.""" + if target.visited: + return + + target.visited = True + target.in_roots = target in roots + + for back_dep_target in target.back_deps: + _AddCompileTargets(back_dep_target, roots, False, result) + target.added_to_compile_targets |= back_dep_target.added_to_compile_targets + target.in_roots |= back_dep_target.in_roots + target.is_or_has_linked_ancestor |= back_dep_target.is_or_has_linked_ancestor + + # Always add 'executable' targets. Even though they may be built by other + # targets that depend upon them it makes detection of what is going to be + # built easier. + # And always add static_libraries that have no dependencies on them from + # linkables. This is necessary as the other dependencies on them may be + # static libraries themselves, which are not compile time dependencies. + if target.in_roots and ( + target.is_executable + or ( + not target.added_to_compile_targets + and (add_if_no_ancestor or target.requires_build) + ) + or ( + target.is_static_library + and add_if_no_ancestor + and not target.is_or_has_linked_ancestor + ) + ): + print( + "\t\tadding to compile targets", + target.name, + "executable", + target.is_executable, + "added_to_compile_targets", + target.added_to_compile_targets, + "add_if_no_ancestor", + add_if_no_ancestor, + "requires_build", + target.requires_build, + "is_static_library", + target.is_static_library, + "is_or_has_linked_ancestor", + target.is_or_has_linked_ancestor, + ) + result.add(target) + target.added_to_compile_targets = True + + +def _GetCompileTargets(matching_targets, supplied_targets): + """Returns the set of Targets that require a build. + matching_targets: targets that changed and need to be built. + supplied_targets: set of targets supplied to analyzer to search from.""" + result = set() + for target in matching_targets: + print("finding compile targets for match", target.name) + _AddCompileTargets(target, supplied_targets, True, result) + return result + + +def _WriteOutput(params, **values): + """Writes the output, either to stdout or a file is specified.""" + if "error" in values: + print("Error:", values["error"]) + if "status" in values: + print(values["status"]) + if "targets" in values: + values["targets"].sort() + print("Supplied targets that depend on changed files:") + for target in values["targets"]: + print("\t", target) + if "invalid_targets" in values: + values["invalid_targets"].sort() + print("The following targets were not found:") + for target in values["invalid_targets"]: + print("\t", target) + if "build_targets" in values: + values["build_targets"].sort() + print("Targets that require a build:") + for target in values["build_targets"]: + print("\t", target) + if "compile_targets" in values: + values["compile_targets"].sort() + print("Targets that need to be built:") + for target in values["compile_targets"]: + print("\t", target) + if "test_targets" in values: + values["test_targets"].sort() + print("Test targets:") + for target in values["test_targets"]: + print("\t", target) + + output_path = params.get("generator_flags", {}).get("analyzer_output_path", None) + if not output_path: + print(json.dumps(values)) + return + try: + f = open(output_path, "w") + f.write(json.dumps(values) + "\n") + f.close() + except OSError as e: + print("Error writing to output file", output_path, str(e)) + + +def _WasGypIncludeFileModified(params, files): + """Returns true if one of the files in |files| is in the set of included + files.""" + if params["options"].includes: + for include in params["options"].includes: + if _ToGypPath(os.path.normpath(include)) in files: + print("Include file modified, assuming all changed", include) + return True + return False + + +def _NamesNotIn(names, mapping): + """Returns a list of the values in |names| that are not in |mapping|.""" + return [name for name in names if name not in mapping] + + +def _LookupTargets(names, mapping): + """Returns a list of the mapping[name] for each value in |names| that is in + |mapping|.""" + return [mapping[name] for name in names if name in mapping] + + +def CalculateVariables(default_variables, params): + """Calculate additional variables for use in the build (called by gyp).""" + flavor = gyp.common.GetFlavor(params) + if flavor == "mac": + default_variables.setdefault("OS", "mac") + elif flavor == "win": + default_variables.setdefault("OS", "win") + gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) + else: + operating_system = flavor + if flavor == "android": + operating_system = "linux" # Keep this legacy behavior for now. + default_variables.setdefault("OS", operating_system) + + +class TargetCalculator: + """Calculates the matching test_targets and matching compile_targets.""" + + def __init__( + self, + files, + additional_compile_target_names, + test_target_names, + data, + target_list, + target_dicts, + toplevel_dir, + build_files, + ): + self._additional_compile_target_names = set(additional_compile_target_names) + self._test_target_names = set(test_target_names) + ( + self._name_to_target, + self._changed_targets, + self._root_targets, + ) = _GenerateTargets( + data, target_list, target_dicts, toplevel_dir, frozenset(files), build_files + ) + ( + self._unqualified_mapping, + self.invalid_targets, + ) = _GetUnqualifiedToTargetMapping( + self._name_to_target, self._supplied_target_names_no_all() + ) + + def _supplied_target_names(self): + return self._additional_compile_target_names | self._test_target_names + + def _supplied_target_names_no_all(self): + """Returns the supplied test targets without 'all'.""" + result = self._supplied_target_names() + result.discard("all") + return result + + def is_build_impacted(self): + """Returns true if the supplied files impact the build at all.""" + return self._changed_targets + + def find_matching_test_target_names(self): + """Returns the set of output test targets.""" + assert self.is_build_impacted() + # Find the test targets first. 'all' is special cased to mean all the + # root targets. To deal with all the supplied |test_targets| are expanded + # to include the root targets during lookup. If any of the root targets + # match, we remove it and replace it with 'all'. + test_target_names_no_all = set(self._test_target_names) + test_target_names_no_all.discard("all") + test_targets_no_all = _LookupTargets( + test_target_names_no_all, self._unqualified_mapping + ) + test_target_names_contains_all = "all" in self._test_target_names + if test_target_names_contains_all: + test_targets = [ + x for x in (set(test_targets_no_all) | set(self._root_targets)) + ] + else: + test_targets = [x for x in test_targets_no_all] + print("supplied test_targets") + for target_name in self._test_target_names: + print("\t", target_name) + print("found test_targets") + for target in test_targets: + print("\t", target.name) + print("searching for matching test targets") + matching_test_targets = _GetTargetsDependingOnMatchingTargets(test_targets) + matching_test_targets_contains_all = test_target_names_contains_all and set( + matching_test_targets + ) & set(self._root_targets) + if matching_test_targets_contains_all: + # Remove any of the targets for all that were not explicitly supplied, + # 'all' is subsequentely added to the matching names below. + matching_test_targets = [ + x for x in (set(matching_test_targets) & set(test_targets_no_all)) + ] + print("matched test_targets") + for target in matching_test_targets: + print("\t", target.name) + matching_target_names = [ + gyp.common.ParseQualifiedTarget(target.name)[1] + for target in matching_test_targets + ] + if matching_test_targets_contains_all: + matching_target_names.append("all") + print("\tall") + return matching_target_names + + def find_matching_compile_target_names(self): + """Returns the set of output compile targets.""" + assert self.is_build_impacted() + # Compile targets are found by searching up from changed targets. + # Reset the visited status for _GetBuildTargets. + for target in self._name_to_target.values(): + target.visited = False + + supplied_targets = _LookupTargets( + self._supplied_target_names_no_all(), self._unqualified_mapping + ) + if "all" in self._supplied_target_names(): + supplied_targets = [ + x for x in (set(supplied_targets) | set(self._root_targets)) + ] + print("Supplied test_targets & compile_targets") + for target in supplied_targets: + print("\t", target.name) + print("Finding compile targets") + compile_targets = _GetCompileTargets(self._changed_targets, supplied_targets) + return [ + gyp.common.ParseQualifiedTarget(target.name)[1] + for target in compile_targets + ] + + +def GenerateOutput(target_list, target_dicts, data, params): + """Called by gyp as the final stage. Outputs results.""" + config = Config() + try: + config.Init(params) + + if not config.files: + raise Exception( + "Must specify files to analyze via config_path generator " "flag" + ) + + toplevel_dir = _ToGypPath(os.path.abspath(params["options"].toplevel_dir)) + if debug: + print("toplevel_dir", toplevel_dir) + + if _WasGypIncludeFileModified(params, config.files): + result_dict = { + "status": all_changed_string, + "test_targets": list(config.test_target_names), + "compile_targets": list( + config.additional_compile_target_names | config.test_target_names + ), + } + _WriteOutput(params, **result_dict) + return + + calculator = TargetCalculator( + config.files, + config.additional_compile_target_names, + config.test_target_names, + data, + target_list, + target_dicts, + toplevel_dir, + params["build_files"], + ) + if not calculator.is_build_impacted(): + result_dict = { + "status": no_dependency_string, + "test_targets": [], + "compile_targets": [], + } + if calculator.invalid_targets: + result_dict["invalid_targets"] = calculator.invalid_targets + _WriteOutput(params, **result_dict) + return + + test_target_names = calculator.find_matching_test_target_names() + compile_target_names = calculator.find_matching_compile_target_names() + found_at_least_one_target = compile_target_names or test_target_names + result_dict = { + "test_targets": test_target_names, + "status": found_dependency_string + if found_at_least_one_target + else no_dependency_string, + "compile_targets": list(set(compile_target_names) | set(test_target_names)), + } + if calculator.invalid_targets: + result_dict["invalid_targets"] = calculator.invalid_targets + _WriteOutput(params, **result_dict) + + except Exception as e: + _WriteOutput(params, error=str(e)) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py new file mode 100644 index 0000000..cdf1a48 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py @@ -0,0 +1,1173 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# Notes: +# +# This generates makefiles suitable for inclusion into the Android build system +# via an Android.mk file. It is based on make.py, the standard makefile +# generator. +# +# The code below generates a separate .mk file for each target, but +# all are sourced by the top-level GypAndroid.mk. This means that all +# variables in .mk-files clobber one another, and furthermore that any +# variables set potentially clash with other Android build system variables. +# Try to avoid setting global variables where possible. + + +import gyp +import gyp.common +import gyp.generator.make as make # Reuse global functions from make backend. +import os +import re +import subprocess + +generator_default_variables = { + "OS": "android", + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "SHARED_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "SHARED_LIB_SUFFIX": ".so", + "INTERMEDIATE_DIR": "$(gyp_intermediate_dir)", + "SHARED_INTERMEDIATE_DIR": "$(gyp_shared_intermediate_dir)", + "PRODUCT_DIR": "$(gyp_shared_intermediate_dir)", + "SHARED_LIB_DIR": "$(builddir)/lib.$(TOOLSET)", + "LIB_DIR": "$(obj).$(TOOLSET)", + "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", # This gets expanded by Python. + "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", # This gets expanded by Python. + "RULE_INPUT_PATH": "$(RULE_SOURCES)", + "RULE_INPUT_EXT": "$(suffix $<)", + "RULE_INPUT_NAME": "$(notdir $<)", + "CONFIGURATION_NAME": "$(GYP_CONFIGURATION)", +} + +# Make supports multiple toolsets +generator_supports_multiple_toolsets = True + + +# Generator-specific gyp specs. +generator_additional_non_configuration_keys = [ + # Boolean to declare that this target does not want its name mangled. + "android_unmangled_name", + # Map of android build system variables to set. + "aosp_build_settings", +] +generator_additional_path_sections = [] +generator_extra_sources_for_rules = [] + + +ALL_MODULES_FOOTER = """\ +# "gyp_all_modules" is a concatenation of the "gyp_all_modules" targets from +# all the included sub-makefiles. This is just here to clarify. +gyp_all_modules: +""" + +header = """\ +# This file is generated by gyp; do not edit. + +""" + +# Map gyp target types to Android module classes. +MODULE_CLASSES = { + "static_library": "STATIC_LIBRARIES", + "shared_library": "SHARED_LIBRARIES", + "executable": "EXECUTABLES", +} + + +def IsCPPExtension(ext): + return make.COMPILABLE_EXTENSIONS.get(ext) == "cxx" + + +def Sourceify(path): + """Convert a path to its source directory form. The Android backend does not + support options.generator_output, so this function is a noop.""" + return path + + +# Map from qualified target to path to output. +# For Android, the target of these maps is a tuple ('static', 'modulename'), +# ('dynamic', 'modulename'), or ('path', 'some/path') instead of a string, +# since we link by module. +target_outputs = {} +# Map from qualified target to any linkable output. A subset +# of target_outputs. E.g. when mybinary depends on liba, we want to +# include liba in the linker line; when otherbinary depends on +# mybinary, we just want to build mybinary first. +target_link_deps = {} + + +class AndroidMkWriter: + """AndroidMkWriter packages up the writing of one target-specific Android.mk. + + Its only real entry point is Write(), and is mostly used for namespacing. + """ + + def __init__(self, android_top_dir): + self.android_top_dir = android_top_dir + + def Write( + self, + qualified_target, + relative_target, + base_path, + output_filename, + spec, + configs, + part_of_all, + write_alias_target, + sdk_version, + ): + """The main entry point: writes a .mk file for a single target. + + Arguments: + qualified_target: target we're generating + relative_target: qualified target name relative to the root + base_path: path relative to source root we're building in, used to resolve + target-relative paths + output_filename: output .mk file name to write + spec, configs: gyp info + part_of_all: flag indicating this target is part of 'all' + write_alias_target: flag indicating whether to create short aliases for + this target + sdk_version: what to emit for LOCAL_SDK_VERSION in output + """ + gyp.common.EnsureDirExists(output_filename) + + self.fp = open(output_filename, "w") + + self.fp.write(header) + + self.qualified_target = qualified_target + self.relative_target = relative_target + self.path = base_path + self.target = spec["target_name"] + self.type = spec["type"] + self.toolset = spec["toolset"] + + deps, link_deps = self.ComputeDeps(spec) + + # Some of the generation below can add extra output, sources, or + # link dependencies. All of the out params of the functions that + # follow use names like extra_foo. + extra_outputs = [] + extra_sources = [] + + self.android_class = MODULE_CLASSES.get(self.type, "GYP") + self.android_module = self.ComputeAndroidModule(spec) + (self.android_stem, self.android_suffix) = self.ComputeOutputParts(spec) + self.output = self.output_binary = self.ComputeOutput(spec) + + # Standard header. + self.WriteLn("include $(CLEAR_VARS)\n") + + # Module class and name. + self.WriteLn("LOCAL_MODULE_CLASS := " + self.android_class) + self.WriteLn("LOCAL_MODULE := " + self.android_module) + # Only emit LOCAL_MODULE_STEM if it's different to LOCAL_MODULE. + # The library module classes fail if the stem is set. ComputeOutputParts + # makes sure that stem == modulename in these cases. + if self.android_stem != self.android_module: + self.WriteLn("LOCAL_MODULE_STEM := " + self.android_stem) + self.WriteLn("LOCAL_MODULE_SUFFIX := " + self.android_suffix) + if self.toolset == "host": + self.WriteLn("LOCAL_IS_HOST_MODULE := true") + self.WriteLn("LOCAL_MULTILIB := $(GYP_HOST_MULTILIB)") + elif sdk_version > 0: + self.WriteLn( + "LOCAL_MODULE_TARGET_ARCH := " "$(TARGET_$(GYP_VAR_PREFIX)ARCH)" + ) + self.WriteLn("LOCAL_SDK_VERSION := %s" % sdk_version) + + # Grab output directories; needed for Actions and Rules. + if self.toolset == "host": + self.WriteLn( + "gyp_intermediate_dir := " + "$(call local-intermediates-dir,,$(GYP_HOST_VAR_PREFIX))" + ) + else: + self.WriteLn( + "gyp_intermediate_dir := " + "$(call local-intermediates-dir,,$(GYP_VAR_PREFIX))" + ) + self.WriteLn( + "gyp_shared_intermediate_dir := " + "$(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))" + ) + self.WriteLn() + + # List files this target depends on so that actions/rules/copies/sources + # can depend on the list. + # TODO: doesn't pull in things through transitive link deps; needed? + target_dependencies = [x[1] for x in deps if x[0] == "path"] + self.WriteLn("# Make sure our deps are built first.") + self.WriteList( + target_dependencies, "GYP_TARGET_DEPENDENCIES", local_pathify=True + ) + + # Actions must come first, since they can generate more OBJs for use below. + if "actions" in spec: + self.WriteActions(spec["actions"], extra_sources, extra_outputs) + + # Rules must be early like actions. + if "rules" in spec: + self.WriteRules(spec["rules"], extra_sources, extra_outputs) + + if "copies" in spec: + self.WriteCopies(spec["copies"], extra_outputs) + + # GYP generated outputs. + self.WriteList(extra_outputs, "GYP_GENERATED_OUTPUTS", local_pathify=True) + + # Set LOCAL_ADDITIONAL_DEPENDENCIES so that Android's build rules depend + # on both our dependency targets and our generated files. + self.WriteLn("# Make sure our deps and generated files are built first.") + self.WriteLn( + "LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) " + "$(GYP_GENERATED_OUTPUTS)" + ) + self.WriteLn() + + # Sources. + if spec.get("sources", []) or extra_sources: + self.WriteSources(spec, configs, extra_sources) + + self.WriteTarget( + spec, configs, deps, link_deps, part_of_all, write_alias_target + ) + + # Update global list of target outputs, used in dependency tracking. + target_outputs[qualified_target] = ("path", self.output_binary) + + # Update global list of link dependencies. + if self.type == "static_library": + target_link_deps[qualified_target] = ("static", self.android_module) + elif self.type == "shared_library": + target_link_deps[qualified_target] = ("shared", self.android_module) + + self.fp.close() + return self.android_module + + def WriteActions(self, actions, extra_sources, extra_outputs): + """Write Makefile code for any 'actions' from the gyp input. + + extra_sources: a list that will be filled in with newly generated source + files, if any + extra_outputs: a list that will be filled in with any outputs of these + actions (used to make other pieces dependent on these + actions) + """ + for action in actions: + name = make.StringToMakefileVariable( + "{}_{}".format(self.relative_target, action["action_name"]) + ) + self.WriteLn('### Rules for action "%s":' % action["action_name"]) + inputs = action["inputs"] + outputs = action["outputs"] + + # Build up a list of outputs. + # Collect the output dirs we'll need. + dirs = set() + for out in outputs: + if not out.startswith("$"): + print( + 'WARNING: Action for target "%s" writes output to local path ' + '"%s".' % (self.target, out) + ) + dir = os.path.split(out)[0] + if dir: + dirs.add(dir) + if int(action.get("process_outputs_as_sources", False)): + extra_sources += outputs + + # Prepare the actual command. + command = gyp.common.EncodePOSIXShellList(action["action"]) + if "message" in action: + quiet_cmd = "Gyp action: %s ($@)" % action["message"] + else: + quiet_cmd = "Gyp action: %s ($@)" % name + if len(dirs) > 0: + command = "mkdir -p %s" % " ".join(dirs) + "; " + command + + cd_action = "cd $(gyp_local_path)/%s; " % self.path + command = cd_action + command + + # The makefile rules are all relative to the top dir, but the gyp actions + # are defined relative to their containing dir. This replaces the gyp_* + # variables for the action rule with an absolute version so that the + # output goes in the right place. + # Only write the gyp_* rules for the "primary" output (:1); + # it's superfluous for the "extra outputs", and this avoids accidentally + # writing duplicate dummy rules for those outputs. + main_output = make.QuoteSpaces(self.LocalPathify(outputs[0])) + self.WriteLn("%s: gyp_local_path := $(LOCAL_PATH)" % main_output) + self.WriteLn("%s: gyp_var_prefix := $(GYP_VAR_PREFIX)" % main_output) + self.WriteLn( + "%s: gyp_intermediate_dir := " + "$(abspath $(gyp_intermediate_dir))" % main_output + ) + self.WriteLn( + "%s: gyp_shared_intermediate_dir := " + "$(abspath $(gyp_shared_intermediate_dir))" % main_output + ) + + # Android's envsetup.sh adds a number of directories to the path including + # the built host binary directory. This causes actions/rules invoked by + # gyp to sometimes use these instead of system versions, e.g. bison. + # The built host binaries may not be suitable, and can cause errors. + # So, we remove them from the PATH using the ANDROID_BUILD_PATHS variable + # set by envsetup. + self.WriteLn( + "%s: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))" + % main_output + ) + + # Don't allow spaces in input/output filenames, but make an exception for + # filenames which start with '$(' since it's okay for there to be spaces + # inside of make function/macro invocations. + for input in inputs: + if not input.startswith("$(") and " " in input: + raise gyp.common.GypError( + 'Action input filename "%s" in target %s contains a space' + % (input, self.target) + ) + for output in outputs: + if not output.startswith("$(") and " " in output: + raise gyp.common.GypError( + 'Action output filename "%s" in target %s contains a space' + % (output, self.target) + ) + + self.WriteLn( + "%s: %s $(GYP_TARGET_DEPENDENCIES)" + % (main_output, " ".join(map(self.LocalPathify, inputs))) + ) + self.WriteLn('\t@echo "%s"' % quiet_cmd) + self.WriteLn("\t$(hide)%s\n" % command) + for output in outputs[1:]: + # Make each output depend on the main output, with an empty command + # to force make to notice that the mtime has changed. + self.WriteLn(f"{self.LocalPathify(output)}: {main_output} ;") + + extra_outputs += outputs + self.WriteLn() + + self.WriteLn() + + def WriteRules(self, rules, extra_sources, extra_outputs): + """Write Makefile code for any 'rules' from the gyp input. + + extra_sources: a list that will be filled in with newly generated source + files, if any + extra_outputs: a list that will be filled in with any outputs of these + rules (used to make other pieces dependent on these rules) + """ + if len(rules) == 0: + return + + for rule in rules: + if len(rule.get("rule_sources", [])) == 0: + continue + name = make.StringToMakefileVariable( + "{}_{}".format(self.relative_target, rule["rule_name"]) + ) + self.WriteLn('\n### Generated for rule "%s":' % name) + self.WriteLn('# "%s":' % rule) + + inputs = rule.get("inputs") + for rule_source in rule.get("rule_sources", []): + (rule_source_dirname, rule_source_basename) = os.path.split(rule_source) + (rule_source_root, rule_source_ext) = os.path.splitext( + rule_source_basename + ) + + outputs = [ + self.ExpandInputRoot(out, rule_source_root, rule_source_dirname) + for out in rule["outputs"] + ] + + dirs = set() + for out in outputs: + if not out.startswith("$"): + print( + "WARNING: Rule for target %s writes output to local path %s" + % (self.target, out) + ) + dir = os.path.dirname(out) + if dir: + dirs.add(dir) + extra_outputs += outputs + if int(rule.get("process_outputs_as_sources", False)): + extra_sources.extend(outputs) + + components = [] + for component in rule["action"]: + component = self.ExpandInputRoot( + component, rule_source_root, rule_source_dirname + ) + if "$(RULE_SOURCES)" in component: + component = component.replace("$(RULE_SOURCES)", rule_source) + components.append(component) + + command = gyp.common.EncodePOSIXShellList(components) + cd_action = "cd $(gyp_local_path)/%s; " % self.path + command = cd_action + command + if dirs: + command = "mkdir -p %s" % " ".join(dirs) + "; " + command + + # We set up a rule to build the first output, and then set up + # a rule for each additional output to depend on the first. + outputs = map(self.LocalPathify, outputs) + main_output = outputs[0] + self.WriteLn("%s: gyp_local_path := $(LOCAL_PATH)" % main_output) + self.WriteLn("%s: gyp_var_prefix := $(GYP_VAR_PREFIX)" % main_output) + self.WriteLn( + "%s: gyp_intermediate_dir := " + "$(abspath $(gyp_intermediate_dir))" % main_output + ) + self.WriteLn( + "%s: gyp_shared_intermediate_dir := " + "$(abspath $(gyp_shared_intermediate_dir))" % main_output + ) + + # See explanation in WriteActions. + self.WriteLn( + "%s: export PATH := " + "$(subst $(ANDROID_BUILD_PATHS),,$(PATH))" % main_output + ) + + main_output_deps = self.LocalPathify(rule_source) + if inputs: + main_output_deps += " " + main_output_deps += " ".join([self.LocalPathify(f) for f in inputs]) + + self.WriteLn( + "%s: %s $(GYP_TARGET_DEPENDENCIES)" + % (main_output, main_output_deps) + ) + self.WriteLn("\t%s\n" % command) + for output in outputs[1:]: + # Make each output depend on the main output, with an empty command + # to force make to notice that the mtime has changed. + self.WriteLn(f"{output}: {main_output} ;") + self.WriteLn() + + self.WriteLn() + + def WriteCopies(self, copies, extra_outputs): + """Write Makefile code for any 'copies' from the gyp input. + + extra_outputs: a list that will be filled in with any outputs of this action + (used to make other pieces dependent on this action) + """ + self.WriteLn("### Generated for copy rule.") + + variable = make.StringToMakefileVariable(self.relative_target + "_copies") + outputs = [] + for copy in copies: + for path in copy["files"]: + # The Android build system does not allow generation of files into the + # source tree. The destination should start with a variable, which will + # typically be $(gyp_intermediate_dir) or + # $(gyp_shared_intermediate_dir). Note that we can't use an assertion + # because some of the gyp tests depend on this. + if not copy["destination"].startswith("$"): + print( + "WARNING: Copy rule for target %s writes output to " + "local path %s" % (self.target, copy["destination"]) + ) + + # LocalPathify() calls normpath, stripping trailing slashes. + path = Sourceify(self.LocalPathify(path)) + filename = os.path.split(path)[1] + output = Sourceify( + self.LocalPathify(os.path.join(copy["destination"], filename)) + ) + + self.WriteLn(f"{output}: {path} $(GYP_TARGET_DEPENDENCIES) | $(ACP)") + self.WriteLn("\t@echo Copying: $@") + self.WriteLn("\t$(hide) mkdir -p $(dir $@)") + self.WriteLn("\t$(hide) $(ACP) -rpf $< $@") + self.WriteLn() + outputs.append(output) + self.WriteLn( + "{} = {}".format(variable, " ".join(map(make.QuoteSpaces, outputs))) + ) + extra_outputs.append("$(%s)" % variable) + self.WriteLn() + + def WriteSourceFlags(self, spec, configs): + """Write out the flags and include paths used to compile source files for + the current target. + + Args: + spec, configs: input from gyp. + """ + for configname, config in sorted(configs.items()): + extracted_includes = [] + + self.WriteLn("\n# Flags passed to both C and C++ files.") + cflags, includes_from_cflags = self.ExtractIncludesFromCFlags( + config.get("cflags", []) + config.get("cflags_c", []) + ) + extracted_includes.extend(includes_from_cflags) + self.WriteList(cflags, "MY_CFLAGS_%s" % configname) + + self.WriteList( + config.get("defines"), + "MY_DEFS_%s" % configname, + prefix="-D", + quoter=make.EscapeCppDefine, + ) + + self.WriteLn("\n# Include paths placed before CFLAGS/CPPFLAGS") + includes = list(config.get("include_dirs", [])) + includes.extend(extracted_includes) + includes = map(Sourceify, map(self.LocalPathify, includes)) + includes = self.NormalizeIncludePaths(includes) + self.WriteList(includes, "LOCAL_C_INCLUDES_%s" % configname) + + self.WriteLn("\n# Flags passed to only C++ (and not C) files.") + self.WriteList(config.get("cflags_cc"), "LOCAL_CPPFLAGS_%s" % configname) + + self.WriteLn( + "\nLOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) " + "$(MY_DEFS_$(GYP_CONFIGURATION))" + ) + # Undefine ANDROID for host modules + # TODO: the source code should not use macro ANDROID to tell if it's host + # or target module. + if self.toolset == "host": + self.WriteLn("# Undefine ANDROID for host modules") + self.WriteLn("LOCAL_CFLAGS += -UANDROID") + self.WriteLn( + "LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) " + "$(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))" + ) + self.WriteLn("LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))") + # Android uses separate flags for assembly file invocations, but gyp expects + # the same CFLAGS to be applied: + self.WriteLn("LOCAL_ASFLAGS := $(LOCAL_CFLAGS)") + + def WriteSources(self, spec, configs, extra_sources): + """Write Makefile code for any 'sources' from the gyp input. + These are source files necessary to build the current target. + We need to handle shared_intermediate directory source files as + a special case by copying them to the intermediate directory and + treating them as a generated sources. Otherwise the Android build + rules won't pick them up. + + Args: + spec, configs: input from gyp. + extra_sources: Sources generated from Actions or Rules. + """ + sources = filter(make.Compilable, spec.get("sources", [])) + generated_not_sources = [x for x in extra_sources if not make.Compilable(x)] + extra_sources = filter(make.Compilable, extra_sources) + + # Determine and output the C++ extension used by these sources. + # We simply find the first C++ file and use that extension. + all_sources = sources + extra_sources + local_cpp_extension = ".cpp" + for source in all_sources: + (root, ext) = os.path.splitext(source) + if IsCPPExtension(ext): + local_cpp_extension = ext + break + if local_cpp_extension != ".cpp": + self.WriteLn("LOCAL_CPP_EXTENSION := %s" % local_cpp_extension) + + # We need to move any non-generated sources that are coming from the + # shared intermediate directory out of LOCAL_SRC_FILES and put them + # into LOCAL_GENERATED_SOURCES. We also need to move over any C++ files + # that don't match our local_cpp_extension, since Android will only + # generate Makefile rules for a single LOCAL_CPP_EXTENSION. + local_files = [] + for source in sources: + (root, ext) = os.path.splitext(source) + if "$(gyp_shared_intermediate_dir)" in source: + extra_sources.append(source) + elif "$(gyp_intermediate_dir)" in source: + extra_sources.append(source) + elif IsCPPExtension(ext) and ext != local_cpp_extension: + extra_sources.append(source) + else: + local_files.append(os.path.normpath(os.path.join(self.path, source))) + + # For any generated source, if it is coming from the shared intermediate + # directory then we add a Make rule to copy them to the local intermediate + # directory first. This is because the Android LOCAL_GENERATED_SOURCES + # must be in the local module intermediate directory for the compile rules + # to work properly. If the file has the wrong C++ extension, then we add + # a rule to copy that to intermediates and use the new version. + final_generated_sources = [] + # If a source file gets copied, we still need to add the original source + # directory as header search path, for GCC searches headers in the + # directory that contains the source file by default. + origin_src_dirs = [] + for source in extra_sources: + local_file = source + if "$(gyp_intermediate_dir)/" not in local_file: + basename = os.path.basename(local_file) + local_file = "$(gyp_intermediate_dir)/" + basename + (root, ext) = os.path.splitext(local_file) + if IsCPPExtension(ext) and ext != local_cpp_extension: + local_file = root + local_cpp_extension + if local_file != source: + self.WriteLn(f"{local_file}: {self.LocalPathify(source)}") + self.WriteLn("\tmkdir -p $(@D); cp $< $@") + origin_src_dirs.append(os.path.dirname(source)) + final_generated_sources.append(local_file) + + # We add back in all of the non-compilable stuff to make sure that the + # make rules have dependencies on them. + final_generated_sources.extend(generated_not_sources) + self.WriteList(final_generated_sources, "LOCAL_GENERATED_SOURCES") + + origin_src_dirs = gyp.common.uniquer(origin_src_dirs) + origin_src_dirs = map(Sourceify, map(self.LocalPathify, origin_src_dirs)) + self.WriteList(origin_src_dirs, "GYP_COPIED_SOURCE_ORIGIN_DIRS") + + self.WriteList(local_files, "LOCAL_SRC_FILES") + + # Write out the flags used to compile the source; this must be done last + # so that GYP_COPIED_SOURCE_ORIGIN_DIRS can be used as an include path. + self.WriteSourceFlags(spec, configs) + + def ComputeAndroidModule(self, spec): + """Return the Android module name used for a gyp spec. + + We use the complete qualified target name to avoid collisions between + duplicate targets in different directories. We also add a suffix to + distinguish gyp-generated module names. + """ + + if int(spec.get("android_unmangled_name", 0)): + assert self.type != "shared_library" or self.target.startswith("lib") + return self.target + + if self.type == "shared_library": + # For reasons of convention, the Android build system requires that all + # shared library modules are named 'libfoo' when generating -l flags. + prefix = "lib_" + else: + prefix = "" + + if spec["toolset"] == "host": + suffix = "_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp" + else: + suffix = "_gyp" + + if self.path: + middle = make.StringToMakefileVariable(f"{self.path}_{self.target}") + else: + middle = make.StringToMakefileVariable(self.target) + + return "".join([prefix, middle, suffix]) + + def ComputeOutputParts(self, spec): + """Return the 'output basename' of a gyp spec, split into filename + ext. + + Android libraries must be named the same thing as their module name, + otherwise the linker can't find them, so product_name and so on must be + ignored if we are building a library, and the "lib" prepending is + not done for Android. + """ + assert self.type != "loadable_module" # TODO: not supported? + + target = spec["target_name"] + target_prefix = "" + target_ext = "" + if self.type == "static_library": + target = self.ComputeAndroidModule(spec) + target_ext = ".a" + elif self.type == "shared_library": + target = self.ComputeAndroidModule(spec) + target_ext = ".so" + elif self.type == "none": + target_ext = ".stamp" + elif self.type != "executable": + print( + "ERROR: What output file should be generated?", + "type", + self.type, + "target", + target, + ) + + if self.type != "static_library" and self.type != "shared_library": + target_prefix = spec.get("product_prefix", target_prefix) + target = spec.get("product_name", target) + product_ext = spec.get("product_extension") + if product_ext: + target_ext = "." + product_ext + + target_stem = target_prefix + target + return (target_stem, target_ext) + + def ComputeOutputBasename(self, spec): + """Return the 'output basename' of a gyp spec. + + E.g., the loadable module 'foobar' in directory 'baz' will produce + 'libfoobar.so' + """ + return "".join(self.ComputeOutputParts(spec)) + + def ComputeOutput(self, spec): + """Return the 'output' (full output path) of a gyp spec. + + E.g., the loadable module 'foobar' in directory 'baz' will produce + '$(obj)/baz/libfoobar.so' + """ + if self.type == "executable": + # We install host executables into shared_intermediate_dir so they can be + # run by gyp rules that refer to PRODUCT_DIR. + path = "$(gyp_shared_intermediate_dir)" + elif self.type == "shared_library": + if self.toolset == "host": + path = "$($(GYP_HOST_VAR_PREFIX)HOST_OUT_INTERMEDIATE_LIBRARIES)" + else: + path = "$($(GYP_VAR_PREFIX)TARGET_OUT_INTERMEDIATE_LIBRARIES)" + else: + # Other targets just get built into their intermediate dir. + if self.toolset == "host": + path = ( + "$(call intermediates-dir-for,%s,%s,true,," + "$(GYP_HOST_VAR_PREFIX))" + % (self.android_class, self.android_module) + ) + else: + path = "$(call intermediates-dir-for,{},{},,,$(GYP_VAR_PREFIX))".format( + self.android_class, + self.android_module, + ) + + assert spec.get("product_dir") is None # TODO: not supported? + return os.path.join(path, self.ComputeOutputBasename(spec)) + + def NormalizeIncludePaths(self, include_paths): + """Normalize include_paths. + Convert absolute paths to relative to the Android top directory. + + Args: + include_paths: A list of unprocessed include paths. + Returns: + A list of normalized include paths. + """ + normalized = [] + for path in include_paths: + if path[0] == "/": + path = gyp.common.RelativePath(path, self.android_top_dir) + normalized.append(path) + return normalized + + def ExtractIncludesFromCFlags(self, cflags): + """Extract includes "-I..." out from cflags + + Args: + cflags: A list of compiler flags, which may be mixed with "-I.." + Returns: + A tuple of lists: (clean_clfags, include_paths). "-I.." is trimmed. + """ + clean_cflags = [] + include_paths = [] + for flag in cflags: + if flag.startswith("-I"): + include_paths.append(flag[2:]) + else: + clean_cflags.append(flag) + + return (clean_cflags, include_paths) + + def FilterLibraries(self, libraries): + """Filter the 'libraries' key to separate things that shouldn't be ldflags. + + Library entries that look like filenames should be converted to android + module names instead of being passed to the linker as flags. + + Args: + libraries: the value of spec.get('libraries') + Returns: + A tuple (static_lib_modules, dynamic_lib_modules, ldflags) + """ + static_lib_modules = [] + dynamic_lib_modules = [] + ldflags = [] + for libs in libraries: + # Libs can have multiple words. + for lib in libs.split(): + # Filter the system libraries, which are added by default by the Android + # build system. + if ( + lib == "-lc" + or lib == "-lstdc++" + or lib == "-lm" + or lib.endswith("libgcc.a") + ): + continue + match = re.search(r"([^/]+)\.a$", lib) + if match: + static_lib_modules.append(match.group(1)) + continue + match = re.search(r"([^/]+)\.so$", lib) + if match: + dynamic_lib_modules.append(match.group(1)) + continue + if lib.startswith("-l"): + ldflags.append(lib) + return (static_lib_modules, dynamic_lib_modules, ldflags) + + def ComputeDeps(self, spec): + """Compute the dependencies of a gyp spec. + + Returns a tuple (deps, link_deps), where each is a list of + filenames that will need to be put in front of make for either + building (deps) or linking (link_deps). + """ + deps = [] + link_deps = [] + if "dependencies" in spec: + deps.extend( + [ + target_outputs[dep] + for dep in spec["dependencies"] + if target_outputs[dep] + ] + ) + for dep in spec["dependencies"]: + if dep in target_link_deps: + link_deps.append(target_link_deps[dep]) + deps.extend(link_deps) + return (gyp.common.uniquer(deps), gyp.common.uniquer(link_deps)) + + def WriteTargetFlags(self, spec, configs, link_deps): + """Write Makefile code to specify the link flags and library dependencies. + + spec, configs: input from gyp. + link_deps: link dependency list; see ComputeDeps() + """ + # Libraries (i.e. -lfoo) + # These must be included even for static libraries as some of them provide + # implicit include paths through the build system. + libraries = gyp.common.uniquer(spec.get("libraries", [])) + static_libs, dynamic_libs, ldflags_libs = self.FilterLibraries(libraries) + + if self.type != "static_library": + for configname, config in sorted(configs.items()): + ldflags = list(config.get("ldflags", [])) + self.WriteLn("") + self.WriteList(ldflags, "LOCAL_LDFLAGS_%s" % configname) + self.WriteList(ldflags_libs, "LOCAL_GYP_LIBS") + self.WriteLn( + "LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION)) " + "$(LOCAL_GYP_LIBS)" + ) + + # Link dependencies (i.e. other gyp targets this target depends on) + # These need not be included for static libraries as within the gyp build + # we do not use the implicit include path mechanism. + if self.type != "static_library": + static_link_deps = [x[1] for x in link_deps if x[0] == "static"] + shared_link_deps = [x[1] for x in link_deps if x[0] == "shared"] + else: + static_link_deps = [] + shared_link_deps = [] + + # Only write the lists if they are non-empty. + if static_libs or static_link_deps: + self.WriteLn("") + self.WriteList(static_libs + static_link_deps, "LOCAL_STATIC_LIBRARIES") + self.WriteLn("# Enable grouping to fix circular references") + self.WriteLn("LOCAL_GROUP_STATIC_LIBRARIES := true") + if dynamic_libs or shared_link_deps: + self.WriteLn("") + self.WriteList(dynamic_libs + shared_link_deps, "LOCAL_SHARED_LIBRARIES") + + def WriteTarget( + self, spec, configs, deps, link_deps, part_of_all, write_alias_target + ): + """Write Makefile code to produce the final target of the gyp spec. + + spec, configs: input from gyp. + deps, link_deps: dependency lists; see ComputeDeps() + part_of_all: flag indicating this target is part of 'all' + write_alias_target: flag indicating whether to create short aliases for this + target + """ + self.WriteLn("### Rules for final target.") + + if self.type != "none": + self.WriteTargetFlags(spec, configs, link_deps) + + settings = spec.get("aosp_build_settings", {}) + if settings: + self.WriteLn("### Set directly by aosp_build_settings.") + for k, v in settings.items(): + if isinstance(v, list): + self.WriteList(v, k) + else: + self.WriteLn(f"{k} := {make.QuoteIfNecessary(v)}") + self.WriteLn("") + + # Add to the set of targets which represent the gyp 'all' target. We use the + # name 'gyp_all_modules' as the Android build system doesn't allow the use + # of the Make target 'all' and because 'all_modules' is the equivalent of + # the Make target 'all' on Android. + if part_of_all and write_alias_target: + self.WriteLn('# Add target alias to "gyp_all_modules" target.') + self.WriteLn(".PHONY: gyp_all_modules") + self.WriteLn("gyp_all_modules: %s" % self.android_module) + self.WriteLn("") + + # Add an alias from the gyp target name to the Android module name. This + # simplifies manual builds of the target, and is required by the test + # framework. + if self.target != self.android_module and write_alias_target: + self.WriteLn("# Alias gyp target name.") + self.WriteLn(".PHONY: %s" % self.target) + self.WriteLn(f"{self.target}: {self.android_module}") + self.WriteLn("") + + # Add the command to trigger build of the target type depending + # on the toolset. Ex: BUILD_STATIC_LIBRARY vs. BUILD_HOST_STATIC_LIBRARY + # NOTE: This has to come last! + modifier = "" + if self.toolset == "host": + modifier = "HOST_" + if self.type == "static_library": + self.WriteLn("include $(BUILD_%sSTATIC_LIBRARY)" % modifier) + elif self.type == "shared_library": + self.WriteLn("LOCAL_PRELINK_MODULE := false") + self.WriteLn("include $(BUILD_%sSHARED_LIBRARY)" % modifier) + elif self.type == "executable": + self.WriteLn("LOCAL_CXX_STL := libc++_static") + # Executables are for build and test purposes only, so they're installed + # to a directory that doesn't get included in the system image. + self.WriteLn("LOCAL_MODULE_PATH := $(gyp_shared_intermediate_dir)") + self.WriteLn("include $(BUILD_%sEXECUTABLE)" % modifier) + else: + self.WriteLn("LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp") + self.WriteLn("LOCAL_UNINSTALLABLE_MODULE := true") + if self.toolset == "target": + self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_VAR_PREFIX)") + else: + self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_HOST_VAR_PREFIX)") + self.WriteLn() + self.WriteLn("include $(BUILD_SYSTEM)/base_rules.mk") + self.WriteLn() + self.WriteLn("$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES)") + self.WriteLn('\t$(hide) echo "Gyp timestamp: $@"') + self.WriteLn("\t$(hide) mkdir -p $(dir $@)") + self.WriteLn("\t$(hide) touch $@") + self.WriteLn() + self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX :=") + + def WriteList( + self, + value_list, + variable=None, + prefix="", + quoter=make.QuoteIfNecessary, + local_pathify=False, + ): + """Write a variable definition that is a list of values. + + E.g. WriteList(['a','b'], 'foo', prefix='blah') writes out + foo = blaha blahb + but in a pretty-printed style. + """ + values = "" + if value_list: + value_list = [quoter(prefix + value) for value in value_list] + if local_pathify: + value_list = [self.LocalPathify(value) for value in value_list] + values = " \\\n\t" + " \\\n\t".join(value_list) + self.fp.write(f"{variable} :={values}\n\n") + + def WriteLn(self, text=""): + self.fp.write(text + "\n") + + def LocalPathify(self, path): + """Convert a subdirectory-relative path into a normalized path which starts + with the make variable $(LOCAL_PATH) (i.e. the top of the project tree). + Absolute paths, or paths that contain variables, are just normalized.""" + if "$(" in path or os.path.isabs(path): + # path is not a file in the project tree in this case, but calling + # normpath is still important for trimming trailing slashes. + return os.path.normpath(path) + local_path = os.path.join("$(LOCAL_PATH)", self.path, path) + local_path = os.path.normpath(local_path) + # Check that normalizing the path didn't ../ itself out of $(LOCAL_PATH) + # - i.e. that the resulting path is still inside the project tree. The + # path may legitimately have ended up containing just $(LOCAL_PATH), though, + # so we don't look for a slash. + assert local_path.startswith( + "$(LOCAL_PATH)" + ), f"Path {path} attempts to escape from gyp path {self.path} !)" + return local_path + + def ExpandInputRoot(self, template, expansion, dirname): + if "%(INPUT_ROOT)s" not in template and "%(INPUT_DIRNAME)s" not in template: + return template + path = template % { + "INPUT_ROOT": expansion, + "INPUT_DIRNAME": dirname, + } + return os.path.normpath(path) + + +def PerformBuild(data, configurations, params): + # The android backend only supports the default configuration. + options = params["options"] + makefile = os.path.abspath(os.path.join(options.toplevel_dir, "GypAndroid.mk")) + env = dict(os.environ) + env["ONE_SHOT_MAKEFILE"] = makefile + arguments = ["make", "-C", os.environ["ANDROID_BUILD_TOP"], "gyp_all_modules"] + print("Building: %s" % arguments) + subprocess.check_call(arguments, env=env) + + +def GenerateOutput(target_list, target_dicts, data, params): + options = params["options"] + generator_flags = params.get("generator_flags", {}) + limit_to_target_all = generator_flags.get("limit_to_target_all", False) + write_alias_targets = generator_flags.get("write_alias_targets", True) + sdk_version = generator_flags.get("aosp_sdk_version", 0) + android_top_dir = os.environ.get("ANDROID_BUILD_TOP") + assert android_top_dir, "$ANDROID_BUILD_TOP not set; you need to run lunch." + + def CalculateMakefilePath(build_file, base_name): + """Determine where to write a Makefile for a given gyp file.""" + # Paths in gyp files are relative to the .gyp file, but we want + # paths relative to the source root for the master makefile. Grab + # the path of the .gyp file as the base to relativize against. + # E.g. "foo/bar" when we're constructing targets for "foo/bar/baz.gyp". + base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth) + # We write the file in the base_path directory. + output_file = os.path.join(options.depth, base_path, base_name) + assert ( + not options.generator_output + ), "The Android backend does not support options.generator_output." + base_path = gyp.common.RelativePath( + os.path.dirname(build_file), options.toplevel_dir + ) + return base_path, output_file + + # TODO: search for the first non-'Default' target. This can go + # away when we add verification that all targets have the + # necessary configurations. + default_configuration = None + for target in target_list: + spec = target_dicts[target] + if spec["default_configuration"] != "Default": + default_configuration = spec["default_configuration"] + break + if not default_configuration: + default_configuration = "Default" + + makefile_name = "GypAndroid" + options.suffix + ".mk" + makefile_path = os.path.join(options.toplevel_dir, makefile_name) + assert ( + not options.generator_output + ), "The Android backend does not support options.generator_output." + gyp.common.EnsureDirExists(makefile_path) + root_makefile = open(makefile_path, "w") + + root_makefile.write(header) + + # We set LOCAL_PATH just once, here, to the top of the project tree. This + # allows all the other paths we use to be relative to the Android.mk file, + # as the Android build system expects. + root_makefile.write("\nLOCAL_PATH := $(call my-dir)\n") + + # Find the list of targets that derive from the gyp file(s) being built. + needed_targets = set() + for build_file in params["build_files"]: + for target in gyp.common.AllTargets(target_list, target_dicts, build_file): + needed_targets.add(target) + + build_files = set() + include_list = set() + android_modules = {} + for qualified_target in target_list: + build_file, target, toolset = gyp.common.ParseQualifiedTarget(qualified_target) + relative_build_file = gyp.common.RelativePath(build_file, options.toplevel_dir) + build_files.add(relative_build_file) + included_files = data[build_file]["included_files"] + for included_file in included_files: + # The included_files entries are relative to the dir of the build file + # that included them, so we have to undo that and then make them relative + # to the root dir. + relative_include_file = gyp.common.RelativePath( + gyp.common.UnrelativePath(included_file, build_file), + options.toplevel_dir, + ) + abs_include_file = os.path.abspath(relative_include_file) + # If the include file is from the ~/.gyp dir, we should use absolute path + # so that relocating the src dir doesn't break the path. + if params["home_dot_gyp"] and abs_include_file.startswith( + params["home_dot_gyp"] + ): + build_files.add(abs_include_file) + else: + build_files.add(relative_include_file) + + base_path, output_file = CalculateMakefilePath( + build_file, target + "." + toolset + options.suffix + ".mk" + ) + + spec = target_dicts[qualified_target] + configs = spec["configurations"] + + part_of_all = qualified_target in needed_targets + if limit_to_target_all and not part_of_all: + continue + + relative_target = gyp.common.QualifiedTarget( + relative_build_file, target, toolset + ) + writer = AndroidMkWriter(android_top_dir) + android_module = writer.Write( + qualified_target, + relative_target, + base_path, + output_file, + spec, + configs, + part_of_all=part_of_all, + write_alias_target=write_alias_targets, + sdk_version=sdk_version, + ) + if android_module in android_modules: + print( + "ERROR: Android module names must be unique. The following " + "targets both generate Android module name %s.\n %s\n %s" + % (android_module, android_modules[android_module], qualified_target) + ) + return + android_modules[android_module] = qualified_target + + # Our root_makefile lives at the source root. Compute the relative path + # from there to the output_file for including. + mkfile_rel_path = gyp.common.RelativePath( + output_file, os.path.dirname(makefile_path) + ) + include_list.add(mkfile_rel_path) + + root_makefile.write("GYP_CONFIGURATION ?= %s\n" % default_configuration) + root_makefile.write("GYP_VAR_PREFIX ?=\n") + root_makefile.write("GYP_HOST_VAR_PREFIX ?=\n") + root_makefile.write("GYP_HOST_MULTILIB ?= first\n") + + # Write out the sorted list of includes. + root_makefile.write("\n") + for include_file in sorted(include_list): + root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n") + root_makefile.write("\n") + + if write_alias_targets: + root_makefile.write(ALL_MODULES_FOOTER) + + root_makefile.close() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py new file mode 100644 index 0000000..c95d184 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py @@ -0,0 +1,1321 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""cmake output module + +This module is under development and should be considered experimental. + +This module produces cmake (2.8.8+) input as its output. One CMakeLists.txt is +created for each configuration. + +This module's original purpose was to support editing in IDEs like KDevelop +which use CMake for project management. It is also possible to use CMake to +generate projects for other IDEs such as eclipse cdt and code::blocks. QtCreator +will convert the CMakeLists.txt to a code::blocks cbp for the editor to read, +but build using CMake. As a result QtCreator editor is unaware of compiler +defines. The generated CMakeLists.txt can also be used to build on Linux. There +is currently no support for building on platforms other than Linux. + +The generated CMakeLists.txt should properly compile all projects. However, +there is a mismatch between gyp and cmake with regard to linking. All attempts +are made to work around this, but CMake sometimes sees -Wl,--start-group as a +library and incorrectly repeats it. As a result the output of this generator +should not be relied on for building. + +When using with kdevelop, use version 4.4+. Previous versions of kdevelop will +not be able to find the header file directories described in the generated +CMakeLists.txt file. +""" + + +import multiprocessing +import os +import signal +import subprocess +import gyp.common +import gyp.xcode_emulation + +_maketrans = str.maketrans + +generator_default_variables = { + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "SHARED_LIB_PREFIX": "lib", + "SHARED_LIB_SUFFIX": ".so", + "SHARED_LIB_DIR": "${builddir}/lib.${TOOLSET}", + "LIB_DIR": "${obj}.${TOOLSET}", + "INTERMEDIATE_DIR": "${obj}.${TOOLSET}/${TARGET}/geni", + "SHARED_INTERMEDIATE_DIR": "${obj}/gen", + "PRODUCT_DIR": "${builddir}", + "RULE_INPUT_PATH": "${RULE_INPUT_PATH}", + "RULE_INPUT_DIRNAME": "${RULE_INPUT_DIRNAME}", + "RULE_INPUT_NAME": "${RULE_INPUT_NAME}", + "RULE_INPUT_ROOT": "${RULE_INPUT_ROOT}", + "RULE_INPUT_EXT": "${RULE_INPUT_EXT}", + "CONFIGURATION_NAME": "${configuration}", +} + +FULL_PATH_VARS = ("${CMAKE_CURRENT_LIST_DIR}", "${builddir}", "${obj}") + +generator_supports_multiple_toolsets = True +generator_wants_static_library_dependencies_adjusted = True + +COMPILABLE_EXTENSIONS = { + ".c": "cc", + ".cc": "cxx", + ".cpp": "cxx", + ".cxx": "cxx", + ".s": "s", # cc + ".S": "s", # cc +} + + +def RemovePrefix(a, prefix): + """Returns 'a' without 'prefix' if it starts with 'prefix'.""" + return a[len(prefix) :] if a.startswith(prefix) else a + + +def CalculateVariables(default_variables, params): + """Calculate additional variables for use in the build (called by gyp).""" + default_variables.setdefault("OS", gyp.common.GetFlavor(params)) + + +def Compilable(filename): + """Return true if the file is compilable (should be in OBJS).""" + return any(filename.endswith(e) for e in COMPILABLE_EXTENSIONS) + + +def Linkable(filename): + """Return true if the file is linkable (should be on the link line).""" + return filename.endswith(".o") + + +def NormjoinPathForceCMakeSource(base_path, rel_path): + """Resolves rel_path against base_path and returns the result. + + If rel_path is an absolute path it is returned unchanged. + Otherwise it is resolved against base_path and normalized. + If the result is a relative path, it is forced to be relative to the + CMakeLists.txt. + """ + if os.path.isabs(rel_path): + return rel_path + if any([rel_path.startswith(var) for var in FULL_PATH_VARS]): + return rel_path + # TODO: do we need to check base_path for absolute variables as well? + return os.path.join( + "${CMAKE_CURRENT_LIST_DIR}", os.path.normpath(os.path.join(base_path, rel_path)) + ) + + +def NormjoinPath(base_path, rel_path): + """Resolves rel_path against base_path and returns the result. + TODO: what is this really used for? + If rel_path begins with '$' it is returned unchanged. + Otherwise it is resolved against base_path if relative, then normalized. + """ + if rel_path.startswith("$") and not rel_path.startswith("${configuration}"): + return rel_path + return os.path.normpath(os.path.join(base_path, rel_path)) + + +def CMakeStringEscape(a): + """Escapes the string 'a' for use inside a CMake string. + + This means escaping + '\' otherwise it may be seen as modifying the next character + '"' otherwise it will end the string + ';' otherwise the string becomes a list + + The following do not need to be escaped + '#' when the lexer is in string state, this does not start a comment + + The following are yet unknown + '$' generator variables (like ${obj}) must not be escaped, + but text $ should be escaped + what is wanted is to know which $ come from generator variables + """ + return a.replace("\\", "\\\\").replace(";", "\\;").replace('"', '\\"') + + +def SetFileProperty(output, source_name, property_name, values, sep): + """Given a set of source file, sets the given property on them.""" + output.write("set_source_files_properties(") + output.write(source_name) + output.write(" PROPERTIES ") + output.write(property_name) + output.write(' "') + for value in values: + output.write(CMakeStringEscape(value)) + output.write(sep) + output.write('")\n') + + +def SetFilesProperty(output, variable, property_name, values, sep): + """Given a set of source files, sets the given property on them.""" + output.write("set_source_files_properties(") + WriteVariable(output, variable) + output.write(" PROPERTIES ") + output.write(property_name) + output.write(' "') + for value in values: + output.write(CMakeStringEscape(value)) + output.write(sep) + output.write('")\n') + + +def SetTargetProperty(output, target_name, property_name, values, sep=""): + """Given a target, sets the given property.""" + output.write("set_target_properties(") + output.write(target_name) + output.write(" PROPERTIES ") + output.write(property_name) + output.write(' "') + for value in values: + output.write(CMakeStringEscape(value)) + output.write(sep) + output.write('")\n') + + +def SetVariable(output, variable_name, value): + """Sets a CMake variable.""" + output.write("set(") + output.write(variable_name) + output.write(' "') + output.write(CMakeStringEscape(value)) + output.write('")\n') + + +def SetVariableList(output, variable_name, values): + """Sets a CMake variable to a list.""" + if not values: + return SetVariable(output, variable_name, "") + if len(values) == 1: + return SetVariable(output, variable_name, values[0]) + output.write("list(APPEND ") + output.write(variable_name) + output.write('\n "') + output.write('"\n "'.join([CMakeStringEscape(value) for value in values])) + output.write('")\n') + + +def UnsetVariable(output, variable_name): + """Unsets a CMake variable.""" + output.write("unset(") + output.write(variable_name) + output.write(")\n") + + +def WriteVariable(output, variable_name, prepend=None): + if prepend: + output.write(prepend) + output.write("${") + output.write(variable_name) + output.write("}") + + +class CMakeTargetType: + def __init__(self, command, modifier, property_modifier): + self.command = command + self.modifier = modifier + self.property_modifier = property_modifier + + +cmake_target_type_from_gyp_target_type = { + "executable": CMakeTargetType("add_executable", None, "RUNTIME"), + "static_library": CMakeTargetType("add_library", "STATIC", "ARCHIVE"), + "shared_library": CMakeTargetType("add_library", "SHARED", "LIBRARY"), + "loadable_module": CMakeTargetType("add_library", "MODULE", "LIBRARY"), + "none": CMakeTargetType("add_custom_target", "SOURCES", None), +} + + +def StringToCMakeTargetName(a): + """Converts the given string 'a' to a valid CMake target name. + + All invalid characters are replaced by '_'. + Invalid for cmake: ' ', '/', '(', ')', '"' + Invalid for make: ':' + Invalid for unknown reasons but cause failures: '.' + """ + return a.translate(_maketrans(' /():."', "_______")) + + +def WriteActions(target_name, actions, extra_sources, extra_deps, path_to_gyp, output): + """Write CMake for the 'actions' in the target. + + Args: + target_name: the name of the CMake target being generated. + actions: the Gyp 'actions' dict for this target. + extra_sources: [(, )] to append with generated source files. + extra_deps: [] to append with generated targets. + path_to_gyp: relative path from CMakeLists.txt being generated to + the Gyp file in which the target being generated is defined. + """ + for action in actions: + action_name = StringToCMakeTargetName(action["action_name"]) + action_target_name = f"{target_name}__{action_name}" + + inputs = action["inputs"] + inputs_name = action_target_name + "__input" + SetVariableList( + output, + inputs_name, + [NormjoinPathForceCMakeSource(path_to_gyp, dep) for dep in inputs], + ) + + outputs = action["outputs"] + cmake_outputs = [ + NormjoinPathForceCMakeSource(path_to_gyp, out) for out in outputs + ] + outputs_name = action_target_name + "__output" + SetVariableList(output, outputs_name, cmake_outputs) + + # Build up a list of outputs. + # Collect the output dirs we'll need. + dirs = {dir for dir in (os.path.dirname(o) for o in outputs) if dir} + + if int(action.get("process_outputs_as_sources", False)): + extra_sources.extend(zip(cmake_outputs, outputs)) + + # add_custom_command + output.write("add_custom_command(OUTPUT ") + WriteVariable(output, outputs_name) + output.write("\n") + + if len(dirs) > 0: + for directory in dirs: + output.write(" COMMAND ${CMAKE_COMMAND} -E make_directory ") + output.write(directory) + output.write("\n") + + output.write(" COMMAND ") + output.write(gyp.common.EncodePOSIXShellList(action["action"])) + output.write("\n") + + output.write(" DEPENDS ") + WriteVariable(output, inputs_name) + output.write("\n") + + output.write(" WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") + output.write(path_to_gyp) + output.write("\n") + + output.write(" COMMENT ") + if "message" in action: + output.write(action["message"]) + else: + output.write(action_target_name) + output.write("\n") + + output.write(" VERBATIM\n") + output.write(")\n") + + # add_custom_target + output.write("add_custom_target(") + output.write(action_target_name) + output.write("\n DEPENDS ") + WriteVariable(output, outputs_name) + output.write("\n SOURCES ") + WriteVariable(output, inputs_name) + output.write("\n)\n") + + extra_deps.append(action_target_name) + + +def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source): + if rel_path.startswith(("${RULE_INPUT_PATH}", "${RULE_INPUT_DIRNAME}")): + if any([rule_source.startswith(var) for var in FULL_PATH_VARS]): + return rel_path + return NormjoinPathForceCMakeSource(base_path, rel_path) + + +def WriteRules(target_name, rules, extra_sources, extra_deps, path_to_gyp, output): + """Write CMake for the 'rules' in the target. + + Args: + target_name: the name of the CMake target being generated. + actions: the Gyp 'actions' dict for this target. + extra_sources: [(, )] to append with generated source files. + extra_deps: [] to append with generated targets. + path_to_gyp: relative path from CMakeLists.txt being generated to + the Gyp file in which the target being generated is defined. + """ + for rule in rules: + rule_name = StringToCMakeTargetName(target_name + "__" + rule["rule_name"]) + + inputs = rule.get("inputs", []) + inputs_name = rule_name + "__input" + SetVariableList( + output, + inputs_name, + [NormjoinPathForceCMakeSource(path_to_gyp, dep) for dep in inputs], + ) + outputs = rule["outputs"] + var_outputs = [] + + for count, rule_source in enumerate(rule.get("rule_sources", [])): + action_name = rule_name + "_" + str(count) + + rule_source_dirname, rule_source_basename = os.path.split(rule_source) + rule_source_root, rule_source_ext = os.path.splitext(rule_source_basename) + + SetVariable(output, "RULE_INPUT_PATH", rule_source) + SetVariable(output, "RULE_INPUT_DIRNAME", rule_source_dirname) + SetVariable(output, "RULE_INPUT_NAME", rule_source_basename) + SetVariable(output, "RULE_INPUT_ROOT", rule_source_root) + SetVariable(output, "RULE_INPUT_EXT", rule_source_ext) + + # Build up a list of outputs. + # Collect the output dirs we'll need. + dirs = {dir for dir in (os.path.dirname(o) for o in outputs) if dir} + + # Create variables for the output, as 'local' variable will be unset. + these_outputs = [] + for output_index, out in enumerate(outputs): + output_name = action_name + "_" + str(output_index) + SetVariable( + output, + output_name, + NormjoinRulePathForceCMakeSource(path_to_gyp, out, rule_source), + ) + if int(rule.get("process_outputs_as_sources", False)): + extra_sources.append(("${" + output_name + "}", out)) + these_outputs.append("${" + output_name + "}") + var_outputs.append("${" + output_name + "}") + + # add_custom_command + output.write("add_custom_command(OUTPUT\n") + for out in these_outputs: + output.write(" ") + output.write(out) + output.write("\n") + + for directory in dirs: + output.write(" COMMAND ${CMAKE_COMMAND} -E make_directory ") + output.write(directory) + output.write("\n") + + output.write(" COMMAND ") + output.write(gyp.common.EncodePOSIXShellList(rule["action"])) + output.write("\n") + + output.write(" DEPENDS ") + WriteVariable(output, inputs_name) + output.write(" ") + output.write(NormjoinPath(path_to_gyp, rule_source)) + output.write("\n") + + # CMAKE_CURRENT_LIST_DIR is where the CMakeLists.txt lives. + # The cwd is the current build directory. + output.write(" WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") + output.write(path_to_gyp) + output.write("\n") + + output.write(" COMMENT ") + if "message" in rule: + output.write(rule["message"]) + else: + output.write(action_name) + output.write("\n") + + output.write(" VERBATIM\n") + output.write(")\n") + + UnsetVariable(output, "RULE_INPUT_PATH") + UnsetVariable(output, "RULE_INPUT_DIRNAME") + UnsetVariable(output, "RULE_INPUT_NAME") + UnsetVariable(output, "RULE_INPUT_ROOT") + UnsetVariable(output, "RULE_INPUT_EXT") + + # add_custom_target + output.write("add_custom_target(") + output.write(rule_name) + output.write(" DEPENDS\n") + for out in var_outputs: + output.write(" ") + output.write(out) + output.write("\n") + output.write("SOURCES ") + WriteVariable(output, inputs_name) + output.write("\n") + for rule_source in rule.get("rule_sources", []): + output.write(" ") + output.write(NormjoinPath(path_to_gyp, rule_source)) + output.write("\n") + output.write(")\n") + + extra_deps.append(rule_name) + + +def WriteCopies(target_name, copies, extra_deps, path_to_gyp, output): + """Write CMake for the 'copies' in the target. + + Args: + target_name: the name of the CMake target being generated. + actions: the Gyp 'actions' dict for this target. + extra_deps: [] to append with generated targets. + path_to_gyp: relative path from CMakeLists.txt being generated to + the Gyp file in which the target being generated is defined. + """ + copy_name = target_name + "__copies" + + # CMake gets upset with custom targets with OUTPUT which specify no output. + have_copies = any(copy["files"] for copy in copies) + if not have_copies: + output.write("add_custom_target(") + output.write(copy_name) + output.write(")\n") + extra_deps.append(copy_name) + return + + class Copy: + def __init__(self, ext, command): + self.cmake_inputs = [] + self.cmake_outputs = [] + self.gyp_inputs = [] + self.gyp_outputs = [] + self.ext = ext + self.inputs_name = None + self.outputs_name = None + self.command = command + + file_copy = Copy("", "copy") + dir_copy = Copy("_dirs", "copy_directory") + + for copy in copies: + files = copy["files"] + destination = copy["destination"] + for src in files: + path = os.path.normpath(src) + basename = os.path.split(path)[1] + dst = os.path.join(destination, basename) + + copy = file_copy if os.path.basename(src) else dir_copy + + copy.cmake_inputs.append(NormjoinPathForceCMakeSource(path_to_gyp, src)) + copy.cmake_outputs.append(NormjoinPathForceCMakeSource(path_to_gyp, dst)) + copy.gyp_inputs.append(src) + copy.gyp_outputs.append(dst) + + for copy in (file_copy, dir_copy): + if copy.cmake_inputs: + copy.inputs_name = copy_name + "__input" + copy.ext + SetVariableList(output, copy.inputs_name, copy.cmake_inputs) + + copy.outputs_name = copy_name + "__output" + copy.ext + SetVariableList(output, copy.outputs_name, copy.cmake_outputs) + + # add_custom_command + output.write("add_custom_command(\n") + + output.write("OUTPUT") + for copy in (file_copy, dir_copy): + if copy.outputs_name: + WriteVariable(output, copy.outputs_name, " ") + output.write("\n") + + for copy in (file_copy, dir_copy): + for src, dst in zip(copy.gyp_inputs, copy.gyp_outputs): + # 'cmake -E copy src dst' will create the 'dst' directory if needed. + output.write("COMMAND ${CMAKE_COMMAND} -E %s " % copy.command) + output.write(src) + output.write(" ") + output.write(dst) + output.write("\n") + + output.write("DEPENDS") + for copy in (file_copy, dir_copy): + if copy.inputs_name: + WriteVariable(output, copy.inputs_name, " ") + output.write("\n") + + output.write("WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") + output.write(path_to_gyp) + output.write("\n") + + output.write("COMMENT Copying for ") + output.write(target_name) + output.write("\n") + + output.write("VERBATIM\n") + output.write(")\n") + + # add_custom_target + output.write("add_custom_target(") + output.write(copy_name) + output.write("\n DEPENDS") + for copy in (file_copy, dir_copy): + if copy.outputs_name: + WriteVariable(output, copy.outputs_name, " ") + output.write("\n SOURCES") + if file_copy.inputs_name: + WriteVariable(output, file_copy.inputs_name, " ") + output.write("\n)\n") + + extra_deps.append(copy_name) + + +def CreateCMakeTargetBaseName(qualified_target): + """This is the name we would like the target to have.""" + _, gyp_target_name, gyp_target_toolset = gyp.common.ParseQualifiedTarget( + qualified_target + ) + cmake_target_base_name = gyp_target_name + if gyp_target_toolset and gyp_target_toolset != "target": + cmake_target_base_name += "_" + gyp_target_toolset + return StringToCMakeTargetName(cmake_target_base_name) + + +def CreateCMakeTargetFullName(qualified_target): + """An unambiguous name for the target.""" + gyp_file, gyp_target_name, gyp_target_toolset = gyp.common.ParseQualifiedTarget( + qualified_target + ) + cmake_target_full_name = gyp_file + ":" + gyp_target_name + if gyp_target_toolset and gyp_target_toolset != "target": + cmake_target_full_name += "_" + gyp_target_toolset + return StringToCMakeTargetName(cmake_target_full_name) + + +class CMakeNamer: + """Converts Gyp target names into CMake target names. + + CMake requires that target names be globally unique. One way to ensure + this is to fully qualify the names of the targets. Unfortunately, this + ends up with all targets looking like "chrome_chrome_gyp_chrome" instead + of just "chrome". If this generator were only interested in building, it + would be possible to fully qualify all target names, then create + unqualified target names which depend on all qualified targets which + should have had that name. This is more or less what the 'make' generator + does with aliases. However, one goal of this generator is to create CMake + files for use with IDEs, and fully qualified names are not as user + friendly. + + Since target name collision is rare, we do the above only when required. + + Toolset variants are always qualified from the base, as this is required for + building. However, it also makes sense for an IDE, as it is possible for + defines to be different. + """ + + def __init__(self, target_list): + self.cmake_target_base_names_conficting = set() + + cmake_target_base_names_seen = set() + for qualified_target in target_list: + cmake_target_base_name = CreateCMakeTargetBaseName(qualified_target) + + if cmake_target_base_name not in cmake_target_base_names_seen: + cmake_target_base_names_seen.add(cmake_target_base_name) + else: + self.cmake_target_base_names_conficting.add(cmake_target_base_name) + + def CreateCMakeTargetName(self, qualified_target): + base_name = CreateCMakeTargetBaseName(qualified_target) + if base_name in self.cmake_target_base_names_conficting: + return CreateCMakeTargetFullName(qualified_target) + return base_name + + +def WriteTarget( + namer, + qualified_target, + target_dicts, + build_dir, + config_to_use, + options, + generator_flags, + all_qualified_targets, + flavor, + output, +): + # The make generator does this always. + # TODO: It would be nice to be able to tell CMake all dependencies. + circular_libs = generator_flags.get("circular", True) + + if not generator_flags.get("standalone", False): + output.write("\n#") + output.write(qualified_target) + output.write("\n") + + gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) + rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir) + rel_gyp_dir = os.path.dirname(rel_gyp_file) + + # Relative path from build dir to top dir. + build_to_top = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) + # Relative path from build dir to gyp dir. + build_to_gyp = os.path.join(build_to_top, rel_gyp_dir) + + path_from_cmakelists_to_gyp = build_to_gyp + + spec = target_dicts.get(qualified_target, {}) + config = spec.get("configurations", {}).get(config_to_use, {}) + + xcode_settings = None + if flavor == "mac": + xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) + + target_name = spec.get("target_name", "") + target_type = spec.get("type", "") + target_toolset = spec.get("toolset") + + cmake_target_type = cmake_target_type_from_gyp_target_type.get(target_type) + if cmake_target_type is None: + print( + "Target %s has unknown target type %s, skipping." + % (target_name, target_type) + ) + return + + SetVariable(output, "TARGET", target_name) + SetVariable(output, "TOOLSET", target_toolset) + + cmake_target_name = namer.CreateCMakeTargetName(qualified_target) + + extra_sources = [] + extra_deps = [] + + # Actions must come first, since they can generate more OBJs for use below. + if "actions" in spec: + WriteActions( + cmake_target_name, + spec["actions"], + extra_sources, + extra_deps, + path_from_cmakelists_to_gyp, + output, + ) + + # Rules must be early like actions. + if "rules" in spec: + WriteRules( + cmake_target_name, + spec["rules"], + extra_sources, + extra_deps, + path_from_cmakelists_to_gyp, + output, + ) + + # Copies + if "copies" in spec: + WriteCopies( + cmake_target_name, + spec["copies"], + extra_deps, + path_from_cmakelists_to_gyp, + output, + ) + + # Target and sources + srcs = spec.get("sources", []) + + # Gyp separates the sheep from the goats based on file extensions. + # A full separation is done here because of flag handing (see below). + s_sources = [] + c_sources = [] + cxx_sources = [] + linkable_sources = [] + other_sources = [] + for src in srcs: + _, ext = os.path.splitext(src) + src_type = COMPILABLE_EXTENSIONS.get(ext, None) + src_norm_path = NormjoinPath(path_from_cmakelists_to_gyp, src) + + if src_type == "s": + s_sources.append(src_norm_path) + elif src_type == "cc": + c_sources.append(src_norm_path) + elif src_type == "cxx": + cxx_sources.append(src_norm_path) + elif Linkable(ext): + linkable_sources.append(src_norm_path) + else: + other_sources.append(src_norm_path) + + for extra_source in extra_sources: + src, real_source = extra_source + _, ext = os.path.splitext(real_source) + src_type = COMPILABLE_EXTENSIONS.get(ext, None) + + if src_type == "s": + s_sources.append(src) + elif src_type == "cc": + c_sources.append(src) + elif src_type == "cxx": + cxx_sources.append(src) + elif Linkable(ext): + linkable_sources.append(src) + else: + other_sources.append(src) + + s_sources_name = None + if s_sources: + s_sources_name = cmake_target_name + "__asm_srcs" + SetVariableList(output, s_sources_name, s_sources) + + c_sources_name = None + if c_sources: + c_sources_name = cmake_target_name + "__c_srcs" + SetVariableList(output, c_sources_name, c_sources) + + cxx_sources_name = None + if cxx_sources: + cxx_sources_name = cmake_target_name + "__cxx_srcs" + SetVariableList(output, cxx_sources_name, cxx_sources) + + linkable_sources_name = None + if linkable_sources: + linkable_sources_name = cmake_target_name + "__linkable_srcs" + SetVariableList(output, linkable_sources_name, linkable_sources) + + other_sources_name = None + if other_sources: + other_sources_name = cmake_target_name + "__other_srcs" + SetVariableList(output, other_sources_name, other_sources) + + # CMake gets upset when executable targets provide no sources. + # http://www.cmake.org/pipermail/cmake/2010-July/038461.html + dummy_sources_name = None + has_sources = ( + s_sources_name + or c_sources_name + or cxx_sources_name + or linkable_sources_name + or other_sources_name + ) + if target_type == "executable" and not has_sources: + dummy_sources_name = cmake_target_name + "__dummy_srcs" + SetVariable( + output, dummy_sources_name, "${obj}.${TOOLSET}/${TARGET}/genc/dummy.c" + ) + output.write('if(NOT EXISTS "') + WriteVariable(output, dummy_sources_name) + output.write('")\n') + output.write(' file(WRITE "') + WriteVariable(output, dummy_sources_name) + output.write('" "")\n') + output.write("endif()\n") + + # CMake is opposed to setting linker directories and considers the practice + # of setting linker directories dangerous. Instead, it favors the use of + # find_library and passing absolute paths to target_link_libraries. + # However, CMake does provide the command link_directories, which adds + # link directories to targets defined after it is called. + # As a result, link_directories must come before the target definition. + # CMake unfortunately has no means of removing entries from LINK_DIRECTORIES. + library_dirs = config.get("library_dirs") + if library_dirs is not None: + output.write("link_directories(") + for library_dir in library_dirs: + output.write(" ") + output.write(NormjoinPath(path_from_cmakelists_to_gyp, library_dir)) + output.write("\n") + output.write(")\n") + + output.write(cmake_target_type.command) + output.write("(") + output.write(cmake_target_name) + + if cmake_target_type.modifier is not None: + output.write(" ") + output.write(cmake_target_type.modifier) + + if s_sources_name: + WriteVariable(output, s_sources_name, " ") + if c_sources_name: + WriteVariable(output, c_sources_name, " ") + if cxx_sources_name: + WriteVariable(output, cxx_sources_name, " ") + if linkable_sources_name: + WriteVariable(output, linkable_sources_name, " ") + if other_sources_name: + WriteVariable(output, other_sources_name, " ") + if dummy_sources_name: + WriteVariable(output, dummy_sources_name, " ") + + output.write(")\n") + + # Let CMake know if the 'all' target should depend on this target. + exclude_from_all = ( + "TRUE" if qualified_target not in all_qualified_targets else "FALSE" + ) + SetTargetProperty(output, cmake_target_name, "EXCLUDE_FROM_ALL", exclude_from_all) + for extra_target_name in extra_deps: + SetTargetProperty( + output, extra_target_name, "EXCLUDE_FROM_ALL", exclude_from_all + ) + + # Output name and location. + if target_type != "none": + # Link as 'C' if there are no other files + if not c_sources and not cxx_sources: + SetTargetProperty(output, cmake_target_name, "LINKER_LANGUAGE", ["C"]) + + # Mark uncompiled sources as uncompiled. + if other_sources_name: + output.write("set_source_files_properties(") + WriteVariable(output, other_sources_name, "") + output.write(' PROPERTIES HEADER_FILE_ONLY "TRUE")\n') + + # Mark object sources as linkable. + if linkable_sources_name: + output.write("set_source_files_properties(") + WriteVariable(output, other_sources_name, "") + output.write(' PROPERTIES EXTERNAL_OBJECT "TRUE")\n') + + # Output directory + target_output_directory = spec.get("product_dir") + if target_output_directory is None: + if target_type in ("executable", "loadable_module"): + target_output_directory = generator_default_variables["PRODUCT_DIR"] + elif target_type == "shared_library": + target_output_directory = "${builddir}/lib.${TOOLSET}" + elif spec.get("standalone_static_library", False): + target_output_directory = generator_default_variables["PRODUCT_DIR"] + else: + base_path = gyp.common.RelativePath( + os.path.dirname(gyp_file), options.toplevel_dir + ) + target_output_directory = "${obj}.${TOOLSET}" + target_output_directory = os.path.join( + target_output_directory, base_path + ) + + cmake_target_output_directory = NormjoinPathForceCMakeSource( + path_from_cmakelists_to_gyp, target_output_directory + ) + SetTargetProperty( + output, + cmake_target_name, + cmake_target_type.property_modifier + "_OUTPUT_DIRECTORY", + cmake_target_output_directory, + ) + + # Output name + default_product_prefix = "" + default_product_name = target_name + default_product_ext = "" + if target_type == "static_library": + static_library_prefix = generator_default_variables["STATIC_LIB_PREFIX"] + default_product_name = RemovePrefix( + default_product_name, static_library_prefix + ) + default_product_prefix = static_library_prefix + default_product_ext = generator_default_variables["STATIC_LIB_SUFFIX"] + + elif target_type in ("loadable_module", "shared_library"): + shared_library_prefix = generator_default_variables["SHARED_LIB_PREFIX"] + default_product_name = RemovePrefix( + default_product_name, shared_library_prefix + ) + default_product_prefix = shared_library_prefix + default_product_ext = generator_default_variables["SHARED_LIB_SUFFIX"] + + elif target_type != "executable": + print( + "ERROR: What output file should be generated?", + "type", + target_type, + "target", + target_name, + ) + + product_prefix = spec.get("product_prefix", default_product_prefix) + product_name = spec.get("product_name", default_product_name) + product_ext = spec.get("product_extension") + if product_ext: + product_ext = "." + product_ext + else: + product_ext = default_product_ext + + SetTargetProperty(output, cmake_target_name, "PREFIX", product_prefix) + SetTargetProperty( + output, + cmake_target_name, + cmake_target_type.property_modifier + "_OUTPUT_NAME", + product_name, + ) + SetTargetProperty(output, cmake_target_name, "SUFFIX", product_ext) + + # Make the output of this target referenceable as a source. + cmake_target_output_basename = product_prefix + product_name + product_ext + cmake_target_output = os.path.join( + cmake_target_output_directory, cmake_target_output_basename + ) + SetFileProperty(output, cmake_target_output, "GENERATED", ["TRUE"], "") + + # Includes + includes = config.get("include_dirs") + if includes: + # This (target include directories) is what requires CMake 2.8.8 + includes_name = cmake_target_name + "__include_dirs" + SetVariableList( + output, + includes_name, + [ + NormjoinPathForceCMakeSource(path_from_cmakelists_to_gyp, include) + for include in includes + ], + ) + output.write("set_property(TARGET ") + output.write(cmake_target_name) + output.write(" APPEND PROPERTY INCLUDE_DIRECTORIES ") + WriteVariable(output, includes_name, "") + output.write(")\n") + + # Defines + defines = config.get("defines") + if defines is not None: + SetTargetProperty( + output, cmake_target_name, "COMPILE_DEFINITIONS", defines, ";" + ) + + # Compile Flags - http://www.cmake.org/Bug/view.php?id=6493 + # CMake currently does not have target C and CXX flags. + # So, instead of doing... + + # cflags_c = config.get('cflags_c') + # if cflags_c is not None: + # SetTargetProperty(output, cmake_target_name, + # 'C_COMPILE_FLAGS', cflags_c, ' ') + + # cflags_cc = config.get('cflags_cc') + # if cflags_cc is not None: + # SetTargetProperty(output, cmake_target_name, + # 'CXX_COMPILE_FLAGS', cflags_cc, ' ') + + # Instead we must... + cflags = config.get("cflags", []) + cflags_c = config.get("cflags_c", []) + cflags_cxx = config.get("cflags_cc", []) + if xcode_settings: + cflags = xcode_settings.GetCflags(config_to_use) + cflags_c = xcode_settings.GetCflagsC(config_to_use) + cflags_cxx = xcode_settings.GetCflagsCC(config_to_use) + # cflags_objc = xcode_settings.GetCflagsObjC(config_to_use) + # cflags_objcc = xcode_settings.GetCflagsObjCC(config_to_use) + + if (not cflags_c or not c_sources) and (not cflags_cxx or not cxx_sources): + SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", cflags, " ") + + elif c_sources and not (s_sources or cxx_sources): + flags = [] + flags.extend(cflags) + flags.extend(cflags_c) + SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", flags, " ") + + elif cxx_sources and not (s_sources or c_sources): + flags = [] + flags.extend(cflags) + flags.extend(cflags_cxx) + SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", flags, " ") + + else: + # TODO: This is broken, one cannot generally set properties on files, + # as other targets may require different properties on the same files. + if s_sources and cflags: + SetFilesProperty(output, s_sources_name, "COMPILE_FLAGS", cflags, " ") + + if c_sources and (cflags or cflags_c): + flags = [] + flags.extend(cflags) + flags.extend(cflags_c) + SetFilesProperty(output, c_sources_name, "COMPILE_FLAGS", flags, " ") + + if cxx_sources and (cflags or cflags_cxx): + flags = [] + flags.extend(cflags) + flags.extend(cflags_cxx) + SetFilesProperty(output, cxx_sources_name, "COMPILE_FLAGS", flags, " ") + + # Linker flags + ldflags = config.get("ldflags") + if ldflags is not None: + SetTargetProperty(output, cmake_target_name, "LINK_FLAGS", ldflags, " ") + + # XCode settings + xcode_settings = config.get("xcode_settings", {}) + for xcode_setting, xcode_value in xcode_settings.items(): + SetTargetProperty( + output, + cmake_target_name, + "XCODE_ATTRIBUTE_%s" % xcode_setting, + xcode_value, + "" if isinstance(xcode_value, str) else " ", + ) + + # Note on Dependencies and Libraries: + # CMake wants to handle link order, resolving the link line up front. + # Gyp does not retain or enforce specifying enough information to do so. + # So do as other gyp generators and use --start-group and --end-group. + # Give CMake as little information as possible so that it doesn't mess it up. + + # Dependencies + rawDeps = spec.get("dependencies", []) + + static_deps = [] + shared_deps = [] + other_deps = [] + for rawDep in rawDeps: + dep_cmake_name = namer.CreateCMakeTargetName(rawDep) + dep_spec = target_dicts.get(rawDep, {}) + dep_target_type = dep_spec.get("type", None) + + if dep_target_type == "static_library": + static_deps.append(dep_cmake_name) + elif dep_target_type == "shared_library": + shared_deps.append(dep_cmake_name) + else: + other_deps.append(dep_cmake_name) + + # ensure all external dependencies are complete before internal dependencies + # extra_deps currently only depend on their own deps, so otherwise run early + if static_deps or shared_deps or other_deps: + for extra_dep in extra_deps: + output.write("add_dependencies(") + output.write(extra_dep) + output.write("\n") + for deps in (static_deps, shared_deps, other_deps): + for dep in gyp.common.uniquer(deps): + output.write(" ") + output.write(dep) + output.write("\n") + output.write(")\n") + + linkable = target_type in ("executable", "loadable_module", "shared_library") + other_deps.extend(extra_deps) + if other_deps or (not linkable and (static_deps or shared_deps)): + output.write("add_dependencies(") + output.write(cmake_target_name) + output.write("\n") + for dep in gyp.common.uniquer(other_deps): + output.write(" ") + output.write(dep) + output.write("\n") + if not linkable: + for deps in (static_deps, shared_deps): + for lib_dep in gyp.common.uniquer(deps): + output.write(" ") + output.write(lib_dep) + output.write("\n") + output.write(")\n") + + # Libraries + if linkable: + external_libs = [lib for lib in spec.get("libraries", []) if len(lib) > 0] + if external_libs or static_deps or shared_deps: + output.write("target_link_libraries(") + output.write(cmake_target_name) + output.write("\n") + if static_deps: + write_group = circular_libs and len(static_deps) > 1 and flavor != "mac" + if write_group: + output.write("-Wl,--start-group\n") + for dep in gyp.common.uniquer(static_deps): + output.write(" ") + output.write(dep) + output.write("\n") + if write_group: + output.write("-Wl,--end-group\n") + if shared_deps: + for dep in gyp.common.uniquer(shared_deps): + output.write(" ") + output.write(dep) + output.write("\n") + if external_libs: + for lib in gyp.common.uniquer(external_libs): + output.write(' "') + output.write(RemovePrefix(lib, "$(SDKROOT)")) + output.write('"\n') + + output.write(")\n") + + UnsetVariable(output, "TOOLSET") + UnsetVariable(output, "TARGET") + + +def GenerateOutputForConfig(target_list, target_dicts, data, params, config_to_use): + options = params["options"] + generator_flags = params["generator_flags"] + flavor = gyp.common.GetFlavor(params) + + # generator_dir: relative path from pwd to where make puts build files. + # Makes migrating from make to cmake easier, cmake doesn't put anything here. + # Each Gyp configuration creates a different CMakeLists.txt file + # to avoid incompatibilities between Gyp and CMake configurations. + generator_dir = os.path.relpath(options.generator_output or ".") + + # output_dir: relative path from generator_dir to the build directory. + output_dir = generator_flags.get("output_dir", "out") + + # build_dir: relative path from source root to our output files. + # e.g. "out/Debug" + build_dir = os.path.normpath(os.path.join(generator_dir, output_dir, config_to_use)) + + toplevel_build = os.path.join(options.toplevel_dir, build_dir) + + output_file = os.path.join(toplevel_build, "CMakeLists.txt") + gyp.common.EnsureDirExists(output_file) + + output = open(output_file, "w") + output.write("cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)\n") + output.write("cmake_policy(VERSION 2.8.8)\n") + + gyp_file, project_target, _ = gyp.common.ParseQualifiedTarget(target_list[-1]) + output.write("project(") + output.write(project_target) + output.write(")\n") + + SetVariable(output, "configuration", config_to_use) + + ar = None + cc = None + cxx = None + + make_global_settings = data[gyp_file].get("make_global_settings", []) + build_to_top = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) + for key, value in make_global_settings: + if key == "AR": + ar = os.path.join(build_to_top, value) + if key == "CC": + cc = os.path.join(build_to_top, value) + if key == "CXX": + cxx = os.path.join(build_to_top, value) + + ar = gyp.common.GetEnvironFallback(["AR_target", "AR"], ar) + cc = gyp.common.GetEnvironFallback(["CC_target", "CC"], cc) + cxx = gyp.common.GetEnvironFallback(["CXX_target", "CXX"], cxx) + + if ar: + SetVariable(output, "CMAKE_AR", ar) + if cc: + SetVariable(output, "CMAKE_C_COMPILER", cc) + if cxx: + SetVariable(output, "CMAKE_CXX_COMPILER", cxx) + + # The following appears to be as-yet undocumented. + # http://public.kitware.com/Bug/view.php?id=8392 + output.write("enable_language(ASM)\n") + # ASM-ATT does not support .S files. + # output.write('enable_language(ASM-ATT)\n') + + if cc: + SetVariable(output, "CMAKE_ASM_COMPILER", cc) + + SetVariable(output, "builddir", "${CMAKE_CURRENT_BINARY_DIR}") + SetVariable(output, "obj", "${builddir}/obj") + output.write("\n") + + # TODO: Undocumented/unsupported (the CMake Java generator depends on it). + # CMake by default names the object resulting from foo.c to be foo.c.o. + # Gyp traditionally names the object resulting from foo.c foo.o. + # This should be irrelevant, but some targets extract .o files from .a + # and depend on the name of the extracted .o files. + output.write("set(CMAKE_C_OUTPUT_EXTENSION_REPLACE 1)\n") + output.write("set(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1)\n") + output.write("\n") + + # Force ninja to use rsp files. Otherwise link and ar lines can get too long, + # resulting in 'Argument list too long' errors. + # However, rsp files don't work correctly on Mac. + if flavor != "mac": + output.write("set(CMAKE_NINJA_FORCE_RESPONSE_FILE 1)\n") + output.write("\n") + + namer = CMakeNamer(target_list) + + # The list of targets upon which the 'all' target should depend. + # CMake has it's own implicit 'all' target, one is not created explicitly. + all_qualified_targets = set() + for build_file in params["build_files"]: + for qualified_target in gyp.common.AllTargets( + target_list, target_dicts, os.path.normpath(build_file) + ): + all_qualified_targets.add(qualified_target) + + for qualified_target in target_list: + if flavor == "mac": + gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) + spec = target_dicts[qualified_target] + gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[gyp_file], spec) + + WriteTarget( + namer, + qualified_target, + target_dicts, + build_dir, + config_to_use, + options, + generator_flags, + all_qualified_targets, + flavor, + output, + ) + + output.close() + + +def PerformBuild(data, configurations, params): + options = params["options"] + generator_flags = params["generator_flags"] + + # generator_dir: relative path from pwd to where make puts build files. + # Makes migrating from make to cmake easier, cmake doesn't put anything here. + generator_dir = os.path.relpath(options.generator_output or ".") + + # output_dir: relative path from generator_dir to the build directory. + output_dir = generator_flags.get("output_dir", "out") + + for config_name in configurations: + # build_dir: relative path from source root to our output files. + # e.g. "out/Debug" + build_dir = os.path.normpath( + os.path.join(generator_dir, output_dir, config_name) + ) + arguments = ["cmake", "-G", "Ninja"] + print(f"Generating [{config_name}]: {arguments}") + subprocess.check_call(arguments, cwd=build_dir) + + arguments = ["ninja", "-C", build_dir] + print(f"Building [{config_name}]: {arguments}") + subprocess.check_call(arguments) + + +def CallGenerateOutputForConfig(arglist): + # Ignore the interrupt signal so that the parent process catches it and + # kills all multiprocessing children. + signal.signal(signal.SIGINT, signal.SIG_IGN) + + target_list, target_dicts, data, params, config_name = arglist + GenerateOutputForConfig(target_list, target_dicts, data, params, config_name) + + +def GenerateOutput(target_list, target_dicts, data, params): + user_config = params.get("generator_flags", {}).get("config", None) + if user_config: + GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) + else: + config_names = target_dicts[target_list[0]]["configurations"] + if params["parallel"]: + try: + pool = multiprocessing.Pool(len(config_names)) + arglists = [] + for config_name in config_names: + arglists.append( + (target_list, target_dicts, data, params, config_name) + ) + pool.map(CallGenerateOutputForConfig, arglists) + except KeyboardInterrupt as e: + pool.terminate() + raise e + else: + for config_name in config_names: + GenerateOutputForConfig( + target_list, target_dicts, data, params, config_name + ) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py new file mode 100644 index 0000000..f330a04 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py @@ -0,0 +1,120 @@ +# Copyright (c) 2016 Ben Noordhuis . All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import gyp.common +import gyp.xcode_emulation +import json +import os + +generator_additional_non_configuration_keys = [] +generator_additional_path_sections = [] +generator_extra_sources_for_rules = [] +generator_filelist_paths = None +generator_supports_multiple_toolsets = True +generator_wants_sorted_dependencies = False + +# Lifted from make.py. The actual values don't matter much. +generator_default_variables = { + "CONFIGURATION_NAME": "$(BUILDTYPE)", + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "INTERMEDIATE_DIR": "$(obj).$(TOOLSET)/$(TARGET)/geni", + "PRODUCT_DIR": "$(builddir)", + "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", + "RULE_INPUT_EXT": "$(suffix $<)", + "RULE_INPUT_NAME": "$(notdir $<)", + "RULE_INPUT_PATH": "$(abspath $<)", + "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", + "SHARED_INTERMEDIATE_DIR": "$(obj)/gen", + "SHARED_LIB_PREFIX": "lib", + "STATIC_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", +} + + +def IsMac(params): + return "mac" == gyp.common.GetFlavor(params) + + +def CalculateVariables(default_variables, params): + default_variables.setdefault("OS", gyp.common.GetFlavor(params)) + + +def AddCommandsForTarget(cwd, target, params, per_config_commands): + output_dir = params["generator_flags"].get("output_dir", "out") + for configuration_name, configuration in target["configurations"].items(): + if IsMac(params): + xcode_settings = gyp.xcode_emulation.XcodeSettings(target) + cflags = xcode_settings.GetCflags(configuration_name) + cflags_c = xcode_settings.GetCflagsC(configuration_name) + cflags_cc = xcode_settings.GetCflagsCC(configuration_name) + else: + cflags = configuration.get("cflags", []) + cflags_c = configuration.get("cflags_c", []) + cflags_cc = configuration.get("cflags_cc", []) + + cflags_c = cflags + cflags_c + cflags_cc = cflags + cflags_cc + + defines = configuration.get("defines", []) + defines = ["-D" + s for s in defines] + + # TODO(bnoordhuis) Handle generated source files. + extensions = (".c", ".cc", ".cpp", ".cxx") + sources = [s for s in target.get("sources", []) if s.endswith(extensions)] + + def resolve(filename): + return os.path.abspath(os.path.join(cwd, filename)) + + # TODO(bnoordhuis) Handle generated header files. + include_dirs = configuration.get("include_dirs", []) + include_dirs = [s for s in include_dirs if not s.startswith("$(obj)")] + includes = ["-I" + resolve(s) for s in include_dirs] + + defines = gyp.common.EncodePOSIXShellList(defines) + includes = gyp.common.EncodePOSIXShellList(includes) + cflags_c = gyp.common.EncodePOSIXShellList(cflags_c) + cflags_cc = gyp.common.EncodePOSIXShellList(cflags_cc) + + commands = per_config_commands.setdefault(configuration_name, []) + for source in sources: + file = resolve(source) + isc = source.endswith(".c") + cc = "cc" if isc else "c++" + cflags = cflags_c if isc else cflags_cc + command = " ".join( + ( + cc, + defines, + includes, + cflags, + "-c", + gyp.common.EncodePOSIXShellArgument(file), + ) + ) + commands.append(dict(command=command, directory=output_dir, file=file)) + + +def GenerateOutput(target_list, target_dicts, data, params): + per_config_commands = {} + for qualified_target, target in target_dicts.items(): + build_file, target_name, toolset = gyp.common.ParseQualifiedTarget( + qualified_target + ) + if IsMac(params): + settings = data[build_file] + gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(settings, target) + cwd = os.path.dirname(build_file) + AddCommandsForTarget(cwd, target, params, per_config_commands) + + output_dir = params["generator_flags"].get("output_dir", "out") + for configuration_name, commands in per_config_commands.items(): + filename = os.path.join(output_dir, configuration_name, "compile_commands.json") + gyp.common.EnsureDirExists(filename) + fp = open(filename, "w") + json.dump(commands, fp=fp, indent=0, check_circular=False) + + +def PerformBuild(data, configurations, params): + pass diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py new file mode 100644 index 0000000..99d5c1f --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py @@ -0,0 +1,103 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import os +import gyp +import gyp.common +import gyp.msvs_emulation +import json + +generator_supports_multiple_toolsets = True + +generator_wants_static_library_dependencies_adjusted = False + +generator_filelist_paths = {} + +generator_default_variables = {} +for dirname in [ + "INTERMEDIATE_DIR", + "SHARED_INTERMEDIATE_DIR", + "PRODUCT_DIR", + "LIB_DIR", + "SHARED_LIB_DIR", +]: + # Some gyp steps fail if these are empty(!). + generator_default_variables[dirname] = "dir" +for unused in [ + "RULE_INPUT_PATH", + "RULE_INPUT_ROOT", + "RULE_INPUT_NAME", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "STATIC_LIB_PREFIX", + "STATIC_LIB_SUFFIX", + "SHARED_LIB_PREFIX", + "SHARED_LIB_SUFFIX", + "CONFIGURATION_NAME", +]: + generator_default_variables[unused] = "" + + +def CalculateVariables(default_variables, params): + generator_flags = params.get("generator_flags", {}) + for key, val in generator_flags.items(): + default_variables.setdefault(key, val) + default_variables.setdefault("OS", gyp.common.GetFlavor(params)) + + flavor = gyp.common.GetFlavor(params) + if flavor == "win": + gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) + + +def CalculateGeneratorInputInfo(params): + """Calculate the generator specific info that gets fed to input (called by + gyp).""" + generator_flags = params.get("generator_flags", {}) + if generator_flags.get("adjust_static_libraries", False): + global generator_wants_static_library_dependencies_adjusted + generator_wants_static_library_dependencies_adjusted = True + + toplevel = params["options"].toplevel_dir + generator_dir = os.path.relpath(params["options"].generator_output or ".") + # output_dir: relative path from generator_dir to the build directory. + output_dir = generator_flags.get("output_dir", "out") + qualified_out_dir = os.path.normpath( + os.path.join(toplevel, generator_dir, output_dir, "gypfiles") + ) + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": toplevel, + "qualified_out_dir": qualified_out_dir, + } + + +def GenerateOutput(target_list, target_dicts, data, params): + # Map of target -> list of targets it depends on. + edges = {} + + # Queue of targets to visit. + targets_to_visit = target_list[:] + + while len(targets_to_visit) > 0: + target = targets_to_visit.pop() + if target in edges: + continue + edges[target] = [] + + for dep in target_dicts[target].get("dependencies", []): + edges[target].append(dep) + targets_to_visit.append(dep) + + try: + filepath = params["generator_flags"]["output_dir"] + except KeyError: + filepath = "." + filename = os.path.join(filepath, "dump.json") + f = open(filename, "w") + json.dump(edges, f) + f.close() + print("Wrote json to %s." % filename) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py new file mode 100644 index 0000000..1ff0dc8 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py @@ -0,0 +1,464 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""GYP backend that generates Eclipse CDT settings files. + +This backend DOES NOT generate Eclipse CDT projects. Instead, it generates XML +files that can be imported into an Eclipse CDT project. The XML file contains a +list of include paths and symbols (i.e. defines). + +Because a full .cproject definition is not created by this generator, it's not +possible to properly define the include dirs and symbols for each file +individually. Instead, one set of includes/symbols is generated for the entire +project. This works fairly well (and is a vast improvement in general), but may +still result in a few indexer issues here and there. + +This generator has no automated tests, so expect it to be broken. +""" + +from xml.sax.saxutils import escape +import os.path +import subprocess +import gyp +import gyp.common +import gyp.msvs_emulation +import shlex +import xml.etree.cElementTree as ET + +generator_wants_static_library_dependencies_adjusted = False + +generator_default_variables = {} + +for dirname in ["INTERMEDIATE_DIR", "PRODUCT_DIR", "LIB_DIR", "SHARED_LIB_DIR"]: + # Some gyp steps fail if these are empty(!), so we convert them to variables + generator_default_variables[dirname] = "$" + dirname + +for unused in [ + "RULE_INPUT_PATH", + "RULE_INPUT_ROOT", + "RULE_INPUT_NAME", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "STATIC_LIB_PREFIX", + "STATIC_LIB_SUFFIX", + "SHARED_LIB_PREFIX", + "SHARED_LIB_SUFFIX", + "CONFIGURATION_NAME", +]: + generator_default_variables[unused] = "" + +# Include dirs will occasionally use the SHARED_INTERMEDIATE_DIR variable as +# part of the path when dealing with generated headers. This value will be +# replaced dynamically for each configuration. +generator_default_variables["SHARED_INTERMEDIATE_DIR"] = "$SHARED_INTERMEDIATE_DIR" + + +def CalculateVariables(default_variables, params): + generator_flags = params.get("generator_flags", {}) + for key, val in generator_flags.items(): + default_variables.setdefault(key, val) + flavor = gyp.common.GetFlavor(params) + default_variables.setdefault("OS", flavor) + if flavor == "win": + gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) + + +def CalculateGeneratorInputInfo(params): + """Calculate the generator specific info that gets fed to input (called by + gyp).""" + generator_flags = params.get("generator_flags", {}) + if generator_flags.get("adjust_static_libraries", False): + global generator_wants_static_library_dependencies_adjusted + generator_wants_static_library_dependencies_adjusted = True + + +def GetAllIncludeDirectories( + target_list, + target_dicts, + shared_intermediate_dirs, + config_name, + params, + compiler_path, +): + """Calculate the set of include directories to be used. + + Returns: + A list including all the include_dir's specified for every target followed + by any include directories that were added as cflag compiler options. + """ + + gyp_includes_set = set() + compiler_includes_list = [] + + # Find compiler's default include dirs. + if compiler_path: + command = shlex.split(compiler_path) + command.extend(["-E", "-xc++", "-v", "-"]) + proc = subprocess.Popen( + args=command, + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + ) + output = proc.communicate()[1].decode("utf-8") + # Extract the list of include dirs from the output, which has this format: + # ... + # #include "..." search starts here: + # #include <...> search starts here: + # /usr/include/c++/4.6 + # /usr/local/include + # End of search list. + # ... + in_include_list = False + for line in output.splitlines(): + if line.startswith("#include"): + in_include_list = True + continue + if line.startswith("End of search list."): + break + if in_include_list: + include_dir = line.strip() + if include_dir not in compiler_includes_list: + compiler_includes_list.append(include_dir) + + flavor = gyp.common.GetFlavor(params) + if flavor == "win": + generator_flags = params.get("generator_flags", {}) + for target_name in target_list: + target = target_dicts[target_name] + if config_name in target["configurations"]: + config = target["configurations"][config_name] + + # Look for any include dirs that were explicitly added via cflags. This + # may be done in gyp files to force certain includes to come at the end. + # TODO(jgreenwald): Change the gyp files to not abuse cflags for this, and + # remove this. + if flavor == "win": + msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags) + cflags = msvs_settings.GetCflags(config_name) + else: + cflags = config["cflags"] + for cflag in cflags: + if cflag.startswith("-I"): + include_dir = cflag[2:] + if include_dir not in compiler_includes_list: + compiler_includes_list.append(include_dir) + + # Find standard gyp include dirs. + if "include_dirs" in config: + include_dirs = config["include_dirs"] + for shared_intermediate_dir in shared_intermediate_dirs: + for include_dir in include_dirs: + include_dir = include_dir.replace( + "$SHARED_INTERMEDIATE_DIR", shared_intermediate_dir + ) + if not os.path.isabs(include_dir): + base_dir = os.path.dirname(target_name) + + include_dir = base_dir + "/" + include_dir + include_dir = os.path.abspath(include_dir) + + gyp_includes_set.add(include_dir) + + # Generate a list that has all the include dirs. + all_includes_list = list(gyp_includes_set) + all_includes_list.sort() + for compiler_include in compiler_includes_list: + if compiler_include not in gyp_includes_set: + all_includes_list.append(compiler_include) + + # All done. + return all_includes_list + + +def GetCompilerPath(target_list, data, options): + """Determine a command that can be used to invoke the compiler. + + Returns: + If this is a gyp project that has explicit make settings, try to determine + the compiler from that. Otherwise, see if a compiler was specified via the + CC_target environment variable. + """ + # First, see if the compiler is configured in make's settings. + build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) + make_global_settings_dict = data[build_file].get("make_global_settings", {}) + for key, value in make_global_settings_dict: + if key in ["CC", "CXX"]: + return os.path.join(options.toplevel_dir, value) + + # Check to see if the compiler was specified as an environment variable. + for key in ["CC_target", "CC", "CXX"]: + compiler = os.environ.get(key) + if compiler: + return compiler + + return "gcc" + + +def GetAllDefines(target_list, target_dicts, data, config_name, params, compiler_path): + """Calculate the defines for a project. + + Returns: + A dict that includes explicit defines declared in gyp files along with all + of the default defines that the compiler uses. + """ + + # Get defines declared in the gyp files. + all_defines = {} + flavor = gyp.common.GetFlavor(params) + if flavor == "win": + generator_flags = params.get("generator_flags", {}) + for target_name in target_list: + target = target_dicts[target_name] + + if flavor == "win": + msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags) + extra_defines = msvs_settings.GetComputedDefines(config_name) + else: + extra_defines = [] + if config_name in target["configurations"]: + config = target["configurations"][config_name] + target_defines = config["defines"] + else: + target_defines = [] + for define in target_defines + extra_defines: + split_define = define.split("=", 1) + if len(split_define) == 1: + split_define.append("1") + if split_define[0].strip() in all_defines: + # Already defined + continue + all_defines[split_define[0].strip()] = split_define[1].strip() + # Get default compiler defines (if possible). + if flavor == "win": + return all_defines # Default defines already processed in the loop above. + if compiler_path: + command = shlex.split(compiler_path) + command.extend(["-E", "-dM", "-"]) + cpp_proc = subprocess.Popen( + args=command, cwd=".", stdin=subprocess.PIPE, stdout=subprocess.PIPE + ) + cpp_output = cpp_proc.communicate()[0].decode("utf-8") + cpp_lines = cpp_output.split("\n") + for cpp_line in cpp_lines: + if not cpp_line.strip(): + continue + cpp_line_parts = cpp_line.split(" ", 2) + key = cpp_line_parts[1] + if len(cpp_line_parts) >= 3: + val = cpp_line_parts[2] + else: + val = "1" + all_defines[key] = val + + return all_defines + + +def WriteIncludePaths(out, eclipse_langs, include_dirs): + """Write the includes section of a CDT settings export file.""" + + out.write( + '
\n' + ) + out.write(' \n') + for lang in eclipse_langs: + out.write(' \n' % lang) + for include_dir in include_dirs: + out.write( + ' %s\n' + % include_dir + ) + out.write(" \n") + out.write("
\n") + + +def WriteMacros(out, eclipse_langs, defines): + """Write the macros section of a CDT settings export file.""" + + out.write( + '
\n' + ) + out.write(' \n') + for lang in eclipse_langs: + out.write(' \n' % lang) + for key in sorted(defines): + out.write( + " %s%s\n" + % (escape(key), escape(defines[key])) + ) + out.write(" \n") + out.write("
\n") + + +def GenerateOutputForConfig(target_list, target_dicts, data, params, config_name): + options = params["options"] + generator_flags = params.get("generator_flags", {}) + + # build_dir: relative path from source root to our output files. + # e.g. "out/Debug" + build_dir = os.path.join(generator_flags.get("output_dir", "out"), config_name) + + toplevel_build = os.path.join(options.toplevel_dir, build_dir) + # Ninja uses out/Debug/gen while make uses out/Debug/obj/gen as the + # SHARED_INTERMEDIATE_DIR. Include both possible locations. + shared_intermediate_dirs = [ + os.path.join(toplevel_build, "obj", "gen"), + os.path.join(toplevel_build, "gen"), + ] + + GenerateCdtSettingsFile( + target_list, + target_dicts, + data, + params, + config_name, + os.path.join(toplevel_build, "eclipse-cdt-settings.xml"), + options, + shared_intermediate_dirs, + ) + GenerateClasspathFile( + target_list, + target_dicts, + options.toplevel_dir, + toplevel_build, + os.path.join(toplevel_build, "eclipse-classpath.xml"), + ) + + +def GenerateCdtSettingsFile( + target_list, + target_dicts, + data, + params, + config_name, + out_name, + options, + shared_intermediate_dirs, +): + gyp.common.EnsureDirExists(out_name) + with open(out_name, "w") as out: + out.write('\n') + out.write("\n") + + eclipse_langs = [ + "C++ Source File", + "C Source File", + "Assembly Source File", + "GNU C++", + "GNU C", + "Assembly", + ] + compiler_path = GetCompilerPath(target_list, data, options) + include_dirs = GetAllIncludeDirectories( + target_list, + target_dicts, + shared_intermediate_dirs, + config_name, + params, + compiler_path, + ) + WriteIncludePaths(out, eclipse_langs, include_dirs) + defines = GetAllDefines( + target_list, target_dicts, data, config_name, params, compiler_path + ) + WriteMacros(out, eclipse_langs, defines) + + out.write("\n") + + +def GenerateClasspathFile( + target_list, target_dicts, toplevel_dir, toplevel_build, out_name +): + """Generates a classpath file suitable for symbol navigation and code + completion of Java code (such as in Android projects) by finding all + .java and .jar files used as action inputs.""" + gyp.common.EnsureDirExists(out_name) + result = ET.Element("classpath") + + def AddElements(kind, paths): + # First, we need to normalize the paths so they are all relative to the + # toplevel dir. + rel_paths = set() + for path in paths: + if os.path.isabs(path): + rel_paths.add(os.path.relpath(path, toplevel_dir)) + else: + rel_paths.add(path) + + for path in sorted(rel_paths): + entry_element = ET.SubElement(result, "classpathentry") + entry_element.set("kind", kind) + entry_element.set("path", path) + + AddElements("lib", GetJavaJars(target_list, target_dicts, toplevel_dir)) + AddElements("src", GetJavaSourceDirs(target_list, target_dicts, toplevel_dir)) + # Include the standard JRE container and a dummy out folder + AddElements("con", ["org.eclipse.jdt.launching.JRE_CONTAINER"]) + # Include a dummy out folder so that Eclipse doesn't use the default /bin + # folder in the root of the project. + AddElements("output", [os.path.join(toplevel_build, ".eclipse-java-build")]) + + ET.ElementTree(result).write(out_name) + + +def GetJavaJars(target_list, target_dicts, toplevel_dir): + """Generates a sequence of all .jars used as inputs.""" + for target_name in target_list: + target = target_dicts[target_name] + for action in target.get("actions", []): + for input_ in action["inputs"]: + if os.path.splitext(input_)[1] == ".jar" and not input_.startswith("$"): + if os.path.isabs(input_): + yield input_ + else: + yield os.path.join(os.path.dirname(target_name), input_) + + +def GetJavaSourceDirs(target_list, target_dicts, toplevel_dir): + """Generates a sequence of all likely java package root directories.""" + for target_name in target_list: + target = target_dicts[target_name] + for action in target.get("actions", []): + for input_ in action["inputs"]: + if os.path.splitext(input_)[1] == ".java" and not input_.startswith( + "$" + ): + dir_ = os.path.dirname( + os.path.join(os.path.dirname(target_name), input_) + ) + # If there is a parent 'src' or 'java' folder, navigate up to it - + # these are canonical package root names in Chromium. This will + # break if 'src' or 'java' exists in the package structure. This + # could be further improved by inspecting the java file for the + # package name if this proves to be too fragile in practice. + parent_search = dir_ + while os.path.basename(parent_search) not in ["src", "java"]: + parent_search, _ = os.path.split(parent_search) + if not parent_search or parent_search == toplevel_dir: + # Didn't find a known root, just return the original path + yield dir_ + break + else: + yield parent_search + + +def GenerateOutput(target_list, target_dicts, data, params): + """Generate an XML settings file that can be imported into a CDT project.""" + + if params["options"].generator_output: + raise NotImplementedError("--generator_output not implemented for eclipse") + + user_config = params.get("generator_flags", {}).get("config", None) + if user_config: + GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) + else: + config_names = target_dicts[target_list[0]]["configurations"] + for config_name in config_names: + GenerateOutputForConfig( + target_list, target_dicts, data, params, config_name + ) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py new file mode 100644 index 0000000..4171704 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py @@ -0,0 +1,89 @@ +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""gypd output module + +This module produces gyp input as its output. Output files are given the +.gypd extension to avoid overwriting the .gyp files that they are generated +from. Internal references to .gyp files (such as those found in +"dependencies" sections) are not adjusted to point to .gypd files instead; +unlike other paths, which are relative to the .gyp or .gypd file, such paths +are relative to the directory from which gyp was run to create the .gypd file. + +This generator module is intended to be a sample and a debugging aid, hence +the "d" for "debug" in .gypd. It is useful to inspect the results of the +various merges, expansions, and conditional evaluations performed by gyp +and to see a representation of what would be fed to a generator module. + +It's not advisable to rename .gypd files produced by this module to .gyp, +because they will have all merges, expansions, and evaluations already +performed and the relevant constructs not present in the output; paths to +dependencies may be wrong; and various sections that do not belong in .gyp +files such as such as "included_files" and "*_excluded" will be present. +Output will also be stripped of comments. This is not intended to be a +general-purpose gyp pretty-printer; for that, you probably just want to +run "pprint.pprint(eval(open('source.gyp').read()))", which will still strip +comments but won't do all of the other things done to this module's output. + +The specific formatting of the output generated by this module is subject +to change. +""" + + +import gyp.common +import pprint + + +# These variables should just be spit back out as variable references. +_generator_identity_variables = [ + "CONFIGURATION_NAME", + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "INTERMEDIATE_DIR", + "LIB_DIR", + "PRODUCT_DIR", + "RULE_INPUT_ROOT", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "RULE_INPUT_NAME", + "RULE_INPUT_PATH", + "SHARED_INTERMEDIATE_DIR", + "SHARED_LIB_DIR", + "SHARED_LIB_PREFIX", + "SHARED_LIB_SUFFIX", + "STATIC_LIB_PREFIX", + "STATIC_LIB_SUFFIX", +] + +# gypd doesn't define a default value for OS like many other generator +# modules. Specify "-D OS=whatever" on the command line to provide a value. +generator_default_variables = {} + +# gypd supports multiple toolsets +generator_supports_multiple_toolsets = True + +# TODO(mark): This always uses <, which isn't right. The input module should +# notify the generator to tell it which phase it is operating in, and this +# module should use < for the early phase and then switch to > for the late +# phase. Bonus points for carrying @ back into the output too. +for v in _generator_identity_variables: + generator_default_variables[v] = "<(%s)" % v + + +def GenerateOutput(target_list, target_dicts, data, params): + output_files = {} + for qualified_target in target_list: + [input_file, target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2] + + if input_file[-4:] != ".gyp": + continue + input_file_stem = input_file[:-4] + output_file = input_file_stem + params["options"].suffix + ".gypd" + + output_files[output_file] = output_files.get(output_file, input_file) + + for output_file, input_file in output_files.items(): + output = open(output_file, "w") + pprint.pprint(data[input_file], output) + output.close() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py new file mode 100644 index 0000000..82a07dd --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py @@ -0,0 +1,58 @@ +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""gypsh output module + +gypsh is a GYP shell. It's not really a generator per se. All it does is +fire up an interactive Python session with a few local variables set to the +variables passed to the generator. Like gypd, it's intended as a debugging +aid, to facilitate the exploration of .gyp structures after being processed +by the input module. + +The expected usage is "gyp -f gypsh -D OS=desired_os". +""" + + +import code +import sys + + +# All of this stuff about generator variables was lovingly ripped from gypd.py. +# That module has a much better description of what's going on and why. +_generator_identity_variables = [ + "EXECUTABLE_PREFIX", + "EXECUTABLE_SUFFIX", + "INTERMEDIATE_DIR", + "PRODUCT_DIR", + "RULE_INPUT_ROOT", + "RULE_INPUT_DIRNAME", + "RULE_INPUT_EXT", + "RULE_INPUT_NAME", + "RULE_INPUT_PATH", + "SHARED_INTERMEDIATE_DIR", +] + +generator_default_variables = {} + +for v in _generator_identity_variables: + generator_default_variables[v] = "<(%s)" % v + + +def GenerateOutput(target_list, target_dicts, data, params): + locals = { + "target_list": target_list, + "target_dicts": target_dicts, + "data": data, + } + + # Use a banner that looks like the stock Python one and like what + # code.interact uses by default, but tack on something to indicate what + # locals are available, and identify gypsh. + banner = "Python {} on {}\nlocals.keys() = {}\ngypsh".format( + sys.version, + sys.platform, + repr(sorted(locals.keys())), + ) + + code.interact(banner, local=locals) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py new file mode 100644 index 0000000..c595f20 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py @@ -0,0 +1,2518 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# Notes: +# +# This is all roughly based on the Makefile system used by the Linux +# kernel, but is a non-recursive make -- we put the entire dependency +# graph in front of make and let it figure it out. +# +# The code below generates a separate .mk file for each target, but +# all are sourced by the top-level Makefile. This means that all +# variables in .mk-files clobber one another. Be careful to use := +# where appropriate for immediate evaluation, and similarly to watch +# that you're not relying on a variable value to last between different +# .mk files. +# +# TODOs: +# +# Global settings and utility functions are currently stuffed in the +# toplevel Makefile. It may make sense to generate some .mk files on +# the side to keep the files readable. + + +import os +import re +import subprocess +import gyp +import gyp.common +import gyp.xcode_emulation +from gyp.common import GetEnvironFallback + +import hashlib + +generator_default_variables = { + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "SHARED_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "INTERMEDIATE_DIR": "$(obj).$(TOOLSET)/$(TARGET)/geni", + "SHARED_INTERMEDIATE_DIR": "$(obj)/gen", + "PRODUCT_DIR": "$(builddir)", + "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", # This gets expanded by Python. + "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", # This gets expanded by Python. + "RULE_INPUT_PATH": "$(abspath $<)", + "RULE_INPUT_EXT": "$(suffix $<)", + "RULE_INPUT_NAME": "$(notdir $<)", + "CONFIGURATION_NAME": "$(BUILDTYPE)", +} + +# Make supports multiple toolsets +generator_supports_multiple_toolsets = True + +# Request sorted dependencies in the order from dependents to dependencies. +generator_wants_sorted_dependencies = False + +# Placates pylint. +generator_additional_non_configuration_keys = [] +generator_additional_path_sections = [] +generator_extra_sources_for_rules = [] +generator_filelist_paths = None + + +def CalculateVariables(default_variables, params): + """Calculate additional variables for use in the build (called by gyp).""" + flavor = gyp.common.GetFlavor(params) + if flavor == "mac": + default_variables.setdefault("OS", "mac") + default_variables.setdefault("SHARED_LIB_SUFFIX", ".dylib") + default_variables.setdefault( + "SHARED_LIB_DIR", generator_default_variables["PRODUCT_DIR"] + ) + default_variables.setdefault( + "LIB_DIR", generator_default_variables["PRODUCT_DIR"] + ) + + # Copy additional generator configuration data from Xcode, which is shared + # by the Mac Make generator. + import gyp.generator.xcode as xcode_generator + + global generator_additional_non_configuration_keys + generator_additional_non_configuration_keys = getattr( + xcode_generator, "generator_additional_non_configuration_keys", [] + ) + global generator_additional_path_sections + generator_additional_path_sections = getattr( + xcode_generator, "generator_additional_path_sections", [] + ) + global generator_extra_sources_for_rules + generator_extra_sources_for_rules = getattr( + xcode_generator, "generator_extra_sources_for_rules", [] + ) + COMPILABLE_EXTENSIONS.update({".m": "objc", ".mm": "objcxx"}) + else: + operating_system = flavor + if flavor == "android": + operating_system = "linux" # Keep this legacy behavior for now. + default_variables.setdefault("OS", operating_system) + if flavor == "aix": + default_variables.setdefault("SHARED_LIB_SUFFIX", ".a") + else: + default_variables.setdefault("SHARED_LIB_SUFFIX", ".so") + default_variables.setdefault("SHARED_LIB_DIR", "$(builddir)/lib.$(TOOLSET)") + default_variables.setdefault("LIB_DIR", "$(obj).$(TOOLSET)") + + +def CalculateGeneratorInputInfo(params): + """Calculate the generator specific info that gets fed to input (called by + gyp).""" + generator_flags = params.get("generator_flags", {}) + android_ndk_version = generator_flags.get("android_ndk_version", None) + # Android NDK requires a strict link order. + if android_ndk_version: + global generator_wants_sorted_dependencies + generator_wants_sorted_dependencies = True + + output_dir = params["options"].generator_output or params["options"].toplevel_dir + builddir_name = generator_flags.get("output_dir", "out") + qualified_out_dir = os.path.normpath( + os.path.join(output_dir, builddir_name, "gypfiles") + ) + + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": params["options"].toplevel_dir, + "qualified_out_dir": qualified_out_dir, + } + + +# The .d checking code below uses these functions: +# wildcard, sort, foreach, shell, wordlist +# wildcard can handle spaces, the rest can't. +# Since I could find no way to make foreach work with spaces in filenames +# correctly, the .d files have spaces replaced with another character. The .d +# file for +# Chromium\ Framework.framework/foo +# is for example +# out/Release/.deps/out/Release/Chromium?Framework.framework/foo +# This is the replacement character. +SPACE_REPLACEMENT = "?" + + +LINK_COMMANDS_LINUX = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) + +# Due to circular dependencies between libraries :(, we wrap the +# special "figure out circular dependencies" flags around the entire +# input list during linking. +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) -o $@ $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,--start-group $(LD_INPUTS) $(LIBS) -Wl,--end-group + +# We support two kinds of shared objects (.so): +# 1) shared_library, which is just bundling together many dependent libraries +# into a link line. +# 2) loadable_module, which is generating a module intended for dlopen(). +# +# They differ only slightly: +# In the former case, we want to package all dependent code into the .so. +# In the latter case, we want to package just the API exposed by the +# outermost module. +# This means shared_library uses --whole-archive, while loadable_module doesn't. +# (Note that --whole-archive is incompatible with the --start-group used in +# normal linking.) + +# Other shared-object link notes: +# - Set SONAME to the library filename so our binaries don't reference +# the local, absolute paths used on the link command-line. +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -o $@ -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -Wl,--whole-archive $(LD_INPUTS) -Wl,--no-whole-archive $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -o $@ -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -Wl,--start-group $(filter-out FORCE_DO_CMD, $^) -Wl,--end-group $(LIBS) +""" # noqa: E501 + +LINK_COMMANDS_MAC = """\ +quiet_cmd_alink = LIBTOOL-STATIC $@ +cmd_alink = rm -f $@ && ./gyp-mac-tool filter-libtool libtool $(GYP_LIBTOOLFLAGS) -static -o $@ $(filter %.o,$^) + +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o "$@" $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o "$@" $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -bundle $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) +""" # noqa: E501 + +LINK_COMMANDS_ANDROID = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) + +# Due to circular dependencies between libraries :(, we wrap the +# special "figure out circular dependencies" flags around the entire +# input list during linking. +quiet_cmd_link = LINK($(TOOLSET)) $@ +quiet_cmd_link_host = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) -Wl,--end-group $(LIBS) +cmd_link_host = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) -Wl,--end-group $(LIBS) + +# Other shared-object link notes: +# - Set SONAME to the library filename so our binaries don't reference +# the local, absolute paths used on the link command-line. +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ -Wl,--whole-archive $(LD_INPUTS) -Wl,--no-whole-archive $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ -Wl,--start-group $(filter-out FORCE_DO_CMD, $^) -Wl,--end-group $(LIBS) +quiet_cmd_solink_module_host = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module_host = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) +""" # noqa: E501 + + +LINK_COMMANDS_AIX = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) -X32_64 crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) -X32_64 crs $@ $(filter %.o,$^) + +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) +""" # noqa: E501 + + +LINK_COMMANDS_OS390 = """\ +quiet_cmd_alink = AR($(TOOLSET)) $@ +cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) + +quiet_cmd_alink_thin = AR($(TOOLSET)) $@ +cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) + +quiet_cmd_link = LINK($(TOOLSET)) $@ +cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) + +quiet_cmd_solink = SOLINK($(TOOLSET)) $@ +cmd_solink = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) -Wl,DLL + +quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ +cmd_solink_module = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) -Wl,DLL +""" # noqa: E501 + + +# Header of toplevel Makefile. +# This should go into the build tree, but it's easier to keep it here for now. +SHARED_HEADER = ( + """\ +# We borrow heavily from the kernel build setup, though we are simpler since +# we don't have Kconfig tweaking settings on us. + +# The implicit make rules have it looking for RCS files, among other things. +# We instead explicitly write all the rules we care about. +# It's even quicker (saves ~200ms) to pass -r on the command line. +MAKEFLAGS=-r + +# The source directory tree. +srcdir := %(srcdir)s +abs_srcdir := $(abspath $(srcdir)) + +# The name of the builddir. +builddir_name ?= %(builddir)s + +# The V=1 flag on command line makes us verbosely print command lines. +ifdef V + quiet= +else + quiet=quiet_ +endif + +# Specify BUILDTYPE=Release on the command line for a release build. +BUILDTYPE ?= %(default_configuration)s + +# Directory all our build output goes into. +# Note that this must be two directories beneath src/ for unit tests to pass, +# as they reach into the src/ directory for data with relative paths. +builddir ?= $(builddir_name)/$(BUILDTYPE) +abs_builddir := $(abspath $(builddir)) +depsdir := $(builddir)/.deps + +# Object output directory. +obj := $(builddir)/obj +abs_obj := $(abspath $(obj)) + +# We build up a list of every single one of the targets so we can slurp in the +# generated dependency rule Makefiles in one pass. +all_deps := + +%(make_global_settings)s + +CC.target ?= %(CC.target)s +CFLAGS.target ?= $(CPPFLAGS) $(CFLAGS) +CXX.target ?= %(CXX.target)s +CXXFLAGS.target ?= $(CPPFLAGS) $(CXXFLAGS) +LINK.target ?= %(LINK.target)s +LDFLAGS.target ?= $(LDFLAGS) +AR.target ?= $(AR) + +# C++ apps need to be linked with g++. +LINK ?= $(CXX.target) + +# TODO(evan): move all cross-compilation logic to gyp-time so we don't need +# to replicate this environment fallback in make as well. +CC.host ?= %(CC.host)s +CFLAGS.host ?= $(CPPFLAGS_host) $(CFLAGS_host) +CXX.host ?= %(CXX.host)s +CXXFLAGS.host ?= $(CPPFLAGS_host) $(CXXFLAGS_host) +LINK.host ?= %(LINK.host)s +LDFLAGS.host ?= $(LDFLAGS_host) +AR.host ?= %(AR.host)s + +# Define a dir function that can handle spaces. +# http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions +# "leading spaces cannot appear in the text of the first argument as written. +# These characters can be put into the argument value by variable substitution." +empty := +space := $(empty) $(empty) + +# http://stackoverflow.com/questions/1189781/using-make-dir-or-notdir-on-a-path-with-spaces +replace_spaces = $(subst $(space),""" + + SPACE_REPLACEMENT + + """,$1) +unreplace_spaces = $(subst """ + + SPACE_REPLACEMENT + + """,$(space),$1) +dirx = $(call unreplace_spaces,$(dir $(call replace_spaces,$1))) + +# Flags to make gcc output dependency info. Note that you need to be +# careful here to use the flags that ccache and distcc can understand. +# We write to a dep file on the side first and then rename at the end +# so we can't end up with a broken dep file. +depfile = $(depsdir)/$(call replace_spaces,$@).d +DEPFLAGS = %(makedep_args)s -MF $(depfile).raw + +# We have to fixup the deps output in a few ways. +# (1) the file output should mention the proper .o file. +# ccache or distcc lose the path to the target, so we convert a rule of +# the form: +# foobar.o: DEP1 DEP2 +# into +# path/to/foobar.o: DEP1 DEP2 +# (2) we want missing files not to cause us to fail to build. +# We want to rewrite +# foobar.o: DEP1 DEP2 \\ +# DEP3 +# to +# DEP1: +# DEP2: +# DEP3: +# so if the files are missing, they're just considered phony rules. +# We have to do some pretty insane escaping to get those backslashes +# and dollar signs past make, the shell, and sed at the same time. +# Doesn't work with spaces, but that's fine: .d files have spaces in +# their names replaced with other characters.""" + r""" +define fixup_dep +# The depfile may not exist if the input file didn't have any #includes. +touch $(depfile).raw +# Fixup path as in (1). +sed -e "s|^$(notdir $@)|$@|" $(depfile).raw >> $(depfile) +# Add extra rules as in (2). +# We remove slashes and replace spaces with new lines; +# remove blank lines; +# delete the first line and append a colon to the remaining lines. +sed -e 's|\\||' -e 'y| |\n|' $(depfile).raw |\ + grep -v '^$$' |\ + sed -e 1d -e 's|$$|:|' \ + >> $(depfile) +rm $(depfile).raw +endef +""" + """ +# Command definitions: +# - cmd_foo is the actual command to run; +# - quiet_cmd_foo is the brief-output summary of the command. + +quiet_cmd_cc = CC($(TOOLSET)) $@ +cmd_cc = $(CC.$(TOOLSET)) -o $@ $< $(GYP_CFLAGS) $(DEPFLAGS) $(CFLAGS.$(TOOLSET)) -c + +quiet_cmd_cxx = CXX($(TOOLSET)) $@ +cmd_cxx = $(CXX.$(TOOLSET)) -o $@ $< $(GYP_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c +%(extra_commands)s +quiet_cmd_touch = TOUCH $@ +cmd_touch = touch $@ + +quiet_cmd_copy = COPY $@ +# send stderr to /dev/null to ignore messages when linking directories. +cmd_copy = ln -f "$<" "$@" 2>/dev/null || (rm -rf "$@" && cp %(copy_archive_args)s "$<" "$@") + +%(link_commands)s +""" # noqa: E501 + r""" +# Define an escape_quotes function to escape single quotes. +# This allows us to handle quotes properly as long as we always use +# use single quotes and escape_quotes. +escape_quotes = $(subst ','\'',$(1)) +# This comment is here just to include a ' to unconfuse syntax highlighting. +# Define an escape_vars function to escape '$' variable syntax. +# This allows us to read/write command lines with shell variables (e.g. +# $LD_LIBRARY_PATH), without triggering make substitution. +escape_vars = $(subst $$,$$$$,$(1)) +# Helper that expands to a shell command to echo a string exactly as it is in +# make. This uses printf instead of echo because printf's behaviour with respect +# to escape sequences is more portable than echo's across different shells +# (e.g., dash, bash). +exact_echo = printf '%%s\n' '$(call escape_quotes,$(1))' +""" + """ +# Helper to compare the command we're about to run against the command +# we logged the last time we ran the command. Produces an empty +# string (false) when the commands match. +# Tricky point: Make has no string-equality test function. +# The kernel uses the following, but it seems like it would have false +# positives, where one string reordered its arguments. +# arg_check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \\ +# $(filter-out $(cmd_$@), $(cmd_$(1)))) +# We instead substitute each for the empty string into the other, and +# say they're equal if both substitutions produce the empty string. +# .d files contain """ + + SPACE_REPLACEMENT + + """ instead of spaces, take that into account. +command_changed = $(or $(subst $(cmd_$(1)),,$(cmd_$(call replace_spaces,$@))),\\ + $(subst $(cmd_$(call replace_spaces,$@)),,$(cmd_$(1)))) + +# Helper that is non-empty when a prerequisite changes. +# Normally make does this implicitly, but we force rules to always run +# so we can check their command lines. +# $? -- new prerequisites +# $| -- order-only dependencies +prereq_changed = $(filter-out FORCE_DO_CMD,$(filter-out $|,$?)) + +# Helper that executes all postbuilds until one fails. +define do_postbuilds + @E=0;\\ + for p in $(POSTBUILDS); do\\ + eval $$p;\\ + E=$$?;\\ + if [ $$E -ne 0 ]; then\\ + break;\\ + fi;\\ + done;\\ + if [ $$E -ne 0 ]; then\\ + rm -rf "$@";\\ + exit $$E;\\ + fi +endef + +# do_cmd: run a command via the above cmd_foo names, if necessary. +# Should always run for a given target to handle command-line changes. +# Second argument, if non-zero, makes it do asm/C/C++ dependency munging. +# Third argument, if non-zero, makes it do POSTBUILDS processing. +# Note: We intentionally do NOT call dirx for depfile, since it contains """ + + SPACE_REPLACEMENT + + """ for +# spaces already and dirx strips the """ + + SPACE_REPLACEMENT + + """ characters. +define do_cmd +$(if $(or $(command_changed),$(prereq_changed)), + @$(call exact_echo, $($(quiet)cmd_$(1))) + @mkdir -p "$(call dirx,$@)" "$(dir $(depfile))" + $(if $(findstring flock,$(word %(flock_index)d,$(cmd_$1))), + @$(cmd_$(1)) + @echo " $(quiet_cmd_$(1)): Finished", + @$(cmd_$(1)) + ) + @$(call exact_echo,$(call escape_vars,cmd_$(call replace_spaces,$@) := $(cmd_$(1)))) > $(depfile) + @$(if $(2),$(fixup_dep)) + $(if $(and $(3), $(POSTBUILDS)), + $(call do_postbuilds) + ) +) +endef + +# Declare the "%(default_target)s" target first so it is the default, +# even though we don't have the deps yet. +.PHONY: %(default_target)s +%(default_target)s: + +# make looks for ways to re-generate included makefiles, but in our case, we +# don't have a direct way. Explicitly telling make that it has nothing to do +# for them makes it go faster. +%%.d: ; + +# Use FORCE_DO_CMD to force a target to run. Should be coupled with +# do_cmd. +.PHONY: FORCE_DO_CMD +FORCE_DO_CMD: + +""" # noqa: E501 +) + +SHARED_HEADER_MAC_COMMANDS = """ +quiet_cmd_objc = CXX($(TOOLSET)) $@ +cmd_objc = $(CC.$(TOOLSET)) $(GYP_OBJCFLAGS) $(DEPFLAGS) -c -o $@ $< + +quiet_cmd_objcxx = CXX($(TOOLSET)) $@ +cmd_objcxx = $(CXX.$(TOOLSET)) $(GYP_OBJCXXFLAGS) $(DEPFLAGS) -c -o $@ $< + +# Commands for precompiled header files. +quiet_cmd_pch_c = CXX($(TOOLSET)) $@ +cmd_pch_c = $(CC.$(TOOLSET)) $(GYP_PCH_CFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -o $@ $< +quiet_cmd_pch_cc = CXX($(TOOLSET)) $@ +cmd_pch_cc = $(CC.$(TOOLSET)) $(GYP_PCH_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -o $@ $< +quiet_cmd_pch_m = CXX($(TOOLSET)) $@ +cmd_pch_m = $(CC.$(TOOLSET)) $(GYP_PCH_OBJCFLAGS) $(DEPFLAGS) -c -o $@ $< +quiet_cmd_pch_mm = CXX($(TOOLSET)) $@ +cmd_pch_mm = $(CC.$(TOOLSET)) $(GYP_PCH_OBJCXXFLAGS) $(DEPFLAGS) -c -o $@ $< + +# gyp-mac-tool is written next to the root Makefile by gyp. +# Use $(4) for the command, since $(2) and $(3) are used as flag by do_cmd +# already. +quiet_cmd_mac_tool = MACTOOL $(4) $< +cmd_mac_tool = ./gyp-mac-tool $(4) $< "$@" + +quiet_cmd_mac_package_framework = PACKAGE FRAMEWORK $@ +cmd_mac_package_framework = ./gyp-mac-tool package-framework "$@" $(4) + +quiet_cmd_infoplist = INFOPLIST $@ +cmd_infoplist = $(CC.$(TOOLSET)) -E -P -Wno-trigraphs -x c $(INFOPLIST_DEFINES) "$<" -o "$@" +""" # noqa: E501 + + +def WriteRootHeaderSuffixRules(writer): + extensions = sorted(COMPILABLE_EXTENSIONS.keys(), key=str.lower) + + writer.write("# Suffix rules, putting all outputs into $(obj).\n") + for ext in extensions: + writer.write("$(obj).$(TOOLSET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD\n" % ext) + writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) + + writer.write("\n# Try building from generated source, too.\n") + for ext in extensions: + writer.write( + "$(obj).$(TOOLSET)/%%.o: $(obj).$(TOOLSET)/%%%s FORCE_DO_CMD\n" % ext + ) + writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) + writer.write("\n") + for ext in extensions: + writer.write("$(obj).$(TOOLSET)/%%.o: $(obj)/%%%s FORCE_DO_CMD\n" % ext) + writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) + writer.write("\n") + + +SHARED_HEADER_SUFFIX_RULES_COMMENT1 = """\ +# Suffix rules, putting all outputs into $(obj). +""" + + +SHARED_HEADER_SUFFIX_RULES_COMMENT2 = """\ +# Try building from generated source, too. +""" + + +SHARED_FOOTER = """\ +# "all" is a concatenation of the "all" targets from all the included +# sub-makefiles. This is just here to clarify. +all: + +# Add in dependency-tracking rules. $(all_deps) is the list of every single +# target in our tree. Only consider the ones with .d (dependency) info: +d_files := $(wildcard $(foreach f,$(all_deps),$(depsdir)/$(f).d)) +ifneq ($(d_files),) + include $(d_files) +endif +""" + +header = """\ +# This file is generated by gyp; do not edit. + +""" + +# Maps every compilable file extension to the do_cmd that compiles it. +COMPILABLE_EXTENSIONS = { + ".c": "cc", + ".cc": "cxx", + ".cpp": "cxx", + ".cxx": "cxx", + ".s": "cc", + ".S": "cc", +} + + +def Compilable(filename): + """Return true if the file is compilable (should be in OBJS).""" + for res in (filename.endswith(e) for e in COMPILABLE_EXTENSIONS): + if res: + return True + return False + + +def Linkable(filename): + """Return true if the file is linkable (should be on the link line).""" + return filename.endswith(".o") + + +def Target(filename): + """Translate a compilable filename to its .o target.""" + return os.path.splitext(filename)[0] + ".o" + + +def EscapeShellArgument(s): + """Quotes an argument so that it will be interpreted literally by a POSIX + shell. Taken from + http://stackoverflow.com/questions/35817/whats-the-best-way-to-escape-ossystem-calls-in-python + """ + return "'" + s.replace("'", "'\\''") + "'" + + +def EscapeMakeVariableExpansion(s): + """Make has its own variable expansion syntax using $. We must escape it for + string to be interpreted literally.""" + return s.replace("$", "$$") + + +def EscapeCppDefine(s): + """Escapes a CPP define so that it will reach the compiler unaltered.""" + s = EscapeShellArgument(s) + s = EscapeMakeVariableExpansion(s) + # '#' characters must be escaped even embedded in a string, else Make will + # treat it as the start of a comment. + return s.replace("#", r"\#") + + +def QuoteIfNecessary(string): + """TODO: Should this ideally be replaced with one or more of the above + functions?""" + if '"' in string: + string = '"' + string.replace('"', '\\"') + '"' + return string + + +def StringToMakefileVariable(string): + """Convert a string to a value that is acceptable as a make variable name.""" + return re.sub("[^a-zA-Z0-9_]", "_", string) + + +srcdir_prefix = "" + + +def Sourceify(path): + """Convert a path to its source directory form.""" + if "$(" in path: + return path + if os.path.isabs(path): + return path + return srcdir_prefix + path + + +def QuoteSpaces(s, quote=r"\ "): + return s.replace(" ", quote) + + +def SourceifyAndQuoteSpaces(path): + """Convert a path to its source directory form and quote spaces.""" + return QuoteSpaces(Sourceify(path)) + + +# Map from qualified target to path to output. +target_outputs = {} +# Map from qualified target to any linkable output. A subset +# of target_outputs. E.g. when mybinary depends on liba, we want to +# include liba in the linker line; when otherbinary depends on +# mybinary, we just want to build mybinary first. +target_link_deps = {} + + +class MakefileWriter: + """MakefileWriter packages up the writing of one target-specific foobar.mk. + + Its only real entry point is Write(), and is mostly used for namespacing. + """ + + def __init__(self, generator_flags, flavor): + self.generator_flags = generator_flags + self.flavor = flavor + + self.suffix_rules_srcdir = {} + self.suffix_rules_objdir1 = {} + self.suffix_rules_objdir2 = {} + + # Generate suffix rules for all compilable extensions. + for ext in COMPILABLE_EXTENSIONS.keys(): + # Suffix rules for source folder. + self.suffix_rules_srcdir.update( + { + ext: ( + """\ +$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD +\t@$(call do_cmd,%s,1) +""" + % (ext, COMPILABLE_EXTENSIONS[ext]) + ) + } + ) + + # Suffix rules for generated source files. + self.suffix_rules_objdir1.update( + { + ext: ( + """\ +$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj).$(TOOLSET)/%%%s FORCE_DO_CMD +\t@$(call do_cmd,%s,1) +""" + % (ext, COMPILABLE_EXTENSIONS[ext]) + ) + } + ) + self.suffix_rules_objdir2.update( + { + ext: ( + """\ +$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj)/%%%s FORCE_DO_CMD +\t@$(call do_cmd,%s,1) +""" + % (ext, COMPILABLE_EXTENSIONS[ext]) + ) + } + ) + + def Write( + self, qualified_target, base_path, output_filename, spec, configs, part_of_all + ): + """The main entry point: writes a .mk file for a single target. + + Arguments: + qualified_target: target we're generating + base_path: path relative to source root we're building in, used to resolve + target-relative paths + output_filename: output .mk file name to write + spec, configs: gyp info + part_of_all: flag indicating this target is part of 'all' + """ + gyp.common.EnsureDirExists(output_filename) + + self.fp = open(output_filename, "w") + + self.fp.write(header) + + self.qualified_target = qualified_target + self.path = base_path + self.target = spec["target_name"] + self.type = spec["type"] + self.toolset = spec["toolset"] + + self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec) + if self.flavor == "mac": + self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) + else: + self.xcode_settings = None + + deps, link_deps = self.ComputeDeps(spec) + + # Some of the generation below can add extra output, sources, or + # link dependencies. All of the out params of the functions that + # follow use names like extra_foo. + extra_outputs = [] + extra_sources = [] + extra_link_deps = [] + extra_mac_bundle_resources = [] + mac_bundle_deps = [] + + if self.is_mac_bundle: + self.output = self.ComputeMacBundleOutput(spec) + self.output_binary = self.ComputeMacBundleBinaryOutput(spec) + else: + self.output = self.output_binary = self.ComputeOutput(spec) + + self.is_standalone_static_library = bool( + spec.get("standalone_static_library", 0) + ) + self._INSTALLABLE_TARGETS = ("executable", "loadable_module", "shared_library") + if self.is_standalone_static_library or self.type in self._INSTALLABLE_TARGETS: + self.alias = os.path.basename(self.output) + install_path = self._InstallableTargetInstallPath() + else: + self.alias = self.output + install_path = self.output + + self.WriteLn("TOOLSET := " + self.toolset) + self.WriteLn("TARGET := " + self.target) + + # Actions must come first, since they can generate more OBJs for use below. + if "actions" in spec: + self.WriteActions( + spec["actions"], + extra_sources, + extra_outputs, + extra_mac_bundle_resources, + part_of_all, + ) + + # Rules must be early like actions. + if "rules" in spec: + self.WriteRules( + spec["rules"], + extra_sources, + extra_outputs, + extra_mac_bundle_resources, + part_of_all, + ) + + if "copies" in spec: + self.WriteCopies(spec["copies"], extra_outputs, part_of_all) + + # Bundle resources. + if self.is_mac_bundle: + all_mac_bundle_resources = ( + spec.get("mac_bundle_resources", []) + extra_mac_bundle_resources + ) + self.WriteMacBundleResources(all_mac_bundle_resources, mac_bundle_deps) + self.WriteMacInfoPlist(mac_bundle_deps) + + # Sources. + all_sources = spec.get("sources", []) + extra_sources + if all_sources: + self.WriteSources( + configs, + deps, + all_sources, + extra_outputs, + extra_link_deps, + part_of_all, + gyp.xcode_emulation.MacPrefixHeader( + self.xcode_settings, + lambda p: Sourceify(self.Absolutify(p)), + self.Pchify, + ), + ) + sources = [x for x in all_sources if Compilable(x)] + if sources: + self.WriteLn(SHARED_HEADER_SUFFIX_RULES_COMMENT1) + extensions = {os.path.splitext(s)[1] for s in sources} + for ext in extensions: + if ext in self.suffix_rules_srcdir: + self.WriteLn(self.suffix_rules_srcdir[ext]) + self.WriteLn(SHARED_HEADER_SUFFIX_RULES_COMMENT2) + for ext in extensions: + if ext in self.suffix_rules_objdir1: + self.WriteLn(self.suffix_rules_objdir1[ext]) + for ext in extensions: + if ext in self.suffix_rules_objdir2: + self.WriteLn(self.suffix_rules_objdir2[ext]) + self.WriteLn("# End of this set of suffix rules") + + # Add dependency from bundle to bundle binary. + if self.is_mac_bundle: + mac_bundle_deps.append(self.output_binary) + + self.WriteTarget( + spec, + configs, + deps, + extra_link_deps + link_deps, + mac_bundle_deps, + extra_outputs, + part_of_all, + ) + + # Update global list of target outputs, used in dependency tracking. + target_outputs[qualified_target] = install_path + + # Update global list of link dependencies. + if self.type in ("static_library", "shared_library"): + target_link_deps[qualified_target] = self.output_binary + + # Currently any versions have the same effect, but in future the behavior + # could be different. + if self.generator_flags.get("android_ndk_version", None): + self.WriteAndroidNdkModuleRule(self.target, all_sources, link_deps) + + self.fp.close() + + def WriteSubMake(self, output_filename, makefile_path, targets, build_dir): + """Write a "sub-project" Makefile. + + This is a small, wrapper Makefile that calls the top-level Makefile to build + the targets from a single gyp file (i.e. a sub-project). + + Arguments: + output_filename: sub-project Makefile name to write + makefile_path: path to the top-level Makefile + targets: list of "all" targets for this sub-project + build_dir: build output directory, relative to the sub-project + """ + gyp.common.EnsureDirExists(output_filename) + self.fp = open(output_filename, "w") + self.fp.write(header) + # For consistency with other builders, put sub-project build output in the + # sub-project dir (see test/subdirectory/gyptest-subdir-all.py). + self.WriteLn( + "export builddir_name ?= %s" + % os.path.join(os.path.dirname(output_filename), build_dir) + ) + self.WriteLn(".PHONY: all") + self.WriteLn("all:") + if makefile_path: + makefile_path = " -C " + makefile_path + self.WriteLn("\t$(MAKE){} {}".format(makefile_path, " ".join(targets))) + self.fp.close() + + def WriteActions( + self, + actions, + extra_sources, + extra_outputs, + extra_mac_bundle_resources, + part_of_all, + ): + """Write Makefile code for any 'actions' from the gyp input. + + extra_sources: a list that will be filled in with newly generated source + files, if any + extra_outputs: a list that will be filled in with any outputs of these + actions (used to make other pieces dependent on these + actions) + part_of_all: flag indicating this target is part of 'all' + """ + env = self.GetSortedXcodeEnv() + for action in actions: + name = StringToMakefileVariable( + "{}_{}".format(self.qualified_target, action["action_name"]) + ) + self.WriteLn('### Rules for action "%s":' % action["action_name"]) + inputs = action["inputs"] + outputs = action["outputs"] + + # Build up a list of outputs. + # Collect the output dirs we'll need. + dirs = set() + for out in outputs: + dir = os.path.split(out)[0] + if dir: + dirs.add(dir) + if int(action.get("process_outputs_as_sources", False)): + extra_sources += outputs + if int(action.get("process_outputs_as_mac_bundle_resources", False)): + extra_mac_bundle_resources += outputs + + # Write the actual command. + action_commands = action["action"] + if self.flavor == "mac": + action_commands = [ + gyp.xcode_emulation.ExpandEnvVars(command, env) + for command in action_commands + ] + command = gyp.common.EncodePOSIXShellList(action_commands) + if "message" in action: + self.WriteLn( + "quiet_cmd_{} = ACTION {} $@".format(name, action["message"]) + ) + else: + self.WriteLn(f"quiet_cmd_{name} = ACTION {name} $@") + if len(dirs) > 0: + command = "mkdir -p %s" % " ".join(dirs) + "; " + command + + cd_action = "cd %s; " % Sourceify(self.path or ".") + + # command and cd_action get written to a toplevel variable called + # cmd_foo. Toplevel variables can't handle things that change per + # makefile like $(TARGET), so hardcode the target. + command = command.replace("$(TARGET)", self.target) + cd_action = cd_action.replace("$(TARGET)", self.target) + + # Set LD_LIBRARY_PATH in case the action runs an executable from this + # build which links to shared libs from this build. + # actions run on the host, so they should in theory only use host + # libraries, but until everything is made cross-compile safe, also use + # target libraries. + # TODO(piman): when everything is cross-compile safe, remove lib.target + self.WriteLn( + "cmd_%s = LD_LIBRARY_PATH=$(builddir)/lib.host:" + "$(builddir)/lib.target:$$LD_LIBRARY_PATH; " + "export LD_LIBRARY_PATH; " + "%s%s" % (name, cd_action, command) + ) + self.WriteLn() + outputs = [self.Absolutify(o) for o in outputs] + # The makefile rules are all relative to the top dir, but the gyp actions + # are defined relative to their containing dir. This replaces the obj + # variable for the action rule with an absolute version so that the output + # goes in the right place. + # Only write the 'obj' and 'builddir' rules for the "primary" output (:1); + # it's superfluous for the "extra outputs", and this avoids accidentally + # writing duplicate dummy rules for those outputs. + # Same for environment. + self.WriteLn("%s: obj := $(abs_obj)" % QuoteSpaces(outputs[0])) + self.WriteLn("%s: builddir := $(abs_builddir)" % QuoteSpaces(outputs[0])) + self.WriteSortedXcodeEnv(outputs[0], self.GetSortedXcodeEnv()) + + for input in inputs: + assert " " not in input, ( + "Spaces in action input filenames not supported (%s)" % input + ) + for output in outputs: + assert " " not in output, ( + "Spaces in action output filenames not supported (%s)" % output + ) + + # See the comment in WriteCopies about expanding env vars. + outputs = [gyp.xcode_emulation.ExpandEnvVars(o, env) for o in outputs] + inputs = [gyp.xcode_emulation.ExpandEnvVars(i, env) for i in inputs] + + self.WriteDoCmd( + outputs, + [Sourceify(self.Absolutify(i)) for i in inputs], + part_of_all=part_of_all, + command=name, + ) + + # Stuff the outputs in a variable so we can refer to them later. + outputs_variable = "action_%s_outputs" % name + self.WriteLn("{} := {}".format(outputs_variable, " ".join(outputs))) + extra_outputs.append("$(%s)" % outputs_variable) + self.WriteLn() + + self.WriteLn() + + def WriteRules( + self, + rules, + extra_sources, + extra_outputs, + extra_mac_bundle_resources, + part_of_all, + ): + """Write Makefile code for any 'rules' from the gyp input. + + extra_sources: a list that will be filled in with newly generated source + files, if any + extra_outputs: a list that will be filled in with any outputs of these + rules (used to make other pieces dependent on these rules) + part_of_all: flag indicating this target is part of 'all' + """ + env = self.GetSortedXcodeEnv() + for rule in rules: + name = StringToMakefileVariable( + "{}_{}".format(self.qualified_target, rule["rule_name"]) + ) + count = 0 + self.WriteLn("### Generated for rule %s:" % name) + + all_outputs = [] + + for rule_source in rule.get("rule_sources", []): + dirs = set() + (rule_source_dirname, rule_source_basename) = os.path.split(rule_source) + (rule_source_root, rule_source_ext) = os.path.splitext( + rule_source_basename + ) + + outputs = [ + self.ExpandInputRoot(out, rule_source_root, rule_source_dirname) + for out in rule["outputs"] + ] + + for out in outputs: + dir = os.path.dirname(out) + if dir: + dirs.add(dir) + if int(rule.get("process_outputs_as_sources", False)): + extra_sources += outputs + if int(rule.get("process_outputs_as_mac_bundle_resources", False)): + extra_mac_bundle_resources += outputs + inputs = [ + Sourceify(self.Absolutify(i)) + for i in [rule_source] + rule.get("inputs", []) + ] + actions = ["$(call do_cmd,%s_%d)" % (name, count)] + + if name == "resources_grit": + # HACK: This is ugly. Grit intentionally doesn't touch the + # timestamp of its output file when the file doesn't change, + # which is fine in hash-based dependency systems like scons + # and forge, but not kosher in the make world. After some + # discussion, hacking around it here seems like the least + # amount of pain. + actions += ["@touch --no-create $@"] + + # See the comment in WriteCopies about expanding env vars. + outputs = [gyp.xcode_emulation.ExpandEnvVars(o, env) for o in outputs] + inputs = [gyp.xcode_emulation.ExpandEnvVars(i, env) for i in inputs] + + outputs = [self.Absolutify(o) for o in outputs] + all_outputs += outputs + # Only write the 'obj' and 'builddir' rules for the "primary" output + # (:1); it's superfluous for the "extra outputs", and this avoids + # accidentally writing duplicate dummy rules for those outputs. + self.WriteLn("%s: obj := $(abs_obj)" % outputs[0]) + self.WriteLn("%s: builddir := $(abs_builddir)" % outputs[0]) + self.WriteMakeRule( + outputs, inputs, actions, command="%s_%d" % (name, count) + ) + # Spaces in rule filenames are not supported, but rule variables have + # spaces in them (e.g. RULE_INPUT_PATH expands to '$(abspath $<)'). + # The spaces within the variables are valid, so remove the variables + # before checking. + variables_with_spaces = re.compile(r"\$\([^ ]* \$<\)") + for output in outputs: + output = re.sub(variables_with_spaces, "", output) + assert " " not in output, ( + "Spaces in rule filenames not yet supported (%s)" % output + ) + self.WriteLn("all_deps += %s" % " ".join(outputs)) + + action = [ + self.ExpandInputRoot(ac, rule_source_root, rule_source_dirname) + for ac in rule["action"] + ] + mkdirs = "" + if len(dirs) > 0: + mkdirs = "mkdir -p %s; " % " ".join(dirs) + cd_action = "cd %s; " % Sourceify(self.path or ".") + + # action, cd_action, and mkdirs get written to a toplevel variable + # called cmd_foo. Toplevel variables can't handle things that change + # per makefile like $(TARGET), so hardcode the target. + if self.flavor == "mac": + action = [ + gyp.xcode_emulation.ExpandEnvVars(command, env) + for command in action + ] + action = gyp.common.EncodePOSIXShellList(action) + action = action.replace("$(TARGET)", self.target) + cd_action = cd_action.replace("$(TARGET)", self.target) + mkdirs = mkdirs.replace("$(TARGET)", self.target) + + # Set LD_LIBRARY_PATH in case the rule runs an executable from this + # build which links to shared libs from this build. + # rules run on the host, so they should in theory only use host + # libraries, but until everything is made cross-compile safe, also use + # target libraries. + # TODO(piman): when everything is cross-compile safe, remove lib.target + self.WriteLn( + "cmd_%(name)s_%(count)d = LD_LIBRARY_PATH=" + "$(builddir)/lib.host:$(builddir)/lib.target:$$LD_LIBRARY_PATH; " + "export LD_LIBRARY_PATH; " + "%(cd_action)s%(mkdirs)s%(action)s" + % { + "action": action, + "cd_action": cd_action, + "count": count, + "mkdirs": mkdirs, + "name": name, + } + ) + self.WriteLn( + "quiet_cmd_%(name)s_%(count)d = RULE %(name)s_%(count)d $@" + % {"count": count, "name": name} + ) + self.WriteLn() + count += 1 + + outputs_variable = "rule_%s_outputs" % name + self.WriteList(all_outputs, outputs_variable) + extra_outputs.append("$(%s)" % outputs_variable) + + self.WriteLn("### Finished generating for rule: %s" % name) + self.WriteLn() + self.WriteLn("### Finished generating for all rules") + self.WriteLn("") + + def WriteCopies(self, copies, extra_outputs, part_of_all): + """Write Makefile code for any 'copies' from the gyp input. + + extra_outputs: a list that will be filled in with any outputs of this action + (used to make other pieces dependent on this action) + part_of_all: flag indicating this target is part of 'all' + """ + self.WriteLn("### Generated for copy rule.") + + variable = StringToMakefileVariable(self.qualified_target + "_copies") + outputs = [] + for copy in copies: + for path in copy["files"]: + # Absolutify() may call normpath, and will strip trailing slashes. + path = Sourceify(self.Absolutify(path)) + filename = os.path.split(path)[1] + output = Sourceify( + self.Absolutify(os.path.join(copy["destination"], filename)) + ) + + # If the output path has variables in it, which happens in practice for + # 'copies', writing the environment as target-local doesn't work, + # because the variables are already needed for the target name. + # Copying the environment variables into global make variables doesn't + # work either, because then the .d files will potentially contain spaces + # after variable expansion, and .d file handling cannot handle spaces. + # As a workaround, manually expand variables at gyp time. Since 'copies' + # can't run scripts, there's no need to write the env then. + # WriteDoCmd() will escape spaces for .d files. + env = self.GetSortedXcodeEnv() + output = gyp.xcode_emulation.ExpandEnvVars(output, env) + path = gyp.xcode_emulation.ExpandEnvVars(path, env) + self.WriteDoCmd([output], [path], "copy", part_of_all) + outputs.append(output) + self.WriteLn( + "{} = {}".format(variable, " ".join(QuoteSpaces(o) for o in outputs)) + ) + extra_outputs.append("$(%s)" % variable) + self.WriteLn() + + def WriteMacBundleResources(self, resources, bundle_deps): + """Writes Makefile code for 'mac_bundle_resources'.""" + self.WriteLn("### Generated for mac_bundle_resources") + + for output, res in gyp.xcode_emulation.GetMacBundleResources( + generator_default_variables["PRODUCT_DIR"], + self.xcode_settings, + [Sourceify(self.Absolutify(r)) for r in resources], + ): + _, ext = os.path.splitext(output) + if ext != ".xcassets": + # Make does not supports '.xcassets' emulation. + self.WriteDoCmd( + [output], [res], "mac_tool,,,copy-bundle-resource", part_of_all=True + ) + bundle_deps.append(output) + + def WriteMacInfoPlist(self, bundle_deps): + """Write Makefile code for bundle Info.plist files.""" + info_plist, out, defines, extra_env = gyp.xcode_emulation.GetMacInfoPlist( + generator_default_variables["PRODUCT_DIR"], + self.xcode_settings, + lambda p: Sourceify(self.Absolutify(p)), + ) + if not info_plist: + return + if defines: + # Create an intermediate file to store preprocessed results. + intermediate_plist = "$(obj).$(TOOLSET)/$(TARGET)/" + os.path.basename( + info_plist + ) + self.WriteList( + defines, + intermediate_plist + ": INFOPLIST_DEFINES", + "-D", + quoter=EscapeCppDefine, + ) + self.WriteMakeRule( + [intermediate_plist], + [info_plist], + [ + "$(call do_cmd,infoplist)", + # "Convert" the plist so that any weird whitespace changes from the + # preprocessor do not affect the XML parser in mac_tool. + "@plutil -convert xml1 $@ $@", + ], + ) + info_plist = intermediate_plist + # plists can contain envvars and substitute them into the file. + self.WriteSortedXcodeEnv( + out, self.GetSortedXcodeEnv(additional_settings=extra_env) + ) + self.WriteDoCmd( + [out], [info_plist], "mac_tool,,,copy-info-plist", part_of_all=True + ) + bundle_deps.append(out) + + def WriteSources( + self, + configs, + deps, + sources, + extra_outputs, + extra_link_deps, + part_of_all, + precompiled_header, + ): + """Write Makefile code for any 'sources' from the gyp input. + These are source files necessary to build the current target. + + configs, deps, sources: input from gyp. + extra_outputs: a list of extra outputs this action should be dependent on; + used to serialize action/rules before compilation + extra_link_deps: a list that will be filled in with any outputs of + compilation (to be used in link lines) + part_of_all: flag indicating this target is part of 'all' + """ + + # Write configuration-specific variables for CFLAGS, etc. + for configname in sorted(configs.keys()): + config = configs[configname] + self.WriteList( + config.get("defines"), + "DEFS_%s" % configname, + prefix="-D", + quoter=EscapeCppDefine, + ) + + if self.flavor == "mac": + cflags = self.xcode_settings.GetCflags( + configname, arch=config.get("xcode_configuration_platform") + ) + cflags_c = self.xcode_settings.GetCflagsC(configname) + cflags_cc = self.xcode_settings.GetCflagsCC(configname) + cflags_objc = self.xcode_settings.GetCflagsObjC(configname) + cflags_objcc = self.xcode_settings.GetCflagsObjCC(configname) + else: + cflags = config.get("cflags") + cflags_c = config.get("cflags_c") + cflags_cc = config.get("cflags_cc") + + self.WriteLn("# Flags passed to all source files.") + self.WriteList(cflags, "CFLAGS_%s" % configname) + self.WriteLn("# Flags passed to only C files.") + self.WriteList(cflags_c, "CFLAGS_C_%s" % configname) + self.WriteLn("# Flags passed to only C++ files.") + self.WriteList(cflags_cc, "CFLAGS_CC_%s" % configname) + if self.flavor == "mac": + self.WriteLn("# Flags passed to only ObjC files.") + self.WriteList(cflags_objc, "CFLAGS_OBJC_%s" % configname) + self.WriteLn("# Flags passed to only ObjC++ files.") + self.WriteList(cflags_objcc, "CFLAGS_OBJCC_%s" % configname) + includes = config.get("include_dirs") + if includes: + includes = [Sourceify(self.Absolutify(i)) for i in includes] + self.WriteList(includes, "INCS_%s" % configname, prefix="-I") + + compilable = list(filter(Compilable, sources)) + objs = [self.Objectify(self.Absolutify(Target(c))) for c in compilable] + self.WriteList(objs, "OBJS") + + for obj in objs: + assert " " not in obj, "Spaces in object filenames not supported (%s)" % obj + self.WriteLn( + "# Add to the list of files we specially track " "dependencies for." + ) + self.WriteLn("all_deps += $(OBJS)") + self.WriteLn() + + # Make sure our dependencies are built first. + if deps: + self.WriteMakeRule( + ["$(OBJS)"], + deps, + comment="Make sure our dependencies are built " "before any of us.", + order_only=True, + ) + + # Make sure the actions and rules run first. + # If they generate any extra headers etc., the per-.o file dep tracking + # will catch the proper rebuilds, so order only is still ok here. + if extra_outputs: + self.WriteMakeRule( + ["$(OBJS)"], + extra_outputs, + comment="Make sure our actions/rules run " "before any of us.", + order_only=True, + ) + + pchdeps = precompiled_header.GetObjDependencies(compilable, objs) + if pchdeps: + self.WriteLn("# Dependencies from obj files to their precompiled headers") + for source, obj, gch in pchdeps: + self.WriteLn(f"{obj}: {gch}") + self.WriteLn("# End precompiled header dependencies") + + if objs: + extra_link_deps.append("$(OBJS)") + self.WriteLn( + """\ +# CFLAGS et al overrides must be target-local. +# See "Target-specific Variable Values" in the GNU Make manual.""" + ) + self.WriteLn("$(OBJS): TOOLSET := $(TOOLSET)") + self.WriteLn( + "$(OBJS): GYP_CFLAGS := " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "%s " % precompiled_header.GetInclude("c") + "$(CFLAGS_$(BUILDTYPE)) " + "$(CFLAGS_C_$(BUILDTYPE))" + ) + self.WriteLn( + "$(OBJS): GYP_CXXFLAGS := " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "%s " % precompiled_header.GetInclude("cc") + "$(CFLAGS_$(BUILDTYPE)) " + "$(CFLAGS_CC_$(BUILDTYPE))" + ) + if self.flavor == "mac": + self.WriteLn( + "$(OBJS): GYP_OBJCFLAGS := " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "%s " % precompiled_header.GetInclude("m") + + "$(CFLAGS_$(BUILDTYPE)) " + "$(CFLAGS_C_$(BUILDTYPE)) " + "$(CFLAGS_OBJC_$(BUILDTYPE))" + ) + self.WriteLn( + "$(OBJS): GYP_OBJCXXFLAGS := " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "%s " % precompiled_header.GetInclude("mm") + + "$(CFLAGS_$(BUILDTYPE)) " + "$(CFLAGS_CC_$(BUILDTYPE)) " + "$(CFLAGS_OBJCC_$(BUILDTYPE))" + ) + + self.WritePchTargets(precompiled_header.GetPchBuildCommands()) + + # If there are any object files in our input file list, link them into our + # output. + extra_link_deps += [source for source in sources if Linkable(source)] + + self.WriteLn() + + def WritePchTargets(self, pch_commands): + """Writes make rules to compile prefix headers.""" + if not pch_commands: + return + + for gch, lang_flag, lang, input in pch_commands: + extra_flags = { + "c": "$(CFLAGS_C_$(BUILDTYPE))", + "cc": "$(CFLAGS_CC_$(BUILDTYPE))", + "m": "$(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))", + "mm": "$(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))", + }[lang] + var_name = { + "c": "GYP_PCH_CFLAGS", + "cc": "GYP_PCH_CXXFLAGS", + "m": "GYP_PCH_OBJCFLAGS", + "mm": "GYP_PCH_OBJCXXFLAGS", + }[lang] + self.WriteLn( + f"{gch}: {var_name} := {lang_flag} " + "$(DEFS_$(BUILDTYPE)) " + "$(INCS_$(BUILDTYPE)) " + "$(CFLAGS_$(BUILDTYPE)) " + extra_flags + ) + + self.WriteLn(f"{gch}: {input} FORCE_DO_CMD") + self.WriteLn("\t@$(call do_cmd,pch_%s,1)" % lang) + self.WriteLn("") + assert " " not in gch, "Spaces in gch filenames not supported (%s)" % gch + self.WriteLn("all_deps += %s" % gch) + self.WriteLn("") + + def ComputeOutputBasename(self, spec): + """Return the 'output basename' of a gyp spec. + + E.g., the loadable module 'foobar' in directory 'baz' will produce + 'libfoobar.so' + """ + assert not self.is_mac_bundle + + if self.flavor == "mac" and self.type in ( + "static_library", + "executable", + "shared_library", + "loadable_module", + ): + return self.xcode_settings.GetExecutablePath() + + target = spec["target_name"] + target_prefix = "" + target_ext = "" + if self.type == "static_library": + if target[:3] == "lib": + target = target[3:] + target_prefix = "lib" + target_ext = ".a" + elif self.type in ("loadable_module", "shared_library"): + if target[:3] == "lib": + target = target[3:] + target_prefix = "lib" + if self.flavor == "aix": + target_ext = ".a" + else: + target_ext = ".so" + elif self.type == "none": + target = "%s.stamp" % target + elif self.type != "executable": + print( + "ERROR: What output file should be generated?", + "type", + self.type, + "target", + target, + ) + + target_prefix = spec.get("product_prefix", target_prefix) + target = spec.get("product_name", target) + product_ext = spec.get("product_extension") + if product_ext: + target_ext = "." + product_ext + + return target_prefix + target + target_ext + + def _InstallImmediately(self): + return ( + self.toolset == "target" + and self.flavor == "mac" + and self.type + in ("static_library", "executable", "shared_library", "loadable_module") + ) + + def ComputeOutput(self, spec): + """Return the 'output' (full output path) of a gyp spec. + + E.g., the loadable module 'foobar' in directory 'baz' will produce + '$(obj)/baz/libfoobar.so' + """ + assert not self.is_mac_bundle + + path = os.path.join("$(obj)." + self.toolset, self.path) + if self.type == "executable" or self._InstallImmediately(): + path = "$(builddir)" + path = spec.get("product_dir", path) + return os.path.join(path, self.ComputeOutputBasename(spec)) + + def ComputeMacBundleOutput(self, spec): + """Return the 'output' (full output path) to a bundle output directory.""" + assert self.is_mac_bundle + path = generator_default_variables["PRODUCT_DIR"] + return os.path.join(path, self.xcode_settings.GetWrapperName()) + + def ComputeMacBundleBinaryOutput(self, spec): + """Return the 'output' (full output path) to the binary in a bundle.""" + path = generator_default_variables["PRODUCT_DIR"] + return os.path.join(path, self.xcode_settings.GetExecutablePath()) + + def ComputeDeps(self, spec): + """Compute the dependencies of a gyp spec. + + Returns a tuple (deps, link_deps), where each is a list of + filenames that will need to be put in front of make for either + building (deps) or linking (link_deps). + """ + deps = [] + link_deps = [] + if "dependencies" in spec: + deps.extend( + [ + target_outputs[dep] + for dep in spec["dependencies"] + if target_outputs[dep] + ] + ) + for dep in spec["dependencies"]: + if dep in target_link_deps: + link_deps.append(target_link_deps[dep]) + deps.extend(link_deps) + # TODO: It seems we need to transitively link in libraries (e.g. -lfoo)? + # This hack makes it work: + # link_deps.extend(spec.get('libraries', [])) + return (gyp.common.uniquer(deps), gyp.common.uniquer(link_deps)) + + def WriteDependencyOnExtraOutputs(self, target, extra_outputs): + self.WriteMakeRule( + [self.output_binary], + extra_outputs, + comment="Build our special outputs first.", + order_only=True, + ) + + def WriteTarget( + self, spec, configs, deps, link_deps, bundle_deps, extra_outputs, part_of_all + ): + """Write Makefile code to produce the final target of the gyp spec. + + spec, configs: input from gyp. + deps, link_deps: dependency lists; see ComputeDeps() + extra_outputs: any extra outputs that our target should depend on + part_of_all: flag indicating this target is part of 'all' + """ + + self.WriteLn("### Rules for final target.") + + if extra_outputs: + self.WriteDependencyOnExtraOutputs(self.output_binary, extra_outputs) + self.WriteMakeRule( + extra_outputs, + deps, + comment=("Preserve order dependency of " "special output on deps."), + order_only=True, + ) + + target_postbuilds = {} + if self.type != "none": + for configname in sorted(configs.keys()): + config = configs[configname] + if self.flavor == "mac": + ldflags = self.xcode_settings.GetLdflags( + configname, + generator_default_variables["PRODUCT_DIR"], + lambda p: Sourceify(self.Absolutify(p)), + arch=config.get("xcode_configuration_platform"), + ) + + # TARGET_POSTBUILDS_$(BUILDTYPE) is added to postbuilds later on. + gyp_to_build = gyp.common.InvertRelativePath(self.path) + target_postbuild = self.xcode_settings.AddImplicitPostbuilds( + configname, + QuoteSpaces( + os.path.normpath(os.path.join(gyp_to_build, self.output)) + ), + QuoteSpaces( + os.path.normpath( + os.path.join(gyp_to_build, self.output_binary) + ) + ), + ) + if target_postbuild: + target_postbuilds[configname] = target_postbuild + else: + ldflags = config.get("ldflags", []) + # Compute an rpath for this output if needed. + if any(dep.endswith(".so") or ".so." in dep for dep in deps): + # We want to get the literal string "$ORIGIN" + # into the link command, so we need lots of escaping. + ldflags.append(r"-Wl,-rpath=\$$ORIGIN/") + ldflags.append(r"-Wl,-rpath-link=\$(builddir)/") + library_dirs = config.get("library_dirs", []) + ldflags += [("-L%s" % library_dir) for library_dir in library_dirs] + self.WriteList(ldflags, "LDFLAGS_%s" % configname) + if self.flavor == "mac": + self.WriteList( + self.xcode_settings.GetLibtoolflags(configname), + "LIBTOOLFLAGS_%s" % configname, + ) + libraries = spec.get("libraries") + if libraries: + # Remove duplicate entries + libraries = gyp.common.uniquer(libraries) + if self.flavor == "mac": + libraries = self.xcode_settings.AdjustLibraries(libraries) + self.WriteList(libraries, "LIBS") + self.WriteLn( + "%s: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))" + % QuoteSpaces(self.output_binary) + ) + self.WriteLn("%s: LIBS := $(LIBS)" % QuoteSpaces(self.output_binary)) + + if self.flavor == "mac": + self.WriteLn( + "%s: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))" + % QuoteSpaces(self.output_binary) + ) + + # Postbuild actions. Like actions, but implicitly depend on the target's + # output. + postbuilds = [] + if self.flavor == "mac": + if target_postbuilds: + postbuilds.append("$(TARGET_POSTBUILDS_$(BUILDTYPE))") + postbuilds.extend(gyp.xcode_emulation.GetSpecPostbuildCommands(spec)) + + if postbuilds: + # Envvars may be referenced by TARGET_POSTBUILDS_$(BUILDTYPE), + # so we must output its definition first, since we declare variables + # using ":=". + self.WriteSortedXcodeEnv(self.output, self.GetSortedXcodePostbuildEnv()) + + for configname in target_postbuilds: + self.WriteLn( + "%s: TARGET_POSTBUILDS_%s := %s" + % ( + QuoteSpaces(self.output), + configname, + gyp.common.EncodePOSIXShellList(target_postbuilds[configname]), + ) + ) + + # Postbuilds expect to be run in the gyp file's directory, so insert an + # implicit postbuild to cd to there. + postbuilds.insert(0, gyp.common.EncodePOSIXShellList(["cd", self.path])) + for i, postbuild in enumerate(postbuilds): + if not postbuild.startswith("$"): + postbuilds[i] = EscapeShellArgument(postbuild) + self.WriteLn("%s: builddir := $(abs_builddir)" % QuoteSpaces(self.output)) + self.WriteLn( + "%s: POSTBUILDS := %s" + % (QuoteSpaces(self.output), " ".join(postbuilds)) + ) + + # A bundle directory depends on its dependencies such as bundle resources + # and bundle binary. When all dependencies have been built, the bundle + # needs to be packaged. + if self.is_mac_bundle: + # If the framework doesn't contain a binary, then nothing depends + # on the actions -- make the framework depend on them directly too. + self.WriteDependencyOnExtraOutputs(self.output, extra_outputs) + + # Bundle dependencies. Note that the code below adds actions to this + # target, so if you move these two lines, move the lines below as well. + self.WriteList([QuoteSpaces(dep) for dep in bundle_deps], "BUNDLE_DEPS") + self.WriteLn("%s: $(BUNDLE_DEPS)" % QuoteSpaces(self.output)) + + # After the framework is built, package it. Needs to happen before + # postbuilds, since postbuilds depend on this. + if self.type in ("shared_library", "loadable_module"): + self.WriteLn( + "\t@$(call do_cmd,mac_package_framework,,,%s)" + % self.xcode_settings.GetFrameworkVersion() + ) + + # Bundle postbuilds can depend on the whole bundle, so run them after + # the bundle is packaged, not already after the bundle binary is done. + if postbuilds: + self.WriteLn("\t@$(call do_postbuilds)") + postbuilds = [] # Don't write postbuilds for target's output. + + # Needed by test/mac/gyptest-rebuild.py. + self.WriteLn("\t@true # No-op, used by tests") + + # Since this target depends on binary and resources which are in + # nested subfolders, the framework directory will be older than + # its dependencies usually. To prevent this rule from executing + # on every build (expensive, especially with postbuilds), expliclity + # update the time on the framework directory. + self.WriteLn("\t@touch -c %s" % QuoteSpaces(self.output)) + + if postbuilds: + assert not self.is_mac_bundle, ( + "Postbuilds for bundles should be done " + "on the bundle, not the binary (target '%s')" % self.target + ) + assert "product_dir" not in spec, ( + "Postbuilds do not work with " "custom product_dir" + ) + + if self.type == "executable": + self.WriteLn( + "%s: LD_INPUTS := %s" + % ( + QuoteSpaces(self.output_binary), + " ".join(QuoteSpaces(dep) for dep in link_deps), + ) + ) + if self.toolset == "host" and self.flavor == "android": + self.WriteDoCmd( + [self.output_binary], + link_deps, + "link_host", + part_of_all, + postbuilds=postbuilds, + ) + else: + self.WriteDoCmd( + [self.output_binary], + link_deps, + "link", + part_of_all, + postbuilds=postbuilds, + ) + + elif self.type == "static_library": + for link_dep in link_deps: + assert " " not in link_dep, ( + "Spaces in alink input filenames not supported (%s)" % link_dep + ) + if ( + self.flavor not in ("mac", "openbsd", "netbsd", "win") + and not self.is_standalone_static_library + ): + self.WriteDoCmd( + [self.output_binary], + link_deps, + "alink_thin", + part_of_all, + postbuilds=postbuilds, + ) + else: + self.WriteDoCmd( + [self.output_binary], + link_deps, + "alink", + part_of_all, + postbuilds=postbuilds, + ) + elif self.type == "shared_library": + self.WriteLn( + "%s: LD_INPUTS := %s" + % ( + QuoteSpaces(self.output_binary), + " ".join(QuoteSpaces(dep) for dep in link_deps), + ) + ) + self.WriteDoCmd( + [self.output_binary], + link_deps, + "solink", + part_of_all, + postbuilds=postbuilds, + ) + elif self.type == "loadable_module": + for link_dep in link_deps: + assert " " not in link_dep, ( + "Spaces in module input filenames not supported (%s)" % link_dep + ) + if self.toolset == "host" and self.flavor == "android": + self.WriteDoCmd( + [self.output_binary], + link_deps, + "solink_module_host", + part_of_all, + postbuilds=postbuilds, + ) + else: + self.WriteDoCmd( + [self.output_binary], + link_deps, + "solink_module", + part_of_all, + postbuilds=postbuilds, + ) + elif self.type == "none": + # Write a stamp line. + self.WriteDoCmd( + [self.output_binary], deps, "touch", part_of_all, postbuilds=postbuilds + ) + else: + print("WARNING: no output for", self.type, self.target) + + # Add an alias for each target (if there are any outputs). + # Installable target aliases are created below. + if (self.output and self.output != self.target) and ( + self.type not in self._INSTALLABLE_TARGETS + ): + self.WriteMakeRule( + [self.target], [self.output], comment="Add target alias", phony=True + ) + if part_of_all: + self.WriteMakeRule( + ["all"], + [self.target], + comment='Add target alias to "all" target.', + phony=True, + ) + + # Add special-case rules for our installable targets. + # 1) They need to install to the build dir or "product" dir. + # 2) They get shortcuts for building (e.g. "make chrome"). + # 3) They are part of "make all". + if self.type in self._INSTALLABLE_TARGETS or self.is_standalone_static_library: + if self.type == "shared_library": + file_desc = "shared library" + elif self.type == "static_library": + file_desc = "static library" + else: + file_desc = "executable" + install_path = self._InstallableTargetInstallPath() + installable_deps = [self.output] + if ( + self.flavor == "mac" + and "product_dir" not in spec + and self.toolset == "target" + ): + # On mac, products are created in install_path immediately. + assert install_path == self.output, "{} != {}".format( + install_path, + self.output, + ) + + # Point the target alias to the final binary output. + self.WriteMakeRule( + [self.target], [install_path], comment="Add target alias", phony=True + ) + if install_path != self.output: + assert not self.is_mac_bundle # See comment a few lines above. + self.WriteDoCmd( + [install_path], + [self.output], + "copy", + comment="Copy this to the %s output path." % file_desc, + part_of_all=part_of_all, + ) + installable_deps.append(install_path) + if self.output != self.alias and self.alias != self.target: + self.WriteMakeRule( + [self.alias], + installable_deps, + comment="Short alias for building this %s." % file_desc, + phony=True, + ) + if part_of_all: + self.WriteMakeRule( + ["all"], + [install_path], + comment='Add %s to "all" target.' % file_desc, + phony=True, + ) + + def WriteList(self, value_list, variable=None, prefix="", quoter=QuoteIfNecessary): + """Write a variable definition that is a list of values. + + E.g. WriteList(['a','b'], 'foo', prefix='blah') writes out + foo = blaha blahb + but in a pretty-printed style. + """ + values = "" + if value_list: + value_list = [quoter(prefix + value) for value in value_list] + values = " \\\n\t" + " \\\n\t".join(value_list) + self.fp.write(f"{variable} :={values}\n\n") + + def WriteDoCmd( + self, outputs, inputs, command, part_of_all, comment=None, postbuilds=False + ): + """Write a Makefile rule that uses do_cmd. + + This makes the outputs dependent on the command line that was run, + as well as support the V= make command line flag. + """ + suffix = "" + if postbuilds: + assert "," not in command + suffix = ",,1" # Tell do_cmd to honor $POSTBUILDS + self.WriteMakeRule( + outputs, + inputs, + actions=[f"$(call do_cmd,{command}{suffix})"], + comment=comment, + command=command, + force=True, + ) + # Add our outputs to the list of targets we read depfiles from. + # all_deps is only used for deps file reading, and for deps files we replace + # spaces with ? because escaping doesn't work with make's $(sort) and + # other functions. + outputs = [QuoteSpaces(o, SPACE_REPLACEMENT) for o in outputs] + self.WriteLn("all_deps += %s" % " ".join(outputs)) + + def WriteMakeRule( + self, + outputs, + inputs, + actions=None, + comment=None, + order_only=False, + force=False, + phony=False, + command=None, + ): + """Write a Makefile rule, with some extra tricks. + + outputs: a list of outputs for the rule (note: this is not directly + supported by make; see comments below) + inputs: a list of inputs for the rule + actions: a list of shell commands to run for the rule + comment: a comment to put in the Makefile above the rule (also useful + for making this Python script's code self-documenting) + order_only: if true, makes the dependency order-only + force: if true, include FORCE_DO_CMD as an order-only dep + phony: if true, the rule does not actually generate the named output, the + output is just a name to run the rule + command: (optional) command name to generate unambiguous labels + """ + outputs = [QuoteSpaces(o) for o in outputs] + inputs = [QuoteSpaces(i) for i in inputs] + + if comment: + self.WriteLn("# " + comment) + if phony: + self.WriteLn(".PHONY: " + " ".join(outputs)) + if actions: + self.WriteLn("%s: TOOLSET := $(TOOLSET)" % outputs[0]) + force_append = " FORCE_DO_CMD" if force else "" + + if order_only: + # Order only rule: Just write a simple rule. + # TODO(evanm): just make order_only a list of deps instead of this hack. + self.WriteLn( + "{}: | {}{}".format(" ".join(outputs), " ".join(inputs), force_append) + ) + elif len(outputs) == 1: + # Regular rule, one output: Just write a simple rule. + self.WriteLn("{}: {}{}".format(outputs[0], " ".join(inputs), force_append)) + else: + # Regular rule, more than one output: Multiple outputs are tricky in + # make. We will write three rules: + # - All outputs depend on an intermediate file. + # - Make .INTERMEDIATE depend on the intermediate. + # - The intermediate file depends on the inputs and executes the + # actual command. + # - The intermediate recipe will 'touch' the intermediate file. + # - The multi-output rule will have an do-nothing recipe. + + # Hash the target name to avoid generating overlong filenames. + cmddigest = hashlib.sha1( + (command or self.target).encode("utf-8") + ).hexdigest() + intermediate = "%s.intermediate" % cmddigest + self.WriteLn("{}: {}".format(" ".join(outputs), intermediate)) + self.WriteLn("\t%s" % "@:") + self.WriteLn("{}: {}".format(".INTERMEDIATE", intermediate)) + self.WriteLn( + "{}: {}{}".format(intermediate, " ".join(inputs), force_append) + ) + actions.insert(0, "$(call do_cmd,touch)") + + if actions: + for action in actions: + self.WriteLn("\t%s" % action) + self.WriteLn() + + def WriteAndroidNdkModuleRule(self, module_name, all_sources, link_deps): + """Write a set of LOCAL_XXX definitions for Android NDK. + + These variable definitions will be used by Android NDK but do nothing for + non-Android applications. + + Arguments: + module_name: Android NDK module name, which must be unique among all + module names. + all_sources: A list of source files (will be filtered by Compilable). + link_deps: A list of link dependencies, which must be sorted in + the order from dependencies to dependents. + """ + if self.type not in ("executable", "shared_library", "static_library"): + return + + self.WriteLn("# Variable definitions for Android applications") + self.WriteLn("include $(CLEAR_VARS)") + self.WriteLn("LOCAL_MODULE := " + module_name) + self.WriteLn( + "LOCAL_CFLAGS := $(CFLAGS_$(BUILDTYPE)) " + "$(DEFS_$(BUILDTYPE)) " + # LOCAL_CFLAGS is applied to both of C and C++. There is + # no way to specify $(CFLAGS_C_$(BUILDTYPE)) only for C + # sources. + "$(CFLAGS_C_$(BUILDTYPE)) " + # $(INCS_$(BUILDTYPE)) includes the prefix '-I' while + # LOCAL_C_INCLUDES does not expect it. So put it in + # LOCAL_CFLAGS. + "$(INCS_$(BUILDTYPE))" + ) + # LOCAL_CXXFLAGS is obsolete and LOCAL_CPPFLAGS is preferred. + self.WriteLn("LOCAL_CPPFLAGS := $(CFLAGS_CC_$(BUILDTYPE))") + self.WriteLn("LOCAL_C_INCLUDES :=") + self.WriteLn("LOCAL_LDLIBS := $(LDFLAGS_$(BUILDTYPE)) $(LIBS)") + + # Detect the C++ extension. + cpp_ext = {".cc": 0, ".cpp": 0, ".cxx": 0} + default_cpp_ext = ".cpp" + for filename in all_sources: + ext = os.path.splitext(filename)[1] + if ext in cpp_ext: + cpp_ext[ext] += 1 + if cpp_ext[ext] > cpp_ext[default_cpp_ext]: + default_cpp_ext = ext + self.WriteLn("LOCAL_CPP_EXTENSION := " + default_cpp_ext) + + self.WriteList( + list(map(self.Absolutify, filter(Compilable, all_sources))), + "LOCAL_SRC_FILES", + ) + + # Filter out those which do not match prefix and suffix and produce + # the resulting list without prefix and suffix. + def DepsToModules(deps, prefix, suffix): + modules = [] + for filepath in deps: + filename = os.path.basename(filepath) + if filename.startswith(prefix) and filename.endswith(suffix): + modules.append(filename[len(prefix) : -len(suffix)]) + return modules + + # Retrieve the default value of 'SHARED_LIB_SUFFIX' + params = {"flavor": "linux"} + default_variables = {} + CalculateVariables(default_variables, params) + + self.WriteList( + DepsToModules( + link_deps, + generator_default_variables["SHARED_LIB_PREFIX"], + default_variables["SHARED_LIB_SUFFIX"], + ), + "LOCAL_SHARED_LIBRARIES", + ) + self.WriteList( + DepsToModules( + link_deps, + generator_default_variables["STATIC_LIB_PREFIX"], + generator_default_variables["STATIC_LIB_SUFFIX"], + ), + "LOCAL_STATIC_LIBRARIES", + ) + + if self.type == "executable": + self.WriteLn("include $(BUILD_EXECUTABLE)") + elif self.type == "shared_library": + self.WriteLn("include $(BUILD_SHARED_LIBRARY)") + elif self.type == "static_library": + self.WriteLn("include $(BUILD_STATIC_LIBRARY)") + self.WriteLn() + + def WriteLn(self, text=""): + self.fp.write(text + "\n") + + def GetSortedXcodeEnv(self, additional_settings=None): + return gyp.xcode_emulation.GetSortedXcodeEnv( + self.xcode_settings, + "$(abs_builddir)", + os.path.join("$(abs_srcdir)", self.path), + "$(BUILDTYPE)", + additional_settings, + ) + + def GetSortedXcodePostbuildEnv(self): + # CHROMIUM_STRIP_SAVE_FILE is a chromium-specific hack. + # TODO(thakis): It would be nice to have some general mechanism instead. + strip_save_file = self.xcode_settings.GetPerTargetSetting( + "CHROMIUM_STRIP_SAVE_FILE", "" + ) + # Even if strip_save_file is empty, explicitly write it. Else a postbuild + # might pick up an export from an earlier target. + return self.GetSortedXcodeEnv( + additional_settings={"CHROMIUM_STRIP_SAVE_FILE": strip_save_file} + ) + + def WriteSortedXcodeEnv(self, target, env): + for k, v in env: + # For + # foo := a\ b + # the escaped space does the right thing. For + # export foo := a\ b + # it does not -- the backslash is written to the env as literal character. + # So don't escape spaces in |env[k]|. + self.WriteLn(f"{QuoteSpaces(target)}: export {k} := {v}") + + def Objectify(self, path): + """Convert a path to its output directory form.""" + if "$(" in path: + path = path.replace("$(obj)/", "$(obj).%s/$(TARGET)/" % self.toolset) + if "$(obj)" not in path: + path = f"$(obj).{self.toolset}/$(TARGET)/{path}" + return path + + def Pchify(self, path, lang): + """Convert a prefix header path to its output directory form.""" + path = self.Absolutify(path) + if "$(" in path: + path = path.replace( + "$(obj)/", f"$(obj).{self.toolset}/$(TARGET)/pch-{lang}" + ) + return path + return f"$(obj).{self.toolset}/$(TARGET)/pch-{lang}/{path}" + + def Absolutify(self, path): + """Convert a subdirectory-relative path into a base-relative path. + Skips over paths that contain variables.""" + if "$(" in path: + # Don't call normpath in this case, as it might collapse the + # path too aggressively if it features '..'. However it's still + # important to strip trailing slashes. + return path.rstrip("/") + return os.path.normpath(os.path.join(self.path, path)) + + def ExpandInputRoot(self, template, expansion, dirname): + if "%(INPUT_ROOT)s" not in template and "%(INPUT_DIRNAME)s" not in template: + return template + path = template % { + "INPUT_ROOT": expansion, + "INPUT_DIRNAME": dirname, + } + return path + + def _InstallableTargetInstallPath(self): + """Returns the location of the final output for an installable target.""" + # Functionality removed for all platforms to match Xcode and hoist + # shared libraries into PRODUCT_DIR for users: + # Xcode puts shared_library results into PRODUCT_DIR, and some gyp files + # rely on this. Emulate this behavior for mac. + # if self.type == "shared_library" and ( + # self.flavor != "mac" or self.toolset != "target" + # ): + # # Install all shared libs into a common directory (per toolset) for + # # convenient access with LD_LIBRARY_PATH. + # return "$(builddir)/lib.%s/%s" % (self.toolset, self.alias) + return "$(builddir)/" + self.alias + + +def WriteAutoRegenerationRule(params, root_makefile, makefile_name, build_files): + """Write the target to regenerate the Makefile.""" + options = params["options"] + build_files_args = [ + gyp.common.RelativePath(filename, options.toplevel_dir) + for filename in params["build_files_arg"] + ] + + gyp_binary = gyp.common.FixIfRelativePath( + params["gyp_binary"], options.toplevel_dir + ) + if not gyp_binary.startswith(os.sep): + gyp_binary = os.path.join(".", gyp_binary) + + root_makefile.write( + "quiet_cmd_regen_makefile = ACTION Regenerating $@\n" + "cmd_regen_makefile = cd $(srcdir); %(cmd)s\n" + "%(makefile_name)s: %(deps)s\n" + "\t$(call do_cmd,regen_makefile)\n\n" + % { + "makefile_name": makefile_name, + "deps": " ".join(SourceifyAndQuoteSpaces(bf) for bf in build_files), + "cmd": gyp.common.EncodePOSIXShellList( + [gyp_binary, "-fmake"] + gyp.RegenerateFlags(options) + build_files_args + ), + } + ) + + +def PerformBuild(data, configurations, params): + options = params["options"] + for config in configurations: + arguments = ["make"] + if options.toplevel_dir and options.toplevel_dir != ".": + arguments += "-C", options.toplevel_dir + arguments.append("BUILDTYPE=" + config) + print(f"Building [{config}]: {arguments}") + subprocess.check_call(arguments) + + +def GenerateOutput(target_list, target_dicts, data, params): + options = params["options"] + flavor = gyp.common.GetFlavor(params) + generator_flags = params.get("generator_flags", {}) + builddir_name = generator_flags.get("output_dir", "out") + android_ndk_version = generator_flags.get("android_ndk_version", None) + default_target = generator_flags.get("default_target", "all") + + def CalculateMakefilePath(build_file, base_name): + """Determine where to write a Makefile for a given gyp file.""" + # Paths in gyp files are relative to the .gyp file, but we want + # paths relative to the source root for the master makefile. Grab + # the path of the .gyp file as the base to relativize against. + # E.g. "foo/bar" when we're constructing targets for "foo/bar/baz.gyp". + base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth) + # We write the file in the base_path directory. + output_file = os.path.join(options.depth, base_path, base_name) + if options.generator_output: + output_file = os.path.join( + options.depth, options.generator_output, base_path, base_name + ) + base_path = gyp.common.RelativePath( + os.path.dirname(build_file), options.toplevel_dir + ) + return base_path, output_file + + # TODO: search for the first non-'Default' target. This can go + # away when we add verification that all targets have the + # necessary configurations. + default_configuration = None + toolsets = {target_dicts[target]["toolset"] for target in target_list} + for target in target_list: + spec = target_dicts[target] + if spec["default_configuration"] != "Default": + default_configuration = spec["default_configuration"] + break + if not default_configuration: + default_configuration = "Default" + + srcdir = "." + makefile_name = "Makefile" + options.suffix + makefile_path = os.path.join(options.toplevel_dir, makefile_name) + if options.generator_output: + global srcdir_prefix + makefile_path = os.path.join( + options.toplevel_dir, options.generator_output, makefile_name + ) + srcdir = gyp.common.RelativePath(srcdir, options.generator_output) + srcdir_prefix = "$(srcdir)/" + + flock_command = "flock" + copy_archive_arguments = "-af" + makedep_arguments = "-MMD" + header_params = { + "default_target": default_target, + "builddir": builddir_name, + "default_configuration": default_configuration, + "flock": flock_command, + "flock_index": 1, + "link_commands": LINK_COMMANDS_LINUX, + "extra_commands": "", + "srcdir": srcdir, + "copy_archive_args": copy_archive_arguments, + "makedep_args": makedep_arguments, + "CC.target": GetEnvironFallback(("CC_target", "CC"), "$(CC)"), + "AR.target": GetEnvironFallback(("AR_target", "AR"), "$(AR)"), + "CXX.target": GetEnvironFallback(("CXX_target", "CXX"), "$(CXX)"), + "LINK.target": GetEnvironFallback(("LINK_target", "LINK"), "$(LINK)"), + "CC.host": GetEnvironFallback(("CC_host", "CC"), "gcc"), + "AR.host": GetEnvironFallback(("AR_host", "AR"), "ar"), + "CXX.host": GetEnvironFallback(("CXX_host", "CXX"), "g++"), + "LINK.host": GetEnvironFallback(("LINK_host", "LINK"), "$(CXX.host)"), + } + if flavor == "mac": + flock_command = "./gyp-mac-tool flock" + header_params.update( + { + "flock": flock_command, + "flock_index": 2, + "link_commands": LINK_COMMANDS_MAC, + "extra_commands": SHARED_HEADER_MAC_COMMANDS, + } + ) + elif flavor == "android": + header_params.update({"link_commands": LINK_COMMANDS_ANDROID}) + elif flavor == "zos": + copy_archive_arguments = "-fPR" + makedep_arguments = "-qmakedep=gcc" + header_params.update( + { + "copy_archive_args": copy_archive_arguments, + "makedep_args": makedep_arguments, + "link_commands": LINK_COMMANDS_OS390, + "CC.target": GetEnvironFallback(("CC_target", "CC"), "njsc"), + "CXX.target": GetEnvironFallback(("CXX_target", "CXX"), "njsc++"), + "CC.host": GetEnvironFallback(("CC_host", "CC"), "njsc"), + "CXX.host": GetEnvironFallback(("CXX_host", "CXX"), "njsc++"), + } + ) + elif flavor == "solaris": + copy_archive_arguments = "-pPRf@" + header_params.update( + { + "copy_archive_args": copy_archive_arguments, + "flock": "./gyp-flock-tool flock", + "flock_index": 2, + } + ) + elif flavor == "freebsd": + # Note: OpenBSD has sysutils/flock. lockf seems to be FreeBSD specific. + header_params.update({"flock": "lockf"}) + elif flavor == "openbsd": + copy_archive_arguments = "-pPRf" + header_params.update({"copy_archive_args": copy_archive_arguments}) + elif flavor == "aix": + copy_archive_arguments = "-pPRf" + header_params.update( + { + "copy_archive_args": copy_archive_arguments, + "link_commands": LINK_COMMANDS_AIX, + "flock": "./gyp-flock-tool flock", + "flock_index": 2, + } + ) + + build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) + make_global_settings_array = data[build_file].get("make_global_settings", []) + wrappers = {} + for key, value in make_global_settings_array: + if key.endswith("_wrapper"): + wrappers[key[: -len("_wrapper")]] = "$(abspath %s)" % value + make_global_settings = "" + for key, value in make_global_settings_array: + if re.match(".*_wrapper", key): + continue + if value[0] != "$": + value = "$(abspath %s)" % value + wrapper = wrappers.get(key) + if wrapper: + value = f"{wrapper} {value}" + del wrappers[key] + if key in ("CC", "CC.host", "CXX", "CXX.host"): + make_global_settings += ( + "ifneq (,$(filter $(origin %s), undefined default))\n" % key + ) + # Let gyp-time envvars win over global settings. + env_key = key.replace(".", "_") # CC.host -> CC_host + if env_key in os.environ: + value = os.environ[env_key] + make_global_settings += f" {key} = {value}\n" + make_global_settings += "endif\n" + else: + make_global_settings += f"{key} ?= {value}\n" + # TODO(ukai): define cmd when only wrapper is specified in + # make_global_settings. + + header_params["make_global_settings"] = make_global_settings + + gyp.common.EnsureDirExists(makefile_path) + root_makefile = open(makefile_path, "w") + root_makefile.write(SHARED_HEADER % header_params) + # Currently any versions have the same effect, but in future the behavior + # could be different. + if android_ndk_version: + root_makefile.write( + "# Define LOCAL_PATH for build of Android applications.\n" + "LOCAL_PATH := $(call my-dir)\n" + "\n" + ) + for toolset in toolsets: + root_makefile.write("TOOLSET := %s\n" % toolset) + WriteRootHeaderSuffixRules(root_makefile) + + # Put build-time support tools next to the root Makefile. + dest_path = os.path.dirname(makefile_path) + gyp.common.CopyTool(flavor, dest_path) + + # Find the list of targets that derive from the gyp file(s) being built. + needed_targets = set() + for build_file in params["build_files"]: + for target in gyp.common.AllTargets(target_list, target_dicts, build_file): + needed_targets.add(target) + + build_files = set() + include_list = set() + for qualified_target in target_list: + build_file, target, toolset = gyp.common.ParseQualifiedTarget(qualified_target) + + this_make_global_settings = data[build_file].get("make_global_settings", []) + assert make_global_settings_array == this_make_global_settings, ( + "make_global_settings needs to be the same for all targets " + f"{this_make_global_settings} vs. {make_global_settings}" + ) + + build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir)) + included_files = data[build_file]["included_files"] + for included_file in included_files: + # The included_files entries are relative to the dir of the build file + # that included them, so we have to undo that and then make them relative + # to the root dir. + relative_include_file = gyp.common.RelativePath( + gyp.common.UnrelativePath(included_file, build_file), + options.toplevel_dir, + ) + abs_include_file = os.path.abspath(relative_include_file) + # If the include file is from the ~/.gyp dir, we should use absolute path + # so that relocating the src dir doesn't break the path. + if params["home_dot_gyp"] and abs_include_file.startswith( + params["home_dot_gyp"] + ): + build_files.add(abs_include_file) + else: + build_files.add(relative_include_file) + + base_path, output_file = CalculateMakefilePath( + build_file, target + "." + toolset + options.suffix + ".mk" + ) + + spec = target_dicts[qualified_target] + configs = spec["configurations"] + + if flavor == "mac": + gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[build_file], spec) + + writer = MakefileWriter(generator_flags, flavor) + writer.Write( + qualified_target, + base_path, + output_file, + spec, + configs, + part_of_all=qualified_target in needed_targets, + ) + + # Our root_makefile lives at the source root. Compute the relative path + # from there to the output_file for including. + mkfile_rel_path = gyp.common.RelativePath( + output_file, os.path.dirname(makefile_path) + ) + include_list.add(mkfile_rel_path) + + # Write out per-gyp (sub-project) Makefiles. + depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd()) + for build_file in build_files: + # The paths in build_files were relativized above, so undo that before + # testing against the non-relativized items in target_list and before + # calculating the Makefile path. + build_file = os.path.join(depth_rel_path, build_file) + gyp_targets = [ + target_dicts[qualified_target]["target_name"] + for qualified_target in target_list + if qualified_target.startswith(build_file) + and qualified_target in needed_targets + ] + # Only generate Makefiles for gyp files with targets. + if not gyp_targets: + continue + base_path, output_file = CalculateMakefilePath( + build_file, os.path.splitext(os.path.basename(build_file))[0] + ".Makefile" + ) + makefile_rel_path = gyp.common.RelativePath( + os.path.dirname(makefile_path), os.path.dirname(output_file) + ) + writer.WriteSubMake(output_file, makefile_rel_path, gyp_targets, builddir_name) + + # Write out the sorted list of includes. + root_makefile.write("\n") + for include_file in sorted(include_list): + # We wrap each .mk include in an if statement so users can tell make to + # not load a file by setting NO_LOAD. The below make code says, only + # load the .mk file if the .mk filename doesn't start with a token in + # NO_LOAD. + root_makefile.write( + "ifeq ($(strip $(foreach prefix,$(NO_LOAD),\\\n" + " $(findstring $(join ^,$(prefix)),\\\n" + " $(join ^," + include_file + ")))),)\n" + ) + root_makefile.write(" include " + include_file + "\n") + root_makefile.write("endif\n") + root_makefile.write("\n") + + if not generator_flags.get("standalone") and generator_flags.get( + "auto_regeneration", True + ): + WriteAutoRegenerationRule(params, root_makefile, makefile_name, build_files) + + root_makefile.write(SHARED_FOOTER) + + root_makefile.close() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py new file mode 100644 index 0000000..8308fa8 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py @@ -0,0 +1,3978 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import ntpath +import os +import posixpath +import re +import subprocess +import sys + +from collections import OrderedDict + +import gyp.common +import gyp.easy_xml as easy_xml +import gyp.generator.ninja as ninja_generator +import gyp.MSVSNew as MSVSNew +import gyp.MSVSProject as MSVSProject +import gyp.MSVSSettings as MSVSSettings +import gyp.MSVSToolFile as MSVSToolFile +import gyp.MSVSUserFile as MSVSUserFile +import gyp.MSVSUtil as MSVSUtil +import gyp.MSVSVersion as MSVSVersion +from gyp.common import GypError +from gyp.common import OrderedSet + + +# Regular expression for validating Visual Studio GUIDs. If the GUID +# contains lowercase hex letters, MSVS will be fine. However, +# IncrediBuild BuildConsole will parse the solution file, but then +# silently skip building the target causing hard to track down errors. +# Note that this only happens with the BuildConsole, and does not occur +# if IncrediBuild is executed from inside Visual Studio. This regex +# validates that the string looks like a GUID with all uppercase hex +# letters. +VALID_MSVS_GUID_CHARS = re.compile(r"^[A-F0-9\-]+$") + +generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() + +generator_default_variables = { + "DRIVER_PREFIX": "", + "DRIVER_SUFFIX": ".sys", + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": ".exe", + "STATIC_LIB_PREFIX": "", + "SHARED_LIB_PREFIX": "", + "STATIC_LIB_SUFFIX": ".lib", + "SHARED_LIB_SUFFIX": ".dll", + "INTERMEDIATE_DIR": "$(IntDir)", + "SHARED_INTERMEDIATE_DIR": "$(OutDir)/obj/global_intermediate", + "OS": "win", + "PRODUCT_DIR": "$(OutDir)", + "LIB_DIR": "$(OutDir)lib", + "RULE_INPUT_ROOT": "$(InputName)", + "RULE_INPUT_DIRNAME": "$(InputDir)", + "RULE_INPUT_EXT": "$(InputExt)", + "RULE_INPUT_NAME": "$(InputFileName)", + "RULE_INPUT_PATH": "$(InputPath)", + "CONFIGURATION_NAME": "$(ConfigurationName)", +} + + +# The msvs specific sections that hold paths +generator_additional_path_sections = [ + "msvs_cygwin_dirs", + "msvs_props", +] + + +generator_additional_non_configuration_keys = [ + "msvs_cygwin_dirs", + "msvs_cygwin_shell", + "msvs_large_pdb", + "msvs_shard", + "msvs_external_builder", + "msvs_external_builder_out_dir", + "msvs_external_builder_build_cmd", + "msvs_external_builder_clean_cmd", + "msvs_external_builder_clcompile_cmd", + "msvs_enable_winrt", + "msvs_requires_importlibrary", + "msvs_enable_winphone", + "msvs_application_type_revision", + "msvs_target_platform_version", + "msvs_target_platform_minversion", +] + +generator_filelist_paths = None + +# List of precompiled header related keys. +precomp_keys = [ + "msvs_precompiled_header", + "msvs_precompiled_source", +] + + +cached_username = None + + +cached_domain = None + + +# TODO(gspencer): Switch the os.environ calls to be +# win32api.GetDomainName() and win32api.GetUserName() once the +# python version in depot_tools has been updated to work on Vista +# 64-bit. +def _GetDomainAndUserName(): + if sys.platform not in ("win32", "cygwin"): + return ("DOMAIN", "USERNAME") + global cached_username + global cached_domain + if not cached_domain or not cached_username: + domain = os.environ.get("USERDOMAIN") + username = os.environ.get("USERNAME") + if not domain or not username: + call = subprocess.Popen( + ["net", "config", "Workstation"], stdout=subprocess.PIPE + ) + config = call.communicate()[0].decode("utf-8") + username_re = re.compile(r"^User name\s+(\S+)", re.MULTILINE) + username_match = username_re.search(config) + if username_match: + username = username_match.group(1) + domain_re = re.compile(r"^Logon domain\s+(\S+)", re.MULTILINE) + domain_match = domain_re.search(config) + if domain_match: + domain = domain_match.group(1) + cached_domain = domain + cached_username = username + return (cached_domain, cached_username) + + +fixpath_prefix = None + + +def _NormalizedSource(source): + """Normalize the path. + + But not if that gets rid of a variable, as this may expand to something + larger than one directory. + + Arguments: + source: The path to be normalize.d + + Returns: + The normalized path. + """ + normalized = os.path.normpath(source) + if source.count("$") == normalized.count("$"): + source = normalized + return source + + +def _FixPath(path, separator="\\"): + """Convert paths to a form that will make sense in a vcproj file. + + Arguments: + path: The path to convert, may contain / etc. + Returns: + The path with all slashes made into backslashes. + """ + if ( + fixpath_prefix + and path + and not os.path.isabs(path) + and not path[0] == "$" + and not _IsWindowsAbsPath(path) + ): + path = os.path.join(fixpath_prefix, path) + if separator == "\\": + path = path.replace("/", "\\") + path = _NormalizedSource(path) + if separator == "/": + path = path.replace("\\", "/") + if path and path[-1] == separator: + path = path[:-1] + return path + + +def _IsWindowsAbsPath(path): + """ + On Cygwin systems Python needs a little help determining if a path + is an absolute Windows path or not, so that + it does not treat those as relative, which results in bad paths like: + '..\\C:\\\\some_source_code_file.cc' + """ + return path.startswith("c:") or path.startswith("C:") + + +def _FixPaths(paths, separator="\\"): + """Fix each of the paths of the list.""" + return [_FixPath(i, separator) for i in paths] + + +def _ConvertSourcesToFilterHierarchy( + sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None +): + """Converts a list split source file paths into a vcproj folder hierarchy. + + Arguments: + sources: A list of source file paths split. + prefix: A list of source file path layers meant to apply to each of sources. + excluded: A set of excluded files. + msvs_version: A MSVSVersion object. + + Returns: + A hierarchy of filenames and MSVSProject.Filter objects that matches the + layout of the source tree. + For example: + _ConvertSourcesToFilterHierarchy([['a', 'bob1.c'], ['b', 'bob2.c']], + prefix=['joe']) + --> + [MSVSProject.Filter('a', contents=['joe\\a\\bob1.c']), + MSVSProject.Filter('b', contents=['joe\\b\\bob2.c'])] + """ + if not prefix: + prefix = [] + result = [] + excluded_result = [] + folders = OrderedDict() + # Gather files into the final result, excluded, or folders. + for s in sources: + if len(s) == 1: + filename = _NormalizedSource("\\".join(prefix + s)) + if filename in excluded: + excluded_result.append(filename) + else: + result.append(filename) + elif msvs_version and not msvs_version.UsesVcxproj(): + # For MSVS 2008 and earlier, we need to process all files before walking + # the sub folders. + if not folders.get(s[0]): + folders[s[0]] = [] + folders[s[0]].append(s[1:]) + else: + contents = _ConvertSourcesToFilterHierarchy( + [s[1:]], + prefix + [s[0]], + excluded=excluded, + list_excluded=list_excluded, + msvs_version=msvs_version, + ) + contents = MSVSProject.Filter(s[0], contents=contents) + result.append(contents) + # Add a folder for excluded files. + if excluded_result and list_excluded: + excluded_folder = MSVSProject.Filter( + "_excluded_files", contents=excluded_result + ) + result.append(excluded_folder) + + if msvs_version and msvs_version.UsesVcxproj(): + return result + + # Populate all the folders. + for f in folders: + contents = _ConvertSourcesToFilterHierarchy( + folders[f], + prefix=prefix + [f], + excluded=excluded, + list_excluded=list_excluded, + msvs_version=msvs_version, + ) + contents = MSVSProject.Filter(f, contents=contents) + result.append(contents) + return result + + +def _ToolAppend(tools, tool_name, setting, value, only_if_unset=False): + if not value: + return + _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset) + + +def _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset=False): + # TODO(bradnelson): ugly hack, fix this more generally!!! + if "Directories" in setting or "Dependencies" in setting: + if type(value) == str: + value = value.replace("/", "\\") + else: + value = [i.replace("/", "\\") for i in value] + if not tools.get(tool_name): + tools[tool_name] = dict() + tool = tools[tool_name] + if "CompileAsWinRT" == setting: + return + if tool.get(setting): + if only_if_unset: + return + if type(tool[setting]) == list and type(value) == list: + tool[setting] += value + else: + raise TypeError( + 'Appending "%s" to a non-list setting "%s" for tool "%s" is ' + "not allowed, previous value: %s" + % (value, setting, tool_name, str(tool[setting])) + ) + else: + tool[setting] = value + + +def _ConfigTargetVersion(config_data): + return config_data.get("msvs_target_version", "Windows7") + + +def _ConfigPlatform(config_data): + return config_data.get("msvs_configuration_platform", "Win32") + + +def _ConfigBaseName(config_name, platform_name): + if config_name.endswith("_" + platform_name): + return config_name[0 : -len(platform_name) - 1] + else: + return config_name + + +def _ConfigFullName(config_name, config_data): + platform_name = _ConfigPlatform(config_data) + return f"{_ConfigBaseName(config_name, platform_name)}|{platform_name}" + + +def _ConfigWindowsTargetPlatformVersion(config_data, version): + target_ver = config_data.get("msvs_windows_target_platform_version") + if target_ver and re.match(r"^\d+", target_ver): + return target_ver + config_ver = config_data.get("msvs_windows_sdk_version") + vers = [config_ver] if config_ver else version.compatible_sdks + for ver in vers: + for key in [ + r"HKLM\Software\Microsoft\Microsoft SDKs\Windows\%s", + r"HKLM\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\%s", + ]: + sdk_dir = MSVSVersion._RegistryGetValue(key % ver, "InstallationFolder") + if not sdk_dir: + continue + version = MSVSVersion._RegistryGetValue(key % ver, "ProductVersion") or "" + # Find a matching entry in sdk_dir\include. + expected_sdk_dir = r"%s\include" % sdk_dir + names = sorted( + ( + x + for x in ( + os.listdir(expected_sdk_dir) + if os.path.isdir(expected_sdk_dir) + else [] + ) + if x.startswith(version) + ), + reverse=True, + ) + if names: + return names[0] + else: + print( + "Warning: No include files found for detected " + "Windows SDK version %s" % (version), + file=sys.stdout, + ) + + +def _BuildCommandLineForRuleRaw( + spec, cmd, cygwin_shell, has_input_path, quote_cmd, do_setup_env +): + + if [x for x in cmd if "$(InputDir)" in x]: + input_dir_preamble = ( + "set INPUTDIR=$(InputDir)\n" + "if NOT DEFINED INPUTDIR set INPUTDIR=.\\\n" + "set INPUTDIR=%INPUTDIR:~0,-1%\n" + ) + else: + input_dir_preamble = "" + + if cygwin_shell: + # Find path to cygwin. + cygwin_dir = _FixPath(spec.get("msvs_cygwin_dirs", ["."])[0]) + # Prepare command. + direct_cmd = cmd + direct_cmd = [ + i.replace("$(IntDir)", '`cygpath -m "${INTDIR}"`') for i in direct_cmd + ] + direct_cmd = [ + i.replace("$(OutDir)", '`cygpath -m "${OUTDIR}"`') for i in direct_cmd + ] + direct_cmd = [ + i.replace("$(InputDir)", '`cygpath -m "${INPUTDIR}"`') for i in direct_cmd + ] + if has_input_path: + direct_cmd = [ + i.replace("$(InputPath)", '`cygpath -m "${INPUTPATH}"`') + for i in direct_cmd + ] + direct_cmd = ['\\"%s\\"' % i.replace('"', '\\\\\\"') for i in direct_cmd] + # direct_cmd = gyp.common.EncodePOSIXShellList(direct_cmd) + direct_cmd = " ".join(direct_cmd) + # TODO(quote): regularize quoting path names throughout the module + cmd = "" + if do_setup_env: + cmd += 'call "$(ProjectDir)%(cygwin_dir)s\\setup_env.bat" && ' + cmd += "set CYGWIN=nontsec&& " + if direct_cmd.find("NUMBER_OF_PROCESSORS") >= 0: + cmd += "set /a NUMBER_OF_PROCESSORS_PLUS_1=%%NUMBER_OF_PROCESSORS%%+1&& " + if direct_cmd.find("INTDIR") >= 0: + cmd += "set INTDIR=$(IntDir)&& " + if direct_cmd.find("OUTDIR") >= 0: + cmd += "set OUTDIR=$(OutDir)&& " + if has_input_path and direct_cmd.find("INPUTPATH") >= 0: + cmd += "set INPUTPATH=$(InputPath) && " + cmd += 'bash -c "%(cmd)s"' + cmd = cmd % {"cygwin_dir": cygwin_dir, "cmd": direct_cmd} + return input_dir_preamble + cmd + else: + # Convert cat --> type to mimic unix. + if cmd[0] == "cat": + command = ["type"] + else: + command = [cmd[0].replace("/", "\\")] + # Add call before command to ensure that commands can be tied together one + # after the other without aborting in Incredibuild, since IB makes a bat + # file out of the raw command string, and some commands (like python) are + # actually batch files themselves. + command.insert(0, "call") + # Fix the paths + # TODO(quote): This is a really ugly heuristic, and will miss path fixing + # for arguments like "--arg=path" or "/opt:path". + # If the argument starts with a slash or dash, it's probably a command line + # switch + # Return the path with forward slashes because the command using it might + # not support backslashes. + arguments = [i if (i[:1] in "/-") else _FixPath(i, "/") for i in cmd[1:]] + arguments = [i.replace("$(InputDir)", "%INPUTDIR%") for i in arguments] + arguments = [MSVSSettings.FixVCMacroSlashes(i) for i in arguments] + if quote_cmd: + # Support a mode for using cmd directly. + # Convert any paths to native form (first element is used directly). + # TODO(quote): regularize quoting path names throughout the module + arguments = ['"%s"' % i for i in arguments] + # Collapse into a single command. + return input_dir_preamble + " ".join(command + arguments) + + +def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env): + # Currently this weird argument munging is used to duplicate the way a + # python script would need to be run as part of the chrome tree. + # Eventually we should add some sort of rule_default option to set this + # per project. For now the behavior chrome needs is the default. + mcs = rule.get("msvs_cygwin_shell") + if mcs is None: + mcs = int(spec.get("msvs_cygwin_shell", 1)) + elif isinstance(mcs, str): + mcs = int(mcs) + quote_cmd = int(rule.get("msvs_quote_cmd", 1)) + return _BuildCommandLineForRuleRaw( + spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env + ) + + +def _AddActionStep(actions_dict, inputs, outputs, description, command): + """Merge action into an existing list of actions. + + Care must be taken so that actions which have overlapping inputs either don't + get assigned to the same input, or get collapsed into one. + + Arguments: + actions_dict: dictionary keyed on input name, which maps to a list of + dicts describing the actions attached to that input file. + inputs: list of inputs + outputs: list of outputs + description: description of the action + command: command line to execute + """ + # Require there to be at least one input (call sites will ensure this). + assert inputs + + action = { + "inputs": inputs, + "outputs": outputs, + "description": description, + "command": command, + } + + # Pick where to stick this action. + # While less than optimal in terms of build time, attach them to the first + # input for now. + chosen_input = inputs[0] + + # Add it there. + if chosen_input not in actions_dict: + actions_dict[chosen_input] = [] + actions_dict[chosen_input].append(action) + + +def _AddCustomBuildToolForMSVS( + p, spec, primary_input, inputs, outputs, description, cmd +): + """Add a custom build tool to execute something. + + Arguments: + p: the target project + spec: the target project dict + primary_input: input file to attach the build tool to + inputs: list of inputs + outputs: list of outputs + description: description of the action + cmd: command line to execute + """ + inputs = _FixPaths(inputs) + outputs = _FixPaths(outputs) + tool = MSVSProject.Tool( + "VCCustomBuildTool", + { + "Description": description, + "AdditionalDependencies": ";".join(inputs), + "Outputs": ";".join(outputs), + "CommandLine": cmd, + }, + ) + # Add to the properties of primary input for each config. + for config_name, c_data in spec["configurations"].items(): + p.AddFileConfig( + _FixPath(primary_input), _ConfigFullName(config_name, c_data), tools=[tool] + ) + + +def _AddAccumulatedActionsToMSVS(p, spec, actions_dict): + """Add actions accumulated into an actions_dict, merging as needed. + + Arguments: + p: the target project + spec: the target project dict + actions_dict: dictionary keyed on input name, which maps to a list of + dicts describing the actions attached to that input file. + """ + for primary_input in actions_dict: + inputs = OrderedSet() + outputs = OrderedSet() + descriptions = [] + commands = [] + for action in actions_dict[primary_input]: + inputs.update(OrderedSet(action["inputs"])) + outputs.update(OrderedSet(action["outputs"])) + descriptions.append(action["description"]) + commands.append(action["command"]) + # Add the custom build step for one input file. + description = ", and also ".join(descriptions) + command = "\r\n".join(commands) + _AddCustomBuildToolForMSVS( + p, + spec, + primary_input=primary_input, + inputs=inputs, + outputs=outputs, + description=description, + cmd=command, + ) + + +def _RuleExpandPath(path, input_file): + """Given the input file to which a rule applied, string substitute a path. + + Arguments: + path: a path to string expand + input_file: the file to which the rule applied. + Returns: + The string substituted path. + """ + path = path.replace( + "$(InputName)", os.path.splitext(os.path.split(input_file)[1])[0] + ) + path = path.replace("$(InputDir)", os.path.dirname(input_file)) + path = path.replace( + "$(InputExt)", os.path.splitext(os.path.split(input_file)[1])[1] + ) + path = path.replace("$(InputFileName)", os.path.split(input_file)[1]) + path = path.replace("$(InputPath)", input_file) + return path + + +def _FindRuleTriggerFiles(rule, sources): + """Find the list of files which a particular rule applies to. + + Arguments: + rule: the rule in question + sources: the set of all known source files for this project + Returns: + The list of sources that trigger a particular rule. + """ + return rule.get("rule_sources", []) + + +def _RuleInputsAndOutputs(rule, trigger_file): + """Find the inputs and outputs generated by a rule. + + Arguments: + rule: the rule in question. + trigger_file: the main trigger for this rule. + Returns: + The pair of (inputs, outputs) involved in this rule. + """ + raw_inputs = _FixPaths(rule.get("inputs", [])) + raw_outputs = _FixPaths(rule.get("outputs", [])) + inputs = OrderedSet() + outputs = OrderedSet() + inputs.add(trigger_file) + for i in raw_inputs: + inputs.add(_RuleExpandPath(i, trigger_file)) + for o in raw_outputs: + outputs.add(_RuleExpandPath(o, trigger_file)) + return (inputs, outputs) + + +def _GenerateNativeRulesForMSVS(p, rules, output_dir, spec, options): + """Generate a native rules file. + + Arguments: + p: the target project + rules: the set of rules to include + output_dir: the directory in which the project/gyp resides + spec: the project dict + options: global generator options + """ + rules_filename = "{}{}.rules".format(spec["target_name"], options.suffix) + rules_file = MSVSToolFile.Writer( + os.path.join(output_dir, rules_filename), spec["target_name"] + ) + # Add each rule. + for r in rules: + rule_name = r["rule_name"] + rule_ext = r["extension"] + inputs = _FixPaths(r.get("inputs", [])) + outputs = _FixPaths(r.get("outputs", [])) + # Skip a rule with no action and no inputs. + if "action" not in r and not r.get("rule_sources", []): + continue + cmd = _BuildCommandLineForRule(spec, r, has_input_path=True, do_setup_env=True) + rules_file.AddCustomBuildRule( + name=rule_name, + description=r.get("message", rule_name), + extensions=[rule_ext], + additional_dependencies=inputs, + outputs=outputs, + cmd=cmd, + ) + # Write out rules file. + rules_file.WriteIfChanged() + + # Add rules file to project. + p.AddToolFile(rules_filename) + + +def _Cygwinify(path): + path = path.replace("$(OutDir)", "$(OutDirCygwin)") + path = path.replace("$(IntDir)", "$(IntDirCygwin)") + return path + + +def _GenerateExternalRules(rules, output_dir, spec, sources, options, actions_to_add): + """Generate an external makefile to do a set of rules. + + Arguments: + rules: the list of rules to include + output_dir: path containing project and gyp files + spec: project specification data + sources: set of sources known + options: global generator options + actions_to_add: The list of actions we will add to. + """ + filename = "{}_rules{}.mk".format(spec["target_name"], options.suffix) + mk_file = gyp.common.WriteOnDiff(os.path.join(output_dir, filename)) + # Find cygwin style versions of some paths. + mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n') + mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n') + # Gather stuff needed to emit all: target. + all_inputs = OrderedSet() + all_outputs = OrderedSet() + all_output_dirs = OrderedSet() + first_outputs = [] + for rule in rules: + trigger_files = _FindRuleTriggerFiles(rule, sources) + for tf in trigger_files: + inputs, outputs = _RuleInputsAndOutputs(rule, tf) + all_inputs.update(OrderedSet(inputs)) + all_outputs.update(OrderedSet(outputs)) + # Only use one target from each rule as the dependency for + # 'all' so we don't try to build each rule multiple times. + first_outputs.append(list(outputs)[0]) + # Get the unique output directories for this rule. + output_dirs = [os.path.split(i)[0] for i in outputs] + for od in output_dirs: + all_output_dirs.add(od) + first_outputs_cyg = [_Cygwinify(i) for i in first_outputs] + # Write out all: target, including mkdir for each output directory. + mk_file.write("all: %s\n" % " ".join(first_outputs_cyg)) + for od in all_output_dirs: + if od: + mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od) + mk_file.write("\n") + # Define how each output is generated. + for rule in rules: + trigger_files = _FindRuleTriggerFiles(rule, sources) + for tf in trigger_files: + # Get all the inputs and outputs for this rule for this trigger file. + inputs, outputs = _RuleInputsAndOutputs(rule, tf) + inputs = [_Cygwinify(i) for i in inputs] + outputs = [_Cygwinify(i) for i in outputs] + # Prepare the command line for this rule. + cmd = [_RuleExpandPath(c, tf) for c in rule["action"]] + cmd = ['"%s"' % i for i in cmd] + cmd = " ".join(cmd) + # Add it to the makefile. + mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs))) + mk_file.write("\t%s\n\n" % cmd) + # Close up the file. + mk_file.close() + + # Add makefile to list of sources. + sources.add(filename) + # Add a build action to call makefile. + cmd = [ + "make", + "OutDir=$(OutDir)", + "IntDir=$(IntDir)", + "-j", + "${NUMBER_OF_PROCESSORS_PLUS_1}", + "-f", + filename, + ] + cmd = _BuildCommandLineForRuleRaw(spec, cmd, True, False, True, True) + # Insert makefile as 0'th input, so it gets the action attached there, + # as this is easier to understand from in the IDE. + all_inputs = list(all_inputs) + all_inputs.insert(0, filename) + _AddActionStep( + actions_to_add, + inputs=_FixPaths(all_inputs), + outputs=_FixPaths(all_outputs), + description="Running external rules for %s" % spec["target_name"], + command=cmd, + ) + + +def _EscapeEnvironmentVariableExpansion(s): + """Escapes % characters. + + Escapes any % characters so that Windows-style environment variable + expansions will leave them alone. + See http://connect.microsoft.com/VisualStudio/feedback/details/106127/cl-d-name-text-containing-percentage-characters-doesnt-compile + to understand why we have to do this. + + Args: + s: The string to be escaped. + + Returns: + The escaped string. + """ # noqa: E731,E123,E501 + s = s.replace("%", "%%") + return s + + +quote_replacer_regex = re.compile(r'(\\*)"') + + +def _EscapeCommandLineArgumentForMSVS(s): + """Escapes a Windows command-line argument. + + So that the Win32 CommandLineToArgv function will turn the escaped result back + into the original string. + See http://msdn.microsoft.com/en-us/library/17w5ykft.aspx + ("Parsing C++ Command-Line Arguments") to understand why we have to do + this. + + Args: + s: the string to be escaped. + Returns: + the escaped string. + """ + + def _Replace(match): + # For a literal quote, CommandLineToArgv requires an odd number of + # backslashes preceding it, and it produces half as many literal backslashes + # (rounded down). So we need to produce 2n+1 backslashes. + return 2 * match.group(1) + '\\"' + + # Escape all quotes so that they are interpreted literally. + s = quote_replacer_regex.sub(_Replace, s) + # Now add unescaped quotes so that any whitespace is interpreted literally. + s = '"' + s + '"' + return s + + +delimiters_replacer_regex = re.compile(r"(\\*)([,;]+)") + + +def _EscapeVCProjCommandLineArgListItem(s): + """Escapes command line arguments for MSVS. + + The VCProj format stores string lists in a single string using commas and + semi-colons as separators, which must be quoted if they are to be + interpreted literally. However, command-line arguments may already have + quotes, and the VCProj parser is ignorant of the backslash escaping + convention used by CommandLineToArgv, so the command-line quotes and the + VCProj quotes may not be the same quotes. So to store a general + command-line argument in a VCProj list, we need to parse the existing + quoting according to VCProj's convention and quote any delimiters that are + not already quoted by that convention. The quotes that we add will also be + seen by CommandLineToArgv, so if backslashes precede them then we also have + to escape those backslashes according to the CommandLineToArgv + convention. + + Args: + s: the string to be escaped. + Returns: + the escaped string. + """ + + def _Replace(match): + # For a non-literal quote, CommandLineToArgv requires an even number of + # backslashes preceding it, and it produces half as many literal + # backslashes. So we need to produce 2n backslashes. + return 2 * match.group(1) + '"' + match.group(2) + '"' + + segments = s.split('"') + # The unquoted segments are at the even-numbered indices. + for i in range(0, len(segments), 2): + segments[i] = delimiters_replacer_regex.sub(_Replace, segments[i]) + # Concatenate back into a single string + s = '"'.join(segments) + if len(segments) % 2 == 0: + # String ends while still quoted according to VCProj's convention. This + # means the delimiter and the next list item that follow this one in the + # .vcproj file will be misinterpreted as part of this item. There is nothing + # we can do about this. Adding an extra quote would correct the problem in + # the VCProj but cause the same problem on the final command-line. Moving + # the item to the end of the list does works, but that's only possible if + # there's only one such item. Let's just warn the user. + print( + "Warning: MSVS may misinterpret the odd number of " + "quotes in " + s, + file=sys.stderr, + ) + return s + + +def _EscapeCppDefineForMSVS(s): + """Escapes a CPP define so that it will reach the compiler unaltered.""" + s = _EscapeEnvironmentVariableExpansion(s) + s = _EscapeCommandLineArgumentForMSVS(s) + s = _EscapeVCProjCommandLineArgListItem(s) + # cl.exe replaces literal # characters with = in preprocessor definitions for + # some reason. Octal-encode to work around that. + s = s.replace("#", "\\%03o" % ord("#")) + return s + + +quote_replacer_regex2 = re.compile(r'(\\+)"') + + +def _EscapeCommandLineArgumentForMSBuild(s): + """Escapes a Windows command-line argument for use by MSBuild.""" + + def _Replace(match): + return (len(match.group(1)) / 2 * 4) * "\\" + '\\"' + + # Escape all quotes so that they are interpreted literally. + s = quote_replacer_regex2.sub(_Replace, s) + return s + + +def _EscapeMSBuildSpecialCharacters(s): + escape_dictionary = { + "%": "%25", + "$": "%24", + "@": "%40", + "'": "%27", + ";": "%3B", + "?": "%3F", + "*": "%2A", + } + result = "".join([escape_dictionary.get(c, c) for c in s]) + return result + + +def _EscapeCppDefineForMSBuild(s): + """Escapes a CPP define so that it will reach the compiler unaltered.""" + s = _EscapeEnvironmentVariableExpansion(s) + s = _EscapeCommandLineArgumentForMSBuild(s) + s = _EscapeMSBuildSpecialCharacters(s) + # cl.exe replaces literal # characters with = in preprocessor definitions for + # some reason. Octal-encode to work around that. + s = s.replace("#", "\\%03o" % ord("#")) + return s + + +def _GenerateRulesForMSVS( + p, output_dir, options, spec, sources, excluded_sources, actions_to_add +): + """Generate all the rules for a particular project. + + Arguments: + p: the project + output_dir: directory to emit rules to + options: global options passed to the generator + spec: the specification for this project + sources: the set of all known source files in this project + excluded_sources: the set of sources excluded from normal processing + actions_to_add: deferred list of actions to add in + """ + rules = spec.get("rules", []) + rules_native = [r for r in rules if not int(r.get("msvs_external_rule", 0))] + rules_external = [r for r in rules if int(r.get("msvs_external_rule", 0))] + + # Handle rules that use a native rules file. + if rules_native: + _GenerateNativeRulesForMSVS(p, rules_native, output_dir, spec, options) + + # Handle external rules (non-native rules). + if rules_external: + _GenerateExternalRules( + rules_external, output_dir, spec, sources, options, actions_to_add + ) + _AdjustSourcesForRules(rules, sources, excluded_sources, False) + + +def _AdjustSourcesForRules(rules, sources, excluded_sources, is_msbuild): + # Add outputs generated by each rule (if applicable). + for rule in rules: + # Add in the outputs from this rule. + trigger_files = _FindRuleTriggerFiles(rule, sources) + for trigger_file in trigger_files: + # Remove trigger_file from excluded_sources to let the rule be triggered + # (e.g. rule trigger ax_enums.idl is added to excluded_sources + # because it's also in an action's inputs in the same project) + excluded_sources.discard(_FixPath(trigger_file)) + # Done if not processing outputs as sources. + if int(rule.get("process_outputs_as_sources", False)): + inputs, outputs = _RuleInputsAndOutputs(rule, trigger_file) + inputs = OrderedSet(_FixPaths(inputs)) + outputs = OrderedSet(_FixPaths(outputs)) + inputs.remove(_FixPath(trigger_file)) + sources.update(inputs) + if not is_msbuild: + excluded_sources.update(inputs) + sources.update(outputs) + + +def _FilterActionsFromExcluded(excluded_sources, actions_to_add): + """Take inputs with actions attached out of the list of exclusions. + + Arguments: + excluded_sources: list of source files not to be built. + actions_to_add: dict of actions keyed on source file they're attached to. + Returns: + excluded_sources with files that have actions attached removed. + """ + must_keep = OrderedSet(_FixPaths(actions_to_add.keys())) + return [s for s in excluded_sources if s not in must_keep] + + +def _GetDefaultConfiguration(spec): + return spec["configurations"][spec["default_configuration"]] + + +def _GetGuidOfProject(proj_path, spec): + """Get the guid for the project. + + Arguments: + proj_path: Path of the vcproj or vcxproj file to generate. + spec: The target dictionary containing the properties of the target. + Returns: + the guid. + Raises: + ValueError: if the specified GUID is invalid. + """ + # Pluck out the default configuration. + default_config = _GetDefaultConfiguration(spec) + # Decide the guid of the project. + guid = default_config.get("msvs_guid") + if guid: + if VALID_MSVS_GUID_CHARS.match(guid) is None: + raise ValueError( + 'Invalid MSVS guid: "%s". Must match regex: "%s".' + % (guid, VALID_MSVS_GUID_CHARS.pattern) + ) + guid = "{%s}" % guid + guid = guid or MSVSNew.MakeGuid(proj_path) + return guid + + +def _GetMsbuildToolsetOfProject(proj_path, spec, version): + """Get the platform toolset for the project. + + Arguments: + proj_path: Path of the vcproj or vcxproj file to generate. + spec: The target dictionary containing the properties of the target. + version: The MSVSVersion object. + Returns: + the platform toolset string or None. + """ + # Pluck out the default configuration. + default_config = _GetDefaultConfiguration(spec) + toolset = default_config.get("msbuild_toolset") + if not toolset and version.DefaultToolset(): + toolset = version.DefaultToolset() + if spec["type"] == "windows_driver": + toolset = "WindowsKernelModeDriver10.0" + return toolset + + +def _GenerateProject(project, options, version, generator_flags, spec): + """Generates a vcproj file. + + Arguments: + project: the MSVSProject object. + options: global generator options. + version: the MSVSVersion object. + generator_flags: dict of generator-specific flags. + Returns: + A list of source files that cannot be found on disk. + """ + default_config = _GetDefaultConfiguration(project.spec) + + # Skip emitting anything if told to with msvs_existing_vcproj option. + if default_config.get("msvs_existing_vcproj"): + return [] + + if version.UsesVcxproj(): + return _GenerateMSBuildProject(project, options, version, generator_flags, spec) + else: + return _GenerateMSVSProject(project, options, version, generator_flags) + + +def _GenerateMSVSProject(project, options, version, generator_flags): + """Generates a .vcproj file. It may create .rules and .user files too. + + Arguments: + project: The project object we will generate the file for. + options: Global options passed to the generator. + version: The VisualStudioVersion object. + generator_flags: dict of generator-specific flags. + """ + spec = project.spec + gyp.common.EnsureDirExists(project.path) + + platforms = _GetUniquePlatforms(spec) + p = MSVSProject.Writer( + project.path, version, spec["target_name"], project.guid, platforms + ) + + # Get directory project file is in. + project_dir = os.path.split(project.path)[0] + gyp_path = _NormalizedSource(project.build_file) + relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir) + + config_type = _GetMSVSConfigurationType(spec, project.build_file) + for config_name, config in spec["configurations"].items(): + _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config) + + # Prepare list of sources and excluded sources. + gyp_file = os.path.split(project.build_file)[1] + sources, excluded_sources = _PrepareListOfSources(spec, generator_flags, gyp_file) + + # Add rules. + actions_to_add = {} + _GenerateRulesForMSVS( + p, project_dir, options, spec, sources, excluded_sources, actions_to_add + ) + list_excluded = generator_flags.get("msvs_list_excluded_files", True) + sources, excluded_sources, excluded_idl = _AdjustSourcesAndConvertToFilterHierarchy( + spec, options, project_dir, sources, excluded_sources, list_excluded, version + ) + + # Add in files. + missing_sources = _VerifySourcesExist(sources, project_dir) + p.AddFiles(sources) + + _AddToolFilesToMSVS(p, spec) + _HandlePreCompiledHeaders(p, sources, spec) + _AddActions(actions_to_add, spec, relative_path_of_gyp_file) + _AddCopies(actions_to_add, spec) + _WriteMSVSUserFile(project.path, version, spec) + + # NOTE: this stanza must appear after all actions have been decided. + # Don't excluded sources with actions attached, or they won't run. + excluded_sources = _FilterActionsFromExcluded(excluded_sources, actions_to_add) + _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, list_excluded) + _AddAccumulatedActionsToMSVS(p, spec, actions_to_add) + + # Write it out. + p.WriteIfChanged() + + return missing_sources + + +def _GetUniquePlatforms(spec): + """Returns the list of unique platforms for this spec, e.g ['win32', ...]. + + Arguments: + spec: The target dictionary containing the properties of the target. + Returns: + The MSVSUserFile object created. + """ + # Gather list of unique platforms. + platforms = OrderedSet() + for configuration in spec["configurations"]: + platforms.add(_ConfigPlatform(spec["configurations"][configuration])) + platforms = list(platforms) + return platforms + + +def _CreateMSVSUserFile(proj_path, version, spec): + """Generates a .user file for the user running this Gyp program. + + Arguments: + proj_path: The path of the project file being created. The .user file + shares the same path (with an appropriate suffix). + version: The VisualStudioVersion object. + spec: The target dictionary containing the properties of the target. + Returns: + The MSVSUserFile object created. + """ + (domain, username) = _GetDomainAndUserName() + vcuser_filename = ".".join([proj_path, domain, username, "user"]) + user_file = MSVSUserFile.Writer(vcuser_filename, version, spec["target_name"]) + return user_file + + +def _GetMSVSConfigurationType(spec, build_file): + """Returns the configuration type for this project. + + It's a number defined by Microsoft. May raise an exception. + + Args: + spec: The target dictionary containing the properties of the target. + build_file: The path of the gyp file. + Returns: + An integer, the configuration type. + """ + try: + config_type = { + "executable": "1", # .exe + "shared_library": "2", # .dll + "loadable_module": "2", # .dll + "static_library": "4", # .lib + "windows_driver": "5", # .sys + "none": "10", # Utility type + }[spec["type"]] + except KeyError: + if spec.get("type"): + raise GypError( + "Target type %s is not a valid target type for " + "target %s in %s." % (spec["type"], spec["target_name"], build_file) + ) + else: + raise GypError( + "Missing type field for target %s in %s." + % (spec["target_name"], build_file) + ) + return config_type + + +def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config): + """Adds a configuration to the MSVS project. + + Many settings in a vcproj file are specific to a configuration. This + function the main part of the vcproj file that's configuration specific. + + Arguments: + p: The target project being generated. + spec: The target dictionary containing the properties of the target. + config_type: The configuration type, a number as defined by Microsoft. + config_name: The name of the configuration. + config: The dictionary that defines the special processing to be done + for this configuration. + """ + # Get the information for this configuration + include_dirs, midl_include_dirs, resource_include_dirs = _GetIncludeDirs(config) + libraries = _GetLibraries(spec) + library_dirs = _GetLibraryDirs(config) + out_file, vc_tool, _ = _GetOutputFilePathAndTool(spec, msbuild=False) + defines = _GetDefines(config) + defines = [_EscapeCppDefineForMSVS(d) for d in defines] + disabled_warnings = _GetDisabledWarnings(config) + prebuild = config.get("msvs_prebuild") + postbuild = config.get("msvs_postbuild") + def_file = _GetModuleDefinition(spec) + precompiled_header = config.get("msvs_precompiled_header") + + # Prepare the list of tools as a dictionary. + tools = dict() + # Add in user specified msvs_settings. + msvs_settings = config.get("msvs_settings", {}) + MSVSSettings.ValidateMSVSSettings(msvs_settings) + + # Prevent default library inheritance from the environment. + _ToolAppend(tools, "VCLinkerTool", "AdditionalDependencies", ["$(NOINHERIT)"]) + + for tool in msvs_settings: + settings = config["msvs_settings"][tool] + for setting in settings: + _ToolAppend(tools, tool, setting, settings[setting]) + # Add the information to the appropriate tool + _ToolAppend(tools, "VCCLCompilerTool", "AdditionalIncludeDirectories", include_dirs) + _ToolAppend(tools, "VCMIDLTool", "AdditionalIncludeDirectories", midl_include_dirs) + _ToolAppend( + tools, + "VCResourceCompilerTool", + "AdditionalIncludeDirectories", + resource_include_dirs, + ) + # Add in libraries. + _ToolAppend(tools, "VCLinkerTool", "AdditionalDependencies", libraries) + _ToolAppend(tools, "VCLinkerTool", "AdditionalLibraryDirectories", library_dirs) + if out_file: + _ToolAppend(tools, vc_tool, "OutputFile", out_file, only_if_unset=True) + # Add defines. + _ToolAppend(tools, "VCCLCompilerTool", "PreprocessorDefinitions", defines) + _ToolAppend(tools, "VCResourceCompilerTool", "PreprocessorDefinitions", defines) + # Change program database directory to prevent collisions. + _ToolAppend( + tools, + "VCCLCompilerTool", + "ProgramDataBaseFileName", + "$(IntDir)$(ProjectName)\\vc80.pdb", + only_if_unset=True, + ) + # Add disabled warnings. + _ToolAppend(tools, "VCCLCompilerTool", "DisableSpecificWarnings", disabled_warnings) + # Add Pre-build. + _ToolAppend(tools, "VCPreBuildEventTool", "CommandLine", prebuild) + # Add Post-build. + _ToolAppend(tools, "VCPostBuildEventTool", "CommandLine", postbuild) + # Turn on precompiled headers if appropriate. + if precompiled_header: + precompiled_header = os.path.split(precompiled_header)[1] + _ToolAppend(tools, "VCCLCompilerTool", "UsePrecompiledHeader", "2") + _ToolAppend( + tools, "VCCLCompilerTool", "PrecompiledHeaderThrough", precompiled_header + ) + _ToolAppend(tools, "VCCLCompilerTool", "ForcedIncludeFiles", precompiled_header) + # Loadable modules don't generate import libraries; + # tell dependent projects to not expect one. + if spec["type"] == "loadable_module": + _ToolAppend(tools, "VCLinkerTool", "IgnoreImportLibrary", "true") + # Set the module definition file if any. + if def_file: + _ToolAppend(tools, "VCLinkerTool", "ModuleDefinitionFile", def_file) + + _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name) + + +def _GetIncludeDirs(config): + """Returns the list of directories to be used for #include directives. + + Arguments: + config: The dictionary that defines the special processing to be done + for this configuration. + Returns: + The list of directory paths. + """ + # TODO(bradnelson): include_dirs should really be flexible enough not to + # require this sort of thing. + include_dirs = config.get("include_dirs", []) + config.get( + "msvs_system_include_dirs", [] + ) + midl_include_dirs = config.get("midl_include_dirs", []) + config.get( + "msvs_system_include_dirs", [] + ) + resource_include_dirs = config.get("resource_include_dirs", include_dirs) + include_dirs = _FixPaths(include_dirs) + midl_include_dirs = _FixPaths(midl_include_dirs) + resource_include_dirs = _FixPaths(resource_include_dirs) + return include_dirs, midl_include_dirs, resource_include_dirs + + +def _GetLibraryDirs(config): + """Returns the list of directories to be used for library search paths. + + Arguments: + config: The dictionary that defines the special processing to be done + for this configuration. + Returns: + The list of directory paths. + """ + + library_dirs = config.get("library_dirs", []) + library_dirs = _FixPaths(library_dirs) + return library_dirs + + +def _GetLibraries(spec): + """Returns the list of libraries for this configuration. + + Arguments: + spec: The target dictionary containing the properties of the target. + Returns: + The list of directory paths. + """ + libraries = spec.get("libraries", []) + # Strip out -l, as it is not used on windows (but is needed so we can pass + # in libraries that are assumed to be in the default library path). + # Also remove duplicate entries, leaving only the last duplicate, while + # preserving order. + found = OrderedSet() + unique_libraries_list = [] + for entry in reversed(libraries): + library = re.sub(r"^\-l", "", entry) + if not os.path.splitext(library)[1]: + library += ".lib" + if library not in found: + found.add(library) + unique_libraries_list.append(library) + unique_libraries_list.reverse() + return unique_libraries_list + + +def _GetOutputFilePathAndTool(spec, msbuild): + """Returns the path and tool to use for this target. + + Figures out the path of the file this spec will create and the name of + the VC tool that will create it. + + Arguments: + spec: The target dictionary containing the properties of the target. + Returns: + A triple of (file path, name of the vc tool, name of the msbuild tool) + """ + # Select a name for the output file. + out_file = "" + vc_tool = "" + msbuild_tool = "" + output_file_map = { + "executable": ("VCLinkerTool", "Link", "$(OutDir)", ".exe"), + "shared_library": ("VCLinkerTool", "Link", "$(OutDir)", ".dll"), + "loadable_module": ("VCLinkerTool", "Link", "$(OutDir)", ".dll"), + "windows_driver": ("VCLinkerTool", "Link", "$(OutDir)", ".sys"), + "static_library": ("VCLibrarianTool", "Lib", "$(OutDir)lib\\", ".lib"), + } + output_file_props = output_file_map.get(spec["type"]) + if output_file_props and int(spec.get("msvs_auto_output_file", 1)): + vc_tool, msbuild_tool, out_dir, suffix = output_file_props + if spec.get("standalone_static_library", 0): + out_dir = "$(OutDir)" + out_dir = spec.get("product_dir", out_dir) + product_extension = spec.get("product_extension") + if product_extension: + suffix = "." + product_extension + elif msbuild: + suffix = "$(TargetExt)" + prefix = spec.get("product_prefix", "") + product_name = spec.get("product_name", "$(ProjectName)") + out_file = ntpath.join(out_dir, prefix + product_name + suffix) + return out_file, vc_tool, msbuild_tool + + +def _GetOutputTargetExt(spec): + """Returns the extension for this target, including the dot + + If product_extension is specified, set target_extension to this to avoid + MSB8012, returns None otherwise. Ignores any target_extension settings in + the input files. + + Arguments: + spec: The target dictionary containing the properties of the target. + Returns: + A string with the extension, or None + """ + target_extension = spec.get("product_extension") + if target_extension: + return "." + target_extension + return None + + +def _GetDefines(config): + """Returns the list of preprocessor definitions for this configuration. + + Arguments: + config: The dictionary that defines the special processing to be done + for this configuration. + Returns: + The list of preprocessor definitions. + """ + defines = [] + for d in config.get("defines", []): + if type(d) == list: + fd = "=".join([str(dpart) for dpart in d]) + else: + fd = str(d) + defines.append(fd) + return defines + + +def _GetDisabledWarnings(config): + return [str(i) for i in config.get("msvs_disabled_warnings", [])] + + +def _GetModuleDefinition(spec): + def_file = "" + if spec["type"] in [ + "shared_library", + "loadable_module", + "executable", + "windows_driver", + ]: + def_files = [s for s in spec.get("sources", []) if s.endswith(".def")] + if len(def_files) == 1: + def_file = _FixPath(def_files[0]) + elif def_files: + raise ValueError( + "Multiple module definition files in one target, target %s lists " + "multiple .def files: %s" % (spec["target_name"], " ".join(def_files)) + ) + return def_file + + +def _ConvertToolsToExpectedForm(tools): + """Convert tools to a form expected by Visual Studio. + + Arguments: + tools: A dictionary of settings; the tool name is the key. + Returns: + A list of Tool objects. + """ + tool_list = [] + for tool, settings in tools.items(): + # Collapse settings with lists. + settings_fixed = {} + for setting, value in settings.items(): + if type(value) == list: + if ( + tool == "VCLinkerTool" and setting == "AdditionalDependencies" + ) or setting == "AdditionalOptions": + settings_fixed[setting] = " ".join(value) + else: + settings_fixed[setting] = ";".join(value) + else: + settings_fixed[setting] = value + # Add in this tool. + tool_list.append(MSVSProject.Tool(tool, settings_fixed)) + return tool_list + + +def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name): + """Add to the project file the configuration specified by config. + + Arguments: + p: The target project being generated. + spec: the target project dict. + tools: A dictionary of settings; the tool name is the key. + config: The dictionary that defines the special processing to be done + for this configuration. + config_type: The configuration type, a number as defined by Microsoft. + config_name: The name of the configuration. + """ + attributes = _GetMSVSAttributes(spec, config, config_type) + # Add in this configuration. + tool_list = _ConvertToolsToExpectedForm(tools) + p.AddConfig(_ConfigFullName(config_name, config), attrs=attributes, tools=tool_list) + + +def _GetMSVSAttributes(spec, config, config_type): + # Prepare configuration attributes. + prepared_attrs = {} + source_attrs = config.get("msvs_configuration_attributes", {}) + for a in source_attrs: + prepared_attrs[a] = source_attrs[a] + # Add props files. + vsprops_dirs = config.get("msvs_props", []) + vsprops_dirs = _FixPaths(vsprops_dirs) + if vsprops_dirs: + prepared_attrs["InheritedPropertySheets"] = ";".join(vsprops_dirs) + # Set configuration type. + prepared_attrs["ConfigurationType"] = config_type + output_dir = prepared_attrs.get( + "OutputDirectory", "$(SolutionDir)$(ConfigurationName)" + ) + prepared_attrs["OutputDirectory"] = _FixPath(output_dir) + "\\" + if "IntermediateDirectory" not in prepared_attrs: + intermediate = "$(ConfigurationName)\\obj\\$(ProjectName)" + prepared_attrs["IntermediateDirectory"] = _FixPath(intermediate) + "\\" + else: + intermediate = _FixPath(prepared_attrs["IntermediateDirectory"]) + "\\" + intermediate = MSVSSettings.FixVCMacroSlashes(intermediate) + prepared_attrs["IntermediateDirectory"] = intermediate + return prepared_attrs + + +def _AddNormalizedSources(sources_set, sources_array): + sources_set.update(_NormalizedSource(s) for s in sources_array) + + +def _PrepareListOfSources(spec, generator_flags, gyp_file): + """Prepare list of sources and excluded sources. + + Besides the sources specified directly in the spec, adds the gyp file so + that a change to it will cause a re-compile. Also adds appropriate sources + for actions and copies. Assumes later stage will un-exclude files which + have custom build steps attached. + + Arguments: + spec: The target dictionary containing the properties of the target. + gyp_file: The name of the gyp file. + Returns: + A pair of (list of sources, list of excluded sources). + The sources will be relative to the gyp file. + """ + sources = OrderedSet() + _AddNormalizedSources(sources, spec.get("sources", [])) + excluded_sources = OrderedSet() + # Add in the gyp file. + if not generator_flags.get("standalone"): + sources.add(gyp_file) + + # Add in 'action' inputs and outputs. + for a in spec.get("actions", []): + inputs = a["inputs"] + inputs = [_NormalizedSource(i) for i in inputs] + # Add all inputs to sources and excluded sources. + inputs = OrderedSet(inputs) + sources.update(inputs) + if not spec.get("msvs_external_builder"): + excluded_sources.update(inputs) + if int(a.get("process_outputs_as_sources", False)): + _AddNormalizedSources(sources, a.get("outputs", [])) + # Add in 'copies' inputs and outputs. + for cpy in spec.get("copies", []): + _AddNormalizedSources(sources, cpy.get("files", [])) + return (sources, excluded_sources) + + +def _AdjustSourcesAndConvertToFilterHierarchy( + spec, options, gyp_dir, sources, excluded_sources, list_excluded, version +): + """Adjusts the list of sources and excluded sources. + + Also converts the sets to lists. + + Arguments: + spec: The target dictionary containing the properties of the target. + options: Global generator options. + gyp_dir: The path to the gyp file being processed. + sources: A set of sources to be included for this project. + excluded_sources: A set of sources to be excluded for this project. + version: A MSVSVersion object. + Returns: + A trio of (list of sources, list of excluded sources, + path of excluded IDL file) + """ + # Exclude excluded sources coming into the generator. + excluded_sources.update(OrderedSet(spec.get("sources_excluded", []))) + # Add excluded sources into sources for good measure. + sources.update(excluded_sources) + # Convert to proper windows form. + # NOTE: sources goes from being a set to a list here. + # NOTE: excluded_sources goes from being a set to a list here. + sources = _FixPaths(sources) + # Convert to proper windows form. + excluded_sources = _FixPaths(excluded_sources) + + excluded_idl = _IdlFilesHandledNonNatively(spec, sources) + + precompiled_related = _GetPrecompileRelatedFiles(spec) + # Find the excluded ones, minus the precompiled header related ones. + fully_excluded = [i for i in excluded_sources if i not in precompiled_related] + + # Convert to folders and the right slashes. + sources = [i.split("\\") for i in sources] + sources = _ConvertSourcesToFilterHierarchy( + sources, + excluded=fully_excluded, + list_excluded=list_excluded, + msvs_version=version, + ) + + # Prune filters with a single child to flatten ugly directory structures + # such as ../../src/modules/module1 etc. + if version.UsesVcxproj(): + while ( + all([isinstance(s, MSVSProject.Filter) for s in sources]) + and len({s.name for s in sources}) == 1 + ): + assert all([len(s.contents) == 1 for s in sources]) + sources = [s.contents[0] for s in sources] + else: + while len(sources) == 1 and isinstance(sources[0], MSVSProject.Filter): + sources = sources[0].contents + + return sources, excluded_sources, excluded_idl + + +def _IdlFilesHandledNonNatively(spec, sources): + # If any non-native rules use 'idl' as an extension exclude idl files. + # Gather a list here to use later. + using_idl = False + for rule in spec.get("rules", []): + if rule["extension"] == "idl" and int(rule.get("msvs_external_rule", 0)): + using_idl = True + break + if using_idl: + excluded_idl = [i for i in sources if i.endswith(".idl")] + else: + excluded_idl = [] + return excluded_idl + + +def _GetPrecompileRelatedFiles(spec): + # Gather a list of precompiled header related sources. + precompiled_related = [] + for _, config in spec["configurations"].items(): + for k in precomp_keys: + f = config.get(k) + if f: + precompiled_related.append(_FixPath(f)) + return precompiled_related + + +def _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, list_excluded): + exclusions = _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl) + for file_name, excluded_configs in exclusions.items(): + if not list_excluded and len(excluded_configs) == len(spec["configurations"]): + # If we're not listing excluded files, then they won't appear in the + # project, so don't try to configure them to be excluded. + pass + else: + for config_name, config in excluded_configs: + p.AddFileConfig( + file_name, + _ConfigFullName(config_name, config), + {"ExcludedFromBuild": "true"}, + ) + + +def _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl): + exclusions = {} + # Exclude excluded sources from being built. + for f in excluded_sources: + excluded_configs = [] + for config_name, config in spec["configurations"].items(): + precomped = [_FixPath(config.get(i, "")) for i in precomp_keys] + # Don't do this for ones that are precompiled header related. + if f not in precomped: + excluded_configs.append((config_name, config)) + exclusions[f] = excluded_configs + # If any non-native rules use 'idl' as an extension exclude idl files. + # Exclude them now. + for f in excluded_idl: + excluded_configs = [] + for config_name, config in spec["configurations"].items(): + excluded_configs.append((config_name, config)) + exclusions[f] = excluded_configs + return exclusions + + +def _AddToolFilesToMSVS(p, spec): + # Add in tool files (rules). + tool_files = OrderedSet() + for _, config in spec["configurations"].items(): + for f in config.get("msvs_tool_files", []): + tool_files.add(f) + for f in tool_files: + p.AddToolFile(f) + + +def _HandlePreCompiledHeaders(p, sources, spec): + # Pre-compiled header source stubs need a different compiler flag + # (generate precompiled header) and any source file not of the same + # kind (i.e. C vs. C++) as the precompiled header source stub needs + # to have use of precompiled headers disabled. + extensions_excluded_from_precompile = [] + for config_name, config in spec["configurations"].items(): + source = config.get("msvs_precompiled_source") + if source: + source = _FixPath(source) + # UsePrecompiledHeader=1 for if using precompiled headers. + tool = MSVSProject.Tool("VCCLCompilerTool", {"UsePrecompiledHeader": "1"}) + p.AddFileConfig( + source, _ConfigFullName(config_name, config), {}, tools=[tool] + ) + basename, extension = os.path.splitext(source) + if extension == ".c": + extensions_excluded_from_precompile = [".cc", ".cpp", ".cxx"] + else: + extensions_excluded_from_precompile = [".c"] + + def DisableForSourceTree(source_tree): + for source in source_tree: + if isinstance(source, MSVSProject.Filter): + DisableForSourceTree(source.contents) + else: + basename, extension = os.path.splitext(source) + if extension in extensions_excluded_from_precompile: + for config_name, config in spec["configurations"].items(): + tool = MSVSProject.Tool( + "VCCLCompilerTool", + { + "UsePrecompiledHeader": "0", + "ForcedIncludeFiles": "$(NOINHERIT)", + }, + ) + p.AddFileConfig( + _FixPath(source), + _ConfigFullName(config_name, config), + {}, + tools=[tool], + ) + + # Do nothing if there was no precompiled source. + if extensions_excluded_from_precompile: + DisableForSourceTree(sources) + + +def _AddActions(actions_to_add, spec, relative_path_of_gyp_file): + # Add actions. + actions = spec.get("actions", []) + # Don't setup_env every time. When all the actions are run together in one + # batch file in VS, the PATH will grow too long. + # Membership in this set means that the cygwin environment has been set up, + # and does not need to be set up again. + have_setup_env = set() + for a in actions: + # Attach actions to the gyp file if nothing else is there. + inputs = a.get("inputs") or [relative_path_of_gyp_file] + attached_to = inputs[0] + need_setup_env = attached_to not in have_setup_env + cmd = _BuildCommandLineForRule( + spec, a, has_input_path=False, do_setup_env=need_setup_env + ) + have_setup_env.add(attached_to) + # Add the action. + _AddActionStep( + actions_to_add, + inputs=inputs, + outputs=a.get("outputs", []), + description=a.get("message", a["action_name"]), + command=cmd, + ) + + +def _WriteMSVSUserFile(project_path, version, spec): + # Add run_as and test targets. + if "run_as" in spec: + run_as = spec["run_as"] + action = run_as.get("action", []) + environment = run_as.get("environment", []) + working_directory = run_as.get("working_directory", ".") + elif int(spec.get("test", 0)): + action = ["$(TargetPath)", "--gtest_print_time"] + environment = [] + working_directory = "." + else: + return # Nothing to add + # Write out the user file. + user_file = _CreateMSVSUserFile(project_path, version, spec) + for config_name, c_data in spec["configurations"].items(): + user_file.AddDebugSettings( + _ConfigFullName(config_name, c_data), action, environment, working_directory + ) + user_file.WriteIfChanged() + + +def _AddCopies(actions_to_add, spec): + copies = _GetCopies(spec) + for inputs, outputs, cmd, description in copies: + _AddActionStep( + actions_to_add, + inputs=inputs, + outputs=outputs, + description=description, + command=cmd, + ) + + +def _GetCopies(spec): + copies = [] + # Add copies. + for cpy in spec.get("copies", []): + for src in cpy.get("files", []): + dst = os.path.join(cpy["destination"], os.path.basename(src)) + # _AddCustomBuildToolForMSVS() will call _FixPath() on the inputs and + # outputs, so do the same for our generated command line. + if src.endswith("/"): + src_bare = src[:-1] + base_dir = posixpath.split(src_bare)[0] + outer_dir = posixpath.split(src_bare)[1] + fixed_dst = _FixPath(dst) + full_dst = f'"{fixed_dst}\\{outer_dir}\\"' + cmd = 'mkdir {} 2>nul & cd "{}" && xcopy /e /f /y "{}" {}'.format( + full_dst, + _FixPath(base_dir), + outer_dir, + full_dst, + ) + copies.append( + ( + [src], + ["dummy_copies", dst], + cmd, + f"Copying {src} to {fixed_dst}", + ) + ) + else: + fix_dst = _FixPath(cpy["destination"]) + cmd = 'mkdir "{}" 2>nul & set ERRORLEVEL=0 & copy /Y "{}" "{}"'.format( + fix_dst, + _FixPath(src), + _FixPath(dst), + ) + copies.append(([src], [dst], cmd, f"Copying {src} to {fix_dst}")) + return copies + + +def _GetPathDict(root, path): + # |path| will eventually be empty (in the recursive calls) if it was initially + # relative; otherwise it will eventually end up as '\', 'D:\', etc. + if not path or path.endswith(os.sep): + return root + parent, folder = os.path.split(path) + parent_dict = _GetPathDict(root, parent) + if folder not in parent_dict: + parent_dict[folder] = dict() + return parent_dict[folder] + + +def _DictsToFolders(base_path, bucket, flat): + # Convert to folders recursively. + children = [] + for folder, contents in bucket.items(): + if type(contents) == dict: + folder_children = _DictsToFolders( + os.path.join(base_path, folder), contents, flat + ) + if flat: + children += folder_children + else: + folder_children = MSVSNew.MSVSFolder( + os.path.join(base_path, folder), + name="(" + folder + ")", + entries=folder_children, + ) + children.append(folder_children) + else: + children.append(contents) + return children + + +def _CollapseSingles(parent, node): + # Recursively explorer the tree of dicts looking for projects which are + # the sole item in a folder which has the same name as the project. Bring + # such projects up one level. + if type(node) == dict and len(node) == 1 and next(iter(node)) == parent + ".vcproj": + return node[next(iter(node))] + if type(node) != dict: + return node + for child in node: + node[child] = _CollapseSingles(child, node[child]) + return node + + +def _GatherSolutionFolders(sln_projects, project_objects, flat): + root = {} + # Convert into a tree of dicts on path. + for p in sln_projects: + gyp_file, target = gyp.common.ParseQualifiedTarget(p)[0:2] + if p.endswith("#host"): + target += "_host" + gyp_dir = os.path.dirname(gyp_file) + path_dict = _GetPathDict(root, gyp_dir) + path_dict[target + ".vcproj"] = project_objects[p] + # Walk down from the top until we hit a folder that has more than one entry. + # In practice, this strips the top-level "src/" dir from the hierarchy in + # the solution. + while len(root) == 1 and type(root[next(iter(root))]) == dict: + root = root[next(iter(root))] + # Collapse singles. + root = _CollapseSingles("", root) + # Merge buckets until everything is a root entry. + return _DictsToFolders("", root, flat) + + +def _GetPathOfProject(qualified_target, spec, options, msvs_version): + default_config = _GetDefaultConfiguration(spec) + proj_filename = default_config.get("msvs_existing_vcproj") + if not proj_filename: + proj_filename = spec["target_name"] + if spec["toolset"] == "host": + proj_filename += "_host" + proj_filename = proj_filename + options.suffix + msvs_version.ProjectExtension() + + build_file = gyp.common.BuildFile(qualified_target) + proj_path = os.path.join(os.path.dirname(build_file), proj_filename) + fix_prefix = None + if options.generator_output: + project_dir_path = os.path.dirname(os.path.abspath(proj_path)) + proj_path = os.path.join(options.generator_output, proj_path) + fix_prefix = gyp.common.RelativePath( + project_dir_path, os.path.dirname(proj_path) + ) + return proj_path, fix_prefix + + +def _GetPlatformOverridesOfProject(spec): + # Prepare a dict indicating which project configurations are used for which + # solution configurations for this target. + config_platform_overrides = {} + for config_name, c in spec["configurations"].items(): + config_fullname = _ConfigFullName(config_name, c) + platform = c.get("msvs_target_platform", _ConfigPlatform(c)) + fixed_config_fullname = "{}|{}".format( + _ConfigBaseName(config_name, _ConfigPlatform(c)), + platform, + ) + if spec["toolset"] == "host" and generator_supports_multiple_toolsets: + fixed_config_fullname = f"{config_name}|x64" + config_platform_overrides[config_fullname] = fixed_config_fullname + return config_platform_overrides + + +def _CreateProjectObjects(target_list, target_dicts, options, msvs_version): + """Create a MSVSProject object for the targets found in target list. + + Arguments: + target_list: the list of targets to generate project objects for. + target_dicts: the dictionary of specifications. + options: global generator options. + msvs_version: the MSVSVersion object. + Returns: + A set of created projects, keyed by target. + """ + global fixpath_prefix + # Generate each project. + projects = {} + for qualified_target in target_list: + spec = target_dicts[qualified_target] + proj_path, fixpath_prefix = _GetPathOfProject( + qualified_target, spec, options, msvs_version + ) + guid = _GetGuidOfProject(proj_path, spec) + overrides = _GetPlatformOverridesOfProject(spec) + build_file = gyp.common.BuildFile(qualified_target) + # Create object for this project. + target_name = spec["target_name"] + if spec["toolset"] == "host": + target_name += "_host" + obj = MSVSNew.MSVSProject( + proj_path, + name=target_name, + guid=guid, + spec=spec, + build_file=build_file, + config_platform_overrides=overrides, + fixpath_prefix=fixpath_prefix, + ) + # Set project toolset if any (MS build only) + if msvs_version.UsesVcxproj(): + obj.set_msbuild_toolset( + _GetMsbuildToolsetOfProject(proj_path, spec, msvs_version) + ) + projects[qualified_target] = obj + # Set all the dependencies, but not if we are using an external builder like + # ninja + for project in projects.values(): + if not project.spec.get("msvs_external_builder"): + deps = project.spec.get("dependencies", []) + deps = [projects[d] for d in deps] + project.set_dependencies(deps) + return projects + + +def _InitNinjaFlavor(params, target_list, target_dicts): + """Initialize targets for the ninja flavor. + + This sets up the necessary variables in the targets to generate msvs projects + that use ninja as an external builder. The variables in the spec are only set + if they have not been set. This allows individual specs to override the + default values initialized here. + Arguments: + params: Params provided to the generator. + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + """ + for qualified_target in target_list: + spec = target_dicts[qualified_target] + if spec.get("msvs_external_builder"): + # The spec explicitly defined an external builder, so don't change it. + continue + + path_to_ninja = spec.get("msvs_path_to_ninja", "ninja.exe") + + spec["msvs_external_builder"] = "ninja" + if not spec.get("msvs_external_builder_out_dir"): + gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) + gyp_dir = os.path.dirname(gyp_file) + configuration = "$(Configuration)" + if params.get("target_arch") == "x64": + configuration += "_x64" + if params.get("target_arch") == "arm64": + configuration += "_arm64" + spec["msvs_external_builder_out_dir"] = os.path.join( + gyp.common.RelativePath(params["options"].toplevel_dir, gyp_dir), + ninja_generator.ComputeOutputDir(params), + configuration, + ) + if not spec.get("msvs_external_builder_build_cmd"): + spec["msvs_external_builder_build_cmd"] = [ + path_to_ninja, + "-C", + "$(OutDir)", + "$(ProjectName)", + ] + if not spec.get("msvs_external_builder_clean_cmd"): + spec["msvs_external_builder_clean_cmd"] = [ + path_to_ninja, + "-C", + "$(OutDir)", + "-tclean", + "$(ProjectName)", + ] + + +def CalculateVariables(default_variables, params): + """Generated variables that require params to be known.""" + + generator_flags = params.get("generator_flags", {}) + + # Select project file format version (if unset, default to auto detecting). + msvs_version = MSVSVersion.SelectVisualStudioVersion( + generator_flags.get("msvs_version", "auto") + ) + # Stash msvs_version for later (so we don't have to probe the system twice). + params["msvs_version"] = msvs_version + + # Set a variable so conditions can be based on msvs_version. + default_variables["MSVS_VERSION"] = msvs_version.ShortName() + + # To determine processor word size on Windows, in addition to checking + # PROCESSOR_ARCHITECTURE (which reflects the word size of the current + # process), it is also necessary to check PROCESSOR_ARCITEW6432 (which + # contains the actual word size of the system when running thru WOW64). + if ( + os.environ.get("PROCESSOR_ARCHITECTURE", "").find("64") >= 0 + or os.environ.get("PROCESSOR_ARCHITEW6432", "").find("64") >= 0 + ): + default_variables["MSVS_OS_BITS"] = 64 + else: + default_variables["MSVS_OS_BITS"] = 32 + + if gyp.common.GetFlavor(params) == "ninja": + default_variables["SHARED_INTERMEDIATE_DIR"] = "$(OutDir)gen" + + +def PerformBuild(data, configurations, params): + options = params["options"] + msvs_version = params["msvs_version"] + devenv = os.path.join(msvs_version.path, "Common7", "IDE", "devenv.com") + + for build_file, build_file_dict in data.items(): + (build_file_root, build_file_ext) = os.path.splitext(build_file) + if build_file_ext != ".gyp": + continue + sln_path = build_file_root + options.suffix + ".sln" + if options.generator_output: + sln_path = os.path.join(options.generator_output, sln_path) + + for config in configurations: + arguments = [devenv, sln_path, "/Build", config] + print(f"Building [{config}]: {arguments}") + subprocess.check_call(arguments) + + +def CalculateGeneratorInputInfo(params): + if params.get("flavor") == "ninja": + toplevel = params["options"].toplevel_dir + qualified_out_dir = os.path.normpath( + os.path.join( + toplevel, + ninja_generator.ComputeOutputDir(params), + "gypfiles-msvs-ninja", + ) + ) + + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": toplevel, + "qualified_out_dir": qualified_out_dir, + } + + +def GenerateOutput(target_list, target_dicts, data, params): + """Generate .sln and .vcproj files. + + This is the entry point for this generator. + Arguments: + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + data: Dictionary containing per .gyp data. + """ + global fixpath_prefix + + options = params["options"] + + # Get the project file format version back out of where we stashed it in + # GeneratorCalculatedVariables. + msvs_version = params["msvs_version"] + + generator_flags = params.get("generator_flags", {}) + + # Optionally shard targets marked with 'msvs_shard': SHARD_COUNT. + (target_list, target_dicts) = MSVSUtil.ShardTargets(target_list, target_dicts) + + # Optionally use the large PDB workaround for targets marked with + # 'msvs_large_pdb': 1. + (target_list, target_dicts) = MSVSUtil.InsertLargePdbShims( + target_list, target_dicts, generator_default_variables + ) + + # Optionally configure each spec to use ninja as the external builder. + if params.get("flavor") == "ninja": + _InitNinjaFlavor(params, target_list, target_dicts) + + # Prepare the set of configurations. + configs = set() + for qualified_target in target_list: + spec = target_dicts[qualified_target] + for config_name, config in spec["configurations"].items(): + config_name = _ConfigFullName(config_name, config) + configs.add(config_name) + if config_name == "Release|arm64": + configs.add("Release|x64") + configs = list(configs) + + # Figure out all the projects that will be generated and their guids + project_objects = _CreateProjectObjects( + target_list, target_dicts, options, msvs_version + ) + + # Generate each project. + missing_sources = [] + for project in project_objects.values(): + fixpath_prefix = project.fixpath_prefix + missing_sources.extend( + _GenerateProject(project, options, msvs_version, generator_flags, spec) + ) + fixpath_prefix = None + + for build_file in data: + # Validate build_file extension + target_only_configs = configs + if generator_supports_multiple_toolsets: + target_only_configs = [i for i in configs if i.endswith("arm64")] + if not build_file.endswith(".gyp"): + continue + sln_path = os.path.splitext(build_file)[0] + options.suffix + ".sln" + if options.generator_output: + sln_path = os.path.join(options.generator_output, sln_path) + # Get projects in the solution, and their dependents. + sln_projects = gyp.common.BuildFileTargets(target_list, build_file) + sln_projects += gyp.common.DeepDependencyTargets(target_dicts, sln_projects) + # Create folder hierarchy. + root_entries = _GatherSolutionFolders( + sln_projects, project_objects, flat=msvs_version.FlatSolution() + ) + # Create solution. + sln = MSVSNew.MSVSSolution( + sln_path, + entries=root_entries, + variants=target_only_configs, + websiteProperties=False, + version=msvs_version, + ) + sln.Write() + + if missing_sources: + error_message = "Missing input files:\n" + "\n".join(set(missing_sources)) + if generator_flags.get("msvs_error_on_missing_sources", False): + raise GypError(error_message) + else: + print("Warning: " + error_message, file=sys.stdout) + + +def _GenerateMSBuildFiltersFile( + filters_path, + source_files, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, +): + """Generate the filters file. + + This file is used by Visual Studio to organize the presentation of source + files into folders. + + Arguments: + filters_path: The path of the file to be created. + source_files: The hierarchical structure of all the sources. + extension_to_rule_name: A dictionary mapping file extensions to rules. + """ + filter_group = [] + source_group = [] + _AppendFiltersForMSBuild( + "", + source_files, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, + filter_group, + source_group, + ) + if filter_group: + content = [ + "Project", + { + "ToolsVersion": "4.0", + "xmlns": "http://schemas.microsoft.com/developer/msbuild/2003", + }, + ["ItemGroup"] + filter_group, + ["ItemGroup"] + source_group, + ] + easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True) + elif os.path.exists(filters_path): + # We don't need this filter anymore. Delete the old filter file. + os.unlink(filters_path) + + +def _AppendFiltersForMSBuild( + parent_filter_name, + sources, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, + filter_group, + source_group, +): + """Creates the list of filters and sources to be added in the filter file. + + Args: + parent_filter_name: The name of the filter under which the sources are + found. + sources: The hierarchy of filters and sources to process. + extension_to_rule_name: A dictionary mapping file extensions to rules. + filter_group: The list to which filter entries will be appended. + source_group: The list to which source entries will be appended. + """ + for source in sources: + if isinstance(source, MSVSProject.Filter): + # We have a sub-filter. Create the name of that sub-filter. + if not parent_filter_name: + filter_name = source.name + else: + filter_name = f"{parent_filter_name}\\{source.name}" + # Add the filter to the group. + filter_group.append( + [ + "Filter", + {"Include": filter_name}, + ["UniqueIdentifier", MSVSNew.MakeGuid(source.name)], + ] + ) + # Recurse and add its dependents. + _AppendFiltersForMSBuild( + filter_name, + source.contents, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, + filter_group, + source_group, + ) + else: + # It's a source. Create a source entry. + _, element = _MapFileToMsBuildSourceType( + source, rule_dependencies, extension_to_rule_name, platforms, toolset + ) + source_entry = [element, {"Include": source}] + # Specify the filter it is part of, if any. + if parent_filter_name: + source_entry.append(["Filter", parent_filter_name]) + source_group.append(source_entry) + + +def _MapFileToMsBuildSourceType( + source, rule_dependencies, extension_to_rule_name, platforms, toolset +): + """Returns the group and element type of the source file. + + Arguments: + source: The source file name. + extension_to_rule_name: A dictionary mapping file extensions to rules. + + Returns: + A pair of (group this file should be part of, the label of element) + """ + _, ext = os.path.splitext(source) + ext = ext.lower() + if ext in extension_to_rule_name: + group = "rule" + element = extension_to_rule_name[ext] + elif ext in [".cc", ".cpp", ".c", ".cxx", ".mm"]: + group = "compile" + element = "ClCompile" + elif ext in [".h", ".hxx"]: + group = "include" + element = "ClInclude" + elif ext == ".rc": + group = "resource" + element = "ResourceCompile" + elif ext in [".s", ".asm"]: + group = "masm" + element = "MASM" + if "arm64" in platforms and toolset == "target": + element = "MARMASM" + elif ext == ".idl": + group = "midl" + element = "Midl" + elif source in rule_dependencies: + group = "rule_dependency" + element = "CustomBuild" + else: + group = "none" + element = "None" + return (group, element) + + +def _GenerateRulesForMSBuild( + output_dir, + options, + spec, + sources, + excluded_sources, + props_files_of_rules, + targets_files_of_rules, + actions_to_add, + rule_dependencies, + extension_to_rule_name, +): + # MSBuild rules are implemented using three files: an XML file, a .targets + # file and a .props file. + # For more details see: + # https://devblogs.microsoft.com/cppblog/quick-help-on-vs2010-custom-build-rule/ + rules = spec.get("rules", []) + rules_native = [r for r in rules if not int(r.get("msvs_external_rule", 0))] + rules_external = [r for r in rules if int(r.get("msvs_external_rule", 0))] + + msbuild_rules = [] + for rule in rules_native: + # Skip a rule with no action and no inputs. + if "action" not in rule and not rule.get("rule_sources", []): + continue + msbuild_rule = MSBuildRule(rule, spec) + msbuild_rules.append(msbuild_rule) + rule_dependencies.update(msbuild_rule.additional_dependencies.split(";")) + extension_to_rule_name[msbuild_rule.extension] = msbuild_rule.rule_name + if msbuild_rules: + base = spec["target_name"] + options.suffix + props_name = base + ".props" + targets_name = base + ".targets" + xml_name = base + ".xml" + + props_files_of_rules.add(props_name) + targets_files_of_rules.add(targets_name) + + props_path = os.path.join(output_dir, props_name) + targets_path = os.path.join(output_dir, targets_name) + xml_path = os.path.join(output_dir, xml_name) + + _GenerateMSBuildRulePropsFile(props_path, msbuild_rules) + _GenerateMSBuildRuleTargetsFile(targets_path, msbuild_rules) + _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules) + + if rules_external: + _GenerateExternalRules( + rules_external, output_dir, spec, sources, options, actions_to_add + ) + _AdjustSourcesForRules(rules, sources, excluded_sources, True) + + +class MSBuildRule: + """Used to store information used to generate an MSBuild rule. + + Attributes: + rule_name: The rule name, sanitized to use in XML. + target_name: The name of the target. + after_targets: The name of the AfterTargets element. + before_targets: The name of the BeforeTargets element. + depends_on: The name of the DependsOn element. + compute_output: The name of the ComputeOutput element. + dirs_to_make: The name of the DirsToMake element. + inputs: The name of the _inputs element. + tlog: The name of the _tlog element. + extension: The extension this rule applies to. + description: The message displayed when this rule is invoked. + additional_dependencies: A string listing additional dependencies. + outputs: The outputs of this rule. + command: The command used to run the rule. + """ + + def __init__(self, rule, spec): + self.display_name = rule["rule_name"] + # Assure that the rule name is only characters and numbers + self.rule_name = re.sub(r"\W", "_", self.display_name) + # Create the various element names, following the example set by the + # Visual Studio 2008 to 2010 conversion. I don't know if VS2010 + # is sensitive to the exact names. + self.target_name = "_" + self.rule_name + self.after_targets = self.rule_name + "AfterTargets" + self.before_targets = self.rule_name + "BeforeTargets" + self.depends_on = self.rule_name + "DependsOn" + self.compute_output = "Compute%sOutput" % self.rule_name + self.dirs_to_make = self.rule_name + "DirsToMake" + self.inputs = self.rule_name + "_inputs" + self.tlog = self.rule_name + "_tlog" + self.extension = rule["extension"] + if not self.extension.startswith("."): + self.extension = "." + self.extension + + self.description = MSVSSettings.ConvertVCMacrosToMSBuild( + rule.get("message", self.rule_name) + ) + old_additional_dependencies = _FixPaths(rule.get("inputs", [])) + self.additional_dependencies = ";".join( + [ + MSVSSettings.ConvertVCMacrosToMSBuild(i) + for i in old_additional_dependencies + ] + ) + old_outputs = _FixPaths(rule.get("outputs", [])) + self.outputs = ";".join( + [MSVSSettings.ConvertVCMacrosToMSBuild(i) for i in old_outputs] + ) + old_command = _BuildCommandLineForRule( + spec, rule, has_input_path=True, do_setup_env=True + ) + self.command = MSVSSettings.ConvertVCMacrosToMSBuild(old_command) + + +def _GenerateMSBuildRulePropsFile(props_path, msbuild_rules): + """Generate the .props file.""" + content = [ + "Project", + {"xmlns": "http://schemas.microsoft.com/developer/msbuild/2003"}, + ] + for rule in msbuild_rules: + content.extend( + [ + [ + "PropertyGroup", + { + "Condition": "'$(%s)' == '' and '$(%s)' == '' and " + "'$(ConfigurationType)' != 'Makefile'" + % (rule.before_targets, rule.after_targets) + }, + [rule.before_targets, "Midl"], + [rule.after_targets, "CustomBuild"], + ], + [ + "PropertyGroup", + [ + rule.depends_on, + {"Condition": "'$(ConfigurationType)' != 'Makefile'"}, + "_SelectedFiles;$(%s)" % rule.depends_on, + ], + ], + [ + "ItemDefinitionGroup", + [ + rule.rule_name, + ["CommandLineTemplate", rule.command], + ["Outputs", rule.outputs], + ["ExecutionDescription", rule.description], + ["AdditionalDependencies", rule.additional_dependencies], + ], + ], + ] + ) + easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True) + + +def _GenerateMSBuildRuleTargetsFile(targets_path, msbuild_rules): + """Generate the .targets file.""" + content = [ + "Project", + {"xmlns": "http://schemas.microsoft.com/developer/msbuild/2003"}, + ] + item_group = [ + "ItemGroup", + [ + "PropertyPageSchema", + {"Include": "$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml"}, + ], + ] + for rule in msbuild_rules: + item_group.append( + [ + "AvailableItemName", + {"Include": rule.rule_name}, + ["Targets", rule.target_name], + ] + ) + content.append(item_group) + + for rule in msbuild_rules: + content.append( + [ + "UsingTask", + { + "TaskName": rule.rule_name, + "TaskFactory": "XamlTaskFactory", + "AssemblyName": "Microsoft.Build.Tasks.v4.0", + }, + ["Task", "$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml"], + ] + ) + for rule in msbuild_rules: + rule_name = rule.rule_name + target_outputs = "%%(%s.Outputs)" % rule_name + target_inputs = ( + "%%(%s.Identity);%%(%s.AdditionalDependencies);" "$(MSBuildProjectFile)" + ) % (rule_name, rule_name) + rule_inputs = "%%(%s.Identity)" % rule_name + extension_condition = ( + "'%(Extension)'=='.obj' or " + "'%(Extension)'=='.res' or " + "'%(Extension)'=='.rsc' or " + "'%(Extension)'=='.lib'" + ) + remove_section = [ + "ItemGroup", + {"Condition": "'@(SelectedFiles)' != ''"}, + [ + rule_name, + { + "Remove": "@(%s)" % rule_name, + "Condition": "'%(Identity)' != '@(SelectedFiles)'", + }, + ], + ] + inputs_section = [ + "ItemGroup", + [rule.inputs, {"Include": "%%(%s.AdditionalDependencies)" % rule_name}], + ] + logging_section = [ + "ItemGroup", + [ + rule.tlog, + { + "Include": "%%(%s.Outputs)" % rule_name, + "Condition": ( + "'%%(%s.Outputs)' != '' and " + "'%%(%s.ExcludedFromBuild)' != 'true'" % (rule_name, rule_name) + ), + }, + ["Source", "@(%s, '|')" % rule_name], + ["Inputs", "@(%s -> '%%(Fullpath)', ';')" % rule.inputs], + ], + ] + message_section = [ + "Message", + {"Importance": "High", "Text": "%%(%s.ExecutionDescription)" % rule_name}, + ] + write_tlog_section = [ + "WriteLinesToFile", + { + "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " + "'true'" % (rule.tlog, rule.tlog), + "File": "$(IntDir)$(ProjectName).write.1.tlog", + "Lines": "^%%(%s.Source);@(%s->'%%(Fullpath)')" + % (rule.tlog, rule.tlog), + }, + ] + read_tlog_section = [ + "WriteLinesToFile", + { + "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " + "'true'" % (rule.tlog, rule.tlog), + "File": "$(IntDir)$(ProjectName).read.1.tlog", + "Lines": f"^%({rule.tlog}.Source);%({rule.tlog}.Inputs)", + }, + ] + command_and_input_section = [ + rule_name, + { + "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " + "'true'" % (rule_name, rule_name), + "EchoOff": "true", + "StandardOutputImportance": "High", + "StandardErrorImportance": "High", + "CommandLineTemplate": "%%(%s.CommandLineTemplate)" % rule_name, + "AdditionalOptions": "%%(%s.AdditionalOptions)" % rule_name, + "Inputs": rule_inputs, + }, + ] + content.extend( + [ + [ + "Target", + { + "Name": rule.target_name, + "BeforeTargets": "$(%s)" % rule.before_targets, + "AfterTargets": "$(%s)" % rule.after_targets, + "Condition": "'@(%s)' != ''" % rule_name, + "DependsOnTargets": "$(%s);%s" + % (rule.depends_on, rule.compute_output), + "Outputs": target_outputs, + "Inputs": target_inputs, + }, + remove_section, + inputs_section, + logging_section, + message_section, + write_tlog_section, + read_tlog_section, + command_and_input_section, + ], + [ + "PropertyGroup", + [ + "ComputeLinkInputsTargets", + "$(ComputeLinkInputsTargets);", + "%s;" % rule.compute_output, + ], + [ + "ComputeLibInputsTargets", + "$(ComputeLibInputsTargets);", + "%s;" % rule.compute_output, + ], + ], + [ + "Target", + { + "Name": rule.compute_output, + "Condition": "'@(%s)' != ''" % rule_name, + }, + [ + "ItemGroup", + [ + rule.dirs_to_make, + { + "Condition": "'@(%s)' != '' and " + "'%%(%s.ExcludedFromBuild)' != 'true'" + % (rule_name, rule_name), + "Include": "%%(%s.Outputs)" % rule_name, + }, + ], + [ + "Link", + { + "Include": "%%(%s.Identity)" % rule.dirs_to_make, + "Condition": extension_condition, + }, + ], + [ + "Lib", + { + "Include": "%%(%s.Identity)" % rule.dirs_to_make, + "Condition": extension_condition, + }, + ], + [ + "ImpLib", + { + "Include": "%%(%s.Identity)" % rule.dirs_to_make, + "Condition": extension_condition, + }, + ], + ], + [ + "MakeDir", + { + "Directories": ( + "@(%s->'%%(RootDir)%%(Directory)')" % rule.dirs_to_make + ) + }, + ], + ], + ] + ) + easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True) + + +def _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules): + # Generate the .xml file + content = [ + "ProjectSchemaDefinitions", + { + "xmlns": ( + "clr-namespace:Microsoft.Build.Framework.XamlTypes;" + "assembly=Microsoft.Build.Framework" + ), + "xmlns:x": "http://schemas.microsoft.com/winfx/2006/xaml", + "xmlns:sys": "clr-namespace:System;assembly=mscorlib", + "xmlns:transformCallback": "Microsoft.Cpp.Dev10.ConvertPropertyCallback", + }, + ] + for rule in msbuild_rules: + content.extend( + [ + [ + "Rule", + { + "Name": rule.rule_name, + "PageTemplate": "tool", + "DisplayName": rule.display_name, + "Order": "200", + }, + [ + "Rule.DataSource", + [ + "DataSource", + {"Persistence": "ProjectFile", "ItemType": rule.rule_name}, + ], + ], + [ + "Rule.Categories", + [ + "Category", + {"Name": "General"}, + ["Category.DisplayName", ["sys:String", "General"]], + ], + [ + "Category", + {"Name": "Command Line", "Subtype": "CommandLine"}, + ["Category.DisplayName", ["sys:String", "Command Line"]], + ], + ], + [ + "StringListProperty", + { + "Name": "Inputs", + "Category": "Command Line", + "IsRequired": "true", + "Switch": " ", + }, + [ + "StringListProperty.DataSource", + [ + "DataSource", + { + "Persistence": "ProjectFile", + "ItemType": rule.rule_name, + "SourceType": "Item", + }, + ], + ], + ], + [ + "StringProperty", + { + "Name": "CommandLineTemplate", + "DisplayName": "Command Line", + "Visible": "False", + "IncludeInCommandLine": "False", + }, + ], + [ + "DynamicEnumProperty", + { + "Name": rule.before_targets, + "Category": "General", + "EnumProvider": "Targets", + "IncludeInCommandLine": "False", + }, + [ + "DynamicEnumProperty.DisplayName", + ["sys:String", "Execute Before"], + ], + [ + "DynamicEnumProperty.Description", + [ + "sys:String", + "Specifies the targets for the build customization" + " to run before.", + ], + ], + [ + "DynamicEnumProperty.ProviderSettings", + [ + "NameValuePair", + { + "Name": "Exclude", + "Value": "^%s|^Compute" % rule.before_targets, + }, + ], + ], + [ + "DynamicEnumProperty.DataSource", + [ + "DataSource", + { + "Persistence": "ProjectFile", + "HasConfigurationCondition": "true", + }, + ], + ], + ], + [ + "DynamicEnumProperty", + { + "Name": rule.after_targets, + "Category": "General", + "EnumProvider": "Targets", + "IncludeInCommandLine": "False", + }, + [ + "DynamicEnumProperty.DisplayName", + ["sys:String", "Execute After"], + ], + [ + "DynamicEnumProperty.Description", + [ + "sys:String", + ( + "Specifies the targets for the build customization" + " to run after." + ), + ], + ], + [ + "DynamicEnumProperty.ProviderSettings", + [ + "NameValuePair", + { + "Name": "Exclude", + "Value": "^%s|^Compute" % rule.after_targets, + }, + ], + ], + [ + "DynamicEnumProperty.DataSource", + [ + "DataSource", + { + "Persistence": "ProjectFile", + "ItemType": "", + "HasConfigurationCondition": "true", + }, + ], + ], + ], + [ + "StringListProperty", + { + "Name": "Outputs", + "DisplayName": "Outputs", + "Visible": "False", + "IncludeInCommandLine": "False", + }, + ], + [ + "StringProperty", + { + "Name": "ExecutionDescription", + "DisplayName": "Execution Description", + "Visible": "False", + "IncludeInCommandLine": "False", + }, + ], + [ + "StringListProperty", + { + "Name": "AdditionalDependencies", + "DisplayName": "Additional Dependencies", + "IncludeInCommandLine": "False", + "Visible": "false", + }, + ], + [ + "StringProperty", + { + "Subtype": "AdditionalOptions", + "Name": "AdditionalOptions", + "Category": "Command Line", + }, + [ + "StringProperty.DisplayName", + ["sys:String", "Additional Options"], + ], + [ + "StringProperty.Description", + ["sys:String", "Additional Options"], + ], + ], + ], + [ + "ItemType", + {"Name": rule.rule_name, "DisplayName": rule.display_name}, + ], + [ + "FileExtension", + {"Name": "*" + rule.extension, "ContentType": rule.rule_name}, + ], + [ + "ContentType", + { + "Name": rule.rule_name, + "DisplayName": "", + "ItemType": rule.rule_name, + }, + ], + ] + ) + easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True) + + +def _GetConfigurationAndPlatform(name, settings, spec): + configuration = name.rsplit("_", 1)[0] + platform = settings.get("msvs_configuration_platform", "Win32") + if spec["toolset"] == "host" and platform == "arm64": + platform = "x64" # Host-only tools are always built for x64 + return (configuration, platform) + + +def _GetConfigurationCondition(name, settings, spec): + return r"'$(Configuration)|$(Platform)'=='%s|%s'" % _GetConfigurationAndPlatform( + name, settings, spec + ) + + +def _GetMSBuildProjectConfigurations(configurations, spec): + group = ["ItemGroup", {"Label": "ProjectConfigurations"}] + for (name, settings) in sorted(configurations.items()): + configuration, platform = _GetConfigurationAndPlatform(name, settings, spec) + designation = f"{configuration}|{platform}" + group.append( + [ + "ProjectConfiguration", + {"Include": designation}, + ["Configuration", configuration], + ["Platform", platform], + ] + ) + return [group] + + +def _GetMSBuildGlobalProperties(spec, version, guid, gyp_file_name): + namespace = os.path.splitext(gyp_file_name)[0] + properties = [ + [ + "PropertyGroup", + {"Label": "Globals"}, + ["ProjectGuid", guid], + ["Keyword", "Win32Proj"], + ["RootNamespace", namespace], + ["IgnoreWarnCompileDuplicatedFilename", "true"], + ] + ] + + if ( + os.environ.get("PROCESSOR_ARCHITECTURE") == "AMD64" + or os.environ.get("PROCESSOR_ARCHITEW6432") == "AMD64" + ): + properties[0].append(["PreferredToolArchitecture", "x64"]) + + if spec.get("msvs_target_platform_version"): + target_platform_version = spec.get("msvs_target_platform_version") + properties[0].append(["WindowsTargetPlatformVersion", target_platform_version]) + if spec.get("msvs_target_platform_minversion"): + target_platform_minversion = spec.get("msvs_target_platform_minversion") + properties[0].append( + ["WindowsTargetPlatformMinVersion", target_platform_minversion] + ) + else: + properties[0].append( + ["WindowsTargetPlatformMinVersion", target_platform_version] + ) + + if spec.get("msvs_enable_winrt"): + properties[0].append(["DefaultLanguage", "en-US"]) + properties[0].append(["AppContainerApplication", "true"]) + if spec.get("msvs_application_type_revision"): + app_type_revision = spec.get("msvs_application_type_revision") + properties[0].append(["ApplicationTypeRevision", app_type_revision]) + else: + properties[0].append(["ApplicationTypeRevision", "8.1"]) + if spec.get("msvs_enable_winphone"): + properties[0].append(["ApplicationType", "Windows Phone"]) + else: + properties[0].append(["ApplicationType", "Windows Store"]) + + platform_name = None + msvs_windows_sdk_version = None + for configuration in spec["configurations"].values(): + platform_name = platform_name or _ConfigPlatform(configuration) + msvs_windows_sdk_version = ( + msvs_windows_sdk_version + or _ConfigWindowsTargetPlatformVersion(configuration, version) + ) + if platform_name and msvs_windows_sdk_version: + break + if msvs_windows_sdk_version: + properties[0].append( + ["WindowsTargetPlatformVersion", str(msvs_windows_sdk_version)] + ) + elif version.compatible_sdks: + raise GypError( + "%s requires any SDK of %s version, but none were found" + % (version.description, version.compatible_sdks) + ) + + if platform_name == "ARM": + properties[0].append(["WindowsSDKDesktopARMSupport", "true"]) + + return properties + + +def _GetMSBuildConfigurationDetails(spec, build_file): + properties = {} + for name, settings in spec["configurations"].items(): + msbuild_attributes = _GetMSBuildAttributes(spec, settings, build_file) + condition = _GetConfigurationCondition(name, settings, spec) + character_set = msbuild_attributes.get("CharacterSet") + config_type = msbuild_attributes.get("ConfigurationType") + _AddConditionalProperty(properties, condition, "ConfigurationType", config_type) + if config_type == "Driver": + _AddConditionalProperty(properties, condition, "DriverType", "WDM") + _AddConditionalProperty( + properties, condition, "TargetVersion", _ConfigTargetVersion(settings) + ) + if character_set: + if "msvs_enable_winrt" not in spec: + _AddConditionalProperty( + properties, condition, "CharacterSet", character_set + ) + return _GetMSBuildPropertyGroup(spec, "Configuration", properties) + + +def _GetMSBuildLocalProperties(msbuild_toolset): + # Currently the only local property we support is PlatformToolset + properties = {} + if msbuild_toolset: + properties = [ + [ + "PropertyGroup", + {"Label": "Locals"}, + ["PlatformToolset", msbuild_toolset], + ] + ] + return properties + + +def _GetMSBuildPropertySheets(configurations, spec): + user_props = r"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" + additional_props = {} + props_specified = False + for name, settings in sorted(configurations.items()): + configuration = _GetConfigurationCondition(name, settings, spec) + if "msbuild_props" in settings: + additional_props[configuration] = _FixPaths(settings["msbuild_props"]) + props_specified = True + else: + additional_props[configuration] = "" + + if not props_specified: + return [ + [ + "ImportGroup", + {"Label": "PropertySheets"}, + [ + "Import", + { + "Project": user_props, + "Condition": "exists('%s')" % user_props, + "Label": "LocalAppDataPlatform", + }, + ], + ] + ] + else: + sheets = [] + for condition, props in additional_props.items(): + import_group = [ + "ImportGroup", + {"Label": "PropertySheets", "Condition": condition}, + [ + "Import", + { + "Project": user_props, + "Condition": "exists('%s')" % user_props, + "Label": "LocalAppDataPlatform", + }, + ], + ] + for props_file in props: + import_group.append(["Import", {"Project": props_file}]) + sheets.append(import_group) + return sheets + + +def _ConvertMSVSBuildAttributes(spec, config, build_file): + config_type = _GetMSVSConfigurationType(spec, build_file) + msvs_attributes = _GetMSVSAttributes(spec, config, config_type) + msbuild_attributes = {} + for a in msvs_attributes: + if a in ["IntermediateDirectory", "OutputDirectory"]: + directory = MSVSSettings.ConvertVCMacrosToMSBuild(msvs_attributes[a]) + if not directory.endswith("\\"): + directory += "\\" + msbuild_attributes[a] = directory + elif a == "CharacterSet": + msbuild_attributes[a] = _ConvertMSVSCharacterSet(msvs_attributes[a]) + elif a == "ConfigurationType": + msbuild_attributes[a] = _ConvertMSVSConfigurationType(msvs_attributes[a]) + else: + print("Warning: Do not know how to convert MSVS attribute " + a) + return msbuild_attributes + + +def _ConvertMSVSCharacterSet(char_set): + if char_set.isdigit(): + char_set = {"0": "MultiByte", "1": "Unicode", "2": "MultiByte"}[char_set] + return char_set + + +def _ConvertMSVSConfigurationType(config_type): + if config_type.isdigit(): + config_type = { + "1": "Application", + "2": "DynamicLibrary", + "4": "StaticLibrary", + "5": "Driver", + "10": "Utility", + }[config_type] + return config_type + + +def _GetMSBuildAttributes(spec, config, build_file): + if "msbuild_configuration_attributes" not in config: + msbuild_attributes = _ConvertMSVSBuildAttributes(spec, config, build_file) + + else: + config_type = _GetMSVSConfigurationType(spec, build_file) + config_type = _ConvertMSVSConfigurationType(config_type) + msbuild_attributes = config.get("msbuild_configuration_attributes", {}) + msbuild_attributes.setdefault("ConfigurationType", config_type) + output_dir = msbuild_attributes.get( + "OutputDirectory", "$(SolutionDir)$(Configuration)" + ) + msbuild_attributes["OutputDirectory"] = _FixPath(output_dir) + "\\" + if "IntermediateDirectory" not in msbuild_attributes: + intermediate = _FixPath("$(Configuration)") + "\\" + msbuild_attributes["IntermediateDirectory"] = intermediate + if "CharacterSet" in msbuild_attributes: + msbuild_attributes["CharacterSet"] = _ConvertMSVSCharacterSet( + msbuild_attributes["CharacterSet"] + ) + if "TargetName" not in msbuild_attributes: + prefix = spec.get("product_prefix", "") + product_name = spec.get("product_name", "$(ProjectName)") + target_name = prefix + product_name + msbuild_attributes["TargetName"] = target_name + if "TargetExt" not in msbuild_attributes and "product_extension" in spec: + ext = spec.get("product_extension") + msbuild_attributes["TargetExt"] = "." + ext + + if spec.get("msvs_external_builder"): + external_out_dir = spec.get("msvs_external_builder_out_dir", ".") + msbuild_attributes["OutputDirectory"] = _FixPath(external_out_dir) + "\\" + + # Make sure that 'TargetPath' matches 'Lib.OutputFile' or 'Link.OutputFile' + # (depending on the tool used) to avoid MSB8012 warning. + msbuild_tool_map = { + "executable": "Link", + "shared_library": "Link", + "loadable_module": "Link", + "windows_driver": "Link", + "static_library": "Lib", + } + msbuild_tool = msbuild_tool_map.get(spec["type"]) + if msbuild_tool: + msbuild_settings = config["finalized_msbuild_settings"] + out_file = msbuild_settings[msbuild_tool].get("OutputFile") + if out_file: + msbuild_attributes["TargetPath"] = _FixPath(out_file) + target_ext = msbuild_settings[msbuild_tool].get("TargetExt") + if target_ext: + msbuild_attributes["TargetExt"] = target_ext + + return msbuild_attributes + + +def _GetMSBuildConfigurationGlobalProperties(spec, configurations, build_file): + # TODO(jeanluc) We could optimize out the following and do it only if + # there are actions. + # TODO(jeanluc) Handle the equivalent of setting 'CYGWIN=nontsec'. + new_paths = [] + cygwin_dirs = spec.get("msvs_cygwin_dirs", ["."])[0] + if cygwin_dirs: + cyg_path = "$(MSBuildProjectDirectory)\\%s\\bin\\" % _FixPath(cygwin_dirs) + new_paths.append(cyg_path) + # TODO(jeanluc) Change the convention to have both a cygwin_dir and a + # python_dir. + python_path = cyg_path.replace("cygwin\\bin", "python_26") + new_paths.append(python_path) + if new_paths: + new_paths = "$(ExecutablePath);" + ";".join(new_paths) + + properties = {} + for (name, configuration) in sorted(configurations.items()): + condition = _GetConfigurationCondition(name, configuration, spec) + attributes = _GetMSBuildAttributes(spec, configuration, build_file) + msbuild_settings = configuration["finalized_msbuild_settings"] + _AddConditionalProperty( + properties, condition, "IntDir", attributes["IntermediateDirectory"] + ) + _AddConditionalProperty( + properties, condition, "OutDir", attributes["OutputDirectory"] + ) + _AddConditionalProperty( + properties, condition, "TargetName", attributes["TargetName"] + ) + if "TargetExt" in attributes: + _AddConditionalProperty( + properties, condition, "TargetExt", attributes["TargetExt"] + ) + + if attributes.get("TargetPath"): + _AddConditionalProperty( + properties, condition, "TargetPath", attributes["TargetPath"] + ) + if attributes.get("TargetExt"): + _AddConditionalProperty( + properties, condition, "TargetExt", attributes["TargetExt"] + ) + + if new_paths: + _AddConditionalProperty(properties, condition, "ExecutablePath", new_paths) + tool_settings = msbuild_settings.get("", {}) + for name, value in sorted(tool_settings.items()): + formatted_value = _GetValueFormattedForMSBuild("", name, value) + _AddConditionalProperty(properties, condition, name, formatted_value) + return _GetMSBuildPropertyGroup(spec, None, properties) + + +def _AddConditionalProperty(properties, condition, name, value): + """Adds a property / conditional value pair to a dictionary. + + Arguments: + properties: The dictionary to be modified. The key is the name of the + property. The value is itself a dictionary; its key is the value and + the value a list of condition for which this value is true. + condition: The condition under which the named property has the value. + name: The name of the property. + value: The value of the property. + """ + if name not in properties: + properties[name] = {} + values = properties[name] + if value not in values: + values[value] = [] + conditions = values[value] + conditions.append(condition) + + +# Regex for msvs variable references ( i.e. $(FOO) ). +MSVS_VARIABLE_REFERENCE = re.compile(r"\$\(([a-zA-Z_][a-zA-Z0-9_]*)\)") + + +def _GetMSBuildPropertyGroup(spec, label, properties): + """Returns a PropertyGroup definition for the specified properties. + + Arguments: + spec: The target project dict. + label: An optional label for the PropertyGroup. + properties: The dictionary to be converted. The key is the name of the + property. The value is itself a dictionary; its key is the value and + the value a list of condition for which this value is true. + """ + group = ["PropertyGroup"] + if label: + group.append({"Label": label}) + num_configurations = len(spec["configurations"]) + + def GetEdges(node): + # Use a definition of edges such that user_of_variable -> used_varible. + # This happens to be easier in this case, since a variable's + # definition contains all variables it references in a single string. + edges = set() + for value in sorted(properties[node].keys()): + # Add to edges all $(...) references to variables. + # + # Variable references that refer to names not in properties are excluded + # These can exist for instance to refer built in definitions like + # $(SolutionDir). + # + # Self references are ignored. Self reference is used in a few places to + # append to the default value. I.e. PATH=$(PATH);other_path + edges.update( + { + v + for v in MSVS_VARIABLE_REFERENCE.findall(value) + if v in properties and v != node + } + ) + return edges + + properties_ordered = gyp.common.TopologicallySorted(properties.keys(), GetEdges) + # Walk properties in the reverse of a topological sort on + # user_of_variable -> used_variable as this ensures variables are + # defined before they are used. + # NOTE: reverse(topsort(DAG)) = topsort(reverse_edges(DAG)) + for name in reversed(properties_ordered): + values = properties[name] + for value, conditions in sorted(values.items()): + if len(conditions) == num_configurations: + # If the value is the same all configurations, + # just add one unconditional entry. + group.append([name, value]) + else: + for condition in conditions: + group.append([name, {"Condition": condition}, value]) + return [group] + + +def _GetMSBuildToolSettingsSections(spec, configurations): + groups = [] + for (name, configuration) in sorted(configurations.items()): + msbuild_settings = configuration["finalized_msbuild_settings"] + group = [ + "ItemDefinitionGroup", + {"Condition": _GetConfigurationCondition(name, configuration, spec)}, + ] + for tool_name, tool_settings in sorted(msbuild_settings.items()): + # Skip the tool named '' which is a holder of global settings handled + # by _GetMSBuildConfigurationGlobalProperties. + if tool_name: + if tool_settings: + tool = [tool_name] + for name, value in sorted(tool_settings.items()): + formatted_value = _GetValueFormattedForMSBuild( + tool_name, name, value + ) + tool.append([name, formatted_value]) + group.append(tool) + groups.append(group) + return groups + + +def _FinalizeMSBuildSettings(spec, configuration): + if "msbuild_settings" in configuration: + converted = False + msbuild_settings = configuration["msbuild_settings"] + MSVSSettings.ValidateMSBuildSettings(msbuild_settings) + else: + converted = True + msvs_settings = configuration.get("msvs_settings", {}) + msbuild_settings = MSVSSettings.ConvertToMSBuildSettings(msvs_settings) + include_dirs, midl_include_dirs, resource_include_dirs = _GetIncludeDirs( + configuration + ) + libraries = _GetLibraries(spec) + library_dirs = _GetLibraryDirs(configuration) + out_file, _, msbuild_tool = _GetOutputFilePathAndTool(spec, msbuild=True) + target_ext = _GetOutputTargetExt(spec) + defines = _GetDefines(configuration) + if converted: + # Visual Studio 2010 has TR1 + defines = [d for d in defines if d != "_HAS_TR1=0"] + # Warn of ignored settings + ignored_settings = ["msvs_tool_files"] + for ignored_setting in ignored_settings: + value = configuration.get(ignored_setting) + if value: + print( + "Warning: The automatic conversion to MSBuild does not handle " + "%s. Ignoring setting of %s" % (ignored_setting, str(value)) + ) + + defines = [_EscapeCppDefineForMSBuild(d) for d in defines] + disabled_warnings = _GetDisabledWarnings(configuration) + prebuild = configuration.get("msvs_prebuild") + postbuild = configuration.get("msvs_postbuild") + def_file = _GetModuleDefinition(spec) + precompiled_header = configuration.get("msvs_precompiled_header") + + # Add the information to the appropriate tool + # TODO(jeanluc) We could optimize and generate these settings only if + # the corresponding files are found, e.g. don't generate ResourceCompile + # if you don't have any resources. + _ToolAppend( + msbuild_settings, "ClCompile", "AdditionalIncludeDirectories", include_dirs + ) + _ToolAppend( + msbuild_settings, "Midl", "AdditionalIncludeDirectories", midl_include_dirs + ) + _ToolAppend( + msbuild_settings, + "ResourceCompile", + "AdditionalIncludeDirectories", + resource_include_dirs, + ) + # Add in libraries, note that even for empty libraries, we want this + # set, to prevent inheriting default libraries from the environment. + _ToolSetOrAppend(msbuild_settings, "Link", "AdditionalDependencies", libraries) + _ToolAppend(msbuild_settings, "Link", "AdditionalLibraryDirectories", library_dirs) + if out_file: + _ToolAppend( + msbuild_settings, msbuild_tool, "OutputFile", out_file, only_if_unset=True + ) + if target_ext: + _ToolAppend( + msbuild_settings, msbuild_tool, "TargetExt", target_ext, only_if_unset=True + ) + # Add defines. + _ToolAppend(msbuild_settings, "ClCompile", "PreprocessorDefinitions", defines) + _ToolAppend(msbuild_settings, "ResourceCompile", "PreprocessorDefinitions", defines) + # Add disabled warnings. + _ToolAppend( + msbuild_settings, "ClCompile", "DisableSpecificWarnings", disabled_warnings + ) + # Turn on precompiled headers if appropriate. + if precompiled_header: + precompiled_header = os.path.split(precompiled_header)[1] + _ToolAppend(msbuild_settings, "ClCompile", "PrecompiledHeader", "Use") + _ToolAppend( + msbuild_settings, "ClCompile", "PrecompiledHeaderFile", precompiled_header + ) + _ToolAppend( + msbuild_settings, "ClCompile", "ForcedIncludeFiles", [precompiled_header] + ) + else: + _ToolAppend(msbuild_settings, "ClCompile", "PrecompiledHeader", "NotUsing") + # Turn off WinRT compilation + _ToolAppend(msbuild_settings, "ClCompile", "CompileAsWinRT", "false") + # Turn on import libraries if appropriate + if spec.get("msvs_requires_importlibrary"): + _ToolAppend(msbuild_settings, "", "IgnoreImportLibrary", "false") + # Loadable modules don't generate import libraries; + # tell dependent projects to not expect one. + if spec["type"] == "loadable_module": + _ToolAppend(msbuild_settings, "", "IgnoreImportLibrary", "true") + # Set the module definition file if any. + if def_file: + _ToolAppend(msbuild_settings, "Link", "ModuleDefinitionFile", def_file) + configuration["finalized_msbuild_settings"] = msbuild_settings + if prebuild: + _ToolAppend(msbuild_settings, "PreBuildEvent", "Command", prebuild) + if postbuild: + _ToolAppend(msbuild_settings, "PostBuildEvent", "Command", postbuild) + + +def _GetValueFormattedForMSBuild(tool_name, name, value): + if type(value) == list: + # For some settings, VS2010 does not automatically extends the settings + # TODO(jeanluc) Is this what we want? + if name in [ + "AdditionalIncludeDirectories", + "AdditionalLibraryDirectories", + "AdditionalOptions", + "DelayLoadDLLs", + "DisableSpecificWarnings", + "PreprocessorDefinitions", + ]: + value.append("%%(%s)" % name) + # For most tools, entries in a list should be separated with ';' but some + # settings use a space. Check for those first. + exceptions = { + "ClCompile": ["AdditionalOptions"], + "Link": ["AdditionalOptions"], + "Lib": ["AdditionalOptions"], + } + if tool_name in exceptions and name in exceptions[tool_name]: + char = " " + else: + char = ";" + formatted_value = char.join( + [MSVSSettings.ConvertVCMacrosToMSBuild(i) for i in value] + ) + else: + formatted_value = MSVSSettings.ConvertVCMacrosToMSBuild(value) + return formatted_value + + +def _VerifySourcesExist(sources, root_dir): + """Verifies that all source files exist on disk. + + Checks that all regular source files, i.e. not created at run time, + exist on disk. Missing files cause needless recompilation but no otherwise + visible errors. + + Arguments: + sources: A recursive list of Filter/file names. + root_dir: The root directory for the relative path names. + Returns: + A list of source files that cannot be found on disk. + """ + missing_sources = [] + for source in sources: + if isinstance(source, MSVSProject.Filter): + missing_sources.extend(_VerifySourcesExist(source.contents, root_dir)) + else: + if "$" not in source: + full_path = os.path.join(root_dir, source) + if not os.path.exists(full_path): + missing_sources.append(full_path) + return missing_sources + + +def _GetMSBuildSources( + spec, + sources, + exclusions, + rule_dependencies, + extension_to_rule_name, + actions_spec, + sources_handled_by_action, + list_excluded, +): + groups = [ + "none", + "masm", + "midl", + "include", + "compile", + "resource", + "rule", + "rule_dependency", + ] + grouped_sources = {} + for g in groups: + grouped_sources[g] = [] + + _AddSources2( + spec, + sources, + exclusions, + grouped_sources, + rule_dependencies, + extension_to_rule_name, + sources_handled_by_action, + list_excluded, + ) + sources = [] + for g in groups: + if grouped_sources[g]: + sources.append(["ItemGroup"] + grouped_sources[g]) + if actions_spec: + sources.append(["ItemGroup"] + actions_spec) + return sources + + +def _AddSources2( + spec, + sources, + exclusions, + grouped_sources, + rule_dependencies, + extension_to_rule_name, + sources_handled_by_action, + list_excluded, +): + extensions_excluded_from_precompile = [] + for source in sources: + if isinstance(source, MSVSProject.Filter): + _AddSources2( + spec, + source.contents, + exclusions, + grouped_sources, + rule_dependencies, + extension_to_rule_name, + sources_handled_by_action, + list_excluded, + ) + else: + if source not in sources_handled_by_action: + detail = [] + excluded_configurations = exclusions.get(source, []) + if len(excluded_configurations) == len(spec["configurations"]): + detail.append(["ExcludedFromBuild", "true"]) + else: + for config_name, configuration in sorted(excluded_configurations): + condition = _GetConfigurationCondition( + config_name, configuration + ) + detail.append( + ["ExcludedFromBuild", {"Condition": condition}, "true"] + ) + # Add precompile if needed + for config_name, configuration in spec["configurations"].items(): + precompiled_source = configuration.get( + "msvs_precompiled_source", "" + ) + if precompiled_source != "": + precompiled_source = _FixPath(precompiled_source) + if not extensions_excluded_from_precompile: + # If the precompiled header is generated by a C source, + # we must not try to use it for C++ sources, + # and vice versa. + basename, extension = os.path.splitext(precompiled_source) + if extension == ".c": + extensions_excluded_from_precompile = [ + ".cc", + ".cpp", + ".cxx", + ] + else: + extensions_excluded_from_precompile = [".c"] + + if precompiled_source == source: + condition = _GetConfigurationCondition( + config_name, configuration, spec + ) + detail.append( + ["PrecompiledHeader", {"Condition": condition}, "Create"] + ) + else: + # Turn off precompiled header usage for source files of a + # different type than the file that generated the + # precompiled header. + for extension in extensions_excluded_from_precompile: + if source.endswith(extension): + detail.append(["PrecompiledHeader", ""]) + detail.append(["ForcedIncludeFiles", ""]) + + group, element = _MapFileToMsBuildSourceType( + source, + rule_dependencies, + extension_to_rule_name, + _GetUniquePlatforms(spec), + spec["toolset"], + ) + if group == "compile" and not os.path.isabs(source): + # Add an value to support duplicate source + # file basenames, except for absolute paths to avoid paths + # with more than 260 characters. + file_name = os.path.splitext(source)[0] + ".obj" + if file_name.startswith("..\\"): + file_name = re.sub(r"^(\.\.\\)+", "", file_name) + elif file_name.startswith("$("): + file_name = re.sub(r"^\$\([^)]+\)\\", "", file_name) + detail.append(["ObjectFileName", "$(IntDir)\\" + file_name]) + grouped_sources[group].append([element, {"Include": source}] + detail) + + +def _GetMSBuildProjectReferences(project): + references = [] + if project.dependencies: + group = ["ItemGroup"] + added_dependency_set = set() + for dependency in project.dependencies: + dependency_spec = dependency.spec + should_skip_dep = False + if project.spec["toolset"] == "target": + if dependency_spec["toolset"] == "host": + if dependency_spec["type"] == "static_library": + should_skip_dep = True + if dependency.name.startswith("run_"): + should_skip_dep = False + if should_skip_dep: + continue + + canonical_name = dependency.name.replace("_host", "") + added_dependency_set.add(canonical_name) + guid = dependency.guid + project_dir = os.path.split(project.path)[0] + relative_path = gyp.common.RelativePath(dependency.path, project_dir) + project_ref = [ + "ProjectReference", + {"Include": relative_path}, + ["Project", guid], + ["ReferenceOutputAssembly", "false"], + ] + for config in dependency.spec.get("configurations", {}).values(): + if config.get("msvs_use_library_dependency_inputs", 0): + project_ref.append(["UseLibraryDependencyInputs", "true"]) + break + # If it's disabled in any config, turn it off in the reference. + if config.get("msvs_2010_disable_uldi_when_referenced", 0): + project_ref.append(["UseLibraryDependencyInputs", "false"]) + break + group.append(project_ref) + references.append(group) + return references + + +def _GenerateMSBuildProject(project, options, version, generator_flags, spec): + spec = project.spec + configurations = spec["configurations"] + toolset = spec["toolset"] + project_dir, project_file_name = os.path.split(project.path) + gyp.common.EnsureDirExists(project.path) + # Prepare list of sources and excluded sources. + + gyp_file = os.path.split(project.build_file)[1] + sources, excluded_sources = _PrepareListOfSources(spec, generator_flags, gyp_file) + # Add rules. + actions_to_add = {} + props_files_of_rules = set() + targets_files_of_rules = set() + rule_dependencies = set() + extension_to_rule_name = {} + list_excluded = generator_flags.get("msvs_list_excluded_files", True) + platforms = _GetUniquePlatforms(spec) + + # Don't generate rules if we are using an external builder like ninja. + if not spec.get("msvs_external_builder"): + _GenerateRulesForMSBuild( + project_dir, + options, + spec, + sources, + excluded_sources, + props_files_of_rules, + targets_files_of_rules, + actions_to_add, + rule_dependencies, + extension_to_rule_name, + ) + else: + rules = spec.get("rules", []) + _AdjustSourcesForRules(rules, sources, excluded_sources, True) + + sources, excluded_sources, excluded_idl = _AdjustSourcesAndConvertToFilterHierarchy( + spec, options, project_dir, sources, excluded_sources, list_excluded, version + ) + + # Don't add actions if we are using an external builder like ninja. + if not spec.get("msvs_external_builder"): + _AddActions(actions_to_add, spec, project.build_file) + _AddCopies(actions_to_add, spec) + + # NOTE: this stanza must appear after all actions have been decided. + # Don't excluded sources with actions attached, or they won't run. + excluded_sources = _FilterActionsFromExcluded(excluded_sources, actions_to_add) + + exclusions = _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl) + actions_spec, sources_handled_by_action = _GenerateActionsForMSBuild( + spec, actions_to_add + ) + + _GenerateMSBuildFiltersFile( + project.path + ".filters", + sources, + rule_dependencies, + extension_to_rule_name, + platforms, + toolset, + ) + missing_sources = _VerifySourcesExist(sources, project_dir) + + for configuration in configurations.values(): + _FinalizeMSBuildSettings(spec, configuration) + + # Add attributes to root element + + import_default_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.Default.props"}] + ] + import_cpp_props_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.props"}] + ] + import_cpp_targets_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.targets"}] + ] + import_masm_props_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.props"}] + ] + import_masm_targets_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.targets"}] + ] + import_marmasm_props_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\marmasm.props"}] + ] + import_marmasm_targets_section = [ + ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\marmasm.targets"}] + ] + macro_section = [["PropertyGroup", {"Label": "UserMacros"}]] + + content = [ + "Project", + { + "xmlns": "http://schemas.microsoft.com/developer/msbuild/2003", + "ToolsVersion": version.ProjectVersion(), + "DefaultTargets": "Build", + }, + ] + + content += _GetMSBuildProjectConfigurations(configurations, spec) + content += _GetMSBuildGlobalProperties( + spec, version, project.guid, project_file_name + ) + content += import_default_section + content += _GetMSBuildConfigurationDetails(spec, project.build_file) + if spec.get("msvs_enable_winphone"): + content += _GetMSBuildLocalProperties("v120_wp81") + else: + content += _GetMSBuildLocalProperties(project.msbuild_toolset) + content += import_cpp_props_section + content += import_masm_props_section + if "arm64" in platforms and toolset == "target": + content += import_marmasm_props_section + content += _GetMSBuildExtensions(props_files_of_rules) + content += _GetMSBuildPropertySheets(configurations, spec) + content += macro_section + content += _GetMSBuildConfigurationGlobalProperties( + spec, configurations, project.build_file + ) + content += _GetMSBuildToolSettingsSections(spec, configurations) + content += _GetMSBuildSources( + spec, + sources, + exclusions, + rule_dependencies, + extension_to_rule_name, + actions_spec, + sources_handled_by_action, + list_excluded, + ) + content += _GetMSBuildProjectReferences(project) + content += import_cpp_targets_section + content += import_masm_targets_section + if "arm64" in platforms and toolset == "target": + content += import_marmasm_targets_section + content += _GetMSBuildExtensionTargets(targets_files_of_rules) + + if spec.get("msvs_external_builder"): + content += _GetMSBuildExternalBuilderTargets(spec) + + # TODO(jeanluc) File a bug to get rid of runas. We had in MSVS: + # has_run_as = _WriteMSVSUserFile(project.path, version, spec) + + easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True) + + return missing_sources + + +def _GetMSBuildExternalBuilderTargets(spec): + """Return a list of MSBuild targets for external builders. + + The "Build" and "Clean" targets are always generated. If the spec contains + 'msvs_external_builder_clcompile_cmd', then the "ClCompile" target will also + be generated, to support building selected C/C++ files. + + Arguments: + spec: The gyp target spec. + Returns: + List of MSBuild 'Target' specs. + """ + build_cmd = _BuildCommandLineForRuleRaw( + spec, spec["msvs_external_builder_build_cmd"], False, False, False, False + ) + build_target = ["Target", {"Name": "Build"}] + build_target.append(["Exec", {"Command": build_cmd}]) + + clean_cmd = _BuildCommandLineForRuleRaw( + spec, spec["msvs_external_builder_clean_cmd"], False, False, False, False + ) + clean_target = ["Target", {"Name": "Clean"}] + clean_target.append(["Exec", {"Command": clean_cmd}]) + + targets = [build_target, clean_target] + + if spec.get("msvs_external_builder_clcompile_cmd"): + clcompile_cmd = _BuildCommandLineForRuleRaw( + spec, + spec["msvs_external_builder_clcompile_cmd"], + False, + False, + False, + False, + ) + clcompile_target = ["Target", {"Name": "ClCompile"}] + clcompile_target.append(["Exec", {"Command": clcompile_cmd}]) + targets.append(clcompile_target) + + return targets + + +def _GetMSBuildExtensions(props_files_of_rules): + extensions = ["ImportGroup", {"Label": "ExtensionSettings"}] + for props_file in props_files_of_rules: + extensions.append(["Import", {"Project": props_file}]) + return [extensions] + + +def _GetMSBuildExtensionTargets(targets_files_of_rules): + targets_node = ["ImportGroup", {"Label": "ExtensionTargets"}] + for targets_file in sorted(targets_files_of_rules): + targets_node.append(["Import", {"Project": targets_file}]) + return [targets_node] + + +def _GenerateActionsForMSBuild(spec, actions_to_add): + """Add actions accumulated into an actions_to_add, merging as needed. + + Arguments: + spec: the target project dict + actions_to_add: dictionary keyed on input name, which maps to a list of + dicts describing the actions attached to that input file. + + Returns: + A pair of (action specification, the sources handled by this action). + """ + sources_handled_by_action = OrderedSet() + actions_spec = [] + for primary_input, actions in actions_to_add.items(): + if generator_supports_multiple_toolsets: + primary_input = primary_input.replace(".exe", "_host.exe") + inputs = OrderedSet() + outputs = OrderedSet() + descriptions = [] + commands = [] + for action in actions: + + def fixup_host_exe(i): + if "$(OutDir)" in i: + i = i.replace(".exe", "_host.exe") + return i + + if generator_supports_multiple_toolsets: + action["inputs"] = [fixup_host_exe(i) for i in action["inputs"]] + inputs.update(OrderedSet(action["inputs"])) + outputs.update(OrderedSet(action["outputs"])) + descriptions.append(action["description"]) + cmd = action["command"] + if generator_supports_multiple_toolsets: + cmd = cmd.replace(".exe", "_host.exe") + # For most actions, add 'call' so that actions that invoke batch files + # return and continue executing. msbuild_use_call provides a way to + # disable this but I have not seen any adverse effect from doing that + # for everything. + if action.get("msbuild_use_call", True): + cmd = "call " + cmd + commands.append(cmd) + # Add the custom build action for one input file. + description = ", and also ".join(descriptions) + + # We can't join the commands simply with && because the command line will + # get too long. See also _AddActions: cygwin's setup_env mustn't be called + # for every invocation or the command that sets the PATH will grow too + # long. + command = "\r\n".join( + [c + "\r\nif %errorlevel% neq 0 exit /b %errorlevel%" for c in commands] + ) + _AddMSBuildAction( + spec, + primary_input, + inputs, + outputs, + command, + description, + sources_handled_by_action, + actions_spec, + ) + return actions_spec, sources_handled_by_action + + +def _AddMSBuildAction( + spec, + primary_input, + inputs, + outputs, + cmd, + description, + sources_handled_by_action, + actions_spec, +): + command = MSVSSettings.ConvertVCMacrosToMSBuild(cmd) + primary_input = _FixPath(primary_input) + inputs_array = _FixPaths(inputs) + outputs_array = _FixPaths(outputs) + additional_inputs = ";".join([i for i in inputs_array if i != primary_input]) + outputs = ";".join(outputs_array) + sources_handled_by_action.add(primary_input) + action_spec = ["CustomBuild", {"Include": primary_input}] + action_spec.extend( + # TODO(jeanluc) 'Document' for all or just if as_sources? + [ + ["FileType", "Document"], + ["Command", command], + ["Message", description], + ["Outputs", outputs], + ] + ) + if additional_inputs: + action_spec.append(["AdditionalInputs", additional_inputs]) + actions_spec.append(action_spec) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py new file mode 100644 index 0000000..e80b57f --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py @@ -0,0 +1,44 @@ +#!/usr/bin/env python3 +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" Unit tests for the msvs.py file. """ + +import gyp.generator.msvs as msvs +import unittest + +from io import StringIO + + +class TestSequenceFunctions(unittest.TestCase): + def setUp(self): + self.stderr = StringIO() + + def test_GetLibraries(self): + self.assertEqual(msvs._GetLibraries({}), []) + self.assertEqual(msvs._GetLibraries({"libraries": []}), []) + self.assertEqual( + msvs._GetLibraries({"other": "foo", "libraries": ["a.lib"]}), ["a.lib"] + ) + self.assertEqual(msvs._GetLibraries({"libraries": ["-la"]}), ["a.lib"]) + self.assertEqual( + msvs._GetLibraries( + { + "libraries": [ + "a.lib", + "b.lib", + "c.lib", + "-lb.lib", + "-lb.lib", + "d.lib", + "a.lib", + ] + } + ), + ["c.lib", "b.lib", "d.lib", "a.lib"], + ) + + +if __name__ == "__main__": + unittest.main() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py new file mode 100644 index 0000000..d173bf2 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py @@ -0,0 +1,2936 @@ +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import collections +import copy +import hashlib +import json +import multiprocessing +import os.path +import re +import signal +import subprocess +import sys +import gyp +import gyp.common +import gyp.msvs_emulation +import gyp.MSVSUtil as MSVSUtil +import gyp.xcode_emulation + +from io import StringIO + +from gyp.common import GetEnvironFallback +import gyp.ninja_syntax as ninja_syntax + +generator_default_variables = { + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "SHARED_LIB_PREFIX": "lib", + # Gyp expects the following variables to be expandable by the build + # system to the appropriate locations. Ninja prefers paths to be + # known at gyp time. To resolve this, introduce special + # variables starting with $! and $| (which begin with a $ so gyp knows it + # should be treated specially, but is otherwise an invalid + # ninja/shell variable) that are passed to gyp here but expanded + # before writing out into the target .ninja files; see + # ExpandSpecial. + # $! is used for variables that represent a path and that can only appear at + # the start of a string, while $| is used for variables that can appear + # anywhere in a string. + "INTERMEDIATE_DIR": "$!INTERMEDIATE_DIR", + "SHARED_INTERMEDIATE_DIR": "$!PRODUCT_DIR/gen", + "PRODUCT_DIR": "$!PRODUCT_DIR", + "CONFIGURATION_NAME": "$|CONFIGURATION_NAME", + # Special variables that may be used by gyp 'rule' targets. + # We generate definitions for these variables on the fly when processing a + # rule. + "RULE_INPUT_ROOT": "${root}", + "RULE_INPUT_DIRNAME": "${dirname}", + "RULE_INPUT_PATH": "${source}", + "RULE_INPUT_EXT": "${ext}", + "RULE_INPUT_NAME": "${name}", +} + +# Placates pylint. +generator_additional_non_configuration_keys = [] +generator_additional_path_sections = [] +generator_extra_sources_for_rules = [] +generator_filelist_paths = None + +generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() + + +def StripPrefix(arg, prefix): + if arg.startswith(prefix): + return arg[len(prefix) :] + return arg + + +def QuoteShellArgument(arg, flavor): + """Quote a string such that it will be interpreted as a single argument + by the shell.""" + # Rather than attempting to enumerate the bad shell characters, just + # allow common OK ones and quote anything else. + if re.match(r"^[a-zA-Z0-9_=.\\/-]+$", arg): + return arg # No quoting necessary. + if flavor == "win": + return gyp.msvs_emulation.QuoteForRspFile(arg) + return "'" + arg.replace("'", "'" + '"\'"' + "'") + "'" + + +def Define(d, flavor): + """Takes a preprocessor define and returns a -D parameter that's ninja- and + shell-escaped.""" + if flavor == "win": + # cl.exe replaces literal # characters with = in preprocessor definitions for + # some reason. Octal-encode to work around that. + d = d.replace("#", "\\%03o" % ord("#")) + return QuoteShellArgument(ninja_syntax.escape("-D" + d), flavor) + + +def AddArch(output, arch): + """Adds an arch string to an output path.""" + output, extension = os.path.splitext(output) + return f"{output}.{arch}{extension}" + + +class Target: + """Target represents the paths used within a single gyp target. + + Conceptually, building a single target A is a series of steps: + + 1) actions/rules/copies generates source/resources/etc. + 2) compiles generates .o files + 3) link generates a binary (library/executable) + 4) bundle merges the above in a mac bundle + + (Any of these steps can be optional.) + + From a build ordering perspective, a dependent target B could just + depend on the last output of this series of steps. + + But some dependent commands sometimes need to reach inside the box. + For example, when linking B it needs to get the path to the static + library generated by A. + + This object stores those paths. To keep things simple, member + variables only store concrete paths to single files, while methods + compute derived values like "the last output of the target". + """ + + def __init__(self, type): + # Gyp type ("static_library", etc.) of this target. + self.type = type + # File representing whether any input dependencies necessary for + # dependent actions have completed. + self.preaction_stamp = None + # File representing whether any input dependencies necessary for + # dependent compiles have completed. + self.precompile_stamp = None + # File representing the completion of actions/rules/copies, if any. + self.actions_stamp = None + # Path to the output of the link step, if any. + self.binary = None + # Path to the file representing the completion of building the bundle, + # if any. + self.bundle = None + # On Windows, incremental linking requires linking against all the .objs + # that compose a .lib (rather than the .lib itself). That list is stored + # here. In this case, we also need to save the compile_deps for the target, + # so that the target that directly depends on the .objs can also depend + # on those. + self.component_objs = None + self.compile_deps = None + # Windows only. The import .lib is the output of a build step, but + # because dependents only link against the lib (not both the lib and the + # dll) we keep track of the import library here. + self.import_lib = None + # Track if this target contains any C++ files, to decide if gcc or g++ + # should be used for linking. + self.uses_cpp = False + + def Linkable(self): + """Return true if this is a target that can be linked against.""" + return self.type in ("static_library", "shared_library") + + def UsesToc(self, flavor): + """Return true if the target should produce a restat rule based on a TOC + file.""" + # For bundles, the .TOC should be produced for the binary, not for + # FinalOutput(). But the naive approach would put the TOC file into the + # bundle, so don't do this for bundles for now. + if flavor == "win" or self.bundle: + return False + return self.type in ("shared_library", "loadable_module") + + def PreActionInput(self, flavor): + """Return the path, if any, that should be used as a dependency of + any dependent action step.""" + if self.UsesToc(flavor): + return self.FinalOutput() + ".TOC" + return self.FinalOutput() or self.preaction_stamp + + def PreCompileInput(self): + """Return the path, if any, that should be used as a dependency of + any dependent compile step.""" + return self.actions_stamp or self.precompile_stamp + + def FinalOutput(self): + """Return the last output of the target, which depends on all prior + steps.""" + return self.bundle or self.binary or self.actions_stamp + + +# A small discourse on paths as used within the Ninja build: +# All files we produce (both at gyp and at build time) appear in the +# build directory (e.g. out/Debug). +# +# Paths within a given .gyp file are always relative to the directory +# containing the .gyp file. Call these "gyp paths". This includes +# sources as well as the starting directory a given gyp rule/action +# expects to be run from. We call the path from the source root to +# the gyp file the "base directory" within the per-.gyp-file +# NinjaWriter code. +# +# All paths as written into the .ninja files are relative to the build +# directory. Call these paths "ninja paths". +# +# We translate between these two notions of paths with two helper +# functions: +# +# - GypPathToNinja translates a gyp path (i.e. relative to the .gyp file) +# into the equivalent ninja path. +# +# - GypPathToUniqueOutput translates a gyp path into a ninja path to write +# an output file; the result can be namespaced such that it is unique +# to the input file name as well as the output target name. + + +class NinjaWriter: + def __init__( + self, + hash_for_rules, + target_outputs, + base_dir, + build_dir, + output_file, + toplevel_build, + output_file_name, + flavor, + toplevel_dir=None, + ): + """ + base_dir: path from source root to directory containing this gyp file, + by gyp semantics, all input paths are relative to this + build_dir: path from source root to build output + toplevel_dir: path to the toplevel directory + """ + + self.hash_for_rules = hash_for_rules + self.target_outputs = target_outputs + self.base_dir = base_dir + self.build_dir = build_dir + self.ninja = ninja_syntax.Writer(output_file) + self.toplevel_build = toplevel_build + self.output_file_name = output_file_name + + self.flavor = flavor + self.abs_build_dir = None + if toplevel_dir is not None: + self.abs_build_dir = os.path.abspath(os.path.join(toplevel_dir, build_dir)) + self.obj_ext = ".obj" if flavor == "win" else ".o" + if flavor == "win": + # See docstring of msvs_emulation.GenerateEnvironmentFiles(). + self.win_env = {} + for arch in ("x86", "x64"): + self.win_env[arch] = "environment." + arch + + # Relative path from build output dir to base dir. + build_to_top = gyp.common.InvertRelativePath(build_dir, toplevel_dir) + self.build_to_base = os.path.join(build_to_top, base_dir) + # Relative path from base dir to build dir. + base_to_top = gyp.common.InvertRelativePath(base_dir, toplevel_dir) + self.base_to_build = os.path.join(base_to_top, build_dir) + + def ExpandSpecial(self, path, product_dir=None): + """Expand specials like $!PRODUCT_DIR in |path|. + + If |product_dir| is None, assumes the cwd is already the product + dir. Otherwise, |product_dir| is the relative path to the product + dir. + """ + + PRODUCT_DIR = "$!PRODUCT_DIR" + if PRODUCT_DIR in path: + if product_dir: + path = path.replace(PRODUCT_DIR, product_dir) + else: + path = path.replace(PRODUCT_DIR + "/", "") + path = path.replace(PRODUCT_DIR + "\\", "") + path = path.replace(PRODUCT_DIR, ".") + + INTERMEDIATE_DIR = "$!INTERMEDIATE_DIR" + if INTERMEDIATE_DIR in path: + int_dir = self.GypPathToUniqueOutput("gen") + # GypPathToUniqueOutput generates a path relative to the product dir, + # so insert product_dir in front if it is provided. + path = path.replace( + INTERMEDIATE_DIR, os.path.join(product_dir or "", int_dir) + ) + + CONFIGURATION_NAME = "$|CONFIGURATION_NAME" + path = path.replace(CONFIGURATION_NAME, self.config_name) + + return path + + def ExpandRuleVariables(self, path, root, dirname, source, ext, name): + if self.flavor == "win": + path = self.msvs_settings.ConvertVSMacros(path, config=self.config_name) + path = path.replace(generator_default_variables["RULE_INPUT_ROOT"], root) + path = path.replace(generator_default_variables["RULE_INPUT_DIRNAME"], dirname) + path = path.replace(generator_default_variables["RULE_INPUT_PATH"], source) + path = path.replace(generator_default_variables["RULE_INPUT_EXT"], ext) + path = path.replace(generator_default_variables["RULE_INPUT_NAME"], name) + return path + + def GypPathToNinja(self, path, env=None): + """Translate a gyp path to a ninja path, optionally expanding environment + variable references in |path| with |env|. + + See the above discourse on path conversions.""" + if env: + if self.flavor == "mac": + path = gyp.xcode_emulation.ExpandEnvVars(path, env) + elif self.flavor == "win": + path = gyp.msvs_emulation.ExpandMacros(path, env) + if path.startswith("$!"): + expanded = self.ExpandSpecial(path) + if self.flavor == "win": + expanded = os.path.normpath(expanded) + return expanded + if "$|" in path: + path = self.ExpandSpecial(path) + assert "$" not in path, path + return os.path.normpath(os.path.join(self.build_to_base, path)) + + def GypPathToUniqueOutput(self, path, qualified=True): + """Translate a gyp path to a ninja path for writing output. + + If qualified is True, qualify the resulting filename with the name + of the target. This is necessary when e.g. compiling the same + path twice for two separate output targets. + + See the above discourse on path conversions.""" + + path = self.ExpandSpecial(path) + assert not path.startswith("$"), path + + # Translate the path following this scheme: + # Input: foo/bar.gyp, target targ, references baz/out.o + # Output: obj/foo/baz/targ.out.o (if qualified) + # obj/foo/baz/out.o (otherwise) + # (and obj.host instead of obj for cross-compiles) + # + # Why this scheme and not some other one? + # 1) for a given input, you can compute all derived outputs by matching + # its path, even if the input is brought via a gyp file with '..'. + # 2) simple files like libraries and stamps have a simple filename. + + obj = "obj" + if self.toolset != "target": + obj += "." + self.toolset + + path_dir, path_basename = os.path.split(path) + assert not os.path.isabs(path_dir), ( + "'%s' can not be absolute path (see crbug.com/462153)." % path_dir + ) + + if qualified: + path_basename = self.name + "." + path_basename + return os.path.normpath( + os.path.join(obj, self.base_dir, path_dir, path_basename) + ) + + def WriteCollapsedDependencies(self, name, targets, order_only=None): + """Given a list of targets, return a path for a single file + representing the result of building all the targets or None. + + Uses a stamp file if necessary.""" + + assert targets == [item for item in targets if item], targets + if len(targets) == 0: + assert not order_only + return None + if len(targets) > 1 or order_only: + stamp = self.GypPathToUniqueOutput(name + ".stamp") + targets = self.ninja.build(stamp, "stamp", targets, order_only=order_only) + self.ninja.newline() + return targets[0] + + def _SubninjaNameForArch(self, arch): + output_file_base = os.path.splitext(self.output_file_name)[0] + return f"{output_file_base}.{arch}.ninja" + + def WriteSpec(self, spec, config_name, generator_flags): + """The main entry point for NinjaWriter: write the build rules for a spec. + + Returns a Target object, which represents the output paths for this spec. + Returns None if there are no outputs (e.g. a settings-only 'none' type + target).""" + + self.config_name = config_name + self.name = spec["target_name"] + self.toolset = spec["toolset"] + config = spec["configurations"][config_name] + self.target = Target(spec["type"]) + self.is_standalone_static_library = bool( + spec.get("standalone_static_library", 0) + ) + + self.target_rpath = generator_flags.get("target_rpath", r"\$$ORIGIN/lib/") + + self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec) + self.xcode_settings = self.msvs_settings = None + if self.flavor == "mac": + self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) + mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) + if mac_toolchain_dir: + self.xcode_settings.mac_toolchain_dir = mac_toolchain_dir + + if self.flavor == "win": + self.msvs_settings = gyp.msvs_emulation.MsvsSettings(spec, generator_flags) + arch = self.msvs_settings.GetArch(config_name) + self.ninja.variable("arch", self.win_env[arch]) + self.ninja.variable("cc", "$cl_" + arch) + self.ninja.variable("cxx", "$cl_" + arch) + self.ninja.variable("cc_host", "$cl_" + arch) + self.ninja.variable("cxx_host", "$cl_" + arch) + self.ninja.variable("asm", "$ml_" + arch) + + if self.flavor == "mac": + self.archs = self.xcode_settings.GetActiveArchs(config_name) + if len(self.archs) > 1: + self.arch_subninjas = { + arch: ninja_syntax.Writer( + OpenOutput( + os.path.join( + self.toplevel_build, self._SubninjaNameForArch(arch) + ), + "w", + ) + ) + for arch in self.archs + } + + # Compute predepends for all rules. + # actions_depends is the dependencies this target depends on before running + # any of its action/rule/copy steps. + # compile_depends is the dependencies this target depends on before running + # any of its compile steps. + actions_depends = [] + compile_depends = [] + # TODO(evan): it is rather confusing which things are lists and which + # are strings. Fix these. + if "dependencies" in spec: + for dep in spec["dependencies"]: + if dep in self.target_outputs: + target = self.target_outputs[dep] + actions_depends.append(target.PreActionInput(self.flavor)) + compile_depends.append(target.PreCompileInput()) + if target.uses_cpp: + self.target.uses_cpp = True + actions_depends = [item for item in actions_depends if item] + compile_depends = [item for item in compile_depends if item] + actions_depends = self.WriteCollapsedDependencies( + "actions_depends", actions_depends + ) + compile_depends = self.WriteCollapsedDependencies( + "compile_depends", compile_depends + ) + self.target.preaction_stamp = actions_depends + self.target.precompile_stamp = compile_depends + + # Write out actions, rules, and copies. These must happen before we + # compile any sources, so compute a list of predependencies for sources + # while we do it. + extra_sources = [] + mac_bundle_depends = [] + self.target.actions_stamp = self.WriteActionsRulesCopies( + spec, extra_sources, actions_depends, mac_bundle_depends + ) + + # If we have actions/rules/copies, we depend directly on those, but + # otherwise we depend on dependent target's actions/rules/copies etc. + # We never need to explicitly depend on previous target's link steps, + # because no compile ever depends on them. + compile_depends_stamp = self.target.actions_stamp or compile_depends + + # Write out the compilation steps, if any. + link_deps = [] + try: + sources = extra_sources + spec.get("sources", []) + except TypeError: + print("extra_sources: ", str(extra_sources)) + print('spec.get("sources"): ', str(spec.get("sources"))) + raise + if sources: + if self.flavor == "mac" and len(self.archs) > 1: + # Write subninja file containing compile and link commands scoped to + # a single arch if a fat binary is being built. + for arch in self.archs: + self.ninja.subninja(self._SubninjaNameForArch(arch)) + + pch = None + if self.flavor == "win": + gyp.msvs_emulation.VerifyMissingSources( + sources, self.abs_build_dir, generator_flags, self.GypPathToNinja + ) + pch = gyp.msvs_emulation.PrecompiledHeader( + self.msvs_settings, + config_name, + self.GypPathToNinja, + self.GypPathToUniqueOutput, + self.obj_ext, + ) + else: + pch = gyp.xcode_emulation.MacPrefixHeader( + self.xcode_settings, + self.GypPathToNinja, + lambda path, lang: self.GypPathToUniqueOutput(path + "-" + lang), + ) + link_deps = self.WriteSources( + self.ninja, + config_name, + config, + sources, + compile_depends_stamp, + pch, + spec, + ) + # Some actions/rules output 'sources' that are already object files. + obj_outputs = [f for f in sources if f.endswith(self.obj_ext)] + if obj_outputs: + if self.flavor != "mac" or len(self.archs) == 1: + link_deps += [self.GypPathToNinja(o) for o in obj_outputs] + else: + print( + "Warning: Actions/rules writing object files don't work with " + "multiarch targets, dropping. (target %s)" % spec["target_name"] + ) + elif self.flavor == "mac" and len(self.archs) > 1: + link_deps = collections.defaultdict(list) + + compile_deps = self.target.actions_stamp or actions_depends + if self.flavor == "win" and self.target.type == "static_library": + self.target.component_objs = link_deps + self.target.compile_deps = compile_deps + + # Write out a link step, if needed. + output = None + is_empty_bundle = not link_deps and not mac_bundle_depends + if link_deps or self.target.actions_stamp or actions_depends: + output = self.WriteTarget( + spec, config_name, config, link_deps, compile_deps + ) + if self.is_mac_bundle: + mac_bundle_depends.append(output) + + # Bundle all of the above together, if needed. + if self.is_mac_bundle: + output = self.WriteMacBundle(spec, mac_bundle_depends, is_empty_bundle) + + if not output: + return None + + assert self.target.FinalOutput(), output + return self.target + + def _WinIdlRule(self, source, prebuild, outputs): + """Handle the implicit VS .idl rule for one source file. Fills |outputs| + with files that are generated.""" + outdir, output, vars, flags = self.msvs_settings.GetIdlBuildData( + source, self.config_name + ) + outdir = self.GypPathToNinja(outdir) + + def fix_path(path, rel=None): + path = os.path.join(outdir, path) + dirname, basename = os.path.split(source) + root, ext = os.path.splitext(basename) + path = self.ExpandRuleVariables(path, root, dirname, source, ext, basename) + if rel: + path = os.path.relpath(path, rel) + return path + + vars = [(name, fix_path(value, outdir)) for name, value in vars] + output = [fix_path(p) for p in output] + vars.append(("outdir", outdir)) + vars.append(("idlflags", flags)) + input = self.GypPathToNinja(source) + self.ninja.build(output, "idl", input, variables=vars, order_only=prebuild) + outputs.extend(output) + + def WriteWinIdlFiles(self, spec, prebuild): + """Writes rules to match MSVS's implicit idl handling.""" + assert self.flavor == "win" + if self.msvs_settings.HasExplicitIdlRulesOrActions(spec): + return [] + outputs = [] + for source in filter(lambda x: x.endswith(".idl"), spec["sources"]): + self._WinIdlRule(source, prebuild, outputs) + return outputs + + def WriteActionsRulesCopies( + self, spec, extra_sources, prebuild, mac_bundle_depends + ): + """Write out the Actions, Rules, and Copies steps. Return a path + representing the outputs of these steps.""" + outputs = [] + if self.is_mac_bundle: + mac_bundle_resources = spec.get("mac_bundle_resources", [])[:] + else: + mac_bundle_resources = [] + extra_mac_bundle_resources = [] + + if "actions" in spec: + outputs += self.WriteActions( + spec["actions"], extra_sources, prebuild, extra_mac_bundle_resources + ) + if "rules" in spec: + outputs += self.WriteRules( + spec["rules"], + extra_sources, + prebuild, + mac_bundle_resources, + extra_mac_bundle_resources, + ) + if "copies" in spec: + outputs += self.WriteCopies(spec["copies"], prebuild, mac_bundle_depends) + + if "sources" in spec and self.flavor == "win": + outputs += self.WriteWinIdlFiles(spec, prebuild) + + if self.xcode_settings and self.xcode_settings.IsIosFramework(): + self.WriteiOSFrameworkHeaders(spec, outputs, prebuild) + + stamp = self.WriteCollapsedDependencies("actions_rules_copies", outputs) + + if self.is_mac_bundle: + xcassets = self.WriteMacBundleResources( + extra_mac_bundle_resources + mac_bundle_resources, mac_bundle_depends + ) + partial_info_plist = self.WriteMacXCassets(xcassets, mac_bundle_depends) + self.WriteMacInfoPlist(partial_info_plist, mac_bundle_depends) + + return stamp + + def GenerateDescription(self, verb, message, fallback): + """Generate and return a description of a build step. + + |verb| is the short summary, e.g. ACTION or RULE. + |message| is a hand-written description, or None if not available. + |fallback| is the gyp-level name of the step, usable as a fallback. + """ + if self.toolset != "target": + verb += "(%s)" % self.toolset + if message: + return f"{verb} {self.ExpandSpecial(message)}" + else: + return f"{verb} {self.name}: {fallback}" + + def WriteActions( + self, actions, extra_sources, prebuild, extra_mac_bundle_resources + ): + # Actions cd into the base directory. + env = self.GetToolchainEnv() + all_outputs = [] + for action in actions: + # First write out a rule for the action. + name = "{}_{}".format(action["action_name"], self.hash_for_rules) + description = self.GenerateDescription( + "ACTION", action.get("message", None), name + ) + win_shell_flags = ( + self.msvs_settings.GetRuleShellFlags(action) + if self.flavor == "win" + else None + ) + args = action["action"] + depfile = action.get("depfile", None) + if depfile: + depfile = self.ExpandSpecial(depfile, self.base_to_build) + pool = "console" if int(action.get("ninja_use_console", 0)) else None + rule_name, _ = self.WriteNewNinjaRule( + name, args, description, win_shell_flags, env, pool, depfile=depfile + ) + + inputs = [self.GypPathToNinja(i, env) for i in action["inputs"]] + if int(action.get("process_outputs_as_sources", False)): + extra_sources += action["outputs"] + if int(action.get("process_outputs_as_mac_bundle_resources", False)): + extra_mac_bundle_resources += action["outputs"] + outputs = [self.GypPathToNinja(o, env) for o in action["outputs"]] + + # Then write out an edge using the rule. + self.ninja.build(outputs, rule_name, inputs, order_only=prebuild) + all_outputs += outputs + + self.ninja.newline() + + return all_outputs + + def WriteRules( + self, + rules, + extra_sources, + prebuild, + mac_bundle_resources, + extra_mac_bundle_resources, + ): + env = self.GetToolchainEnv() + all_outputs = [] + for rule in rules: + # Skip a rule with no action and no inputs. + if "action" not in rule and not rule.get("rule_sources", []): + continue + + # First write out a rule for the rule action. + name = "{}_{}".format(rule["rule_name"], self.hash_for_rules) + + args = rule["action"] + description = self.GenerateDescription( + "RULE", + rule.get("message", None), + ("%s " + generator_default_variables["RULE_INPUT_PATH"]) % name, + ) + win_shell_flags = ( + self.msvs_settings.GetRuleShellFlags(rule) + if self.flavor == "win" + else None + ) + pool = "console" if int(rule.get("ninja_use_console", 0)) else None + rule_name, args = self.WriteNewNinjaRule( + name, args, description, win_shell_flags, env, pool + ) + + # TODO: if the command references the outputs directly, we should + # simplify it to just use $out. + + # Rules can potentially make use of some special variables which + # must vary per source file. + # Compute the list of variables we'll need to provide. + special_locals = ("source", "root", "dirname", "ext", "name") + needed_variables = {"source"} + for argument in args: + for var in special_locals: + if "${%s}" % var in argument: + needed_variables.add(var) + needed_variables = sorted(needed_variables) + + def cygwin_munge(path): + # pylint: disable=cell-var-from-loop + if win_shell_flags and win_shell_flags.cygwin: + return path.replace("\\", "/") + return path + + inputs = [self.GypPathToNinja(i, env) for i in rule.get("inputs", [])] + + # If there are n source files matching the rule, and m additional rule + # inputs, then adding 'inputs' to each build edge written below will + # write m * n inputs. Collapsing reduces this to m + n. + sources = rule.get("rule_sources", []) + num_inputs = len(inputs) + if prebuild: + num_inputs += 1 + if num_inputs > 2 and len(sources) > 2: + inputs = [ + self.WriteCollapsedDependencies( + rule["rule_name"], inputs, order_only=prebuild + ) + ] + prebuild = [] + + # For each source file, write an edge that generates all the outputs. + for source in sources: + source = os.path.normpath(source) + dirname, basename = os.path.split(source) + root, ext = os.path.splitext(basename) + + # Gather the list of inputs and outputs, expanding $vars if possible. + outputs = [ + self.ExpandRuleVariables(o, root, dirname, source, ext, basename) + for o in rule["outputs"] + ] + + if int(rule.get("process_outputs_as_sources", False)): + extra_sources += outputs + + was_mac_bundle_resource = source in mac_bundle_resources + if was_mac_bundle_resource or int( + rule.get("process_outputs_as_mac_bundle_resources", False) + ): + extra_mac_bundle_resources += outputs + # Note: This is n_resources * n_outputs_in_rule. + # Put to-be-removed items in a set and + # remove them all in a single pass + # if this becomes a performance issue. + if was_mac_bundle_resource: + mac_bundle_resources.remove(source) + + extra_bindings = [] + for var in needed_variables: + if var == "root": + extra_bindings.append(("root", cygwin_munge(root))) + elif var == "dirname": + # '$dirname' is a parameter to the rule action, which means + # it shouldn't be converted to a Ninja path. But we don't + # want $!PRODUCT_DIR in there either. + dirname_expanded = self.ExpandSpecial( + dirname, self.base_to_build + ) + extra_bindings.append( + ("dirname", cygwin_munge(dirname_expanded)) + ) + elif var == "source": + # '$source' is a parameter to the rule action, which means + # it shouldn't be converted to a Ninja path. But we don't + # want $!PRODUCT_DIR in there either. + source_expanded = self.ExpandSpecial(source, self.base_to_build) + extra_bindings.append(("source", cygwin_munge(source_expanded))) + elif var == "ext": + extra_bindings.append(("ext", ext)) + elif var == "name": + extra_bindings.append(("name", cygwin_munge(basename))) + else: + assert var is None, repr(var) + + outputs = [self.GypPathToNinja(o, env) for o in outputs] + if self.flavor == "win": + # WriteNewNinjaRule uses unique_name to create a rsp file on win. + extra_bindings.append( + ("unique_name", hashlib.md5(outputs[0]).hexdigest()) + ) + + self.ninja.build( + outputs, + rule_name, + self.GypPathToNinja(source), + implicit=inputs, + order_only=prebuild, + variables=extra_bindings, + ) + + all_outputs.extend(outputs) + + return all_outputs + + def WriteCopies(self, copies, prebuild, mac_bundle_depends): + outputs = [] + if self.xcode_settings: + extra_env = self.xcode_settings.GetPerTargetSettings() + env = self.GetToolchainEnv(additional_settings=extra_env) + else: + env = self.GetToolchainEnv() + for to_copy in copies: + for path in to_copy["files"]: + # Normalize the path so trailing slashes don't confuse us. + path = os.path.normpath(path) + basename = os.path.split(path)[1] + src = self.GypPathToNinja(path, env) + dst = self.GypPathToNinja( + os.path.join(to_copy["destination"], basename), env + ) + outputs += self.ninja.build(dst, "copy", src, order_only=prebuild) + if self.is_mac_bundle: + # gyp has mac_bundle_resources to copy things into a bundle's + # Resources folder, but there's no built-in way to copy files + # to other places in the bundle. + # Hence, some targets use copies for this. + # Check if this file is copied into the current bundle, + # and if so add it to the bundle depends so + # that dependent targets get rebuilt if the copy input changes. + if dst.startswith( + self.xcode_settings.GetBundleContentsFolderPath() + ): + mac_bundle_depends.append(dst) + + return outputs + + def WriteiOSFrameworkHeaders(self, spec, outputs, prebuild): + """Prebuild steps to generate hmap files and copy headers to destination.""" + framework = self.ComputeMacBundleOutput() + all_sources = spec["sources"] + copy_headers = spec["mac_framework_headers"] + output = self.GypPathToUniqueOutput("headers.hmap") + self.xcode_settings.header_map_path = output + all_headers = map( + self.GypPathToNinja, filter(lambda x: x.endswith(".h"), all_sources) + ) + variables = [ + ("framework", framework), + ("copy_headers", map(self.GypPathToNinja, copy_headers)), + ] + outputs.extend( + self.ninja.build( + output, + "compile_ios_framework_headers", + all_headers, + variables=variables, + order_only=prebuild, + ) + ) + + def WriteMacBundleResources(self, resources, bundle_depends): + """Writes ninja edges for 'mac_bundle_resources'.""" + xcassets = [] + + extra_env = self.xcode_settings.GetPerTargetSettings() + env = self.GetSortedXcodeEnv(additional_settings=extra_env) + env = self.ComputeExportEnvString(env) + isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name) + + for output, res in gyp.xcode_emulation.GetMacBundleResources( + generator_default_variables["PRODUCT_DIR"], + self.xcode_settings, + map(self.GypPathToNinja, resources), + ): + output = self.ExpandSpecial(output) + if os.path.splitext(output)[-1] != ".xcassets": + self.ninja.build( + output, + "mac_tool", + res, + variables=[ + ("mactool_cmd", "copy-bundle-resource"), + ("env", env), + ("binary", isBinary), + ], + ) + bundle_depends.append(output) + else: + xcassets.append(res) + return xcassets + + def WriteMacXCassets(self, xcassets, bundle_depends): + """Writes ninja edges for 'mac_bundle_resources' .xcassets files. + + This add an invocation of 'actool' via the 'mac_tool.py' helper script. + It assumes that the assets catalogs define at least one imageset and + thus an Assets.car file will be generated in the application resources + directory. If this is not the case, then the build will probably be done + at each invocation of ninja.""" + if not xcassets: + return + + extra_arguments = {} + settings_to_arg = { + "XCASSETS_APP_ICON": "app-icon", + "XCASSETS_LAUNCH_IMAGE": "launch-image", + } + settings = self.xcode_settings.xcode_settings[self.config_name] + for settings_key, arg_name in settings_to_arg.items(): + value = settings.get(settings_key) + if value: + extra_arguments[arg_name] = value + + partial_info_plist = None + if extra_arguments: + partial_info_plist = self.GypPathToUniqueOutput( + "assetcatalog_generated_info.plist" + ) + extra_arguments["output-partial-info-plist"] = partial_info_plist + + outputs = [] + outputs.append( + os.path.join(self.xcode_settings.GetBundleResourceFolder(), "Assets.car") + ) + if partial_info_plist: + outputs.append(partial_info_plist) + + keys = QuoteShellArgument(json.dumps(extra_arguments), self.flavor) + extra_env = self.xcode_settings.GetPerTargetSettings() + env = self.GetSortedXcodeEnv(additional_settings=extra_env) + env = self.ComputeExportEnvString(env) + + bundle_depends.extend( + self.ninja.build( + outputs, + "compile_xcassets", + xcassets, + variables=[("env", env), ("keys", keys)], + ) + ) + return partial_info_plist + + def WriteMacInfoPlist(self, partial_info_plist, bundle_depends): + """Write build rules for bundle Info.plist files.""" + info_plist, out, defines, extra_env = gyp.xcode_emulation.GetMacInfoPlist( + generator_default_variables["PRODUCT_DIR"], + self.xcode_settings, + self.GypPathToNinja, + ) + if not info_plist: + return + out = self.ExpandSpecial(out) + if defines: + # Create an intermediate file to store preprocessed results. + intermediate_plist = self.GypPathToUniqueOutput( + os.path.basename(info_plist) + ) + defines = " ".join([Define(d, self.flavor) for d in defines]) + info_plist = self.ninja.build( + intermediate_plist, + "preprocess_infoplist", + info_plist, + variables=[("defines", defines)], + ) + + env = self.GetSortedXcodeEnv(additional_settings=extra_env) + env = self.ComputeExportEnvString(env) + + if partial_info_plist: + intermediate_plist = self.GypPathToUniqueOutput("merged_info.plist") + info_plist = self.ninja.build( + intermediate_plist, "merge_infoplist", [partial_info_plist, info_plist] + ) + + keys = self.xcode_settings.GetExtraPlistItems(self.config_name) + keys = QuoteShellArgument(json.dumps(keys), self.flavor) + isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name) + self.ninja.build( + out, + "copy_infoplist", + info_plist, + variables=[("env", env), ("keys", keys), ("binary", isBinary)], + ) + bundle_depends.append(out) + + def WriteSources( + self, + ninja_file, + config_name, + config, + sources, + predepends, + precompiled_header, + spec, + ): + """Write build rules to compile all of |sources|.""" + if self.toolset == "host": + self.ninja.variable("ar", "$ar_host") + self.ninja.variable("cc", "$cc_host") + self.ninja.variable("cxx", "$cxx_host") + self.ninja.variable("ld", "$ld_host") + self.ninja.variable("ldxx", "$ldxx_host") + self.ninja.variable("nm", "$nm_host") + self.ninja.variable("readelf", "$readelf_host") + + if self.flavor != "mac" or len(self.archs) == 1: + return self.WriteSourcesForArch( + self.ninja, + config_name, + config, + sources, + predepends, + precompiled_header, + spec, + ) + else: + return { + arch: self.WriteSourcesForArch( + self.arch_subninjas[arch], + config_name, + config, + sources, + predepends, + precompiled_header, + spec, + arch=arch, + ) + for arch in self.archs + } + + def WriteSourcesForArch( + self, + ninja_file, + config_name, + config, + sources, + predepends, + precompiled_header, + spec, + arch=None, + ): + """Write build rules to compile all of |sources|.""" + + extra_defines = [] + if self.flavor == "mac": + cflags = self.xcode_settings.GetCflags(config_name, arch=arch) + cflags_c = self.xcode_settings.GetCflagsC(config_name) + cflags_cc = self.xcode_settings.GetCflagsCC(config_name) + cflags_objc = ["$cflags_c"] + self.xcode_settings.GetCflagsObjC(config_name) + cflags_objcc = ["$cflags_cc"] + self.xcode_settings.GetCflagsObjCC( + config_name + ) + elif self.flavor == "win": + asmflags = self.msvs_settings.GetAsmflags(config_name) + cflags = self.msvs_settings.GetCflags(config_name) + cflags_c = self.msvs_settings.GetCflagsC(config_name) + cflags_cc = self.msvs_settings.GetCflagsCC(config_name) + extra_defines = self.msvs_settings.GetComputedDefines(config_name) + # See comment at cc_command for why there's two .pdb files. + pdbpath_c = pdbpath_cc = self.msvs_settings.GetCompilerPdbName( + config_name, self.ExpandSpecial + ) + if not pdbpath_c: + obj = "obj" + if self.toolset != "target": + obj += "." + self.toolset + pdbpath = os.path.normpath(os.path.join(obj, self.base_dir, self.name)) + pdbpath_c = pdbpath + ".c.pdb" + pdbpath_cc = pdbpath + ".cc.pdb" + self.WriteVariableList(ninja_file, "pdbname_c", [pdbpath_c]) + self.WriteVariableList(ninja_file, "pdbname_cc", [pdbpath_cc]) + self.WriteVariableList(ninja_file, "pchprefix", [self.name]) + else: + cflags = config.get("cflags", []) + cflags_c = config.get("cflags_c", []) + cflags_cc = config.get("cflags_cc", []) + + # Respect environment variables related to build, but target-specific + # flags can still override them. + if self.toolset == "target": + cflags_c = ( + os.environ.get("CPPFLAGS", "").split() + + os.environ.get("CFLAGS", "").split() + + cflags_c + ) + cflags_cc = ( + os.environ.get("CPPFLAGS", "").split() + + os.environ.get("CXXFLAGS", "").split() + + cflags_cc + ) + elif self.toolset == "host": + cflags_c = ( + os.environ.get("CPPFLAGS_host", "").split() + + os.environ.get("CFLAGS_host", "").split() + + cflags_c + ) + cflags_cc = ( + os.environ.get("CPPFLAGS_host", "").split() + + os.environ.get("CXXFLAGS_host", "").split() + + cflags_cc + ) + + defines = config.get("defines", []) + extra_defines + self.WriteVariableList( + ninja_file, "defines", [Define(d, self.flavor) for d in defines] + ) + if self.flavor == "win": + self.WriteVariableList( + ninja_file, "asmflags", map(self.ExpandSpecial, asmflags) + ) + self.WriteVariableList( + ninja_file, + "rcflags", + [ + QuoteShellArgument(self.ExpandSpecial(f), self.flavor) + for f in self.msvs_settings.GetRcflags( + config_name, self.GypPathToNinja + ) + ], + ) + + include_dirs = config.get("include_dirs", []) + + env = self.GetToolchainEnv() + if self.flavor == "win": + include_dirs = self.msvs_settings.AdjustIncludeDirs( + include_dirs, config_name + ) + self.WriteVariableList( + ninja_file, + "includes", + [ + QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) + for i in include_dirs + ], + ) + + if self.flavor == "win": + midl_include_dirs = config.get("midl_include_dirs", []) + midl_include_dirs = self.msvs_settings.AdjustMidlIncludeDirs( + midl_include_dirs, config_name + ) + self.WriteVariableList( + ninja_file, + "midl_includes", + [ + QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) + for i in midl_include_dirs + ], + ) + + pch_commands = precompiled_header.GetPchBuildCommands(arch) + if self.flavor == "mac": + # Most targets use no precompiled headers, so only write these if needed. + for ext, var in [ + ("c", "cflags_pch_c"), + ("cc", "cflags_pch_cc"), + ("m", "cflags_pch_objc"), + ("mm", "cflags_pch_objcc"), + ]: + include = precompiled_header.GetInclude(ext, arch) + if include: + ninja_file.variable(var, include) + + arflags = config.get("arflags", []) + + self.WriteVariableList(ninja_file, "cflags", map(self.ExpandSpecial, cflags)) + self.WriteVariableList( + ninja_file, "cflags_c", map(self.ExpandSpecial, cflags_c) + ) + self.WriteVariableList( + ninja_file, "cflags_cc", map(self.ExpandSpecial, cflags_cc) + ) + if self.flavor == "mac": + self.WriteVariableList( + ninja_file, "cflags_objc", map(self.ExpandSpecial, cflags_objc) + ) + self.WriteVariableList( + ninja_file, "cflags_objcc", map(self.ExpandSpecial, cflags_objcc) + ) + self.WriteVariableList(ninja_file, "arflags", map(self.ExpandSpecial, arflags)) + ninja_file.newline() + outputs = [] + has_rc_source = False + for source in sources: + filename, ext = os.path.splitext(source) + ext = ext[1:] + obj_ext = self.obj_ext + if ext in ("cc", "cpp", "cxx"): + command = "cxx" + self.target.uses_cpp = True + elif ext == "c" or (ext == "S" and self.flavor != "win"): + command = "cc" + elif ext == "s" and self.flavor != "win": # Doesn't generate .o.d files. + command = "cc_s" + elif ( + self.flavor == "win" + and ext in ("asm", "S") + and not self.msvs_settings.HasExplicitAsmRules(spec) + ): + command = "asm" + # Add the _asm suffix as msvs is capable of handling .cc and + # .asm files of the same name without collision. + obj_ext = "_asm.obj" + elif self.flavor == "mac" and ext == "m": + command = "objc" + elif self.flavor == "mac" and ext == "mm": + command = "objcxx" + self.target.uses_cpp = True + elif self.flavor == "win" and ext == "rc": + command = "rc" + obj_ext = ".res" + has_rc_source = True + else: + # Ignore unhandled extensions. + continue + input = self.GypPathToNinja(source) + output = self.GypPathToUniqueOutput(filename + obj_ext) + if arch is not None: + output = AddArch(output, arch) + implicit = precompiled_header.GetObjDependencies([input], [output], arch) + variables = [] + if self.flavor == "win": + variables, output, implicit = precompiled_header.GetFlagsModifications( + input, + output, + implicit, + command, + cflags_c, + cflags_cc, + self.ExpandSpecial, + ) + ninja_file.build( + output, + command, + input, + implicit=[gch for _, _, gch in implicit], + order_only=predepends, + variables=variables, + ) + outputs.append(output) + + if has_rc_source: + resource_include_dirs = config.get("resource_include_dirs", include_dirs) + self.WriteVariableList( + ninja_file, + "resource_includes", + [ + QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) + for i in resource_include_dirs + ], + ) + + self.WritePchTargets(ninja_file, pch_commands) + + ninja_file.newline() + return outputs + + def WritePchTargets(self, ninja_file, pch_commands): + """Writes ninja rules to compile prefix headers.""" + if not pch_commands: + return + + for gch, lang_flag, lang, input in pch_commands: + var_name = { + "c": "cflags_pch_c", + "cc": "cflags_pch_cc", + "m": "cflags_pch_objc", + "mm": "cflags_pch_objcc", + }[lang] + + map = { + "c": "cc", + "cc": "cxx", + "m": "objc", + "mm": "objcxx", + } + cmd = map.get(lang) + ninja_file.build(gch, cmd, input, variables=[(var_name, lang_flag)]) + + def WriteLink(self, spec, config_name, config, link_deps, compile_deps): + """Write out a link step. Fills out target.binary. """ + if self.flavor != "mac" or len(self.archs) == 1: + return self.WriteLinkForArch( + self.ninja, spec, config_name, config, link_deps, compile_deps + ) + else: + output = self.ComputeOutput(spec) + inputs = [ + self.WriteLinkForArch( + self.arch_subninjas[arch], + spec, + config_name, + config, + link_deps[arch], + compile_deps, + arch=arch, + ) + for arch in self.archs + ] + extra_bindings = [] + build_output = output + if not self.is_mac_bundle: + self.AppendPostbuildVariable(extra_bindings, spec, output, output) + + # TODO(yyanagisawa): more work needed to fix: + # https://code.google.com/p/gyp/issues/detail?id=411 + if ( + spec["type"] in ("shared_library", "loadable_module") + and not self.is_mac_bundle + ): + extra_bindings.append(("lib", output)) + self.ninja.build( + [output, output + ".TOC"], + "solipo", + inputs, + variables=extra_bindings, + ) + else: + self.ninja.build(build_output, "lipo", inputs, variables=extra_bindings) + return output + + def WriteLinkForArch( + self, ninja_file, spec, config_name, config, link_deps, compile_deps, arch=None + ): + """Write out a link step. Fills out target.binary. """ + command = { + "executable": "link", + "loadable_module": "solink_module", + "shared_library": "solink", + }[spec["type"]] + command_suffix = "" + + implicit_deps = set() + solibs = set() + order_deps = set() + + if compile_deps: + # Normally, the compiles of the target already depend on compile_deps, + # but a shared_library target might have no sources and only link together + # a few static_library deps, so the link step also needs to depend + # on compile_deps to make sure actions in the shared_library target + # get run before the link. + order_deps.add(compile_deps) + + if "dependencies" in spec: + # Two kinds of dependencies: + # - Linkable dependencies (like a .a or a .so): add them to the link line. + # - Non-linkable dependencies (like a rule that generates a file + # and writes a stamp file): add them to implicit_deps + extra_link_deps = set() + for dep in spec["dependencies"]: + target = self.target_outputs.get(dep) + if not target: + continue + linkable = target.Linkable() + if linkable: + new_deps = [] + if ( + self.flavor == "win" + and target.component_objs + and self.msvs_settings.IsUseLibraryDependencyInputs(config_name) + ): + new_deps = target.component_objs + if target.compile_deps: + order_deps.add(target.compile_deps) + elif self.flavor == "win" and target.import_lib: + new_deps = [target.import_lib] + elif target.UsesToc(self.flavor): + solibs.add(target.binary) + implicit_deps.add(target.binary + ".TOC") + else: + new_deps = [target.binary] + for new_dep in new_deps: + if new_dep not in extra_link_deps: + extra_link_deps.add(new_dep) + link_deps.append(new_dep) + + final_output = target.FinalOutput() + if not linkable or final_output != target.binary: + implicit_deps.add(final_output) + + extra_bindings = [] + if self.target.uses_cpp and self.flavor != "win": + extra_bindings.append(("ld", "$ldxx")) + + output = self.ComputeOutput(spec, arch) + if arch is None and not self.is_mac_bundle: + self.AppendPostbuildVariable(extra_bindings, spec, output, output) + + is_executable = spec["type"] == "executable" + # The ldflags config key is not used on mac or win. On those platforms + # linker flags are set via xcode_settings and msvs_settings, respectively. + if self.toolset == "target": + env_ldflags = os.environ.get("LDFLAGS", "").split() + elif self.toolset == "host": + env_ldflags = os.environ.get("LDFLAGS_host", "").split() + + if self.flavor == "mac": + ldflags = self.xcode_settings.GetLdflags( + config_name, + self.ExpandSpecial(generator_default_variables["PRODUCT_DIR"]), + self.GypPathToNinja, + arch, + ) + ldflags = env_ldflags + ldflags + elif self.flavor == "win": + manifest_base_name = self.GypPathToUniqueOutput( + self.ComputeOutputFileName(spec) + ) + ( + ldflags, + intermediate_manifest, + manifest_files, + ) = self.msvs_settings.GetLdflags( + config_name, + self.GypPathToNinja, + self.ExpandSpecial, + manifest_base_name, + output, + is_executable, + self.toplevel_build, + ) + ldflags = env_ldflags + ldflags + self.WriteVariableList(ninja_file, "manifests", manifest_files) + implicit_deps = implicit_deps.union(manifest_files) + if intermediate_manifest: + self.WriteVariableList( + ninja_file, "intermediatemanifest", [intermediate_manifest] + ) + command_suffix = _GetWinLinkRuleNameSuffix( + self.msvs_settings.IsEmbedManifest(config_name) + ) + def_file = self.msvs_settings.GetDefFile(self.GypPathToNinja) + if def_file: + implicit_deps.add(def_file) + else: + # Respect environment variables related to build, but target-specific + # flags can still override them. + ldflags = env_ldflags + config.get("ldflags", []) + if is_executable and len(solibs): + rpath = "lib/" + if self.toolset != "target": + rpath += self.toolset + ldflags.append(r"-Wl,-rpath=\$$ORIGIN/%s" % rpath) + else: + ldflags.append("-Wl,-rpath=%s" % self.target_rpath) + ldflags.append("-Wl,-rpath-link=%s" % rpath) + self.WriteVariableList(ninja_file, "ldflags", map(self.ExpandSpecial, ldflags)) + + library_dirs = config.get("library_dirs", []) + if self.flavor == "win": + library_dirs = [ + self.msvs_settings.ConvertVSMacros(library_dir, config_name) + for library_dir in library_dirs + ] + library_dirs = [ + "/LIBPATH:" + + QuoteShellArgument(self.GypPathToNinja(library_dir), self.flavor) + for library_dir in library_dirs + ] + else: + library_dirs = [ + QuoteShellArgument("-L" + self.GypPathToNinja(library_dir), self.flavor) + for library_dir in library_dirs + ] + + libraries = gyp.common.uniquer( + map(self.ExpandSpecial, spec.get("libraries", [])) + ) + if self.flavor == "mac": + libraries = self.xcode_settings.AdjustLibraries(libraries, config_name) + elif self.flavor == "win": + libraries = self.msvs_settings.AdjustLibraries(libraries) + + self.WriteVariableList(ninja_file, "libs", library_dirs + libraries) + + linked_binary = output + + if command in ("solink", "solink_module"): + extra_bindings.append(("soname", os.path.split(output)[1])) + extra_bindings.append(("lib", gyp.common.EncodePOSIXShellArgument(output))) + if self.flavor != "win": + link_file_list = output + if self.is_mac_bundle: + # 'Dependency Framework.framework/Versions/A/Dependency Framework' + # -> 'Dependency Framework.framework.rsp' + link_file_list = self.xcode_settings.GetWrapperName() + if arch: + link_file_list += "." + arch + link_file_list += ".rsp" + # If an rspfile contains spaces, ninja surrounds the filename with + # quotes around it and then passes it to open(), creating a file with + # quotes in its name (and when looking for the rsp file, the name + # makes it through bash which strips the quotes) :-/ + link_file_list = link_file_list.replace(" ", "_") + extra_bindings.append( + ( + "link_file_list", + gyp.common.EncodePOSIXShellArgument(link_file_list), + ) + ) + if self.flavor == "win": + extra_bindings.append(("binary", output)) + if ( + "/NOENTRY" not in ldflags + and not self.msvs_settings.GetNoImportLibrary(config_name) + ): + self.target.import_lib = output + ".lib" + extra_bindings.append( + ("implibflag", "/IMPLIB:%s" % self.target.import_lib) + ) + pdbname = self.msvs_settings.GetPDBName( + config_name, self.ExpandSpecial, output + ".pdb" + ) + output = [output, self.target.import_lib] + if pdbname: + output.append(pdbname) + elif not self.is_mac_bundle: + output = [output, output + ".TOC"] + else: + command = command + "_notoc" + elif self.flavor == "win": + extra_bindings.append(("binary", output)) + pdbname = self.msvs_settings.GetPDBName( + config_name, self.ExpandSpecial, output + ".pdb" + ) + if pdbname: + output = [output, pdbname] + + if len(solibs): + extra_bindings.append( + ("solibs", gyp.common.EncodePOSIXShellList(sorted(solibs))) + ) + + ninja_file.build( + output, + command + command_suffix, + link_deps, + implicit=sorted(implicit_deps), + order_only=list(order_deps), + variables=extra_bindings, + ) + return linked_binary + + def WriteTarget(self, spec, config_name, config, link_deps, compile_deps): + extra_link_deps = any( + self.target_outputs.get(dep).Linkable() + for dep in spec.get("dependencies", []) + if dep in self.target_outputs + ) + if spec["type"] == "none" or (not link_deps and not extra_link_deps): + # TODO(evan): don't call this function for 'none' target types, as + # it doesn't do anything, and we fake out a 'binary' with a stamp file. + self.target.binary = compile_deps + self.target.type = "none" + elif spec["type"] == "static_library": + self.target.binary = self.ComputeOutput(spec) + if ( + self.flavor not in ("mac", "openbsd", "netbsd", "win") + and not self.is_standalone_static_library + ): + self.ninja.build( + self.target.binary, "alink_thin", link_deps, order_only=compile_deps + ) + else: + variables = [] + if self.xcode_settings: + libtool_flags = self.xcode_settings.GetLibtoolflags(config_name) + if libtool_flags: + variables.append(("libtool_flags", libtool_flags)) + if self.msvs_settings: + libflags = self.msvs_settings.GetLibFlags( + config_name, self.GypPathToNinja + ) + variables.append(("libflags", libflags)) + + if self.flavor != "mac" or len(self.archs) == 1: + self.AppendPostbuildVariable( + variables, spec, self.target.binary, self.target.binary + ) + self.ninja.build( + self.target.binary, + "alink", + link_deps, + order_only=compile_deps, + variables=variables, + ) + else: + inputs = [] + for arch in self.archs: + output = self.ComputeOutput(spec, arch) + self.arch_subninjas[arch].build( + output, + "alink", + link_deps[arch], + order_only=compile_deps, + variables=variables, + ) + inputs.append(output) + # TODO: It's not clear if + # libtool_flags should be passed to the alink + # call that combines single-arch .a files into a fat .a file. + self.AppendPostbuildVariable( + variables, spec, self.target.binary, self.target.binary + ) + self.ninja.build( + self.target.binary, + "alink", + inputs, + # FIXME: test proving order_only=compile_deps isn't + # needed. + variables=variables, + ) + else: + self.target.binary = self.WriteLink( + spec, config_name, config, link_deps, compile_deps + ) + return self.target.binary + + def WriteMacBundle(self, spec, mac_bundle_depends, is_empty): + assert self.is_mac_bundle + package_framework = spec["type"] in ("shared_library", "loadable_module") + output = self.ComputeMacBundleOutput() + if is_empty: + output += ".stamp" + variables = [] + self.AppendPostbuildVariable( + variables, + spec, + output, + self.target.binary, + is_command_start=not package_framework, + ) + if package_framework and not is_empty: + if spec["type"] == "shared_library" and self.xcode_settings.isIOS: + self.ninja.build( + output, + "package_ios_framework", + mac_bundle_depends, + variables=variables, + ) + else: + variables.append(("version", self.xcode_settings.GetFrameworkVersion())) + self.ninja.build( + output, "package_framework", mac_bundle_depends, variables=variables + ) + else: + self.ninja.build(output, "stamp", mac_bundle_depends, variables=variables) + self.target.bundle = output + return output + + def GetToolchainEnv(self, additional_settings=None): + """Returns the variables toolchain would set for build steps.""" + env = self.GetSortedXcodeEnv(additional_settings=additional_settings) + if self.flavor == "win": + env = self.GetMsvsToolchainEnv(additional_settings=additional_settings) + return env + + def GetMsvsToolchainEnv(self, additional_settings=None): + """Returns the variables Visual Studio would set for build steps.""" + return self.msvs_settings.GetVSMacroEnv( + "$!PRODUCT_DIR", config=self.config_name + ) + + def GetSortedXcodeEnv(self, additional_settings=None): + """Returns the variables Xcode would set for build steps.""" + assert self.abs_build_dir + abs_build_dir = self.abs_build_dir + return gyp.xcode_emulation.GetSortedXcodeEnv( + self.xcode_settings, + abs_build_dir, + os.path.join(abs_build_dir, self.build_to_base), + self.config_name, + additional_settings, + ) + + def GetSortedXcodePostbuildEnv(self): + """Returns the variables Xcode would set for postbuild steps.""" + postbuild_settings = {} + # CHROMIUM_STRIP_SAVE_FILE is a chromium-specific hack. + # TODO(thakis): It would be nice to have some general mechanism instead. + strip_save_file = self.xcode_settings.GetPerTargetSetting( + "CHROMIUM_STRIP_SAVE_FILE" + ) + if strip_save_file: + postbuild_settings["CHROMIUM_STRIP_SAVE_FILE"] = strip_save_file + return self.GetSortedXcodeEnv(additional_settings=postbuild_settings) + + def AppendPostbuildVariable( + self, variables, spec, output, binary, is_command_start=False + ): + """Adds a 'postbuild' variable if there is a postbuild for |output|.""" + postbuild = self.GetPostbuildCommand(spec, output, binary, is_command_start) + if postbuild: + variables.append(("postbuilds", postbuild)) + + def GetPostbuildCommand(self, spec, output, output_binary, is_command_start): + """Returns a shell command that runs all the postbuilds, and removes + |output| if any of them fails. If |is_command_start| is False, then the + returned string will start with ' && '.""" + if not self.xcode_settings or spec["type"] == "none" or not output: + return "" + output = QuoteShellArgument(output, self.flavor) + postbuilds = gyp.xcode_emulation.GetSpecPostbuildCommands(spec, quiet=True) + if output_binary is not None: + postbuilds = self.xcode_settings.AddImplicitPostbuilds( + self.config_name, + os.path.normpath(os.path.join(self.base_to_build, output)), + QuoteShellArgument( + os.path.normpath(os.path.join(self.base_to_build, output_binary)), + self.flavor, + ), + postbuilds, + quiet=True, + ) + + if not postbuilds: + return "" + # Postbuilds expect to be run in the gyp file's directory, so insert an + # implicit postbuild to cd to there. + postbuilds.insert( + 0, gyp.common.EncodePOSIXShellList(["cd", self.build_to_base]) + ) + env = self.ComputeExportEnvString(self.GetSortedXcodePostbuildEnv()) + # G will be non-null if any postbuild fails. Run all postbuilds in a + # subshell. + commands = ( + env + + " (" + + " && ".join([ninja_syntax.escape(command) for command in postbuilds]) + ) + command_string = ( + commands + + "); G=$$?; " + # Remove the final output if any postbuild failed. + "((exit $$G) || rm -rf %s) " % output + + "&& exit $$G)" + ) + if is_command_start: + return "(" + command_string + " && " + else: + return "$ && (" + command_string + + def ComputeExportEnvString(self, env): + """Given an environment, returns a string looking like + 'export FOO=foo; export BAR="${FOO} bar;' + that exports |env| to the shell.""" + export_str = [] + for k, v in env: + export_str.append( + "export %s=%s;" + % (k, ninja_syntax.escape(gyp.common.EncodePOSIXShellArgument(v))) + ) + return " ".join(export_str) + + def ComputeMacBundleOutput(self): + """Return the 'output' (full output path) to a bundle output directory.""" + assert self.is_mac_bundle + path = generator_default_variables["PRODUCT_DIR"] + return self.ExpandSpecial( + os.path.join(path, self.xcode_settings.GetWrapperName()) + ) + + def ComputeOutputFileName(self, spec, type=None): + """Compute the filename of the final output for the current target.""" + if not type: + type = spec["type"] + + default_variables = copy.copy(generator_default_variables) + CalculateVariables(default_variables, {"flavor": self.flavor}) + + # Compute filename prefix: the product prefix, or a default for + # the product type. + DEFAULT_PREFIX = { + "loadable_module": default_variables["SHARED_LIB_PREFIX"], + "shared_library": default_variables["SHARED_LIB_PREFIX"], + "static_library": default_variables["STATIC_LIB_PREFIX"], + "executable": default_variables["EXECUTABLE_PREFIX"], + } + prefix = spec.get("product_prefix", DEFAULT_PREFIX.get(type, "")) + + # Compute filename extension: the product extension, or a default + # for the product type. + DEFAULT_EXTENSION = { + "loadable_module": default_variables["SHARED_LIB_SUFFIX"], + "shared_library": default_variables["SHARED_LIB_SUFFIX"], + "static_library": default_variables["STATIC_LIB_SUFFIX"], + "executable": default_variables["EXECUTABLE_SUFFIX"], + } + extension = spec.get("product_extension") + if extension: + extension = "." + extension + else: + extension = DEFAULT_EXTENSION.get(type, "") + + if "product_name" in spec: + # If we were given an explicit name, use that. + target = spec["product_name"] + else: + # Otherwise, derive a name from the target name. + target = spec["target_name"] + if prefix == "lib": + # Snip out an extra 'lib' from libs if appropriate. + target = StripPrefix(target, "lib") + + if type in ( + "static_library", + "loadable_module", + "shared_library", + "executable", + ): + return f"{prefix}{target}{extension}" + elif type == "none": + return "%s.stamp" % target + else: + raise Exception("Unhandled output type %s" % type) + + def ComputeOutput(self, spec, arch=None): + """Compute the path for the final output of the spec.""" + type = spec["type"] + + if self.flavor == "win": + override = self.msvs_settings.GetOutputName( + self.config_name, self.ExpandSpecial + ) + if override: + return override + + if ( + arch is None + and self.flavor == "mac" + and type + in ("static_library", "executable", "shared_library", "loadable_module") + ): + filename = self.xcode_settings.GetExecutablePath() + else: + filename = self.ComputeOutputFileName(spec, type) + + if arch is None and "product_dir" in spec: + path = os.path.join(spec["product_dir"], filename) + return self.ExpandSpecial(path) + + # Some products go into the output root, libraries go into shared library + # dir, and everything else goes into the normal place. + type_in_output_root = ["executable", "loadable_module"] + if self.flavor == "mac" and self.toolset == "target": + type_in_output_root += ["shared_library", "static_library"] + elif self.flavor == "win" and self.toolset == "target": + type_in_output_root += ["shared_library"] + + if arch is not None: + # Make sure partial executables don't end up in a bundle or the regular + # output directory. + archdir = "arch" + if self.toolset != "target": + archdir = os.path.join("arch", "%s" % self.toolset) + return os.path.join(archdir, AddArch(filename, arch)) + elif type in type_in_output_root or self.is_standalone_static_library: + return filename + elif type == "shared_library": + libdir = "lib" + if self.toolset != "target": + libdir = os.path.join("lib", "%s" % self.toolset) + return os.path.join(libdir, filename) + else: + return self.GypPathToUniqueOutput(filename, qualified=False) + + def WriteVariableList(self, ninja_file, var, values): + assert not isinstance(values, str) + if values is None: + values = [] + ninja_file.variable(var, " ".join(values)) + + def WriteNewNinjaRule( + self, name, args, description, win_shell_flags, env, pool, depfile=None + ): + """Write out a new ninja "rule" statement for a given command. + + Returns the name of the new rule, and a copy of |args| with variables + expanded.""" + + if self.flavor == "win": + args = [ + self.msvs_settings.ConvertVSMacros( + arg, self.base_to_build, config=self.config_name + ) + for arg in args + ] + description = self.msvs_settings.ConvertVSMacros( + description, config=self.config_name + ) + elif self.flavor == "mac": + # |env| is an empty list on non-mac. + args = [gyp.xcode_emulation.ExpandEnvVars(arg, env) for arg in args] + description = gyp.xcode_emulation.ExpandEnvVars(description, env) + + # TODO: we shouldn't need to qualify names; we do it because + # currently the ninja rule namespace is global, but it really + # should be scoped to the subninja. + rule_name = self.name + if self.toolset == "target": + rule_name += "." + self.toolset + rule_name += "." + name + rule_name = re.sub("[^a-zA-Z0-9_]", "_", rule_name) + + # Remove variable references, but not if they refer to the magic rule + # variables. This is not quite right, as it also protects these for + # actions, not just for rules where they are valid. Good enough. + protect = ["${root}", "${dirname}", "${source}", "${ext}", "${name}"] + protect = "(?!" + "|".join(map(re.escape, protect)) + ")" + description = re.sub(protect + r"\$", "_", description) + + # gyp dictates that commands are run from the base directory. + # cd into the directory before running, and adjust paths in + # the arguments to point to the proper locations. + rspfile = None + rspfile_content = None + args = [self.ExpandSpecial(arg, self.base_to_build) for arg in args] + if self.flavor == "win": + rspfile = rule_name + ".$unique_name.rsp" + # The cygwin case handles this inside the bash sub-shell. + run_in = "" if win_shell_flags.cygwin else " " + self.build_to_base + if win_shell_flags.cygwin: + rspfile_content = self.msvs_settings.BuildCygwinBashCommandLine( + args, self.build_to_base + ) + else: + rspfile_content = gyp.msvs_emulation.EncodeRspFileList( + args, win_shell_flags.quote) + command = ( + "%s gyp-win-tool action-wrapper $arch " % sys.executable + + rspfile + + run_in + ) + else: + env = self.ComputeExportEnvString(env) + command = gyp.common.EncodePOSIXShellList(args) + command = "cd %s; " % self.build_to_base + env + command + + # GYP rules/actions express being no-ops by not touching their outputs. + # Avoid executing downstream dependencies in this case by specifying + # restat=1 to ninja. + self.ninja.rule( + rule_name, + command, + description, + depfile=depfile, + restat=True, + pool=pool, + rspfile=rspfile, + rspfile_content=rspfile_content, + ) + self.ninja.newline() + + return rule_name, args + + +def CalculateVariables(default_variables, params): + """Calculate additional variables for use in the build (called by gyp).""" + global generator_additional_non_configuration_keys + global generator_additional_path_sections + flavor = gyp.common.GetFlavor(params) + if flavor == "mac": + default_variables.setdefault("OS", "mac") + default_variables.setdefault("SHARED_LIB_SUFFIX", ".dylib") + default_variables.setdefault( + "SHARED_LIB_DIR", generator_default_variables["PRODUCT_DIR"] + ) + default_variables.setdefault( + "LIB_DIR", generator_default_variables["PRODUCT_DIR"] + ) + + # Copy additional generator configuration data from Xcode, which is shared + # by the Mac Ninja generator. + import gyp.generator.xcode as xcode_generator + + generator_additional_non_configuration_keys = getattr( + xcode_generator, "generator_additional_non_configuration_keys", [] + ) + generator_additional_path_sections = getattr( + xcode_generator, "generator_additional_path_sections", [] + ) + global generator_extra_sources_for_rules + generator_extra_sources_for_rules = getattr( + xcode_generator, "generator_extra_sources_for_rules", [] + ) + elif flavor == "win": + exts = gyp.MSVSUtil.TARGET_TYPE_EXT + default_variables.setdefault("OS", "win") + default_variables["EXECUTABLE_SUFFIX"] = "." + exts["executable"] + default_variables["STATIC_LIB_PREFIX"] = "" + default_variables["STATIC_LIB_SUFFIX"] = "." + exts["static_library"] + default_variables["SHARED_LIB_PREFIX"] = "" + default_variables["SHARED_LIB_SUFFIX"] = "." + exts["shared_library"] + + # Copy additional generator configuration data from VS, which is shared + # by the Windows Ninja generator. + import gyp.generator.msvs as msvs_generator + + generator_additional_non_configuration_keys = getattr( + msvs_generator, "generator_additional_non_configuration_keys", [] + ) + generator_additional_path_sections = getattr( + msvs_generator, "generator_additional_path_sections", [] + ) + + gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) + else: + operating_system = flavor + if flavor == "android": + operating_system = "linux" # Keep this legacy behavior for now. + default_variables.setdefault("OS", operating_system) + default_variables.setdefault("SHARED_LIB_SUFFIX", ".so") + default_variables.setdefault( + "SHARED_LIB_DIR", os.path.join("$!PRODUCT_DIR", "lib") + ) + default_variables.setdefault("LIB_DIR", os.path.join("$!PRODUCT_DIR", "obj")) + + +def ComputeOutputDir(params): + """Returns the path from the toplevel_dir to the build output directory.""" + # generator_dir: relative path from pwd to where make puts build files. + # Makes migrating from make to ninja easier, ninja doesn't put anything here. + generator_dir = os.path.relpath(params["options"].generator_output or ".") + + # output_dir: relative path from generator_dir to the build directory. + output_dir = params.get("generator_flags", {}).get("output_dir", "out") + + # Relative path from source root to our output files. e.g. "out" + return os.path.normpath(os.path.join(generator_dir, output_dir)) + + +def CalculateGeneratorInputInfo(params): + """Called by __init__ to initialize generator values based on params.""" + # E.g. "out/gypfiles" + toplevel = params["options"].toplevel_dir + qualified_out_dir = os.path.normpath( + os.path.join(toplevel, ComputeOutputDir(params), "gypfiles") + ) + + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": toplevel, + "qualified_out_dir": qualified_out_dir, + } + + +def OpenOutput(path, mode="w"): + """Open |path| for writing, creating directories if necessary.""" + gyp.common.EnsureDirExists(path) + return open(path, mode) + + +def CommandWithWrapper(cmd, wrappers, prog): + wrapper = wrappers.get(cmd, "") + if wrapper: + return wrapper + " " + prog + return prog + + +def GetDefaultConcurrentLinks(): + """Returns a best-guess for a number of concurrent links.""" + pool_size = int(os.environ.get("GYP_LINK_CONCURRENCY", 0)) + if pool_size: + return pool_size + + if sys.platform in ("win32", "cygwin"): + import ctypes + + class MEMORYSTATUSEX(ctypes.Structure): + _fields_ = [ + ("dwLength", ctypes.c_ulong), + ("dwMemoryLoad", ctypes.c_ulong), + ("ullTotalPhys", ctypes.c_ulonglong), + ("ullAvailPhys", ctypes.c_ulonglong), + ("ullTotalPageFile", ctypes.c_ulonglong), + ("ullAvailPageFile", ctypes.c_ulonglong), + ("ullTotalVirtual", ctypes.c_ulonglong), + ("ullAvailVirtual", ctypes.c_ulonglong), + ("sullAvailExtendedVirtual", ctypes.c_ulonglong), + ] + + stat = MEMORYSTATUSEX() + stat.dwLength = ctypes.sizeof(stat) + ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat)) + + # VS 2015 uses 20% more working set than VS 2013 and can consume all RAM + # on a 64 GB machine. + mem_limit = max(1, stat.ullTotalPhys // (5 * (2 ** 30))) # total / 5GB + hard_cap = max(1, int(os.environ.get("GYP_LINK_CONCURRENCY_MAX", 2 ** 32))) + return min(mem_limit, hard_cap) + elif sys.platform.startswith("linux"): + if os.path.exists("/proc/meminfo"): + with open("/proc/meminfo") as meminfo: + memtotal_re = re.compile(r"^MemTotal:\s*(\d*)\s*kB") + for line in meminfo: + match = memtotal_re.match(line) + if not match: + continue + # Allow 8Gb per link on Linux because Gold is quite memory hungry + return max(1, int(match.group(1)) // (8 * (2 ** 20))) + return 1 + elif sys.platform == "darwin": + try: + avail_bytes = int(subprocess.check_output(["sysctl", "-n", "hw.memsize"])) + # A static library debug build of Chromium's unit_tests takes ~2.7GB, so + # 4GB per ld process allows for some more bloat. + return max(1, avail_bytes // (4 * (2 ** 30))) # total / 4GB + except subprocess.CalledProcessError: + return 1 + else: + # TODO(scottmg): Implement this for other platforms. + return 1 + + +def _GetWinLinkRuleNameSuffix(embed_manifest): + """Returns the suffix used to select an appropriate linking rule depending on + whether the manifest embedding is enabled.""" + return "_embed" if embed_manifest else "" + + +def _AddWinLinkRules(master_ninja, embed_manifest): + """Adds link rules for Windows platform to |master_ninja|.""" + + def FullLinkCommand(ldcmd, out, binary_type): + resource_name = {"exe": "1", "dll": "2"}[binary_type] + return ( + "%(python)s gyp-win-tool link-with-manifests $arch %(embed)s " + '%(out)s "%(ldcmd)s" %(resname)s $mt $rc "$intermediatemanifest" ' + "$manifests" + % { + "python": sys.executable, + "out": out, + "ldcmd": ldcmd, + "resname": resource_name, + "embed": embed_manifest, + } + ) + + rule_name_suffix = _GetWinLinkRuleNameSuffix(embed_manifest) + use_separate_mspdbsrv = int(os.environ.get("GYP_USE_SEPARATE_MSPDBSRV", "0")) != 0 + dlldesc = "LINK%s(DLL) $binary" % rule_name_suffix.upper() + dllcmd = ( + "%s gyp-win-tool link-wrapper $arch %s " + "$ld /nologo $implibflag /DLL /OUT:$binary " + "@$binary.rsp" % (sys.executable, use_separate_mspdbsrv) + ) + dllcmd = FullLinkCommand(dllcmd, "$binary", "dll") + master_ninja.rule( + "solink" + rule_name_suffix, + description=dlldesc, + command=dllcmd, + rspfile="$binary.rsp", + rspfile_content="$libs $in_newline $ldflags", + restat=True, + pool="link_pool", + ) + master_ninja.rule( + "solink_module" + rule_name_suffix, + description=dlldesc, + command=dllcmd, + rspfile="$binary.rsp", + rspfile_content="$libs $in_newline $ldflags", + restat=True, + pool="link_pool", + ) + # Note that ldflags goes at the end so that it has the option of + # overriding default settings earlier in the command line. + exe_cmd = ( + "%s gyp-win-tool link-wrapper $arch %s " + "$ld /nologo /OUT:$binary @$binary.rsp" + % (sys.executable, use_separate_mspdbsrv) + ) + exe_cmd = FullLinkCommand(exe_cmd, "$binary", "exe") + master_ninja.rule( + "link" + rule_name_suffix, + description="LINK%s $binary" % rule_name_suffix.upper(), + command=exe_cmd, + rspfile="$binary.rsp", + rspfile_content="$in_newline $libs $ldflags", + pool="link_pool", + ) + + +def GenerateOutputForConfig(target_list, target_dicts, data, params, config_name): + options = params["options"] + flavor = gyp.common.GetFlavor(params) + generator_flags = params.get("generator_flags", {}) + + # build_dir: relative path from source root to our output files. + # e.g. "out/Debug" + build_dir = os.path.normpath(os.path.join(ComputeOutputDir(params), config_name)) + + toplevel_build = os.path.join(options.toplevel_dir, build_dir) + + master_ninja_file = OpenOutput(os.path.join(toplevel_build, "build.ninja")) + master_ninja = ninja_syntax.Writer(master_ninja_file, width=120) + + # Put build-time support tools in out/{config_name}. + gyp.common.CopyTool(flavor, toplevel_build, generator_flags) + + # Grab make settings for CC/CXX. + # The rules are + # - The priority from low to high is gcc/g++, the 'make_global_settings' in + # gyp, the environment variable. + # - If there is no 'make_global_settings' for CC.host/CXX.host or + # 'CC_host'/'CXX_host' environment variable, cc_host/cxx_host should be set + # to cc/cxx. + if flavor == "win": + ar = "lib.exe" + # cc and cxx must be set to the correct architecture by overriding with one + # of cl_x86 or cl_x64 below. + cc = "UNSET" + cxx = "UNSET" + ld = "link.exe" + ld_host = "$ld" + else: + ar = "ar" + cc = "cc" + cxx = "c++" + ld = "$cc" + ldxx = "$cxx" + ld_host = "$cc_host" + ldxx_host = "$cxx_host" + + ar_host = ar + cc_host = None + cxx_host = None + cc_host_global_setting = None + cxx_host_global_setting = None + clang_cl = None + nm = "nm" + nm_host = "nm" + readelf = "readelf" + readelf_host = "readelf" + + build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) + make_global_settings = data[build_file].get("make_global_settings", []) + build_to_root = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) + wrappers = {} + for key, value in make_global_settings: + if key == "AR": + ar = os.path.join(build_to_root, value) + if key == "AR.host": + ar_host = os.path.join(build_to_root, value) + if key == "CC": + cc = os.path.join(build_to_root, value) + if cc.endswith("clang-cl"): + clang_cl = cc + if key == "CXX": + cxx = os.path.join(build_to_root, value) + if key == "CC.host": + cc_host = os.path.join(build_to_root, value) + cc_host_global_setting = value + if key == "CXX.host": + cxx_host = os.path.join(build_to_root, value) + cxx_host_global_setting = value + if key == "LD": + ld = os.path.join(build_to_root, value) + if key == "LD.host": + ld_host = os.path.join(build_to_root, value) + if key == "LDXX": + ldxx = os.path.join(build_to_root, value) + if key == "LDXX.host": + ldxx_host = os.path.join(build_to_root, value) + if key == "NM": + nm = os.path.join(build_to_root, value) + if key == "NM.host": + nm_host = os.path.join(build_to_root, value) + if key == "READELF": + readelf = os.path.join(build_to_root, value) + if key == "READELF.host": + readelf_host = os.path.join(build_to_root, value) + if key.endswith("_wrapper"): + wrappers[key[: -len("_wrapper")]] = os.path.join(build_to_root, value) + + # Support wrappers from environment variables too. + for key, value in os.environ.items(): + if key.lower().endswith("_wrapper"): + key_prefix = key[: -len("_wrapper")] + key_prefix = re.sub(r"\.HOST$", ".host", key_prefix) + wrappers[key_prefix] = os.path.join(build_to_root, value) + + mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) + if mac_toolchain_dir: + wrappers["LINK"] = "export DEVELOPER_DIR='%s' &&" % mac_toolchain_dir + + if flavor == "win": + configs = [ + target_dicts[qualified_target]["configurations"][config_name] + for qualified_target in target_list + ] + shared_system_includes = None + if not generator_flags.get("ninja_use_custom_environment_files", 0): + shared_system_includes = gyp.msvs_emulation.ExtractSharedMSVSSystemIncludes( + configs, generator_flags + ) + cl_paths = gyp.msvs_emulation.GenerateEnvironmentFiles( + toplevel_build, generator_flags, shared_system_includes, OpenOutput + ) + for arch, path in sorted(cl_paths.items()): + if clang_cl: + # If we have selected clang-cl, use that instead. + path = clang_cl + command = CommandWithWrapper( + "CC", wrappers, QuoteShellArgument(path, "win") + ) + if clang_cl: + # Use clang-cl to cross-compile for x86 or x86_64. + command += " -m32" if arch == "x86" else " -m64" + master_ninja.variable("cl_" + arch, command) + + cc = GetEnvironFallback(["CC_target", "CC"], cc) + master_ninja.variable("cc", CommandWithWrapper("CC", wrappers, cc)) + cxx = GetEnvironFallback(["CXX_target", "CXX"], cxx) + master_ninja.variable("cxx", CommandWithWrapper("CXX", wrappers, cxx)) + + if flavor == "win": + master_ninja.variable("ld", ld) + master_ninja.variable("idl", "midl.exe") + master_ninja.variable("ar", ar) + master_ninja.variable("rc", "rc.exe") + master_ninja.variable("ml_x86", "ml.exe") + master_ninja.variable("ml_x64", "ml64.exe") + master_ninja.variable("mt", "mt.exe") + else: + master_ninja.variable("ld", CommandWithWrapper("LINK", wrappers, ld)) + master_ninja.variable("ldxx", CommandWithWrapper("LINK", wrappers, ldxx)) + master_ninja.variable("ar", GetEnvironFallback(["AR_target", "AR"], ar)) + if flavor != "mac": + # Mac does not use readelf/nm for .TOC generation, so avoiding polluting + # the master ninja with extra unused variables. + master_ninja.variable("nm", GetEnvironFallback(["NM_target", "NM"], nm)) + master_ninja.variable( + "readelf", GetEnvironFallback(["READELF_target", "READELF"], readelf) + ) + + if generator_supports_multiple_toolsets: + if not cc_host: + cc_host = cc + if not cxx_host: + cxx_host = cxx + + master_ninja.variable("ar_host", GetEnvironFallback(["AR_host"], ar_host)) + master_ninja.variable("nm_host", GetEnvironFallback(["NM_host"], nm_host)) + master_ninja.variable( + "readelf_host", GetEnvironFallback(["READELF_host"], readelf_host) + ) + cc_host = GetEnvironFallback(["CC_host"], cc_host) + cxx_host = GetEnvironFallback(["CXX_host"], cxx_host) + + # The environment variable could be used in 'make_global_settings', like + # ['CC.host', '$(CC)'] or ['CXX.host', '$(CXX)'], transform them here. + if "$(CC)" in cc_host and cc_host_global_setting: + cc_host = cc_host_global_setting.replace("$(CC)", cc) + if "$(CXX)" in cxx_host and cxx_host_global_setting: + cxx_host = cxx_host_global_setting.replace("$(CXX)", cxx) + master_ninja.variable( + "cc_host", CommandWithWrapper("CC.host", wrappers, cc_host) + ) + master_ninja.variable( + "cxx_host", CommandWithWrapper("CXX.host", wrappers, cxx_host) + ) + if flavor == "win": + master_ninja.variable("ld_host", ld_host) + else: + master_ninja.variable( + "ld_host", CommandWithWrapper("LINK", wrappers, ld_host) + ) + master_ninja.variable( + "ldxx_host", CommandWithWrapper("LINK", wrappers, ldxx_host) + ) + + master_ninja.newline() + + master_ninja.pool("link_pool", depth=GetDefaultConcurrentLinks()) + master_ninja.newline() + + deps = "msvc" if flavor == "win" else "gcc" + + if flavor != "win": + master_ninja.rule( + "cc", + description="CC $out", + command=( + "$cc -MMD -MF $out.d $defines $includes $cflags $cflags_c " + "$cflags_pch_c -c $in -o $out" + ), + depfile="$out.d", + deps=deps, + ) + master_ninja.rule( + "cc_s", + description="CC $out", + command=( + "$cc $defines $includes $cflags $cflags_c " + "$cflags_pch_c -c $in -o $out" + ), + ) + master_ninja.rule( + "cxx", + description="CXX $out", + command=( + "$cxx -MMD -MF $out.d $defines $includes $cflags $cflags_cc " + "$cflags_pch_cc -c $in -o $out" + ), + depfile="$out.d", + deps=deps, + ) + else: + # TODO(scottmg) Separate pdb names is a test to see if it works around + # http://crbug.com/142362. It seems there's a race between the creation of + # the .pdb by the precompiled header step for .cc and the compilation of + # .c files. This should be handled by mspdbsrv, but rarely errors out with + # c1xx : fatal error C1033: cannot open program database + # By making the rules target separate pdb files this might be avoided. + cc_command = ( + "ninja -t msvc -e $arch " + "-- " + "$cc /nologo /showIncludes /FC " + "@$out.rsp /c $in /Fo$out /Fd$pdbname_c " + ) + cxx_command = ( + "ninja -t msvc -e $arch " + "-- " + "$cxx /nologo /showIncludes /FC " + "@$out.rsp /c $in /Fo$out /Fd$pdbname_cc " + ) + master_ninja.rule( + "cc", + description="CC $out", + command=cc_command, + rspfile="$out.rsp", + rspfile_content="$defines $includes $cflags $cflags_c", + deps=deps, + ) + master_ninja.rule( + "cxx", + description="CXX $out", + command=cxx_command, + rspfile="$out.rsp", + rspfile_content="$defines $includes $cflags $cflags_cc", + deps=deps, + ) + master_ninja.rule( + "idl", + description="IDL $in", + command=( + "%s gyp-win-tool midl-wrapper $arch $outdir " + "$tlb $h $dlldata $iid $proxy $in " + "$midl_includes $idlflags" % sys.executable + ), + ) + master_ninja.rule( + "rc", + description="RC $in", + # Note: $in must be last otherwise rc.exe complains. + command=( + "%s gyp-win-tool rc-wrapper " + "$arch $rc $defines $resource_includes $rcflags /fo$out $in" + % sys.executable + ), + ) + master_ninja.rule( + "asm", + description="ASM $out", + command=( + "%s gyp-win-tool asm-wrapper " + "$arch $asm $defines $includes $asmflags /c /Fo $out $in" + % sys.executable + ), + ) + + if flavor != "mac" and flavor != "win": + master_ninja.rule( + "alink", + description="AR $out", + command="rm -f $out && $ar rcs $arflags $out $in", + ) + master_ninja.rule( + "alink_thin", + description="AR $out", + command="rm -f $out && $ar rcsT $arflags $out $in", + ) + + # This allows targets that only need to depend on $lib's API to declare an + # order-only dependency on $lib.TOC and avoid relinking such downstream + # dependencies when $lib changes only in non-public ways. + # The resulting string leaves an uninterpolated %{suffix} which + # is used in the final substitution below. + mtime_preserving_solink_base = ( + "if [ ! -e $lib -o ! -e $lib.TOC ]; then " + "%(solink)s && %(extract_toc)s > $lib.TOC; else " + "%(solink)s && %(extract_toc)s > $lib.tmp && " + "if ! cmp -s $lib.tmp $lib.TOC; then mv $lib.tmp $lib.TOC ; " + "fi; fi" + % { + "solink": "$ld -shared $ldflags -o $lib -Wl,-soname=$soname %(suffix)s", + "extract_toc": ( + "{ $readelf -d $lib | grep SONAME ; " + "$nm -gD -f p $lib | cut -f1-2 -d' '; }" + ), + } + ) + + master_ninja.rule( + "solink", + description="SOLINK $lib", + restat=True, + command=mtime_preserving_solink_base + % {"suffix": "@$link_file_list"}, # noqa: E501 + rspfile="$link_file_list", + rspfile_content=( + "-Wl,--whole-archive $in $solibs -Wl," "--no-whole-archive $libs" + ), + pool="link_pool", + ) + master_ninja.rule( + "solink_module", + description="SOLINK(module) $lib", + restat=True, + command=mtime_preserving_solink_base % {"suffix": "@$link_file_list"}, + rspfile="$link_file_list", + rspfile_content="-Wl,--start-group $in $solibs $libs -Wl,--end-group", + pool="link_pool", + ) + master_ninja.rule( + "link", + description="LINK $out", + command=( + "$ld $ldflags -o $out " + "-Wl,--start-group $in $solibs $libs -Wl,--end-group" + ), + pool="link_pool", + ) + elif flavor == "win": + master_ninja.rule( + "alink", + description="LIB $out", + command=( + "%s gyp-win-tool link-wrapper $arch False " + "$ar /nologo /ignore:4221 /OUT:$out @$out.rsp" % sys.executable + ), + rspfile="$out.rsp", + rspfile_content="$in_newline $libflags", + ) + _AddWinLinkRules(master_ninja, embed_manifest=True) + _AddWinLinkRules(master_ninja, embed_manifest=False) + else: + master_ninja.rule( + "objc", + description="OBJC $out", + command=( + "$cc -MMD -MF $out.d $defines $includes $cflags $cflags_objc " + "$cflags_pch_objc -c $in -o $out" + ), + depfile="$out.d", + deps=deps, + ) + master_ninja.rule( + "objcxx", + description="OBJCXX $out", + command=( + "$cxx -MMD -MF $out.d $defines $includes $cflags $cflags_objcc " + "$cflags_pch_objcc -c $in -o $out" + ), + depfile="$out.d", + deps=deps, + ) + master_ninja.rule( + "alink", + description="LIBTOOL-STATIC $out, POSTBUILDS", + command="rm -f $out && " + "./gyp-mac-tool filter-libtool libtool $libtool_flags " + "-static -o $out $in" + "$postbuilds", + ) + master_ninja.rule( + "lipo", + description="LIPO $out, POSTBUILDS", + command="rm -f $out && lipo -create $in -output $out$postbuilds", + ) + master_ninja.rule( + "solipo", + description="SOLIPO $out, POSTBUILDS", + command=( + "rm -f $lib $lib.TOC && lipo -create $in -output $lib$postbuilds &&" + "%(extract_toc)s > $lib.TOC" + % { + "extract_toc": "{ otool -l $lib | grep LC_ID_DYLIB -A 5; " + "nm -gP $lib | cut -f1-2 -d' ' | grep -v U$$; true; }" + } + ), + ) + + # Record the public interface of $lib in $lib.TOC. See the corresponding + # comment in the posix section above for details. + solink_base = "$ld %(type)s $ldflags -o $lib %(suffix)s" + mtime_preserving_solink_base = ( + "if [ ! -e $lib -o ! -e $lib.TOC ] || " + # Always force dependent targets to relink if this library + # reexports something. Handling this correctly would require + # recursive TOC dumping but this is rare in practice, so punt. + "otool -l $lib | grep -q LC_REEXPORT_DYLIB ; then " + "%(solink)s && %(extract_toc)s > $lib.TOC; " + "else " + "%(solink)s && %(extract_toc)s > $lib.tmp && " + "if ! cmp -s $lib.tmp $lib.TOC; then " + "mv $lib.tmp $lib.TOC ; " + "fi; " + "fi" + % { + "solink": solink_base, + "extract_toc": "{ otool -l $lib | grep LC_ID_DYLIB -A 5; " + "nm -gP $lib | cut -f1-2 -d' ' | grep -v U$$; true; }", + } + ) + + solink_suffix = "@$link_file_list$postbuilds" + master_ninja.rule( + "solink", + description="SOLINK $lib, POSTBUILDS", + restat=True, + command=mtime_preserving_solink_base + % {"suffix": solink_suffix, "type": "-shared"}, + rspfile="$link_file_list", + rspfile_content="$in $solibs $libs", + pool="link_pool", + ) + master_ninja.rule( + "solink_notoc", + description="SOLINK $lib, POSTBUILDS", + restat=True, + command=solink_base % {"suffix": solink_suffix, "type": "-shared"}, + rspfile="$link_file_list", + rspfile_content="$in $solibs $libs", + pool="link_pool", + ) + + master_ninja.rule( + "solink_module", + description="SOLINK(module) $lib, POSTBUILDS", + restat=True, + command=mtime_preserving_solink_base + % {"suffix": solink_suffix, "type": "-bundle"}, + rspfile="$link_file_list", + rspfile_content="$in $solibs $libs", + pool="link_pool", + ) + master_ninja.rule( + "solink_module_notoc", + description="SOLINK(module) $lib, POSTBUILDS", + restat=True, + command=solink_base % {"suffix": solink_suffix, "type": "-bundle"}, + rspfile="$link_file_list", + rspfile_content="$in $solibs $libs", + pool="link_pool", + ) + + master_ninja.rule( + "link", + description="LINK $out, POSTBUILDS", + command=("$ld $ldflags -o $out " "$in $solibs $libs$postbuilds"), + pool="link_pool", + ) + master_ninja.rule( + "preprocess_infoplist", + description="PREPROCESS INFOPLIST $out", + command=( + "$cc -E -P -Wno-trigraphs -x c $defines $in -o $out && " + "plutil -convert xml1 $out $out" + ), + ) + master_ninja.rule( + "copy_infoplist", + description="COPY INFOPLIST $in", + command="$env ./gyp-mac-tool copy-info-plist $in $out $binary $keys", + ) + master_ninja.rule( + "merge_infoplist", + description="MERGE INFOPLISTS $in", + command="$env ./gyp-mac-tool merge-info-plist $out $in", + ) + master_ninja.rule( + "compile_xcassets", + description="COMPILE XCASSETS $in", + command="$env ./gyp-mac-tool compile-xcassets $keys $in", + ) + master_ninja.rule( + "compile_ios_framework_headers", + description="COMPILE HEADER MAPS AND COPY FRAMEWORK HEADERS $in", + command="$env ./gyp-mac-tool compile-ios-framework-header-map $out " + "$framework $in && $env ./gyp-mac-tool " + "copy-ios-framework-headers $framework $copy_headers", + ) + master_ninja.rule( + "mac_tool", + description="MACTOOL $mactool_cmd $in", + command="$env ./gyp-mac-tool $mactool_cmd $in $out $binary", + ) + master_ninja.rule( + "package_framework", + description="PACKAGE FRAMEWORK $out, POSTBUILDS", + command="./gyp-mac-tool package-framework $out $version$postbuilds " + "&& touch $out", + ) + master_ninja.rule( + "package_ios_framework", + description="PACKAGE IOS FRAMEWORK $out, POSTBUILDS", + command="./gyp-mac-tool package-ios-framework $out $postbuilds " + "&& touch $out", + ) + if flavor == "win": + master_ninja.rule( + "stamp", + description="STAMP $out", + command="%s gyp-win-tool stamp $out" % sys.executable, + ) + else: + master_ninja.rule( + "stamp", description="STAMP $out", command="${postbuilds}touch $out" + ) + if flavor == "win": + master_ninja.rule( + "copy", + description="COPY $in $out", + command="%s gyp-win-tool recursive-mirror $in $out" % sys.executable, + ) + elif flavor == "zos": + master_ninja.rule( + "copy", + description="COPY $in $out", + command="rm -rf $out && cp -fRP $in $out", + ) + else: + master_ninja.rule( + "copy", + description="COPY $in $out", + command="ln -f $in $out 2>/dev/null || (rm -rf $out && cp -af $in $out)", + ) + master_ninja.newline() + + all_targets = set() + for build_file in params["build_files"]: + for target in gyp.common.AllTargets( + target_list, target_dicts, os.path.normpath(build_file) + ): + all_targets.add(target) + all_outputs = set() + + # target_outputs is a map from qualified target name to a Target object. + target_outputs = {} + # target_short_names is a map from target short name to a list of Target + # objects. + target_short_names = {} + + # short name of targets that were skipped because they didn't contain anything + # interesting. + # NOTE: there may be overlap between this an non_empty_target_names. + empty_target_names = set() + + # Set of non-empty short target names. + # NOTE: there may be overlap between this an empty_target_names. + non_empty_target_names = set() + + for qualified_target in target_list: + # qualified_target is like: third_party/icu/icu.gyp:icui18n#target + build_file, name, toolset = gyp.common.ParseQualifiedTarget(qualified_target) + + this_make_global_settings = data[build_file].get("make_global_settings", []) + assert make_global_settings == this_make_global_settings, ( + "make_global_settings needs to be the same for all targets. " + f"{this_make_global_settings} vs. {make_global_settings}" + ) + + spec = target_dicts[qualified_target] + if flavor == "mac": + gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[build_file], spec) + + # If build_file is a symlink, we must not follow it because there's a chance + # it could point to a path above toplevel_dir, and we cannot correctly deal + # with that case at the moment. + build_file = gyp.common.RelativePath(build_file, options.toplevel_dir, False) + + qualified_target_for_hash = gyp.common.QualifiedTarget( + build_file, name, toolset + ) + qualified_target_for_hash = qualified_target_for_hash.encode("utf-8") + hash_for_rules = hashlib.md5(qualified_target_for_hash).hexdigest() + + base_path = os.path.dirname(build_file) + obj = "obj" + if toolset != "target": + obj += "." + toolset + output_file = os.path.join(obj, base_path, name + ".ninja") + + ninja_output = StringIO() + writer = NinjaWriter( + hash_for_rules, + target_outputs, + base_path, + build_dir, + ninja_output, + toplevel_build, + output_file, + flavor, + toplevel_dir=options.toplevel_dir, + ) + + target = writer.WriteSpec(spec, config_name, generator_flags) + + if ninja_output.tell() > 0: + # Only create files for ninja files that actually have contents. + with OpenOutput(os.path.join(toplevel_build, output_file)) as ninja_file: + ninja_file.write(ninja_output.getvalue()) + ninja_output.close() + master_ninja.subninja(output_file) + + if target: + if name != target.FinalOutput() and spec["toolset"] == "target": + target_short_names.setdefault(name, []).append(target) + target_outputs[qualified_target] = target + if qualified_target in all_targets: + all_outputs.add(target.FinalOutput()) + non_empty_target_names.add(name) + else: + empty_target_names.add(name) + + if target_short_names: + # Write a short name to build this target. This benefits both the + # "build chrome" case as well as the gyp tests, which expect to be + # able to run actions and build libraries by their short name. + master_ninja.newline() + master_ninja.comment("Short names for targets.") + for short_name in sorted(target_short_names): + master_ninja.build( + short_name, + "phony", + [x.FinalOutput() for x in target_short_names[short_name]], + ) + + # Write phony targets for any empty targets that weren't written yet. As + # short names are not necessarily unique only do this for short names that + # haven't already been output for another target. + empty_target_names = empty_target_names - non_empty_target_names + if empty_target_names: + master_ninja.newline() + master_ninja.comment("Empty targets (output for completeness).") + for name in sorted(empty_target_names): + master_ninja.build(name, "phony") + + if all_outputs: + master_ninja.newline() + master_ninja.build("all", "phony", sorted(all_outputs)) + master_ninja.default(generator_flags.get("default_target", "all")) + + master_ninja_file.close() + + +def PerformBuild(data, configurations, params): + options = params["options"] + for config in configurations: + builddir = os.path.join(options.toplevel_dir, "out", config) + arguments = ["ninja", "-C", builddir] + print(f"Building [{config}]: {arguments}") + subprocess.check_call(arguments) + + +def CallGenerateOutputForConfig(arglist): + # Ignore the interrupt signal so that the parent process catches it and + # kills all multiprocessing children. + signal.signal(signal.SIGINT, signal.SIG_IGN) + + (target_list, target_dicts, data, params, config_name) = arglist + GenerateOutputForConfig(target_list, target_dicts, data, params, config_name) + + +def GenerateOutput(target_list, target_dicts, data, params): + # Update target_dicts for iOS device builds. + target_dicts = gyp.xcode_emulation.CloneConfigurationForDeviceAndEmulator( + target_dicts + ) + + user_config = params.get("generator_flags", {}).get("config", None) + if gyp.common.GetFlavor(params) == "win": + target_list, target_dicts = MSVSUtil.ShardTargets(target_list, target_dicts) + target_list, target_dicts = MSVSUtil.InsertLargePdbShims( + target_list, target_dicts, generator_default_variables + ) + + if user_config: + GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) + else: + config_names = target_dicts[target_list[0]]["configurations"] + if params["parallel"]: + try: + pool = multiprocessing.Pool(len(config_names)) + arglists = [] + for config_name in config_names: + arglists.append( + (target_list, target_dicts, data, params, config_name) + ) + pool.map(CallGenerateOutputForConfig, arglists) + except KeyboardInterrupt as e: + pool.terminate() + raise e + else: + for config_name in config_names: + GenerateOutputForConfig( + target_list, target_dicts, data, params, config_name + ) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py new file mode 100644 index 0000000..7d18068 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py @@ -0,0 +1,55 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" Unit tests for the ninja.py file. """ + +import sys +import unittest + +import gyp.generator.ninja as ninja + + +class TestPrefixesAndSuffixes(unittest.TestCase): + def test_BinaryNamesWindows(self): + # These cannot run on non-Windows as they require a VS installation to + # correctly handle variable expansion. + if sys.platform.startswith("win"): + writer = ninja.NinjaWriter( + "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "win" + ) + spec = {"target_name": "wee"} + self.assertTrue( + writer.ComputeOutputFileName(spec, "executable").endswith(".exe") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "shared_library").endswith(".dll") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "static_library").endswith(".lib") + ) + + def test_BinaryNamesLinux(self): + writer = ninja.NinjaWriter( + "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "linux" + ) + spec = {"target_name": "wee"} + self.assertTrue("." not in writer.ComputeOutputFileName(spec, "executable")) + self.assertTrue( + writer.ComputeOutputFileName(spec, "shared_library").startswith("lib") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "static_library").startswith("lib") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "shared_library").endswith(".so") + ) + self.assertTrue( + writer.ComputeOutputFileName(spec, "static_library").endswith(".a") + ) + + +if __name__ == "__main__": + unittest.main() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py new file mode 100644 index 0000000..2f4d17e --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py @@ -0,0 +1,1394 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import filecmp +import gyp.common +import gyp.xcodeproj_file +import gyp.xcode_ninja +import errno +import os +import sys +import posixpath +import re +import shutil +import subprocess +import tempfile + + +# Project files generated by this module will use _intermediate_var as a +# custom Xcode setting whose value is a DerivedSources-like directory that's +# project-specific and configuration-specific. The normal choice, +# DERIVED_FILE_DIR, is target-specific, which is thought to be too restrictive +# as it is likely that multiple targets within a single project file will want +# to access the same set of generated files. The other option, +# PROJECT_DERIVED_FILE_DIR, is unsuitable because while it is project-specific, +# it is not configuration-specific. INTERMEDIATE_DIR is defined as +# $(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION). +_intermediate_var = "INTERMEDIATE_DIR" + +# SHARED_INTERMEDIATE_DIR is the same, except that it is shared among all +# targets that share the same BUILT_PRODUCTS_DIR. +_shared_intermediate_var = "SHARED_INTERMEDIATE_DIR" + +_library_search_paths_var = "LIBRARY_SEARCH_PATHS" + +generator_default_variables = { + "EXECUTABLE_PREFIX": "", + "EXECUTABLE_SUFFIX": "", + "STATIC_LIB_PREFIX": "lib", + "SHARED_LIB_PREFIX": "lib", + "STATIC_LIB_SUFFIX": ".a", + "SHARED_LIB_SUFFIX": ".dylib", + # INTERMEDIATE_DIR is a place for targets to build up intermediate products. + # It is specific to each build environment. It is only guaranteed to exist + # and be constant within the context of a project, corresponding to a single + # input file. Some build environments may allow their intermediate directory + # to be shared on a wider scale, but this is not guaranteed. + "INTERMEDIATE_DIR": "$(%s)" % _intermediate_var, + "OS": "mac", + "PRODUCT_DIR": "$(BUILT_PRODUCTS_DIR)", + "LIB_DIR": "$(BUILT_PRODUCTS_DIR)", + "RULE_INPUT_ROOT": "$(INPUT_FILE_BASE)", + "RULE_INPUT_EXT": "$(INPUT_FILE_SUFFIX)", + "RULE_INPUT_NAME": "$(INPUT_FILE_NAME)", + "RULE_INPUT_PATH": "$(INPUT_FILE_PATH)", + "RULE_INPUT_DIRNAME": "$(INPUT_FILE_DIRNAME)", + "SHARED_INTERMEDIATE_DIR": "$(%s)" % _shared_intermediate_var, + "CONFIGURATION_NAME": "$(CONFIGURATION)", +} + +# The Xcode-specific sections that hold paths. +generator_additional_path_sections = [ + "mac_bundle_resources", + "mac_framework_headers", + "mac_framework_private_headers", + # 'mac_framework_dirs', input already handles _dirs endings. +] + +# The Xcode-specific keys that exist on targets and aren't moved down to +# configurations. +generator_additional_non_configuration_keys = [ + "ios_app_extension", + "ios_watch_app", + "ios_watchkit_extension", + "mac_bundle", + "mac_bundle_resources", + "mac_framework_headers", + "mac_framework_private_headers", + "mac_xctest_bundle", + "mac_xcuitest_bundle", + "xcode_create_dependents_test_runner", +] + +# We want to let any rules apply to files that are resources also. +generator_extra_sources_for_rules = [ + "mac_bundle_resources", + "mac_framework_headers", + "mac_framework_private_headers", +] + +generator_filelist_paths = None + +# Xcode's standard set of library directories, which don't need to be duplicated +# in LIBRARY_SEARCH_PATHS. This list is not exhaustive, but that's okay. +xcode_standard_library_dirs = frozenset( + ["$(SDKROOT)/usr/lib", "$(SDKROOT)/usr/local/lib"] +) + + +def CreateXCConfigurationList(configuration_names): + xccl = gyp.xcodeproj_file.XCConfigurationList({"buildConfigurations": []}) + if len(configuration_names) == 0: + configuration_names = ["Default"] + for configuration_name in configuration_names: + xcbc = gyp.xcodeproj_file.XCBuildConfiguration({"name": configuration_name}) + xccl.AppendProperty("buildConfigurations", xcbc) + xccl.SetProperty("defaultConfigurationName", configuration_names[0]) + return xccl + + +class XcodeProject: + def __init__(self, gyp_path, path, build_file_dict): + self.gyp_path = gyp_path + self.path = path + self.project = gyp.xcodeproj_file.PBXProject(path=path) + projectDirPath = gyp.common.RelativePath( + os.path.dirname(os.path.abspath(self.gyp_path)), + os.path.dirname(path) or ".", + ) + self.project.SetProperty("projectDirPath", projectDirPath) + self.project_file = gyp.xcodeproj_file.XCProjectFile( + {"rootObject": self.project} + ) + self.build_file_dict = build_file_dict + + # TODO(mark): add destructor that cleans up self.path if created_dir is + # True and things didn't complete successfully. Or do something even + # better with "try"? + self.created_dir = False + try: + os.makedirs(self.path) + self.created_dir = True + except OSError as e: + if e.errno != errno.EEXIST: + raise + + def Finalize1(self, xcode_targets, serialize_all_tests): + # Collect a list of all of the build configuration names used by the + # various targets in the file. It is very heavily advised to keep each + # target in an entire project (even across multiple project files) using + # the same set of configuration names. + configurations = [] + for xct in self.project.GetProperty("targets"): + xccl = xct.GetProperty("buildConfigurationList") + xcbcs = xccl.GetProperty("buildConfigurations") + for xcbc in xcbcs: + name = xcbc.GetProperty("name") + if name not in configurations: + configurations.append(name) + + # Replace the XCConfigurationList attached to the PBXProject object with + # a new one specifying all of the configuration names used by the various + # targets. + try: + xccl = CreateXCConfigurationList(configurations) + self.project.SetProperty("buildConfigurationList", xccl) + except Exception: + sys.stderr.write("Problem with gyp file %s\n" % self.gyp_path) + raise + + # The need for this setting is explained above where _intermediate_var is + # defined. The comments below about wanting to avoid project-wide build + # settings apply here too, but this needs to be set on a project-wide basis + # so that files relative to the _intermediate_var setting can be displayed + # properly in the Xcode UI. + # + # Note that for configuration-relative files such as anything relative to + # _intermediate_var, for the purposes of UI tree view display, Xcode will + # only resolve the configuration name once, when the project file is + # opened. If the active build configuration is changed, the project file + # must be closed and reopened if it is desired for the tree view to update. + # This is filed as Apple radar 6588391. + xccl.SetBuildSetting( + _intermediate_var, "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)" + ) + xccl.SetBuildSetting( + _shared_intermediate_var, "$(SYMROOT)/DerivedSources/$(CONFIGURATION)" + ) + + # Set user-specified project-wide build settings and config files. This + # is intended to be used very sparingly. Really, almost everything should + # go into target-specific build settings sections. The project-wide + # settings are only intended to be used in cases where Xcode attempts to + # resolve variable references in a project context as opposed to a target + # context, such as when resolving sourceTree references while building up + # the tree tree view for UI display. + # Any values set globally are applied to all configurations, then any + # per-configuration values are applied. + for xck, xcv in self.build_file_dict.get("xcode_settings", {}).items(): + xccl.SetBuildSetting(xck, xcv) + if "xcode_config_file" in self.build_file_dict: + config_ref = self.project.AddOrGetFileInRootGroup( + self.build_file_dict["xcode_config_file"] + ) + xccl.SetBaseConfiguration(config_ref) + build_file_configurations = self.build_file_dict.get("configurations", {}) + if build_file_configurations: + for config_name in configurations: + build_file_configuration_named = build_file_configurations.get( + config_name, {} + ) + if build_file_configuration_named: + xcc = xccl.ConfigurationNamed(config_name) + for xck, xcv in build_file_configuration_named.get( + "xcode_settings", {} + ).items(): + xcc.SetBuildSetting(xck, xcv) + if "xcode_config_file" in build_file_configuration_named: + config_ref = self.project.AddOrGetFileInRootGroup( + build_file_configurations[config_name]["xcode_config_file"] + ) + xcc.SetBaseConfiguration(config_ref) + + # Sort the targets based on how they appeared in the input. + # TODO(mark): Like a lot of other things here, this assumes internal + # knowledge of PBXProject - in this case, of its "targets" property. + + # ordinary_targets are ordinary targets that are already in the project + # file. run_test_targets are the targets that run unittests and should be + # used for the Run All Tests target. support_targets are the action/rule + # targets used by GYP file targets, just kept for the assert check. + ordinary_targets = [] + run_test_targets = [] + support_targets = [] + + # targets is full list of targets in the project. + targets = [] + + # does the it define it's own "all"? + has_custom_all = False + + # targets_for_all is the list of ordinary_targets that should be listed + # in this project's "All" target. It includes each non_runtest_target + # that does not have suppress_wildcard set. + targets_for_all = [] + + for target in self.build_file_dict["targets"]: + target_name = target["target_name"] + toolset = target["toolset"] + qualified_target = gyp.common.QualifiedTarget( + self.gyp_path, target_name, toolset + ) + xcode_target = xcode_targets[qualified_target] + # Make sure that the target being added to the sorted list is already in + # the unsorted list. + assert xcode_target in self.project._properties["targets"] + targets.append(xcode_target) + ordinary_targets.append(xcode_target) + if xcode_target.support_target: + support_targets.append(xcode_target.support_target) + targets.append(xcode_target.support_target) + + if not int(target.get("suppress_wildcard", False)): + targets_for_all.append(xcode_target) + + if target_name.lower() == "all": + has_custom_all = True + + # If this target has a 'run_as' attribute, add its target to the + # targets, and add it to the test targets. + if target.get("run_as"): + # Make a target to run something. It should have one + # dependency, the parent xcode target. + xccl = CreateXCConfigurationList(configurations) + run_target = gyp.xcodeproj_file.PBXAggregateTarget( + { + "name": "Run " + target_name, + "productName": xcode_target.GetProperty("productName"), + "buildConfigurationList": xccl, + }, + parent=self.project, + ) + run_target.AddDependency(xcode_target) + + command = target["run_as"] + script = "" + if command.get("working_directory"): + script = ( + script + + 'cd "%s"\n' + % gyp.xcodeproj_file.ConvertVariablesToShellSyntax( + command.get("working_directory") + ) + ) + + if command.get("environment"): + script = ( + script + + "\n".join( + [ + 'export %s="%s"' + % ( + key, + gyp.xcodeproj_file.ConvertVariablesToShellSyntax( + val + ), + ) + for (key, val) in command.get("environment").items() + ] + ) + + "\n" + ) + + # Some test end up using sockets, files on disk, etc. and can get + # confused if more then one test runs at a time. The generator + # flag 'xcode_serialize_all_test_runs' controls the forcing of all + # tests serially. It defaults to True. To get serial runs this + # little bit of python does the same as the linux flock utility to + # make sure only one runs at a time. + command_prefix = "" + if serialize_all_tests: + command_prefix = """python -c "import fcntl, subprocess, sys +file = open('$TMPDIR/GYP_serialize_test_runs', 'a') +fcntl.flock(file.fileno(), fcntl.LOCK_EX) +sys.exit(subprocess.call(sys.argv[1:]))" """ + + # If we were unable to exec for some reason, we want to exit + # with an error, and fixup variable references to be shell + # syntax instead of xcode syntax. + script = ( + script + + "exec " + + command_prefix + + "%s\nexit 1\n" + % gyp.xcodeproj_file.ConvertVariablesToShellSyntax( + gyp.common.EncodePOSIXShellList(command.get("action")) + ) + ) + + ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( + {"shellScript": script, "showEnvVarsInLog": 0} + ) + run_target.AppendProperty("buildPhases", ssbp) + + # Add the run target to the project file. + targets.append(run_target) + run_test_targets.append(run_target) + xcode_target.test_runner = run_target + + # Make sure that the list of targets being replaced is the same length as + # the one replacing it, but allow for the added test runner targets. + assert len(self.project._properties["targets"]) == len(ordinary_targets) + len( + support_targets + ) + + self.project._properties["targets"] = targets + + # Get rid of unnecessary levels of depth in groups like the Source group. + self.project.RootGroupsTakeOverOnlyChildren(True) + + # Sort the groups nicely. Do this after sorting the targets, because the + # Products group is sorted based on the order of the targets. + self.project.SortGroups() + + # Create an "All" target if there's more than one target in this project + # file and the project didn't define its own "All" target. Put a generated + # "All" target first so that people opening up the project for the first + # time will build everything by default. + if len(targets_for_all) > 1 and not has_custom_all: + xccl = CreateXCConfigurationList(configurations) + all_target = gyp.xcodeproj_file.PBXAggregateTarget( + {"buildConfigurationList": xccl, "name": "All"}, parent=self.project + ) + + for target in targets_for_all: + all_target.AddDependency(target) + + # TODO(mark): This is evil because it relies on internal knowledge of + # PBXProject._properties. It's important to get the "All" target first, + # though. + self.project._properties["targets"].insert(0, all_target) + + # The same, but for run_test_targets. + if len(run_test_targets) > 1: + xccl = CreateXCConfigurationList(configurations) + run_all_tests_target = gyp.xcodeproj_file.PBXAggregateTarget( + {"buildConfigurationList": xccl, "name": "Run All Tests"}, + parent=self.project, + ) + for run_test_target in run_test_targets: + run_all_tests_target.AddDependency(run_test_target) + + # Insert after the "All" target, which must exist if there is more than + # one run_test_target. + self.project._properties["targets"].insert(1, run_all_tests_target) + + def Finalize2(self, xcode_targets, xcode_target_to_target_dict): + # Finalize2 needs to happen in a separate step because the process of + # updating references to other projects depends on the ordering of targets + # within remote project files. Finalize1 is responsible for sorting duty, + # and once all project files are sorted, Finalize2 can come in and update + # these references. + + # To support making a "test runner" target that will run all the tests + # that are direct dependents of any given target, we look for + # xcode_create_dependents_test_runner being set on an Aggregate target, + # and generate a second target that will run the tests runners found under + # the marked target. + for bf_tgt in self.build_file_dict["targets"]: + if int(bf_tgt.get("xcode_create_dependents_test_runner", 0)): + tgt_name = bf_tgt["target_name"] + toolset = bf_tgt["toolset"] + qualified_target = gyp.common.QualifiedTarget( + self.gyp_path, tgt_name, toolset + ) + xcode_target = xcode_targets[qualified_target] + if isinstance(xcode_target, gyp.xcodeproj_file.PBXAggregateTarget): + # Collect all the run test targets. + all_run_tests = [] + pbxtds = xcode_target.GetProperty("dependencies") + for pbxtd in pbxtds: + pbxcip = pbxtd.GetProperty("targetProxy") + dependency_xct = pbxcip.GetProperty("remoteGlobalIDString") + if hasattr(dependency_xct, "test_runner"): + all_run_tests.append(dependency_xct.test_runner) + + # Directly depend on all the runners as they depend on the target + # that builds them. + if len(all_run_tests) > 0: + run_all_target = gyp.xcodeproj_file.PBXAggregateTarget( + { + "name": "Run %s Tests" % tgt_name, + "productName": tgt_name, + }, + parent=self.project, + ) + for run_test_target in all_run_tests: + run_all_target.AddDependency(run_test_target) + + # Insert the test runner after the related target. + idx = self.project._properties["targets"].index(xcode_target) + self.project._properties["targets"].insert( + idx + 1, run_all_target + ) + + # Update all references to other projects, to make sure that the lists of + # remote products are complete. Otherwise, Xcode will fill them in when + # it opens the project file, which will result in unnecessary diffs. + # TODO(mark): This is evil because it relies on internal knowledge of + # PBXProject._other_pbxprojects. + for other_pbxproject in self.project._other_pbxprojects.keys(): + self.project.AddOrGetProjectReference(other_pbxproject) + + self.project.SortRemoteProductReferences() + + # Give everything an ID. + self.project_file.ComputeIDs() + + # Make sure that no two objects in the project file have the same ID. If + # multiple objects wind up with the same ID, upon loading the file, Xcode + # will only recognize one object (the last one in the file?) and the + # results are unpredictable. + self.project_file.EnsureNoIDCollisions() + + def Write(self): + # Write the project file to a temporary location first. Xcode watches for + # changes to the project file and presents a UI sheet offering to reload + # the project when it does change. However, in some cases, especially when + # multiple projects are open or when Xcode is busy, things don't work so + # seamlessly. Sometimes, Xcode is able to detect that a project file has + # changed but can't unload it because something else is referencing it. + # To mitigate this problem, and to avoid even having Xcode present the UI + # sheet when an open project is rewritten for inconsequential changes, the + # project file is written to a temporary file in the xcodeproj directory + # first. The new temporary file is then compared to the existing project + # file, if any. If they differ, the new file replaces the old; otherwise, + # the new project file is simply deleted. Xcode properly detects a file + # being renamed over an open project file as a change and so it remains + # able to present the "project file changed" sheet under this system. + # Writing to a temporary file first also avoids the possible problem of + # Xcode rereading an incomplete project file. + (output_fd, new_pbxproj_path) = tempfile.mkstemp( + suffix=".tmp", prefix="project.pbxproj.gyp.", dir=self.path + ) + + try: + output_file = os.fdopen(output_fd, "w") + + self.project_file.Print(output_file) + output_file.close() + + pbxproj_path = os.path.join(self.path, "project.pbxproj") + + same = False + try: + same = filecmp.cmp(pbxproj_path, new_pbxproj_path, False) + except OSError as e: + if e.errno != errno.ENOENT: + raise + + if same: + # The new file is identical to the old one, just get rid of the new + # one. + os.unlink(new_pbxproj_path) + else: + # The new file is different from the old one, or there is no old one. + # Rename the new file to the permanent name. + # + # tempfile.mkstemp uses an overly restrictive mode, resulting in a + # file that can only be read by the owner, regardless of the umask. + # There's no reason to not respect the umask here, which means that + # an extra hoop is required to fetch it and reset the new file's mode. + # + # No way to get the umask without setting a new one? Set a safe one + # and then set it back to the old value. + umask = os.umask(0o77) + os.umask(umask) + + os.chmod(new_pbxproj_path, 0o666 & ~umask) + os.rename(new_pbxproj_path, pbxproj_path) + + except Exception: + # Don't leave turds behind. In fact, if this code was responsible for + # creating the xcodeproj directory, get rid of that too. + os.unlink(new_pbxproj_path) + if self.created_dir: + shutil.rmtree(self.path, True) + raise + + +def AddSourceToTarget(source, type, pbxp, xct): + # TODO(mark): Perhaps source_extensions and library_extensions can be made a + # little bit fancier. + source_extensions = ["c", "cc", "cpp", "cxx", "m", "mm", "s", "swift"] + + # .o is conceptually more of a "source" than a "library," but Xcode thinks + # of "sources" as things to compile and "libraries" (or "frameworks") as + # things to link with. Adding an object file to an Xcode target's frameworks + # phase works properly. + library_extensions = ["a", "dylib", "framework", "o"] + + basename = posixpath.basename(source) + (root, ext) = posixpath.splitext(basename) + if ext: + ext = ext[1:].lower() + + if ext in source_extensions and type != "none": + xct.SourcesPhase().AddFile(source) + elif ext in library_extensions and type != "none": + xct.FrameworksPhase().AddFile(source) + else: + # Files that aren't added to a sources or frameworks build phase can still + # go into the project file, just not as part of a build phase. + pbxp.AddOrGetFileInRootGroup(source) + + +def AddResourceToTarget(resource, pbxp, xct): + # TODO(mark): Combine with AddSourceToTarget above? Or just inline this call + # where it's used. + xct.ResourcesPhase().AddFile(resource) + + +def AddHeaderToTarget(header, pbxp, xct, is_public): + # TODO(mark): Combine with AddSourceToTarget above? Or just inline this call + # where it's used. + settings = "{ATTRIBUTES = (%s, ); }" % ("Private", "Public")[is_public] + xct.HeadersPhase().AddFile(header, settings) + + +_xcode_variable_re = re.compile(r"(\$\((.*?)\))") + + +def ExpandXcodeVariables(string, expansions): + """Expands Xcode-style $(VARIABLES) in string per the expansions dict. + + In some rare cases, it is appropriate to expand Xcode variables when a + project file is generated. For any substring $(VAR) in string, if VAR is a + key in the expansions dict, $(VAR) will be replaced with expansions[VAR]. + Any $(VAR) substring in string for which VAR is not a key in the expansions + dict will remain in the returned string. + """ + + matches = _xcode_variable_re.findall(string) + if matches is None: + return string + + matches.reverse() + for match in matches: + (to_replace, variable) = match + if variable not in expansions: + continue + + replacement = expansions[variable] + string = re.sub(re.escape(to_replace), replacement, string) + + return string + + +_xcode_define_re = re.compile(r"([\\\"\' ])") + + +def EscapeXcodeDefine(s): + """We must escape the defines that we give to XCode so that it knows not to + split on spaces and to respect backslash and quote literals. However, we + must not quote the define, or Xcode will incorrectly interpret variables + especially $(inherited).""" + return re.sub(_xcode_define_re, r"\\\1", s) + + +def PerformBuild(data, configurations, params): + options = params["options"] + + for build_file, build_file_dict in data.items(): + (build_file_root, build_file_ext) = os.path.splitext(build_file) + if build_file_ext != ".gyp": + continue + xcodeproj_path = build_file_root + options.suffix + ".xcodeproj" + if options.generator_output: + xcodeproj_path = os.path.join(options.generator_output, xcodeproj_path) + + for config in configurations: + arguments = ["xcodebuild", "-project", xcodeproj_path] + arguments += ["-configuration", config] + print(f"Building [{config}]: {arguments}") + subprocess.check_call(arguments) + + +def CalculateGeneratorInputInfo(params): + toplevel = params["options"].toplevel_dir + if params.get("flavor") == "ninja": + generator_dir = os.path.relpath(params["options"].generator_output or ".") + output_dir = params.get("generator_flags", {}).get("output_dir", "out") + output_dir = os.path.normpath(os.path.join(generator_dir, output_dir)) + qualified_out_dir = os.path.normpath( + os.path.join(toplevel, output_dir, "gypfiles-xcode-ninja") + ) + else: + output_dir = os.path.normpath(os.path.join(toplevel, "xcodebuild")) + qualified_out_dir = os.path.normpath( + os.path.join(toplevel, output_dir, "gypfiles") + ) + + global generator_filelist_paths + generator_filelist_paths = { + "toplevel": toplevel, + "qualified_out_dir": qualified_out_dir, + } + + +def GenerateOutput(target_list, target_dicts, data, params): + # Optionally configure each spec to use ninja as the external builder. + ninja_wrapper = params.get("flavor") == "ninja" + if ninja_wrapper: + (target_list, target_dicts, data) = gyp.xcode_ninja.CreateWrapper( + target_list, target_dicts, data, params + ) + + options = params["options"] + generator_flags = params.get("generator_flags", {}) + parallel_builds = generator_flags.get("xcode_parallel_builds", True) + serialize_all_tests = generator_flags.get("xcode_serialize_all_test_runs", True) + upgrade_check_project_version = generator_flags.get( + "xcode_upgrade_check_project_version", None + ) + + # Format upgrade_check_project_version with leading zeros as needed. + if upgrade_check_project_version: + upgrade_check_project_version = str(upgrade_check_project_version) + while len(upgrade_check_project_version) < 4: + upgrade_check_project_version = "0" + upgrade_check_project_version + + skip_excluded_files = not generator_flags.get("xcode_list_excluded_files", True) + xcode_projects = {} + for build_file, build_file_dict in data.items(): + (build_file_root, build_file_ext) = os.path.splitext(build_file) + if build_file_ext != ".gyp": + continue + xcodeproj_path = build_file_root + options.suffix + ".xcodeproj" + if options.generator_output: + xcodeproj_path = os.path.join(options.generator_output, xcodeproj_path) + xcp = XcodeProject(build_file, xcodeproj_path, build_file_dict) + xcode_projects[build_file] = xcp + pbxp = xcp.project + + # Set project-level attributes from multiple options + project_attributes = {} + if parallel_builds: + project_attributes["BuildIndependentTargetsInParallel"] = "YES" + if upgrade_check_project_version: + project_attributes["LastUpgradeCheck"] = upgrade_check_project_version + project_attributes[ + "LastTestingUpgradeCheck" + ] = upgrade_check_project_version + project_attributes["LastSwiftUpdateCheck"] = upgrade_check_project_version + pbxp.SetProperty("attributes", project_attributes) + + # Add gyp/gypi files to project + if not generator_flags.get("standalone"): + main_group = pbxp.GetProperty("mainGroup") + build_group = gyp.xcodeproj_file.PBXGroup({"name": "Build"}) + main_group.AppendChild(build_group) + for included_file in build_file_dict["included_files"]: + build_group.AddOrGetFileByPath(included_file, False) + + xcode_targets = {} + xcode_target_to_target_dict = {} + for qualified_target in target_list: + [build_file, target_name, toolset] = gyp.common.ParseQualifiedTarget( + qualified_target + ) + + spec = target_dicts[qualified_target] + if spec["toolset"] != "target": + raise Exception( + "Multiple toolsets not supported in xcode build (target %s)" + % qualified_target + ) + configuration_names = [spec["default_configuration"]] + for configuration_name in sorted(spec["configurations"].keys()): + if configuration_name not in configuration_names: + configuration_names.append(configuration_name) + xcp = xcode_projects[build_file] + pbxp = xcp.project + + # Set up the configurations for the target according to the list of names + # supplied. + xccl = CreateXCConfigurationList(configuration_names) + + # Create an XCTarget subclass object for the target. The type with + # "+bundle" appended will be used if the target has "mac_bundle" set. + # loadable_modules not in a mac_bundle are mapped to + # com.googlecode.gyp.xcode.bundle, a pseudo-type that xcode.py interprets + # to create a single-file mh_bundle. + _types = { + "executable": "com.apple.product-type.tool", + "loadable_module": "com.googlecode.gyp.xcode.bundle", + "shared_library": "com.apple.product-type.library.dynamic", + "static_library": "com.apple.product-type.library.static", + "mac_kernel_extension": "com.apple.product-type.kernel-extension", + "executable+bundle": "com.apple.product-type.application", + "loadable_module+bundle": "com.apple.product-type.bundle", + "loadable_module+xctest": "com.apple.product-type.bundle.unit-test", + "loadable_module+xcuitest": "com.apple.product-type.bundle.ui-testing", + "shared_library+bundle": "com.apple.product-type.framework", + "executable+extension+bundle": "com.apple.product-type.app-extension", + "executable+watch+extension+bundle": + "com.apple.product-type.watchkit-extension", + "executable+watch+bundle": "com.apple.product-type.application.watchapp", + "mac_kernel_extension+bundle": "com.apple.product-type.kernel-extension", + } + + target_properties = { + "buildConfigurationList": xccl, + "name": target_name, + } + + type = spec["type"] + is_xctest = int(spec.get("mac_xctest_bundle", 0)) + is_xcuitest = int(spec.get("mac_xcuitest_bundle", 0)) + is_bundle = int(spec.get("mac_bundle", 0)) or is_xctest + is_app_extension = int(spec.get("ios_app_extension", 0)) + is_watchkit_extension = int(spec.get("ios_watchkit_extension", 0)) + is_watch_app = int(spec.get("ios_watch_app", 0)) + if type != "none": + type_bundle_key = type + if is_xcuitest: + type_bundle_key += "+xcuitest" + assert type == "loadable_module", ( + "mac_xcuitest_bundle targets must have type loadable_module " + "(target %s)" % target_name + ) + elif is_xctest: + type_bundle_key += "+xctest" + assert type == "loadable_module", ( + "mac_xctest_bundle targets must have type loadable_module " + "(target %s)" % target_name + ) + elif is_app_extension: + assert is_bundle, ( + "ios_app_extension flag requires mac_bundle " + "(target %s)" % target_name + ) + type_bundle_key += "+extension+bundle" + elif is_watchkit_extension: + assert is_bundle, ( + "ios_watchkit_extension flag requires mac_bundle " + "(target %s)" % target_name + ) + type_bundle_key += "+watch+extension+bundle" + elif is_watch_app: + assert is_bundle, ( + "ios_watch_app flag requires mac_bundle " + "(target %s)" % target_name + ) + type_bundle_key += "+watch+bundle" + elif is_bundle: + type_bundle_key += "+bundle" + + xctarget_type = gyp.xcodeproj_file.PBXNativeTarget + try: + target_properties["productType"] = _types[type_bundle_key] + except KeyError as e: + gyp.common.ExceptionAppend( + e, + "-- unknown product type while " "writing target %s" % target_name, + ) + raise + else: + xctarget_type = gyp.xcodeproj_file.PBXAggregateTarget + assert not is_bundle, ( + 'mac_bundle targets cannot have type none (target "%s")' % target_name + ) + assert not is_xcuitest, ( + 'mac_xcuitest_bundle targets cannot have type none (target "%s")' + % target_name + ) + assert not is_xctest, ( + 'mac_xctest_bundle targets cannot have type none (target "%s")' + % target_name + ) + + target_product_name = spec.get("product_name") + if target_product_name is not None: + target_properties["productName"] = target_product_name + + xct = xctarget_type( + target_properties, + parent=pbxp, + force_outdir=spec.get("product_dir"), + force_prefix=spec.get("product_prefix"), + force_extension=spec.get("product_extension"), + ) + pbxp.AppendProperty("targets", xct) + xcode_targets[qualified_target] = xct + xcode_target_to_target_dict[xct] = spec + + spec_actions = spec.get("actions", []) + spec_rules = spec.get("rules", []) + + # Xcode has some "issues" with checking dependencies for the "Compile + # sources" step with any source files/headers generated by actions/rules. + # To work around this, if a target is building anything directly (not + # type "none"), then a second target is used to run the GYP actions/rules + # and is made a dependency of this target. This way the work is done + # before the dependency checks for what should be recompiled. + support_xct = None + # The Xcode "issues" don't affect xcode-ninja builds, since the dependency + # logic all happens in ninja. Don't bother creating the extra targets in + # that case. + if type != "none" and (spec_actions or spec_rules) and not ninja_wrapper: + support_xccl = CreateXCConfigurationList(configuration_names) + support_target_suffix = generator_flags.get( + "support_target_suffix", " Support" + ) + support_target_properties = { + "buildConfigurationList": support_xccl, + "name": target_name + support_target_suffix, + } + if target_product_name: + support_target_properties["productName"] = ( + target_product_name + " Support" + ) + support_xct = gyp.xcodeproj_file.PBXAggregateTarget( + support_target_properties, parent=pbxp + ) + pbxp.AppendProperty("targets", support_xct) + xct.AddDependency(support_xct) + # Hang the support target off the main target so it can be tested/found + # by the generator during Finalize. + xct.support_target = support_xct + + prebuild_index = 0 + + # Add custom shell script phases for "actions" sections. + for action in spec_actions: + # There's no need to write anything into the script to ensure that the + # output directories already exist, because Xcode will look at the + # declared outputs and automatically ensure that they exist for us. + + # Do we have a message to print when this action runs? + message = action.get("message") + if message: + message = "echo note: " + gyp.common.EncodePOSIXShellArgument(message) + else: + message = "" + + # Turn the list into a string that can be passed to a shell. + action_string = gyp.common.EncodePOSIXShellList(action["action"]) + + # Convert Xcode-type variable references to sh-compatible environment + # variable references. + message_sh = gyp.xcodeproj_file.ConvertVariablesToShellSyntax(message) + action_string_sh = gyp.xcodeproj_file.ConvertVariablesToShellSyntax( + action_string + ) + + script = "" + # Include the optional message + if message_sh: + script += message_sh + "\n" + # Be sure the script runs in exec, and that if exec fails, the script + # exits signalling an error. + script += "exec " + action_string_sh + "\nexit 1\n" + ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( + { + "inputPaths": action["inputs"], + "name": 'Action "' + action["action_name"] + '"', + "outputPaths": action["outputs"], + "shellScript": script, + "showEnvVarsInLog": 0, + } + ) + + if support_xct: + support_xct.AppendProperty("buildPhases", ssbp) + else: + # TODO(mark): this assumes too much knowledge of the internals of + # xcodeproj_file; some of these smarts should move into xcodeproj_file + # itself. + xct._properties["buildPhases"].insert(prebuild_index, ssbp) + prebuild_index = prebuild_index + 1 + + # TODO(mark): Should verify that at most one of these is specified. + if int(action.get("process_outputs_as_sources", False)): + for output in action["outputs"]: + AddSourceToTarget(output, type, pbxp, xct) + + if int(action.get("process_outputs_as_mac_bundle_resources", False)): + for output in action["outputs"]: + AddResourceToTarget(output, pbxp, xct) + + # tgt_mac_bundle_resources holds the list of bundle resources so + # the rule processing can check against it. + if is_bundle: + tgt_mac_bundle_resources = spec.get("mac_bundle_resources", []) + else: + tgt_mac_bundle_resources = [] + + # Add custom shell script phases driving "make" for "rules" sections. + # + # Xcode's built-in rule support is almost powerful enough to use directly, + # but there are a few significant deficiencies that render them unusable. + # There are workarounds for some of its inadequacies, but in aggregate, + # the workarounds added complexity to the generator, and some workarounds + # actually require input files to be crafted more carefully than I'd like. + # Consequently, until Xcode rules are made more capable, "rules" input + # sections will be handled in Xcode output by shell script build phases + # performed prior to the compilation phase. + # + # The following problems with Xcode rules were found. The numbers are + # Apple radar IDs. I hope that these shortcomings are addressed, I really + # liked having the rules handled directly in Xcode during the period that + # I was prototyping this. + # + # 6588600 Xcode compiles custom script rule outputs too soon, compilation + # fails. This occurs when rule outputs from distinct inputs are + # interdependent. The only workaround is to put rules and their + # inputs in a separate target from the one that compiles the rule + # outputs. This requires input file cooperation and it means that + # process_outputs_as_sources is unusable. + # 6584932 Need to declare that custom rule outputs should be excluded from + # compilation. A possible workaround is to lie to Xcode about a + # rule's output, giving it a dummy file it doesn't know how to + # compile. The rule action script would need to touch the dummy. + # 6584839 I need a way to declare additional inputs to a custom rule. + # A possible workaround is a shell script phase prior to + # compilation that touches a rule's primary input files if any + # would-be additional inputs are newer than the output. Modifying + # the source tree - even just modification times - feels dirty. + # 6564240 Xcode "custom script" build rules always dump all environment + # variables. This is a low-prioroty problem and is not a + # show-stopper. + rules_by_ext = {} + for rule in spec_rules: + rules_by_ext[rule["extension"]] = rule + + # First, some definitions: + # + # A "rule source" is a file that was listed in a target's "sources" + # list and will have a rule applied to it on the basis of matching the + # rule's "extensions" attribute. Rule sources are direct inputs to + # rules. + # + # Rule definitions may specify additional inputs in their "inputs" + # attribute. These additional inputs are used for dependency tracking + # purposes. + # + # A "concrete output" is a rule output with input-dependent variables + # resolved. For example, given a rule with: + # 'extension': 'ext', 'outputs': ['$(INPUT_FILE_BASE).cc'], + # if the target's "sources" list contained "one.ext" and "two.ext", + # the "concrete output" for rule input "two.ext" would be "two.cc". If + # a rule specifies multiple outputs, each input file that the rule is + # applied to will have the same number of concrete outputs. + # + # If any concrete outputs are outdated or missing relative to their + # corresponding rule_source or to any specified additional input, the + # rule action must be performed to generate the concrete outputs. + + # concrete_outputs_by_rule_source will have an item at the same index + # as the rule['rule_sources'] that it corresponds to. Each item is a + # list of all of the concrete outputs for the rule_source. + concrete_outputs_by_rule_source = [] + + # concrete_outputs_all is a flat list of all concrete outputs that this + # rule is able to produce, given the known set of input files + # (rule_sources) that apply to it. + concrete_outputs_all = [] + + # messages & actions are keyed by the same indices as rule['rule_sources'] + # and concrete_outputs_by_rule_source. They contain the message and + # action to perform after resolving input-dependent variables. The + # message is optional, in which case None is stored for each rule source. + messages = [] + actions = [] + + for rule_source in rule.get("rule_sources", []): + rule_source_dirname, rule_source_basename = posixpath.split(rule_source) + (rule_source_root, rule_source_ext) = posixpath.splitext( + rule_source_basename + ) + + # These are the same variable names that Xcode uses for its own native + # rule support. Because Xcode's rule engine is not being used, they + # need to be expanded as they are written to the makefile. + rule_input_dict = { + "INPUT_FILE_BASE": rule_source_root, + "INPUT_FILE_SUFFIX": rule_source_ext, + "INPUT_FILE_NAME": rule_source_basename, + "INPUT_FILE_PATH": rule_source, + "INPUT_FILE_DIRNAME": rule_source_dirname, + } + + concrete_outputs_for_this_rule_source = [] + for output in rule.get("outputs", []): + # Fortunately, Xcode and make both use $(VAR) format for their + # variables, so the expansion is the only transformation necessary. + # Any remaining $(VAR)-type variables in the string can be given + # directly to make, which will pick up the correct settings from + # what Xcode puts into the environment. + concrete_output = ExpandXcodeVariables(output, rule_input_dict) + concrete_outputs_for_this_rule_source.append(concrete_output) + + # Add all concrete outputs to the project. + pbxp.AddOrGetFileInRootGroup(concrete_output) + + concrete_outputs_by_rule_source.append( + concrete_outputs_for_this_rule_source + ) + concrete_outputs_all.extend(concrete_outputs_for_this_rule_source) + + # TODO(mark): Should verify that at most one of these is specified. + if int(rule.get("process_outputs_as_sources", False)): + for output in concrete_outputs_for_this_rule_source: + AddSourceToTarget(output, type, pbxp, xct) + + # If the file came from the mac_bundle_resources list or if the rule + # is marked to process outputs as bundle resource, do so. + was_mac_bundle_resource = rule_source in tgt_mac_bundle_resources + if was_mac_bundle_resource or int( + rule.get("process_outputs_as_mac_bundle_resources", False) + ): + for output in concrete_outputs_for_this_rule_source: + AddResourceToTarget(output, pbxp, xct) + + # Do we have a message to print when this rule runs? + message = rule.get("message") + if message: + message = gyp.common.EncodePOSIXShellArgument(message) + message = ExpandXcodeVariables(message, rule_input_dict) + messages.append(message) + + # Turn the list into a string that can be passed to a shell. + action_string = gyp.common.EncodePOSIXShellList(rule["action"]) + + action = ExpandXcodeVariables(action_string, rule_input_dict) + actions.append(action) + + if len(concrete_outputs_all) > 0: + # TODO(mark): There's a possibility for collision here. Consider + # target "t" rule "A_r" and target "t_A" rule "r". + makefile_name = "%s.make" % re.sub( + "[^a-zA-Z0-9_]", "_", "{}_{}".format(target_name, rule["rule_name"]) + ) + makefile_path = os.path.join( + xcode_projects[build_file].path, makefile_name + ) + # TODO(mark): try/close? Write to a temporary file and swap it only + # if it's got changes? + makefile = open(makefile_path, "w") + + # make will build the first target in the makefile by default. By + # convention, it's called "all". List all (or at least one) + # concrete output for each rule source as a prerequisite of the "all" + # target. + makefile.write("all: \\\n") + for concrete_output_index, concrete_output_by_rule_source in enumerate( + concrete_outputs_by_rule_source + ): + # Only list the first (index [0]) concrete output of each input + # in the "all" target. Otherwise, a parallel make (-j > 1) would + # attempt to process each input multiple times simultaneously. + # Otherwise, "all" could just contain the entire list of + # concrete_outputs_all. + concrete_output = concrete_output_by_rule_source[0] + if ( + concrete_output_index + == len(concrete_outputs_by_rule_source) - 1 + ): + eol = "" + else: + eol = " \\" + makefile.write(f" {concrete_output}{eol}\n") + + for (rule_source, concrete_outputs, message, action) in zip( + rule["rule_sources"], + concrete_outputs_by_rule_source, + messages, + actions, + ): + makefile.write("\n") + + # Add a rule that declares it can build each concrete output of a + # rule source. Collect the names of the directories that are + # required. + concrete_output_dirs = [] + for concrete_output_index, concrete_output in enumerate( + concrete_outputs + ): + if concrete_output_index == 0: + bol = "" + else: + bol = " " + makefile.write(f"{bol}{concrete_output} \\\n") + + concrete_output_dir = posixpath.dirname(concrete_output) + if ( + concrete_output_dir + and concrete_output_dir not in concrete_output_dirs + ): + concrete_output_dirs.append(concrete_output_dir) + + makefile.write(" : \\\n") + + # The prerequisites for this rule are the rule source itself and + # the set of additional rule inputs, if any. + prerequisites = [rule_source] + prerequisites.extend(rule.get("inputs", [])) + for prerequisite_index, prerequisite in enumerate(prerequisites): + if prerequisite_index == len(prerequisites) - 1: + eol = "" + else: + eol = " \\" + makefile.write(f" {prerequisite}{eol}\n") + + # Make sure that output directories exist before executing the rule + # action. + if len(concrete_output_dirs) > 0: + makefile.write( + '\t@mkdir -p "%s"\n' % '" "'.join(concrete_output_dirs) + ) + + # The rule message and action have already had + # the necessary variable substitutions performed. + if message: + # Mark it with note: so Xcode picks it up in build output. + makefile.write("\t@echo note: %s\n" % message) + makefile.write("\t%s\n" % action) + + makefile.close() + + # It might be nice to ensure that needed output directories exist + # here rather than in each target in the Makefile, but that wouldn't + # work if there ever was a concrete output that had an input-dependent + # variable anywhere other than in the leaf position. + + # Don't declare any inputPaths or outputPaths. If they're present, + # Xcode will provide a slight optimization by only running the script + # phase if any output is missing or outdated relative to any input. + # Unfortunately, it will also assume that all outputs are touched by + # the script, and if the outputs serve as files in a compilation + # phase, they will be unconditionally rebuilt. Since make might not + # rebuild everything that could be declared here as an output, this + # extra compilation activity is unnecessary. With inputPaths and + # outputPaths not supplied, make will always be called, but it knows + # enough to not do anything when everything is up-to-date. + + # To help speed things up, pass -j COUNT to make so it does some work + # in parallel. Don't use ncpus because Xcode will build ncpus targets + # in parallel and if each target happens to have a rules step, there + # would be ncpus^2 things going. With a machine that has 2 quad-core + # Xeons, a build can quickly run out of processes based on + # scheduling/other tasks, and randomly failing builds are no good. + script = ( + """JOB_COUNT="$(/usr/sbin/sysctl -n hw.ncpu)" +if [ "${JOB_COUNT}" -gt 4 ]; then + JOB_COUNT=4 +fi +exec xcrun make -f "${PROJECT_FILE_PATH}/%s" -j "${JOB_COUNT}" +exit 1 +""" + % makefile_name + ) + ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( + { + "name": 'Rule "' + rule["rule_name"] + '"', + "shellScript": script, + "showEnvVarsInLog": 0, + } + ) + + if support_xct: + support_xct.AppendProperty("buildPhases", ssbp) + else: + # TODO(mark): this assumes too much knowledge of the internals of + # xcodeproj_file; some of these smarts should move + # into xcodeproj_file itself. + xct._properties["buildPhases"].insert(prebuild_index, ssbp) + prebuild_index = prebuild_index + 1 + + # Extra rule inputs also go into the project file. Concrete outputs were + # already added when they were computed. + groups = ["inputs", "inputs_excluded"] + if skip_excluded_files: + groups = [x for x in groups if not x.endswith("_excluded")] + for group in groups: + for item in rule.get(group, []): + pbxp.AddOrGetFileInRootGroup(item) + + # Add "sources". + for source in spec.get("sources", []): + (source_root, source_extension) = posixpath.splitext(source) + if source_extension[1:] not in rules_by_ext: + # AddSourceToTarget will add the file to a root group if it's not + # already there. + AddSourceToTarget(source, type, pbxp, xct) + else: + pbxp.AddOrGetFileInRootGroup(source) + + # Add "mac_bundle_resources" and "mac_framework_private_headers" if + # it's a bundle of any type. + if is_bundle: + for resource in tgt_mac_bundle_resources: + (resource_root, resource_extension) = posixpath.splitext(resource) + if resource_extension[1:] not in rules_by_ext: + AddResourceToTarget(resource, pbxp, xct) + else: + pbxp.AddOrGetFileInRootGroup(resource) + + for header in spec.get("mac_framework_private_headers", []): + AddHeaderToTarget(header, pbxp, xct, False) + + # Add "mac_framework_headers". These can be valid for both frameworks + # and static libraries. + if is_bundle or type == "static_library": + for header in spec.get("mac_framework_headers", []): + AddHeaderToTarget(header, pbxp, xct, True) + + # Add "copies". + pbxcp_dict = {} + for copy_group in spec.get("copies", []): + dest = copy_group["destination"] + if dest[0] not in ("/", "$"): + # Relative paths are relative to $(SRCROOT). + dest = "$(SRCROOT)/" + dest + + code_sign = int(copy_group.get("xcode_code_sign", 0)) + settings = (None, "{ATTRIBUTES = (CodeSignOnCopy, ); }")[code_sign] + + # Coalesce multiple "copies" sections in the same target with the same + # "destination" property into the same PBXCopyFilesBuildPhase, otherwise + # they'll wind up with ID collisions. + pbxcp = pbxcp_dict.get(dest, None) + if pbxcp is None: + pbxcp = gyp.xcodeproj_file.PBXCopyFilesBuildPhase( + {"name": "Copy to " + copy_group["destination"]}, parent=xct + ) + pbxcp.SetDestination(dest) + + # TODO(mark): The usual comment about this knowing too much about + # gyp.xcodeproj_file internals applies. + xct._properties["buildPhases"].insert(prebuild_index, pbxcp) + + pbxcp_dict[dest] = pbxcp + + for file in copy_group["files"]: + pbxcp.AddFile(file, settings) + + # Excluded files can also go into the project file. + if not skip_excluded_files: + for key in [ + "sources", + "mac_bundle_resources", + "mac_framework_headers", + "mac_framework_private_headers", + ]: + excluded_key = key + "_excluded" + for item in spec.get(excluded_key, []): + pbxp.AddOrGetFileInRootGroup(item) + + # So can "inputs" and "outputs" sections of "actions" groups. + groups = ["inputs", "inputs_excluded", "outputs", "outputs_excluded"] + if skip_excluded_files: + groups = [x for x in groups if not x.endswith("_excluded")] + for action in spec.get("actions", []): + for group in groups: + for item in action.get(group, []): + # Exclude anything in BUILT_PRODUCTS_DIR. They're products, not + # sources. + if not item.startswith("$(BUILT_PRODUCTS_DIR)/"): + pbxp.AddOrGetFileInRootGroup(item) + + for postbuild in spec.get("postbuilds", []): + action_string_sh = gyp.common.EncodePOSIXShellList(postbuild["action"]) + script = "exec " + action_string_sh + "\nexit 1\n" + + # Make the postbuild step depend on the output of ld or ar from this + # target. Apparently putting the script step after the link step isn't + # sufficient to ensure proper ordering in all cases. With an input + # declared but no outputs, the script step should run every time, as + # desired. + ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( + { + "inputPaths": ["$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_PATH)"], + "name": 'Postbuild "' + postbuild["postbuild_name"] + '"', + "shellScript": script, + "showEnvVarsInLog": 0, + } + ) + xct.AppendProperty("buildPhases", ssbp) + + # Add dependencies before libraries, because adding a dependency may imply + # adding a library. It's preferable to keep dependencies listed first + # during a link phase so that they can override symbols that would + # otherwise be provided by libraries, which will usually include system + # libraries. On some systems, ld is finicky and even requires the + # libraries to be ordered in such a way that unresolved symbols in + # earlier-listed libraries may only be resolved by later-listed libraries. + # The Mac linker doesn't work that way, but other platforms do, and so + # their linker invocations need to be constructed in this way. There's + # no compelling reason for Xcode's linker invocations to differ. + + if "dependencies" in spec: + for dependency in spec["dependencies"]: + xct.AddDependency(xcode_targets[dependency]) + # The support project also gets the dependencies (in case they are + # needed for the actions/rules to work). + if support_xct: + support_xct.AddDependency(xcode_targets[dependency]) + + if "libraries" in spec: + for library in spec["libraries"]: + xct.FrameworksPhase().AddFile(library) + # Add the library's directory to LIBRARY_SEARCH_PATHS if necessary. + # I wish Xcode handled this automatically. + library_dir = posixpath.dirname(library) + if library_dir not in xcode_standard_library_dirs and ( + not xct.HasBuildSetting(_library_search_paths_var) + or library_dir not in xct.GetBuildSetting(_library_search_paths_var) + ): + xct.AppendBuildSetting(_library_search_paths_var, library_dir) + + for configuration_name in configuration_names: + configuration = spec["configurations"][configuration_name] + xcbc = xct.ConfigurationNamed(configuration_name) + for include_dir in configuration.get("mac_framework_dirs", []): + xcbc.AppendBuildSetting("FRAMEWORK_SEARCH_PATHS", include_dir) + for include_dir in configuration.get("include_dirs", []): + xcbc.AppendBuildSetting("HEADER_SEARCH_PATHS", include_dir) + for library_dir in configuration.get("library_dirs", []): + if library_dir not in xcode_standard_library_dirs and ( + not xcbc.HasBuildSetting(_library_search_paths_var) + or library_dir + not in xcbc.GetBuildSetting(_library_search_paths_var) + ): + xcbc.AppendBuildSetting(_library_search_paths_var, library_dir) + + if "defines" in configuration: + for define in configuration["defines"]: + set_define = EscapeXcodeDefine(define) + xcbc.AppendBuildSetting("GCC_PREPROCESSOR_DEFINITIONS", set_define) + if "xcode_settings" in configuration: + for xck, xcv in configuration["xcode_settings"].items(): + xcbc.SetBuildSetting(xck, xcv) + if "xcode_config_file" in configuration: + config_ref = pbxp.AddOrGetFileInRootGroup( + configuration["xcode_config_file"] + ) + xcbc.SetBaseConfiguration(config_ref) + + build_files = [] + for build_file, build_file_dict in data.items(): + if build_file.endswith(".gyp"): + build_files.append(build_file) + + for build_file in build_files: + xcode_projects[build_file].Finalize1(xcode_targets, serialize_all_tests) + + for build_file in build_files: + xcode_projects[build_file].Finalize2(xcode_targets, xcode_target_to_target_dict) + + for build_file in build_files: + xcode_projects[build_file].Write() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py new file mode 100644 index 0000000..49772d1 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py @@ -0,0 +1,25 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" Unit tests for the xcode.py file. """ + +import gyp.generator.xcode as xcode +import unittest +import sys + + +class TestEscapeXcodeDefine(unittest.TestCase): + if sys.platform == "darwin": + + def test_InheritedRemainsUnescaped(self): + self.assertEqual(xcode.EscapeXcodeDefine("$(inherited)"), "$(inherited)") + + def test_Escaping(self): + self.assertEqual(xcode.EscapeXcodeDefine('a b"c\\'), 'a\\ b\\"c\\\\') + + +if __name__ == "__main__": + unittest.main() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/input.py b/node_modules/node-gyp/gyp/pylib/gyp/input.py new file mode 100644 index 0000000..354958b --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/input.py @@ -0,0 +1,3137 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + + +import ast + +import gyp.common +import gyp.simple_copy +import multiprocessing +import os.path +import re +import shlex +import signal +import subprocess +import sys +import threading +import traceback +from distutils.version import StrictVersion +from gyp.common import GypError +from gyp.common import OrderedSet + +# A list of types that are treated as linkable. +linkable_types = [ + "executable", + "shared_library", + "loadable_module", + "mac_kernel_extension", + "windows_driver", +] + +# A list of sections that contain links to other targets. +dependency_sections = ["dependencies", "export_dependent_settings"] + +# base_path_sections is a list of sections defined by GYP that contain +# pathnames. The generators can provide more keys, the two lists are merged +# into path_sections, but you should call IsPathSection instead of using either +# list directly. +base_path_sections = [ + "destination", + "files", + "include_dirs", + "inputs", + "libraries", + "outputs", + "sources", +] +path_sections = set() + +# These per-process dictionaries are used to cache build file data when loading +# in parallel mode. +per_process_data = {} +per_process_aux_data = {} + + +def IsPathSection(section): + # If section ends in one of the '=+?!' characters, it's applied to a section + # without the trailing characters. '/' is notably absent from this list, + # because there's no way for a regular expression to be treated as a path. + while section and section[-1:] in "=+?!": + section = section[:-1] + + if section in path_sections: + return True + + # Sections matching the regexp '_(dir|file|path)s?$' are also + # considered PathSections. Using manual string matching since that + # is much faster than the regexp and this can be called hundreds of + # thousands of times so micro performance matters. + if "_" in section: + tail = section[-6:] + if tail[-1] == "s": + tail = tail[:-1] + if tail[-5:] in ("_file", "_path"): + return True + return tail[-4:] == "_dir" + + return False + + +# base_non_configuration_keys is a list of key names that belong in the target +# itself and should not be propagated into its configurations. It is merged +# with a list that can come from the generator to +# create non_configuration_keys. +base_non_configuration_keys = [ + # Sections that must exist inside targets and not configurations. + "actions", + "configurations", + "copies", + "default_configuration", + "dependencies", + "dependencies_original", + "libraries", + "postbuilds", + "product_dir", + "product_extension", + "product_name", + "product_prefix", + "rules", + "run_as", + "sources", + "standalone_static_library", + "suppress_wildcard", + "target_name", + "toolset", + "toolsets", + "type", + # Sections that can be found inside targets or configurations, but that + # should not be propagated from targets into their configurations. + "variables", +] +non_configuration_keys = [] + +# Keys that do not belong inside a configuration dictionary. +invalid_configuration_keys = [ + "actions", + "all_dependent_settings", + "configurations", + "dependencies", + "direct_dependent_settings", + "libraries", + "link_settings", + "sources", + "standalone_static_library", + "target_name", + "type", +] + +# Controls whether or not the generator supports multiple toolsets. +multiple_toolsets = False + +# Paths for converting filelist paths to output paths: { +# toplevel, +# qualified_output_dir, +# } +generator_filelist_paths = None + + +def GetIncludedBuildFiles(build_file_path, aux_data, included=None): + """Return a list of all build files included into build_file_path. + + The returned list will contain build_file_path as well as all other files + that it included, either directly or indirectly. Note that the list may + contain files that were included into a conditional section that evaluated + to false and was not merged into build_file_path's dict. + + aux_data is a dict containing a key for each build file or included build + file. Those keys provide access to dicts whose "included" keys contain + lists of all other files included by the build file. + + included should be left at its default None value by external callers. It + is used for recursion. + + The returned list will not contain any duplicate entries. Each build file + in the list will be relative to the current directory. + """ + + if included is None: + included = [] + + if build_file_path in included: + return included + + included.append(build_file_path) + + for included_build_file in aux_data[build_file_path].get("included", []): + GetIncludedBuildFiles(included_build_file, aux_data, included) + + return included + + +def CheckedEval(file_contents): + """Return the eval of a gyp file. + The gyp file is restricted to dictionaries and lists only, and + repeated keys are not allowed. + Note that this is slower than eval() is. + """ + + syntax_tree = ast.parse(file_contents) + assert isinstance(syntax_tree, ast.Module) + c1 = syntax_tree.body + assert len(c1) == 1 + c2 = c1[0] + assert isinstance(c2, ast.Expr) + return CheckNode(c2.value, []) + + +def CheckNode(node, keypath): + if isinstance(node, ast.Dict): + dict = {} + for key, value in zip(node.keys, node.values): + assert isinstance(key, ast.Str) + key = key.s + if key in dict: + raise GypError( + "Key '" + + key + + "' repeated at level " + + repr(len(keypath) + 1) + + " with key path '" + + ".".join(keypath) + + "'" + ) + kp = list(keypath) # Make a copy of the list for descending this node. + kp.append(key) + dict[key] = CheckNode(value, kp) + return dict + elif isinstance(node, ast.List): + children = [] + for index, child in enumerate(node.elts): + kp = list(keypath) # Copy list. + kp.append(repr(index)) + children.append(CheckNode(child, kp)) + return children + elif isinstance(node, ast.Str): + return node.s + else: + raise TypeError( + "Unknown AST node at key path '" + ".".join(keypath) + "': " + repr(node) + ) + + +def LoadOneBuildFile(build_file_path, data, aux_data, includes, is_target, check): + if build_file_path in data: + return data[build_file_path] + + if os.path.exists(build_file_path): + build_file_contents = open(build_file_path, encoding='utf-8').read() + else: + raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})") + + build_file_data = None + try: + if check: + build_file_data = CheckedEval(build_file_contents) + else: + build_file_data = eval(build_file_contents, {"__builtins__": {}}, None) + except SyntaxError as e: + e.filename = build_file_path + raise + except Exception as e: + gyp.common.ExceptionAppend(e, "while reading " + build_file_path) + raise + + if type(build_file_data) is not dict: + raise GypError("%s does not evaluate to a dictionary." % build_file_path) + + data[build_file_path] = build_file_data + aux_data[build_file_path] = {} + + # Scan for includes and merge them in. + if "skip_includes" not in build_file_data or not build_file_data["skip_includes"]: + try: + if is_target: + LoadBuildFileIncludesIntoDict( + build_file_data, build_file_path, data, aux_data, includes, check + ) + else: + LoadBuildFileIncludesIntoDict( + build_file_data, build_file_path, data, aux_data, None, check + ) + except Exception as e: + gyp.common.ExceptionAppend( + e, "while reading includes of " + build_file_path + ) + raise + + return build_file_data + + +def LoadBuildFileIncludesIntoDict( + subdict, subdict_path, data, aux_data, includes, check +): + includes_list = [] + if includes is not None: + includes_list.extend(includes) + if "includes" in subdict: + for include in subdict["includes"]: + # "include" is specified relative to subdict_path, so compute the real + # path to include by appending the provided "include" to the directory + # in which subdict_path resides. + relative_include = os.path.normpath( + os.path.join(os.path.dirname(subdict_path), include) + ) + includes_list.append(relative_include) + # Unhook the includes list, it's no longer needed. + del subdict["includes"] + + # Merge in the included files. + for include in includes_list: + if "included" not in aux_data[subdict_path]: + aux_data[subdict_path]["included"] = [] + aux_data[subdict_path]["included"].append(include) + + gyp.DebugOutput(gyp.DEBUG_INCLUDES, "Loading Included File: '%s'", include) + + MergeDicts( + subdict, + LoadOneBuildFile(include, data, aux_data, None, False, check), + subdict_path, + include, + ) + + # Recurse into subdictionaries. + for k, v in subdict.items(): + if type(v) is dict: + LoadBuildFileIncludesIntoDict(v, subdict_path, data, aux_data, None, check) + elif type(v) is list: + LoadBuildFileIncludesIntoList(v, subdict_path, data, aux_data, check) + + +# This recurses into lists so that it can look for dicts. +def LoadBuildFileIncludesIntoList(sublist, sublist_path, data, aux_data, check): + for item in sublist: + if type(item) is dict: + LoadBuildFileIncludesIntoDict( + item, sublist_path, data, aux_data, None, check + ) + elif type(item) is list: + LoadBuildFileIncludesIntoList(item, sublist_path, data, aux_data, check) + + +# Processes toolsets in all the targets. This recurses into condition entries +# since they can contain toolsets as well. +def ProcessToolsetsInDict(data): + if "targets" in data: + target_list = data["targets"] + new_target_list = [] + for target in target_list: + # If this target already has an explicit 'toolset', and no 'toolsets' + # list, don't modify it further. + if "toolset" in target and "toolsets" not in target: + new_target_list.append(target) + continue + if multiple_toolsets: + toolsets = target.get("toolsets", ["target"]) + else: + toolsets = ["target"] + # Make sure this 'toolsets' definition is only processed once. + if "toolsets" in target: + del target["toolsets"] + if len(toolsets) > 0: + # Optimization: only do copies if more than one toolset is specified. + for build in toolsets[1:]: + new_target = gyp.simple_copy.deepcopy(target) + new_target["toolset"] = build + new_target_list.append(new_target) + target["toolset"] = toolsets[0] + new_target_list.append(target) + data["targets"] = new_target_list + if "conditions" in data: + for condition in data["conditions"]: + if type(condition) is list: + for condition_dict in condition[1:]: + if type(condition_dict) is dict: + ProcessToolsetsInDict(condition_dict) + + +# TODO(mark): I don't love this name. It just means that it's going to load +# a build file that contains targets and is expected to provide a targets dict +# that contains the targets... +def LoadTargetBuildFile( + build_file_path, + data, + aux_data, + variables, + includes, + depth, + check, + load_dependencies, +): + # If depth is set, predefine the DEPTH variable to be a relative path from + # this build file's directory to the directory identified by depth. + if depth: + # TODO(dglazkov) The backslash/forward-slash replacement at the end is a + # temporary measure. This should really be addressed by keeping all paths + # in POSIX until actual project generation. + d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path)) + if d == "": + variables["DEPTH"] = "." + else: + variables["DEPTH"] = d.replace("\\", "/") + + # The 'target_build_files' key is only set when loading target build files in + # the non-parallel code path, where LoadTargetBuildFile is called + # recursively. In the parallel code path, we don't need to check whether the + # |build_file_path| has already been loaded, because the 'scheduled' set in + # ParallelState guarantees that we never load the same |build_file_path| + # twice. + if "target_build_files" in data: + if build_file_path in data["target_build_files"]: + # Already loaded. + return False + data["target_build_files"].add(build_file_path) + + gyp.DebugOutput( + gyp.DEBUG_INCLUDES, "Loading Target Build File '%s'", build_file_path + ) + + build_file_data = LoadOneBuildFile( + build_file_path, data, aux_data, includes, True, check + ) + + # Store DEPTH for later use in generators. + build_file_data["_DEPTH"] = depth + + # Set up the included_files key indicating which .gyp files contributed to + # this target dict. + if "included_files" in build_file_data: + raise GypError(build_file_path + " must not contain included_files key") + + included = GetIncludedBuildFiles(build_file_path, aux_data) + build_file_data["included_files"] = [] + for included_file in included: + # included_file is relative to the current directory, but it needs to + # be made relative to build_file_path's directory. + included_relative = gyp.common.RelativePath( + included_file, os.path.dirname(build_file_path) + ) + build_file_data["included_files"].append(included_relative) + + # Do a first round of toolsets expansion so that conditions can be defined + # per toolset. + ProcessToolsetsInDict(build_file_data) + + # Apply "pre"/"early" variable expansions and condition evaluations. + ProcessVariablesAndConditionsInDict( + build_file_data, PHASE_EARLY, variables, build_file_path + ) + + # Since some toolsets might have been defined conditionally, perform + # a second round of toolsets expansion now. + ProcessToolsetsInDict(build_file_data) + + # Look at each project's target_defaults dict, and merge settings into + # targets. + if "target_defaults" in build_file_data: + if "targets" not in build_file_data: + raise GypError("Unable to find targets in build file %s" % build_file_path) + + index = 0 + while index < len(build_file_data["targets"]): + # This procedure needs to give the impression that target_defaults is + # used as defaults, and the individual targets inherit from that. + # The individual targets need to be merged into the defaults. Make + # a deep copy of the defaults for each target, merge the target dict + # as found in the input file into that copy, and then hook up the + # copy with the target-specific data merged into it as the replacement + # target dict. + old_target_dict = build_file_data["targets"][index] + new_target_dict = gyp.simple_copy.deepcopy( + build_file_data["target_defaults"] + ) + MergeDicts( + new_target_dict, old_target_dict, build_file_path, build_file_path + ) + build_file_data["targets"][index] = new_target_dict + index += 1 + + # No longer needed. + del build_file_data["target_defaults"] + + # Look for dependencies. This means that dependency resolution occurs + # after "pre" conditionals and variable expansion, but before "post" - + # in other words, you can't put a "dependencies" section inside a "post" + # conditional within a target. + + dependencies = [] + if "targets" in build_file_data: + for target_dict in build_file_data["targets"]: + if "dependencies" not in target_dict: + continue + for dependency in target_dict["dependencies"]: + dependencies.append( + gyp.common.ResolveTarget(build_file_path, dependency, None)[0] + ) + + if load_dependencies: + for dependency in dependencies: + try: + LoadTargetBuildFile( + dependency, + data, + aux_data, + variables, + includes, + depth, + check, + load_dependencies, + ) + except Exception as e: + gyp.common.ExceptionAppend( + e, "while loading dependencies of %s" % build_file_path + ) + raise + else: + return (build_file_path, dependencies) + + +def CallLoadTargetBuildFile( + global_flags, + build_file_path, + variables, + includes, + depth, + check, + generator_input_info, +): + """Wrapper around LoadTargetBuildFile for parallel processing. + + This wrapper is used when LoadTargetBuildFile is executed in + a worker process. + """ + + try: + signal.signal(signal.SIGINT, signal.SIG_IGN) + + # Apply globals so that the worker process behaves the same. + for key, value in global_flags.items(): + globals()[key] = value + + SetGeneratorGlobals(generator_input_info) + result = LoadTargetBuildFile( + build_file_path, + per_process_data, + per_process_aux_data, + variables, + includes, + depth, + check, + False, + ) + if not result: + return result + + (build_file_path, dependencies) = result + + # We can safely pop the build_file_data from per_process_data because it + # will never be referenced by this process again, so we don't need to keep + # it in the cache. + build_file_data = per_process_data.pop(build_file_path) + + # This gets serialized and sent back to the main process via a pipe. + # It's handled in LoadTargetBuildFileCallback. + return (build_file_path, build_file_data, dependencies) + except GypError as e: + sys.stderr.write("gyp: %s\n" % e) + return None + except Exception as e: + print("Exception:", e, file=sys.stderr) + print(traceback.format_exc(), file=sys.stderr) + return None + + +class ParallelProcessingError(Exception): + pass + + +class ParallelState: + """Class to keep track of state when processing input files in parallel. + + If build files are loaded in parallel, use this to keep track of + state during farming out and processing parallel jobs. It's stored + in a global so that the callback function can have access to it. + """ + + def __init__(self): + # The multiprocessing pool. + self.pool = None + # The condition variable used to protect this object and notify + # the main loop when there might be more data to process. + self.condition = None + # The "data" dict that was passed to LoadTargetBuildFileParallel + self.data = None + # The number of parallel calls outstanding; decremented when a response + # was received. + self.pending = 0 + # The set of all build files that have been scheduled, so we don't + # schedule the same one twice. + self.scheduled = set() + # A list of dependency build file paths that haven't been scheduled yet. + self.dependencies = [] + # Flag to indicate if there was an error in a child process. + self.error = False + + def LoadTargetBuildFileCallback(self, result): + """Handle the results of running LoadTargetBuildFile in another process. + """ + self.condition.acquire() + if not result: + self.error = True + self.condition.notify() + self.condition.release() + return + (build_file_path0, build_file_data0, dependencies0) = result + self.data[build_file_path0] = build_file_data0 + self.data["target_build_files"].add(build_file_path0) + for new_dependency in dependencies0: + if new_dependency not in self.scheduled: + self.scheduled.add(new_dependency) + self.dependencies.append(new_dependency) + self.pending -= 1 + self.condition.notify() + self.condition.release() + + +def LoadTargetBuildFilesParallel( + build_files, data, variables, includes, depth, check, generator_input_info +): + parallel_state = ParallelState() + parallel_state.condition = threading.Condition() + # Make copies of the build_files argument that we can modify while working. + parallel_state.dependencies = list(build_files) + parallel_state.scheduled = set(build_files) + parallel_state.pending = 0 + parallel_state.data = data + + try: + parallel_state.condition.acquire() + while parallel_state.dependencies or parallel_state.pending: + if parallel_state.error: + break + if not parallel_state.dependencies: + parallel_state.condition.wait() + continue + + dependency = parallel_state.dependencies.pop() + + parallel_state.pending += 1 + global_flags = { + "path_sections": globals()["path_sections"], + "non_configuration_keys": globals()["non_configuration_keys"], + "multiple_toolsets": globals()["multiple_toolsets"], + } + + if not parallel_state.pool: + parallel_state.pool = multiprocessing.Pool(multiprocessing.cpu_count()) + parallel_state.pool.apply_async( + CallLoadTargetBuildFile, + args=( + global_flags, + dependency, + variables, + includes, + depth, + check, + generator_input_info, + ), + callback=parallel_state.LoadTargetBuildFileCallback, + ) + except KeyboardInterrupt as e: + parallel_state.pool.terminate() + raise e + + parallel_state.condition.release() + + parallel_state.pool.close() + parallel_state.pool.join() + parallel_state.pool = None + + if parallel_state.error: + sys.exit(1) + + +# Look for the bracket that matches the first bracket seen in a +# string, and return the start and end as a tuple. For example, if +# the input is something like "<(foo <(bar)) blah", then it would +# return (1, 13), indicating the entire string except for the leading +# "<" and trailing " blah". +LBRACKETS = set("{[(") +BRACKETS = {"}": "{", "]": "[", ")": "("} + + +def FindEnclosingBracketGroup(input_str): + stack = [] + start = -1 + for index, char in enumerate(input_str): + if char in LBRACKETS: + stack.append(char) + if start == -1: + start = index + elif char in BRACKETS: + if not stack: + return (-1, -1) + if stack.pop() != BRACKETS[char]: + return (-1, -1) + if not stack: + return (start, index + 1) + return (-1, -1) + + +def IsStrCanonicalInt(string): + """Returns True if |string| is in its canonical integer form. + + The canonical form is such that str(int(string)) == string. + """ + if type(string) is str: + # This function is called a lot so for maximum performance, avoid + # involving regexps which would otherwise make the code much + # shorter. Regexps would need twice the time of this function. + if string: + if string == "0": + return True + if string[0] == "-": + string = string[1:] + if not string: + return False + if "1" <= string[0] <= "9": + return string.isdigit() + + return False + + +# This matches things like "<(asdf)", "(?P<(?:(?:!?@?)|\|)?)" + r"(?P[-a-zA-Z0-9_.]+)?" + r"\((?P\s*\[?)" + r"(?P.*?)(\]?)\))" +) + +# This matches the same as early_variable_re, but with '>' instead of '<'. +late_variable_re = re.compile( + r"(?P(?P>(?:(?:!?@?)|\|)?)" + r"(?P[-a-zA-Z0-9_.]+)?" + r"\((?P\s*\[?)" + r"(?P.*?)(\]?)\))" +) + +# This matches the same as early_variable_re, but with '^' instead of '<'. +latelate_variable_re = re.compile( + r"(?P(?P[\^](?:(?:!?@?)|\|)?)" + r"(?P[-a-zA-Z0-9_.]+)?" + r"\((?P\s*\[?)" + r"(?P.*?)(\]?)\))" +) + +# Global cache of results from running commands so they don't have to be run +# more then once. +cached_command_results = {} + + +def FixupPlatformCommand(cmd): + if sys.platform == "win32": + if type(cmd) is list: + cmd = [re.sub("^cat ", "type ", cmd[0])] + cmd[1:] + else: + cmd = re.sub("^cat ", "type ", cmd) + return cmd + + +PHASE_EARLY = 0 +PHASE_LATE = 1 +PHASE_LATELATE = 2 + + +def ExpandVariables(input, phase, variables, build_file): + # Look for the pattern that gets expanded into variables + if phase == PHASE_EARLY: + variable_re = early_variable_re + expansion_symbol = "<" + elif phase == PHASE_LATE: + variable_re = late_variable_re + expansion_symbol = ">" + elif phase == PHASE_LATELATE: + variable_re = latelate_variable_re + expansion_symbol = "^" + else: + assert False + + input_str = str(input) + if IsStrCanonicalInt(input_str): + return int(input_str) + + # Do a quick scan to determine if an expensive regex search is warranted. + if expansion_symbol not in input_str: + return input_str + + # Get the entire list of matches as a list of MatchObject instances. + # (using findall here would return strings instead of MatchObjects). + matches = list(variable_re.finditer(input_str)) + if not matches: + return input_str + + output = input_str + # Reverse the list of matches so that replacements are done right-to-left. + # That ensures that earlier replacements won't mess up the string in a + # way that causes later calls to find the earlier substituted text instead + # of what's intended for replacement. + matches.reverse() + for match_group in matches: + match = match_group.groupdict() + gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Matches: %r", match) + # match['replace'] is the substring to look for, match['type'] + # is the character code for the replacement type (< > ! <| >| <@ + # >@ !@), match['is_array'] contains a '[' for command + # arrays, and match['content'] is the name of the variable (< >) + # or command to run (!). match['command_string'] is an optional + # command string. Currently, only 'pymod_do_main' is supported. + + # run_command is true if a ! variant is used. + run_command = "!" in match["type"] + command_string = match["command_string"] + + # file_list is true if a | variant is used. + file_list = "|" in match["type"] + + # Capture these now so we can adjust them later. + replace_start = match_group.start("replace") + replace_end = match_group.end("replace") + + # Find the ending paren, and re-evaluate the contained string. + (c_start, c_end) = FindEnclosingBracketGroup(input_str[replace_start:]) + + # Adjust the replacement range to match the entire command + # found by FindEnclosingBracketGroup (since the variable_re + # probably doesn't match the entire command if it contained + # nested variables). + replace_end = replace_start + c_end + + # Find the "real" replacement, matching the appropriate closing + # paren, and adjust the replacement start and end. + replacement = input_str[replace_start:replace_end] + + # Figure out what the contents of the variable parens are. + contents_start = replace_start + c_start + 1 + contents_end = replace_end - 1 + contents = input_str[contents_start:contents_end] + + # Do filter substitution now for <|(). + # Admittedly, this is different than the evaluation order in other + # contexts. However, since filtration has no chance to run on <|(), + # this seems like the only obvious way to give them access to filters. + if file_list: + processed_variables = gyp.simple_copy.deepcopy(variables) + ProcessListFiltersInDict(contents, processed_variables) + # Recurse to expand variables in the contents + contents = ExpandVariables(contents, phase, processed_variables, build_file) + else: + # Recurse to expand variables in the contents + contents = ExpandVariables(contents, phase, variables, build_file) + + # Strip off leading/trailing whitespace so that variable matches are + # simpler below (and because they are rarely needed). + contents = contents.strip() + + # expand_to_list is true if an @ variant is used. In that case, + # the expansion should result in a list. Note that the caller + # is to be expecting a list in return, and not all callers do + # because not all are working in list context. Also, for list + # expansions, there can be no other text besides the variable + # expansion in the input string. + expand_to_list = "@" in match["type"] and input_str == replacement + + if run_command or file_list: + # Find the build file's directory, so commands can be run or file lists + # generated relative to it. + build_file_dir = os.path.dirname(build_file) + if build_file_dir == "" and not file_list: + # If build_file is just a leaf filename indicating a file in the + # current directory, build_file_dir might be an empty string. Set + # it to None to signal to subprocess.Popen that it should run the + # command in the current directory. + build_file_dir = None + + # Support <|(listfile.txt ...) which generates a file + # containing items from a gyp list, generated at gyp time. + # This works around actions/rules which have more inputs than will + # fit on the command line. + if file_list: + if type(contents) is list: + contents_list = contents + else: + contents_list = contents.split(" ") + replacement = contents_list[0] + if os.path.isabs(replacement): + raise GypError('| cannot handle absolute paths, got "%s"' % replacement) + + if not generator_filelist_paths: + path = os.path.join(build_file_dir, replacement) + else: + if os.path.isabs(build_file_dir): + toplevel = generator_filelist_paths["toplevel"] + rel_build_file_dir = gyp.common.RelativePath( + build_file_dir, toplevel + ) + else: + rel_build_file_dir = build_file_dir + qualified_out_dir = generator_filelist_paths["qualified_out_dir"] + path = os.path.join(qualified_out_dir, rel_build_file_dir, replacement) + gyp.common.EnsureDirExists(path) + + replacement = gyp.common.RelativePath(path, build_file_dir) + f = gyp.common.WriteOnDiff(path) + for i in contents_list[1:]: + f.write("%s\n" % i) + f.close() + + elif run_command: + use_shell = True + if match["is_array"]: + contents = eval(contents) + use_shell = False + + # Check for a cached value to avoid executing commands, or generating + # file lists more than once. The cache key contains the command to be + # run as well as the directory to run it from, to account for commands + # that depend on their current directory. + # TODO(http://code.google.com/p/gyp/issues/detail?id=111): In theory, + # someone could author a set of GYP files where each time the command + # is invoked it produces different output by design. When the need + # arises, the syntax should be extended to support no caching off a + # command's output so it is run every time. + cache_key = (str(contents), build_file_dir) + cached_value = cached_command_results.get(cache_key, None) + if cached_value is None: + gyp.DebugOutput( + gyp.DEBUG_VARIABLES, + "Executing command '%s' in directory '%s'", + contents, + build_file_dir, + ) + + replacement = "" + + if command_string == "pymod_do_main": + # (sources/) etc. to resolve to + # and empty list if undefined. This allows actions to: + # 'action!': [ + # '>@(_sources!)', + # ], + # 'action/': [ + # '>@(_sources/)', + # ], + replacement = [] + else: + raise GypError( + "Undefined variable " + contents + " in " + build_file + ) + else: + replacement = variables[contents] + + if isinstance(replacement, bytes) and not isinstance(replacement, str): + replacement = replacement.decode("utf-8") # done on Python 3 only + if type(replacement) is list: + for item in replacement: + if isinstance(item, bytes) and not isinstance(item, str): + item = item.decode("utf-8") # done on Python 3 only + if not contents[-1] == "/" and type(item) not in (str, int): + raise GypError( + "Variable " + + contents + + " must expand to a string or list of strings; " + + "list contains a " + + item.__class__.__name__ + ) + # Run through the list and handle variable expansions in it. Since + # the list is guaranteed not to contain dicts, this won't do anything + # with conditions sections. + ProcessVariablesAndConditionsInList( + replacement, phase, variables, build_file + ) + elif type(replacement) not in (str, int): + raise GypError( + "Variable " + + contents + + " must expand to a string or list of strings; " + + "found a " + + replacement.__class__.__name__ + ) + + if expand_to_list: + # Expanding in list context. It's guaranteed that there's only one + # replacement to do in |input_str| and that it's this replacement. See + # above. + if type(replacement) is list: + # If it's already a list, make a copy. + output = replacement[:] + else: + # Split it the same way sh would split arguments. + output = shlex.split(str(replacement)) + else: + # Expanding in string context. + encoded_replacement = "" + if type(replacement) is list: + # When expanding a list into string context, turn the list items + # into a string in a way that will work with a subprocess call. + # + # TODO(mark): This isn't completely correct. This should + # call a generator-provided function that observes the + # proper list-to-argument quoting rules on a specific + # platform instead of just calling the POSIX encoding + # routine. + encoded_replacement = gyp.common.EncodePOSIXShellList(replacement) + else: + encoded_replacement = replacement + + output = ( + output[:replace_start] + str(encoded_replacement) + output[replace_end:] + ) + # Prepare for the next match iteration. + input_str = output + + if output == input: + gyp.DebugOutput( + gyp.DEBUG_VARIABLES, + "Found only identity matches on %r, avoiding infinite " "recursion.", + output, + ) + else: + # Look for more matches now that we've replaced some, to deal with + # expanding local variables (variables defined in the same + # variables block as this one). + gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Found output %r, recursing.", output) + if type(output) is list: + if output and type(output[0]) is list: + # Leave output alone if it's a list of lists. + # We don't want such lists to be stringified. + pass + else: + new_output = [] + for item in output: + new_output.append( + ExpandVariables(item, phase, variables, build_file) + ) + output = new_output + else: + output = ExpandVariables(output, phase, variables, build_file) + + # Convert all strings that are canonically-represented integers into integers. + if type(output) is list: + for index, outstr in enumerate(output): + if IsStrCanonicalInt(outstr): + output[index] = int(outstr) + elif IsStrCanonicalInt(output): + output = int(output) + + return output + + +# The same condition is often evaluated over and over again so it +# makes sense to cache as much as possible between evaluations. +cached_conditions_asts = {} + + +def EvalCondition(condition, conditions_key, phase, variables, build_file): + """Returns the dict that should be used or None if the result was + that nothing should be used.""" + if type(condition) is not list: + raise GypError(conditions_key + " must be a list") + if len(condition) < 2: + # It's possible that condition[0] won't work in which case this + # attempt will raise its own IndexError. That's probably fine. + raise GypError( + conditions_key + + " " + + condition[0] + + " must be at least length 2, not " + + str(len(condition)) + ) + + i = 0 + result = None + while i < len(condition): + cond_expr = condition[i] + true_dict = condition[i + 1] + if type(true_dict) is not dict: + raise GypError( + "{} {} must be followed by a dictionary, not {}".format( + conditions_key, cond_expr, type(true_dict) + ) + ) + if len(condition) > i + 2 and type(condition[i + 2]) is dict: + false_dict = condition[i + 2] + i = i + 3 + if i != len(condition): + raise GypError( + "{} {} has {} unexpected trailing items".format( + conditions_key, cond_expr, len(condition) - i + ) + ) + else: + false_dict = None + i = i + 2 + if result is None: + result = EvalSingleCondition( + cond_expr, true_dict, false_dict, phase, variables, build_file + ) + + return result + + +def EvalSingleCondition(cond_expr, true_dict, false_dict, phase, variables, build_file): + """Returns true_dict if cond_expr evaluates to true, and false_dict + otherwise.""" + # Do expansions on the condition itself. Since the condition can naturally + # contain variable references without needing to resort to GYP expansion + # syntax, this is of dubious value for variables, but someone might want to + # use a command expansion directly inside a condition. + cond_expr_expanded = ExpandVariables(cond_expr, phase, variables, build_file) + if type(cond_expr_expanded) not in (str, int): + raise ValueError( + "Variable expansion in this context permits str and int " + + "only, found " + + cond_expr_expanded.__class__.__name__ + ) + + try: + if cond_expr_expanded in cached_conditions_asts: + ast_code = cached_conditions_asts[cond_expr_expanded] + else: + ast_code = compile(cond_expr_expanded, "", "eval") + cached_conditions_asts[cond_expr_expanded] = ast_code + env = {"__builtins__": {}, "v": StrictVersion} + if eval(ast_code, env, variables): + return true_dict + return false_dict + except SyntaxError as e: + syntax_error = SyntaxError( + "%s while evaluating condition '%s' in %s " + "at character %d." % (str(e.args[0]), e.text, build_file, e.offset), + e.filename, + e.lineno, + e.offset, + e.text, + ) + raise syntax_error + except NameError as e: + gyp.common.ExceptionAppend( + e, + f"while evaluating condition '{cond_expr_expanded}' in {build_file}", + ) + raise GypError(e) + + +def ProcessConditionsInDict(the_dict, phase, variables, build_file): + # Process a 'conditions' or 'target_conditions' section in the_dict, + # depending on phase. + # early -> conditions + # late -> target_conditions + # latelate -> no conditions + # + # Each item in a conditions list consists of cond_expr, a string expression + # evaluated as the condition, and true_dict, a dict that will be merged into + # the_dict if cond_expr evaluates to true. Optionally, a third item, + # false_dict, may be present. false_dict is merged into the_dict if + # cond_expr evaluates to false. + # + # Any dict merged into the_dict will be recursively processed for nested + # conditionals and other expansions, also according to phase, immediately + # prior to being merged. + + if phase == PHASE_EARLY: + conditions_key = "conditions" + elif phase == PHASE_LATE: + conditions_key = "target_conditions" + elif phase == PHASE_LATELATE: + return + else: + assert False + + if conditions_key not in the_dict: + return + + conditions_list = the_dict[conditions_key] + # Unhook the conditions list, it's no longer needed. + del the_dict[conditions_key] + + for condition in conditions_list: + merge_dict = EvalCondition( + condition, conditions_key, phase, variables, build_file + ) + + if merge_dict is not None: + # Expand variables and nested conditinals in the merge_dict before + # merging it. + ProcessVariablesAndConditionsInDict( + merge_dict, phase, variables, build_file + ) + + MergeDicts(the_dict, merge_dict, build_file, build_file) + + +def LoadAutomaticVariablesFromDict(variables, the_dict): + # Any keys with plain string values in the_dict become automatic variables. + # The variable name is the key name with a "_" character prepended. + for key, value in the_dict.items(): + if type(value) in (str, int, list): + variables["_" + key] = value + + +def LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key): + # Any keys in the_dict's "variables" dict, if it has one, becomes a + # variable. The variable name is the key name in the "variables" dict. + # Variables that end with the % character are set only if they are unset in + # the variables dict. the_dict_key is the name of the key that accesses + # the_dict in the_dict's parent dict. If the_dict's parent is not a dict + # (it could be a list or it could be parentless because it is a root dict), + # the_dict_key will be None. + for key, value in the_dict.get("variables", {}).items(): + if type(value) not in (str, int, list): + continue + + if key.endswith("%"): + variable_name = key[:-1] + if variable_name in variables: + # If the variable is already set, don't set it. + continue + if the_dict_key == "variables" and variable_name in the_dict: + # If the variable is set without a % in the_dict, and the_dict is a + # variables dict (making |variables| a variables sub-dict of a + # variables dict), use the_dict's definition. + value = the_dict[variable_name] + else: + variable_name = key + + variables[variable_name] = value + + +def ProcessVariablesAndConditionsInDict( + the_dict, phase, variables_in, build_file, the_dict_key=None +): + """Handle all variable and command expansion and conditional evaluation. + + This function is the public entry point for all variable expansions and + conditional evaluations. The variables_in dictionary will not be modified + by this function. + """ + + # Make a copy of the variables_in dict that can be modified during the + # loading of automatics and the loading of the variables dict. + variables = variables_in.copy() + LoadAutomaticVariablesFromDict(variables, the_dict) + + if "variables" in the_dict: + # Make sure all the local variables are added to the variables + # list before we process them so that you can reference one + # variable from another. They will be fully expanded by recursion + # in ExpandVariables. + for key, value in the_dict["variables"].items(): + variables[key] = value + + # Handle the associated variables dict first, so that any variable + # references within can be resolved prior to using them as variables. + # Pass a copy of the variables dict to avoid having it be tainted. + # Otherwise, it would have extra automatics added for everything that + # should just be an ordinary variable in this scope. + ProcessVariablesAndConditionsInDict( + the_dict["variables"], phase, variables, build_file, "variables" + ) + + LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) + + for key, value in the_dict.items(): + # Skip "variables", which was already processed if present. + if key != "variables" and type(value) is str: + expanded = ExpandVariables(value, phase, variables, build_file) + if type(expanded) not in (str, int): + raise ValueError( + "Variable expansion in this context permits str and int " + + "only, found " + + expanded.__class__.__name__ + + " for " + + key + ) + the_dict[key] = expanded + + # Variable expansion may have resulted in changes to automatics. Reload. + # TODO(mark): Optimization: only reload if no changes were made. + variables = variables_in.copy() + LoadAutomaticVariablesFromDict(variables, the_dict) + LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) + + # Process conditions in this dict. This is done after variable expansion + # so that conditions may take advantage of expanded variables. For example, + # if the_dict contains: + # {'type': '<(library_type)', + # 'conditions': [['_type=="static_library"', { ... }]]}, + # _type, as used in the condition, will only be set to the value of + # library_type if variable expansion is performed before condition + # processing. However, condition processing should occur prior to recursion + # so that variables (both automatic and "variables" dict type) may be + # adjusted by conditions sections, merged into the_dict, and have the + # intended impact on contained dicts. + # + # This arrangement means that a "conditions" section containing a "variables" + # section will only have those variables effective in subdicts, not in + # the_dict. The workaround is to put a "conditions" section within a + # "variables" section. For example: + # {'conditions': [['os=="mac"', {'variables': {'define': 'IS_MAC'}}]], + # 'defines': ['<(define)'], + # 'my_subdict': {'defines': ['<(define)']}}, + # will not result in "IS_MAC" being appended to the "defines" list in the + # current scope but would result in it being appended to the "defines" list + # within "my_subdict". By comparison: + # {'variables': {'conditions': [['os=="mac"', {'define': 'IS_MAC'}]]}, + # 'defines': ['<(define)'], + # 'my_subdict': {'defines': ['<(define)']}}, + # will append "IS_MAC" to both "defines" lists. + + # Evaluate conditions sections, allowing variable expansions within them + # as well as nested conditionals. This will process a 'conditions' or + # 'target_conditions' section, perform appropriate merging and recursive + # conditional and variable processing, and then remove the conditions section + # from the_dict if it is present. + ProcessConditionsInDict(the_dict, phase, variables, build_file) + + # Conditional processing may have resulted in changes to automatics or the + # variables dict. Reload. + variables = variables_in.copy() + LoadAutomaticVariablesFromDict(variables, the_dict) + LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) + + # Recurse into child dicts, or process child lists which may result in + # further recursion into descendant dicts. + for key, value in the_dict.items(): + # Skip "variables" and string values, which were already processed if + # present. + if key == "variables" or type(value) is str: + continue + if type(value) is dict: + # Pass a copy of the variables dict so that subdicts can't influence + # parents. + ProcessVariablesAndConditionsInDict( + value, phase, variables, build_file, key + ) + elif type(value) is list: + # The list itself can't influence the variables dict, and + # ProcessVariablesAndConditionsInList will make copies of the variables + # dict if it needs to pass it to something that can influence it. No + # copy is necessary here. + ProcessVariablesAndConditionsInList(value, phase, variables, build_file) + elif type(value) is not int: + raise TypeError("Unknown type " + value.__class__.__name__ + " for " + key) + + +def ProcessVariablesAndConditionsInList(the_list, phase, variables, build_file): + # Iterate using an index so that new values can be assigned into the_list. + index = 0 + while index < len(the_list): + item = the_list[index] + if type(item) is dict: + # Make a copy of the variables dict so that it won't influence anything + # outside of its own scope. + ProcessVariablesAndConditionsInDict(item, phase, variables, build_file) + elif type(item) is list: + ProcessVariablesAndConditionsInList(item, phase, variables, build_file) + elif type(item) is str: + expanded = ExpandVariables(item, phase, variables, build_file) + if type(expanded) in (str, int): + the_list[index] = expanded + elif type(expanded) is list: + the_list[index : index + 1] = expanded + index += len(expanded) + + # index now identifies the next item to examine. Continue right now + # without falling into the index increment below. + continue + else: + raise ValueError( + "Variable expansion in this context permits strings and " + + "lists only, found " + + expanded.__class__.__name__ + + " at " + + index + ) + elif type(item) is not int: + raise TypeError( + "Unknown type " + item.__class__.__name__ + " at index " + index + ) + index = index + 1 + + +def BuildTargetsDict(data): + """Builds a dict mapping fully-qualified target names to their target dicts. + + |data| is a dict mapping loaded build files by pathname relative to the + current directory. Values in |data| are build file contents. For each + |data| value with a "targets" key, the value of the "targets" key is taken + as a list containing target dicts. Each target's fully-qualified name is + constructed from the pathname of the build file (|data| key) and its + "target_name" property. These fully-qualified names are used as the keys + in the returned dict. These keys provide access to the target dicts, + the dicts in the "targets" lists. + """ + + targets = {} + for build_file in data["target_build_files"]: + for target in data[build_file].get("targets", []): + target_name = gyp.common.QualifiedTarget( + build_file, target["target_name"], target["toolset"] + ) + if target_name in targets: + raise GypError("Duplicate target definitions for " + target_name) + targets[target_name] = target + + return targets + + +def QualifyDependencies(targets): + """Make dependency links fully-qualified relative to the current directory. + + |targets| is a dict mapping fully-qualified target names to their target + dicts. For each target in this dict, keys known to contain dependency + links are examined, and any dependencies referenced will be rewritten + so that they are fully-qualified and relative to the current directory. + All rewritten dependencies are suitable for use as keys to |targets| or a + similar dict. + """ + + all_dependency_sections = [ + dep + op for dep in dependency_sections for op in ("", "!", "/") + ] + + for target, target_dict in targets.items(): + target_build_file = gyp.common.BuildFile(target) + toolset = target_dict["toolset"] + for dependency_key in all_dependency_sections: + dependencies = target_dict.get(dependency_key, []) + for index, dep in enumerate(dependencies): + dep_file, dep_target, dep_toolset = gyp.common.ResolveTarget( + target_build_file, dep, toolset + ) + if not multiple_toolsets: + # Ignore toolset specification in the dependency if it is specified. + dep_toolset = toolset + dependency = gyp.common.QualifiedTarget( + dep_file, dep_target, dep_toolset + ) + dependencies[index] = dependency + + # Make sure anything appearing in a list other than "dependencies" also + # appears in the "dependencies" list. + if ( + dependency_key != "dependencies" + and dependency not in target_dict["dependencies"] + ): + raise GypError( + "Found " + + dependency + + " in " + + dependency_key + + " of " + + target + + ", but not in dependencies" + ) + + +def ExpandWildcardDependencies(targets, data): + """Expands dependencies specified as build_file:*. + + For each target in |targets|, examines sections containing links to other + targets. If any such section contains a link of the form build_file:*, it + is taken as a wildcard link, and is expanded to list each target in + build_file. The |data| dict provides access to build file dicts. + + Any target that does not wish to be included by wildcard can provide an + optional "suppress_wildcard" key in its target dict. When present and + true, a wildcard dependency link will not include such targets. + + All dependency names, including the keys to |targets| and the values in each + dependency list, must be qualified when this function is called. + """ + + for target, target_dict in targets.items(): + target_build_file = gyp.common.BuildFile(target) + for dependency_key in dependency_sections: + dependencies = target_dict.get(dependency_key, []) + + # Loop this way instead of "for dependency in" or "for index in range" + # because the dependencies list will be modified within the loop body. + index = 0 + while index < len(dependencies): + ( + dependency_build_file, + dependency_target, + dependency_toolset, + ) = gyp.common.ParseQualifiedTarget(dependencies[index]) + if dependency_target != "*" and dependency_toolset != "*": + # Not a wildcard. Keep it moving. + index = index + 1 + continue + + if dependency_build_file == target_build_file: + # It's an error for a target to depend on all other targets in + # the same file, because a target cannot depend on itself. + raise GypError( + "Found wildcard in " + + dependency_key + + " of " + + target + + " referring to same build file" + ) + + # Take the wildcard out and adjust the index so that the next + # dependency in the list will be processed the next time through the + # loop. + del dependencies[index] + index = index - 1 + + # Loop through the targets in the other build file, adding them to + # this target's list of dependencies in place of the removed + # wildcard. + dependency_target_dicts = data[dependency_build_file]["targets"] + for dependency_target_dict in dependency_target_dicts: + if int(dependency_target_dict.get("suppress_wildcard", False)): + continue + dependency_target_name = dependency_target_dict["target_name"] + if ( + dependency_target != "*" + and dependency_target != dependency_target_name + ): + continue + dependency_target_toolset = dependency_target_dict["toolset"] + if ( + dependency_toolset != "*" + and dependency_toolset != dependency_target_toolset + ): + continue + dependency = gyp.common.QualifiedTarget( + dependency_build_file, + dependency_target_name, + dependency_target_toolset, + ) + index = index + 1 + dependencies.insert(index, dependency) + + index = index + 1 + + +def Unify(items): + """Removes duplicate elements from items, keeping the first element.""" + seen = {} + return [seen.setdefault(e, e) for e in items if e not in seen] + + +def RemoveDuplicateDependencies(targets): + """Makes sure every dependency appears only once in all targets's dependency + lists.""" + for target_name, target_dict in targets.items(): + for dependency_key in dependency_sections: + dependencies = target_dict.get(dependency_key, []) + if dependencies: + target_dict[dependency_key] = Unify(dependencies) + + +def Filter(items, item): + """Removes item from items.""" + res = {} + return [res.setdefault(e, e) for e in items if e != item] + + +def RemoveSelfDependencies(targets): + """Remove self dependencies from targets that have the prune_self_dependency + variable set.""" + for target_name, target_dict in targets.items(): + for dependency_key in dependency_sections: + dependencies = target_dict.get(dependency_key, []) + if dependencies: + for t in dependencies: + if t == target_name: + if ( + targets[t] + .get("variables", {}) + .get("prune_self_dependency", 0) + ): + target_dict[dependency_key] = Filter( + dependencies, target_name + ) + + +def RemoveLinkDependenciesFromNoneTargets(targets): + """Remove dependencies having the 'link_dependency' attribute from the 'none' + targets.""" + for target_name, target_dict in targets.items(): + for dependency_key in dependency_sections: + dependencies = target_dict.get(dependency_key, []) + if dependencies: + for t in dependencies: + if target_dict.get("type", None) == "none": + if targets[t].get("variables", {}).get("link_dependency", 0): + target_dict[dependency_key] = Filter( + target_dict[dependency_key], t + ) + + +class DependencyGraphNode: + """ + + Attributes: + ref: A reference to an object that this DependencyGraphNode represents. + dependencies: List of DependencyGraphNodes on which this one depends. + dependents: List of DependencyGraphNodes that depend on this one. + """ + + class CircularException(GypError): + pass + + def __init__(self, ref): + self.ref = ref + self.dependencies = [] + self.dependents = [] + + def __repr__(self): + return "" % self.ref + + def FlattenToList(self): + # flat_list is the sorted list of dependencies - actually, the list items + # are the "ref" attributes of DependencyGraphNodes. Every target will + # appear in flat_list after all of its dependencies, and before all of its + # dependents. + flat_list = OrderedSet() + + def ExtractNodeRef(node): + """Extracts the object that the node represents from the given node.""" + return node.ref + + # in_degree_zeros is the list of DependencyGraphNodes that have no + # dependencies not in flat_list. Initially, it is a copy of the children + # of this node, because when the graph was built, nodes with no + # dependencies were made implicit dependents of the root node. + in_degree_zeros = sorted(self.dependents[:], key=ExtractNodeRef) + + while in_degree_zeros: + # Nodes in in_degree_zeros have no dependencies not in flat_list, so they + # can be appended to flat_list. Take these nodes out of in_degree_zeros + # as work progresses, so that the next node to process from the list can + # always be accessed at a consistent position. + node = in_degree_zeros.pop() + flat_list.add(node.ref) + + # Look at dependents of the node just added to flat_list. Some of them + # may now belong in in_degree_zeros. + for node_dependent in sorted(node.dependents, key=ExtractNodeRef): + is_in_degree_zero = True + # TODO: We want to check through the + # node_dependent.dependencies list but if it's long and we + # always start at the beginning, then we get O(n^2) behaviour. + for node_dependent_dependency in sorted( + node_dependent.dependencies, key=ExtractNodeRef + ): + if node_dependent_dependency.ref not in flat_list: + # The dependent one or more dependencies not in flat_list. + # There will be more chances to add it to flat_list + # when examining it again as a dependent of those other + # dependencies, provided that there are no cycles. + is_in_degree_zero = False + break + + if is_in_degree_zero: + # All of the dependent's dependencies are already in flat_list. Add + # it to in_degree_zeros where it will be processed in a future + # iteration of the outer loop. + in_degree_zeros += [node_dependent] + + return list(flat_list) + + def FindCycles(self): + """ + Returns a list of cycles in the graph, where each cycle is its own list. + """ + results = [] + visited = set() + + def Visit(node, path): + for child in node.dependents: + if child in path: + results.append([child] + path[: path.index(child) + 1]) + elif child not in visited: + visited.add(child) + Visit(child, [child] + path) + + visited.add(self) + Visit(self, [self]) + + return results + + def DirectDependencies(self, dependencies=None): + """Returns a list of just direct dependencies.""" + if dependencies is None: + dependencies = [] + + for dependency in self.dependencies: + # Check for None, corresponding to the root node. + if dependency.ref and dependency.ref not in dependencies: + dependencies.append(dependency.ref) + + return dependencies + + def _AddImportedDependencies(self, targets, dependencies=None): + """Given a list of direct dependencies, adds indirect dependencies that + other dependencies have declared to export their settings. + + This method does not operate on self. Rather, it operates on the list + of dependencies in the |dependencies| argument. For each dependency in + that list, if any declares that it exports the settings of one of its + own dependencies, those dependencies whose settings are "passed through" + are added to the list. As new items are added to the list, they too will + be processed, so it is possible to import settings through multiple levels + of dependencies. + + This method is not terribly useful on its own, it depends on being + "primed" with a list of direct dependencies such as one provided by + DirectDependencies. DirectAndImportedDependencies is intended to be the + public entry point. + """ + + if dependencies is None: + dependencies = [] + + index = 0 + while index < len(dependencies): + dependency = dependencies[index] + dependency_dict = targets[dependency] + # Add any dependencies whose settings should be imported to the list + # if not already present. Newly-added items will be checked for + # their own imports when the list iteration reaches them. + # Rather than simply appending new items, insert them after the + # dependency that exported them. This is done to more closely match + # the depth-first method used by DeepDependencies. + add_index = 1 + for imported_dependency in dependency_dict.get( + "export_dependent_settings", [] + ): + if imported_dependency not in dependencies: + dependencies.insert(index + add_index, imported_dependency) + add_index = add_index + 1 + index = index + 1 + + return dependencies + + def DirectAndImportedDependencies(self, targets, dependencies=None): + """Returns a list of a target's direct dependencies and all indirect + dependencies that a dependency has advertised settings should be exported + through the dependency for. + """ + + dependencies = self.DirectDependencies(dependencies) + return self._AddImportedDependencies(targets, dependencies) + + def DeepDependencies(self, dependencies=None): + """Returns an OrderedSet of all of a target's dependencies, recursively.""" + if dependencies is None: + # Using a list to get ordered output and a set to do fast "is it + # already added" checks. + dependencies = OrderedSet() + + for dependency in self.dependencies: + # Check for None, corresponding to the root node. + if dependency.ref is None: + continue + if dependency.ref not in dependencies: + dependency.DeepDependencies(dependencies) + dependencies.add(dependency.ref) + + return dependencies + + def _LinkDependenciesInternal( + self, targets, include_shared_libraries, dependencies=None, initial=True + ): + """Returns an OrderedSet of dependency targets that are linked + into this target. + + This function has a split personality, depending on the setting of + |initial|. Outside callers should always leave |initial| at its default + setting. + + When adding a target to the list of dependencies, this function will + recurse into itself with |initial| set to False, to collect dependencies + that are linked into the linkable target for which the list is being built. + + If |include_shared_libraries| is False, the resulting dependencies will not + include shared_library targets that are linked into this target. + """ + if dependencies is None: + # Using a list to get ordered output and a set to do fast "is it + # already added" checks. + dependencies = OrderedSet() + + # Check for None, corresponding to the root node. + if self.ref is None: + return dependencies + + # It's kind of sucky that |targets| has to be passed into this function, + # but that's presently the easiest way to access the target dicts so that + # this function can find target types. + + if "target_name" not in targets[self.ref]: + raise GypError("Missing 'target_name' field in target.") + + if "type" not in targets[self.ref]: + raise GypError( + "Missing 'type' field in target %s" % targets[self.ref]["target_name"] + ) + + target_type = targets[self.ref]["type"] + + is_linkable = target_type in linkable_types + + if initial and not is_linkable: + # If this is the first target being examined and it's not linkable, + # return an empty list of link dependencies, because the link + # dependencies are intended to apply to the target itself (initial is + # True) and this target won't be linked. + return dependencies + + # Don't traverse 'none' targets if explicitly excluded. + if target_type == "none" and not targets[self.ref].get( + "dependencies_traverse", True + ): + dependencies.add(self.ref) + return dependencies + + # Executables, mac kernel extensions, windows drivers and loadable modules + # are already fully and finally linked. Nothing else can be a link + # dependency of them, there can only be dependencies in the sense that a + # dependent target might run an executable or load the loadable_module. + if not initial and target_type in ( + "executable", + "loadable_module", + "mac_kernel_extension", + "windows_driver", + ): + return dependencies + + # Shared libraries are already fully linked. They should only be included + # in |dependencies| when adjusting static library dependencies (in order to + # link against the shared_library's import lib), but should not be included + # in |dependencies| when propagating link_settings. + # The |include_shared_libraries| flag controls which of these two cases we + # are handling. + if ( + not initial + and target_type == "shared_library" + and not include_shared_libraries + ): + return dependencies + + # The target is linkable, add it to the list of link dependencies. + if self.ref not in dependencies: + dependencies.add(self.ref) + if initial or not is_linkable: + # If this is a subsequent target and it's linkable, don't look any + # further for linkable dependencies, as they'll already be linked into + # this target linkable. Always look at dependencies of the initial + # target, and always look at dependencies of non-linkables. + for dependency in self.dependencies: + dependency._LinkDependenciesInternal( + targets, include_shared_libraries, dependencies, False + ) + + return dependencies + + def DependenciesForLinkSettings(self, targets): + """ + Returns a list of dependency targets whose link_settings should be merged + into this target. + """ + + # TODO(sbaig) Currently, chrome depends on the bug that shared libraries' + # link_settings are propagated. So for now, we will allow it, unless the + # 'allow_sharedlib_linksettings_propagation' flag is explicitly set to + # False. Once chrome is fixed, we can remove this flag. + include_shared_libraries = targets[self.ref].get( + "allow_sharedlib_linksettings_propagation", True + ) + return self._LinkDependenciesInternal(targets, include_shared_libraries) + + def DependenciesToLinkAgainst(self, targets): + """ + Returns a list of dependency targets that are linked into this target. + """ + return self._LinkDependenciesInternal(targets, True) + + +def BuildDependencyList(targets): + # Create a DependencyGraphNode for each target. Put it into a dict for easy + # access. + dependency_nodes = {} + for target, spec in targets.items(): + if target not in dependency_nodes: + dependency_nodes[target] = DependencyGraphNode(target) + + # Set up the dependency links. Targets that have no dependencies are treated + # as dependent on root_node. + root_node = DependencyGraphNode(None) + for target, spec in targets.items(): + target_node = dependency_nodes[target] + dependencies = spec.get("dependencies") + if not dependencies: + target_node.dependencies = [root_node] + root_node.dependents.append(target_node) + else: + for dependency in dependencies: + dependency_node = dependency_nodes.get(dependency) + if not dependency_node: + raise GypError( + "Dependency '%s' not found while " + "trying to load target %s" % (dependency, target) + ) + target_node.dependencies.append(dependency_node) + dependency_node.dependents.append(target_node) + + flat_list = root_node.FlattenToList() + + # If there's anything left unvisited, there must be a circular dependency + # (cycle). + if len(flat_list) != len(targets): + if not root_node.dependents: + # If all targets have dependencies, add the first target as a dependent + # of root_node so that the cycle can be discovered from root_node. + target = next(iter(targets)) + target_node = dependency_nodes[target] + target_node.dependencies.append(root_node) + root_node.dependents.append(target_node) + + cycles = [] + for cycle in root_node.FindCycles(): + paths = [node.ref for node in cycle] + cycles.append("Cycle: %s" % " -> ".join(paths)) + raise DependencyGraphNode.CircularException( + "Cycles in dependency graph detected:\n" + "\n".join(cycles) + ) + + return [dependency_nodes, flat_list] + + +def VerifyNoGYPFileCircularDependencies(targets): + # Create a DependencyGraphNode for each gyp file containing a target. Put + # it into a dict for easy access. + dependency_nodes = {} + for target in targets: + build_file = gyp.common.BuildFile(target) + if build_file not in dependency_nodes: + dependency_nodes[build_file] = DependencyGraphNode(build_file) + + # Set up the dependency links. + for target, spec in targets.items(): + build_file = gyp.common.BuildFile(target) + build_file_node = dependency_nodes[build_file] + target_dependencies = spec.get("dependencies", []) + for dependency in target_dependencies: + try: + dependency_build_file = gyp.common.BuildFile(dependency) + except GypError as e: + gyp.common.ExceptionAppend( + e, "while computing dependencies of .gyp file %s" % build_file + ) + raise + + if dependency_build_file == build_file: + # A .gyp file is allowed to refer back to itself. + continue + dependency_node = dependency_nodes.get(dependency_build_file) + if not dependency_node: + raise GypError("Dependency '%s' not found" % dependency_build_file) + if dependency_node not in build_file_node.dependencies: + build_file_node.dependencies.append(dependency_node) + dependency_node.dependents.append(build_file_node) + + # Files that have no dependencies are treated as dependent on root_node. + root_node = DependencyGraphNode(None) + for build_file_node in dependency_nodes.values(): + if len(build_file_node.dependencies) == 0: + build_file_node.dependencies.append(root_node) + root_node.dependents.append(build_file_node) + + flat_list = root_node.FlattenToList() + + # If there's anything left unvisited, there must be a circular dependency + # (cycle). + if len(flat_list) != len(dependency_nodes): + if not root_node.dependents: + # If all files have dependencies, add the first file as a dependent + # of root_node so that the cycle can be discovered from root_node. + file_node = next(iter(dependency_nodes.values())) + file_node.dependencies.append(root_node) + root_node.dependents.append(file_node) + cycles = [] + for cycle in root_node.FindCycles(): + paths = [node.ref for node in cycle] + cycles.append("Cycle: %s" % " -> ".join(paths)) + raise DependencyGraphNode.CircularException( + "Cycles in .gyp file dependency graph detected:\n" + "\n".join(cycles) + ) + + +def DoDependentSettings(key, flat_list, targets, dependency_nodes): + # key should be one of all_dependent_settings, direct_dependent_settings, + # or link_settings. + + for target in flat_list: + target_dict = targets[target] + build_file = gyp.common.BuildFile(target) + + if key == "all_dependent_settings": + dependencies = dependency_nodes[target].DeepDependencies() + elif key == "direct_dependent_settings": + dependencies = dependency_nodes[target].DirectAndImportedDependencies( + targets + ) + elif key == "link_settings": + dependencies = dependency_nodes[target].DependenciesForLinkSettings(targets) + else: + raise GypError( + "DoDependentSettings doesn't know how to determine " + "dependencies for " + key + ) + + for dependency in dependencies: + dependency_dict = targets[dependency] + if key not in dependency_dict: + continue + dependency_build_file = gyp.common.BuildFile(dependency) + MergeDicts( + target_dict, dependency_dict[key], build_file, dependency_build_file + ) + + +def AdjustStaticLibraryDependencies( + flat_list, targets, dependency_nodes, sort_dependencies +): + # Recompute target "dependencies" properties. For each static library + # target, remove "dependencies" entries referring to other static libraries, + # unless the dependency has the "hard_dependency" attribute set. For each + # linkable target, add a "dependencies" entry referring to all of the + # target's computed list of link dependencies (including static libraries + # if no such entry is already present. + for target in flat_list: + target_dict = targets[target] + target_type = target_dict["type"] + + if target_type == "static_library": + if "dependencies" not in target_dict: + continue + + target_dict["dependencies_original"] = target_dict.get("dependencies", [])[ + : + ] + + # A static library should not depend on another static library unless + # the dependency relationship is "hard," which should only be done when + # a dependent relies on some side effect other than just the build + # product, like a rule or action output. Further, if a target has a + # non-hard dependency, but that dependency exports a hard dependency, + # the non-hard dependency can safely be removed, but the exported hard + # dependency must be added to the target to keep the same dependency + # ordering. + dependencies = dependency_nodes[target].DirectAndImportedDependencies( + targets + ) + index = 0 + while index < len(dependencies): + dependency = dependencies[index] + dependency_dict = targets[dependency] + + # Remove every non-hard static library dependency and remove every + # non-static library dependency that isn't a direct dependency. + if ( + dependency_dict["type"] == "static_library" + and not dependency_dict.get("hard_dependency", False) + ) or ( + dependency_dict["type"] != "static_library" + and dependency not in target_dict["dependencies"] + ): + # Take the dependency out of the list, and don't increment index + # because the next dependency to analyze will shift into the index + # formerly occupied by the one being removed. + del dependencies[index] + else: + index = index + 1 + + # Update the dependencies. If the dependencies list is empty, it's not + # needed, so unhook it. + if len(dependencies) > 0: + target_dict["dependencies"] = dependencies + else: + del target_dict["dependencies"] + + elif target_type in linkable_types: + # Get a list of dependency targets that should be linked into this + # target. Add them to the dependencies list if they're not already + # present. + + link_dependencies = dependency_nodes[target].DependenciesToLinkAgainst( + targets + ) + for dependency in link_dependencies: + if dependency == target: + continue + if "dependencies" not in target_dict: + target_dict["dependencies"] = [] + if dependency not in target_dict["dependencies"]: + target_dict["dependencies"].append(dependency) + # Sort the dependencies list in the order from dependents to dependencies. + # e.g. If A and B depend on C and C depends on D, sort them in A, B, C, D. + # Note: flat_list is already sorted in the order from dependencies to + # dependents. + if sort_dependencies and "dependencies" in target_dict: + target_dict["dependencies"] = [ + dep + for dep in reversed(flat_list) + if dep in target_dict["dependencies"] + ] + + +# Initialize this here to speed up MakePathRelative. +exception_re = re.compile(r"""["']?[-/$<>^]""") + + +def MakePathRelative(to_file, fro_file, item): + # If item is a relative path, it's relative to the build file dict that it's + # coming from. Fix it up to make it relative to the build file dict that + # it's going into. + # Exception: any |item| that begins with these special characters is + # returned without modification. + # / Used when a path is already absolute (shortcut optimization; + # such paths would be returned as absolute anyway) + # $ Used for build environment variables + # - Used for some build environment flags (such as -lapr-1 in a + # "libraries" section) + # < Used for our own variable and command expansions (see ExpandVariables) + # > Used for our own variable and command expansions (see ExpandVariables) + # ^ Used for our own variable and command expansions (see ExpandVariables) + # + # "/' Used when a value is quoted. If these are present, then we + # check the second character instead. + # + if to_file == fro_file or exception_re.match(item): + return item + else: + # TODO(dglazkov) The backslash/forward-slash replacement at the end is a + # temporary measure. This should really be addressed by keeping all paths + # in POSIX until actual project generation. + ret = os.path.normpath( + os.path.join( + gyp.common.RelativePath( + os.path.dirname(fro_file), os.path.dirname(to_file) + ), + item, + ) + ).replace("\\", "/") + if item.endswith("/"): + ret += "/" + return ret + + +def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True): + # Python documentation recommends objects which do not support hash + # set this value to None. Python library objects follow this rule. + def is_hashable(val): + return val.__hash__ + + # If x is hashable, returns whether x is in s. Else returns whether x is in items. + def is_in_set_or_list(x, s, items): + if is_hashable(x): + return x in s + return x in items + + prepend_index = 0 + + # Make membership testing of hashables in |to| (in particular, strings) + # faster. + hashable_to_set = {x for x in to if is_hashable(x)} + for item in fro: + singleton = False + if type(item) in (str, int): + # The cheap and easy case. + if is_paths: + to_item = MakePathRelative(to_file, fro_file, item) + else: + to_item = item + + if not (type(item) is str and item.startswith("-")): + # Any string that doesn't begin with a "-" is a singleton - it can + # only appear once in a list, to be enforced by the list merge append + # or prepend. + singleton = True + elif type(item) is dict: + # Make a copy of the dictionary, continuing to look for paths to fix. + # The other intelligent aspects of merge processing won't apply because + # item is being merged into an empty dict. + to_item = {} + MergeDicts(to_item, item, to_file, fro_file) + elif type(item) is list: + # Recurse, making a copy of the list. If the list contains any + # descendant dicts, path fixing will occur. Note that here, custom + # values for is_paths and append are dropped; those are only to be + # applied to |to| and |fro|, not sublists of |fro|. append shouldn't + # matter anyway because the new |to_item| list is empty. + to_item = [] + MergeLists(to_item, item, to_file, fro_file) + else: + raise TypeError( + "Attempt to merge list item of unsupported type " + + item.__class__.__name__ + ) + + if append: + # If appending a singleton that's already in the list, don't append. + # This ensures that the earliest occurrence of the item will stay put. + if not singleton or not is_in_set_or_list(to_item, hashable_to_set, to): + to.append(to_item) + if is_hashable(to_item): + hashable_to_set.add(to_item) + else: + # If prepending a singleton that's already in the list, remove the + # existing instance and proceed with the prepend. This ensures that the + # item appears at the earliest possible position in the list. + while singleton and to_item in to: + to.remove(to_item) + + # Don't just insert everything at index 0. That would prepend the new + # items to the list in reverse order, which would be an unwelcome + # surprise. + to.insert(prepend_index, to_item) + if is_hashable(to_item): + hashable_to_set.add(to_item) + prepend_index = prepend_index + 1 + + +def MergeDicts(to, fro, to_file, fro_file): + # I wanted to name the parameter "from" but it's a Python keyword... + for k, v in fro.items(): + # It would be nice to do "if not k in to: to[k] = v" but that wouldn't give + # copy semantics. Something else may want to merge from the |fro| dict + # later, and having the same dict ref pointed to twice in the tree isn't + # what anyone wants considering that the dicts may subsequently be + # modified. + if k in to: + bad_merge = False + if type(v) in (str, int): + if type(to[k]) not in (str, int): + bad_merge = True + elif not isinstance(v, type(to[k])): + bad_merge = True + + if bad_merge: + raise TypeError( + "Attempt to merge dict value of type " + + v.__class__.__name__ + + " into incompatible type " + + to[k].__class__.__name__ + + " for key " + + k + ) + if type(v) in (str, int): + # Overwrite the existing value, if any. Cheap and easy. + is_path = IsPathSection(k) + if is_path: + to[k] = MakePathRelative(to_file, fro_file, v) + else: + to[k] = v + elif type(v) is dict: + # Recurse, guaranteeing copies will be made of objects that require it. + if k not in to: + to[k] = {} + MergeDicts(to[k], v, to_file, fro_file) + elif type(v) is list: + # Lists in dicts can be merged with different policies, depending on + # how the key in the "from" dict (k, the from-key) is written. + # + # If the from-key has ...the to-list will have this action + # this character appended:... applied when receiving the from-list: + # = replace + # + prepend + # ? set, only if to-list does not yet exist + # (none) append + # + # This logic is list-specific, but since it relies on the associated + # dict key, it's checked in this dict-oriented function. + ext = k[-1] + append = True + if ext == "=": + list_base = k[:-1] + lists_incompatible = [list_base, list_base + "?"] + to[list_base] = [] + elif ext == "+": + list_base = k[:-1] + lists_incompatible = [list_base + "=", list_base + "?"] + append = False + elif ext == "?": + list_base = k[:-1] + lists_incompatible = [list_base, list_base + "=", list_base + "+"] + else: + list_base = k + lists_incompatible = [list_base + "=", list_base + "?"] + + # Some combinations of merge policies appearing together are meaningless. + # It's stupid to replace and append simultaneously, for example. Append + # and prepend are the only policies that can coexist. + for list_incompatible in lists_incompatible: + if list_incompatible in fro: + raise GypError( + "Incompatible list policies " + k + " and " + list_incompatible + ) + + if list_base in to: + if ext == "?": + # If the key ends in "?", the list will only be merged if it doesn't + # already exist. + continue + elif type(to[list_base]) is not list: + # This may not have been checked above if merging in a list with an + # extension character. + raise TypeError( + "Attempt to merge dict value of type " + + v.__class__.__name__ + + " into incompatible type " + + to[list_base].__class__.__name__ + + " for key " + + list_base + + "(" + + k + + ")" + ) + else: + to[list_base] = [] + + # Call MergeLists, which will make copies of objects that require it. + # MergeLists can recurse back into MergeDicts, although this will be + # to make copies of dicts (with paths fixed), there will be no + # subsequent dict "merging" once entering a list because lists are + # always replaced, appended to, or prepended to. + is_paths = IsPathSection(list_base) + MergeLists(to[list_base], v, to_file, fro_file, is_paths, append) + else: + raise TypeError( + "Attempt to merge dict value of unsupported type " + + v.__class__.__name__ + + " for key " + + k + ) + + +def MergeConfigWithInheritance( + new_configuration_dict, build_file, target_dict, configuration, visited +): + # Skip if previously visited. + if configuration in visited: + return + + # Look at this configuration. + configuration_dict = target_dict["configurations"][configuration] + + # Merge in parents. + for parent in configuration_dict.get("inherit_from", []): + MergeConfigWithInheritance( + new_configuration_dict, + build_file, + target_dict, + parent, + visited + [configuration], + ) + + # Merge it into the new config. + MergeDicts(new_configuration_dict, configuration_dict, build_file, build_file) + + # Drop abstract. + if "abstract" in new_configuration_dict: + del new_configuration_dict["abstract"] + + +def SetUpConfigurations(target, target_dict): + # key_suffixes is a list of key suffixes that might appear on key names. + # These suffixes are handled in conditional evaluations (for =, +, and ?) + # and rules/exclude processing (for ! and /). Keys with these suffixes + # should be treated the same as keys without. + key_suffixes = ["=", "+", "?", "!", "/"] + + build_file = gyp.common.BuildFile(target) + + # Provide a single configuration by default if none exists. + # TODO(mark): Signal an error if default_configurations exists but + # configurations does not. + if "configurations" not in target_dict: + target_dict["configurations"] = {"Default": {}} + if "default_configuration" not in target_dict: + concrete = [ + i + for (i, config) in target_dict["configurations"].items() + if not config.get("abstract") + ] + target_dict["default_configuration"] = sorted(concrete)[0] + + merged_configurations = {} + configs = target_dict["configurations"] + for (configuration, old_configuration_dict) in configs.items(): + # Skip abstract configurations (saves work only). + if old_configuration_dict.get("abstract"): + continue + # Configurations inherit (most) settings from the enclosing target scope. + # Get the inheritance relationship right by making a copy of the target + # dict. + new_configuration_dict = {} + for (key, target_val) in target_dict.items(): + key_ext = key[-1:] + if key_ext in key_suffixes: + key_base = key[:-1] + else: + key_base = key + if key_base not in non_configuration_keys: + new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val) + + # Merge in configuration (with all its parents first). + MergeConfigWithInheritance( + new_configuration_dict, build_file, target_dict, configuration, [] + ) + + merged_configurations[configuration] = new_configuration_dict + + # Put the new configurations back into the target dict as a configuration. + for configuration in merged_configurations.keys(): + target_dict["configurations"][configuration] = merged_configurations[ + configuration + ] + + # Now drop all the abstract ones. + configs = target_dict["configurations"] + target_dict["configurations"] = { + k: v for k, v in configs.items() if not v.get("abstract") + } + + # Now that all of the target's configurations have been built, go through + # the target dict's keys and remove everything that's been moved into a + # "configurations" section. + delete_keys = [] + for key in target_dict: + key_ext = key[-1:] + if key_ext in key_suffixes: + key_base = key[:-1] + else: + key_base = key + if key_base not in non_configuration_keys: + delete_keys.append(key) + for key in delete_keys: + del target_dict[key] + + # Check the configurations to see if they contain invalid keys. + for configuration in target_dict["configurations"].keys(): + configuration_dict = target_dict["configurations"][configuration] + for key in configuration_dict.keys(): + if key in invalid_configuration_keys: + raise GypError( + "%s not allowed in the %s configuration, found in " + "target %s" % (key, configuration, target) + ) + + +def ProcessListFiltersInDict(name, the_dict): + """Process regular expression and exclusion-based filters on lists. + + An exclusion list is in a dict key named with a trailing "!", like + "sources!". Every item in such a list is removed from the associated + main list, which in this example, would be "sources". Removed items are + placed into a "sources_excluded" list in the dict. + + Regular expression (regex) filters are contained in dict keys named with a + trailing "/", such as "sources/" to operate on the "sources" list. Regex + filters in a dict take the form: + 'sources/': [ ['exclude', '_(linux|mac|win)\\.cc$'], + ['include', '_mac\\.cc$'] ], + The first filter says to exclude all files ending in _linux.cc, _mac.cc, and + _win.cc. The second filter then includes all files ending in _mac.cc that + are now or were once in the "sources" list. Items matching an "exclude" + filter are subject to the same processing as would occur if they were listed + by name in an exclusion list (ending in "!"). Items matching an "include" + filter are brought back into the main list if previously excluded by an + exclusion list or exclusion regex filter. Subsequent matching "exclude" + patterns can still cause items to be excluded after matching an "include". + """ + + # Look through the dictionary for any lists whose keys end in "!" or "/". + # These are lists that will be treated as exclude lists and regular + # expression-based exclude/include lists. Collect the lists that are + # needed first, looking for the lists that they operate on, and assemble + # then into |lists|. This is done in a separate loop up front, because + # the _included and _excluded keys need to be added to the_dict, and that + # can't be done while iterating through it. + + lists = [] + del_lists = [] + for key, value in the_dict.items(): + operation = key[-1] + if operation != "!" and operation != "/": + continue + + if type(value) is not list: + raise ValueError( + name + " key " + key + " must be list, not " + value.__class__.__name__ + ) + + list_key = key[:-1] + if list_key not in the_dict: + # This happens when there's a list like "sources!" but no corresponding + # "sources" list. Since there's nothing for it to operate on, queue up + # the "sources!" list for deletion now. + del_lists.append(key) + continue + + if type(the_dict[list_key]) is not list: + value = the_dict[list_key] + raise ValueError( + name + + " key " + + list_key + + " must be list, not " + + value.__class__.__name__ + + " when applying " + + {"!": "exclusion", "/": "regex"}[operation] + ) + + if list_key not in lists: + lists.append(list_key) + + # Delete the lists that are known to be unneeded at this point. + for del_list in del_lists: + del the_dict[del_list] + + for list_key in lists: + the_list = the_dict[list_key] + + # Initialize the list_actions list, which is parallel to the_list. Each + # item in list_actions identifies whether the corresponding item in + # the_list should be excluded, unconditionally preserved (included), or + # whether no exclusion or inclusion has been applied. Items for which + # no exclusion or inclusion has been applied (yet) have value -1, items + # excluded have value 0, and items included have value 1. Includes and + # excludes override previous actions. All items in list_actions are + # initialized to -1 because no excludes or includes have been processed + # yet. + list_actions = list((-1,) * len(the_list)) + + exclude_key = list_key + "!" + if exclude_key in the_dict: + for exclude_item in the_dict[exclude_key]: + for index, list_item in enumerate(the_list): + if exclude_item == list_item: + # This item matches the exclude_item, so set its action to 0 + # (exclude). + list_actions[index] = 0 + + # The "whatever!" list is no longer needed, dump it. + del the_dict[exclude_key] + + regex_key = list_key + "/" + if regex_key in the_dict: + for regex_item in the_dict[regex_key]: + [action, pattern] = regex_item + pattern_re = re.compile(pattern) + + if action == "exclude": + # This item matches an exclude regex, set its value to 0 (exclude). + action_value = 0 + elif action == "include": + # This item matches an include regex, set its value to 1 (include). + action_value = 1 + else: + # This is an action that doesn't make any sense. + raise ValueError( + "Unrecognized action " + + action + + " in " + + name + + " key " + + regex_key + ) + + for index, list_item in enumerate(the_list): + if list_actions[index] == action_value: + # Even if the regex matches, nothing will change so continue + # (regex searches are expensive). + continue + if pattern_re.search(list_item): + # Regular expression match. + list_actions[index] = action_value + + # The "whatever/" list is no longer needed, dump it. + del the_dict[regex_key] + + # Add excluded items to the excluded list. + # + # Note that exclude_key ("sources!") is different from excluded_key + # ("sources_excluded"). The exclude_key list is input and it was already + # processed and deleted; the excluded_key list is output and it's about + # to be created. + excluded_key = list_key + "_excluded" + if excluded_key in the_dict: + raise GypError( + name + " key " + excluded_key + " must not be present prior " + " to applying exclusion/regex filters for " + list_key + ) + + excluded_list = [] + + # Go backwards through the list_actions list so that as items are deleted, + # the indices of items that haven't been seen yet don't shift. That means + # that things need to be prepended to excluded_list to maintain them in the + # same order that they existed in the_list. + for index in range(len(list_actions) - 1, -1, -1): + if list_actions[index] == 0: + # Dump anything with action 0 (exclude). Keep anything with action 1 + # (include) or -1 (no include or exclude seen for the item). + excluded_list.insert(0, the_list[index]) + del the_list[index] + + # If anything was excluded, put the excluded list into the_dict at + # excluded_key. + if len(excluded_list) > 0: + the_dict[excluded_key] = excluded_list + + # Now recurse into subdicts and lists that may contain dicts. + for key, value in the_dict.items(): + if type(value) is dict: + ProcessListFiltersInDict(key, value) + elif type(value) is list: + ProcessListFiltersInList(key, value) + + +def ProcessListFiltersInList(name, the_list): + for item in the_list: + if type(item) is dict: + ProcessListFiltersInDict(name, item) + elif type(item) is list: + ProcessListFiltersInList(name, item) + + +def ValidateTargetType(target, target_dict): + """Ensures the 'type' field on the target is one of the known types. + + Arguments: + target: string, name of target. + target_dict: dict, target spec. + + Raises an exception on error. + """ + VALID_TARGET_TYPES = ( + "executable", + "loadable_module", + "static_library", + "shared_library", + "mac_kernel_extension", + "none", + "windows_driver", + ) + target_type = target_dict.get("type", None) + if target_type not in VALID_TARGET_TYPES: + raise GypError( + "Target %s has an invalid target type '%s'. " + "Must be one of %s." % (target, target_type, "/".join(VALID_TARGET_TYPES)) + ) + if ( + target_dict.get("standalone_static_library", 0) + and not target_type == "static_library" + ): + raise GypError( + "Target %s has type %s but standalone_static_library flag is" + " only valid for static_library type." % (target, target_type) + ) + + +def ValidateRulesInTarget(target, target_dict, extra_sources_for_rules): + """Ensures that the rules sections in target_dict are valid and consistent, + and determines which sources they apply to. + + Arguments: + target: string, name of target. + target_dict: dict, target spec containing "rules" and "sources" lists. + extra_sources_for_rules: a list of keys to scan for rule matches in + addition to 'sources'. + """ + + # Dicts to map between values found in rules' 'rule_name' and 'extension' + # keys and the rule dicts themselves. + rule_names = {} + rule_extensions = {} + + rules = target_dict.get("rules", []) + for rule in rules: + # Make sure that there's no conflict among rule names and extensions. + rule_name = rule["rule_name"] + if rule_name in rule_names: + raise GypError( + f"rule {rule_name} exists in duplicate, target {target}" + ) + rule_names[rule_name] = rule + + rule_extension = rule["extension"] + if rule_extension.startswith("."): + rule_extension = rule_extension[1:] + if rule_extension in rule_extensions: + raise GypError( + ( + "extension %s associated with multiple rules, " + + "target %s rules %s and %s" + ) + % ( + rule_extension, + target, + rule_extensions[rule_extension]["rule_name"], + rule_name, + ) + ) + rule_extensions[rule_extension] = rule + + # Make sure rule_sources isn't already there. It's going to be + # created below if needed. + if "rule_sources" in rule: + raise GypError( + "rule_sources must not exist in input, target %s rule %s" + % (target, rule_name) + ) + + rule_sources = [] + source_keys = ["sources"] + source_keys.extend(extra_sources_for_rules) + for source_key in source_keys: + for source in target_dict.get(source_key, []): + (source_root, source_extension) = os.path.splitext(source) + if source_extension.startswith("."): + source_extension = source_extension[1:] + if source_extension == rule_extension: + rule_sources.append(source) + + if len(rule_sources) > 0: + rule["rule_sources"] = rule_sources + + +def ValidateRunAsInTarget(target, target_dict, build_file): + target_name = target_dict.get("target_name") + run_as = target_dict.get("run_as") + if not run_as: + return + if type(run_as) is not dict: + raise GypError( + "The 'run_as' in target %s from file %s should be a " + "dictionary." % (target_name, build_file) + ) + action = run_as.get("action") + if not action: + raise GypError( + "The 'run_as' in target %s from file %s must have an " + "'action' section." % (target_name, build_file) + ) + if type(action) is not list: + raise GypError( + "The 'action' for 'run_as' in target %s from file %s " + "must be a list." % (target_name, build_file) + ) + working_directory = run_as.get("working_directory") + if working_directory and type(working_directory) is not str: + raise GypError( + "The 'working_directory' for 'run_as' in target %s " + "in file %s should be a string." % (target_name, build_file) + ) + environment = run_as.get("environment") + if environment and type(environment) is not dict: + raise GypError( + "The 'environment' for 'run_as' in target %s " + "in file %s should be a dictionary." % (target_name, build_file) + ) + + +def ValidateActionsInTarget(target, target_dict, build_file): + """Validates the inputs to the actions in a target.""" + target_name = target_dict.get("target_name") + actions = target_dict.get("actions", []) + for action in actions: + action_name = action.get("action_name") + if not action_name: + raise GypError( + "Anonymous action in target %s. " + "An action must have an 'action_name' field." % target_name + ) + inputs = action.get("inputs", None) + if inputs is None: + raise GypError("Action in target %s has no inputs." % target_name) + action_command = action.get("action") + if action_command and not action_command[0]: + raise GypError("Empty action as command in target %s." % target_name) + + +def TurnIntIntoStrInDict(the_dict): + """Given dict the_dict, recursively converts all integers into strings. + """ + # Use items instead of iteritems because there's no need to try to look at + # reinserted keys and their associated values. + for k, v in the_dict.items(): + if type(v) is int: + v = str(v) + the_dict[k] = v + elif type(v) is dict: + TurnIntIntoStrInDict(v) + elif type(v) is list: + TurnIntIntoStrInList(v) + + if type(k) is int: + del the_dict[k] + the_dict[str(k)] = v + + +def TurnIntIntoStrInList(the_list): + """Given list the_list, recursively converts all integers into strings. + """ + for index, item in enumerate(the_list): + if type(item) is int: + the_list[index] = str(item) + elif type(item) is dict: + TurnIntIntoStrInDict(item) + elif type(item) is list: + TurnIntIntoStrInList(item) + + +def PruneUnwantedTargets(targets, flat_list, dependency_nodes, root_targets, data): + """Return only the targets that are deep dependencies of |root_targets|.""" + qualified_root_targets = [] + for target in root_targets: + target = target.strip() + qualified_targets = gyp.common.FindQualifiedTargets(target, flat_list) + if not qualified_targets: + raise GypError("Could not find target %s" % target) + qualified_root_targets.extend(qualified_targets) + + wanted_targets = {} + for target in qualified_root_targets: + wanted_targets[target] = targets[target] + for dependency in dependency_nodes[target].DeepDependencies(): + wanted_targets[dependency] = targets[dependency] + + wanted_flat_list = [t for t in flat_list if t in wanted_targets] + + # Prune unwanted targets from each build_file's data dict. + for build_file in data["target_build_files"]: + if "targets" not in data[build_file]: + continue + new_targets = [] + for target in data[build_file]["targets"]: + qualified_name = gyp.common.QualifiedTarget( + build_file, target["target_name"], target["toolset"] + ) + if qualified_name in wanted_targets: + new_targets.append(target) + data[build_file]["targets"] = new_targets + + return wanted_targets, wanted_flat_list + + +def VerifyNoCollidingTargets(targets): + """Verify that no two targets in the same directory share the same name. + + Arguments: + targets: A list of targets in the form 'path/to/file.gyp:target_name'. + """ + # Keep a dict going from 'subdirectory:target_name' to 'foo.gyp'. + used = {} + for target in targets: + # Separate out 'path/to/file.gyp, 'target_name' from + # 'path/to/file.gyp:target_name'. + path, name = target.rsplit(":", 1) + # Separate out 'path/to', 'file.gyp' from 'path/to/file.gyp'. + subdir, gyp = os.path.split(path) + # Use '.' for the current directory '', so that the error messages make + # more sense. + if not subdir: + subdir = "." + # Prepare a key like 'path/to:target_name'. + key = subdir + ":" + name + if key in used: + # Complain if this target is already used. + raise GypError( + 'Duplicate target name "%s" in directory "%s" used both ' + 'in "%s" and "%s".' % (name, subdir, gyp, used[key]) + ) + used[key] = gyp + + +def SetGeneratorGlobals(generator_input_info): + # Set up path_sections and non_configuration_keys with the default data plus + # the generator-specific data. + global path_sections + path_sections = set(base_path_sections) + path_sections.update(generator_input_info["path_sections"]) + + global non_configuration_keys + non_configuration_keys = base_non_configuration_keys[:] + non_configuration_keys.extend(generator_input_info["non_configuration_keys"]) + + global multiple_toolsets + multiple_toolsets = generator_input_info["generator_supports_multiple_toolsets"] + + global generator_filelist_paths + generator_filelist_paths = generator_input_info["generator_filelist_paths"] + + +def Load( + build_files, + variables, + includes, + depth, + generator_input_info, + check, + circular_check, + parallel, + root_targets, +): + SetGeneratorGlobals(generator_input_info) + # A generator can have other lists (in addition to sources) be processed + # for rules. + extra_sources_for_rules = generator_input_info["extra_sources_for_rules"] + + # Load build files. This loads every target-containing build file into + # the |data| dictionary such that the keys to |data| are build file names, + # and the values are the entire build file contents after "early" or "pre" + # processing has been done and includes have been resolved. + # NOTE: data contains both "target" files (.gyp) and "includes" (.gypi), as + # well as meta-data (e.g. 'included_files' key). 'target_build_files' keeps + # track of the keys corresponding to "target" files. + data = {"target_build_files": set()} + # Normalize paths everywhere. This is important because paths will be + # used as keys to the data dict and for references between input files. + build_files = set(map(os.path.normpath, build_files)) + if parallel: + LoadTargetBuildFilesParallel( + build_files, data, variables, includes, depth, check, generator_input_info + ) + else: + aux_data = {} + for build_file in build_files: + try: + LoadTargetBuildFile( + build_file, data, aux_data, variables, includes, depth, check, True + ) + except Exception as e: + gyp.common.ExceptionAppend(e, "while trying to load %s" % build_file) + raise + + # Build a dict to access each target's subdict by qualified name. + targets = BuildTargetsDict(data) + + # Fully qualify all dependency links. + QualifyDependencies(targets) + + # Remove self-dependencies from targets that have 'prune_self_dependencies' + # set to 1. + RemoveSelfDependencies(targets) + + # Expand dependencies specified as build_file:*. + ExpandWildcardDependencies(targets, data) + + # Remove all dependencies marked as 'link_dependency' from the targets of + # type 'none'. + RemoveLinkDependenciesFromNoneTargets(targets) + + # Apply exclude (!) and regex (/) list filters only for dependency_sections. + for target_name, target_dict in targets.items(): + tmp_dict = {} + for key_base in dependency_sections: + for op in ("", "!", "/"): + key = key_base + op + if key in target_dict: + tmp_dict[key] = target_dict[key] + del target_dict[key] + ProcessListFiltersInDict(target_name, tmp_dict) + # Write the results back to |target_dict|. + for key in tmp_dict: + target_dict[key] = tmp_dict[key] + + # Make sure every dependency appears at most once. + RemoveDuplicateDependencies(targets) + + if circular_check: + # Make sure that any targets in a.gyp don't contain dependencies in other + # .gyp files that further depend on a.gyp. + VerifyNoGYPFileCircularDependencies(targets) + + [dependency_nodes, flat_list] = BuildDependencyList(targets) + + if root_targets: + # Remove, from |targets| and |flat_list|, the targets that are not deep + # dependencies of the targets specified in |root_targets|. + targets, flat_list = PruneUnwantedTargets( + targets, flat_list, dependency_nodes, root_targets, data + ) + + # Check that no two targets in the same directory have the same name. + VerifyNoCollidingTargets(flat_list) + + # Handle dependent settings of various types. + for settings_type in [ + "all_dependent_settings", + "direct_dependent_settings", + "link_settings", + ]: + DoDependentSettings(settings_type, flat_list, targets, dependency_nodes) + + # Take out the dependent settings now that they've been published to all + # of the targets that require them. + for target in flat_list: + if settings_type in targets[target]: + del targets[target][settings_type] + + # Make sure static libraries don't declare dependencies on other static + # libraries, but that linkables depend on all unlinked static libraries + # that they need so that their link steps will be correct. + gii = generator_input_info + if gii["generator_wants_static_library_dependencies_adjusted"]: + AdjustStaticLibraryDependencies( + flat_list, + targets, + dependency_nodes, + gii["generator_wants_sorted_dependencies"], + ) + + # Apply "post"/"late"/"target" variable expansions and condition evaluations. + for target in flat_list: + target_dict = targets[target] + build_file = gyp.common.BuildFile(target) + ProcessVariablesAndConditionsInDict( + target_dict, PHASE_LATE, variables, build_file + ) + + # Move everything that can go into a "configurations" section into one. + for target in flat_list: + target_dict = targets[target] + SetUpConfigurations(target, target_dict) + + # Apply exclude (!) and regex (/) list filters. + for target in flat_list: + target_dict = targets[target] + ProcessListFiltersInDict(target, target_dict) + + # Apply "latelate" variable expansions and condition evaluations. + for target in flat_list: + target_dict = targets[target] + build_file = gyp.common.BuildFile(target) + ProcessVariablesAndConditionsInDict( + target_dict, PHASE_LATELATE, variables, build_file + ) + + # Make sure that the rules make sense, and build up rule_sources lists as + # needed. Not all generators will need to use the rule_sources lists, but + # some may, and it seems best to build the list in a common spot. + # Also validate actions and run_as elements in targets. + for target in flat_list: + target_dict = targets[target] + build_file = gyp.common.BuildFile(target) + ValidateTargetType(target, target_dict) + ValidateRulesInTarget(target, target_dict, extra_sources_for_rules) + ValidateRunAsInTarget(target, target_dict, build_file) + ValidateActionsInTarget(target, target_dict, build_file) + + # Generators might not expect ints. Turn them into strs. + TurnIntIntoStrInDict(data) + + # TODO(mark): Return |data| for now because the generator needs a list of + # build files that came in. In the future, maybe it should just accept + # a list, and not the whole data dict. + return [flat_list, targets, data] diff --git a/node_modules/node-gyp/gyp/pylib/gyp/input_test.py b/node_modules/node-gyp/gyp/pylib/gyp/input_test.py new file mode 100644 index 0000000..a18f72e --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/input_test.py @@ -0,0 +1,98 @@ +#!/usr/bin/env python3 + +# Copyright 2013 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Unit tests for the input.py file.""" + +import gyp.input +import unittest + + +class TestFindCycles(unittest.TestCase): + def setUp(self): + self.nodes = {} + for x in ("a", "b", "c", "d", "e"): + self.nodes[x] = gyp.input.DependencyGraphNode(x) + + def _create_dependency(self, dependent, dependency): + dependent.dependencies.append(dependency) + dependency.dependents.append(dependent) + + def test_no_cycle_empty_graph(self): + for label, node in self.nodes.items(): + self.assertEqual([], node.FindCycles()) + + def test_no_cycle_line(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["b"], self.nodes["c"]) + self._create_dependency(self.nodes["c"], self.nodes["d"]) + + for label, node in self.nodes.items(): + self.assertEqual([], node.FindCycles()) + + def test_no_cycle_dag(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["a"], self.nodes["c"]) + self._create_dependency(self.nodes["b"], self.nodes["c"]) + + for label, node in self.nodes.items(): + self.assertEqual([], node.FindCycles()) + + def test_cycle_self_reference(self): + self._create_dependency(self.nodes["a"], self.nodes["a"]) + + self.assertEqual( + [[self.nodes["a"], self.nodes["a"]]], self.nodes["a"].FindCycles() + ) + + def test_cycle_two_nodes(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["b"], self.nodes["a"]) + + self.assertEqual( + [[self.nodes["a"], self.nodes["b"], self.nodes["a"]]], + self.nodes["a"].FindCycles(), + ) + self.assertEqual( + [[self.nodes["b"], self.nodes["a"], self.nodes["b"]]], + self.nodes["b"].FindCycles(), + ) + + def test_two_cycles(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["b"], self.nodes["a"]) + + self._create_dependency(self.nodes["b"], self.nodes["c"]) + self._create_dependency(self.nodes["c"], self.nodes["b"]) + + cycles = self.nodes["a"].FindCycles() + self.assertTrue([self.nodes["a"], self.nodes["b"], self.nodes["a"]] in cycles) + self.assertTrue([self.nodes["b"], self.nodes["c"], self.nodes["b"]] in cycles) + self.assertEqual(2, len(cycles)) + + def test_big_cycle(self): + self._create_dependency(self.nodes["a"], self.nodes["b"]) + self._create_dependency(self.nodes["b"], self.nodes["c"]) + self._create_dependency(self.nodes["c"], self.nodes["d"]) + self._create_dependency(self.nodes["d"], self.nodes["e"]) + self._create_dependency(self.nodes["e"], self.nodes["a"]) + + self.assertEqual( + [ + [ + self.nodes["a"], + self.nodes["b"], + self.nodes["c"], + self.nodes["d"], + self.nodes["e"], + self.nodes["a"], + ] + ], + self.nodes["a"].FindCycles(), + ) + + +if __name__ == "__main__": + unittest.main() diff --git a/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py b/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py new file mode 100644 index 0000000..59647c9 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py @@ -0,0 +1,771 @@ +#!/usr/bin/env python3 +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Utility functions to perform Xcode-style build steps. + +These functions are executed via gyp-mac-tool when using the Makefile generator. +""" + + +import fcntl +import fnmatch +import glob +import json +import os +import plistlib +import re +import shutil +import struct +import subprocess +import sys +import tempfile + + +def main(args): + executor = MacTool() + exit_code = executor.Dispatch(args) + if exit_code is not None: + sys.exit(exit_code) + + +class MacTool: + """This class performs all the Mac tooling steps. The methods can either be + executed directly, or dispatched from an argument list.""" + + def Dispatch(self, args): + """Dispatches a string command to a method.""" + if len(args) < 1: + raise Exception("Not enough arguments") + + method = "Exec%s" % self._CommandifyName(args[0]) + return getattr(self, method)(*args[1:]) + + def _CommandifyName(self, name_string): + """Transforms a tool name like copy-info-plist to CopyInfoPlist""" + return name_string.title().replace("-", "") + + def ExecCopyBundleResource(self, source, dest, convert_to_binary): + """Copies a resource file to the bundle/Resources directory, performing any + necessary compilation on each resource.""" + convert_to_binary = convert_to_binary == "True" + extension = os.path.splitext(source)[1].lower() + if os.path.isdir(source): + # Copy tree. + # TODO(thakis): This copies file attributes like mtime, while the + # single-file branch below doesn't. This should probably be changed to + # be consistent with the single-file branch. + if os.path.exists(dest): + shutil.rmtree(dest) + shutil.copytree(source, dest) + elif extension == ".xib": + return self._CopyXIBFile(source, dest) + elif extension == ".storyboard": + return self._CopyXIBFile(source, dest) + elif extension == ".strings" and not convert_to_binary: + self._CopyStringsFile(source, dest) + else: + if os.path.exists(dest): + os.unlink(dest) + shutil.copy(source, dest) + + if convert_to_binary and extension in (".plist", ".strings"): + self._ConvertToBinary(dest) + + def _CopyXIBFile(self, source, dest): + """Compiles a XIB file with ibtool into a binary plist in the bundle.""" + + # ibtool sometimes crashes with relative paths. See crbug.com/314728. + base = os.path.dirname(os.path.realpath(__file__)) + if os.path.relpath(source): + source = os.path.join(base, source) + if os.path.relpath(dest): + dest = os.path.join(base, dest) + + args = ["xcrun", "ibtool", "--errors", "--warnings", "--notices"] + + if os.environ["XCODE_VERSION_ACTUAL"] > "0700": + args.extend(["--auto-activate-custom-fonts"]) + if "IPHONEOS_DEPLOYMENT_TARGET" in os.environ: + args.extend( + [ + "--target-device", + "iphone", + "--target-device", + "ipad", + "--minimum-deployment-target", + os.environ["IPHONEOS_DEPLOYMENT_TARGET"], + ] + ) + else: + args.extend( + [ + "--target-device", + "mac", + "--minimum-deployment-target", + os.environ["MACOSX_DEPLOYMENT_TARGET"], + ] + ) + + args.extend( + ["--output-format", "human-readable-text", "--compile", dest, source] + ) + + ibtool_section_re = re.compile(r"/\*.*\*/") + ibtool_re = re.compile(r".*note:.*is clipping its content") + try: + stdout = subprocess.check_output(args) + except subprocess.CalledProcessError as e: + print(e.output) + raise + current_section_header = None + for line in stdout.splitlines(): + if ibtool_section_re.match(line): + current_section_header = line + elif not ibtool_re.match(line): + if current_section_header: + print(current_section_header) + current_section_header = None + print(line) + return 0 + + def _ConvertToBinary(self, dest): + subprocess.check_call( + ["xcrun", "plutil", "-convert", "binary1", "-o", dest, dest] + ) + + def _CopyStringsFile(self, source, dest): + """Copies a .strings file using iconv to reconvert the input into UTF-16.""" + input_code = self._DetectInputEncoding(source) or "UTF-8" + + # Xcode's CpyCopyStringsFile / builtin-copyStrings seems to call + # CFPropertyListCreateFromXMLData() behind the scenes; at least it prints + # CFPropertyListCreateFromXMLData(): Old-style plist parser: missing + # semicolon in dictionary. + # on invalid files. Do the same kind of validation. + import CoreFoundation + + with open(source, "rb") as in_file: + s = in_file.read() + d = CoreFoundation.CFDataCreate(None, s, len(s)) + _, error = CoreFoundation.CFPropertyListCreateFromXMLData(None, d, 0, None) + if error: + return + + with open(dest, "wb") as fp: + fp.write(s.decode(input_code).encode("UTF-16")) + + def _DetectInputEncoding(self, file_name): + """Reads the first few bytes from file_name and tries to guess the text + encoding. Returns None as a guess if it can't detect it.""" + with open(file_name, "rb") as fp: + try: + header = fp.read(3) + except Exception: + return None + if header.startswith(b"\xFE\xFF"): + return "UTF-16" + elif header.startswith(b"\xFF\xFE"): + return "UTF-16" + elif header.startswith(b"\xEF\xBB\xBF"): + return "UTF-8" + else: + return None + + def ExecCopyInfoPlist(self, source, dest, convert_to_binary, *keys): + """Copies the |source| Info.plist to the destination directory |dest|.""" + # Read the source Info.plist into memory. + with open(source) as fd: + lines = fd.read() + + # Insert synthesized key/value pairs (e.g. BuildMachineOSBuild). + plist = plistlib.readPlistFromString(lines) + if keys: + plist.update(json.loads(keys[0])) + lines = plistlib.writePlistToString(plist) + + # Go through all the environment variables and replace them as variables in + # the file. + IDENT_RE = re.compile(r"[_/\s]") + for key in os.environ: + if key.startswith("_"): + continue + evar = "${%s}" % key + evalue = os.environ[key] + lines = lines.replace(lines, evar, evalue) + + # Xcode supports various suffices on environment variables, which are + # all undocumented. :rfc1034identifier is used in the standard project + # template these days, and :identifier was used earlier. They are used to + # convert non-url characters into things that look like valid urls -- + # except that the replacement character for :identifier, '_' isn't valid + # in a URL either -- oops, hence :rfc1034identifier was born. + evar = "${%s:identifier}" % key + evalue = IDENT_RE.sub("_", os.environ[key]) + lines = lines.replace(lines, evar, evalue) + + evar = "${%s:rfc1034identifier}" % key + evalue = IDENT_RE.sub("-", os.environ[key]) + lines = lines.replace(lines, evar, evalue) + + # Remove any keys with values that haven't been replaced. + lines = lines.splitlines() + for i in range(len(lines)): + if lines[i].strip().startswith("${"): + lines[i] = None + lines[i - 1] = None + lines = "\n".join(line for line in lines if line is not None) + + # Write out the file with variables replaced. + with open(dest, "w") as fd: + fd.write(lines) + + # Now write out PkgInfo file now that the Info.plist file has been + # "compiled". + self._WritePkgInfo(dest) + + if convert_to_binary == "True": + self._ConvertToBinary(dest) + + def _WritePkgInfo(self, info_plist): + """This writes the PkgInfo file from the data stored in Info.plist.""" + plist = plistlib.readPlist(info_plist) + if not plist: + return + + # Only create PkgInfo for executable types. + package_type = plist["CFBundlePackageType"] + if package_type != "APPL": + return + + # The format of PkgInfo is eight characters, representing the bundle type + # and bundle signature, each four characters. If that is missing, four + # '?' characters are used instead. + signature_code = plist.get("CFBundleSignature", "????") + if len(signature_code) != 4: # Wrong length resets everything, too. + signature_code = "?" * 4 + + dest = os.path.join(os.path.dirname(info_plist), "PkgInfo") + with open(dest, "w") as fp: + fp.write(f"{package_type}{signature_code}") + + def ExecFlock(self, lockfile, *cmd_list): + """Emulates the most basic behavior of Linux's flock(1).""" + # Rely on exception handling to report errors. + fd = os.open(lockfile, os.O_RDONLY | os.O_NOCTTY | os.O_CREAT, 0o666) + fcntl.flock(fd, fcntl.LOCK_EX) + return subprocess.call(cmd_list) + + def ExecFilterLibtool(self, *cmd_list): + """Calls libtool and filters out '/path/to/libtool: file: foo.o has no + symbols'.""" + libtool_re = re.compile( + r"^.*libtool: (?:for architecture: \S* )?" r"file: .* has no symbols$" + ) + libtool_re5 = re.compile( + r"^.*libtool: warning for library: " + + r".* the table of contents is empty " + + r"\(no object file members in the library define global symbols\)$" + ) + env = os.environ.copy() + # Ref: + # http://www.opensource.apple.com/source/cctools/cctools-809/misc/libtool.c + # The problem with this flag is that it resets the file mtime on the file to + # epoch=0, e.g. 1970-1-1 or 1969-12-31 depending on timezone. + env["ZERO_AR_DATE"] = "1" + libtoolout = subprocess.Popen(cmd_list, stderr=subprocess.PIPE, env=env) + err = libtoolout.communicate()[1].decode("utf-8") + for line in err.splitlines(): + if not libtool_re.match(line) and not libtool_re5.match(line): + print(line, file=sys.stderr) + # Unconditionally touch the output .a file on the command line if present + # and the command succeeded. A bit hacky. + if not libtoolout.returncode: + for i in range(len(cmd_list) - 1): + if cmd_list[i] == "-o" and cmd_list[i + 1].endswith(".a"): + os.utime(cmd_list[i + 1], None) + break + return libtoolout.returncode + + def ExecPackageIosFramework(self, framework): + # Find the name of the binary based on the part before the ".framework". + binary = os.path.basename(framework).split(".")[0] + module_path = os.path.join(framework, "Modules") + if not os.path.exists(module_path): + os.mkdir(module_path) + module_template = ( + "framework module %s {\n" + ' umbrella header "%s.h"\n' + "\n" + " export *\n" + " module * { export * }\n" + "}\n" % (binary, binary) + ) + + with open(os.path.join(module_path, "module.modulemap"), "w") as module_file: + module_file.write(module_template) + + def ExecPackageFramework(self, framework, version): + """Takes a path to Something.framework and the Current version of that and + sets up all the symlinks.""" + # Find the name of the binary based on the part before the ".framework". + binary = os.path.basename(framework).split(".")[0] + + CURRENT = "Current" + RESOURCES = "Resources" + VERSIONS = "Versions" + + if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)): + # Binary-less frameworks don't seem to contain symlinks (see e.g. + # chromium's out/Debug/org.chromium.Chromium.manifest/ bundle). + return + + # Move into the framework directory to set the symlinks correctly. + pwd = os.getcwd() + os.chdir(framework) + + # Set up the Current version. + self._Relink(version, os.path.join(VERSIONS, CURRENT)) + + # Set up the root symlinks. + self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary) + self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES) + + # Back to where we were before! + os.chdir(pwd) + + def _Relink(self, dest, link): + """Creates a symlink to |dest| named |link|. If |link| already exists, + it is overwritten.""" + if os.path.lexists(link): + os.remove(link) + os.symlink(dest, link) + + def ExecCompileIosFrameworkHeaderMap(self, out, framework, *all_headers): + framework_name = os.path.basename(framework).split(".")[0] + all_headers = [os.path.abspath(header) for header in all_headers] + filelist = {} + for header in all_headers: + filename = os.path.basename(header) + filelist[filename] = header + filelist[os.path.join(framework_name, filename)] = header + WriteHmap(out, filelist) + + def ExecCopyIosFrameworkHeaders(self, framework, *copy_headers): + header_path = os.path.join(framework, "Headers") + if not os.path.exists(header_path): + os.makedirs(header_path) + for header in copy_headers: + shutil.copy(header, os.path.join(header_path, os.path.basename(header))) + + def ExecCompileXcassets(self, keys, *inputs): + """Compiles multiple .xcassets files into a single .car file. + + This invokes 'actool' to compile all the inputs .xcassets files. The + |keys| arguments is a json-encoded dictionary of extra arguments to + pass to 'actool' when the asset catalogs contains an application icon + or a launch image. + + Note that 'actool' does not create the Assets.car file if the asset + catalogs does not contains imageset. + """ + command_line = [ + "xcrun", + "actool", + "--output-format", + "human-readable-text", + "--compress-pngs", + "--notices", + "--warnings", + "--errors", + ] + is_iphone_target = "IPHONEOS_DEPLOYMENT_TARGET" in os.environ + if is_iphone_target: + platform = os.environ["CONFIGURATION"].split("-")[-1] + if platform not in ("iphoneos", "iphonesimulator"): + platform = "iphonesimulator" + command_line.extend( + [ + "--platform", + platform, + "--target-device", + "iphone", + "--target-device", + "ipad", + "--minimum-deployment-target", + os.environ["IPHONEOS_DEPLOYMENT_TARGET"], + "--compile", + os.path.abspath(os.environ["CONTENTS_FOLDER_PATH"]), + ] + ) + else: + command_line.extend( + [ + "--platform", + "macosx", + "--target-device", + "mac", + "--minimum-deployment-target", + os.environ["MACOSX_DEPLOYMENT_TARGET"], + "--compile", + os.path.abspath(os.environ["UNLOCALIZED_RESOURCES_FOLDER_PATH"]), + ] + ) + if keys: + keys = json.loads(keys) + for key, value in keys.items(): + arg_name = "--" + key + if isinstance(value, bool): + if value: + command_line.append(arg_name) + elif isinstance(value, list): + for v in value: + command_line.append(arg_name) + command_line.append(str(v)) + else: + command_line.append(arg_name) + command_line.append(str(value)) + # Note: actool crashes if inputs path are relative, so use os.path.abspath + # to get absolute path name for inputs. + command_line.extend(map(os.path.abspath, inputs)) + subprocess.check_call(command_line) + + def ExecMergeInfoPlist(self, output, *inputs): + """Merge multiple .plist files into a single .plist file.""" + merged_plist = {} + for path in inputs: + plist = self._LoadPlistMaybeBinary(path) + self._MergePlist(merged_plist, plist) + plistlib.writePlist(merged_plist, output) + + def ExecCodeSignBundle(self, key, entitlements, provisioning, path, preserve): + """Code sign a bundle. + + This function tries to code sign an iOS bundle, following the same + algorithm as Xcode: + 1. pick the provisioning profile that best match the bundle identifier, + and copy it into the bundle as embedded.mobileprovision, + 2. copy Entitlements.plist from user or SDK next to the bundle, + 3. code sign the bundle. + """ + substitutions, overrides = self._InstallProvisioningProfile( + provisioning, self._GetCFBundleIdentifier() + ) + entitlements_path = self._InstallEntitlements( + entitlements, substitutions, overrides + ) + + args = ["codesign", "--force", "--sign", key] + if preserve == "True": + args.extend(["--deep", "--preserve-metadata=identifier,entitlements"]) + else: + args.extend(["--entitlements", entitlements_path]) + args.extend(["--timestamp=none", path]) + subprocess.check_call(args) + + def _InstallProvisioningProfile(self, profile, bundle_identifier): + """Installs embedded.mobileprovision into the bundle. + + Args: + profile: string, optional, short name of the .mobileprovision file + to use, if empty or the file is missing, the best file installed + will be used + bundle_identifier: string, value of CFBundleIdentifier from Info.plist + + Returns: + A tuple containing two dictionary: variables substitutions and values + to overrides when generating the entitlements file. + """ + source_path, provisioning_data, team_id = self._FindProvisioningProfile( + profile, bundle_identifier + ) + target_path = os.path.join( + os.environ["BUILT_PRODUCTS_DIR"], + os.environ["CONTENTS_FOLDER_PATH"], + "embedded.mobileprovision", + ) + shutil.copy2(source_path, target_path) + substitutions = self._GetSubstitutions(bundle_identifier, team_id + ".") + return substitutions, provisioning_data["Entitlements"] + + def _FindProvisioningProfile(self, profile, bundle_identifier): + """Finds the .mobileprovision file to use for signing the bundle. + + Checks all the installed provisioning profiles (or if the user specified + the PROVISIONING_PROFILE variable, only consult it) and select the most + specific that correspond to the bundle identifier. + + Args: + profile: string, optional, short name of the .mobileprovision file + to use, if empty or the file is missing, the best file installed + will be used + bundle_identifier: string, value of CFBundleIdentifier from Info.plist + + Returns: + A tuple of the path to the selected provisioning profile, the data of + the embedded plist in the provisioning profile and the team identifier + to use for code signing. + + Raises: + SystemExit: if no .mobileprovision can be used to sign the bundle. + """ + profiles_dir = os.path.join( + os.environ["HOME"], "Library", "MobileDevice", "Provisioning Profiles" + ) + if not os.path.isdir(profiles_dir): + print( + "cannot find mobile provisioning for %s" % (bundle_identifier), + file=sys.stderr, + ) + sys.exit(1) + provisioning_profiles = None + if profile: + profile_path = os.path.join(profiles_dir, profile + ".mobileprovision") + if os.path.exists(profile_path): + provisioning_profiles = [profile_path] + if not provisioning_profiles: + provisioning_profiles = glob.glob( + os.path.join(profiles_dir, "*.mobileprovision") + ) + valid_provisioning_profiles = {} + for profile_path in provisioning_profiles: + profile_data = self._LoadProvisioningProfile(profile_path) + app_id_pattern = profile_data.get("Entitlements", {}).get( + "application-identifier", "" + ) + for team_identifier in profile_data.get("TeamIdentifier", []): + app_id = f"{team_identifier}.{bundle_identifier}" + if fnmatch.fnmatch(app_id, app_id_pattern): + valid_provisioning_profiles[app_id_pattern] = ( + profile_path, + profile_data, + team_identifier, + ) + if not valid_provisioning_profiles: + print( + "cannot find mobile provisioning for %s" % (bundle_identifier), + file=sys.stderr, + ) + sys.exit(1) + # If the user has multiple provisioning profiles installed that can be + # used for ${bundle_identifier}, pick the most specific one (ie. the + # provisioning profile whose pattern is the longest). + selected_key = max(valid_provisioning_profiles, key=lambda v: len(v)) + return valid_provisioning_profiles[selected_key] + + def _LoadProvisioningProfile(self, profile_path): + """Extracts the plist embedded in a provisioning profile. + + Args: + profile_path: string, path to the .mobileprovision file + + Returns: + Content of the plist embedded in the provisioning profile as a dictionary. + """ + with tempfile.NamedTemporaryFile() as temp: + subprocess.check_call( + ["security", "cms", "-D", "-i", profile_path, "-o", temp.name] + ) + return self._LoadPlistMaybeBinary(temp.name) + + def _MergePlist(self, merged_plist, plist): + """Merge |plist| into |merged_plist|.""" + for key, value in plist.items(): + if isinstance(value, dict): + merged_value = merged_plist.get(key, {}) + if isinstance(merged_value, dict): + self._MergePlist(merged_value, value) + merged_plist[key] = merged_value + else: + merged_plist[key] = value + else: + merged_plist[key] = value + + def _LoadPlistMaybeBinary(self, plist_path): + """Loads into a memory a plist possibly encoded in binary format. + + This is a wrapper around plistlib.readPlist that tries to convert the + plist to the XML format if it can't be parsed (assuming that it is in + the binary format). + + Args: + plist_path: string, path to a plist file, in XML or binary format + + Returns: + Content of the plist as a dictionary. + """ + try: + # First, try to read the file using plistlib that only supports XML, + # and if an exception is raised, convert a temporary copy to XML and + # load that copy. + return plistlib.readPlist(plist_path) + except Exception: + pass + with tempfile.NamedTemporaryFile() as temp: + shutil.copy2(plist_path, temp.name) + subprocess.check_call(["plutil", "-convert", "xml1", temp.name]) + return plistlib.readPlist(temp.name) + + def _GetSubstitutions(self, bundle_identifier, app_identifier_prefix): + """Constructs a dictionary of variable substitutions for Entitlements.plist. + + Args: + bundle_identifier: string, value of CFBundleIdentifier from Info.plist + app_identifier_prefix: string, value for AppIdentifierPrefix + + Returns: + Dictionary of substitutions to apply when generating Entitlements.plist. + """ + return { + "CFBundleIdentifier": bundle_identifier, + "AppIdentifierPrefix": app_identifier_prefix, + } + + def _GetCFBundleIdentifier(self): + """Extracts CFBundleIdentifier value from Info.plist in the bundle. + + Returns: + Value of CFBundleIdentifier in the Info.plist located in the bundle. + """ + info_plist_path = os.path.join( + os.environ["TARGET_BUILD_DIR"], os.environ["INFOPLIST_PATH"] + ) + info_plist_data = self._LoadPlistMaybeBinary(info_plist_path) + return info_plist_data["CFBundleIdentifier"] + + def _InstallEntitlements(self, entitlements, substitutions, overrides): + """Generates and install the ${BundleName}.xcent entitlements file. + + Expands variables "$(variable)" pattern in the source entitlements file, + add extra entitlements defined in the .mobileprovision file and the copy + the generated plist to "${BundlePath}.xcent". + + Args: + entitlements: string, optional, path to the Entitlements.plist template + to use, defaults to "${SDKROOT}/Entitlements.plist" + substitutions: dictionary, variable substitutions + overrides: dictionary, values to add to the entitlements + + Returns: + Path to the generated entitlements file. + """ + source_path = entitlements + target_path = os.path.join( + os.environ["BUILT_PRODUCTS_DIR"], os.environ["PRODUCT_NAME"] + ".xcent" + ) + if not source_path: + source_path = os.path.join(os.environ["SDKROOT"], "Entitlements.plist") + shutil.copy2(source_path, target_path) + data = self._LoadPlistMaybeBinary(target_path) + data = self._ExpandVariables(data, substitutions) + if overrides: + for key in overrides: + if key not in data: + data[key] = overrides[key] + plistlib.writePlist(data, target_path) + return target_path + + def _ExpandVariables(self, data, substitutions): + """Expands variables "$(variable)" in data. + + Args: + data: object, can be either string, list or dictionary + substitutions: dictionary, variable substitutions to perform + + Returns: + Copy of data where each references to "$(variable)" has been replaced + by the corresponding value found in substitutions, or left intact if + the key was not found. + """ + if isinstance(data, str): + for key, value in substitutions.items(): + data = data.replace("$(%s)" % key, value) + return data + if isinstance(data, list): + return [self._ExpandVariables(v, substitutions) for v in data] + if isinstance(data, dict): + return {k: self._ExpandVariables(data[k], substitutions) for k in data} + return data + + +def NextGreaterPowerOf2(x): + return 2 ** (x).bit_length() + + +def WriteHmap(output_name, filelist): + """Generates a header map based on |filelist|. + + Per Mark Mentovai: + A header map is structured essentially as a hash table, keyed by names used + in #includes, and providing pathnames to the actual files. + + The implementation below and the comment above comes from inspecting: + http://www.opensource.apple.com/source/distcc/distcc-2503/distcc_dist/include_server/headermap.py?txt + while also looking at the implementation in clang in: + https://llvm.org/svn/llvm-project/cfe/trunk/lib/Lex/HeaderMap.cpp + """ + magic = 1751998832 + version = 1 + _reserved = 0 + count = len(filelist) + capacity = NextGreaterPowerOf2(count) + strings_offset = 24 + (12 * capacity) + max_value_length = max(len(value) for value in filelist.values()) + + out = open(output_name, "wb") + out.write( + struct.pack( + " 0 or arg.count("/") > 1: + arg = os.path.normpath(arg) + + # For a literal quote, CommandLineToArgvW requires 2n+1 backslashes + # preceding it, and results in n backslashes + the quote. So we substitute + # in 2* what we match, +1 more, plus the quote. + if quote_cmd: + arg = windows_quoter_regex.sub(lambda mo: 2 * mo.group(1) + '\\"', arg) + + # %'s also need to be doubled otherwise they're interpreted as batch + # positional arguments. Also make sure to escape the % so that they're + # passed literally through escaping so they can be singled to just the + # original %. Otherwise, trying to pass the literal representation that + # looks like an environment variable to the shell (e.g. %PATH%) would fail. + arg = arg.replace("%", "%%") + + # These commands are used in rsp files, so no escaping for the shell (via ^) + # is necessary. + + # As a workaround for programs that don't use CommandLineToArgvW, gyp + # supports msvs_quote_cmd=0, which simply disables all quoting. + if quote_cmd: + # Finally, wrap the whole thing in quotes so that the above quote rule + # applies and whitespace isn't a word break. + return f'"{arg}"' + + return arg + + +def EncodeRspFileList(args, quote_cmd): + """Process a list of arguments using QuoteCmdExeArgument.""" + # Note that the first argument is assumed to be the command. Don't add + # quotes around it because then built-ins like 'echo', etc. won't work. + # Take care to normpath only the path in the case of 'call ../x.bat' because + # otherwise the whole thing is incorrectly interpreted as a path and not + # normalized correctly. + if not args: + return "" + if args[0].startswith("call "): + call, program = args[0].split(" ", 1) + program = call + " " + os.path.normpath(program) + else: + program = os.path.normpath(args[0]) + return (program + " " + + " ".join(QuoteForRspFile(arg, quote_cmd) for arg in args[1:])) + + +def _GenericRetrieve(root, default, path): + """Given a list of dictionary keys |path| and a tree of dicts |root|, find + value at path, or return |default| if any of the path doesn't exist.""" + if not root: + return default + if not path: + return root + return _GenericRetrieve(root.get(path[0]), default, path[1:]) + + +def _AddPrefix(element, prefix): + """Add |prefix| to |element| or each subelement if element is iterable.""" + if element is None: + return element + # Note, not Iterable because we don't want to handle strings like that. + if isinstance(element, list) or isinstance(element, tuple): + return [prefix + e for e in element] + else: + return prefix + element + + +def _DoRemapping(element, map): + """If |element| then remap it through |map|. If |element| is iterable then + each item will be remapped. Any elements not found will be removed.""" + if map is not None and element is not None: + if not callable(map): + map = map.get # Assume it's a dict, otherwise a callable to do the remap. + if isinstance(element, list) or isinstance(element, tuple): + element = filter(None, [map(elem) for elem in element]) + else: + element = map(element) + return element + + +def _AppendOrReturn(append, element): + """If |append| is None, simply return |element|. If |append| is not None, + then add |element| to it, adding each item in |element| if it's a list or + tuple.""" + if append is not None and element is not None: + if isinstance(element, list) or isinstance(element, tuple): + append.extend(element) + else: + append.append(element) + else: + return element + + +def _FindDirectXInstallation(): + """Try to find an installation location for the DirectX SDK. Check for the + standard environment variable, and if that doesn't exist, try to find + via the registry. May return None if not found in either location.""" + # Return previously calculated value, if there is one + if hasattr(_FindDirectXInstallation, "dxsdk_dir"): + return _FindDirectXInstallation.dxsdk_dir + + dxsdk_dir = os.environ.get("DXSDK_DIR") + if not dxsdk_dir: + # Setup params to pass to and attempt to launch reg.exe. + cmd = ["reg.exe", "query", r"HKLM\Software\Microsoft\DirectX", "/s"] + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + stdout = p.communicate()[0].decode("utf-8") + for line in stdout.splitlines(): + if "InstallPath" in line: + dxsdk_dir = line.split(" ")[3] + "\\" + + # Cache return value + _FindDirectXInstallation.dxsdk_dir = dxsdk_dir + return dxsdk_dir + + +def GetGlobalVSMacroEnv(vs_version): + """Get a dict of variables mapping internal VS macro names to their gyp + equivalents. Returns all variables that are independent of the target.""" + env = {} + # '$(VSInstallDir)' and '$(VCInstallDir)' are available when and only when + # Visual Studio is actually installed. + if vs_version.Path(): + env["$(VSInstallDir)"] = vs_version.Path() + env["$(VCInstallDir)"] = os.path.join(vs_version.Path(), "VC") + "\\" + # Chromium uses DXSDK_DIR in include/lib paths, but it may or may not be + # set. This happens when the SDK is sync'd via src-internal, rather than + # by typical end-user installation of the SDK. If it's not set, we don't + # want to leave the unexpanded variable in the path, so simply strip it. + dxsdk_dir = _FindDirectXInstallation() + env["$(DXSDK_DIR)"] = dxsdk_dir if dxsdk_dir else "" + # Try to find an installation location for the Windows DDK by checking + # the WDK_DIR environment variable, may be None. + env["$(WDK_DIR)"] = os.environ.get("WDK_DIR", "") + return env + + +def ExtractSharedMSVSSystemIncludes(configs, generator_flags): + """Finds msvs_system_include_dirs that are common to all targets, removes + them from all targets, and returns an OrderedSet containing them.""" + all_system_includes = OrderedSet(configs[0].get("msvs_system_include_dirs", [])) + for config in configs[1:]: + system_includes = config.get("msvs_system_include_dirs", []) + all_system_includes = all_system_includes & OrderedSet(system_includes) + if not all_system_includes: + return None + # Expand macros in all_system_includes. + env = GetGlobalVSMacroEnv(GetVSVersion(generator_flags)) + expanded_system_includes = OrderedSet( + [ExpandMacros(include, env) for include in all_system_includes] + ) + if any(["$" in include for include in expanded_system_includes]): + # Some path relies on target-specific variables, bail. + return None + + # Remove system includes shared by all targets from the targets. + for config in configs: + includes = config.get("msvs_system_include_dirs", []) + if includes: # Don't insert a msvs_system_include_dirs key if not needed. + # This must check the unexpanded includes list: + new_includes = [i for i in includes if i not in all_system_includes] + config["msvs_system_include_dirs"] = new_includes + return expanded_system_includes + + +class MsvsSettings: + """A class that understands the gyp 'msvs_...' values (especially the + msvs_settings field). They largely correpond to the VS2008 IDE DOM. This + class helps map those settings to command line options.""" + + def __init__(self, spec, generator_flags): + self.spec = spec + self.vs_version = GetVSVersion(generator_flags) + + supported_fields = [ + ("msvs_configuration_attributes", dict), + ("msvs_settings", dict), + ("msvs_system_include_dirs", list), + ("msvs_disabled_warnings", list), + ("msvs_precompiled_header", str), + ("msvs_precompiled_source", str), + ("msvs_configuration_platform", str), + ("msvs_target_platform", str), + ] + configs = spec["configurations"] + for field, default in supported_fields: + setattr(self, field, {}) + for configname, config in configs.items(): + getattr(self, field)[configname] = config.get(field, default()) + + self.msvs_cygwin_dirs = spec.get("msvs_cygwin_dirs", ["."]) + + unsupported_fields = [ + "msvs_prebuild", + "msvs_postbuild", + ] + unsupported = [] + for field in unsupported_fields: + for config in configs.values(): + if field in config: + unsupported += [ + "{} not supported (target {}).".format( + field, spec["target_name"] + ) + ] + if unsupported: + raise Exception("\n".join(unsupported)) + + def GetExtension(self): + """Returns the extension for the target, with no leading dot. + + Uses 'product_extension' if specified, otherwise uses MSVS defaults based on + the target type. + """ + ext = self.spec.get("product_extension", None) + if ext: + return ext + return gyp.MSVSUtil.TARGET_TYPE_EXT.get(self.spec["type"], "") + + def GetVSMacroEnv(self, base_to_build=None, config=None): + """Get a dict of variables mapping internal VS macro names to their gyp + equivalents.""" + target_arch = self.GetArch(config) + if target_arch == "x86": + target_platform = "Win32" + else: + target_platform = target_arch + target_name = self.spec.get("product_prefix", "") + self.spec.get( + "product_name", self.spec["target_name"] + ) + target_dir = base_to_build + "\\" if base_to_build else "" + target_ext = "." + self.GetExtension() + target_file_name = target_name + target_ext + + replacements = { + "$(InputName)": "${root}", + "$(InputPath)": "${source}", + "$(IntDir)": "$!INTERMEDIATE_DIR", + "$(OutDir)\\": target_dir, + "$(PlatformName)": target_platform, + "$(ProjectDir)\\": "", + "$(ProjectName)": self.spec["target_name"], + "$(TargetDir)\\": target_dir, + "$(TargetExt)": target_ext, + "$(TargetFileName)": target_file_name, + "$(TargetName)": target_name, + "$(TargetPath)": os.path.join(target_dir, target_file_name), + } + replacements.update(GetGlobalVSMacroEnv(self.vs_version)) + return replacements + + def ConvertVSMacros(self, s, base_to_build=None, config=None): + """Convert from VS macro names to something equivalent.""" + env = self.GetVSMacroEnv(base_to_build, config=config) + return ExpandMacros(s, env) + + def AdjustLibraries(self, libraries): + """Strip -l from library if it's specified with that.""" + libs = [lib[2:] if lib.startswith("-l") else lib for lib in libraries] + return [ + lib + ".lib" + if not lib.lower().endswith(".lib") and not lib.lower().endswith(".obj") + else lib + for lib in libs + ] + + def _GetAndMunge(self, field, path, default, prefix, append, map): + """Retrieve a value from |field| at |path| or return |default|. If + |append| is specified, and the item is found, it will be appended to that + object instead of returned. If |map| is specified, results will be + remapped through |map| before being returned or appended.""" + result = _GenericRetrieve(field, default, path) + result = _DoRemapping(result, map) + result = _AddPrefix(result, prefix) + return _AppendOrReturn(append, result) + + class _GetWrapper: + def __init__(self, parent, field, base_path, append=None): + self.parent = parent + self.field = field + self.base_path = [base_path] + self.append = append + + def __call__(self, name, map=None, prefix="", default=None): + return self.parent._GetAndMunge( + self.field, + self.base_path + [name], + default=default, + prefix=prefix, + append=self.append, + map=map, + ) + + def GetArch(self, config): + """Get architecture based on msvs_configuration_platform and + msvs_target_platform. Returns either 'x86' or 'x64'.""" + configuration_platform = self.msvs_configuration_platform.get(config, "") + platform = self.msvs_target_platform.get(config, "") + if not platform: # If no specific override, use the configuration's. + platform = configuration_platform + # Map from platform to architecture. + return {"Win32": "x86", "x64": "x64", "ARM64": "arm64"}.get(platform, "x86") + + def _TargetConfig(self, config): + """Returns the target-specific configuration.""" + # There's two levels of architecture/platform specification in VS. The + # first level is globally for the configuration (this is what we consider + # "the" config at the gyp level, which will be something like 'Debug' or + # 'Release'), VS2015 and later only use this level + if int(self.vs_version.short_name) >= 2015: + return config + # and a second target-specific configuration, which is an + # override for the global one. |config| is remapped here to take into + # account the local target-specific overrides to the global configuration. + arch = self.GetArch(config) + if arch == "x64" and not config.endswith("_x64"): + config += "_x64" + if arch == "x86" and config.endswith("_x64"): + config = config.rsplit("_", 1)[0] + return config + + def _Setting(self, path, config, default=None, prefix="", append=None, map=None): + """_GetAndMunge for msvs_settings.""" + return self._GetAndMunge( + self.msvs_settings[config], path, default, prefix, append, map + ) + + def _ConfigAttrib( + self, path, config, default=None, prefix="", append=None, map=None + ): + """_GetAndMunge for msvs_configuration_attributes.""" + return self._GetAndMunge( + self.msvs_configuration_attributes[config], + path, + default, + prefix, + append, + map, + ) + + def AdjustIncludeDirs(self, include_dirs, config): + """Updates include_dirs to expand VS specific paths, and adds the system + include dirs used for platform SDK and similar.""" + config = self._TargetConfig(config) + includes = include_dirs + self.msvs_system_include_dirs[config] + includes.extend( + self._Setting( + ("VCCLCompilerTool", "AdditionalIncludeDirectories"), config, default=[] + ) + ) + return [self.ConvertVSMacros(p, config=config) for p in includes] + + def AdjustMidlIncludeDirs(self, midl_include_dirs, config): + """Updates midl_include_dirs to expand VS specific paths, and adds the + system include dirs used for platform SDK and similar.""" + config = self._TargetConfig(config) + includes = midl_include_dirs + self.msvs_system_include_dirs[config] + includes.extend( + self._Setting( + ("VCMIDLTool", "AdditionalIncludeDirectories"), config, default=[] + ) + ) + return [self.ConvertVSMacros(p, config=config) for p in includes] + + def GetComputedDefines(self, config): + """Returns the set of defines that are injected to the defines list based + on other VS settings.""" + config = self._TargetConfig(config) + defines = [] + if self._ConfigAttrib(["CharacterSet"], config) == "1": + defines.extend(("_UNICODE", "UNICODE")) + if self._ConfigAttrib(["CharacterSet"], config) == "2": + defines.append("_MBCS") + defines.extend( + self._Setting( + ("VCCLCompilerTool", "PreprocessorDefinitions"), config, default=[] + ) + ) + return defines + + def GetCompilerPdbName(self, config, expand_special): + """Get the pdb file name that should be used for compiler invocations, or + None if there's no explicit name specified.""" + config = self._TargetConfig(config) + pdbname = self._Setting(("VCCLCompilerTool", "ProgramDataBaseFileName"), config) + if pdbname: + pdbname = expand_special(self.ConvertVSMacros(pdbname)) + return pdbname + + def GetMapFileName(self, config, expand_special): + """Gets the explicitly overridden map file name for a target or returns None + if it's not set.""" + config = self._TargetConfig(config) + map_file = self._Setting(("VCLinkerTool", "MapFileName"), config) + if map_file: + map_file = expand_special(self.ConvertVSMacros(map_file, config=config)) + return map_file + + def GetOutputName(self, config, expand_special): + """Gets the explicitly overridden output name for a target or returns None + if it's not overridden.""" + config = self._TargetConfig(config) + type = self.spec["type"] + root = "VCLibrarianTool" if type == "static_library" else "VCLinkerTool" + # TODO(scottmg): Handle OutputDirectory without OutputFile. + output_file = self._Setting((root, "OutputFile"), config) + if output_file: + output_file = expand_special( + self.ConvertVSMacros(output_file, config=config) + ) + return output_file + + def GetPDBName(self, config, expand_special, default): + """Gets the explicitly overridden pdb name for a target or returns + default if it's not overridden, or if no pdb will be generated.""" + config = self._TargetConfig(config) + output_file = self._Setting(("VCLinkerTool", "ProgramDatabaseFile"), config) + generate_debug_info = self._Setting( + ("VCLinkerTool", "GenerateDebugInformation"), config + ) + if generate_debug_info == "true": + if output_file: + return expand_special(self.ConvertVSMacros(output_file, config=config)) + else: + return default + else: + return None + + def GetNoImportLibrary(self, config): + """If NoImportLibrary: true, ninja will not expect the output to include + an import library.""" + config = self._TargetConfig(config) + noimplib = self._Setting(("NoImportLibrary",), config) + return noimplib == "true" + + def GetAsmflags(self, config): + """Returns the flags that need to be added to ml invocations.""" + config = self._TargetConfig(config) + asmflags = [] + safeseh = self._Setting(("MASM", "UseSafeExceptionHandlers"), config) + if safeseh == "true": + asmflags.append("/safeseh") + return asmflags + + def GetCflags(self, config): + """Returns the flags that need to be added to .c and .cc compilations.""" + config = self._TargetConfig(config) + cflags = [] + cflags.extend(["/wd" + w for w in self.msvs_disabled_warnings[config]]) + cl = self._GetWrapper( + self, self.msvs_settings[config], "VCCLCompilerTool", append=cflags + ) + cl( + "Optimization", + map={"0": "d", "1": "1", "2": "2", "3": "x"}, + prefix="/O", + default="2", + ) + cl("InlineFunctionExpansion", prefix="/Ob") + cl("DisableSpecificWarnings", prefix="/wd") + cl("StringPooling", map={"true": "/GF"}) + cl("EnableFiberSafeOptimizations", map={"true": "/GT"}) + cl("OmitFramePointers", map={"false": "-", "true": ""}, prefix="/Oy") + cl("EnableIntrinsicFunctions", map={"false": "-", "true": ""}, prefix="/Oi") + cl("FavorSizeOrSpeed", map={"1": "t", "2": "s"}, prefix="/O") + cl( + "FloatingPointModel", + map={"0": "precise", "1": "strict", "2": "fast"}, + prefix="/fp:", + default="0", + ) + cl("CompileAsManaged", map={"false": "", "true": "/clr"}) + cl("WholeProgramOptimization", map={"true": "/GL"}) + cl("WarningLevel", prefix="/W") + cl("WarnAsError", map={"true": "/WX"}) + cl( + "CallingConvention", + map={"0": "d", "1": "r", "2": "z", "3": "v"}, + prefix="/G", + ) + cl("DebugInformationFormat", map={"1": "7", "3": "i", "4": "I"}, prefix="/Z") + cl("RuntimeTypeInfo", map={"true": "/GR", "false": "/GR-"}) + cl("EnableFunctionLevelLinking", map={"true": "/Gy", "false": "/Gy-"}) + cl("MinimalRebuild", map={"true": "/Gm"}) + cl("BufferSecurityCheck", map={"true": "/GS", "false": "/GS-"}) + cl("BasicRuntimeChecks", map={"1": "s", "2": "u", "3": "1"}, prefix="/RTC") + cl( + "RuntimeLibrary", + map={"0": "T", "1": "Td", "2": "D", "3": "Dd"}, + prefix="/M", + ) + cl("ExceptionHandling", map={"1": "sc", "2": "a"}, prefix="/EH") + cl("DefaultCharIsUnsigned", map={"true": "/J"}) + cl( + "TreatWChar_tAsBuiltInType", + map={"false": "-", "true": ""}, + prefix="/Zc:wchar_t", + ) + cl("EnablePREfast", map={"true": "/analyze"}) + cl("AdditionalOptions", prefix="") + cl( + "EnableEnhancedInstructionSet", + map={"1": "SSE", "2": "SSE2", "3": "AVX", "4": "IA32", "5": "AVX2"}, + prefix="/arch:", + ) + cflags.extend( + [ + "/FI" + f + for f in self._Setting( + ("VCCLCompilerTool", "ForcedIncludeFiles"), config, default=[] + ) + ] + ) + if float(self.vs_version.project_version) >= 12.0: + # New flag introduced in VS2013 (project version 12.0) Forces writes to + # the program database (PDB) to be serialized through MSPDBSRV.EXE. + # https://msdn.microsoft.com/en-us/library/dn502518.aspx + cflags.append("/FS") + # ninja handles parallelism by itself, don't have the compiler do it too. + cflags = [x for x in cflags if not x.startswith("/MP")] + return cflags + + def _GetPchFlags(self, config, extension): + """Get the flags to be added to the cflags for precompiled header support.""" + config = self._TargetConfig(config) + # The PCH is only built once by a particular source file. Usage of PCH must + # only be for the same language (i.e. C vs. C++), so only include the pch + # flags when the language matches. + if self.msvs_precompiled_header[config]: + source_ext = os.path.splitext(self.msvs_precompiled_source[config])[1] + if _LanguageMatchesForPch(source_ext, extension): + pch = self.msvs_precompiled_header[config] + pchbase = os.path.split(pch)[1] + return ["/Yu" + pch, "/FI" + pch, "/Fp${pchprefix}." + pchbase + ".pch"] + return [] + + def GetCflagsC(self, config): + """Returns the flags that need to be added to .c compilations.""" + config = self._TargetConfig(config) + return self._GetPchFlags(config, ".c") + + def GetCflagsCC(self, config): + """Returns the flags that need to be added to .cc compilations.""" + config = self._TargetConfig(config) + return ["/TP"] + self._GetPchFlags(config, ".cc") + + def _GetAdditionalLibraryDirectories(self, root, config, gyp_to_build_path): + """Get and normalize the list of paths in AdditionalLibraryDirectories + setting.""" + config = self._TargetConfig(config) + libpaths = self._Setting( + (root, "AdditionalLibraryDirectories"), config, default=[] + ) + libpaths = [ + os.path.normpath(gyp_to_build_path(self.ConvertVSMacros(p, config=config))) + for p in libpaths + ] + return ['/LIBPATH:"' + p + '"' for p in libpaths] + + def GetLibFlags(self, config, gyp_to_build_path): + """Returns the flags that need to be added to lib commands.""" + config = self._TargetConfig(config) + libflags = [] + lib = self._GetWrapper( + self, self.msvs_settings[config], "VCLibrarianTool", append=libflags + ) + libflags.extend( + self._GetAdditionalLibraryDirectories( + "VCLibrarianTool", config, gyp_to_build_path + ) + ) + lib("LinkTimeCodeGeneration", map={"true": "/LTCG"}) + lib( + "TargetMachine", + map={"1": "X86", "17": "X64", "3": "ARM"}, + prefix="/MACHINE:", + ) + lib("AdditionalOptions") + return libflags + + def GetDefFile(self, gyp_to_build_path): + """Returns the .def file from sources, if any. Otherwise returns None.""" + spec = self.spec + if spec["type"] in ("shared_library", "loadable_module", "executable"): + def_files = [ + s for s in spec.get("sources", []) if s.lower().endswith(".def") + ] + if len(def_files) == 1: + return gyp_to_build_path(def_files[0]) + elif len(def_files) > 1: + raise Exception("Multiple .def files") + return None + + def _GetDefFileAsLdflags(self, ldflags, gyp_to_build_path): + """.def files get implicitly converted to a ModuleDefinitionFile for the + linker in the VS generator. Emulate that behaviour here.""" + def_file = self.GetDefFile(gyp_to_build_path) + if def_file: + ldflags.append('/DEF:"%s"' % def_file) + + def GetPGDName(self, config, expand_special): + """Gets the explicitly overridden pgd name for a target or returns None + if it's not overridden.""" + config = self._TargetConfig(config) + output_file = self._Setting(("VCLinkerTool", "ProfileGuidedDatabase"), config) + if output_file: + output_file = expand_special( + self.ConvertVSMacros(output_file, config=config) + ) + return output_file + + def GetLdflags( + self, + config, + gyp_to_build_path, + expand_special, + manifest_base_name, + output_name, + is_executable, + build_dir, + ): + """Returns the flags that need to be added to link commands, and the + manifest files.""" + config = self._TargetConfig(config) + ldflags = [] + ld = self._GetWrapper( + self, self.msvs_settings[config], "VCLinkerTool", append=ldflags + ) + self._GetDefFileAsLdflags(ldflags, gyp_to_build_path) + ld("GenerateDebugInformation", map={"true": "/DEBUG"}) + # TODO: These 'map' values come from machineTypeOption enum, + # and does not have an official value for ARM64 in VS2017 (yet). + # It needs to verify the ARM64 value when machineTypeOption is updated. + ld( + "TargetMachine", + map={"1": "X86", "17": "X64", "3": "ARM", "18": "ARM64"}, + prefix="/MACHINE:", + ) + ldflags.extend( + self._GetAdditionalLibraryDirectories( + "VCLinkerTool", config, gyp_to_build_path + ) + ) + ld("DelayLoadDLLs", prefix="/DELAYLOAD:") + ld("TreatLinkerWarningAsErrors", prefix="/WX", map={"true": "", "false": ":NO"}) + out = self.GetOutputName(config, expand_special) + if out: + ldflags.append("/OUT:" + out) + pdb = self.GetPDBName(config, expand_special, output_name + ".pdb") + if pdb: + ldflags.append("/PDB:" + pdb) + pgd = self.GetPGDName(config, expand_special) + if pgd: + ldflags.append("/PGD:" + pgd) + map_file = self.GetMapFileName(config, expand_special) + ld("GenerateMapFile", map={"true": "/MAP:" + map_file if map_file else "/MAP"}) + ld("MapExports", map={"true": "/MAPINFO:EXPORTS"}) + ld("AdditionalOptions", prefix="") + + minimum_required_version = self._Setting( + ("VCLinkerTool", "MinimumRequiredVersion"), config, default="" + ) + if minimum_required_version: + minimum_required_version = "," + minimum_required_version + ld( + "SubSystem", + map={ + "1": "CONSOLE%s" % minimum_required_version, + "2": "WINDOWS%s" % minimum_required_version, + }, + prefix="/SUBSYSTEM:", + ) + + stack_reserve_size = self._Setting( + ("VCLinkerTool", "StackReserveSize"), config, default="" + ) + if stack_reserve_size: + stack_commit_size = self._Setting( + ("VCLinkerTool", "StackCommitSize"), config, default="" + ) + if stack_commit_size: + stack_commit_size = "," + stack_commit_size + ldflags.append(f"/STACK:{stack_reserve_size}{stack_commit_size}") + + ld("TerminalServerAware", map={"1": ":NO", "2": ""}, prefix="/TSAWARE") + ld("LinkIncremental", map={"1": ":NO", "2": ""}, prefix="/INCREMENTAL") + ld("BaseAddress", prefix="/BASE:") + ld("FixedBaseAddress", map={"1": ":NO", "2": ""}, prefix="/FIXED") + ld("RandomizedBaseAddress", map={"1": ":NO", "2": ""}, prefix="/DYNAMICBASE") + ld("DataExecutionPrevention", map={"1": ":NO", "2": ""}, prefix="/NXCOMPAT") + ld("OptimizeReferences", map={"1": "NOREF", "2": "REF"}, prefix="/OPT:") + ld("ForceSymbolReferences", prefix="/INCLUDE:") + ld("EnableCOMDATFolding", map={"1": "NOICF", "2": "ICF"}, prefix="/OPT:") + ld( + "LinkTimeCodeGeneration", + map={"1": "", "2": ":PGINSTRUMENT", "3": ":PGOPTIMIZE", "4": ":PGUPDATE"}, + prefix="/LTCG", + ) + ld("IgnoreDefaultLibraryNames", prefix="/NODEFAULTLIB:") + ld("ResourceOnlyDLL", map={"true": "/NOENTRY"}) + ld("EntryPointSymbol", prefix="/ENTRY:") + ld("Profile", map={"true": "/PROFILE"}) + ld("LargeAddressAware", map={"1": ":NO", "2": ""}, prefix="/LARGEADDRESSAWARE") + # TODO(scottmg): This should sort of be somewhere else (not really a flag). + ld("AdditionalDependencies", prefix="") + + if self.GetArch(config) == "x86": + safeseh_default = "true" + else: + safeseh_default = None + ld( + "ImageHasSafeExceptionHandlers", + map={"false": ":NO", "true": ""}, + prefix="/SAFESEH", + default=safeseh_default, + ) + + # If the base address is not specifically controlled, DYNAMICBASE should + # be on by default. + if not any("DYNAMICBASE" in flag or flag == "/FIXED" for flag in ldflags): + ldflags.append("/DYNAMICBASE") + + # If the NXCOMPAT flag has not been specified, default to on. Despite the + # documentation that says this only defaults to on when the subsystem is + # Vista or greater (which applies to the linker), the IDE defaults it on + # unless it's explicitly off. + if not any("NXCOMPAT" in flag for flag in ldflags): + ldflags.append("/NXCOMPAT") + + have_def_file = any(flag.startswith("/DEF:") for flag in ldflags) + ( + manifest_flags, + intermediate_manifest, + manifest_files, + ) = self._GetLdManifestFlags( + config, + manifest_base_name, + gyp_to_build_path, + is_executable and not have_def_file, + build_dir, + ) + ldflags.extend(manifest_flags) + return ldflags, intermediate_manifest, manifest_files + + def _GetLdManifestFlags( + self, config, name, gyp_to_build_path, allow_isolation, build_dir + ): + """Returns a 3-tuple: + - the set of flags that need to be added to the link to generate + a default manifest + - the intermediate manifest that the linker will generate that should be + used to assert it doesn't add anything to the merged one. + - the list of all the manifest files to be merged by the manifest tool and + included into the link.""" + generate_manifest = self._Setting( + ("VCLinkerTool", "GenerateManifest"), config, default="true" + ) + if generate_manifest != "true": + # This means not only that the linker should not generate the intermediate + # manifest but also that the manifest tool should do nothing even when + # additional manifests are specified. + return ["/MANIFEST:NO"], [], [] + + output_name = name + ".intermediate.manifest" + flags = [ + "/MANIFEST", + "/ManifestFile:" + output_name, + ] + + # Instead of using the MANIFESTUAC flags, we generate a .manifest to + # include into the list of manifests. This allows us to avoid the need to + # do two passes during linking. The /MANIFEST flag and /ManifestFile are + # still used, and the intermediate manifest is used to assert that the + # final manifest we get from merging all the additional manifest files + # (plus the one we generate here) isn't modified by merging the + # intermediate into it. + + # Always NO, because we generate a manifest file that has what we want. + flags.append("/MANIFESTUAC:NO") + + config = self._TargetConfig(config) + enable_uac = self._Setting( + ("VCLinkerTool", "EnableUAC"), config, default="true" + ) + manifest_files = [] + generated_manifest_outer = ( + "" + "" + "%s" + ) + if enable_uac == "true": + execution_level = self._Setting( + ("VCLinkerTool", "UACExecutionLevel"), config, default="0" + ) + execution_level_map = { + "0": "asInvoker", + "1": "highestAvailable", + "2": "requireAdministrator", + } + + ui_access = self._Setting( + ("VCLinkerTool", "UACUIAccess"), config, default="false" + ) + + inner = """ + + + + + + +""".format( + execution_level_map[execution_level], + ui_access, + ) + else: + inner = "" + + generated_manifest_contents = generated_manifest_outer % inner + generated_name = name + ".generated.manifest" + # Need to join with the build_dir here as we're writing it during + # generation time, but we return the un-joined version because the build + # will occur in that directory. We only write the file if the contents + # have changed so that simply regenerating the project files doesn't + # cause a relink. + build_dir_generated_name = os.path.join(build_dir, generated_name) + gyp.common.EnsureDirExists(build_dir_generated_name) + f = gyp.common.WriteOnDiff(build_dir_generated_name) + f.write(generated_manifest_contents) + f.close() + manifest_files = [generated_name] + + if allow_isolation: + flags.append("/ALLOWISOLATION") + + manifest_files += self._GetAdditionalManifestFiles(config, gyp_to_build_path) + return flags, output_name, manifest_files + + def _GetAdditionalManifestFiles(self, config, gyp_to_build_path): + """Gets additional manifest files that are added to the default one + generated by the linker.""" + files = self._Setting( + ("VCManifestTool", "AdditionalManifestFiles"), config, default=[] + ) + if isinstance(files, str): + files = files.split(";") + return [ + os.path.normpath(gyp_to_build_path(self.ConvertVSMacros(f, config=config))) + for f in files + ] + + def IsUseLibraryDependencyInputs(self, config): + """Returns whether the target should be linked via Use Library Dependency + Inputs (using component .objs of a given .lib).""" + config = self._TargetConfig(config) + uldi = self._Setting(("VCLinkerTool", "UseLibraryDependencyInputs"), config) + return uldi == "true" + + def IsEmbedManifest(self, config): + """Returns whether manifest should be linked into binary.""" + config = self._TargetConfig(config) + embed = self._Setting( + ("VCManifestTool", "EmbedManifest"), config, default="true" + ) + return embed == "true" + + def IsLinkIncremental(self, config): + """Returns whether the target should be linked incrementally.""" + config = self._TargetConfig(config) + link_inc = self._Setting(("VCLinkerTool", "LinkIncremental"), config) + return link_inc != "1" + + def GetRcflags(self, config, gyp_to_ninja_path): + """Returns the flags that need to be added to invocations of the resource + compiler.""" + config = self._TargetConfig(config) + rcflags = [] + rc = self._GetWrapper( + self, self.msvs_settings[config], "VCResourceCompilerTool", append=rcflags + ) + rc("AdditionalIncludeDirectories", map=gyp_to_ninja_path, prefix="/I") + rcflags.append("/I" + gyp_to_ninja_path(".")) + rc("PreprocessorDefinitions", prefix="/d") + # /l arg must be in hex without leading '0x' + rc("Culture", prefix="/l", map=lambda x: hex(int(x))[2:]) + return rcflags + + def BuildCygwinBashCommandLine(self, args, path_to_base): + """Build a command line that runs args via cygwin bash. We assume that all + incoming paths are in Windows normpath'd form, so they need to be + converted to posix style for the part of the command line that's passed to + bash. We also have to do some Visual Studio macro emulation here because + various rules use magic VS names for things. Also note that rules that + contain ninja variables cannot be fixed here (for example ${source}), so + the outer generator needs to make sure that the paths that are written out + are in posix style, if the command line will be used here.""" + cygwin_dir = os.path.normpath( + os.path.join(path_to_base, self.msvs_cygwin_dirs[0]) + ) + cd = ("cd %s" % path_to_base).replace("\\", "/") + args = [a.replace("\\", "/").replace('"', '\\"') for a in args] + args = ["'%s'" % a.replace("'", "'\\''") for a in args] + bash_cmd = " ".join(args) + cmd = ( + 'call "%s\\setup_env.bat" && set CYGWIN=nontsec && ' % cygwin_dir + + f'bash -c "{cd} ; {bash_cmd}"' + ) + return cmd + + RuleShellFlags = collections.namedtuple("RuleShellFlags", ["cygwin", "quote"]) + + def GetRuleShellFlags(self, rule): + """Return RuleShellFlags about how the given rule should be run. This + includes whether it should run under cygwin (msvs_cygwin_shell), and + whether the commands should be quoted (msvs_quote_cmd).""" + # If the variable is unset, or set to 1 we use cygwin + cygwin = int(rule.get("msvs_cygwin_shell", + self.spec.get("msvs_cygwin_shell", 1))) != 0 + # Default to quoting. There's only a few special instances where the + # target command uses non-standard command line parsing and handle quotes + # and quote escaping differently. + quote_cmd = int(rule.get("msvs_quote_cmd", 1)) + assert quote_cmd != 0 or cygwin != 1, \ + "msvs_quote_cmd=0 only applicable for msvs_cygwin_shell=0" + return MsvsSettings.RuleShellFlags(cygwin, quote_cmd) + + def _HasExplicitRuleForExtension(self, spec, extension): + """Determine if there's an explicit rule for a particular extension.""" + for rule in spec.get("rules", []): + if rule["extension"] == extension: + return True + return False + + def _HasExplicitIdlActions(self, spec): + """Determine if an action should not run midl for .idl files.""" + return any( + [action.get("explicit_idl_action", 0) for action in spec.get("actions", [])] + ) + + def HasExplicitIdlRulesOrActions(self, spec): + """Determine if there's an explicit rule or action for idl files. When + there isn't we need to generate implicit rules to build MIDL .idl files.""" + return self._HasExplicitRuleForExtension( + spec, "idl" + ) or self._HasExplicitIdlActions(spec) + + def HasExplicitAsmRules(self, spec): + """Determine if there's an explicit rule for asm files. When there isn't we + need to generate implicit rules to assemble .asm files.""" + return self._HasExplicitRuleForExtension(spec, "asm") + + def GetIdlBuildData(self, source, config): + """Determine the implicit outputs for an idl file. Returns output + directory, outputs, and variables and flags that are required.""" + config = self._TargetConfig(config) + midl_get = self._GetWrapper(self, self.msvs_settings[config], "VCMIDLTool") + + def midl(name, default=None): + return self.ConvertVSMacros(midl_get(name, default=default), config=config) + + tlb = midl("TypeLibraryName", default="${root}.tlb") + header = midl("HeaderFileName", default="${root}.h") + dlldata = midl("DLLDataFileName", default="dlldata.c") + iid = midl("InterfaceIdentifierFileName", default="${root}_i.c") + proxy = midl("ProxyFileName", default="${root}_p.c") + # Note that .tlb is not included in the outputs as it is not always + # generated depending on the content of the input idl file. + outdir = midl("OutputDirectory", default="") + output = [header, dlldata, iid, proxy] + variables = [ + ("tlb", tlb), + ("h", header), + ("dlldata", dlldata), + ("iid", iid), + ("proxy", proxy), + ] + # TODO(scottmg): Are there configuration settings to set these flags? + target_platform = self.GetArch(config) + if target_platform == "x86": + target_platform = "win32" + flags = ["/char", "signed", "/env", target_platform, "/Oicf"] + return outdir, output, variables, flags + + +def _LanguageMatchesForPch(source_ext, pch_source_ext): + c_exts = (".c",) + cc_exts = (".cc", ".cxx", ".cpp") + return (source_ext in c_exts and pch_source_ext in c_exts) or ( + source_ext in cc_exts and pch_source_ext in cc_exts + ) + + +class PrecompiledHeader: + """Helper to generate dependencies and build rules to handle generation of + precompiled headers. Interface matches the GCH handler in xcode_emulation.py. + """ + + def __init__( + self, settings, config, gyp_to_build_path, gyp_to_unique_output, obj_ext + ): + self.settings = settings + self.config = config + pch_source = self.settings.msvs_precompiled_source[self.config] + self.pch_source = gyp_to_build_path(pch_source) + filename, _ = os.path.splitext(pch_source) + self.output_obj = gyp_to_unique_output(filename + obj_ext).lower() + + def _PchHeader(self): + """Get the header that will appear in an #include line for all source + files.""" + return self.settings.msvs_precompiled_header[self.config] + + def GetObjDependencies(self, sources, objs, arch): + """Given a list of sources files and the corresponding object files, + returns a list of the pch files that should be depended upon. The + additional wrapping in the return value is for interface compatibility + with make.py on Mac, and xcode_emulation.py.""" + assert arch is None + if not self._PchHeader(): + return [] + pch_ext = os.path.splitext(self.pch_source)[1] + for source in sources: + if _LanguageMatchesForPch(os.path.splitext(source)[1], pch_ext): + return [(None, None, self.output_obj)] + return [] + + def GetPchBuildCommands(self, arch): + """Not used on Windows as there are no additional build steps required + (instead, existing steps are modified in GetFlagsModifications below).""" + return [] + + def GetFlagsModifications( + self, input, output, implicit, command, cflags_c, cflags_cc, expand_special + ): + """Get the modified cflags and implicit dependencies that should be used + for the pch compilation step.""" + if input == self.pch_source: + pch_output = ["/Yc" + self._PchHeader()] + if command == "cxx": + return ( + [("cflags_cc", map(expand_special, cflags_cc + pch_output))], + self.output_obj, + [], + ) + elif command == "cc": + return ( + [("cflags_c", map(expand_special, cflags_c + pch_output))], + self.output_obj, + [], + ) + return [], output, implicit + + +vs_version = None + + +def GetVSVersion(generator_flags): + global vs_version + if not vs_version: + vs_version = gyp.MSVSVersion.SelectVisualStudioVersion( + generator_flags.get("msvs_version", "auto"), allow_fallback=False + ) + return vs_version + + +def _GetVsvarsSetupArgs(generator_flags, arch): + vs = GetVSVersion(generator_flags) + return vs.SetupScript() + + +def ExpandMacros(string, expansions): + """Expand $(Variable) per expansions dict. See MsvsSettings.GetVSMacroEnv + for the canonical way to retrieve a suitable dict.""" + if "$" in string: + for old, new in expansions.items(): + assert "$(" not in new, new + string = string.replace(old, new) + return string + + +def _ExtractImportantEnvironment(output_of_set): + """Extracts environment variables required for the toolchain to run from + a textual dump output by the cmd.exe 'set' command.""" + envvars_to_save = ( + "goma_.*", # TODO(scottmg): This is ugly, but needed for goma. + "include", + "lib", + "libpath", + "path", + "pathext", + "systemroot", + "temp", + "tmp", + ) + env = {} + # This occasionally happens and leads to misleading SYSTEMROOT error messages + # if not caught here. + if output_of_set.count("=") == 0: + raise Exception("Invalid output_of_set. Value is:\n%s" % output_of_set) + for line in output_of_set.splitlines(): + for envvar in envvars_to_save: + if re.match(envvar + "=", line.lower()): + var, setting = line.split("=", 1) + if envvar == "path": + # Our own rules (for running gyp-win-tool) and other actions in + # Chromium rely on python being in the path. Add the path to this + # python here so that if it's not in the path when ninja is run + # later, python will still be found. + setting = os.path.dirname(sys.executable) + os.pathsep + setting + env[var.upper()] = setting + break + for required in ("SYSTEMROOT", "TEMP", "TMP"): + if required not in env: + raise Exception( + 'Environment variable "%s" ' + "required to be set to valid path" % required + ) + return env + + +def _FormatAsEnvironmentBlock(envvar_dict): + """Format as an 'environment block' directly suitable for CreateProcess. + Briefly this is a list of key=value\0, terminated by an additional \0. See + CreateProcess documentation for more details.""" + block = "" + nul = "\0" + for key, value in envvar_dict.items(): + block += key + "=" + value + nul + block += nul + return block + + +def _ExtractCLPath(output_of_where): + """Gets the path to cl.exe based on the output of calling the environment + setup batch file, followed by the equivalent of `where`.""" + # Take the first line, as that's the first found in the PATH. + for line in output_of_where.strip().splitlines(): + if line.startswith("LOC:"): + return line[len("LOC:") :].strip() + + +def GenerateEnvironmentFiles( + toplevel_build_dir, generator_flags, system_includes, open_out +): + """It's not sufficient to have the absolute path to the compiler, linker, + etc. on Windows, as those tools rely on .dlls being in the PATH. We also + need to support both x86 and x64 compilers within the same build (to support + msvs_target_platform hackery). Different architectures require a different + compiler binary, and different supporting environment variables (INCLUDE, + LIB, LIBPATH). So, we extract the environment here, wrap all invocations + of compiler tools (cl, link, lib, rc, midl, etc.) via win_tool.py which + sets up the environment, and then we do not prefix the compiler with + an absolute path, instead preferring something like "cl.exe" in the rule + which will then run whichever the environment setup has put in the path. + When the following procedure to generate environment files does not + meet your requirement (e.g. for custom toolchains), you can pass + "-G ninja_use_custom_environment_files" to the gyp to suppress file + generation and use custom environment files prepared by yourself.""" + archs = ("x86", "x64") + if generator_flags.get("ninja_use_custom_environment_files", 0): + cl_paths = {} + for arch in archs: + cl_paths[arch] = "cl.exe" + return cl_paths + vs = GetVSVersion(generator_flags) + cl_paths = {} + for arch in archs: + # Extract environment variables for subprocesses. + args = vs.SetupScript(arch) + args.extend(("&&", "set")) + popen = subprocess.Popen( + args, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + variables = popen.communicate()[0].decode("utf-8") + if popen.returncode != 0: + raise Exception('"%s" failed with error %d' % (args, popen.returncode)) + env = _ExtractImportantEnvironment(variables) + + # Inject system includes from gyp files into INCLUDE. + if system_includes: + system_includes = system_includes | OrderedSet( + env.get("INCLUDE", "").split(";") + ) + env["INCLUDE"] = ";".join(system_includes) + + env_block = _FormatAsEnvironmentBlock(env) + f = open_out(os.path.join(toplevel_build_dir, "environment." + arch), "w") + f.write(env_block) + f.close() + + # Find cl.exe location for this architecture. + args = vs.SetupScript(arch) + args.extend( + ("&&", "for", "%i", "in", "(cl.exe)", "do", "@echo", "LOC:%~$PATH:i") + ) + popen = subprocess.Popen(args, shell=True, stdout=subprocess.PIPE) + output = popen.communicate()[0].decode("utf-8") + cl_paths[arch] = _ExtractCLPath(output) + return cl_paths + + +def VerifyMissingSources(sources, build_dir, generator_flags, gyp_to_ninja): + """Emulate behavior of msvs_error_on_missing_sources present in the msvs + generator: Check that all regular source files, i.e. not created at run time, + exist on disk. Missing files cause needless recompilation when building via + VS, and we want this check to match for people/bots that build using ninja, + so they're not surprised when the VS build fails.""" + if int(generator_flags.get("msvs_error_on_missing_sources", 0)): + no_specials = filter(lambda x: "$" not in x, sources) + relative = [os.path.join(build_dir, gyp_to_ninja(s)) for s in no_specials] + missing = [x for x in relative if not os.path.exists(x)] + if missing: + # They'll look like out\Release\..\..\stuff\things.cc, so normalize the + # path for a slightly less crazy looking output. + cleaned_up = [os.path.normpath(x) for x in missing] + raise Exception("Missing input files:\n%s" % "\n".join(cleaned_up)) + + +# Sets some values in default_variables, which are required for many +# generators, run on Windows. +def CalculateCommonVariables(default_variables, params): + generator_flags = params.get("generator_flags", {}) + + # Set a variable so conditions can be based on msvs_version. + msvs_version = gyp.msvs_emulation.GetVSVersion(generator_flags) + default_variables["MSVS_VERSION"] = msvs_version.ShortName() + + # To determine processor word size on Windows, in addition to checking + # PROCESSOR_ARCHITECTURE (which reflects the word size of the current + # process), it is also necessary to check PROCESSOR_ARCHITEW6432 (which + # contains the actual word size of the system when running thru WOW64). + if "64" in os.environ.get("PROCESSOR_ARCHITECTURE", "") or "64" in os.environ.get( + "PROCESSOR_ARCHITEW6432", "" + ): + default_variables["MSVS_OS_BITS"] = 64 + else: + default_variables["MSVS_OS_BITS"] = 32 diff --git a/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py b/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py new file mode 100644 index 0000000..0e3e86c --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py @@ -0,0 +1,174 @@ +# This file comes from +# https://github.com/martine/ninja/blob/master/misc/ninja_syntax.py +# Do not edit! Edit the upstream one instead. + +"""Python module for generating .ninja files. + +Note that this is emphatically not a required piece of Ninja; it's +just a helpful utility for build-file-generation systems that already +use Python. +""" + +import textwrap + + +def escape_path(word): + return word.replace("$ ", "$$ ").replace(" ", "$ ").replace(":", "$:") + + +class Writer: + def __init__(self, output, width=78): + self.output = output + self.width = width + + def newline(self): + self.output.write("\n") + + def comment(self, text): + for line in textwrap.wrap(text, self.width - 2): + self.output.write("# " + line + "\n") + + def variable(self, key, value, indent=0): + if value is None: + return + if isinstance(value, list): + value = " ".join(filter(None, value)) # Filter out empty strings. + self._line(f"{key} = {value}", indent) + + def pool(self, name, depth): + self._line("pool %s" % name) + self.variable("depth", depth, indent=1) + + def rule( + self, + name, + command, + description=None, + depfile=None, + generator=False, + pool=None, + restat=False, + rspfile=None, + rspfile_content=None, + deps=None, + ): + self._line("rule %s" % name) + self.variable("command", command, indent=1) + if description: + self.variable("description", description, indent=1) + if depfile: + self.variable("depfile", depfile, indent=1) + if generator: + self.variable("generator", "1", indent=1) + if pool: + self.variable("pool", pool, indent=1) + if restat: + self.variable("restat", "1", indent=1) + if rspfile: + self.variable("rspfile", rspfile, indent=1) + if rspfile_content: + self.variable("rspfile_content", rspfile_content, indent=1) + if deps: + self.variable("deps", deps, indent=1) + + def build( + self, outputs, rule, inputs=None, implicit=None, order_only=None, variables=None + ): + outputs = self._as_list(outputs) + all_inputs = self._as_list(inputs)[:] + out_outputs = list(map(escape_path, outputs)) + all_inputs = list(map(escape_path, all_inputs)) + + if implicit: + implicit = map(escape_path, self._as_list(implicit)) + all_inputs.append("|") + all_inputs.extend(implicit) + if order_only: + order_only = map(escape_path, self._as_list(order_only)) + all_inputs.append("||") + all_inputs.extend(order_only) + + self._line( + "build {}: {}".format(" ".join(out_outputs), " ".join([rule] + all_inputs)) + ) + + if variables: + if isinstance(variables, dict): + iterator = iter(variables.items()) + else: + iterator = iter(variables) + + for key, val in iterator: + self.variable(key, val, indent=1) + + return outputs + + def include(self, path): + self._line("include %s" % path) + + def subninja(self, path): + self._line("subninja %s" % path) + + def default(self, paths): + self._line("default %s" % " ".join(self._as_list(paths))) + + def _count_dollars_before_index(self, s, i): + """Returns the number of '$' characters right in front of s[i].""" + dollar_count = 0 + dollar_index = i - 1 + while dollar_index > 0 and s[dollar_index] == "$": + dollar_count += 1 + dollar_index -= 1 + return dollar_count + + def _line(self, text, indent=0): + """Write 'text' word-wrapped at self.width characters.""" + leading_space = " " * indent + while len(leading_space) + len(text) > self.width: + # The text is too wide; wrap if possible. + + # Find the rightmost space that would obey our width constraint and + # that's not an escaped space. + available_space = self.width - len(leading_space) - len(" $") + space = available_space + while True: + space = text.rfind(" ", 0, space) + if space < 0 or self._count_dollars_before_index(text, space) % 2 == 0: + break + + if space < 0: + # No such space; just use the first unescaped space we can find. + space = available_space - 1 + while True: + space = text.find(" ", space + 1) + if ( + space < 0 + or self._count_dollars_before_index(text, space) % 2 == 0 + ): + break + if space < 0: + # Give up on breaking. + break + + self.output.write(leading_space + text[0:space] + " $\n") + text = text[space + 1 :] + + # Subsequent lines are continuations, so indent them. + leading_space = " " * (indent + 2) + + self.output.write(leading_space + text + "\n") + + def _as_list(self, input): + if input is None: + return [] + if isinstance(input, list): + return input + return [input] + + +def escape(string): + """Escape a string such that it can be embedded into a Ninja file without + further interpretation.""" + assert "\n" not in string, "Ninja syntax does not allow newlines" + # We only have one special metacharacter: '$'. + return string.replace("$", "$$") diff --git a/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py b/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py new file mode 100644 index 0000000..729cec0 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py @@ -0,0 +1,61 @@ +# Copyright 2014 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""A clone of the default copy.deepcopy that doesn't handle cyclic +structures or complex types except for dicts and lists. This is +because gyp copies so large structure that small copy overhead ends up +taking seconds in a project the size of Chromium.""" + + +class Error(Exception): + pass + + +__all__ = ["Error", "deepcopy"] + + +def deepcopy(x): + """Deep copy operation on gyp objects such as strings, ints, dicts + and lists. More than twice as fast as copy.deepcopy but much less + generic.""" + + try: + return _deepcopy_dispatch[type(x)](x) + except KeyError: + raise Error( + "Unsupported type %s for deepcopy. Use copy.deepcopy " + + "or expand simple_copy support." % type(x) + ) + + +_deepcopy_dispatch = d = {} + + +def _deepcopy_atomic(x): + return x + + +types = bool, float, int, str, type, type(None) + +for x in types: + d[x] = _deepcopy_atomic + + +def _deepcopy_list(x): + return [deepcopy(a) for a in x] + + +d[list] = _deepcopy_list + + +def _deepcopy_dict(x): + y = {} + for key, value in x.items(): + y[deepcopy(key)] = deepcopy(value) + return y + + +d[dict] = _deepcopy_dict + +del d diff --git a/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py b/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py new file mode 100644 index 0000000..638eee4 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py @@ -0,0 +1,374 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Utility functions for Windows builds. + +These functions are executed via gyp-win-tool when using the ninja generator. +""" + + +import os +import re +import shutil +import subprocess +import stat +import string +import sys + +BASE_DIR = os.path.dirname(os.path.abspath(__file__)) + +# A regex matching an argument corresponding to the output filename passed to +# link.exe. +_LINK_EXE_OUT_ARG = re.compile("/OUT:(?P.+)$", re.IGNORECASE) + + +def main(args): + executor = WinTool() + exit_code = executor.Dispatch(args) + if exit_code is not None: + sys.exit(exit_code) + + +class WinTool: + """This class performs all the Windows tooling steps. The methods can either + be executed directly, or dispatched from an argument list.""" + + def _UseSeparateMspdbsrv(self, env, args): + """Allows to use a unique instance of mspdbsrv.exe per linker instead of a + shared one.""" + if len(args) < 1: + raise Exception("Not enough arguments") + + if args[0] != "link.exe": + return + + # Use the output filename passed to the linker to generate an endpoint name + # for mspdbsrv.exe. + endpoint_name = None + for arg in args: + m = _LINK_EXE_OUT_ARG.match(arg) + if m: + endpoint_name = re.sub( + r"\W+", "", "%s_%d" % (m.group("out"), os.getpid()) + ) + break + + if endpoint_name is None: + return + + # Adds the appropriate environment variable. This will be read by link.exe + # to know which instance of mspdbsrv.exe it should connect to (if it's + # not set then the default endpoint is used). + env["_MSPDBSRV_ENDPOINT_"] = endpoint_name + + def Dispatch(self, args): + """Dispatches a string command to a method.""" + if len(args) < 1: + raise Exception("Not enough arguments") + + method = "Exec%s" % self._CommandifyName(args[0]) + return getattr(self, method)(*args[1:]) + + def _CommandifyName(self, name_string): + """Transforms a tool name like recursive-mirror to RecursiveMirror.""" + return name_string.title().replace("-", "") + + def _GetEnv(self, arch): + """Gets the saved environment from a file for a given architecture.""" + # The environment is saved as an "environment block" (see CreateProcess + # and msvs_emulation for details). We convert to a dict here. + # Drop last 2 NULs, one for list terminator, one for trailing vs. separator. + pairs = open(arch).read()[:-2].split("\0") + kvs = [item.split("=", 1) for item in pairs] + return dict(kvs) + + def ExecStamp(self, path): + """Simple stamp command.""" + open(path, "w").close() + + def ExecRecursiveMirror(self, source, dest): + """Emulation of rm -rf out && cp -af in out.""" + if os.path.exists(dest): + if os.path.isdir(dest): + + def _on_error(fn, path, excinfo): + # The operation failed, possibly because the file is set to + # read-only. If that's why, make it writable and try the op again. + if not os.access(path, os.W_OK): + os.chmod(path, stat.S_IWRITE) + fn(path) + + shutil.rmtree(dest, onerror=_on_error) + else: + if not os.access(dest, os.W_OK): + # Attempt to make the file writable before deleting it. + os.chmod(dest, stat.S_IWRITE) + os.unlink(dest) + + if os.path.isdir(source): + shutil.copytree(source, dest) + else: + shutil.copy2(source, dest) + + def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): + """Filter diagnostic output from link that looks like: + ' Creating library ui.dll.lib and object ui.dll.exp' + This happens when there are exports from the dll or exe. + """ + env = self._GetEnv(arch) + if use_separate_mspdbsrv == "True": + self._UseSeparateMspdbsrv(env, args) + if sys.platform == "win32": + args = list(args) # *args is a tuple by default, which is read-only. + args[0] = args[0].replace("/", "\\") + # https://docs.python.org/2/library/subprocess.html: + # "On Unix with shell=True [...] if args is a sequence, the first item + # specifies the command string, and any additional items will be treated as + # additional arguments to the shell itself. That is to say, Popen does the + # equivalent of: + # Popen(['/bin/sh', '-c', args[0], args[1], ...])" + # For that reason, since going through the shell doesn't seem necessary on + # non-Windows don't do that there. + link = subprocess.Popen( + args, + shell=sys.platform == "win32", + env=env, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + ) + out = link.communicate()[0].decode("utf-8") + for line in out.splitlines(): + if ( + not line.startswith(" Creating library ") + and not line.startswith("Generating code") + and not line.startswith("Finished generating code") + ): + print(line) + return link.returncode + + def ExecLinkWithManifests( + self, + arch, + embed_manifest, + out, + ldcmd, + resname, + mt, + rc, + intermediate_manifest, + *manifests + ): + """A wrapper for handling creating a manifest resource and then executing + a link command.""" + # The 'normal' way to do manifests is to have link generate a manifest + # based on gathering dependencies from the object files, then merge that + # manifest with other manifests supplied as sources, convert the merged + # manifest to a resource, and then *relink*, including the compiled + # version of the manifest resource. This breaks incremental linking, and + # is generally overly complicated. Instead, we merge all the manifests + # provided (along with one that includes what would normally be in the + # linker-generated one, see msvs_emulation.py), and include that into the + # first and only link. We still tell link to generate a manifest, but we + # only use that to assert that our simpler process did not miss anything. + variables = { + "python": sys.executable, + "arch": arch, + "out": out, + "ldcmd": ldcmd, + "resname": resname, + "mt": mt, + "rc": rc, + "intermediate_manifest": intermediate_manifest, + "manifests": " ".join(manifests), + } + add_to_ld = "" + if manifests: + subprocess.check_call( + "%(python)s gyp-win-tool manifest-wrapper %(arch)s %(mt)s -nologo " + "-manifest %(manifests)s -out:%(out)s.manifest" % variables + ) + if embed_manifest == "True": + subprocess.check_call( + "%(python)s gyp-win-tool manifest-to-rc %(arch)s %(out)s.manifest" + " %(out)s.manifest.rc %(resname)s" % variables + ) + subprocess.check_call( + "%(python)s gyp-win-tool rc-wrapper %(arch)s %(rc)s " + "%(out)s.manifest.rc" % variables + ) + add_to_ld = " %(out)s.manifest.res" % variables + subprocess.check_call(ldcmd + add_to_ld) + + # Run mt.exe on the theoretically complete manifest we generated, merging + # it with the one the linker generated to confirm that the linker + # generated one does not add anything. This is strictly unnecessary for + # correctness, it's only to verify that e.g. /MANIFESTDEPENDENCY was not + # used in a #pragma comment. + if manifests: + # Merge the intermediate one with ours to .assert.manifest, then check + # that .assert.manifest is identical to ours. + subprocess.check_call( + "%(python)s gyp-win-tool manifest-wrapper %(arch)s %(mt)s -nologo " + "-manifest %(out)s.manifest %(intermediate_manifest)s " + "-out:%(out)s.assert.manifest" % variables + ) + assert_manifest = "%(out)s.assert.manifest" % variables + our_manifest = "%(out)s.manifest" % variables + # Load and normalize the manifests. mt.exe sometimes removes whitespace, + # and sometimes doesn't unfortunately. + with open(our_manifest) as our_f: + with open(assert_manifest) as assert_f: + translator = str.maketrans('', '', string.whitespace) + our_data = our_f.read().translate(translator) + assert_data = assert_f.read().translate(translator) + if our_data != assert_data: + os.unlink(out) + + def dump(filename): + print(filename, file=sys.stderr) + print("-----", file=sys.stderr) + with open(filename) as f: + print(f.read(), file=sys.stderr) + print("-----", file=sys.stderr) + + dump(intermediate_manifest) + dump(our_manifest) + dump(assert_manifest) + sys.stderr.write( + 'Linker generated manifest "%s" added to final manifest "%s" ' + '(result in "%s"). ' + "Were /MANIFEST switches used in #pragma statements? " + % (intermediate_manifest, our_manifest, assert_manifest) + ) + return 1 + + def ExecManifestWrapper(self, arch, *args): + """Run manifest tool with environment set. Strip out undesirable warning + (some XML blocks are recognized by the OS loader, but not the manifest + tool).""" + env = self._GetEnv(arch) + popen = subprocess.Popen( + args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + out = popen.communicate()[0].decode("utf-8") + for line in out.splitlines(): + if line and "manifest authoring warning 81010002" not in line: + print(line) + return popen.returncode + + def ExecManifestToRc(self, arch, *args): + """Creates a resource file pointing a SxS assembly manifest. + |args| is tuple containing path to resource file, path to manifest file + and resource name which can be "1" (for executables) or "2" (for DLLs).""" + manifest_path, resource_path, resource_name = args + with open(resource_path, "w") as output: + output.write( + '#include \n%s RT_MANIFEST "%s"' + % (resource_name, os.path.abspath(manifest_path).replace("\\", "/")) + ) + + def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags): + """Filter noisy filenames output from MIDL compile step that isn't + quietable via command line flags. + """ + args = ( + ["midl", "/nologo"] + + list(flags) + + [ + "/out", + outdir, + "/tlb", + tlb, + "/h", + h, + "/dlldata", + dlldata, + "/iid", + iid, + "/proxy", + proxy, + idl, + ] + ) + env = self._GetEnv(arch) + popen = subprocess.Popen( + args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + out = popen.communicate()[0].decode("utf-8") + # Filter junk out of stdout, and write filtered versions. Output we want + # to filter is pairs of lines that look like this: + # Processing C:\Program Files (x86)\Microsoft SDKs\...\include\objidl.idl + # objidl.idl + lines = out.splitlines() + prefixes = ("Processing ", "64 bit Processing ") + processing = {os.path.basename(x) for x in lines if x.startswith(prefixes)} + for line in lines: + if not line.startswith(prefixes) and line not in processing: + print(line) + return popen.returncode + + def ExecAsmWrapper(self, arch, *args): + """Filter logo banner from invocations of asm.exe.""" + env = self._GetEnv(arch) + popen = subprocess.Popen( + args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + out = popen.communicate()[0].decode("utf-8") + for line in out.splitlines(): + if ( + not line.startswith("Copyright (C) Microsoft Corporation") + and not line.startswith("Microsoft (R) Macro Assembler") + and not line.startswith(" Assembling: ") + and line + ): + print(line) + return popen.returncode + + def ExecRcWrapper(self, arch, *args): + """Filter logo banner from invocations of rc.exe. Older versions of RC + don't support the /nologo flag.""" + env = self._GetEnv(arch) + popen = subprocess.Popen( + args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT + ) + out = popen.communicate()[0].decode("utf-8") + for line in out.splitlines(): + if ( + not line.startswith("Microsoft (R) Windows (R) Resource Compiler") + and not line.startswith("Copyright (C) Microsoft Corporation") + and line + ): + print(line) + return popen.returncode + + def ExecActionWrapper(self, arch, rspfile, *dir): + """Runs an action command line from a response file using the environment + for |arch|. If |dir| is supplied, use that as the working directory.""" + env = self._GetEnv(arch) + # TODO(scottmg): This is a temporary hack to get some specific variables + # through to actions that are set after gyp-time. http://crbug.com/333738. + for k, v in os.environ.items(): + if k not in env: + env[k] = v + args = open(rspfile).read() + dir = dir[0] if dir else None + return subprocess.call(args, shell=True, env=env, cwd=dir) + + def ExecClCompile(self, project_dir, selected_files): + """Executed by msvs-ninja projects when the 'ClCompile' target is used to + build selected C/C++ files.""" + project_dir = os.path.relpath(project_dir, BASE_DIR) + selected_files = selected_files.split(";") + ninja_targets = [ + os.path.join(project_dir, filename) + "^^" for filename in selected_files + ] + cmd = ["ninja.exe"] + cmd.extend(ninja_targets) + return subprocess.call(cmd, shell=True, cwd=BASE_DIR) + + +if __name__ == "__main__": + sys.exit(main(sys.argv[1:])) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py b/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py new file mode 100644 index 0000000..a75d8ee --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py @@ -0,0 +1,1939 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" +This module contains classes that help to emulate xcodebuild behavior on top of +other build systems, such as make and ninja. +""" + + +import copy +import gyp.common +import os +import os.path +import re +import shlex +import subprocess +import sys +from gyp.common import GypError + +# Populated lazily by XcodeVersion, for efficiency, and to fix an issue when +# "xcodebuild" is called too quickly (it has been found to return incorrect +# version number). +XCODE_VERSION_CACHE = None + +# Populated lazily by GetXcodeArchsDefault, to an |XcodeArchsDefault| instance +# corresponding to the installed version of Xcode. +XCODE_ARCHS_DEFAULT_CACHE = None + + +def XcodeArchsVariableMapping(archs, archs_including_64_bit=None): + """Constructs a dictionary with expansion for $(ARCHS_STANDARD) variable, + and optionally for $(ARCHS_STANDARD_INCLUDING_64_BIT).""" + mapping = {"$(ARCHS_STANDARD)": archs} + if archs_including_64_bit: + mapping["$(ARCHS_STANDARD_INCLUDING_64_BIT)"] = archs_including_64_bit + return mapping + + +class XcodeArchsDefault: + """A class to resolve ARCHS variable from xcode_settings, resolving Xcode + macros and implementing filtering by VALID_ARCHS. The expansion of macros + depends on the SDKROOT used ("macosx", "iphoneos", "iphonesimulator") and + on the version of Xcode. + """ + + # Match variable like $(ARCHS_STANDARD). + variable_pattern = re.compile(r"\$\([a-zA-Z_][a-zA-Z0-9_]*\)$") + + def __init__(self, default, mac, iphonesimulator, iphoneos): + self._default = (default,) + self._archs = {"mac": mac, "ios": iphoneos, "iossim": iphonesimulator} + + def _VariableMapping(self, sdkroot): + """Returns the dictionary of variable mapping depending on the SDKROOT.""" + sdkroot = sdkroot.lower() + if "iphoneos" in sdkroot: + return self._archs["ios"] + elif "iphonesimulator" in sdkroot: + return self._archs["iossim"] + else: + return self._archs["mac"] + + def _ExpandArchs(self, archs, sdkroot): + """Expands variables references in ARCHS, and remove duplicates.""" + variable_mapping = self._VariableMapping(sdkroot) + expanded_archs = [] + for arch in archs: + if self.variable_pattern.match(arch): + variable = arch + try: + variable_expansion = variable_mapping[variable] + for arch in variable_expansion: + if arch not in expanded_archs: + expanded_archs.append(arch) + except KeyError: + print('Warning: Ignoring unsupported variable "%s".' % variable) + elif arch not in expanded_archs: + expanded_archs.append(arch) + return expanded_archs + + def ActiveArchs(self, archs, valid_archs, sdkroot): + """Expands variables references in ARCHS, and filter by VALID_ARCHS if it + is defined (if not set, Xcode accept any value in ARCHS, otherwise, only + values present in VALID_ARCHS are kept).""" + expanded_archs = self._ExpandArchs(archs or self._default, sdkroot or "") + if valid_archs: + filtered_archs = [] + for arch in expanded_archs: + if arch in valid_archs: + filtered_archs.append(arch) + expanded_archs = filtered_archs + return expanded_archs + + +def GetXcodeArchsDefault(): + """Returns the |XcodeArchsDefault| object to use to expand ARCHS for the + installed version of Xcode. The default values used by Xcode for ARCHS + and the expansion of the variables depends on the version of Xcode used. + + For all version anterior to Xcode 5.0 or posterior to Xcode 5.1 included + uses $(ARCHS_STANDARD) if ARCHS is unset, while Xcode 5.0 to 5.0.2 uses + $(ARCHS_STANDARD_INCLUDING_64_BIT). This variable was added to Xcode 5.0 + and deprecated with Xcode 5.1. + + For "macosx" SDKROOT, all version starting with Xcode 5.0 includes 64-bit + architecture as part of $(ARCHS_STANDARD) and default to only building it. + + For "iphoneos" and "iphonesimulator" SDKROOT, 64-bit architectures are part + of $(ARCHS_STANDARD_INCLUDING_64_BIT) from Xcode 5.0. From Xcode 5.1, they + are also part of $(ARCHS_STANDARD). + + All these rules are coded in the construction of the |XcodeArchsDefault| + object to use depending on the version of Xcode detected. The object is + for performance reason.""" + global XCODE_ARCHS_DEFAULT_CACHE + if XCODE_ARCHS_DEFAULT_CACHE: + return XCODE_ARCHS_DEFAULT_CACHE + xcode_version, _ = XcodeVersion() + if xcode_version < "0500": + XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( + "$(ARCHS_STANDARD)", + XcodeArchsVariableMapping(["i386"]), + XcodeArchsVariableMapping(["i386"]), + XcodeArchsVariableMapping(["armv7"]), + ) + elif xcode_version < "0510": + XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( + "$(ARCHS_STANDARD_INCLUDING_64_BIT)", + XcodeArchsVariableMapping(["x86_64"], ["x86_64"]), + XcodeArchsVariableMapping(["i386"], ["i386", "x86_64"]), + XcodeArchsVariableMapping( + ["armv7", "armv7s"], ["armv7", "armv7s", "arm64"] + ), + ) + else: + XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( + "$(ARCHS_STANDARD)", + XcodeArchsVariableMapping(["x86_64"], ["x86_64"]), + XcodeArchsVariableMapping(["i386", "x86_64"], ["i386", "x86_64"]), + XcodeArchsVariableMapping( + ["armv7", "armv7s", "arm64"], ["armv7", "armv7s", "arm64"] + ), + ) + return XCODE_ARCHS_DEFAULT_CACHE + + +class XcodeSettings: + """A class that understands the gyp 'xcode_settings' object.""" + + # Populated lazily by _SdkPath(). Shared by all XcodeSettings, so cached + # at class-level for efficiency. + _sdk_path_cache = {} + _platform_path_cache = {} + _sdk_root_cache = {} + + # Populated lazily by GetExtraPlistItems(). Shared by all XcodeSettings, so + # cached at class-level for efficiency. + _plist_cache = {} + + # Populated lazily by GetIOSPostbuilds. Shared by all XcodeSettings, so + # cached at class-level for efficiency. + _codesigning_key_cache = {} + + def __init__(self, spec): + self.spec = spec + + self.isIOS = False + self.mac_toolchain_dir = None + self.header_map_path = None + + # Per-target 'xcode_settings' are pushed down into configs earlier by gyp. + # This means self.xcode_settings[config] always contains all settings + # for that config -- the per-target settings as well. Settings that are + # the same for all configs are implicitly per-target settings. + self.xcode_settings = {} + configs = spec["configurations"] + for configname, config in configs.items(): + self.xcode_settings[configname] = config.get("xcode_settings", {}) + self._ConvertConditionalKeys(configname) + if self.xcode_settings[configname].get("IPHONEOS_DEPLOYMENT_TARGET", None): + self.isIOS = True + + # This is only non-None temporarily during the execution of some methods. + self.configname = None + + # Used by _AdjustLibrary to match .a and .dylib entries in libraries. + self.library_re = re.compile(r"^lib([^/]+)\.(a|dylib)$") + + def _ConvertConditionalKeys(self, configname): + """Converts or warns on conditional keys. Xcode supports conditional keys, + such as CODE_SIGN_IDENTITY[sdk=iphoneos*]. This is a partial implementation + with some keys converted while the rest force a warning.""" + settings = self.xcode_settings[configname] + conditional_keys = [key for key in settings if key.endswith("]")] + for key in conditional_keys: + # If you need more, speak up at http://crbug.com/122592 + if key.endswith("[sdk=iphoneos*]"): + if configname.endswith("iphoneos"): + new_key = key.split("[")[0] + settings[new_key] = settings[key] + else: + print( + "Warning: Conditional keys not implemented, ignoring:", + " ".join(conditional_keys), + ) + del settings[key] + + def _Settings(self): + assert self.configname + return self.xcode_settings[self.configname] + + def _Test(self, test_key, cond_key, default): + return self._Settings().get(test_key, default) == cond_key + + def _Appendf(self, lst, test_key, format_str, default=None): + if test_key in self._Settings(): + lst.append(format_str % str(self._Settings()[test_key])) + elif default: + lst.append(format_str % str(default)) + + def _WarnUnimplemented(self, test_key): + if test_key in self._Settings(): + print('Warning: Ignoring not yet implemented key "%s".' % test_key) + + def IsBinaryOutputFormat(self, configname): + default = "binary" if self.isIOS else "xml" + format = self.xcode_settings[configname].get("INFOPLIST_OUTPUT_FORMAT", default) + return format == "binary" + + def IsIosFramework(self): + return self.spec["type"] == "shared_library" and self._IsBundle() and self.isIOS + + def _IsBundle(self): + return ( + int(self.spec.get("mac_bundle", 0)) != 0 + or self._IsXCTest() + or self._IsXCUiTest() + ) + + def _IsXCTest(self): + return int(self.spec.get("mac_xctest_bundle", 0)) != 0 + + def _IsXCUiTest(self): + return int(self.spec.get("mac_xcuitest_bundle", 0)) != 0 + + def _IsIosAppExtension(self): + return int(self.spec.get("ios_app_extension", 0)) != 0 + + def _IsIosWatchKitExtension(self): + return int(self.spec.get("ios_watchkit_extension", 0)) != 0 + + def _IsIosWatchApp(self): + return int(self.spec.get("ios_watch_app", 0)) != 0 + + def GetFrameworkVersion(self): + """Returns the framework version of the current target. Only valid for + bundles.""" + assert self._IsBundle() + return self.GetPerTargetSetting("FRAMEWORK_VERSION", default="A") + + def GetWrapperExtension(self): + """Returns the bundle extension (.app, .framework, .plugin, etc). Only + valid for bundles.""" + assert self._IsBundle() + if self.spec["type"] in ("loadable_module", "shared_library"): + default_wrapper_extension = { + "loadable_module": "bundle", + "shared_library": "framework", + }[self.spec["type"]] + wrapper_extension = self.GetPerTargetSetting( + "WRAPPER_EXTENSION", default=default_wrapper_extension + ) + return "." + self.spec.get("product_extension", wrapper_extension) + elif self.spec["type"] == "executable": + if self._IsIosAppExtension() or self._IsIosWatchKitExtension(): + return "." + self.spec.get("product_extension", "appex") + else: + return "." + self.spec.get("product_extension", "app") + else: + assert False, "Don't know extension for '{}', target '{}'".format( + self.spec["type"], + self.spec["target_name"], + ) + + def GetProductName(self): + """Returns PRODUCT_NAME.""" + return self.spec.get("product_name", self.spec["target_name"]) + + def GetFullProductName(self): + """Returns FULL_PRODUCT_NAME.""" + if self._IsBundle(): + return self.GetWrapperName() + else: + return self._GetStandaloneBinaryPath() + + def GetWrapperName(self): + """Returns the directory name of the bundle represented by this target. + Only valid for bundles.""" + assert self._IsBundle() + return self.GetProductName() + self.GetWrapperExtension() + + def GetBundleContentsFolderPath(self): + """Returns the qualified path to the bundle's contents folder. E.g. + Chromium.app/Contents or Foo.bundle/Versions/A. Only valid for bundles.""" + if self.isIOS: + return self.GetWrapperName() + assert self._IsBundle() + if self.spec["type"] == "shared_library": + return os.path.join( + self.GetWrapperName(), "Versions", self.GetFrameworkVersion() + ) + else: + # loadable_modules have a 'Contents' folder like executables. + return os.path.join(self.GetWrapperName(), "Contents") + + def GetBundleResourceFolder(self): + """Returns the qualified path to the bundle's resource folder. E.g. + Chromium.app/Contents/Resources. Only valid for bundles.""" + assert self._IsBundle() + if self.isIOS: + return self.GetBundleContentsFolderPath() + return os.path.join(self.GetBundleContentsFolderPath(), "Resources") + + def GetBundleExecutableFolderPath(self): + """Returns the qualified path to the bundle's executables folder. E.g. + Chromium.app/Contents/MacOS. Only valid for bundles.""" + assert self._IsBundle() + if self.spec["type"] in ("shared_library") or self.isIOS: + return self.GetBundleContentsFolderPath() + elif self.spec["type"] in ("executable", "loadable_module"): + return os.path.join(self.GetBundleContentsFolderPath(), "MacOS") + + def GetBundleJavaFolderPath(self): + """Returns the qualified path to the bundle's Java resource folder. + E.g. Chromium.app/Contents/Resources/Java. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleResourceFolder(), "Java") + + def GetBundleFrameworksFolderPath(self): + """Returns the qualified path to the bundle's frameworks folder. E.g, + Chromium.app/Contents/Frameworks. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleContentsFolderPath(), "Frameworks") + + def GetBundleSharedFrameworksFolderPath(self): + """Returns the qualified path to the bundle's frameworks folder. E.g, + Chromium.app/Contents/SharedFrameworks. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleContentsFolderPath(), "SharedFrameworks") + + def GetBundleSharedSupportFolderPath(self): + """Returns the qualified path to the bundle's shared support folder. E.g, + Chromium.app/Contents/SharedSupport. Only valid for bundles.""" + assert self._IsBundle() + if self.spec["type"] == "shared_library": + return self.GetBundleResourceFolder() + else: + return os.path.join(self.GetBundleContentsFolderPath(), "SharedSupport") + + def GetBundlePlugInsFolderPath(self): + """Returns the qualified path to the bundle's plugins folder. E.g, + Chromium.app/Contents/PlugIns. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleContentsFolderPath(), "PlugIns") + + def GetBundleXPCServicesFolderPath(self): + """Returns the qualified path to the bundle's XPC services folder. E.g, + Chromium.app/Contents/XPCServices. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join(self.GetBundleContentsFolderPath(), "XPCServices") + + def GetBundlePlistPath(self): + """Returns the qualified path to the bundle's plist file. E.g. + Chromium.app/Contents/Info.plist. Only valid for bundles.""" + assert self._IsBundle() + if ( + self.spec["type"] in ("executable", "loadable_module") + or self.IsIosFramework() + ): + return os.path.join(self.GetBundleContentsFolderPath(), "Info.plist") + else: + return os.path.join( + self.GetBundleContentsFolderPath(), "Resources", "Info.plist" + ) + + def GetProductType(self): + """Returns the PRODUCT_TYPE of this target.""" + if self._IsIosAppExtension(): + assert self._IsBundle(), ( + "ios_app_extension flag requires mac_bundle " + "(target %s)" % self.spec["target_name"] + ) + return "com.apple.product-type.app-extension" + if self._IsIosWatchKitExtension(): + assert self._IsBundle(), ( + "ios_watchkit_extension flag requires " + "mac_bundle (target %s)" % self.spec["target_name"] + ) + return "com.apple.product-type.watchkit-extension" + if self._IsIosWatchApp(): + assert self._IsBundle(), ( + "ios_watch_app flag requires mac_bundle " + "(target %s)" % self.spec["target_name"] + ) + return "com.apple.product-type.application.watchapp" + if self._IsXCUiTest(): + assert self._IsBundle(), ( + "mac_xcuitest_bundle flag requires mac_bundle " + "(target %s)" % self.spec["target_name"] + ) + return "com.apple.product-type.bundle.ui-testing" + if self._IsBundle(): + return { + "executable": "com.apple.product-type.application", + "loadable_module": "com.apple.product-type.bundle", + "shared_library": "com.apple.product-type.framework", + }[self.spec["type"]] + else: + return { + "executable": "com.apple.product-type.tool", + "loadable_module": "com.apple.product-type.library.dynamic", + "shared_library": "com.apple.product-type.library.dynamic", + "static_library": "com.apple.product-type.library.static", + }[self.spec["type"]] + + def GetMachOType(self): + """Returns the MACH_O_TYPE of this target.""" + # Weird, but matches Xcode. + if not self._IsBundle() and self.spec["type"] == "executable": + return "" + return { + "executable": "mh_execute", + "static_library": "staticlib", + "shared_library": "mh_dylib", + "loadable_module": "mh_bundle", + }[self.spec["type"]] + + def _GetBundleBinaryPath(self): + """Returns the name of the bundle binary of by this target. + E.g. Chromium.app/Contents/MacOS/Chromium. Only valid for bundles.""" + assert self._IsBundle() + return os.path.join( + self.GetBundleExecutableFolderPath(), self.GetExecutableName() + ) + + def _GetStandaloneExecutableSuffix(self): + if "product_extension" in self.spec: + return "." + self.spec["product_extension"] + return { + "executable": "", + "static_library": ".a", + "shared_library": ".dylib", + "loadable_module": ".so", + }[self.spec["type"]] + + def _GetStandaloneExecutablePrefix(self): + return self.spec.get( + "product_prefix", + { + "executable": "", + "static_library": "lib", + "shared_library": "lib", + # Non-bundled loadable_modules are called foo.so for some reason + # (that is, .so and no prefix) with the xcode build -- match that. + "loadable_module": "", + }[self.spec["type"]], + ) + + def _GetStandaloneBinaryPath(self): + """Returns the name of the non-bundle binary represented by this target. + E.g. hello_world. Only valid for non-bundles.""" + assert not self._IsBundle() + assert self.spec["type"] in ( + "executable", + "shared_library", + "static_library", + "loadable_module", + ), ("Unexpected type %s" % self.spec["type"]) + target = self.spec["target_name"] + if self.spec["type"] == "static_library": + if target[:3] == "lib": + target = target[3:] + elif self.spec["type"] in ("loadable_module", "shared_library"): + if target[:3] == "lib": + target = target[3:] + + target_prefix = self._GetStandaloneExecutablePrefix() + target = self.spec.get("product_name", target) + target_ext = self._GetStandaloneExecutableSuffix() + return target_prefix + target + target_ext + + def GetExecutableName(self): + """Returns the executable name of the bundle represented by this target. + E.g. Chromium.""" + if self._IsBundle(): + return self.spec.get("product_name", self.spec["target_name"]) + else: + return self._GetStandaloneBinaryPath() + + def GetExecutablePath(self): + """Returns the qualified path to the primary executable of the bundle + represented by this target. E.g. Chromium.app/Contents/MacOS/Chromium.""" + if self._IsBundle(): + return self._GetBundleBinaryPath() + else: + return self._GetStandaloneBinaryPath() + + def GetActiveArchs(self, configname): + """Returns the architectures this target should be built for.""" + config_settings = self.xcode_settings[configname] + xcode_archs_default = GetXcodeArchsDefault() + return xcode_archs_default.ActiveArchs( + config_settings.get("ARCHS"), + config_settings.get("VALID_ARCHS"), + config_settings.get("SDKROOT"), + ) + + def _GetSdkVersionInfoItem(self, sdk, infoitem): + # xcodebuild requires Xcode and can't run on Command Line Tools-only + # systems from 10.7 onward. + # Since the CLT has no SDK paths anyway, returning None is the + # most sensible route and should still do the right thing. + try: + return GetStdoutQuiet(["xcrun", "--sdk", sdk, infoitem]) + except GypError: + pass + + def _SdkRoot(self, configname): + if configname is None: + configname = self.configname + return self.GetPerConfigSetting("SDKROOT", configname, default="") + + def _XcodePlatformPath(self, configname=None): + sdk_root = self._SdkRoot(configname) + if sdk_root not in XcodeSettings._platform_path_cache: + platform_path = self._GetSdkVersionInfoItem( + sdk_root, "--show-sdk-platform-path" + ) + XcodeSettings._platform_path_cache[sdk_root] = platform_path + return XcodeSettings._platform_path_cache[sdk_root] + + def _SdkPath(self, configname=None): + sdk_root = self._SdkRoot(configname) + if sdk_root.startswith("/"): + return sdk_root + return self._XcodeSdkPath(sdk_root) + + def _XcodeSdkPath(self, sdk_root): + if sdk_root not in XcodeSettings._sdk_path_cache: + sdk_path = self._GetSdkVersionInfoItem(sdk_root, "--show-sdk-path") + XcodeSettings._sdk_path_cache[sdk_root] = sdk_path + if sdk_root: + XcodeSettings._sdk_root_cache[sdk_path] = sdk_root + return XcodeSettings._sdk_path_cache[sdk_root] + + def _AppendPlatformVersionMinFlags(self, lst): + self._Appendf(lst, "MACOSX_DEPLOYMENT_TARGET", "-mmacosx-version-min=%s") + if "IPHONEOS_DEPLOYMENT_TARGET" in self._Settings(): + # TODO: Implement this better? + sdk_path_basename = os.path.basename(self._SdkPath()) + if sdk_path_basename.lower().startswith("iphonesimulator"): + self._Appendf( + lst, "IPHONEOS_DEPLOYMENT_TARGET", "-mios-simulator-version-min=%s" + ) + else: + self._Appendf( + lst, "IPHONEOS_DEPLOYMENT_TARGET", "-miphoneos-version-min=%s" + ) + + def GetCflags(self, configname, arch=None): + """Returns flags that need to be added to .c, .cc, .m, and .mm + compilations.""" + # This functions (and the similar ones below) do not offer complete + # emulation of all xcode_settings keys. They're implemented on demand. + + self.configname = configname + cflags = [] + + sdk_root = self._SdkPath() + if "SDKROOT" in self._Settings() and sdk_root: + cflags.append("-isysroot %s" % sdk_root) + + if self.header_map_path: + cflags.append("-I%s" % self.header_map_path) + + if self._Test("CLANG_WARN_CONSTANT_CONVERSION", "YES", default="NO"): + cflags.append("-Wconstant-conversion") + + if self._Test("GCC_CHAR_IS_UNSIGNED_CHAR", "YES", default="NO"): + cflags.append("-funsigned-char") + + if self._Test("GCC_CW_ASM_SYNTAX", "YES", default="YES"): + cflags.append("-fasm-blocks") + + if "GCC_DYNAMIC_NO_PIC" in self._Settings(): + if self._Settings()["GCC_DYNAMIC_NO_PIC"] == "YES": + cflags.append("-mdynamic-no-pic") + else: + pass + # TODO: In this case, it depends on the target. xcode passes + # mdynamic-no-pic by default for executable and possibly static lib + # according to mento + + if self._Test("GCC_ENABLE_PASCAL_STRINGS", "YES", default="YES"): + cflags.append("-mpascal-strings") + + self._Appendf(cflags, "GCC_OPTIMIZATION_LEVEL", "-O%s", default="s") + + if self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES"): + dbg_format = self._Settings().get("DEBUG_INFORMATION_FORMAT", "dwarf") + if dbg_format == "dwarf": + cflags.append("-gdwarf-2") + elif dbg_format == "stabs": + raise NotImplementedError("stabs debug format is not supported yet.") + elif dbg_format == "dwarf-with-dsym": + cflags.append("-gdwarf-2") + else: + raise NotImplementedError("Unknown debug format %s" % dbg_format) + + if self._Settings().get("GCC_STRICT_ALIASING") == "YES": + cflags.append("-fstrict-aliasing") + elif self._Settings().get("GCC_STRICT_ALIASING") == "NO": + cflags.append("-fno-strict-aliasing") + + if self._Test("GCC_SYMBOLS_PRIVATE_EXTERN", "YES", default="NO"): + cflags.append("-fvisibility=hidden") + + if self._Test("GCC_TREAT_WARNINGS_AS_ERRORS", "YES", default="NO"): + cflags.append("-Werror") + + if self._Test("GCC_WARN_ABOUT_MISSING_NEWLINE", "YES", default="NO"): + cflags.append("-Wnewline-eof") + + # In Xcode, this is only activated when GCC_COMPILER_VERSION is clang or + # llvm-gcc. It also requires a fairly recent libtool, and + # if the system clang isn't used, DYLD_LIBRARY_PATH needs to contain the + # path to the libLTO.dylib that matches the used clang. + if self._Test("LLVM_LTO", "YES", default="NO"): + cflags.append("-flto") + + self._AppendPlatformVersionMinFlags(cflags) + + # TODO: + if self._Test("COPY_PHASE_STRIP", "YES", default="NO"): + self._WarnUnimplemented("COPY_PHASE_STRIP") + self._WarnUnimplemented("GCC_DEBUGGING_SYMBOLS") + self._WarnUnimplemented("GCC_ENABLE_OBJC_EXCEPTIONS") + + # TODO: This is exported correctly, but assigning to it is not supported. + self._WarnUnimplemented("MACH_O_TYPE") + self._WarnUnimplemented("PRODUCT_TYPE") + + # If GYP_CROSSCOMPILE (--cross-compiling), disable architecture-specific + # additions and assume these will be provided as required via CC_host, + # CXX_host, CC_target and CXX_target. + if not gyp.common.CrossCompileRequested(): + if arch is not None: + archs = [arch] + else: + assert self.configname + archs = self.GetActiveArchs(self.configname) + if len(archs) != 1: + # TODO: Supporting fat binaries will be annoying. + self._WarnUnimplemented("ARCHS") + archs = ["i386"] + cflags.append("-arch " + archs[0]) + + if archs[0] in ("i386", "x86_64"): + if self._Test("GCC_ENABLE_SSE3_EXTENSIONS", "YES", default="NO"): + cflags.append("-msse3") + if self._Test( + "GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS", "YES", default="NO" + ): + cflags.append("-mssse3") # Note 3rd 's'. + if self._Test("GCC_ENABLE_SSE41_EXTENSIONS", "YES", default="NO"): + cflags.append("-msse4.1") + if self._Test("GCC_ENABLE_SSE42_EXTENSIONS", "YES", default="NO"): + cflags.append("-msse4.2") + + cflags += self._Settings().get("WARNING_CFLAGS", []) + + if self._IsXCTest(): + platform_root = self._XcodePlatformPath(configname) + if platform_root: + cflags.append("-F" + platform_root + "/Developer/Library/Frameworks/") + + if sdk_root: + framework_root = sdk_root + else: + framework_root = "" + config = self.spec["configurations"][self.configname] + framework_dirs = config.get("mac_framework_dirs", []) + for directory in framework_dirs: + cflags.append("-F" + directory.replace("$(SDKROOT)", framework_root)) + + self.configname = None + return cflags + + def GetCflagsC(self, configname): + """Returns flags that need to be added to .c, and .m compilations.""" + self.configname = configname + cflags_c = [] + if self._Settings().get("GCC_C_LANGUAGE_STANDARD", "") == "ansi": + cflags_c.append("-ansi") + else: + self._Appendf(cflags_c, "GCC_C_LANGUAGE_STANDARD", "-std=%s") + cflags_c += self._Settings().get("OTHER_CFLAGS", []) + self.configname = None + return cflags_c + + def GetCflagsCC(self, configname): + """Returns flags that need to be added to .cc, and .mm compilations.""" + self.configname = configname + cflags_cc = [] + + clang_cxx_language_standard = self._Settings().get( + "CLANG_CXX_LANGUAGE_STANDARD" + ) + # Note: Don't make c++0x to c++11 so that c++0x can be used with older + # clangs that don't understand c++11 yet (like Xcode 4.2's). + if clang_cxx_language_standard: + cflags_cc.append("-std=%s" % clang_cxx_language_standard) + + self._Appendf(cflags_cc, "CLANG_CXX_LIBRARY", "-stdlib=%s") + + if self._Test("GCC_ENABLE_CPP_RTTI", "NO", default="YES"): + cflags_cc.append("-fno-rtti") + if self._Test("GCC_ENABLE_CPP_EXCEPTIONS", "NO", default="YES"): + cflags_cc.append("-fno-exceptions") + if self._Test("GCC_INLINES_ARE_PRIVATE_EXTERN", "YES", default="NO"): + cflags_cc.append("-fvisibility-inlines-hidden") + if self._Test("GCC_THREADSAFE_STATICS", "NO", default="YES"): + cflags_cc.append("-fno-threadsafe-statics") + # Note: This flag is a no-op for clang, it only has an effect for gcc. + if self._Test("GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO", "NO", default="YES"): + cflags_cc.append("-Wno-invalid-offsetof") + + other_ccflags = [] + + for flag in self._Settings().get("OTHER_CPLUSPLUSFLAGS", ["$(inherited)"]): + # TODO: More general variable expansion. Missing in many other places too. + if flag in ("$inherited", "$(inherited)", "${inherited}"): + flag = "$OTHER_CFLAGS" + if flag in ("$OTHER_CFLAGS", "$(OTHER_CFLAGS)", "${OTHER_CFLAGS}"): + other_ccflags += self._Settings().get("OTHER_CFLAGS", []) + else: + other_ccflags.append(flag) + cflags_cc += other_ccflags + + self.configname = None + return cflags_cc + + def _AddObjectiveCGarbageCollectionFlags(self, flags): + gc_policy = self._Settings().get("GCC_ENABLE_OBJC_GC", "unsupported") + if gc_policy == "supported": + flags.append("-fobjc-gc") + elif gc_policy == "required": + flags.append("-fobjc-gc-only") + + def _AddObjectiveCARCFlags(self, flags): + if self._Test("CLANG_ENABLE_OBJC_ARC", "YES", default="NO"): + flags.append("-fobjc-arc") + + def _AddObjectiveCMissingPropertySynthesisFlags(self, flags): + if self._Test( + "CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS", "YES", default="NO" + ): + flags.append("-Wobjc-missing-property-synthesis") + + def GetCflagsObjC(self, configname): + """Returns flags that need to be added to .m compilations.""" + self.configname = configname + cflags_objc = [] + self._AddObjectiveCGarbageCollectionFlags(cflags_objc) + self._AddObjectiveCARCFlags(cflags_objc) + self._AddObjectiveCMissingPropertySynthesisFlags(cflags_objc) + self.configname = None + return cflags_objc + + def GetCflagsObjCC(self, configname): + """Returns flags that need to be added to .mm compilations.""" + self.configname = configname + cflags_objcc = [] + self._AddObjectiveCGarbageCollectionFlags(cflags_objcc) + self._AddObjectiveCARCFlags(cflags_objcc) + self._AddObjectiveCMissingPropertySynthesisFlags(cflags_objcc) + if self._Test("GCC_OBJC_CALL_CXX_CDTORS", "YES", default="NO"): + cflags_objcc.append("-fobjc-call-cxx-cdtors") + self.configname = None + return cflags_objcc + + def GetInstallNameBase(self): + """Return DYLIB_INSTALL_NAME_BASE for this target.""" + # Xcode sets this for shared_libraries, and for nonbundled loadable_modules. + if self.spec["type"] != "shared_library" and ( + self.spec["type"] != "loadable_module" or self._IsBundle() + ): + return None + install_base = self.GetPerTargetSetting( + "DYLIB_INSTALL_NAME_BASE", + default="/Library/Frameworks" if self._IsBundle() else "/usr/local/lib", + ) + return install_base + + def _StandardizePath(self, path): + """Do :standardizepath processing for path.""" + # I'm not quite sure what :standardizepath does. Just call normpath(), + # but don't let @executable_path/../foo collapse to foo. + if "/" in path: + prefix, rest = "", path + if path.startswith("@"): + prefix, rest = path.split("/", 1) + rest = os.path.normpath(rest) # :standardizepath + path = os.path.join(prefix, rest) + return path + + def GetInstallName(self): + """Return LD_DYLIB_INSTALL_NAME for this target.""" + # Xcode sets this for shared_libraries, and for nonbundled loadable_modules. + if self.spec["type"] != "shared_library" and ( + self.spec["type"] != "loadable_module" or self._IsBundle() + ): + return None + + default_install_name = ( + "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)" + ) + install_name = self.GetPerTargetSetting( + "LD_DYLIB_INSTALL_NAME", default=default_install_name + ) + + # Hardcode support for the variables used in chromium for now, to + # unblock people using the make build. + if "$" in install_name: + assert install_name in ( + "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/" + "$(WRAPPER_NAME)/$(PRODUCT_NAME)", + default_install_name, + ), ( + "Variables in LD_DYLIB_INSTALL_NAME are not generally supported " + "yet in target '%s' (got '%s')" + % (self.spec["target_name"], install_name) + ) + + install_name = install_name.replace( + "$(DYLIB_INSTALL_NAME_BASE:standardizepath)", + self._StandardizePath(self.GetInstallNameBase()), + ) + if self._IsBundle(): + # These are only valid for bundles, hence the |if|. + install_name = install_name.replace( + "$(WRAPPER_NAME)", self.GetWrapperName() + ) + install_name = install_name.replace( + "$(PRODUCT_NAME)", self.GetProductName() + ) + else: + assert "$(WRAPPER_NAME)" not in install_name + assert "$(PRODUCT_NAME)" not in install_name + + install_name = install_name.replace( + "$(EXECUTABLE_PATH)", self.GetExecutablePath() + ) + return install_name + + def _MapLinkerFlagFilename(self, ldflag, gyp_to_build_path): + """Checks if ldflag contains a filename and if so remaps it from + gyp-directory-relative to build-directory-relative.""" + # This list is expanded on demand. + # They get matched as: + # -exported_symbols_list file + # -Wl,exported_symbols_list file + # -Wl,exported_symbols_list,file + LINKER_FILE = r"(\S+)" + WORD = r"\S+" + linker_flags = [ + ["-exported_symbols_list", LINKER_FILE], # Needed for NaCl. + ["-unexported_symbols_list", LINKER_FILE], + ["-reexported_symbols_list", LINKER_FILE], + ["-sectcreate", WORD, WORD, LINKER_FILE], # Needed for remoting. + ] + for flag_pattern in linker_flags: + regex = re.compile("(?:-Wl,)?" + "[ ,]".join(flag_pattern)) + m = regex.match(ldflag) + if m: + ldflag = ( + ldflag[: m.start(1)] + + gyp_to_build_path(m.group(1)) + + ldflag[m.end(1) :] + ) + # Required for ffmpeg (no idea why they don't use LIBRARY_SEARCH_PATHS, + # TODO(thakis): Update ffmpeg.gyp): + if ldflag.startswith("-L"): + ldflag = "-L" + gyp_to_build_path(ldflag[len("-L") :]) + return ldflag + + def GetLdflags(self, configname, product_dir, gyp_to_build_path, arch=None): + """Returns flags that need to be passed to the linker. + + Args: + configname: The name of the configuration to get ld flags for. + product_dir: The directory where products such static and dynamic + libraries are placed. This is added to the library search path. + gyp_to_build_path: A function that converts paths relative to the + current gyp file to paths relative to the build directory. + """ + self.configname = configname + ldflags = [] + + # The xcode build is relative to a gyp file's directory, and OTHER_LDFLAGS + # can contain entries that depend on this. Explicitly absolutify these. + for ldflag in self._Settings().get("OTHER_LDFLAGS", []): + ldflags.append(self._MapLinkerFlagFilename(ldflag, gyp_to_build_path)) + + if self._Test("DEAD_CODE_STRIPPING", "YES", default="NO"): + ldflags.append("-Wl,-dead_strip") + + if self._Test("PREBINDING", "YES", default="NO"): + ldflags.append("-Wl,-prebind") + + self._Appendf( + ldflags, "DYLIB_COMPATIBILITY_VERSION", "-compatibility_version %s" + ) + self._Appendf(ldflags, "DYLIB_CURRENT_VERSION", "-current_version %s") + + self._AppendPlatformVersionMinFlags(ldflags) + + if "SDKROOT" in self._Settings() and self._SdkPath(): + ldflags.append("-isysroot " + self._SdkPath()) + + for library_path in self._Settings().get("LIBRARY_SEARCH_PATHS", []): + ldflags.append("-L" + gyp_to_build_path(library_path)) + + if "ORDER_FILE" in self._Settings(): + ldflags.append( + "-Wl,-order_file " + + "-Wl," + + gyp_to_build_path(self._Settings()["ORDER_FILE"]) + ) + + if not gyp.common.CrossCompileRequested(): + if arch is not None: + archs = [arch] + else: + assert self.configname + archs = self.GetActiveArchs(self.configname) + if len(archs) != 1: + # TODO: Supporting fat binaries will be annoying. + self._WarnUnimplemented("ARCHS") + archs = ["i386"] + ldflags.append("-arch " + archs[0]) + + # Xcode adds the product directory by default. + # Rewrite -L. to -L./ to work around http://www.openradar.me/25313838 + ldflags.append("-L" + (product_dir if product_dir != "." else "./")) + + install_name = self.GetInstallName() + if install_name and self.spec["type"] != "loadable_module": + ldflags.append("-install_name " + install_name.replace(" ", r"\ ")) + + for rpath in self._Settings().get("LD_RUNPATH_SEARCH_PATHS", []): + ldflags.append("-Wl,-rpath," + rpath) + + sdk_root = self._SdkPath() + if not sdk_root: + sdk_root = "" + config = self.spec["configurations"][self.configname] + framework_dirs = config.get("mac_framework_dirs", []) + for directory in framework_dirs: + ldflags.append("-F" + directory.replace("$(SDKROOT)", sdk_root)) + + if self._IsXCTest(): + platform_root = self._XcodePlatformPath(configname) + if sdk_root and platform_root: + ldflags.append("-F" + platform_root + "/Developer/Library/Frameworks/") + ldflags.append("-framework XCTest") + + is_extension = self._IsIosAppExtension() or self._IsIosWatchKitExtension() + if sdk_root and is_extension: + # Adds the link flags for extensions. These flags are common for all + # extensions and provide loader and main function. + # These flags reflect the compilation options used by xcode to compile + # extensions. + xcode_version, _ = XcodeVersion() + if xcode_version < "0900": + ldflags.append("-lpkstart") + ldflags.append( + sdk_root + + "/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit" + ) + else: + ldflags.append("-e _NSExtensionMain") + ldflags.append("-fapplication-extension") + + self._Appendf(ldflags, "CLANG_CXX_LIBRARY", "-stdlib=%s") + + self.configname = None + return ldflags + + def GetLibtoolflags(self, configname): + """Returns flags that need to be passed to the static linker. + + Args: + configname: The name of the configuration to get ld flags for. + """ + self.configname = configname + libtoolflags = [] + + for libtoolflag in self._Settings().get("OTHER_LDFLAGS", []): + libtoolflags.append(libtoolflag) + # TODO(thakis): ARCHS? + + self.configname = None + return libtoolflags + + def GetPerTargetSettings(self): + """Gets a list of all the per-target settings. This will only fetch keys + whose values are the same across all configurations.""" + first_pass = True + result = {} + for configname in sorted(self.xcode_settings.keys()): + if first_pass: + result = dict(self.xcode_settings[configname]) + first_pass = False + else: + for key, value in self.xcode_settings[configname].items(): + if key not in result: + continue + elif result[key] != value: + del result[key] + return result + + def GetPerConfigSetting(self, setting, configname, default=None): + if configname in self.xcode_settings: + return self.xcode_settings[configname].get(setting, default) + else: + return self.GetPerTargetSetting(setting, default) + + def GetPerTargetSetting(self, setting, default=None): + """Tries to get xcode_settings.setting from spec. Assumes that the setting + has the same value in all configurations and throws otherwise.""" + is_first_pass = True + result = None + for configname in sorted(self.xcode_settings.keys()): + if is_first_pass: + result = self.xcode_settings[configname].get(setting, None) + is_first_pass = False + else: + assert result == self.xcode_settings[configname].get(setting, None), ( + "Expected per-target setting for '%s', got per-config setting " + "(target %s)" % (setting, self.spec["target_name"]) + ) + if result is None: + return default + return result + + def _GetStripPostbuilds(self, configname, output_binary, quiet): + """Returns a list of shell commands that contain the shell commands + necessary to strip this target's binary. These should be run as postbuilds + before the actual postbuilds run.""" + self.configname = configname + + result = [] + if self._Test("DEPLOYMENT_POSTPROCESSING", "YES", default="NO") and self._Test( + "STRIP_INSTALLED_PRODUCT", "YES", default="NO" + ): + + default_strip_style = "debugging" + if ( + self.spec["type"] == "loadable_module" or self._IsIosAppExtension() + ) and self._IsBundle(): + default_strip_style = "non-global" + elif self.spec["type"] == "executable": + default_strip_style = "all" + + strip_style = self._Settings().get("STRIP_STYLE", default_strip_style) + strip_flags = {"all": "", "non-global": "-x", "debugging": "-S"}[ + strip_style + ] + + explicit_strip_flags = self._Settings().get("STRIPFLAGS", "") + if explicit_strip_flags: + strip_flags += " " + _NormalizeEnvVarReferences(explicit_strip_flags) + + if not quiet: + result.append("echo STRIP\\(%s\\)" % self.spec["target_name"]) + result.append(f"strip {strip_flags} {output_binary}") + + self.configname = None + return result + + def _GetDebugInfoPostbuilds(self, configname, output, output_binary, quiet): + """Returns a list of shell commands that contain the shell commands + necessary to massage this target's debug information. These should be run + as postbuilds before the actual postbuilds run.""" + self.configname = configname + + # For static libraries, no dSYMs are created. + result = [] + if ( + self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES") + and self._Test( + "DEBUG_INFORMATION_FORMAT", "dwarf-with-dsym", default="dwarf" + ) + and self.spec["type"] != "static_library" + ): + if not quiet: + result.append("echo DSYMUTIL\\(%s\\)" % self.spec["target_name"]) + result.append("dsymutil {} -o {}".format(output_binary, output + ".dSYM")) + + self.configname = None + return result + + def _GetTargetPostbuilds(self, configname, output, output_binary, quiet=False): + """Returns a list of shell commands that contain the shell commands + to run as postbuilds for this target, before the actual postbuilds.""" + # dSYMs need to build before stripping happens. + return self._GetDebugInfoPostbuilds( + configname, output, output_binary, quiet + ) + self._GetStripPostbuilds(configname, output_binary, quiet) + + def _GetIOSPostbuilds(self, configname, output_binary): + """Return a shell command to codesign the iOS output binary so it can + be deployed to a device. This should be run as the very last step of the + build.""" + if not ( + self.isIOS + and (self.spec["type"] == "executable" or self._IsXCTest()) + or self.IsIosFramework() + ): + return [] + + postbuilds = [] + product_name = self.GetFullProductName() + settings = self.xcode_settings[configname] + + # Xcode expects XCTests to be copied into the TEST_HOST dir. + if self._IsXCTest(): + source = os.path.join("${BUILT_PRODUCTS_DIR}", product_name) + test_host = os.path.dirname(settings.get("TEST_HOST")) + xctest_destination = os.path.join(test_host, "PlugIns", product_name) + postbuilds.extend([f"ditto {source} {xctest_destination}"]) + + key = self._GetIOSCodeSignIdentityKey(settings) + if not key: + return postbuilds + + # Warn for any unimplemented signing xcode keys. + unimpl = ["OTHER_CODE_SIGN_FLAGS"] + unimpl = set(unimpl) & set(self.xcode_settings[configname].keys()) + if unimpl: + print( + "Warning: Some codesign keys not implemented, ignoring: %s" + % ", ".join(sorted(unimpl)) + ) + + if self._IsXCTest(): + # For device xctests, Xcode copies two extra frameworks into $TEST_HOST. + test_host = os.path.dirname(settings.get("TEST_HOST")) + frameworks_dir = os.path.join(test_host, "Frameworks") + platform_root = self._XcodePlatformPath(configname) + frameworks = [ + "Developer/Library/PrivateFrameworks/IDEBundleInjection.framework", + "Developer/Library/Frameworks/XCTest.framework", + ] + for framework in frameworks: + source = os.path.join(platform_root, framework) + destination = os.path.join(frameworks_dir, os.path.basename(framework)) + postbuilds.extend([f"ditto {source} {destination}"]) + + # Then re-sign everything with 'preserve=True' + postbuilds.extend( + [ + '%s code-sign-bundle "%s" "%s" "%s" "%s" %s' + % ( + os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), + key, + settings.get("CODE_SIGN_ENTITLEMENTS", ""), + settings.get("PROVISIONING_PROFILE", ""), + destination, + True, + ) + ] + ) + plugin_dir = os.path.join(test_host, "PlugIns") + targets = [os.path.join(plugin_dir, product_name), test_host] + for target in targets: + postbuilds.extend( + [ + '%s code-sign-bundle "%s" "%s" "%s" "%s" %s' + % ( + os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), + key, + settings.get("CODE_SIGN_ENTITLEMENTS", ""), + settings.get("PROVISIONING_PROFILE", ""), + target, + True, + ) + ] + ) + + postbuilds.extend( + [ + '%s code-sign-bundle "%s" "%s" "%s" "%s" %s' + % ( + os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), + key, + settings.get("CODE_SIGN_ENTITLEMENTS", ""), + settings.get("PROVISIONING_PROFILE", ""), + os.path.join("${BUILT_PRODUCTS_DIR}", product_name), + False, + ) + ] + ) + return postbuilds + + def _GetIOSCodeSignIdentityKey(self, settings): + identity = settings.get("CODE_SIGN_IDENTITY") + if not identity: + return None + if identity not in XcodeSettings._codesigning_key_cache: + output = subprocess.check_output( + ["security", "find-identity", "-p", "codesigning", "-v"] + ) + for line in output.splitlines(): + if identity in line: + fingerprint = line.split()[1] + cache = XcodeSettings._codesigning_key_cache + assert identity not in cache or fingerprint == cache[identity], ( + "Multiple codesigning fingerprints for identity: %s" % identity + ) + XcodeSettings._codesigning_key_cache[identity] = fingerprint + return XcodeSettings._codesigning_key_cache.get(identity, "") + + def AddImplicitPostbuilds( + self, configname, output, output_binary, postbuilds=[], quiet=False + ): + """Returns a list of shell commands that should run before and after + |postbuilds|.""" + assert output_binary is not None + pre = self._GetTargetPostbuilds(configname, output, output_binary, quiet) + post = self._GetIOSPostbuilds(configname, output_binary) + return pre + postbuilds + post + + def _AdjustLibrary(self, library, config_name=None): + if library.endswith(".framework"): + l_flag = "-framework " + os.path.splitext(os.path.basename(library))[0] + else: + m = self.library_re.match(library) + if m: + l_flag = "-l" + m.group(1) + else: + l_flag = library + + sdk_root = self._SdkPath(config_name) + if not sdk_root: + sdk_root = "" + # Xcode 7 started shipping with ".tbd" (text based stubs) files instead of + # ".dylib" without providing a real support for them. What it does, for + # "/usr/lib" libraries, is do "-L/usr/lib -lname" which is dependent on the + # library order and cause collision when building Chrome. + # + # Instead substitute ".tbd" to ".dylib" in the generated project when the + # following conditions are both true: + # - library is referenced in the gyp file as "$(SDKROOT)/**/*.dylib", + # - the ".dylib" file does not exists but a ".tbd" file do. + library = l_flag.replace("$(SDKROOT)", sdk_root) + if l_flag.startswith("$(SDKROOT)"): + basename, ext = os.path.splitext(library) + if ext == ".dylib" and not os.path.exists(library): + tbd_library = basename + ".tbd" + if os.path.exists(tbd_library): + library = tbd_library + return library + + def AdjustLibraries(self, libraries, config_name=None): + """Transforms entries like 'Cocoa.framework' in libraries into entries like + '-framework Cocoa', 'libcrypto.dylib' into '-lcrypto', etc. + """ + libraries = [self._AdjustLibrary(library, config_name) for library in libraries] + return libraries + + def _BuildMachineOSBuild(self): + return GetStdout(["sw_vers", "-buildVersion"]) + + def _XcodeIOSDeviceFamily(self, configname): + family = self.xcode_settings[configname].get("TARGETED_DEVICE_FAMILY", "1") + return [int(x) for x in family.split(",")] + + def GetExtraPlistItems(self, configname=None): + """Returns a dictionary with extra items to insert into Info.plist.""" + if configname not in XcodeSettings._plist_cache: + cache = {} + cache["BuildMachineOSBuild"] = self._BuildMachineOSBuild() + + xcode_version, xcode_build = XcodeVersion() + cache["DTXcode"] = xcode_version + cache["DTXcodeBuild"] = xcode_build + compiler = self.xcode_settings[configname].get("GCC_VERSION") + if compiler is not None: + cache["DTCompiler"] = compiler + + sdk_root = self._SdkRoot(configname) + if not sdk_root: + sdk_root = self._DefaultSdkRoot() + sdk_version = self._GetSdkVersionInfoItem(sdk_root, "--show-sdk-version") + cache["DTSDKName"] = sdk_root + (sdk_version or "") + if xcode_version >= "0720": + cache["DTSDKBuild"] = self._GetSdkVersionInfoItem( + sdk_root, "--show-sdk-build-version" + ) + elif xcode_version >= "0430": + cache["DTSDKBuild"] = sdk_version + else: + cache["DTSDKBuild"] = cache["BuildMachineOSBuild"] + + if self.isIOS: + cache["MinimumOSVersion"] = self.xcode_settings[configname].get( + "IPHONEOS_DEPLOYMENT_TARGET" + ) + cache["DTPlatformName"] = sdk_root + cache["DTPlatformVersion"] = sdk_version + + if configname.endswith("iphoneos"): + cache["CFBundleSupportedPlatforms"] = ["iPhoneOS"] + cache["DTPlatformBuild"] = cache["DTSDKBuild"] + else: + cache["CFBundleSupportedPlatforms"] = ["iPhoneSimulator"] + # This is weird, but Xcode sets DTPlatformBuild to an empty field + # for simulator builds. + cache["DTPlatformBuild"] = "" + XcodeSettings._plist_cache[configname] = cache + + # Include extra plist items that are per-target, not per global + # XcodeSettings. + items = dict(XcodeSettings._plist_cache[configname]) + if self.isIOS: + items["UIDeviceFamily"] = self._XcodeIOSDeviceFamily(configname) + return items + + def _DefaultSdkRoot(self): + """Returns the default SDKROOT to use. + + Prior to version 5.0.0, if SDKROOT was not explicitly set in the Xcode + project, then the environment variable was empty. Starting with this + version, Xcode uses the name of the newest SDK installed. + """ + xcode_version, _ = XcodeVersion() + if xcode_version < "0500": + return "" + default_sdk_path = self._XcodeSdkPath("") + default_sdk_root = XcodeSettings._sdk_root_cache.get(default_sdk_path) + if default_sdk_root: + return default_sdk_root + try: + all_sdks = GetStdout(["xcodebuild", "-showsdks"]) + except GypError: + # If xcodebuild fails, there will be no valid SDKs + return "" + for line in all_sdks.splitlines(): + items = line.split() + if len(items) >= 3 and items[-2] == "-sdk": + sdk_root = items[-1] + sdk_path = self._XcodeSdkPath(sdk_root) + if sdk_path == default_sdk_path: + return sdk_root + return "" + + +class MacPrefixHeader: + """A class that helps with emulating Xcode's GCC_PREFIX_HEADER feature. + + This feature consists of several pieces: + * If GCC_PREFIX_HEADER is present, all compilations in that project get an + additional |-include path_to_prefix_header| cflag. + * If GCC_PRECOMPILE_PREFIX_HEADER is present too, then the prefix header is + instead compiled, and all other compilations in the project get an + additional |-include path_to_compiled_header| instead. + + Compiled prefix headers have the extension gch. There is one gch file for + every language used in the project (c, cc, m, mm), since gch files for + different languages aren't compatible. + + gch files themselves are built with the target's normal cflags, but they + obviously don't get the |-include| flag. Instead, they need a -x flag that + describes their language. + + All o files in the target need to depend on the gch file, to make sure + it's built before any o file is built. + + This class helps with some of these tasks, but it needs help from the build + system for writing dependencies to the gch files, for writing build commands + for the gch files, and for figuring out the location of the gch files. + """ + + def __init__( + self, xcode_settings, gyp_path_to_build_path, gyp_path_to_build_output + ): + """If xcode_settings is None, all methods on this class are no-ops. + + Args: + gyp_path_to_build_path: A function that takes a gyp-relative path, + and returns a path relative to the build directory. + gyp_path_to_build_output: A function that takes a gyp-relative path and + a language code ('c', 'cc', 'm', or 'mm'), and that returns a path + to where the output of precompiling that path for that language + should be placed (without the trailing '.gch'). + """ + # This doesn't support per-configuration prefix headers. Good enough + # for now. + self.header = None + self.compile_headers = False + if xcode_settings: + self.header = xcode_settings.GetPerTargetSetting("GCC_PREFIX_HEADER") + self.compile_headers = ( + xcode_settings.GetPerTargetSetting( + "GCC_PRECOMPILE_PREFIX_HEADER", default="NO" + ) + != "NO" + ) + self.compiled_headers = {} + if self.header: + if self.compile_headers: + for lang in ["c", "cc", "m", "mm"]: + self.compiled_headers[lang] = gyp_path_to_build_output( + self.header, lang + ) + self.header = gyp_path_to_build_path(self.header) + + def _CompiledHeader(self, lang, arch): + assert self.compile_headers + h = self.compiled_headers[lang] + if arch: + h += "." + arch + return h + + def GetInclude(self, lang, arch=None): + """Gets the cflags to include the prefix header for language |lang|.""" + if self.compile_headers and lang in self.compiled_headers: + return "-include %s" % self._CompiledHeader(lang, arch) + elif self.header: + return "-include %s" % self.header + else: + return "" + + def _Gch(self, lang, arch): + """Returns the actual file name of the prefix header for language |lang|.""" + assert self.compile_headers + return self._CompiledHeader(lang, arch) + ".gch" + + def GetObjDependencies(self, sources, objs, arch=None): + """Given a list of source files and the corresponding object files, returns + a list of (source, object, gch) tuples, where |gch| is the build-directory + relative path to the gch file each object file depends on. |compilable[i]| + has to be the source file belonging to |objs[i]|.""" + if not self.header or not self.compile_headers: + return [] + + result = [] + for source, obj in zip(sources, objs): + ext = os.path.splitext(source)[1] + lang = { + ".c": "c", + ".cpp": "cc", + ".cc": "cc", + ".cxx": "cc", + ".m": "m", + ".mm": "mm", + }.get(ext, None) + if lang: + result.append((source, obj, self._Gch(lang, arch))) + return result + + def GetPchBuildCommands(self, arch=None): + """Returns [(path_to_gch, language_flag, language, header)]. + |path_to_gch| and |header| are relative to the build directory. + """ + if not self.header or not self.compile_headers: + return [] + return [ + (self._Gch("c", arch), "-x c-header", "c", self.header), + (self._Gch("cc", arch), "-x c++-header", "cc", self.header), + (self._Gch("m", arch), "-x objective-c-header", "m", self.header), + (self._Gch("mm", arch), "-x objective-c++-header", "mm", self.header), + ] + + +def XcodeVersion(): + """Returns a tuple of version and build version of installed Xcode.""" + # `xcodebuild -version` output looks like + # Xcode 4.6.3 + # Build version 4H1503 + # or like + # Xcode 3.2.6 + # Component versions: DevToolsCore-1809.0; DevToolsSupport-1806.0 + # BuildVersion: 10M2518 + # Convert that to ('0463', '4H1503') or ('0326', '10M2518'). + global XCODE_VERSION_CACHE + if XCODE_VERSION_CACHE: + return XCODE_VERSION_CACHE + version = "" + build = "" + try: + version_list = GetStdoutQuiet(["xcodebuild", "-version"]).splitlines() + # In some circumstances xcodebuild exits 0 but doesn't return + # the right results; for example, a user on 10.7 or 10.8 with + # a bogus path set via xcode-select + # In that case this may be a CLT-only install so fall back to + # checking that version. + if len(version_list) < 2: + raise GypError("xcodebuild returned unexpected results") + version = version_list[0].split()[-1] # Last word on first line + build = version_list[-1].split()[-1] # Last word on last line + except GypError: # Xcode not installed so look for XCode Command Line Tools + version = CLTVersion() # macOS Catalina returns 11.0.0.0.1.1567737322 + if not version: + raise GypError("No Xcode or CLT version detected!") + # Be careful to convert "4.2.3" to "0423" and "11.0.0" to "1100": + version = version.split(".")[:3] # Just major, minor, micro + version[0] = version[0].zfill(2) # Add a leading zero if major is one digit + version = ("".join(version) + "00")[:4] # Limit to exactly four characters + XCODE_VERSION_CACHE = (version, build) + return XCODE_VERSION_CACHE + + +# This function ported from the logic in Homebrew's CLT version check +def CLTVersion(): + """Returns the version of command-line tools from pkgutil.""" + # pkgutil output looks like + # package-id: com.apple.pkg.CLTools_Executables + # version: 5.0.1.0.1.1382131676 + # volume: / + # location: / + # install-time: 1382544035 + # groups: com.apple.FindSystemFiles.pkg-group + # com.apple.DevToolsBoth.pkg-group + # com.apple.DevToolsNonRelocatableShared.pkg-group + STANDALONE_PKG_ID = "com.apple.pkg.DeveloperToolsCLILeo" + FROM_XCODE_PKG_ID = "com.apple.pkg.DeveloperToolsCLI" + MAVERICKS_PKG_ID = "com.apple.pkg.CLTools_Executables" + + regex = re.compile("version: (?P.+)") + for key in [MAVERICKS_PKG_ID, STANDALONE_PKG_ID, FROM_XCODE_PKG_ID]: + try: + output = GetStdout(["/usr/sbin/pkgutil", "--pkg-info", key]) + return re.search(regex, output).groupdict()["version"] + except GypError: + continue + + regex = re.compile(r'Command Line Tools for Xcode\s+(?P\S+)') + try: + output = GetStdout(["/usr/sbin/softwareupdate", "--history"]) + return re.search(regex, output).groupdict()["version"] + except GypError: + return None + + +def GetStdoutQuiet(cmdlist): + """Returns the content of standard output returned by invoking |cmdlist|. + Ignores the stderr. + Raises |GypError| if the command return with a non-zero return code.""" + job = subprocess.Popen(cmdlist, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + out = job.communicate()[0].decode("utf-8") + if job.returncode != 0: + raise GypError("Error %d running %s" % (job.returncode, cmdlist[0])) + return out.rstrip("\n") + + +def GetStdout(cmdlist): + """Returns the content of standard output returned by invoking |cmdlist|. + Raises |GypError| if the command return with a non-zero return code.""" + job = subprocess.Popen(cmdlist, stdout=subprocess.PIPE) + out = job.communicate()[0].decode("utf-8") + if job.returncode != 0: + sys.stderr.write(out + "\n") + raise GypError("Error %d running %s" % (job.returncode, cmdlist[0])) + return out.rstrip("\n") + + +def MergeGlobalXcodeSettingsToSpec(global_dict, spec): + """Merges the global xcode_settings dictionary into each configuration of the + target represented by spec. For keys that are both in the global and the local + xcode_settings dict, the local key gets precedence. + """ + # The xcode generator special-cases global xcode_settings and does something + # that amounts to merging in the global xcode_settings into each local + # xcode_settings dict. + global_xcode_settings = global_dict.get("xcode_settings", {}) + for config in spec["configurations"].values(): + if "xcode_settings" in config: + new_settings = global_xcode_settings.copy() + new_settings.update(config["xcode_settings"]) + config["xcode_settings"] = new_settings + + +def IsMacBundle(flavor, spec): + """Returns if |spec| should be treated as a bundle. + + Bundles are directories with a certain subdirectory structure, instead of + just a single file. Bundle rules do not produce a binary but also package + resources into that directory.""" + is_mac_bundle = ( + int(spec.get("mac_xctest_bundle", 0)) != 0 + or int(spec.get("mac_xcuitest_bundle", 0)) != 0 + or (int(spec.get("mac_bundle", 0)) != 0 and flavor == "mac") + ) + + if is_mac_bundle: + assert spec["type"] != "none", ( + 'mac_bundle targets cannot have type none (target "%s")' + % spec["target_name"] + ) + return is_mac_bundle + + +def GetMacBundleResources(product_dir, xcode_settings, resources): + """Yields (output, resource) pairs for every resource in |resources|. + Only call this for mac bundle targets. + + Args: + product_dir: Path to the directory containing the output bundle, + relative to the build directory. + xcode_settings: The XcodeSettings of the current target. + resources: A list of bundle resources, relative to the build directory. + """ + dest = os.path.join(product_dir, xcode_settings.GetBundleResourceFolder()) + for res in resources: + output = dest + + # The make generator doesn't support it, so forbid it everywhere + # to keep the generators more interchangeable. + assert " " not in res, "Spaces in resource filenames not supported (%s)" % res + + # Split into (path,file). + res_parts = os.path.split(res) + + # Now split the path into (prefix,maybe.lproj). + lproj_parts = os.path.split(res_parts[0]) + # If the resource lives in a .lproj bundle, add that to the destination. + if lproj_parts[1].endswith(".lproj"): + output = os.path.join(output, lproj_parts[1]) + + output = os.path.join(output, res_parts[1]) + # Compiled XIB files are referred to by .nib. + if output.endswith(".xib"): + output = os.path.splitext(output)[0] + ".nib" + # Compiled storyboard files are referred to by .storyboardc. + if output.endswith(".storyboard"): + output = os.path.splitext(output)[0] + ".storyboardc" + + yield output, res + + +def GetMacInfoPlist(product_dir, xcode_settings, gyp_path_to_build_path): + """Returns (info_plist, dest_plist, defines, extra_env), where: + * |info_plist| is the source plist path, relative to the + build directory, + * |dest_plist| is the destination plist path, relative to the + build directory, + * |defines| is a list of preprocessor defines (empty if the plist + shouldn't be preprocessed, + * |extra_env| is a dict of env variables that should be exported when + invoking |mac_tool copy-info-plist|. + + Only call this for mac bundle targets. + + Args: + product_dir: Path to the directory containing the output bundle, + relative to the build directory. + xcode_settings: The XcodeSettings of the current target. + gyp_to_build_path: A function that converts paths relative to the + current gyp file to paths relative to the build directory. + """ + info_plist = xcode_settings.GetPerTargetSetting("INFOPLIST_FILE") + if not info_plist: + return None, None, [], {} + + # The make generator doesn't support it, so forbid it everywhere + # to keep the generators more interchangeable. + assert " " not in info_plist, ( + "Spaces in Info.plist filenames not supported (%s)" % info_plist + ) + + info_plist = gyp_path_to_build_path(info_plist) + + # If explicitly set to preprocess the plist, invoke the C preprocessor and + # specify any defines as -D flags. + if ( + xcode_settings.GetPerTargetSetting("INFOPLIST_PREPROCESS", default="NO") + == "YES" + ): + # Create an intermediate file based on the path. + defines = shlex.split( + xcode_settings.GetPerTargetSetting( + "INFOPLIST_PREPROCESSOR_DEFINITIONS", default="" + ) + ) + else: + defines = [] + + dest_plist = os.path.join(product_dir, xcode_settings.GetBundlePlistPath()) + extra_env = xcode_settings.GetPerTargetSettings() + + return info_plist, dest_plist, defines, extra_env + + +def _GetXcodeEnv( + xcode_settings, built_products_dir, srcroot, configuration, additional_settings=None +): + """Return the environment variables that Xcode would set. See + http://developer.apple.com/library/mac/#documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-SW153 + for a full list. + + Args: + xcode_settings: An XcodeSettings object. If this is None, this function + returns an empty dict. + built_products_dir: Absolute path to the built products dir. + srcroot: Absolute path to the source root. + configuration: The build configuration name. + additional_settings: An optional dict with more values to add to the + result. + """ + + if not xcode_settings: + return {} + + # This function is considered a friend of XcodeSettings, so let it reach into + # its implementation details. + spec = xcode_settings.spec + + # These are filled in on an as-needed basis. + env = { + "BUILT_FRAMEWORKS_DIR": built_products_dir, + "BUILT_PRODUCTS_DIR": built_products_dir, + "CONFIGURATION": configuration, + "PRODUCT_NAME": xcode_settings.GetProductName(), + # For FULL_PRODUCT_NAME see: + # /Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX\ Product\ Types.xcspec # noqa: E501 + "SRCROOT": srcroot, + "SOURCE_ROOT": "${SRCROOT}", + # This is not true for static libraries, but currently the env is only + # written for bundles: + "TARGET_BUILD_DIR": built_products_dir, + "TEMP_DIR": "${TMPDIR}", + "XCODE_VERSION_ACTUAL": XcodeVersion()[0], + } + if xcode_settings.GetPerConfigSetting("SDKROOT", configuration): + env["SDKROOT"] = xcode_settings._SdkPath(configuration) + else: + env["SDKROOT"] = "" + + if xcode_settings.mac_toolchain_dir: + env["DEVELOPER_DIR"] = xcode_settings.mac_toolchain_dir + + if spec["type"] in ( + "executable", + "static_library", + "shared_library", + "loadable_module", + ): + env["EXECUTABLE_NAME"] = xcode_settings.GetExecutableName() + env["EXECUTABLE_PATH"] = xcode_settings.GetExecutablePath() + env["FULL_PRODUCT_NAME"] = xcode_settings.GetFullProductName() + mach_o_type = xcode_settings.GetMachOType() + if mach_o_type: + env["MACH_O_TYPE"] = mach_o_type + env["PRODUCT_TYPE"] = xcode_settings.GetProductType() + if xcode_settings._IsBundle(): + # xcodeproj_file.py sets the same Xcode subfolder value for this as for + # FRAMEWORKS_FOLDER_PATH so Xcode builds will actually use FFP's value. + env["BUILT_FRAMEWORKS_DIR"] = os.path.join( + built_products_dir + os.sep + xcode_settings.GetBundleFrameworksFolderPath() + ) + env["CONTENTS_FOLDER_PATH"] = xcode_settings.GetBundleContentsFolderPath() + env["EXECUTABLE_FOLDER_PATH"] = xcode_settings.GetBundleExecutableFolderPath() + env[ + "UNLOCALIZED_RESOURCES_FOLDER_PATH" + ] = xcode_settings.GetBundleResourceFolder() + env["JAVA_FOLDER_PATH"] = xcode_settings.GetBundleJavaFolderPath() + env["FRAMEWORKS_FOLDER_PATH"] = xcode_settings.GetBundleFrameworksFolderPath() + env[ + "SHARED_FRAMEWORKS_FOLDER_PATH" + ] = xcode_settings.GetBundleSharedFrameworksFolderPath() + env[ + "SHARED_SUPPORT_FOLDER_PATH" + ] = xcode_settings.GetBundleSharedSupportFolderPath() + env["PLUGINS_FOLDER_PATH"] = xcode_settings.GetBundlePlugInsFolderPath() + env["XPCSERVICES_FOLDER_PATH"] = xcode_settings.GetBundleXPCServicesFolderPath() + env["INFOPLIST_PATH"] = xcode_settings.GetBundlePlistPath() + env["WRAPPER_NAME"] = xcode_settings.GetWrapperName() + + install_name = xcode_settings.GetInstallName() + if install_name: + env["LD_DYLIB_INSTALL_NAME"] = install_name + install_name_base = xcode_settings.GetInstallNameBase() + if install_name_base: + env["DYLIB_INSTALL_NAME_BASE"] = install_name_base + xcode_version, _ = XcodeVersion() + if xcode_version >= "0500" and not env.get("SDKROOT"): + sdk_root = xcode_settings._SdkRoot(configuration) + if not sdk_root: + sdk_root = xcode_settings._XcodeSdkPath("") + if sdk_root is None: + sdk_root = "" + env["SDKROOT"] = sdk_root + + if not additional_settings: + additional_settings = {} + else: + # Flatten lists to strings. + for k in additional_settings: + if not isinstance(additional_settings[k], str): + additional_settings[k] = " ".join(additional_settings[k]) + additional_settings.update(env) + + for k in additional_settings: + additional_settings[k] = _NormalizeEnvVarReferences(additional_settings[k]) + + return additional_settings + + +def _NormalizeEnvVarReferences(str): + """Takes a string containing variable references in the form ${FOO}, $(FOO), + or $FOO, and returns a string with all variable references in the form ${FOO}. + """ + # $FOO -> ${FOO} + str = re.sub(r"\$([a-zA-Z_][a-zA-Z0-9_]*)", r"${\1}", str) + + # $(FOO) -> ${FOO} + matches = re.findall(r"(\$\(([a-zA-Z0-9\-_]+)\))", str) + for match in matches: + to_replace, variable = match + assert "$(" not in match, "$($(FOO)) variables not supported: " + match + str = str.replace(to_replace, "${" + variable + "}") + + return str + + +def ExpandEnvVars(string, expansions): + """Expands ${VARIABLES}, $(VARIABLES), and $VARIABLES in string per the + expansions list. If the variable expands to something that references + another variable, this variable is expanded as well if it's in env -- + until no variables present in env are left.""" + for k, v in reversed(expansions): + string = string.replace("${" + k + "}", v) + string = string.replace("$(" + k + ")", v) + string = string.replace("$" + k, v) + return string + + +def _TopologicallySortedEnvVarKeys(env): + """Takes a dict |env| whose values are strings that can refer to other keys, + for example env['foo'] = '$(bar) and $(baz)'. Returns a list L of all keys of + env such that key2 is after key1 in L if env[key2] refers to env[key1]. + + Throws an Exception in case of dependency cycles. + """ + # Since environment variables can refer to other variables, the evaluation + # order is important. Below is the logic to compute the dependency graph + # and sort it. + regex = re.compile(r"\$\{([a-zA-Z0-9\-_]+)\}") + + def GetEdges(node): + # Use a definition of edges such that user_of_variable -> used_varible. + # This happens to be easier in this case, since a variable's + # definition contains all variables it references in a single string. + # We can then reverse the result of the topological sort at the end. + # Since: reverse(topsort(DAG)) = topsort(reverse_edges(DAG)) + matches = {v for v in regex.findall(env[node]) if v in env} + for dependee in matches: + assert "${" not in dependee, "Nested variables not supported: " + dependee + return matches + + try: + # Topologically sort, and then reverse, because we used an edge definition + # that's inverted from the expected result of this function (see comment + # above). + order = gyp.common.TopologicallySorted(env.keys(), GetEdges) + order.reverse() + return order + except gyp.common.CycleError as e: + raise GypError( + "Xcode environment variables are cyclically dependent: " + str(e.nodes) + ) + + +def GetSortedXcodeEnv( + xcode_settings, built_products_dir, srcroot, configuration, additional_settings=None +): + env = _GetXcodeEnv( + xcode_settings, built_products_dir, srcroot, configuration, additional_settings + ) + return [(key, env[key]) for key in _TopologicallySortedEnvVarKeys(env)] + + +def GetSpecPostbuildCommands(spec, quiet=False): + """Returns the list of postbuilds explicitly defined on |spec|, in a form + executable by a shell.""" + postbuilds = [] + for postbuild in spec.get("postbuilds", []): + if not quiet: + postbuilds.append( + "echo POSTBUILD\\(%s\\) %s" + % (spec["target_name"], postbuild["postbuild_name"]) + ) + postbuilds.append(gyp.common.EncodePOSIXShellList(postbuild["action"])) + return postbuilds + + +def _HasIOSTarget(targets): + """Returns true if any target contains the iOS specific key + IPHONEOS_DEPLOYMENT_TARGET.""" + for target_dict in targets.values(): + for config in target_dict["configurations"].values(): + if config.get("xcode_settings", {}).get("IPHONEOS_DEPLOYMENT_TARGET"): + return True + return False + + +def _AddIOSDeviceConfigurations(targets): + """Clone all targets and append -iphoneos to the name. Configure these targets + to build for iOS devices and use correct architectures for those builds.""" + for target_dict in targets.values(): + toolset = target_dict["toolset"] + configs = target_dict["configurations"] + for config_name, simulator_config_dict in dict(configs).items(): + iphoneos_config_dict = copy.deepcopy(simulator_config_dict) + configs[config_name + "-iphoneos"] = iphoneos_config_dict + configs[config_name + "-iphonesimulator"] = simulator_config_dict + if toolset == "target": + simulator_config_dict["xcode_settings"]["SDKROOT"] = "iphonesimulator" + iphoneos_config_dict["xcode_settings"]["SDKROOT"] = "iphoneos" + return targets + + +def CloneConfigurationForDeviceAndEmulator(target_dicts): + """If |target_dicts| contains any iOS targets, automatically create -iphoneos + targets for iOS device builds.""" + if _HasIOSTarget(target_dicts): + return _AddIOSDeviceConfigurations(target_dicts) + return target_dicts diff --git a/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py b/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py new file mode 100644 index 0000000..bb74eac --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py @@ -0,0 +1,302 @@ +# Copyright (c) 2014 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Xcode-ninja wrapper project file generator. + +This updates the data structures passed to the Xcode gyp generator to build +with ninja instead. The Xcode project itself is transformed into a list of +executable targets, each with a build step to build with ninja, and a target +with every source and resource file. This appears to sidestep some of the +major performance headaches experienced using complex projects and large number +of targets within Xcode. +""" + +import errno +import gyp.generator.ninja +import os +import re +import xml.sax.saxutils + + +def _WriteWorkspace(main_gyp, sources_gyp, params): + """ Create a workspace to wrap main and sources gyp paths. """ + (build_file_root, build_file_ext) = os.path.splitext(main_gyp) + workspace_path = build_file_root + ".xcworkspace" + options = params["options"] + if options.generator_output: + workspace_path = os.path.join(options.generator_output, workspace_path) + try: + os.makedirs(workspace_path) + except OSError as e: + if e.errno != errno.EEXIST: + raise + output_string = ( + '\n' + '\n' + ) + for gyp_name in [main_gyp, sources_gyp]: + name = os.path.splitext(os.path.basename(gyp_name))[0] + ".xcodeproj" + name = xml.sax.saxutils.quoteattr("group:" + name) + output_string += " \n" % name + output_string += "\n" + + workspace_file = os.path.join(workspace_path, "contents.xcworkspacedata") + + try: + with open(workspace_file) as input_file: + input_string = input_file.read() + if input_string == output_string: + return + except OSError: + # Ignore errors if the file doesn't exist. + pass + + with open(workspace_file, "w") as output_file: + output_file.write(output_string) + + +def _TargetFromSpec(old_spec, params): + """ Create fake target for xcode-ninja wrapper. """ + # Determine ninja top level build dir (e.g. /path/to/out). + ninja_toplevel = None + jobs = 0 + if params: + options = params["options"] + ninja_toplevel = os.path.join( + options.toplevel_dir, gyp.generator.ninja.ComputeOutputDir(params) + ) + jobs = params.get("generator_flags", {}).get("xcode_ninja_jobs", 0) + + target_name = old_spec.get("target_name") + product_name = old_spec.get("product_name", target_name) + product_extension = old_spec.get("product_extension") + + ninja_target = {} + ninja_target["target_name"] = target_name + ninja_target["product_name"] = product_name + if product_extension: + ninja_target["product_extension"] = product_extension + ninja_target["toolset"] = old_spec.get("toolset") + ninja_target["default_configuration"] = old_spec.get("default_configuration") + ninja_target["configurations"] = {} + + # Tell Xcode to look in |ninja_toplevel| for build products. + new_xcode_settings = {} + if ninja_toplevel: + new_xcode_settings["CONFIGURATION_BUILD_DIR"] = ( + "%s/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)" % ninja_toplevel + ) + + if "configurations" in old_spec: + for config in old_spec["configurations"]: + old_xcode_settings = old_spec["configurations"][config].get( + "xcode_settings", {} + ) + if "IPHONEOS_DEPLOYMENT_TARGET" in old_xcode_settings: + new_xcode_settings["CODE_SIGNING_REQUIRED"] = "NO" + new_xcode_settings["IPHONEOS_DEPLOYMENT_TARGET"] = old_xcode_settings[ + "IPHONEOS_DEPLOYMENT_TARGET" + ] + for key in ["BUNDLE_LOADER", "TEST_HOST"]: + if key in old_xcode_settings: + new_xcode_settings[key] = old_xcode_settings[key] + + ninja_target["configurations"][config] = {} + ninja_target["configurations"][config][ + "xcode_settings" + ] = new_xcode_settings + + ninja_target["mac_bundle"] = old_spec.get("mac_bundle", 0) + ninja_target["mac_xctest_bundle"] = old_spec.get("mac_xctest_bundle", 0) + ninja_target["ios_app_extension"] = old_spec.get("ios_app_extension", 0) + ninja_target["ios_watchkit_extension"] = old_spec.get("ios_watchkit_extension", 0) + ninja_target["ios_watchkit_app"] = old_spec.get("ios_watchkit_app", 0) + ninja_target["type"] = old_spec["type"] + if ninja_toplevel: + ninja_target["actions"] = [ + { + "action_name": "Compile and copy %s via ninja" % target_name, + "inputs": [], + "outputs": [], + "action": [ + "env", + "PATH=%s" % os.environ["PATH"], + "ninja", + "-C", + new_xcode_settings["CONFIGURATION_BUILD_DIR"], + target_name, + ], + "message": "Compile and copy %s via ninja" % target_name, + }, + ] + if jobs > 0: + ninja_target["actions"][0]["action"].extend(("-j", jobs)) + return ninja_target + + +def IsValidTargetForWrapper(target_extras, executable_target_pattern, spec): + """Limit targets for Xcode wrapper. + + Xcode sometimes performs poorly with too many targets, so only include + proper executable targets, with filters to customize. + Arguments: + target_extras: Regular expression to always add, matching any target. + executable_target_pattern: Regular expression limiting executable targets. + spec: Specifications for target. + """ + target_name = spec.get("target_name") + # Always include targets matching target_extras. + if target_extras is not None and re.search(target_extras, target_name): + return True + + # Otherwise just show executable targets and xc_tests. + if int(spec.get("mac_xctest_bundle", 0)) != 0 or ( + spec.get("type", "") == "executable" + and spec.get("product_extension", "") != "bundle" + ): + + # If there is a filter and the target does not match, exclude the target. + if executable_target_pattern is not None: + if not re.search(executable_target_pattern, target_name): + return False + return True + return False + + +def CreateWrapper(target_list, target_dicts, data, params): + """Initialize targets for the ninja wrapper. + + This sets up the necessary variables in the targets to generate Xcode projects + that use ninja as an external builder. + Arguments: + target_list: List of target pairs: 'base/base.gyp:base'. + target_dicts: Dict of target properties keyed on target pair. + data: Dict of flattened build files keyed on gyp path. + params: Dict of global options for gyp. + """ + orig_gyp = params["build_files"][0] + for gyp_name, gyp_dict in data.items(): + if gyp_name == orig_gyp: + depth = gyp_dict["_DEPTH"] + + # Check for custom main gyp name, otherwise use the default CHROMIUM_GYP_FILE + # and prepend .ninja before the .gyp extension. + generator_flags = params.get("generator_flags", {}) + main_gyp = generator_flags.get("xcode_ninja_main_gyp", None) + if main_gyp is None: + (build_file_root, build_file_ext) = os.path.splitext(orig_gyp) + main_gyp = build_file_root + ".ninja" + build_file_ext + + # Create new |target_list|, |target_dicts| and |data| data structures. + new_target_list = [] + new_target_dicts = {} + new_data = {} + + # Set base keys needed for |data|. + new_data[main_gyp] = {} + new_data[main_gyp]["included_files"] = [] + new_data[main_gyp]["targets"] = [] + new_data[main_gyp]["xcode_settings"] = data[orig_gyp].get("xcode_settings", {}) + + # Normally the xcode-ninja generator includes only valid executable targets. + # If |xcode_ninja_executable_target_pattern| is set, that list is reduced to + # executable targets that match the pattern. (Default all) + executable_target_pattern = generator_flags.get( + "xcode_ninja_executable_target_pattern", None + ) + + # For including other non-executable targets, add the matching target name + # to the |xcode_ninja_target_pattern| regular expression. (Default none) + target_extras = generator_flags.get("xcode_ninja_target_pattern", None) + + for old_qualified_target in target_list: + spec = target_dicts[old_qualified_target] + if IsValidTargetForWrapper(target_extras, executable_target_pattern, spec): + # Add to new_target_list. + target_name = spec.get("target_name") + new_target_name = f"{main_gyp}:{target_name}#target" + new_target_list.append(new_target_name) + + # Add to new_target_dicts. + new_target_dicts[new_target_name] = _TargetFromSpec(spec, params) + + # Add to new_data. + for old_target in data[old_qualified_target.split(":")[0]]["targets"]: + if old_target["target_name"] == target_name: + new_data_target = {} + new_data_target["target_name"] = old_target["target_name"] + new_data_target["toolset"] = old_target["toolset"] + new_data[main_gyp]["targets"].append(new_data_target) + + # Create sources target. + sources_target_name = "sources_for_indexing" + sources_target = _TargetFromSpec( + { + "target_name": sources_target_name, + "toolset": "target", + "default_configuration": "Default", + "mac_bundle": "0", + "type": "executable", + }, + None, + ) + + # Tell Xcode to look everywhere for headers. + sources_target["configurations"] = {"Default": {"include_dirs": [depth]}} + + # Put excluded files into the sources target so they can be opened in Xcode. + skip_excluded_files = not generator_flags.get( + "xcode_ninja_list_excluded_files", True + ) + + sources = [] + for target, target_dict in target_dicts.items(): + base = os.path.dirname(target) + files = target_dict.get("sources", []) + target_dict.get( + "mac_bundle_resources", [] + ) + + if not skip_excluded_files: + files.extend( + target_dict.get("sources_excluded", []) + + target_dict.get("mac_bundle_resources_excluded", []) + ) + + for action in target_dict.get("actions", []): + files.extend(action.get("inputs", [])) + + if not skip_excluded_files: + files.extend(action.get("inputs_excluded", [])) + + # Remove files starting with $. These are mostly intermediate files for the + # build system. + files = [file for file in files if not file.startswith("$")] + + # Make sources relative to root build file. + relative_path = os.path.dirname(main_gyp) + sources += [ + os.path.relpath(os.path.join(base, file), relative_path) for file in files + ] + + sources_target["sources"] = sorted(set(sources)) + + # Put sources_to_index in it's own gyp. + sources_gyp = os.path.join(os.path.dirname(main_gyp), sources_target_name + ".gyp") + fully_qualified_target_name = f"{sources_gyp}:{sources_target_name}#target" + + # Add to new_target_list, new_target_dicts and new_data. + new_target_list.append(fully_qualified_target_name) + new_target_dicts[fully_qualified_target_name] = sources_target + new_data_target = {} + new_data_target["target_name"] = sources_target["target_name"] + new_data_target["_DEPTH"] = depth + new_data_target["toolset"] = "target" + new_data[sources_gyp] = {} + new_data[sources_gyp]["targets"] = [] + new_data[sources_gyp]["included_files"] = [] + new_data[sources_gyp]["xcode_settings"] = data[orig_gyp].get("xcode_settings", {}) + new_data[sources_gyp]["targets"].append(new_data_target) + + # Write workspace to file. + _WriteWorkspace(main_gyp, sources_gyp, params) + return (new_target_list, new_target_dicts, new_data) diff --git a/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py b/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py new file mode 100644 index 0000000..076eea3 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py @@ -0,0 +1,3197 @@ +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Xcode project file generator. + +This module is both an Xcode project file generator and a documentation of the +Xcode project file format. Knowledge of the project file format was gained +based on extensive experience with Xcode, and by making changes to projects in +Xcode.app and observing the resultant changes in the associated project files. + +XCODE PROJECT FILES + +The generator targets the file format as written by Xcode 3.2 (specifically, +3.2.6), but past experience has taught that the format has not changed +significantly in the past several years, and future versions of Xcode are able +to read older project files. + +Xcode project files are "bundled": the project "file" from an end-user's +perspective is actually a directory with an ".xcodeproj" extension. The +project file from this module's perspective is actually a file inside this +directory, always named "project.pbxproj". This file contains a complete +description of the project and is all that is needed to use the xcodeproj. +Other files contained in the xcodeproj directory are simply used to store +per-user settings, such as the state of various UI elements in the Xcode +application. + +The project.pbxproj file is a property list, stored in a format almost +identical to the NeXTstep property list format. The file is able to carry +Unicode data, and is encoded in UTF-8. The root element in the property list +is a dictionary that contains several properties of minimal interest, and two +properties of immense interest. The most important property is a dictionary +named "objects". The entire structure of the project is represented by the +children of this property. The objects dictionary is keyed by unique 96-bit +values represented by 24 uppercase hexadecimal characters. Each value in the +objects dictionary is itself a dictionary, describing an individual object. + +Each object in the dictionary is a member of a class, which is identified by +the "isa" property of each object. A variety of classes are represented in a +project file. Objects can refer to other objects by ID, using the 24-character +hexadecimal object key. A project's objects form a tree, with a root object +of class PBXProject at the root. As an example, the PBXProject object serves +as parent to an XCConfigurationList object defining the build configurations +used in the project, a PBXGroup object serving as a container for all files +referenced in the project, and a list of target objects, each of which defines +a target in the project. There are several different types of target object, +such as PBXNativeTarget and PBXAggregateTarget. In this module, this +relationship is expressed by having each target type derive from an abstract +base named XCTarget. + +The project.pbxproj file's root dictionary also contains a property, sibling to +the "objects" dictionary, named "rootObject". The value of rootObject is a +24-character object key referring to the root PBXProject object in the +objects dictionary. + +In Xcode, every file used as input to a target or produced as a final product +of a target must appear somewhere in the hierarchy rooted at the PBXGroup +object referenced by the PBXProject's mainGroup property. A PBXGroup is +generally represented as a folder in the Xcode application. PBXGroups can +contain other PBXGroups as well as PBXFileReferences, which are pointers to +actual files. + +Each XCTarget contains a list of build phases, represented in this module by +the abstract base XCBuildPhase. Examples of concrete XCBuildPhase derivations +are PBXSourcesBuildPhase and PBXFrameworksBuildPhase, which correspond to the +"Compile Sources" and "Link Binary With Libraries" phases displayed in the +Xcode application. Files used as input to these phases (for example, source +files in the former case and libraries and frameworks in the latter) are +represented by PBXBuildFile objects, referenced by elements of "files" lists +in XCTarget objects. Each PBXBuildFile object refers to a PBXBuildFile +object as a "weak" reference: it does not "own" the PBXBuildFile, which is +owned by the root object's mainGroup or a descendant group. In most cases, the +layer of indirection between an XCBuildPhase and a PBXFileReference via a +PBXBuildFile appears extraneous, but there's actually one reason for this: +file-specific compiler flags are added to the PBXBuildFile object so as to +allow a single file to be a member of multiple targets while having distinct +compiler flags for each. These flags can be modified in the Xcode applciation +in the "Build" tab of a File Info window. + +When a project is open in the Xcode application, Xcode will rewrite it. As +such, this module is careful to adhere to the formatting used by Xcode, to +avoid insignificant changes appearing in the file when it is used in the +Xcode application. This will keep version control repositories happy, and +makes it possible to compare a project file used in Xcode to one generated by +this module to determine if any significant changes were made in the +application. + +Xcode has its own way of assigning 24-character identifiers to each object, +which is not duplicated here. Because the identifier only is only generated +once, when an object is created, and is then left unchanged, there is no need +to attempt to duplicate Xcode's behavior in this area. The generator is free +to select any identifier, even at random, to refer to the objects it creates, +and Xcode will retain those identifiers and use them when subsequently +rewriting the project file. However, the generator would choose new random +identifiers each time the project files are generated, leading to difficulties +comparing "used" project files to "pristine" ones produced by this module, +and causing the appearance of changes as every object identifier is changed +when updated projects are checked in to a version control repository. To +mitigate this problem, this module chooses identifiers in a more deterministic +way, by hashing a description of each object as well as its parent and ancestor +objects. This strategy should result in minimal "shift" in IDs as successive +generations of project files are produced. + +THIS MODULE + +This module introduces several classes, all derived from the XCObject class. +Nearly all of the "brains" are built into the XCObject class, which understands +how to create and modify objects, maintain the proper tree structure, compute +identifiers, and print objects. For the most part, classes derived from +XCObject need only provide a _schema class object, a dictionary that +expresses what properties objects of the class may contain. + +Given this structure, it's possible to build a minimal project file by creating +objects of the appropriate types and making the proper connections: + + config_list = XCConfigurationList() + group = PBXGroup() + project = PBXProject({'buildConfigurationList': config_list, + 'mainGroup': group}) + +With the project object set up, it can be added to an XCProjectFile object. +XCProjectFile is a pseudo-class in the sense that it is a concrete XCObject +subclass that does not actually correspond to a class type found in a project +file. Rather, it is used to represent the project file's root dictionary. +Printing an XCProjectFile will print the entire project file, including the +full "objects" dictionary. + + project_file = XCProjectFile({'rootObject': project}) + project_file.ComputeIDs() + project_file.Print() + +Xcode project files are always encoded in UTF-8. This module will accept +strings of either the str class or the unicode class. Strings of class str +are assumed to already be encoded in UTF-8. Obviously, if you're just using +ASCII, you won't encounter difficulties because ASCII is a UTF-8 subset. +Strings of class unicode are handled properly and encoded in UTF-8 when +a project file is output. +""" + +import gyp.common +from functools import cmp_to_key +import hashlib +from operator import attrgetter +import posixpath +import re +import struct +import sys + + +def cmp(x, y): + return (x > y) - (x < y) + + +# See XCObject._EncodeString. This pattern is used to determine when a string +# can be printed unquoted. Strings that match this pattern may be printed +# unquoted. Strings that do not match must be quoted and may be further +# transformed to be properly encoded. Note that this expression matches the +# characters listed with "+", for 1 or more occurrences: if a string is empty, +# it must not match this pattern, because it needs to be encoded as "". +_unquoted = re.compile("^[A-Za-z0-9$./_]+$") + +# Strings that match this pattern are quoted regardless of what _unquoted says. +# Oddly, Xcode will quote any string with a run of three or more underscores. +_quoted = re.compile("___") + +# This pattern should match any character that needs to be escaped by +# XCObject._EncodeString. See that function. +_escaped = re.compile('[\\\\"]|[\x00-\x1f]') + + +# Used by SourceTreeAndPathFromPath +_path_leading_variable = re.compile(r"^\$\((.*?)\)(/(.*))?$") + + +def SourceTreeAndPathFromPath(input_path): + """Given input_path, returns a tuple with sourceTree and path values. + + Examples: + input_path (source_tree, output_path) + '$(VAR)/path' ('VAR', 'path') + '$(VAR)' ('VAR', None) + 'path' (None, 'path') + """ + + source_group_match = _path_leading_variable.match(input_path) + if source_group_match: + source_tree = source_group_match.group(1) + output_path = source_group_match.group(3) # This may be None. + else: + source_tree = None + output_path = input_path + + return (source_tree, output_path) + + +def ConvertVariablesToShellSyntax(input_string): + return re.sub(r"\$\((.*?)\)", "${\\1}", input_string) + + +class XCObject: + """The abstract base of all class types used in Xcode project files. + + Class variables: + _schema: A dictionary defining the properties of this class. The keys to + _schema are string property keys as used in project files. Values + are a list of four or five elements: + [ is_list, property_type, is_strong, is_required, default ] + is_list: True if the property described is a list, as opposed + to a single element. + property_type: The type to use as the value of the property, + or if is_list is True, the type to use for each + element of the value's list. property_type must + be an XCObject subclass, or one of the built-in + types str, int, or dict. + is_strong: If property_type is an XCObject subclass, is_strong + is True to assert that this class "owns," or serves + as parent, to the property value (or, if is_list is + True, values). is_strong must be False if + property_type is not an XCObject subclass. + is_required: True if the property is required for the class. + Note that is_required being True does not preclude + an empty string ("", in the case of property_type + str) or list ([], in the case of is_list True) from + being set for the property. + default: Optional. If is_required is True, default may be set + to provide a default value for objects that do not supply + their own value. If is_required is True and default + is not provided, users of the class must supply their own + value for the property. + Note that although the values of the array are expressed in + boolean terms, subclasses provide values as integers to conserve + horizontal space. + _should_print_single_line: False in XCObject. Subclasses whose objects + should be written to the project file in the + alternate single-line format, such as + PBXFileReference and PBXBuildFile, should + set this to True. + _encode_transforms: Used by _EncodeString to encode unprintable characters. + The index into this list is the ordinal of the + character to transform; each value is a string + used to represent the character in the output. XCObject + provides an _encode_transforms list suitable for most + XCObject subclasses. + _alternate_encode_transforms: Provided for subclasses that wish to use + the alternate encoding rules. Xcode seems + to use these rules when printing objects in + single-line format. Subclasses that desire + this behavior should set _encode_transforms + to _alternate_encode_transforms. + _hashables: A list of XCObject subclasses that can be hashed by ComputeIDs + to construct this object's ID. Most classes that need custom + hashing behavior should do it by overriding Hashables, + but in some cases an object's parent may wish to push a + hashable value into its child, and it can do so by appending + to _hashables. + Attributes: + id: The object's identifier, a 24-character uppercase hexadecimal string. + Usually, objects being created should not set id until the entire + project file structure is built. At that point, UpdateIDs() should + be called on the root object to assign deterministic values for id to + each object in the tree. + parent: The object's parent. This is set by a parent XCObject when a child + object is added to it. + _properties: The object's property dictionary. An object's properties are + described by its class' _schema variable. + """ + + _schema = {} + _should_print_single_line = False + + # See _EncodeString. + _encode_transforms = [] + i = 0 + while i < ord(" "): + _encode_transforms.append("\\U%04x" % i) + i = i + 1 + _encode_transforms[7] = "\\a" + _encode_transforms[8] = "\\b" + _encode_transforms[9] = "\\t" + _encode_transforms[10] = "\\n" + _encode_transforms[11] = "\\v" + _encode_transforms[12] = "\\f" + _encode_transforms[13] = "\\n" + + _alternate_encode_transforms = list(_encode_transforms) + _alternate_encode_transforms[9] = chr(9) + _alternate_encode_transforms[10] = chr(10) + _alternate_encode_transforms[11] = chr(11) + + def __init__(self, properties=None, id=None, parent=None): + self.id = id + self.parent = parent + self._properties = {} + self._hashables = [] + self._SetDefaultsFromSchema() + self.UpdateProperties(properties) + + def __repr__(self): + try: + name = self.Name() + except NotImplementedError: + return f"<{self.__class__.__name__} at 0x{id(self):x}>" + return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" + + def Copy(self): + """Make a copy of this object. + + The new object will have its own copy of lists and dicts. Any XCObject + objects owned by this object (marked "strong") will be copied in the + new object, even those found in lists. If this object has any weak + references to other XCObjects, the same references are added to the new + object without making a copy. + """ + + that = self.__class__(id=self.id, parent=self.parent) + for key, value in self._properties.items(): + is_strong = self._schema[key][2] + + if isinstance(value, XCObject): + if is_strong: + new_value = value.Copy() + new_value.parent = that + that._properties[key] = new_value + else: + that._properties[key] = value + elif isinstance(value, (str, int)): + that._properties[key] = value + elif isinstance(value, list): + if is_strong: + # If is_strong is True, each element is an XCObject, so it's safe to + # call Copy. + that._properties[key] = [] + for item in value: + new_item = item.Copy() + new_item.parent = that + that._properties[key].append(new_item) + else: + that._properties[key] = value[:] + elif isinstance(value, dict): + # dicts are never strong. + if is_strong: + raise TypeError( + "Strong dict for key " + key + " in " + self.__class__.__name__ + ) + else: + that._properties[key] = value.copy() + else: + raise TypeError( + "Unexpected type " + + value.__class__.__name__ + + " for key " + + key + + " in " + + self.__class__.__name__ + ) + + return that + + def Name(self): + """Return the name corresponding to an object. + + Not all objects necessarily need to be nameable, and not all that do have + a "name" property. Override as needed. + """ + + # If the schema indicates that "name" is required, try to access the + # property even if it doesn't exist. This will result in a KeyError + # being raised for the property that should be present, which seems more + # appropriate than NotImplementedError in this case. + if "name" in self._properties or ( + "name" in self._schema and self._schema["name"][3] + ): + return self._properties["name"] + + raise NotImplementedError(self.__class__.__name__ + " must implement Name") + + def Comment(self): + """Return a comment string for the object. + + Most objects just use their name as the comment, but PBXProject uses + different values. + + The returned comment is not escaped and does not have any comment marker + strings applied to it. + """ + + return self.Name() + + def Hashables(self): + hashables = [self.__class__.__name__] + + name = self.Name() + if name is not None: + hashables.append(name) + + hashables.extend(self._hashables) + + return hashables + + def HashablesForChild(self): + return None + + def ComputeIDs(self, recursive=True, overwrite=True, seed_hash=None): + """Set "id" properties deterministically. + + An object's "id" property is set based on a hash of its class type and + name, as well as the class type and name of all ancestor objects. As + such, it is only advisable to call ComputeIDs once an entire project file + tree is built. + + If recursive is True, recurse into all descendant objects and update their + hashes. + + If overwrite is True, any existing value set in the "id" property will be + replaced. + """ + + def _HashUpdate(hash, data): + """Update hash with data's length and contents. + + If the hash were updated only with the value of data, it would be + possible for clowns to induce collisions by manipulating the names of + their objects. By adding the length, it's exceedingly less likely that + ID collisions will be encountered, intentionally or not. + """ + + hash.update(struct.pack(">i", len(data))) + if isinstance(data, str): + data = data.encode("utf-8") + hash.update(data) + + if seed_hash is None: + seed_hash = hashlib.sha1() + + hash = seed_hash.copy() + + hashables = self.Hashables() + assert len(hashables) > 0 + for hashable in hashables: + _HashUpdate(hash, hashable) + + if recursive: + hashables_for_child = self.HashablesForChild() + if hashables_for_child is None: + child_hash = hash + else: + assert len(hashables_for_child) > 0 + child_hash = seed_hash.copy() + for hashable in hashables_for_child: + _HashUpdate(child_hash, hashable) + + for child in self.Children(): + child.ComputeIDs(recursive, overwrite, child_hash) + + if overwrite or self.id is None: + # Xcode IDs are only 96 bits (24 hex characters), but a SHA-1 digest is + # is 160 bits. Instead of throwing out 64 bits of the digest, xor them + # into the portion that gets used. + assert hash.digest_size % 4 == 0 + digest_int_count = hash.digest_size // 4 + digest_ints = struct.unpack(">" + "I" * digest_int_count, hash.digest()) + id_ints = [0, 0, 0] + for index in range(0, digest_int_count): + id_ints[index % 3] ^= digest_ints[index] + self.id = "%08X%08X%08X" % tuple(id_ints) + + def EnsureNoIDCollisions(self): + """Verifies that no two objects have the same ID. Checks all descendants. + """ + + ids = {} + descendants = self.Descendants() + for descendant in descendants: + if descendant.id in ids: + other = ids[descendant.id] + raise KeyError( + 'Duplicate ID %s, objects "%s" and "%s" in "%s"' + % ( + descendant.id, + str(descendant._properties), + str(other._properties), + self._properties["rootObject"].Name(), + ) + ) + ids[descendant.id] = descendant + + def Children(self): + """Returns a list of all of this object's owned (strong) children.""" + + children = [] + for property, attributes in self._schema.items(): + (is_list, property_type, is_strong) = attributes[0:3] + if is_strong and property in self._properties: + if not is_list: + children.append(self._properties[property]) + else: + children.extend(self._properties[property]) + return children + + def Descendants(self): + """Returns a list of all of this object's descendants, including this + object. + """ + + children = self.Children() + descendants = [self] + for child in children: + descendants.extend(child.Descendants()) + return descendants + + def PBXProjectAncestor(self): + # The base case for recursion is defined at PBXProject.PBXProjectAncestor. + if self.parent: + return self.parent.PBXProjectAncestor() + return None + + def _EncodeComment(self, comment): + """Encodes a comment to be placed in the project file output, mimicking + Xcode behavior. + """ + + # This mimics Xcode behavior by wrapping the comment in "/*" and "*/". If + # the string already contains a "*/", it is turned into "(*)/". This keeps + # the file writer from outputting something that would be treated as the + # end of a comment in the middle of something intended to be entirely a + # comment. + + return "/* " + comment.replace("*/", "(*)/") + " */" + + def _EncodeTransform(self, match): + # This function works closely with _EncodeString. It will only be called + # by re.sub with match.group(0) containing a character matched by the + # the _escaped expression. + char = match.group(0) + + # Backslashes (\) and quotation marks (") are always replaced with a + # backslash-escaped version of the same. Everything else gets its + # replacement from the class' _encode_transforms array. + if char == "\\": + return "\\\\" + if char == '"': + return '\\"' + return self._encode_transforms[ord(char)] + + def _EncodeString(self, value): + """Encodes a string to be placed in the project file output, mimicking + Xcode behavior. + """ + + # Use quotation marks when any character outside of the range A-Z, a-z, 0-9, + # $ (dollar sign), . (period), and _ (underscore) is present. Also use + # quotation marks to represent empty strings. + # + # Escape " (double-quote) and \ (backslash) by preceding them with a + # backslash. + # + # Some characters below the printable ASCII range are encoded specially: + # 7 ^G BEL is encoded as "\a" + # 8 ^H BS is encoded as "\b" + # 11 ^K VT is encoded as "\v" + # 12 ^L NP is encoded as "\f" + # 127 ^? DEL is passed through as-is without escaping + # - In PBXFileReference and PBXBuildFile objects: + # 9 ^I HT is passed through as-is without escaping + # 10 ^J NL is passed through as-is without escaping + # 13 ^M CR is passed through as-is without escaping + # - In other objects: + # 9 ^I HT is encoded as "\t" + # 10 ^J NL is encoded as "\n" + # 13 ^M CR is encoded as "\n" rendering it indistinguishable from + # 10 ^J NL + # All other characters within the ASCII control character range (0 through + # 31 inclusive) are encoded as "\U001f" referring to the Unicode code point + # in hexadecimal. For example, character 14 (^N SO) is encoded as "\U000e". + # Characters above the ASCII range are passed through to the output encoded + # as UTF-8 without any escaping. These mappings are contained in the + # class' _encode_transforms list. + + if _unquoted.search(value) and not _quoted.search(value): + return value + + return '"' + _escaped.sub(self._EncodeTransform, value) + '"' + + def _XCPrint(self, file, tabs, line): + file.write("\t" * tabs + line) + + def _XCPrintableValue(self, tabs, value, flatten_list=False): + """Returns a representation of value that may be printed in a project file, + mimicking Xcode's behavior. + + _XCPrintableValue can handle str and int values, XCObjects (which are + made printable by returning their id property), and list and dict objects + composed of any of the above types. When printing a list or dict, and + _should_print_single_line is False, the tabs parameter is used to determine + how much to indent the lines corresponding to the items in the list or + dict. + + If flatten_list is True, single-element lists will be transformed into + strings. + """ + + printable = "" + comment = None + + if self._should_print_single_line: + sep = " " + element_tabs = "" + end_tabs = "" + else: + sep = "\n" + element_tabs = "\t" * (tabs + 1) + end_tabs = "\t" * tabs + + if isinstance(value, XCObject): + printable += value.id + comment = value.Comment() + elif isinstance(value, str): + printable += self._EncodeString(value) + elif isinstance(value, str): + printable += self._EncodeString(value.encode("utf-8")) + elif isinstance(value, int): + printable += str(value) + elif isinstance(value, list): + if flatten_list and len(value) <= 1: + if len(value) == 0: + printable += self._EncodeString("") + else: + printable += self._EncodeString(value[0]) + else: + printable = "(" + sep + for item in value: + printable += ( + element_tabs + + self._XCPrintableValue(tabs + 1, item, flatten_list) + + "," + + sep + ) + printable += end_tabs + ")" + elif isinstance(value, dict): + printable = "{" + sep + for item_key, item_value in sorted(value.items()): + printable += ( + element_tabs + + self._XCPrintableValue(tabs + 1, item_key, flatten_list) + + " = " + + self._XCPrintableValue(tabs + 1, item_value, flatten_list) + + ";" + + sep + ) + printable += end_tabs + "}" + else: + raise TypeError("Can't make " + value.__class__.__name__ + " printable") + + if comment: + printable += " " + self._EncodeComment(comment) + + return printable + + def _XCKVPrint(self, file, tabs, key, value): + """Prints a key and value, members of an XCObject's _properties dictionary, + to file. + + tabs is an int identifying the indentation level. If the class' + _should_print_single_line variable is True, tabs is ignored and the + key-value pair will be followed by a space insead of a newline. + """ + + if self._should_print_single_line: + printable = "" + after_kv = " " + else: + printable = "\t" * tabs + after_kv = "\n" + + # Xcode usually prints remoteGlobalIDString values in PBXContainerItemProxy + # objects without comments. Sometimes it prints them with comments, but + # the majority of the time, it doesn't. To avoid unnecessary changes to + # the project file after Xcode opens it, don't write comments for + # remoteGlobalIDString. This is a sucky hack and it would certainly be + # cleaner to extend the schema to indicate whether or not a comment should + # be printed, but since this is the only case where the problem occurs and + # Xcode itself can't seem to make up its mind, the hack will suffice. + # + # Also see PBXContainerItemProxy._schema['remoteGlobalIDString']. + if key == "remoteGlobalIDString" and isinstance(self, PBXContainerItemProxy): + value_to_print = value.id + else: + value_to_print = value + + # PBXBuildFile's settings property is represented in the output as a dict, + # but a hack here has it represented as a string. Arrange to strip off the + # quotes so that it shows up in the output as expected. + if key == "settings" and isinstance(self, PBXBuildFile): + strip_value_quotes = True + else: + strip_value_quotes = False + + # In another one-off, let's set flatten_list on buildSettings properties + # of XCBuildConfiguration objects, because that's how Xcode treats them. + if key == "buildSettings" and isinstance(self, XCBuildConfiguration): + flatten_list = True + else: + flatten_list = False + + try: + printable_key = self._XCPrintableValue(tabs, key, flatten_list) + printable_value = self._XCPrintableValue(tabs, value_to_print, flatten_list) + if ( + strip_value_quotes + and len(printable_value) > 1 + and printable_value[0] == '"' + and printable_value[-1] == '"' + ): + printable_value = printable_value[1:-1] + printable += printable_key + " = " + printable_value + ";" + after_kv + except TypeError as e: + gyp.common.ExceptionAppend(e, 'while printing key "%s"' % key) + raise + + self._XCPrint(file, 0, printable) + + def Print(self, file=sys.stdout): + """Prints a reprentation of this object to file, adhering to Xcode output + formatting. + """ + + self.VerifyHasRequiredProperties() + + if self._should_print_single_line: + # When printing an object in a single line, Xcode doesn't put any space + # between the beginning of a dictionary (or presumably a list) and the + # first contained item, so you wind up with snippets like + # ...CDEF = {isa = PBXFileReference; fileRef = 0123... + # If it were me, I would have put a space in there after the opening + # curly, but I guess this is just another one of those inconsistencies + # between how Xcode prints PBXFileReference and PBXBuildFile objects as + # compared to other objects. Mimic Xcode's behavior here by using an + # empty string for sep. + sep = "" + end_tabs = 0 + else: + sep = "\n" + end_tabs = 2 + + # Start the object. For example, '\t\tPBXProject = {\n'. + self._XCPrint(file, 2, self._XCPrintableValue(2, self) + " = {" + sep) + + # "isa" isn't in the _properties dictionary, it's an intrinsic property + # of the class which the object belongs to. Xcode always outputs "isa" + # as the first element of an object dictionary. + self._XCKVPrint(file, 3, "isa", self.__class__.__name__) + + # The remaining elements of an object dictionary are sorted alphabetically. + for property, value in sorted(self._properties.items()): + self._XCKVPrint(file, 3, property, value) + + # End the object. + self._XCPrint(file, end_tabs, "};\n") + + def UpdateProperties(self, properties, do_copy=False): + """Merge the supplied properties into the _properties dictionary. + + The input properties must adhere to the class schema or a KeyError or + TypeError exception will be raised. If adding an object of an XCObject + subclass and the schema indicates a strong relationship, the object's + parent will be set to this object. + + If do_copy is True, then lists, dicts, strong-owned XCObjects, and + strong-owned XCObjects in lists will be copied instead of having their + references added. + """ + + if properties is None: + return + + for property, value in properties.items(): + # Make sure the property is in the schema. + if property not in self._schema: + raise KeyError(property + " not in " + self.__class__.__name__) + + # Make sure the property conforms to the schema. + (is_list, property_type, is_strong) = self._schema[property][0:3] + if is_list: + if value.__class__ != list: + raise TypeError( + property + + " of " + + self.__class__.__name__ + + " must be list, not " + + value.__class__.__name__ + ) + for item in value: + if not isinstance(item, property_type) and not ( + isinstance(item, str) and property_type == str + ): + # Accept unicode where str is specified. str is treated as + # UTF-8-encoded. + raise TypeError( + "item of " + + property + + " of " + + self.__class__.__name__ + + " must be " + + property_type.__name__ + + ", not " + + item.__class__.__name__ + ) + elif not isinstance(value, property_type) and not ( + isinstance(value, str) and property_type == str + ): + # Accept unicode where str is specified. str is treated as + # UTF-8-encoded. + raise TypeError( + property + + " of " + + self.__class__.__name__ + + " must be " + + property_type.__name__ + + ", not " + + value.__class__.__name__ + ) + + # Checks passed, perform the assignment. + if do_copy: + if isinstance(value, XCObject): + if is_strong: + self._properties[property] = value.Copy() + else: + self._properties[property] = value + elif isinstance(value, (str, int)): + self._properties[property] = value + elif isinstance(value, list): + if is_strong: + # If is_strong is True, each element is an XCObject, + # so it's safe to call Copy. + self._properties[property] = [] + for item in value: + self._properties[property].append(item.Copy()) + else: + self._properties[property] = value[:] + elif isinstance(value, dict): + self._properties[property] = value.copy() + else: + raise TypeError( + "Don't know how to copy a " + + value.__class__.__name__ + + " object for " + + property + + " in " + + self.__class__.__name__ + ) + else: + self._properties[property] = value + + # Set up the child's back-reference to this object. Don't use |value| + # any more because it may not be right if do_copy is true. + if is_strong: + if not is_list: + self._properties[property].parent = self + else: + for item in self._properties[property]: + item.parent = self + + def HasProperty(self, key): + return key in self._properties + + def GetProperty(self, key): + return self._properties[key] + + def SetProperty(self, key, value): + self.UpdateProperties({key: value}) + + def DelProperty(self, key): + if key in self._properties: + del self._properties[key] + + def AppendProperty(self, key, value): + # TODO(mark): Support ExtendProperty too (and make this call that)? + + # Schema validation. + if key not in self._schema: + raise KeyError(key + " not in " + self.__class__.__name__) + + (is_list, property_type, is_strong) = self._schema[key][0:3] + if not is_list: + raise TypeError(key + " of " + self.__class__.__name__ + " must be list") + if not isinstance(value, property_type): + raise TypeError( + "item of " + + key + + " of " + + self.__class__.__name__ + + " must be " + + property_type.__name__ + + ", not " + + value.__class__.__name__ + ) + + # If the property doesn't exist yet, create a new empty list to receive the + # item. + self._properties[key] = self._properties.get(key, []) + + # Set up the ownership link. + if is_strong: + value.parent = self + + # Store the item. + self._properties[key].append(value) + + def VerifyHasRequiredProperties(self): + """Ensure that all properties identified as required by the schema are + set. + """ + + # TODO(mark): A stronger verification mechanism is needed. Some + # subclasses need to perform validation beyond what the schema can enforce. + for property, attributes in self._schema.items(): + (is_list, property_type, is_strong, is_required) = attributes[0:4] + if is_required and property not in self._properties: + raise KeyError(self.__class__.__name__ + " requires " + property) + + def _SetDefaultsFromSchema(self): + """Assign object default values according to the schema. This will not + overwrite properties that have already been set.""" + + defaults = {} + for property, attributes in self._schema.items(): + (is_list, property_type, is_strong, is_required) = attributes[0:4] + if ( + is_required + and len(attributes) >= 5 + and property not in self._properties + ): + default = attributes[4] + + defaults[property] = default + + if len(defaults) > 0: + # Use do_copy=True so that each new object gets its own copy of strong + # objects, lists, and dicts. + self.UpdateProperties(defaults, do_copy=True) + + +class XCHierarchicalElement(XCObject): + """Abstract base for PBXGroup and PBXFileReference. Not represented in a + project file.""" + + # TODO(mark): Do name and path belong here? Probably so. + # If path is set and name is not, name may have a default value. Name will + # be set to the basename of path, if the basename of path is different from + # the full value of path. If path is already just a leaf name, name will + # not be set. + _schema = XCObject._schema.copy() + _schema.update( + { + "comments": [0, str, 0, 0], + "fileEncoding": [0, str, 0, 0], + "includeInIndex": [0, int, 0, 0], + "indentWidth": [0, int, 0, 0], + "lineEnding": [0, int, 0, 0], + "sourceTree": [0, str, 0, 1, ""], + "tabWidth": [0, int, 0, 0], + "usesTabs": [0, int, 0, 0], + "wrapsLines": [0, int, 0, 0], + } + ) + + def __init__(self, properties=None, id=None, parent=None): + # super + XCObject.__init__(self, properties, id, parent) + if "path" in self._properties and "name" not in self._properties: + path = self._properties["path"] + name = posixpath.basename(path) + if name != "" and path != name: + self.SetProperty("name", name) + + if "path" in self._properties and ( + "sourceTree" not in self._properties + or self._properties["sourceTree"] == "" + ): + # If the pathname begins with an Xcode variable like "$(SDKROOT)/", take + # the variable out and make the path be relative to that variable by + # assigning the variable name as the sourceTree. + (source_tree, path) = SourceTreeAndPathFromPath(self._properties["path"]) + if source_tree is not None: + self._properties["sourceTree"] = source_tree + if path is not None: + self._properties["path"] = path + if ( + source_tree is not None + and path is None + and "name" not in self._properties + ): + # The path was of the form "$(SDKROOT)" with no path following it. + # This object is now relative to that variable, so it has no path + # attribute of its own. It does, however, keep a name. + del self._properties["path"] + self._properties["name"] = source_tree + + def Name(self): + if "name" in self._properties: + return self._properties["name"] + elif "path" in self._properties: + return self._properties["path"] + else: + # This happens in the case of the root PBXGroup. + return None + + def Hashables(self): + """Custom hashables for XCHierarchicalElements. + + XCHierarchicalElements are special. Generally, their hashes shouldn't + change if the paths don't change. The normal XCObject implementation of + Hashables adds a hashable for each object, which means that if + the hierarchical structure changes (possibly due to changes caused when + TakeOverOnlyChild runs and encounters slight changes in the hierarchy), + the hashes will change. For example, if a project file initially contains + a/b/f1 and a/b becomes collapsed into a/b, f1 will have a single parent + a/b. If someone later adds a/f2 to the project file, a/b can no longer be + collapsed, and f1 winds up with parent b and grandparent a. That would + be sufficient to change f1's hash. + + To counteract this problem, hashables for all XCHierarchicalElements except + for the main group (which has neither a name nor a path) are taken to be + just the set of path components. Because hashables are inherited from + parents, this provides assurance that a/b/f1 has the same set of hashables + whether its parent is b or a/b. + + The main group is a special case. As it is permitted to have no name or + path, it is permitted to use the standard XCObject hash mechanism. This + is not considered a problem because there can be only one main group. + """ + + if self == self.PBXProjectAncestor()._properties["mainGroup"]: + # super + return XCObject.Hashables(self) + + hashables = [] + + # Put the name in first, ensuring that if TakeOverOnlyChild collapses + # children into a top-level group like "Source", the name always goes + # into the list of hashables without interfering with path components. + if "name" in self._properties: + # Make it less likely for people to manipulate hashes by following the + # pattern of always pushing an object type value onto the list first. + hashables.append(self.__class__.__name__ + ".name") + hashables.append(self._properties["name"]) + + # NOTE: This still has the problem that if an absolute path is encountered, + # including paths with a sourceTree, they'll still inherit their parents' + # hashables, even though the paths aren't relative to their parents. This + # is not expected to be much of a problem in practice. + path = self.PathFromSourceTreeAndPath() + if path is not None: + components = path.split(posixpath.sep) + for component in components: + hashables.append(self.__class__.__name__ + ".path") + hashables.append(component) + + hashables.extend(self._hashables) + + return hashables + + def Compare(self, other): + # Allow comparison of these types. PBXGroup has the highest sort rank; + # PBXVariantGroup is treated as equal to PBXFileReference. + valid_class_types = { + PBXFileReference: "file", + PBXGroup: "group", + PBXVariantGroup: "file", + } + self_type = valid_class_types[self.__class__] + other_type = valid_class_types[other.__class__] + + if self_type == other_type: + # If the two objects are of the same sort rank, compare their names. + return cmp(self.Name(), other.Name()) + + # Otherwise, sort groups before everything else. + if self_type == "group": + return -1 + return 1 + + def CompareRootGroup(self, other): + # This function should be used only to compare direct children of the + # containing PBXProject's mainGroup. These groups should appear in the + # listed order. + # TODO(mark): "Build" is used by gyp.generator.xcode, perhaps the + # generator should have a way of influencing this list rather than having + # to hardcode for the generator here. + order = [ + "Source", + "Intermediates", + "Projects", + "Frameworks", + "Products", + "Build", + ] + + # If the groups aren't in the listed order, do a name comparison. + # Otherwise, groups in the listed order should come before those that + # aren't. + self_name = self.Name() + other_name = other.Name() + self_in = isinstance(self, PBXGroup) and self_name in order + other_in = isinstance(self, PBXGroup) and other_name in order + if not self_in and not other_in: + return self.Compare(other) + if self_name in order and other_name not in order: + return -1 + if other_name in order and self_name not in order: + return 1 + + # If both groups are in the listed order, go by the defined order. + self_index = order.index(self_name) + other_index = order.index(other_name) + if self_index < other_index: + return -1 + if self_index > other_index: + return 1 + return 0 + + def PathFromSourceTreeAndPath(self): + # Turn the object's sourceTree and path properties into a single flat + # string of a form comparable to the path parameter. If there's a + # sourceTree property other than "", wrap it in $(...) for the + # comparison. + components = [] + if self._properties["sourceTree"] != "": + components.append("$(" + self._properties["sourceTree"] + ")") + if "path" in self._properties: + components.append(self._properties["path"]) + + if len(components) > 0: + return posixpath.join(*components) + + return None + + def FullPath(self): + # Returns a full path to self relative to the project file, or relative + # to some other source tree. Start with self, and walk up the chain of + # parents prepending their paths, if any, until no more parents are + # available (project-relative path) or until a path relative to some + # source tree is found. + xche = self + path = None + while isinstance(xche, XCHierarchicalElement) and ( + path is None or (not path.startswith("/") and not path.startswith("$")) + ): + this_path = xche.PathFromSourceTreeAndPath() + if this_path is not None and path is not None: + path = posixpath.join(this_path, path) + elif this_path is not None: + path = this_path + xche = xche.parent + + return path + + +class PBXGroup(XCHierarchicalElement): + """ + Attributes: + _children_by_path: Maps pathnames of children of this PBXGroup to the + actual child XCHierarchicalElement objects. + _variant_children_by_name_and_path: Maps (name, path) tuples of + PBXVariantGroup children to the actual child PBXVariantGroup objects. + """ + + _schema = XCHierarchicalElement._schema.copy() + _schema.update( + { + "children": [1, XCHierarchicalElement, 1, 1, []], + "name": [0, str, 0, 0], + "path": [0, str, 0, 0], + } + ) + + def __init__(self, properties=None, id=None, parent=None): + # super + XCHierarchicalElement.__init__(self, properties, id, parent) + self._children_by_path = {} + self._variant_children_by_name_and_path = {} + for child in self._properties.get("children", []): + self._AddChildToDicts(child) + + def Hashables(self): + # super + hashables = XCHierarchicalElement.Hashables(self) + + # It is not sufficient to just rely on name and parent to build a unique + # hashable : a node could have two child PBXGroup sharing a common name. + # To add entropy the hashable is enhanced with the names of all its + # children. + for child in self._properties.get("children", []): + child_name = child.Name() + if child_name is not None: + hashables.append(child_name) + + return hashables + + def HashablesForChild(self): + # To avoid a circular reference the hashables used to compute a child id do + # not include the child names. + return XCHierarchicalElement.Hashables(self) + + def _AddChildToDicts(self, child): + # Sets up this PBXGroup object's dicts to reference the child properly. + child_path = child.PathFromSourceTreeAndPath() + if child_path: + if child_path in self._children_by_path: + raise ValueError("Found multiple children with path " + child_path) + self._children_by_path[child_path] = child + + if isinstance(child, PBXVariantGroup): + child_name = child._properties.get("name", None) + key = (child_name, child_path) + if key in self._variant_children_by_name_and_path: + raise ValueError( + "Found multiple PBXVariantGroup children with " + + "name " + + str(child_name) + + " and path " + + str(child_path) + ) + self._variant_children_by_name_and_path[key] = child + + def AppendChild(self, child): + # Callers should use this instead of calling + # AppendProperty('children', child) directly because this function + # maintains the group's dicts. + self.AppendProperty("children", child) + self._AddChildToDicts(child) + + def GetChildByName(self, name): + # This is not currently optimized with a dict as GetChildByPath is because + # it has few callers. Most callers probably want GetChildByPath. This + # function is only useful to get children that have names but no paths, + # which is rare. The children of the main group ("Source", "Products", + # etc.) is pretty much the only case where this likely to come up. + # + # TODO(mark): Maybe this should raise an error if more than one child is + # present with the same name. + if "children" not in self._properties: + return None + + for child in self._properties["children"]: + if child.Name() == name: + return child + + return None + + def GetChildByPath(self, path): + if not path: + return None + + if path in self._children_by_path: + return self._children_by_path[path] + + return None + + def GetChildByRemoteObject(self, remote_object): + # This method is a little bit esoteric. Given a remote_object, which + # should be a PBXFileReference in another project file, this method will + # return this group's PBXReferenceProxy object serving as a local proxy + # for the remote PBXFileReference. + # + # This function might benefit from a dict optimization as GetChildByPath + # for some workloads, but profiling shows that it's not currently a + # problem. + if "children" not in self._properties: + return None + + for child in self._properties["children"]: + if not isinstance(child, PBXReferenceProxy): + continue + + container_proxy = child._properties["remoteRef"] + if container_proxy._properties["remoteGlobalIDString"] == remote_object: + return child + + return None + + def AddOrGetFileByPath(self, path, hierarchical): + """Returns an existing or new file reference corresponding to path. + + If hierarchical is True, this method will create or use the necessary + hierarchical group structure corresponding to path. Otherwise, it will + look in and create an item in the current group only. + + If an existing matching reference is found, it is returned, otherwise, a + new one will be created, added to the correct group, and returned. + + If path identifies a directory by virtue of carrying a trailing slash, + this method returns a PBXFileReference of "folder" type. If path + identifies a variant, by virtue of it identifying a file inside a directory + with an ".lproj" extension, this method returns a PBXVariantGroup + containing the variant named by path, and possibly other variants. For + all other paths, a "normal" PBXFileReference will be returned. + """ + + # Adding or getting a directory? Directories end with a trailing slash. + is_dir = False + if path.endswith("/"): + is_dir = True + path = posixpath.normpath(path) + if is_dir: + path = path + "/" + + # Adding or getting a variant? Variants are files inside directories + # with an ".lproj" extension. Xcode uses variants for localization. For + # a variant path/to/Language.lproj/MainMenu.nib, put a variant group named + # MainMenu.nib inside path/to, and give it a variant named Language. In + # this example, grandparent would be set to path/to and parent_root would + # be set to Language. + variant_name = None + parent = posixpath.dirname(path) + grandparent = posixpath.dirname(parent) + parent_basename = posixpath.basename(parent) + (parent_root, parent_ext) = posixpath.splitext(parent_basename) + if parent_ext == ".lproj": + variant_name = parent_root + if grandparent == "": + grandparent = None + + # Putting a directory inside a variant group is not currently supported. + assert not is_dir or variant_name is None + + path_split = path.split(posixpath.sep) + if ( + len(path_split) == 1 + or ((is_dir or variant_name is not None) and len(path_split) == 2) + or not hierarchical + ): + # The PBXFileReference or PBXVariantGroup will be added to or gotten from + # this PBXGroup, no recursion necessary. + if variant_name is None: + # Add or get a PBXFileReference. + file_ref = self.GetChildByPath(path) + if file_ref is not None: + assert file_ref.__class__ == PBXFileReference + else: + file_ref = PBXFileReference({"path": path}) + self.AppendChild(file_ref) + else: + # Add or get a PBXVariantGroup. The variant group name is the same + # as the basename (MainMenu.nib in the example above). grandparent + # specifies the path to the variant group itself, and path_split[-2:] + # is the path of the specific variant relative to its group. + variant_group_name = posixpath.basename(path) + variant_group_ref = self.AddOrGetVariantGroupByNameAndPath( + variant_group_name, grandparent + ) + variant_path = posixpath.sep.join(path_split[-2:]) + variant_ref = variant_group_ref.GetChildByPath(variant_path) + if variant_ref is not None: + assert variant_ref.__class__ == PBXFileReference + else: + variant_ref = PBXFileReference( + {"name": variant_name, "path": variant_path} + ) + variant_group_ref.AppendChild(variant_ref) + # The caller is interested in the variant group, not the specific + # variant file. + file_ref = variant_group_ref + return file_ref + else: + # Hierarchical recursion. Add or get a PBXGroup corresponding to the + # outermost path component, and then recurse into it, chopping off that + # path component. + next_dir = path_split[0] + group_ref = self.GetChildByPath(next_dir) + if group_ref is not None: + assert group_ref.__class__ == PBXGroup + else: + group_ref = PBXGroup({"path": next_dir}) + self.AppendChild(group_ref) + return group_ref.AddOrGetFileByPath( + posixpath.sep.join(path_split[1:]), hierarchical + ) + + def AddOrGetVariantGroupByNameAndPath(self, name, path): + """Returns an existing or new PBXVariantGroup for name and path. + + If a PBXVariantGroup identified by the name and path arguments is already + present as a child of this object, it is returned. Otherwise, a new + PBXVariantGroup with the correct properties is created, added as a child, + and returned. + + This method will generally be called by AddOrGetFileByPath, which knows + when to create a variant group based on the structure of the pathnames + passed to it. + """ + + key = (name, path) + if key in self._variant_children_by_name_and_path: + variant_group_ref = self._variant_children_by_name_and_path[key] + assert variant_group_ref.__class__ == PBXVariantGroup + return variant_group_ref + + variant_group_properties = {"name": name} + if path is not None: + variant_group_properties["path"] = path + variant_group_ref = PBXVariantGroup(variant_group_properties) + self.AppendChild(variant_group_ref) + + return variant_group_ref + + def TakeOverOnlyChild(self, recurse=False): + """If this PBXGroup has only one child and it's also a PBXGroup, take + it over by making all of its children this object's children. + + This function will continue to take over only children when those children + are groups. If there are three PBXGroups representing a, b, and c, with + c inside b and b inside a, and a and b have no other children, this will + result in a taking over both b and c, forming a PBXGroup for a/b/c. + + If recurse is True, this function will recurse into children and ask them + to collapse themselves by taking over only children as well. Assuming + an example hierarchy with files at a/b/c/d1, a/b/c/d2, and a/b/c/d3/e/f + (d1, d2, and f are files, the rest are groups), recursion will result in + a group for a/b/c containing a group for d3/e. + """ + + # At this stage, check that child class types are PBXGroup exactly, + # instead of using isinstance. The only subclass of PBXGroup, + # PBXVariantGroup, should not participate in reparenting in the same way: + # reparenting by merging different object types would be wrong. + while ( + len(self._properties["children"]) == 1 + and self._properties["children"][0].__class__ == PBXGroup + ): + # Loop to take over the innermost only-child group possible. + + child = self._properties["children"][0] + + # Assume the child's properties, including its children. Save a copy + # of this object's old properties, because they'll still be needed. + # This object retains its existing id and parent attributes. + old_properties = self._properties + self._properties = child._properties + self._children_by_path = child._children_by_path + + if ( + "sourceTree" not in self._properties + or self._properties["sourceTree"] == "" + ): + # The child was relative to its parent. Fix up the path. Note that + # children with a sourceTree other than "" are not relative to + # their parents, so no path fix-up is needed in that case. + if "path" in old_properties: + if "path" in self._properties: + # Both the original parent and child have paths set. + self._properties["path"] = posixpath.join( + old_properties["path"], self._properties["path"] + ) + else: + # Only the original parent has a path, use it. + self._properties["path"] = old_properties["path"] + if "sourceTree" in old_properties: + # The original parent had a sourceTree set, use it. + self._properties["sourceTree"] = old_properties["sourceTree"] + + # If the original parent had a name set, keep using it. If the original + # parent didn't have a name but the child did, let the child's name + # live on. If the name attribute seems unnecessary now, get rid of it. + if "name" in old_properties and old_properties["name"] not in ( + None, + self.Name(), + ): + self._properties["name"] = old_properties["name"] + if ( + "name" in self._properties + and "path" in self._properties + and self._properties["name"] == self._properties["path"] + ): + del self._properties["name"] + + # Notify all children of their new parent. + for child in self._properties["children"]: + child.parent = self + + # If asked to recurse, recurse. + if recurse: + for child in self._properties["children"]: + if child.__class__ == PBXGroup: + child.TakeOverOnlyChild(recurse) + + def SortGroup(self): + self._properties["children"] = sorted( + self._properties["children"], key=cmp_to_key(lambda x, y: x.Compare(y)) + ) + + # Recurse. + for child in self._properties["children"]: + if isinstance(child, PBXGroup): + child.SortGroup() + + +class XCFileLikeElement(XCHierarchicalElement): + # Abstract base for objects that can be used as the fileRef property of + # PBXBuildFile. + + def PathHashables(self): + # A PBXBuildFile that refers to this object will call this method to + # obtain additional hashables specific to this XCFileLikeElement. Don't + # just use this object's hashables, they're not specific and unique enough + # on their own (without access to the parent hashables.) Instead, provide + # hashables that identify this object by path by getting its hashables as + # well as the hashables of ancestor XCHierarchicalElement objects. + + hashables = [] + xche = self + while isinstance(xche, XCHierarchicalElement): + xche_hashables = xche.Hashables() + for index, xche_hashable in enumerate(xche_hashables): + hashables.insert(index, xche_hashable) + xche = xche.parent + return hashables + + +class XCContainerPortal(XCObject): + # Abstract base for objects that can be used as the containerPortal property + # of PBXContainerItemProxy. + pass + + +class XCRemoteObject(XCObject): + # Abstract base for objects that can be used as the remoteGlobalIDString + # property of PBXContainerItemProxy. + pass + + +class PBXFileReference(XCFileLikeElement, XCContainerPortal, XCRemoteObject): + _schema = XCFileLikeElement._schema.copy() + _schema.update( + { + "explicitFileType": [0, str, 0, 0], + "lastKnownFileType": [0, str, 0, 0], + "name": [0, str, 0, 0], + "path": [0, str, 0, 1], + } + ) + + # Weird output rules for PBXFileReference. + _should_print_single_line = True + # super + _encode_transforms = XCFileLikeElement._alternate_encode_transforms + + def __init__(self, properties=None, id=None, parent=None): + # super + XCFileLikeElement.__init__(self, properties, id, parent) + if "path" in self._properties and self._properties["path"].endswith("/"): + self._properties["path"] = self._properties["path"][:-1] + is_dir = True + else: + is_dir = False + + if ( + "path" in self._properties + and "lastKnownFileType" not in self._properties + and "explicitFileType" not in self._properties + ): + # TODO(mark): This is the replacement for a replacement for a quick hack. + # It is no longer incredibly sucky, but this list needs to be extended. + extension_map = { + "a": "archive.ar", + "app": "wrapper.application", + "bdic": "file", + "bundle": "wrapper.cfbundle", + "c": "sourcecode.c.c", + "cc": "sourcecode.cpp.cpp", + "cpp": "sourcecode.cpp.cpp", + "css": "text.css", + "cxx": "sourcecode.cpp.cpp", + "dart": "sourcecode", + "dylib": "compiled.mach-o.dylib", + "framework": "wrapper.framework", + "gyp": "sourcecode", + "gypi": "sourcecode", + "h": "sourcecode.c.h", + "hxx": "sourcecode.cpp.h", + "icns": "image.icns", + "java": "sourcecode.java", + "js": "sourcecode.javascript", + "kext": "wrapper.kext", + "m": "sourcecode.c.objc", + "mm": "sourcecode.cpp.objcpp", + "nib": "wrapper.nib", + "o": "compiled.mach-o.objfile", + "pdf": "image.pdf", + "pl": "text.script.perl", + "plist": "text.plist.xml", + "pm": "text.script.perl", + "png": "image.png", + "py": "text.script.python", + "r": "sourcecode.rez", + "rez": "sourcecode.rez", + "s": "sourcecode.asm", + "storyboard": "file.storyboard", + "strings": "text.plist.strings", + "swift": "sourcecode.swift", + "ttf": "file", + "xcassets": "folder.assetcatalog", + "xcconfig": "text.xcconfig", + "xcdatamodel": "wrapper.xcdatamodel", + "xcdatamodeld": "wrapper.xcdatamodeld", + "xib": "file.xib", + "y": "sourcecode.yacc", + } + + prop_map = { + "dart": "explicitFileType", + "gyp": "explicitFileType", + "gypi": "explicitFileType", + } + + if is_dir: + file_type = "folder" + prop_name = "lastKnownFileType" + else: + basename = posixpath.basename(self._properties["path"]) + (root, ext) = posixpath.splitext(basename) + # Check the map using a lowercase extension. + # TODO(mark): Maybe it should try with the original case first and fall + # back to lowercase, in case there are any instances where case + # matters. There currently aren't. + if ext != "": + ext = ext[1:].lower() + + # TODO(mark): "text" is the default value, but "file" is appropriate + # for unrecognized files not containing text. Xcode seems to choose + # based on content. + file_type = extension_map.get(ext, "text") + prop_name = prop_map.get(ext, "lastKnownFileType") + + self._properties[prop_name] = file_type + + +class PBXVariantGroup(PBXGroup, XCFileLikeElement): + """PBXVariantGroup is used by Xcode to represent localizations.""" + + # No additions to the schema relative to PBXGroup. + pass + + +# PBXReferenceProxy is also an XCFileLikeElement subclass. It is defined below +# because it uses PBXContainerItemProxy, defined below. + + +class XCBuildConfiguration(XCObject): + _schema = XCObject._schema.copy() + _schema.update( + { + "baseConfigurationReference": [0, PBXFileReference, 0, 0], + "buildSettings": [0, dict, 0, 1, {}], + "name": [0, str, 0, 1], + } + ) + + def HasBuildSetting(self, key): + return key in self._properties["buildSettings"] + + def GetBuildSetting(self, key): + return self._properties["buildSettings"][key] + + def SetBuildSetting(self, key, value): + # TODO(mark): If a list, copy? + self._properties["buildSettings"][key] = value + + def AppendBuildSetting(self, key, value): + if key not in self._properties["buildSettings"]: + self._properties["buildSettings"][key] = [] + self._properties["buildSettings"][key].append(value) + + def DelBuildSetting(self, key): + if key in self._properties["buildSettings"]: + del self._properties["buildSettings"][key] + + def SetBaseConfiguration(self, value): + self._properties["baseConfigurationReference"] = value + + +class XCConfigurationList(XCObject): + # _configs is the default list of configurations. + _configs = [ + XCBuildConfiguration({"name": "Debug"}), + XCBuildConfiguration({"name": "Release"}), + ] + + _schema = XCObject._schema.copy() + _schema.update( + { + "buildConfigurations": [1, XCBuildConfiguration, 1, 1, _configs], + "defaultConfigurationIsVisible": [0, int, 0, 1, 1], + "defaultConfigurationName": [0, str, 0, 1, "Release"], + } + ) + + def Name(self): + return ( + "Build configuration list for " + + self.parent.__class__.__name__ + + ' "' + + self.parent.Name() + + '"' + ) + + def ConfigurationNamed(self, name): + """Convenience accessor to obtain an XCBuildConfiguration by name.""" + for configuration in self._properties["buildConfigurations"]: + if configuration._properties["name"] == name: + return configuration + + raise KeyError(name) + + def DefaultConfiguration(self): + """Convenience accessor to obtain the default XCBuildConfiguration.""" + return self.ConfigurationNamed(self._properties["defaultConfigurationName"]) + + def HasBuildSetting(self, key): + """Determines the state of a build setting in all XCBuildConfiguration + child objects. + + If all child objects have key in their build settings, and the value is the + same in all child objects, returns 1. + + If no child objects have the key in their build settings, returns 0. + + If some, but not all, child objects have the key in their build settings, + or if any children have different values for the key, returns -1. + """ + + has = None + value = None + for configuration in self._properties["buildConfigurations"]: + configuration_has = configuration.HasBuildSetting(key) + if has is None: + has = configuration_has + elif has != configuration_has: + return -1 + + if configuration_has: + configuration_value = configuration.GetBuildSetting(key) + if value is None: + value = configuration_value + elif value != configuration_value: + return -1 + + if not has: + return 0 + + return 1 + + def GetBuildSetting(self, key): + """Gets the build setting for key. + + All child XCConfiguration objects must have the same value set for the + setting, or a ValueError will be raised. + """ + + # TODO(mark): This is wrong for build settings that are lists. The list + # contents should be compared (and a list copy returned?) + + value = None + for configuration in self._properties["buildConfigurations"]: + configuration_value = configuration.GetBuildSetting(key) + if value is None: + value = configuration_value + else: + if value != configuration_value: + raise ValueError("Variant values for " + key) + + return value + + def SetBuildSetting(self, key, value): + """Sets the build setting for key to value in all child + XCBuildConfiguration objects. + """ + + for configuration in self._properties["buildConfigurations"]: + configuration.SetBuildSetting(key, value) + + def AppendBuildSetting(self, key, value): + """Appends value to the build setting for key, which is treated as a list, + in all child XCBuildConfiguration objects. + """ + + for configuration in self._properties["buildConfigurations"]: + configuration.AppendBuildSetting(key, value) + + def DelBuildSetting(self, key): + """Deletes the build setting key from all child XCBuildConfiguration + objects. + """ + + for configuration in self._properties["buildConfigurations"]: + configuration.DelBuildSetting(key) + + def SetBaseConfiguration(self, value): + """Sets the build configuration in all child XCBuildConfiguration objects. + """ + + for configuration in self._properties["buildConfigurations"]: + configuration.SetBaseConfiguration(value) + + +class PBXBuildFile(XCObject): + _schema = XCObject._schema.copy() + _schema.update( + { + "fileRef": [0, XCFileLikeElement, 0, 1], + "settings": [0, str, 0, 0], # hack, it's a dict + } + ) + + # Weird output rules for PBXBuildFile. + _should_print_single_line = True + _encode_transforms = XCObject._alternate_encode_transforms + + def Name(self): + # Example: "main.cc in Sources" + return self._properties["fileRef"].Name() + " in " + self.parent.Name() + + def Hashables(self): + # super + hashables = XCObject.Hashables(self) + + # It is not sufficient to just rely on Name() to get the + # XCFileLikeElement's name, because that is not a complete pathname. + # PathHashables returns hashables unique enough that no two + # PBXBuildFiles should wind up with the same set of hashables, unless + # someone adds the same file multiple times to the same target. That + # would be considered invalid anyway. + hashables.extend(self._properties["fileRef"].PathHashables()) + + return hashables + + +class XCBuildPhase(XCObject): + """Abstract base for build phase classes. Not represented in a project + file. + + Attributes: + _files_by_path: A dict mapping each path of a child in the files list by + path (keys) to the corresponding PBXBuildFile children (values). + _files_by_xcfilelikeelement: A dict mapping each XCFileLikeElement (keys) + to the corresponding PBXBuildFile children (values). + """ + + # TODO(mark): Some build phase types, like PBXShellScriptBuildPhase, don't + # actually have a "files" list. XCBuildPhase should not have "files" but + # another abstract subclass of it should provide this, and concrete build + # phase types that do have "files" lists should be derived from that new + # abstract subclass. XCBuildPhase should only provide buildActionMask and + # runOnlyForDeploymentPostprocessing, and not files or the various + # file-related methods and attributes. + + _schema = XCObject._schema.copy() + _schema.update( + { + "buildActionMask": [0, int, 0, 1, 0x7FFFFFFF], + "files": [1, PBXBuildFile, 1, 1, []], + "runOnlyForDeploymentPostprocessing": [0, int, 0, 1, 0], + } + ) + + def __init__(self, properties=None, id=None, parent=None): + # super + XCObject.__init__(self, properties, id, parent) + + self._files_by_path = {} + self._files_by_xcfilelikeelement = {} + for pbxbuildfile in self._properties.get("files", []): + self._AddBuildFileToDicts(pbxbuildfile) + + def FileGroup(self, path): + # Subclasses must override this by returning a two-element tuple. The + # first item in the tuple should be the PBXGroup to which "path" should be + # added, either as a child or deeper descendant. The second item should + # be a boolean indicating whether files should be added into hierarchical + # groups or one single flat group. + raise NotImplementedError(self.__class__.__name__ + " must implement FileGroup") + + def _AddPathToDict(self, pbxbuildfile, path): + """Adds path to the dict tracking paths belonging to this build phase. + + If the path is already a member of this build phase, raises an exception. + """ + + if path in self._files_by_path: + raise ValueError("Found multiple build files with path " + path) + self._files_by_path[path] = pbxbuildfile + + def _AddBuildFileToDicts(self, pbxbuildfile, path=None): + """Maintains the _files_by_path and _files_by_xcfilelikeelement dicts. + + If path is specified, then it is the path that is being added to the + phase, and pbxbuildfile must contain either a PBXFileReference directly + referencing that path, or it must contain a PBXVariantGroup that itself + contains a PBXFileReference referencing the path. + + If path is not specified, either the PBXFileReference's path or the paths + of all children of the PBXVariantGroup are taken as being added to the + phase. + + If the path is already present in the phase, raises an exception. + + If the PBXFileReference or PBXVariantGroup referenced by pbxbuildfile + are already present in the phase, referenced by a different PBXBuildFile + object, raises an exception. This does not raise an exception when + a PBXFileReference or PBXVariantGroup reappear and are referenced by the + same PBXBuildFile that has already introduced them, because in the case + of PBXVariantGroup objects, they may correspond to multiple paths that are + not all added simultaneously. When this situation occurs, the path needs + to be added to _files_by_path, but nothing needs to change in + _files_by_xcfilelikeelement, and the caller should have avoided adding + the PBXBuildFile if it is already present in the list of children. + """ + + xcfilelikeelement = pbxbuildfile._properties["fileRef"] + + paths = [] + if path is not None: + # It's best when the caller provides the path. + if isinstance(xcfilelikeelement, PBXVariantGroup): + paths.append(path) + else: + # If the caller didn't provide a path, there can be either multiple + # paths (PBXVariantGroup) or one. + if isinstance(xcfilelikeelement, PBXVariantGroup): + for variant in xcfilelikeelement._properties["children"]: + paths.append(variant.FullPath()) + else: + paths.append(xcfilelikeelement.FullPath()) + + # Add the paths first, because if something's going to raise, the + # messages provided by _AddPathToDict are more useful owing to its + # having access to a real pathname and not just an object's Name(). + for a_path in paths: + self._AddPathToDict(pbxbuildfile, a_path) + + # If another PBXBuildFile references this XCFileLikeElement, there's a + # problem. + if ( + xcfilelikeelement in self._files_by_xcfilelikeelement + and self._files_by_xcfilelikeelement[xcfilelikeelement] != pbxbuildfile + ): + raise ValueError( + "Found multiple build files for " + xcfilelikeelement.Name() + ) + self._files_by_xcfilelikeelement[xcfilelikeelement] = pbxbuildfile + + def AppendBuildFile(self, pbxbuildfile, path=None): + # Callers should use this instead of calling + # AppendProperty('files', pbxbuildfile) directly because this function + # maintains the object's dicts. Better yet, callers can just call AddFile + # with a pathname and not worry about building their own PBXBuildFile + # objects. + self.AppendProperty("files", pbxbuildfile) + self._AddBuildFileToDicts(pbxbuildfile, path) + + def AddFile(self, path, settings=None): + (file_group, hierarchical) = self.FileGroup(path) + file_ref = file_group.AddOrGetFileByPath(path, hierarchical) + + if file_ref in self._files_by_xcfilelikeelement and isinstance( + file_ref, PBXVariantGroup + ): + # There's already a PBXBuildFile in this phase corresponding to the + # PBXVariantGroup. path just provides a new variant that belongs to + # the group. Add the path to the dict. + pbxbuildfile = self._files_by_xcfilelikeelement[file_ref] + self._AddBuildFileToDicts(pbxbuildfile, path) + else: + # Add a new PBXBuildFile to get file_ref into the phase. + if settings is None: + pbxbuildfile = PBXBuildFile({"fileRef": file_ref}) + else: + pbxbuildfile = PBXBuildFile({"fileRef": file_ref, "settings": settings}) + self.AppendBuildFile(pbxbuildfile, path) + + +class PBXHeadersBuildPhase(XCBuildPhase): + # No additions to the schema relative to XCBuildPhase. + + def Name(self): + return "Headers" + + def FileGroup(self, path): + return self.PBXProjectAncestor().RootGroupForPath(path) + + +class PBXResourcesBuildPhase(XCBuildPhase): + # No additions to the schema relative to XCBuildPhase. + + def Name(self): + return "Resources" + + def FileGroup(self, path): + return self.PBXProjectAncestor().RootGroupForPath(path) + + +class PBXSourcesBuildPhase(XCBuildPhase): + # No additions to the schema relative to XCBuildPhase. + + def Name(self): + return "Sources" + + def FileGroup(self, path): + return self.PBXProjectAncestor().RootGroupForPath(path) + + +class PBXFrameworksBuildPhase(XCBuildPhase): + # No additions to the schema relative to XCBuildPhase. + + def Name(self): + return "Frameworks" + + def FileGroup(self, path): + (root, ext) = posixpath.splitext(path) + if ext != "": + ext = ext[1:].lower() + if ext == "o": + # .o files are added to Xcode Frameworks phases, but conceptually aren't + # frameworks, they're more like sources or intermediates. Redirect them + # to show up in one of those other groups. + return self.PBXProjectAncestor().RootGroupForPath(path) + else: + return (self.PBXProjectAncestor().FrameworksGroup(), False) + + +class PBXShellScriptBuildPhase(XCBuildPhase): + _schema = XCBuildPhase._schema.copy() + _schema.update( + { + "inputPaths": [1, str, 0, 1, []], + "name": [0, str, 0, 0], + "outputPaths": [1, str, 0, 1, []], + "shellPath": [0, str, 0, 1, "/bin/sh"], + "shellScript": [0, str, 0, 1], + "showEnvVarsInLog": [0, int, 0, 0], + } + ) + + def Name(self): + if "name" in self._properties: + return self._properties["name"] + + return "ShellScript" + + +class PBXCopyFilesBuildPhase(XCBuildPhase): + _schema = XCBuildPhase._schema.copy() + _schema.update( + { + "dstPath": [0, str, 0, 1], + "dstSubfolderSpec": [0, int, 0, 1], + "name": [0, str, 0, 0], + } + ) + + # path_tree_re matches "$(DIR)/path", "$(DIR)/$(DIR2)/path" or just "$(DIR)". + # Match group 1 is "DIR", group 3 is "path" or "$(DIR2") or "$(DIR2)/path" + # or None. If group 3 is "path", group 4 will be None otherwise group 4 is + # "DIR2" and group 6 is "path". + path_tree_re = re.compile(r"^\$\((.*?)\)(/(\$\((.*?)\)(/(.*)|)|(.*)|)|)$") + + # path_tree_{first,second}_to_subfolder map names of Xcode variables to the + # associated dstSubfolderSpec property value used in a PBXCopyFilesBuildPhase + # object. + path_tree_first_to_subfolder = { + # Types that can be chosen via the Xcode UI. + "BUILT_PRODUCTS_DIR": 16, # Products Directory + "BUILT_FRAMEWORKS_DIR": 10, # Not an official Xcode macro. + # Existed before support for the + # names below was added. Maps to + # "Frameworks". + } + + path_tree_second_to_subfolder = { + "WRAPPER_NAME": 1, # Wrapper + # Although Xcode's friendly name is "Executables", the destination + # is demonstrably the value of the build setting + # EXECUTABLE_FOLDER_PATH not EXECUTABLES_FOLDER_PATH. + "EXECUTABLE_FOLDER_PATH": 6, # Executables. + "UNLOCALIZED_RESOURCES_FOLDER_PATH": 7, # Resources + "JAVA_FOLDER_PATH": 15, # Java Resources + "FRAMEWORKS_FOLDER_PATH": 10, # Frameworks + "SHARED_FRAMEWORKS_FOLDER_PATH": 11, # Shared Frameworks + "SHARED_SUPPORT_FOLDER_PATH": 12, # Shared Support + "PLUGINS_FOLDER_PATH": 13, # PlugIns + # For XPC Services, Xcode sets both dstPath and dstSubfolderSpec. + # Note that it re-uses the BUILT_PRODUCTS_DIR value for + # dstSubfolderSpec. dstPath is set below. + "XPCSERVICES_FOLDER_PATH": 16, # XPC Services. + } + + def Name(self): + if "name" in self._properties: + return self._properties["name"] + + return "CopyFiles" + + def FileGroup(self, path): + return self.PBXProjectAncestor().RootGroupForPath(path) + + def SetDestination(self, path): + """Set the dstSubfolderSpec and dstPath properties from path. + + path may be specified in the same notation used for XCHierarchicalElements, + specifically, "$(DIR)/path". + """ + + path_tree_match = self.path_tree_re.search(path) + if path_tree_match: + path_tree = path_tree_match.group(1) + if path_tree in self.path_tree_first_to_subfolder: + subfolder = self.path_tree_first_to_subfolder[path_tree] + relative_path = path_tree_match.group(3) + if relative_path is None: + relative_path = "" + + if subfolder == 16 and path_tree_match.group(4) is not None: + # BUILT_PRODUCTS_DIR (16) is the first element in a path whose + # second element is possibly one of the variable names in + # path_tree_second_to_subfolder. Xcode sets the values of all these + # variables to relative paths so .gyp files must prefix them with + # BUILT_PRODUCTS_DIR, e.g. + # $(BUILT_PRODUCTS_DIR)/$(PLUGINS_FOLDER_PATH). Then + # xcode_emulation.py can export these variables with the same values + # as Xcode yet make & ninja files can determine the absolute path + # to the target. Xcode uses the dstSubfolderSpec value set here + # to determine the full path. + # + # An alternative of xcode_emulation.py setting the values to + # absolute paths when exporting these variables has been + # ruled out because then the values would be different + # depending on the build tool. + # + # Another alternative is to invent new names for the variables used + # to match to the subfolder indices in the second table. .gyp files + # then will not need to prepend $(BUILT_PRODUCTS_DIR) because + # xcode_emulation.py can set the values of those variables to + # the absolute paths when exporting. This is possibly the thinking + # behind BUILT_FRAMEWORKS_DIR which is used in exactly this manner. + # + # Requiring prepending BUILT_PRODUCTS_DIR has been chosen because + # this same way could be used to specify destinations in .gyp files + # that pre-date this addition to GYP. However they would only work + # with the Xcode generator. + # The previous version of xcode_emulation.py + # does not export these variables. Such files will get the benefit + # of the Xcode UI showing the proper destination name simply by + # regenerating the projects with this version of GYP. + path_tree = path_tree_match.group(4) + relative_path = path_tree_match.group(6) + separator = "/" + + if path_tree in self.path_tree_second_to_subfolder: + subfolder = self.path_tree_second_to_subfolder[path_tree] + if relative_path is None: + relative_path = "" + separator = "" + if path_tree == "XPCSERVICES_FOLDER_PATH": + relative_path = ( + "$(CONTENTS_FOLDER_PATH)/XPCServices" + + separator + + relative_path + ) + else: + # subfolder = 16 from above + # The second element of the path is an unrecognized variable. + # Include it and any remaining elements in relative_path. + relative_path = path_tree_match.group(3) + + else: + # The path starts with an unrecognized Xcode variable + # name like $(SRCROOT). Xcode will still handle this + # as an "absolute path" that starts with the variable. + subfolder = 0 + relative_path = path + elif path.startswith("/"): + # Special case. Absolute paths are in dstSubfolderSpec 0. + subfolder = 0 + relative_path = path[1:] + else: + raise ValueError( + f"Can't use path {path} in a {self.__class__.__name__}" + ) + + self._properties["dstPath"] = relative_path + self._properties["dstSubfolderSpec"] = subfolder + + +class PBXBuildRule(XCObject): + _schema = XCObject._schema.copy() + _schema.update( + { + "compilerSpec": [0, str, 0, 1], + "filePatterns": [0, str, 0, 0], + "fileType": [0, str, 0, 1], + "isEditable": [0, int, 0, 1, 1], + "outputFiles": [1, str, 0, 1, []], + "script": [0, str, 0, 0], + } + ) + + def Name(self): + # Not very inspired, but it's what Xcode uses. + return self.__class__.__name__ + + def Hashables(self): + # super + hashables = XCObject.Hashables(self) + + # Use the hashables of the weak objects that this object refers to. + hashables.append(self._properties["fileType"]) + if "filePatterns" in self._properties: + hashables.append(self._properties["filePatterns"]) + return hashables + + +class PBXContainerItemProxy(XCObject): + # When referencing an item in this project file, containerPortal is the + # PBXProject root object of this project file. When referencing an item in + # another project file, containerPortal is a PBXFileReference identifying + # the other project file. + # + # When serving as a proxy to an XCTarget (in this project file or another), + # proxyType is 1. When serving as a proxy to a PBXFileReference (in another + # project file), proxyType is 2. Type 2 is used for references to the + # producs of the other project file's targets. + # + # Xcode is weird about remoteGlobalIDString. Usually, it's printed without + # a comment, indicating that it's tracked internally simply as a string, but + # sometimes it's printed with a comment (usually when the object is initially + # created), indicating that it's tracked as a project file object at least + # sometimes. This module always tracks it as an object, but contains a hack + # to prevent it from printing the comment in the project file output. See + # _XCKVPrint. + _schema = XCObject._schema.copy() + _schema.update( + { + "containerPortal": [0, XCContainerPortal, 0, 1], + "proxyType": [0, int, 0, 1], + "remoteGlobalIDString": [0, XCRemoteObject, 0, 1], + "remoteInfo": [0, str, 0, 1], + } + ) + + def __repr__(self): + props = self._properties + name = "{}.gyp:{}".format(props["containerPortal"].Name(), props["remoteInfo"]) + return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" + + def Name(self): + # Admittedly not the best name, but it's what Xcode uses. + return self.__class__.__name__ + + def Hashables(self): + # super + hashables = XCObject.Hashables(self) + + # Use the hashables of the weak objects that this object refers to. + hashables.extend(self._properties["containerPortal"].Hashables()) + hashables.extend(self._properties["remoteGlobalIDString"].Hashables()) + return hashables + + +class PBXTargetDependency(XCObject): + # The "target" property accepts an XCTarget object, and obviously not + # NoneType. But XCTarget is defined below, so it can't be put into the + # schema yet. The definition of PBXTargetDependency can't be moved below + # XCTarget because XCTarget's own schema references PBXTargetDependency. + # Python doesn't deal well with this circular relationship, and doesn't have + # a real way to do forward declarations. To work around, the type of + # the "target" property is reset below, after XCTarget is defined. + # + # At least one of "name" and "target" is required. + _schema = XCObject._schema.copy() + _schema.update( + { + "name": [0, str, 0, 0], + "target": [0, None.__class__, 0, 0], + "targetProxy": [0, PBXContainerItemProxy, 1, 1], + } + ) + + def __repr__(self): + name = self._properties.get("name") or self._properties["target"].Name() + return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" + + def Name(self): + # Admittedly not the best name, but it's what Xcode uses. + return self.__class__.__name__ + + def Hashables(self): + # super + hashables = XCObject.Hashables(self) + + # Use the hashables of the weak objects that this object refers to. + hashables.extend(self._properties["targetProxy"].Hashables()) + return hashables + + +class PBXReferenceProxy(XCFileLikeElement): + _schema = XCFileLikeElement._schema.copy() + _schema.update( + { + "fileType": [0, str, 0, 1], + "path": [0, str, 0, 1], + "remoteRef": [0, PBXContainerItemProxy, 1, 1], + } + ) + + +class XCTarget(XCRemoteObject): + # An XCTarget is really just an XCObject, the XCRemoteObject thing is just + # to allow PBXProject to be used in the remoteGlobalIDString property of + # PBXContainerItemProxy. + # + # Setting a "name" property at instantiation may also affect "productName", + # which may in turn affect the "PRODUCT_NAME" build setting in children of + # "buildConfigurationList". See __init__ below. + _schema = XCRemoteObject._schema.copy() + _schema.update( + { + "buildConfigurationList": [ + 0, + XCConfigurationList, + 1, + 1, + XCConfigurationList(), + ], + "buildPhases": [1, XCBuildPhase, 1, 1, []], + "dependencies": [1, PBXTargetDependency, 1, 1, []], + "name": [0, str, 0, 1], + "productName": [0, str, 0, 1], + } + ) + + def __init__( + self, + properties=None, + id=None, + parent=None, + force_outdir=None, + force_prefix=None, + force_extension=None, + ): + # super + XCRemoteObject.__init__(self, properties, id, parent) + + # Set up additional defaults not expressed in the schema. If a "name" + # property was supplied, set "productName" if it is not present. Also set + # the "PRODUCT_NAME" build setting in each configuration, but only if + # the setting is not present in any build configuration. + if "name" in self._properties: + if "productName" not in self._properties: + self.SetProperty("productName", self._properties["name"]) + + if "productName" in self._properties: + if "buildConfigurationList" in self._properties: + configs = self._properties["buildConfigurationList"] + if configs.HasBuildSetting("PRODUCT_NAME") == 0: + configs.SetBuildSetting( + "PRODUCT_NAME", self._properties["productName"] + ) + + def AddDependency(self, other): + pbxproject = self.PBXProjectAncestor() + other_pbxproject = other.PBXProjectAncestor() + if pbxproject == other_pbxproject: + # Add a dependency to another target in the same project file. + container = PBXContainerItemProxy( + { + "containerPortal": pbxproject, + "proxyType": 1, + "remoteGlobalIDString": other, + "remoteInfo": other.Name(), + } + ) + dependency = PBXTargetDependency( + {"target": other, "targetProxy": container} + ) + self.AppendProperty("dependencies", dependency) + else: + # Add a dependency to a target in a different project file. + other_project_ref = pbxproject.AddOrGetProjectReference(other_pbxproject)[1] + container = PBXContainerItemProxy( + { + "containerPortal": other_project_ref, + "proxyType": 1, + "remoteGlobalIDString": other, + "remoteInfo": other.Name(), + } + ) + dependency = PBXTargetDependency( + {"name": other.Name(), "targetProxy": container} + ) + self.AppendProperty("dependencies", dependency) + + # Proxy all of these through to the build configuration list. + + def ConfigurationNamed(self, name): + return self._properties["buildConfigurationList"].ConfigurationNamed(name) + + def DefaultConfiguration(self): + return self._properties["buildConfigurationList"].DefaultConfiguration() + + def HasBuildSetting(self, key): + return self._properties["buildConfigurationList"].HasBuildSetting(key) + + def GetBuildSetting(self, key): + return self._properties["buildConfigurationList"].GetBuildSetting(key) + + def SetBuildSetting(self, key, value): + return self._properties["buildConfigurationList"].SetBuildSetting(key, value) + + def AppendBuildSetting(self, key, value): + return self._properties["buildConfigurationList"].AppendBuildSetting(key, value) + + def DelBuildSetting(self, key): + return self._properties["buildConfigurationList"].DelBuildSetting(key) + + +# Redefine the type of the "target" property. See PBXTargetDependency._schema +# above. +PBXTargetDependency._schema["target"][1] = XCTarget + + +class PBXNativeTarget(XCTarget): + # buildPhases is overridden in the schema to be able to set defaults. + # + # NOTE: Contrary to most objects, it is advisable to set parent when + # constructing PBXNativeTarget. A parent of an XCTarget must be a PBXProject + # object. A parent reference is required for a PBXNativeTarget during + # construction to be able to set up the target defaults for productReference, + # because a PBXBuildFile object must be created for the target and it must + # be added to the PBXProject's mainGroup hierarchy. + _schema = XCTarget._schema.copy() + _schema.update( + { + "buildPhases": [ + 1, + XCBuildPhase, + 1, + 1, + [PBXSourcesBuildPhase(), PBXFrameworksBuildPhase()], + ], + "buildRules": [1, PBXBuildRule, 1, 1, []], + "productReference": [0, PBXFileReference, 0, 1], + "productType": [0, str, 0, 1], + } + ) + + # Mapping from Xcode product-types to settings. The settings are: + # filetype : used for explicitFileType in the project file + # prefix : the prefix for the file name + # suffix : the suffix for the file name + _product_filetypes = { + "com.apple.product-type.application": ["wrapper.application", "", ".app"], + "com.apple.product-type.application.watchapp": [ + "wrapper.application", + "", + ".app", + ], + "com.apple.product-type.watchkit-extension": [ + "wrapper.app-extension", + "", + ".appex", + ], + "com.apple.product-type.app-extension": ["wrapper.app-extension", "", ".appex"], + "com.apple.product-type.bundle": ["wrapper.cfbundle", "", ".bundle"], + "com.apple.product-type.framework": ["wrapper.framework", "", ".framework"], + "com.apple.product-type.library.dynamic": [ + "compiled.mach-o.dylib", + "lib", + ".dylib", + ], + "com.apple.product-type.library.static": ["archive.ar", "lib", ".a"], + "com.apple.product-type.tool": ["compiled.mach-o.executable", "", ""], + "com.apple.product-type.bundle.unit-test": ["wrapper.cfbundle", "", ".xctest"], + "com.apple.product-type.bundle.ui-testing": ["wrapper.cfbundle", "", ".xctest"], + "com.googlecode.gyp.xcode.bundle": ["compiled.mach-o.dylib", "", ".so"], + "com.apple.product-type.kernel-extension": ["wrapper.kext", "", ".kext"], + } + + def __init__( + self, + properties=None, + id=None, + parent=None, + force_outdir=None, + force_prefix=None, + force_extension=None, + ): + # super + XCTarget.__init__(self, properties, id, parent) + + if ( + "productName" in self._properties + and "productType" in self._properties + and "productReference" not in self._properties + and self._properties["productType"] in self._product_filetypes + ): + products_group = None + pbxproject = self.PBXProjectAncestor() + if pbxproject is not None: + products_group = pbxproject.ProductsGroup() + + if products_group is not None: + (filetype, prefix, suffix) = self._product_filetypes[ + self._properties["productType"] + ] + # Xcode does not have a distinct type for loadable modules that are + # pure BSD targets (not in a bundle wrapper). GYP allows such modules + # to be specified by setting a target type to loadable_module without + # having mac_bundle set. These are mapped to the pseudo-product type + # com.googlecode.gyp.xcode.bundle. + # + # By picking up this special type and converting it to a dynamic + # library (com.apple.product-type.library.dynamic) with fix-ups, + # single-file loadable modules can be produced. + # + # MACH_O_TYPE is changed to mh_bundle to produce the proper file type + # (as opposed to mh_dylib). In order for linking to succeed, + # DYLIB_CURRENT_VERSION and DYLIB_COMPATIBILITY_VERSION must be + # cleared. They are meaningless for type mh_bundle. + # + # Finally, the .so extension is forcibly applied over the default + # (.dylib), unless another forced extension is already selected. + # .dylib is plainly wrong, and .bundle is used by loadable_modules in + # bundle wrappers (com.apple.product-type.bundle). .so seems an odd + # choice because it's used as the extension on many other systems that + # don't distinguish between linkable shared libraries and non-linkable + # loadable modules, but there's precedent: Python loadable modules on + # Mac OS X use an .so extension. + if self._properties["productType"] == "com.googlecode.gyp.xcode.bundle": + self._properties[ + "productType" + ] = "com.apple.product-type.library.dynamic" + self.SetBuildSetting("MACH_O_TYPE", "mh_bundle") + self.SetBuildSetting("DYLIB_CURRENT_VERSION", "") + self.SetBuildSetting("DYLIB_COMPATIBILITY_VERSION", "") + if force_extension is None: + force_extension = suffix[1:] + + if ( + self._properties["productType"] + == "com.apple.product-type-bundle.unit.test" + or self._properties["productType"] + == "com.apple.product-type-bundle.ui-testing" + ): + if force_extension is None: + force_extension = suffix[1:] + + if force_extension is not None: + # If it's a wrapper (bundle), set WRAPPER_EXTENSION. + # Extension override. + suffix = "." + force_extension + if filetype.startswith("wrapper."): + self.SetBuildSetting("WRAPPER_EXTENSION", force_extension) + else: + self.SetBuildSetting("EXECUTABLE_EXTENSION", force_extension) + + if filetype.startswith("compiled.mach-o.executable"): + product_name = self._properties["productName"] + product_name += suffix + suffix = "" + self.SetProperty("productName", product_name) + self.SetBuildSetting("PRODUCT_NAME", product_name) + + # Xcode handles most prefixes based on the target type, however there + # are exceptions. If a "BSD Dynamic Library" target is added in the + # Xcode UI, Xcode sets EXECUTABLE_PREFIX. This check duplicates that + # behavior. + if force_prefix is not None: + prefix = force_prefix + if filetype.startswith("wrapper."): + self.SetBuildSetting("WRAPPER_PREFIX", prefix) + else: + self.SetBuildSetting("EXECUTABLE_PREFIX", prefix) + + if force_outdir is not None: + self.SetBuildSetting("TARGET_BUILD_DIR", force_outdir) + + # TODO(tvl): Remove the below hack. + # http://code.google.com/p/gyp/issues/detail?id=122 + + # Some targets include the prefix in the target_name. These targets + # really should just add a product_name setting that doesn't include + # the prefix. For example: + # target_name = 'libevent', product_name = 'event' + # This check cleans up for them. + product_name = self._properties["productName"] + prefix_len = len(prefix) + if prefix_len and (product_name[:prefix_len] == prefix): + product_name = product_name[prefix_len:] + self.SetProperty("productName", product_name) + self.SetBuildSetting("PRODUCT_NAME", product_name) + + ref_props = { + "explicitFileType": filetype, + "includeInIndex": 0, + "path": prefix + product_name + suffix, + "sourceTree": "BUILT_PRODUCTS_DIR", + } + file_ref = PBXFileReference(ref_props) + products_group.AppendChild(file_ref) + self.SetProperty("productReference", file_ref) + + def GetBuildPhaseByType(self, type): + if "buildPhases" not in self._properties: + return None + + the_phase = None + for phase in self._properties["buildPhases"]: + if isinstance(phase, type): + # Some phases may be present in multiples in a well-formed project file, + # but phases like PBXSourcesBuildPhase may only be present singly, and + # this function is intended as an aid to GetBuildPhaseByType. Loop + # over the entire list of phases and assert if more than one of the + # desired type is found. + assert the_phase is None + the_phase = phase + + return the_phase + + def HeadersPhase(self): + headers_phase = self.GetBuildPhaseByType(PBXHeadersBuildPhase) + if headers_phase is None: + headers_phase = PBXHeadersBuildPhase() + + # The headers phase should come before the resources, sources, and + # frameworks phases, if any. + insert_at = len(self._properties["buildPhases"]) + for index, phase in enumerate(self._properties["buildPhases"]): + if ( + isinstance(phase, PBXResourcesBuildPhase) + or isinstance(phase, PBXSourcesBuildPhase) + or isinstance(phase, PBXFrameworksBuildPhase) + ): + insert_at = index + break + + self._properties["buildPhases"].insert(insert_at, headers_phase) + headers_phase.parent = self + + return headers_phase + + def ResourcesPhase(self): + resources_phase = self.GetBuildPhaseByType(PBXResourcesBuildPhase) + if resources_phase is None: + resources_phase = PBXResourcesBuildPhase() + + # The resources phase should come before the sources and frameworks + # phases, if any. + insert_at = len(self._properties["buildPhases"]) + for index, phase in enumerate(self._properties["buildPhases"]): + if isinstance(phase, PBXSourcesBuildPhase) or isinstance( + phase, PBXFrameworksBuildPhase + ): + insert_at = index + break + + self._properties["buildPhases"].insert(insert_at, resources_phase) + resources_phase.parent = self + + return resources_phase + + def SourcesPhase(self): + sources_phase = self.GetBuildPhaseByType(PBXSourcesBuildPhase) + if sources_phase is None: + sources_phase = PBXSourcesBuildPhase() + self.AppendProperty("buildPhases", sources_phase) + + return sources_phase + + def FrameworksPhase(self): + frameworks_phase = self.GetBuildPhaseByType(PBXFrameworksBuildPhase) + if frameworks_phase is None: + frameworks_phase = PBXFrameworksBuildPhase() + self.AppendProperty("buildPhases", frameworks_phase) + + return frameworks_phase + + def AddDependency(self, other): + # super + XCTarget.AddDependency(self, other) + + static_library_type = "com.apple.product-type.library.static" + shared_library_type = "com.apple.product-type.library.dynamic" + framework_type = "com.apple.product-type.framework" + if ( + isinstance(other, PBXNativeTarget) + and "productType" in self._properties + and self._properties["productType"] != static_library_type + and "productType" in other._properties + and ( + other._properties["productType"] == static_library_type + or ( + ( + other._properties["productType"] == shared_library_type + or other._properties["productType"] == framework_type + ) + and ( + (not other.HasBuildSetting("MACH_O_TYPE")) + or other.GetBuildSetting("MACH_O_TYPE") != "mh_bundle" + ) + ) + ) + ): + + file_ref = other.GetProperty("productReference") + + pbxproject = self.PBXProjectAncestor() + other_pbxproject = other.PBXProjectAncestor() + if pbxproject != other_pbxproject: + other_project_product_group = pbxproject.AddOrGetProjectReference( + other_pbxproject + )[0] + file_ref = other_project_product_group.GetChildByRemoteObject(file_ref) + + self.FrameworksPhase().AppendProperty( + "files", PBXBuildFile({"fileRef": file_ref}) + ) + + +class PBXAggregateTarget(XCTarget): + pass + + +class PBXProject(XCContainerPortal): + # A PBXProject is really just an XCObject, the XCContainerPortal thing is + # just to allow PBXProject to be used in the containerPortal property of + # PBXContainerItemProxy. + """ + + Attributes: + path: "sample.xcodeproj". TODO(mark) Document me! + _other_pbxprojects: A dictionary, keyed by other PBXProject objects. Each + value is a reference to the dict in the + projectReferences list associated with the keyed + PBXProject. + """ + + _schema = XCContainerPortal._schema.copy() + _schema.update( + { + "attributes": [0, dict, 0, 0], + "buildConfigurationList": [ + 0, + XCConfigurationList, + 1, + 1, + XCConfigurationList(), + ], + "compatibilityVersion": [0, str, 0, 1, "Xcode 3.2"], + "hasScannedForEncodings": [0, int, 0, 1, 1], + "mainGroup": [0, PBXGroup, 1, 1, PBXGroup()], + "projectDirPath": [0, str, 0, 1, ""], + "projectReferences": [1, dict, 0, 0], + "projectRoot": [0, str, 0, 1, ""], + "targets": [1, XCTarget, 1, 1, []], + } + ) + + def __init__(self, properties=None, id=None, parent=None, path=None): + self.path = path + self._other_pbxprojects = {} + # super + return XCContainerPortal.__init__(self, properties, id, parent) + + def Name(self): + name = self.path + if name[-10:] == ".xcodeproj": + name = name[:-10] + return posixpath.basename(name) + + def Path(self): + return self.path + + def Comment(self): + return "Project object" + + def Children(self): + # super + children = XCContainerPortal.Children(self) + + # Add children that the schema doesn't know about. Maybe there's a more + # elegant way around this, but this is the only case where we need to own + # objects in a dictionary (that is itself in a list), and three lines for + # a one-off isn't that big a deal. + if "projectReferences" in self._properties: + for reference in self._properties["projectReferences"]: + children.append(reference["ProductGroup"]) + + return children + + def PBXProjectAncestor(self): + return self + + def _GroupByName(self, name): + if "mainGroup" not in self._properties: + self.SetProperty("mainGroup", PBXGroup()) + + main_group = self._properties["mainGroup"] + group = main_group.GetChildByName(name) + if group is None: + group = PBXGroup({"name": name}) + main_group.AppendChild(group) + + return group + + # SourceGroup and ProductsGroup are created by default in Xcode's own + # templates. + def SourceGroup(self): + return self._GroupByName("Source") + + def ProductsGroup(self): + return self._GroupByName("Products") + + # IntermediatesGroup is used to collect source-like files that are generated + # by rules or script phases and are placed in intermediate directories such + # as DerivedSources. + def IntermediatesGroup(self): + return self._GroupByName("Intermediates") + + # FrameworksGroup and ProjectsGroup are top-level groups used to collect + # frameworks and projects. + def FrameworksGroup(self): + return self._GroupByName("Frameworks") + + def ProjectsGroup(self): + return self._GroupByName("Projects") + + def RootGroupForPath(self, path): + """Returns a PBXGroup child of this object to which path should be added. + + This method is intended to choose between SourceGroup and + IntermediatesGroup on the basis of whether path is present in a source + directory or an intermediates directory. For the purposes of this + determination, any path located within a derived file directory such as + PROJECT_DERIVED_FILE_DIR is treated as being in an intermediates + directory. + + The returned value is a two-element tuple. The first element is the + PBXGroup, and the second element specifies whether that group should be + organized hierarchically (True) or as a single flat list (False). + """ + + # TODO(mark): make this a class variable and bind to self on call? + # Also, this list is nowhere near exhaustive. + # INTERMEDIATE_DIR and SHARED_INTERMEDIATE_DIR are used by + # gyp.generator.xcode. There should probably be some way for that module + # to push the names in, rather than having to hard-code them here. + source_tree_groups = { + "DERIVED_FILE_DIR": (self.IntermediatesGroup, True), + "INTERMEDIATE_DIR": (self.IntermediatesGroup, True), + "PROJECT_DERIVED_FILE_DIR": (self.IntermediatesGroup, True), + "SHARED_INTERMEDIATE_DIR": (self.IntermediatesGroup, True), + } + + (source_tree, path) = SourceTreeAndPathFromPath(path) + if source_tree is not None and source_tree in source_tree_groups: + (group_func, hierarchical) = source_tree_groups[source_tree] + group = group_func() + return (group, hierarchical) + + # TODO(mark): make additional choices based on file extension. + + return (self.SourceGroup(), True) + + def AddOrGetFileInRootGroup(self, path): + """Returns a PBXFileReference corresponding to path in the correct group + according to RootGroupForPath's heuristics. + + If an existing PBXFileReference for path exists, it will be returned. + Otherwise, one will be created and returned. + """ + + (group, hierarchical) = self.RootGroupForPath(path) + return group.AddOrGetFileByPath(path, hierarchical) + + def RootGroupsTakeOverOnlyChildren(self, recurse=False): + """Calls TakeOverOnlyChild for all groups in the main group.""" + + for group in self._properties["mainGroup"]._properties["children"]: + if isinstance(group, PBXGroup): + group.TakeOverOnlyChild(recurse) + + def SortGroups(self): + # Sort the children of the mainGroup (like "Source" and "Products") + # according to their defined order. + self._properties["mainGroup"]._properties["children"] = sorted( + self._properties["mainGroup"]._properties["children"], + key=cmp_to_key(lambda x, y: x.CompareRootGroup(y)), + ) + + # Sort everything else by putting group before files, and going + # alphabetically by name within sections of groups and files. SortGroup + # is recursive. + for group in self._properties["mainGroup"]._properties["children"]: + if not isinstance(group, PBXGroup): + continue + + if group.Name() == "Products": + # The Products group is a special case. Instead of sorting + # alphabetically, sort things in the order of the targets that + # produce the products. To do this, just build up a new list of + # products based on the targets. + products = [] + for target in self._properties["targets"]: + if not isinstance(target, PBXNativeTarget): + continue + product = target._properties["productReference"] + # Make sure that the product is already in the products group. + assert product in group._properties["children"] + products.append(product) + + # Make sure that this process doesn't miss anything that was already + # in the products group. + assert len(products) == len(group._properties["children"]) + group._properties["children"] = products + else: + group.SortGroup() + + def AddOrGetProjectReference(self, other_pbxproject): + """Add a reference to another project file (via PBXProject object) to this + one. + + Returns [ProductGroup, ProjectRef]. ProductGroup is a PBXGroup object in + this project file that contains a PBXReferenceProxy object for each + product of each PBXNativeTarget in the other project file. ProjectRef is + a PBXFileReference to the other project file. + + If this project file already references the other project file, the + existing ProductGroup and ProjectRef are returned. The ProductGroup will + still be updated if necessary. + """ + + if "projectReferences" not in self._properties: + self._properties["projectReferences"] = [] + + product_group = None + project_ref = None + + if other_pbxproject not in self._other_pbxprojects: + # This project file isn't yet linked to the other one. Establish the + # link. + product_group = PBXGroup({"name": "Products"}) + + # ProductGroup is strong. + product_group.parent = self + + # There's nothing unique about this PBXGroup, and if left alone, it will + # wind up with the same set of hashables as all other PBXGroup objects + # owned by the projectReferences list. Add the hashables of the + # remote PBXProject that it's related to. + product_group._hashables.extend(other_pbxproject.Hashables()) + + # The other project reports its path as relative to the same directory + # that this project's path is relative to. The other project's path + # is not necessarily already relative to this project. Figure out the + # pathname that this project needs to use to refer to the other one. + this_path = posixpath.dirname(self.Path()) + projectDirPath = self.GetProperty("projectDirPath") + if projectDirPath: + if posixpath.isabs(projectDirPath[0]): + this_path = projectDirPath + else: + this_path = posixpath.join(this_path, projectDirPath) + other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path) + + # ProjectRef is weak (it's owned by the mainGroup hierarchy). + project_ref = PBXFileReference( + { + "lastKnownFileType": "wrapper.pb-project", + "path": other_path, + "sourceTree": "SOURCE_ROOT", + } + ) + self.ProjectsGroup().AppendChild(project_ref) + + ref_dict = {"ProductGroup": product_group, "ProjectRef": project_ref} + self._other_pbxprojects[other_pbxproject] = ref_dict + self.AppendProperty("projectReferences", ref_dict) + + # Xcode seems to sort this list case-insensitively + self._properties["projectReferences"] = sorted( + self._properties["projectReferences"], + key=lambda x: x["ProjectRef"].Name().lower + ) + else: + # The link already exists. Pull out the relevnt data. + project_ref_dict = self._other_pbxprojects[other_pbxproject] + product_group = project_ref_dict["ProductGroup"] + project_ref = project_ref_dict["ProjectRef"] + + self._SetUpProductReferences(other_pbxproject, product_group, project_ref) + + inherit_unique_symroot = self._AllSymrootsUnique(other_pbxproject, False) + targets = other_pbxproject.GetProperty("targets") + if all(self._AllSymrootsUnique(t, inherit_unique_symroot) for t in targets): + dir_path = project_ref._properties["path"] + product_group._hashables.extend(dir_path) + + return [product_group, project_ref] + + def _AllSymrootsUnique(self, target, inherit_unique_symroot): + # Returns True if all configurations have a unique 'SYMROOT' attribute. + # The value of inherit_unique_symroot decides, if a configuration is assumed + # to inherit a unique 'SYMROOT' attribute from its parent, if it doesn't + # define an explicit value for 'SYMROOT'. + symroots = self._DefinedSymroots(target) + for s in self._DefinedSymroots(target): + if ( + s is not None + and not self._IsUniqueSymrootForTarget(s) + or s is None + and not inherit_unique_symroot + ): + return False + return True if symroots else inherit_unique_symroot + + def _DefinedSymroots(self, target): + # Returns all values for the 'SYMROOT' attribute defined in all + # configurations for this target. If any configuration doesn't define the + # 'SYMROOT' attribute, None is added to the returned set. If all + # configurations don't define the 'SYMROOT' attribute, an empty set is + # returned. + config_list = target.GetProperty("buildConfigurationList") + symroots = set() + for config in config_list.GetProperty("buildConfigurations"): + setting = config.GetProperty("buildSettings") + if "SYMROOT" in setting: + symroots.add(setting["SYMROOT"]) + else: + symroots.add(None) + if len(symroots) == 1 and None in symroots: + return set() + return symroots + + def _IsUniqueSymrootForTarget(self, symroot): + # This method returns True if all configurations in target contain a + # 'SYMROOT' attribute that is unique for the given target. A value is + # unique, if the Xcode macro '$SRCROOT' appears in it in any form. + uniquifier = ["$SRCROOT", "$(SRCROOT)"] + if any(x in symroot for x in uniquifier): + return True + return False + + def _SetUpProductReferences(self, other_pbxproject, product_group, project_ref): + # TODO(mark): This only adds references to products in other_pbxproject + # when they don't exist in this pbxproject. Perhaps it should also + # remove references from this pbxproject that are no longer present in + # other_pbxproject. Perhaps it should update various properties if they + # change. + for target in other_pbxproject._properties["targets"]: + if not isinstance(target, PBXNativeTarget): + continue + + other_fileref = target._properties["productReference"] + if product_group.GetChildByRemoteObject(other_fileref) is None: + # Xcode sets remoteInfo to the name of the target and not the name + # of its product, despite this proxy being a reference to the product. + container_item = PBXContainerItemProxy( + { + "containerPortal": project_ref, + "proxyType": 2, + "remoteGlobalIDString": other_fileref, + "remoteInfo": target.Name(), + } + ) + # TODO(mark): Does sourceTree get copied straight over from the other + # project? Can the other project ever have lastKnownFileType here + # instead of explicitFileType? (Use it if so?) Can path ever be + # unset? (I don't think so.) Can other_fileref have name set, and + # does it impact the PBXReferenceProxy if so? These are the questions + # that perhaps will be answered one day. + reference_proxy = PBXReferenceProxy( + { + "fileType": other_fileref._properties["explicitFileType"], + "path": other_fileref._properties["path"], + "sourceTree": other_fileref._properties["sourceTree"], + "remoteRef": container_item, + } + ) + + product_group.AppendChild(reference_proxy) + + def SortRemoteProductReferences(self): + # For each remote project file, sort the associated ProductGroup in the + # same order that the targets are sorted in the remote project file. This + # is the sort order used by Xcode. + + def CompareProducts(x, y, remote_products): + # x and y are PBXReferenceProxy objects. Go through their associated + # PBXContainerItem to get the remote PBXFileReference, which will be + # present in the remote_products list. + x_remote = x._properties["remoteRef"]._properties["remoteGlobalIDString"] + y_remote = y._properties["remoteRef"]._properties["remoteGlobalIDString"] + x_index = remote_products.index(x_remote) + y_index = remote_products.index(y_remote) + + # Use the order of each remote PBXFileReference in remote_products to + # determine the sort order. + return cmp(x_index, y_index) + + for other_pbxproject, ref_dict in self._other_pbxprojects.items(): + # Build up a list of products in the remote project file, ordered the + # same as the targets that produce them. + remote_products = [] + for target in other_pbxproject._properties["targets"]: + if not isinstance(target, PBXNativeTarget): + continue + remote_products.append(target._properties["productReference"]) + + # Sort the PBXReferenceProxy children according to the list of remote + # products. + product_group = ref_dict["ProductGroup"] + product_group._properties["children"] = sorted( + product_group._properties["children"], + key=cmp_to_key( + lambda x, y, rp=remote_products: CompareProducts(x, y, rp)), + ) + + +class XCProjectFile(XCObject): + _schema = XCObject._schema.copy() + _schema.update( + { + "archiveVersion": [0, int, 0, 1, 1], + "classes": [0, dict, 0, 1, {}], + "objectVersion": [0, int, 0, 1, 46], + "rootObject": [0, PBXProject, 1, 1], + } + ) + + def ComputeIDs(self, recursive=True, overwrite=True, hash=None): + # Although XCProjectFile is implemented here as an XCObject, it's not a + # proper object in the Xcode sense, and it certainly doesn't have its own + # ID. Pass through an attempt to update IDs to the real root object. + if recursive: + self._properties["rootObject"].ComputeIDs(recursive, overwrite, hash) + + def Print(self, file=sys.stdout): + self.VerifyHasRequiredProperties() + + # Add the special "objects" property, which will be caught and handled + # separately during printing. This structure allows a fairly standard + # loop do the normal printing. + self._properties["objects"] = {} + self._XCPrint(file, 0, "// !$*UTF8*$!\n") + if self._should_print_single_line: + self._XCPrint(file, 0, "{ ") + else: + self._XCPrint(file, 0, "{\n") + for property, value in sorted( + self._properties.items() + ): + if property == "objects": + self._PrintObjects(file) + else: + self._XCKVPrint(file, 1, property, value) + self._XCPrint(file, 0, "}\n") + del self._properties["objects"] + + def _PrintObjects(self, file): + if self._should_print_single_line: + self._XCPrint(file, 0, "objects = {") + else: + self._XCPrint(file, 1, "objects = {\n") + + objects_by_class = {} + for object in self.Descendants(): + if object == self: + continue + class_name = object.__class__.__name__ + if class_name not in objects_by_class: + objects_by_class[class_name] = [] + objects_by_class[class_name].append(object) + + for class_name in sorted(objects_by_class): + self._XCPrint(file, 0, "\n") + self._XCPrint(file, 0, "/* Begin " + class_name + " section */\n") + for object in sorted( + objects_by_class[class_name], key=attrgetter("id") + ): + object.Print(file) + self._XCPrint(file, 0, "/* End " + class_name + " section */\n") + + if self._should_print_single_line: + self._XCPrint(file, 0, "}; ") + else: + self._XCPrint(file, 1, "};\n") diff --git a/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py b/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py new file mode 100644 index 0000000..5301963 --- /dev/null +++ b/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py @@ -0,0 +1,65 @@ +# Copyright (c) 2011 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Applies a fix to CR LF TAB handling in xml.dom. + +Fixes this: http://code.google.com/p/chromium/issues/detail?id=76293 +Working around this: http://bugs.python.org/issue5752 +TODO(bradnelson): Consider dropping this when we drop XP support. +""" + + +import xml.dom.minidom + + +def _Replacement_write_data(writer, data, is_attrib=False): + """Writes datachars to writer.""" + data = data.replace("&", "&").replace("<", "<") + data = data.replace('"', """).replace(">", ">") + if is_attrib: + data = data.replace("\r", " ").replace("\n", " ").replace("\t", " ") + writer.write(data) + + +def _Replacement_writexml(self, writer, indent="", addindent="", newl=""): + # indent = current indentation + # addindent = indentation to add to higher levels + # newl = newline string + writer.write(indent + "<" + self.tagName) + + attrs = self._get_attributes() + a_names = sorted(attrs.keys()) + + for a_name in a_names: + writer.write(' %s="' % a_name) + _Replacement_write_data(writer, attrs[a_name].value, is_attrib=True) + writer.write('"') + if self.childNodes: + writer.write(">%s" % newl) + for node in self.childNodes: + node.writexml(writer, indent + addindent, addindent, newl) + writer.write(f"{indent}{newl}") + else: + writer.write("/>%s" % newl) + + +class XmlFix: + """Object to manage temporary patching of xml.dom.minidom.""" + + def __init__(self): + # Preserve current xml.dom.minidom functions. + self.write_data = xml.dom.minidom._write_data + self.writexml = xml.dom.minidom.Element.writexml + # Inject replacement versions of a function and a method. + xml.dom.minidom._write_data = _Replacement_write_data + xml.dom.minidom.Element.writexml = _Replacement_writexml + + def Cleanup(self): + if self.write_data: + xml.dom.minidom._write_data = self.write_data + xml.dom.minidom.Element.writexml = self.writexml + self.write_data = None + + def __del__(self): + self.Cleanup() diff --git a/node_modules/node-gyp/gyp/requirements_dev.txt b/node_modules/node-gyp/gyp/requirements_dev.txt new file mode 100644 index 0000000..28ecaca --- /dev/null +++ b/node_modules/node-gyp/gyp/requirements_dev.txt @@ -0,0 +1,2 @@ +flake8 +pytest diff --git a/node_modules/node-gyp/gyp/setup.py b/node_modules/node-gyp/gyp/setup.py new file mode 100644 index 0000000..cf9d7d2 --- /dev/null +++ b/node_modules/node-gyp/gyp/setup.py @@ -0,0 +1,42 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2009 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +from os import path + +from setuptools import setup + +here = path.abspath(path.dirname(__file__)) +# Get the long description from the README file +with open(path.join(here, "README.md")) as in_file: + long_description = in_file.read() + +setup( + name="gyp-next", + version="0.10.0", + description="A fork of the GYP build system for use in the Node.js projects", + long_description=long_description, + long_description_content_type="text/markdown", + author="Node.js contributors", + author_email="ryzokuken@disroot.org", + url="https://github.com/nodejs/gyp-next", + package_dir={"": "pylib"}, + packages=["gyp", "gyp.generator"], + entry_points={"console_scripts": ["gyp=gyp:script_main"]}, + python_requires=">=3.6", + classifiers=[ + "Development Status :: 3 - Alpha", + "Environment :: Console", + "Intended Audience :: Developers", + "License :: OSI Approved :: BSD License", + "Natural Language :: English", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + ], +) diff --git a/node_modules/node-gyp/gyp/test_gyp.py b/node_modules/node-gyp/gyp/test_gyp.py new file mode 100644 index 0000000..9ba2641 --- /dev/null +++ b/node_modules/node-gyp/gyp/test_gyp.py @@ -0,0 +1,260 @@ +#!/usr/bin/env python3 +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""gyptest.py -- test runner for GYP tests.""" + + +import argparse +import os +import platform +import subprocess +import sys +import time + + +def is_test_name(f): + return f.startswith("gyptest") and f.endswith(".py") + + +def find_all_gyptest_files(directory): + result = [] + for root, dirs, files in os.walk(directory): + result.extend([os.path.join(root, f) for f in files if is_test_name(f)]) + result.sort() + return result + + +def main(argv=None): + if argv is None: + argv = sys.argv + + parser = argparse.ArgumentParser() + parser.add_argument("-a", "--all", action="store_true", help="run all tests") + parser.add_argument("-C", "--chdir", action="store", help="change to directory") + parser.add_argument( + "-f", + "--format", + action="store", + default="", + help="run tests with the specified formats", + ) + parser.add_argument( + "-G", + "--gyp_option", + action="append", + default=[], + help="Add -G options to the gyp command line", + ) + parser.add_argument( + "-l", "--list", action="store_true", help="list available tests and exit" + ) + parser.add_argument( + "-n", + "--no-exec", + action="store_true", + help="no execute, just print the command line", + ) + parser.add_argument( + "--path", action="append", default=[], help="additional $PATH directory" + ) + parser.add_argument( + "-q", + "--quiet", + action="store_true", + help="quiet, don't print anything unless there are failures", + ) + parser.add_argument( + "-v", + "--verbose", + action="store_true", + help="print configuration info and test results.", + ) + parser.add_argument("tests", nargs="*") + args = parser.parse_args(argv[1:]) + + if args.chdir: + os.chdir(args.chdir) + + if args.path: + extra_path = [os.path.abspath(p) for p in args.path] + extra_path = os.pathsep.join(extra_path) + os.environ["PATH"] = extra_path + os.pathsep + os.environ["PATH"] + + if not args.tests: + if not args.all: + sys.stderr.write("Specify -a to get all tests.\n") + return 1 + args.tests = ["test"] + + tests = [] + for arg in args.tests: + if os.path.isdir(arg): + tests.extend(find_all_gyptest_files(os.path.normpath(arg))) + else: + if not is_test_name(os.path.basename(arg)): + print(arg, "is not a valid gyp test name.", file=sys.stderr) + sys.exit(1) + tests.append(arg) + + if args.list: + for test in tests: + print(test) + sys.exit(0) + + os.environ["PYTHONPATH"] = os.path.abspath("test/lib") + + if args.verbose: + print_configuration_info() + + if args.gyp_option and not args.quiet: + print("Extra Gyp options: %s\n" % args.gyp_option) + + if args.format: + format_list = args.format.split(",") + else: + format_list = { + "aix5": ["make"], + "freebsd7": ["make"], + "freebsd8": ["make"], + "openbsd5": ["make"], + "cygwin": ["msvs"], + "win32": ["msvs", "ninja"], + "linux": ["make", "ninja"], + "linux2": ["make", "ninja"], + "linux3": ["make", "ninja"], + # TODO: Re-enable xcode-ninja. + # https://bugs.chromium.org/p/gyp/issues/detail?id=530 + # 'darwin': ['make', 'ninja', 'xcode', 'xcode-ninja'], + "darwin": ["make", "ninja", "xcode"], + }[sys.platform] + + gyp_options = [] + for option in args.gyp_option: + gyp_options += ["-G", option] + + runner = Runner(format_list, tests, gyp_options, args.verbose) + runner.run() + + if not args.quiet: + runner.print_results() + + return 1 if runner.failures else 0 + + +def print_configuration_info(): + print("Test configuration:") + if sys.platform == "darwin": + sys.path.append(os.path.abspath("test/lib")) + import TestMac + + print(f" Mac {platform.mac_ver()[0]} {platform.mac_ver()[2]}") + print(f" Xcode {TestMac.Xcode.Version()}") + elif sys.platform == "win32": + sys.path.append(os.path.abspath("pylib")) + import gyp.MSVSVersion + + print(" Win %s %s\n" % platform.win32_ver()[0:2]) + print(" MSVS %s" % gyp.MSVSVersion.SelectVisualStudioVersion().Description()) + elif sys.platform in ("linux", "linux2"): + print(" Linux %s" % " ".join(platform.linux_distribution())) + print(f" Python {platform.python_version()}") + print(f" PYTHONPATH={os.environ['PYTHONPATH']}") + print() + + +class Runner: + def __init__(self, formats, tests, gyp_options, verbose): + self.formats = formats + self.tests = tests + self.verbose = verbose + self.gyp_options = gyp_options + self.failures = [] + self.num_tests = len(formats) * len(tests) + num_digits = len(str(self.num_tests)) + self.fmt_str = "[%%%dd/%%%dd] (%%s) %%s" % (num_digits, num_digits) + self.isatty = sys.stdout.isatty() and not self.verbose + self.env = os.environ.copy() + self.hpos = 0 + + def run(self): + run_start = time.time() + + i = 1 + for fmt in self.formats: + for test in self.tests: + self.run_test(test, fmt, i) + i += 1 + + if self.isatty: + self.erase_current_line() + + self.took = time.time() - run_start + + def run_test(self, test, fmt, i): + if self.isatty: + self.erase_current_line() + + msg = self.fmt_str % (i, self.num_tests, fmt, test) + self.print_(msg) + + start = time.time() + cmd = [sys.executable, test] + self.gyp_options + self.env["TESTGYP_FORMAT"] = fmt + proc = subprocess.Popen( + cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=self.env + ) + proc.wait() + took = time.time() - start + + stdout = proc.stdout.read().decode("utf8") + if proc.returncode == 2: + res = "skipped" + elif proc.returncode: + res = "failed" + self.failures.append(f"({test}) {fmt}") + else: + res = "passed" + res_msg = f" {res} {took:.3f}s" + self.print_(res_msg) + + if stdout and not stdout.endswith(("PASSED\n", "NO RESULT\n")): + print() + print("\n".join(f" {line}" for line in stdout.splitlines())) + elif not self.isatty: + print() + + def print_(self, msg): + print(msg, end="") + index = msg.rfind("\n") + if index == -1: + self.hpos += len(msg) + else: + self.hpos = len(msg) - index + sys.stdout.flush() + + def erase_current_line(self): + print("\b" * self.hpos + " " * self.hpos + "\b" * self.hpos, end="") + sys.stdout.flush() + self.hpos = 0 + + def print_results(self): + num_failures = len(self.failures) + if num_failures: + print() + if num_failures == 1: + print("Failed the following test:") + else: + print("Failed the following %d tests:" % num_failures) + print("\t" + "\n\t".join(sorted(self.failures))) + print() + print( + "Ran %d tests in %.3fs, %d failed." + % (self.num_tests, self.took, num_failures) + ) + print() + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/node_modules/node-gyp/gyp/tools/README b/node_modules/node-gyp/gyp/tools/README new file mode 100644 index 0000000..84a73d1 --- /dev/null +++ b/node_modules/node-gyp/gyp/tools/README @@ -0,0 +1,15 @@ +pretty_vcproj: + Usage: pretty_vcproj.py "c:\path\to\vcproj.vcproj" [key1=value1] [key2=value2] + + They key/value pair are used to resolve vsprops name. + + For example, if I want to diff the base.vcproj project: + + pretty_vcproj.py z:\dev\src-chrome\src\base\build\base.vcproj "$(SolutionDir)=z:\dev\src-chrome\src\chrome\\" "$(CHROMIUM_BUILD)=" "$(CHROME_BUILD_TYPE)=" > original.txt + pretty_vcproj.py z:\dev\src-chrome\src\base\base_gyp.vcproj "$(SolutionDir)=z:\dev\src-chrome\src\chrome\\" "$(CHROMIUM_BUILD)=" "$(CHROME_BUILD_TYPE)=" > gyp.txt + + And you can use your favorite diff tool to see the changes. + + Note: In the case of base.vcproj, the original vcproj is one level up the generated one. + I suggest you do a search and replace for '"..\' and replace it with '"' in original.txt + before you perform the diff. \ No newline at end of file diff --git a/node_modules/node-gyp/gyp/tools/Xcode/README b/node_modules/node-gyp/gyp/tools/Xcode/README new file mode 100644 index 0000000..2492a2c --- /dev/null +++ b/node_modules/node-gyp/gyp/tools/Xcode/README @@ -0,0 +1,5 @@ +Specifications contains syntax formatters for Xcode 3. These do not appear to be supported yet on Xcode 4. To use these with Xcode 3 please install both the gyp.pbfilespec and gyp.xclangspec files in + +~/Library/Application Support/Developer/Shared/Xcode/Specifications/ + +and restart Xcode. \ No newline at end of file diff --git a/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec b/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec new file mode 100644 index 0000000..85e2e26 --- /dev/null +++ b/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec @@ -0,0 +1,27 @@ +/* + gyp.pbfilespec + GYP source file spec for Xcode 3 + + There is not much documentation available regarding the format + of .pbfilespec files. As a starting point, see for instance the + outdated documentation at: + http://maxao.free.fr/xcode-plugin-interface/specifications.html + and the files in: + /Developer/Library/PrivateFrameworks/XcodeEdit.framework/Versions/A/Resources/ + + Place this file in directory: + ~/Library/Application Support/Developer/Shared/Xcode/Specifications/ +*/ + +( + { + Identifier = sourcecode.gyp; + BasedOn = sourcecode; + Name = "GYP Files"; + Extensions = ("gyp", "gypi"); + MIMETypes = ("text/gyp"); + Language = "xcode.lang.gyp"; + IsTextFile = YES; + IsSourceFile = YES; + } +) diff --git a/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec b/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec new file mode 100644 index 0000000..3b3506d --- /dev/null +++ b/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec @@ -0,0 +1,226 @@ +/* + Copyright (c) 2011 Google Inc. All rights reserved. + Use of this source code is governed by a BSD-style license that can be + found in the LICENSE file. + + gyp.xclangspec + GYP language specification for Xcode 3 + + There is not much documentation available regarding the format + of .xclangspec files. As a starting point, see for instance the + outdated documentation at: + http://maxao.free.fr/xcode-plugin-interface/specifications.html + and the files in: + /Developer/Library/PrivateFrameworks/XcodeEdit.framework/Versions/A/Resources/ + + Place this file in directory: + ~/Library/Application Support/Developer/Shared/Xcode/Specifications/ +*/ + +( + + { + Identifier = "xcode.lang.gyp.keyword"; + Syntax = { + Words = ( + "and", + "or", + " (caar gyp-parse-history) target-point) + (setq gyp-parse-history (cdr gyp-parse-history)))) + +(defun gyp-parse-point () + "The point of the last parse state added by gyp-parse-to." + (caar gyp-parse-history)) + +(defun gyp-parse-sections () + "A list of section symbols holding at the last parse state point." + (cdar gyp-parse-history)) + +(defun gyp-inside-dictionary-p () + "Predicate returning true if the parser is inside a dictionary." + (not (eq (cadar gyp-parse-history) 'list))) + +(defun gyp-add-parse-history (point sections) + "Add parse state SECTIONS to the parse history at POINT so that parsing can be + resumed instantly." + (while (>= (caar gyp-parse-history) point) + (setq gyp-parse-history (cdr gyp-parse-history))) + (setq gyp-parse-history (cons (cons point sections) gyp-parse-history))) + +(defun gyp-parse-to (target-point) + "Parses from (point) to TARGET-POINT adding the parse state information to + gyp-parse-state-history. Parsing stops if TARGET-POINT is reached or if a + string literal has been parsed. Returns nil if no further parsing can be + done, otherwise returns the position of the start of a parsed string, leaving + the point at the end of the string." + (let ((parsing t) + string-start) + (while parsing + (setq string-start nil) + ;; Parse up to a character that starts a sexp, or if the nesting + ;; level decreases. + (let ((state (parse-partial-sexp (gyp-parse-point) + target-point + -1 + t)) + (sections (gyp-parse-sections))) + (if (= (nth 0 state) -1) + (setq sections (cdr sections)) ; pop out a level + (cond ((looking-at-p "['\"]") ; a string + (setq string-start (point)) + (goto-char (scan-sexps (point) 1)) + (if (gyp-inside-dictionary-p) + ;; Look for sections inside a dictionary + (let ((section (gyp-section-name + (buffer-substring-no-properties + (+ 1 string-start) + (- (point) 1))))) + (setq sections (cons section (cdr sections))))) + ;; Stop after the string so it can be fontified. + (setq target-point (point))) + ((looking-at-p "{") + ;; Inside a dictionary. Increase nesting. + (forward-char 1) + (setq sections (cons 'unknown sections))) + ((looking-at-p "\\[") + ;; Inside a list. Increase nesting + (forward-char 1) + (setq sections (cons 'list sections))) + ((not (eobp)) + ;; other + (forward-char 1)))) + (gyp-add-parse-history (point) sections) + (setq parsing (< (point) target-point)))) + string-start)) + +(defun gyp-section-at-point () + "Transform the last parse state, which is a list of nested sections and return + the section symbol that should be used to determine font-lock information for + the string. Can return nil indicating the string should not have any attached + section." + (let ((sections (gyp-parse-sections))) + (cond + ((eq (car sections) 'conditions) + ;; conditions can occur in a variables section, but we still want to + ;; highlight it as a keyword. + nil) + ((and (eq (car sections) 'list) + (eq (cadr sections) 'list)) + ;; conditions and sources can have items in [[ ]] + (caddr sections)) + (t (cadr sections))))) + +(defun gyp-section-match (limit) + "Parse from (point) to LIMIT returning by means of match data what was + matched. The group of the match indicates what style font-lock should apply. + See also `gyp-add-font-lock-keywords'." + (gyp-invalidate-parse-states-after (point)) + (let ((group nil) + (string-start t)) + (while (and (< (point) limit) + (not group) + string-start) + (setq string-start (gyp-parse-to limit)) + (if string-start + (setq group (cl-case (gyp-section-at-point) + ('dependencies 1) + ('variables 2) + ('conditions 2) + ('sources 3) + ('defines 4) + (nil nil))))) + (if group + (progn + ;; Set the match data to indicate to the font-lock mechanism the + ;; highlighting to be performed. + (set-match-data (append (list string-start (point)) + (make-list (* (1- group) 2) nil) + (list (1+ string-start) (1- (point))))) + t)))) + +;;; Please see http://code.google.com/p/gyp/wiki/GypLanguageSpecification for +;;; canonical list of keywords. +(defun gyp-add-font-lock-keywords () + "Add gyp-mode keywords to font-lock mechanism." + ;; TODO(jknotten): Move all the keyword highlighting into gyp-section-match + ;; so that we can do the font-locking in a single font-lock pass. + (font-lock-add-keywords + nil + (list + ;; Top-level keywords + (list (concat "['\"]\\(" + (regexp-opt (list "action" "action_name" "actions" "cflags" + "cflags_cc" "conditions" "configurations" + "copies" "defines" "dependencies" "destination" + "direct_dependent_settings" + "export_dependent_settings" "extension" "files" + "include_dirs" "includes" "inputs" "ldflags" "libraries" + "link_settings" "mac_bundle" "message" + "msvs_external_rule" "outputs" "product_name" + "process_outputs_as_sources" "rules" "rule_name" + "sources" "suppress_wildcard" + "target_conditions" "target_defaults" + "target_defines" "target_name" "toolsets" + "targets" "type" "variables" "xcode_settings")) + "[!/+=]?\\)") 1 'font-lock-keyword-face t) + ;; Type of target + (list (concat "['\"]\\(" + (regexp-opt (list "loadable_module" "static_library" + "shared_library" "executable" "none")) + "\\)") 1 'font-lock-type-face t) + (list "\\(?:target\\|action\\)_name['\"]\\s-*:\\s-*['\"]\\([^ '\"]*\\)" 1 + 'font-lock-function-name-face t) + (list 'gyp-section-match + (list 1 'font-lock-function-name-face t t) ; dependencies + (list 2 'font-lock-variable-name-face t t) ; variables, conditions + (list 3 'font-lock-constant-face t t) ; sources + (list 4 'font-lock-preprocessor-face t t)) ; preprocessor + ;; Variable expansion + (list "<@?(\\([^\n )]+\\))" 1 'font-lock-variable-name-face t) + ;; Command expansion + (list " "{dst}"') + + print("}") + + +def main(): + if len(sys.argv) < 2: + print(__doc__, file=sys.stderr) + print(file=sys.stderr) + print("usage: %s target1 target2..." % (sys.argv[0]), file=sys.stderr) + return 1 + + edges = LoadEdges("dump.json", sys.argv[1:]) + + WriteGraph(edges) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/node_modules/node-gyp/gyp/tools/pretty_gyp.py b/node_modules/node-gyp/gyp/tools/pretty_gyp.py new file mode 100644 index 0000000..4ffa444 --- /dev/null +++ b/node_modules/node-gyp/gyp/tools/pretty_gyp.py @@ -0,0 +1,156 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Pretty-prints the contents of a GYP file.""" + + +import sys +import re + + +# Regex to remove comments when we're counting braces. +COMMENT_RE = re.compile(r"\s*#.*") + +# Regex to remove quoted strings when we're counting braces. +# It takes into account quoted quotes, and makes sure that the quotes match. +# NOTE: It does not handle quotes that span more than one line, or +# cases where an escaped quote is preceded by an escaped backslash. +QUOTE_RE_STR = r'(?P[\'"])(.*?)(? 0: + after = True + + # This catches the special case of a closing brace having something + # other than just whitespace ahead of it -- we don't want to + # unindent that until after this line is printed so it stays with + # the previous indentation level. + if cnt < 0 and closing_prefix_re.match(stripline): + after = True + return (cnt, after) + + +def prettyprint_input(lines): + """Does the main work of indenting the input based on the brace counts.""" + indent = 0 + basic_offset = 2 + for line in lines: + if COMMENT_RE.match(line): + print(line) + else: + line = line.strip("\r\n\t ") # Otherwise doesn't strip \r on Unix. + if len(line) > 0: + (brace_diff, after) = count_braces(line) + if brace_diff != 0: + if after: + print(" " * (basic_offset * indent) + line) + indent += brace_diff + else: + indent += brace_diff + print(" " * (basic_offset * indent) + line) + else: + print(" " * (basic_offset * indent) + line) + else: + print("") + + +def main(): + if len(sys.argv) > 1: + data = open(sys.argv[1]).read().splitlines() + else: + data = sys.stdin.read().splitlines() + # Split up the double braces. + lines = split_double_braces(data) + + # Indent and print the output. + prettyprint_input(lines) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/node_modules/node-gyp/gyp/tools/pretty_sln.py b/node_modules/node-gyp/gyp/tools/pretty_sln.py new file mode 100644 index 0000000..6ca0cd1 --- /dev/null +++ b/node_modules/node-gyp/gyp/tools/pretty_sln.py @@ -0,0 +1,181 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Prints the information in a sln file in a diffable way. + + It first outputs each projects in alphabetical order with their + dependencies. + + Then it outputs a possible build order. +""" + + +import os +import re +import sys +import pretty_vcproj + +__author__ = "nsylvain (Nicolas Sylvain)" + + +def BuildProject(project, built, projects, deps): + # if all dependencies are done, we can build it, otherwise we try to build the + # dependency. + # This is not infinite-recursion proof. + for dep in deps[project]: + if dep not in built: + BuildProject(dep, built, projects, deps) + print(project) + built.append(project) + + +def ParseSolution(solution_file): + # All projects, their clsid and paths. + projects = dict() + + # A list of dependencies associated with a project. + dependencies = dict() + + # Regular expressions that matches the SLN format. + # The first line of a project definition. + begin_project = re.compile( + r'^Project\("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942' + r'}"\) = "(.*)", "(.*)", "(.*)"$' + ) + # The last line of a project definition. + end_project = re.compile("^EndProject$") + # The first line of a dependency list. + begin_dep = re.compile(r"ProjectSection\(ProjectDependencies\) = postProject$") + # The last line of a dependency list. + end_dep = re.compile("EndProjectSection$") + # A line describing a dependency. + dep_line = re.compile(" *({.*}) = ({.*})$") + + in_deps = False + solution = open(solution_file) + for line in solution: + results = begin_project.search(line) + if results: + # Hack to remove icu because the diff is too different. + if results.group(1).find("icu") != -1: + continue + # We remove "_gyp" from the names because it helps to diff them. + current_project = results.group(1).replace("_gyp", "") + projects[current_project] = [ + results.group(2).replace("_gyp", ""), + results.group(3), + results.group(2), + ] + dependencies[current_project] = [] + continue + + results = end_project.search(line) + if results: + current_project = None + continue + + results = begin_dep.search(line) + if results: + in_deps = True + continue + + results = end_dep.search(line) + if results: + in_deps = False + continue + + results = dep_line.search(line) + if results and in_deps and current_project: + dependencies[current_project].append(results.group(1)) + continue + + # Change all dependencies clsid to name instead. + for project in dependencies: + # For each dependencies in this project + new_dep_array = [] + for dep in dependencies[project]: + # Look for the project name matching this cldis + for project_info in projects: + if projects[project_info][1] == dep: + new_dep_array.append(project_info) + dependencies[project] = sorted(new_dep_array) + + return (projects, dependencies) + + +def PrintDependencies(projects, deps): + print("---------------------------------------") + print("Dependencies for all projects") + print("---------------------------------------") + print("-- --") + + for (project, dep_list) in sorted(deps.items()): + print("Project : %s" % project) + print("Path : %s" % projects[project][0]) + if dep_list: + for dep in dep_list: + print(" - %s" % dep) + print("") + + print("-- --") + + +def PrintBuildOrder(projects, deps): + print("---------------------------------------") + print("Build order ") + print("---------------------------------------") + print("-- --") + + built = [] + for (project, _) in sorted(deps.items()): + if project not in built: + BuildProject(project, built, projects, deps) + + print("-- --") + + +def PrintVCProj(projects): + + for project in projects: + print("-------------------------------------") + print("-------------------------------------") + print(project) + print(project) + print(project) + print("-------------------------------------") + print("-------------------------------------") + + project_path = os.path.abspath( + os.path.join(os.path.dirname(sys.argv[1]), projects[project][2]) + ) + + pretty = pretty_vcproj + argv = [ + "", + project_path, + "$(SolutionDir)=%s\\" % os.path.dirname(sys.argv[1]), + ] + argv.extend(sys.argv[3:]) + pretty.main(argv) + + +def main(): + # check if we have exactly 1 parameter. + if len(sys.argv) < 2: + print('Usage: %s "c:\\path\\to\\project.sln"' % sys.argv[0]) + return 1 + + (projects, deps) = ParseSolution(sys.argv[1]) + PrintDependencies(projects, deps) + PrintBuildOrder(projects, deps) + + if "--recursive" in sys.argv: + PrintVCProj(projects) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/node_modules/node-gyp/gyp/tools/pretty_vcproj.py b/node_modules/node-gyp/gyp/tools/pretty_vcproj.py new file mode 100644 index 0000000..00d32de --- /dev/null +++ b/node_modules/node-gyp/gyp/tools/pretty_vcproj.py @@ -0,0 +1,339 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2012 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Make the format of a vcproj really pretty. + + This script normalize and sort an xml. It also fetches all the properties + inside linked vsprops and include them explicitly in the vcproj. + + It outputs the resulting xml to stdout. +""" + + +import os +import sys + +from xml.dom.minidom import parse +from xml.dom.minidom import Node + +__author__ = "nsylvain (Nicolas Sylvain)" +ARGUMENTS = None +REPLACEMENTS = dict() + + +def cmp(x, y): + return (x > y) - (x < y) + + +class CmpTuple: + """Compare function between 2 tuple.""" + + def __call__(self, x, y): + return cmp(x[0], y[0]) + + +class CmpNode: + """Compare function between 2 xml nodes.""" + + def __call__(self, x, y): + def get_string(node): + node_string = "node" + node_string += node.nodeName + if node.nodeValue: + node_string += node.nodeValue + + if node.attributes: + # We first sort by name, if present. + node_string += node.getAttribute("Name") + + all_nodes = [] + for (name, value) in node.attributes.items(): + all_nodes.append((name, value)) + + all_nodes.sort(CmpTuple()) + for (name, value) in all_nodes: + node_string += name + node_string += value + + return node_string + + return cmp(get_string(x), get_string(y)) + + +def PrettyPrintNode(node, indent=0): + if node.nodeType == Node.TEXT_NODE: + if node.data.strip(): + print("{}{}".format(" " * indent, node.data.strip())) + return + + if node.childNodes: + node.normalize() + # Get the number of attributes + attr_count = 0 + if node.attributes: + attr_count = node.attributes.length + + # Print the main tag + if attr_count == 0: + print("{}<{}>".format(" " * indent, node.nodeName)) + else: + print("{}<{}".format(" " * indent, node.nodeName)) + + all_attributes = [] + for (name, value) in node.attributes.items(): + all_attributes.append((name, value)) + all_attributes.sort(CmpTuple()) + for (name, value) in all_attributes: + print('{} {}="{}"'.format(" " * indent, name, value)) + print("%s>" % (" " * indent)) + if node.nodeValue: + print("{} {}".format(" " * indent, node.nodeValue)) + + for sub_node in node.childNodes: + PrettyPrintNode(sub_node, indent=indent + 2) + print("{}".format(" " * indent, node.nodeName)) + + +def FlattenFilter(node): + """Returns a list of all the node and sub nodes.""" + node_list = [] + + if node.attributes and node.getAttribute("Name") == "_excluded_files": + # We don't add the "_excluded_files" filter. + return [] + + for current in node.childNodes: + if current.nodeName == "Filter": + node_list.extend(FlattenFilter(current)) + else: + node_list.append(current) + + return node_list + + +def FixFilenames(filenames, current_directory): + new_list = [] + for filename in filenames: + if filename: + for key in REPLACEMENTS: + filename = filename.replace(key, REPLACEMENTS[key]) + os.chdir(current_directory) + filename = filename.strip("\"' ") + if filename.startswith("$"): + new_list.append(filename) + else: + new_list.append(os.path.abspath(filename)) + return new_list + + +def AbsoluteNode(node): + """Makes all the properties we know about in this node absolute.""" + if node.attributes: + for (name, value) in node.attributes.items(): + if name in [ + "InheritedPropertySheets", + "RelativePath", + "AdditionalIncludeDirectories", + "IntermediateDirectory", + "OutputDirectory", + "AdditionalLibraryDirectories", + ]: + # We want to fix up these paths + path_list = value.split(";") + new_list = FixFilenames(path_list, os.path.dirname(ARGUMENTS[1])) + node.setAttribute(name, ";".join(new_list)) + if not value: + node.removeAttribute(name) + + +def CleanupVcproj(node): + """For each sub node, we call recursively this function.""" + for sub_node in node.childNodes: + AbsoluteNode(sub_node) + CleanupVcproj(sub_node) + + # Normalize the node, and remove all extraneous whitespaces. + for sub_node in node.childNodes: + if sub_node.nodeType == Node.TEXT_NODE: + sub_node.data = sub_node.data.replace("\r", "") + sub_node.data = sub_node.data.replace("\n", "") + sub_node.data = sub_node.data.rstrip() + + # Fix all the semicolon separated attributes to be sorted, and we also + # remove the dups. + if node.attributes: + for (name, value) in node.attributes.items(): + sorted_list = sorted(value.split(";")) + unique_list = [] + for i in sorted_list: + if not unique_list.count(i): + unique_list.append(i) + node.setAttribute(name, ";".join(unique_list)) + if not value: + node.removeAttribute(name) + + if node.childNodes: + node.normalize() + + # For each node, take a copy, and remove it from the list. + node_array = [] + while node.childNodes and node.childNodes[0]: + # Take a copy of the node and remove it from the list. + current = node.childNodes[0] + node.removeChild(current) + + # If the child is a filter, we want to append all its children + # to this same list. + if current.nodeName == "Filter": + node_array.extend(FlattenFilter(current)) + else: + node_array.append(current) + + # Sort the list. + node_array.sort(CmpNode()) + + # Insert the nodes in the correct order. + for new_node in node_array: + # But don't append empty tool node. + if new_node.nodeName == "Tool": + if new_node.attributes and new_node.attributes.length == 1: + # This one was empty. + continue + if new_node.nodeName == "UserMacro": + continue + node.appendChild(new_node) + + +def GetConfiguationNodes(vcproj): + # TODO(nsylvain): Find a better way to navigate the xml. + nodes = [] + for node in vcproj.childNodes: + if node.nodeName == "Configurations": + for sub_node in node.childNodes: + if sub_node.nodeName == "Configuration": + nodes.append(sub_node) + + return nodes + + +def GetChildrenVsprops(filename): + dom = parse(filename) + if dom.documentElement.attributes: + vsprops = dom.documentElement.getAttribute("InheritedPropertySheets") + return FixFilenames(vsprops.split(";"), os.path.dirname(filename)) + return [] + + +def SeekToNode(node1, child2): + # A text node does not have properties. + if child2.nodeType == Node.TEXT_NODE: + return None + + # Get the name of the current node. + current_name = child2.getAttribute("Name") + if not current_name: + # There is no name. We don't know how to merge. + return None + + # Look through all the nodes to find a match. + for sub_node in node1.childNodes: + if sub_node.nodeName == child2.nodeName: + name = sub_node.getAttribute("Name") + if name == current_name: + return sub_node + + # No match. We give up. + return None + + +def MergeAttributes(node1, node2): + # No attributes to merge? + if not node2.attributes: + return + + for (name, value2) in node2.attributes.items(): + # Don't merge the 'Name' attribute. + if name == "Name": + continue + value1 = node1.getAttribute(name) + if value1: + # The attribute exist in the main node. If it's equal, we leave it + # untouched, otherwise we concatenate it. + if value1 != value2: + node1.setAttribute(name, ";".join([value1, value2])) + else: + # The attribute does not exist in the main node. We append this one. + node1.setAttribute(name, value2) + + # If the attribute was a property sheet attributes, we remove it, since + # they are useless. + if name == "InheritedPropertySheets": + node1.removeAttribute(name) + + +def MergeProperties(node1, node2): + MergeAttributes(node1, node2) + for child2 in node2.childNodes: + child1 = SeekToNode(node1, child2) + if child1: + MergeProperties(child1, child2) + else: + node1.appendChild(child2.cloneNode(True)) + + +def main(argv): + """Main function of this vcproj prettifier.""" + global ARGUMENTS + ARGUMENTS = argv + + # check if we have exactly 1 parameter. + if len(argv) < 2: + print( + 'Usage: %s "c:\\path\\to\\vcproj.vcproj" [key1=value1] ' + "[key2=value2]" % argv[0] + ) + return 1 + + # Parse the keys + for i in range(2, len(argv)): + (key, value) = argv[i].split("=") + REPLACEMENTS[key] = value + + # Open the vcproj and parse the xml. + dom = parse(argv[1]) + + # First thing we need to do is find the Configuration Node and merge them + # with the vsprops they include. + for configuration_node in GetConfiguationNodes(dom.documentElement): + # Get the property sheets associated with this configuration. + vsprops = configuration_node.getAttribute("InheritedPropertySheets") + + # Fix the filenames to be absolute. + vsprops_list = FixFilenames( + vsprops.strip().split(";"), os.path.dirname(argv[1]) + ) + + # Extend the list of vsprops with all vsprops contained in the current + # vsprops. + for current_vsprops in vsprops_list: + vsprops_list.extend(GetChildrenVsprops(current_vsprops)) + + # Now that we have all the vsprops, we need to merge them. + for current_vsprops in vsprops_list: + MergeProperties(configuration_node, parse(current_vsprops).documentElement) + + # Now that everything is merged, we need to cleanup the xml. + CleanupVcproj(dom.documentElement) + + # Finally, we use the prett xml function to print the vcproj back to the + # user. + # print dom.toprettyxml(newl="\n") + PrettyPrintNode(dom.documentElement) + return 0 + + +if __name__ == "__main__": + sys.exit(main(sys.argv)) diff --git a/node_modules/node-gyp/lib/Find-VisualStudio.cs b/node_modules/node-gyp/lib/Find-VisualStudio.cs new file mode 100644 index 0000000..d2e45a7 --- /dev/null +++ b/node_modules/node-gyp/lib/Find-VisualStudio.cs @@ -0,0 +1,250 @@ +// Copyright 2017 - Refael Ackermann +// Distributed under MIT style license +// See accompanying file LICENSE at https://github.com/node4good/windows-autoconf + +// Usage: +// powershell -ExecutionPolicy Unrestricted -Command "Add-Type -Path Find-VisualStudio.cs; [VisualStudioConfiguration.Main]::PrintJson()" +// This script needs to be compatible with PowerShell v2 to run on Windows 2008R2 and Windows 7. + +using System; +using System.Text; +using System.Runtime.InteropServices; +using System.Collections.Generic; + +namespace VisualStudioConfiguration +{ + [Flags] + public enum InstanceState : uint + { + None = 0, + Local = 1, + Registered = 2, + NoRebootRequired = 4, + NoErrors = 8, + Complete = 4294967295, + } + + [Guid("6380BCFF-41D3-4B2E-8B2E-BF8A6810C848")] + [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] + [ComImport] + public interface IEnumSetupInstances + { + + void Next([MarshalAs(UnmanagedType.U4), In] int celt, + [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.Interface), Out] ISetupInstance[] rgelt, + [MarshalAs(UnmanagedType.U4)] out int pceltFetched); + + void Skip([MarshalAs(UnmanagedType.U4), In] int celt); + + void Reset(); + + [return: MarshalAs(UnmanagedType.Interface)] + IEnumSetupInstances Clone(); + } + + [Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")] + [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] + [ComImport] + public interface ISetupConfiguration + { + } + + [Guid("26AAB78C-4A60-49D6-AF3B-3C35BC93365D")] + [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] + [ComImport] + public interface ISetupConfiguration2 : ISetupConfiguration + { + + [return: MarshalAs(UnmanagedType.Interface)] + IEnumSetupInstances EnumInstances(); + + [return: MarshalAs(UnmanagedType.Interface)] + ISetupInstance GetInstanceForCurrentProcess(); + + [return: MarshalAs(UnmanagedType.Interface)] + ISetupInstance GetInstanceForPath([MarshalAs(UnmanagedType.LPWStr), In] string path); + + [return: MarshalAs(UnmanagedType.Interface)] + IEnumSetupInstances EnumAllInstances(); + } + + [Guid("B41463C3-8866-43B5-BC33-2B0676F7F42E")] + [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] + [ComImport] + public interface ISetupInstance + { + } + + [Guid("89143C9A-05AF-49B0-B717-72E218A2185C")] + [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] + [ComImport] + public interface ISetupInstance2 : ISetupInstance + { + [return: MarshalAs(UnmanagedType.BStr)] + string GetInstanceId(); + + [return: MarshalAs(UnmanagedType.Struct)] + System.Runtime.InteropServices.ComTypes.FILETIME GetInstallDate(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetInstallationName(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetInstallationPath(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetInstallationVersion(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetDisplayName([MarshalAs(UnmanagedType.U4), In] int lcid); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetDescription([MarshalAs(UnmanagedType.U4), In] int lcid); + + [return: MarshalAs(UnmanagedType.BStr)] + string ResolvePath([MarshalAs(UnmanagedType.LPWStr), In] string pwszRelativePath); + + [return: MarshalAs(UnmanagedType.U4)] + InstanceState GetState(); + + [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_UNKNOWN)] + ISetupPackageReference[] GetPackages(); + + ISetupPackageReference GetProduct(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetProductPath(); + + [return: MarshalAs(UnmanagedType.VariantBool)] + bool IsLaunchable(); + + [return: MarshalAs(UnmanagedType.VariantBool)] + bool IsComplete(); + + [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_UNKNOWN)] + ISetupPropertyStore GetProperties(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetEnginePath(); + } + + [Guid("DA8D8A16-B2B6-4487-A2F1-594CCCCD6BF5")] + [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] + [ComImport] + public interface ISetupPackageReference + { + + [return: MarshalAs(UnmanagedType.BStr)] + string GetId(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetVersion(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetChip(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetLanguage(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetBranch(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetType(); + + [return: MarshalAs(UnmanagedType.BStr)] + string GetUniqueId(); + + [return: MarshalAs(UnmanagedType.VariantBool)] + bool GetIsExtension(); + } + + [Guid("c601c175-a3be-44bc-91f6-4568d230fc83")] + [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] + [ComImport] + public interface ISetupPropertyStore + { + + [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_BSTR)] + string[] GetNames(); + + object GetValue([MarshalAs(UnmanagedType.LPWStr), In] string pwszName); + } + + [Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")] + [CoClass(typeof(SetupConfigurationClass))] + [ComImport] + public interface SetupConfiguration : ISetupConfiguration2, ISetupConfiguration + { + } + + [Guid("177F0C4A-1CD3-4DE7-A32C-71DBBB9FA36D")] + [ClassInterface(ClassInterfaceType.None)] + [ComImport] + public class SetupConfigurationClass + { + } + + public static class Main + { + public static void PrintJson() + { + ISetupConfiguration query = new SetupConfiguration(); + ISetupConfiguration2 query2 = (ISetupConfiguration2)query; + IEnumSetupInstances e = query2.EnumAllInstances(); + + int pceltFetched; + ISetupInstance2[] rgelt = new ISetupInstance2[1]; + List instances = new List(); + while (true) + { + e.Next(1, rgelt, out pceltFetched); + if (pceltFetched <= 0) + { + Console.WriteLine(String.Format("[{0}]", string.Join(",", instances.ToArray()))); + return; + } + + try + { + instances.Add(InstanceJson(rgelt[0])); + } + catch (COMException) + { + // Ignore instances that can't be queried. + } + } + } + + private static string JsonString(string s) + { + return "\"" + s.Replace("\\", "\\\\").Replace("\"", "\\\"") + "\""; + } + + private static string InstanceJson(ISetupInstance2 setupInstance2) + { + // Visual Studio component directory: + // https://docs.microsoft.com/en-us/visualstudio/install/workload-and-component-ids + + StringBuilder json = new StringBuilder(); + json.Append("{"); + + string path = JsonString(setupInstance2.GetInstallationPath()); + json.Append(String.Format("\"path\":{0},", path)); + + string version = JsonString(setupInstance2.GetInstallationVersion()); + json.Append(String.Format("\"version\":{0},", version)); + + List packages = new List(); + foreach (ISetupPackageReference package in setupInstance2.GetPackages()) + { + string id = JsonString(package.GetId()); + packages.Add(id); + } + json.Append(String.Format("\"packages\":[{0}]", string.Join(",", packages.ToArray()))); + + json.Append("}"); + return json.ToString(); + } + } +} diff --git a/node_modules/node-gyp/lib/build.js b/node_modules/node-gyp/lib/build.js new file mode 100644 index 0000000..c2388fb --- /dev/null +++ b/node_modules/node-gyp/lib/build.js @@ -0,0 +1,204 @@ +'use strict' + +const fs = require('graceful-fs') +const path = require('path') +const glob = require('glob') +const log = require('npmlog') +const which = require('which') +const win = process.platform === 'win32' + +function build (gyp, argv, callback) { + var platformMake = 'make' + if (process.platform === 'aix') { + platformMake = 'gmake' + } else if (process.platform.indexOf('bsd') !== -1) { + platformMake = 'gmake' + } else if (win && argv.length > 0) { + argv = argv.map(function (target) { + return '/t:' + target + }) + } + + var makeCommand = gyp.opts.make || process.env.MAKE || platformMake + var command = win ? 'msbuild' : makeCommand + var jobs = gyp.opts.jobs || process.env.JOBS + var buildType + var config + var arch + var nodeDir + var guessedSolution + + loadConfigGypi() + + /** + * Load the "config.gypi" file that was generated during "configure". + */ + + function loadConfigGypi () { + var configPath = path.resolve('build', 'config.gypi') + + fs.readFile(configPath, 'utf8', function (err, data) { + if (err) { + if (err.code === 'ENOENT') { + callback(new Error('You must run `node-gyp configure` first!')) + } else { + callback(err) + } + return + } + config = JSON.parse(data.replace(/#.+\n/, '')) + + // get the 'arch', 'buildType', and 'nodeDir' vars from the config + buildType = config.target_defaults.default_configuration + arch = config.variables.target_arch + nodeDir = config.variables.nodedir + + if ('debug' in gyp.opts) { + buildType = gyp.opts.debug ? 'Debug' : 'Release' + } + if (!buildType) { + buildType = 'Release' + } + + log.verbose('build type', buildType) + log.verbose('architecture', arch) + log.verbose('node dev dir', nodeDir) + + if (win) { + findSolutionFile() + } else { + doWhich() + } + }) + } + + /** + * On Windows, find the first build/*.sln file. + */ + + function findSolutionFile () { + glob('build/*.sln', function (err, files) { + if (err) { + return callback(err) + } + if (files.length === 0) { + return callback(new Error('Could not find *.sln file. Did you run "configure"?')) + } + guessedSolution = files[0] + log.verbose('found first Solution file', guessedSolution) + doWhich() + }) + } + + /** + * Uses node-which to locate the msbuild / make executable. + */ + + function doWhich () { + // On Windows use msbuild provided by node-gyp configure + if (win) { + if (!config.variables.msbuild_path) { + return callback(new Error( + 'MSBuild is not set, please run `node-gyp configure`.')) + } + command = config.variables.msbuild_path + log.verbose('using MSBuild:', command) + doBuild() + return + } + // First make sure we have the build command in the PATH + which(command, function (err, execPath) { + if (err) { + // Some other error or 'make' not found on Unix, report that to the user + callback(err) + return + } + log.verbose('`which` succeeded for `' + command + '`', execPath) + doBuild() + }) + } + + /** + * Actually spawn the process and compile the module. + */ + + function doBuild () { + // Enable Verbose build + var verbose = log.levels[log.level] <= log.levels.verbose + var j + + if (!win && verbose) { + argv.push('V=1') + } + + if (win && !verbose) { + argv.push('/clp:Verbosity=minimal') + } + + if (win) { + // Turn off the Microsoft logo on Windows + argv.push('/nologo') + } + + // Specify the build type, Release by default + if (win) { + // Convert .gypi config target_arch to MSBuild /Platform + // Since there are many ways to state '32-bit Intel', default to it. + // N.B. msbuild's Condition string equality tests are case-insensitive. + var archLower = arch.toLowerCase() + var p = archLower === 'x64' ? 'x64' + : (archLower === 'arm' ? 'ARM' + : (archLower === 'arm64' ? 'ARM64' : 'Win32')) + argv.push('/p:Configuration=' + buildType + ';Platform=' + p) + if (jobs) { + j = parseInt(jobs, 10) + if (!isNaN(j) && j > 0) { + argv.push('/m:' + j) + } else if (jobs.toUpperCase() === 'MAX') { + argv.push('/m:' + require('os').cpus().length) + } + } + } else { + argv.push('BUILDTYPE=' + buildType) + // Invoke the Makefile in the 'build' dir. + argv.push('-C') + argv.push('build') + if (jobs) { + j = parseInt(jobs, 10) + if (!isNaN(j) && j > 0) { + argv.push('--jobs') + argv.push(j) + } else if (jobs.toUpperCase() === 'MAX') { + argv.push('--jobs') + argv.push(require('os').cpus().length) + } + } + } + + if (win) { + // did the user specify their own .sln file? + var hasSln = argv.some(function (arg) { + return path.extname(arg) === '.sln' + }) + if (!hasSln) { + argv.unshift(gyp.opts.solution || guessedSolution) + } + } + + var proc = gyp.spawn(command, argv) + proc.on('exit', onExit) + } + + function onExit (code, signal) { + if (code !== 0) { + return callback(new Error('`' + command + '` failed with exit code: ' + code)) + } + if (signal) { + return callback(new Error('`' + command + '` got signal: ' + signal)) + } + callback() + } +} + +module.exports = build +module.exports.usage = 'Invokes `' + (win ? 'msbuild' : 'make') + '` and builds the module' diff --git a/node_modules/node-gyp/lib/clean.js b/node_modules/node-gyp/lib/clean.js new file mode 100644 index 0000000..dbfa4db --- /dev/null +++ b/node_modules/node-gyp/lib/clean.js @@ -0,0 +1,15 @@ +'use strict' + +const rm = require('rimraf') +const log = require('npmlog') + +function clean (gyp, argv, callback) { + // Remove the 'build' dir + var buildDir = 'build' + + log.verbose('clean', 'removing "%s" directory', buildDir) + rm(buildDir, callback) +} + +module.exports = clean +module.exports.usage = 'Removes any generated build files and the "out" dir' diff --git a/node_modules/node-gyp/lib/configure.js b/node_modules/node-gyp/lib/configure.js new file mode 100644 index 0000000..d9b8fe3 --- /dev/null +++ b/node_modules/node-gyp/lib/configure.js @@ -0,0 +1,294 @@ +'use strict' + +const fs = require('graceful-fs') +const path = require('path') +const log = require('npmlog') +const os = require('os') +const processRelease = require('./process-release') +const win = process.platform === 'win32' +const findNodeDirectory = require('./find-node-directory') +const createConfigGypi = require('./create-config-gypi') +const msgFormat = require('util').format +var findPython = require('./find-python') +if (win) { + var findVisualStudio = require('./find-visualstudio') +} + +function configure (gyp, argv, callback) { + var python + var buildDir = path.resolve('build') + var configNames = ['config.gypi', 'common.gypi'] + var configs = [] + var nodeDir + var release = processRelease(argv, gyp, process.version, process.release) + + findPython(gyp.opts.python, function (err, found) { + if (err) { + callback(err) + } else { + python = found + getNodeDir() + } + }) + + function getNodeDir () { + // 'python' should be set by now + process.env.PYTHON = python + + if (gyp.opts.nodedir) { + // --nodedir was specified. use that for the dev files + nodeDir = gyp.opts.nodedir.replace(/^~/, os.homedir()) + + log.verbose('get node dir', 'compiling against specified --nodedir dev files: %s', nodeDir) + createBuildDir() + } else { + // if no --nodedir specified, ensure node dependencies are installed + if ('v' + release.version !== process.version) { + // if --target was given, then determine a target version to compile for + log.verbose('get node dir', 'compiling against --target node version: %s', release.version) + } else { + // if no --target was specified then use the current host node version + log.verbose('get node dir', 'no --target version specified, falling back to host node version: %s', release.version) + } + + if (!release.semver) { + // could not parse the version string with semver + return callback(new Error('Invalid version number: ' + release.version)) + } + + // If the tarball option is set, always remove and reinstall the headers + // into devdir. Otherwise only install if they're not already there. + gyp.opts.ensure = !gyp.opts.tarball + + gyp.commands.install([release.version], function (err) { + if (err) { + return callback(err) + } + log.verbose('get node dir', 'target node version installed:', release.versionDir) + nodeDir = path.resolve(gyp.devDir, release.versionDir) + createBuildDir() + }) + } + } + + function createBuildDir () { + log.verbose('build dir', 'attempting to create "build" dir: %s', buildDir) + fs.mkdir(buildDir, { recursive: true }, function (err, isNew) { + if (err) { + return callback(err) + } + log.verbose( + 'build dir', '"build" dir needed to be created?', isNew ? 'Yes' : 'No' + ) + if (win) { + findVisualStudio(release.semver, gyp.opts.msvs_version, + createConfigFile) + } else { + createConfigFile() + } + }) + } + + function createConfigFile (err, vsInfo) { + if (err) { + return callback(err) + } + if (process.platform === 'win32') { + process.env.GYP_MSVS_VERSION = Math.min(vsInfo.versionYear, 2015) + process.env.GYP_MSVS_OVERRIDE_PATH = vsInfo.path + } + createConfigGypi({ gyp, buildDir, nodeDir, vsInfo }).then(configPath => { + configs.push(configPath) + findConfigs() + }).catch(err => { + callback(err) + }) + } + + function findConfigs () { + var name = configNames.shift() + if (!name) { + return runGyp() + } + var fullPath = path.resolve(name) + + log.verbose(name, 'checking for gypi file: %s', fullPath) + fs.stat(fullPath, function (err) { + if (err) { + if (err.code === 'ENOENT') { + findConfigs() // check next gypi filename + } else { + callback(err) + } + } else { + log.verbose(name, 'found gypi file') + configs.push(fullPath) + findConfigs() + } + }) + } + + function runGyp (err) { + if (err) { + return callback(err) + } + + if (!~argv.indexOf('-f') && !~argv.indexOf('--format')) { + if (win) { + log.verbose('gyp', 'gyp format was not specified; forcing "msvs"') + // force the 'make' target for non-Windows + argv.push('-f', 'msvs') + } else { + log.verbose('gyp', 'gyp format was not specified; forcing "make"') + // force the 'make' target for non-Windows + argv.push('-f', 'make') + } + } + + // include all the ".gypi" files that were found + configs.forEach(function (config) { + argv.push('-I', config) + }) + + // For AIX and z/OS we need to set up the path to the exports file + // which contains the symbols needed for linking. + var nodeExpFile + if (process.platform === 'aix' || process.platform === 'os390') { + var ext = process.platform === 'aix' ? 'exp' : 'x' + var nodeRootDir = findNodeDirectory() + var candidates + + if (process.platform === 'aix') { + candidates = [ + 'include/node/node', + 'out/Release/node', + 'out/Debug/node', + 'node' + ].map(function (file) { + return file + '.' + ext + }) + } else { + candidates = [ + 'out/Release/obj.target/libnode', + 'out/Debug/obj.target/libnode', + 'lib/libnode' + ].map(function (file) { + return file + '.' + ext + }) + } + + var logprefix = 'find exports file' + nodeExpFile = findAccessibleSync(logprefix, nodeRootDir, candidates) + if (nodeExpFile !== undefined) { + log.verbose(logprefix, 'Found exports file: %s', nodeExpFile) + } else { + var msg = msgFormat('Could not find node.%s file in %s', ext, nodeRootDir) + log.error(logprefix, 'Could not find exports file') + return callback(new Error(msg)) + } + } + + // this logic ported from the old `gyp_addon` python file + var gypScript = path.resolve(__dirname, '..', 'gyp', 'gyp_main.py') + var addonGypi = path.resolve(__dirname, '..', 'addon.gypi') + var commonGypi = path.resolve(nodeDir, 'include/node/common.gypi') + fs.stat(commonGypi, function (err) { + if (err) { + commonGypi = path.resolve(nodeDir, 'common.gypi') + } + + var outputDir = 'build' + if (win) { + // Windows expects an absolute path + outputDir = buildDir + } + var nodeGypDir = path.resolve(__dirname, '..') + + var nodeLibFile = path.join(nodeDir, + !gyp.opts.nodedir ? '<(target_arch)' : '$(Configuration)', + release.name + '.lib') + + argv.push('-I', addonGypi) + argv.push('-I', commonGypi) + argv.push('-Dlibrary=shared_library') + argv.push('-Dvisibility=default') + argv.push('-Dnode_root_dir=' + nodeDir) + if (process.platform === 'aix' || process.platform === 'os390') { + argv.push('-Dnode_exp_file=' + nodeExpFile) + } + argv.push('-Dnode_gyp_dir=' + nodeGypDir) + + // Do this to keep Cygwin environments happy, else the unescaped '\' gets eaten up, + // resulting in bad paths, Ex c:parentFolderfolderanotherFolder instead of c:\parentFolder\folder\anotherFolder + if (win) { + nodeLibFile = nodeLibFile.replace(/\\/g, '\\\\') + } + argv.push('-Dnode_lib_file=' + nodeLibFile) + argv.push('-Dmodule_root_dir=' + process.cwd()) + argv.push('-Dnode_engine=' + + (gyp.opts.node_engine || process.jsEngine || 'v8')) + argv.push('--depth=.') + argv.push('--no-parallel') + + // tell gyp to write the Makefile/Solution files into output_dir + argv.push('--generator-output', outputDir) + + // tell make to write its output into the same dir + argv.push('-Goutput_dir=.') + + // enforce use of the "binding.gyp" file + argv.unshift('binding.gyp') + + // execute `gyp` from the current target nodedir + argv.unshift(gypScript) + + // make sure python uses files that came with this particular node package + var pypath = [path.join(__dirname, '..', 'gyp', 'pylib')] + if (process.env.PYTHONPATH) { + pypath.push(process.env.PYTHONPATH) + } + process.env.PYTHONPATH = pypath.join(win ? ';' : ':') + + var cp = gyp.spawn(python, argv) + cp.on('exit', onCpExit) + }) + } + + function onCpExit (code) { + if (code !== 0) { + callback(new Error('`gyp` failed with exit code: ' + code)) + } else { + // we're done + callback() + } + } +} + +/** + * Returns the first file or directory from an array of candidates that is + * readable by the current user, or undefined if none of the candidates are + * readable. + */ +function findAccessibleSync (logprefix, dir, candidates) { + for (var next = 0; next < candidates.length; next++) { + var candidate = path.resolve(dir, candidates[next]) + try { + var fd = fs.openSync(candidate, 'r') + } catch (e) { + // this candidate was not found or not readable, do nothing + log.silly(logprefix, 'Could not open %s: %s', candidate, e.message) + continue + } + fs.closeSync(fd) + log.silly(logprefix, 'Found readable %s', candidate) + return candidate + } + + return undefined +} + +module.exports = configure +module.exports.test = { + findAccessibleSync: findAccessibleSync +} +module.exports.usage = 'Generates ' + (win ? 'MSVC project files' : 'a Makefile') + ' for the current module' diff --git a/node_modules/node-gyp/lib/create-config-gypi.js b/node_modules/node-gyp/lib/create-config-gypi.js new file mode 100644 index 0000000..dbcb8b4 --- /dev/null +++ b/node_modules/node-gyp/lib/create-config-gypi.js @@ -0,0 +1,146 @@ +'use strict' + +const fs = require('graceful-fs') +const log = require('npmlog') +const path = require('path') + +function parseConfigGypi (config) { + // translated from tools/js2c.py of Node.js + // 1. string comments + config = config.replace(/#.*/g, '') + // 2. join multiline strings + config = config.replace(/'$\s+'/mg, '') + // 3. normalize string literals from ' into " + config = config.replace(/'/g, '"') + return JSON.parse(config) +} + +async function getBaseConfigGypi ({ gyp, nodeDir }) { + // try reading $nodeDir/include/node/config.gypi first when: + // 1. --dist-url or --nodedir is specified + // 2. and --force-process-config is not specified + const shouldReadConfigGypi = (gyp.opts.nodedir || gyp.opts['dist-url']) && !gyp.opts['force-process-config'] + if (shouldReadConfigGypi && nodeDir) { + try { + const baseConfigGypiPath = path.resolve(nodeDir, 'include/node/config.gypi') + const baseConfigGypi = await fs.promises.readFile(baseConfigGypiPath) + return parseConfigGypi(baseConfigGypi.toString()) + } catch (err) { + log.warn('read config.gypi', err.message) + } + } + + // fallback to process.config if it is invalid + return JSON.parse(JSON.stringify(process.config)) +} + +async function getCurrentConfigGypi ({ gyp, nodeDir, vsInfo }) { + const config = await getBaseConfigGypi({ gyp, nodeDir }) + if (!config.target_defaults) { + config.target_defaults = {} + } + if (!config.variables) { + config.variables = {} + } + + const defaults = config.target_defaults + const variables = config.variables + + // don't inherit the "defaults" from the base config.gypi. + // doing so could cause problems in cases where the `node` executable was + // compiled on a different machine (with different lib/include paths) than + // the machine where the addon is being built to + defaults.cflags = [] + defaults.defines = [] + defaults.include_dirs = [] + defaults.libraries = [] + + // set the default_configuration prop + if ('debug' in gyp.opts) { + defaults.default_configuration = gyp.opts.debug ? 'Debug' : 'Release' + } + + if (!defaults.default_configuration) { + defaults.default_configuration = 'Release' + } + + // set the target_arch variable + variables.target_arch = gyp.opts.arch || process.arch || 'ia32' + if (variables.target_arch === 'arm64') { + defaults.msvs_configuration_platform = 'ARM64' + defaults.xcode_configuration_platform = 'arm64' + } + + // set the node development directory + variables.nodedir = nodeDir + + // disable -T "thin" static archives by default + variables.standalone_static_library = gyp.opts.thin ? 0 : 1 + + if (process.platform === 'win32') { + defaults.msbuild_toolset = vsInfo.toolset + if (vsInfo.sdk) { + defaults.msvs_windows_target_platform_version = vsInfo.sdk + } + if (variables.target_arch === 'arm64') { + if (vsInfo.versionMajor > 15 || + (vsInfo.versionMajor === 15 && vsInfo.versionMajor >= 9)) { + defaults.msvs_enable_marmasm = 1 + } else { + log.warn('Compiling ARM64 assembly is only available in\n' + + 'Visual Studio 2017 version 15.9 and above') + } + } + variables.msbuild_path = vsInfo.msBuild + } + + // loop through the rest of the opts and add the unknown ones as variables. + // this allows for module-specific configure flags like: + // + // $ node-gyp configure --shared-libxml2 + Object.keys(gyp.opts).forEach(function (opt) { + if (opt === 'argv') { + return + } + if (opt in gyp.configDefs) { + return + } + variables[opt.replace(/-/g, '_')] = gyp.opts[opt] + }) + + return config +} + +async function createConfigGypi ({ gyp, buildDir, nodeDir, vsInfo }) { + const configFilename = 'config.gypi' + const configPath = path.resolve(buildDir, configFilename) + + log.verbose('build/' + configFilename, 'creating config file') + + const config = await getCurrentConfigGypi({ gyp, nodeDir, vsInfo }) + + // ensures that any boolean values in config.gypi get stringified + function boolsToString (k, v) { + if (typeof v === 'boolean') { + return String(v) + } + return v + } + + log.silly('build/' + configFilename, config) + + // now write out the config.gypi file to the build/ dir + const prefix = '# Do not edit. File was generated by node-gyp\'s "configure" step' + + const json = JSON.stringify(config, boolsToString, 2) + log.verbose('build/' + configFilename, 'writing out config file: %s', configPath) + await fs.promises.writeFile(configPath, [prefix, json, ''].join('\n')) + + return configPath +} + +module.exports = createConfigGypi +module.exports.test = { + parseConfigGypi: parseConfigGypi, + getCurrentConfigGypi: getCurrentConfigGypi +} diff --git a/node_modules/node-gyp/lib/find-node-directory.js b/node_modules/node-gyp/lib/find-node-directory.js new file mode 100644 index 0000000..0dd781a --- /dev/null +++ b/node_modules/node-gyp/lib/find-node-directory.js @@ -0,0 +1,63 @@ +'use strict' + +const path = require('path') +const log = require('npmlog') + +function findNodeDirectory (scriptLocation, processObj) { + // set dirname and process if not passed in + // this facilitates regression tests + if (scriptLocation === undefined) { + scriptLocation = __dirname + } + if (processObj === undefined) { + processObj = process + } + + // Have a look to see what is above us, to try and work out where we are + var npmParentDirectory = path.join(scriptLocation, '../../../..') + log.verbose('node-gyp root', 'npm_parent_directory is ' + + path.basename(npmParentDirectory)) + var nodeRootDir = '' + + log.verbose('node-gyp root', 'Finding node root directory') + if (path.basename(npmParentDirectory) === 'deps') { + // We are in a build directory where this script lives in + // deps/npm/node_modules/node-gyp/lib + nodeRootDir = path.join(npmParentDirectory, '..') + log.verbose('node-gyp root', 'in build directory, root = ' + + nodeRootDir) + } else if (path.basename(npmParentDirectory) === 'node_modules') { + // We are in a node install directory where this script lives in + // lib/node_modules/npm/node_modules/node-gyp/lib or + // node_modules/npm/node_modules/node-gyp/lib depending on the + // platform + if (processObj.platform === 'win32') { + nodeRootDir = path.join(npmParentDirectory, '..') + } else { + nodeRootDir = path.join(npmParentDirectory, '../..') + } + log.verbose('node-gyp root', 'in install directory, root = ' + + nodeRootDir) + } else { + // We don't know where we are, try working it out from the location + // of the node binary + var nodeDir = path.dirname(processObj.execPath) + var directoryUp = path.basename(nodeDir) + if (directoryUp === 'bin') { + nodeRootDir = path.join(nodeDir, '..') + } else if (directoryUp === 'Release' || directoryUp === 'Debug') { + // If we are a recently built node, and the directory structure + // is that of a repository. If we are on Windows then we only need + // to go one level up, everything else, two + if (processObj.platform === 'win32') { + nodeRootDir = path.join(nodeDir, '..') + } else { + nodeRootDir = path.join(nodeDir, '../..') + } + } + // Else return the default blank, "". + } + return nodeRootDir +} + +module.exports = findNodeDirectory diff --git a/node_modules/node-gyp/lib/find-python.js b/node_modules/node-gyp/lib/find-python.js new file mode 100644 index 0000000..a445e82 --- /dev/null +++ b/node_modules/node-gyp/lib/find-python.js @@ -0,0 +1,344 @@ +'use strict' + +const log = require('npmlog') +const semver = require('semver') +const cp = require('child_process') +const extend = require('util')._extend // eslint-disable-line +const win = process.platform === 'win32' +const logWithPrefix = require('./util').logWithPrefix + +const systemDrive = process.env.SystemDrive || 'C:' +const username = process.env.USERNAME || process.env.USER || getOsUserInfo() +const localAppData = process.env.LOCALAPPDATA || `${systemDrive}\\${username}\\AppData\\Local` +const foundLocalAppData = process.env.LOCALAPPDATA || username +const programFiles = process.env.ProgramW6432 || process.env.ProgramFiles || `${systemDrive}\\Program Files` +const programFilesX86 = process.env['ProgramFiles(x86)'] || `${programFiles} (x86)` + +const winDefaultLocationsArray = [] +for (const majorMinor of ['39', '38', '37', '36']) { + if (foundLocalAppData) { + winDefaultLocationsArray.push( + `${localAppData}\\Programs\\Python\\Python${majorMinor}\\python.exe`, + `${programFiles}\\Python${majorMinor}\\python.exe`, + `${localAppData}\\Programs\\Python\\Python${majorMinor}-32\\python.exe`, + `${programFiles}\\Python${majorMinor}-32\\python.exe`, + `${programFilesX86}\\Python${majorMinor}-32\\python.exe` + ) + } else { + winDefaultLocationsArray.push( + `${programFiles}\\Python${majorMinor}\\python.exe`, + `${programFiles}\\Python${majorMinor}-32\\python.exe`, + `${programFilesX86}\\Python${majorMinor}-32\\python.exe` + ) + } +} + +function getOsUserInfo () { + try { + return require('os').userInfo().username + } catch (e) {} +} + +function PythonFinder (configPython, callback) { + this.callback = callback + this.configPython = configPython + this.errorLog = [] +} + +PythonFinder.prototype = { + log: logWithPrefix(log, 'find Python'), + argsExecutable: ['-c', 'import sys; print(sys.executable);'], + argsVersion: ['-c', 'import sys; print("%s.%s.%s" % sys.version_info[:3]);'], + semverRange: '>=3.6.0', + + // These can be overridden for testing: + execFile: cp.execFile, + env: process.env, + win: win, + pyLauncher: 'py.exe', + winDefaultLocations: winDefaultLocationsArray, + + // Logs a message at verbose level, but also saves it to be displayed later + // at error level if an error occurs. This should help diagnose the problem. + addLog: function addLog (message) { + this.log.verbose(message) + this.errorLog.push(message) + }, + + // Find Python by trying a sequence of possibilities. + // Ignore errors, keep trying until Python is found. + findPython: function findPython () { + const SKIP = 0; const FAIL = 1 + var toCheck = getChecks.apply(this) + + function getChecks () { + if (this.env.NODE_GYP_FORCE_PYTHON) { + return [{ + before: () => { + this.addLog( + 'checking Python explicitly set from NODE_GYP_FORCE_PYTHON') + this.addLog('- process.env.NODE_GYP_FORCE_PYTHON is ' + + `"${this.env.NODE_GYP_FORCE_PYTHON}"`) + }, + check: this.checkCommand, + arg: this.env.NODE_GYP_FORCE_PYTHON + }] + } + + var checks = [ + { + before: () => { + if (!this.configPython) { + this.addLog( + 'Python is not set from command line or npm configuration') + return SKIP + } + this.addLog('checking Python explicitly set from command line or ' + + 'npm configuration') + this.addLog('- "--python=" or "npm config get python" is ' + + `"${this.configPython}"`) + }, + check: this.checkCommand, + arg: this.configPython + }, + { + before: () => { + if (!this.env.PYTHON) { + this.addLog('Python is not set from environment variable ' + + 'PYTHON') + return SKIP + } + this.addLog('checking Python explicitly set from environment ' + + 'variable PYTHON') + this.addLog(`- process.env.PYTHON is "${this.env.PYTHON}"`) + }, + check: this.checkCommand, + arg: this.env.PYTHON + }, + { + before: () => { this.addLog('checking if "python3" can be used') }, + check: this.checkCommand, + arg: 'python3' + }, + { + before: () => { this.addLog('checking if "python" can be used') }, + check: this.checkCommand, + arg: 'python' + } + ] + + if (this.win) { + for (var i = 0; i < this.winDefaultLocations.length; ++i) { + const location = this.winDefaultLocations[i] + checks.push({ + before: () => { + this.addLog('checking if Python is ' + + `${location}`) + }, + check: this.checkExecPath, + arg: location + }) + } + checks.push({ + before: () => { + this.addLog( + 'checking if the py launcher can be used to find Python 3') + }, + check: this.checkPyLauncher + }) + } + + return checks + } + + function runChecks (err) { + this.log.silly('runChecks: err = %j', (err && err.stack) || err) + + const check = toCheck.shift() + if (!check) { + return this.fail() + } + + const before = check.before.apply(this) + if (before === SKIP) { + return runChecks.apply(this) + } + if (before === FAIL) { + return this.fail() + } + + const args = [runChecks.bind(this)] + if (check.arg) { + args.unshift(check.arg) + } + check.check.apply(this, args) + } + + runChecks.apply(this) + }, + + // Check if command is a valid Python to use. + // Will exit the Python finder on success. + // If on Windows, run in a CMD shell to support BAT/CMD launchers. + checkCommand: function checkCommand (command, errorCallback) { + var exec = command + var args = this.argsExecutable + var shell = false + if (this.win) { + // Arguments have to be manually quoted + exec = `"${exec}"` + args = args.map(a => `"${a}"`) + shell = true + } + + this.log.verbose(`- executing "${command}" to get executable path`) + this.run(exec, args, shell, function (err, execPath) { + // Possible outcomes: + // - Error: not in PATH, not executable or execution fails + // - Gibberish: the next command to check version will fail + // - Absolute path to executable + if (err) { + this.addLog(`- "${command}" is not in PATH or produced an error`) + return errorCallback(err) + } + this.addLog(`- executable path is "${execPath}"`) + this.checkExecPath(execPath, errorCallback) + }.bind(this)) + }, + + // Check if the py launcher can find a valid Python to use. + // Will exit the Python finder on success. + // Distributions of Python on Windows by default install with the "py.exe" + // Python launcher which is more likely to exist than the Python executable + // being in the $PATH. + // Because the Python launcher supports Python 2 and Python 3, we should + // explicitly request a Python 3 version. This is done by supplying "-3" as + // the first command line argument. Since "py.exe -3" would be an invalid + // executable for "execFile", we have to use the launcher to figure out + // where the actual "python.exe" executable is located. + checkPyLauncher: function checkPyLauncher (errorCallback) { + this.log.verbose( + `- executing "${this.pyLauncher}" to get Python 3 executable path`) + this.run(this.pyLauncher, ['-3', ...this.argsExecutable], false, + function (err, execPath) { + // Possible outcomes: same as checkCommand + if (err) { + this.addLog( + `- "${this.pyLauncher}" is not in PATH or produced an error`) + return errorCallback(err) + } + this.addLog(`- executable path is "${execPath}"`) + this.checkExecPath(execPath, errorCallback) + }.bind(this)) + }, + + // Check if a Python executable is the correct version to use. + // Will exit the Python finder on success. + checkExecPath: function checkExecPath (execPath, errorCallback) { + this.log.verbose(`- executing "${execPath}" to get version`) + this.run(execPath, this.argsVersion, false, function (err, version) { + // Possible outcomes: + // - Error: executable can not be run (likely meaning the command wasn't + // a Python executable and the previous command produced gibberish) + // - Gibberish: somehow the last command produced an executable path, + // this will fail when verifying the version + // - Version of the Python executable + if (err) { + this.addLog(`- "${execPath}" could not be run`) + return errorCallback(err) + } + this.addLog(`- version is "${version}"`) + + const range = new semver.Range(this.semverRange) + var valid = false + try { + valid = range.test(version) + } catch (err) { + this.log.silly('range.test() threw:\n%s', err.stack) + this.addLog(`- "${execPath}" does not have a valid version`) + this.addLog('- is it a Python executable?') + return errorCallback(err) + } + + if (!valid) { + this.addLog(`- version is ${version} - should be ${this.semverRange}`) + this.addLog('- THIS VERSION OF PYTHON IS NOT SUPPORTED') + return errorCallback(new Error( + `Found unsupported Python version ${version}`)) + } + this.succeed(execPath, version) + }.bind(this)) + }, + + // Run an executable or shell command, trimming the output. + run: function run (exec, args, shell, callback) { + var env = extend({}, this.env) + env.TERM = 'dumb' + const opts = { env: env, shell: shell } + + this.log.silly('execFile: exec = %j', exec) + this.log.silly('execFile: args = %j', args) + this.log.silly('execFile: opts = %j', opts) + try { + this.execFile(exec, args, opts, execFileCallback.bind(this)) + } catch (err) { + this.log.silly('execFile: threw:\n%s', err.stack) + return callback(err) + } + + function execFileCallback (err, stdout, stderr) { + this.log.silly('execFile result: err = %j', (err && err.stack) || err) + this.log.silly('execFile result: stdout = %j', stdout) + this.log.silly('execFile result: stderr = %j', stderr) + if (err) { + return callback(err) + } + const execPath = stdout.trim() + callback(null, execPath) + } + }, + + succeed: function succeed (execPath, version) { + this.log.info(`using Python version ${version} found at "${execPath}"`) + process.nextTick(this.callback.bind(null, null, execPath)) + }, + + fail: function fail () { + const errorLog = this.errorLog.join('\n') + + const pathExample = this.win ? 'C:\\Path\\To\\python.exe' + : '/path/to/pythonexecutable' + // For Windows 80 col console, use up to the column before the one marked + // with X (total 79 chars including logger prefix, 58 chars usable here): + // X + const info = [ + '**********************************************************', + 'You need to install the latest version of Python.', + 'Node-gyp should be able to find and use Python. If not,', + 'you can try one of the following options:', + `- Use the switch --python="${pathExample}"`, + ' (accepted by both node-gyp and npm)', + '- Set the environment variable PYTHON', + '- Set the npm configuration variable python:', + ` npm config set python "${pathExample}"`, + 'For more information consult the documentation at:', + 'https://github.com/nodejs/node-gyp#installation', + '**********************************************************' + ].join('\n') + + this.log.error(`\n${errorLog}\n\n${info}\n`) + process.nextTick(this.callback.bind(null, new Error( + 'Could not find any Python installation to use'))) + } +} + +function findPython (configPython, callback) { + var finder = new PythonFinder(configPython, callback) + finder.findPython() +} + +module.exports = findPython +module.exports.test = { + PythonFinder: PythonFinder, + findPython: findPython +} diff --git a/node_modules/node-gyp/lib/find-visualstudio.js b/node_modules/node-gyp/lib/find-visualstudio.js new file mode 100644 index 0000000..64af7be --- /dev/null +++ b/node_modules/node-gyp/lib/find-visualstudio.js @@ -0,0 +1,446 @@ +'use strict' + +const log = require('npmlog') +const execFile = require('child_process').execFile +const fs = require('fs') +const path = require('path').win32 +const logWithPrefix = require('./util').logWithPrefix +const regSearchKeys = require('./util').regSearchKeys + +function findVisualStudio (nodeSemver, configMsvsVersion, callback) { + const finder = new VisualStudioFinder(nodeSemver, configMsvsVersion, + callback) + finder.findVisualStudio() +} + +function VisualStudioFinder (nodeSemver, configMsvsVersion, callback) { + this.nodeSemver = nodeSemver + this.configMsvsVersion = configMsvsVersion + this.callback = callback + this.errorLog = [] + this.validVersions = [] +} + +VisualStudioFinder.prototype = { + log: logWithPrefix(log, 'find VS'), + + regSearchKeys: regSearchKeys, + + // Logs a message at verbose level, but also saves it to be displayed later + // at error level if an error occurs. This should help diagnose the problem. + addLog: function addLog (message) { + this.log.verbose(message) + this.errorLog.push(message) + }, + + findVisualStudio: function findVisualStudio () { + this.configVersionYear = null + this.configPath = null + if (this.configMsvsVersion) { + this.addLog('msvs_version was set from command line or npm config') + if (this.configMsvsVersion.match(/^\d{4}$/)) { + this.configVersionYear = parseInt(this.configMsvsVersion, 10) + this.addLog( + `- looking for Visual Studio version ${this.configVersionYear}`) + } else { + this.configPath = path.resolve(this.configMsvsVersion) + this.addLog( + `- looking for Visual Studio installed in "${this.configPath}"`) + } + } else { + this.addLog('msvs_version not set from command line or npm config') + } + + if (process.env.VCINSTALLDIR) { + this.envVcInstallDir = + path.resolve(process.env.VCINSTALLDIR, '..') + this.addLog('running in VS Command Prompt, installation path is:\n' + + `"${this.envVcInstallDir}"\n- will only use this version`) + } else { + this.addLog('VCINSTALLDIR not set, not running in VS Command Prompt') + } + + this.findVisualStudio2017OrNewer((info) => { + if (info) { + return this.succeed(info) + } + this.findVisualStudio2015((info) => { + if (info) { + return this.succeed(info) + } + this.findVisualStudio2013((info) => { + if (info) { + return this.succeed(info) + } + this.fail() + }) + }) + }) + }, + + succeed: function succeed (info) { + this.log.info(`using VS${info.versionYear} (${info.version}) found at:` + + `\n"${info.path}"` + + '\nrun with --verbose for detailed information') + process.nextTick(this.callback.bind(null, null, info)) + }, + + fail: function fail () { + if (this.configMsvsVersion && this.envVcInstallDir) { + this.errorLog.push( + 'msvs_version does not match this VS Command Prompt or the', + 'installation cannot be used.') + } else if (this.configMsvsVersion) { + // If msvs_version was specified but finding VS failed, print what would + // have been accepted + this.errorLog.push('') + if (this.validVersions) { + this.errorLog.push('valid versions for msvs_version:') + this.validVersions.forEach((version) => { + this.errorLog.push(`- "${version}"`) + }) + } else { + this.errorLog.push('no valid versions for msvs_version were found') + } + } + + const errorLog = this.errorLog.join('\n') + + // For Windows 80 col console, use up to the column before the one marked + // with X (total 79 chars including logger prefix, 62 chars usable here): + // X + const infoLog = [ + '**************************************************************', + 'You need to install the latest version of Visual Studio', + 'including the "Desktop development with C++" workload.', + 'For more information consult the documentation at:', + 'https://github.com/nodejs/node-gyp#on-windows', + '**************************************************************' + ].join('\n') + + this.log.error(`\n${errorLog}\n\n${infoLog}\n`) + process.nextTick(this.callback.bind(null, new Error( + 'Could not find any Visual Studio installation to use'))) + }, + + // Invoke the PowerShell script to get information about Visual Studio 2017 + // or newer installations + findVisualStudio2017OrNewer: function findVisualStudio2017OrNewer (cb) { + var ps = path.join(process.env.SystemRoot, 'System32', + 'WindowsPowerShell', 'v1.0', 'powershell.exe') + var csFile = path.join(__dirname, 'Find-VisualStudio.cs') + var psArgs = [ + '-ExecutionPolicy', + 'Unrestricted', + '-NoProfile', + '-Command', + '&{Add-Type -Path \'' + csFile + '\';' + '[VisualStudioConfiguration.Main]::PrintJson()}' + ] + + this.log.silly('Running', ps, psArgs) + var child = execFile(ps, psArgs, { encoding: 'utf8' }, + (err, stdout, stderr) => { + this.parseData(err, stdout, stderr, cb) + }) + child.stdin.end() + }, + + // Parse the output of the PowerShell script and look for an installation + // of Visual Studio 2017 or newer to use + parseData: function parseData (err, stdout, stderr, cb) { + this.log.silly('PS stderr = %j', stderr) + + const failPowershell = () => { + this.addLog( + 'could not use PowerShell to find Visual Studio 2017 or newer, try re-running with \'--loglevel silly\' for more details') + cb(null) + } + + if (err) { + this.log.silly('PS err = %j', err && (err.stack || err)) + return failPowershell() + } + + var vsInfo + try { + vsInfo = JSON.parse(stdout) + } catch (e) { + this.log.silly('PS stdout = %j', stdout) + this.log.silly(e) + return failPowershell() + } + + if (!Array.isArray(vsInfo)) { + this.log.silly('PS stdout = %j', stdout) + return failPowershell() + } + + vsInfo = vsInfo.map((info) => { + this.log.silly(`processing installation: "${info.path}"`) + info.path = path.resolve(info.path) + var ret = this.getVersionInfo(info) + ret.path = info.path + ret.msBuild = this.getMSBuild(info, ret.versionYear) + ret.toolset = this.getToolset(info, ret.versionYear) + ret.sdk = this.getSDK(info) + return ret + }) + this.log.silly('vsInfo:', vsInfo) + + // Remove future versions or errors parsing version number + vsInfo = vsInfo.filter((info) => { + if (info.versionYear) { + return true + } + this.addLog(`unknown version "${info.version}" found at "${info.path}"`) + return false + }) + + // Sort to place newer versions first + vsInfo.sort((a, b) => b.versionYear - a.versionYear) + + for (var i = 0; i < vsInfo.length; ++i) { + const info = vsInfo[i] + this.addLog(`checking VS${info.versionYear} (${info.version}) found ` + + `at:\n"${info.path}"`) + + if (info.msBuild) { + this.addLog('- found "Visual Studio C++ core features"') + } else { + this.addLog('- "Visual Studio C++ core features" missing') + continue + } + + if (info.toolset) { + this.addLog(`- found VC++ toolset: ${info.toolset}`) + } else { + this.addLog('- missing any VC++ toolset') + continue + } + + if (info.sdk) { + this.addLog(`- found Windows SDK: ${info.sdk}`) + } else { + this.addLog('- missing any Windows SDK') + continue + } + + if (!this.checkConfigVersion(info.versionYear, info.path)) { + continue + } + + return cb(info) + } + + this.addLog( + 'could not find a version of Visual Studio 2017 or newer to use') + cb(null) + }, + + // Helper - process version information + getVersionInfo: function getVersionInfo (info) { + const match = /^(\d+)\.(\d+)\..*/.exec(info.version) + if (!match) { + this.log.silly('- failed to parse version:', info.version) + return {} + } + this.log.silly('- version match = %j', match) + var ret = { + version: info.version, + versionMajor: parseInt(match[1], 10), + versionMinor: parseInt(match[2], 10) + } + if (ret.versionMajor === 15) { + ret.versionYear = 2017 + return ret + } + if (ret.versionMajor === 16) { + ret.versionYear = 2019 + return ret + } + if (ret.versionMajor === 17) { + ret.versionYear = 2022 + return ret + } + this.log.silly('- unsupported version:', ret.versionMajor) + return {} + }, + + // Helper - process MSBuild information + getMSBuild: function getMSBuild (info, versionYear) { + const pkg = 'Microsoft.VisualStudio.VC.MSBuild.Base' + const msbuildPath = path.join(info.path, 'MSBuild', 'Current', 'Bin', 'MSBuild.exe') + if (info.packages.indexOf(pkg) !== -1) { + this.log.silly('- found VC.MSBuild.Base') + if (versionYear === 2017) { + return path.join(info.path, 'MSBuild', '15.0', 'Bin', 'MSBuild.exe') + } + if (versionYear === 2019) { + return msbuildPath + } + } + // visual studio 2022 don't has msbuild pkg + if (fs.existsSync(msbuildPath)) { + return msbuildPath + } + return null + }, + + // Helper - process toolset information + getToolset: function getToolset (info, versionYear) { + const pkg = 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64' + const express = 'Microsoft.VisualStudio.WDExpress' + + if (info.packages.indexOf(pkg) !== -1) { + this.log.silly('- found VC.Tools.x86.x64') + } else if (info.packages.indexOf(express) !== -1) { + this.log.silly('- found Visual Studio Express (looking for toolset)') + } else { + return null + } + + if (versionYear === 2017) { + return 'v141' + } else if (versionYear === 2019) { + return 'v142' + } else if (versionYear === 2022) { + return 'v143' + } + this.log.silly('- invalid versionYear:', versionYear) + return null + }, + + // Helper - process Windows SDK information + getSDK: function getSDK (info) { + const win8SDK = 'Microsoft.VisualStudio.Component.Windows81SDK' + const win10SDKPrefix = 'Microsoft.VisualStudio.Component.Windows10SDK.' + + var Win10SDKVer = 0 + info.packages.forEach((pkg) => { + if (!pkg.startsWith(win10SDKPrefix)) { + return + } + const parts = pkg.split('.') + if (parts.length > 5 && parts[5] !== 'Desktop') { + this.log.silly('- ignoring non-Desktop Win10SDK:', pkg) + return + } + const foundSdkVer = parseInt(parts[4], 10) + if (isNaN(foundSdkVer)) { + // Microsoft.VisualStudio.Component.Windows10SDK.IpOverUsb + this.log.silly('- failed to parse Win10SDK number:', pkg) + return + } + this.log.silly('- found Win10SDK:', foundSdkVer) + Win10SDKVer = Math.max(Win10SDKVer, foundSdkVer) + }) + + if (Win10SDKVer !== 0) { + return `10.0.${Win10SDKVer}.0` + } else if (info.packages.indexOf(win8SDK) !== -1) { + this.log.silly('- found Win8SDK') + return '8.1' + } + return null + }, + + // Find an installation of Visual Studio 2015 to use + findVisualStudio2015: function findVisualStudio2015 (cb) { + return this.findOldVS({ + version: '14.0', + versionMajor: 14, + versionMinor: 0, + versionYear: 2015, + toolset: 'v140' + }, cb) + }, + + // Find an installation of Visual Studio 2013 to use + findVisualStudio2013: function findVisualStudio2013 (cb) { + if (this.nodeSemver.major >= 9) { + this.addLog( + 'not looking for VS2013 as it is only supported up to Node.js 8') + return cb(null) + } + return this.findOldVS({ + version: '12.0', + versionMajor: 12, + versionMinor: 0, + versionYear: 2013, + toolset: 'v120' + }, cb) + }, + + // Helper - common code for VS2013 and VS2015 + findOldVS: function findOldVS (info, cb) { + const regVC7 = ['HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7', + 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7'] + const regMSBuild = 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions' + + this.addLog(`looking for Visual Studio ${info.versionYear}`) + this.regSearchKeys(regVC7, info.version, [], (err, res) => { + if (err) { + this.addLog('- not found') + return cb(null) + } + + const vsPath = path.resolve(res, '..') + this.addLog(`- found in "${vsPath}"`) + + const msBuildRegOpts = process.arch === 'ia32' ? [] : ['/reg:32'] + this.regSearchKeys([`${regMSBuild}\\${info.version}`], + 'MSBuildToolsPath', msBuildRegOpts, (err, res) => { + if (err) { + this.addLog( + '- could not find MSBuild in registry for this version') + return cb(null) + } + + const msBuild = path.join(res, 'MSBuild.exe') + this.addLog(`- MSBuild in "${msBuild}"`) + + if (!this.checkConfigVersion(info.versionYear, vsPath)) { + return cb(null) + } + + info.path = vsPath + info.msBuild = msBuild + info.sdk = null + cb(info) + }) + }) + }, + + // After finding a usable version of Visual Studio: + // - add it to validVersions to be displayed at the end if a specific + // version was requested and not found; + // - check if this is the version that was requested. + // - check if this matches the Visual Studio Command Prompt + checkConfigVersion: function checkConfigVersion (versionYear, vsPath) { + this.validVersions.push(versionYear) + this.validVersions.push(vsPath) + + if (this.configVersionYear && this.configVersionYear !== versionYear) { + this.addLog('- msvs_version does not match this version') + return false + } + if (this.configPath && + path.relative(this.configPath, vsPath) !== '') { + this.addLog('- msvs_version does not point to this installation') + return false + } + if (this.envVcInstallDir && + path.relative(this.envVcInstallDir, vsPath) !== '') { + this.addLog('- does not match this Visual Studio Command Prompt') + return false + } + + return true + } +} + +module.exports = findVisualStudio +module.exports.test = { + VisualStudioFinder: VisualStudioFinder, + findVisualStudio: findVisualStudio +} diff --git a/node_modules/node-gyp/lib/install.js b/node_modules/node-gyp/lib/install.js new file mode 100644 index 0000000..99f6d85 --- /dev/null +++ b/node_modules/node-gyp/lib/install.js @@ -0,0 +1,376 @@ +'use strict' + +const fs = require('graceful-fs') +const os = require('os') +const tar = require('tar') +const path = require('path') +const util = require('util') +const stream = require('stream') +const crypto = require('crypto') +const log = require('npmlog') +const semver = require('semver') +const fetch = require('make-fetch-happen') +const processRelease = require('./process-release') +const win = process.platform === 'win32' +const streamPipeline = util.promisify(stream.pipeline) + +/** + * @param {typeof import('graceful-fs')} fs + */ + +async function install (fs, gyp, argv) { + const release = processRelease(argv, gyp, process.version, process.release) + + // Determine which node dev files version we are installing + log.verbose('install', 'input version string %j', release.version) + + if (!release.semver) { + // could not parse the version string with semver + throw new Error('Invalid version number: ' + release.version) + } + + if (semver.lt(release.version, '0.8.0')) { + throw new Error('Minimum target version is `0.8.0` or greater. Got: ' + release.version) + } + + // 0.x.y-pre versions are not published yet and cannot be installed. Bail. + if (release.semver.prerelease[0] === 'pre') { + log.verbose('detected "pre" node version', release.version) + if (!gyp.opts.nodedir) { + throw new Error('"pre" versions of node cannot be installed, use the --nodedir flag instead') + } + log.verbose('--nodedir flag was passed; skipping install', gyp.opts.nodedir) + return + } + + // flatten version into String + log.verbose('install', 'installing version: %s', release.versionDir) + + // the directory where the dev files will be installed + const devDir = path.resolve(gyp.devDir, release.versionDir) + + // If '--ensure' was passed, then don't *always* install the version; + // check if it is already installed, and only install when needed + if (gyp.opts.ensure) { + log.verbose('install', '--ensure was passed, so won\'t reinstall if already installed') + try { + await fs.promises.stat(devDir) + } catch (err) { + if (err.code === 'ENOENT') { + log.verbose('install', 'version not already installed, continuing with install', release.version) + try { + return await go() + } catch (err) { + return rollback(err) + } + } else if (err.code === 'EACCES') { + return eaccesFallback(err) + } + throw err + } + log.verbose('install', 'version is already installed, need to check "installVersion"') + const installVersionFile = path.resolve(devDir, 'installVersion') + let installVersion = 0 + try { + const ver = await fs.promises.readFile(installVersionFile, 'ascii') + installVersion = parseInt(ver, 10) || 0 + } catch (err) { + if (err.code !== 'ENOENT') { + throw err + } + } + log.verbose('got "installVersion"', installVersion) + log.verbose('needs "installVersion"', gyp.package.installVersion) + if (installVersion < gyp.package.installVersion) { + log.verbose('install', 'version is no good; reinstalling') + try { + return await go() + } catch (err) { + return rollback(err) + } + } + log.verbose('install', 'version is good') + } else { + try { + return await go() + } catch (err) { + return rollback(err) + } + } + + async function go () { + log.verbose('ensuring nodedir is created', devDir) + + // first create the dir for the node dev files + try { + const created = await fs.promises.mkdir(devDir, { recursive: true }) + + if (created) { + log.verbose('created nodedir', created) + } + } catch (err) { + if (err.code === 'EACCES') { + return eaccesFallback(err) + } + + throw err + } + + // now download the node tarball + const tarPath = gyp.opts.tarball + let extractCount = 0 + const contentShasums = {} + const expectShasums = {} + + // checks if a file to be extracted from the tarball is valid. + // only .h header files and the gyp files get extracted + function isValid (path) { + const isValid = valid(path) + if (isValid) { + log.verbose('extracted file from tarball', path) + extractCount++ + } else { + // invalid + log.silly('ignoring from tarball', path) + } + return isValid + } + + // download the tarball and extract! + + if (tarPath) { + await tar.extract({ + file: tarPath, + strip: 1, + filter: isValid, + cwd: devDir + }) + } else { + try { + const res = await download(gyp, release.tarballUrl) + + if (res.status !== 200) { + throw new Error(`${res.status} response downloading ${release.tarballUrl}`) + } + + await streamPipeline( + res.body, + // content checksum + new ShaSum((_, checksum) => { + const filename = path.basename(release.tarballUrl).trim() + contentShasums[filename] = checksum + log.verbose('content checksum', filename, checksum) + }), + tar.extract({ + strip: 1, + cwd: devDir, + filter: isValid + }) + ) + } catch (err) { + // something went wrong downloading the tarball? + if (err.code === 'ENOTFOUND') { + throw new Error('This is most likely not a problem with node-gyp or the package itself and\n' + + 'is related to network connectivity. In most cases you are behind a proxy or have bad \n' + + 'network settings.') + } + throw err + } + } + + // invoked after the tarball has finished being extracted + if (extractCount === 0) { + throw new Error('There was a fatal problem while downloading/extracting the tarball') + } + + log.verbose('tarball', 'done parsing tarball') + + const installVersionPath = path.resolve(devDir, 'installVersion') + await Promise.all([ + // need to download node.lib + ...(win ? downloadNodeLib() : []), + // write the "installVersion" file + fs.promises.writeFile(installVersionPath, gyp.package.installVersion + '\n'), + // Only download SHASUMS.txt if we downloaded something in need of SHA verification + ...(!tarPath || win ? [downloadShasums()] : []) + ]) + + log.verbose('download contents checksum', JSON.stringify(contentShasums)) + // check content shasums + for (const k in contentShasums) { + log.verbose('validating download checksum for ' + k, '(%s == %s)', contentShasums[k], expectShasums[k]) + if (contentShasums[k] !== expectShasums[k]) { + throw new Error(k + ' local checksum ' + contentShasums[k] + ' not match remote ' + expectShasums[k]) + } + } + + async function downloadShasums () { + log.verbose('check download content checksum, need to download `SHASUMS256.txt`...') + log.verbose('checksum url', release.shasumsUrl) + + const res = await download(gyp, release.shasumsUrl) + + if (res.status !== 200) { + throw new Error(`${res.status} status code downloading checksum`) + } + + for (const line of (await res.text()).trim().split('\n')) { + const items = line.trim().split(/\s+/) + if (items.length !== 2) { + return + } + + // 0035d18e2dcf9aad669b1c7c07319e17abfe3762 ./node-v0.11.4.tar.gz + const name = items[1].replace(/^\.\//, '') + expectShasums[name] = items[0] + } + + log.verbose('checksum data', JSON.stringify(expectShasums)) + } + + function downloadNodeLib () { + log.verbose('on Windows; need to download `' + release.name + '.lib`...') + const archs = ['ia32', 'x64', 'arm64'] + return archs.map(async (arch) => { + const dir = path.resolve(devDir, arch) + const targetLibPath = path.resolve(dir, release.name + '.lib') + const { libUrl, libPath } = release[arch] + const name = `${arch} ${release.name}.lib` + log.verbose(name, 'dir', dir) + log.verbose(name, 'url', libUrl) + + await fs.promises.mkdir(dir, { recursive: true }) + log.verbose('streaming', name, 'to:', targetLibPath) + + const res = await download(gyp, libUrl) + + if (res.status === 403 || res.status === 404) { + if (arch === 'arm64') { + // Arm64 is a newer platform on Windows and not all node distributions provide it. + log.verbose(`${name} was not found in ${libUrl}`) + } else { + log.warn(`${name} was not found in ${libUrl}`) + } + return + } else if (res.status !== 200) { + throw new Error(`${res.status} status code downloading ${name}`) + } + + return streamPipeline( + res.body, + new ShaSum((_, checksum) => { + contentShasums[libPath] = checksum + log.verbose('content checksum', libPath, checksum) + }), + fs.createWriteStream(targetLibPath) + ) + }) + } // downloadNodeLib() + } // go() + + /** + * Checks if a given filename is "valid" for this installation. + */ + + function valid (file) { + // header files + const extname = path.extname(file) + return extname === '.h' || extname === '.gypi' + } + + async function rollback (err) { + log.warn('install', 'got an error, rolling back install') + // roll-back the install if anything went wrong + await util.promisify(gyp.commands.remove)([release.versionDir]) + throw err + } + + /** + * The EACCES fallback is a workaround for npm's `sudo` behavior, where + * it drops the permissions before invoking any child processes (like + * node-gyp). So what happens is the "nobody" user doesn't have + * permission to create the dev dir. As a fallback, make the tmpdir() be + * the dev dir for this installation. This is not ideal, but at least + * the compilation will succeed... + */ + + async function eaccesFallback (err) { + const noretry = '--node_gyp_internal_noretry' + if (argv.indexOf(noretry) !== -1) { + throw err + } + const tmpdir = os.tmpdir() + gyp.devDir = path.resolve(tmpdir, '.node-gyp') + let userString = '' + try { + // os.userInfo can fail on some systems, it's not critical here + userString = ` ("${os.userInfo().username}")` + } catch (e) {} + log.warn('EACCES', 'current user%s does not have permission to access the dev dir "%s"', userString, devDir) + log.warn('EACCES', 'attempting to reinstall using temporary dev dir "%s"', gyp.devDir) + if (process.cwd() === tmpdir) { + log.verbose('tmpdir == cwd', 'automatically will remove dev files after to save disk space') + gyp.todo.push({ name: 'remove', args: argv }) + } + return util.promisify(gyp.commands.install)([noretry].concat(argv)) + } +} + +class ShaSum extends stream.Transform { + constructor (callback) { + super() + this._callback = callback + this._digester = crypto.createHash('sha256') + } + + _transform (chunk, _, callback) { + this._digester.update(chunk) + callback(null, chunk) + } + + _flush (callback) { + this._callback(null, this._digester.digest('hex')) + callback() + } +} + +async function download (gyp, url) { + log.http('GET', url) + + const requestOpts = { + headers: { + 'User-Agent': `node-gyp v${gyp.version} (node ${process.version})`, + Connection: 'keep-alive' + }, + proxy: gyp.opts.proxy, + noProxy: gyp.opts.noproxy + } + + const cafile = gyp.opts.cafile + if (cafile) { + requestOpts.ca = await readCAFile(cafile) + } + + const res = await fetch(url, requestOpts) + log.http(res.status, res.url) + + return res +} + +async function readCAFile (filename) { + // The CA file can contain multiple certificates so split on certificate + // boundaries. [\S\s]*? is used to match everything including newlines. + const ca = await fs.promises.readFile(filename, 'utf8') + const re = /(-----BEGIN CERTIFICATE-----[\S\s]*?-----END CERTIFICATE-----)/g + return ca.match(re) +} + +module.exports = function (gyp, argv, callback) { + install(fs, gyp, argv).then(callback.bind(undefined, null), callback) +} +module.exports.test = { + download, + install, + readCAFile +} +module.exports.usage = 'Install node development files for the specified node version.' diff --git a/node_modules/node-gyp/lib/list.js b/node_modules/node-gyp/lib/list.js new file mode 100644 index 0000000..405ebc0 --- /dev/null +++ b/node_modules/node-gyp/lib/list.js @@ -0,0 +1,27 @@ +'use strict' + +const fs = require('graceful-fs') +const log = require('npmlog') + +function list (gyp, args, callback) { + var devDir = gyp.devDir + log.verbose('list', 'using node-gyp dir:', devDir) + + fs.readdir(devDir, onreaddir) + + function onreaddir (err, versions) { + if (err && err.code !== 'ENOENT') { + return callback(err) + } + + if (Array.isArray(versions)) { + versions = versions.filter(function (v) { return v !== 'current' }) + } else { + versions = [] + } + callback(null, versions) + } +} + +module.exports = list +module.exports.usage = 'Prints a listing of the currently installed node development files' diff --git a/node_modules/node-gyp/lib/node-gyp.js b/node_modules/node-gyp/lib/node-gyp.js new file mode 100644 index 0000000..0f11185 --- /dev/null +++ b/node_modules/node-gyp/lib/node-gyp.js @@ -0,0 +1,211 @@ +'use strict' + +const path = require('path') +const nopt = require('nopt') +const log = require('npmlog') +const childProcess = require('child_process') +const EE = require('events').EventEmitter +const inherits = require('util').inherits +const commands = [ + // Module build commands + 'build', + 'clean', + 'configure', + 'rebuild', + // Development Header File management commands + 'install', + 'list', + 'remove' +] +const aliases = { + ls: 'list', + rm: 'remove' +} + +// differentiate node-gyp's logs from npm's +log.heading = 'gyp' + +function gyp () { + return new Gyp() +} + +function Gyp () { + var self = this + + this.devDir = '' + this.commands = {} + + commands.forEach(function (command) { + self.commands[command] = function (argv, callback) { + log.verbose('command', command, argv) + return require('./' + command)(self, argv, callback) + } + }) +} +inherits(Gyp, EE) +exports.Gyp = Gyp +var proto = Gyp.prototype + +/** + * Export the contents of the package.json. + */ + +proto.package = require('../package.json') + +/** + * nopt configuration definitions + */ + +proto.configDefs = { + help: Boolean, // everywhere + arch: String, // 'configure' + cafile: String, // 'install' + debug: Boolean, // 'build' + directory: String, // bin + make: String, // 'build' + msvs_version: String, // 'configure' + ensure: Boolean, // 'install' + solution: String, // 'build' (windows only) + proxy: String, // 'install' + noproxy: String, // 'install' + devdir: String, // everywhere + nodedir: String, // 'configure' + loglevel: String, // everywhere + python: String, // 'configure' + 'dist-url': String, // 'install' + tarball: String, // 'install' + jobs: String, // 'build' + thin: String, // 'configure' + 'force-process-config': Boolean // 'configure' +} + +/** + * nopt shorthands + */ + +proto.shorthands = { + release: '--no-debug', + C: '--directory', + debug: '--debug', + j: '--jobs', + silly: '--loglevel=silly', + verbose: '--loglevel=verbose', + silent: '--loglevel=silent' +} + +/** + * expose the command aliases for the bin file to use. + */ + +proto.aliases = aliases + +/** + * Parses the given argv array and sets the 'opts', + * 'argv' and 'command' properties. + */ + +proto.parseArgv = function parseOpts (argv) { + this.opts = nopt(this.configDefs, this.shorthands, argv) + this.argv = this.opts.argv.remain.slice() + + var commands = this.todo = [] + + // create a copy of the argv array with aliases mapped + argv = this.argv.map(function (arg) { + // is this an alias? + if (arg in this.aliases) { + arg = this.aliases[arg] + } + return arg + }, this) + + // process the mapped args into "command" objects ("name" and "args" props) + argv.slice().forEach(function (arg) { + if (arg in this.commands) { + var args = argv.splice(0, argv.indexOf(arg)) + argv.shift() + if (commands.length > 0) { + commands[commands.length - 1].args = args + } + commands.push({ name: arg, args: [] }) + } + }, this) + if (commands.length > 0) { + commands[commands.length - 1].args = argv.splice(0) + } + + // support for inheriting config env variables from npm + var npmConfigPrefix = 'npm_config_' + Object.keys(process.env).forEach(function (name) { + if (name.indexOf(npmConfigPrefix) !== 0) { + return + } + var val = process.env[name] + if (name === npmConfigPrefix + 'loglevel') { + log.level = val + } else { + // add the user-defined options to the config + name = name.substring(npmConfigPrefix.length) + // gyp@741b7f1 enters an infinite loop when it encounters + // zero-length options so ensure those don't get through. + if (name) { + this.opts[name] = val + } + } + }, this) + + if (this.opts.loglevel) { + log.level = this.opts.loglevel + } + log.resume() +} + +/** + * Spawns a child process and emits a 'spawn' event. + */ + +proto.spawn = function spawn (command, args, opts) { + if (!opts) { + opts = {} + } + if (!opts.silent && !opts.stdio) { + opts.stdio = [0, 1, 2] + } + var cp = childProcess.spawn(command, args, opts) + log.info('spawn', command) + log.info('spawn args', args) + return cp +} + +/** + * Returns the usage instructions for node-gyp. + */ + +proto.usage = function usage () { + var str = [ + '', + ' Usage: node-gyp [options]', + '', + ' where is one of:', + commands.map(function (c) { + return ' - ' + c + ' - ' + require('./' + c).usage + }).join('\n'), + '', + 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..'), + 'node@' + process.versions.node + ].join('\n') + return str +} + +/** + * Version number getter. + */ + +Object.defineProperty(proto, 'version', { + get: function () { + return this.package.version + }, + enumerable: true +}) + +module.exports = exports = gyp diff --git a/node_modules/node-gyp/lib/process-release.js b/node_modules/node-gyp/lib/process-release.js new file mode 100644 index 0000000..95b55e4 --- /dev/null +++ b/node_modules/node-gyp/lib/process-release.js @@ -0,0 +1,147 @@ +/* eslint-disable node/no-deprecated-api */ + +'use strict' + +const semver = require('semver') +const url = require('url') +const path = require('path') +const log = require('npmlog') + +// versions where -headers.tar.gz started shipping +const headersTarballRange = '>= 3.0.0 || ~0.12.10 || ~0.10.42' +const bitsre = /\/win-(x86|x64|arm64)\// +const bitsreV3 = /\/win-(x86|ia32|x64)\// // io.js v3.x.x shipped with "ia32" but should +// have been "x86" + +// Captures all the logic required to determine download URLs, local directory and +// file names. Inputs come from command-line switches (--target, --dist-url), +// `process.version` and `process.release` where it exists. +function processRelease (argv, gyp, defaultVersion, defaultRelease) { + var version = (semver.valid(argv[0]) && argv[0]) || gyp.opts.target || defaultVersion + var versionSemver = semver.parse(version) + var overrideDistUrl = gyp.opts['dist-url'] || gyp.opts.disturl + var isDefaultVersion + var isNamedForLegacyIojs + var name + var distBaseUrl + var baseUrl + var libUrl32 + var libUrl64 + var libUrlArm64 + var tarballUrl + var canGetHeaders + + if (!versionSemver) { + // not a valid semver string, nothing we can do + return { version: version } + } + // flatten version into String + version = versionSemver.version + + // defaultVersion should come from process.version so ought to be valid semver + isDefaultVersion = version === semver.parse(defaultVersion).version + + // can't use process.release if we're using --target=x.y.z + if (!isDefaultVersion) { + defaultRelease = null + } + + if (defaultRelease) { + // v3 onward, has process.release + name = defaultRelease.name.replace(/io\.js/, 'iojs') // remove the '.' for directory naming purposes + } else { + // old node or alternative --target= + // semver.satisfies() doesn't like prerelease tags so test major directly + isNamedForLegacyIojs = versionSemver.major >= 1 && versionSemver.major < 4 + // isNamedForLegacyIojs is required to support Electron < 4 (in particular Electron 3) + // as previously this logic was used to ensure "iojs" was used to download iojs releases + // and "node" for node releases. Unfortunately the logic was broad enough that electron@3 + // published release assets as "iojs" so that the node-gyp logic worked. Once Electron@3 has + // been EOL for a while (late 2019) we should remove this hack. + name = isNamedForLegacyIojs ? 'iojs' : 'node' + } + + // check for the nvm.sh standard mirror env variables + if (!overrideDistUrl && process.env.NODEJS_ORG_MIRROR) { + overrideDistUrl = process.env.NODEJS_ORG_MIRROR + } + + if (overrideDistUrl) { + log.verbose('download', 'using dist-url', overrideDistUrl) + } + + if (overrideDistUrl) { + distBaseUrl = overrideDistUrl.replace(/\/+$/, '') + } else { + distBaseUrl = 'https://nodejs.org/dist' + } + distBaseUrl += '/v' + version + '/' + + // new style, based on process.release so we have a lot of the data we need + if (defaultRelease && defaultRelease.headersUrl && !overrideDistUrl) { + baseUrl = url.resolve(defaultRelease.headersUrl, './') + libUrl32 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'x86', versionSemver.major) + libUrl64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'x64', versionSemver.major) + libUrlArm64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'arm64', versionSemver.major) + tarballUrl = defaultRelease.headersUrl + } else { + // older versions without process.release are captured here and we have to make + // a lot of assumptions, additionally if you --target=x.y.z then we can't use the + // current process.release + baseUrl = distBaseUrl + libUrl32 = resolveLibUrl(name, baseUrl, 'x86', versionSemver.major) + libUrl64 = resolveLibUrl(name, baseUrl, 'x64', versionSemver.major) + libUrlArm64 = resolveLibUrl(name, baseUrl, 'arm64', versionSemver.major) + + // making the bold assumption that anything with a version number >3.0.0 will + // have a *-headers.tar.gz file in its dist location, even some frankenstein + // custom version + canGetHeaders = semver.satisfies(versionSemver, headersTarballRange) + tarballUrl = url.resolve(baseUrl, name + '-v' + version + (canGetHeaders ? '-headers' : '') + '.tar.gz') + } + + return { + version: version, + semver: versionSemver, + name: name, + baseUrl: baseUrl, + tarballUrl: tarballUrl, + shasumsUrl: url.resolve(baseUrl, 'SHASUMS256.txt'), + versionDir: (name !== 'node' ? name + '-' : '') + version, + ia32: { + libUrl: libUrl32, + libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrl32).path)) + }, + x64: { + libUrl: libUrl64, + libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrl64).path)) + }, + arm64: { + libUrl: libUrlArm64, + libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrlArm64).path)) + } + } +} + +function normalizePath (p) { + return path.normalize(p).replace(/\\/g, '/') +} + +function resolveLibUrl (name, defaultUrl, arch, versionMajor) { + var base = url.resolve(defaultUrl, './') + var hasLibUrl = bitsre.test(defaultUrl) || (versionMajor === 3 && bitsreV3.test(defaultUrl)) + + if (!hasLibUrl) { + // let's assume it's a baseUrl then + if (versionMajor >= 1) { + return url.resolve(base, 'win-' + arch + '/' + name + '.lib') + } + // prior to io.js@1.0.0 32-bit node.lib lives in /, 64-bit lives in /x64/ + return url.resolve(base, (arch === 'x86' ? '' : arch + '/') + name + '.lib') + } + + // else we have a proper url to a .lib, just make sure it's the right arch + return defaultUrl.replace(versionMajor === 3 ? bitsreV3 : bitsre, '/win-' + arch + '/') +} + +module.exports = processRelease diff --git a/node_modules/node-gyp/lib/rebuild.js b/node_modules/node-gyp/lib/rebuild.js new file mode 100644 index 0000000..a1c5b27 --- /dev/null +++ b/node_modules/node-gyp/lib/rebuild.js @@ -0,0 +1,13 @@ +'use strict' + +function rebuild (gyp, argv, callback) { + gyp.todo.push( + { name: 'clean', args: [] } + , { name: 'configure', args: argv } + , { name: 'build', args: [] } + ) + process.nextTick(callback) +} + +module.exports = rebuild +module.exports.usage = 'Runs "clean", "configure" and "build" all at once' diff --git a/node_modules/node-gyp/lib/remove.js b/node_modules/node-gyp/lib/remove.js new file mode 100644 index 0000000..8c945e5 --- /dev/null +++ b/node_modules/node-gyp/lib/remove.js @@ -0,0 +1,46 @@ +'use strict' + +const fs = require('fs') +const rm = require('rimraf') +const path = require('path') +const log = require('npmlog') +const semver = require('semver') + +function remove (gyp, argv, callback) { + var devDir = gyp.devDir + log.verbose('remove', 'using node-gyp dir:', devDir) + + // get the user-specified version to remove + var version = argv[0] || gyp.opts.target + log.verbose('remove', 'removing target version:', version) + + if (!version) { + return callback(new Error('You must specify a version number to remove. Ex: "' + process.version + '"')) + } + + var versionSemver = semver.parse(version) + if (versionSemver) { + // flatten the version Array into a String + version = versionSemver.version + } + + var versionPath = path.resolve(gyp.devDir, version) + log.verbose('remove', 'removing development files for version:', version) + + // first check if its even installed + fs.stat(versionPath, function (err) { + if (err) { + if (err.code === 'ENOENT') { + callback(null, 'version was already uninstalled: ' + version) + } else { + callback(err) + } + return + } + // Go ahead and delete the dir + rm(versionPath, callback) + }) +} + +module.exports = exports = remove +module.exports.usage = 'Removes the node development files for the specified version' diff --git a/node_modules/node-gyp/lib/util.js b/node_modules/node-gyp/lib/util.js new file mode 100644 index 0000000..3e23c62 --- /dev/null +++ b/node_modules/node-gyp/lib/util.js @@ -0,0 +1,64 @@ +'use strict' + +const log = require('npmlog') +const execFile = require('child_process').execFile +const path = require('path') + +function logWithPrefix (log, prefix) { + function setPrefix (logFunction) { + return (...args) => logFunction.apply(null, [ prefix, ...args ]) // eslint-disable-line + } + return { + silly: setPrefix(log.silly), + verbose: setPrefix(log.verbose), + info: setPrefix(log.info), + warn: setPrefix(log.warn), + error: setPrefix(log.error) + } +} + +function regGetValue (key, value, addOpts, cb) { + const outReValue = value.replace(/\W/g, '.') + const outRe = new RegExp(`^\\s+${outReValue}\\s+REG_\\w+\\s+(\\S.*)$`, 'im') + const reg = path.join(process.env.SystemRoot, 'System32', 'reg.exe') + const regArgs = ['query', key, '/v', value].concat(addOpts) + + log.silly('reg', 'running', reg, regArgs) + const child = execFile(reg, regArgs, { encoding: 'utf8' }, + function (err, stdout, stderr) { + log.silly('reg', 'reg.exe stdout = %j', stdout) + if (err || stderr.trim() !== '') { + log.silly('reg', 'reg.exe err = %j', err && (err.stack || err)) + log.silly('reg', 'reg.exe stderr = %j', stderr) + return cb(err, stderr) + } + + const result = outRe.exec(stdout) + if (!result) { + log.silly('reg', 'error parsing stdout') + return cb(new Error('Could not parse output of reg.exe')) + } + log.silly('reg', 'found: %j', result[1]) + cb(null, result[1]) + }) + child.stdin.end() +} + +function regSearchKeys (keys, value, addOpts, cb) { + var i = 0 + const search = () => { + log.silly('reg-search', 'looking for %j in %j', value, keys[i]) + regGetValue(keys[i], value, addOpts, (err, res) => { + ++i + if (err && i < keys.length) { return search() } + cb(err, res) + }) + } + search() +} + +module.exports = { + logWithPrefix: logWithPrefix, + regGetValue: regGetValue, + regSearchKeys: regSearchKeys +} diff --git a/node_modules/node-gyp/macOS_Catalina.md b/node_modules/node-gyp/macOS_Catalina.md new file mode 100644 index 0000000..4fe0f29 --- /dev/null +++ b/node_modules/node-gyp/macOS_Catalina.md @@ -0,0 +1,104 @@ +# Installation notes for macOS Catalina (v10.15) + +_This document specifically refers to upgrades from previous versions of macOS to Catalina (10.15). It should be removed from the source repository when Catalina ceases to be the latest macOS version or when future Catalina versions no longer raise these issues._ + +**Both upgrading to macOS Catalina and running a Software Update in Catalina may cause normal `node-gyp` installations to fail. This might manifest as the following error during `npm install`:** + +```console +gyp: No Xcode or CLT version detected! +``` + +## node-gyp v7 + +The newest release of `node-gyp` should solve this problem. If you are using `node-gyp` directly then you should be able to install v7 and use it as-is. + +If you need to use `node-gyp` from within `npm` (e.g. through `npm install`), you will have to install `node-gyp` (either globally with `-g` or to a predictable location) and tell `npm` where the new version is. Either use: + +* `npm config set node_gyp `; or +* run `npm` with an environment variable prefix: `npm_config_node_gyp= npm install` + +Where "path to node-gyp" is to the `node-gyp` executable which may be a symlink in your global bin directory (e.g. `/usr/local/bin/node-gyp`), or a path to the `node-gyp` installation directory and the `bin/node-gyp.js` file within it (e.g. `/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js`). + +**If you use `npm config set` to change your global `node_gyp` you are responsible for keeping it up to date and can't rely on `npm` to give you a newer version when available.** Use `npm config delete node_gyp` to unset this configuration option. + +## Fixing Catalina for older versions of `node-gyp` + +### Is my Mac running macOS Catalina? +Let's first make sure that your Mac is running Catalina: +``` +% sw_vers + ProductName: Mac OS X + ProductVersion: 10.15 + BuildVersion: 19A602 +``` +If `ProductVersion` is less then `10.15` then this document is not for you. Normal install docs for `node-gyp` on macOS can be found at https://github.com/nodejs/node-gyp#on-macos + + +### The acid test +To see if `Xcode Command Line Tools` is installed in a way that will work with `node-gyp`, run: +``` +curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash +``` + +If test succeeded, _you are done_! You should be ready to [install](https://github.com/nodejs/node-gyp#installation) `node-gyp`. + +If test failed, there is a problem with your Xcode Command Line Tools installation. [Continue to Solutions](#Solutions). + +### Solutions +There are three ways to install the Xcode libraries `node-gyp` needs on macOS. People running Catalina have had success with some but not others in a way that has been unpredictable. + +1. With the full Xcode (~7.6 GB download) from the `App Store` app. +2. With the _much_ smaller Xcode Command Line Tools via `xcode-select --install` +3. With the _much_ smaller Xcode Command Line Tools via manual download. **For people running the latest version of Catalina (10.15.2 at the time of this writing), this has worked when the other two solutions haven't.** + +### Installing `node-gyp` using the full Xcode +1. `xcodebuild -version` should show `Xcode 11.1` or later. + * If not, then install/upgrade Xcode from the App Store app. +2. Open the Xcode app and... + * Under __Preferences > Locations__ select the tools if their location is empty. + * Allow Xcode app to do an essential install of the most recent compiler tools. +3. Once all installations are _complete_, quit out of Xcode. +4. `sudo xcodebuild -license accept` # If you agree with the licensing terms. +5. `softwareupdate -l` # No listing is a good sign. + * If Xcode or Tools upgrades are listed, use "Software Upgrade" to install them. +6. `xcode-select -version` # Should return `xcode-select version 2370` or later. +7. `xcode-select -print-path` # Should return `/Applications/Xcode.app/Contents/Developer` +8. Try the [_acid test_ steps above](#The-acid-test) to see if your Mac is ready. +9. If the _acid test_ does _not_ pass then... +10. `sudo xcode-select --reset` # Enter root password. No output is normal. +11. Repeat step 7 above. Is the path different this time? Repeat the _acid test_. + +### Installing `node-gyp` using the Xcode Command Line Tools via `xcode-select --install` +1. If the _acid test_ has not succeeded, then try `xcode-select --install` +2. If the installation command returns `xcode-select: error: command line tools are already installed, use "Software Update" to install updates`, continue to [remove and reinstall](#i-did-all-that-and-the-acid-test-still-does-not-pass--) +3. Wait until the install process is _complete_. +4. `softwareupdate -l` # No listing is a good sign. + * If Xcode or Tools upgrades are listed, use "Software Update" to install them. +5. `xcode-select -version` # Should return `xcode-select version 2370` or later. +6. `xcode-select -print-path` # Should return `/Library/Developer/CommandLineTools` +7. Try the [_acid test_ steps above](#The-acid-test) to see if your Mac is ready. +8. If the _acid test_ does _not_ pass then... +9. `sudo xcode-select --reset` # Enter root password. No output is normal. +10. Repeat step 5 above. Is the path different this time? Repeat the _acid test_. + +### Installing `node-gyp` using the Xcode Command Line Tools via manual download +1. Download the appropriate version of the "Command Line Tools for Xcode" for your version of Catalina from . As of MacOS 10.15.5, that's [Command_Line_Tools_for_Xcode_11.5.dmg](https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_11.5/Command_Line_Tools_for_Xcode_11.5.dmg) +2. Install the package. +3. Run the [_acid test_ steps above](#The-acid-test). + +### I did all that and the acid test still does not pass :-( +1. `sudo rm -rf $(xcode-select -print-path)` # Enter root password. No output is normal. +2. `sudo rm -rf /Library/Developer/CommandLineTools` # Enter root password. +3. `sudo xcode-select --reset` +4. `xcode-select --install` +5. If the [_acid test_ steps above](#The-acid-test) still does _not_ pass then... +6. `npm explore npm -g -- npm install node-gyp@latest` +7. `npm explore npm -g -- npm explore npm-lifecycle -- npm install node-gyp@latest` +8. If the _acid test_ still does _not_ pass then... +9. Add a comment to https://github.com/nodejs/node-gyp/issues/1927 so we can improve. + +Lessons learned from: +* https://github.com/nodejs/node-gyp/issues/1779 +* https://github.com/nodejs/node-gyp/issues/1861 +* https://github.com/nodejs/node-gyp/issues/1927 and elsewhere +* Thanks to @rrrix for discovering Solution 3 diff --git a/node_modules/node-gyp/macOS_Catalina_acid_test.sh b/node_modules/node-gyp/macOS_Catalina_acid_test.sh new file mode 100644 index 0000000..e1e9894 --- /dev/null +++ b/node_modules/node-gyp/macOS_Catalina_acid_test.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +pkgs=( + "com.apple.pkg.DeveloperToolsCLILeo" # standalone + "com.apple.pkg.DeveloperToolsCLI" # from XCode + "com.apple.pkg.CLTools_Executables" # Mavericks +) + +for pkg in "${pkgs[@]}"; do + output=$(/usr/sbin/pkgutil --pkg-info "$pkg" 2>/dev/null) + if [ "$output" ]; then + version=$(echo "$output" | grep 'version' | cut -d' ' -f2) + break + fi +done + +if [ "$version" ]; then + echo "Command Line Tools version: $version" +else + echo >&2 'Command Line Tools not found' +fi diff --git a/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md b/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md new file mode 100644 index 0000000..845be76 --- /dev/null +++ b/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md @@ -0,0 +1,18 @@ +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/node-gyp/node_modules/are-we-there-yet/README.md b/node_modules/node-gyp/node_modules/are-we-there-yet/README.md new file mode 100644 index 0000000..caae19b --- /dev/null +++ b/node_modules/node-gyp/node_modules/are-we-there-yet/README.md @@ -0,0 +1,208 @@ +are-we-there-yet +---------------- + +Track complex hierarchies of asynchronous task completion statuses. This is +intended to give you a way of recording and reporting the progress of the big +recursive fan-out and gather type workflows that are so common in async. + +What you do with this completion data is up to you, but the most common use case is to +feed it to one of the many progress bar modules. + +Most progress bar modules include a rudimentary version of this, but my +needs were more complex. + +Usage +===== + +```javascript +var TrackerGroup = require("are-we-there-yet").TrackerGroup + +var top = new TrackerGroup("program") + +var single = top.newItem("one thing", 100) +single.completeWork(20) + +console.log(top.completed()) // 0.2 + +fs.stat("file", function(er, stat) { + if (er) throw er + var stream = top.newStream("file", stat.size) + console.log(top.completed()) // now 0.1 as single is 50% of the job and is 20% complete + // and 50% * 20% == 10% + fs.createReadStream("file").pipe(stream).on("data", function (chunk) { + // do stuff with chunk + }) + top.on("change", function (name) { + // called each time a chunk is read from "file" + // top.completed() will start at 0.1 and fill up to 0.6 as the file is read + }) +}) +``` + +Shared Methods +============== + +* var completed = tracker.completed() + +Implemented in: `Tracker`, `TrackerGroup`, `TrackerStream` + +Returns the ratio of completed work to work to be done. Range of 0 to 1. + +* tracker.finish() + +Implemented in: `Tracker`, `TrackerGroup` + +Marks the tracker as completed. With a TrackerGroup this marks all of its +components as completed. + +Marks all of the components of this tracker as finished, which in turn means +that `tracker.completed()` for this will now be 1. + +This will result in one or more `change` events being emitted. + +Events +====== + +All tracker objects emit `change` events with the following arguments: + +``` +function (name, completed, tracker) +``` + +`name` is the name of the tracker that originally emitted the event, +or if it didn't have one, the first containing tracker group that had one. + +`completed` is the percent complete (as returned by `tracker.completed()` method). + +`tracker` is the tracker object that you are listening for events on. + +TrackerGroup +============ + +* var tracker = new TrackerGroup(**name**) + + * **name** *(optional)* - The name of this tracker group, used in change + notifications if the component updating didn't have a name. Defaults to undefined. + +Creates a new empty tracker aggregation group. These are trackers whose +completion status is determined by the completion status of other trackers added to this aggregation group. + +Ex. + +```javascript +var tracker = new TrackerGroup("parent") +var foo = tracker.newItem("firstChild", 100) +var bar = tracker.newItem("secondChild", 100) + +foo.finish() +console.log(tracker.completed()) // 0.5 +bar.finish() +console.log(tracker.completed()) // 1 +``` + +* tracker.addUnit(**otherTracker**, **weight**) + + * **otherTracker** - Any of the other are-we-there-yet tracker objects + * **weight** *(optional)* - The weight to give the tracker, defaults to 1. + +Adds the **otherTracker** to this aggregation group. The weight determines +how long you expect this tracker to take to complete in proportion to other +units. So for instance, if you add one tracker with a weight of 1 and +another with a weight of 2, you're saying the second will take twice as long +to complete as the first. As such, the first will account for 33% of the +completion of this tracker and the second will account for the other 67%. + +Returns **otherTracker**. + +* var subGroup = tracker.newGroup(**name**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subGroup = tracker.addUnit(new TrackerGroup(name), weight) +``` + +* var subItem = tracker.newItem(**name**, **todo**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subItem = tracker.addUnit(new Tracker(name, todo), weight) +``` + +* var subStream = tracker.newStream(**name**, **todo**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subStream = tracker.addUnit(new TrackerStream(name, todo), weight) +``` + +* console.log( tracker.debug() ) + +Returns a tree showing the completion of this tracker group and all of its +children, including recursively entering all of the children. + +Tracker +======= + +* var tracker = new Tracker(**name**, **todo**) + + * **name** *(optional)* The name of this counter to report in change + events. Defaults to undefined. + * **todo** *(optional)* The amount of work todo (a number). Defaults to 0. + +Ordinarily these are constructed as a part of a tracker group (via +`newItem`). + +* var completed = tracker.completed() + +Returns the ratio of completed work to work to be done. Range of 0 to 1. If +total work to be done is 0 then it will return 0. + +* tracker.addWork(**todo**) + + * **todo** A number to add to the amount of work to be done. + +Increases the amount of work to be done, thus decreasing the completion +percentage. Triggers a `change` event. + +* tracker.completeWork(**completed**) + + * **completed** A number to add to the work complete + +Increase the amount of work complete, thus increasing the completion percentage. +Will never increase the work completed past the amount of work todo. That is, +percentages > 100% are not allowed. Triggers a `change` event. + +* tracker.finish() + +Marks this tracker as finished, tracker.completed() will now be 1. Triggers +a `change` event. + +TrackerStream +============= + +* var tracker = new TrackerStream(**name**, **size**, **options**) + + * **name** *(optional)* The name of this counter to report in change + events. Defaults to undefined. + * **size** *(optional)* The number of bytes being sent through this stream. + * **options** *(optional)* A hash of stream options + +The tracker stream object is a pass through stream that updates an internal +tracker object each time a block passes through. It's intended to track +downloads, file extraction and other related activities. You use it by piping +your data source into it and then using it as your data source. + +If your data has a length attribute then that's used as the amount of work +completed when the chunk is passed through. If it does not (eg, object +streams) then each chunk counts as completing 1 unit of work, so your size +should be the total number of objects being streamed. + +* tracker.addWork(**todo**) + + * **todo** Increase the expected overall size by **todo** bytes. + +Increases the amount of work to be done, thus decreasing the completion +percentage. Triggers a `change` event. diff --git a/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js new file mode 100644 index 0000000..57d8743 --- /dev/null +++ b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js @@ -0,0 +1,4 @@ +'use strict' +exports.TrackerGroup = require('./tracker-group.js') +exports.Tracker = require('./tracker.js') +exports.TrackerStream = require('./tracker-stream.js') diff --git a/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js new file mode 100644 index 0000000..6f43687 --- /dev/null +++ b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js @@ -0,0 +1,11 @@ +'use strict' +var EventEmitter = require('events').EventEmitter +var util = require('util') + +var trackerId = 0 +var TrackerBase = module.exports = function (name) { + EventEmitter.call(this) + this.id = ++trackerId + this.name = name +} +util.inherits(TrackerBase, EventEmitter) diff --git a/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js new file mode 100644 index 0000000..a3c7af8 --- /dev/null +++ b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js @@ -0,0 +1,116 @@ +'use strict' +var util = require('util') +var TrackerBase = require('./tracker-base.js') +var Tracker = require('./tracker.js') +var TrackerStream = require('./tracker-stream.js') + +var TrackerGroup = module.exports = function (name) { + TrackerBase.call(this, name) + this.parentGroup = null + this.trackers = [] + this.completion = {} + this.weight = {} + this.totalWeight = 0 + this.finished = false + this.bubbleChange = bubbleChange(this) +} +util.inherits(TrackerGroup, TrackerBase) + +function bubbleChange (trackerGroup) { + return function (name, completed, tracker) { + trackerGroup.completion[tracker.id] = completed + if (trackerGroup.finished) { + return + } + trackerGroup.emit('change', name || trackerGroup.name, trackerGroup.completed(), trackerGroup) + } +} + +TrackerGroup.prototype.nameInTree = function () { + var names = [] + var from = this + while (from) { + names.unshift(from.name) + from = from.parentGroup + } + return names.join('/') +} + +TrackerGroup.prototype.addUnit = function (unit, weight) { + if (unit.addUnit) { + var toTest = this + while (toTest) { + if (unit === toTest) { + throw new Error( + 'Attempted to add tracker group ' + + unit.name + ' to tree that already includes it ' + + this.nameInTree(this)) + } + toTest = toTest.parentGroup + } + unit.parentGroup = this + } + this.weight[unit.id] = weight || 1 + this.totalWeight += this.weight[unit.id] + this.trackers.push(unit) + this.completion[unit.id] = unit.completed() + unit.on('change', this.bubbleChange) + if (!this.finished) { + this.emit('change', unit.name, this.completion[unit.id], unit) + } + return unit +} + +TrackerGroup.prototype.completed = function () { + if (this.trackers.length === 0) { + return 0 + } + var valPerWeight = 1 / this.totalWeight + var completed = 0 + for (var ii = 0; ii < this.trackers.length; ii++) { + var trackerId = this.trackers[ii].id + completed += + valPerWeight * this.weight[trackerId] * this.completion[trackerId] + } + return completed +} + +TrackerGroup.prototype.newGroup = function (name, weight) { + return this.addUnit(new TrackerGroup(name), weight) +} + +TrackerGroup.prototype.newItem = function (name, todo, weight) { + return this.addUnit(new Tracker(name, todo), weight) +} + +TrackerGroup.prototype.newStream = function (name, todo, weight) { + return this.addUnit(new TrackerStream(name, todo), weight) +} + +TrackerGroup.prototype.finish = function () { + this.finished = true + if (!this.trackers.length) { + this.addUnit(new Tracker(), 1, true) + } + for (var ii = 0; ii < this.trackers.length; ii++) { + var tracker = this.trackers[ii] + tracker.finish() + tracker.removeListener('change', this.bubbleChange) + } + this.emit('change', this.name, 1, this) +} + +var buffer = ' ' +TrackerGroup.prototype.debug = function (depth) { + depth = depth || 0 + var indent = depth ? buffer.slice(0, depth) : '' + var output = indent + (this.name || 'top') + ': ' + this.completed() + '\n' + this.trackers.forEach(function (tracker) { + if (tracker instanceof TrackerGroup) { + output += tracker.debug(depth + 1) + } else { + output += indent + ' ' + tracker.name + ': ' + tracker.completed() + '\n' + } + }) + return output +} diff --git a/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js new file mode 100644 index 0000000..e1cf850 --- /dev/null +++ b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js @@ -0,0 +1,36 @@ +'use strict' +var util = require('util') +var stream = require('readable-stream') +var delegate = require('delegates') +var Tracker = require('./tracker.js') + +var TrackerStream = module.exports = function (name, size, options) { + stream.Transform.call(this, options) + this.tracker = new Tracker(name, size) + this.name = name + this.id = this.tracker.id + this.tracker.on('change', delegateChange(this)) +} +util.inherits(TrackerStream, stream.Transform) + +function delegateChange (trackerStream) { + return function (name, completion, tracker) { + trackerStream.emit('change', name, completion, trackerStream) + } +} + +TrackerStream.prototype._transform = function (data, encoding, cb) { + this.tracker.completeWork(data.length ? data.length : 1) + this.push(data) + cb() +} + +TrackerStream.prototype._flush = function (cb) { + this.tracker.finish() + cb() +} + +delegate(TrackerStream.prototype, 'tracker') + .method('completed') + .method('addWork') + .method('finish') diff --git a/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js new file mode 100644 index 0000000..a8f8b3b --- /dev/null +++ b/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js @@ -0,0 +1,32 @@ +'use strict' +var util = require('util') +var TrackerBase = require('./tracker-base.js') + +var Tracker = module.exports = function (name, todo) { + TrackerBase.call(this, name) + this.workDone = 0 + this.workTodo = todo || 0 +} +util.inherits(Tracker, TrackerBase) + +Tracker.prototype.completed = function () { + return this.workTodo === 0 ? 0 : this.workDone / this.workTodo +} + +Tracker.prototype.addWork = function (work) { + this.workTodo += work + this.emit('change', this.name, this.completed(), this) +} + +Tracker.prototype.completeWork = function (work) { + this.workDone += work + if (this.workDone > this.workTodo) { + this.workDone = this.workTodo + } + this.emit('change', this.name, this.completed(), this) +} + +Tracker.prototype.finish = function () { + this.workTodo = this.workDone = 1 + this.emit('change', this.name, 1, this) +} diff --git a/node_modules/node-gyp/node_modules/are-we-there-yet/package.json b/node_modules/node-gyp/node_modules/are-we-there-yet/package.json new file mode 100644 index 0000000..cc3d750 --- /dev/null +++ b/node_modules/node-gyp/node_modules/are-we-there-yet/package.json @@ -0,0 +1,56 @@ +{ + "name": "are-we-there-yet", + "version": "3.0.1", + "description": "Keep track of the overall completion of many disparate processes", + "main": "lib/index.js", + "scripts": { + "test": "tap", + "npmclilint": "npmcli-lint", + "lint": "eslint \"**/*.js\"", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "postsnap": "npm run lintfix --", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "snap": "tap", + "postlint": "template-oss-check", + "template-oss-apply": "template-oss-apply --force" + }, + "repository": { + "type": "git", + "url": "https://github.com/npm/are-we-there-yet.git" + }, + "author": "GitHub Inc.", + "license": "ISC", + "bugs": { + "url": "https://github.com/npm/are-we-there-yet/issues" + }, + "homepage": "https://github.com/npm/are-we-there-yet", + "devDependencies": { + "@npmcli/eslint-config": "^3.0.1", + "@npmcli/template-oss": "3.5.0", + "tap": "^16.0.1" + }, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "files": [ + "bin/", + "lib/" + ], + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + }, + "tap": { + "branches": 68, + "statements": 92, + "functions": 86, + "lines": 92 + }, + "templateOSS": { + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "version": "3.5.0" + } +} diff --git a/node_modules/node-gyp/node_modules/gauge/LICENSE.md b/node_modules/node-gyp/node_modules/gauge/LICENSE.md new file mode 100644 index 0000000..5fc208f --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/LICENSE.md @@ -0,0 +1,20 @@ + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/node-gyp/node_modules/gauge/README.md b/node_modules/node-gyp/node_modules/gauge/README.md new file mode 100644 index 0000000..cbef5a5 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/README.md @@ -0,0 +1,402 @@ +gauge +===== + +A nearly stateless terminal based horizontal gauge / progress bar. + +```javascript +var Gauge = require("gauge") + +var gauge = new Gauge() + +gauge.show("working…", 0) +setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.25) }, 500) +setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.50) }, 1000) +setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.75) }, 1500) +setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.99) }, 2000) +setTimeout(() => gauge.hide(), 2300) +``` + +See also the [demos](docs/demo.js): + +![](./docs/gauge-demo.gif) + + +### CHANGES FROM 1.x + +Gauge 2.x is breaking release, please see the [changelog] for details on +what's changed if you were previously a user of this module. + +[changelog]: CHANGELOG.md + +### THE GAUGE CLASS + +This is the typical interface to the module– it provides a pretty +fire-and-forget interface to displaying your status information. + +``` +var Gauge = require("gauge") + +var gauge = new Gauge([stream], [options]) +``` + +* **stream** – *(optional, default STDERR)* A stream that progress bar + updates are to be written to. Gauge honors backpressure and will pause + most writing if it is indicated. +* **options** – *(optional)* An option object. + +Constructs a new gauge. Gauges are drawn on a single line, and are not drawn +if **stream** isn't a tty and a tty isn't explicitly provided. + +If **stream** is a terminal or if you pass in **tty** to **options** then we +will detect terminal resizes and redraw to fit. We do this by watching for +`resize` events on the tty. (To work around a bug in versions of Node prior +to 2.5.0, we watch for them on stdout if the tty is stderr.) Resizes to +larger window sizes will be clean, but shrinking the window will always +result in some cruft. + +**IMPORTANT:** If you previously were passing in a non-tty stream but you still +want output (for example, a stream wrapped by the `ansi` module) then you +need to pass in the **tty** option below, as `gauge` needs access to +the underlying tty in order to do things like terminal resizes and terminal +width detection. + +The **options** object can have the following properties, all of which are +optional: + +* **updateInterval**: How often gauge updates should be drawn, in milliseconds. +* **fixedFramerate**: Defaults to false on node 0.8, true on everything + else. When this is true a timer is created to trigger once every + `updateInterval` ms, when false, updates are printed as soon as they come + in but updates more often than `updateInterval` are ignored. The reason + 0.8 doesn't have this set to true is that it can't `unref` its timer and + so it would stop your program from exiting– if you want to use this + feature with 0.8 just make sure you call `gauge.disable()` before you + expect your program to exit. +* **themes**: A themeset to use when selecting the theme to use. Defaults + to `gauge/themes`, see the [themes] documentation for details. +* **theme**: Select a theme for use, it can be a: + * Theme object, in which case the **themes** is not used. + * The name of a theme, which will be looked up in the current *themes* + object. + * A configuration object with any of `hasUnicode`, `hasColor` or + `platform` keys, which if will be used to override our guesses when making + a default theme selection. + + If no theme is selected then a default is picked using a combination of our + best guesses at your OS, color support and unicode support. +* **template**: Describes what you want your gauge to look like. The + default is what npm uses. Detailed [documentation] is later in this + document. +* **hideCursor**: Defaults to true. If true, then the cursor will be hidden + while the gauge is displayed. +* **tty**: The tty that you're ultimately writing to. Defaults to the same + as **stream**. This is used for detecting the width of the terminal and + resizes. The width used is `tty.columns - 1`. If no tty is available then + a width of `79` is assumed. +* **enabled**: Defaults to true if `tty` is a TTY, false otherwise. If true + the gauge starts enabled. If disabled then all update commands are + ignored and no gauge will be printed until you call `.enable()`. +* **Plumbing**: The class to use to actually generate the gauge for + printing. This defaults to `require('gauge/plumbing')` and ordinarily you + shouldn't need to override this. +* **cleanupOnExit**: Defaults to true. Ordinarily we register an exit + handler to make sure your cursor is turned back on and the progress bar + erased when your process exits, even if you Ctrl-C out or otherwise exit + unexpectedly. You can disable this and it won't register the exit handler. + +[has-unicode]: https://www.npmjs.com/package/has-unicode +[themes]: #themes +[documentation]: #templates + +#### `gauge.show(section | status, [completed])` + +The first argument is either the section, the name of the current thing +contributing to progress, or an object with keys like **section**, +**subsection** & **completed** (or any others you have types for in a custom +template). If you don't want to update or set any of these you can pass +`null` and it will be ignored. + +The second argument is the percent completed as a value between 0 and 1. +Without it, completion is just not updated. You'll also note that completion +can be passed in as part of a status object as the first argument. If both +it and the completed argument are passed in, the completed argument wins. + +#### `gauge.hide([cb])` + +Removes the gauge from the terminal. Optionally, callback `cb` after IO has +had an opportunity to happen (currently this just means after `setImmediate` +has called back.) + +It turns out this is important when you're pausing the progress bar on one +filehandle and printing to another– otherwise (with a big enough print) node +can end up printing the "end progress bar" bits to the progress bar filehandle +while other stuff is printing to another filehandle. These getting interleaved +can cause corruption in some terminals. + +#### `gauge.pulse([subsection])` + +* **subsection** – *(optional)* The specific thing that triggered this pulse + +Spins the spinner in the gauge to show output. If **subsection** is +included then it will be combined with the last name passed to `gauge.show`. + +#### `gauge.disable()` + +Hides the gauge and ignores further calls to `show` or `pulse`. + +#### `gauge.enable()` + +Shows the gauge and resumes updating when `show` or `pulse` is called. + +#### `gauge.isEnabled()` + +Returns true if the gauge is enabled. + +#### `gauge.setThemeset(themes)` + +Change the themeset to select a theme from. The same as the `themes` option +used in the constructor. The theme will be reselected from this themeset. + +#### `gauge.setTheme(theme)` + +Change the active theme, will be displayed with the next show or pulse. This can be: + +* Theme object, in which case the **themes** is not used. +* The name of a theme, which will be looked up in the current *themes* + object. +* A configuration object with any of `hasUnicode`, `hasColor` or + `platform` keys, which if will be used to override our guesses when making + a default theme selection. + +If no theme is selected then a default is picked using a combination of our +best guesses at your OS, color support and unicode support. + +#### `gauge.setTemplate(template)` + +Change the active template, will be displayed with the next show or pulse + +### Tracking Completion + +If you have more than one thing going on that you want to track completion +of, you may find the related [are-we-there-yet] helpful. It's `change` +event can be wired up to the `show` method to get a more traditional +progress bar interface. + +[are-we-there-yet]: https://www.npmjs.com/package/are-we-there-yet + +### THEMES + +``` +var themes = require('gauge/themes') + +// fetch the default color unicode theme for this platform +var ourTheme = themes({hasUnicode: true, hasColor: true}) + +// fetch the default non-color unicode theme for osx +var ourTheme = themes({hasUnicode: true, hasColor: false, platform: 'darwin'}) + +// create a new theme based on the color ascii theme for this platform +// that brackets the progress bar with arrows +var ourTheme = themes.newTheme(themes({hasUnicode: false, hasColor: true}), { + preProgressbar: '→', + postProgressbar: '←' +}) +``` + +The object returned by `gauge/themes` is an instance of the `ThemeSet` class. + +``` +var ThemeSet = require('gauge/theme-set') +var themes = new ThemeSet() +// or +var themes = require('gauge/themes') +var mythemes = themes.newThemeSet() // creates a new themeset based on the default themes +``` + +#### themes(opts) +#### themes.getDefault(opts) + +Theme objects are a function that fetches the default theme based on +platform, unicode and color support. + +Options is an object with the following properties: + +* **hasUnicode** - If true, fetch a unicode theme, if no unicode theme is + available then a non-unicode theme will be used. +* **hasColor** - If true, fetch a color theme, if no color theme is + available a non-color theme will be used. +* **platform** (optional) - Defaults to `process.platform`. If no + platform match is available then `fallback` is used instead. + +If no compatible theme can be found then an error will be thrown with a +`code` of `EMISSINGTHEME`. + +#### themes.addTheme(themeName, themeObj) +#### themes.addTheme(themeName, [parentTheme], newTheme) + +Adds a named theme to the themeset. You can pass in either a theme object, +as returned by `themes.newTheme` or the arguments you'd pass to +`themes.newTheme`. + +#### themes.getThemeNames() + +Return a list of all of the names of the themes in this themeset. Suitable +for use in `themes.getTheme(…)`. + +#### themes.getTheme(name) + +Returns the theme object from this theme set named `name`. + +If `name` does not exist in this themeset an error will be thrown with +a `code` of `EMISSINGTHEME`. + +#### themes.setDefault([opts], themeName) + +`opts` is an object with the following properties. + +* **platform** - Defaults to `'fallback'`. If your theme is platform + specific, specify that here with the platform from `process.platform`, eg, + `win32`, `darwin`, etc. +* **hasUnicode** - Defaults to `false`. If your theme uses unicode you + should set this to true. +* **hasColor** - Defaults to `false`. If your theme uses color you should + set this to true. + +`themeName` is the name of the theme (as given to `addTheme`) to use for +this set of `opts`. + +#### themes.newTheme([parentTheme,] newTheme) + +Create a new theme object based on `parentTheme`. If no `parentTheme` is +provided then a minimal parentTheme that defines functions for rendering the +activity indicator (spinner) and progress bar will be defined. (This +fallback parent is defined in `gauge/base-theme`.) + +newTheme should be a bare object– we'll start by discussing the properties +defined by the default themes: + +* **preProgressbar** - displayed prior to the progress bar, if the progress + bar is displayed. +* **postProgressbar** - displayed after the progress bar, if the progress bar + is displayed. +* **progressBarTheme** - The subtheme passed through to the progress bar + renderer, it's an object with `complete` and `remaining` properties + that are the strings you want repeated for those sections of the progress + bar. +* **activityIndicatorTheme** - The theme for the activity indicator (spinner), + this can either be a string, in which each character is a different step, or + an array of strings. +* **preSubsection** - Displayed as a separator between the `section` and + `subsection` when the latter is printed. + +More generally, themes can have any value that would be a valid value when rendering +templates. The properties in the theme are used when their name matches a type in +the template. Their values can be: + +* **strings & numbers** - They'll be included as is +* **function (values, theme, width)** - Should return what you want in your output. + *values* is an object with values provided via `gauge.show`, + *theme* is the theme specific to this item (see below) or this theme object, + and *width* is the number of characters wide your result should be. + +There are a couple of special prefixes: + +* **pre** - Is shown prior to the property, if its displayed. +* **post** - Is shown after the property, if its displayed. + +And one special suffix: + +* **Theme** - Its value is passed to a function-type item as the theme. + +#### themes.addToAllThemes(theme) + +This *mixes-in* `theme` into all themes currently defined. It also adds it +to the default parent theme for this themeset, so future themes added to +this themeset will get the values from `theme` by default. + +#### themes.newThemeSet() + +Copy the current themeset into a new one. This allows you to easily inherit +one themeset from another. + +### TEMPLATES + +A template is an array of objects and strings that, after being evaluated, +will be turned into the gauge line. The default template is: + +```javascript +[ + {type: 'progressbar', length: 20}, + {type: 'activityIndicator', kerning: 1, length: 1}, + {type: 'section', kerning: 1, default: ''}, + {type: 'subsection', kerning: 1, default: ''} +] +``` + +The various template elements can either be **plain strings**, in which case they will +be be included verbatum in the output, or objects with the following properties: + +* *type* can be any of the following plus any keys you pass into `gauge.show` plus + any keys you have on a custom theme. + * `section` – What big thing you're working on now. + * `subsection` – What component of that thing is currently working. + * `activityIndicator` – Shows a spinner using the `activityIndicatorTheme` + from your active theme. + * `progressbar` – A progress bar representing your current `completed` + using the `progressbarTheme` from your active theme. +* *kerning* – Number of spaces that must be between this item and other + items, if this item is displayed at all. +* *maxLength* – The maximum length for this element. If its value is longer it + will be truncated. +* *minLength* – The minimum length for this element. If its value is shorter it + will be padded according to the *align* value. +* *align* – (Default: left) Possible values "left", "right" and "center". Works + as you'd expect from word processors. +* *length* – Provides a single value for both *minLength* and *maxLength*. If both + *length* and *minLength or *maxLength* are specified then the latter take precedence. +* *value* – A literal value to use for this template item. +* *default* – A default value to use for this template item if a value + wasn't otherwise passed in. + +### PLUMBING + +This is the super simple, assume nothing, do no magic internals used by gauge to +implement its ordinary interface. + +``` +var Plumbing = require('gauge/plumbing') +var gauge = new Plumbing(theme, template, width) +``` + +* **theme**: The theme to use. +* **template**: The template to use. +* **width**: How wide your gauge should be + +#### `gauge.setTheme(theme)` + +Change the active theme. + +#### `gauge.setTemplate(template)` + +Change the active template. + +#### `gauge.setWidth(width)` + +Change the width to render at. + +#### `gauge.hide()` + +Return the string necessary to hide the progress bar + +#### `gauge.hideCursor()` + +Return a string to hide the cursor. + +#### `gauge.showCursor()` + +Return a string to show the cursor. + +#### `gauge.show(status)` + +Using `status` for values, render the provided template with the theme and return +a string that is suitable for printing to update the gauge. diff --git a/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js b/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js new file mode 100644 index 0000000..00bf568 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js @@ -0,0 +1,18 @@ +'use strict' +var spin = require('./spin.js') +var progressBar = require('./progress-bar.js') + +module.exports = { + activityIndicator: function (values, theme, width) { + if (values.spun == null) { + return + } + return spin(theme, values.spun) + }, + progressbar: function (values, theme, width) { + if (values.completed == null) { + return + } + return progressBar(theme, width, values.completed) + }, +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/error.js b/node_modules/node-gyp/node_modules/gauge/lib/error.js new file mode 100644 index 0000000..d9914ba --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/error.js @@ -0,0 +1,24 @@ +'use strict' +var util = require('util') + +var User = exports.User = function User (msg) { + var err = new Error(msg) + Error.captureStackTrace(err, User) + err.code = 'EGAUGE' + return err +} + +exports.MissingTemplateValue = function MissingTemplateValue (item, values) { + var err = new User(util.format('Missing template value "%s"', item.type)) + Error.captureStackTrace(err, MissingTemplateValue) + err.template = item + err.values = values + return err +} + +exports.Internal = function Internal (msg) { + var err = new Error(msg) + Error.captureStackTrace(err, Internal) + err.code = 'EGAUGEINTERNAL' + return err +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/has-color.js b/node_modules/node-gyp/node_modules/gauge/lib/has-color.js new file mode 100644 index 0000000..16cba0e --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/has-color.js @@ -0,0 +1,4 @@ +'use strict' +var colorSupport = require('color-support') + +module.exports = colorSupport().hasBasic diff --git a/node_modules/node-gyp/node_modules/gauge/lib/index.js b/node_modules/node-gyp/node_modules/gauge/lib/index.js new file mode 100644 index 0000000..37fc5ac --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/index.js @@ -0,0 +1,289 @@ +'use strict' +var Plumbing = require('./plumbing.js') +var hasUnicode = require('has-unicode') +var hasColor = require('./has-color.js') +var onExit = require('signal-exit') +var defaultThemes = require('./themes') +var setInterval = require('./set-interval.js') +var process = require('./process.js') +var setImmediate = require('./set-immediate') + +module.exports = Gauge + +function callWith (obj, method) { + return function () { + return method.call(obj) + } +} + +function Gauge (arg1, arg2) { + var options, writeTo + if (arg1 && arg1.write) { + writeTo = arg1 + options = arg2 || {} + } else if (arg2 && arg2.write) { + writeTo = arg2 + options = arg1 || {} + } else { + writeTo = process.stderr + options = arg1 || arg2 || {} + } + + this._status = { + spun: 0, + section: '', + subsection: '', + } + this._paused = false // are we paused for back pressure? + this._disabled = true // are all progress bar updates disabled? + this._showing = false // do we WANT the progress bar on screen + this._onScreen = false // IS the progress bar on screen + this._needsRedraw = false // should we print something at next tick? + this._hideCursor = options.hideCursor == null ? true : options.hideCursor + this._fixedFramerate = options.fixedFramerate == null + ? !(/^v0\.8\./.test(process.version)) + : options.fixedFramerate + this._lastUpdateAt = null + this._updateInterval = options.updateInterval == null ? 50 : options.updateInterval + + this._themes = options.themes || defaultThemes + this._theme = options.theme + var theme = this._computeTheme(options.theme) + var template = options.template || [ + { type: 'progressbar', length: 20 }, + { type: 'activityIndicator', kerning: 1, length: 1 }, + { type: 'section', kerning: 1, default: '' }, + { type: 'subsection', kerning: 1, default: '' }, + ] + this.setWriteTo(writeTo, options.tty) + var PlumbingClass = options.Plumbing || Plumbing + this._gauge = new PlumbingClass(theme, template, this.getWidth()) + + this._$$doRedraw = callWith(this, this._doRedraw) + this._$$handleSizeChange = callWith(this, this._handleSizeChange) + + this._cleanupOnExit = options.cleanupOnExit == null || options.cleanupOnExit + this._removeOnExit = null + + if (options.enabled || (options.enabled == null && this._tty && this._tty.isTTY)) { + this.enable() + } else { + this.disable() + } +} +Gauge.prototype = {} + +Gauge.prototype.isEnabled = function () { + return !this._disabled +} + +Gauge.prototype.setTemplate = function (template) { + this._gauge.setTemplate(template) + if (this._showing) { + this._requestRedraw() + } +} + +Gauge.prototype._computeTheme = function (theme) { + if (!theme) { + theme = {} + } + if (typeof theme === 'string') { + theme = this._themes.getTheme(theme) + } else if ( + Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null + ) { + var useUnicode = theme.hasUnicode == null ? hasUnicode() : theme.hasUnicode + var useColor = theme.hasColor == null ? hasColor : theme.hasColor + theme = this._themes.getDefault({ + hasUnicode: useUnicode, + hasColor: useColor, + platform: theme.platform, + }) + } + return theme +} + +Gauge.prototype.setThemeset = function (themes) { + this._themes = themes + this.setTheme(this._theme) +} + +Gauge.prototype.setTheme = function (theme) { + this._gauge.setTheme(this._computeTheme(theme)) + if (this._showing) { + this._requestRedraw() + } + this._theme = theme +} + +Gauge.prototype._requestRedraw = function () { + this._needsRedraw = true + if (!this._fixedFramerate) { + this._doRedraw() + } +} + +Gauge.prototype.getWidth = function () { + return ((this._tty && this._tty.columns) || 80) - 1 +} + +Gauge.prototype.setWriteTo = function (writeTo, tty) { + var enabled = !this._disabled + if (enabled) { + this.disable() + } + this._writeTo = writeTo + this._tty = tty || + (writeTo === process.stderr && process.stdout.isTTY && process.stdout) || + (writeTo.isTTY && writeTo) || + this._tty + if (this._gauge) { + this._gauge.setWidth(this.getWidth()) + } + if (enabled) { + this.enable() + } +} + +Gauge.prototype.enable = function () { + if (!this._disabled) { + return + } + this._disabled = false + if (this._tty) { + this._enableEvents() + } + if (this._showing) { + this.show() + } +} + +Gauge.prototype.disable = function () { + if (this._disabled) { + return + } + if (this._showing) { + this._lastUpdateAt = null + this._showing = false + this._doRedraw() + this._showing = true + } + this._disabled = true + if (this._tty) { + this._disableEvents() + } +} + +Gauge.prototype._enableEvents = function () { + if (this._cleanupOnExit) { + this._removeOnExit = onExit(callWith(this, this.disable)) + } + this._tty.on('resize', this._$$handleSizeChange) + if (this._fixedFramerate) { + this.redrawTracker = setInterval(this._$$doRedraw, this._updateInterval) + if (this.redrawTracker.unref) { + this.redrawTracker.unref() + } + } +} + +Gauge.prototype._disableEvents = function () { + this._tty.removeListener('resize', this._$$handleSizeChange) + if (this._fixedFramerate) { + clearInterval(this.redrawTracker) + } + if (this._removeOnExit) { + this._removeOnExit() + } +} + +Gauge.prototype.hide = function (cb) { + if (this._disabled) { + return cb && process.nextTick(cb) + } + if (!this._showing) { + return cb && process.nextTick(cb) + } + this._showing = false + this._doRedraw() + cb && setImmediate(cb) +} + +Gauge.prototype.show = function (section, completed) { + this._showing = true + if (typeof section === 'string') { + this._status.section = section + } else if (typeof section === 'object') { + var sectionKeys = Object.keys(section) + for (var ii = 0; ii < sectionKeys.length; ++ii) { + var key = sectionKeys[ii] + this._status[key] = section[key] + } + } + if (completed != null) { + this._status.completed = completed + } + if (this._disabled) { + return + } + this._requestRedraw() +} + +Gauge.prototype.pulse = function (subsection) { + this._status.subsection = subsection || '' + this._status.spun++ + if (this._disabled) { + return + } + if (!this._showing) { + return + } + this._requestRedraw() +} + +Gauge.prototype._handleSizeChange = function () { + this._gauge.setWidth(this._tty.columns - 1) + this._requestRedraw() +} + +Gauge.prototype._doRedraw = function () { + if (this._disabled || this._paused) { + return + } + if (!this._fixedFramerate) { + var now = Date.now() + if (this._lastUpdateAt && now - this._lastUpdateAt < this._updateInterval) { + return + } + this._lastUpdateAt = now + } + if (!this._showing && this._onScreen) { + this._onScreen = false + var result = this._gauge.hide() + if (this._hideCursor) { + result += this._gauge.showCursor() + } + return this._writeTo.write(result) + } + if (!this._showing && !this._onScreen) { + return + } + if (this._showing && !this._onScreen) { + this._onScreen = true + this._needsRedraw = true + if (this._hideCursor) { + this._writeTo.write(this._gauge.hideCursor()) + } + } + if (!this._needsRedraw) { + return + } + if (!this._writeTo.write(this._gauge.show(this._status))) { + this._paused = true + this._writeTo.on('drain', callWith(this, function () { + this._paused = false + this._doRedraw() + })) + } +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js b/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js new file mode 100644 index 0000000..c4dc3e0 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js @@ -0,0 +1,50 @@ +'use strict' +var consoleControl = require('console-control-strings') +var renderTemplate = require('./render-template.js') +var validate = require('aproba') + +var Plumbing = module.exports = function (theme, template, width) { + if (!width) { + width = 80 + } + validate('OAN', [theme, template, width]) + this.showing = false + this.theme = theme + this.width = width + this.template = template +} +Plumbing.prototype = {} + +Plumbing.prototype.setTheme = function (theme) { + validate('O', [theme]) + this.theme = theme +} + +Plumbing.prototype.setTemplate = function (template) { + validate('A', [template]) + this.template = template +} + +Plumbing.prototype.setWidth = function (width) { + validate('N', [width]) + this.width = width +} + +Plumbing.prototype.hide = function () { + return consoleControl.gotoSOL() + consoleControl.eraseLine() +} + +Plumbing.prototype.hideCursor = consoleControl.hideCursor + +Plumbing.prototype.showCursor = consoleControl.showCursor + +Plumbing.prototype.show = function (status) { + var values = Object.create(this.theme) + for (var key in status) { + values[key] = status[key] + } + + return renderTemplate(this.width, this.template, values).trim() + + consoleControl.color('reset') + + consoleControl.eraseLine() + consoleControl.gotoSOL() +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/process.js b/node_modules/node-gyp/node_modules/gauge/lib/process.js new file mode 100644 index 0000000..05e8569 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/process.js @@ -0,0 +1,3 @@ +'use strict' +// this exists so we can replace it during testing +module.exports = process diff --git a/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js b/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js new file mode 100644 index 0000000..184ff25 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js @@ -0,0 +1,41 @@ +'use strict' +var validate = require('aproba') +var renderTemplate = require('./render-template.js') +var wideTruncate = require('./wide-truncate') +var stringWidth = require('string-width') + +module.exports = function (theme, width, completed) { + validate('ONN', [theme, width, completed]) + if (completed < 0) { + completed = 0 + } + if (completed > 1) { + completed = 1 + } + if (width <= 0) { + return '' + } + var sofar = Math.round(width * completed) + var rest = width - sofar + var template = [ + { type: 'complete', value: repeat(theme.complete, sofar), length: sofar }, + { type: 'remaining', value: repeat(theme.remaining, rest), length: rest }, + ] + return renderTemplate(width, template, theme) +} + +// lodash's way of repeating +function repeat (string, width) { + var result = '' + var n = width + do { + if (n % 2) { + result += string + } + n = Math.floor(n / 2) + /* eslint no-self-assign: 0 */ + string += string + } while (n && stringWidth(result) < width) + + return wideTruncate(result, width) +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/render-template.js b/node_modules/node-gyp/node_modules/gauge/lib/render-template.js new file mode 100644 index 0000000..d1b52c0 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/render-template.js @@ -0,0 +1,222 @@ +'use strict' +var align = require('wide-align') +var validate = require('aproba') +var wideTruncate = require('./wide-truncate') +var error = require('./error') +var TemplateItem = require('./template-item') + +function renderValueWithValues (values) { + return function (item) { + return renderValue(item, values) + } +} + +var renderTemplate = module.exports = function (width, template, values) { + var items = prepareItems(width, template, values) + var rendered = items.map(renderValueWithValues(values)).join('') + return align.left(wideTruncate(rendered, width), width) +} + +function preType (item) { + var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) + return 'pre' + cappedTypeName +} + +function postType (item) { + var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) + return 'post' + cappedTypeName +} + +function hasPreOrPost (item, values) { + if (!item.type) { + return + } + return values[preType(item)] || values[postType(item)] +} + +function generatePreAndPost (baseItem, parentValues) { + var item = Object.assign({}, baseItem) + var values = Object.create(parentValues) + var template = [] + var pre = preType(item) + var post = postType(item) + if (values[pre]) { + template.push({ value: values[pre] }) + values[pre] = null + } + item.minLength = null + item.length = null + item.maxLength = null + template.push(item) + values[item.type] = values[item.type] + if (values[post]) { + template.push({ value: values[post] }) + values[post] = null + } + return function ($1, $2, length) { + return renderTemplate(length, template, values) + } +} + +function prepareItems (width, template, values) { + function cloneAndObjectify (item, index, arr) { + var cloned = new TemplateItem(item, width) + var type = cloned.type + if (cloned.value == null) { + if (!(type in values)) { + if (cloned.default == null) { + throw new error.MissingTemplateValue(cloned, values) + } else { + cloned.value = cloned.default + } + } else { + cloned.value = values[type] + } + } + if (cloned.value == null || cloned.value === '') { + return null + } + cloned.index = index + cloned.first = index === 0 + cloned.last = index === arr.length - 1 + if (hasPreOrPost(cloned, values)) { + cloned.value = generatePreAndPost(cloned, values) + } + return cloned + } + + var output = template.map(cloneAndObjectify).filter(function (item) { + return item != null + }) + + var remainingSpace = width + var variableCount = output.length + + function consumeSpace (length) { + if (length > remainingSpace) { + length = remainingSpace + } + remainingSpace -= length + } + + function finishSizing (item, length) { + if (item.finished) { + throw new error.Internal('Tried to finish template item that was already finished') + } + if (length === Infinity) { + throw new error.Internal('Length of template item cannot be infinity') + } + if (length != null) { + item.length = length + } + item.minLength = null + item.maxLength = null + --variableCount + item.finished = true + if (item.length == null) { + item.length = item.getBaseLength() + } + if (item.length == null) { + throw new error.Internal('Finished template items must have a length') + } + consumeSpace(item.getLength()) + } + + output.forEach(function (item) { + if (!item.kerning) { + return + } + var prevPadRight = item.first ? 0 : output[item.index - 1].padRight + if (!item.first && prevPadRight < item.kerning) { + item.padLeft = item.kerning - prevPadRight + } + if (!item.last) { + item.padRight = item.kerning + } + }) + + // Finish any that have a fixed (literal or intuited) length + output.forEach(function (item) { + if (item.getBaseLength() == null) { + return + } + finishSizing(item) + }) + + var resized = 0 + var resizing + var hunkSize + do { + resizing = false + hunkSize = Math.round(remainingSpace / variableCount) + output.forEach(function (item) { + if (item.finished) { + return + } + if (!item.maxLength) { + return + } + if (item.getMaxLength() < hunkSize) { + finishSizing(item, item.maxLength) + resizing = true + } + }) + } while (resizing && resized++ < output.length) + if (resizing) { + throw new error.Internal('Resize loop iterated too many times while determining maxLength') + } + + resized = 0 + do { + resizing = false + hunkSize = Math.round(remainingSpace / variableCount) + output.forEach(function (item) { + if (item.finished) { + return + } + if (!item.minLength) { + return + } + if (item.getMinLength() >= hunkSize) { + finishSizing(item, item.minLength) + resizing = true + } + }) + } while (resizing && resized++ < output.length) + if (resizing) { + throw new error.Internal('Resize loop iterated too many times while determining minLength') + } + + hunkSize = Math.round(remainingSpace / variableCount) + output.forEach(function (item) { + if (item.finished) { + return + } + finishSizing(item, hunkSize) + }) + + return output +} + +function renderFunction (item, values, length) { + validate('OON', arguments) + if (item.type) { + return item.value(values, values[item.type + 'Theme'] || {}, length) + } else { + return item.value(values, {}, length) + } +} + +function renderValue (item, values) { + var length = item.getBaseLength() + var value = typeof item.value === 'function' ? renderFunction(item, values, length) : item.value + if (value == null || value === '') { + return '' + } + var alignWith = align[item.align] || align.left + var leftPadding = item.padLeft ? align.left('', item.padLeft) : '' + var rightPadding = item.padRight ? align.right('', item.padRight) : '' + var truncated = wideTruncate(String(value), length) + var aligned = alignWith(truncated, length) + return leftPadding + aligned + rightPadding +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js b/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js new file mode 100644 index 0000000..6650a48 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js @@ -0,0 +1,7 @@ +'use strict' +var process = require('./process') +try { + module.exports = setImmediate +} catch (ex) { + module.exports = process.nextTick +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js b/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js new file mode 100644 index 0000000..5761987 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js @@ -0,0 +1,3 @@ +'use strict' +// this exists so we can replace it during testing +module.exports = setInterval diff --git a/node_modules/node-gyp/node_modules/gauge/lib/spin.js b/node_modules/node-gyp/node_modules/gauge/lib/spin.js new file mode 100644 index 0000000..34142ee --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/spin.js @@ -0,0 +1,5 @@ +'use strict' + +module.exports = function spin (spinstr, spun) { + return spinstr[spun % spinstr.length] +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/template-item.js b/node_modules/node-gyp/node_modules/gauge/lib/template-item.js new file mode 100644 index 0000000..e307e9b --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/template-item.js @@ -0,0 +1,87 @@ +'use strict' +var stringWidth = require('string-width') + +module.exports = TemplateItem + +function isPercent (num) { + if (typeof num !== 'string') { + return false + } + return num.slice(-1) === '%' +} + +function percent (num) { + return Number(num.slice(0, -1)) / 100 +} + +function TemplateItem (values, outputLength) { + this.overallOutputLength = outputLength + this.finished = false + this.type = null + this.value = null + this.length = null + this.maxLength = null + this.minLength = null + this.kerning = null + this.align = 'left' + this.padLeft = 0 + this.padRight = 0 + this.index = null + this.first = null + this.last = null + if (typeof values === 'string') { + this.value = values + } else { + for (var prop in values) { + this[prop] = values[prop] + } + } + // Realize percents + if (isPercent(this.length)) { + this.length = Math.round(this.overallOutputLength * percent(this.length)) + } + if (isPercent(this.minLength)) { + this.minLength = Math.round(this.overallOutputLength * percent(this.minLength)) + } + if (isPercent(this.maxLength)) { + this.maxLength = Math.round(this.overallOutputLength * percent(this.maxLength)) + } + return this +} + +TemplateItem.prototype = {} + +TemplateItem.prototype.getBaseLength = function () { + var length = this.length + if ( + length == null && + typeof this.value === 'string' && + this.maxLength == null && + this.minLength == null + ) { + length = stringWidth(this.value) + } + return length +} + +TemplateItem.prototype.getLength = function () { + var length = this.getBaseLength() + if (length == null) { + return null + } + return length + this.padLeft + this.padRight +} + +TemplateItem.prototype.getMaxLength = function () { + if (this.maxLength == null) { + return null + } + return this.maxLength + this.padLeft + this.padRight +} + +TemplateItem.prototype.getMinLength = function () { + if (this.minLength == null) { + return null + } + return this.minLength + this.padLeft + this.padRight +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js b/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js new file mode 100644 index 0000000..643d7db --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js @@ -0,0 +1,122 @@ +'use strict' + +module.exports = function () { + return ThemeSetProto.newThemeSet() +} + +var ThemeSetProto = {} + +ThemeSetProto.baseTheme = require('./base-theme.js') + +ThemeSetProto.newTheme = function (parent, theme) { + if (!theme) { + theme = parent + parent = this.baseTheme + } + return Object.assign({}, parent, theme) +} + +ThemeSetProto.getThemeNames = function () { + return Object.keys(this.themes) +} + +ThemeSetProto.addTheme = function (name, parent, theme) { + this.themes[name] = this.newTheme(parent, theme) +} + +ThemeSetProto.addToAllThemes = function (theme) { + var themes = this.themes + Object.keys(themes).forEach(function (name) { + Object.assign(themes[name], theme) + }) + Object.assign(this.baseTheme, theme) +} + +ThemeSetProto.getTheme = function (name) { + if (!this.themes[name]) { + throw this.newMissingThemeError(name) + } + return this.themes[name] +} + +ThemeSetProto.setDefault = function (opts, name) { + if (name == null) { + name = opts + opts = {} + } + var platform = opts.platform == null ? 'fallback' : opts.platform + var hasUnicode = !!opts.hasUnicode + var hasColor = !!opts.hasColor + if (!this.defaults[platform]) { + this.defaults[platform] = { true: {}, false: {} } + } + this.defaults[platform][hasUnicode][hasColor] = name +} + +ThemeSetProto.getDefault = function (opts) { + if (!opts) { + opts = {} + } + var platformName = opts.platform || process.platform + var platform = this.defaults[platformName] || this.defaults.fallback + var hasUnicode = !!opts.hasUnicode + var hasColor = !!opts.hasColor + if (!platform) { + throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) + } + if (!platform[hasUnicode][hasColor]) { + if (hasUnicode && hasColor && platform[!hasUnicode][hasColor]) { + hasUnicode = false + } else if (hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { + hasColor = false + } else if (hasUnicode && hasColor && platform[!hasUnicode][!hasColor]) { + hasUnicode = false + hasColor = false + } else if (hasUnicode && !hasColor && platform[!hasUnicode][hasColor]) { + hasUnicode = false + } else if (!hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { + hasColor = false + } else if (platform === this.defaults.fallback) { + throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) + } + } + if (platform[hasUnicode][hasColor]) { + return this.getTheme(platform[hasUnicode][hasColor]) + } else { + return this.getDefault(Object.assign({}, opts, { platform: 'fallback' })) + } +} + +ThemeSetProto.newMissingThemeError = function newMissingThemeError (name) { + var err = new Error('Could not find a gauge theme named "' + name + '"') + Error.captureStackTrace.call(err, newMissingThemeError) + err.theme = name + err.code = 'EMISSINGTHEME' + return err +} + +ThemeSetProto.newMissingDefaultThemeError = + function newMissingDefaultThemeError (platformName, hasUnicode, hasColor) { + var err = new Error( + 'Could not find a gauge theme for your platform/unicode/color use combo:\n' + + ' platform = ' + platformName + '\n' + + ' hasUnicode = ' + hasUnicode + '\n' + + ' hasColor = ' + hasColor) + Error.captureStackTrace.call(err, newMissingDefaultThemeError) + err.platform = platformName + err.hasUnicode = hasUnicode + err.hasColor = hasColor + err.code = 'EMISSINGTHEME' + return err + } + +ThemeSetProto.newThemeSet = function () { + var themeset = function (opts) { + return themeset.getDefault(opts) + } + return Object.assign(themeset, ThemeSetProto, { + themes: Object.assign({}, this.themes), + baseTheme: Object.assign({}, this.baseTheme), + defaults: JSON.parse(JSON.stringify(this.defaults || {})), + }) +} diff --git a/node_modules/node-gyp/node_modules/gauge/lib/themes.js b/node_modules/node-gyp/node_modules/gauge/lib/themes.js new file mode 100644 index 0000000..d2e62bb --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/themes.js @@ -0,0 +1,56 @@ +'use strict' +var color = require('console-control-strings').color +var ThemeSet = require('./theme-set.js') + +var themes = module.exports = new ThemeSet() + +themes.addTheme('ASCII', { + preProgressbar: '[', + postProgressbar: ']', + progressbarTheme: { + complete: '#', + remaining: '.', + }, + activityIndicatorTheme: '-\\|/', + preSubsection: '>', +}) + +themes.addTheme('colorASCII', themes.getTheme('ASCII'), { + progressbarTheme: { + preComplete: color('bgBrightWhite', 'brightWhite'), + complete: '#', + postComplete: color('reset'), + preRemaining: color('bgBrightBlack', 'brightBlack'), + remaining: '.', + postRemaining: color('reset'), + }, +}) + +themes.addTheme('brailleSpinner', { + preProgressbar: '(', + postProgressbar: ')', + progressbarTheme: { + complete: '#', + remaining: '⠂', + }, + activityIndicatorTheme: '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏', + preSubsection: '>', +}) + +themes.addTheme('colorBrailleSpinner', themes.getTheme('brailleSpinner'), { + progressbarTheme: { + preComplete: color('bgBrightWhite', 'brightWhite'), + complete: '#', + postComplete: color('reset'), + preRemaining: color('bgBrightBlack', 'brightBlack'), + remaining: '⠂', + postRemaining: color('reset'), + }, +}) + +themes.setDefault({}, 'ASCII') +themes.setDefault({ hasColor: true }, 'colorASCII') +themes.setDefault({ platform: 'darwin', hasUnicode: true }, 'brailleSpinner') +themes.setDefault({ platform: 'darwin', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') +themes.setDefault({ platform: 'linux', hasUnicode: true }, 'brailleSpinner') +themes.setDefault({ platform: 'linux', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') diff --git a/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js b/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js new file mode 100644 index 0000000..5284a69 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js @@ -0,0 +1,31 @@ +'use strict' +var stringWidth = require('string-width') +var stripAnsi = require('strip-ansi') + +module.exports = wideTruncate + +function wideTruncate (str, target) { + if (stringWidth(str) === 0) { + return str + } + if (target <= 0) { + return '' + } + if (stringWidth(str) <= target) { + return str + } + + // We compute the number of bytes of ansi sequences here and add + // that to our initial truncation to ensure that we don't slice one + // that we want to keep in half. + var noAnsi = stripAnsi(str) + var ansiSize = str.length + noAnsi.length + var truncated = str.slice(0, target + ansiSize) + + // we have to shrink the result to account for our ansi sequence buffer + // (if an ansi sequence was truncated) and double width characters. + while (stringWidth(truncated) > target) { + truncated = truncated.slice(0, -1) + } + return truncated +} diff --git a/node_modules/node-gyp/node_modules/gauge/package.json b/node_modules/node-gyp/node_modules/gauge/package.json new file mode 100644 index 0000000..bce3e68 --- /dev/null +++ b/node_modules/node-gyp/node_modules/gauge/package.json @@ -0,0 +1,66 @@ +{ + "name": "gauge", + "version": "4.0.4", + "description": "A terminal based horizontal gauge", + "main": "lib", + "scripts": { + "test": "tap", + "lint": "eslint \"**/*.js\"", + "postlint": "template-oss-check", + "lintfix": "npm run lint -- --fix", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "snap": "tap", + "posttest": "npm run lint", + "template-oss-apply": "template-oss-apply --force" + }, + "repository": { + "type": "git", + "url": "https://github.com/npm/gauge.git" + }, + "keywords": [ + "progressbar", + "progress", + "gauge" + ], + "author": "GitHub Inc.", + "license": "ISC", + "bugs": { + "url": "https://github.com/npm/gauge/issues" + }, + "homepage": "https://github.com/npm/gauge", + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" + }, + "devDependencies": { + "@npmcli/eslint-config": "^3.0.1", + "@npmcli/template-oss": "3.2.0", + "readable-stream": "^3.6.0", + "tap": "^16.0.1" + }, + "files": [ + "bin/", + "lib/" + ], + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + }, + "tap": { + "branches": 79, + "statements": 89, + "functions": 92, + "lines": 90 + }, + "templateOSS": { + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "version": "3.2.0" + } +} diff --git a/node_modules/node-gyp/node_modules/npmlog/LICENSE.md b/node_modules/node-gyp/node_modules/npmlog/LICENSE.md new file mode 100644 index 0000000..5fc208f --- /dev/null +++ b/node_modules/node-gyp/node_modules/npmlog/LICENSE.md @@ -0,0 +1,20 @@ + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/node-gyp/node_modules/npmlog/README.md b/node_modules/node-gyp/node_modules/npmlog/README.md new file mode 100644 index 0000000..268a4af --- /dev/null +++ b/node_modules/node-gyp/node_modules/npmlog/README.md @@ -0,0 +1,216 @@ +# npmlog + +The logger util that npm uses. + +This logger is very basic. It does the logging for npm. It supports +custom levels and colored output. + +By default, logs are written to stderr. If you want to send log messages +to outputs other than streams, then you can change the `log.stream` +member, or you can just listen to the events that it emits, and do +whatever you want with them. + +# Installation + +```console +npm install npmlog --save +``` + +# Basic Usage + +```javascript +var log = require('npmlog') + +// additional stuff ---------------------------+ +// message ----------+ | +// prefix ----+ | | +// level -+ | | | +// v v v v + log.info('fyi', 'I have a kitty cat: %j', myKittyCat) +``` + +## log.level + +* {String} + +The level to display logs at. Any logs at or above this level will be +displayed. The special level `silent` will prevent anything from being +displayed ever. + +## log.record + +* {Array} + +An array of all the log messages that have been entered. + +## log.maxRecordSize + +* {Number} + +The maximum number of records to keep. If log.record gets bigger than +10% over this value, then it is sliced down to 90% of this value. + +The reason for the 10% window is so that it doesn't have to resize a +large array on every log entry. + +## log.prefixStyle + +* {Object} + +A style object that specifies how prefixes are styled. (See below) + +## log.headingStyle + +* {Object} + +A style object that specifies how the heading is styled. (See below) + +## log.heading + +* {String} Default: "" + +If set, a heading that is printed at the start of every line. + +## log.stream + +* {Stream} Default: `process.stderr` + +The stream where output is written. + +## log.enableColor() + +Force colors to be used on all messages, regardless of the output +stream. + +## log.disableColor() + +Disable colors on all messages. + +## log.enableProgress() + +Enable the display of log activity spinner and progress bar + +## log.disableProgress() + +Disable the display of a progress bar + +## log.enableUnicode() + +Force the unicode theme to be used for the progress bar. + +## log.disableUnicode() + +Disable the use of unicode in the progress bar. + +## log.setGaugeTemplate(template) + +Set a template for outputting the progress bar. See the [gauge documentation] for details. + +[gauge documentation]: https://npmjs.com/package/gauge + +## log.setGaugeThemeset(themes) + +Select a themeset to pick themes from for the progress bar. See the [gauge documentation] for details. + +## log.pause() + +Stop emitting messages to the stream, but do not drop them. + +## log.resume() + +Emit all buffered messages that were written while paused. + +## log.log(level, prefix, message, ...) + +* `level` {String} The level to emit the message at +* `prefix` {String} A string prefix. Set to "" to skip. +* `message...` Arguments to `util.format` + +Emit a log message at the specified level. + +## log\[level](prefix, message, ...) + +For example, + +* log.silly(prefix, message, ...) +* log.verbose(prefix, message, ...) +* log.info(prefix, message, ...) +* log.http(prefix, message, ...) +* log.warn(prefix, message, ...) +* log.error(prefix, message, ...) + +Like `log.log(level, prefix, message, ...)`. In this way, each level is +given a shorthand, so you can do `log.info(prefix, message)`. + +## log.addLevel(level, n, style, disp) + +* `level` {String} Level indicator +* `n` {Number} The numeric level +* `style` {Object} Object with fg, bg, inverse, etc. +* `disp` {String} Optional replacement for `level` in the output. + +Sets up a new level with a shorthand function and so forth. + +Note that if the number is `Infinity`, then setting the level to that +will cause all log messages to be suppressed. If the number is +`-Infinity`, then the only way to show it is to enable all log messages. + +## log.newItem(name, todo, weight) + +* `name` {String} Optional; progress item name. +* `todo` {Number} Optional; total amount of work to be done. Default 0. +* `weight` {Number} Optional; the weight of this item relative to others. Default 1. + +This adds a new `are-we-there-yet` item tracker to the progress tracker. The +object returned has the `log[level]` methods but is otherwise an +`are-we-there-yet` `Tracker` object. + +## log.newStream(name, todo, weight) + +This adds a new `are-we-there-yet` stream tracker to the progress tracker. The +object returned has the `log[level]` methods but is otherwise an +`are-we-there-yet` `TrackerStream` object. + +## log.newGroup(name, weight) + +This adds a new `are-we-there-yet` tracker group to the progress tracker. The +object returned has the `log[level]` methods but is otherwise an +`are-we-there-yet` `TrackerGroup` object. + +# Events + +Events are all emitted with the message object. + +* `log` Emitted for all messages +* `log.` Emitted for all messages with the `` level. +* `` Messages with prefixes also emit their prefix as an event. + +# Style Objects + +Style objects can have the following fields: + +* `fg` {String} Color for the foreground text +* `bg` {String} Color for the background +* `bold`, `inverse`, `underline` {Boolean} Set the associated property +* `bell` {Boolean} Make a noise (This is pretty annoying, probably.) + +# Message Objects + +Every log event is emitted with a message object, and the `log.record` +list contains all of them that have been created. They have the +following fields: + +* `id` {Number} +* `level` {String} +* `prefix` {String} +* `message` {String} Result of `util.format()` +* `messageRaw` {Array} Arguments to `util.format()` + +# Blocking TTYs + +We use [`set-blocking`](https://npmjs.com/package/set-blocking) to set +stderr and stdout blocking if they are tty's and have the setBlocking call. +This is a work around for an issue in early versions of Node.js 6.x, which +made stderr and stdout non-blocking on OSX. (They are always blocking +Windows and were never blocking on Linux.) `npmlog` needs them to be blocking +so that it can allow output to stdout and stderr to be interlaced. diff --git a/node_modules/node-gyp/node_modules/npmlog/lib/log.js b/node_modules/node-gyp/node_modules/npmlog/lib/log.js new file mode 100644 index 0000000..be650c6 --- /dev/null +++ b/node_modules/node-gyp/node_modules/npmlog/lib/log.js @@ -0,0 +1,404 @@ +'use strict' +var Progress = require('are-we-there-yet') +var Gauge = require('gauge') +var EE = require('events').EventEmitter +var log = exports = module.exports = new EE() +var util = require('util') + +var setBlocking = require('set-blocking') +var consoleControl = require('console-control-strings') + +setBlocking(true) +var stream = process.stderr +Object.defineProperty(log, 'stream', { + set: function (newStream) { + stream = newStream + if (this.gauge) { + this.gauge.setWriteTo(stream, stream) + } + }, + get: function () { + return stream + }, +}) + +// by default, decide based on tty-ness. +var colorEnabled +log.useColor = function () { + return colorEnabled != null ? colorEnabled : stream.isTTY +} + +log.enableColor = function () { + colorEnabled = true + this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) +} +log.disableColor = function () { + colorEnabled = false + this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) +} + +// default level +log.level = 'info' + +log.gauge = new Gauge(stream, { + enabled: false, // no progress bars unless asked + theme: { hasColor: log.useColor() }, + template: [ + { type: 'progressbar', length: 20 }, + { type: 'activityIndicator', kerning: 1, length: 1 }, + { type: 'section', default: '' }, + ':', + { type: 'logline', kerning: 1, default: '' }, + ], +}) + +log.tracker = new Progress.TrackerGroup() + +// we track this separately as we may need to temporarily disable the +// display of the status bar for our own loggy purposes. +log.progressEnabled = log.gauge.isEnabled() + +var unicodeEnabled + +log.enableUnicode = function () { + unicodeEnabled = true + this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) +} + +log.disableUnicode = function () { + unicodeEnabled = false + this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) +} + +log.setGaugeThemeset = function (themes) { + this.gauge.setThemeset(themes) +} + +log.setGaugeTemplate = function (template) { + this.gauge.setTemplate(template) +} + +log.enableProgress = function () { + if (this.progressEnabled) { + return + } + + this.progressEnabled = true + this.tracker.on('change', this.showProgress) + if (this._paused) { + return + } + + this.gauge.enable() +} + +log.disableProgress = function () { + if (!this.progressEnabled) { + return + } + this.progressEnabled = false + this.tracker.removeListener('change', this.showProgress) + this.gauge.disable() +} + +var trackerConstructors = ['newGroup', 'newItem', 'newStream'] + +var mixinLog = function (tracker) { + // mixin the public methods from log into the tracker + // (except: conflicts and one's we handle specially) + Object.keys(log).forEach(function (P) { + if (P[0] === '_') { + return + } + + if (trackerConstructors.filter(function (C) { + return C === P + }).length) { + return + } + + if (tracker[P]) { + return + } + + if (typeof log[P] !== 'function') { + return + } + + var func = log[P] + tracker[P] = function () { + return func.apply(log, arguments) + } + }) + // if the new tracker is a group, make sure any subtrackers get + // mixed in too + if (tracker instanceof Progress.TrackerGroup) { + trackerConstructors.forEach(function (C) { + var func = tracker[C] + tracker[C] = function () { + return mixinLog(func.apply(tracker, arguments)) + } + }) + } + return tracker +} + +// Add tracker constructors to the top level log object +trackerConstructors.forEach(function (C) { + log[C] = function () { + return mixinLog(this.tracker[C].apply(this.tracker, arguments)) + } +}) + +log.clearProgress = function (cb) { + if (!this.progressEnabled) { + return cb && process.nextTick(cb) + } + + this.gauge.hide(cb) +} + +log.showProgress = function (name, completed) { + if (!this.progressEnabled) { + return + } + + var values = {} + if (name) { + values.section = name + } + + var last = log.record[log.record.length - 1] + if (last) { + values.subsection = last.prefix + var disp = log.disp[last.level] || last.level + var logline = this._format(disp, log.style[last.level]) + if (last.prefix) { + logline += ' ' + this._format(last.prefix, this.prefixStyle) + } + + logline += ' ' + last.message.split(/\r?\n/)[0] + values.logline = logline + } + values.completed = completed || this.tracker.completed() + this.gauge.show(values) +}.bind(log) // bind for use in tracker's on-change listener + +// temporarily stop emitting, but don't drop +log.pause = function () { + this._paused = true + if (this.progressEnabled) { + this.gauge.disable() + } +} + +log.resume = function () { + if (!this._paused) { + return + } + + this._paused = false + + var b = this._buffer + this._buffer = [] + b.forEach(function (m) { + this.emitLog(m) + }, this) + if (this.progressEnabled) { + this.gauge.enable() + } +} + +log._buffer = [] + +var id = 0 +log.record = [] +log.maxRecordSize = 10000 +log.log = function (lvl, prefix, message) { + var l = this.levels[lvl] + if (l === undefined) { + return this.emit('error', new Error(util.format( + 'Undefined log level: %j', lvl))) + } + + var a = new Array(arguments.length - 2) + var stack = null + for (var i = 2; i < arguments.length; i++) { + var arg = a[i - 2] = arguments[i] + + // resolve stack traces to a plain string. + if (typeof arg === 'object' && arg instanceof Error && arg.stack) { + Object.defineProperty(arg, 'stack', { + value: stack = arg.stack + '', + enumerable: true, + writable: true, + }) + } + } + if (stack) { + a.unshift(stack + '\n') + } + message = util.format.apply(util, a) + + var m = { + id: id++, + level: lvl, + prefix: String(prefix || ''), + message: message, + messageRaw: a, + } + + this.emit('log', m) + this.emit('log.' + lvl, m) + if (m.prefix) { + this.emit(m.prefix, m) + } + + this.record.push(m) + var mrs = this.maxRecordSize + var n = this.record.length - mrs + if (n > mrs / 10) { + var newSize = Math.floor(mrs * 0.9) + this.record = this.record.slice(-1 * newSize) + } + + this.emitLog(m) +}.bind(log) + +log.emitLog = function (m) { + if (this._paused) { + this._buffer.push(m) + return + } + if (this.progressEnabled) { + this.gauge.pulse(m.prefix) + } + + var l = this.levels[m.level] + if (l === undefined) { + return + } + + if (l < this.levels[this.level]) { + return + } + + if (l > 0 && !isFinite(l)) { + return + } + + // If 'disp' is null or undefined, use the lvl as a default + // Allows: '', 0 as valid disp + var disp = log.disp[m.level] != null ? log.disp[m.level] : m.level + this.clearProgress() + m.message.split(/\r?\n/).forEach(function (line) { + var heading = this.heading + if (heading) { + this.write(heading, this.headingStyle) + this.write(' ') + } + this.write(disp, log.style[m.level]) + var p = m.prefix || '' + if (p) { + this.write(' ') + } + + this.write(p, this.prefixStyle) + this.write(' ' + line + '\n') + }, this) + this.showProgress() +} + +log._format = function (msg, style) { + if (!stream) { + return + } + + var output = '' + if (this.useColor()) { + style = style || {} + var settings = [] + if (style.fg) { + settings.push(style.fg) + } + + if (style.bg) { + settings.push('bg' + style.bg[0].toUpperCase() + style.bg.slice(1)) + } + + if (style.bold) { + settings.push('bold') + } + + if (style.underline) { + settings.push('underline') + } + + if (style.inverse) { + settings.push('inverse') + } + + if (settings.length) { + output += consoleControl.color(settings) + } + + if (style.beep) { + output += consoleControl.beep() + } + } + output += msg + if (this.useColor()) { + output += consoleControl.color('reset') + } + + return output +} + +log.write = function (msg, style) { + if (!stream) { + return + } + + stream.write(this._format(msg, style)) +} + +log.addLevel = function (lvl, n, style, disp) { + // If 'disp' is null or undefined, use the lvl as a default + if (disp == null) { + disp = lvl + } + + this.levels[lvl] = n + this.style[lvl] = style + if (!this[lvl]) { + this[lvl] = function () { + var a = new Array(arguments.length + 1) + a[0] = lvl + for (var i = 0; i < arguments.length; i++) { + a[i + 1] = arguments[i] + } + + return this.log.apply(this, a) + }.bind(this) + } + this.disp[lvl] = disp +} + +log.prefixStyle = { fg: 'magenta' } +log.headingStyle = { fg: 'white', bg: 'black' } + +log.style = {} +log.levels = {} +log.disp = {} +log.addLevel('silly', -Infinity, { inverse: true }, 'sill') +log.addLevel('verbose', 1000, { fg: 'cyan', bg: 'black' }, 'verb') +log.addLevel('info', 2000, { fg: 'green' }) +log.addLevel('timing', 2500, { fg: 'green', bg: 'black' }) +log.addLevel('http', 3000, { fg: 'green', bg: 'black' }) +log.addLevel('notice', 3500, { fg: 'cyan', bg: 'black' }) +log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN') +log.addLevel('error', 5000, { fg: 'red', bg: 'black' }, 'ERR!') +log.addLevel('silent', Infinity) + +// allow 'error' prefix +log.on('error', function () {}) diff --git a/node_modules/node-gyp/node_modules/npmlog/package.json b/node_modules/node-gyp/node_modules/npmlog/package.json new file mode 100644 index 0000000..bdb5a38 --- /dev/null +++ b/node_modules/node-gyp/node_modules/npmlog/package.json @@ -0,0 +1,51 @@ +{ + "author": "GitHub Inc.", + "name": "npmlog", + "description": "logger for npm", + "version": "6.0.2", + "repository": { + "type": "git", + "url": "https://github.com/npm/npmlog.git" + }, + "main": "lib/log.js", + "files": [ + "bin/", + "lib/" + ], + "scripts": { + "test": "tap", + "npmclilint": "npmcli-lint", + "lint": "eslint \"**/*.js\"", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "postsnap": "npm run lintfix --", + "postlint": "template-oss-check", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "snap": "tap", + "template-oss-apply": "template-oss-apply --force" + }, + "dependencies": { + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" + }, + "devDependencies": { + "@npmcli/eslint-config": "^3.0.1", + "@npmcli/template-oss": "3.4.1", + "tap": "^16.0.1" + }, + "license": "ISC", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + }, + "tap": { + "branches": 95 + }, + "templateOSS": { + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "version": "3.4.1" + } +} diff --git a/node_modules/node-gyp/package.json b/node_modules/node-gyp/package.json new file mode 100644 index 0000000..fbeae5e --- /dev/null +++ b/node_modules/node-gyp/package.json @@ -0,0 +1,50 @@ +{ + "name": "node-gyp", + "description": "Node.js native addon build tool", + "license": "MIT", + "keywords": [ + "native", + "addon", + "module", + "c", + "c++", + "bindings", + "gyp" + ], + "version": "8.4.1", + "installVersion": 9, + "author": "Nathan Rajlich (http://tootallnate.net)", + "repository": { + "type": "git", + "url": "git://github.com/nodejs/node-gyp.git" + }, + "preferGlobal": true, + "bin": "./bin/node-gyp.js", + "main": "./lib/node-gyp.js", + "dependencies": { + "env-paths": "^2.2.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^9.1.0", + "nopt": "^5.0.0", + "npmlog": "^6.0.0", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.2", + "which": "^2.0.2" + }, + "engines": { + "node": ">= 10.12.0" + }, + "devDependencies": { + "bindings": "^1.5.0", + "nan": "^2.14.2", + "require-inject": "^1.4.4", + "standard": "^14.3.4", + "tap": "^12.7.0" + }, + "scripts": { + "lint": "standard */*.js test/**/*.js", + "test": "npm run lint && tap --timeout=120 test/test-*" + } +} diff --git a/node_modules/node-gyp/src/win_delay_load_hook.cc b/node_modules/node-gyp/src/win_delay_load_hook.cc new file mode 100644 index 0000000..169f802 --- /dev/null +++ b/node_modules/node-gyp/src/win_delay_load_hook.cc @@ -0,0 +1,39 @@ +/* + * When this file is linked to a DLL, it sets up a delay-load hook that + * intervenes when the DLL is trying to load the host executable + * dynamically. Instead of trying to locate the .exe file it'll just + * return a handle to the process image. + * + * This allows compiled addons to work when the host executable is renamed. + */ + +#ifdef _MSC_VER + +#pragma managed(push, off) + +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif + +#include + +#include +#include + +static FARPROC WINAPI load_exe_hook(unsigned int event, DelayLoadInfo* info) { + HMODULE m; + if (event != dliNotePreLoadLibrary) + return NULL; + + if (_stricmp(info->szDll, HOST_BINARY) != 0) + return NULL; + + m = GetModuleHandle(NULL); + return (FARPROC) m; +} + +decltype(__pfnDliNotifyHook2) __pfnDliNotifyHook2 = load_exe_hook; + +#pragma managed(pop) + +#endif diff --git a/node_modules/node-gyp/test/common.js b/node_modules/node-gyp/test/common.js new file mode 100644 index 0000000..b714ee2 --- /dev/null +++ b/node_modules/node-gyp/test/common.js @@ -0,0 +1,3 @@ +const envPaths = require('env-paths') + +module.exports.devDir = () => envPaths('node-gyp', { suffix: '' }).cache diff --git a/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt b/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt new file mode 100644 index 0000000..244f6b0 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt @@ -0,0 +1 @@ +[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools","version":"15.9.28307.665","packages":["Microsoft.VisualStudio.Product.BuildTools","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.JavaScript.LanguageService","Microsoft.VisualStudio.JavaScript.LanguageService.Resources","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.CodeAnalysis.VisualStudio.Setup.Resources","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.CodeAnalysis.ExpressionEvaluator.Resources","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.Debugger.Resources","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.PackageGroup.CoreEditor","PortableFacades","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.DiaSymReader","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer","Microsoft.TeamFoundation.OfficeIntegration","Microsoft.TeamFoundation.OfficeIntegration.Resources","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.SLNX.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.Editors","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.Component.Windows10SDK.17134","Win10SDK_10.0.17134","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.Workload.MSBuildTools","Microsoft.VisualStudio.Component.CoreBuildTools","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.BuildTools.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Component.MSBuild","Microsoft.PythonTools.BuildCore.Vsix","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers.Resources","Microsoft.CodeAnalysis.Compilers","Microsoft.Net.PackageGroup.4.6.1.Redist","Microsoft.VisualStudio.NativeImageSupport","Microsoft.Build"]}] diff --git a/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt b/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt new file mode 100644 index 0000000..dd5e77d --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt @@ -0,0 +1 @@ +[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community","version":"15.9.28307.665","packages":["Microsoft.VisualStudio.Component.Windows10SDK.IpOverUsb","Win10SDK_IpOverUsb","Microsoft.VisualStudio.Component.VC.ATL.ARM64","Microsoft.VisualCpp.ATL.ARM64","Microsoft.VisualStudio.Component.VC.ATL.ARM","Microsoft.VisualCpp.ATL.ARM","Microsoft.VisualStudio.Component.VC.Tools.ARM","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualStudio.Graphics.Analyzer.Resources","Microsoft.Icecap.Analysis","Microsoft.VisualCpp.CRT.Redist.arm.OneCore.Desktop","Microsoft.VisualCpp.CRT.arm.Store","Microsoft.VisualCpp.CRT.arm.Desktop","Microsoft.VisualStudio.PackageGroup.VC.Tools.x64.ARM","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetarm","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetARM.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetARM","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetARM.Resources","Microsoft.VisualCpp.Premium.Tools.ARM.Base","Microsoft.VisualCpp.Premium.Tools.ARM.Base.Resources","Microsoft.VisualCpp.PGO.ARM","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualStudio.Product.Community","Microsoft.VisualCpp.Tools.Hostx86.Targetarm","Microsoft.VisualStudio.Component.VC.Tools.ARM64","Microsoft.VisualStudio.VC.MSBuild.Arm64","Microsoft.VisualCpp.CRT.Redist.ARM64.OneCore.Desktop","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.CRT.ARM64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ARM64.Store","Microsoft.VisualCpp.CRT.ARM64.Desktop","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.Icecap.Analysis.Resources","Microsoft.VisualCpp.VCTip.hostX86.targetARM","Microsoft.VisualStudio.PackageGroup.VC.Tools.x64.ARM64","Microsoft.VisualCpp.Tools.Core","Microsoft.VisualCpp.PGO.ARM64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetarm64","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetARM64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetARM64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetARM64.Resources","Microsoft.VisualCpp.Premium.Tools.ARM64.Base","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Tools.HostX86.TargetARM.Resources","Microsoft.VisualCpp.CRT.Redist.ARM64","Microsoft.VisualCpp.CRT.arm.OneCore.Desktop","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Component.WixToolset.VisualStudioExtension.Dev15","WixToolset.VisualStudioExtension.Dev15","Microsoft.VisualCpp.MFC.X64","Microsoft.VisualCpp.ATL.Headers","Microsoft.VisualStudio.Component.VC.CMake.Project","Microsoft.VisualStudio.VC.CMake","Microsoft.VisualStudio.VC.CMake.Project","Microsoft.VisualStudio.Component.Windows10SDK.17763","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","MLGen","Microsoft.VisualStudio.Graphics.Analyzer","Microsoft.VisualStudio.Component.TestTools.Core","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.NuGet.Licenses","SQLCommon","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualCpp.Tools.HostX64.TargetARM","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualCpp.HTMLHelpWorkshop.Msi","Microsoft.Icecap.Collection.Msi.Resources","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.VCTip.hostX64.targetARM","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Templates.UnitTest","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CPP","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.Graphics.Appid","Microsoft.VisualCpp.ATL.Source","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.Debugger.ImmersiveActivateHelper.Msi","Microsoft.VisualStudio.Debugger.JustInTime","Microsoft.DiagnosticsHub.CpuSampling","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Common","Microsoft.VisualStudio.TestTools.TP.Legacy.Common.Res","Microsoft.VisualStudio.ProTools.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualCpp.Tools.HostX64.TargetARM.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Agent","Microsoft.Component.MSBuild","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.WebToolsExtensions","Microsoft.VisualCpp.Tools.Hostx86.Targetarm64","Microsoft.VisualStudio.TextTemplating.MSBuild","Microsoft.VisualCpp.VCTip.hostX86.targetARM64","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualCpp.Tools.HostX86.TargetARM64.Resources","Microsoft.VisualStudio.RazorExtension","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualCpp.MFC.Source","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.Graphics.Viewers","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.MFC.Redist.X86","Microsoft.VisualStudio.WebToolsExtensions.Chip","Microsoft.DiagnosticsHub.Runtime.Resources","Microsoft.DiagnosticsHub.CpuSampling.Targeted","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.Component.VC.DiagnosticTools","Microsoft.VisualCpp.MFC.Redist.X64","Microsoft.VisualStudio.PackageGroup.TestTools.Native","Microsoft.VisualStudio.Graphics.Viewers.Resources","Microsoft.VisualCpp.MFC.MBCS","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Component.TextTemplating","Win10SDK_10.0.17763","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.VisualCpp.MFC.MBCS.X64","Microsoft.VisualStudio.PackageGroup.TestTools.CodeCoverage","Microsoft.VisualStudio.Graphics.EnableTools","Microsoft.VisualStudio.Graphics.Appid.Resources","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualCpp.MFC.Headers","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.Graphics.Analyzer.Targeted","Microsoft.VisualCpp.CRT.Headers","Microsoft.DiagnosticsHub.Runtime.Targeted","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetARM64","Microsoft.VisualCpp.VCTip.hostX64.targetARM64","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.Icecap.Collection.Msi","Microsoft.VisualCpp.ATL.X86","Microsoft.VisualCpp.Tools.HostX64.TargetARM64.Resources","Microsoft.VisualStudio.Component.VC.ATLMFC","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.Icecap.Collection.Msi.Resources.Targeted","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualStudio.Component.Graphics.Tools","Microsoft.VisualStudio.WebTools.Resources","Microsoft.VisualCpp.ATL.X64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualStudio.Component.Graphics.Win81","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.Icecap.Analysis.Resources.Targeted","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.MFC.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualStudio.TextTemplating.Core","Microsoft.VisualStudio.JavaScript.LanguageService","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.CredentialProvider","Microsoft.VisualStudio.VC.Templates.Desktop","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core","Microsoft.VisualStudio.TextTemplating.Integration","Microsoft.VisualStudio.Component.NuGet","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualCpp.PGO.Headers","Microsoft.DiagnosticsHub.Collection","Microsoft.Icecap.Collection.Msi.Targeted","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.WebTools.WSP.FSA","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualStudio.Branding.Community","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.WebToolsExtensions.Common","Microsoft.VisualStudio.WebTools.MSBuild","Microsoft.VisualStudio.NuGet.Core","Microsoft.DiagnosticsHub.Collection.Service","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.DiaSymReader.Native","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.Community.Extra.Resources","Microsoft.VisualStudio.Component.Roslyn.LanguageServices","Microsoft.DiagnosticsHub.Collection.StopService.Install","Microsoft.VisualStudio.InteractiveWindow","Microsoft.PackageGroup.DiagnosticsHub.Platform","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.Community.Extra","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.TestTools","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Resources","Microsoft.VisualStudio.PackageGroup.TestTools.Core","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualStudio.TestTools.Pex.Common","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.Legacy","Microsoft.VisualStudio.PackageGroup.MinShell.Interop","Microsoft.CodeAnalysis.ExpressionEvaluator.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualStudio.PackageGroup.CoreEditor","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Professional","Microsoft.VisualStudio.Debugger.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.PackageGroup.TestTools.DataCollectors","sqlsysclrtypes","Microsoft.VisualStudio.ProTools","Component.Microsoft.VisualStudio.RazorExtension","Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI","Microsoft.Build.Dependencies","Microsoft.VisualStudio.WebTools.WSP.FSA.Resources","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualStudio.VC.Ide.ATL.Resources","Microsoft.VisualStudio.VC.Templates.UnitTest.Resources","Microsoft.VisualStudio.Debugger.Managed","Microsoft.VisualStudio.Workload.NativeDesktop","Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest","Microsoft.VisualStudio.Debugger.JustInTime.Msi","Microsoft.Net.PackageGroup.4.6.1.Redist","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","sqlsysclrtypes","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Common","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.TestTools.TestWIExtension","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.WebTools","Microsoft.VisualStudio.Component.VC.Redist.14.Latest","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.TextTemplating.Integration.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.TeamFoundation.OfficeIntegration.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.JavaScript.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.TestAdapterForGoogleTest","Microsoft.VisualStudio.PackageGroup.Community","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.Component.Windows10SDK.17134","Microsoft.VisualStudio.PackageGroup.Core","PortableFacades","Microsoft.DiaSymReader","Microsoft.DiagnosticsHub.Runtime","Microsoft.VisualStudio.Component.CoreEditor","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.Community","Microsoft.TeamFoundation.OfficeIntegration","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualCpp.Tools.Common.UtilsPrereq","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.ServiceHub","Microsoft.VisualStudio.Editors","Microsoft.VisualStudio.TeamExplorer","Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents.Resources","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.GraphProvider","Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents","Microsoft.CodeAnalysis.VisualStudio.Setup.Interactive.Resources","Microsoft.CodeAnalysis.VisualStudio.Setup.Resources","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.NuGet.Build.Tasks","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.CodeAnalysis.Compilers.Resources","Microsoft.CodeAnalysis.Compilers","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.Build","Microsoft.VisualStudio.VC.Ide.TestAdapterForBoostTest","Microsoft.VisualStudio.VC.Ide.ATL","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.Workload.CoreEditor","Microsoft.VisualStudio.MinShell.Interop","Microsoft.Build.FileTracker.Msi","Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core","Microsoft.MSHtml","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips","Microsoft.VisualStudio.Devenv.Msi","Microsoft.VisualStudio.Component.VC.ATL","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualStudio.SLNX.VSIX","Microsoft.VisualStudio.CoreEditor","Win10SDK_10.0.17134","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.Component.Debugger.JustInTime","Microsoft.VisualStudio.VC.Ide.MFC","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.PackageGroup.TeamExplorer","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.Devenv","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualStudio.Devenv.Resources","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.MefHosting","Microsoft.DiagnosticsHub.Collection.StopService.Uninstall","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualCpp.MFC.X86","Microsoft.VisualStudio.Log.Resources","Microsoft.Icecap.Analysis.Targeted","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.MinShell.x86","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.LanguageServer","Microsoft.VisualStudio.NativeImageSupport","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.Devenv.Config","Microsoft.VisualStudio.MinShell.Resources","Microsoft.VisualStudio.Initializer","Microsoft.Net.PackageGroup.4.6.Redist"]}] diff --git a/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt b/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt new file mode 100644 index 0000000..c4b3b5f --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt @@ -0,0 +1 @@ +[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\WDExpress","version":"15.9.28307.858","packages":["Microsoft.VisualStudio.Product.WDExpress","Microsoft.VisualStudio.Workload.WDExpress","Microsoft.VisualStudio.Component.Windows10SDK.17763","MLGen","Win10SDK_10.0.17763","Microsoft.VisualStudio.Component.Windows10SDK.14393","Win10SDK_10.0.14393.795","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.Component.VC.Tools.ARM64","Microsoft.VisualStudio.VC.MSBuild.Arm64","Microsoft.VisualCpp.CRT.Redist.ARM64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.ARM64","Microsoft.VisualCpp.CRT.ARM64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ARM64.Store","Microsoft.VisualCpp.CRT.ARM64.Desktop","Microsoft.VisualCpp.Tools.Hostx86.Targetarm64","Microsoft.VisualCpp.VCTip.hostX86.targetARM64","Microsoft.VisualCpp.Tools.HostX86.TargetARM64.Resources","Microsoft.VisualStudio.Component.VC.Tools.ARM","Microsoft.VisualCpp.Tools.Hostx86.Targetarm","Microsoft.VisualCpp.VCTip.hostX86.targetARM","Microsoft.VisualCpp.Tools.HostX86.TargetARM.Resources","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.arm.OneCore.Desktop","Microsoft.VisualCpp.CRT.arm.OneCore.Desktop","Microsoft.VisualCpp.CRT.arm.Store","Microsoft.VisualCpp.CRT.arm.Desktop","Microsoft.VisualStudio.VC.Templates.UnitTest","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CPP","Microsoft.VisualStudio.VC.Templates.UnitTest.Resources","Microsoft.VisualStudio.VC.Templates.Desktop","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.JavaScript.LanguageService","Microsoft.VisualStudio.JavaScript.LanguageService.Resources","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.VisualStudio.Component.VC.CLI.Support","Microsoft.VisualCpp.CLI.X86","Microsoft.VisualCpp.CLI.X64","Microsoft.VisualCpp.CLI.Source","Microsoft.VisualCpp.CLI.ARM64","Microsoft.VisualCpp.CLI.ARM","Microsoft.VisualStudio.VC.Templates.CLR","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Templates.CLR.Resources","Microsoft.Component.VC.Runtime.OSSupport","Microsoft.Windows.UniversalCRT.Tools.Msi","Microsoft.Windows.UniversalCRT.Tools.Msi","Microsoft.Windows.UniversalCRT.ExtensionSDK.Msi","Microsoft.Windows.UniversalCRT.HeadersLibsSources.Msi","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.Component.HelpViewer","Microsoft.HelpViewer","Microsoft.VisualStudio.Help.Configuration.Msi","Microsoft.VisualStudio.Component.SQL.DataSources","Microsoft.VisualStudio.Component.SQL.SSDT","Microsoft.VisualStudio.Component.SQL.CMDUtils","sqlcmdlnutils","Microsoft.VisualStudio.Component.Common.Azure.Tools","Microsoft.VisualStudio.Azure.CommonAzureTools","SSDT","Microsoft.VisualStudio.Component.SQL.ADAL","sql_adalsql","Microsoft.VisualStudio.Component.NuGet","Microsoft.CredentialProvider","Microsoft.VisualStudio.NuGet.Licenses","Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime","Microsoft.VisualStudio.Component.SQL.NCLI","sqllocaldb","sqlncli","Microsoft.VisualStudio.Component.EntityFramework","Microsoft.VisualStudio.PackageGroup.DslRuntime","Microsoft.VisualStudio.Dsl.Core","Microsoft.VisualStudio.Dsl.GraphObject","Microsoft.VisualStudio.Dsl.Core.Resources","Microsoft.VisualStudio.EntityFrameworkTools","Microsoft.VisualStudio.EntityFrameworkTools.Msi","Microsoft.VisualStudio.Component.Roslyn.LanguageServices","Microsoft.VisualStudio.InteractiveWindow","Microsoft.DiaSymReader.Native","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents.Resources","Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents","Microsoft.CodeAnalysis.VisualStudio.Setup.Interactive.Resources","Microsoft.Net.ComponentGroup.TargetingPacks.Common","Microsoft.Net.Component.4.6.TargetingPack","Microsoft.Net.4.6.TargetingPack","Microsoft.Net.Component.4.5.2.TargetingPack","Microsoft.Net.4.5.2.TargetingPack","Microsoft.Net.Component.4.5.1.TargetingPack","Microsoft.Net.4.5.1.TargetingPack","Microsoft.Net.Component.4.5.TargetingPack","Microsoft.Net.4.5.TargetingPack","Microsoft.Net.Component.4.TargetingPack","Microsoft.Net.4.TargetingPack","Microsoft.Net.ComponentGroup.DevelopmentPrerequisites","Microsoft.Net.Component.4.6.1.TargetingPack","Microsoft.Net.4.6.1.TargetingPack","Microsoft.Net.Cumulative.TargetingPack.Resources","Microsoft.Net.Component.4.6.1.SDK","Microsoft.Net.4.6.1.SDK","Microsoft.VisualStudio.Component.TextTemplating","Microsoft.VisualStudio.TextTemplating.MSBuild","Microsoft.VisualStudio.TextTemplating.Integration","Microsoft.VisualStudio.TextTemplating.Core","Microsoft.VisualStudio.TextTemplating.Integration.Resources","Microsoft.VisualStudio.Component.VisualStudioData","Microsoft.VisualStudio.Component.SQL.CLR","Microsoft.VisualStudio.ProTools","sqlsysclrtypes","sqlsysclrtypes","SQLCommon","Microsoft.VisualStudio.ProTools.Resources","Microsoft.VisualStudio.XamlDiagnostics","Microsoft.VisualStudio.XamlDiagnostics.Resources","Microsoft.VisualStudio.XamlDesigner","Microsoft.VisualStudio.XamlDesigner.Resources","Microsoft.VisualStudio.XamlDesigner.Executables","Microsoft.VisualStudio.XamlShared","Microsoft.VisualStudio.XamlShared.Resources","Microsoft.VisualStudio.PackageGroup.TestTools.Managed","Microsoft.VisualStudio.PackageGroup.IntelliTrace.Core","Microsoft.IntelliTrace.Core","Microsoft.IntelliTrace.Core.Targeted","Microsoft.IntelliTrace.ProfilerProxy.Msi.x64","Microsoft.IntelliTrace.ProfilerProxy.Msi","Microsoft.VisualStudio.NuGet.Core","Microsoft.VisualStudio.TestWindow.SourceBasedTestDiscovery","Microsoft.VisualStudio.TestWindow.Dotnet","Microsoft.VisualStudio.TestTools.TestGeneration","Microsoft.VisualStudio.PackageGroup.TestTools.CodeCoverage","Microsoft.VisualStudio.PackageGroup.TestTools.Enterprise","Microsoft.VisualStudio.PackageGroup.TestTools.MSTestV2.Managed","Microsoft.VisualStudio.TestTools.MSTestV2.WizardExtension.UnitTest","Microsoft.VisualStudio.PackageGroup.TestTools.Core","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.Pex.Common","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.Legacy","Microsoft.VisualStudio.PackageGroup.MinShell.Interop","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Common","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.TestTools","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Professional","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Common","Microsoft.VisualStudio.TestTools.TP.Legacy.Common.Res","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Agent","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.TestTools.TestWIExtension","Microsoft.VisualStudio.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.PackageGroup.TestTools.DataCollectors","Microsoft.Component.ClickOnce","Microsoft.VisualStudio.PackageGroup.ClickOnce.MSBuild","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.ClickOnce.SignTool.Msi","Microsoft.SQL.ClickOnceBootstrapper.Msi","Microsoft.Net.ClickOnceBootstrapper","Microsoft.ClickOnce.BootStrapper.Msi.Resources","Microsoft.ClickOnce.BootStrapper.Msi","Microsoft.VisualStudio.WebTools.WSP.FSA","Microsoft.VisualStudio.WebTools.WSP.FSA.Resources","Microsoft.VisualStudio.PackageGroup.Community","Microsoft.VisualStudio.Community.Extra.Resources","Microsoft.VisualStudio.Community.Extra","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.CodeAnalysis.VisualStudio.Setup.Resources","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.CodeAnalysis.ExpressionEvaluator.Resources","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.Debugger.Resources","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.Editors","Microsoft.VisualStudio.ClickOnce.Resources","Microsoft.VisualStudio.ClickOnce","Microsoft.Component.MSBuild","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers.Resources","Microsoft.CodeAnalysis.Compilers","Microsoft.Net.PackageGroup.4.6.1.Redist","Microsoft.VisualStudio.TemplateEngine","Microsoft.VisualStudio.WebToolsExtensions.Common","Microsoft.NET.Sdk","Microsoft.VisualStudio.PackageGroup.TestTools.Templates.Managed","Microsoft.VisualStudio.TestTools.Templates.Managed","Microsoft.VisualStudio.TestTools.Templates.Managed.Resources","Microsoft.VisualStudio.Templates.VB.MSTestv2.Desktop.UnitTest","Microsoft.VisualStudio.Templates.CS.MSTestv2.Desktop.UnitTest","Microsoft.VisualStudio.Templates.VB.Wpf","Microsoft.VisualStudio.Templates.VB.Wpf.Resources","Microsoft.VisualStudio.Templates.VB.Winforms","Microsoft.VisualStudio.Templates.VB.ManagedCore","Microsoft.VisualStudio.Templates.VB.Shared","Microsoft.VisualStudio.Templates.VB.Shared.Resources","Microsoft.VisualStudio.Templates.VB.ManagedCore.Resources","Microsoft.VisualStudio.Templates.CS.GettingStarted.Desktop.Package","Microsoft.VisualStudio.Templates.GetStarted.Desktop.Setup","Microsoft.VisualStudio.Templates.CS.GettingStarted.Console.Package","Microsoft.VisualStudio.Templates.GetStarted.Resources","Microsoft.VisualStudio.Templates.GetStarted.Common.Setup","Microsoft.VisualStudio.Templates.GetStarted.Console.Setup","Microsoft.VisualStudio.Templates.CS.Wpf","Microsoft.VisualStudio.Templates.CS.Wpf.Resources","Microsoft.VisualStudio.Templates.CS.Winforms","Microsoft.VisualStudio.Templates.CS.ManagedCore","Microsoft.VisualStudio.Templates.CS.Shared","Microsoft.VisualStudio.Templates.Editorconfig.Wizard.Setup","Templates.Editorconfig.SolutionFile.Setup","Microsoft.VisualStudio.Templates.CS.Shared.Resources","Microsoft.VisualStudio.Templates.CS.ManagedCore.Resources","Microsoft.VisualStudio.Component.CoreEditor","Microsoft.VisualStudio.PackageGroup.CoreEditor","PortableFacades","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.DiaSymReader","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Build","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer","Microsoft.TeamFoundation.OfficeIntegration","Microsoft.TeamFoundation.OfficeIntegration.Resources","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.SLNX.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.WDExpress","Microsoft.VisualStudio.WDExpress.Resources","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.MinShell.x86","Microsoft.VisualStudio.NativeImageSupport","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.LanguageServer","Microsoft.VisualStudio.MinShell.Resources","Microsoft.Net.PackageGroup.4.6.Redist","Microsoft.VisualStudio.Branding.WDExpress"]}] diff --git a/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt b/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt new file mode 100644 index 0000000..fc0a257 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt @@ -0,0 +1 @@ +[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildToolsUnusable","version":"15.9.28307.665","packages":["Microsoft.VisualStudio.Product.BuildTools","Microsoft.VisualStudio.Component.Windows10SDK.17134","Win10SDK_10.0.17134","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.Workload.MSBuildTools","Microsoft.VisualStudio.Component.CoreBuildTools","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.BuildTools.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Component.MSBuild","Microsoft.PythonTools.BuildCore.Vsix","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers.Resources","Microsoft.CodeAnalysis.Compilers","Microsoft.Net.PackageGroup.4.6.1.Redist","Microsoft.Net.4.6.1.FullRedist.NonThreshold","Microsoft.Windows.UniversalCRT.Msu.81","Microsoft.VisualStudio.NativeImageSupport","Microsoft.Build"]}] diff --git a/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt b/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt new file mode 100644 index 0000000..f07d254 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt @@ -0,0 +1 @@ +[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools","version":"16.1.28922.388","packages":["Microsoft.VisualStudio.Product.BuildTools","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.CodeSense.Community","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Platform.CallHierarchy","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.PackageGroup.CoreEditor","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer.Common","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.OpenFolder.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Platform.NavigateTo","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VisualC.Logging","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.VCPkgDatabase","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.PackageGroup.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Agent","Microsoft.VisualStudio.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Concord","Microsoft.VisualStudio.VC.Ide.Debugger.Concord.Resources","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.DiaSymReader","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualStudio.Debugger.Concord.Managed","Microsoft.VisualStudio.Debugger.Concord.Managed.Resources","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.PerfLib","Microsoft.VisualStudio.Debugger.Package.DiagHub.Client.VSx86","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.VisualStudio.Editors","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.Platform.Editor","Microsoft.VisualStudio.Debugger.Concord","Microsoft.VisualStudio.Debugger.Concord.Resources","Microsoft.VisualStudio.Debugger.Resources","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.VisualStudio.Component.Windows10SDK.17134","Win10SDK_10.0.17134","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.VC.MSBuild.x86.v142","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.X64.v142","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM.v142","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.Workload.MSBuildTools","Microsoft.VisualStudio.Component.CoreBuildTools","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.BuildTools.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Component.MSBuild","Microsoft.PythonTools.BuildCore.Vsix","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers","Microsoft.Net.PackageGroup.4.7.2.Redist","Microsoft.VisualStudio.NativeImageSupport","Microsoft.Build","Microsoft.VisualStudio.PackageGroup.NuGet","Microsoft.VisualStudio.NuGet.BuildTools"]}] diff --git a/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt b/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt new file mode 100644 index 0000000..50071c2 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt @@ -0,0 +1 @@ +[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community","version":"16.1.28922.388","packages":["Microsoft.VisualStudio.Workload.NativeDesktop","Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForGoogleTest","Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForBoostTest","Microsoft.VisualStudio.Component.VC.ATL","Microsoft.VisualStudio.VC.Ide.ATL","Microsoft.VisualStudio.VC.Ide.ATL.Resources","Microsoft.VisualCpp.ATL.X86","Microsoft.VisualCpp.ATL.X64","Microsoft.VisualCpp.ATL.Source","Microsoft.VisualCpp.ATL.Headers","Microsoft.VisualStudio.Component.VC.CMake.Project","Microsoft.VisualStudio.VC.CMake","Microsoft.VisualStudio.VC.CMake.Project","Microsoft.VisualStudio.VC.ExternalBuildFramework","Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core","Microsoft.VisualStudio.PackageGroup.TestTools.Native","Microsoft.VisualStudio.Component.VC.Redist.14.Latest","Microsoft.VisualStudio.VC.Templates.UnitTest","Microsoft.VisualStudio.VC.UnitTest.Desktop.Build.Core","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CPP","Microsoft.VisualStudio.VC.Templates.UnitTest.Resources","Microsoft.VisualStudio.VC.Templates.Desktop","Microsoft.VisualStudio.Component.Debugger.JustInTime","Microsoft.VisualStudio.Debugger.ImmersiveActivateHelper.Msi","Microsoft.VisualStudio.Debugger.JustInTime","Microsoft.VisualStudio.Debugger.JustInTime.Msi","Microsoft.VisualStudio.Component.Windows10SDK.17763","Win10SDK_10.0.17763","Microsoft.VisualStudio.Component.VC.DiagnosticTools","Microsoft.VisualStudio.Component.Graphics.Tools","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.Graphics.Viewers","Microsoft.VisualStudio.Graphics.Viewers.Resources","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.Graphics.Analyzer","Microsoft.VisualStudio.Graphics.Analyzer.Targeted","Microsoft.VisualStudio.Graphics.Analyzer.Resources","Microsoft.VisualStudio.Graphics.Appid","Microsoft.VisualStudio.Graphics.Appid.Resources","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.VC.MSBuild.X64.v142","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM.v142","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.VC.MSBuild.x86.v142","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.VCPkgDatabase","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.Base.Resources","Component.Microsoft.VisualStudio.LiveShare","Microsoft.VisualStudio.LiveShare","Microsoft.Icecap.Analysis","Microsoft.Icecap.Analysis.Targeted","Microsoft.Icecap.Analysis.Resources","Microsoft.Icecap.Analysis.Resources.Targeted","Microsoft.Icecap.Collection.Msi","Microsoft.Icecap.Collection.Msi.Targeted","Microsoft.Icecap.Collection.Msi.Resources","Microsoft.Icecap.Collection.Msi.Resources.Targeted","Microsoft.DiagnosticsHub.Instrumentation","Microsoft.DiagnosticsHub.CpuSampling.ExternalDependencies","Microsoft.DiagnosticsHub.CpuSampling","Microsoft.DiagnosticsHub.CpuSampling.Targeted","Microsoft.PackageGroup.DiagnosticsHub.Platform","Microsoft.DiagnosticsHub.Runtime.ExternalDependencies","Microsoft.DiagnosticsHub.Runtime.ExternalDependencies.Targeted","Microsoft.DiagnosticsHub.Collection.ExternalDependencies.x64","Microsoft.DiagnosticsHub.Collection.StopService.Uninstall","Microsoft.DiagnosticsHub.Runtime","Microsoft.DiagnosticsHub.Runtime.Targeted","Microsoft.DiagnosticsHub.Collection","Microsoft.DiagnosticsHub.Collection.Service","Microsoft.DiagnosticsHub.Collection.StopService.Install","Microsoft.VisualStudio.Component.IntelliCode","Microsoft.VisualStudio.IntelliCode","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.PackageGroup.TestTools.CodeCoverage","Microsoft.VisualStudio.PackageGroup.TestTools.Core","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.Pex.Common","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.Legacy","Microsoft.VisualStudio.PackageGroup.MinShell.Interop","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Common","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.TestTools","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Professional","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Common","Microsoft.VisualStudio.TestTools.TP.Legacy.Common.Res","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Agent","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.TestTools.TestWIExtension","Microsoft.VisualStudio.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.PackageGroup.TestTools.DataCollectors","Microsoft.VisualStudio.LiveShareApi","Microsoft.VisualStudio.Component.TextTemplating","Microsoft.VisualStudio.TextTemplating.MSBuild","Microsoft.VisualStudio.TextTemplating.Integration","Microsoft.VisualStudio.TextTemplating.Core","Microsoft.VisualStudio.TextTemplating.Integration.Resources","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.Component.MSBuild","Microsoft.NuGet.Build.Tasks","Microsoft.DiagnosticsHub.KB2882822.Win7","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions","Microsoft.VisualStudio.ProTools","sqlsysclrtypes","sqlsysclrtypes","SQLCommon","Microsoft.VisualStudio.ProTools.Resources","Microsoft.VisualStudio.WebToolsExtensions","Microsoft.VisualStudio.WebTools","Microsoft.VisualStudio.WebTools.Resources","Microsoft.VisualStudio.WebTools.MSBuild","Microsoft.VisualStudio.WebTools.WSP.FSA","Microsoft.VisualStudio.WebTools.WSP.FSA.Resources","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.VisualC.Logging","Microsoft.WebTools.Shared","Microsoft.WebTools.DotNet.Core.ItemTemplates","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.Windows.UniversalCRT.Msu.7","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers","Microsoft.VisualStudio.Component.NuGet","Microsoft.CredentialProvider","Microsoft.VisualStudio.NuGet.PowershellBindingRedirect","Microsoft.VisualStudio.NuGet.Licenses","Microsoft.VisualStudio.PackageGroup.Community","Microsoft.VisualStudio.Community.Extra.Resources","Microsoft.VisualStudio.Community.Extra","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.CodeSense.Community","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.PackageGroup.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Agent","Microsoft.VisualStudio.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Concord","Microsoft.VisualStudio.VC.Ide.Debugger.Concord.Resources","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualStudio.Debugger.Concord.Managed","Microsoft.VisualStudio.Debugger.Concord.Managed.Resources","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.Debugger.Package.DiagHub.Client.VSx86","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.Debugger.DbgHelp.Win8","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.Debugger.Concord","Microsoft.VisualStudio.Debugger.Concord.Resources","Microsoft.VisualStudio.Debugger.Resources","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Platform.CallHierarchy","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.Devenv.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.Editors","Microsoft.VisualStudio.Product.Community","Microsoft.VisualStudio.Workload.CoreEditor","Microsoft.VisualStudio.Component.CoreEditor","Microsoft.VisualStudio.PackageGroup.CoreEditor","Microsoft.VisualCpp.Tools.Common.UtilsPrereq","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.DiaSymReader","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Build","Microsoft.VisualStudio.PackageGroup.NuGet","Microsoft.VisualStudio.NuGet.Core","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer.Common","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.OpenFolder.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.Devenv","Microsoft.VisualStudio.Devenv.Resources","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Platform.NavigateTo","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.PerfLib","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.Platform.Editor","Microsoft.VisualStudio.MinShell.x86","Microsoft.VisualStudio.NativeImageSupport","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.LanguageServer","Microsoft.VisualStudio.Devenv.Config","Microsoft.VisualStudio.MinShell.Resources","Microsoft.Net.PackageGroup.4.7.2.Redist","Microsoft.Net.4.7.2.FullRedist","Microsoft.VisualStudio.Branding.Community"]}] diff --git a/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt b/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt new file mode 100644 index 0000000..806509e --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt @@ -0,0 +1 @@ +[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview","version":"16.0.28608.199","packages":["Microsoft.VisualStudio.Product.Enterprise","Microsoft.VisualStudio.Workload.NativeDesktop","Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForGoogleTest","Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForBoostTest","Microsoft.VisualStudio.Component.VC.ATL","Microsoft.VisualStudio.VC.Ide.ATL","Microsoft.VisualStudio.VC.Ide.ATL.Resources","Microsoft.VisualCpp.ATL.X86","Microsoft.VisualCpp.ATL.X64","Microsoft.VisualCpp.ATL.Source","Microsoft.VisualCpp.ATL.Headers","Microsoft.VisualStudio.Component.VC.CMake.Project","Microsoft.VisualStudio.VC.CMake","Microsoft.VisualStudio.VC.CMake.Project","Microsoft.VisualStudio.VC.ExternalBuildFramework","Microsoft.VisualStudio.Component.VC.DiagnosticTools","Microsoft.VisualStudio.Component.Graphics.Tools","Microsoft.VisualStudio.Graphics.Viewers","Microsoft.VisualStudio.Graphics.Viewers.Resources","Microsoft.VisualStudio.Graphics.EnableTools","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.Graphics.Analyzer","Microsoft.VisualStudio.Graphics.Analyzer.Targeted","Microsoft.VisualStudio.Graphics.Analyzer.Resources","Microsoft.VisualStudio.Graphics.Appid","Microsoft.VisualStudio.Graphics.Appid.Resources","Microsoft.VisualStudio.Component.Windows10SDK.17763","Win10SDK_10.0.17763","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core","Microsoft.VisualStudio.PackageGroup.TestTools.Native","Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native","Microsoft.VisualStudio.Component.ClassDesigner","Microsoft.VisualStudio.ClassDesigner","Microsoft.VisualStudio.ClassDesigner.Resources","Microsoft.VisualStudio.Component.VC.Redist.14.Latest","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualStudio.VC.Templates.UnitTest","Microsoft.VisualStudio.VC.UnitTest.Desktop.Build.Core","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CPP","Microsoft.VisualStudio.VC.Templates.UnitTest.Resources","Microsoft.VisualStudio.VC.Templates.Desktop","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.VC.MSBuild.X64.v142","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM.v142","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.VC.MSBuild.x86.v142","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.VCPkgDatabase","Microsoft.VisualStudio.VC.Ide.Progression.Enterprise","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.VisualStudio.Component.CodeMap","Microsoft.VisualStudio.Component.GraphDocument","Microsoft.VisualStudio.Vmp","Microsoft.VisualStudio.GraphDocument","Microsoft.VisualStudio.GraphDocument.Resources","Microsoft.VisualStudio.CodeMap","Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime","Microsoft.VisualStudio.Component.SQL.NCLI","sqllocaldb","sqlncli","Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions","Microsoft.VisualStudio.WebToolsExtensions","Microsoft.VisualStudio.WebTools","Microsoft.VisualStudio.WebTools.Resources","Microsoft.VisualStudio.WebTools.MSBuild","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.Component.NuGet","Microsoft.CredentialProvider","Component.Microsoft.VisualStudio.LiveShare","Microsoft.VisualStudio.LiveShare","Microsoft.VisualStudio.Component.Debugger.JustInTime","Microsoft.VisualStudio.Debugger.ImmersiveActivateHelper.Msi","Microsoft.VisualStudio.Debugger.JustInTime","Microsoft.VisualStudio.Debugger.JustInTime.Msi","Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd","Microsoft.IntelliTrace.DiagnosticsHubAgent.Targeted","Microsoft.IntelliTrace.Debugger","Microsoft.IntelliTrace.Debugger.Targeted","Microsoft.IntelliTrace.FrontEnd","Microsoft.DiagnosticsHub.Instrumentation","Microsoft.DiagnosticsHub.CpuSampling","Microsoft.DiagnosticsHub.CpuSampling.Targeted","Microsoft.PackageGroup.DiagnosticsHub.Platform","Microsoft.DiagnosticsHub.Collection.StopService.Uninstall","Microsoft.DiagnosticsHub.Runtime","Microsoft.DiagnosticsHub.Runtime.Targeted","Microsoft.DiagnosticsHub.Runtime.Resources","Microsoft.DiagnosticsHub.Collection","Microsoft.DiagnosticsHub.Collection.Service","Microsoft.DiagnosticsHub.Collection.StopService.Install","Microsoft.VisualStudio.Dsl.GraphObject","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.NuGet.Licenses","Microsoft.WebTools.Shared","Microsoft.VisualStudio.WebToolsExtensions.DotNet.Core.ItemTemplates","Microsoft.VisualStudio.Component.TextTemplating","Microsoft.VisualStudio.TextTemplating.MSBuild","Microsoft.VisualStudio.TextTemplating.Integration","Microsoft.VisualStudio.TextTemplating.Core","Microsoft.VisualStudio.TextTemplating.Integration.Resources","Microsoft.VisualStudio.ProTools","sqlsysclrtypes","sqlsysclrtypes","SQLCommon","Microsoft.VisualStudio.ProTools.Resources","Microsoft.VisualStudio.NuGet.Core","Microsoft.VisualStudio.PackageGroup.TestTools.CodeCoverage","Microsoft.VisualStudio.PackageGroup.IntelliTrace.Core","Microsoft.IntelliTrace.Core","Microsoft.IntelliTrace.Core.Concord","Microsoft.IntelliTrace.Core.Targeted","Microsoft.IntelliTrace.ProfilerProxy.Msi.x64","Microsoft.IntelliTrace.ProfilerProxy.Msi","Microsoft.VisualStudio.TestTools.DynamicCodeCoverage","Microsoft.VisualStudio.TestTools.CodeCoverage.Msi","Microsoft.VisualStudio.TestTools.CodeCoverage","Microsoft.Icecap.Analysis","Microsoft.Icecap.Analysis.Targeted","Microsoft.Icecap.Analysis.Resources","Microsoft.Icecap.Analysis.Resources.Targeted","Microsoft.Icecap.Collection.Msi","Microsoft.Icecap.Collection.Msi.Targeted","Microsoft.Icecap.Collection.Msi.Resources","Microsoft.Icecap.Collection.Msi.Resources.Targeted","Microsoft.VisualStudio.PackageGroup.TestTools.Core","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.Pex.Common","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.Legacy","Microsoft.VisualStudio.PackageGroup.MinShell.Interop","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Common","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.TestTools","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Remote","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Professional","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Premium","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Common","Microsoft.VisualStudio.TestTools.TP.Legacy.Common.Res","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Agent","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.TestTools.TestWIExtension","Microsoft.VisualStudio.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.PackageGroup.TestTools.DataCollectors","Microsoft.VisualStudio.TestTools.NE.Msi.Targeted","Microsoft.VisualStudio.TestTools.NetworkEmulation","Microsoft.VisualStudio.TestTools.DataCollectors","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.WebTools.WSP.FSA","Microsoft.VisualStudio.WebTools.WSP.FSA.Resources","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualStudio.PackageGroup.Community","Microsoft.VisualStudio.Community.Extra.Resources","Microsoft.VisualStudio.Community.Extra","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.CodeSense","Microsoft.VisualStudio.CodeSense.Community","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.PackageGroup.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Agent","Microsoft.VisualStudio.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Concord","Microsoft.VisualStudio.VC.Ide.Debugger.Concord.Resources","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.VisualStudio.Debugger.Concord.Managed","Microsoft.VisualStudio.Debugger.Concord.Managed.Resources","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.Debugger.Package.DiagHub.Client.VSx86","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.Debugger.Concord","Microsoft.VisualStudio.Debugger.Concord.Resources","Microsoft.VisualStudio.Debugger.Resources","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.ProfessionalCore","Microsoft.VisualStudio.Professional","Microsoft.VisualStudio.Professional.Msi","Microsoft.VisualStudio.PackageGroup.EnterpriseCore","Microsoft.VisualStudio.Enterprise.Msi","Microsoft.VisualStudio.Enterprise","Microsoft.ShDocVw","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Platform.CallHierarchy","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.Devenv.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.Editors","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.Component.MSBuild","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers","Microsoft.VisualStudio.Workload.CoreEditor","Microsoft.VisualStudio.Component.CoreEditor","Microsoft.VisualStudio.PackageGroup.CoreEditor","Microsoft.VisualCpp.Tools.Common.UtilsPrereq","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.DiaSymReader","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Build","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer.Common","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.SLNX.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.Devenv","Microsoft.VisualStudio.Devenv.Resources","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Platform.NavigateTo","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.Platform.Search","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.Platform.Editor","Microsoft.VisualStudio.MinShell.x86","Microsoft.VisualStudio.NativeImageSupport","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.LanguageServer","Microsoft.VisualStudio.Devenv.Config","Microsoft.VisualStudio.MinShell.Resources","Microsoft.Net.PackageGroup.4.7.2.Redist","Microsoft.VisualStudio.Branding.Enterprise"]}] diff --git a/node_modules/node-gyp/test/fixtures/ca-bundle.crt b/node_modules/node-gyp/test/fixtures/ca-bundle.crt new file mode 100644 index 0000000..fb1dea9 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/ca-bundle.crt @@ -0,0 +1,40 @@ +-----BEGIN CERTIFICATE----- +MIIDJjCCAg4CAhnOMA0GCSqGSIb3DQEBBQUAMH0xCzAJBgNVBAYTAlVTMQswCQYD +VQQIDAJDQTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzEZMBcGA1UECgwQU3Ryb25n +TG9vcCwgSW5jLjESMBAGA1UECwwJU3Ryb25nT3BzMRowGAYDVQQDDBFjYS5zdHJv +bmdsb29wLmNvbTAeFw0xNTEyMDgyMzM1MzNaFw00MzA0MjQyMzM1MzNaMBkxFzAV +BgNVBAMMDnN0cm9uZ2xvb3AuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB +CgKCAQEAwOYI7OZ2FX/YjRgLZoDQlbPc5UZXU/j0e1wwiJNPtPEax9Y5Uoza0Pnt +Ikzkc2SfvQ+IJrhXo385tI0W5juuqbHnE7UrjUuPjUX6NHevkxcs/flmjan5wnZM +cPsGhH71WDuUEEflvZihf2Se2x+xgZtMhc5XGmVmRuZFYKvkgUhA2/w8/QrK+jPT +n9QRJxZjWNh2RBdC1B7u4jffSmOSUljYFH1I2eTeY+Rdi6YUIYSU9gEoZxsv3Tia +SomfMF5jt2Mouo6MzA+IhLvvFjcrcph1Qxgi9RkfdCMMd+Ipm9YWELkyG1bDRpQy +0iyHD4gvVsAqz1Y2KdRSdc3Kt+nTqwIDAQABoxkwFzAVBgNVHREEDjAMhwQAAAAA +hwR/AAABMA0GCSqGSIb3DQEBBQUAA4IBAQAhy4J0hML3NgmDRHdL5/iTucBe22Mf +jJjg2aifD1S187dHm+Il4qZNO2plWwAhN0h704f+8wpsaALxUvBIu6nvlvcMP5PH +jGN5JLe2Km3UaPvYOQU2SgacLilu+uBcIo2JSHLV6O7ziqUj5Gior6YxDLCtEZie +Ea8aX5/YjuACtEMJ1JjRqjgkM66XAoUe0E8onOK3FgTIO3tGoTJwRp0zS50pFuP0 +PsZtT04ck6mmXEXXknNoAyBCvPypfms9OHqcUIW9fiQnrGbS/Ri4QSQYj0DtFk/1 +na4fY1gf3zTHxH8259b/TOOaPfTnCEsOQtjUrWNR4xhmVZ+HJy4yytUW +-----END CERTIFICATE----- +-----BEGIN CERTIFICATE----- +MIIDbzCCAlcCAmm6MA0GCSqGSIb3DQEBCwUAMH0xCzAJBgNVBAYTAlVTMQswCQYD +VQQIDAJDQTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzEZMBcGA1UECgwQU3Ryb25n +TG9vcCwgSW5jLjESMBAGA1UECwwJU3Ryb25nT3BzMRowGAYDVQQDDBFjYS5zdHJv +bmdsb29wLmNvbTAeFw0xNTEyMDgyMzM1MzNaFw00MzA0MjQyMzM1MzNaMH0xCzAJ +BgNVBAYTAlVTMQswCQYDVQQIDAJDQTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzEZ +MBcGA1UECgwQU3Ryb25nTG9vcCwgSW5jLjESMBAGA1UECwwJU3Ryb25nT3BzMRow +GAYDVQQDDBFjYS5zdHJvbmdsb29wLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBANfj86jkvvYDjHBgiqWhk9Cj+bqiMq3MqnV0CBO4iuK33Fo6XssE +H+yVdXlIBFbFe6t655MdBVOR2Sfj7WqNh96vhu6PyDHiwcQlTaiLU6nhIed1J4Wv +lvnJHFmp8Wbtx5AgLT4UYu03ftvXEl2DLi3vhSL2tRM1ebXHB/KPbRWkb25DPX0P +foOHot3f2dgNe2x6kponf7E/QDmAu3s7Nlkfh+ryDhgGU7wocXEhXbprNqRqOGNo +xbXgUI+/9XDxYT/7Gn5LF/fPjtN+aB0SKMnTsDhprVlZie83mlqJ46fOOrR+vrsQ +mi/1m/TadrARtZoIExC/cQRdVM05EK4tUa8CAwEAATANBgkqhkiG9w0BAQsFAAOC +AQEAQ7k5WhyhDTIGYCNzRnrMHWSzGqa1y4tJMW06wafJNRqTm1cthq1ibc6Hfq5a +K10K0qMcgauRTfQ1MWrVCTW/KnJ1vkhiTOH+RvxapGn84gSaRmV6KZen0+gMsgae +KEGe/3Hn+PmDVV+PTamHgPACfpTww38WHIe/7Ce9gHfG7MZ8cKHNZhDy0IAYPln+ +YRwMLd7JNQffHAbWb2CE1mcea4H/12U8JZW5tHCF6y9V+7IuDzqwIrLKcW3lG17n +VUG6ODF/Ryqn3V5X+TL91YyXi6c34y34IpC7MQDV/67U7+5Bp5CfeDPWW2wVSrW+ +uGZtfEvhbNm6m2i4UNmpCXxUZQ== +-----END CERTIFICATE----- diff --git a/node_modules/node-gyp/test/fixtures/ca.crt b/node_modules/node-gyp/test/fixtures/ca.crt new file mode 100644 index 0000000..aaf9757 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/ca.crt @@ -0,0 +1,21 @@ +-----BEGIN CERTIFICATE----- +MIIDZDCCAkwCCQCAzfCLqrJvuTANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJV +UzELMAkGA1UECAwCQ0ExEDAOBgNVBAoMB05vZGUuanMxETAPBgNVBAsMCG5vZGUt +Z3lwMRIwEAYDVQQDDAlsb2NhbGhvc3QxHzAdBgkqhkiG9w0BCQEWEGJ1aWxkQG5v +ZGVqcy5vcmcwHhcNMTkwNjIyMDYyMjMzWhcNMjIwNDExMDYyMjMzWjB0MQswCQYD +VQQGEwJVUzELMAkGA1UECAwCQ0ExEDAOBgNVBAoMB05vZGUuanMxETAPBgNVBAsM +CG5vZGUtZ3lwMRIwEAYDVQQDDAlsb2NhbGhvc3QxHzAdBgkqhkiG9w0BCQEWEGJ1 +aWxkQG5vZGVqcy5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDS +CHjvtVW4HdbbUwZ/ZV9s6U4x0KSoyNQrsCZjB8kRpFPe50DS5mfmu2SNBGYKRgzk +4QEEwFB9N2o8YTWsCefSRl6ti4ToPZqulU4hhRKYrEGtMJcRzi3IN7s200JaO3UH +01Su8ruO0NESb5zEU1Ykfh8Lub8TGEAINmgI61d/5d5Aq3kDjUHQJt1Ekw03Ylnu +juQyCGZxLxnngu0mIvwzyL/UeeUgsfQLzvppUk6In7tC1zzMjSPWo0c8qu6KvrW4 +bKYnkZkzdQifzbpO5ERMEsh5HWq0uHa6+dgcVHFvlhdqF4Uat87ygNplVf0txsZB +MNVqbz1k6xkZYMnzDoydAgMBAAEwDQYJKoZIhvcNAQELBQADggEBADspZGtKpWxy +J1W3FA1aeQhMvequQTcMRz4avkm4K4HfTdV1iVD4CbvdezBphouBlyLVLDFJP7RZ +m7dBJVgBwnxufoFLne8cR2MGqDRoySbFT1AtDJdxabE6Fg+QGUpgOQfeBJ6ANlSB ++qJ+HG4QA+Ouh5hxz9mgYwkIsMUABHiwENdZ/kT8Edw4xKgd3uH0YP4iiePMD66c +rzW3uXH5J1jnKgBlpxtog4P6dHCcoq+PZJ17W5bdXNyqC1LPzQqniZ2BNcEZ4ix3 +slAZAOWD1zLLGJhBPMV1fa0sHNBWc6oicr3YK/IDb0cp9kiLvnUu1pHy+LWQGqtC +rceJuGsnJEQ= +-----END CERTIFICATE----- diff --git a/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi b/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi new file mode 100644 index 0000000..e767534 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi @@ -0,0 +1,6 @@ +# Test configuration +{ + 'variables': { + 'build_with_electron': true + } +} diff --git a/node_modules/node-gyp/test/fixtures/server.crt b/node_modules/node-gyp/test/fixtures/server.crt new file mode 100644 index 0000000..5d0c440 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/server.crt @@ -0,0 +1,21 @@ +-----BEGIN CERTIFICATE----- +MIIDYjCCAkoCCQCSlmGR7KzZGTANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJV +UzELMAkGA1UECAwCQ0ExEDAOBgNVBAoMB05vZGUuanMxETAPBgNVBAsMCG5vZGUt +Z3lwMRIwEAYDVQQDDAlsb2NhbGhvc3QxHzAdBgkqhkiG9w0BCQEWEGJ1aWxkQG5v +ZGVqcy5vcmcwHhcNMTkwNjIyMDYyNTU1WhcNMjkwNjE5MDYyNTU1WjByMQswCQYD +VQQGEwJVUzELMAkGA1UECAwCQ0ExEDAOBgNVBAoMB05vZGUuanMxETAPBgNVBAsM +CG5vZGUtZ3lwMRIwEAYDVQQDDAlsb2NhbGhvc3QxHTAbBgkqhkiG9w0BCQEWDmJ1 +aWxkQGlvanMub3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6S1E +2WchgmbJYqCnpN7310ZgHjIOqeJe6MpSue2u6z6mTNd5izgvQNaANmn3xLFCS5zs +uZaTvdPYPkcmSQzb1YcZSUYnAxZifjYARc6kb5GSBl3q+O70ELyFrimXfZ4JI+bd +IG9KiHY17DlvZZZj/csGYVWWg0mkeH3O5LPX6/DXQVh/9+gZ02/cdIBCAtZHQwqx +7tF/qZA/kD4GZNFpU1DYHzf9H6g9htoCqmNHQWrV2T9yFybt6mbZp9kglBmyKYCc +7hmQnb7N/mHn1yIuwhBsirCJTfKH86gN81u8M3+SVHA2VUHDllcNhpDWlmInXA+I +tHdGZHCp95ohqpCPgQIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQCdvYj6CD0ZLwT2 +3t1r+deC3TJuHlNVSeKeT7wIfFnh2FW5riGV0q/w6eXPLTHjuiS6YmpAAbdNUgX/ +sq64FqI2RLpX6pgY5yB0SKopMcJxMLKqmF4zHpIHxtYN5EmN3PR0vehneBR/nZ2T +3ikvWD5JeXlm7Dfw+tjijdxM/sEoDWErGup4mMKMd1s5s830p+ITJUa50d0DLFdH +mqPSbUZF8mMPwGJd+nu1Ht3gTLtK7+gYJgGtXMJmGC0Qg77EJHDB2NbotgDGNmSU +1H9BpAeFHHIcbh2Rr7kkTvnh/c03vFe+CsDZmezcmRpRzW1fKj3YbfqBxU4XwJrL +a5T/N9xU +-----END CERTIFICATE----- diff --git a/node_modules/node-gyp/test/fixtures/server.key b/node_modules/node-gyp/test/fixtures/server.key new file mode 100644 index 0000000..a844739 --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/server.key @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEowIBAAKCAQEA6S1E2WchgmbJYqCnpN7310ZgHjIOqeJe6MpSue2u6z6mTNd5 +izgvQNaANmn3xLFCS5zsuZaTvdPYPkcmSQzb1YcZSUYnAxZifjYARc6kb5GSBl3q ++O70ELyFrimXfZ4JI+bdIG9KiHY17DlvZZZj/csGYVWWg0mkeH3O5LPX6/DXQVh/ +9+gZ02/cdIBCAtZHQwqx7tF/qZA/kD4GZNFpU1DYHzf9H6g9htoCqmNHQWrV2T9y +Fybt6mbZp9kglBmyKYCc7hmQnb7N/mHn1yIuwhBsirCJTfKH86gN81u8M3+SVHA2 +VUHDllcNhpDWlmInXA+ItHdGZHCp95ohqpCPgQIDAQABAoIBABW8R4ewalo6dJlB ++n6O3jFt+PW3mtBRLqGqgm2cb0q0a1IMX+MPWLBFjmwEErl+AH0F4rcmBx2Ryr17 +amEy1qcf0caXyHksNAApznqzWXag7iizxnxv4cZRnHBwphNqkNWM5p3oYd04j6w2 +amDg1O9KZozaKo6QZclpiMiezwjKG+PVZLT8p7afswjv+yDWPDByhlcGiye9QD1T +VuZ0QCoXp6N/8JxW0gdkLp9NqFvGeGFzJ5h6L+d7A6BWw8akXrBRHHcKkyvVYBfd +myhSzSK4FPFMaxaEY/65FlVSyAO6ezGm3Umx4g7mkFjLdwKWaIOjkBkPeFgl3Pp4 +7Lo5X3UCgYEA/FrrIwmEU5ayulBVScEMKeavu5eNY4r0Sqbpov2oyTdYe8G49Pzy +ryMXfunY43moLKpajGwgTKRGvdqFtK08AAkaCssiAPkP3rZuZvMTF4sLo/vlWrjP +3er+tUqj22BzXi5XV0BAvH8Y3TL8KQ3he/8JxDvkC811/DQ9Y/Da3U8CgYEA7Itw +UM37URma08Bj9VTMoL9ZCyURewX+ZLDb2+O8sXGXJs28i1RkE6PTBlnRmedn+Jjk +byzQ5Cs5wA5uMbhYTA7kgXOs1bvgQqmlLmyL6FfHkucoMhr2Di7VeGf4OxE26JZ8 +JdY4+1MOyI3A2rR8WU+GmHxy0ay4K2xe6W0vsi8CgYBoGLEKIPDe8jkDtgOYivOT +jT9MaLXALB+dc8DIpU4swpHTaxP6qyUIrbcReTEolJSU6Ci16BxiwRkVU8D3yMYJ +VbfSX/zE3fh37FUaToa/nXHN0SjJBZdpeXhcHE//PIgaf48zxKNvnhYJmPB/luQ+ +m/PRaMsnOzfCM2JniYEe7QKBgGwjnxhB4tgDtaWCue/pcZc3gzS2IJS2e8N6mzie +l6Ajhu+FdOHZldrotUuc+la61OxwsVYmDeWR4VftAPGYDj3PPSX1RRl9R5wSRGLB +2wBASQvew6CMdNqtDIh8N56BUzHnwh/mHKzBHuwO6hDSHFsUITtLAY7bwGKRq55Z +fUmfAoGBANOYFyoJoDLcl+Jd750lyqfCifcGtkRdmZMtrPXaYnD8ZGme9vz1vsK/ +4iUkV3mi7Z9s1LXMa/tPPfKdVhCM1PXost3/si0+u1Bz5yKqEPXlyy2ltpIVyGu8 +yiy7y75asp8Iii/1cgtwyp9+VeSif8wJ+MHQoGdGxvAQP80R3EjF +-----END RSA PRIVATE KEY----- diff --git a/node_modules/node-gyp/test/fixtures/test-charmap.py b/node_modules/node-gyp/test/fixtures/test-charmap.py new file mode 100644 index 0000000..63aa77b --- /dev/null +++ b/node_modules/node-gyp/test/fixtures/test-charmap.py @@ -0,0 +1,31 @@ +import sys +import locale + +try: + reload(sys) +except NameError: # Python 3 + pass + + +def main(): + encoding = locale.getdefaultlocale()[1] + if not encoding: + return False + + try: + sys.setdefaultencoding(encoding) + except AttributeError: # Python 3 + pass + + textmap = { + "cp936": "\u4e2d\u6587", + "cp1252": "Lat\u012Bna", + "cp932": "\u306b\u307b\u3093\u3054", + } + if encoding in textmap: + print(textmap[encoding]) + return True + + +if __name__ == "__main__": + print(main()) diff --git a/node_modules/node-gyp/test/process-exec-sync.js b/node_modules/node-gyp/test/process-exec-sync.js new file mode 100644 index 0000000..21763bc --- /dev/null +++ b/node_modules/node-gyp/test/process-exec-sync.js @@ -0,0 +1,140 @@ +'use strict' + +const fs = require('graceful-fs') +const childProcess = require('child_process') + +function startsWith (str, search, pos) { + if (String.prototype.startsWith) { + return str.startsWith(search, pos) + } + + return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search +} + +function processExecSync (file, args, options) { + var child, error, timeout, tmpdir, command + command = makeCommand(file, args) + + /* + this function emulates child_process.execSync for legacy node <= 0.10.x + derived from https://github.com/gvarsanyi/sync-exec/blob/master/js/sync-exec.js + */ + + options = options || {} + // init timeout + timeout = Date.now() + options.timeout + // init tmpdir + var osTempBase = '/tmp' + var os = determineOS() + osTempBase = '/tmp' + + if (process.env.TMP) { + osTempBase = process.env.TMP + } + + if (osTempBase[osTempBase.length - 1] !== '/') { + osTempBase += '/' + } + + tmpdir = osTempBase + 'processExecSync.' + Date.now() + Math.random() + fs.mkdirSync(tmpdir) + + // init command + if (os === 'linux') { + command = '(' + command + ' > ' + tmpdir + '/stdout 2> ' + tmpdir + + '/stderr); echo $? > ' + tmpdir + '/status' + } else { + command = '(' + command + ' > ' + tmpdir + '/stdout 2> ' + tmpdir + + '/stderr) | echo %errorlevel% > ' + tmpdir + '/status | exit' + } + + // init child + child = childProcess.exec(command, options) + + var maxTry = 100000 // increases the test time by 6 seconds on win-2016-node-0.10 + var tryCount = 0 + while (tryCount < maxTry) { + try { + var x = fs.readFileSync(tmpdir + '/status') + if (x.toString() === '0') { + break + } + } catch (ignore) {} + tryCount++ + if (Date.now() > timeout) { + error = child + break + } + } + + ['stdout', 'stderr', 'status'].forEach(function (file) { + child[file] = fs.readFileSync(tmpdir + '/' + file, options.encoding) + setTimeout(unlinkFile, 500, tmpdir + '/' + file) + }) + + child.status = Number(child.status) + if (child.status !== 0) { + error = child + } + + try { + fs.rmdirSync(tmpdir) + } catch (ignore) {} + if (error) { + throw error + } + return child.stdout +} + +function makeCommand (file, args) { + var command, quote + command = file + if (args.length > 0) { + for (var i in args) { + command = command + ' ' + if (args[i][0] === '-') { + command = command + args[i] + } else { + if (!quote) { + command = command + '"' + quote = true + } + command = command + args[i] + if (quote) { + if (args.length === (parseInt(i) + 1)) { + command = command + '"' + } + } + } + } + } + return command +} + +function determineOS () { + var os = '' + var tmpVar = '' + if (process.env.OSTYPE) { + tmpVar = process.env.OSTYPE + } else if (process.env.OS) { + tmpVar = process.env.OS + } else { + // default is linux + tmpVar = 'linux' + } + + if (startsWith(tmpVar, 'linux')) { + os = 'linux' + } + if (startsWith(tmpVar, 'win')) { + os = 'win' + } + + return os +} + +function unlinkFile (file) { + fs.unlinkSync(file) +} + +module.exports = processExecSync diff --git a/node_modules/node-gyp/test/simple-proxy.js b/node_modules/node-gyp/test/simple-proxy.js new file mode 100644 index 0000000..cb0dfcf --- /dev/null +++ b/node_modules/node-gyp/test/simple-proxy.js @@ -0,0 +1,27 @@ +'use strict' + +const http = require('http') +const https = require('https') +const server = http.createServer(handler) +const port = +process.argv[2] +const prefix = process.argv[3] +const upstream = process.argv[4] +var calls = 0 + +server.listen(port) + +function handler (req, res) { + if (req.url.indexOf(prefix) !== 0) { + throw new Error('request url [' + req.url + '] does not start with [' + prefix + ']') + } + + var upstreamUrl = upstream + req.url.substring(prefix.length) + https.get(upstreamUrl, function (ures) { + ures.on('end', function () { + if (++calls === 2) { + server.close() + } + }) + ures.pipe(res) + }) +} diff --git a/node_modules/node-gyp/test/test-addon.js b/node_modules/node-gyp/test/test-addon.js new file mode 100644 index 0000000..f79eff7 --- /dev/null +++ b/node_modules/node-gyp/test/test-addon.js @@ -0,0 +1,150 @@ +'use strict' + +const test = require('tap').test +const path = require('path') +const fs = require('graceful-fs') +const childProcess = require('child_process') +const os = require('os') +const addonPath = path.resolve(__dirname, 'node_modules', 'hello_world') +const nodeGyp = path.resolve(__dirname, '..', 'bin', 'node-gyp.js') +const execFileSync = childProcess.execFileSync || require('./process-exec-sync') +const execFile = childProcess.execFile + +function runHello (hostProcess) { + if (!hostProcess) { + hostProcess = process.execPath + } + var testCode = "console.log(require('hello_world').hello())" + return execFileSync(hostProcess, ['-e', testCode], { cwd: __dirname }).toString() +} + +function getEncoding () { + var code = 'import locale;print(locale.getdefaultlocale()[1])' + return execFileSync('python', ['-c', code]).toString().trim() +} + +function checkCharmapValid () { + var data + try { + data = execFileSync('python', ['fixtures/test-charmap.py'], + { cwd: __dirname }) + } catch (err) { + return false + } + var lines = data.toString().trim().split('\n') + return lines.pop() === 'True' +} + +test('build simple addon', function (t) { + t.plan(3) + + // Set the loglevel otherwise the output disappears when run via 'npm test' + var cmd = [nodeGyp, 'rebuild', '-C', addonPath, '--loglevel=verbose'] + var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) { + var logLines = stderr.toString().trim().split(/\r?\n/) + var lastLine = logLines[logLines.length - 1] + t.strictEqual(err, null) + t.strictEqual(lastLine, 'gyp info ok', 'should end in ok') + t.strictEqual(runHello().trim(), 'world') + }) + proc.stdout.setEncoding('utf-8') + proc.stderr.setEncoding('utf-8') +}) + +test('build simple addon in path with non-ascii characters', function (t) { + t.plan(1) + + if (!checkCharmapValid()) { + return t.skip('python console app can\'t encode non-ascii character.') + } + + var testDirNames = { + cp936: '文件夹', + cp1252: 'Latīna', + cp932: 'フォルダ' + } + // Select non-ascii characters by current encoding + var testDirName = testDirNames[getEncoding()] + // If encoding is UTF-8 or other then no need to test + if (!testDirName) { + return t.skip('no need to test') + } + + t.plan(3) + + var data + var configPath = path.join(addonPath, 'build', 'config.gypi') + try { + data = fs.readFileSync(configPath, 'utf8') + } catch (err) { + t.error(err) + return + } + var config = JSON.parse(data.replace(/#.+\n/, '')) + var nodeDir = config.variables.nodedir + var testNodeDir = path.join(addonPath, testDirName) + // Create symbol link to path with non-ascii characters + try { + fs.symlinkSync(nodeDir, testNodeDir, 'dir') + } catch (err) { + switch (err.code) { + case 'EEXIST': break + case 'EPERM': + t.error(err, 'Please try to running console as an administrator') + return + default: + t.error(err) + return + } + } + + var cmd = [ + nodeGyp, + 'rebuild', + '-C', + addonPath, + '--loglevel=verbose', + '-nodedir=' + testNodeDir + ] + var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) { + try { + fs.unlink(testNodeDir) + } catch (err) { + t.error(err) + } + + var logLines = stderr.toString().trim().split(/\r?\n/) + var lastLine = logLines[logLines.length - 1] + t.strictEqual(err, null) + t.strictEqual(lastLine, 'gyp info ok', 'should end in ok') + t.strictEqual(runHello().trim(), 'world') + }) + proc.stdout.setEncoding('utf-8') + proc.stderr.setEncoding('utf-8') +}) + +test('addon works with renamed host executable', function (t) { + // No `fs.copyFileSync` before node8. + if (process.version.substr(1).split('.')[0] < 8) { + t.skip('skipping test for old node version') + t.end() + return + } + + t.plan(3) + + var notNodePath = path.join(os.tmpdir(), 'notnode' + path.extname(process.execPath)) + fs.copyFileSync(process.execPath, notNodePath) + + var cmd = [nodeGyp, 'rebuild', '-C', addonPath, '--loglevel=verbose'] + var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) { + var logLines = stderr.toString().trim().split(/\r?\n/) + var lastLine = logLines[logLines.length - 1] + t.strictEqual(err, null) + t.strictEqual(lastLine, 'gyp info ok', 'should end in ok') + t.strictEqual(runHello(notNodePath).trim(), 'world') + fs.unlinkSync(notNodePath) + }) + proc.stdout.setEncoding('utf-8') + proc.stderr.setEncoding('utf-8') +}) diff --git a/node_modules/node-gyp/test/test-configure-python.js b/node_modules/node-gyp/test/test-configure-python.js new file mode 100644 index 0000000..4290e7a --- /dev/null +++ b/node_modules/node-gyp/test/test-configure-python.js @@ -0,0 +1,82 @@ +'use strict' + +const test = require('tap').test +const path = require('path') +const devDir = require('./common').devDir() +const gyp = require('../lib/node-gyp') +const requireInject = require('require-inject') +const configure = requireInject('../lib/configure', { + 'graceful-fs': { + openSync: function () { return 0 }, + closeSync: function () { }, + writeFile: function (file, data, cb) { cb() }, + stat: function (file, cb) { cb(null, {}) }, + mkdir: function (dir, options, cb) { cb() }, + promises: { + writeFile: function (file, data) { return Promise.resolve(null) } + } + } +}) + +const EXPECTED_PYPATH = path.join(__dirname, '..', 'gyp', 'pylib') +const SEPARATOR = process.platform === 'win32' ? ';' : ':' +const SPAWN_RESULT = { on: function () { } } + +require('npmlog').level = 'warn' + +test('configure PYTHONPATH with no existing env', function (t) { + t.plan(1) + + delete process.env.PYTHONPATH + + var prog = gyp() + prog.parseArgv([]) + prog.spawn = function () { + t.equal(process.env.PYTHONPATH, EXPECTED_PYPATH) + return SPAWN_RESULT + } + prog.devDir = devDir + configure(prog, [], t.fail) +}) + +test('configure PYTHONPATH with existing env of one dir', function (t) { + t.plan(2) + + var existingPath = path.join('a', 'b') + process.env.PYTHONPATH = existingPath + + var prog = gyp() + prog.parseArgv([]) + prog.spawn = function () { + t.equal(process.env.PYTHONPATH, [EXPECTED_PYPATH, existingPath].join(SEPARATOR)) + + var dirs = process.env.PYTHONPATH.split(SEPARATOR) + t.deepEqual(dirs, [EXPECTED_PYPATH, existingPath]) + + return SPAWN_RESULT + } + prog.devDir = devDir + configure(prog, [], t.fail) +}) + +test('configure PYTHONPATH with existing env of multiple dirs', function (t) { + t.plan(2) + + var pythonDir1 = path.join('a', 'b') + var pythonDir2 = path.join('b', 'c') + var existingPath = [pythonDir1, pythonDir2].join(SEPARATOR) + process.env.PYTHONPATH = existingPath + + var prog = gyp() + prog.parseArgv([]) + prog.spawn = function () { + t.equal(process.env.PYTHONPATH, [EXPECTED_PYPATH, existingPath].join(SEPARATOR)) + + var dirs = process.env.PYTHONPATH.split(SEPARATOR) + t.deepEqual(dirs, [EXPECTED_PYPATH, pythonDir1, pythonDir2]) + + return SPAWN_RESULT + } + prog.devDir = devDir + configure(prog, [], t.fail) +}) diff --git a/node_modules/node-gyp/test/test-create-config-gypi.js b/node_modules/node-gyp/test/test-create-config-gypi.js new file mode 100644 index 0000000..eeac73f --- /dev/null +++ b/node_modules/node-gyp/test/test-create-config-gypi.js @@ -0,0 +1,70 @@ +'use strict' + +const path = require('path') +const { test } = require('tap') +const gyp = require('../lib/node-gyp') +const createConfigGypi = require('../lib/create-config-gypi') +const { parseConfigGypi, getCurrentConfigGypi } = createConfigGypi.test + +test('config.gypi with no options', async function (t) { + t.plan(2) + + const prog = gyp() + prog.parseArgv([]) + + const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) + t.equal(config.target_defaults.default_configuration, 'Release') + t.equal(config.variables.target_arch, process.arch) +}) + +test('config.gypi with --debug', async function (t) { + t.plan(1) + + const prog = gyp() + prog.parseArgv(['_', '_', '--debug']) + + const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) + t.equal(config.target_defaults.default_configuration, 'Debug') +}) + +test('config.gypi with custom options', async function (t) { + t.plan(1) + + const prog = gyp() + prog.parseArgv(['_', '_', '--shared-libxml2']) + + const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) + t.equal(config.variables.shared_libxml2, true) +}) + +test('config.gypi with nodedir', async function (t) { + t.plan(1) + + const nodeDir = path.join(__dirname, 'fixtures', 'nodedir') + + const prog = gyp() + prog.parseArgv(['_', '_', `--nodedir=${nodeDir}`]) + + const config = await getCurrentConfigGypi({ gyp: prog, nodeDir, vsInfo: {} }) + t.equal(config.variables.build_with_electron, true) +}) + +test('config.gypi with --force-process-config', async function (t) { + t.plan(1) + + const nodeDir = path.join(__dirname, 'fixtures', 'nodedir') + + const prog = gyp() + prog.parseArgv(['_', '_', '--force-process-config', `--nodedir=${nodeDir}`]) + + const config = await getCurrentConfigGypi({ gyp: prog, nodeDir, vsInfo: {} }) + t.equal(config.variables.build_with_electron, undefined) +}) + +test('config.gypi parsing', function (t) { + t.plan(1) + + const str = "# Some comments\n{'variables': {'multiline': 'A'\n'B'}}" + const config = parseConfigGypi(str) + t.deepEqual(config, { variables: { multiline: 'AB' } }) +}) diff --git a/node_modules/node-gyp/test/test-download.js b/node_modules/node-gyp/test/test-download.js new file mode 100644 index 0000000..71a3c0d --- /dev/null +++ b/node_modules/node-gyp/test/test-download.js @@ -0,0 +1,207 @@ +'use strict' + +const { test } = require('tap') +const fs = require('fs') +const path = require('path') +const util = require('util') +const http = require('http') +const https = require('https') +const install = require('../lib/install') +const semver = require('semver') +const devDir = require('./common').devDir() +const rimraf = require('rimraf') +const gyp = require('../lib/node-gyp') +const log = require('npmlog') + +log.level = 'warn' + +test('download over http', async (t) => { + t.plan(2) + + const server = http.createServer((req, res) => { + t.strictEqual(req.headers['user-agent'], `node-gyp v42 (node ${process.version})`) + res.end('ok') + }) + + t.tearDown(() => new Promise((resolve) => server.close(resolve))) + + const host = 'localhost' + await new Promise((resolve) => server.listen(0, host, resolve)) + const { port } = server.address() + const gyp = { + opts: {}, + version: '42' + } + const url = `http://${host}:${port}` + const res = await install.test.download(gyp, url) + t.strictEqual(await res.text(), 'ok') +}) + +test('download over https with custom ca', async (t) => { + t.plan(3) + + const cafile = path.join(__dirname, '/fixtures/ca.crt') + const [cert, key, ca] = await Promise.all([ + fs.promises.readFile(path.join(__dirname, 'fixtures/server.crt'), 'utf8'), + fs.promises.readFile(path.join(__dirname, 'fixtures/server.key'), 'utf8'), + install.test.readCAFile(cafile) + ]) + + t.strictEqual(ca.length, 1) + + const options = { ca: ca, cert: cert, key: key } + const server = https.createServer(options, (req, res) => { + t.strictEqual(req.headers['user-agent'], `node-gyp v42 (node ${process.version})`) + res.end('ok') + }) + + t.tearDown(() => new Promise((resolve) => server.close(resolve))) + + server.on('clientError', (err) => { throw err }) + + const host = 'localhost' + await new Promise((resolve) => server.listen(0, host, resolve)) + const { port } = server.address() + const gyp = { + opts: { cafile }, + version: '42' + } + const url = `https://${host}:${port}` + const res = await install.test.download(gyp, url) + t.strictEqual(await res.text(), 'ok') +}) + +test('download over http with proxy', async (t) => { + t.plan(2) + + const server = http.createServer((_, res) => { + res.end('ok') + }) + + const pserver = http.createServer((req, res) => { + t.strictEqual(req.headers['user-agent'], `node-gyp v42 (node ${process.version})`) + res.end('proxy ok') + }) + + t.tearDown(() => Promise.all([ + new Promise((resolve) => server.close(resolve)), + new Promise((resolve) => pserver.close(resolve)) + ])) + + const host = 'localhost' + await new Promise((resolve) => server.listen(0, host, resolve)) + const { port } = server.address() + await new Promise((resolve) => pserver.listen(port + 1, host, resolve)) + const gyp = { + opts: { + proxy: `http://${host}:${port + 1}`, + noproxy: 'bad' + }, + version: '42' + } + const url = `http://${host}:${port}` + const res = await install.test.download(gyp, url) + t.strictEqual(await res.text(), 'proxy ok') +}) + +test('download over http with noproxy', async (t) => { + t.plan(2) + + const server = http.createServer((req, res) => { + t.strictEqual(req.headers['user-agent'], `node-gyp v42 (node ${process.version})`) + res.end('ok') + }) + + const pserver = http.createServer((_, res) => { + res.end('proxy ok') + }) + + t.tearDown(() => Promise.all([ + new Promise((resolve) => server.close(resolve)), + new Promise((resolve) => pserver.close(resolve)) + ])) + + const host = 'localhost' + await new Promise((resolve) => server.listen(0, host, resolve)) + const { port } = server.address() + await new Promise((resolve) => pserver.listen(port + 1, host, resolve)) + const gyp = { + opts: { + proxy: `http://${host}:${port + 1}`, + noproxy: host + }, + version: '42' + } + const url = `http://${host}:${port}` + const res = await install.test.download(gyp, url) + t.strictEqual(await res.text(), 'ok') +}) + +test('download with missing cafile', async (t) => { + t.plan(1) + const gyp = { + opts: { cafile: 'no.such.file' } + } + try { + await install.test.download(gyp, {}, 'http://bad/') + } catch (e) { + t.ok(/no.such.file/.test(e.message)) + } +}) + +test('check certificate splitting', async (t) => { + const cas = await install.test.readCAFile(path.join(__dirname, 'fixtures/ca-bundle.crt')) + t.plan(2) + t.strictEqual(cas.length, 2) + t.notStrictEqual(cas[0], cas[1]) +}) + +// only run this test if we are running a version of Node with predictable version path behavior + +test('download headers (actual)', async (t) => { + if (process.env.FAST_TEST || + process.release.name !== 'node' || + semver.prerelease(process.version) !== null || + semver.satisfies(process.version, '<10')) { + return t.skip('Skipping actual download of headers due to test environment configuration') + } + + t.plan(12) + + const expectedDir = path.join(devDir, process.version.replace(/^v/, '')) + await util.promisify(rimraf)(expectedDir) + + const prog = gyp() + prog.parseArgv([]) + prog.devDir = devDir + log.level = 'warn' + await util.promisify(install)(prog, []) + + const data = await fs.promises.readFile(path.join(expectedDir, 'installVersion'), 'utf8') + t.strictEqual(data, '9\n', 'correct installVersion') + + const list = await fs.promises.readdir(path.join(expectedDir, 'include/node')) + t.ok(list.includes('common.gypi')) + t.ok(list.includes('config.gypi')) + t.ok(list.includes('node.h')) + t.ok(list.includes('node_version.h')) + t.ok(list.includes('openssl')) + t.ok(list.includes('uv')) + t.ok(list.includes('uv.h')) + t.ok(list.includes('v8-platform.h')) + t.ok(list.includes('v8.h')) + t.ok(list.includes('zlib.h')) + + const lines = (await fs.promises.readFile(path.join(expectedDir, 'include/node/node_version.h'), 'utf8')).split('\n') + + // extract the 3 version parts from the defines to build a valid version string and + // and check them against our current env version + const version = ['major', 'minor', 'patch'].reduce((version, type) => { + const re = new RegExp(`^#define\\sNODE_${type.toUpperCase()}_VERSION`) + const line = lines.find((l) => re.test(l)) + const i = line ? parseInt(line.replace(/^[^0-9]+([0-9]+).*$/, '$1'), 10) : 'ERROR' + return `${version}${type !== 'major' ? '.' : 'v'}${i}` + }, '') + + t.strictEqual(version, process.version) +}) diff --git a/node_modules/node-gyp/test/test-find-accessible-sync.js b/node_modules/node-gyp/test/test-find-accessible-sync.js new file mode 100644 index 0000000..0a2e584 --- /dev/null +++ b/node_modules/node-gyp/test/test-find-accessible-sync.js @@ -0,0 +1,84 @@ +'use strict' + +const test = require('tap').test +const path = require('path') +const requireInject = require('require-inject') +const configure = requireInject('../lib/configure', { + 'graceful-fs': { + closeSync: function () { return undefined }, + openSync: function (path) { + if (readableFiles.some(function (f) { return f === path })) { + return 0 + } else { + var error = new Error('ENOENT - not found') + throw error + } + } + } +}) + +const dir = path.sep + 'testdir' +const readableFile = 'readable_file' +const anotherReadableFile = 'another_readable_file' +const readableFileInDir = 'somedir' + path.sep + readableFile +const readableFiles = [ + path.resolve(dir, readableFile), + path.resolve(dir, anotherReadableFile), + path.resolve(dir, readableFileInDir) +] + +test('find accessible - empty array', function (t) { + t.plan(1) + + var candidates = [] + var found = configure.test.findAccessibleSync('test', dir, candidates) + t.strictEqual(found, undefined) +}) + +test('find accessible - single item array, readable', function (t) { + t.plan(1) + + var candidates = [readableFile] + var found = configure.test.findAccessibleSync('test', dir, candidates) + t.strictEqual(found, path.resolve(dir, readableFile)) +}) + +test('find accessible - single item array, readable in subdir', function (t) { + t.plan(1) + + var candidates = [readableFileInDir] + var found = configure.test.findAccessibleSync('test', dir, candidates) + t.strictEqual(found, path.resolve(dir, readableFileInDir)) +}) + +test('find accessible - single item array, unreadable', function (t) { + t.plan(1) + + var candidates = ['unreadable_file'] + var found = configure.test.findAccessibleSync('test', dir, candidates) + t.strictEqual(found, undefined) +}) + +test('find accessible - multi item array, no matches', function (t) { + t.plan(1) + + var candidates = ['non_existent_file', 'unreadable_file'] + var found = configure.test.findAccessibleSync('test', dir, candidates) + t.strictEqual(found, undefined) +}) + +test('find accessible - multi item array, single match', function (t) { + t.plan(1) + + var candidates = ['non_existent_file', readableFile] + var found = configure.test.findAccessibleSync('test', dir, candidates) + t.strictEqual(found, path.resolve(dir, readableFile)) +}) + +test('find accessible - multi item array, return first match', function (t) { + t.plan(1) + + var candidates = ['non_existent_file', anotherReadableFile, readableFile] + var found = configure.test.findAccessibleSync('test', dir, candidates) + t.strictEqual(found, path.resolve(dir, anotherReadableFile)) +}) diff --git a/node_modules/node-gyp/test/test-find-node-directory.js b/node_modules/node-gyp/test/test-find-node-directory.js new file mode 100644 index 0000000..f1380d1 --- /dev/null +++ b/node_modules/node-gyp/test/test-find-node-directory.js @@ -0,0 +1,119 @@ +'use strict' + +const test = require('tap').test +const path = require('path') +const findNodeDirectory = require('../lib/find-node-directory') + +const platforms = ['darwin', 'freebsd', 'linux', 'sunos', 'win32', 'aix'] + +// we should find the directory based on the directory +// the script is running in and it should match the layout +// in a build tree where npm is installed in +// .... /deps/npm +test('test find-node-directory - node install', function (t) { + t.plan(platforms.length) + for (var next = 0; next < platforms.length; next++) { + var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } + t.equal( + findNodeDirectory('/x/deps/npm/node_modules/node-gyp/lib', processObj), + path.join('/x')) + } +}) + +// we should find the directory based on the directory +// the script is running in and it should match the layout +// in an installed tree where npm is installed in +// .... /lib/node_modules/npm or .../node_modules/npm +// depending on the patform +test('test find-node-directory - node build', function (t) { + t.plan(platforms.length) + for (var next = 0; next < platforms.length; next++) { + var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } + if (platforms[next] === 'win32') { + t.equal( + findNodeDirectory('/y/node_modules/npm/node_modules/node-gyp/lib', + processObj), path.join('/y')) + } else { + t.equal( + findNodeDirectory('/y/lib/node_modules/npm/node_modules/node-gyp/lib', + processObj), path.join('/y')) + } + } +}) + +// we should find the directory based on the execPath +// for node and match because it was in the bin directory +test('test find-node-directory - node in bin directory', function (t) { + t.plan(platforms.length) + for (var next = 0; next < platforms.length; next++) { + var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } + t.equal( + findNodeDirectory('/nothere/npm/node_modules/node-gyp/lib', processObj), + path.join('/x/y')) + } +}) + +// we should find the directory based on the execPath +// for node and match because it was in the Release directory +test('test find-node-directory - node in build release dir', function (t) { + t.plan(platforms.length) + for (var next = 0; next < platforms.length; next++) { + var processObj + if (platforms[next] === 'win32') { + processObj = { execPath: '/x/y/Release/node', platform: platforms[next] } + } else { + processObj = { + execPath: '/x/y/out/Release/node', + platform: platforms[next] + } + } + + t.equal( + findNodeDirectory('/nothere/npm/node_modules/node-gyp/lib', processObj), + path.join('/x/y')) + } +}) + +// we should find the directory based on the execPath +// for node and match because it was in the Debug directory +test('test find-node-directory - node in Debug release dir', function (t) { + t.plan(platforms.length) + for (var next = 0; next < platforms.length; next++) { + var processObj + if (platforms[next] === 'win32') { + processObj = { execPath: '/a/b/Debug/node', platform: platforms[next] } + } else { + processObj = { execPath: '/a/b/out/Debug/node', platform: platforms[next] } + } + + t.equal( + findNodeDirectory('/nothere/npm/node_modules/node-gyp/lib', processObj), + path.join('/a/b')) + } +}) + +// we should not find it as it will not match based on the execPath nor +// the directory from which the script is running +test('test find-node-directory - not found', function (t) { + t.plan(platforms.length) + for (var next = 0; next < platforms.length; next++) { + var processObj = { execPath: '/x/y/z/y', platform: next } + t.equal(findNodeDirectory('/a/b/c/d', processObj), '') + } +}) + +// we should find the directory based on the directory +// the script is running in and it should match the layout +// in a build tree where npm is installed in +// .... /deps/npm +// same test as above but make sure additional directory entries +// don't cause an issue +test('test find-node-directory - node install', function (t) { + t.plan(platforms.length) + for (var next = 0; next < platforms.length; next++) { + var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } + t.equal( + findNodeDirectory('/x/y/z/a/b/c/deps/npm/node_modules/node-gyp/lib', + processObj), path.join('/x/y/z/a/b/c')) + } +}) diff --git a/node_modules/node-gyp/test/test-find-python.js b/node_modules/node-gyp/test/test-find-python.js new file mode 100644 index 0000000..67d0b26 --- /dev/null +++ b/node_modules/node-gyp/test/test-find-python.js @@ -0,0 +1,226 @@ +'use strict' + +delete process.env.PYTHON + +const test = require('tap').test +const findPython = require('../lib/find-python') +const execFile = require('child_process').execFile +const PythonFinder = findPython.test.PythonFinder + +require('npmlog').level = 'warn' + +test('find python', function (t) { + t.plan(4) + + findPython.test.findPython(null, function (err, found) { + t.strictEqual(err, null) + var proc = execFile(found, ['-V'], function (err, stdout, stderr) { + t.strictEqual(err, null) + t.ok(/Python 3/.test(stdout)) + t.strictEqual(stderr, '') + }) + proc.stdout.setEncoding('utf-8') + proc.stderr.setEncoding('utf-8') + }) +}) + +function poison (object, property) { + function fail () { + console.error(Error(`Property ${property} should not have been accessed.`)) + process.abort() + } + var descriptor = { + configurable: false, + enumerable: false, + get: fail, + set: fail + } + Object.defineProperty(object, property, descriptor) +} + +function TestPythonFinder () { + PythonFinder.apply(this, arguments) +} +TestPythonFinder.prototype = Object.create(PythonFinder.prototype) +// Silence npmlog - remove for debugging +TestPythonFinder.prototype.log = { + silly: () => {}, + verbose: () => {}, + info: () => {}, + warn: () => {}, + error: () => {} +} +delete TestPythonFinder.prototype.env.NODE_GYP_FORCE_PYTHON + +test('find python - python', function (t) { + t.plan(6) + + var f = new TestPythonFinder('python', done) + f.execFile = function (program, args, opts, cb) { + f.execFile = function (program, args, opts, cb) { + poison(f, 'execFile') + t.strictEqual(program, '/path/python') + t.ok(/sys\.version_info/.test(args[1])) + cb(null, '3.9.1') + } + t.strictEqual(program, + process.platform === 'win32' ? '"python"' : 'python') + t.ok(/sys\.executable/.test(args[1])) + cb(null, '/path/python') + } + f.findPython() + + function done (err, python) { + t.strictEqual(err, null) + t.strictEqual(python, '/path/python') + } +}) + +test('find python - python too old', function (t) { + t.plan(2) + + var f = new TestPythonFinder(null, done) + f.execFile = function (program, args, opts, cb) { + if (/sys\.executable/.test(args[args.length - 1])) { + cb(null, '/path/python') + } else if (/sys\.version_info/.test(args[args.length - 1])) { + cb(null, '2.3.4') + } else { + t.fail() + } + } + f.findPython() + + function done (err) { + t.ok(/Could not find any Python/.test(err)) + t.ok(/not supported/i.test(f.errorLog)) + } +}) + +test('find python - no python', function (t) { + t.plan(2) + + var f = new TestPythonFinder(null, done) + f.execFile = function (program, args, opts, cb) { + if (/sys\.executable/.test(args[args.length - 1])) { + cb(new Error('not found')) + } else if (/sys\.version_info/.test(args[args.length - 1])) { + cb(new Error('not a Python executable')) + } else { + t.fail() + } + } + f.findPython() + + function done (err) { + t.ok(/Could not find any Python/.test(err)) + t.ok(/not in PATH/.test(f.errorLog)) + } +}) + +test('find python - no python2, no python, unix', function (t) { + t.plan(2) + + var f = new TestPythonFinder(null, done) + f.checkPyLauncher = t.fail + f.win = false + + f.execFile = function (program, args, opts, cb) { + if (/sys\.executable/.test(args[args.length - 1])) { + cb(new Error('not found')) + } else { + t.fail() + } + } + f.findPython() + + function done (err) { + t.ok(/Could not find any Python/.test(err)) + t.ok(/not in PATH/.test(f.errorLog)) + } +}) + +test('find python - no python, use python launcher', function (t) { + t.plan(4) + + var f = new TestPythonFinder(null, done) + f.win = true + + f.execFile = function (program, args, opts, cb) { + if (program === 'py.exe') { + t.notEqual(args.indexOf('-3'), -1) + t.notEqual(args.indexOf('-c'), -1) + return cb(null, 'Z:\\snake.exe') + } + if (/sys\.executable/.test(args[args.length - 1])) { + cb(new Error('not found')) + } else if (f.winDefaultLocations.includes(program)) { + cb(new Error('not found')) + } else if (/sys\.version_info/.test(args[args.length - 1])) { + if (program === 'Z:\\snake.exe') { + cb(null, '3.9.0') + } else { + t.fail() + } + } else { + t.fail() + } + } + f.findPython() + + function done (err, python) { + t.strictEqual(err, null) + t.strictEqual(python, 'Z:\\snake.exe') + } +}) + +test('find python - no python, no python launcher, good guess', function (t) { + t.plan(2) + + var f = new TestPythonFinder(null, done) + f.win = true + const expectedProgram = f.winDefaultLocations[0] + + f.execFile = function (program, args, opts, cb) { + if (program === 'py.exe') { + return cb(new Error('not found')) + } + if (/sys\.executable/.test(args[args.length - 1])) { + cb(new Error('not found')) + } else if (program === expectedProgram && + /sys\.version_info/.test(args[args.length - 1])) { + cb(null, '3.7.3') + } else { + t.fail() + } + } + f.findPython() + + function done (err, python) { + t.strictEqual(err, null) + t.ok(python === expectedProgram) + } +}) + +test('find python - no python, no python launcher, bad guess', function (t) { + t.plan(2) + + var f = new TestPythonFinder(null, done) + f.win = true + + f.execFile = function (program, args, opts, cb) { + if (/sys\.executable/.test(args[args.length - 1])) { + cb(new Error('not found')) + } else if (/sys\.version_info/.test(args[args.length - 1])) { + cb(new Error('not a Python executable')) + } else { + t.fail() + } + } + f.findPython() + + function done (err) { + t.ok(/Could not find any Python/.test(err)) + t.ok(/not in PATH/.test(f.errorLog)) + } +}) diff --git a/node_modules/node-gyp/test/test-find-visualstudio.js b/node_modules/node-gyp/test/test-find-visualstudio.js new file mode 100644 index 0000000..1327cf8 --- /dev/null +++ b/node_modules/node-gyp/test/test-find-visualstudio.js @@ -0,0 +1,676 @@ +'use strict' + +const test = require('tap').test +const fs = require('fs') +const path = require('path') +const findVisualStudio = require('../lib/find-visualstudio') +const VisualStudioFinder = findVisualStudio.test.VisualStudioFinder + +const semverV1 = { major: 1, minor: 0, patch: 0 } + +delete process.env.VCINSTALLDIR + +function poison (object, property) { + function fail () { + console.error(Error(`Property ${property} should not have been accessed.`)) + process.abort() + } + var descriptor = { + configurable: false, + enumerable: false, + get: fail, + set: fail + } + Object.defineProperty(object, property, descriptor) +} + +function TestVisualStudioFinder () { VisualStudioFinder.apply(this, arguments) } +TestVisualStudioFinder.prototype = Object.create(VisualStudioFinder.prototype) +// Silence npmlog - remove for debugging +TestVisualStudioFinder.prototype.log = { + silly: () => {}, + verbose: () => {}, + info: () => {}, + warn: () => {}, + error: () => {} +} + +test('VS2013', function (t) { + t.plan(4) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info, { + msBuild: 'C:\\MSBuild12\\MSBuild.exe', + path: 'C:\\VS2013', + sdk: null, + toolset: 'v120', + version: '12.0', + versionMajor: 12, + versionMinor: 0, + versionYear: 2013 + }) + }) + + finder.findVisualStudio2017OrNewer = (cb) => { + finder.parseData(new Error(), '', '', cb) + } + finder.regSearchKeys = (keys, value, addOpts, cb) => { + for (var i = 0; i < keys.length; ++i) { + const fullName = `${keys[i]}\\${value}` + switch (fullName) { + case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': + case 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': + continue + case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\12.0': + t.pass(`expected search for registry value ${fullName}`) + return cb(null, 'C:\\VS2013\\VC\\') + case 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\\12.0\\MSBuildToolsPath': + t.pass(`expected search for registry value ${fullName}`) + return cb(null, 'C:\\MSBuild12\\') + default: + t.fail(`unexpected search for registry value ${fullName}`) + } + } + return cb(new Error()) + } + finder.findVisualStudio() +}) + +test('VS2013 should not be found on new node versions', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder({ + major: 10, + minor: 0, + patch: 0 + }, null, (err, info) => { + t.ok(/find .* Visual Studio/i.test(err), 'expect error') + t.false(info, 'no data') + }) + + finder.findVisualStudio2017OrNewer = (cb) => { + const file = path.join(__dirname, 'fixtures', 'VS_2017_Unusable.txt') + const data = fs.readFileSync(file) + finder.parseData(null, data, '', cb) + } + finder.regSearchKeys = (keys, value, addOpts, cb) => { + for (var i = 0; i < keys.length; ++i) { + const fullName = `${keys[i]}\\${value}` + switch (fullName) { + case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': + case 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': + continue + default: + t.fail(`unexpected search for registry value ${fullName}`) + } + } + return cb(new Error()) + } + finder.findVisualStudio() +}) + +test('VS2015', function (t) { + t.plan(4) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info, { + msBuild: 'C:\\MSBuild14\\MSBuild.exe', + path: 'C:\\VS2015', + sdk: null, + toolset: 'v140', + version: '14.0', + versionMajor: 14, + versionMinor: 0, + versionYear: 2015 + }) + }) + + finder.findVisualStudio2017OrNewer = (cb) => { + finder.parseData(new Error(), '', '', cb) + } + finder.regSearchKeys = (keys, value, addOpts, cb) => { + for (var i = 0; i < keys.length; ++i) { + const fullName = `${keys[i]}\\${value}` + switch (fullName) { + case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': + t.pass(`expected search for registry value ${fullName}`) + return cb(null, 'C:\\VS2015\\VC\\') + case 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\\14.0\\MSBuildToolsPath': + t.pass(`expected search for registry value ${fullName}`) + return cb(null, 'C:\\MSBuild14\\') + default: + t.fail(`unexpected search for registry value ${fullName}`) + } + } + return cb(new Error()) + } + finder.findVisualStudio() +}) + +test('error from PowerShell', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, null) + + finder.parseData(new Error(), '', '', (info) => { + t.ok(/use PowerShell/i.test(finder.errorLog[0]), 'expect error') + t.false(info, 'no data') + }) +}) + +test('empty output from PowerShell', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, null) + + finder.parseData(null, '', '', (info) => { + t.ok(/use PowerShell/i.test(finder.errorLog[0]), 'expect error') + t.false(info, 'no data') + }) +}) + +test('output from PowerShell not JSON', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, null) + + finder.parseData(null, 'AAAABBBB', '', (info) => { + t.ok(/use PowerShell/i.test(finder.errorLog[0]), 'expect error') + t.false(info, 'no data') + }) +}) + +test('wrong JSON from PowerShell', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, null) + + finder.parseData(null, '{}', '', (info) => { + t.ok(/use PowerShell/i.test(finder.errorLog[0]), 'expect error') + t.false(info, 'no data') + }) +}) + +test('empty JSON from PowerShell', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, null) + + finder.parseData(null, '[]', '', (info) => { + t.ok(/find .* Visual Studio/i.test(finder.errorLog[0]), 'expect error') + t.false(info, 'no data') + }) +}) + +test('future version', function (t) { + t.plan(3) + + const finder = new TestVisualStudioFinder(semverV1, null, null) + + finder.parseData(null, JSON.stringify([{ + packages: [ + 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64', + 'Microsoft.VisualStudio.Component.Windows10SDK.17763', + 'Microsoft.VisualStudio.VC.MSBuild.Base' + ], + path: 'C:\\VS', + version: '9999.9999.9999.9999' + }]), '', (info) => { + t.ok(/unknown version/i.test(finder.errorLog[0]), 'expect error') + t.ok(/find .* Visual Studio/i.test(finder.errorLog[1]), 'expect error') + t.false(info, 'no data') + }) +}) + +test('single unusable VS2017', function (t) { + t.plan(3) + + const finder = new TestVisualStudioFinder(semverV1, null, null) + + const file = path.join(__dirname, 'fixtures', 'VS_2017_Unusable.txt') + const data = fs.readFileSync(file) + finder.parseData(null, data, '', (info) => { + t.ok(/checking/i.test(finder.errorLog[0]), 'expect error') + t.ok(/find .* Visual Studio/i.test(finder.errorLog[2]), 'expect error') + t.false(info, 'no data') + }) +}) + +test('minimal VS2017 Build Tools', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info, { + msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\' + + 'BuildTools\\MSBuild\\15.0\\Bin\\MSBuild.exe', + path: + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools', + sdk: '10.0.17134.0', + toolset: 'v141', + version: '15.9.28307.665', + versionMajor: 15, + versionMinor: 9, + versionYear: 2017 + }) + }) + + poison(finder, 'regSearchKeys') + finder.findVisualStudio2017OrNewer = (cb) => { + const file = path.join(__dirname, 'fixtures', + 'VS_2017_BuildTools_minimal.txt') + const data = fs.readFileSync(file) + finder.parseData(null, data, '', cb) + } + finder.findVisualStudio() +}) + +test('VS2017 Community with C++ workload', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info, { + msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\' + + 'Community\\MSBuild\\15.0\\Bin\\MSBuild.exe', + path: + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community', + sdk: '10.0.17763.0', + toolset: 'v141', + version: '15.9.28307.665', + versionMajor: 15, + versionMinor: 9, + versionYear: 2017 + }) + }) + + poison(finder, 'regSearchKeys') + finder.findVisualStudio2017OrNewer = (cb) => { + const file = path.join(__dirname, 'fixtures', + 'VS_2017_Community_workload.txt') + const data = fs.readFileSync(file) + finder.parseData(null, data, '', cb) + } + finder.findVisualStudio() +}) + +test('VS2017 Express', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info, { + msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\' + + 'WDExpress\\MSBuild\\15.0\\Bin\\MSBuild.exe', + path: + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\WDExpress', + sdk: '10.0.17763.0', + toolset: 'v141', + version: '15.9.28307.858', + versionMajor: 15, + versionMinor: 9, + versionYear: 2017 + }) + }) + + poison(finder, 'regSearchKeys') + finder.findVisualStudio2017OrNewer = (cb) => { + const file = path.join(__dirname, 'fixtures', 'VS_2017_Express.txt') + const data = fs.readFileSync(file) + finder.parseData(null, data, '', cb) + } + finder.findVisualStudio() +}) + +test('VS2019 Preview with C++ workload', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info, { + msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\' + + 'Preview\\MSBuild\\Current\\Bin\\MSBuild.exe', + path: + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview', + sdk: '10.0.17763.0', + toolset: 'v142', + version: '16.0.28608.199', + versionMajor: 16, + versionMinor: 0, + versionYear: 2019 + }) + }) + + poison(finder, 'regSearchKeys') + finder.findVisualStudio2017OrNewer = (cb) => { + const file = path.join(__dirname, 'fixtures', + 'VS_2019_Preview.txt') + const data = fs.readFileSync(file) + finder.parseData(null, data, '', cb) + } + finder.findVisualStudio() +}) + +test('minimal VS2019 Build Tools', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info, { + msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\' + + 'BuildTools\\MSBuild\\Current\\Bin\\MSBuild.exe', + path: + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools', + sdk: '10.0.17134.0', + toolset: 'v142', + version: '16.1.28922.388', + versionMajor: 16, + versionMinor: 1, + versionYear: 2019 + }) + }) + + poison(finder, 'regSearchKeys') + finder.findVisualStudio2017OrNewer = (cb) => { + const file = path.join(__dirname, 'fixtures', + 'VS_2019_BuildTools_minimal.txt') + const data = fs.readFileSync(file) + finder.parseData(null, data, '', cb) + } + finder.findVisualStudio() +}) + +test('VS2019 Community with C++ workload', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info, { + msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\' + + 'Community\\MSBuild\\Current\\Bin\\MSBuild.exe', + path: + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community', + sdk: '10.0.17763.0', + toolset: 'v142', + version: '16.1.28922.388', + versionMajor: 16, + versionMinor: 1, + versionYear: 2019 + }) + }) + + poison(finder, 'regSearchKeys') + finder.findVisualStudio2017OrNewer = (cb) => { + const file = path.join(__dirname, 'fixtures', + 'VS_2019_Community_workload.txt') + const data = fs.readFileSync(file) + finder.parseData(null, data, '', cb) + } + finder.findVisualStudio() +}) + +function allVsVersions (t, finder) { + finder.findVisualStudio2017OrNewer = (cb) => { + const data0 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', + 'VS_2017_Unusable.txt'))) + const data1 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', + 'VS_2017_BuildTools_minimal.txt'))) + const data2 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', + 'VS_2017_Community_workload.txt'))) + const data3 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', + 'VS_2017_Express.txt'))) + const data4 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', + 'VS_2019_Preview.txt'))) + const data5 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', + 'VS_2019_BuildTools_minimal.txt'))) + const data6 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', + 'VS_2019_Community_workload.txt'))) + const data = JSON.stringify(data0.concat(data1, data2, data3, data4, + data5, data6)) + finder.parseData(null, data, '', cb) + } + finder.regSearchKeys = (keys, value, addOpts, cb) => { + for (var i = 0; i < keys.length; ++i) { + const fullName = `${keys[i]}\\${value}` + switch (fullName) { + case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': + case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\12.0': + continue + case 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7\\12.0': + return cb(null, 'C:\\VS2013\\VC\\') + case 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\\12.0\\MSBuildToolsPath': + return cb(null, 'C:\\MSBuild12\\') + case 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': + return cb(null, 'C:\\VS2015\\VC\\') + case 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\\14.0\\MSBuildToolsPath': + return cb(null, 'C:\\MSBuild14\\') + default: + t.fail(`unexpected search for registry value ${fullName}`) + } + } + return cb(new Error()) + } +} + +test('fail when looking for invalid path', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, 'AABB', (err, info) => { + t.ok(/find .* Visual Studio/i.test(err), 'expect error') + t.false(info, 'no data') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('look for VS2013 by version number', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, '2013', (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.versionYear, 2013) + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('look for VS2013 by installation path', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, 'C:\\VS2013', + (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.path, 'C:\\VS2013') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('look for VS2015 by version number', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, '2015', (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.versionYear, 2015) + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('look for VS2015 by installation path', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, 'C:\\VS2015', + (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.path, 'C:\\VS2015') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('look for VS2017 by version number', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, '2017', (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.versionYear, 2017) + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('look for VS2017 by installation path', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community', + (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.path, + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('look for VS2019 by version number', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, '2019', (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.versionYear, 2019) + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('look for VS2019 by installation path', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools', + (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.path, + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('msvs_version match should be case insensitive', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, + 'c:\\program files (x86)\\microsoft visual studio\\2019\\BUILDTOOLS', + (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.path, + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('latest version should be found by default', function (t) { + t.plan(2) + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.versionYear, 2019) + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('run on a usable VS Command Prompt', function (t) { + t.plan(2) + + process.env.VCINSTALLDIR = 'C:\\VS2015\\VC' + // VSINSTALLDIR is not defined on Visual C++ Build Tools 2015 + delete process.env.VSINSTALLDIR + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.path, 'C:\\VS2015') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('VCINSTALLDIR match should be case insensitive', function (t) { + t.plan(2) + + process.env.VCINSTALLDIR = + 'c:\\program files (x86)\\microsoft visual studio\\2019\\BUILDTOOLS\\VC' + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.path, + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('run on a unusable VS Command Prompt', function (t) { + t.plan(2) + + process.env.VCINSTALLDIR = + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildToolsUnusable\\VC' + + const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { + t.ok(/find .* Visual Studio/i.test(err), 'expect error') + t.false(info, 'no data') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('run on a VS Command Prompt with matching msvs_version', function (t) { + t.plan(2) + + process.env.VCINSTALLDIR = 'C:\\VS2015\\VC' + + const finder = new TestVisualStudioFinder(semverV1, 'C:\\VS2015', + (err, info) => { + t.strictEqual(err, null) + t.deepEqual(info.path, 'C:\\VS2015') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) + +test('run on a VS Command Prompt with mismatched msvs_version', function (t) { + t.plan(2) + + process.env.VCINSTALLDIR = + 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC' + + const finder = new TestVisualStudioFinder(semverV1, 'C:\\VS2015', + (err, info) => { + t.ok(/find .* Visual Studio/i.test(err), 'expect error') + t.false(info, 'no data') + }) + + allVsVersions(t, finder) + finder.findVisualStudio() +}) diff --git a/node_modules/node-gyp/test/test-install.js b/node_modules/node-gyp/test/test-install.js new file mode 100644 index 0000000..5039dc9 --- /dev/null +++ b/node_modules/node-gyp/test/test-install.js @@ -0,0 +1,46 @@ +'use strict' + +const { test } = require('tap') +const { test: { install } } = require('../lib/install') +const log = require('npmlog') + +log.level = 'error' // we expect a warning + +test('EACCES retry once', async (t) => { + t.plan(3) + + const fs = { + promises: { + stat (_) { + const err = new Error() + err.code = 'EACCES' + t.ok(true) + throw err + } + } + } + + const Gyp = { + devDir: __dirname, + opts: { + ensure: true + }, + commands: { + install (argv, cb) { + install(fs, Gyp, argv).then(cb, cb) + }, + remove (_, cb) { + cb() + } + } + } + + try { + await install(fs, Gyp, []) + } catch (err) { + t.ok(true) + if (/"pre" versions of node cannot be installed/.test(err.message)) { + t.ok(true) + } + } +}) diff --git a/node_modules/node-gyp/test/test-options.js b/node_modules/node-gyp/test/test-options.js new file mode 100644 index 0000000..b2ac62c --- /dev/null +++ b/node_modules/node-gyp/test/test-options.js @@ -0,0 +1,31 @@ +'use strict' + +const test = require('tap').test +const gyp = require('../lib/node-gyp') + +test('options in environment', (t) => { + t.plan(1) + + // `npm test` dumps a ton of npm_config_* variables in the environment. + Object.keys(process.env) + .filter((key) => /^npm_config_/.test(key)) + .forEach((key) => { delete process.env[key] }) + + // in some platforms, certain keys are stubborn and cannot be removed + const keys = Object.keys(process.env) + .filter((key) => /^npm_config_/.test(key)) + .map((key) => key.substring('npm_config_'.length)) + .concat('argv', 'x') + + // Zero-length keys should get filtered out. + process.env.npm_config_ = '42' + // Other keys should get added. + process.env.npm_config_x = '42' + // Except loglevel. + process.env.npm_config_loglevel = 'debug' + + const g = gyp() + g.parseArgv(['rebuild']) // Also sets opts.argv. + + t.deepEqual(Object.keys(g.opts).sort(), keys.sort()) +}) diff --git a/node_modules/node-gyp/test/test-process-release.js b/node_modules/node-gyp/test/test-process-release.js new file mode 100644 index 0000000..c3ee070 --- /dev/null +++ b/node_modules/node-gyp/test/test-process-release.js @@ -0,0 +1,434 @@ +'use strict' + +const test = require('tap').test +const processRelease = require('../lib/process-release') + +test('test process release - process.version = 0.8.20', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v0.8.20', null) + + t.equal(release.semver.version, '0.8.20') + delete release.semver + + t.deepEqual(release, { + version: '0.8.20', + name: 'node', + baseUrl: 'https://nodejs.org/dist/v0.8.20/', + tarballUrl: 'https://nodejs.org/dist/v0.8.20/node-v0.8.20.tar.gz', + shasumsUrl: 'https://nodejs.org/dist/v0.8.20/SHASUMS256.txt', + versionDir: '0.8.20', + ia32: { libUrl: 'https://nodejs.org/dist/v0.8.20/node.lib', libPath: 'node.lib' }, + x64: { libUrl: 'https://nodejs.org/dist/v0.8.20/x64/node.lib', libPath: 'x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/dist/v0.8.20/arm64/node.lib', libPath: 'arm64/node.lib' } + }) +}) + +test('test process release - process.version = 0.10.21', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v0.10.21', null) + + t.equal(release.semver.version, '0.10.21') + delete release.semver + + t.deepEqual(release, { + version: '0.10.21', + name: 'node', + baseUrl: 'https://nodejs.org/dist/v0.10.21/', + tarballUrl: 'https://nodejs.org/dist/v0.10.21/node-v0.10.21.tar.gz', + shasumsUrl: 'https://nodejs.org/dist/v0.10.21/SHASUMS256.txt', + versionDir: '0.10.21', + ia32: { libUrl: 'https://nodejs.org/dist/v0.10.21/node.lib', libPath: 'node.lib' }, + x64: { libUrl: 'https://nodejs.org/dist/v0.10.21/x64/node.lib', libPath: 'x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/dist/v0.10.21/arm64/node.lib', libPath: 'arm64/node.lib' } + }) +}) + +// prior to -headers.tar.gz +test('test process release - process.version = 0.12.9', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v0.12.9', null) + + t.equal(release.semver.version, '0.12.9') + delete release.semver + + t.deepEqual(release, { + version: '0.12.9', + name: 'node', + baseUrl: 'https://nodejs.org/dist/v0.12.9/', + tarballUrl: 'https://nodejs.org/dist/v0.12.9/node-v0.12.9.tar.gz', + shasumsUrl: 'https://nodejs.org/dist/v0.12.9/SHASUMS256.txt', + versionDir: '0.12.9', + ia32: { libUrl: 'https://nodejs.org/dist/v0.12.9/node.lib', libPath: 'node.lib' }, + x64: { libUrl: 'https://nodejs.org/dist/v0.12.9/x64/node.lib', libPath: 'x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/dist/v0.12.9/arm64/node.lib', libPath: 'arm64/node.lib' } + }) +}) + +// prior to -headers.tar.gz +test('test process release - process.version = 0.10.41', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v0.10.41', null) + + t.equal(release.semver.version, '0.10.41') + delete release.semver + + t.deepEqual(release, { + version: '0.10.41', + name: 'node', + baseUrl: 'https://nodejs.org/dist/v0.10.41/', + tarballUrl: 'https://nodejs.org/dist/v0.10.41/node-v0.10.41.tar.gz', + shasumsUrl: 'https://nodejs.org/dist/v0.10.41/SHASUMS256.txt', + versionDir: '0.10.41', + ia32: { libUrl: 'https://nodejs.org/dist/v0.10.41/node.lib', libPath: 'node.lib' }, + x64: { libUrl: 'https://nodejs.org/dist/v0.10.41/x64/node.lib', libPath: 'x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/dist/v0.10.41/arm64/node.lib', libPath: 'arm64/node.lib' } + }) +}) + +// has -headers.tar.gz +test('test process release - process.release ~ node@0.10.42', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v0.10.42', null) + + t.equal(release.semver.version, '0.10.42') + delete release.semver + + t.deepEqual(release, { + version: '0.10.42', + name: 'node', + baseUrl: 'https://nodejs.org/dist/v0.10.42/', + tarballUrl: 'https://nodejs.org/dist/v0.10.42/node-v0.10.42-headers.tar.gz', + shasumsUrl: 'https://nodejs.org/dist/v0.10.42/SHASUMS256.txt', + versionDir: '0.10.42', + ia32: { libUrl: 'https://nodejs.org/dist/v0.10.42/node.lib', libPath: 'node.lib' }, + x64: { libUrl: 'https://nodejs.org/dist/v0.10.42/x64/node.lib', libPath: 'x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/dist/v0.10.42/arm64/node.lib', libPath: 'arm64/node.lib' } + }) +}) + +// has -headers.tar.gz +test('test process release - process.release ~ node@0.12.10', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v0.12.10', null) + + t.equal(release.semver.version, '0.12.10') + delete release.semver + + t.deepEqual(release, { + version: '0.12.10', + name: 'node', + baseUrl: 'https://nodejs.org/dist/v0.12.10/', + tarballUrl: 'https://nodejs.org/dist/v0.12.10/node-v0.12.10-headers.tar.gz', + shasumsUrl: 'https://nodejs.org/dist/v0.12.10/SHASUMS256.txt', + versionDir: '0.12.10', + ia32: { libUrl: 'https://nodejs.org/dist/v0.12.10/node.lib', libPath: 'node.lib' }, + x64: { libUrl: 'https://nodejs.org/dist/v0.12.10/x64/node.lib', libPath: 'x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/dist/v0.12.10/arm64/node.lib', libPath: 'arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ node@4.1.23', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v4.1.23', { + name: 'node', + headersUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz' + }) + + t.equal(release.semver.version, '4.1.23') + delete release.semver + + t.deepEqual(release, { + version: '4.1.23', + name: 'node', + baseUrl: 'https://nodejs.org/dist/v4.1.23/', + tarballUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz', + shasumsUrl: 'https://nodejs.org/dist/v4.1.23/SHASUMS256.txt', + versionDir: '4.1.23', + ia32: { libUrl: 'https://nodejs.org/dist/v4.1.23/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'https://nodejs.org/dist/v4.1.23/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/dist/v4.1.23/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ node@4.1.23 / corp build', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v4.1.23', { + name: 'node', + headersUrl: 'https://some.custom.location/node-v4.1.23-headers.tar.gz' + }) + + t.equal(release.semver.version, '4.1.23') + delete release.semver + + t.deepEqual(release, { + version: '4.1.23', + name: 'node', + baseUrl: 'https://some.custom.location/', + tarballUrl: 'https://some.custom.location/node-v4.1.23-headers.tar.gz', + shasumsUrl: 'https://some.custom.location/SHASUMS256.txt', + versionDir: '4.1.23', + ia32: { libUrl: 'https://some.custom.location/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'https://some.custom.location/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'https://some.custom.location/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ node@12.8.0 Windows', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v12.8.0', { + name: 'node', + sourceUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0.tar.gz', + headersUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz', + libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib' + }) + + t.equal(release.semver.version, '12.8.0') + delete release.semver + + t.deepEqual(release, { + version: '12.8.0', + name: 'node', + baseUrl: 'https://nodejs.org/download/release/v12.8.0/', + tarballUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz', + shasumsUrl: 'https://nodejs.org/download/release/v12.8.0/SHASUMS256.txt', + versionDir: '12.8.0', + ia32: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ node@12.8.0 Windows ARM64', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v12.8.0', { + name: 'node', + sourceUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/node-v12.8.0.tar.gz', + headersUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz', + libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-arm64/node.lib' + }) + + t.equal(release.semver.version, '12.8.0') + delete release.semver + + t.deepEqual(release, { + version: '12.8.0', + name: 'node', + baseUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/', + tarballUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz', + shasumsUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/SHASUMS256.txt', + versionDir: '12.8.0', + ia32: { libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ node@4.1.23 --target=0.10.40', function (t) { + t.plan(2) + + var release = processRelease([], { opts: { target: '0.10.40' } }, 'v4.1.23', { + name: 'node', + headersUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz' + }) + + t.equal(release.semver.version, '0.10.40') + delete release.semver + + t.deepEqual(release, { + version: '0.10.40', + name: 'node', + baseUrl: 'https://nodejs.org/dist/v0.10.40/', + tarballUrl: 'https://nodejs.org/dist/v0.10.40/node-v0.10.40.tar.gz', + shasumsUrl: 'https://nodejs.org/dist/v0.10.40/SHASUMS256.txt', + versionDir: '0.10.40', + ia32: { libUrl: 'https://nodejs.org/dist/v0.10.40/node.lib', libPath: 'node.lib' }, + x64: { libUrl: 'https://nodejs.org/dist/v0.10.40/x64/node.lib', libPath: 'x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/dist/v0.10.40/arm64/node.lib', libPath: 'arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ node@4.1.23 --dist-url=https://foo.bar/baz', function (t) { + t.plan(2) + + var release = processRelease([], { opts: { 'dist-url': 'https://foo.bar/baz' } }, 'v4.1.23', { + name: 'node', + headersUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz' + }) + + t.equal(release.semver.version, '4.1.23') + delete release.semver + + t.deepEqual(release, { + version: '4.1.23', + name: 'node', + baseUrl: 'https://foo.bar/baz/v4.1.23/', + tarballUrl: 'https://foo.bar/baz/v4.1.23/node-v4.1.23-headers.tar.gz', + shasumsUrl: 'https://foo.bar/baz/v4.1.23/SHASUMS256.txt', + versionDir: '4.1.23', + ia32: { libUrl: 'https://foo.bar/baz/v4.1.23/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'https://foo.bar/baz/v4.1.23/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'https://foo.bar/baz/v4.1.23/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ frankenstein@4.1.23', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v4.1.23', { + name: 'frankenstein', + headersUrl: 'https://frankensteinjs.org/dist/v4.1.23/frankenstein-v4.1.23-headers.tar.gz' + }) + + t.equal(release.semver.version, '4.1.23') + delete release.semver + + t.deepEqual(release, { + version: '4.1.23', + name: 'frankenstein', + baseUrl: 'https://frankensteinjs.org/dist/v4.1.23/', + tarballUrl: 'https://frankensteinjs.org/dist/v4.1.23/frankenstein-v4.1.23-headers.tar.gz', + shasumsUrl: 'https://frankensteinjs.org/dist/v4.1.23/SHASUMS256.txt', + versionDir: 'frankenstein-4.1.23', + ia32: { libUrl: 'https://frankensteinjs.org/dist/v4.1.23/win-x86/frankenstein.lib', libPath: 'win-x86/frankenstein.lib' }, + x64: { libUrl: 'https://frankensteinjs.org/dist/v4.1.23/win-x64/frankenstein.lib', libPath: 'win-x64/frankenstein.lib' }, + arm64: { libUrl: 'https://frankensteinjs.org/dist/v4.1.23/win-arm64/frankenstein.lib', libPath: 'win-arm64/frankenstein.lib' } + }) +}) + +test('test process release - process.release ~ frankenstein@4.1.23 --dist-url=http://foo.bar/baz/', function (t) { + t.plan(2) + + var release = processRelease([], { opts: { 'dist-url': 'http://foo.bar/baz/' } }, 'v4.1.23', { + name: 'frankenstein', + headersUrl: 'https://frankensteinjs.org/dist/v4.1.23/frankenstein-v4.1.23.tar.gz' + }) + + t.equal(release.semver.version, '4.1.23') + delete release.semver + + t.deepEqual(release, { + version: '4.1.23', + name: 'frankenstein', + baseUrl: 'http://foo.bar/baz/v4.1.23/', + tarballUrl: 'http://foo.bar/baz/v4.1.23/frankenstein-v4.1.23-headers.tar.gz', + shasumsUrl: 'http://foo.bar/baz/v4.1.23/SHASUMS256.txt', + versionDir: 'frankenstein-4.1.23', + ia32: { libUrl: 'http://foo.bar/baz/v4.1.23/win-x86/frankenstein.lib', libPath: 'win-x86/frankenstein.lib' }, + x64: { libUrl: 'http://foo.bar/baz/v4.1.23/win-x64/frankenstein.lib', libPath: 'win-x64/frankenstein.lib' }, + arm64: { libUrl: 'http://foo.bar/baz/v4.1.23/win-arm64/frankenstein.lib', libPath: 'win-arm64/frankenstein.lib' } + }) +}) + +test('test process release - process.release ~ node@4.0.0-rc.4', function (t) { + t.plan(2) + + var release = processRelease([], { opts: {} }, 'v4.0.0-rc.4', { + name: 'node', + headersUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz' + }) + + t.equal(release.semver.version, '4.0.0-rc.4') + delete release.semver + + t.deepEqual(release, { + version: '4.0.0-rc.4', + name: 'node', + baseUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/', + tarballUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz', + shasumsUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/SHASUMS256.txt', + versionDir: '4.0.0-rc.4', + ia32: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ node@4.0.0-rc.4 passed as argv[0]', function (t) { + t.plan(2) + + // note the missing 'v' on the arg, it should normalise when checking + // whether we're on the default or not + var release = processRelease(['4.0.0-rc.4'], { opts: {} }, 'v4.0.0-rc.4', { + name: 'node', + headersUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz' + }) + + t.equal(release.semver.version, '4.0.0-rc.4') + delete release.semver + + t.deepEqual(release, { + version: '4.0.0-rc.4', + name: 'node', + baseUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/', + tarballUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz', + shasumsUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/SHASUMS256.txt', + versionDir: '4.0.0-rc.4', + ia32: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) +}) + +test('test process release - process.release ~ node@4.0.0-rc.4 - bogus string passed as argv[0]', function (t) { + t.plan(2) + + // additional arguments can be passed in on the commandline that should be ignored if they + // are not specifying a valid version @ position 0 + var release = processRelease(['this is no version!'], { opts: {} }, 'v4.0.0-rc.4', { + name: 'node', + headersUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz' + }) + + t.equal(release.semver.version, '4.0.0-rc.4') + delete release.semver + + t.deepEqual(release, { + version: '4.0.0-rc.4', + name: 'node', + baseUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/', + tarballUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz', + shasumsUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/SHASUMS256.txt', + versionDir: '4.0.0-rc.4', + ia32: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) +}) + +test('test process release - NODEJS_ORG_MIRROR', function (t) { + t.plan(2) + + process.env.NODEJS_ORG_MIRROR = 'http://foo.bar' + + var release = processRelease([], { opts: {} }, 'v4.1.23', { + name: 'node', + headersUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz' + }) + + t.equal(release.semver.version, '4.1.23') + delete release.semver + + t.deepEqual(release, { + version: '4.1.23', + name: 'node', + baseUrl: 'http://foo.bar/v4.1.23/', + tarballUrl: 'http://foo.bar/v4.1.23/node-v4.1.23-headers.tar.gz', + shasumsUrl: 'http://foo.bar/v4.1.23/SHASUMS256.txt', + versionDir: '4.1.23', + ia32: { libUrl: 'http://foo.bar/v4.1.23/win-x86/node.lib', libPath: 'win-x86/node.lib' }, + x64: { libUrl: 'http://foo.bar/v4.1.23/win-x64/node.lib', libPath: 'win-x64/node.lib' }, + arm64: { libUrl: 'http://foo.bar/v4.1.23/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } + }) + + delete process.env.NODEJS_ORG_MIRROR +}) diff --git a/node_modules/node-gyp/update-gyp.py b/node_modules/node-gyp/update-gyp.py new file mode 100644 index 0000000..bb84f07 --- /dev/null +++ b/node_modules/node-gyp/update-gyp.py @@ -0,0 +1,46 @@ +#!/usr/bin/env python3 + +import argparse +import os +import shutil +import subprocess +import tarfile +import tempfile +import urllib.request + +BASE_URL = "https://github.com/nodejs/gyp-next/archive/" +CHECKOUT_PATH = os.path.dirname(os.path.realpath(__file__)) +CHECKOUT_GYP_PATH = os.path.join(CHECKOUT_PATH, "gyp") + +parser = argparse.ArgumentParser() +parser.add_argument("tag", help="gyp tag to update to") +args = parser.parse_args() + +tar_url = BASE_URL + args.tag + ".tar.gz" + +changed_files = subprocess.check_output(["git", "diff", "--name-only"]).strip() +if changed_files: + raise Exception("Can't update gyp while you have uncommitted changes in node-gyp") + +with tempfile.TemporaryDirectory() as tmp_dir: + tar_file = os.path.join(tmp_dir, "gyp.tar.gz") + unzip_target = os.path.join(tmp_dir, "gyp") + with open(tar_file, "wb") as f: + print("Downloading gyp-next@" + args.tag + " into temporary directory...") + print("From: " + tar_url) + with urllib.request.urlopen(tar_url) as in_file: + f.write(in_file.read()) + + print("Unzipping...") + with tarfile.open(tar_file, "r:gz") as tar_ref: + tar_ref.extractall(unzip_target) + + print("Moving to current checkout (" + CHECKOUT_PATH + ")...") + if os.path.exists(CHECKOUT_GYP_PATH): + shutil.rmtree(CHECKOUT_GYP_PATH) + shutil.move( + os.path.join(unzip_target, os.listdir(unzip_target)[0]), CHECKOUT_GYP_PATH + ) + +subprocess.check_output(["git", "add", "gyp"], cwd=CHECKOUT_PATH) +subprocess.check_output(["git", "commit", "-m", "feat(gyp): update gyp to " + args.tag]) diff --git a/node_modules/nopt/CHANGELOG.md b/node_modules/nopt/CHANGELOG.md new file mode 100644 index 0000000..82a09fb --- /dev/null +++ b/node_modules/nopt/CHANGELOG.md @@ -0,0 +1,58 @@ +### v4.0.1 (2016-12-14) + +#### WHOOPS + +* [`fb9b1ce`](https://github.com/npm/nopt/commit/fb9b1ce57b3c69b4f7819015be87719204f77ef6) + Merged so many patches at once that the code fencing + ([@adius](https://github.com/adius)) added got broken. Sorry, + ([@adius](https://github.com/adius))! + ([@othiym23](https://github.com/othiym23)) + +### v4.0.0 (2016-12-13) + +#### BREAKING CHANGES + +* [`651d447`](https://github.com/npm/nopt/commit/651d4473946096d341a480bbe56793de3fc706aa) + When parsing String-typed arguments, if the next value is `""`, don't simply + swallow it. ([@samjonester](https://github.com/samjonester)) + +#### PERFORMANCE TWEAKS + +* [`3370ce8`](https://github.com/npm/nopt/commit/3370ce87a7618ba228883861db84ddbcdff252a9) + Simplify initialization. ([@elidoran](https://github.com/elidoran)) +* [`356e58e`](https://github.com/npm/nopt/commit/356e58e3b3b431a4b1af7fd7bdee44c2c0526a09) + Store `Array.isArray(types[arg])` for reuse. + ([@elidoran](https://github.com/elidoran)) +* [`0d95e90`](https://github.com/npm/nopt/commit/0d95e90515844f266015b56d2c80b94e5d14a07e) + Interpret single-item type arrays as a single type. + ([@samjonester](https://github.com/samjonester)) +* [`07c69d3`](https://github.com/npm/nopt/commit/07c69d38b5186450941fbb505550becb78a0e925) + Simplify key-value extraction. ([@elidoran](https://github.com/elidoran)) +* [`39b6e5c`](https://github.com/npm/nopt/commit/39b6e5c65ac47f60cd43a1fbeece5cd4c834c254) + Only call `Date.parse(val)` once. ([@elidoran](https://github.com/elidoran)) +* [`934943d`](https://github.com/npm/nopt/commit/934943dffecb55123a2b15959fe2a359319a5dbd) + Use `osenv.home()` to find a user's home directory instead of assuming it's + always `$HOME`. ([@othiym23](https://github.com/othiym23)) + +#### TEST & CI IMPROVEMENTS + +* [`326ffff`](https://github.com/npm/nopt/commit/326ffff7f78a00bcd316adecf69075f8a8093619) + Fix `/tmp` test to work on Windows. + ([@elidoran](https://github.com/elidoran)) +* [`c89d31a`](https://github.com/npm/nopt/commit/c89d31a49d14f2238bc6672db08da697bbc57f1b) + Only run Windows tests on Windows, only run Unix tests on a Unix. + ([@elidoran](https://github.com/elidoran)) +* [`affd3d1`](https://github.com/npm/nopt/commit/affd3d1d0addffa93006397b2013b18447339366) + Refresh Travis to run the tests against the currently-supported batch of npm + versions. ([@helio](https://github.com/helio)-frota) +* [`55f9449`](https://github.com/npm/nopt/commit/55f94497d163ed4d16dd55fd6c4fb95cc440e66d) + `tap@8.0.1` ([@othiym23](https://github.com/othiym23)) + +#### DOC TWEAKS + +* [`5271229`](https://github.com/npm/nopt/commit/5271229ee7c810217dd51616c086f5d9ab224581) + Use JavaScript code block for syntax highlighting. + ([@adius](https://github.com/adius)) +* [`c0d156f`](https://github.com/npm/nopt/commit/c0d156f229f9994c5dfcec4a8886eceff7a07682) + The code sample in the README had `many2: [ oneThing ]`, and now it has + `many2: [ two, things ]`. ([@silkentrance](https://github.com/silkentrance)) diff --git a/node_modules/nopt/LICENSE b/node_modules/nopt/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/nopt/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/nopt/README.md b/node_modules/nopt/README.md new file mode 100644 index 0000000..a99531c --- /dev/null +++ b/node_modules/nopt/README.md @@ -0,0 +1,213 @@ +If you want to write an option parser, and have it be good, there are +two ways to do it. The Right Way, and the Wrong Way. + +The Wrong Way is to sit down and write an option parser. We've all done +that. + +The Right Way is to write some complex configurable program with so many +options that you hit the limit of your frustration just trying to +manage them all, and defer it with duct-tape solutions until you see +exactly to the core of the problem, and finally snap and write an +awesome option parser. + +If you want to write an option parser, don't write an option parser. +Write a package manager, or a source control system, or a service +restarter, or an operating system. You probably won't end up with a +good one of those, but if you don't give up, and you are relentless and +diligent enough in your procrastination, you may just end up with a very +nice option parser. + +## USAGE + +```javascript +// my-program.js +var nopt = require("nopt") + , Stream = require("stream").Stream + , path = require("path") + , knownOpts = { "foo" : [String, null] + , "bar" : [Stream, Number] + , "baz" : path + , "bloo" : [ "big", "medium", "small" ] + , "flag" : Boolean + , "pick" : Boolean + , "many1" : [String, Array] + , "many2" : [path, Array] + } + , shortHands = { "foofoo" : ["--foo", "Mr. Foo"] + , "b7" : ["--bar", "7"] + , "m" : ["--bloo", "medium"] + , "p" : ["--pick"] + , "f" : ["--flag"] + } + // everything is optional. + // knownOpts and shorthands default to {} + // arg list defaults to process.argv + // slice defaults to 2 + , parsed = nopt(knownOpts, shortHands, process.argv, 2) +console.log(parsed) +``` + +This would give you support for any of the following: + +```console +$ node my-program.js --foo "blerp" --no-flag +{ "foo" : "blerp", "flag" : false } + +$ node my-program.js ---bar 7 --foo "Mr. Hand" --flag +{ bar: 7, foo: "Mr. Hand", flag: true } + +$ node my-program.js --foo "blerp" -f -----p +{ foo: "blerp", flag: true, pick: true } + +$ node my-program.js -fp --foofoo +{ foo: "Mr. Foo", flag: true, pick: true } + +$ node my-program.js --foofoo -- -fp # -- stops the flag parsing. +{ foo: "Mr. Foo", argv: { remain: ["-fp"] } } + +$ node my-program.js --blatzk -fp # unknown opts are ok. +{ blatzk: true, flag: true, pick: true } + +$ node my-program.js --blatzk=1000 -fp # but you need to use = if they have a value +{ blatzk: 1000, flag: true, pick: true } + +$ node my-program.js --no-blatzk -fp # unless they start with "no-" +{ blatzk: false, flag: true, pick: true } + +$ node my-program.js --baz b/a/z # known paths are resolved. +{ baz: "/Users/isaacs/b/a/z" } + +# if Array is one of the types, then it can take many +# values, and will always be an array. The other types provided +# specify what types are allowed in the list. + +$ node my-program.js --many1 5 --many1 null --many1 foo +{ many1: ["5", "null", "foo"] } + +$ node my-program.js --many2 foo --many2 bar +{ many2: ["/path/to/foo", "path/to/bar"] } +``` + +Read the tests at the bottom of `lib/nopt.js` for more examples of +what this puppy can do. + +## Types + +The following types are supported, and defined on `nopt.typeDefs` + +* String: A normal string. No parsing is done. +* path: A file system path. Gets resolved against cwd if not absolute. +* url: A url. If it doesn't parse, it isn't accepted. +* Number: Must be numeric. +* Date: Must parse as a date. If it does, and `Date` is one of the options, + then it will return a Date object, not a string. +* Boolean: Must be either `true` or `false`. If an option is a boolean, + then it does not need a value, and its presence will imply `true` as + the value. To negate boolean flags, do `--no-whatever` or `--whatever + false` +* NaN: Means that the option is strictly not allowed. Any value will + fail. +* Stream: An object matching the "Stream" class in node. Valuable + for use when validating programmatically. (npm uses this to let you + supply any WriteStream on the `outfd` and `logfd` config options.) +* Array: If `Array` is specified as one of the types, then the value + will be parsed as a list of options. This means that multiple values + can be specified, and that the value will always be an array. + +If a type is an array of values not on this list, then those are +considered valid values. For instance, in the example above, the +`--bloo` option can only be one of `"big"`, `"medium"`, or `"small"`, +and any other value will be rejected. + +When parsing unknown fields, `"true"`, `"false"`, and `"null"` will be +interpreted as their JavaScript equivalents. + +You can also mix types and values, or multiple types, in a list. For +instance `{ blah: [Number, null] }` would allow a value to be set to +either a Number or null. When types are ordered, this implies a +preference, and the first type that can be used to properly interpret +the value will be used. + +To define a new type, add it to `nopt.typeDefs`. Each item in that +hash is an object with a `type` member and a `validate` method. The +`type` member is an object that matches what goes in the type list. The +`validate` method is a function that gets called with `validate(data, +key, val)`. Validate methods should assign `data[key]` to the valid +value of `val` if it can be handled properly, or return boolean +`false` if it cannot. + +You can also call `nopt.clean(data, types, typeDefs)` to clean up a +config object and remove its invalid properties. + +## Error Handling + +By default, nopt outputs a warning to standard error when invalid values for +known options are found. You can change this behavior by assigning a method +to `nopt.invalidHandler`. This method will be called with +the offending `nopt.invalidHandler(key, val, types)`. + +If no `nopt.invalidHandler` is assigned, then it will console.error +its whining. If it is assigned to boolean `false` then the warning is +suppressed. + +## Abbreviations + +Yes, they are supported. If you define options like this: + +```javascript +{ "foolhardyelephants" : Boolean +, "pileofmonkeys" : Boolean } +``` + +Then this will work: + +```bash +node program.js --foolhar --pil +node program.js --no-f --pileofmon +# etc. +``` + +## Shorthands + +Shorthands are a hash of shorter option names to a snippet of args that +they expand to. + +If multiple one-character shorthands are all combined, and the +combination does not unambiguously match any other option or shorthand, +then they will be broken up into their constituent parts. For example: + +```json +{ "s" : ["--loglevel", "silent"] +, "g" : "--global" +, "f" : "--force" +, "p" : "--parseable" +, "l" : "--long" +} +``` + +```bash +npm ls -sgflp +# just like doing this: +npm ls --loglevel silent --global --force --long --parseable +``` + +## The Rest of the args + +The config object returned by nopt is given a special member called +`argv`, which is an object with the following fields: + +* `remain`: The remaining args after all the parsing has occurred. +* `original`: The args as they originally appeared. +* `cooked`: The args after flags and shorthands are expanded. + +## Slicing + +Node programs are called with more or less the exact argv as it appears +in C land, after the v8 and node-specific options have been plucked off. +As such, `argv[0]` is always `node` and `argv[1]` is always the +JavaScript program being run. + +That's usually not very useful to you. So they're sliced off by +default. If you want them, then you can pass in `0` as the last +argument, or any other number that you'd like to slice off the start of +the list. diff --git a/node_modules/nopt/bin/nopt.js b/node_modules/nopt/bin/nopt.js new file mode 100644 index 0000000..3232d4c --- /dev/null +++ b/node_modules/nopt/bin/nopt.js @@ -0,0 +1,54 @@ +#!/usr/bin/env node +var nopt = require("../lib/nopt") + , path = require("path") + , types = { num: Number + , bool: Boolean + , help: Boolean + , list: Array + , "num-list": [Number, Array] + , "str-list": [String, Array] + , "bool-list": [Boolean, Array] + , str: String + , clear: Boolean + , config: Boolean + , length: Number + , file: path + } + , shorthands = { s: [ "--str", "astring" ] + , b: [ "--bool" ] + , nb: [ "--no-bool" ] + , tft: [ "--bool-list", "--no-bool-list", "--bool-list", "true" ] + , "?": ["--help"] + , h: ["--help"] + , H: ["--help"] + , n: [ "--num", "125" ] + , c: ["--config"] + , l: ["--length"] + , f: ["--file"] + } + , parsed = nopt( types + , shorthands + , process.argv + , 2 ) + +console.log("parsed", parsed) + +if (parsed.help) { + console.log("") + console.log("nopt cli tester") + console.log("") + console.log("types") + console.log(Object.keys(types).map(function M (t) { + var type = types[t] + if (Array.isArray(type)) { + return [t, type.map(function (type) { return type.name })] + } + return [t, type && type.name] + }).reduce(function (s, i) { + s[i[0]] = i[1] + return s + }, {})) + console.log("") + console.log("shorthands") + console.log(shorthands) +} diff --git a/node_modules/nopt/lib/nopt.js b/node_modules/nopt/lib/nopt.js new file mode 100644 index 0000000..ecfa5da --- /dev/null +++ b/node_modules/nopt/lib/nopt.js @@ -0,0 +1,441 @@ +// info about each config option. + +var debug = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG + ? function () { console.error.apply(console, arguments) } + : function () {} + +var url = require("url") + , path = require("path") + , Stream = require("stream").Stream + , abbrev = require("abbrev") + , os = require("os") + +module.exports = exports = nopt +exports.clean = clean + +exports.typeDefs = + { String : { type: String, validate: validateString } + , Boolean : { type: Boolean, validate: validateBoolean } + , url : { type: url, validate: validateUrl } + , Number : { type: Number, validate: validateNumber } + , path : { type: path, validate: validatePath } + , Stream : { type: Stream, validate: validateStream } + , Date : { type: Date, validate: validateDate } + } + +function nopt (types, shorthands, args, slice) { + args = args || process.argv + types = types || {} + shorthands = shorthands || {} + if (typeof slice !== "number") slice = 2 + + debug(types, shorthands, args, slice) + + args = args.slice(slice) + var data = {} + , key + , argv = { + remain: [], + cooked: args, + original: args.slice(0) + } + + parse(args, data, argv.remain, types, shorthands) + // now data is full + clean(data, types, exports.typeDefs) + data.argv = argv + Object.defineProperty(data.argv, 'toString', { value: function () { + return this.original.map(JSON.stringify).join(" ") + }, enumerable: false }) + return data +} + +function clean (data, types, typeDefs) { + typeDefs = typeDefs || exports.typeDefs + var remove = {} + , typeDefault = [false, true, null, String, Array] + + Object.keys(data).forEach(function (k) { + if (k === "argv") return + var val = data[k] + , isArray = Array.isArray(val) + , type = types[k] + if (!isArray) val = [val] + if (!type) type = typeDefault + if (type === Array) type = typeDefault.concat(Array) + if (!Array.isArray(type)) type = [type] + + debug("val=%j", val) + debug("types=", type) + val = val.map(function (val) { + // if it's an unknown value, then parse false/true/null/numbers/dates + if (typeof val === "string") { + debug("string %j", val) + val = val.trim() + if ((val === "null" && ~type.indexOf(null)) + || (val === "true" && + (~type.indexOf(true) || ~type.indexOf(Boolean))) + || (val === "false" && + (~type.indexOf(false) || ~type.indexOf(Boolean)))) { + val = JSON.parse(val) + debug("jsonable %j", val) + } else if (~type.indexOf(Number) && !isNaN(val)) { + debug("convert to number", val) + val = +val + } else if (~type.indexOf(Date) && !isNaN(Date.parse(val))) { + debug("convert to date", val) + val = new Date(val) + } + } + + if (!types.hasOwnProperty(k)) { + return val + } + + // allow `--no-blah` to set 'blah' to null if null is allowed + if (val === false && ~type.indexOf(null) && + !(~type.indexOf(false) || ~type.indexOf(Boolean))) { + val = null + } + + var d = {} + d[k] = val + debug("prevalidated val", d, val, types[k]) + if (!validate(d, k, val, types[k], typeDefs)) { + if (exports.invalidHandler) { + exports.invalidHandler(k, val, types[k], data) + } else if (exports.invalidHandler !== false) { + debug("invalid: "+k+"="+val, types[k]) + } + return remove + } + debug("validated val", d, val, types[k]) + return d[k] + }).filter(function (val) { return val !== remove }) + + // if we allow Array specifically, then an empty array is how we + // express 'no value here', not null. Allow it. + if (!val.length && type.indexOf(Array) === -1) { + debug('VAL HAS NO LENGTH, DELETE IT', val, k, type.indexOf(Array)) + delete data[k] + } + else if (isArray) { + debug(isArray, data[k], val) + data[k] = val + } else data[k] = val[0] + + debug("k=%s val=%j", k, val, data[k]) + }) +} + +function validateString (data, k, val) { + data[k] = String(val) +} + +function validatePath (data, k, val) { + if (val === true) return false + if (val === null) return true + + val = String(val) + + var isWin = process.platform === 'win32' + , homePattern = isWin ? /^~(\/|\\)/ : /^~\// + , home = os.homedir() + + if (home && val.match(homePattern)) { + data[k] = path.resolve(home, val.substr(2)) + } else { + data[k] = path.resolve(val) + } + return true +} + +function validateNumber (data, k, val) { + debug("validate Number %j %j %j", k, val, isNaN(val)) + if (isNaN(val)) return false + data[k] = +val +} + +function validateDate (data, k, val) { + var s = Date.parse(val) + debug("validate Date %j %j %j", k, val, s) + if (isNaN(s)) return false + data[k] = new Date(val) +} + +function validateBoolean (data, k, val) { + if (val instanceof Boolean) val = val.valueOf() + else if (typeof val === "string") { + if (!isNaN(val)) val = !!(+val) + else if (val === "null" || val === "false") val = false + else val = true + } else val = !!val + data[k] = val +} + +function validateUrl (data, k, val) { + val = url.parse(String(val)) + if (!val.host) return false + data[k] = val.href +} + +function validateStream (data, k, val) { + if (!(val instanceof Stream)) return false + data[k] = val +} + +function validate (data, k, val, type, typeDefs) { + // arrays are lists of types. + if (Array.isArray(type)) { + for (var i = 0, l = type.length; i < l; i ++) { + if (type[i] === Array) continue + if (validate(data, k, val, type[i], typeDefs)) return true + } + delete data[k] + return false + } + + // an array of anything? + if (type === Array) return true + + // NaN is poisonous. Means that something is not allowed. + if (type !== type) { + debug("Poison NaN", k, val, type) + delete data[k] + return false + } + + // explicit list of values + if (val === type) { + debug("Explicitly allowed %j", val) + // if (isArray) (data[k] = data[k] || []).push(val) + // else data[k] = val + data[k] = val + return true + } + + // now go through the list of typeDefs, validate against each one. + var ok = false + , types = Object.keys(typeDefs) + for (var i = 0, l = types.length; i < l; i ++) { + debug("test type %j %j %j", k, val, types[i]) + var t = typeDefs[types[i]] + if (t && + ((type && type.name && t.type && t.type.name) ? (type.name === t.type.name) : (type === t.type))) { + var d = {} + ok = false !== t.validate(d, k, val) + val = d[k] + if (ok) { + // if (isArray) (data[k] = data[k] || []).push(val) + // else data[k] = val + data[k] = val + break + } + } + } + debug("OK? %j (%j %j %j)", ok, k, val, types[i]) + + if (!ok) delete data[k] + return ok +} + +function parse (args, data, remain, types, shorthands) { + debug("parse", args, data, remain) + + var key = null + , abbrevs = abbrev(Object.keys(types)) + , shortAbbr = abbrev(Object.keys(shorthands)) + + for (var i = 0; i < args.length; i ++) { + var arg = args[i] + debug("arg", arg) + + if (arg.match(/^-{2,}$/)) { + // done with keys. + // the rest are args. + remain.push.apply(remain, args.slice(i + 1)) + args[i] = "--" + break + } + var hadEq = false + if (arg.charAt(0) === "-" && arg.length > 1) { + var at = arg.indexOf('=') + if (at > -1) { + hadEq = true + var v = arg.substr(at + 1) + arg = arg.substr(0, at) + args.splice(i, 1, arg, v) + } + + // see if it's a shorthand + // if so, splice and back up to re-parse it. + var shRes = resolveShort(arg, shorthands, shortAbbr, abbrevs) + debug("arg=%j shRes=%j", arg, shRes) + if (shRes) { + debug(arg, shRes) + args.splice.apply(args, [i, 1].concat(shRes)) + if (arg !== shRes[0]) { + i -- + continue + } + } + arg = arg.replace(/^-+/, "") + var no = null + while (arg.toLowerCase().indexOf("no-") === 0) { + no = !no + arg = arg.substr(3) + } + + if (abbrevs[arg]) arg = abbrevs[arg] + + var argType = types[arg] + var isTypeArray = Array.isArray(argType) + if (isTypeArray && argType.length === 1) { + isTypeArray = false + argType = argType[0] + } + + var isArray = argType === Array || + isTypeArray && argType.indexOf(Array) !== -1 + + // allow unknown things to be arrays if specified multiple times. + if (!types.hasOwnProperty(arg) && data.hasOwnProperty(arg)) { + if (!Array.isArray(data[arg])) + data[arg] = [data[arg]] + isArray = true + } + + var val + , la = args[i + 1] + + var isBool = typeof no === 'boolean' || + argType === Boolean || + isTypeArray && argType.indexOf(Boolean) !== -1 || + (typeof argType === 'undefined' && !hadEq) || + (la === "false" && + (argType === null || + isTypeArray && ~argType.indexOf(null))) + + if (isBool) { + // just set and move along + val = !no + // however, also support --bool true or --bool false + if (la === "true" || la === "false") { + val = JSON.parse(la) + la = null + if (no) val = !val + i ++ + } + + // also support "foo":[Boolean, "bar"] and "--foo bar" + if (isTypeArray && la) { + if (~argType.indexOf(la)) { + // an explicit type + val = la + i ++ + } else if ( la === "null" && ~argType.indexOf(null) ) { + // null allowed + val = null + i ++ + } else if ( !la.match(/^-{2,}[^-]/) && + !isNaN(la) && + ~argType.indexOf(Number) ) { + // number + val = +la + i ++ + } else if ( !la.match(/^-[^-]/) && ~argType.indexOf(String) ) { + // string + val = la + i ++ + } + } + + if (isArray) (data[arg] = data[arg] || []).push(val) + else data[arg] = val + + continue + } + + if (argType === String) { + if (la === undefined) { + la = "" + } else if (la.match(/^-{1,2}[^-]+/)) { + la = "" + i -- + } + } + + if (la && la.match(/^-{2,}$/)) { + la = undefined + i -- + } + + val = la === undefined ? true : la + if (isArray) (data[arg] = data[arg] || []).push(val) + else data[arg] = val + + i ++ + continue + } + remain.push(arg) + } +} + +function resolveShort (arg, shorthands, shortAbbr, abbrevs) { + // handle single-char shorthands glommed together, like + // npm ls -glp, but only if there is one dash, and only if + // all of the chars are single-char shorthands, and it's + // not a match to some other abbrev. + arg = arg.replace(/^-+/, '') + + // if it's an exact known option, then don't go any further + if (abbrevs[arg] === arg) + return null + + // if it's an exact known shortopt, same deal + if (shorthands[arg]) { + // make it an array, if it's a list of words + if (shorthands[arg] && !Array.isArray(shorthands[arg])) + shorthands[arg] = shorthands[arg].split(/\s+/) + + return shorthands[arg] + } + + // first check to see if this arg is a set of single-char shorthands + var singles = shorthands.___singles + if (!singles) { + singles = Object.keys(shorthands).filter(function (s) { + return s.length === 1 + }).reduce(function (l,r) { + l[r] = true + return l + }, {}) + shorthands.___singles = singles + debug('shorthand singles', singles) + } + + var chrs = arg.split("").filter(function (c) { + return singles[c] + }) + + if (chrs.join("") === arg) return chrs.map(function (c) { + return shorthands[c] + }).reduce(function (l, r) { + return l.concat(r) + }, []) + + + // if it's an arg abbrev, and not a literal shorthand, then prefer the arg + if (abbrevs[arg] && !shorthands[arg]) + return null + + // if it's an abbr for a shorthand, then use that + if (shortAbbr[arg]) + arg = shortAbbr[arg] + + // make it an array, if it's a list of words + if (shorthands[arg] && !Array.isArray(shorthands[arg])) + shorthands[arg] = shorthands[arg].split(/\s+/) + + return shorthands[arg] +} diff --git a/node_modules/nopt/package.json b/node_modules/nopt/package.json new file mode 100644 index 0000000..12ed02d --- /dev/null +++ b/node_modules/nopt/package.json @@ -0,0 +1,34 @@ +{ + "name": "nopt", + "version": "5.0.0", + "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "main": "lib/nopt.js", + "scripts": { + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "test": "tap test/*.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/npm/nopt.git" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "license": "ISC", + "dependencies": { + "abbrev": "1" + }, + "devDependencies": { + "tap": "^14.10.6" + }, + "files": [ + "bin", + "lib" + ], + "engines": { + "node": ">=6" + } +} diff --git a/node_modules/npmlog/LICENSE b/node_modules/npmlog/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/npmlog/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/npmlog/README.md b/node_modules/npmlog/README.md new file mode 100644 index 0000000..268a4af --- /dev/null +++ b/node_modules/npmlog/README.md @@ -0,0 +1,216 @@ +# npmlog + +The logger util that npm uses. + +This logger is very basic. It does the logging for npm. It supports +custom levels and colored output. + +By default, logs are written to stderr. If you want to send log messages +to outputs other than streams, then you can change the `log.stream` +member, or you can just listen to the events that it emits, and do +whatever you want with them. + +# Installation + +```console +npm install npmlog --save +``` + +# Basic Usage + +```javascript +var log = require('npmlog') + +// additional stuff ---------------------------+ +// message ----------+ | +// prefix ----+ | | +// level -+ | | | +// v v v v + log.info('fyi', 'I have a kitty cat: %j', myKittyCat) +``` + +## log.level + +* {String} + +The level to display logs at. Any logs at or above this level will be +displayed. The special level `silent` will prevent anything from being +displayed ever. + +## log.record + +* {Array} + +An array of all the log messages that have been entered. + +## log.maxRecordSize + +* {Number} + +The maximum number of records to keep. If log.record gets bigger than +10% over this value, then it is sliced down to 90% of this value. + +The reason for the 10% window is so that it doesn't have to resize a +large array on every log entry. + +## log.prefixStyle + +* {Object} + +A style object that specifies how prefixes are styled. (See below) + +## log.headingStyle + +* {Object} + +A style object that specifies how the heading is styled. (See below) + +## log.heading + +* {String} Default: "" + +If set, a heading that is printed at the start of every line. + +## log.stream + +* {Stream} Default: `process.stderr` + +The stream where output is written. + +## log.enableColor() + +Force colors to be used on all messages, regardless of the output +stream. + +## log.disableColor() + +Disable colors on all messages. + +## log.enableProgress() + +Enable the display of log activity spinner and progress bar + +## log.disableProgress() + +Disable the display of a progress bar + +## log.enableUnicode() + +Force the unicode theme to be used for the progress bar. + +## log.disableUnicode() + +Disable the use of unicode in the progress bar. + +## log.setGaugeTemplate(template) + +Set a template for outputting the progress bar. See the [gauge documentation] for details. + +[gauge documentation]: https://npmjs.com/package/gauge + +## log.setGaugeThemeset(themes) + +Select a themeset to pick themes from for the progress bar. See the [gauge documentation] for details. + +## log.pause() + +Stop emitting messages to the stream, but do not drop them. + +## log.resume() + +Emit all buffered messages that were written while paused. + +## log.log(level, prefix, message, ...) + +* `level` {String} The level to emit the message at +* `prefix` {String} A string prefix. Set to "" to skip. +* `message...` Arguments to `util.format` + +Emit a log message at the specified level. + +## log\[level](prefix, message, ...) + +For example, + +* log.silly(prefix, message, ...) +* log.verbose(prefix, message, ...) +* log.info(prefix, message, ...) +* log.http(prefix, message, ...) +* log.warn(prefix, message, ...) +* log.error(prefix, message, ...) + +Like `log.log(level, prefix, message, ...)`. In this way, each level is +given a shorthand, so you can do `log.info(prefix, message)`. + +## log.addLevel(level, n, style, disp) + +* `level` {String} Level indicator +* `n` {Number} The numeric level +* `style` {Object} Object with fg, bg, inverse, etc. +* `disp` {String} Optional replacement for `level` in the output. + +Sets up a new level with a shorthand function and so forth. + +Note that if the number is `Infinity`, then setting the level to that +will cause all log messages to be suppressed. If the number is +`-Infinity`, then the only way to show it is to enable all log messages. + +## log.newItem(name, todo, weight) + +* `name` {String} Optional; progress item name. +* `todo` {Number} Optional; total amount of work to be done. Default 0. +* `weight` {Number} Optional; the weight of this item relative to others. Default 1. + +This adds a new `are-we-there-yet` item tracker to the progress tracker. The +object returned has the `log[level]` methods but is otherwise an +`are-we-there-yet` `Tracker` object. + +## log.newStream(name, todo, weight) + +This adds a new `are-we-there-yet` stream tracker to the progress tracker. The +object returned has the `log[level]` methods but is otherwise an +`are-we-there-yet` `TrackerStream` object. + +## log.newGroup(name, weight) + +This adds a new `are-we-there-yet` tracker group to the progress tracker. The +object returned has the `log[level]` methods but is otherwise an +`are-we-there-yet` `TrackerGroup` object. + +# Events + +Events are all emitted with the message object. + +* `log` Emitted for all messages +* `log.` Emitted for all messages with the `` level. +* `` Messages with prefixes also emit their prefix as an event. + +# Style Objects + +Style objects can have the following fields: + +* `fg` {String} Color for the foreground text +* `bg` {String} Color for the background +* `bold`, `inverse`, `underline` {Boolean} Set the associated property +* `bell` {Boolean} Make a noise (This is pretty annoying, probably.) + +# Message Objects + +Every log event is emitted with a message object, and the `log.record` +list contains all of them that have been created. They have the +following fields: + +* `id` {Number} +* `level` {String} +* `prefix` {String} +* `message` {String} Result of `util.format()` +* `messageRaw` {Array} Arguments to `util.format()` + +# Blocking TTYs + +We use [`set-blocking`](https://npmjs.com/package/set-blocking) to set +stderr and stdout blocking if they are tty's and have the setBlocking call. +This is a work around for an issue in early versions of Node.js 6.x, which +made stderr and stdout non-blocking on OSX. (They are always blocking +Windows and were never blocking on Linux.) `npmlog` needs them to be blocking +so that it can allow output to stdout and stderr to be interlaced. diff --git a/node_modules/npmlog/log.js b/node_modules/npmlog/log.js new file mode 100644 index 0000000..85ab8a4 --- /dev/null +++ b/node_modules/npmlog/log.js @@ -0,0 +1,403 @@ +'use strict' +var Progress = require('are-we-there-yet') +var Gauge = require('gauge') +var EE = require('events').EventEmitter +var log = exports = module.exports = new EE() +var util = require('util') + +var setBlocking = require('set-blocking') +var consoleControl = require('console-control-strings') + +setBlocking(true) +var stream = process.stderr +Object.defineProperty(log, 'stream', { + set: function (newStream) { + stream = newStream + if (this.gauge) { + this.gauge.setWriteTo(stream, stream) + } + }, + get: function () { + return stream + }, +}) + +// by default, decide based on tty-ness. +var colorEnabled +log.useColor = function () { + return colorEnabled != null ? colorEnabled : stream.isTTY +} + +log.enableColor = function () { + colorEnabled = true + this.gauge.setTheme({hasColor: colorEnabled, hasUnicode: unicodeEnabled}) +} +log.disableColor = function () { + colorEnabled = false + this.gauge.setTheme({hasColor: colorEnabled, hasUnicode: unicodeEnabled}) +} + +// default level +log.level = 'info' + +log.gauge = new Gauge(stream, { + enabled: false, // no progress bars unless asked + theme: {hasColor: log.useColor()}, + template: [ + {type: 'progressbar', length: 20}, + {type: 'activityIndicator', kerning: 1, length: 1}, + {type: 'section', default: ''}, + ':', + {type: 'logline', kerning: 1, default: ''}, + ], +}) + +log.tracker = new Progress.TrackerGroup() + +// we track this separately as we may need to temporarily disable the +// display of the status bar for our own loggy purposes. +log.progressEnabled = log.gauge.isEnabled() + +var unicodeEnabled + +log.enableUnicode = function () { + unicodeEnabled = true + this.gauge.setTheme({hasColor: this.useColor(), hasUnicode: unicodeEnabled}) +} + +log.disableUnicode = function () { + unicodeEnabled = false + this.gauge.setTheme({hasColor: this.useColor(), hasUnicode: unicodeEnabled}) +} + +log.setGaugeThemeset = function (themes) { + this.gauge.setThemeset(themes) +} + +log.setGaugeTemplate = function (template) { + this.gauge.setTemplate(template) +} + +log.enableProgress = function () { + if (this.progressEnabled) { + return + } + + this.progressEnabled = true + this.tracker.on('change', this.showProgress) + if (this._paused) { + return + } + + this.gauge.enable() +} + +log.disableProgress = function () { + if (!this.progressEnabled) { + return + } + this.progressEnabled = false + this.tracker.removeListener('change', this.showProgress) + this.gauge.disable() +} + +var trackerConstructors = ['newGroup', 'newItem', 'newStream'] + +var mixinLog = function (tracker) { + // mixin the public methods from log into the tracker + // (except: conflicts and one's we handle specially) + Object.keys(log).forEach(function (P) { + if (P[0] === '_') { + return + } + + if (trackerConstructors.filter(function (C) { + return C === P + }).length) { + return + } + + if (tracker[P]) { + return + } + + if (typeof log[P] !== 'function') { + return + } + + var func = log[P] + tracker[P] = function () { + return func.apply(log, arguments) + } + }) + // if the new tracker is a group, make sure any subtrackers get + // mixed in too + if (tracker instanceof Progress.TrackerGroup) { + trackerConstructors.forEach(function (C) { + var func = tracker[C] + tracker[C] = function () { + return mixinLog(func.apply(tracker, arguments)) + } + }) + } + return tracker +} + +// Add tracker constructors to the top level log object +trackerConstructors.forEach(function (C) { + log[C] = function () { + return mixinLog(this.tracker[C].apply(this.tracker, arguments)) + } +}) + +log.clearProgress = function (cb) { + if (!this.progressEnabled) { + return cb && process.nextTick(cb) + } + + this.gauge.hide(cb) +} + +log.showProgress = function (name, completed) { + if (!this.progressEnabled) { + return + } + + var values = {} + if (name) { + values.section = name + } + + var last = log.record[log.record.length - 1] + if (last) { + values.subsection = last.prefix + var disp = log.disp[last.level] || last.level + var logline = this._format(disp, log.style[last.level]) + if (last.prefix) { + logline += ' ' + this._format(last.prefix, this.prefixStyle) + } + + logline += ' ' + last.message.split(/\r?\n/)[0] + values.logline = logline + } + values.completed = completed || this.tracker.completed() + this.gauge.show(values) +}.bind(log) // bind for use in tracker's on-change listener + +// temporarily stop emitting, but don't drop +log.pause = function () { + this._paused = true + if (this.progressEnabled) { + this.gauge.disable() + } +} + +log.resume = function () { + if (!this._paused) { + return + } + + this._paused = false + + var b = this._buffer + this._buffer = [] + b.forEach(function (m) { + this.emitLog(m) + }, this) + if (this.progressEnabled) { + this.gauge.enable() + } +} + +log._buffer = [] + +var id = 0 +log.record = [] +log.maxRecordSize = 10000 +log.log = function (lvl, prefix, message) { + var l = this.levels[lvl] + if (l === undefined) { + return this.emit('error', new Error(util.format( + 'Undefined log level: %j', lvl))) + } + + var a = new Array(arguments.length - 2) + var stack = null + for (var i = 2; i < arguments.length; i++) { + var arg = a[i - 2] = arguments[i] + + // resolve stack traces to a plain string. + if (typeof arg === 'object' && arg instanceof Error && arg.stack) { + Object.defineProperty(arg, 'stack', { + value: stack = arg.stack + '', + enumerable: true, + writable: true, + }) + } + } + if (stack) { + a.unshift(stack + '\n') + } + message = util.format.apply(util, a) + + var m = { + id: id++, + level: lvl, + prefix: String(prefix || ''), + message: message, + messageRaw: a, + } + + this.emit('log', m) + this.emit('log.' + lvl, m) + if (m.prefix) { + this.emit(m.prefix, m) + } + + this.record.push(m) + var mrs = this.maxRecordSize + var n = this.record.length - mrs + if (n > mrs / 10) { + var newSize = Math.floor(mrs * 0.9) + this.record = this.record.slice(-1 * newSize) + } + + this.emitLog(m) +}.bind(log) + +log.emitLog = function (m) { + if (this._paused) { + this._buffer.push(m) + return + } + if (this.progressEnabled) { + this.gauge.pulse(m.prefix) + } + + var l = this.levels[m.level] + if (l === undefined) { + return + } + + if (l < this.levels[this.level]) { + return + } + + if (l > 0 && !isFinite(l)) { + return + } + + // If 'disp' is null or undefined, use the lvl as a default + // Allows: '', 0 as valid disp + var disp = log.disp[m.level] != null ? log.disp[m.level] : m.level + this.clearProgress() + m.message.split(/\r?\n/).forEach(function (line) { + if (this.heading) { + this.write(this.heading, this.headingStyle) + this.write(' ') + } + this.write(disp, log.style[m.level]) + var p = m.prefix || '' + if (p) { + this.write(' ') + } + + this.write(p, this.prefixStyle) + this.write(' ' + line + '\n') + }, this) + this.showProgress() +} + +log._format = function (msg, style) { + if (!stream) { + return + } + + var output = '' + if (this.useColor()) { + style = style || {} + var settings = [] + if (style.fg) { + settings.push(style.fg) + } + + if (style.bg) { + settings.push('bg' + style.bg[0].toUpperCase() + style.bg.slice(1)) + } + + if (style.bold) { + settings.push('bold') + } + + if (style.underline) { + settings.push('underline') + } + + if (style.inverse) { + settings.push('inverse') + } + + if (settings.length) { + output += consoleControl.color(settings) + } + + if (style.beep) { + output += consoleControl.beep() + } + } + output += msg + if (this.useColor()) { + output += consoleControl.color('reset') + } + + return output +} + +log.write = function (msg, style) { + if (!stream) { + return + } + + stream.write(this._format(msg, style)) +} + +log.addLevel = function (lvl, n, style, disp) { + // If 'disp' is null or undefined, use the lvl as a default + if (disp == null) { + disp = lvl + } + + this.levels[lvl] = n + this.style[lvl] = style + if (!this[lvl]) { + this[lvl] = function () { + var a = new Array(arguments.length + 1) + a[0] = lvl + for (var i = 0; i < arguments.length; i++) { + a[i + 1] = arguments[i] + } + + return this.log.apply(this, a) + }.bind(this) + } + this.disp[lvl] = disp +} + +log.prefixStyle = { fg: 'magenta' } +log.headingStyle = { fg: 'white', bg: 'black' } + +log.style = {} +log.levels = {} +log.disp = {} +log.addLevel('silly', -Infinity, { inverse: true }, 'sill') +log.addLevel('verbose', 1000, { fg: 'blue', bg: 'black' }, 'verb') +log.addLevel('info', 2000, { fg: 'green' }) +log.addLevel('timing', 2500, { fg: 'green', bg: 'black' }) +log.addLevel('http', 3000, { fg: 'green', bg: 'black' }) +log.addLevel('notice', 3500, { fg: 'blue', bg: 'black' }) +log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN') +log.addLevel('error', 5000, { fg: 'red', bg: 'black' }, 'ERR!') +log.addLevel('silent', Infinity) + +// allow 'error' prefix +log.on('error', function () {}) diff --git a/node_modules/npmlog/package.json b/node_modules/npmlog/package.json new file mode 100644 index 0000000..960ea92 --- /dev/null +++ b/node_modules/npmlog/package.json @@ -0,0 +1,33 @@ +{ + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "npmlog", + "description": "logger for npm", + "version": "5.0.1", + "repository": { + "type": "git", + "url": "https://github.com/npm/npmlog.git" + }, + "main": "log.js", + "files": [ + "log.js" + ], + "scripts": { + "test": "tap test/*.js --branches=95", + "npmclilint": "npmcli-lint", + "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint --", + "postsnap": "npm run lintfix --" + }, + "dependencies": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + }, + "devDependencies": { + "@npmcli/lint": "^1.0.1", + "tap": "^15.0.9" + }, + "license": "ISC" +} diff --git a/node_modules/once/LICENSE b/node_modules/once/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/once/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/once/README.md b/node_modules/once/README.md new file mode 100644 index 0000000..1f1ffca --- /dev/null +++ b/node_modules/once/README.md @@ -0,0 +1,79 @@ +# once + +Only call a function once. + +## usage + +```javascript +var once = require('once') + +function load (file, cb) { + cb = once(cb) + loader.load('file') + loader.once('load', cb) + loader.once('error', cb) +} +``` + +Or add to the Function.prototype in a responsible way: + +```javascript +// only has to be done once +require('once').proto() + +function load (file, cb) { + cb = cb.once() + loader.load('file') + loader.once('load', cb) + loader.once('error', cb) +} +``` + +Ironically, the prototype feature makes this module twice as +complicated as necessary. + +To check whether you function has been called, use `fn.called`. Once the +function is called for the first time the return value of the original +function is saved in `fn.value` and subsequent calls will continue to +return this value. + +```javascript +var once = require('once') + +function load (cb) { + cb = once(cb) + var stream = createStream() + stream.once('data', cb) + stream.once('end', function () { + if (!cb.called) cb(new Error('not found')) + }) +} +``` + +## `once.strict(func)` + +Throw an error if the function is called twice. + +Some functions are expected to be called only once. Using `once` for them would +potentially hide logical errors. + +In the example below, the `greet` function has to call the callback only once: + +```javascript +function greet (name, cb) { + // return is missing from the if statement + // when no name is passed, the callback is called twice + if (!name) cb('Hello anonymous') + cb('Hello ' + name) +} + +function log (msg) { + console.log(msg) +} + +// this will print 'Hello anonymous' but the logical error will be missed +greet(null, once(msg)) + +// once.strict will print 'Hello anonymous' and throw an error when the callback will be called the second time +greet(null, once.strict(msg)) +``` diff --git a/node_modules/once/once.js b/node_modules/once/once.js new file mode 100644 index 0000000..2354067 --- /dev/null +++ b/node_modules/once/once.js @@ -0,0 +1,42 @@ +var wrappy = require('wrappy') +module.exports = wrappy(once) +module.exports.strict = wrappy(onceStrict) + +once.proto = once(function () { + Object.defineProperty(Function.prototype, 'once', { + value: function () { + return once(this) + }, + configurable: true + }) + + Object.defineProperty(Function.prototype, 'onceStrict', { + value: function () { + return onceStrict(this) + }, + configurable: true + }) +}) + +function once (fn) { + var f = function () { + if (f.called) return f.value + f.called = true + return f.value = fn.apply(this, arguments) + } + f.called = false + return f +} + +function onceStrict (fn) { + var f = function () { + if (f.called) + throw new Error(f.onceError) + f.called = true + return f.value = fn.apply(this, arguments) + } + var name = fn.name || 'Function wrapped with `once`' + f.onceError = name + " shouldn't be called more than once" + f.called = false + return f +} diff --git a/node_modules/once/package.json b/node_modules/once/package.json new file mode 100644 index 0000000..16815b2 --- /dev/null +++ b/node_modules/once/package.json @@ -0,0 +1,33 @@ +{ + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "main": "once.js", + "directories": { + "test": "test" + }, + "dependencies": { + "wrappy": "1" + }, + "devDependencies": { + "tap": "^7.0.1" + }, + "scripts": { + "test": "tap test/*.js" + }, + "files": [ + "once.js" + ], + "repository": { + "type": "git", + "url": "git://github.com/isaacs/once" + }, + "keywords": [ + "once", + "function", + "one", + "single" + ], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC" +} diff --git a/node_modules/p-map/index.d.ts b/node_modules/p-map/index.d.ts new file mode 100644 index 0000000..bcbe0af --- /dev/null +++ b/node_modules/p-map/index.d.ts @@ -0,0 +1,67 @@ +declare namespace pMap { + interface Options { + /** + Number of concurrently pending promises returned by `mapper`. + + Must be an integer from 1 and up or `Infinity`. + + @default Infinity + */ + readonly concurrency?: number; + + /** + When set to `false`, instead of stopping when a promise rejects, it will wait for all the promises to settle and then reject with an [aggregated error](https://github.com/sindresorhus/aggregate-error) containing all the errors from the rejected promises. + + @default true + */ + readonly stopOnError?: boolean; + } + + /** + Function which is called for every item in `input`. Expected to return a `Promise` or value. + + @param element - Iterated element. + @param index - Index of the element in the source array. + */ + type Mapper = ( + element: Element, + index: number + ) => NewElement | Promise; +} + +/** +@param input - Iterated over concurrently in the `mapper` function. +@param mapper - Function which is called for every item in `input`. Expected to return a `Promise` or value. +@returns A `Promise` that is fulfilled when all promises in `input` and ones returned from `mapper` are fulfilled, or rejects if any of the promises reject. The fulfilled value is an `Array` of the fulfilled values returned from `mapper` in `input` order. + +@example +``` +import pMap = require('p-map'); +import got = require('got'); + +const sites = [ + getWebsiteFromUsername('https://sindresorhus'), //=> Promise + 'https://ava.li', + 'https://github.com' +]; + +(async () => { + const mapper = async site => { + const {requestUrl} = await got.head(site); + return requestUrl; + }; + + const result = await pMap(sites, mapper, {concurrency: 2}); + + console.log(result); + //=> ['https://sindresorhus.com/', 'https://ava.li/', 'https://github.com/'] +})(); +``` +*/ +declare function pMap( + input: Iterable, + mapper: pMap.Mapper, + options?: pMap.Options +): Promise; + +export = pMap; diff --git a/node_modules/p-map/index.js b/node_modules/p-map/index.js new file mode 100644 index 0000000..c11a285 --- /dev/null +++ b/node_modules/p-map/index.js @@ -0,0 +1,81 @@ +'use strict'; +const AggregateError = require('aggregate-error'); + +module.exports = async ( + iterable, + mapper, + { + concurrency = Infinity, + stopOnError = true + } = {} +) => { + return new Promise((resolve, reject) => { + if (typeof mapper !== 'function') { + throw new TypeError('Mapper function is required'); + } + + if (!((Number.isSafeInteger(concurrency) || concurrency === Infinity) && concurrency >= 1)) { + throw new TypeError(`Expected \`concurrency\` to be an integer from 1 and up or \`Infinity\`, got \`${concurrency}\` (${typeof concurrency})`); + } + + const result = []; + const errors = []; + const iterator = iterable[Symbol.iterator](); + let isRejected = false; + let isIterableDone = false; + let resolvingCount = 0; + let currentIndex = 0; + + const next = () => { + if (isRejected) { + return; + } + + const nextItem = iterator.next(); + const index = currentIndex; + currentIndex++; + + if (nextItem.done) { + isIterableDone = true; + + if (resolvingCount === 0) { + if (!stopOnError && errors.length !== 0) { + reject(new AggregateError(errors)); + } else { + resolve(result); + } + } + + return; + } + + resolvingCount++; + + (async () => { + try { + const element = await nextItem.value; + result[index] = await mapper(element, index); + resolvingCount--; + next(); + } catch (error) { + if (stopOnError) { + isRejected = true; + reject(error); + } else { + errors.push(error); + resolvingCount--; + next(); + } + } + })(); + }; + + for (let i = 0; i < concurrency; i++) { + next(); + + if (isIterableDone) { + break; + } + } + }); +}; diff --git a/node_modules/p-map/license b/node_modules/p-map/license new file mode 100644 index 0000000..fa7ceba --- /dev/null +++ b/node_modules/p-map/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/p-map/package.json b/node_modules/p-map/package.json new file mode 100644 index 0000000..042b1af --- /dev/null +++ b/node_modules/p-map/package.json @@ -0,0 +1,53 @@ +{ + "name": "p-map", + "version": "4.0.0", + "description": "Map over promises concurrently", + "license": "MIT", + "repository": "sindresorhus/p-map", + "funding": "https://github.com/sponsors/sindresorhus", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "https://sindresorhus.com" + }, + "engines": { + "node": ">=10" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "promise", + "map", + "resolved", + "wait", + "collection", + "iterable", + "iterator", + "race", + "fulfilled", + "async", + "await", + "promises", + "concurrently", + "concurrency", + "parallel", + "bluebird" + ], + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "devDependencies": { + "ava": "^2.2.0", + "delay": "^4.1.0", + "in-range": "^2.0.0", + "random-int": "^2.0.0", + "time-span": "^3.1.0", + "tsd": "^0.7.4", + "xo": "^0.27.2" + } +} diff --git a/node_modules/p-map/readme.md b/node_modules/p-map/readme.md new file mode 100644 index 0000000..53a3715 --- /dev/null +++ b/node_modules/p-map/readme.md @@ -0,0 +1,89 @@ +# p-map [![Build Status](https://travis-ci.org/sindresorhus/p-map.svg?branch=master)](https://travis-ci.org/sindresorhus/p-map) + +> Map over promises concurrently + +Useful when you need to run promise-returning & async functions multiple times with different inputs concurrently. + +## Install + +``` +$ npm install p-map +``` + +## Usage + +```js +const pMap = require('p-map'); +const got = require('got'); + +const sites = [ + getWebsiteFromUsername('https://sindresorhus'), //=> Promise + 'https://ava.li', + 'https://github.com' +]; + +(async () => { + const mapper = async site => { + const {requestUrl} = await got.head(site); + return requestUrl; + }; + + const result = await pMap(sites, mapper, {concurrency: 2}); + + console.log(result); + //=> ['https://sindresorhus.com/', 'https://ava.li/', 'https://github.com/'] +})(); +``` + +## API + +### pMap(input, mapper, options?) + +Returns a `Promise` that is fulfilled when all promises in `input` and ones returned from `mapper` are fulfilled, or rejects if any of the promises reject. The fulfilled value is an `Array` of the fulfilled values returned from `mapper` in `input` order. + +#### input + +Type: `Iterable` + +Iterated over concurrently in the `mapper` function. + +#### mapper(element, index) + +Type: `Function` + +Expected to return a `Promise` or value. + +#### options + +Type: `object` + +##### concurrency + +Type: `number` (Integer)\ +Default: `Infinity`\ +Minimum: `1` + +Number of concurrently pending promises returned by `mapper`. + +##### stopOnError + +Type: `boolean`\ +Default: `true` + +When set to `false`, instead of stopping when a promise rejects, it will wait for all the promises to settle and then reject with an [aggregated error](https://github.com/sindresorhus/aggregate-error) containing all the errors from the rejected promises. + +## p-map for enterprise + +Available as part of the Tidelift Subscription. + +The maintainers of p-map and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-p-map?utm_source=npm-p-map&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) + +## Related + +- [p-all](https://github.com/sindresorhus/p-all) - Run promise-returning & async functions concurrently with optional limited concurrency +- [p-filter](https://github.com/sindresorhus/p-filter) - Filter promises concurrently +- [p-times](https://github.com/sindresorhus/p-times) - Run promise-returning & async functions a specific number of times concurrently +- [p-props](https://github.com/sindresorhus/p-props) - Like `Promise.all()` but for `Map` and `Object` +- [p-map-series](https://github.com/sindresorhus/p-map-series) - Map over promises serially +- [p-queue](https://github.com/sindresorhus/p-queue) - Promise queue with concurrency control +- [More…](https://github.com/sindresorhus/promise-fun) diff --git a/node_modules/path-is-absolute/index.js b/node_modules/path-is-absolute/index.js new file mode 100644 index 0000000..22aa6c3 --- /dev/null +++ b/node_modules/path-is-absolute/index.js @@ -0,0 +1,20 @@ +'use strict'; + +function posix(path) { + return path.charAt(0) === '/'; +} + +function win32(path) { + // https://github.com/nodejs/node/blob/b3fcc245fb25539909ef1d5eaa01dbf92e168633/lib/path.js#L56 + var splitDeviceRe = /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/; + var result = splitDeviceRe.exec(path); + var device = result[1] || ''; + var isUnc = Boolean(device && device.charAt(1) !== ':'); + + // UNC paths are always absolute + return Boolean(result[2] || isUnc); +} + +module.exports = process.platform === 'win32' ? win32 : posix; +module.exports.posix = posix; +module.exports.win32 = win32; diff --git a/node_modules/path-is-absolute/license b/node_modules/path-is-absolute/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/node_modules/path-is-absolute/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. diff --git a/node_modules/path-is-absolute/package.json b/node_modules/path-is-absolute/package.json new file mode 100644 index 0000000..91196d5 --- /dev/null +++ b/node_modules/path-is-absolute/package.json @@ -0,0 +1,43 @@ +{ + "name": "path-is-absolute", + "version": "1.0.1", + "description": "Node.js 0.12 path.isAbsolute() ponyfill", + "license": "MIT", + "repository": "sindresorhus/path-is-absolute", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && node test.js" + }, + "files": [ + "index.js" + ], + "keywords": [ + "path", + "paths", + "file", + "dir", + "absolute", + "isabsolute", + "is-absolute", + "built-in", + "util", + "utils", + "core", + "ponyfill", + "polyfill", + "shim", + "is", + "detect", + "check" + ], + "devDependencies": { + "xo": "^0.16.0" + } +} diff --git a/node_modules/path-is-absolute/readme.md b/node_modules/path-is-absolute/readme.md new file mode 100644 index 0000000..8dbdf5f --- /dev/null +++ b/node_modules/path-is-absolute/readme.md @@ -0,0 +1,59 @@ +# path-is-absolute [![Build Status](https://travis-ci.org/sindresorhus/path-is-absolute.svg?branch=master)](https://travis-ci.org/sindresorhus/path-is-absolute) + +> Node.js 0.12 [`path.isAbsolute()`](http://nodejs.org/api/path.html#path_path_isabsolute_path) [ponyfill](https://ponyfill.com) + + +## Install + +``` +$ npm install --save path-is-absolute +``` + + +## Usage + +```js +const pathIsAbsolute = require('path-is-absolute'); + +// Running on Linux +pathIsAbsolute('/home/foo'); +//=> true +pathIsAbsolute('C:/Users/foo'); +//=> false + +// Running on Windows +pathIsAbsolute('C:/Users/foo'); +//=> true +pathIsAbsolute('/home/foo'); +//=> false + +// Running on any OS +pathIsAbsolute.posix('/home/foo'); +//=> true +pathIsAbsolute.posix('C:/Users/foo'); +//=> false +pathIsAbsolute.win32('C:/Users/foo'); +//=> true +pathIsAbsolute.win32('/home/foo'); +//=> false +``` + + +## API + +See the [`path.isAbsolute()` docs](http://nodejs.org/api/path.html#path_path_isabsolute_path). + +### pathIsAbsolute(path) + +### pathIsAbsolute.posix(path) + +POSIX specific version. + +### pathIsAbsolute.win32(path) + +Windows specific version. + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/node_modules/promise-inflight/LICENSE b/node_modules/promise-inflight/LICENSE new file mode 100644 index 0000000..83e7c4c --- /dev/null +++ b/node_modules/promise-inflight/LICENSE @@ -0,0 +1,14 @@ +Copyright (c) 2017, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + diff --git a/node_modules/promise-inflight/README.md b/node_modules/promise-inflight/README.md new file mode 100644 index 0000000..f0ae3a4 --- /dev/null +++ b/node_modules/promise-inflight/README.md @@ -0,0 +1,34 @@ +# promise-inflight + +One promise for multiple requests in flight to avoid async duplication + +## USAGE + +```javascript +const inflight = require('promise-inflight') + +// some request that does some stuff +function req(key) { + // key is any random string. like a url or filename or whatever. + return inflight(key, () => { + // this is where you'd fetch the url or whatever + return Promise.delay(100) + }) +} + +// only assigns a single setTimeout +// when it dings, all thens get called with the same result. (There's only +// one underlying promise.) +req('foo').then(…) +req('foo').then(…) +req('foo').then(…) +req('foo').then(…) +``` + +## SEE ALSO + +* [inflight](https://npmjs.com/package/inflight) - For the callback based function on which this is based. + +## STILL NEEDS + +Tests! diff --git a/node_modules/promise-inflight/inflight.js b/node_modules/promise-inflight/inflight.js new file mode 100644 index 0000000..ce054d3 --- /dev/null +++ b/node_modules/promise-inflight/inflight.js @@ -0,0 +1,36 @@ +'use strict' +module.exports = inflight + +let Bluebird +try { + Bluebird = require('bluebird') +} catch (_) { + Bluebird = Promise +} + +const active = {} +inflight.active = active +function inflight (unique, doFly) { + return Bluebird.all([unique, doFly]).then(function (args) { + const unique = args[0] + const doFly = args[1] + if (Array.isArray(unique)) { + return Bluebird.all(unique).then(function (uniqueArr) { + return _inflight(uniqueArr.join(''), doFly) + }) + } else { + return _inflight(unique, doFly) + } + }) + + function _inflight (unique, doFly) { + if (!active[unique]) { + active[unique] = (new Bluebird(function (resolve) { + return resolve(doFly()) + })) + active[unique].then(cleanup, cleanup) + function cleanup() { delete active[unique] } + } + return active[unique] + } +} diff --git a/node_modules/promise-inflight/package.json b/node_modules/promise-inflight/package.json new file mode 100644 index 0000000..0d8930c --- /dev/null +++ b/node_modules/promise-inflight/package.json @@ -0,0 +1,24 @@ +{ + "name": "promise-inflight", + "version": "1.0.1", + "description": "One promise for multiple requests in flight to avoid async duplication", + "main": "inflight.js", + "files": [ + "inflight.js" + ], + "license": "ISC", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "Rebecca Turner (http://re-becca.org/)", + "devDependencies": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/iarna/promise-inflight.git" + }, + "bugs": { + "url": "https://github.com/iarna/promise-inflight/issues" + }, + "homepage": "https://github.com/iarna/promise-inflight#readme" +} diff --git a/node_modules/promise-retry/.editorconfig b/node_modules/promise-retry/.editorconfig new file mode 100644 index 0000000..8bc4f10 --- /dev/null +++ b/node_modules/promise-retry/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[package.json] +indent_size = 2 diff --git a/node_modules/promise-retry/.jshintrc b/node_modules/promise-retry/.jshintrc new file mode 100644 index 0000000..d867d49 --- /dev/null +++ b/node_modules/promise-retry/.jshintrc @@ -0,0 +1,64 @@ +{ + "predef": [ + "console", + "require", + "define", + "describe", + "it", + "before", + "beforeEach", + "after", + "afterEach", + "Promise" + ], + + "node": true, + "devel": true, + + "bitwise": true, + "curly": true, + "eqeqeq": true, + "forin": false, + "immed": true, + "latedef": false, + "newcap": true, + "noarg": true, + "noempty": false, + "nonew": true, + "plusplus": false, + "regexp": true, + "undef": true, + "unused": true, + "quotmark": "single", + "strict": true, + "trailing": true, + + "asi": false, + "boss": false, + "debug": false, + "eqnull": true, + "es5": false, + "esnext": false, + "evil": false, + "expr": true, + "funcscope": false, + "globalstrict": false, + "iterator": false, + "lastsemic": false, + "laxbreak": false, + "laxcomma": false, + "loopfunc": true, + "multistr": false, + "onecase": true, + "regexdash": false, + "scripturl": false, + "smarttabs": false, + "shadow": false, + "sub": false, + "supernew": false, + "validthis": false, + + "nomen": false, + "onevar": false, + "white": true +} diff --git a/node_modules/promise-retry/.travis.yml b/node_modules/promise-retry/.travis.yml new file mode 100644 index 0000000..e2d26a9 --- /dev/null +++ b/node_modules/promise-retry/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "10" + - "12" diff --git a/node_modules/promise-retry/LICENSE b/node_modules/promise-retry/LICENSE new file mode 100644 index 0000000..db5e914 --- /dev/null +++ b/node_modules/promise-retry/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2014 IndigoUnited + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/promise-retry/README.md b/node_modules/promise-retry/README.md new file mode 100644 index 0000000..587de5c --- /dev/null +++ b/node_modules/promise-retry/README.md @@ -0,0 +1,94 @@ +# node-promise-retry + +[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url] + +[npm-url]:https://npmjs.org/package/promise-retry +[downloads-image]:http://img.shields.io/npm/dm/promise-retry.svg +[npm-image]:http://img.shields.io/npm/v/promise-retry.svg +[travis-url]:https://travis-ci.org/IndigoUnited/node-promise-retry +[travis-image]:http://img.shields.io/travis/IndigoUnited/node-promise-retry/master.svg +[david-dm-url]:https://david-dm.org/IndigoUnited/node-promise-retry +[david-dm-image]:https://img.shields.io/david/IndigoUnited/node-promise-retry.svg +[david-dm-dev-url]:https://david-dm.org/IndigoUnited/node-promise-retry?type=dev +[david-dm-dev-image]:https://img.shields.io/david/dev/IndigoUnited/node-promise-retry.svg +[greenkeeper-image]:https://badges.greenkeeper.io/IndigoUnited/node-promise-retry.svg +[greenkeeper-url]:https://greenkeeper.io/ + +Retries a function that returns a promise, leveraging the power of the [retry](https://github.com/tim-kos/node-retry) module to the promises world. + +There's already some modules that are able to retry functions that return promises but +they were rather difficult to use or do not offer an easy way to do conditional retries. + + +## Installation + +`$ npm install promise-retry` + + +## Usage + +### promiseRetry(fn, [options]) + +Calls `fn` until the returned promise ends up fulfilled or rejected with an error different than +a `retry` error. +The `options` argument is an object which maps to the [retry](https://github.com/tim-kos/node-retry) module options: + +- `retries`: The maximum amount of times to retry the operation. Default is `10`. +- `factor`: The exponential factor to use. Default is `2`. +- `minTimeout`: The number of milliseconds before starting the first retry. Default is `1000`. +- `maxTimeout`: The maximum number of milliseconds between two retries. Default is `Infinity`. +- `randomize`: Randomizes the timeouts by multiplying with a factor between `1` to `2`. Default is `false`. + + +The `fn` function will receive a `retry` function as its first argument that should be called with an error whenever you want to retry `fn`. The `retry` function will always throw an error. +If there are retries left, it will throw a special `retry` error that will be handled internally to call `fn` again. +If there are no retries left, it will throw the actual error passed to it. + +If you prefer, you can pass the options first using the alternative function signature `promiseRetry([options], fn)`. + +## Example +```js +var promiseRetry = require('promise-retry'); + +// Simple example +promiseRetry(function (retry, number) { + console.log('attempt number', number); + + return doSomething() + .catch(retry); +}) +.then(function (value) { + // .. +}, function (err) { + // .. +}); + +// Conditional example +promiseRetry(function (retry, number) { + console.log('attempt number', number); + + return doSomething() + .catch(function (err) { + if (err.code === 'ETIMEDOUT') { + retry(err); + } + + throw err; + }); +}) +.then(function (value) { + // .. +}, function (err) { + // .. +}); +``` + + +## Tests + +`$ npm test` + + +## License + +Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). diff --git a/node_modules/promise-retry/index.js b/node_modules/promise-retry/index.js new file mode 100644 index 0000000..5df48ae --- /dev/null +++ b/node_modules/promise-retry/index.js @@ -0,0 +1,52 @@ +'use strict'; + +var errcode = require('err-code'); +var retry = require('retry'); + +var hasOwn = Object.prototype.hasOwnProperty; + +function isRetryError(err) { + return err && err.code === 'EPROMISERETRY' && hasOwn.call(err, 'retried'); +} + +function promiseRetry(fn, options) { + var temp; + var operation; + + if (typeof fn === 'object' && typeof options === 'function') { + // Swap options and fn when using alternate signature (options, fn) + temp = options; + options = fn; + fn = temp; + } + + operation = retry.operation(options); + + return new Promise(function (resolve, reject) { + operation.attempt(function (number) { + Promise.resolve() + .then(function () { + return fn(function (err) { + if (isRetryError(err)) { + err = err.retried; + } + + throw errcode(new Error('Retrying'), 'EPROMISERETRY', { retried: err }); + }, number); + }) + .then(resolve, function (err) { + if (isRetryError(err)) { + err = err.retried; + + if (operation.retry(err || new Error())) { + return; + } + } + + reject(err); + }); + }); + }); +} + +module.exports = promiseRetry; diff --git a/node_modules/promise-retry/package.json b/node_modules/promise-retry/package.json new file mode 100644 index 0000000..6842de8 --- /dev/null +++ b/node_modules/promise-retry/package.json @@ -0,0 +1,37 @@ +{ + "name": "promise-retry", + "version": "2.0.1", + "description": "Retries a function that returns a promise, leveraging the power of the retry module.", + "main": "index.js", + "scripts": { + "test": "mocha --bail -t 10000" + }, + "bugs": { + "url": "https://github.com/IndigoUnited/node-promise-retry/issues/" + }, + "repository": { + "type": "git", + "url": "git://github.com/IndigoUnited/node-promise-retry.git" + }, + "keywords": [ + "retry", + "promise", + "backoff", + "repeat", + "replay" + ], + "author": "IndigoUnited (http://indigounited.com)", + "license": "MIT", + "devDependencies": { + "expect.js": "^0.3.1", + "mocha": "^8.0.1", + "sleep-promise": "^8.0.1" + }, + "dependencies": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + }, + "engines": { + "node": ">=10" + } +} diff --git a/node_modules/promise-retry/test/test.js b/node_modules/promise-retry/test/test.js new file mode 100644 index 0000000..466b099 --- /dev/null +++ b/node_modules/promise-retry/test/test.js @@ -0,0 +1,263 @@ +'use strict'; + +var expect = require('expect.js'); +var promiseRetry = require('../'); +var promiseDelay = require('sleep-promise'); + +describe('promise-retry', function () { + it('should call fn again if retry was called', function () { + var count = 0; + + return promiseRetry(function (retry) { + count += 1; + + return promiseDelay(10) + .then(function () { + if (count <= 2) { + retry(new Error('foo')); + } + + return 'final'; + }); + }, { factor: 1 }) + .then(function (value) { + expect(value).to.be('final'); + expect(count).to.be(3); + }, function () { + throw new Error('should not fail'); + }); + }); + + it('should call fn with the attempt number', function () { + var count = 0; + + return promiseRetry(function (retry, number) { + count += 1; + expect(count).to.equal(number); + + return promiseDelay(10) + .then(function () { + if (count <= 2) { + retry(new Error('foo')); + } + + return 'final'; + }); + }, { factor: 1 }) + .then(function (value) { + expect(value).to.be('final'); + expect(count).to.be(3); + }, function () { + throw new Error('should not fail'); + }); + }); + + it('should not retry on fulfillment if retry was not called', function () { + var count = 0; + + return promiseRetry(function () { + count += 1; + + return promiseDelay(10) + .then(function () { + return 'final'; + }); + }) + .then(function (value) { + expect(value).to.be('final'); + expect(count).to.be(1); + }, function () { + throw new Error('should not fail'); + }); + }); + + it('should not retry on rejection if retry was not called', function () { + var count = 0; + + return promiseRetry(function () { + count += 1; + + return promiseDelay(10) + .then(function () { + throw new Error('foo'); + }); + }) + .then(function () { + throw new Error('should not succeed'); + }, function (err) { + expect(err.message).to.be('foo'); + expect(count).to.be(1); + }); + }); + + it('should not retry on rejection if nr of retries is 0', function () { + var count = 0; + + return promiseRetry(function (retry) { + count += 1; + + return promiseDelay(10) + .then(function () { + throw new Error('foo'); + }) + .catch(retry); + }, { retries : 0 }) + .then(function () { + throw new Error('should not succeed'); + }, function (err) { + expect(err.message).to.be('foo'); + expect(count).to.be(1); + }); + }); + + it('should reject the promise if the retries were exceeded', function () { + var count = 0; + + return promiseRetry(function (retry) { + count += 1; + + return promiseDelay(10) + .then(function () { + throw new Error('foo'); + }) + .catch(retry); + }, { retries: 2, factor: 1 }) + .then(function () { + throw new Error('should not succeed'); + }, function (err) { + expect(err.message).to.be('foo'); + expect(count).to.be(3); + }); + }); + + it('should pass options to the underlying retry module', function () { + var count = 0; + + return promiseRetry(function (retry) { + return promiseDelay(10) + .then(function () { + if (count < 2) { + count += 1; + retry(new Error('foo')); + } + + return 'final'; + }); + }, { retries: 1, factor: 1 }) + .then(function () { + throw new Error('should not succeed'); + }, function (err) { + expect(err.message).to.be('foo'); + }); + }); + + it('should convert direct fulfillments into promises', function () { + return promiseRetry(function () { + return 'final'; + }, { factor: 1 }) + .then(function (value) { + expect(value).to.be('final'); + }, function () { + throw new Error('should not fail'); + }); + }); + + it('should convert direct rejections into promises', function () { + promiseRetry(function () { + throw new Error('foo'); + }, { retries: 1, factor: 1 }) + .then(function () { + throw new Error('should not succeed'); + }, function (err) { + expect(err.message).to.be('foo'); + }); + }); + + it('should not crash on undefined rejections', function () { + return promiseRetry(function () { + throw undefined; + }, { retries: 1, factor: 1 }) + .then(function () { + throw new Error('should not succeed'); + }, function (err) { + expect(err).to.be(undefined); + }) + .then(function () { + return promiseRetry(function (retry) { + retry(); + }, { retries: 1, factor: 1 }); + }) + .then(function () { + throw new Error('should not succeed'); + }, function (err) { + expect(err).to.be(undefined); + }); + }); + + it('should retry if retry() was called with undefined', function () { + var count = 0; + + return promiseRetry(function (retry) { + count += 1; + + return promiseDelay(10) + .then(function () { + if (count <= 2) { + retry(); + } + + return 'final'; + }); + }, { factor: 1 }) + .then(function (value) { + expect(value).to.be('final'); + expect(count).to.be(3); + }, function () { + throw new Error('should not fail'); + }); + }); + + it('should work with several retries in the same chain', function () { + var count = 0; + + return promiseRetry(function (retry) { + count += 1; + + return promiseDelay(10) + .then(function () { + retry(new Error('foo')); + }) + .catch(function (err) { + retry(err); + }); + }, { retries: 1, factor: 1 }) + .then(function () { + throw new Error('should not succeed'); + }, function (err) { + expect(err.message).to.be('foo'); + expect(count).to.be(2); + }); + }); + + it('should allow options to be passed first', function () { + var count = 0; + + return promiseRetry({ factor: 1 }, function (retry) { + count += 1; + + return promiseDelay(10) + .then(function () { + if (count <= 2) { + retry(new Error('foo')); + } + + return 'final'; + }); + }).then(function (value) { + expect(value).to.be('final'); + expect(count).to.be(3); + }, function () { + throw new Error('should not fail'); + }); + }); +}); diff --git a/node_modules/readable-stream/CONTRIBUTING.md b/node_modules/readable-stream/CONTRIBUTING.md new file mode 100644 index 0000000..f478d58 --- /dev/null +++ b/node_modules/readable-stream/CONTRIBUTING.md @@ -0,0 +1,38 @@ +# Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +* (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +* (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +* (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +* (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. + +## Moderation Policy + +The [Node.js Moderation Policy] applies to this WG. + +## Code of Conduct + +The [Node.js Code of Conduct][] applies to this WG. + +[Node.js Code of Conduct]: +https://github.com/nodejs/node/blob/master/CODE_OF_CONDUCT.md +[Node.js Moderation Policy]: +https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md diff --git a/node_modules/readable-stream/GOVERNANCE.md b/node_modules/readable-stream/GOVERNANCE.md new file mode 100644 index 0000000..16ffb93 --- /dev/null +++ b/node_modules/readable-stream/GOVERNANCE.md @@ -0,0 +1,136 @@ +### Streams Working Group + +The Node.js Streams is jointly governed by a Working Group +(WG) +that is responsible for high-level guidance of the project. + +The WG has final authority over this project including: + +* Technical direction +* Project governance and process (including this policy) +* Contribution policy +* GitHub repository hosting +* Conduct guidelines +* Maintaining the list of additional Collaborators + +For the current list of WG members, see the project +[README.md](./README.md#current-project-team-members). + +### Collaborators + +The readable-stream GitHub repository is +maintained by the WG and additional Collaborators who are added by the +WG on an ongoing basis. + +Individuals making significant and valuable contributions are made +Collaborators and given commit-access to the project. These +individuals are identified by the WG and their addition as +Collaborators is discussed during the WG meeting. + +_Note:_ If you make a significant contribution and are not considered +for commit-access log an issue or contact a WG member directly and it +will be brought up in the next WG meeting. + +Modifications of the contents of the readable-stream repository are +made on +a collaborative basis. Anybody with a GitHub account may propose a +modification via pull request and it will be considered by the project +Collaborators. All pull requests must be reviewed and accepted by a +Collaborator with sufficient expertise who is able to take full +responsibility for the change. In the case of pull requests proposed +by an existing Collaborator, an additional Collaborator is required +for sign-off. Consensus should be sought if additional Collaborators +participate and there is disagreement around a particular +modification. See _Consensus Seeking Process_ below for further detail +on the consensus model used for governance. + +Collaborators may opt to elevate significant or controversial +modifications, or modifications that have not found consensus to the +WG for discussion by assigning the ***WG-agenda*** tag to a pull +request or issue. The WG should serve as the final arbiter where +required. + +For the current list of Collaborators, see the project +[README.md](./README.md#members). + +### WG Membership + +WG seats are not time-limited. There is no fixed size of the WG. +However, the expected target is between 6 and 12, to ensure adequate +coverage of important areas of expertise, balanced with the ability to +make decisions efficiently. + +There is no specific set of requirements or qualifications for WG +membership beyond these rules. + +The WG may add additional members to the WG by unanimous consensus. + +A WG member may be removed from the WG by voluntary resignation, or by +unanimous consensus of all other WG members. + +Changes to WG membership should be posted in the agenda, and may be +suggested as any other agenda item (see "WG Meetings" below). + +If an addition or removal is proposed during a meeting, and the full +WG is not in attendance to participate, then the addition or removal +is added to the agenda for the subsequent meeting. This is to ensure +that all members are given the opportunity to participate in all +membership decisions. If a WG member is unable to attend a meeting +where a planned membership decision is being made, then their consent +is assumed. + +No more than 1/3 of the WG members may be affiliated with the same +employer. If removal or resignation of a WG member, or a change of +employment by a WG member, creates a situation where more than 1/3 of +the WG membership shares an employer, then the situation must be +immediately remedied by the resignation or removal of one or more WG +members affiliated with the over-represented employer(s). + +### WG Meetings + +The WG meets occasionally on a Google Hangout On Air. A designated moderator +approved by the WG runs the meeting. Each meeting should be +published to YouTube. + +Items are added to the WG agenda that are considered contentious or +are modifications of governance, contribution policy, WG membership, +or release process. + +The intention of the agenda is not to approve or review all patches; +that should happen continuously on GitHub and be handled by the larger +group of Collaborators. + +Any community member or contributor can ask that something be added to +the next meeting's agenda by logging a GitHub Issue. Any Collaborator, +WG member or the moderator can add the item to the agenda by adding +the ***WG-agenda*** tag to the issue. + +Prior to each WG meeting the moderator will share the Agenda with +members of the WG. WG members can add any items they like to the +agenda at the beginning of each meeting. The moderator and the WG +cannot veto or remove items. + +The WG may invite persons or representatives from certain projects to +participate in a non-voting capacity. + +The moderator is responsible for summarizing the discussion of each +agenda item and sends it as a pull request after the meeting. + +### Consensus Seeking Process + +The WG follows a +[Consensus +Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making) +decision-making model. + +When an agenda item has appeared to reach a consensus the moderator +will ask "Does anyone object?" as a final call for dissent from the +consensus. + +If an agenda item cannot reach a consensus a WG member can call for +either a closing vote or a vote to table the issue to the next +meeting. The call for a vote must be seconded by a majority of the WG +or else the discussion will continue. Simple majority wins. + +Note that changes to WG membership require a majority consensus. See +"WG Membership" above. diff --git a/node_modules/readable-stream/LICENSE b/node_modules/readable-stream/LICENSE new file mode 100644 index 0000000..2873b3b --- /dev/null +++ b/node_modules/readable-stream/LICENSE @@ -0,0 +1,47 @@ +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. +""" diff --git a/node_modules/readable-stream/README.md b/node_modules/readable-stream/README.md new file mode 100644 index 0000000..19117c1 --- /dev/null +++ b/node_modules/readable-stream/README.md @@ -0,0 +1,106 @@ +# readable-stream + +***Node.js core streams for userland*** [![Build Status](https://travis-ci.com/nodejs/readable-stream.svg?branch=master)](https://travis-ci.com/nodejs/readable-stream) + + +[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/) +[![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](https://nodei.co/npm/readable-stream/) + + +[![Sauce Test Status](https://saucelabs.com/browser-matrix/readabe-stream.svg)](https://saucelabs.com/u/readabe-stream) + +```bash +npm install --save readable-stream +``` + +This package is a mirror of the streams implementations in Node.js. + +Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v10.18.1/docs/api/stream.html). + +If you want to guarantee a stable streams base, regardless of what version of +Node you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *"stream"* module in Node-core, for background see [this blogpost](http://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html). + +As of version 2.0.0 **readable-stream** uses semantic versioning. + +## Version 3.x.x + +v3.x.x of `readable-stream` is a cut from Node 10. This version supports Node 6, 8, and 10, as well as evergreen browsers, IE 11 and latest Safari. The breaking changes introduced by v3 are composed by the combined breaking changes in [Node v9](https://nodejs.org/en/blog/release/v9.0.0/) and [Node v10](https://nodejs.org/en/blog/release/v10.0.0/), as follows: + +1. Error codes: https://github.com/nodejs/node/pull/13310, + https://github.com/nodejs/node/pull/13291, + https://github.com/nodejs/node/pull/16589, + https://github.com/nodejs/node/pull/15042, + https://github.com/nodejs/node/pull/15665, + https://github.com/nodejs/readable-stream/pull/344 +2. 'readable' have precedence over flowing + https://github.com/nodejs/node/pull/18994 +3. make virtual methods errors consistent + https://github.com/nodejs/node/pull/18813 +4. updated streams error handling + https://github.com/nodejs/node/pull/18438 +5. writable.end should return this. + https://github.com/nodejs/node/pull/18780 +6. readable continues to read when push('') + https://github.com/nodejs/node/pull/18211 +7. add custom inspect to BufferList + https://github.com/nodejs/node/pull/17907 +8. always defer 'readable' with nextTick + https://github.com/nodejs/node/pull/17979 + +## Version 2.x.x +v2.x.x of `readable-stream` is a cut of the stream module from Node 8 (there have been no semver-major changes from Node 4 to 8). This version supports all Node.js versions from 0.8, as well as evergreen browsers and IE 10 & 11. + +### Big Thanks + +Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs][sauce] + +# Usage + +You can swap your `require('stream')` with `require('readable-stream')` +without any changes, if you are just using one of the main classes and +functions. + +```js +const { + Readable, + Writable, + Transform, + Duplex, + pipeline, + finished +} = require('readable-stream') +```` + +Note that `require('stream')` will return `Stream`, while +`require('readable-stream')` will return `Readable`. We discourage using +whatever is exported directly, but rather use one of the properties as +shown in the example above. + +# Streams Working Group + +`readable-stream` is maintained by the Streams Working Group, which +oversees the development and maintenance of the Streams API within +Node.js. The responsibilities of the Streams Working Group include: + +* Addressing stream issues on the Node.js issue tracker. +* Authoring and editing stream documentation within the Node.js project. +* Reviewing changes to stream subclasses within the Node.js project. +* Redirecting changes to streams from the Node.js project to this + project. +* Assisting in the implementation of stream providers within Node.js. +* Recommending versions of `readable-stream` to be included in Node.js. +* Messaging about the future of streams to give the community advance + notice of changes. + + +## Team Members + +* **Calvin Metcalf** ([@calvinmetcalf](https://github.com/calvinmetcalf)) <calvin.metcalf@gmail.com> + - Release GPG key: F3EF5F62A87FC27A22E643F714CE4FF5015AA242 +* **Mathias Buus** ([@mafintosh](https://github.com/mafintosh)) <mathiasbuus@gmail.com> +* **Matteo Collina** ([@mcollina](https://github.com/mcollina)) <matteo.collina@gmail.com> + - Release GPG key: 3ABC01543F22DD2239285CDD818674489FBC127E +* **Irina Shestak** ([@lrlna](https://github.com/lrlna)) <shestak.irina@gmail.com> +* **Yoshua Wyuts** ([@yoshuawuyts](https://github.com/yoshuawuyts)) <yoshuawuyts@gmail.com> + +[sauce]: https://saucelabs.com diff --git a/node_modules/readable-stream/errors-browser.js b/node_modules/readable-stream/errors-browser.js new file mode 100644 index 0000000..fb8e73e --- /dev/null +++ b/node_modules/readable-stream/errors-browser.js @@ -0,0 +1,127 @@ +'use strict'; + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } + +var codes = {}; + +function createErrorType(code, message, Base) { + if (!Base) { + Base = Error; + } + + function getMessage(arg1, arg2, arg3) { + if (typeof message === 'string') { + return message; + } else { + return message(arg1, arg2, arg3); + } + } + + var NodeError = + /*#__PURE__*/ + function (_Base) { + _inheritsLoose(NodeError, _Base); + + function NodeError(arg1, arg2, arg3) { + return _Base.call(this, getMessage(arg1, arg2, arg3)) || this; + } + + return NodeError; + }(Base); + + NodeError.prototype.name = Base.name; + NodeError.prototype.code = code; + codes[code] = NodeError; +} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js + + +function oneOf(expected, thing) { + if (Array.isArray(expected)) { + var len = expected.length; + expected = expected.map(function (i) { + return String(i); + }); + + if (len > 2) { + return "one of ".concat(thing, " ").concat(expected.slice(0, len - 1).join(', '), ", or ") + expected[len - 1]; + } else if (len === 2) { + return "one of ".concat(thing, " ").concat(expected[0], " or ").concat(expected[1]); + } else { + return "of ".concat(thing, " ").concat(expected[0]); + } + } else { + return "of ".concat(thing, " ").concat(String(expected)); + } +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith + + +function startsWith(str, search, pos) { + return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith + + +function endsWith(str, search, this_len) { + if (this_len === undefined || this_len > str.length) { + this_len = str.length; + } + + return str.substring(this_len - search.length, this_len) === search; +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes + + +function includes(str, search, start) { + if (typeof start !== 'number') { + start = 0; + } + + if (start + search.length > str.length) { + return false; + } else { + return str.indexOf(search, start) !== -1; + } +} + +createErrorType('ERR_INVALID_OPT_VALUE', function (name, value) { + return 'The value "' + value + '" is invalid for option "' + name + '"'; +}, TypeError); +createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) { + // determiner: 'must be' or 'must not be' + var determiner; + + if (typeof expected === 'string' && startsWith(expected, 'not ')) { + determiner = 'must not be'; + expected = expected.replace(/^not /, ''); + } else { + determiner = 'must be'; + } + + var msg; + + if (endsWith(name, ' argument')) { + // For cases like 'first argument' + msg = "The ".concat(name, " ").concat(determiner, " ").concat(oneOf(expected, 'type')); + } else { + var type = includes(name, '.') ? 'property' : 'argument'; + msg = "The \"".concat(name, "\" ").concat(type, " ").concat(determiner, " ").concat(oneOf(expected, 'type')); + } + + msg += ". Received type ".concat(typeof actual); + return msg; +}, TypeError); +createErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF'); +createErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) { + return 'The ' + name + ' method is not implemented'; +}); +createErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close'); +createErrorType('ERR_STREAM_DESTROYED', function (name) { + return 'Cannot call ' + name + ' after a stream was destroyed'; +}); +createErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times'); +createErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable'); +createErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end'); +createErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError); +createErrorType('ERR_UNKNOWN_ENCODING', function (arg) { + return 'Unknown encoding: ' + arg; +}, TypeError); +createErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event'); +module.exports.codes = codes; diff --git a/node_modules/readable-stream/errors.js b/node_modules/readable-stream/errors.js new file mode 100644 index 0000000..8471526 --- /dev/null +++ b/node_modules/readable-stream/errors.js @@ -0,0 +1,116 @@ +'use strict'; + +const codes = {}; + +function createErrorType(code, message, Base) { + if (!Base) { + Base = Error + } + + function getMessage (arg1, arg2, arg3) { + if (typeof message === 'string') { + return message + } else { + return message(arg1, arg2, arg3) + } + } + + class NodeError extends Base { + constructor (arg1, arg2, arg3) { + super(getMessage(arg1, arg2, arg3)); + } + } + + NodeError.prototype.name = Base.name; + NodeError.prototype.code = code; + + codes[code] = NodeError; +} + +// https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js +function oneOf(expected, thing) { + if (Array.isArray(expected)) { + const len = expected.length; + expected = expected.map((i) => String(i)); + if (len > 2) { + return `one of ${thing} ${expected.slice(0, len - 1).join(', ')}, or ` + + expected[len - 1]; + } else if (len === 2) { + return `one of ${thing} ${expected[0]} or ${expected[1]}`; + } else { + return `of ${thing} ${expected[0]}`; + } + } else { + return `of ${thing} ${String(expected)}`; + } +} + +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith +function startsWith(str, search, pos) { + return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; +} + +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith +function endsWith(str, search, this_len) { + if (this_len === undefined || this_len > str.length) { + this_len = str.length; + } + return str.substring(this_len - search.length, this_len) === search; +} + +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes +function includes(str, search, start) { + if (typeof start !== 'number') { + start = 0; + } + + if (start + search.length > str.length) { + return false; + } else { + return str.indexOf(search, start) !== -1; + } +} + +createErrorType('ERR_INVALID_OPT_VALUE', function (name, value) { + return 'The value "' + value + '" is invalid for option "' + name + '"' +}, TypeError); +createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) { + // determiner: 'must be' or 'must not be' + let determiner; + if (typeof expected === 'string' && startsWith(expected, 'not ')) { + determiner = 'must not be'; + expected = expected.replace(/^not /, ''); + } else { + determiner = 'must be'; + } + + let msg; + if (endsWith(name, ' argument')) { + // For cases like 'first argument' + msg = `The ${name} ${determiner} ${oneOf(expected, 'type')}`; + } else { + const type = includes(name, '.') ? 'property' : 'argument'; + msg = `The "${name}" ${type} ${determiner} ${oneOf(expected, 'type')}`; + } + + msg += `. Received type ${typeof actual}`; + return msg; +}, TypeError); +createErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF'); +createErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) { + return 'The ' + name + ' method is not implemented' +}); +createErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close'); +createErrorType('ERR_STREAM_DESTROYED', function (name) { + return 'Cannot call ' + name + ' after a stream was destroyed'; +}); +createErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times'); +createErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable'); +createErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end'); +createErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError); +createErrorType('ERR_UNKNOWN_ENCODING', function (arg) { + return 'Unknown encoding: ' + arg +}, TypeError); +createErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event'); + +module.exports.codes = codes; diff --git a/node_modules/readable-stream/experimentalWarning.js b/node_modules/readable-stream/experimentalWarning.js new file mode 100644 index 0000000..78e8414 --- /dev/null +++ b/node_modules/readable-stream/experimentalWarning.js @@ -0,0 +1,17 @@ +'use strict' + +var experimentalWarnings = new Set(); + +function emitExperimentalWarning(feature) { + if (experimentalWarnings.has(feature)) return; + var msg = feature + ' is an experimental feature. This feature could ' + + 'change at any time'; + experimentalWarnings.add(feature); + process.emitWarning(msg, 'ExperimentalWarning'); +} + +function noop() {} + +module.exports.emitExperimentalWarning = process.emitWarning + ? emitExperimentalWarning + : noop; diff --git a/node_modules/readable-stream/lib/_stream_duplex.js b/node_modules/readable-stream/lib/_stream_duplex.js new file mode 100644 index 0000000..19abfa6 --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_duplex.js @@ -0,0 +1,126 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// 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: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// 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. + +// a duplex stream is just a stream that is both readable and writable. +// Since JS doesn't have multiple prototypal inheritance, this class +// prototypally inherits from Readable, and then parasitically from +// Writable. + +'use strict'; + +/**/ +var objectKeys = Object.keys || function (obj) { + var keys = []; + for (var key in obj) keys.push(key); + return keys; +}; +/**/ + +module.exports = Duplex; +var Readable = require('./_stream_readable'); +var Writable = require('./_stream_writable'); +require('inherits')(Duplex, Readable); +{ + // Allow the keys array to be GC'ed. + var keys = objectKeys(Writable.prototype); + for (var v = 0; v < keys.length; v++) { + var method = keys[v]; + if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; + } +} +function Duplex(options) { + if (!(this instanceof Duplex)) return new Duplex(options); + Readable.call(this, options); + Writable.call(this, options); + this.allowHalfOpen = true; + if (options) { + if (options.readable === false) this.readable = false; + if (options.writable === false) this.writable = false; + if (options.allowHalfOpen === false) { + this.allowHalfOpen = false; + this.once('end', onend); + } + } +} +Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.highWaterMark; + } +}); +Object.defineProperty(Duplex.prototype, 'writableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState && this._writableState.getBuffer(); + } +}); +Object.defineProperty(Duplex.prototype, 'writableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.length; + } +}); + +// the no-half-open enforcer +function onend() { + // If the writable side ended, then we're ok. + if (this._writableState.ended) return; + + // no more data can be written. + // But allow more writes to happen in this tick. + process.nextTick(onEndNT, this); +} +function onEndNT(self) { + self.end(); +} +Object.defineProperty(Duplex.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._readableState === undefined || this._writableState === undefined) { + return false; + } + return this._readableState.destroyed && this._writableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (this._readableState === undefined || this._writableState === undefined) { + return; + } + + // backward compatibility, the user is explicitly + // managing destroyed + this._readableState.destroyed = value; + this._writableState.destroyed = value; + } +}); \ No newline at end of file diff --git a/node_modules/readable-stream/lib/_stream_passthrough.js b/node_modules/readable-stream/lib/_stream_passthrough.js new file mode 100644 index 0000000..24a6bdd --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_passthrough.js @@ -0,0 +1,37 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// 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: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// 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. + +// a passthrough stream. +// basically just the most minimal sort of Transform stream. +// Every written chunk gets output as-is. + +'use strict'; + +module.exports = PassThrough; +var Transform = require('./_stream_transform'); +require('inherits')(PassThrough, Transform); +function PassThrough(options) { + if (!(this instanceof PassThrough)) return new PassThrough(options); + Transform.call(this, options); +} +PassThrough.prototype._transform = function (chunk, encoding, cb) { + cb(null, chunk); +}; \ No newline at end of file diff --git a/node_modules/readable-stream/lib/_stream_readable.js b/node_modules/readable-stream/lib/_stream_readable.js new file mode 100644 index 0000000..df1f608 --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_readable.js @@ -0,0 +1,1027 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// 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: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// 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. + +'use strict'; + +module.exports = Readable; + +/**/ +var Duplex; +/**/ + +Readable.ReadableState = ReadableState; + +/**/ +var EE = require('events').EventEmitter; +var EElistenerCount = function EElistenerCount(emitter, type) { + return emitter.listeners(type).length; +}; +/**/ + +/**/ +var Stream = require('./internal/streams/stream'); +/**/ + +var Buffer = require('buffer').Buffer; +var OurUint8Array = (typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : {}).Uint8Array || function () {}; +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} + +/**/ +var debugUtil = require('util'); +var debug; +if (debugUtil && debugUtil.debuglog) { + debug = debugUtil.debuglog('stream'); +} else { + debug = function debug() {}; +} +/**/ + +var BufferList = require('./internal/streams/buffer_list'); +var destroyImpl = require('./internal/streams/destroy'); +var _require = require('./internal/streams/state'), + getHighWaterMark = _require.getHighWaterMark; +var _require$codes = require('../errors').codes, + ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, + ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT; + +// Lazy loaded to improve the startup performance. +var StringDecoder; +var createReadableStreamAsyncIterator; +var from; +require('inherits')(Readable, Stream); +var errorOrDestroy = destroyImpl.errorOrDestroy; +var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume']; +function prependListener(emitter, event, fn) { + // Sadly this is not cacheable as some libraries bundle their own + // event emitter implementation with them. + if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); + + // This is a hack to make sure that our error handler is attached before any + // userland ones. NEVER DO THIS. This is here only because this code needs + // to continue to work with older versions of Node.js that do not include + // the prependListener() method. The goal is to eventually remove this hack. + if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]]; +} +function ReadableState(options, stream, isDuplex) { + Duplex = Duplex || require('./_stream_duplex'); + options = options || {}; + + // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream. + // These options can be provided separately as readableXXX and writableXXX. + if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; + + // object stream flag. Used to make read(n) ignore n and to + // make all the buffer merging and length checks go away + this.objectMode = !!options.objectMode; + if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; + + // the point at which it stops calling _read() to fill the buffer + // Note: 0 is a valid value, means "don't call _read preemptively ever" + this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex); + + // A linked list is used to store data chunks instead of an array because the + // linked list can remove elements from the beginning faster than + // array.shift() + this.buffer = new BufferList(); + this.length = 0; + this.pipes = null; + this.pipesCount = 0; + this.flowing = null; + this.ended = false; + this.endEmitted = false; + this.reading = false; + + // a flag to be able to tell if the event 'readable'/'data' is emitted + // immediately, or on a later tick. We set this to true at first, because + // any actions that shouldn't happen until "later" should generally also + // not happen before the first read call. + this.sync = true; + + // whenever we return null, then we set a flag to say + // that we're awaiting a 'readable' event emission. + this.needReadable = false; + this.emittedReadable = false; + this.readableListening = false; + this.resumeScheduled = false; + this.paused = true; + + // Should close be emitted on destroy. Defaults to true. + this.emitClose = options.emitClose !== false; + + // Should .destroy() be called after 'end' (and potentially 'finish') + this.autoDestroy = !!options.autoDestroy; + + // has it been destroyed + this.destroyed = false; + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = options.defaultEncoding || 'utf8'; + + // the number of writers that are awaiting a drain event in .pipe()s + this.awaitDrain = 0; + + // if true, a maybeReadMore has been scheduled + this.readingMore = false; + this.decoder = null; + this.encoding = null; + if (options.encoding) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + this.decoder = new StringDecoder(options.encoding); + this.encoding = options.encoding; + } +} +function Readable(options) { + Duplex = Duplex || require('./_stream_duplex'); + if (!(this instanceof Readable)) return new Readable(options); + + // Checking for a Stream.Duplex instance is faster here instead of inside + // the ReadableState constructor, at least with V8 6.5 + var isDuplex = this instanceof Duplex; + this._readableState = new ReadableState(options, this, isDuplex); + + // legacy + this.readable = true; + if (options) { + if (typeof options.read === 'function') this._read = options.read; + if (typeof options.destroy === 'function') this._destroy = options.destroy; + } + Stream.call(this); +} +Object.defineProperty(Readable.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._readableState === undefined) { + return false; + } + return this._readableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._readableState) { + return; + } + + // backward compatibility, the user is explicitly + // managing destroyed + this._readableState.destroyed = value; + } +}); +Readable.prototype.destroy = destroyImpl.destroy; +Readable.prototype._undestroy = destroyImpl.undestroy; +Readable.prototype._destroy = function (err, cb) { + cb(err); +}; + +// Manually shove something into the read() buffer. +// This returns true if the highWaterMark has not been hit yet, +// similar to how Writable.write() returns true if you should +// write() some more. +Readable.prototype.push = function (chunk, encoding) { + var state = this._readableState; + var skipChunkCheck; + if (!state.objectMode) { + if (typeof chunk === 'string') { + encoding = encoding || state.defaultEncoding; + if (encoding !== state.encoding) { + chunk = Buffer.from(chunk, encoding); + encoding = ''; + } + skipChunkCheck = true; + } + } else { + skipChunkCheck = true; + } + return readableAddChunk(this, chunk, encoding, false, skipChunkCheck); +}; + +// Unshift should *always* be something directly out of read() +Readable.prototype.unshift = function (chunk) { + return readableAddChunk(this, chunk, null, true, false); +}; +function readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) { + debug('readableAddChunk', chunk); + var state = stream._readableState; + if (chunk === null) { + state.reading = false; + onEofChunk(stream, state); + } else { + var er; + if (!skipChunkCheck) er = chunkInvalid(state, chunk); + if (er) { + errorOrDestroy(stream, er); + } else if (state.objectMode || chunk && chunk.length > 0) { + if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) { + chunk = _uint8ArrayToBuffer(chunk); + } + if (addToFront) { + if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true); + } else if (state.ended) { + errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF()); + } else if (state.destroyed) { + return false; + } else { + state.reading = false; + if (state.decoder && !encoding) { + chunk = state.decoder.write(chunk); + if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state); + } else { + addChunk(stream, state, chunk, false); + } + } + } else if (!addToFront) { + state.reading = false; + maybeReadMore(stream, state); + } + } + + // We can push more data if we are below the highWaterMark. + // Also, if we have no data yet, we can stand some more bytes. + // This is to work around cases where hwm=0, such as the repl. + return !state.ended && (state.length < state.highWaterMark || state.length === 0); +} +function addChunk(stream, state, chunk, addToFront) { + if (state.flowing && state.length === 0 && !state.sync) { + state.awaitDrain = 0; + stream.emit('data', chunk); + } else { + // update the buffer info. + state.length += state.objectMode ? 1 : chunk.length; + if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk); + if (state.needReadable) emitReadable(stream); + } + maybeReadMore(stream, state); +} +function chunkInvalid(state, chunk) { + var er; + if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) { + er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk); + } + return er; +} +Readable.prototype.isPaused = function () { + return this._readableState.flowing === false; +}; + +// backwards compatibility. +Readable.prototype.setEncoding = function (enc) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + var decoder = new StringDecoder(enc); + this._readableState.decoder = decoder; + // If setEncoding(null), decoder.encoding equals utf8 + this._readableState.encoding = this._readableState.decoder.encoding; + + // Iterate over current buffer to convert already stored Buffers: + var p = this._readableState.buffer.head; + var content = ''; + while (p !== null) { + content += decoder.write(p.data); + p = p.next; + } + this._readableState.buffer.clear(); + if (content !== '') this._readableState.buffer.push(content); + this._readableState.length = content.length; + return this; +}; + +// Don't raise the hwm > 1GB +var MAX_HWM = 0x40000000; +function computeNewHighWaterMark(n) { + if (n >= MAX_HWM) { + // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE. + n = MAX_HWM; + } else { + // Get the next highest power of 2 to prevent increasing hwm excessively in + // tiny amounts + n--; + n |= n >>> 1; + n |= n >>> 2; + n |= n >>> 4; + n |= n >>> 8; + n |= n >>> 16; + n++; + } + return n; +} + +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function howMuchToRead(n, state) { + if (n <= 0 || state.length === 0 && state.ended) return 0; + if (state.objectMode) return 1; + if (n !== n) { + // Only flow one buffer at a time + if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length; + } + // If we're asking for more than the current hwm, then raise the hwm. + if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n); + if (n <= state.length) return n; + // Don't have enough + if (!state.ended) { + state.needReadable = true; + return 0; + } + return state.length; +} + +// you can override either this method, or the async _read(n) below. +Readable.prototype.read = function (n) { + debug('read', n); + n = parseInt(n, 10); + var state = this._readableState; + var nOrig = n; + if (n !== 0) state.emittedReadable = false; + + // if we're doing read(0) to trigger a readable event, but we + // already have a bunch of data in the buffer, then just trigger + // the 'readable' event and move on. + if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) { + debug('read: emitReadable', state.length, state.ended); + if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this); + return null; + } + n = howMuchToRead(n, state); + + // if we've ended, and we're now clear, then finish it up. + if (n === 0 && state.ended) { + if (state.length === 0) endReadable(this); + return null; + } + + // All the actual chunk generation logic needs to be + // *below* the call to _read. The reason is that in certain + // synthetic stream cases, such as passthrough streams, _read + // may be a completely synchronous operation which may change + // the state of the read buffer, providing enough data when + // before there was *not* enough. + // + // So, the steps are: + // 1. Figure out what the state of things will be after we do + // a read from the buffer. + // + // 2. If that resulting state will trigger a _read, then call _read. + // Note that this may be asynchronous, or synchronous. Yes, it is + // deeply ugly to write APIs this way, but that still doesn't mean + // that the Readable class should behave improperly, as streams are + // designed to be sync/async agnostic. + // Take note if the _read call is sync or async (ie, if the read call + // has returned yet), so that we know whether or not it's safe to emit + // 'readable' etc. + // + // 3. Actually pull the requested chunks out of the buffer and return. + + // if we need a readable event, then we need to do some reading. + var doRead = state.needReadable; + debug('need readable', doRead); + + // if we currently have less than the highWaterMark, then also read some + if (state.length === 0 || state.length - n < state.highWaterMark) { + doRead = true; + debug('length less than watermark', doRead); + } + + // however, if we've ended, then there's no point, and if we're already + // reading, then it's unnecessary. + if (state.ended || state.reading) { + doRead = false; + debug('reading or ended', doRead); + } else if (doRead) { + debug('do read'); + state.reading = true; + state.sync = true; + // if the length is currently zero, then we *need* a readable event. + if (state.length === 0) state.needReadable = true; + // call internal read method + this._read(state.highWaterMark); + state.sync = false; + // If _read pushed data synchronously, then `reading` will be false, + // and we need to re-evaluate how much data we can return to the user. + if (!state.reading) n = howMuchToRead(nOrig, state); + } + var ret; + if (n > 0) ret = fromList(n, state);else ret = null; + if (ret === null) { + state.needReadable = state.length <= state.highWaterMark; + n = 0; + } else { + state.length -= n; + state.awaitDrain = 0; + } + if (state.length === 0) { + // If we have nothing in the buffer, then we want to know + // as soon as we *do* get something into the buffer. + if (!state.ended) state.needReadable = true; + + // If we tried to read() past the EOF, then emit end on the next tick. + if (nOrig !== n && state.ended) endReadable(this); + } + if (ret !== null) this.emit('data', ret); + return ret; +}; +function onEofChunk(stream, state) { + debug('onEofChunk'); + if (state.ended) return; + if (state.decoder) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) { + state.buffer.push(chunk); + state.length += state.objectMode ? 1 : chunk.length; + } + } + state.ended = true; + if (state.sync) { + // if we are sync, wait until next tick to emit the data. + // Otherwise we risk emitting data in the flow() + // the readable code triggers during a read() call + emitReadable(stream); + } else { + // emit 'readable' now to make sure it gets picked up. + state.needReadable = false; + if (!state.emittedReadable) { + state.emittedReadable = true; + emitReadable_(stream); + } + } +} + +// Don't emit readable right away in sync mode, because this can trigger +// another read() call => stack overflow. This way, it might trigger +// a nextTick recursion warning, but that's not so bad. +function emitReadable(stream) { + var state = stream._readableState; + debug('emitReadable', state.needReadable, state.emittedReadable); + state.needReadable = false; + if (!state.emittedReadable) { + debug('emitReadable', state.flowing); + state.emittedReadable = true; + process.nextTick(emitReadable_, stream); + } +} +function emitReadable_(stream) { + var state = stream._readableState; + debug('emitReadable_', state.destroyed, state.length, state.ended); + if (!state.destroyed && (state.length || state.ended)) { + stream.emit('readable'); + state.emittedReadable = false; + } + + // The stream needs another readable event if + // 1. It is not flowing, as the flow mechanism will take + // care of it. + // 2. It is not ended. + // 3. It is below the highWaterMark, so we can schedule + // another readable later. + state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark; + flow(stream); +} + +// at this point, the user has presumably seen the 'readable' event, +// and called read() to consume some data. that may have triggered +// in turn another _read(n) call, in which case reading = true if +// it's in progress. +// However, if we're not ended, or reading, and the length < hwm, +// then go ahead and try to read some more preemptively. +function maybeReadMore(stream, state) { + if (!state.readingMore) { + state.readingMore = true; + process.nextTick(maybeReadMore_, stream, state); + } +} +function maybeReadMore_(stream, state) { + // Attempt to read more data if we should. + // + // The conditions for reading more data are (one of): + // - Not enough data buffered (state.length < state.highWaterMark). The loop + // is responsible for filling the buffer with enough data if such data + // is available. If highWaterMark is 0 and we are not in the flowing mode + // we should _not_ attempt to buffer any extra data. We'll get more data + // when the stream consumer calls read() instead. + // - No data in the buffer, and the stream is in flowing mode. In this mode + // the loop below is responsible for ensuring read() is called. Failing to + // call read here would abort the flow and there's no other mechanism for + // continuing the flow if the stream consumer has just subscribed to the + // 'data' event. + // + // In addition to the above conditions to keep reading data, the following + // conditions prevent the data from being read: + // - The stream has ended (state.ended). + // - There is already a pending 'read' operation (state.reading). This is a + // case where the the stream has called the implementation defined _read() + // method, but they are processing the call asynchronously and have _not_ + // called push() with new data. In this case we skip performing more + // read()s. The execution ends in this method again after the _read() ends + // up calling push() with more data. + while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) { + var len = state.length; + debug('maybeReadMore read 0'); + stream.read(0); + if (len === state.length) + // didn't get any data, stop spinning. + break; + } + state.readingMore = false; +} + +// abstract method. to be overridden in specific implementation classes. +// call cb(er, data) where data is <= n in length. +// for virtual (non-string, non-buffer) streams, "length" is somewhat +// arbitrary, and perhaps not very meaningful. +Readable.prototype._read = function (n) { + errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()')); +}; +Readable.prototype.pipe = function (dest, pipeOpts) { + var src = this; + var state = this._readableState; + switch (state.pipesCount) { + case 0: + state.pipes = dest; + break; + case 1: + state.pipes = [state.pipes, dest]; + break; + default: + state.pipes.push(dest); + break; + } + state.pipesCount += 1; + debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts); + var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr; + var endFn = doEnd ? onend : unpipe; + if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn); + dest.on('unpipe', onunpipe); + function onunpipe(readable, unpipeInfo) { + debug('onunpipe'); + if (readable === src) { + if (unpipeInfo && unpipeInfo.hasUnpiped === false) { + unpipeInfo.hasUnpiped = true; + cleanup(); + } + } + } + function onend() { + debug('onend'); + dest.end(); + } + + // when the dest drains, it reduces the awaitDrain counter + // on the source. This would be more elegant with a .once() + // handler in flow(), but adding and removing repeatedly is + // too slow. + var ondrain = pipeOnDrain(src); + dest.on('drain', ondrain); + var cleanedUp = false; + function cleanup() { + debug('cleanup'); + // cleanup event handlers once the pipe is broken + dest.removeListener('close', onclose); + dest.removeListener('finish', onfinish); + dest.removeListener('drain', ondrain); + dest.removeListener('error', onerror); + dest.removeListener('unpipe', onunpipe); + src.removeListener('end', onend); + src.removeListener('end', unpipe); + src.removeListener('data', ondata); + cleanedUp = true; + + // if the reader is waiting for a drain event from this + // specific writer, then it would cause it to never start + // flowing again. + // So, if this is awaiting a drain, then we just call it now. + // If we don't know, then assume that we are waiting for one. + if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain(); + } + src.on('data', ondata); + function ondata(chunk) { + debug('ondata'); + var ret = dest.write(chunk); + debug('dest.write', ret); + if (ret === false) { + // If the user unpiped during `dest.write()`, it is possible + // to get stuck in a permanently paused state if that write + // also returned false. + // => Check whether `dest` is still a piping destination. + if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) { + debug('false write response, pause', state.awaitDrain); + state.awaitDrain++; + } + src.pause(); + } + } + + // if the dest has an error, then stop piping into it. + // however, don't suppress the throwing behavior for this. + function onerror(er) { + debug('onerror', er); + unpipe(); + dest.removeListener('error', onerror); + if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er); + } + + // Make sure our error handler is attached before userland ones. + prependListener(dest, 'error', onerror); + + // Both close and finish should trigger unpipe, but only once. + function onclose() { + dest.removeListener('finish', onfinish); + unpipe(); + } + dest.once('close', onclose); + function onfinish() { + debug('onfinish'); + dest.removeListener('close', onclose); + unpipe(); + } + dest.once('finish', onfinish); + function unpipe() { + debug('unpipe'); + src.unpipe(dest); + } + + // tell the dest that it's being piped to + dest.emit('pipe', src); + + // start the flow if it hasn't been started already. + if (!state.flowing) { + debug('pipe resume'); + src.resume(); + } + return dest; +}; +function pipeOnDrain(src) { + return function pipeOnDrainFunctionResult() { + var state = src._readableState; + debug('pipeOnDrain', state.awaitDrain); + if (state.awaitDrain) state.awaitDrain--; + if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) { + state.flowing = true; + flow(src); + } + }; +} +Readable.prototype.unpipe = function (dest) { + var state = this._readableState; + var unpipeInfo = { + hasUnpiped: false + }; + + // if we're not piping anywhere, then do nothing. + if (state.pipesCount === 0) return this; + + // just one destination. most common case. + if (state.pipesCount === 1) { + // passed in one, but it's not the right one. + if (dest && dest !== state.pipes) return this; + if (!dest) dest = state.pipes; + + // got a match. + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + if (dest) dest.emit('unpipe', this, unpipeInfo); + return this; + } + + // slow case. multiple pipe destinations. + + if (!dest) { + // remove all. + var dests = state.pipes; + var len = state.pipesCount; + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + for (var i = 0; i < len; i++) dests[i].emit('unpipe', this, { + hasUnpiped: false + }); + return this; + } + + // try to find the right one. + var index = indexOf(state.pipes, dest); + if (index === -1) return this; + state.pipes.splice(index, 1); + state.pipesCount -= 1; + if (state.pipesCount === 1) state.pipes = state.pipes[0]; + dest.emit('unpipe', this, unpipeInfo); + return this; +}; + +// set up data events if they are asked for +// Ensure readable listeners eventually get something +Readable.prototype.on = function (ev, fn) { + var res = Stream.prototype.on.call(this, ev, fn); + var state = this._readableState; + if (ev === 'data') { + // update readableListening so that resume() may be a no-op + // a few lines down. This is needed to support once('readable'). + state.readableListening = this.listenerCount('readable') > 0; + + // Try start flowing on next tick if stream isn't explicitly paused + if (state.flowing !== false) this.resume(); + } else if (ev === 'readable') { + if (!state.endEmitted && !state.readableListening) { + state.readableListening = state.needReadable = true; + state.flowing = false; + state.emittedReadable = false; + debug('on readable', state.length, state.reading); + if (state.length) { + emitReadable(this); + } else if (!state.reading) { + process.nextTick(nReadingNextTick, this); + } + } + } + return res; +}; +Readable.prototype.addListener = Readable.prototype.on; +Readable.prototype.removeListener = function (ev, fn) { + var res = Stream.prototype.removeListener.call(this, ev, fn); + if (ev === 'readable') { + // We need to check if there is someone still listening to + // readable and reset the state. However this needs to happen + // after readable has been emitted but before I/O (nextTick) to + // support once('readable', fn) cycles. This means that calling + // resume within the same tick will have no + // effect. + process.nextTick(updateReadableListening, this); + } + return res; +}; +Readable.prototype.removeAllListeners = function (ev) { + var res = Stream.prototype.removeAllListeners.apply(this, arguments); + if (ev === 'readable' || ev === undefined) { + // We need to check if there is someone still listening to + // readable and reset the state. However this needs to happen + // after readable has been emitted but before I/O (nextTick) to + // support once('readable', fn) cycles. This means that calling + // resume within the same tick will have no + // effect. + process.nextTick(updateReadableListening, this); + } + return res; +}; +function updateReadableListening(self) { + var state = self._readableState; + state.readableListening = self.listenerCount('readable') > 0; + if (state.resumeScheduled && !state.paused) { + // flowing needs to be set to true now, otherwise + // the upcoming resume will not flow. + state.flowing = true; + + // crude way to check if we should resume + } else if (self.listenerCount('data') > 0) { + self.resume(); + } +} +function nReadingNextTick(self) { + debug('readable nexttick read 0'); + self.read(0); +} + +// pause() and resume() are remnants of the legacy readable stream API +// If the user uses them, then switch into old mode. +Readable.prototype.resume = function () { + var state = this._readableState; + if (!state.flowing) { + debug('resume'); + // we flow only if there is no one listening + // for readable, but we still have to call + // resume() + state.flowing = !state.readableListening; + resume(this, state); + } + state.paused = false; + return this; +}; +function resume(stream, state) { + if (!state.resumeScheduled) { + state.resumeScheduled = true; + process.nextTick(resume_, stream, state); + } +} +function resume_(stream, state) { + debug('resume', state.reading); + if (!state.reading) { + stream.read(0); + } + state.resumeScheduled = false; + stream.emit('resume'); + flow(stream); + if (state.flowing && !state.reading) stream.read(0); +} +Readable.prototype.pause = function () { + debug('call pause flowing=%j', this._readableState.flowing); + if (this._readableState.flowing !== false) { + debug('pause'); + this._readableState.flowing = false; + this.emit('pause'); + } + this._readableState.paused = true; + return this; +}; +function flow(stream) { + var state = stream._readableState; + debug('flow', state.flowing); + while (state.flowing && stream.read() !== null); +} + +// wrap an old-style stream as the async data source. +// This is *not* part of the readable stream interface. +// It is an ugly unfortunate mess of history. +Readable.prototype.wrap = function (stream) { + var _this = this; + var state = this._readableState; + var paused = false; + stream.on('end', function () { + debug('wrapped end'); + if (state.decoder && !state.ended) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) _this.push(chunk); + } + _this.push(null); + }); + stream.on('data', function (chunk) { + debug('wrapped data'); + if (state.decoder) chunk = state.decoder.write(chunk); + + // don't skip over falsy values in objectMode + if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return; + var ret = _this.push(chunk); + if (!ret) { + paused = true; + stream.pause(); + } + }); + + // proxy all the other methods. + // important when wrapping filters and duplexes. + for (var i in stream) { + if (this[i] === undefined && typeof stream[i] === 'function') { + this[i] = function methodWrap(method) { + return function methodWrapReturnFunction() { + return stream[method].apply(stream, arguments); + }; + }(i); + } + } + + // proxy certain important events. + for (var n = 0; n < kProxyEvents.length; n++) { + stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n])); + } + + // when we try to consume some more bytes, simply unpause the + // underlying stream. + this._read = function (n) { + debug('wrapped _read', n); + if (paused) { + paused = false; + stream.resume(); + } + }; + return this; +}; +if (typeof Symbol === 'function') { + Readable.prototype[Symbol.asyncIterator] = function () { + if (createReadableStreamAsyncIterator === undefined) { + createReadableStreamAsyncIterator = require('./internal/streams/async_iterator'); + } + return createReadableStreamAsyncIterator(this); + }; +} +Object.defineProperty(Readable.prototype, 'readableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.highWaterMark; + } +}); +Object.defineProperty(Readable.prototype, 'readableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState && this._readableState.buffer; + } +}); +Object.defineProperty(Readable.prototype, 'readableFlowing', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.flowing; + }, + set: function set(state) { + if (this._readableState) { + this._readableState.flowing = state; + } + } +}); + +// exposed for testing purposes only. +Readable._fromList = fromList; +Object.defineProperty(Readable.prototype, 'readableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.length; + } +}); + +// Pluck off n bytes from an array of buffers. +// Length is the combined lengths of all the buffers in the list. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function fromList(n, state) { + // nothing buffered + if (state.length === 0) return null; + var ret; + if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) { + // read it all, truncate the list + if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length); + state.buffer.clear(); + } else { + // read part of list + ret = state.buffer.consume(n, state.decoder); + } + return ret; +} +function endReadable(stream) { + var state = stream._readableState; + debug('endReadable', state.endEmitted); + if (!state.endEmitted) { + state.ended = true; + process.nextTick(endReadableNT, state, stream); + } +} +function endReadableNT(state, stream) { + debug('endReadableNT', state.endEmitted, state.length); + + // Check that we didn't get one last unshift. + if (!state.endEmitted && state.length === 0) { + state.endEmitted = true; + stream.readable = false; + stream.emit('end'); + if (state.autoDestroy) { + // In case of duplex streams we need a way to detect + // if the writable side is ready for autoDestroy as well + var wState = stream._writableState; + if (!wState || wState.autoDestroy && wState.finished) { + stream.destroy(); + } + } + } +} +if (typeof Symbol === 'function') { + Readable.from = function (iterable, opts) { + if (from === undefined) { + from = require('./internal/streams/from'); + } + return from(Readable, iterable, opts); + }; +} +function indexOf(xs, x) { + for (var i = 0, l = xs.length; i < l; i++) { + if (xs[i] === x) return i; + } + return -1; +} \ No newline at end of file diff --git a/node_modules/readable-stream/lib/_stream_transform.js b/node_modules/readable-stream/lib/_stream_transform.js new file mode 100644 index 0000000..1ccb715 --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_transform.js @@ -0,0 +1,190 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// 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: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// 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. + +// a transform stream is a readable/writable stream where you do +// something with the data. Sometimes it's called a "filter", +// but that's not a great name for it, since that implies a thing where +// some bits pass through, and others are simply ignored. (That would +// be a valid example of a transform, of course.) +// +// While the output is causally related to the input, it's not a +// necessarily symmetric or synchronous transformation. For example, +// a zlib stream might take multiple plain-text writes(), and then +// emit a single compressed chunk some time in the future. +// +// Here's how this works: +// +// The Transform stream has all the aspects of the readable and writable +// stream classes. When you write(chunk), that calls _write(chunk,cb) +// internally, and returns false if there's a lot of pending writes +// buffered up. When you call read(), that calls _read(n) until +// there's enough pending readable data buffered up. +// +// In a transform stream, the written data is placed in a buffer. When +// _read(n) is called, it transforms the queued up data, calling the +// buffered _write cb's as it consumes chunks. If consuming a single +// written chunk would result in multiple output chunks, then the first +// outputted bit calls the readcb, and subsequent chunks just go into +// the read buffer, and will cause it to emit 'readable' if necessary. +// +// This way, back-pressure is actually determined by the reading side, +// since _read has to be called to start processing a new chunk. However, +// a pathological inflate type of transform can cause excessive buffering +// here. For example, imagine a stream where every byte of input is +// interpreted as an integer from 0-255, and then results in that many +// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in +// 1kb of data being output. In this case, you could write a very small +// amount of input, and end up with a very large amount of output. In +// such a pathological inflating mechanism, there'd be no way to tell +// the system to stop doing the transform. A single 4MB write could +// cause the system to run out of memory. +// +// However, even in such a pathological case, only a single written chunk +// would be consumed, and then the rest would wait (un-transformed) until +// the results of the previous transformed chunk were consumed. + +'use strict'; + +module.exports = Transform; +var _require$codes = require('../errors').codes, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, + ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING, + ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0; +var Duplex = require('./_stream_duplex'); +require('inherits')(Transform, Duplex); +function afterTransform(er, data) { + var ts = this._transformState; + ts.transforming = false; + var cb = ts.writecb; + if (cb === null) { + return this.emit('error', new ERR_MULTIPLE_CALLBACK()); + } + ts.writechunk = null; + ts.writecb = null; + if (data != null) + // single equals check for both `null` and `undefined` + this.push(data); + cb(er); + var rs = this._readableState; + rs.reading = false; + if (rs.needReadable || rs.length < rs.highWaterMark) { + this._read(rs.highWaterMark); + } +} +function Transform(options) { + if (!(this instanceof Transform)) return new Transform(options); + Duplex.call(this, options); + this._transformState = { + afterTransform: afterTransform.bind(this), + needTransform: false, + transforming: false, + writecb: null, + writechunk: null, + writeencoding: null + }; + + // start out asking for a readable event once data is transformed. + this._readableState.needReadable = true; + + // we have implemented the _read method, and done the other things + // that Readable wants before the first _read call, so unset the + // sync guard flag. + this._readableState.sync = false; + if (options) { + if (typeof options.transform === 'function') this._transform = options.transform; + if (typeof options.flush === 'function') this._flush = options.flush; + } + + // When the writable side finishes, then flush out anything remaining. + this.on('prefinish', prefinish); +} +function prefinish() { + var _this = this; + if (typeof this._flush === 'function' && !this._readableState.destroyed) { + this._flush(function (er, data) { + done(_this, er, data); + }); + } else { + done(this, null, null); + } +} +Transform.prototype.push = function (chunk, encoding) { + this._transformState.needTransform = false; + return Duplex.prototype.push.call(this, chunk, encoding); +}; + +// This is the part where you do stuff! +// override this function in implementation classes. +// 'chunk' is an input chunk. +// +// Call `push(newChunk)` to pass along transformed output +// to the readable side. You may call 'push' zero or more times. +// +// Call `cb(err)` when you are done with this chunk. If you pass +// an error, then that'll put the hurt on the whole operation. If you +// never call cb(), then you'll never get another chunk. +Transform.prototype._transform = function (chunk, encoding, cb) { + cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()')); +}; +Transform.prototype._write = function (chunk, encoding, cb) { + var ts = this._transformState; + ts.writecb = cb; + ts.writechunk = chunk; + ts.writeencoding = encoding; + if (!ts.transforming) { + var rs = this._readableState; + if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark); + } +}; + +// Doesn't matter what the args are here. +// _transform does all the work. +// That we got here means that the readable side wants more data. +Transform.prototype._read = function (n) { + var ts = this._transformState; + if (ts.writechunk !== null && !ts.transforming) { + ts.transforming = true; + this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform); + } else { + // mark that we need a transform, so that any data that comes in + // will get processed, now that we've asked for it. + ts.needTransform = true; + } +}; +Transform.prototype._destroy = function (err, cb) { + Duplex.prototype._destroy.call(this, err, function (err2) { + cb(err2); + }); +}; +function done(stream, er, data) { + if (er) return stream.emit('error', er); + if (data != null) + // single equals check for both `null` and `undefined` + stream.push(data); + + // TODO(BridgeAR): Write a test for these two error cases + // if there's nothing in the write buffer, then that means + // that nothing more will ever be provided + if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0(); + if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING(); + return stream.push(null); +} \ No newline at end of file diff --git a/node_modules/readable-stream/lib/_stream_writable.js b/node_modules/readable-stream/lib/_stream_writable.js new file mode 100644 index 0000000..292415e --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_writable.js @@ -0,0 +1,641 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// 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: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// 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. + +// A bit simpler than readable streams. +// Implement an async ._write(chunk, encoding, cb), and it'll handle all +// the drain event emission and buffering. + +'use strict'; + +module.exports = Writable; + +/* */ +function WriteReq(chunk, encoding, cb) { + this.chunk = chunk; + this.encoding = encoding; + this.callback = cb; + this.next = null; +} + +// It seems a linked list but it is not +// there will be only 2 of these for each stream +function CorkedRequest(state) { + var _this = this; + this.next = null; + this.entry = null; + this.finish = function () { + onCorkedFinish(_this, state); + }; +} +/* */ + +/**/ +var Duplex; +/**/ + +Writable.WritableState = WritableState; + +/**/ +var internalUtil = { + deprecate: require('util-deprecate') +}; +/**/ + +/**/ +var Stream = require('./internal/streams/stream'); +/**/ + +var Buffer = require('buffer').Buffer; +var OurUint8Array = (typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : {}).Uint8Array || function () {}; +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} +var destroyImpl = require('./internal/streams/destroy'); +var _require = require('./internal/streams/state'), + getHighWaterMark = _require.getHighWaterMark; +var _require$codes = require('../errors').codes, + ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, + ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE, + ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED, + ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES, + ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END, + ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING; +var errorOrDestroy = destroyImpl.errorOrDestroy; +require('inherits')(Writable, Stream); +function nop() {} +function WritableState(options, stream, isDuplex) { + Duplex = Duplex || require('./_stream_duplex'); + options = options || {}; + + // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream, + // e.g. options.readableObjectMode vs. options.writableObjectMode, etc. + if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; + + // object stream flag to indicate whether or not this stream + // contains buffers or objects. + this.objectMode = !!options.objectMode; + if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; + + // the point at which write() starts returning false + // Note: 0 is a valid value, means that we always return false if + // the entire buffer is not flushed immediately on write() + this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex); + + // if _final has been called + this.finalCalled = false; + + // drain event flag. + this.needDrain = false; + // at the start of calling end() + this.ending = false; + // when end() has been called, and returned + this.ended = false; + // when 'finish' is emitted + this.finished = false; + + // has it been destroyed + this.destroyed = false; + + // should we decode strings into buffers before passing to _write? + // this is here so that some node-core streams can optimize string + // handling at a lower level. + var noDecode = options.decodeStrings === false; + this.decodeStrings = !noDecode; + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = options.defaultEncoding || 'utf8'; + + // not an actual buffer we keep track of, but a measurement + // of how much we're waiting to get pushed to some underlying + // socket or file. + this.length = 0; + + // a flag to see when we're in the middle of a write. + this.writing = false; + + // when true all writes will be buffered until .uncork() call + this.corked = 0; + + // a flag to be able to tell if the onwrite cb is called immediately, + // or on a later tick. We set this to true at first, because any + // actions that shouldn't happen until "later" should generally also + // not happen before the first write call. + this.sync = true; + + // a flag to know if we're processing previously buffered items, which + // may call the _write() callback in the same tick, so that we don't + // end up in an overlapped onwrite situation. + this.bufferProcessing = false; + + // the callback that's passed to _write(chunk,cb) + this.onwrite = function (er) { + onwrite(stream, er); + }; + + // the callback that the user supplies to write(chunk,encoding,cb) + this.writecb = null; + + // the amount that is being written when _write is called. + this.writelen = 0; + this.bufferedRequest = null; + this.lastBufferedRequest = null; + + // number of pending user-supplied write callbacks + // this must be 0 before 'finish' can be emitted + this.pendingcb = 0; + + // emit prefinish if the only thing we're waiting for is _write cbs + // This is relevant for synchronous Transform streams + this.prefinished = false; + + // True if the error was already emitted and should not be thrown again + this.errorEmitted = false; + + // Should close be emitted on destroy. Defaults to true. + this.emitClose = options.emitClose !== false; + + // Should .destroy() be called after 'finish' (and potentially 'end') + this.autoDestroy = !!options.autoDestroy; + + // count buffered requests + this.bufferedRequestCount = 0; + + // allocate the first CorkedRequest, there is always + // one allocated and free to use, and we maintain at most two + this.corkedRequestsFree = new CorkedRequest(this); +} +WritableState.prototype.getBuffer = function getBuffer() { + var current = this.bufferedRequest; + var out = []; + while (current) { + out.push(current); + current = current.next; + } + return out; +}; +(function () { + try { + Object.defineProperty(WritableState.prototype, 'buffer', { + get: internalUtil.deprecate(function writableStateBufferGetter() { + return this.getBuffer(); + }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003') + }); + } catch (_) {} +})(); + +// Test _writableState for inheritance to account for Duplex streams, +// whose prototype chain only points to Readable. +var realHasInstance; +if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') { + realHasInstance = Function.prototype[Symbol.hasInstance]; + Object.defineProperty(Writable, Symbol.hasInstance, { + value: function value(object) { + if (realHasInstance.call(this, object)) return true; + if (this !== Writable) return false; + return object && object._writableState instanceof WritableState; + } + }); +} else { + realHasInstance = function realHasInstance(object) { + return object instanceof this; + }; +} +function Writable(options) { + Duplex = Duplex || require('./_stream_duplex'); + + // Writable ctor is applied to Duplexes, too. + // `realHasInstance` is necessary because using plain `instanceof` + // would return false, as no `_writableState` property is attached. + + // Trying to use the custom `instanceof` for Writable here will also break the + // Node.js LazyTransform implementation, which has a non-trivial getter for + // `_writableState` that would lead to infinite recursion. + + // Checking for a Stream.Duplex instance is faster here instead of inside + // the WritableState constructor, at least with V8 6.5 + var isDuplex = this instanceof Duplex; + if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options); + this._writableState = new WritableState(options, this, isDuplex); + + // legacy. + this.writable = true; + if (options) { + if (typeof options.write === 'function') this._write = options.write; + if (typeof options.writev === 'function') this._writev = options.writev; + if (typeof options.destroy === 'function') this._destroy = options.destroy; + if (typeof options.final === 'function') this._final = options.final; + } + Stream.call(this); +} + +// Otherwise people can pipe Writable streams, which is just wrong. +Writable.prototype.pipe = function () { + errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE()); +}; +function writeAfterEnd(stream, cb) { + var er = new ERR_STREAM_WRITE_AFTER_END(); + // TODO: defer error events consistently everywhere, not just the cb + errorOrDestroy(stream, er); + process.nextTick(cb, er); +} + +// Checks that a user-supplied chunk is valid, especially for the particular +// mode the stream is in. Currently this means that `null` is never accepted +// and undefined/non-string values are only allowed in object mode. +function validChunk(stream, state, chunk, cb) { + var er; + if (chunk === null) { + er = new ERR_STREAM_NULL_VALUES(); + } else if (typeof chunk !== 'string' && !state.objectMode) { + er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk); + } + if (er) { + errorOrDestroy(stream, er); + process.nextTick(cb, er); + return false; + } + return true; +} +Writable.prototype.write = function (chunk, encoding, cb) { + var state = this._writableState; + var ret = false; + var isBuf = !state.objectMode && _isUint8Array(chunk); + if (isBuf && !Buffer.isBuffer(chunk)) { + chunk = _uint8ArrayToBuffer(chunk); + } + if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding; + if (typeof cb !== 'function') cb = nop; + if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) { + state.pendingcb++; + ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb); + } + return ret; +}; +Writable.prototype.cork = function () { + this._writableState.corked++; +}; +Writable.prototype.uncork = function () { + var state = this._writableState; + if (state.corked) { + state.corked--; + if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state); + } +}; +Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) { + // node::ParseEncoding() requires lower case. + if (typeof encoding === 'string') encoding = encoding.toLowerCase(); + if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding); + this._writableState.defaultEncoding = encoding; + return this; +}; +Object.defineProperty(Writable.prototype, 'writableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState && this._writableState.getBuffer(); + } +}); +function decodeChunk(state, chunk, encoding) { + if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') { + chunk = Buffer.from(chunk, encoding); + } + return chunk; +} +Object.defineProperty(Writable.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.highWaterMark; + } +}); + +// if we're already writing something, then just put this +// in the queue, and wait our turn. Otherwise, call _write +// If we return false, then we need a drain event, so set that flag. +function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { + if (!isBuf) { + var newChunk = decodeChunk(state, chunk, encoding); + if (chunk !== newChunk) { + isBuf = true; + encoding = 'buffer'; + chunk = newChunk; + } + } + var len = state.objectMode ? 1 : chunk.length; + state.length += len; + var ret = state.length < state.highWaterMark; + // we must ensure that previous needDrain will not be reset to false. + if (!ret) state.needDrain = true; + if (state.writing || state.corked) { + var last = state.lastBufferedRequest; + state.lastBufferedRequest = { + chunk: chunk, + encoding: encoding, + isBuf: isBuf, + callback: cb, + next: null + }; + if (last) { + last.next = state.lastBufferedRequest; + } else { + state.bufferedRequest = state.lastBufferedRequest; + } + state.bufferedRequestCount += 1; + } else { + doWrite(stream, state, false, len, chunk, encoding, cb); + } + return ret; +} +function doWrite(stream, state, writev, len, chunk, encoding, cb) { + state.writelen = len; + state.writecb = cb; + state.writing = true; + state.sync = true; + if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite); + state.sync = false; +} +function onwriteError(stream, state, sync, er, cb) { + --state.pendingcb; + if (sync) { + // defer the callback if we are being called synchronously + // to avoid piling up things on the stack + process.nextTick(cb, er); + // this can emit finish, and it will always happen + // after error + process.nextTick(finishMaybe, stream, state); + stream._writableState.errorEmitted = true; + errorOrDestroy(stream, er); + } else { + // the caller expect this to happen before if + // it is async + cb(er); + stream._writableState.errorEmitted = true; + errorOrDestroy(stream, er); + // this can emit finish, but finish must + // always follow error + finishMaybe(stream, state); + } +} +function onwriteStateUpdate(state) { + state.writing = false; + state.writecb = null; + state.length -= state.writelen; + state.writelen = 0; +} +function onwrite(stream, er) { + var state = stream._writableState; + var sync = state.sync; + var cb = state.writecb; + if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK(); + onwriteStateUpdate(state); + if (er) onwriteError(stream, state, sync, er, cb);else { + // Check if we're actually ready to finish, but don't emit yet + var finished = needFinish(state) || stream.destroyed; + if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) { + clearBuffer(stream, state); + } + if (sync) { + process.nextTick(afterWrite, stream, state, finished, cb); + } else { + afterWrite(stream, state, finished, cb); + } + } +} +function afterWrite(stream, state, finished, cb) { + if (!finished) onwriteDrain(stream, state); + state.pendingcb--; + cb(); + finishMaybe(stream, state); +} + +// Must force callback to be called on nextTick, so that we don't +// emit 'drain' before the write() consumer gets the 'false' return +// value, and has a chance to attach a 'drain' listener. +function onwriteDrain(stream, state) { + if (state.length === 0 && state.needDrain) { + state.needDrain = false; + stream.emit('drain'); + } +} + +// if there's something in the buffer waiting, then process it +function clearBuffer(stream, state) { + state.bufferProcessing = true; + var entry = state.bufferedRequest; + if (stream._writev && entry && entry.next) { + // Fast case, write everything using _writev() + var l = state.bufferedRequestCount; + var buffer = new Array(l); + var holder = state.corkedRequestsFree; + holder.entry = entry; + var count = 0; + var allBuffers = true; + while (entry) { + buffer[count] = entry; + if (!entry.isBuf) allBuffers = false; + entry = entry.next; + count += 1; + } + buffer.allBuffers = allBuffers; + doWrite(stream, state, true, state.length, buffer, '', holder.finish); + + // doWrite is almost always async, defer these to save a bit of time + // as the hot path ends with doWrite + state.pendingcb++; + state.lastBufferedRequest = null; + if (holder.next) { + state.corkedRequestsFree = holder.next; + holder.next = null; + } else { + state.corkedRequestsFree = new CorkedRequest(state); + } + state.bufferedRequestCount = 0; + } else { + // Slow case, write chunks one-by-one + while (entry) { + var chunk = entry.chunk; + var encoding = entry.encoding; + var cb = entry.callback; + var len = state.objectMode ? 1 : chunk.length; + doWrite(stream, state, false, len, chunk, encoding, cb); + entry = entry.next; + state.bufferedRequestCount--; + // if we didn't call the onwrite immediately, then + // it means that we need to wait until it does. + // also, that means that the chunk and cb are currently + // being processed, so move the buffer counter past them. + if (state.writing) { + break; + } + } + if (entry === null) state.lastBufferedRequest = null; + } + state.bufferedRequest = entry; + state.bufferProcessing = false; +} +Writable.prototype._write = function (chunk, encoding, cb) { + cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()')); +}; +Writable.prototype._writev = null; +Writable.prototype.end = function (chunk, encoding, cb) { + var state = this._writableState; + if (typeof chunk === 'function') { + cb = chunk; + chunk = null; + encoding = null; + } else if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); + + // .end() fully uncorks + if (state.corked) { + state.corked = 1; + this.uncork(); + } + + // ignore unnecessary end() calls. + if (!state.ending) endWritable(this, state, cb); + return this; +}; +Object.defineProperty(Writable.prototype, 'writableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.length; + } +}); +function needFinish(state) { + return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing; +} +function callFinal(stream, state) { + stream._final(function (err) { + state.pendingcb--; + if (err) { + errorOrDestroy(stream, err); + } + state.prefinished = true; + stream.emit('prefinish'); + finishMaybe(stream, state); + }); +} +function prefinish(stream, state) { + if (!state.prefinished && !state.finalCalled) { + if (typeof stream._final === 'function' && !state.destroyed) { + state.pendingcb++; + state.finalCalled = true; + process.nextTick(callFinal, stream, state); + } else { + state.prefinished = true; + stream.emit('prefinish'); + } + } +} +function finishMaybe(stream, state) { + var need = needFinish(state); + if (need) { + prefinish(stream, state); + if (state.pendingcb === 0) { + state.finished = true; + stream.emit('finish'); + if (state.autoDestroy) { + // In case of duplex streams we need a way to detect + // if the readable side is ready for autoDestroy as well + var rState = stream._readableState; + if (!rState || rState.autoDestroy && rState.endEmitted) { + stream.destroy(); + } + } + } + } + return need; +} +function endWritable(stream, state, cb) { + state.ending = true; + finishMaybe(stream, state); + if (cb) { + if (state.finished) process.nextTick(cb);else stream.once('finish', cb); + } + state.ended = true; + stream.writable = false; +} +function onCorkedFinish(corkReq, state, err) { + var entry = corkReq.entry; + corkReq.entry = null; + while (entry) { + var cb = entry.callback; + state.pendingcb--; + cb(err); + entry = entry.next; + } + + // reuse the free corkReq. + state.corkedRequestsFree.next = corkReq; +} +Object.defineProperty(Writable.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._writableState === undefined) { + return false; + } + return this._writableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._writableState) { + return; + } + + // backward compatibility, the user is explicitly + // managing destroyed + this._writableState.destroyed = value; + } +}); +Writable.prototype.destroy = destroyImpl.destroy; +Writable.prototype._undestroy = destroyImpl.undestroy; +Writable.prototype._destroy = function (err, cb) { + cb(err); +}; \ No newline at end of file diff --git a/node_modules/readable-stream/lib/internal/streams/async_iterator.js b/node_modules/readable-stream/lib/internal/streams/async_iterator.js new file mode 100644 index 0000000..742c5a4 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/async_iterator.js @@ -0,0 +1,180 @@ +'use strict'; + +var _Object$setPrototypeO; +function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } +function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); } +function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } +var finished = require('./end-of-stream'); +var kLastResolve = Symbol('lastResolve'); +var kLastReject = Symbol('lastReject'); +var kError = Symbol('error'); +var kEnded = Symbol('ended'); +var kLastPromise = Symbol('lastPromise'); +var kHandlePromise = Symbol('handlePromise'); +var kStream = Symbol('stream'); +function createIterResult(value, done) { + return { + value: value, + done: done + }; +} +function readAndResolve(iter) { + var resolve = iter[kLastResolve]; + if (resolve !== null) { + var data = iter[kStream].read(); + // we defer if data is null + // we can be expecting either 'end' or + // 'error' + if (data !== null) { + iter[kLastPromise] = null; + iter[kLastResolve] = null; + iter[kLastReject] = null; + resolve(createIterResult(data, false)); + } + } +} +function onReadable(iter) { + // we wait for the next tick, because it might + // emit an error with process.nextTick + process.nextTick(readAndResolve, iter); +} +function wrapForNext(lastPromise, iter) { + return function (resolve, reject) { + lastPromise.then(function () { + if (iter[kEnded]) { + resolve(createIterResult(undefined, true)); + return; + } + iter[kHandlePromise](resolve, reject); + }, reject); + }; +} +var AsyncIteratorPrototype = Object.getPrototypeOf(function () {}); +var ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = { + get stream() { + return this[kStream]; + }, + next: function next() { + var _this = this; + // if we have detected an error in the meanwhile + // reject straight away + var error = this[kError]; + if (error !== null) { + return Promise.reject(error); + } + if (this[kEnded]) { + return Promise.resolve(createIterResult(undefined, true)); + } + if (this[kStream].destroyed) { + // We need to defer via nextTick because if .destroy(err) is + // called, the error will be emitted via nextTick, and + // we cannot guarantee that there is no error lingering around + // waiting to be emitted. + return new Promise(function (resolve, reject) { + process.nextTick(function () { + if (_this[kError]) { + reject(_this[kError]); + } else { + resolve(createIterResult(undefined, true)); + } + }); + }); + } + + // if we have multiple next() calls + // we will wait for the previous Promise to finish + // this logic is optimized to support for await loops, + // where next() is only called once at a time + var lastPromise = this[kLastPromise]; + var promise; + if (lastPromise) { + promise = new Promise(wrapForNext(lastPromise, this)); + } else { + // fast path needed to support multiple this.push() + // without triggering the next() queue + var data = this[kStream].read(); + if (data !== null) { + return Promise.resolve(createIterResult(data, false)); + } + promise = new Promise(this[kHandlePromise]); + } + this[kLastPromise] = promise; + return promise; + } +}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () { + return this; +}), _defineProperty(_Object$setPrototypeO, "return", function _return() { + var _this2 = this; + // destroy(err, cb) is a private API + // we can guarantee we have that here, because we control the + // Readable class this is attached to + return new Promise(function (resolve, reject) { + _this2[kStream].destroy(null, function (err) { + if (err) { + reject(err); + return; + } + resolve(createIterResult(undefined, true)); + }); + }); +}), _Object$setPrototypeO), AsyncIteratorPrototype); +var createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) { + var _Object$create; + var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, { + value: stream, + writable: true + }), _defineProperty(_Object$create, kLastResolve, { + value: null, + writable: true + }), _defineProperty(_Object$create, kLastReject, { + value: null, + writable: true + }), _defineProperty(_Object$create, kError, { + value: null, + writable: true + }), _defineProperty(_Object$create, kEnded, { + value: stream._readableState.endEmitted, + writable: true + }), _defineProperty(_Object$create, kHandlePromise, { + value: function value(resolve, reject) { + var data = iterator[kStream].read(); + if (data) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + resolve(createIterResult(data, false)); + } else { + iterator[kLastResolve] = resolve; + iterator[kLastReject] = reject; + } + }, + writable: true + }), _Object$create)); + iterator[kLastPromise] = null; + finished(stream, function (err) { + if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') { + var reject = iterator[kLastReject]; + // reject if we are waiting for data in the Promise + // returned by next() and store the error + if (reject !== null) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + reject(err); + } + iterator[kError] = err; + return; + } + var resolve = iterator[kLastResolve]; + if (resolve !== null) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + resolve(createIterResult(undefined, true)); + } + iterator[kEnded] = true; + }); + stream.on('readable', onReadable.bind(null, iterator)); + return iterator; +}; +module.exports = createReadableStreamAsyncIterator; \ No newline at end of file diff --git a/node_modules/readable-stream/lib/internal/streams/buffer_list.js b/node_modules/readable-stream/lib/internal/streams/buffer_list.js new file mode 100644 index 0000000..69bda49 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/buffer_list.js @@ -0,0 +1,183 @@ +'use strict'; + +function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } +function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } +function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } +function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); } +function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } +var _require = require('buffer'), + Buffer = _require.Buffer; +var _require2 = require('util'), + inspect = _require2.inspect; +var custom = inspect && inspect.custom || 'inspect'; +function copyBuffer(src, target, offset) { + Buffer.prototype.copy.call(src, target, offset); +} +module.exports = /*#__PURE__*/function () { + function BufferList() { + _classCallCheck(this, BufferList); + this.head = null; + this.tail = null; + this.length = 0; + } + _createClass(BufferList, [{ + key: "push", + value: function push(v) { + var entry = { + data: v, + next: null + }; + if (this.length > 0) this.tail.next = entry;else this.head = entry; + this.tail = entry; + ++this.length; + } + }, { + key: "unshift", + value: function unshift(v) { + var entry = { + data: v, + next: this.head + }; + if (this.length === 0) this.tail = entry; + this.head = entry; + ++this.length; + } + }, { + key: "shift", + value: function shift() { + if (this.length === 0) return; + var ret = this.head.data; + if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next; + --this.length; + return ret; + } + }, { + key: "clear", + value: function clear() { + this.head = this.tail = null; + this.length = 0; + } + }, { + key: "join", + value: function join(s) { + if (this.length === 0) return ''; + var p = this.head; + var ret = '' + p.data; + while (p = p.next) ret += s + p.data; + return ret; + } + }, { + key: "concat", + value: function concat(n) { + if (this.length === 0) return Buffer.alloc(0); + var ret = Buffer.allocUnsafe(n >>> 0); + var p = this.head; + var i = 0; + while (p) { + copyBuffer(p.data, ret, i); + i += p.data.length; + p = p.next; + } + return ret; + } + + // Consumes a specified amount of bytes or characters from the buffered data. + }, { + key: "consume", + value: function consume(n, hasStrings) { + var ret; + if (n < this.head.data.length) { + // `slice` is the same for buffers and strings. + ret = this.head.data.slice(0, n); + this.head.data = this.head.data.slice(n); + } else if (n === this.head.data.length) { + // First chunk is a perfect match. + ret = this.shift(); + } else { + // Result spans more than one buffer. + ret = hasStrings ? this._getString(n) : this._getBuffer(n); + } + return ret; + } + }, { + key: "first", + value: function first() { + return this.head.data; + } + + // Consumes a specified amount of characters from the buffered data. + }, { + key: "_getString", + value: function _getString(n) { + var p = this.head; + var c = 1; + var ret = p.data; + n -= ret.length; + while (p = p.next) { + var str = p.data; + var nb = n > str.length ? str.length : n; + if (nb === str.length) ret += str;else ret += str.slice(0, n); + n -= nb; + if (n === 0) { + if (nb === str.length) { + ++c; + if (p.next) this.head = p.next;else this.head = this.tail = null; + } else { + this.head = p; + p.data = str.slice(nb); + } + break; + } + ++c; + } + this.length -= c; + return ret; + } + + // Consumes a specified amount of bytes from the buffered data. + }, { + key: "_getBuffer", + value: function _getBuffer(n) { + var ret = Buffer.allocUnsafe(n); + var p = this.head; + var c = 1; + p.data.copy(ret); + n -= p.data.length; + while (p = p.next) { + var buf = p.data; + var nb = n > buf.length ? buf.length : n; + buf.copy(ret, ret.length - n, 0, nb); + n -= nb; + if (n === 0) { + if (nb === buf.length) { + ++c; + if (p.next) this.head = p.next;else this.head = this.tail = null; + } else { + this.head = p; + p.data = buf.slice(nb); + } + break; + } + ++c; + } + this.length -= c; + return ret; + } + + // Make sure the linked list only shows the minimal necessary information. + }, { + key: custom, + value: function value(_, options) { + return inspect(this, _objectSpread(_objectSpread({}, options), {}, { + // Only inspect one level. + depth: 0, + // It should not recurse. + customInspect: false + })); + } + }]); + return BufferList; +}(); \ No newline at end of file diff --git a/node_modules/readable-stream/lib/internal/streams/destroy.js b/node_modules/readable-stream/lib/internal/streams/destroy.js new file mode 100644 index 0000000..31a17c4 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/destroy.js @@ -0,0 +1,96 @@ +'use strict'; + +// undocumented cb() API, needed for core, not for public API +function destroy(err, cb) { + var _this = this; + var readableDestroyed = this._readableState && this._readableState.destroyed; + var writableDestroyed = this._writableState && this._writableState.destroyed; + if (readableDestroyed || writableDestroyed) { + if (cb) { + cb(err); + } else if (err) { + if (!this._writableState) { + process.nextTick(emitErrorNT, this, err); + } else if (!this._writableState.errorEmitted) { + this._writableState.errorEmitted = true; + process.nextTick(emitErrorNT, this, err); + } + } + return this; + } + + // we set destroyed to true before firing error callbacks in order + // to make it re-entrance safe in case destroy() is called within callbacks + + if (this._readableState) { + this._readableState.destroyed = true; + } + + // if this is a duplex stream mark the writable part as destroyed as well + if (this._writableState) { + this._writableState.destroyed = true; + } + this._destroy(err || null, function (err) { + if (!cb && err) { + if (!_this._writableState) { + process.nextTick(emitErrorAndCloseNT, _this, err); + } else if (!_this._writableState.errorEmitted) { + _this._writableState.errorEmitted = true; + process.nextTick(emitErrorAndCloseNT, _this, err); + } else { + process.nextTick(emitCloseNT, _this); + } + } else if (cb) { + process.nextTick(emitCloseNT, _this); + cb(err); + } else { + process.nextTick(emitCloseNT, _this); + } + }); + return this; +} +function emitErrorAndCloseNT(self, err) { + emitErrorNT(self, err); + emitCloseNT(self); +} +function emitCloseNT(self) { + if (self._writableState && !self._writableState.emitClose) return; + if (self._readableState && !self._readableState.emitClose) return; + self.emit('close'); +} +function undestroy() { + if (this._readableState) { + this._readableState.destroyed = false; + this._readableState.reading = false; + this._readableState.ended = false; + this._readableState.endEmitted = false; + } + if (this._writableState) { + this._writableState.destroyed = false; + this._writableState.ended = false; + this._writableState.ending = false; + this._writableState.finalCalled = false; + this._writableState.prefinished = false; + this._writableState.finished = false; + this._writableState.errorEmitted = false; + } +} +function emitErrorNT(self, err) { + self.emit('error', err); +} +function errorOrDestroy(stream, err) { + // We have tests that rely on errors being emitted + // in the same tick, so changing this is semver major. + // For now when you opt-in to autoDestroy we allow + // the error to be emitted nextTick. In a future + // semver major update we should change the default to this. + + var rState = stream._readableState; + var wState = stream._writableState; + if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err); +} +module.exports = { + destroy: destroy, + undestroy: undestroy, + errorOrDestroy: errorOrDestroy +}; \ No newline at end of file diff --git a/node_modules/readable-stream/lib/internal/streams/end-of-stream.js b/node_modules/readable-stream/lib/internal/streams/end-of-stream.js new file mode 100644 index 0000000..59c671b --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/end-of-stream.js @@ -0,0 +1,86 @@ +// Ported from https://github.com/mafintosh/end-of-stream with +// permission from the author, Mathias Buus (@mafintosh). + +'use strict'; + +var ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE; +function once(callback) { + var called = false; + return function () { + if (called) return; + called = true; + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + callback.apply(this, args); + }; +} +function noop() {} +function isRequest(stream) { + return stream.setHeader && typeof stream.abort === 'function'; +} +function eos(stream, opts, callback) { + if (typeof opts === 'function') return eos(stream, null, opts); + if (!opts) opts = {}; + callback = once(callback || noop); + var readable = opts.readable || opts.readable !== false && stream.readable; + var writable = opts.writable || opts.writable !== false && stream.writable; + var onlegacyfinish = function onlegacyfinish() { + if (!stream.writable) onfinish(); + }; + var writableEnded = stream._writableState && stream._writableState.finished; + var onfinish = function onfinish() { + writable = false; + writableEnded = true; + if (!readable) callback.call(stream); + }; + var readableEnded = stream._readableState && stream._readableState.endEmitted; + var onend = function onend() { + readable = false; + readableEnded = true; + if (!writable) callback.call(stream); + }; + var onerror = function onerror(err) { + callback.call(stream, err); + }; + var onclose = function onclose() { + var err; + if (readable && !readableEnded) { + if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE(); + return callback.call(stream, err); + } + if (writable && !writableEnded) { + if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE(); + return callback.call(stream, err); + } + }; + var onrequest = function onrequest() { + stream.req.on('finish', onfinish); + }; + if (isRequest(stream)) { + stream.on('complete', onfinish); + stream.on('abort', onclose); + if (stream.req) onrequest();else stream.on('request', onrequest); + } else if (writable && !stream._writableState) { + // legacy streams + stream.on('end', onlegacyfinish); + stream.on('close', onlegacyfinish); + } + stream.on('end', onend); + stream.on('finish', onfinish); + if (opts.error !== false) stream.on('error', onerror); + stream.on('close', onclose); + return function () { + stream.removeListener('complete', onfinish); + stream.removeListener('abort', onclose); + stream.removeListener('request', onrequest); + if (stream.req) stream.req.removeListener('finish', onfinish); + stream.removeListener('end', onlegacyfinish); + stream.removeListener('close', onlegacyfinish); + stream.removeListener('finish', onfinish); + stream.removeListener('end', onend); + stream.removeListener('error', onerror); + stream.removeListener('close', onclose); + }; +} +module.exports = eos; \ No newline at end of file diff --git a/node_modules/readable-stream/lib/internal/streams/from-browser.js b/node_modules/readable-stream/lib/internal/streams/from-browser.js new file mode 100644 index 0000000..a4ce56f --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/from-browser.js @@ -0,0 +1,3 @@ +module.exports = function () { + throw new Error('Readable.from is not available in the browser') +}; diff --git a/node_modules/readable-stream/lib/internal/streams/from.js b/node_modules/readable-stream/lib/internal/streams/from.js new file mode 100644 index 0000000..0a34ee9 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/from.js @@ -0,0 +1,52 @@ +'use strict'; + +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } +function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } +function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } +function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } +function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } +function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); } +function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } +var ERR_INVALID_ARG_TYPE = require('../../../errors').codes.ERR_INVALID_ARG_TYPE; +function from(Readable, iterable, opts) { + var iterator; + if (iterable && typeof iterable.next === 'function') { + iterator = iterable; + } else if (iterable && iterable[Symbol.asyncIterator]) iterator = iterable[Symbol.asyncIterator]();else if (iterable && iterable[Symbol.iterator]) iterator = iterable[Symbol.iterator]();else throw new ERR_INVALID_ARG_TYPE('iterable', ['Iterable'], iterable); + var readable = new Readable(_objectSpread({ + objectMode: true + }, opts)); + // Reading boolean to protect against _read + // being called before last iteration completion. + var reading = false; + readable._read = function () { + if (!reading) { + reading = true; + next(); + } + }; + function next() { + return _next2.apply(this, arguments); + } + function _next2() { + _next2 = _asyncToGenerator(function* () { + try { + var _yield$iterator$next = yield iterator.next(), + value = _yield$iterator$next.value, + done = _yield$iterator$next.done; + if (done) { + readable.push(null); + } else if (readable.push(yield value)) { + next(); + } else { + reading = false; + } + } catch (err) { + readable.destroy(err); + } + }); + return _next2.apply(this, arguments); + } + return readable; +} +module.exports = from; diff --git a/node_modules/readable-stream/lib/internal/streams/pipeline.js b/node_modules/readable-stream/lib/internal/streams/pipeline.js new file mode 100644 index 0000000..e6f3924 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/pipeline.js @@ -0,0 +1,86 @@ +// Ported from https://github.com/mafintosh/pump with +// permission from the author, Mathias Buus (@mafintosh). + +'use strict'; + +var eos; +function once(callback) { + var called = false; + return function () { + if (called) return; + called = true; + callback.apply(void 0, arguments); + }; +} +var _require$codes = require('../../../errors').codes, + ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS, + ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED; +function noop(err) { + // Rethrow the error if it exists to avoid swallowing it + if (err) throw err; +} +function isRequest(stream) { + return stream.setHeader && typeof stream.abort === 'function'; +} +function destroyer(stream, reading, writing, callback) { + callback = once(callback); + var closed = false; + stream.on('close', function () { + closed = true; + }); + if (eos === undefined) eos = require('./end-of-stream'); + eos(stream, { + readable: reading, + writable: writing + }, function (err) { + if (err) return callback(err); + closed = true; + callback(); + }); + var destroyed = false; + return function (err) { + if (closed) return; + if (destroyed) return; + destroyed = true; + + // request.destroy just do .end - .abort is what we want + if (isRequest(stream)) return stream.abort(); + if (typeof stream.destroy === 'function') return stream.destroy(); + callback(err || new ERR_STREAM_DESTROYED('pipe')); + }; +} +function call(fn) { + fn(); +} +function pipe(from, to) { + return from.pipe(to); +} +function popCallback(streams) { + if (!streams.length) return noop; + if (typeof streams[streams.length - 1] !== 'function') return noop; + return streams.pop(); +} +function pipeline() { + for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) { + streams[_key] = arguments[_key]; + } + var callback = popCallback(streams); + if (Array.isArray(streams[0])) streams = streams[0]; + if (streams.length < 2) { + throw new ERR_MISSING_ARGS('streams'); + } + var error; + var destroys = streams.map(function (stream, i) { + var reading = i < streams.length - 1; + var writing = i > 0; + return destroyer(stream, reading, writing, function (err) { + if (!error) error = err; + if (err) destroys.forEach(call); + if (reading) return; + destroys.forEach(call); + callback(error); + }); + }); + return streams.reduce(pipe); +} +module.exports = pipeline; \ No newline at end of file diff --git a/node_modules/readable-stream/lib/internal/streams/state.js b/node_modules/readable-stream/lib/internal/streams/state.js new file mode 100644 index 0000000..3fbf892 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/state.js @@ -0,0 +1,22 @@ +'use strict'; + +var ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE; +function highWaterMarkFrom(options, isDuplex, duplexKey) { + return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null; +} +function getHighWaterMark(state, options, duplexKey, isDuplex) { + var hwm = highWaterMarkFrom(options, isDuplex, duplexKey); + if (hwm != null) { + if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) { + var name = isDuplex ? duplexKey : 'highWaterMark'; + throw new ERR_INVALID_OPT_VALUE(name, hwm); + } + return Math.floor(hwm); + } + + // Default value + return state.objectMode ? 16 : 16 * 1024; +} +module.exports = { + getHighWaterMark: getHighWaterMark +}; \ No newline at end of file diff --git a/node_modules/readable-stream/lib/internal/streams/stream-browser.js b/node_modules/readable-stream/lib/internal/streams/stream-browser.js new file mode 100644 index 0000000..9332a3f --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/stream-browser.js @@ -0,0 +1 @@ +module.exports = require('events').EventEmitter; diff --git a/node_modules/readable-stream/lib/internal/streams/stream.js b/node_modules/readable-stream/lib/internal/streams/stream.js new file mode 100644 index 0000000..ce2ad5b --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/stream.js @@ -0,0 +1 @@ +module.exports = require('stream'); diff --git a/node_modules/readable-stream/package.json b/node_modules/readable-stream/package.json new file mode 100644 index 0000000..ade59e7 --- /dev/null +++ b/node_modules/readable-stream/package.json @@ -0,0 +1,68 @@ +{ + "name": "readable-stream", + "version": "3.6.2", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "main": "readable.js", + "engines": { + "node": ">= 6" + }, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "devDependencies": { + "@babel/cli": "^7.2.0", + "@babel/core": "^7.2.0", + "@babel/polyfill": "^7.0.0", + "@babel/preset-env": "^7.2.0", + "airtap": "0.0.9", + "assert": "^1.4.0", + "bl": "^2.0.0", + "deep-strict-equal": "^0.2.0", + "events.once": "^2.0.2", + "glob": "^7.1.2", + "gunzip-maybe": "^1.4.1", + "hyperquest": "^2.1.3", + "lolex": "^2.6.0", + "nyc": "^11.0.0", + "pump": "^3.0.0", + "rimraf": "^2.6.2", + "tap": "^12.0.0", + "tape": "^4.9.0", + "tar-fs": "^1.16.2", + "util-promisify": "^2.1.0" + }, + "scripts": { + "test": "tap -J --no-esm test/parallel/*.js test/ours/*.js", + "ci": "TAP=1 tap --no-esm test/parallel/*.js test/ours/*.js | tee test.tap", + "test-browsers": "airtap --sauce-connect --loopback airtap.local -- test/browser.js", + "test-browser-local": "airtap --open --local -- test/browser.js", + "cover": "nyc npm test", + "report": "nyc report --reporter=lcov", + "update-browser-errors": "babel -o errors-browser.js errors.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/nodejs/readable-stream" + }, + "keywords": [ + "readable", + "stream", + "pipe" + ], + "browser": { + "util": false, + "worker_threads": false, + "./errors": "./errors-browser.js", + "./readable.js": "./readable-browser.js", + "./lib/internal/streams/from.js": "./lib/internal/streams/from-browser.js", + "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js" + }, + "nyc": { + "include": [ + "lib/**.js" + ] + }, + "license": "MIT" +} diff --git a/node_modules/readable-stream/readable-browser.js b/node_modules/readable-stream/readable-browser.js new file mode 100644 index 0000000..adbf60d --- /dev/null +++ b/node_modules/readable-stream/readable-browser.js @@ -0,0 +1,9 @@ +exports = module.exports = require('./lib/_stream_readable.js'); +exports.Stream = exports; +exports.Readable = exports; +exports.Writable = require('./lib/_stream_writable.js'); +exports.Duplex = require('./lib/_stream_duplex.js'); +exports.Transform = require('./lib/_stream_transform.js'); +exports.PassThrough = require('./lib/_stream_passthrough.js'); +exports.finished = require('./lib/internal/streams/end-of-stream.js'); +exports.pipeline = require('./lib/internal/streams/pipeline.js'); diff --git a/node_modules/readable-stream/readable.js b/node_modules/readable-stream/readable.js new file mode 100644 index 0000000..9e0ca12 --- /dev/null +++ b/node_modules/readable-stream/readable.js @@ -0,0 +1,16 @@ +var Stream = require('stream'); +if (process.env.READABLE_STREAM === 'disable' && Stream) { + module.exports = Stream.Readable; + Object.assign(module.exports, Stream); + module.exports.Stream = Stream; +} else { + exports = module.exports = require('./lib/_stream_readable.js'); + exports.Stream = Stream || exports; + exports.Readable = exports; + exports.Writable = require('./lib/_stream_writable.js'); + exports.Duplex = require('./lib/_stream_duplex.js'); + exports.Transform = require('./lib/_stream_transform.js'); + exports.PassThrough = require('./lib/_stream_passthrough.js'); + exports.finished = require('./lib/internal/streams/end-of-stream.js'); + exports.pipeline = require('./lib/internal/streams/pipeline.js'); +} diff --git a/node_modules/retry/.npmignore b/node_modules/retry/.npmignore new file mode 100644 index 0000000..432f285 --- /dev/null +++ b/node_modules/retry/.npmignore @@ -0,0 +1,3 @@ +/node_modules/* +npm-debug.log +coverage diff --git a/node_modules/retry/.travis.yml b/node_modules/retry/.travis.yml new file mode 100644 index 0000000..bcde212 --- /dev/null +++ b/node_modules/retry/.travis.yml @@ -0,0 +1,15 @@ +language: node_js +node_js: + - "4" +before_install: + - pip install --user codecov +after_success: + - codecov --file coverage/lcov.info --disable search +# travis encrypt [subdomain]:[api token]@[room id] +# notifications: +# email: false +# campfire: +# rooms: +# secure: xyz +# on_failure: always +# on_success: always diff --git a/node_modules/retry/License b/node_modules/retry/License new file mode 100644 index 0000000..0b58de3 --- /dev/null +++ b/node_modules/retry/License @@ -0,0 +1,21 @@ +Copyright (c) 2011: +Tim Koschützki (tim@debuggable.com) +Felix Geisendörfer (felix@debuggable.com) + + 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: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + 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. diff --git a/node_modules/retry/Makefile b/node_modules/retry/Makefile new file mode 100644 index 0000000..1968d8f --- /dev/null +++ b/node_modules/retry/Makefile @@ -0,0 +1,18 @@ +SHELL := /bin/bash + +release-major: test + npm version major -m "Release %s" + git push + npm publish + +release-minor: test + npm version minor -m "Release %s" + git push + npm publish + +release-patch: test + npm version patch -m "Release %s" + git push + npm publish + +.PHONY: test release-major release-minor release-patch diff --git a/node_modules/retry/README.md b/node_modules/retry/README.md new file mode 100644 index 0000000..16e28ec --- /dev/null +++ b/node_modules/retry/README.md @@ -0,0 +1,227 @@ + +[![Build Status](https://secure.travis-ci.org/tim-kos/node-retry.png?branch=master)](http://travis-ci.org/tim-kos/node-retry "Check this project's build status on TravisCI") +[![codecov](https://codecov.io/gh/tim-kos/node-retry/branch/master/graph/badge.svg)](https://codecov.io/gh/tim-kos/node-retry) + + +# retry + +Abstraction for exponential and custom retry strategies for failed operations. + +## Installation + + npm install retry + +## Current Status + +This module has been tested and is ready to be used. + +## Tutorial + +The example below will retry a potentially failing `dns.resolve` operation +`10` times using an exponential backoff strategy. With the default settings, this +means the last attempt is made after `17 minutes and 3 seconds`. + +``` javascript +var dns = require('dns'); +var retry = require('retry'); + +function faultTolerantResolve(address, cb) { + var operation = retry.operation(); + + operation.attempt(function(currentAttempt) { + dns.resolve(address, function(err, addresses) { + if (operation.retry(err)) { + return; + } + + cb(err ? operation.mainError() : null, addresses); + }); + }); +} + +faultTolerantResolve('nodejs.org', function(err, addresses) { + console.log(err, addresses); +}); +``` + +Of course you can also configure the factors that go into the exponential +backoff. See the API documentation below for all available settings. +currentAttempt is an int representing the number of attempts so far. + +``` javascript +var operation = retry.operation({ + retries: 5, + factor: 3, + minTimeout: 1 * 1000, + maxTimeout: 60 * 1000, + randomize: true, +}); +``` + +## API + +### retry.operation([options]) + +Creates a new `RetryOperation` object. `options` is the same as `retry.timeouts()`'s `options`, with two additions: + +* `forever`: Whether to retry forever, defaults to `false`. +* `unref`: Whether to [unref](https://nodejs.org/api/timers.html#timers_unref) the setTimeout's, defaults to `false`. +* `maxRetryTime`: The maximum time (in milliseconds) that the retried operation is allowed to run. Default is `Infinity`. + +### retry.timeouts([options]) + +Returns an array of timeouts. All time `options` and return values are in +milliseconds. If `options` is an array, a copy of that array is returned. + +`options` is a JS object that can contain any of the following keys: + +* `retries`: The maximum amount of times to retry the operation. Default is `10`. Seting this to `1` means `do it once, then retry it once`. +* `factor`: The exponential factor to use. Default is `2`. +* `minTimeout`: The number of milliseconds before starting the first retry. Default is `1000`. +* `maxTimeout`: The maximum number of milliseconds between two retries. Default is `Infinity`. +* `randomize`: Randomizes the timeouts by multiplying with a factor between `1` to `2`. Default is `false`. + +The formula used to calculate the individual timeouts is: + +``` +Math.min(random * minTimeout * Math.pow(factor, attempt), maxTimeout) +``` + +Have a look at [this article][article] for a better explanation of approach. + +If you want to tune your `factor` / `times` settings to attempt the last retry +after a certain amount of time, you can use wolfram alpha. For example in order +to tune for `10` attempts in `5 minutes`, you can use this equation: + +![screenshot](https://github.com/tim-kos/node-retry/raw/master/equation.gif) + +Explaining the various values from left to right: + +* `k = 0 ... 9`: The `retries` value (10) +* `1000`: The `minTimeout` value in ms (1000) +* `x^k`: No need to change this, `x` will be your resulting factor +* `5 * 60 * 1000`: The desired total amount of time for retrying in ms (5 minutes) + +To make this a little easier for you, use wolfram alpha to do the calculations: + + + +[article]: http://dthain.blogspot.com/2009/02/exponential-backoff-in-distributed.html + +### retry.createTimeout(attempt, opts) + +Returns a new `timeout` (integer in milliseconds) based on the given parameters. + +`attempt` is an integer representing for which retry the timeout should be calculated. If your retry operation was executed 4 times you had one attempt and 3 retries. If you then want to calculate a new timeout, you should set `attempt` to 4 (attempts are zero-indexed). + +`opts` can include `factor`, `minTimeout`, `randomize` (boolean) and `maxTimeout`. They are documented above. + +`retry.createTimeout()` is used internally by `retry.timeouts()` and is public for you to be able to create your own timeouts for reinserting an item, see [issue #13](https://github.com/tim-kos/node-retry/issues/13). + +### retry.wrap(obj, [options], [methodNames]) + +Wrap all functions of the `obj` with retry. Optionally you can pass operation options and +an array of method names which need to be wrapped. + +``` +retry.wrap(obj) + +retry.wrap(obj, ['method1', 'method2']) + +retry.wrap(obj, {retries: 3}) + +retry.wrap(obj, {retries: 3}, ['method1', 'method2']) +``` +The `options` object can take any options that the usual call to `retry.operation` can take. + +### new RetryOperation(timeouts, [options]) + +Creates a new `RetryOperation` where `timeouts` is an array where each value is +a timeout given in milliseconds. + +Available options: +* `forever`: Whether to retry forever, defaults to `false`. +* `unref`: Wether to [unref](https://nodejs.org/api/timers.html#timers_unref) the setTimeout's, defaults to `false`. + +If `forever` is true, the following changes happen: +* `RetryOperation.errors()` will only output an array of one item: the last error. +* `RetryOperation` will repeatedly use the `timeouts` array. Once all of its timeouts have been used up, it restarts with the first timeout, then uses the second and so on. + +#### retryOperation.errors() + +Returns an array of all errors that have been passed to `retryOperation.retry()` so far. The +returning array has the errors ordered chronologically based on when they were passed to +`retryOperation.retry()`, which means the first passed error is at index zero and the last is +at the last index. + +#### retryOperation.mainError() + +A reference to the error object that occured most frequently. Errors are +compared using the `error.message` property. + +If multiple error messages occured the same amount of time, the last error +object with that message is returned. + +If no errors occured so far, the value is `null`. + +#### retryOperation.attempt(fn, timeoutOps) + +Defines the function `fn` that is to be retried and executes it for the first +time right away. The `fn` function can receive an optional `currentAttempt` callback that represents the number of attempts to execute `fn` so far. + +Optionally defines `timeoutOps` which is an object having a property `timeout` in miliseconds and a property `cb` callback function. +Whenever your retry operation takes longer than `timeout` to execute, the timeout callback function `cb` is called. + + +#### retryOperation.try(fn) + +This is an alias for `retryOperation.attempt(fn)`. This is deprecated. Please use `retryOperation.attempt(fn)` instead. + +#### retryOperation.start(fn) + +This is an alias for `retryOperation.attempt(fn)`. This is deprecated. Please use `retryOperation.attempt(fn)` instead. + +#### retryOperation.retry(error) + +Returns `false` when no `error` value is given, or the maximum amount of retries +has been reached. + +Otherwise it returns `true`, and retries the operation after the timeout for +the current attempt number. + +#### retryOperation.stop() + +Allows you to stop the operation being retried. Useful for aborting the operation on a fatal error etc. + +#### retryOperation.reset() + +Resets the internal state of the operation object, so that you can call `attempt()` again as if this was a new operation object. + +#### retryOperation.attempts() + +Returns an int representing the number of attempts it took to call `fn` before it was successful. + +## License + +retry is licensed under the MIT license. + + +# Changelog + +0.10.0 Adding `stop` functionality, thanks to @maxnachlinger. + +0.9.0 Adding `unref` functionality, thanks to @satazor. + +0.8.0 Implementing retry.wrap. + +0.7.0 Some bug fixes and made retry.createTimeout() public. Fixed issues [#10](https://github.com/tim-kos/node-retry/issues/10), [#12](https://github.com/tim-kos/node-retry/issues/12), and [#13](https://github.com/tim-kos/node-retry/issues/13). + +0.6.0 Introduced optional timeOps parameter for the attempt() function which is an object having a property timeout in milliseconds and a property cb callback function. Whenever your retry operation takes longer than timeout to execute, the timeout callback function cb is called. + +0.5.0 Some minor refactoring. + +0.4.0 Changed retryOperation.try() to retryOperation.attempt(). Deprecated the aliases start() and try() for it. + +0.3.0 Added retryOperation.start() which is an alias for retryOperation.try(). + +0.2.0 Added attempts() function and parameter to retryOperation.try() representing the number of attempts it took to call fn(). diff --git a/node_modules/retry/equation.gif b/node_modules/retry/equation.gif new file mode 100644 index 0000000000000000000000000000000000000000..97107237ba19f51997d8d76135bc7d1486d856f0 GIT binary patch literal 1209 zcmV;q1V;NuNk%w1VXpu&0M!5h000001ONyK2nY-a5D*X$6c88~7#JKFARr(hBp@j$ zDJd)|F)%SPG%-0iIXOHzK|n!4L_tbON=i&hQczM-RZ?16T3TINVqs!pWnyY+YHDq2 zb8&NXb#r@pdwYF*gMovCg@cQUi;Inml#!H_m6V*BoSdDUq@kpwrKGH?tgNoAw6e6c zwzR#vy}iD@#lpqK#>LIb&CSlu)za0~*45tH-rnBc=Hlk&=H~9|?(XjH_VV`j_V)k! z|NsC0EC2ui0IvWs000L6z@KnPEENVOfMTEH9c0Z7p9z3<`87kr4n!IH|Ew$buF^Tr6-3^@midQKv4UFk?fCD@~8E z@HgbfvLPrU7IV4gfp|8%C^H$l;qq zLJ;`y;|7BS2YlpEz->xcBQ#7@yHNtNkOmwQ1ek!X@sGzuLXR#jx2fyLw;309jQGe6 zL`?+$umPZ&50}J^BQGxGIN%{G2=u5hqw|pm*t2Ul0ssMk0vb%GI^lz~c)})l{~Qc?h2kCMJmBf=4KTfq+A}mV<6G&6wD3KiFu51s1j8f&fS0 zFaiqI41q&$@ZBIIl0*neBoe|cd1H+<3Zdf>DJ(#i62j@_f)Fj-_2my?IyGjQMd%>G z07WXH-J3lkxMd6n7?DE>JIL@P5d*{^#0>(>vA~&p4RL3ldlu2^8P z!OlGQ%z<|`+iWomtGr?~EJ7!(^wLZ>?ex=7N4-QZ)=BNMGD+xg!3P&;Y_%-ZByj;I zEWG$NFy8zC&JhLd@WT!ToDGaV{P^?c4^0Iv_b4i{ghbnK$GtZyTzMtL-DCey_TZ>w XwprD$S>S;MUNdg_<(OxVL=XTw-hl|W literal 0 HcmV?d00001 diff --git a/node_modules/retry/example/dns.js b/node_modules/retry/example/dns.js new file mode 100644 index 0000000..446729b --- /dev/null +++ b/node_modules/retry/example/dns.js @@ -0,0 +1,31 @@ +var dns = require('dns'); +var retry = require('../lib/retry'); + +function faultTolerantResolve(address, cb) { + var opts = { + retries: 2, + factor: 2, + minTimeout: 1 * 1000, + maxTimeout: 2 * 1000, + randomize: true + }; + var operation = retry.operation(opts); + + operation.attempt(function(currentAttempt) { + dns.resolve(address, function(err, addresses) { + if (operation.retry(err)) { + return; + } + + cb(operation.mainError(), operation.errors(), addresses); + }); + }); +} + +faultTolerantResolve('nodejs.org', function(err, errors, addresses) { + console.warn('err:'); + console.log(err); + + console.warn('addresses:'); + console.log(addresses); +}); \ No newline at end of file diff --git a/node_modules/retry/example/stop.js b/node_modules/retry/example/stop.js new file mode 100644 index 0000000..e1ceafe --- /dev/null +++ b/node_modules/retry/example/stop.js @@ -0,0 +1,40 @@ +var retry = require('../lib/retry'); + +function attemptAsyncOperation(someInput, cb) { + var opts = { + retries: 2, + factor: 2, + minTimeout: 1 * 1000, + maxTimeout: 2 * 1000, + randomize: true + }; + var operation = retry.operation(opts); + + operation.attempt(function(currentAttempt) { + failingAsyncOperation(someInput, function(err, result) { + + if (err && err.message === 'A fatal error') { + operation.stop(); + return cb(err); + } + + if (operation.retry(err)) { + return; + } + + cb(operation.mainError(), operation.errors(), result); + }); + }); +} + +attemptAsyncOperation('test input', function(err, errors, result) { + console.warn('err:'); + console.log(err); + + console.warn('result:'); + console.log(result); +}); + +function failingAsyncOperation(input, cb) { + return setImmediate(cb.bind(null, new Error('A fatal error'))); +} diff --git a/node_modules/retry/index.js b/node_modules/retry/index.js new file mode 100644 index 0000000..ee62f3a --- /dev/null +++ b/node_modules/retry/index.js @@ -0,0 +1 @@ +module.exports = require('./lib/retry'); \ No newline at end of file diff --git a/node_modules/retry/lib/retry.js b/node_modules/retry/lib/retry.js new file mode 100644 index 0000000..dcb5768 --- /dev/null +++ b/node_modules/retry/lib/retry.js @@ -0,0 +1,100 @@ +var RetryOperation = require('./retry_operation'); + +exports.operation = function(options) { + var timeouts = exports.timeouts(options); + return new RetryOperation(timeouts, { + forever: options && options.forever, + unref: options && options.unref, + maxRetryTime: options && options.maxRetryTime + }); +}; + +exports.timeouts = function(options) { + if (options instanceof Array) { + return [].concat(options); + } + + var opts = { + retries: 10, + factor: 2, + minTimeout: 1 * 1000, + maxTimeout: Infinity, + randomize: false + }; + for (var key in options) { + opts[key] = options[key]; + } + + if (opts.minTimeout > opts.maxTimeout) { + throw new Error('minTimeout is greater than maxTimeout'); + } + + var timeouts = []; + for (var i = 0; i < opts.retries; i++) { + timeouts.push(this.createTimeout(i, opts)); + } + + if (options && options.forever && !timeouts.length) { + timeouts.push(this.createTimeout(i, opts)); + } + + // sort the array numerically ascending + timeouts.sort(function(a,b) { + return a - b; + }); + + return timeouts; +}; + +exports.createTimeout = function(attempt, opts) { + var random = (opts.randomize) + ? (Math.random() + 1) + : 1; + + var timeout = Math.round(random * opts.minTimeout * Math.pow(opts.factor, attempt)); + timeout = Math.min(timeout, opts.maxTimeout); + + return timeout; +}; + +exports.wrap = function(obj, options, methods) { + if (options instanceof Array) { + methods = options; + options = null; + } + + if (!methods) { + methods = []; + for (var key in obj) { + if (typeof obj[key] === 'function') { + methods.push(key); + } + } + } + + for (var i = 0; i < methods.length; i++) { + var method = methods[i]; + var original = obj[method]; + + obj[method] = function retryWrapper(original) { + var op = exports.operation(options); + var args = Array.prototype.slice.call(arguments, 1); + var callback = args.pop(); + + args.push(function(err) { + if (op.retry(err)) { + return; + } + if (err) { + arguments[0] = op.mainError(); + } + callback.apply(this, arguments); + }); + + op.attempt(function() { + original.apply(obj, args); + }); + }.bind(obj, original); + obj[method].options = options; + } +}; diff --git a/node_modules/retry/lib/retry_operation.js b/node_modules/retry/lib/retry_operation.js new file mode 100644 index 0000000..1e56469 --- /dev/null +++ b/node_modules/retry/lib/retry_operation.js @@ -0,0 +1,158 @@ +function RetryOperation(timeouts, options) { + // Compatibility for the old (timeouts, retryForever) signature + if (typeof options === 'boolean') { + options = { forever: options }; + } + + this._originalTimeouts = JSON.parse(JSON.stringify(timeouts)); + this._timeouts = timeouts; + this._options = options || {}; + this._maxRetryTime = options && options.maxRetryTime || Infinity; + this._fn = null; + this._errors = []; + this._attempts = 1; + this._operationTimeout = null; + this._operationTimeoutCb = null; + this._timeout = null; + this._operationStart = null; + + if (this._options.forever) { + this._cachedTimeouts = this._timeouts.slice(0); + } +} +module.exports = RetryOperation; + +RetryOperation.prototype.reset = function() { + this._attempts = 1; + this._timeouts = this._originalTimeouts; +} + +RetryOperation.prototype.stop = function() { + if (this._timeout) { + clearTimeout(this._timeout); + } + + this._timeouts = []; + this._cachedTimeouts = null; +}; + +RetryOperation.prototype.retry = function(err) { + if (this._timeout) { + clearTimeout(this._timeout); + } + + if (!err) { + return false; + } + var currentTime = new Date().getTime(); + if (err && currentTime - this._operationStart >= this._maxRetryTime) { + this._errors.unshift(new Error('RetryOperation timeout occurred')); + return false; + } + + this._errors.push(err); + + var timeout = this._timeouts.shift(); + if (timeout === undefined) { + if (this._cachedTimeouts) { + // retry forever, only keep last error + this._errors.splice(this._errors.length - 1, this._errors.length); + this._timeouts = this._cachedTimeouts.slice(0); + timeout = this._timeouts.shift(); + } else { + return false; + } + } + + var self = this; + var timer = setTimeout(function() { + self._attempts++; + + if (self._operationTimeoutCb) { + self._timeout = setTimeout(function() { + self._operationTimeoutCb(self._attempts); + }, self._operationTimeout); + + if (self._options.unref) { + self._timeout.unref(); + } + } + + self._fn(self._attempts); + }, timeout); + + if (this._options.unref) { + timer.unref(); + } + + return true; +}; + +RetryOperation.prototype.attempt = function(fn, timeoutOps) { + this._fn = fn; + + if (timeoutOps) { + if (timeoutOps.timeout) { + this._operationTimeout = timeoutOps.timeout; + } + if (timeoutOps.cb) { + this._operationTimeoutCb = timeoutOps.cb; + } + } + + var self = this; + if (this._operationTimeoutCb) { + this._timeout = setTimeout(function() { + self._operationTimeoutCb(); + }, self._operationTimeout); + } + + this._operationStart = new Date().getTime(); + + this._fn(this._attempts); +}; + +RetryOperation.prototype.try = function(fn) { + console.log('Using RetryOperation.try() is deprecated'); + this.attempt(fn); +}; + +RetryOperation.prototype.start = function(fn) { + console.log('Using RetryOperation.start() is deprecated'); + this.attempt(fn); +}; + +RetryOperation.prototype.start = RetryOperation.prototype.try; + +RetryOperation.prototype.errors = function() { + return this._errors; +}; + +RetryOperation.prototype.attempts = function() { + return this._attempts; +}; + +RetryOperation.prototype.mainError = function() { + if (this._errors.length === 0) { + return null; + } + + var counts = {}; + var mainError = null; + var mainErrorCount = 0; + + for (var i = 0; i < this._errors.length; i++) { + var error = this._errors[i]; + var message = error.message; + var count = (counts[message] || 0) + 1; + + counts[message] = count; + + if (count >= mainErrorCount) { + mainError = error; + mainErrorCount = count; + } + } + + return mainError; +}; diff --git a/node_modules/retry/package.json b/node_modules/retry/package.json new file mode 100644 index 0000000..73c7259 --- /dev/null +++ b/node_modules/retry/package.json @@ -0,0 +1,32 @@ +{ + "author": "Tim Koschützki (http://debuggable.com/)", + "name": "retry", + "description": "Abstraction for exponential and custom retry strategies for failed operations.", + "license": "MIT", + "version": "0.12.0", + "homepage": "https://github.com/tim-kos/node-retry", + "repository": { + "type": "git", + "url": "git://github.com/tim-kos/node-retry.git" + }, + "directories": { + "lib": "./lib" + }, + "main": "index", + "engines": { + "node": ">= 4" + }, + "dependencies": {}, + "devDependencies": { + "fake": "0.2.0", + "istanbul": "^0.4.5", + "tape": "^4.8.0" + }, + "scripts": { + "test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js", + "release:major": "env SEMANTIC=major npm run release", + "release:minor": "env SEMANTIC=minor npm run release", + "release:patch": "env SEMANTIC=patch npm run release", + "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish" + } +} diff --git a/node_modules/retry/test/common.js b/node_modules/retry/test/common.js new file mode 100644 index 0000000..2247206 --- /dev/null +++ b/node_modules/retry/test/common.js @@ -0,0 +1,10 @@ +var common = module.exports; +var path = require('path'); + +var rootDir = path.join(__dirname, '..'); +common.dir = { + lib: rootDir + '/lib' +}; + +common.assert = require('assert'); +common.fake = require('fake'); \ No newline at end of file diff --git a/node_modules/retry/test/integration/test-forever.js b/node_modules/retry/test/integration/test-forever.js new file mode 100644 index 0000000..b41307c --- /dev/null +++ b/node_modules/retry/test/integration/test-forever.js @@ -0,0 +1,24 @@ +var common = require('../common'); +var assert = common.assert; +var retry = require(common.dir.lib + '/retry'); + +(function testForeverUsesFirstTimeout() { + var operation = retry.operation({ + retries: 0, + minTimeout: 100, + maxTimeout: 100, + forever: true + }); + + operation.attempt(function(numAttempt) { + console.log('>numAttempt', numAttempt); + var err = new Error("foo"); + if (numAttempt == 10) { + operation.stop(); + } + + if (operation.retry(err)) { + return; + } + }); +})(); diff --git a/node_modules/retry/test/integration/test-retry-operation.js b/node_modules/retry/test/integration/test-retry-operation.js new file mode 100644 index 0000000..e351bb6 --- /dev/null +++ b/node_modules/retry/test/integration/test-retry-operation.js @@ -0,0 +1,258 @@ +var common = require('../common'); +var assert = common.assert; +var fake = common.fake.create(); +var retry = require(common.dir.lib + '/retry'); + +(function testReset() { + var error = new Error('some error'); + var operation = retry.operation([1, 2, 3]); + var attempts = 0; + + var finalCallback = fake.callback('finalCallback'); + fake.expectAnytime(finalCallback); + + var expectedFinishes = 1; + var finishes = 0; + + var fn = function() { + operation.attempt(function(currentAttempt) { + attempts++; + assert.equal(currentAttempt, attempts); + if (operation.retry(error)) { + return; + } + + finishes++ + assert.equal(expectedFinishes, finishes); + assert.strictEqual(attempts, 4); + assert.strictEqual(operation.attempts(), attempts); + assert.strictEqual(operation.mainError(), error); + + if (finishes < 2) { + attempts = 0; + expectedFinishes++; + operation.reset(); + fn() + } else { + finalCallback(); + } + }); + }; + + fn(); +})(); + +(function testErrors() { + var operation = retry.operation(); + + var error = new Error('some error'); + var error2 = new Error('some other error'); + operation._errors.push(error); + operation._errors.push(error2); + + assert.deepEqual(operation.errors(), [error, error2]); +})(); + +(function testMainErrorReturnsMostFrequentError() { + var operation = retry.operation(); + var error = new Error('some error'); + var error2 = new Error('some other error'); + + operation._errors.push(error); + operation._errors.push(error2); + operation._errors.push(error); + + assert.strictEqual(operation.mainError(), error); +})(); + +(function testMainErrorReturnsLastErrorOnEqualCount() { + var operation = retry.operation(); + var error = new Error('some error'); + var error2 = new Error('some other error'); + + operation._errors.push(error); + operation._errors.push(error2); + + assert.strictEqual(operation.mainError(), error2); +})(); + +(function testAttempt() { + var operation = retry.operation(); + var fn = new Function(); + + var timeoutOpts = { + timeout: 1, + cb: function() {} + }; + operation.attempt(fn, timeoutOpts); + + assert.strictEqual(fn, operation._fn); + assert.strictEqual(timeoutOpts.timeout, operation._operationTimeout); + assert.strictEqual(timeoutOpts.cb, operation._operationTimeoutCb); +})(); + +(function testRetry() { + var error = new Error('some error'); + var operation = retry.operation([1, 2, 3]); + var attempts = 0; + + var finalCallback = fake.callback('finalCallback'); + fake.expectAnytime(finalCallback); + + var fn = function() { + operation.attempt(function(currentAttempt) { + attempts++; + assert.equal(currentAttempt, attempts); + if (operation.retry(error)) { + return; + } + + assert.strictEqual(attempts, 4); + assert.strictEqual(operation.attempts(), attempts); + assert.strictEqual(operation.mainError(), error); + finalCallback(); + }); + }; + + fn(); +})(); + +(function testRetryForever() { + var error = new Error('some error'); + var operation = retry.operation({ retries: 3, forever: true }); + var attempts = 0; + + var finalCallback = fake.callback('finalCallback'); + fake.expectAnytime(finalCallback); + + var fn = function() { + operation.attempt(function(currentAttempt) { + attempts++; + assert.equal(currentAttempt, attempts); + if (attempts !== 6 && operation.retry(error)) { + return; + } + + assert.strictEqual(attempts, 6); + assert.strictEqual(operation.attempts(), attempts); + assert.strictEqual(operation.mainError(), error); + finalCallback(); + }); + }; + + fn(); +})(); + +(function testRetryForeverNoRetries() { + var error = new Error('some error'); + var delay = 50 + var operation = retry.operation({ + retries: null, + forever: true, + minTimeout: delay, + maxTimeout: delay + }); + + var attempts = 0; + var startTime = new Date().getTime(); + + var finalCallback = fake.callback('finalCallback'); + fake.expectAnytime(finalCallback); + + var fn = function() { + operation.attempt(function(currentAttempt) { + attempts++; + assert.equal(currentAttempt, attempts); + if (attempts !== 4 && operation.retry(error)) { + return; + } + + var endTime = new Date().getTime(); + var minTime = startTime + (delay * 3); + var maxTime = minTime + 20 // add a little headroom for code execution time + assert(endTime >= minTime) + assert(endTime < maxTime) + assert.strictEqual(attempts, 4); + assert.strictEqual(operation.attempts(), attempts); + assert.strictEqual(operation.mainError(), error); + finalCallback(); + }); + }; + + fn(); +})(); + +(function testStop() { + var error = new Error('some error'); + var operation = retry.operation([1, 2, 3]); + var attempts = 0; + + var finalCallback = fake.callback('finalCallback'); + fake.expectAnytime(finalCallback); + + var fn = function() { + operation.attempt(function(currentAttempt) { + attempts++; + assert.equal(currentAttempt, attempts); + + if (attempts === 2) { + operation.stop(); + + assert.strictEqual(attempts, 2); + assert.strictEqual(operation.attempts(), attempts); + assert.strictEqual(operation.mainError(), error); + finalCallback(); + } + + if (operation.retry(error)) { + return; + } + }); + }; + + fn(); +})(); + +(function testMaxRetryTime() { + var error = new Error('some error'); + var maxRetryTime = 30; + var operation = retry.operation({ + minTimeout: 1, + maxRetryTime: maxRetryTime + }); + var attempts = 0; + + var finalCallback = fake.callback('finalCallback'); + fake.expectAnytime(finalCallback); + + var longAsyncFunction = function (wait, callback){ + setTimeout(callback, wait); + }; + + var fn = function() { + var startTime = new Date().getTime(); + operation.attempt(function(currentAttempt) { + attempts++; + assert.equal(currentAttempt, attempts); + + if (attempts !== 2) { + if (operation.retry(error)) { + return; + } + } else { + var curTime = new Date().getTime(); + longAsyncFunction(maxRetryTime - (curTime - startTime - 1), function(){ + if (operation.retry(error)) { + assert.fail('timeout should be occurred'); + return; + } + + assert.strictEqual(operation.mainError(), error); + finalCallback(); + }); + } + }); + }; + + fn(); +})(); diff --git a/node_modules/retry/test/integration/test-retry-wrap.js b/node_modules/retry/test/integration/test-retry-wrap.js new file mode 100644 index 0000000..3d2b6bf --- /dev/null +++ b/node_modules/retry/test/integration/test-retry-wrap.js @@ -0,0 +1,101 @@ +var common = require('../common'); +var assert = common.assert; +var fake = common.fake.create(); +var retry = require(common.dir.lib + '/retry'); + +function getLib() { + return { + fn1: function() {}, + fn2: function() {}, + fn3: function() {} + }; +} + +(function wrapAll() { + var lib = getLib(); + retry.wrap(lib); + assert.equal(lib.fn1.name, 'bound retryWrapper'); + assert.equal(lib.fn2.name, 'bound retryWrapper'); + assert.equal(lib.fn3.name, 'bound retryWrapper'); +}()); + +(function wrapAllPassOptions() { + var lib = getLib(); + retry.wrap(lib, {retries: 2}); + assert.equal(lib.fn1.name, 'bound retryWrapper'); + assert.equal(lib.fn2.name, 'bound retryWrapper'); + assert.equal(lib.fn3.name, 'bound retryWrapper'); + assert.equal(lib.fn1.options.retries, 2); + assert.equal(lib.fn2.options.retries, 2); + assert.equal(lib.fn3.options.retries, 2); +}()); + +(function wrapDefined() { + var lib = getLib(); + retry.wrap(lib, ['fn2', 'fn3']); + assert.notEqual(lib.fn1.name, 'bound retryWrapper'); + assert.equal(lib.fn2.name, 'bound retryWrapper'); + assert.equal(lib.fn3.name, 'bound retryWrapper'); +}()); + +(function wrapDefinedAndPassOptions() { + var lib = getLib(); + retry.wrap(lib, {retries: 2}, ['fn2', 'fn3']); + assert.notEqual(lib.fn1.name, 'bound retryWrapper'); + assert.equal(lib.fn2.name, 'bound retryWrapper'); + assert.equal(lib.fn3.name, 'bound retryWrapper'); + assert.equal(lib.fn2.options.retries, 2); + assert.equal(lib.fn3.options.retries, 2); +}()); + +(function runWrappedWithoutError() { + var callbackCalled; + var lib = {method: function(a, b, callback) { + assert.equal(a, 1); + assert.equal(b, 2); + assert.equal(typeof callback, 'function'); + callback(); + }}; + retry.wrap(lib); + lib.method(1, 2, function() { + callbackCalled = true; + }); + assert.ok(callbackCalled); +}()); + +(function runWrappedSeveralWithoutError() { + var callbacksCalled = 0; + var lib = { + fn1: function (a, callback) { + assert.equal(a, 1); + assert.equal(typeof callback, 'function'); + callback(); + }, + fn2: function (a, callback) { + assert.equal(a, 2); + assert.equal(typeof callback, 'function'); + callback(); + } + }; + retry.wrap(lib, {}, ['fn1', 'fn2']); + lib.fn1(1, function() { + callbacksCalled++; + }); + lib.fn2(2, function() { + callbacksCalled++; + }); + assert.equal(callbacksCalled, 2); +}()); + +(function runWrappedWithError() { + var callbackCalled; + var lib = {method: function(callback) { + callback(new Error('Some error')); + }}; + retry.wrap(lib, {retries: 1}); + lib.method(function(err) { + callbackCalled = true; + assert.ok(err instanceof Error); + }); + assert.ok(!callbackCalled); +}()); diff --git a/node_modules/retry/test/integration/test-timeouts.js b/node_modules/retry/test/integration/test-timeouts.js new file mode 100644 index 0000000..7206b0f --- /dev/null +++ b/node_modules/retry/test/integration/test-timeouts.js @@ -0,0 +1,69 @@ +var common = require('../common'); +var assert = common.assert; +var retry = require(common.dir.lib + '/retry'); + +(function testDefaultValues() { + var timeouts = retry.timeouts(); + + assert.equal(timeouts.length, 10); + assert.equal(timeouts[0], 1000); + assert.equal(timeouts[1], 2000); + assert.equal(timeouts[2], 4000); +})(); + +(function testDefaultValuesWithRandomize() { + var minTimeout = 5000; + var timeouts = retry.timeouts({ + minTimeout: minTimeout, + randomize: true + }); + + assert.equal(timeouts.length, 10); + assert.ok(timeouts[0] > minTimeout); + assert.ok(timeouts[1] > timeouts[0]); + assert.ok(timeouts[2] > timeouts[1]); +})(); + +(function testPassedTimeoutsAreUsed() { + var timeoutsArray = [1000, 2000, 3000]; + var timeouts = retry.timeouts(timeoutsArray); + assert.deepEqual(timeouts, timeoutsArray); + assert.notStrictEqual(timeouts, timeoutsArray); +})(); + +(function testTimeoutsAreWithinBoundaries() { + var minTimeout = 1000; + var maxTimeout = 10000; + var timeouts = retry.timeouts({ + minTimeout: minTimeout, + maxTimeout: maxTimeout + }); + for (var i = 0; i < timeouts; i++) { + assert.ok(timeouts[i] >= minTimeout); + assert.ok(timeouts[i] <= maxTimeout); + } +})(); + +(function testTimeoutsAreIncremental() { + var timeouts = retry.timeouts(); + var lastTimeout = timeouts[0]; + for (var i = 0; i < timeouts; i++) { + assert.ok(timeouts[i] > lastTimeout); + lastTimeout = timeouts[i]; + } +})(); + +(function testTimeoutsAreIncrementalForFactorsLessThanOne() { + var timeouts = retry.timeouts({ + retries: 3, + factor: 0.5 + }); + + var expected = [250, 500, 1000]; + assert.deepEqual(expected, timeouts); +})(); + +(function testRetries() { + var timeouts = retry.timeouts({retries: 2}); + assert.strictEqual(timeouts.length, 2); +})(); diff --git a/node_modules/rimraf/CHANGELOG.md b/node_modules/rimraf/CHANGELOG.md new file mode 100644 index 0000000..f116f14 --- /dev/null +++ b/node_modules/rimraf/CHANGELOG.md @@ -0,0 +1,65 @@ +# v3.0 + +- Add `--preserve-root` option to executable (default true) +- Drop support for Node.js below version 6 + +# v2.7 + +- Make `glob` an optional dependency + +# 2.6 + +- Retry on EBUSY on non-windows platforms as well +- Make `rimraf.sync` 10000% more reliable on Windows + +# 2.5 + +- Handle Windows EPERM when lstat-ing read-only dirs +- Add glob option to pass options to glob + +# 2.4 + +- Add EPERM to delay/retry loop +- Add `disableGlob` option + +# 2.3 + +- Make maxBusyTries and emfileWait configurable +- Handle weird SunOS unlink-dir issue +- Glob the CLI arg for better Windows support + +# 2.2 + +- Handle ENOENT properly on Windows +- Allow overriding fs methods +- Treat EPERM as indicative of non-empty dir +- Remove optional graceful-fs dep +- Consistently return null error instead of undefined on success +- win32: Treat ENOTEMPTY the same as EBUSY +- Add `rimraf` binary + +# 2.1 + +- Fix SunOS error code for a non-empty directory +- Try rmdir before readdir +- Treat EISDIR like EPERM +- Remove chmod +- Remove lstat polyfill, node 0.7 is not supported + +# 2.0 + +- Fix myGid call to check process.getgid +- Simplify the EBUSY backoff logic. +- Use fs.lstat in node >= 0.7.9 +- Remove gently option +- remove fiber implementation +- Delete files that are marked read-only + +# 1.0 + +- Allow ENOENT in sync method +- Throw when no callback is provided +- Make opts.gently an absolute path +- use 'stat' if 'lstat' is not available +- Consistent error naming, and rethrow non-ENOENT stat errors +- add fiber implementation diff --git a/node_modules/rimraf/LICENSE b/node_modules/rimraf/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/rimraf/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/rimraf/README.md b/node_modules/rimraf/README.md new file mode 100644 index 0000000..423b8cf --- /dev/null +++ b/node_modules/rimraf/README.md @@ -0,0 +1,101 @@ +[![Build Status](https://travis-ci.org/isaacs/rimraf.svg?branch=master)](https://travis-ci.org/isaacs/rimraf) [![Dependency Status](https://david-dm.org/isaacs/rimraf.svg)](https://david-dm.org/isaacs/rimraf) [![devDependency Status](https://david-dm.org/isaacs/rimraf/dev-status.svg)](https://david-dm.org/isaacs/rimraf#info=devDependencies) + +The [UNIX command](http://en.wikipedia.org/wiki/Rm_(Unix)) `rm -rf` for node. + +Install with `npm install rimraf`, or just drop rimraf.js somewhere. + +## API + +`rimraf(f, [opts], callback)` + +The first parameter will be interpreted as a globbing pattern for files. If you +want to disable globbing you can do so with `opts.disableGlob` (defaults to +`false`). This might be handy, for instance, if you have filenames that contain +globbing wildcard characters. + +The callback will be called with an error if there is one. Certain +errors are handled for you: + +* Windows: `EBUSY` and `ENOTEMPTY` - rimraf will back off a maximum of + `opts.maxBusyTries` times before giving up, adding 100ms of wait + between each attempt. The default `maxBusyTries` is 3. +* `ENOENT` - If the file doesn't exist, rimraf will return + successfully, since your desired outcome is already the case. +* `EMFILE` - Since `readdir` requires opening a file descriptor, it's + possible to hit `EMFILE` if too many file descriptors are in use. + In the sync case, there's nothing to be done for this. But in the + async case, rimraf will gradually back off with timeouts up to + `opts.emfileWait` ms, which defaults to 1000. + +## options + +* unlink, chmod, stat, lstat, rmdir, readdir, + unlinkSync, chmodSync, statSync, lstatSync, rmdirSync, readdirSync + + In order to use a custom file system library, you can override + specific fs functions on the options object. + + If any of these functions are present on the options object, then + the supplied function will be used instead of the default fs + method. + + Sync methods are only relevant for `rimraf.sync()`, of course. + + For example: + + ```javascript + var myCustomFS = require('some-custom-fs') + + rimraf('some-thing', myCustomFS, callback) + ``` + +* maxBusyTries + + If an `EBUSY`, `ENOTEMPTY`, or `EPERM` error code is encountered + on Windows systems, then rimraf will retry with a linear backoff + wait of 100ms longer on each try. The default maxBusyTries is 3. + + Only relevant for async usage. + +* emfileWait + + If an `EMFILE` error is encountered, then rimraf will retry + repeatedly with a linear backoff of 1ms longer on each try, until + the timeout counter hits this max. The default limit is 1000. + + If you repeatedly encounter `EMFILE` errors, then consider using + [graceful-fs](http://npm.im/graceful-fs) in your program. + + Only relevant for async usage. + +* glob + + Set to `false` to disable [glob](http://npm.im/glob) pattern + matching. + + Set to an object to pass options to the glob module. The default + glob options are `{ nosort: true, silent: true }`. + + Glob version 6 is used in this module. + + Relevant for both sync and async usage. + +* disableGlob + + Set to any non-falsey value to disable globbing entirely. + (Equivalent to setting `glob: false`.) + +## rimraf.sync + +It can remove stuff synchronously, too. But that's not so good. Use +the async API. It's better. + +## CLI + +If installed with `npm install rimraf -g` it can be used as a global +command `rimraf [ ...]` which is useful for cross platform support. + +## mkdirp + +If you need to create a directory recursively, check out +[mkdirp](https://github.com/substack/node-mkdirp). diff --git a/node_modules/rimraf/bin.js b/node_modules/rimraf/bin.js new file mode 100644 index 0000000..023814c --- /dev/null +++ b/node_modules/rimraf/bin.js @@ -0,0 +1,68 @@ +#!/usr/bin/env node + +const rimraf = require('./') + +const path = require('path') + +const isRoot = arg => /^(\/|[a-zA-Z]:\\)$/.test(path.resolve(arg)) +const filterOutRoot = arg => { + const ok = preserveRoot === false || !isRoot(arg) + if (!ok) { + console.error(`refusing to remove ${arg}`) + console.error('Set --no-preserve-root to allow this') + } + return ok +} + +let help = false +let dashdash = false +let noglob = false +let preserveRoot = true +const args = process.argv.slice(2).filter(arg => { + if (dashdash) + return !!arg + else if (arg === '--') + dashdash = true + else if (arg === '--no-glob' || arg === '-G') + noglob = true + else if (arg === '--glob' || arg === '-g') + noglob = false + else if (arg.match(/^(-+|\/)(h(elp)?|\?)$/)) + help = true + else if (arg === '--preserve-root') + preserveRoot = true + else if (arg === '--no-preserve-root') + preserveRoot = false + else + return !!arg +}).filter(arg => !preserveRoot || filterOutRoot(arg)) + +const go = n => { + if (n >= args.length) + return + const options = noglob ? { glob: false } : {} + rimraf(args[n], options, er => { + if (er) + throw er + go(n+1) + }) +} + +if (help || args.length === 0) { + // If they didn't ask for help, then this is not a "success" + const log = help ? console.log : console.error + log('Usage: rimraf [ ...]') + log('') + log(' Deletes all files and folders at "path" recursively.') + log('') + log('Options:') + log('') + log(' -h, --help Display this usage info') + log(' -G, --no-glob Do not expand glob patterns in arguments') + log(' -g, --glob Expand glob patterns in arguments (default)') + log(' --preserve-root Do not remove \'/\' (default)') + log(' --no-preserve-root Do not treat \'/\' specially') + log(' -- Stop parsing flags') + process.exit(help ? 0 : 1) +} else + go(0) diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json new file mode 100644 index 0000000..1bf8d5e --- /dev/null +++ b/node_modules/rimraf/package.json @@ -0,0 +1,32 @@ +{ + "name": "rimraf", + "version": "3.0.2", + "main": "rimraf.js", + "description": "A deep deletion module for node (like `rm -rf`)", + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "repository": "git://github.com/isaacs/rimraf.git", + "scripts": { + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags", + "test": "tap test/*.js" + }, + "bin": "./bin.js", + "dependencies": { + "glob": "^7.1.3" + }, + "files": [ + "LICENSE", + "README.md", + "bin.js", + "rimraf.js" + ], + "devDependencies": { + "mkdirp": "^0.5.1", + "tap": "^12.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } +} diff --git a/node_modules/rimraf/rimraf.js b/node_modules/rimraf/rimraf.js new file mode 100644 index 0000000..34da417 --- /dev/null +++ b/node_modules/rimraf/rimraf.js @@ -0,0 +1,360 @@ +const assert = require("assert") +const path = require("path") +const fs = require("fs") +let glob = undefined +try { + glob = require("glob") +} catch (_err) { + // treat glob as optional. +} + +const defaultGlobOpts = { + nosort: true, + silent: true +} + +// for EMFILE handling +let timeout = 0 + +const isWindows = (process.platform === "win32") + +const defaults = options => { + const methods = [ + 'unlink', + 'chmod', + 'stat', + 'lstat', + 'rmdir', + 'readdir' + ] + methods.forEach(m => { + options[m] = options[m] || fs[m] + m = m + 'Sync' + options[m] = options[m] || fs[m] + }) + + options.maxBusyTries = options.maxBusyTries || 3 + options.emfileWait = options.emfileWait || 1000 + if (options.glob === false) { + options.disableGlob = true + } + if (options.disableGlob !== true && glob === undefined) { + throw Error('glob dependency not found, set `options.disableGlob = true` if intentional') + } + options.disableGlob = options.disableGlob || false + options.glob = options.glob || defaultGlobOpts +} + +const rimraf = (p, options, cb) => { + if (typeof options === 'function') { + cb = options + options = {} + } + + assert(p, 'rimraf: missing path') + assert.equal(typeof p, 'string', 'rimraf: path should be a string') + assert.equal(typeof cb, 'function', 'rimraf: callback function required') + assert(options, 'rimraf: invalid options argument provided') + assert.equal(typeof options, 'object', 'rimraf: options should be object') + + defaults(options) + + let busyTries = 0 + let errState = null + let n = 0 + + const next = (er) => { + errState = errState || er + if (--n === 0) + cb(errState) + } + + const afterGlob = (er, results) => { + if (er) + return cb(er) + + n = results.length + if (n === 0) + return cb() + + results.forEach(p => { + const CB = (er) => { + if (er) { + if ((er.code === "EBUSY" || er.code === "ENOTEMPTY" || er.code === "EPERM") && + busyTries < options.maxBusyTries) { + busyTries ++ + // try again, with the same exact callback as this one. + return setTimeout(() => rimraf_(p, options, CB), busyTries * 100) + } + + // this one won't happen if graceful-fs is used. + if (er.code === "EMFILE" && timeout < options.emfileWait) { + return setTimeout(() => rimraf_(p, options, CB), timeout ++) + } + + // already gone + if (er.code === "ENOENT") er = null + } + + timeout = 0 + next(er) + } + rimraf_(p, options, CB) + }) + } + + if (options.disableGlob || !glob.hasMagic(p)) + return afterGlob(null, [p]) + + options.lstat(p, (er, stat) => { + if (!er) + return afterGlob(null, [p]) + + glob(p, options.glob, afterGlob) + }) + +} + +// Two possible strategies. +// 1. Assume it's a file. unlink it, then do the dir stuff on EPERM or EISDIR +// 2. Assume it's a directory. readdir, then do the file stuff on ENOTDIR +// +// Both result in an extra syscall when you guess wrong. However, there +// are likely far more normal files in the world than directories. This +// is based on the assumption that a the average number of files per +// directory is >= 1. +// +// If anyone ever complains about this, then I guess the strategy could +// be made configurable somehow. But until then, YAGNI. +const rimraf_ = (p, options, cb) => { + assert(p) + assert(options) + assert(typeof cb === 'function') + + // sunos lets the root user unlink directories, which is... weird. + // so we have to lstat here and make sure it's not a dir. + options.lstat(p, (er, st) => { + if (er && er.code === "ENOENT") + return cb(null) + + // Windows can EPERM on stat. Life is suffering. + if (er && er.code === "EPERM" && isWindows) + fixWinEPERM(p, options, er, cb) + + if (st && st.isDirectory()) + return rmdir(p, options, er, cb) + + options.unlink(p, er => { + if (er) { + if (er.code === "ENOENT") + return cb(null) + if (er.code === "EPERM") + return (isWindows) + ? fixWinEPERM(p, options, er, cb) + : rmdir(p, options, er, cb) + if (er.code === "EISDIR") + return rmdir(p, options, er, cb) + } + return cb(er) + }) + }) +} + +const fixWinEPERM = (p, options, er, cb) => { + assert(p) + assert(options) + assert(typeof cb === 'function') + + options.chmod(p, 0o666, er2 => { + if (er2) + cb(er2.code === "ENOENT" ? null : er) + else + options.stat(p, (er3, stats) => { + if (er3) + cb(er3.code === "ENOENT" ? null : er) + else if (stats.isDirectory()) + rmdir(p, options, er, cb) + else + options.unlink(p, cb) + }) + }) +} + +const fixWinEPERMSync = (p, options, er) => { + assert(p) + assert(options) + + try { + options.chmodSync(p, 0o666) + } catch (er2) { + if (er2.code === "ENOENT") + return + else + throw er + } + + let stats + try { + stats = options.statSync(p) + } catch (er3) { + if (er3.code === "ENOENT") + return + else + throw er + } + + if (stats.isDirectory()) + rmdirSync(p, options, er) + else + options.unlinkSync(p) +} + +const rmdir = (p, options, originalEr, cb) => { + assert(p) + assert(options) + assert(typeof cb === 'function') + + // try to rmdir first, and only readdir on ENOTEMPTY or EEXIST (SunOS) + // if we guessed wrong, and it's not a directory, then + // raise the original error. + options.rmdir(p, er => { + if (er && (er.code === "ENOTEMPTY" || er.code === "EEXIST" || er.code === "EPERM")) + rmkids(p, options, cb) + else if (er && er.code === "ENOTDIR") + cb(originalEr) + else + cb(er) + }) +} + +const rmkids = (p, options, cb) => { + assert(p) + assert(options) + assert(typeof cb === 'function') + + options.readdir(p, (er, files) => { + if (er) + return cb(er) + let n = files.length + if (n === 0) + return options.rmdir(p, cb) + let errState + files.forEach(f => { + rimraf(path.join(p, f), options, er => { + if (errState) + return + if (er) + return cb(errState = er) + if (--n === 0) + options.rmdir(p, cb) + }) + }) + }) +} + +// this looks simpler, and is strictly *faster*, but will +// tie up the JavaScript thread and fail on excessively +// deep directory trees. +const rimrafSync = (p, options) => { + options = options || {} + defaults(options) + + assert(p, 'rimraf: missing path') + assert.equal(typeof p, 'string', 'rimraf: path should be a string') + assert(options, 'rimraf: missing options') + assert.equal(typeof options, 'object', 'rimraf: options should be object') + + let results + + if (options.disableGlob || !glob.hasMagic(p)) { + results = [p] + } else { + try { + options.lstatSync(p) + results = [p] + } catch (er) { + results = glob.sync(p, options.glob) + } + } + + if (!results.length) + return + + for (let i = 0; i < results.length; i++) { + const p = results[i] + + let st + try { + st = options.lstatSync(p) + } catch (er) { + if (er.code === "ENOENT") + return + + // Windows can EPERM on stat. Life is suffering. + if (er.code === "EPERM" && isWindows) + fixWinEPERMSync(p, options, er) + } + + try { + // sunos lets the root user unlink directories, which is... weird. + if (st && st.isDirectory()) + rmdirSync(p, options, null) + else + options.unlinkSync(p) + } catch (er) { + if (er.code === "ENOENT") + return + if (er.code === "EPERM") + return isWindows ? fixWinEPERMSync(p, options, er) : rmdirSync(p, options, er) + if (er.code !== "EISDIR") + throw er + + rmdirSync(p, options, er) + } + } +} + +const rmdirSync = (p, options, originalEr) => { + assert(p) + assert(options) + + try { + options.rmdirSync(p) + } catch (er) { + if (er.code === "ENOENT") + return + if (er.code === "ENOTDIR") + throw originalEr + if (er.code === "ENOTEMPTY" || er.code === "EEXIST" || er.code === "EPERM") + rmkidsSync(p, options) + } +} + +const rmkidsSync = (p, options) => { + assert(p) + assert(options) + options.readdirSync(p).forEach(f => rimrafSync(path.join(p, f), options)) + + // We only end up here once we got ENOTEMPTY at least once, and + // at this point, we are guaranteed to have removed all the kids. + // So, we know that it won't be ENOENT or ENOTDIR or anything else. + // try really hard to delete stuff on windows, because it has a + // PROFOUNDLY annoying habit of not closing handles promptly when + // files are deleted, resulting in spurious ENOTEMPTY errors. + const retries = isWindows ? 100 : 1 + let i = 0 + do { + let threw = true + try { + const ret = options.rmdirSync(p, options) + threw = false + return ret + } finally { + if (++i < retries && threw) + continue + } + } while (true) +} + +module.exports = rimraf +rimraf.sync = rimrafSync diff --git a/node_modules/semver/LICENSE b/node_modules/semver/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/semver/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/semver/README.md b/node_modules/semver/README.md new file mode 100644 index 0000000..53ea9b5 --- /dev/null +++ b/node_modules/semver/README.md @@ -0,0 +1,637 @@ +semver(1) -- The semantic versioner for npm +=========================================== + +## Install + +```bash +npm install semver +```` + +## Usage + +As a node module: + +```js +const semver = require('semver') + +semver.valid('1.2.3') // '1.2.3' +semver.valid('a.b.c') // null +semver.clean(' =v1.2.3 ') // '1.2.3' +semver.satisfies('1.2.3', '1.x || >=2.5.0 || 5.0.0 - 7.2.3') // true +semver.gt('1.2.3', '9.8.7') // false +semver.lt('1.2.3', '9.8.7') // true +semver.minVersion('>=1.0.0') // '1.0.0' +semver.valid(semver.coerce('v2')) // '2.0.0' +semver.valid(semver.coerce('42.6.7.9.3-alpha')) // '42.6.7' +``` + +You can also just load the module for the function that you care about, if +you'd like to minimize your footprint. + +```js +// load the whole API at once in a single object +const semver = require('semver') + +// or just load the bits you need +// all of them listed here, just pick and choose what you want + +// classes +const SemVer = require('semver/classes/semver') +const Comparator = require('semver/classes/comparator') +const Range = require('semver/classes/range') + +// functions for working with versions +const semverParse = require('semver/functions/parse') +const semverValid = require('semver/functions/valid') +const semverClean = require('semver/functions/clean') +const semverInc = require('semver/functions/inc') +const semverDiff = require('semver/functions/diff') +const semverMajor = require('semver/functions/major') +const semverMinor = require('semver/functions/minor') +const semverPatch = require('semver/functions/patch') +const semverPrerelease = require('semver/functions/prerelease') +const semverCompare = require('semver/functions/compare') +const semverRcompare = require('semver/functions/rcompare') +const semverCompareLoose = require('semver/functions/compare-loose') +const semverCompareBuild = require('semver/functions/compare-build') +const semverSort = require('semver/functions/sort') +const semverRsort = require('semver/functions/rsort') + +// low-level comparators between versions +const semverGt = require('semver/functions/gt') +const semverLt = require('semver/functions/lt') +const semverEq = require('semver/functions/eq') +const semverNeq = require('semver/functions/neq') +const semverGte = require('semver/functions/gte') +const semverLte = require('semver/functions/lte') +const semverCmp = require('semver/functions/cmp') +const semverCoerce = require('semver/functions/coerce') + +// working with ranges +const semverSatisfies = require('semver/functions/satisfies') +const semverMaxSatisfying = require('semver/ranges/max-satisfying') +const semverMinSatisfying = require('semver/ranges/min-satisfying') +const semverToComparators = require('semver/ranges/to-comparators') +const semverMinVersion = require('semver/ranges/min-version') +const semverValidRange = require('semver/ranges/valid') +const semverOutside = require('semver/ranges/outside') +const semverGtr = require('semver/ranges/gtr') +const semverLtr = require('semver/ranges/ltr') +const semverIntersects = require('semver/ranges/intersects') +const simplifyRange = require('semver/ranges/simplify') +const rangeSubset = require('semver/ranges/subset') +``` + +As a command-line utility: + +``` +$ semver -h + +A JavaScript implementation of the https://semver.org/ specification +Copyright Isaac Z. Schlueter + +Usage: semver [options] [ [...]] +Prints valid versions sorted by SemVer precedence + +Options: +-r --range + Print versions that match the specified range. + +-i --increment [] + Increment a version by the specified level. Level can + be one of: major, minor, patch, premajor, preminor, + prepatch, or prerelease. Default level is 'patch'. + Only one version may be specified. + +--preid + Identifier to be used to prefix premajor, preminor, + prepatch or prerelease version increments. + +-l --loose + Interpret versions and ranges loosely + +-n <0|1> + This is the base to be used for the prerelease identifier. + +-p --include-prerelease + Always include prerelease versions in range matching + +-c --coerce + Coerce a string into SemVer if possible + (does not imply --loose) + +--rtl + Coerce version strings right to left + +--ltr + Coerce version strings left to right (default) + +Program exits successfully if any valid version satisfies +all supplied ranges, and prints all satisfying versions. + +If no satisfying versions are found, then exits failure. + +Versions are printed in ascending order, so supplying +multiple versions to the utility will just sort them. +``` + +## Versions + +A "version" is described by the `v2.0.0` specification found at +. + +A leading `"="` or `"v"` character is stripped off and ignored. + +## Ranges + +A `version range` is a set of `comparators` which specify versions +that satisfy the range. + +A `comparator` is composed of an `operator` and a `version`. The set +of primitive `operators` is: + +* `<` Less than +* `<=` Less than or equal to +* `>` Greater than +* `>=` Greater than or equal to +* `=` Equal. If no operator is specified, then equality is assumed, + so this operator is optional, but MAY be included. + +For example, the comparator `>=1.2.7` would match the versions +`1.2.7`, `1.2.8`, `2.5.3`, and `1.3.9`, but not the versions `1.2.6` +or `1.1.0`. The comparator `>1` is equivalent to `>=2.0.0` and +would match the versions `2.0.0` and `3.1.0`, but not the versions +`1.0.1` or `1.1.0`. + +Comparators can be joined by whitespace to form a `comparator set`, +which is satisfied by the **intersection** of all of the comparators +it includes. + +A range is composed of one or more comparator sets, joined by `||`. A +version matches a range if and only if every comparator in at least +one of the `||`-separated comparator sets is satisfied by the version. + +For example, the range `>=1.2.7 <1.3.0` would match the versions +`1.2.7`, `1.2.8`, and `1.2.99`, but not the versions `1.2.6`, `1.3.0`, +or `1.1.0`. + +The range `1.2.7 || >=1.2.9 <2.0.0` would match the versions `1.2.7`, +`1.2.9`, and `1.4.6`, but not the versions `1.2.8` or `2.0.0`. + +### Prerelease Tags + +If a version has a prerelease tag (for example, `1.2.3-alpha.3`) then +it will only be allowed to satisfy comparator sets if at least one +comparator with the same `[major, minor, patch]` tuple also has a +prerelease tag. + +For example, the range `>1.2.3-alpha.3` would be allowed to match the +version `1.2.3-alpha.7`, but it would *not* be satisfied by +`3.4.5-alpha.9`, even though `3.4.5-alpha.9` is technically "greater +than" `1.2.3-alpha.3` according to the SemVer sort rules. The version +range only accepts prerelease tags on the `1.2.3` version. The +version `3.4.5` *would* satisfy the range, because it does not have a +prerelease flag, and `3.4.5` is greater than `1.2.3-alpha.7`. + +The purpose for this behavior is twofold. First, prerelease versions +frequently are updated very quickly, and contain many breaking changes +that are (by the author's design) not yet fit for public consumption. +Therefore, by default, they are excluded from range matching +semantics. + +Second, a user who has opted into using a prerelease version has +clearly indicated the intent to use *that specific* set of +alpha/beta/rc versions. By including a prerelease tag in the range, +the user is indicating that they are aware of the risk. However, it +is still not appropriate to assume that they have opted into taking a +similar risk on the *next* set of prerelease versions. + +Note that this behavior can be suppressed (treating all prerelease +versions as if they were normal versions, for the purpose of range +matching) by setting the `includePrerelease` flag on the options +object to any +[functions](https://github.com/npm/node-semver#functions) that do +range matching. + +#### Prerelease Identifiers + +The method `.inc` takes an additional `identifier` string argument that +will append the value of the string as a prerelease identifier: + +```javascript +semver.inc('1.2.3', 'prerelease', 'beta') +// '1.2.4-beta.0' +``` + +command-line example: + +```bash +$ semver 1.2.3 -i prerelease --preid beta +1.2.4-beta.0 +``` + +Which then can be used to increment further: + +```bash +$ semver 1.2.4-beta.0 -i prerelease +1.2.4-beta.1 +``` + +#### Prerelease Identifier Base + +The method `.inc` takes an optional parameter 'identifierBase' string +that will let you let your prerelease number as zero-based or one-based. +Set to `false` to omit the prerelease number altogether. +If you do not specify this parameter, it will default to zero-based. + +```javascript +semver.inc('1.2.3', 'prerelease', 'beta', '1') +// '1.2.4-beta.1' +``` + +```javascript +semver.inc('1.2.3', 'prerelease', 'beta', false) +// '1.2.4-beta' +``` + +command-line example: + +```bash +$ semver 1.2.3 -i prerelease --preid beta -n 1 +1.2.4-beta.1 +``` + +```bash +$ semver 1.2.3 -i prerelease --preid beta -n false +1.2.4-beta +``` + +### Advanced Range Syntax + +Advanced range syntax desugars to primitive comparators in +deterministic ways. + +Advanced ranges may be combined in the same way as primitive +comparators using white space or `||`. + +#### Hyphen Ranges `X.Y.Z - A.B.C` + +Specifies an inclusive set. + +* `1.2.3 - 2.3.4` := `>=1.2.3 <=2.3.4` + +If a partial version is provided as the first version in the inclusive +range, then the missing pieces are replaced with zeroes. + +* `1.2 - 2.3.4` := `>=1.2.0 <=2.3.4` + +If a partial version is provided as the second version in the +inclusive range, then all versions that start with the supplied parts +of the tuple are accepted, but nothing that would be greater than the +provided tuple parts. + +* `1.2.3 - 2.3` := `>=1.2.3 <2.4.0-0` +* `1.2.3 - 2` := `>=1.2.3 <3.0.0-0` + +#### X-Ranges `1.2.x` `1.X` `1.2.*` `*` + +Any of `X`, `x`, or `*` may be used to "stand in" for one of the +numeric values in the `[major, minor, patch]` tuple. + +* `*` := `>=0.0.0` (Any non-prerelease version satisfies, unless + `includePrerelease` is specified, in which case any version at all + satisfies) +* `1.x` := `>=1.0.0 <2.0.0-0` (Matching major version) +* `1.2.x` := `>=1.2.0 <1.3.0-0` (Matching major and minor versions) + +A partial version range is treated as an X-Range, so the special +character is in fact optional. + +* `""` (empty string) := `*` := `>=0.0.0` +* `1` := `1.x.x` := `>=1.0.0 <2.0.0-0` +* `1.2` := `1.2.x` := `>=1.2.0 <1.3.0-0` + +#### Tilde Ranges `~1.2.3` `~1.2` `~1` + +Allows patch-level changes if a minor version is specified on the +comparator. Allows minor-level changes if not. + +* `~1.2.3` := `>=1.2.3 <1.(2+1).0` := `>=1.2.3 <1.3.0-0` +* `~1.2` := `>=1.2.0 <1.(2+1).0` := `>=1.2.0 <1.3.0-0` (Same as `1.2.x`) +* `~1` := `>=1.0.0 <(1+1).0.0` := `>=1.0.0 <2.0.0-0` (Same as `1.x`) +* `~0.2.3` := `>=0.2.3 <0.(2+1).0` := `>=0.2.3 <0.3.0-0` +* `~0.2` := `>=0.2.0 <0.(2+1).0` := `>=0.2.0 <0.3.0-0` (Same as `0.2.x`) +* `~0` := `>=0.0.0 <(0+1).0.0` := `>=0.0.0 <1.0.0-0` (Same as `0.x`) +* `~1.2.3-beta.2` := `>=1.2.3-beta.2 <1.3.0-0` Note that prereleases in + the `1.2.3` version will be allowed, if they are greater than or + equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but + `1.2.4-beta.2` would not, because it is a prerelease of a + different `[major, minor, patch]` tuple. + +#### Caret Ranges `^1.2.3` `^0.2.5` `^0.0.4` + +Allows changes that do not modify the left-most non-zero element in the +`[major, minor, patch]` tuple. In other words, this allows patch and +minor updates for versions `1.0.0` and above, patch updates for +versions `0.X >=0.1.0`, and *no* updates for versions `0.0.X`. + +Many authors treat a `0.x` version as if the `x` were the major +"breaking-change" indicator. + +Caret ranges are ideal when an author may make breaking changes +between `0.2.4` and `0.3.0` releases, which is a common practice. +However, it presumes that there will *not* be breaking changes between +`0.2.4` and `0.2.5`. It allows for changes that are presumed to be +additive (but non-breaking), according to commonly observed practices. + +* `^1.2.3` := `>=1.2.3 <2.0.0-0` +* `^0.2.3` := `>=0.2.3 <0.3.0-0` +* `^0.0.3` := `>=0.0.3 <0.0.4-0` +* `^1.2.3-beta.2` := `>=1.2.3-beta.2 <2.0.0-0` Note that prereleases in + the `1.2.3` version will be allowed, if they are greater than or + equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but + `1.2.4-beta.2` would not, because it is a prerelease of a + different `[major, minor, patch]` tuple. +* `^0.0.3-beta` := `>=0.0.3-beta <0.0.4-0` Note that prereleases in the + `0.0.3` version *only* will be allowed, if they are greater than or + equal to `beta`. So, `0.0.3-pr.2` would be allowed. + +When parsing caret ranges, a missing `patch` value desugars to the +number `0`, but will allow flexibility within that value, even if the +major and minor versions are both `0`. + +* `^1.2.x` := `>=1.2.0 <2.0.0-0` +* `^0.0.x` := `>=0.0.0 <0.1.0-0` +* `^0.0` := `>=0.0.0 <0.1.0-0` + +A missing `minor` and `patch` values will desugar to zero, but also +allow flexibility within those values, even if the major version is +zero. + +* `^1.x` := `>=1.0.0 <2.0.0-0` +* `^0.x` := `>=0.0.0 <1.0.0-0` + +### Range Grammar + +Putting all this together, here is a Backus-Naur grammar for ranges, +for the benefit of parser authors: + +```bnf +range-set ::= range ( logical-or range ) * +logical-or ::= ( ' ' ) * '||' ( ' ' ) * +range ::= hyphen | simple ( ' ' simple ) * | '' +hyphen ::= partial ' - ' partial +simple ::= primitive | partial | tilde | caret +primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial +partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? +xr ::= 'x' | 'X' | '*' | nr +nr ::= '0' | ['1'-'9'] ( ['0'-'9'] ) * +tilde ::= '~' partial +caret ::= '^' partial +qualifier ::= ( '-' pre )? ( '+' build )? +pre ::= parts +build ::= parts +parts ::= part ( '.' part ) * +part ::= nr | [-0-9A-Za-z]+ +``` + +## Functions + +All methods and classes take a final `options` object argument. All +options in this object are `false` by default. The options supported +are: + +- `loose` Be more forgiving about not-quite-valid semver strings. + (Any resulting output will always be 100% strict compliant, of + course.) For backwards compatibility reasons, if the `options` + argument is a boolean value instead of an object, it is interpreted + to be the `loose` param. +- `includePrerelease` Set to suppress the [default + behavior](https://github.com/npm/node-semver#prerelease-tags) of + excluding prerelease tagged versions from ranges unless they are + explicitly opted into. + +Strict-mode Comparators and Ranges will be strict about the SemVer +strings that they parse. + +* `valid(v)`: Return the parsed version, or null if it's not valid. +* `inc(v, release)`: Return the version incremented by the release + type (`major`, `premajor`, `minor`, `preminor`, `patch`, + `prepatch`, or `prerelease`), or null if it's not valid + * `premajor` in one call will bump the version up to the next major + version and down to a prerelease of that major version. + `preminor`, and `prepatch` work the same way. + * If called from a non-prerelease version, the `prerelease` will work the + same as `prepatch`. It increments the patch version, then makes a + prerelease. If the input version is already a prerelease it simply + increments it. +* `prerelease(v)`: Returns an array of prerelease components, or null + if none exist. Example: `prerelease('1.2.3-alpha.1') -> ['alpha', 1]` +* `major(v)`: Return the major version number. +* `minor(v)`: Return the minor version number. +* `patch(v)`: Return the patch version number. +* `intersects(r1, r2, loose)`: Return true if the two supplied ranges + or comparators intersect. +* `parse(v)`: Attempt to parse a string as a semantic version, returning either + a `SemVer` object or `null`. + +### Comparison + +* `gt(v1, v2)`: `v1 > v2` +* `gte(v1, v2)`: `v1 >= v2` +* `lt(v1, v2)`: `v1 < v2` +* `lte(v1, v2)`: `v1 <= v2` +* `eq(v1, v2)`: `v1 == v2` This is true if they're logically equivalent, + even if they're not the exact same string. You already know how to + compare strings. +* `neq(v1, v2)`: `v1 != v2` The opposite of `eq`. +* `cmp(v1, comparator, v2)`: Pass in a comparison string, and it'll call + the corresponding function above. `"==="` and `"!=="` do simple + string comparison, but are included for completeness. Throws if an + invalid comparison string is provided. +* `compare(v1, v2)`: Return `0` if `v1 == v2`, or `1` if `v1` is greater, or `-1` if + `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. +* `rcompare(v1, v2)`: The reverse of compare. Sorts an array of versions + in descending order when passed to `Array.sort()`. +* `compareBuild(v1, v2)`: The same as `compare` but considers `build` when two versions + are equal. Sorts in ascending order if passed to `Array.sort()`. + `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. +* `diff(v1, v2)`: Returns difference between two versions by the release type + (`major`, `premajor`, `minor`, `preminor`, `patch`, `prepatch`, or `prerelease`), + or null if the versions are the same. + +### Comparators + +* `intersects(comparator)`: Return true if the comparators intersect + +### Ranges + +* `validRange(range)`: Return the valid range or null if it's not valid +* `satisfies(version, range)`: Return true if the version satisfies the + range. +* `maxSatisfying(versions, range)`: Return the highest version in the list + that satisfies the range, or `null` if none of them do. +* `minSatisfying(versions, range)`: Return the lowest version in the list + that satisfies the range, or `null` if none of them do. +* `minVersion(range)`: Return the lowest version that can possibly match + the given range. +* `gtr(version, range)`: Return `true` if version is greater than all the + versions possible in the range. +* `ltr(version, range)`: Return `true` if version is less than all the + versions possible in the range. +* `outside(version, range, hilo)`: Return true if the version is outside + the bounds of the range in either the high or low direction. The + `hilo` argument must be either the string `'>'` or `'<'`. (This is + the function called by `gtr` and `ltr`.) +* `intersects(range)`: Return true if any of the ranges comparators intersect +* `simplifyRange(versions, range)`: Return a "simplified" range that + matches the same items in `versions` list as the range specified. Note + that it does *not* guarantee that it would match the same versions in all + cases, only for the set of versions provided. This is useful when + generating ranges by joining together multiple versions with `||` + programmatically, to provide the user with something a bit more + ergonomic. If the provided range is shorter in string-length than the + generated range, then that is returned. +* `subset(subRange, superRange)`: Return `true` if the `subRange` range is + entirely contained by the `superRange` range. + +Note that, since ranges may be non-contiguous, a version might not be +greater than a range, less than a range, *or* satisfy a range! For +example, the range `1.2 <1.2.9 || >2.0.0` would have a hole from `1.2.9` +until `2.0.0`, so the version `1.2.10` would not be greater than the +range (because `2.0.1` satisfies, which is higher), nor less than the +range (since `1.2.8` satisfies, which is lower), and it also does not +satisfy the range. + +If you want to know if a version satisfies or does not satisfy a +range, use the `satisfies(version, range)` function. + +### Coercion + +* `coerce(version, options)`: Coerces a string to semver if possible + +This aims to provide a very forgiving translation of a non-semver string to +semver. It looks for the first digit in a string, and consumes all +remaining characters which satisfy at least a partial semver (e.g., `1`, +`1.2`, `1.2.3`) up to the max permitted length (256 characters). Longer +versions are simply truncated (`4.6.3.9.2-alpha2` becomes `4.6.3`). All +surrounding text is simply ignored (`v3.4 replaces v3.3.1` becomes +`3.4.0`). Only text which lacks digits will fail coercion (`version one` +is not valid). The maximum length for any semver component considered for +coercion is 16 characters; longer components will be ignored +(`10000000000000000.4.7.4` becomes `4.7.4`). The maximum value for any +semver component is `Number.MAX_SAFE_INTEGER || (2**53 - 1)`; higher value +components are invalid (`9999999999999999.4.7.4` is likely invalid). + +If the `options.rtl` flag is set, then `coerce` will return the right-most +coercible tuple that does not share an ending index with a longer coercible +tuple. For example, `1.2.3.4` will return `2.3.4` in rtl mode, not +`4.0.0`. `1.2.3/4` will return `4.0.0`, because the `4` is not a part of +any other overlapping SemVer tuple. + +### Clean + +* `clean(version)`: Clean a string to be a valid semver if possible + +This will return a cleaned and trimmed semver version. If the provided +version is not valid a null will be returned. This does not work for +ranges. + +ex. +* `s.clean(' = v 2.1.5foo')`: `null` +* `s.clean(' = v 2.1.5foo', { loose: true })`: `'2.1.5-foo'` +* `s.clean(' = v 2.1.5-foo')`: `null` +* `s.clean(' = v 2.1.5-foo', { loose: true })`: `'2.1.5-foo'` +* `s.clean('=v2.1.5')`: `'2.1.5'` +* `s.clean(' =v2.1.5')`: `2.1.5` +* `s.clean(' 2.1.5 ')`: `'2.1.5'` +* `s.clean('~1.0.0')`: `null` + +## Constants + +As a convenience, helper constants are exported to provide information about what `node-semver` supports: + +### `RELEASE_TYPES` + +- major +- premajor +- minor +- preminor +- patch +- prepatch +- prerelease + +``` +const semver = require('semver'); + +if (semver.RELEASE_TYPES.includes(arbitraryUserInput)) { + console.log('This is a valid release type!'); +} else { + console.warn('This is NOT a valid release type!'); +} +``` + +### `SEMVER_SPEC_VERSION` + +2.0.0 + +``` +const semver = require('semver'); + +console.log('We are currently using the semver specification version:', semver.SEMVER_SPEC_VERSION); +``` + +## Exported Modules + + + +You may pull in just the part of this semver utility that you need, if you +are sensitive to packing and tree-shaking concerns. The main +`require('semver')` export uses getter functions to lazily load the parts +of the API that are used. + +The following modules are available: + +* `require('semver')` +* `require('semver/classes')` +* `require('semver/classes/comparator')` +* `require('semver/classes/range')` +* `require('semver/classes/semver')` +* `require('semver/functions/clean')` +* `require('semver/functions/cmp')` +* `require('semver/functions/coerce')` +* `require('semver/functions/compare')` +* `require('semver/functions/compare-build')` +* `require('semver/functions/compare-loose')` +* `require('semver/functions/diff')` +* `require('semver/functions/eq')` +* `require('semver/functions/gt')` +* `require('semver/functions/gte')` +* `require('semver/functions/inc')` +* `require('semver/functions/lt')` +* `require('semver/functions/lte')` +* `require('semver/functions/major')` +* `require('semver/functions/minor')` +* `require('semver/functions/neq')` +* `require('semver/functions/parse')` +* `require('semver/functions/patch')` +* `require('semver/functions/prerelease')` +* `require('semver/functions/rcompare')` +* `require('semver/functions/rsort')` +* `require('semver/functions/satisfies')` +* `require('semver/functions/sort')` +* `require('semver/functions/valid')` +* `require('semver/ranges/gtr')` +* `require('semver/ranges/intersects')` +* `require('semver/ranges/ltr')` +* `require('semver/ranges/max-satisfying')` +* `require('semver/ranges/min-satisfying')` +* `require('semver/ranges/min-version')` +* `require('semver/ranges/outside')` +* `require('semver/ranges/to-comparators')` +* `require('semver/ranges/valid')` + diff --git a/node_modules/semver/bin/semver.js b/node_modules/semver/bin/semver.js new file mode 100644 index 0000000..242b7ad --- /dev/null +++ b/node_modules/semver/bin/semver.js @@ -0,0 +1,197 @@ +#!/usr/bin/env node +// Standalone semver comparison program. +// Exits successfully and prints matching version(s) if +// any supplied version is valid and passes all tests. + +const argv = process.argv.slice(2) + +let versions = [] + +const range = [] + +let inc = null + +const version = require('../package.json').version + +let loose = false + +let includePrerelease = false + +let coerce = false + +let rtl = false + +let identifier + +let identifierBase + +const semver = require('../') +const parseOptions = require('../internal/parse-options') + +let reverse = false + +let options = {} + +const main = () => { + if (!argv.length) { + return help() + } + while (argv.length) { + let a = argv.shift() + const indexOfEqualSign = a.indexOf('=') + if (indexOfEqualSign !== -1) { + const value = a.slice(indexOfEqualSign + 1) + a = a.slice(0, indexOfEqualSign) + argv.unshift(value) + } + switch (a) { + case '-rv': case '-rev': case '--rev': case '--reverse': + reverse = true + break + case '-l': case '--loose': + loose = true + break + case '-p': case '--include-prerelease': + includePrerelease = true + break + case '-v': case '--version': + versions.push(argv.shift()) + break + case '-i': case '--inc': case '--increment': + switch (argv[0]) { + case 'major': case 'minor': case 'patch': case 'prerelease': + case 'premajor': case 'preminor': case 'prepatch': + inc = argv.shift() + break + default: + inc = 'patch' + break + } + break + case '--preid': + identifier = argv.shift() + break + case '-r': case '--range': + range.push(argv.shift()) + break + case '-n': + identifierBase = argv.shift() + if (identifierBase === 'false') { + identifierBase = false + } + break + case '-c': case '--coerce': + coerce = true + break + case '--rtl': + rtl = true + break + case '--ltr': + rtl = false + break + case '-h': case '--help': case '-?': + return help() + default: + versions.push(a) + break + } + } + + options = parseOptions({ loose, includePrerelease, rtl }) + + versions = versions.map((v) => { + return coerce ? (semver.coerce(v, options) || { version: v }).version : v + }).filter((v) => { + return semver.valid(v) + }) + if (!versions.length) { + return fail() + } + if (inc && (versions.length !== 1 || range.length)) { + return failInc() + } + + for (let i = 0, l = range.length; i < l; i++) { + versions = versions.filter((v) => { + return semver.satisfies(v, range[i], options) + }) + if (!versions.length) { + return fail() + } + } + return success(versions) +} + +const failInc = () => { + console.error('--inc can only be used on a single version with no range') + fail() +} + +const fail = () => process.exit(1) + +const success = () => { + const compare = reverse ? 'rcompare' : 'compare' + versions.sort((a, b) => { + return semver[compare](a, b, options) + }).map((v) => { + return semver.clean(v, options) + }).map((v) => { + return inc ? semver.inc(v, inc, options, identifier, identifierBase) : v + }).forEach((v, i, _) => { + console.log(v) + }) +} + +const help = () => console.log( +`SemVer ${version} + +A JavaScript implementation of the https://semver.org/ specification +Copyright Isaac Z. Schlueter + +Usage: semver [options] [ [...]] +Prints valid versions sorted by SemVer precedence + +Options: +-r --range + Print versions that match the specified range. + +-i --increment [] + Increment a version by the specified level. Level can + be one of: major, minor, patch, premajor, preminor, + prepatch, or prerelease. Default level is 'patch'. + Only one version may be specified. + +--preid + Identifier to be used to prefix premajor, preminor, + prepatch or prerelease version increments. + +-l --loose + Interpret versions and ranges loosely + +-p --include-prerelease + Always include prerelease versions in range matching + +-c --coerce + Coerce a string into SemVer if possible + (does not imply --loose) + +--rtl + Coerce version strings right to left + +--ltr + Coerce version strings left to right (default) + +-n + Base number to be used for the prerelease identifier. + Can be either 0 or 1, or false to omit the number altogether. + Defaults to 0. + +Program exits successfully if any valid version satisfies +all supplied ranges, and prints all satisfying versions. + +If no satisfying versions are found, then exits failure. + +Versions are printed in ascending order, so supplying +multiple versions to the utility will just sort them.`) + +main() diff --git a/node_modules/semver/classes/comparator.js b/node_modules/semver/classes/comparator.js new file mode 100644 index 0000000..3d39c0e --- /dev/null +++ b/node_modules/semver/classes/comparator.js @@ -0,0 +1,141 @@ +const ANY = Symbol('SemVer ANY') +// hoisted class for cyclic dependency +class Comparator { + static get ANY () { + return ANY + } + + constructor (comp, options) { + options = parseOptions(options) + + if (comp instanceof Comparator) { + if (comp.loose === !!options.loose) { + return comp + } else { + comp = comp.value + } + } + + comp = comp.trim().split(/\s+/).join(' ') + debug('comparator', comp, options) + this.options = options + this.loose = !!options.loose + this.parse(comp) + + if (this.semver === ANY) { + this.value = '' + } else { + this.value = this.operator + this.semver.version + } + + debug('comp', this) + } + + parse (comp) { + const r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR] + const m = comp.match(r) + + if (!m) { + throw new TypeError(`Invalid comparator: ${comp}`) + } + + this.operator = m[1] !== undefined ? m[1] : '' + if (this.operator === '=') { + this.operator = '' + } + + // if it literally is just '>' or '' then allow anything. + if (!m[2]) { + this.semver = ANY + } else { + this.semver = new SemVer(m[2], this.options.loose) + } + } + + toString () { + return this.value + } + + test (version) { + debug('Comparator.test', version, this.options.loose) + + if (this.semver === ANY || version === ANY) { + return true + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + return cmp(version, this.operator, this.semver, this.options) + } + + intersects (comp, options) { + if (!(comp instanceof Comparator)) { + throw new TypeError('a Comparator is required') + } + + if (this.operator === '') { + if (this.value === '') { + return true + } + return new Range(comp.value, options).test(this.value) + } else if (comp.operator === '') { + if (comp.value === '') { + return true + } + return new Range(this.value, options).test(comp.semver) + } + + options = parseOptions(options) + + // Special cases where nothing can possibly be lower + if (options.includePrerelease && + (this.value === '<0.0.0-0' || comp.value === '<0.0.0-0')) { + return false + } + if (!options.includePrerelease && + (this.value.startsWith('<0.0.0') || comp.value.startsWith('<0.0.0'))) { + return false + } + + // Same direction increasing (> or >=) + if (this.operator.startsWith('>') && comp.operator.startsWith('>')) { + return true + } + // Same direction decreasing (< or <=) + if (this.operator.startsWith('<') && comp.operator.startsWith('<')) { + return true + } + // same SemVer and both sides are inclusive (<= or >=) + if ( + (this.semver.version === comp.semver.version) && + this.operator.includes('=') && comp.operator.includes('=')) { + return true + } + // opposite directions less than + if (cmp(this.semver, '<', comp.semver, options) && + this.operator.startsWith('>') && comp.operator.startsWith('<')) { + return true + } + // opposite directions greater than + if (cmp(this.semver, '>', comp.semver, options) && + this.operator.startsWith('<') && comp.operator.startsWith('>')) { + return true + } + return false + } +} + +module.exports = Comparator + +const parseOptions = require('../internal/parse-options') +const { safeRe: re, t } = require('../internal/re') +const cmp = require('../functions/cmp') +const debug = require('../internal/debug') +const SemVer = require('./semver') +const Range = require('./range') diff --git a/node_modules/semver/classes/index.js b/node_modules/semver/classes/index.js new file mode 100644 index 0000000..5e3f5c9 --- /dev/null +++ b/node_modules/semver/classes/index.js @@ -0,0 +1,5 @@ +module.exports = { + SemVer: require('./semver.js'), + Range: require('./range.js'), + Comparator: require('./comparator.js'), +} diff --git a/node_modules/semver/classes/range.js b/node_modules/semver/classes/range.js new file mode 100644 index 0000000..7e7c414 --- /dev/null +++ b/node_modules/semver/classes/range.js @@ -0,0 +1,539 @@ +// hoisted class for cyclic dependency +class Range { + constructor (range, options) { + options = parseOptions(options) + + if (range instanceof Range) { + if ( + range.loose === !!options.loose && + range.includePrerelease === !!options.includePrerelease + ) { + return range + } else { + return new Range(range.raw, options) + } + } + + if (range instanceof Comparator) { + // just put it in the set and return + this.raw = range.value + this.set = [[range]] + this.format() + return this + } + + this.options = options + this.loose = !!options.loose + this.includePrerelease = !!options.includePrerelease + + // First reduce all whitespace as much as possible so we do not have to rely + // on potentially slow regexes like \s*. This is then stored and used for + // future error messages as well. + this.raw = range + .trim() + .split(/\s+/) + .join(' ') + + // First, split on || + this.set = this.raw + .split('||') + // map the range to a 2d array of comparators + .map(r => this.parseRange(r.trim())) + // throw out any comparator lists that are empty + // this generally means that it was not a valid range, which is allowed + // in loose mode, but will still throw if the WHOLE range is invalid. + .filter(c => c.length) + + if (!this.set.length) { + throw new TypeError(`Invalid SemVer Range: ${this.raw}`) + } + + // if we have any that are not the null set, throw out null sets. + if (this.set.length > 1) { + // keep the first one, in case they're all null sets + const first = this.set[0] + this.set = this.set.filter(c => !isNullSet(c[0])) + if (this.set.length === 0) { + this.set = [first] + } else if (this.set.length > 1) { + // if we have any that are *, then the range is just * + for (const c of this.set) { + if (c.length === 1 && isAny(c[0])) { + this.set = [c] + break + } + } + } + } + + this.format() + } + + format () { + this.range = this.set + .map((comps) => comps.join(' ').trim()) + .join('||') + .trim() + return this.range + } + + toString () { + return this.range + } + + parseRange (range) { + // memoize range parsing for performance. + // this is a very hot path, and fully deterministic. + const memoOpts = + (this.options.includePrerelease && FLAG_INCLUDE_PRERELEASE) | + (this.options.loose && FLAG_LOOSE) + const memoKey = memoOpts + ':' + range + const cached = cache.get(memoKey) + if (cached) { + return cached + } + + const loose = this.options.loose + // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4` + const hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE] + range = range.replace(hr, hyphenReplace(this.options.includePrerelease)) + debug('hyphen replace', range) + + // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5` + range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace) + debug('comparator trim', range) + + // `~ 1.2.3` => `~1.2.3` + range = range.replace(re[t.TILDETRIM], tildeTrimReplace) + debug('tilde trim', range) + + // `^ 1.2.3` => `^1.2.3` + range = range.replace(re[t.CARETTRIM], caretTrimReplace) + debug('caret trim', range) + + // At this point, the range is completely trimmed and + // ready to be split into comparators. + + let rangeList = range + .split(' ') + .map(comp => parseComparator(comp, this.options)) + .join(' ') + .split(/\s+/) + // >=0.0.0 is equivalent to * + .map(comp => replaceGTE0(comp, this.options)) + + if (loose) { + // in loose mode, throw out any that are not valid comparators + rangeList = rangeList.filter(comp => { + debug('loose invalid filter', comp, this.options) + return !!comp.match(re[t.COMPARATORLOOSE]) + }) + } + debug('range list', rangeList) + + // if any comparators are the null set, then replace with JUST null set + // if more than one comparator, remove any * comparators + // also, don't include the same comparator more than once + const rangeMap = new Map() + const comparators = rangeList.map(comp => new Comparator(comp, this.options)) + for (const comp of comparators) { + if (isNullSet(comp)) { + return [comp] + } + rangeMap.set(comp.value, comp) + } + if (rangeMap.size > 1 && rangeMap.has('')) { + rangeMap.delete('') + } + + const result = [...rangeMap.values()] + cache.set(memoKey, result) + return result + } + + intersects (range, options) { + if (!(range instanceof Range)) { + throw new TypeError('a Range is required') + } + + return this.set.some((thisComparators) => { + return ( + isSatisfiable(thisComparators, options) && + range.set.some((rangeComparators) => { + return ( + isSatisfiable(rangeComparators, options) && + thisComparators.every((thisComparator) => { + return rangeComparators.every((rangeComparator) => { + return thisComparator.intersects(rangeComparator, options) + }) + }) + ) + }) + ) + }) + } + + // if ANY of the sets match ALL of its comparators, then pass + test (version) { + if (!version) { + return false + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + for (let i = 0; i < this.set.length; i++) { + if (testSet(this.set[i], version, this.options)) { + return true + } + } + return false + } +} + +module.exports = Range + +const LRU = require('lru-cache') +const cache = new LRU({ max: 1000 }) + +const parseOptions = require('../internal/parse-options') +const Comparator = require('./comparator') +const debug = require('../internal/debug') +const SemVer = require('./semver') +const { + safeRe: re, + t, + comparatorTrimReplace, + tildeTrimReplace, + caretTrimReplace, +} = require('../internal/re') +const { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = require('../internal/constants') + +const isNullSet = c => c.value === '<0.0.0-0' +const isAny = c => c.value === '' + +// take a set of comparators and determine whether there +// exists a version which can satisfy it +const isSatisfiable = (comparators, options) => { + let result = true + const remainingComparators = comparators.slice() + let testComparator = remainingComparators.pop() + + while (result && remainingComparators.length) { + result = remainingComparators.every((otherComparator) => { + return testComparator.intersects(otherComparator, options) + }) + + testComparator = remainingComparators.pop() + } + + return result +} + +// comprised of xranges, tildes, stars, and gtlt's at this point. +// already replaced the hyphen ranges +// turn into a set of JUST comparators. +const parseComparator = (comp, options) => { + debug('comp', comp, options) + comp = replaceCarets(comp, options) + debug('caret', comp) + comp = replaceTildes(comp, options) + debug('tildes', comp) + comp = replaceXRanges(comp, options) + debug('xrange', comp) + comp = replaceStars(comp, options) + debug('stars', comp) + return comp +} + +const isX = id => !id || id.toLowerCase() === 'x' || id === '*' + +// ~, ~> --> * (any, kinda silly) +// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0-0 +// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0-0 +// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0-0 +// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0-0 +// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0-0 +// ~0.0.1 --> >=0.0.1 <0.1.0-0 +const replaceTildes = (comp, options) => { + return comp + .trim() + .split(/\s+/) + .map((c) => replaceTilde(c, options)) + .join(' ') +} + +const replaceTilde = (comp, options) => { + const r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE] + return comp.replace(r, (_, M, m, p, pr) => { + debug('tilde', comp, _, M, m, p, pr) + let ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = `>=${M}.0.0 <${+M + 1}.0.0-0` + } else if (isX(p)) { + // ~1.2 == >=1.2.0 <1.3.0-0 + ret = `>=${M}.${m}.0 <${M}.${+m + 1}.0-0` + } else if (pr) { + debug('replaceTilde pr', pr) + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${+m + 1}.0-0` + } else { + // ~1.2.3 == >=1.2.3 <1.3.0-0 + ret = `>=${M}.${m}.${p + } <${M}.${+m + 1}.0-0` + } + + debug('tilde return', ret) + return ret + }) +} + +// ^ --> * (any, kinda silly) +// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0-0 +// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0-0 +// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0-0 +// ^1.2.3 --> >=1.2.3 <2.0.0-0 +// ^1.2.0 --> >=1.2.0 <2.0.0-0 +// ^0.0.1 --> >=0.0.1 <0.0.2-0 +// ^0.1.0 --> >=0.1.0 <0.2.0-0 +const replaceCarets = (comp, options) => { + return comp + .trim() + .split(/\s+/) + .map((c) => replaceCaret(c, options)) + .join(' ') +} + +const replaceCaret = (comp, options) => { + debug('caret', comp, options) + const r = options.loose ? re[t.CARETLOOSE] : re[t.CARET] + const z = options.includePrerelease ? '-0' : '' + return comp.replace(r, (_, M, m, p, pr) => { + debug('caret', comp, _, M, m, p, pr) + let ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = `>=${M}.0.0${z} <${+M + 1}.0.0-0` + } else if (isX(p)) { + if (M === '0') { + ret = `>=${M}.${m}.0${z} <${M}.${+m + 1}.0-0` + } else { + ret = `>=${M}.${m}.0${z} <${+M + 1}.0.0-0` + } + } else if (pr) { + debug('replaceCaret pr', pr) + if (M === '0') { + if (m === '0') { + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${m}.${+p + 1}-0` + } else { + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${+m + 1}.0-0` + } + } else { + ret = `>=${M}.${m}.${p}-${pr + } <${+M + 1}.0.0-0` + } + } else { + debug('no pr') + if (M === '0') { + if (m === '0') { + ret = `>=${M}.${m}.${p + }${z} <${M}.${m}.${+p + 1}-0` + } else { + ret = `>=${M}.${m}.${p + }${z} <${M}.${+m + 1}.0-0` + } + } else { + ret = `>=${M}.${m}.${p + } <${+M + 1}.0.0-0` + } + } + + debug('caret return', ret) + return ret + }) +} + +const replaceXRanges = (comp, options) => { + debug('replaceXRanges', comp, options) + return comp + .split(/\s+/) + .map((c) => replaceXRange(c, options)) + .join(' ') +} + +const replaceXRange = (comp, options) => { + comp = comp.trim() + const r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE] + return comp.replace(r, (ret, gtlt, M, m, p, pr) => { + debug('xRange', comp, ret, gtlt, M, m, p, pr) + const xM = isX(M) + const xm = xM || isX(m) + const xp = xm || isX(p) + const anyX = xp + + if (gtlt === '=' && anyX) { + gtlt = '' + } + + // if we're including prereleases in the match, then we need + // to fix this to -0, the lowest possible prerelease value + pr = options.includePrerelease ? '-0' : '' + + if (xM) { + if (gtlt === '>' || gtlt === '<') { + // nothing is allowed + ret = '<0.0.0-0' + } else { + // nothing is forbidden + ret = '*' + } + } else if (gtlt && anyX) { + // we know patch is an x, because we have any x at all. + // replace X with 0 + if (xm) { + m = 0 + } + p = 0 + + if (gtlt === '>') { + // >1 => >=2.0.0 + // >1.2 => >=1.3.0 + gtlt = '>=' + if (xm) { + M = +M + 1 + m = 0 + p = 0 + } else { + m = +m + 1 + p = 0 + } + } else if (gtlt === '<=') { + // <=0.7.x is actually <0.8.0, since any 0.7.x should + // pass. Similarly, <=7.x is actually <8.0.0, etc. + gtlt = '<' + if (xm) { + M = +M + 1 + } else { + m = +m + 1 + } + } + + if (gtlt === '<') { + pr = '-0' + } + + ret = `${gtlt + M}.${m}.${p}${pr}` + } else if (xm) { + ret = `>=${M}.0.0${pr} <${+M + 1}.0.0-0` + } else if (xp) { + ret = `>=${M}.${m}.0${pr + } <${M}.${+m + 1}.0-0` + } + + debug('xRange return', ret) + + return ret + }) +} + +// Because * is AND-ed with everything else in the comparator, +// and '' means "any version", just remove the *s entirely. +const replaceStars = (comp, options) => { + debug('replaceStars', comp, options) + // Looseness is ignored here. star is always as loose as it gets! + return comp + .trim() + .replace(re[t.STAR], '') +} + +const replaceGTE0 = (comp, options) => { + debug('replaceGTE0', comp, options) + return comp + .trim() + .replace(re[options.includePrerelease ? t.GTE0PRE : t.GTE0], '') +} + +// This function is passed to string.replace(re[t.HYPHENRANGE]) +// M, m, patch, prerelease, build +// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5 +// 1.2.3 - 3.4 => >=1.2.0 <3.5.0-0 Any 3.4.x will do +// 1.2 - 3.4 => >=1.2.0 <3.5.0-0 +const hyphenReplace = incPr => ($0, + from, fM, fm, fp, fpr, fb, + to, tM, tm, tp, tpr, tb) => { + if (isX(fM)) { + from = '' + } else if (isX(fm)) { + from = `>=${fM}.0.0${incPr ? '-0' : ''}` + } else if (isX(fp)) { + from = `>=${fM}.${fm}.0${incPr ? '-0' : ''}` + } else if (fpr) { + from = `>=${from}` + } else { + from = `>=${from}${incPr ? '-0' : ''}` + } + + if (isX(tM)) { + to = '' + } else if (isX(tm)) { + to = `<${+tM + 1}.0.0-0` + } else if (isX(tp)) { + to = `<${tM}.${+tm + 1}.0-0` + } else if (tpr) { + to = `<=${tM}.${tm}.${tp}-${tpr}` + } else if (incPr) { + to = `<${tM}.${tm}.${+tp + 1}-0` + } else { + to = `<=${to}` + } + + return `${from} ${to}`.trim() +} + +const testSet = (set, version, options) => { + for (let i = 0; i < set.length; i++) { + if (!set[i].test(version)) { + return false + } + } + + if (version.prerelease.length && !options.includePrerelease) { + // Find the set of versions that are allowed to have prereleases + // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0 + // That should allow `1.2.3-pr.2` to pass. + // However, `1.2.4-alpha.notready` should NOT be allowed, + // even though it's within the range set by the comparators. + for (let i = 0; i < set.length; i++) { + debug(set[i].semver) + if (set[i].semver === Comparator.ANY) { + continue + } + + if (set[i].semver.prerelease.length > 0) { + const allowed = set[i].semver + if (allowed.major === version.major && + allowed.minor === version.minor && + allowed.patch === version.patch) { + return true + } + } + } + + // Version has a -pre, but it's not one of the ones we like. + return false + } + + return true +} diff --git a/node_modules/semver/classes/semver.js b/node_modules/semver/classes/semver.js new file mode 100644 index 0000000..84e8459 --- /dev/null +++ b/node_modules/semver/classes/semver.js @@ -0,0 +1,302 @@ +const debug = require('../internal/debug') +const { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants') +const { safeRe: re, t } = require('../internal/re') + +const parseOptions = require('../internal/parse-options') +const { compareIdentifiers } = require('../internal/identifiers') +class SemVer { + constructor (version, options) { + options = parseOptions(options) + + if (version instanceof SemVer) { + if (version.loose === !!options.loose && + version.includePrerelease === !!options.includePrerelease) { + return version + } else { + version = version.version + } + } else if (typeof version !== 'string') { + throw new TypeError(`Invalid version. Must be a string. Got type "${typeof version}".`) + } + + if (version.length > MAX_LENGTH) { + throw new TypeError( + `version is longer than ${MAX_LENGTH} characters` + ) + } + + debug('SemVer', version, options) + this.options = options + this.loose = !!options.loose + // this isn't actually relevant for versions, but keep it so that we + // don't run into trouble passing this.options around. + this.includePrerelease = !!options.includePrerelease + + const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL]) + + if (!m) { + throw new TypeError(`Invalid Version: ${version}`) + } + + this.raw = version + + // these are actually numbers + this.major = +m[1] + this.minor = +m[2] + this.patch = +m[3] + + if (this.major > MAX_SAFE_INTEGER || this.major < 0) { + throw new TypeError('Invalid major version') + } + + if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { + throw new TypeError('Invalid minor version') + } + + if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { + throw new TypeError('Invalid patch version') + } + + // numberify any prerelease numeric ids + if (!m[4]) { + this.prerelease = [] + } else { + this.prerelease = m[4].split('.').map((id) => { + if (/^[0-9]+$/.test(id)) { + const num = +id + if (num >= 0 && num < MAX_SAFE_INTEGER) { + return num + } + } + return id + }) + } + + this.build = m[5] ? m[5].split('.') : [] + this.format() + } + + format () { + this.version = `${this.major}.${this.minor}.${this.patch}` + if (this.prerelease.length) { + this.version += `-${this.prerelease.join('.')}` + } + return this.version + } + + toString () { + return this.version + } + + compare (other) { + debug('SemVer.compare', this.version, this.options, other) + if (!(other instanceof SemVer)) { + if (typeof other === 'string' && other === this.version) { + return 0 + } + other = new SemVer(other, this.options) + } + + if (other.version === this.version) { + return 0 + } + + return this.compareMain(other) || this.comparePre(other) + } + + compareMain (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + return ( + compareIdentifiers(this.major, other.major) || + compareIdentifiers(this.minor, other.minor) || + compareIdentifiers(this.patch, other.patch) + ) + } + + comparePre (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + // NOT having a prerelease is > having one + if (this.prerelease.length && !other.prerelease.length) { + return -1 + } else if (!this.prerelease.length && other.prerelease.length) { + return 1 + } else if (!this.prerelease.length && !other.prerelease.length) { + return 0 + } + + let i = 0 + do { + const a = this.prerelease[i] + const b = other.prerelease[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) + } + + compareBuild (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + let i = 0 + do { + const a = this.build[i] + const b = other.build[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) + } + + // preminor will bump the version up to the next minor release, and immediately + // down to pre-release. premajor and prepatch work the same way. + inc (release, identifier, identifierBase) { + switch (release) { + case 'premajor': + this.prerelease.length = 0 + this.patch = 0 + this.minor = 0 + this.major++ + this.inc('pre', identifier, identifierBase) + break + case 'preminor': + this.prerelease.length = 0 + this.patch = 0 + this.minor++ + this.inc('pre', identifier, identifierBase) + break + case 'prepatch': + // If this is already a prerelease, it will bump to the next version + // drop any prereleases that might already exist, since they are not + // relevant at this point. + this.prerelease.length = 0 + this.inc('patch', identifier, identifierBase) + this.inc('pre', identifier, identifierBase) + break + // If the input is a non-prerelease version, this acts the same as + // prepatch. + case 'prerelease': + if (this.prerelease.length === 0) { + this.inc('patch', identifier, identifierBase) + } + this.inc('pre', identifier, identifierBase) + break + + case 'major': + // If this is a pre-major version, bump up to the same major version. + // Otherwise increment major. + // 1.0.0-5 bumps to 1.0.0 + // 1.1.0 bumps to 2.0.0 + if ( + this.minor !== 0 || + this.patch !== 0 || + this.prerelease.length === 0 + ) { + this.major++ + } + this.minor = 0 + this.patch = 0 + this.prerelease = [] + break + case 'minor': + // If this is a pre-minor version, bump up to the same minor version. + // Otherwise increment minor. + // 1.2.0-5 bumps to 1.2.0 + // 1.2.1 bumps to 1.3.0 + if (this.patch !== 0 || this.prerelease.length === 0) { + this.minor++ + } + this.patch = 0 + this.prerelease = [] + break + case 'patch': + // If this is not a pre-release version, it will increment the patch. + // If it is a pre-release it will bump up to the same patch version. + // 1.2.0-5 patches to 1.2.0 + // 1.2.0 patches to 1.2.1 + if (this.prerelease.length === 0) { + this.patch++ + } + this.prerelease = [] + break + // This probably shouldn't be used publicly. + // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction. + case 'pre': { + const base = Number(identifierBase) ? 1 : 0 + + if (!identifier && identifierBase === false) { + throw new Error('invalid increment argument: identifier is empty') + } + + if (this.prerelease.length === 0) { + this.prerelease = [base] + } else { + let i = this.prerelease.length + while (--i >= 0) { + if (typeof this.prerelease[i] === 'number') { + this.prerelease[i]++ + i = -2 + } + } + if (i === -1) { + // didn't increment anything + if (identifier === this.prerelease.join('.') && identifierBase === false) { + throw new Error('invalid increment argument: identifier already exists') + } + this.prerelease.push(base) + } + } + if (identifier) { + // 1.2.0-beta.1 bumps to 1.2.0-beta.2, + // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 + let prerelease = [identifier, base] + if (identifierBase === false) { + prerelease = [identifier] + } + if (compareIdentifiers(this.prerelease[0], identifier) === 0) { + if (isNaN(this.prerelease[1])) { + this.prerelease = prerelease + } + } else { + this.prerelease = prerelease + } + } + break + } + default: + throw new Error(`invalid increment argument: ${release}`) + } + this.raw = this.format() + if (this.build.length) { + this.raw += `+${this.build.join('.')}` + } + return this + } +} + +module.exports = SemVer diff --git a/node_modules/semver/functions/clean.js b/node_modules/semver/functions/clean.js new file mode 100644 index 0000000..811fe6b --- /dev/null +++ b/node_modules/semver/functions/clean.js @@ -0,0 +1,6 @@ +const parse = require('./parse') +const clean = (version, options) => { + const s = parse(version.trim().replace(/^[=v]+/, ''), options) + return s ? s.version : null +} +module.exports = clean diff --git a/node_modules/semver/functions/cmp.js b/node_modules/semver/functions/cmp.js new file mode 100644 index 0000000..4011909 --- /dev/null +++ b/node_modules/semver/functions/cmp.js @@ -0,0 +1,52 @@ +const eq = require('./eq') +const neq = require('./neq') +const gt = require('./gt') +const gte = require('./gte') +const lt = require('./lt') +const lte = require('./lte') + +const cmp = (a, op, b, loose) => { + switch (op) { + case '===': + if (typeof a === 'object') { + a = a.version + } + if (typeof b === 'object') { + b = b.version + } + return a === b + + case '!==': + if (typeof a === 'object') { + a = a.version + } + if (typeof b === 'object') { + b = b.version + } + return a !== b + + case '': + case '=': + case '==': + return eq(a, b, loose) + + case '!=': + return neq(a, b, loose) + + case '>': + return gt(a, b, loose) + + case '>=': + return gte(a, b, loose) + + case '<': + return lt(a, b, loose) + + case '<=': + return lte(a, b, loose) + + default: + throw new TypeError(`Invalid operator: ${op}`) + } +} +module.exports = cmp diff --git a/node_modules/semver/functions/coerce.js b/node_modules/semver/functions/coerce.js new file mode 100644 index 0000000..febbff9 --- /dev/null +++ b/node_modules/semver/functions/coerce.js @@ -0,0 +1,52 @@ +const SemVer = require('../classes/semver') +const parse = require('./parse') +const { safeRe: re, t } = require('../internal/re') + +const coerce = (version, options) => { + if (version instanceof SemVer) { + return version + } + + if (typeof version === 'number') { + version = String(version) + } + + if (typeof version !== 'string') { + return null + } + + options = options || {} + + let match = null + if (!options.rtl) { + match = version.match(re[t.COERCE]) + } else { + // Find the right-most coercible string that does not share + // a terminus with a more left-ward coercible string. + // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4' + // + // Walk through the string checking with a /g regexp + // Manually set the index so as to pick up overlapping matches. + // Stop when we get a match that ends at the string end, since no + // coercible string can be more right-ward without the same terminus. + let next + while ((next = re[t.COERCERTL].exec(version)) && + (!match || match.index + match[0].length !== version.length) + ) { + if (!match || + next.index + next[0].length !== match.index + match[0].length) { + match = next + } + re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length + } + // leave it in a clean state + re[t.COERCERTL].lastIndex = -1 + } + + if (match === null) { + return null + } + + return parse(`${match[2]}.${match[3] || '0'}.${match[4] || '0'}`, options) +} +module.exports = coerce diff --git a/node_modules/semver/functions/compare-build.js b/node_modules/semver/functions/compare-build.js new file mode 100644 index 0000000..9eb881b --- /dev/null +++ b/node_modules/semver/functions/compare-build.js @@ -0,0 +1,7 @@ +const SemVer = require('../classes/semver') +const compareBuild = (a, b, loose) => { + const versionA = new SemVer(a, loose) + const versionB = new SemVer(b, loose) + return versionA.compare(versionB) || versionA.compareBuild(versionB) +} +module.exports = compareBuild diff --git a/node_modules/semver/functions/compare-loose.js b/node_modules/semver/functions/compare-loose.js new file mode 100644 index 0000000..4881fbe --- /dev/null +++ b/node_modules/semver/functions/compare-loose.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const compareLoose = (a, b) => compare(a, b, true) +module.exports = compareLoose diff --git a/node_modules/semver/functions/compare.js b/node_modules/semver/functions/compare.js new file mode 100644 index 0000000..748b7af --- /dev/null +++ b/node_modules/semver/functions/compare.js @@ -0,0 +1,5 @@ +const SemVer = require('../classes/semver') +const compare = (a, b, loose) => + new SemVer(a, loose).compare(new SemVer(b, loose)) + +module.exports = compare diff --git a/node_modules/semver/functions/diff.js b/node_modules/semver/functions/diff.js new file mode 100644 index 0000000..fc224e3 --- /dev/null +++ b/node_modules/semver/functions/diff.js @@ -0,0 +1,65 @@ +const parse = require('./parse.js') + +const diff = (version1, version2) => { + const v1 = parse(version1, null, true) + const v2 = parse(version2, null, true) + const comparison = v1.compare(v2) + + if (comparison === 0) { + return null + } + + const v1Higher = comparison > 0 + const highVersion = v1Higher ? v1 : v2 + const lowVersion = v1Higher ? v2 : v1 + const highHasPre = !!highVersion.prerelease.length + const lowHasPre = !!lowVersion.prerelease.length + + if (lowHasPre && !highHasPre) { + // Going from prerelease -> no prerelease requires some special casing + + // If the low version has only a major, then it will always be a major + // Some examples: + // 1.0.0-1 -> 1.0.0 + // 1.0.0-1 -> 1.1.1 + // 1.0.0-1 -> 2.0.0 + if (!lowVersion.patch && !lowVersion.minor) { + return 'major' + } + + // Otherwise it can be determined by checking the high version + + if (highVersion.patch) { + // anything higher than a patch bump would result in the wrong version + return 'patch' + } + + if (highVersion.minor) { + // anything higher than a minor bump would result in the wrong version + return 'minor' + } + + // bumping major/minor/patch all have same result + return 'major' + } + + // add the `pre` prefix if we are going to a prerelease version + const prefix = highHasPre ? 'pre' : '' + + if (v1.major !== v2.major) { + return prefix + 'major' + } + + if (v1.minor !== v2.minor) { + return prefix + 'minor' + } + + if (v1.patch !== v2.patch) { + return prefix + 'patch' + } + + // high and low are preleases + return 'prerelease' +} + +module.exports = diff diff --git a/node_modules/semver/functions/eq.js b/node_modules/semver/functions/eq.js new file mode 100644 index 0000000..271fed9 --- /dev/null +++ b/node_modules/semver/functions/eq.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const eq = (a, b, loose) => compare(a, b, loose) === 0 +module.exports = eq diff --git a/node_modules/semver/functions/gt.js b/node_modules/semver/functions/gt.js new file mode 100644 index 0000000..d9b2156 --- /dev/null +++ b/node_modules/semver/functions/gt.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const gt = (a, b, loose) => compare(a, b, loose) > 0 +module.exports = gt diff --git a/node_modules/semver/functions/gte.js b/node_modules/semver/functions/gte.js new file mode 100644 index 0000000..5aeaa63 --- /dev/null +++ b/node_modules/semver/functions/gte.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const gte = (a, b, loose) => compare(a, b, loose) >= 0 +module.exports = gte diff --git a/node_modules/semver/functions/inc.js b/node_modules/semver/functions/inc.js new file mode 100644 index 0000000..7670b1b --- /dev/null +++ b/node_modules/semver/functions/inc.js @@ -0,0 +1,19 @@ +const SemVer = require('../classes/semver') + +const inc = (version, release, options, identifier, identifierBase) => { + if (typeof (options) === 'string') { + identifierBase = identifier + identifier = options + options = undefined + } + + try { + return new SemVer( + version instanceof SemVer ? version.version : version, + options + ).inc(release, identifier, identifierBase).version + } catch (er) { + return null + } +} +module.exports = inc diff --git a/node_modules/semver/functions/lt.js b/node_modules/semver/functions/lt.js new file mode 100644 index 0000000..b440ab7 --- /dev/null +++ b/node_modules/semver/functions/lt.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const lt = (a, b, loose) => compare(a, b, loose) < 0 +module.exports = lt diff --git a/node_modules/semver/functions/lte.js b/node_modules/semver/functions/lte.js new file mode 100644 index 0000000..6dcc956 --- /dev/null +++ b/node_modules/semver/functions/lte.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const lte = (a, b, loose) => compare(a, b, loose) <= 0 +module.exports = lte diff --git a/node_modules/semver/functions/major.js b/node_modules/semver/functions/major.js new file mode 100644 index 0000000..4283165 --- /dev/null +++ b/node_modules/semver/functions/major.js @@ -0,0 +1,3 @@ +const SemVer = require('../classes/semver') +const major = (a, loose) => new SemVer(a, loose).major +module.exports = major diff --git a/node_modules/semver/functions/minor.js b/node_modules/semver/functions/minor.js new file mode 100644 index 0000000..57b3455 --- /dev/null +++ b/node_modules/semver/functions/minor.js @@ -0,0 +1,3 @@ +const SemVer = require('../classes/semver') +const minor = (a, loose) => new SemVer(a, loose).minor +module.exports = minor diff --git a/node_modules/semver/functions/neq.js b/node_modules/semver/functions/neq.js new file mode 100644 index 0000000..f944c01 --- /dev/null +++ b/node_modules/semver/functions/neq.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const neq = (a, b, loose) => compare(a, b, loose) !== 0 +module.exports = neq diff --git a/node_modules/semver/functions/parse.js b/node_modules/semver/functions/parse.js new file mode 100644 index 0000000..459b3b1 --- /dev/null +++ b/node_modules/semver/functions/parse.js @@ -0,0 +1,16 @@ +const SemVer = require('../classes/semver') +const parse = (version, options, throwErrors = false) => { + if (version instanceof SemVer) { + return version + } + try { + return new SemVer(version, options) + } catch (er) { + if (!throwErrors) { + return null + } + throw er + } +} + +module.exports = parse diff --git a/node_modules/semver/functions/patch.js b/node_modules/semver/functions/patch.js new file mode 100644 index 0000000..63afca2 --- /dev/null +++ b/node_modules/semver/functions/patch.js @@ -0,0 +1,3 @@ +const SemVer = require('../classes/semver') +const patch = (a, loose) => new SemVer(a, loose).patch +module.exports = patch diff --git a/node_modules/semver/functions/prerelease.js b/node_modules/semver/functions/prerelease.js new file mode 100644 index 0000000..06aa132 --- /dev/null +++ b/node_modules/semver/functions/prerelease.js @@ -0,0 +1,6 @@ +const parse = require('./parse') +const prerelease = (version, options) => { + const parsed = parse(version, options) + return (parsed && parsed.prerelease.length) ? parsed.prerelease : null +} +module.exports = prerelease diff --git a/node_modules/semver/functions/rcompare.js b/node_modules/semver/functions/rcompare.js new file mode 100644 index 0000000..0ac509e --- /dev/null +++ b/node_modules/semver/functions/rcompare.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const rcompare = (a, b, loose) => compare(b, a, loose) +module.exports = rcompare diff --git a/node_modules/semver/functions/rsort.js b/node_modules/semver/functions/rsort.js new file mode 100644 index 0000000..82404c5 --- /dev/null +++ b/node_modules/semver/functions/rsort.js @@ -0,0 +1,3 @@ +const compareBuild = require('./compare-build') +const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose)) +module.exports = rsort diff --git a/node_modules/semver/functions/satisfies.js b/node_modules/semver/functions/satisfies.js new file mode 100644 index 0000000..50af1c1 --- /dev/null +++ b/node_modules/semver/functions/satisfies.js @@ -0,0 +1,10 @@ +const Range = require('../classes/range') +const satisfies = (version, range, options) => { + try { + range = new Range(range, options) + } catch (er) { + return false + } + return range.test(version) +} +module.exports = satisfies diff --git a/node_modules/semver/functions/sort.js b/node_modules/semver/functions/sort.js new file mode 100644 index 0000000..4d10917 --- /dev/null +++ b/node_modules/semver/functions/sort.js @@ -0,0 +1,3 @@ +const compareBuild = require('./compare-build') +const sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose)) +module.exports = sort diff --git a/node_modules/semver/functions/valid.js b/node_modules/semver/functions/valid.js new file mode 100644 index 0000000..f27bae1 --- /dev/null +++ b/node_modules/semver/functions/valid.js @@ -0,0 +1,6 @@ +const parse = require('./parse') +const valid = (version, options) => { + const v = parse(version, options) + return v ? v.version : null +} +module.exports = valid diff --git a/node_modules/semver/index.js b/node_modules/semver/index.js new file mode 100644 index 0000000..86d42ac --- /dev/null +++ b/node_modules/semver/index.js @@ -0,0 +1,89 @@ +// just pre-load all the stuff that index.js lazily exports +const internalRe = require('./internal/re') +const constants = require('./internal/constants') +const SemVer = require('./classes/semver') +const identifiers = require('./internal/identifiers') +const parse = require('./functions/parse') +const valid = require('./functions/valid') +const clean = require('./functions/clean') +const inc = require('./functions/inc') +const diff = require('./functions/diff') +const major = require('./functions/major') +const minor = require('./functions/minor') +const patch = require('./functions/patch') +const prerelease = require('./functions/prerelease') +const compare = require('./functions/compare') +const rcompare = require('./functions/rcompare') +const compareLoose = require('./functions/compare-loose') +const compareBuild = require('./functions/compare-build') +const sort = require('./functions/sort') +const rsort = require('./functions/rsort') +const gt = require('./functions/gt') +const lt = require('./functions/lt') +const eq = require('./functions/eq') +const neq = require('./functions/neq') +const gte = require('./functions/gte') +const lte = require('./functions/lte') +const cmp = require('./functions/cmp') +const coerce = require('./functions/coerce') +const Comparator = require('./classes/comparator') +const Range = require('./classes/range') +const satisfies = require('./functions/satisfies') +const toComparators = require('./ranges/to-comparators') +const maxSatisfying = require('./ranges/max-satisfying') +const minSatisfying = require('./ranges/min-satisfying') +const minVersion = require('./ranges/min-version') +const validRange = require('./ranges/valid') +const outside = require('./ranges/outside') +const gtr = require('./ranges/gtr') +const ltr = require('./ranges/ltr') +const intersects = require('./ranges/intersects') +const simplifyRange = require('./ranges/simplify') +const subset = require('./ranges/subset') +module.exports = { + parse, + valid, + clean, + inc, + diff, + major, + minor, + patch, + prerelease, + compare, + rcompare, + compareLoose, + compareBuild, + sort, + rsort, + gt, + lt, + eq, + neq, + gte, + lte, + cmp, + coerce, + Comparator, + Range, + satisfies, + toComparators, + maxSatisfying, + minSatisfying, + minVersion, + validRange, + outside, + gtr, + ltr, + intersects, + simplifyRange, + subset, + SemVer, + re: internalRe.re, + src: internalRe.src, + tokens: internalRe.t, + SEMVER_SPEC_VERSION: constants.SEMVER_SPEC_VERSION, + RELEASE_TYPES: constants.RELEASE_TYPES, + compareIdentifiers: identifiers.compareIdentifiers, + rcompareIdentifiers: identifiers.rcompareIdentifiers, +} diff --git a/node_modules/semver/internal/constants.js b/node_modules/semver/internal/constants.js new file mode 100644 index 0000000..94be1c5 --- /dev/null +++ b/node_modules/semver/internal/constants.js @@ -0,0 +1,35 @@ +// Note: this is the semver.org version of the spec that it implements +// Not necessarily the package version of this code. +const SEMVER_SPEC_VERSION = '2.0.0' + +const MAX_LENGTH = 256 +const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || +/* istanbul ignore next */ 9007199254740991 + +// Max safe segment length for coercion. +const MAX_SAFE_COMPONENT_LENGTH = 16 + +// Max safe length for a build identifier. The max length minus 6 characters for +// the shortest version with a build 0.0.0+BUILD. +const MAX_SAFE_BUILD_LENGTH = MAX_LENGTH - 6 + +const RELEASE_TYPES = [ + 'major', + 'premajor', + 'minor', + 'preminor', + 'patch', + 'prepatch', + 'prerelease', +] + +module.exports = { + MAX_LENGTH, + MAX_SAFE_COMPONENT_LENGTH, + MAX_SAFE_BUILD_LENGTH, + MAX_SAFE_INTEGER, + RELEASE_TYPES, + SEMVER_SPEC_VERSION, + FLAG_INCLUDE_PRERELEASE: 0b001, + FLAG_LOOSE: 0b010, +} diff --git a/node_modules/semver/internal/debug.js b/node_modules/semver/internal/debug.js new file mode 100644 index 0000000..1c00e13 --- /dev/null +++ b/node_modules/semver/internal/debug.js @@ -0,0 +1,9 @@ +const debug = ( + typeof process === 'object' && + process.env && + process.env.NODE_DEBUG && + /\bsemver\b/i.test(process.env.NODE_DEBUG) +) ? (...args) => console.error('SEMVER', ...args) + : () => {} + +module.exports = debug diff --git a/node_modules/semver/internal/identifiers.js b/node_modules/semver/internal/identifiers.js new file mode 100644 index 0000000..e612d0a --- /dev/null +++ b/node_modules/semver/internal/identifiers.js @@ -0,0 +1,23 @@ +const numeric = /^[0-9]+$/ +const compareIdentifiers = (a, b) => { + const anum = numeric.test(a) + const bnum = numeric.test(b) + + if (anum && bnum) { + a = +a + b = +b + } + + return a === b ? 0 + : (anum && !bnum) ? -1 + : (bnum && !anum) ? 1 + : a < b ? -1 + : 1 +} + +const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a) + +module.exports = { + compareIdentifiers, + rcompareIdentifiers, +} diff --git a/node_modules/semver/internal/parse-options.js b/node_modules/semver/internal/parse-options.js new file mode 100644 index 0000000..10d64ce --- /dev/null +++ b/node_modules/semver/internal/parse-options.js @@ -0,0 +1,15 @@ +// parse out just the options we care about +const looseOption = Object.freeze({ loose: true }) +const emptyOpts = Object.freeze({ }) +const parseOptions = options => { + if (!options) { + return emptyOpts + } + + if (typeof options !== 'object') { + return looseOption + } + + return options +} +module.exports = parseOptions diff --git a/node_modules/semver/internal/re.js b/node_modules/semver/internal/re.js new file mode 100644 index 0000000..21150b3 --- /dev/null +++ b/node_modules/semver/internal/re.js @@ -0,0 +1,212 @@ +const { + MAX_SAFE_COMPONENT_LENGTH, + MAX_SAFE_BUILD_LENGTH, + MAX_LENGTH, +} = require('./constants') +const debug = require('./debug') +exports = module.exports = {} + +// The actual regexps go on exports.re +const re = exports.re = [] +const safeRe = exports.safeRe = [] +const src = exports.src = [] +const t = exports.t = {} +let R = 0 + +const LETTERDASHNUMBER = '[a-zA-Z0-9-]' + +// Replace some greedy regex tokens to prevent regex dos issues. These regex are +// used internally via the safeRe object since all inputs in this library get +// normalized first to trim and collapse all extra whitespace. The original +// regexes are exported for userland consumption and lower level usage. A +// future breaking change could export the safer regex only with a note that +// all input should have extra whitespace removed. +const safeRegexReplacements = [ + ['\\s', 1], + ['\\d', MAX_LENGTH], + [LETTERDASHNUMBER, MAX_SAFE_BUILD_LENGTH], +] + +const makeSafeRegex = (value) => { + for (const [token, max] of safeRegexReplacements) { + value = value + .split(`${token}*`).join(`${token}{0,${max}}`) + .split(`${token}+`).join(`${token}{1,${max}}`) + } + return value +} + +const createToken = (name, value, isGlobal) => { + const safe = makeSafeRegex(value) + const index = R++ + debug(name, index, value) + t[name] = index + src[index] = value + re[index] = new RegExp(value, isGlobal ? 'g' : undefined) + safeRe[index] = new RegExp(safe, isGlobal ? 'g' : undefined) +} + +// The following Regular Expressions can be used for tokenizing, +// validating, and parsing SemVer version strings. + +// ## Numeric Identifier +// A single `0`, or a non-zero digit followed by zero or more digits. + +createToken('NUMERICIDENTIFIER', '0|[1-9]\\d*') +createToken('NUMERICIDENTIFIERLOOSE', '\\d+') + +// ## Non-numeric Identifier +// Zero or more digits, followed by a letter or hyphen, and then zero or +// more letters, digits, or hyphens. + +createToken('NONNUMERICIDENTIFIER', `\\d*[a-zA-Z-]${LETTERDASHNUMBER}*`) + +// ## Main Version +// Three dot-separated numeric identifiers. + +createToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\.` + + `(${src[t.NUMERICIDENTIFIER]})\\.` + + `(${src[t.NUMERICIDENTIFIER]})`) + +createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + + `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + + `(${src[t.NUMERICIDENTIFIERLOOSE]})`) + +// ## Pre-release Version Identifier +// A numeric identifier, or a non-numeric identifier. + +createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER] +}|${src[t.NONNUMERICIDENTIFIER]})`) + +createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE] +}|${src[t.NONNUMERICIDENTIFIER]})`) + +// ## Pre-release Version +// Hyphen, followed by one or more dot-separated pre-release version +// identifiers. + +createToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER] +}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`) + +createToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE] +}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`) + +// ## Build Metadata Identifier +// Any combination of digits, letters, or hyphens. + +createToken('BUILDIDENTIFIER', `${LETTERDASHNUMBER}+`) + +// ## Build Metadata +// Plus sign, followed by one or more period-separated build metadata +// identifiers. + +createToken('BUILD', `(?:\\+(${src[t.BUILDIDENTIFIER] +}(?:\\.${src[t.BUILDIDENTIFIER]})*))`) + +// ## Full Version String +// A main version, followed optionally by a pre-release version and +// build metadata. + +// Note that the only major, minor, patch, and pre-release sections of +// the version string are capturing groups. The build metadata is not a +// capturing group, because it should not ever be used in version +// comparison. + +createToken('FULLPLAIN', `v?${src[t.MAINVERSION] +}${src[t.PRERELEASE]}?${ + src[t.BUILD]}?`) + +createToken('FULL', `^${src[t.FULLPLAIN]}$`) + +// like full, but allows v1.2.3 and =1.2.3, which people do sometimes. +// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty +// common in the npm registry. +createToken('LOOSEPLAIN', `[v=\\s]*${src[t.MAINVERSIONLOOSE] +}${src[t.PRERELEASELOOSE]}?${ + src[t.BUILD]}?`) + +createToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`) + +createToken('GTLT', '((?:<|>)?=?)') + +// Something like "2.*" or "1.2.x". +// Note that "x.x" is a valid xRange identifer, meaning "any version" +// Only the first item is strictly required. +createToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`) +createToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`) + +createToken('XRANGEPLAIN', `[v=\\s]*(${src[t.XRANGEIDENTIFIER]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + + `(?:${src[t.PRERELEASE]})?${ + src[t.BUILD]}?` + + `)?)?`) + +createToken('XRANGEPLAINLOOSE', `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:${src[t.PRERELEASELOOSE]})?${ + src[t.BUILD]}?` + + `)?)?`) + +createToken('XRANGE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`) +createToken('XRANGELOOSE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`) + +// Coercion. +// Extract anything that could conceivably be a part of a valid semver +createToken('COERCE', `${'(^|[^\\d])' + + '(\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` + + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + + `(?:$|[^\\d])`) +createToken('COERCERTL', src[t.COERCE], true) + +// Tilde ranges. +// Meaning is "reasonably at or greater than" +createToken('LONETILDE', '(?:~>?)') + +createToken('TILDETRIM', `(\\s*)${src[t.LONETILDE]}\\s+`, true) +exports.tildeTrimReplace = '$1~' + +createToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`) +createToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`) + +// Caret ranges. +// Meaning is "at least and backwards compatible with" +createToken('LONECARET', '(?:\\^)') + +createToken('CARETTRIM', `(\\s*)${src[t.LONECARET]}\\s+`, true) +exports.caretTrimReplace = '$1^' + +createToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`) +createToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`) + +// A simple gt/lt/eq thing, or just "" to indicate "any version" +createToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`) +createToken('COMPARATOR', `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`) + +// An expression to strip any whitespace between the gtlt and the thing +// it modifies, so that `> 1.2.3` ==> `>1.2.3` +createToken('COMPARATORTRIM', `(\\s*)${src[t.GTLT] +}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true) +exports.comparatorTrimReplace = '$1$2$3' + +// Something like `1.2.3 - 1.2.4` +// Note that these all use the loose form, because they'll be +// checked against either the strict or loose comparator form +// later. +createToken('HYPHENRANGE', `^\\s*(${src[t.XRANGEPLAIN]})` + + `\\s+-\\s+` + + `(${src[t.XRANGEPLAIN]})` + + `\\s*$`) + +createToken('HYPHENRANGELOOSE', `^\\s*(${src[t.XRANGEPLAINLOOSE]})` + + `\\s+-\\s+` + + `(${src[t.XRANGEPLAINLOOSE]})` + + `\\s*$`) + +// Star ranges basically just allow anything at all. +createToken('STAR', '(<|>)?=?\\s*\\*') +// >=0.0.0 is like a star +createToken('GTE0', '^\\s*>=\\s*0\\.0\\.0\\s*$') +createToken('GTE0PRE', '^\\s*>=\\s*0\\.0\\.0-0\\s*$') diff --git a/node_modules/semver/package.json b/node_modules/semver/package.json new file mode 100644 index 0000000..c145eca --- /dev/null +++ b/node_modules/semver/package.json @@ -0,0 +1,87 @@ +{ + "name": "semver", + "version": "7.5.4", + "description": "The semantic version parser used by npm.", + "main": "index.js", + "scripts": { + "test": "tap", + "snap": "tap", + "lint": "eslint \"**/*.js\"", + "postlint": "template-oss-check", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "template-oss-apply": "template-oss-apply --force" + }, + "devDependencies": { + "@npmcli/eslint-config": "^4.0.0", + "@npmcli/template-oss": "4.17.0", + "tap": "^16.0.0" + }, + "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/npm/node-semver.git" + }, + "bin": { + "semver": "bin/semver.js" + }, + "files": [ + "bin/", + "lib/", + "classes/", + "functions/", + "internal/", + "ranges/", + "index.js", + "preload.js", + "range.bnf" + ], + "tap": { + "timeout": 30, + "coverage-map": "map.js", + "nyc-arg": [ + "--exclude", + "tap-snapshots/**" + ] + }, + "engines": { + "node": ">=10" + }, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "author": "GitHub Inc.", + "templateOSS": { + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "version": "4.17.0", + "engines": ">=10", + "ciVersions": [ + "10.0.0", + "10.x", + "12.x", + "14.x", + "16.x", + "18.x" + ], + "npmSpec": "8", + "distPaths": [ + "classes/", + "functions/", + "internal/", + "ranges/", + "index.js", + "preload.js", + "range.bnf" + ], + "allowPaths": [ + "/classes/", + "/functions/", + "/internal/", + "/ranges/", + "/index.js", + "/preload.js", + "/range.bnf" + ], + "publish": "true" + } +} diff --git a/node_modules/semver/preload.js b/node_modules/semver/preload.js new file mode 100644 index 0000000..947cd4f --- /dev/null +++ b/node_modules/semver/preload.js @@ -0,0 +1,2 @@ +// XXX remove in v8 or beyond +module.exports = require('./index.js') diff --git a/node_modules/semver/range.bnf b/node_modules/semver/range.bnf new file mode 100644 index 0000000..d4c6ae0 --- /dev/null +++ b/node_modules/semver/range.bnf @@ -0,0 +1,16 @@ +range-set ::= range ( logical-or range ) * +logical-or ::= ( ' ' ) * '||' ( ' ' ) * +range ::= hyphen | simple ( ' ' simple ) * | '' +hyphen ::= partial ' - ' partial +simple ::= primitive | partial | tilde | caret +primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial +partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? +xr ::= 'x' | 'X' | '*' | nr +nr ::= '0' | [1-9] ( [0-9] ) * +tilde ::= '~' partial +caret ::= '^' partial +qualifier ::= ( '-' pre )? ( '+' build )? +pre ::= parts +build ::= parts +parts ::= part ( '.' part ) * +part ::= nr | [-0-9A-Za-z]+ diff --git a/node_modules/semver/ranges/gtr.js b/node_modules/semver/ranges/gtr.js new file mode 100644 index 0000000..db7e355 --- /dev/null +++ b/node_modules/semver/ranges/gtr.js @@ -0,0 +1,4 @@ +// Determine if version is greater than all the versions possible in the range. +const outside = require('./outside') +const gtr = (version, range, options) => outside(version, range, '>', options) +module.exports = gtr diff --git a/node_modules/semver/ranges/intersects.js b/node_modules/semver/ranges/intersects.js new file mode 100644 index 0000000..e0e9b7c --- /dev/null +++ b/node_modules/semver/ranges/intersects.js @@ -0,0 +1,7 @@ +const Range = require('../classes/range') +const intersects = (r1, r2, options) => { + r1 = new Range(r1, options) + r2 = new Range(r2, options) + return r1.intersects(r2, options) +} +module.exports = intersects diff --git a/node_modules/semver/ranges/ltr.js b/node_modules/semver/ranges/ltr.js new file mode 100644 index 0000000..528a885 --- /dev/null +++ b/node_modules/semver/ranges/ltr.js @@ -0,0 +1,4 @@ +const outside = require('./outside') +// Determine if version is less than all the versions possible in the range +const ltr = (version, range, options) => outside(version, range, '<', options) +module.exports = ltr diff --git a/node_modules/semver/ranges/max-satisfying.js b/node_modules/semver/ranges/max-satisfying.js new file mode 100644 index 0000000..6e3d993 --- /dev/null +++ b/node_modules/semver/ranges/max-satisfying.js @@ -0,0 +1,25 @@ +const SemVer = require('../classes/semver') +const Range = require('../classes/range') + +const maxSatisfying = (versions, range, options) => { + let max = null + let maxSV = null + let rangeObj = null + try { + rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach((v) => { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!max || maxSV.compare(v) === -1) { + // compare(max, v, true) + max = v + maxSV = new SemVer(max, options) + } + } + }) + return max +} +module.exports = maxSatisfying diff --git a/node_modules/semver/ranges/min-satisfying.js b/node_modules/semver/ranges/min-satisfying.js new file mode 100644 index 0000000..9b60974 --- /dev/null +++ b/node_modules/semver/ranges/min-satisfying.js @@ -0,0 +1,24 @@ +const SemVer = require('../classes/semver') +const Range = require('../classes/range') +const minSatisfying = (versions, range, options) => { + let min = null + let minSV = null + let rangeObj = null + try { + rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach((v) => { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!min || minSV.compare(v) === 1) { + // compare(min, v, true) + min = v + minSV = new SemVer(min, options) + } + } + }) + return min +} +module.exports = minSatisfying diff --git a/node_modules/semver/ranges/min-version.js b/node_modules/semver/ranges/min-version.js new file mode 100644 index 0000000..350e1f7 --- /dev/null +++ b/node_modules/semver/ranges/min-version.js @@ -0,0 +1,61 @@ +const SemVer = require('../classes/semver') +const Range = require('../classes/range') +const gt = require('../functions/gt') + +const minVersion = (range, loose) => { + range = new Range(range, loose) + + let minver = new SemVer('0.0.0') + if (range.test(minver)) { + return minver + } + + minver = new SemVer('0.0.0-0') + if (range.test(minver)) { + return minver + } + + minver = null + for (let i = 0; i < range.set.length; ++i) { + const comparators = range.set[i] + + let setMin = null + comparators.forEach((comparator) => { + // Clone to avoid manipulating the comparator's semver object. + const compver = new SemVer(comparator.semver.version) + switch (comparator.operator) { + case '>': + if (compver.prerelease.length === 0) { + compver.patch++ + } else { + compver.prerelease.push(0) + } + compver.raw = compver.format() + /* fallthrough */ + case '': + case '>=': + if (!setMin || gt(compver, setMin)) { + setMin = compver + } + break + case '<': + case '<=': + /* Ignore maximum versions */ + break + /* istanbul ignore next */ + default: + throw new Error(`Unexpected operation: ${comparator.operator}`) + } + }) + if (setMin && (!minver || gt(minver, setMin))) { + minver = setMin + } + } + + if (minver && range.test(minver)) { + return minver + } + + return null +} +module.exports = minVersion diff --git a/node_modules/semver/ranges/outside.js b/node_modules/semver/ranges/outside.js new file mode 100644 index 0000000..ae99b10 --- /dev/null +++ b/node_modules/semver/ranges/outside.js @@ -0,0 +1,80 @@ +const SemVer = require('../classes/semver') +const Comparator = require('../classes/comparator') +const { ANY } = Comparator +const Range = require('../classes/range') +const satisfies = require('../functions/satisfies') +const gt = require('../functions/gt') +const lt = require('../functions/lt') +const lte = require('../functions/lte') +const gte = require('../functions/gte') + +const outside = (version, range, hilo, options) => { + version = new SemVer(version, options) + range = new Range(range, options) + + let gtfn, ltefn, ltfn, comp, ecomp + switch (hilo) { + case '>': + gtfn = gt + ltefn = lte + ltfn = lt + comp = '>' + ecomp = '>=' + break + case '<': + gtfn = lt + ltefn = gte + ltfn = gt + comp = '<' + ecomp = '<=' + break + default: + throw new TypeError('Must provide a hilo val of "<" or ">"') + } + + // If it satisfies the range it is not outside + if (satisfies(version, range, options)) { + return false + } + + // From now on, variable terms are as if we're in "gtr" mode. + // but note that everything is flipped for the "ltr" function. + + for (let i = 0; i < range.set.length; ++i) { + const comparators = range.set[i] + + let high = null + let low = null + + comparators.forEach((comparator) => { + if (comparator.semver === ANY) { + comparator = new Comparator('>=0.0.0') + } + high = high || comparator + low = low || comparator + if (gtfn(comparator.semver, high.semver, options)) { + high = comparator + } else if (ltfn(comparator.semver, low.semver, options)) { + low = comparator + } + }) + + // If the edge version comparator has a operator then our version + // isn't outside it + if (high.operator === comp || high.operator === ecomp) { + return false + } + + // If the lowest version comparator has an operator and our version + // is less than it then it isn't higher than the range + if ((!low.operator || low.operator === comp) && + ltefn(version, low.semver)) { + return false + } else if (low.operator === ecomp && ltfn(version, low.semver)) { + return false + } + } + return true +} + +module.exports = outside diff --git a/node_modules/semver/ranges/simplify.js b/node_modules/semver/ranges/simplify.js new file mode 100644 index 0000000..618d5b6 --- /dev/null +++ b/node_modules/semver/ranges/simplify.js @@ -0,0 +1,47 @@ +// given a set of versions and a range, create a "simplified" range +// that includes the same versions that the original range does +// If the original range is shorter than the simplified one, return that. +const satisfies = require('../functions/satisfies.js') +const compare = require('../functions/compare.js') +module.exports = (versions, range, options) => { + const set = [] + let first = null + let prev = null + const v = versions.sort((a, b) => compare(a, b, options)) + for (const version of v) { + const included = satisfies(version, range, options) + if (included) { + prev = version + if (!first) { + first = version + } + } else { + if (prev) { + set.push([first, prev]) + } + prev = null + first = null + } + } + if (first) { + set.push([first, null]) + } + + const ranges = [] + for (const [min, max] of set) { + if (min === max) { + ranges.push(min) + } else if (!max && min === v[0]) { + ranges.push('*') + } else if (!max) { + ranges.push(`>=${min}`) + } else if (min === v[0]) { + ranges.push(`<=${max}`) + } else { + ranges.push(`${min} - ${max}`) + } + } + const simplified = ranges.join(' || ') + const original = typeof range.raw === 'string' ? range.raw : String(range) + return simplified.length < original.length ? simplified : range +} diff --git a/node_modules/semver/ranges/subset.js b/node_modules/semver/ranges/subset.js new file mode 100644 index 0000000..1e5c268 --- /dev/null +++ b/node_modules/semver/ranges/subset.js @@ -0,0 +1,247 @@ +const Range = require('../classes/range.js') +const Comparator = require('../classes/comparator.js') +const { ANY } = Comparator +const satisfies = require('../functions/satisfies.js') +const compare = require('../functions/compare.js') + +// Complex range `r1 || r2 || ...` is a subset of `R1 || R2 || ...` iff: +// - Every simple range `r1, r2, ...` is a null set, OR +// - Every simple range `r1, r2, ...` which is not a null set is a subset of +// some `R1, R2, ...` +// +// Simple range `c1 c2 ...` is a subset of simple range `C1 C2 ...` iff: +// - If c is only the ANY comparator +// - If C is only the ANY comparator, return true +// - Else if in prerelease mode, return false +// - else replace c with `[>=0.0.0]` +// - If C is only the ANY comparator +// - if in prerelease mode, return true +// - else replace C with `[>=0.0.0]` +// - Let EQ be the set of = comparators in c +// - If EQ is more than one, return true (null set) +// - Let GT be the highest > or >= comparator in c +// - Let LT be the lowest < or <= comparator in c +// - If GT and LT, and GT.semver > LT.semver, return true (null set) +// - If any C is a = range, and GT or LT are set, return false +// - If EQ +// - If GT, and EQ does not satisfy GT, return true (null set) +// - If LT, and EQ does not satisfy LT, return true (null set) +// - If EQ satisfies every C, return true +// - Else return false +// - If GT +// - If GT.semver is lower than any > or >= comp in C, return false +// - If GT is >=, and GT.semver does not satisfy every C, return false +// - If GT.semver has a prerelease, and not in prerelease mode +// - If no C has a prerelease and the GT.semver tuple, return false +// - If LT +// - If LT.semver is greater than any < or <= comp in C, return false +// - If LT is <=, and LT.semver does not satisfy every C, return false +// - If GT.semver has a prerelease, and not in prerelease mode +// - If no C has a prerelease and the LT.semver tuple, return false +// - Else return true + +const subset = (sub, dom, options = {}) => { + if (sub === dom) { + return true + } + + sub = new Range(sub, options) + dom = new Range(dom, options) + let sawNonNull = false + + OUTER: for (const simpleSub of sub.set) { + for (const simpleDom of dom.set) { + const isSub = simpleSubset(simpleSub, simpleDom, options) + sawNonNull = sawNonNull || isSub !== null + if (isSub) { + continue OUTER + } + } + // the null set is a subset of everything, but null simple ranges in + // a complex range should be ignored. so if we saw a non-null range, + // then we know this isn't a subset, but if EVERY simple range was null, + // then it is a subset. + if (sawNonNull) { + return false + } + } + return true +} + +const minimumVersionWithPreRelease = [new Comparator('>=0.0.0-0')] +const minimumVersion = [new Comparator('>=0.0.0')] + +const simpleSubset = (sub, dom, options) => { + if (sub === dom) { + return true + } + + if (sub.length === 1 && sub[0].semver === ANY) { + if (dom.length === 1 && dom[0].semver === ANY) { + return true + } else if (options.includePrerelease) { + sub = minimumVersionWithPreRelease + } else { + sub = minimumVersion + } + } + + if (dom.length === 1 && dom[0].semver === ANY) { + if (options.includePrerelease) { + return true + } else { + dom = minimumVersion + } + } + + const eqSet = new Set() + let gt, lt + for (const c of sub) { + if (c.operator === '>' || c.operator === '>=') { + gt = higherGT(gt, c, options) + } else if (c.operator === '<' || c.operator === '<=') { + lt = lowerLT(lt, c, options) + } else { + eqSet.add(c.semver) + } + } + + if (eqSet.size > 1) { + return null + } + + let gtltComp + if (gt && lt) { + gtltComp = compare(gt.semver, lt.semver, options) + if (gtltComp > 0) { + return null + } else if (gtltComp === 0 && (gt.operator !== '>=' || lt.operator !== '<=')) { + return null + } + } + + // will iterate one or zero times + for (const eq of eqSet) { + if (gt && !satisfies(eq, String(gt), options)) { + return null + } + + if (lt && !satisfies(eq, String(lt), options)) { + return null + } + + for (const c of dom) { + if (!satisfies(eq, String(c), options)) { + return false + } + } + + return true + } + + let higher, lower + let hasDomLT, hasDomGT + // if the subset has a prerelease, we need a comparator in the superset + // with the same tuple and a prerelease, or it's not a subset + let needDomLTPre = lt && + !options.includePrerelease && + lt.semver.prerelease.length ? lt.semver : false + let needDomGTPre = gt && + !options.includePrerelease && + gt.semver.prerelease.length ? gt.semver : false + // exception: <1.2.3-0 is the same as <1.2.3 + if (needDomLTPre && needDomLTPre.prerelease.length === 1 && + lt.operator === '<' && needDomLTPre.prerelease[0] === 0) { + needDomLTPre = false + } + + for (const c of dom) { + hasDomGT = hasDomGT || c.operator === '>' || c.operator === '>=' + hasDomLT = hasDomLT || c.operator === '<' || c.operator === '<=' + if (gt) { + if (needDomGTPre) { + if (c.semver.prerelease && c.semver.prerelease.length && + c.semver.major === needDomGTPre.major && + c.semver.minor === needDomGTPre.minor && + c.semver.patch === needDomGTPre.patch) { + needDomGTPre = false + } + } + if (c.operator === '>' || c.operator === '>=') { + higher = higherGT(gt, c, options) + if (higher === c && higher !== gt) { + return false + } + } else if (gt.operator === '>=' && !satisfies(gt.semver, String(c), options)) { + return false + } + } + if (lt) { + if (needDomLTPre) { + if (c.semver.prerelease && c.semver.prerelease.length && + c.semver.major === needDomLTPre.major && + c.semver.minor === needDomLTPre.minor && + c.semver.patch === needDomLTPre.patch) { + needDomLTPre = false + } + } + if (c.operator === '<' || c.operator === '<=') { + lower = lowerLT(lt, c, options) + if (lower === c && lower !== lt) { + return false + } + } else if (lt.operator === '<=' && !satisfies(lt.semver, String(c), options)) { + return false + } + } + if (!c.operator && (lt || gt) && gtltComp !== 0) { + return false + } + } + + // if there was a < or >, and nothing in the dom, then must be false + // UNLESS it was limited by another range in the other direction. + // Eg, >1.0.0 <1.0.1 is still a subset of <2.0.0 + if (gt && hasDomLT && !lt && gtltComp !== 0) { + return false + } + + if (lt && hasDomGT && !gt && gtltComp !== 0) { + return false + } + + // we needed a prerelease range in a specific tuple, but didn't get one + // then this isn't a subset. eg >=1.2.3-pre is not a subset of >=1.0.0, + // because it includes prereleases in the 1.2.3 tuple + if (needDomGTPre || needDomLTPre) { + return false + } + + return true +} + +// >=1.2.3 is lower than >1.2.3 +const higherGT = (a, b, options) => { + if (!a) { + return b + } + const comp = compare(a.semver, b.semver, options) + return comp > 0 ? a + : comp < 0 ? b + : b.operator === '>' && a.operator === '>=' ? b + : a +} + +// <=1.2.3 is higher than <1.2.3 +const lowerLT = (a, b, options) => { + if (!a) { + return b + } + const comp = compare(a.semver, b.semver, options) + return comp < 0 ? a + : comp > 0 ? b + : b.operator === '<' && a.operator === '<=' ? b + : a +} + +module.exports = subset diff --git a/node_modules/semver/ranges/to-comparators.js b/node_modules/semver/ranges/to-comparators.js new file mode 100644 index 0000000..6c8bc7e --- /dev/null +++ b/node_modules/semver/ranges/to-comparators.js @@ -0,0 +1,8 @@ +const Range = require('../classes/range') + +// Mostly just for testing and legacy API reasons +const toComparators = (range, options) => + new Range(range, options).set + .map(comp => comp.map(c => c.value).join(' ').trim().split(' ')) + +module.exports = toComparators diff --git a/node_modules/semver/ranges/valid.js b/node_modules/semver/ranges/valid.js new file mode 100644 index 0000000..365f356 --- /dev/null +++ b/node_modules/semver/ranges/valid.js @@ -0,0 +1,11 @@ +const Range = require('../classes/range') +const validRange = (range, options) => { + try { + // Return '*' instead of '' so that truthiness works. + // This will throw if it's invalid anyway + return new Range(range, options).range || '*' + } catch (er) { + return null + } +} +module.exports = validRange diff --git a/node_modules/set-blocking/CHANGELOG.md b/node_modules/set-blocking/CHANGELOG.md new file mode 100644 index 0000000..03bf591 --- /dev/null +++ b/node_modules/set-blocking/CHANGELOG.md @@ -0,0 +1,26 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +# [2.0.0](https://github.com/yargs/set-blocking/compare/v1.0.0...v2.0.0) (2016-05-17) + + +### Features + +* add an isTTY check ([#3](https://github.com/yargs/set-blocking/issues/3)) ([66ce277](https://github.com/yargs/set-blocking/commit/66ce277)) + + +### BREAKING CHANGES + +* stdio/stderr will not be set to blocking if isTTY === false + + + + +# 1.0.0 (2016-05-14) + + +### Features + +* implemented shim for stream._handle.setBlocking ([6bde0c0](https://github.com/yargs/set-blocking/commit/6bde0c0)) diff --git a/node_modules/set-blocking/LICENSE.txt b/node_modules/set-blocking/LICENSE.txt new file mode 100644 index 0000000..836440b --- /dev/null +++ b/node_modules/set-blocking/LICENSE.txt @@ -0,0 +1,14 @@ +Copyright (c) 2016, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/set-blocking/README.md b/node_modules/set-blocking/README.md new file mode 100644 index 0000000..e93b420 --- /dev/null +++ b/node_modules/set-blocking/README.md @@ -0,0 +1,31 @@ +# set-blocking + +[![Build Status](https://travis-ci.org/yargs/set-blocking.svg)](https://travis-ci.org/yargs/set-blocking) +[![NPM version](https://img.shields.io/npm/v/set-blocking.svg)](https://www.npmjs.com/package/set-blocking) +[![Coverage Status](https://coveralls.io/repos/yargs/set-blocking/badge.svg?branch=)](https://coveralls.io/r/yargs/set-blocking?branch=master) +[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) + +set blocking `stdio` and `stderr` ensuring that terminal output does not truncate. + +```js +const setBlocking = require('set-blocking') +setBlocking(true) +console.log(someLargeStringToOutput) +``` + +## Historical Context/Word of Warning + +This was created as a shim to address the bug discussed in [node #6456](https://github.com/nodejs/node/issues/6456). This bug crops up on +newer versions of Node.js (`0.12+`), truncating terminal output. + +You should be mindful of the side-effects caused by using `set-blocking`: + +* if your module sets blocking to `true`, it will effect other modules + consuming your library. In [yargs](https://github.com/yargs/yargs/blob/master/yargs.js#L653) we only call + `setBlocking(true)` once we already know we are about to call `process.exit(code)`. +* this patch will not apply to subprocesses spawned with `isTTY = true`, this is + the [default `spawn()` behavior](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options). + +## License + +ISC diff --git a/node_modules/set-blocking/index.js b/node_modules/set-blocking/index.js new file mode 100644 index 0000000..6f78774 --- /dev/null +++ b/node_modules/set-blocking/index.js @@ -0,0 +1,7 @@ +module.exports = function (blocking) { + [process.stdout, process.stderr].forEach(function (stream) { + if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') { + stream._handle.setBlocking(blocking) + } + }) +} diff --git a/node_modules/set-blocking/package.json b/node_modules/set-blocking/package.json new file mode 100644 index 0000000..c082db7 --- /dev/null +++ b/node_modules/set-blocking/package.json @@ -0,0 +1,42 @@ +{ + "name": "set-blocking", + "version": "2.0.0", + "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", + "main": "index.js", + "scripts": { + "pretest": "standard", + "test": "nyc mocha ./test/*.js", + "coverage": "nyc report --reporter=text-lcov | coveralls", + "version": "standard-version" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/yargs/set-blocking.git" + }, + "keywords": [ + "flush", + "terminal", + "blocking", + "shim", + "stdio", + "stderr" + ], + "author": "Ben Coe ", + "license": "ISC", + "bugs": { + "url": "https://github.com/yargs/set-blocking/issues" + }, + "homepage": "https://github.com/yargs/set-blocking#readme", + "devDependencies": { + "chai": "^3.5.0", + "coveralls": "^2.11.9", + "mocha": "^2.4.5", + "nyc": "^6.4.4", + "standard": "^7.0.1", + "standard-version": "^2.2.1" + }, + "files": [ + "index.js", + "LICENSE.txt" + ] +} \ No newline at end of file diff --git a/node_modules/signal-exit/LICENSE.txt b/node_modules/signal-exit/LICENSE.txt new file mode 100644 index 0000000..eead04a --- /dev/null +++ b/node_modules/signal-exit/LICENSE.txt @@ -0,0 +1,16 @@ +The ISC License + +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/signal-exit/README.md b/node_modules/signal-exit/README.md new file mode 100644 index 0000000..f9c7c00 --- /dev/null +++ b/node_modules/signal-exit/README.md @@ -0,0 +1,39 @@ +# signal-exit + +[![Build Status](https://travis-ci.org/tapjs/signal-exit.png)](https://travis-ci.org/tapjs/signal-exit) +[![Coverage](https://coveralls.io/repos/tapjs/signal-exit/badge.svg?branch=master)](https://coveralls.io/r/tapjs/signal-exit?branch=master) +[![NPM version](https://img.shields.io/npm/v/signal-exit.svg)](https://www.npmjs.com/package/signal-exit) +[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) + +When you want to fire an event no matter how a process exits: + +* reaching the end of execution. +* explicitly having `process.exit(code)` called. +* having `process.kill(pid, sig)` called. +* receiving a fatal signal from outside the process + +Use `signal-exit`. + +```js +var onExit = require('signal-exit') + +onExit(function (code, signal) { + console.log('process exited!') +}) +``` + +## API + +`var remove = onExit(function (code, signal) {}, options)` + +The return value of the function is a function that will remove the +handler. + +Note that the function *only* fires for signals if the signal would +cause the process to exit. That is, there are no other listeners, and +it is a fatal signal. + +## Options + +* `alwaysLast`: Run this handler after any other signal or exit + handlers. This causes `process.emit` to be monkeypatched. diff --git a/node_modules/signal-exit/index.js b/node_modules/signal-exit/index.js new file mode 100644 index 0000000..93703f3 --- /dev/null +++ b/node_modules/signal-exit/index.js @@ -0,0 +1,202 @@ +// Note: since nyc uses this module to output coverage, any lines +// that are in the direct sync flow of nyc's outputCoverage are +// ignored, since we can never get coverage for them. +// grab a reference to node's real process object right away +var process = global.process + +const processOk = function (process) { + return process && + typeof process === 'object' && + typeof process.removeListener === 'function' && + typeof process.emit === 'function' && + typeof process.reallyExit === 'function' && + typeof process.listeners === 'function' && + typeof process.kill === 'function' && + typeof process.pid === 'number' && + typeof process.on === 'function' +} + +// some kind of non-node environment, just no-op +/* istanbul ignore if */ +if (!processOk(process)) { + module.exports = function () { + return function () {} + } +} else { + var assert = require('assert') + var signals = require('./signals.js') + var isWin = /^win/i.test(process.platform) + + var EE = require('events') + /* istanbul ignore if */ + if (typeof EE !== 'function') { + EE = EE.EventEmitter + } + + var emitter + if (process.__signal_exit_emitter__) { + emitter = process.__signal_exit_emitter__ + } else { + emitter = process.__signal_exit_emitter__ = new EE() + emitter.count = 0 + emitter.emitted = {} + } + + // Because this emitter is a global, we have to check to see if a + // previous version of this library failed to enable infinite listeners. + // I know what you're about to say. But literally everything about + // signal-exit is a compromise with evil. Get used to it. + if (!emitter.infinite) { + emitter.setMaxListeners(Infinity) + emitter.infinite = true + } + + module.exports = function (cb, opts) { + /* istanbul ignore if */ + if (!processOk(global.process)) { + return function () {} + } + assert.equal(typeof cb, 'function', 'a callback must be provided for exit handler') + + if (loaded === false) { + load() + } + + var ev = 'exit' + if (opts && opts.alwaysLast) { + ev = 'afterexit' + } + + var remove = function () { + emitter.removeListener(ev, cb) + if (emitter.listeners('exit').length === 0 && + emitter.listeners('afterexit').length === 0) { + unload() + } + } + emitter.on(ev, cb) + + return remove + } + + var unload = function unload () { + if (!loaded || !processOk(global.process)) { + return + } + loaded = false + + signals.forEach(function (sig) { + try { + process.removeListener(sig, sigListeners[sig]) + } catch (er) {} + }) + process.emit = originalProcessEmit + process.reallyExit = originalProcessReallyExit + emitter.count -= 1 + } + module.exports.unload = unload + + var emit = function emit (event, code, signal) { + /* istanbul ignore if */ + if (emitter.emitted[event]) { + return + } + emitter.emitted[event] = true + emitter.emit(event, code, signal) + } + + // { : , ... } + var sigListeners = {} + signals.forEach(function (sig) { + sigListeners[sig] = function listener () { + /* istanbul ignore if */ + if (!processOk(global.process)) { + return + } + // If there are no other listeners, an exit is coming! + // Simplest way: remove us and then re-send the signal. + // We know that this will kill the process, so we can + // safely emit now. + var listeners = process.listeners(sig) + if (listeners.length === emitter.count) { + unload() + emit('exit', null, sig) + /* istanbul ignore next */ + emit('afterexit', null, sig) + /* istanbul ignore next */ + if (isWin && sig === 'SIGHUP') { + // "SIGHUP" throws an `ENOSYS` error on Windows, + // so use a supported signal instead + sig = 'SIGINT' + } + /* istanbul ignore next */ + process.kill(process.pid, sig) + } + } + }) + + module.exports.signals = function () { + return signals + } + + var loaded = false + + var load = function load () { + if (loaded || !processOk(global.process)) { + return + } + loaded = true + + // This is the number of onSignalExit's that are in play. + // It's important so that we can count the correct number of + // listeners on signals, and don't wait for the other one to + // handle it instead of us. + emitter.count += 1 + + signals = signals.filter(function (sig) { + try { + process.on(sig, sigListeners[sig]) + return true + } catch (er) { + return false + } + }) + + process.emit = processEmit + process.reallyExit = processReallyExit + } + module.exports.load = load + + var originalProcessReallyExit = process.reallyExit + var processReallyExit = function processReallyExit (code) { + /* istanbul ignore if */ + if (!processOk(global.process)) { + return + } + process.exitCode = code || /* istanbul ignore next */ 0 + emit('exit', process.exitCode, null) + /* istanbul ignore next */ + emit('afterexit', process.exitCode, null) + /* istanbul ignore next */ + originalProcessReallyExit.call(process, process.exitCode) + } + + var originalProcessEmit = process.emit + var processEmit = function processEmit (ev, arg) { + if (ev === 'exit' && processOk(global.process)) { + /* istanbul ignore else */ + if (arg !== undefined) { + process.exitCode = arg + } + var ret = originalProcessEmit.apply(this, arguments) + /* istanbul ignore next */ + emit('exit', process.exitCode, null) + /* istanbul ignore next */ + emit('afterexit', process.exitCode, null) + /* istanbul ignore next */ + return ret + } else { + return originalProcessEmit.apply(this, arguments) + } + } +} diff --git a/node_modules/signal-exit/package.json b/node_modules/signal-exit/package.json new file mode 100644 index 0000000..e1a0031 --- /dev/null +++ b/node_modules/signal-exit/package.json @@ -0,0 +1,38 @@ +{ + "name": "signal-exit", + "version": "3.0.7", + "description": "when you want to fire an event no matter how a process exits.", + "main": "index.js", + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags" + }, + "files": [ + "index.js", + "signals.js" + ], + "repository": { + "type": "git", + "url": "https://github.com/tapjs/signal-exit.git" + }, + "keywords": [ + "signal", + "exit" + ], + "author": "Ben Coe ", + "license": "ISC", + "bugs": { + "url": "https://github.com/tapjs/signal-exit/issues" + }, + "homepage": "https://github.com/tapjs/signal-exit", + "devDependencies": { + "chai": "^3.5.0", + "coveralls": "^3.1.1", + "nyc": "^15.1.0", + "standard-version": "^9.3.1", + "tap": "^15.1.1" + } +} diff --git a/node_modules/signal-exit/signals.js b/node_modules/signal-exit/signals.js new file mode 100644 index 0000000..3bd67a8 --- /dev/null +++ b/node_modules/signal-exit/signals.js @@ -0,0 +1,53 @@ +// This is not the set of all possible signals. +// +// It IS, however, the set of all signals that trigger +// an exit on either Linux or BSD systems. Linux is a +// superset of the signal names supported on BSD, and +// the unknown signals just fail to register, so we can +// catch that easily enough. +// +// Don't bother with SIGKILL. It's uncatchable, which +// means that we can't fire any callbacks anyway. +// +// If a user does happen to register a handler on a non- +// fatal signal like SIGWINCH or something, and then +// exit, it'll end up firing `process.emit('exit')`, so +// the handler will be fired anyway. +// +// SIGBUS, SIGFPE, SIGSEGV and SIGILL, when not raised +// artificially, inherently leave the process in a +// state from which it is not safe to try and enter JS +// listeners. +module.exports = [ + 'SIGABRT', + 'SIGALRM', + 'SIGHUP', + 'SIGINT', + 'SIGTERM' +] + +if (process.platform !== 'win32') { + module.exports.push( + 'SIGVTALRM', + 'SIGXCPU', + 'SIGXFSZ', + 'SIGUSR2', + 'SIGTRAP', + 'SIGSYS', + 'SIGQUIT', + 'SIGIOT' + // should detect profiler and enable/disable accordingly. + // see #21 + // 'SIGPROF' + ) +} + +if (process.platform === 'linux') { + module.exports.push( + 'SIGIO', + 'SIGPOLL', + 'SIGPWR', + 'SIGSTKFLT', + 'SIGUNUSED' + ) +} diff --git a/node_modules/smart-buffer/.prettierrc.yaml b/node_modules/smart-buffer/.prettierrc.yaml new file mode 100644 index 0000000..9a4f5ed --- /dev/null +++ b/node_modules/smart-buffer/.prettierrc.yaml @@ -0,0 +1,5 @@ +parser: typescript +printWidth: 120 +tabWidth: 2 +singleQuote: true +trailingComma: none \ No newline at end of file diff --git a/node_modules/smart-buffer/.travis.yml b/node_modules/smart-buffer/.travis.yml new file mode 100644 index 0000000..eec71ce --- /dev/null +++ b/node_modules/smart-buffer/.travis.yml @@ -0,0 +1,13 @@ +language: node_js +node_js: + - 6 + - 8 + - 10 + - 12 + - stable + +before_script: + - npm install -g typescript + - tsc -p ./ + +script: "npm run coveralls" \ No newline at end of file diff --git a/node_modules/smart-buffer/LICENSE b/node_modules/smart-buffer/LICENSE new file mode 100644 index 0000000..aab5771 --- /dev/null +++ b/node_modules/smart-buffer/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013-2017 Josh Glazebrook + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/smart-buffer/README.md b/node_modules/smart-buffer/README.md new file mode 100644 index 0000000..6e49828 --- /dev/null +++ b/node_modules/smart-buffer/README.md @@ -0,0 +1,633 @@ +smart-buffer [![Build Status](https://travis-ci.org/JoshGlazebrook/smart-buffer.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/smart-buffer) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/smart-buffer/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/smart-buffer?branch=master) +============= + +smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more. + +![stats](https://nodei.co/npm/smart-buffer.png?downloads=true&downloadRank=true&stars=true "stats") + +**Key Features**: +* Proxies all of the Buffer write and read functions +* Keeps track of read and write offsets automatically +* Grows the internal Buffer as needed +* Useful string operations. (Null terminating strings) +* Allows for inserting values at specific points in the Buffer +* Built in TypeScript +* Type Definitions Provided +* Browser Support (using Webpack/Browserify) +* Full test coverage + +**Requirements**: +* Node v4.0+ is supported at this time. (Versions prior to 2.0 will work on node 0.10) + + + +## Breaking Changes in v4.0 + +* Old constructor patterns have been completely removed. It's now required to use the SmartBuffer.fromXXX() factory constructors. +* rewind(), skip(), moveTo() have been removed. (see [offsets](#offsets)) +* Internal private properties are now prefixed with underscores (_) +* **All** writeXXX() methods that are given an offset will now **overwrite data** instead of insert. (see [write vs insert](#write-vs-insert)) +* insertXXX() methods have been added for when you want to insert data at a specific offset (this replaces the old behavior of writeXXX() when an offset was provided) + + +## Looking for v3 docs? + +Legacy documentation for version 3 and prior can be found [here](https://github.com/JoshGlazebrook/smart-buffer/blob/master/docs/README_v3.md). + +## Installing: + +`yarn add smart-buffer` + +or + +`npm install smart-buffer` + +Note: The published NPM package includes the built javascript library. +If you cloned this repo and wish to build the library manually use: + +`npm run build` + +## Using smart-buffer + +```javascript +// Javascript +const SmartBuffer = require('smart-buffer').SmartBuffer; + +// Typescript +import { SmartBuffer, SmartBufferOptions} from 'smart-buffer'; +``` + +### Simple Example + +Building a packet that uses the following protocol specification: + +`[PacketType:2][PacketLength:2][Data:XX]` + +To build this packet using the vanilla Buffer class, you would have to count up the length of the data payload beforehand. You would also need to keep track of the current "cursor" position in your Buffer so you write everything in the right places. With smart-buffer you don't have to do either of those things. + +```javascript +function createLoginPacket(username, password, age, country) { + const packet = new SmartBuffer(); + packet.writeUInt16LE(0x0060); // Some packet type + packet.writeStringNT(username); + packet.writeStringNT(password); + packet.writeUInt8(age); + packet.writeStringNT(country); + packet.insertUInt16LE(packet.length - 2, 2); + + return packet.toBuffer(); +} +``` +With the above function, you now can do this: +```javascript +const login = createLoginPacket("Josh", "secret123", 22, "United States"); + +// +``` +Notice that the `[PacketLength:2]` value (1e 00) was inserted at position 2. + +Reading back the packet we created above is just as easy: +```javascript + +const reader = SmartBuffer.fromBuffer(login); + +const logininfo = { + packetType: reader.readUInt16LE(), + packetLength: reader.readUInt16LE(), + username: reader.readStringNT(), + password: reader.readStringNT(), + age: reader.readUInt8(), + country: reader.readStringNT() +}; + +/* +{ + packetType: 96, (0x0060) + packetLength: 30, + username: 'Josh', + password: 'secret123', + age: 22, + country: 'United States' +} +*/ +``` + + +## Write vs Insert +In prior versions of SmartBuffer, .writeXXX(value, offset) calls would insert data when an offset was provided. In version 4, this will now overwrite the data at the offset position. To insert data there are now corresponding .insertXXX(value, offset) methods. + +**SmartBuffer v3**: +```javascript +const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6])); +buff.writeInt8(7, 2); +console.log(buff.toBuffer()) + +// +``` + +**SmartBuffer v4**: +```javascript +const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6])); +buff.writeInt8(7, 2); +console.log(buff.toBuffer()); + +// +``` + +To insert you instead should use: +```javascript +const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6])); +buff.insertInt8(7, 2); +console.log(buff.toBuffer()); + +// +``` + +**Note:** Insert/Writing to a position beyond the currently tracked internal Buffer will zero pad to your offset. + +## Constructing a smart-buffer + +There are a few different ways to construct a SmartBuffer instance. + +```javascript +// Creating SmartBuffer from existing Buffer +const buff = SmartBuffer.fromBuffer(buffer); // Creates instance from buffer. (Uses default utf8 encoding) +const buff = SmartBuffer.fromBuffer(buffer, 'ascii'); // Creates instance from buffer with ascii encoding for strings. + +// Creating SmartBuffer with specified internal Buffer size. (Note: this is not a hard cap, the internal buffer will grow as needed). +const buff = SmartBuffer.fromSize(1024); // Creates instance with internal Buffer size of 1024. +const buff = SmartBuffer.fromSize(1024, 'utf8'); // Creates instance with internal Buffer size of 1024, and utf8 encoding for strings. + +// Creating SmartBuffer with options object. This one specifies size and encoding. +const buff = SmartBuffer.fromOptions({ + size: 1024, + encoding: 'ascii' +}); + +// Creating SmartBuffer with options object. This one specified an existing Buffer. +const buff = SmartBuffer.fromOptions({ + buff: buffer +}); + +// Creating SmartBuffer from a string. +const buff = SmartBuffer.fromBuffer(Buffer.from('some string', 'utf8')); + +// Just want a regular SmartBuffer with all default options? +const buff = new SmartBuffer(); +``` + +# Api Reference: + +**Note:** SmartBuffer is fully documented with Typescript definitions as well as jsdocs so your favorite editor/IDE will have intellisense. + +**Table of Contents** + +1. [Constructing](#constructing) +2. **Numbers** + 1. [Integers](#integers) + 2. [Floating Points](#floating-point-numbers) +3. **Strings** + 1. [Strings](#strings) + 2. [Null Terminated Strings](#null-terminated-strings) +4. [Buffers](#buffers) +5. [Offsets](#offsets) +6. [Other](#other) + + +## Constructing + +### constructor() +### constructor([options]) +- ```options``` *{SmartBufferOptions}* An optional options object to construct a SmartBuffer with. + +Examples: +```javascript +const buff = new SmartBuffer(); +const buff = new SmartBuffer({ + size: 1024, + encoding: 'ascii' +}); +``` + +### Class Method: fromBuffer(buffer[, encoding]) +- ```buffer``` *{Buffer}* The Buffer instance to wrap. +- ```encoding``` *{string}* The string encoding to use. ```Default: 'utf8'``` + +Examples: +```javascript +const someBuffer = Buffer.from('some string'); +const buff = SmartBuffer.fromBuffer(someBuffer); // Defaults to utf8 +const buff = SmartBuffer.fromBuffer(someBuffer, 'ascii'); +``` + +### Class Method: fromSize(size[, encoding]) +- ```size``` *{number}* The size to initialize the internal Buffer. +- ```encoding``` *{string}* The string encoding to use. ```Default: 'utf8'``` + +Examples: +```javascript +const buff = SmartBuffer.fromSize(1024); // Defaults to utf8 +const buff = SmartBuffer.fromSize(1024, 'ascii'); +``` + +### Class Method: fromOptions(options) +- ```options``` *{SmartBufferOptions}* The Buffer instance to wrap. + +```typescript +interface SmartBufferOptions { + encoding?: BufferEncoding; // Defaults to utf8 + size?: number; // Defaults to 4096 + buff?: Buffer; +} +``` + +Examples: +```javascript +const buff = SmartBuffer.fromOptions({ + size: 1024 +}; +const buff = SmartBuffer.fromOptions({ + size: 1024, + encoding: 'utf8' +}); +const buff = SmartBuffer.fromOptions({ + encoding: 'utf8' +}); + +const someBuff = Buffer.from('some string', 'utf8'); +const buff = SmartBuffer.fromOptions({ + buffer: someBuff, + encoding: 'utf8' +}); +``` + +## Integers + +### buff.readInt8([offset]) +### buff.readUInt8([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a Int8 value. + +### buff.readInt16BE([offset]) +### buff.readInt16LE([offset]) +### buff.readUInt16BE([offset]) +### buff.readUInt16LE([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a 16 bit integer value. + +### buff.readInt32BE([offset]) +### buff.readInt32LE([offset]) +### buff.readUInt32BE([offset]) +### buff.readUInt32LE([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a 32 bit integer value. + + +### buff.writeInt8(value[, offset]) +### buff.writeUInt8(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a Int8 value. + +### buff.insertInt8(value, offset) +### buff.insertUInt8(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a Int8 value. + + +### buff.writeInt16BE(value[, offset]) +### buff.writeInt16LE(value[, offset]) +### buff.writeUInt16BE(value[, offset]) +### buff.writeUInt16LE(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a 16 bit integer value. + +### buff.insertInt16BE(value, offset) +### buff.insertInt16LE(value, offset) +### buff.insertUInt16BE(value, offset) +### buff.insertUInt16LE(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a 16 bit integer value. + + +### buff.writeInt32BE(value[, offset]) +### buff.writeInt32LE(value[, offset]) +### buff.writeUInt32BE(value[, offset]) +### buff.writeUInt32LE(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a 32 bit integer value. + +### buff.insertInt32BE(value, offset) +### buff.insertInt32LE(value, offset) +### buff.insertUInt32BE(value, offset) +### buff.nsertUInt32LE(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a 32 bit integer value. + + +## Floating Point Numbers + +### buff.readFloatBE([offset]) +### buff.readFloatLE([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a Float value. + +### buff.readDoubleBE([offset]) +### buff.readDoubleLE([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a Double value. + + +### buff.writeFloatBE(value[, offset]) +### buff.writeFloatLE(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a Float value. + +### buff.insertFloatBE(value, offset) +### buff.insertFloatLE(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a Float value. + + +### buff.writeDoubleBE(value[, offset]) +### buff.writeDoubleLE(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a Double value. + +### buff.insertDoubleBE(value, offset) +### buff.insertDoubleLE(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a Double value. + +## Strings + +### buff.readString() +### buff.readString(size[, encoding]) +### buff.readString(encoding) +- ```size``` *{number}* The number of bytes to read. **Default:** ```Reads to the end of the Buffer.``` +- ```encoding``` *{string}* The string encoding to use. **Default:** ```utf8```. + +Read a string value. + +Examples: +```javascript +const buff = SmartBuffer.fromBuffer(Buffer.from('hello there', 'utf8')); +buff.readString(); // 'hello there' +buff.readString(2); // 'he' +buff.readString(2, 'utf8'); // 'he' +buff.readString('utf8'); // 'hello there' +``` + +### buff.writeString(value) +### buff.writeString(value[, offset]) +### buff.writeString(value[, encoding]) +### buff.writeString(value[, offset[, encoding]]) +- ```value``` *{string}* The string value to write. +- ```offset``` *{number}* The offset to write this value to. **Default:** ```Auto managed offset``` +- ```encoding``` *{string}* An optional string encoding to use. **Default:** ```utf8``` + +Write a string value. + +Examples: +```javascript +buff.writeString('hello'); // Auto managed offset +buff.writeString('hello', 2); +buff.writeString('hello', 'utf8') // Auto managed offset +buff.writeString('hello', 2, 'utf8'); +``` + +### buff.insertString(value, offset[, encoding]) +- ```value``` *{string}* The string value to write. +- ```offset``` *{number}* The offset to write this value to. +- ```encoding``` *{string}* An optional string encoding to use. **Default:** ```utf8``` + +Insert a string value. + +Examples: +```javascript +buff.insertString('hello', 2); +buff.insertString('hello', 2, 'utf8'); +``` + +## Null Terminated Strings + +### buff.readStringNT() +### buff.readStringNT(encoding) +- ```encoding``` *{string}* The string encoding to use. **Default:** ```utf8```. + +Read a null terminated string value. (If a null is not found, it will read to the end of the Buffer). + +Examples: +```javascript +const buff = SmartBuffer.fromBuffer(Buffer.from('hello\0 there', 'utf8')); +buff.readStringNT(); // 'hello' + +// If we called this again: +buff.readStringNT(); // ' there' +``` + +### buff.writeStringNT(value) +### buff.writeStringNT(value[, offset]) +### buff.writeStringNT(value[, encoding]) +### buff.writeStringNT(value[, offset[, encoding]]) +- ```value``` *{string}* The string value to write. +- ```offset``` *{number}* The offset to write this value to. **Default:** ```Auto managed offset``` +- ```encoding``` *{string}* An optional string encoding to use. **Default:** ```utf8``` + +Write a null terminated string value. + +Examples: +```javascript +buff.writeStringNT('hello'); // Auto managed offset +buff.writeStringNT('hello', 2); // +buff.writeStringNT('hello', 'utf8') // Auto managed offset +buff.writeStringNT('hello', 2, 'utf8'); +``` + +### buff.insertStringNT(value, offset[, encoding]) +- ```value``` *{string}* The string value to write. +- ```offset``` *{number}* The offset to write this value to. +- ```encoding``` *{string}* An optional string encoding to use. **Default:** ```utf8``` + +Insert a null terminated string value. + +Examples: +```javascript +buff.insertStringNT('hello', 2); +buff.insertStringNT('hello', 2, 'utf8'); +``` + +## Buffers + +### buff.readBuffer([length]) +- ```length``` *{number}* The number of bytes to read into a Buffer. **Default:** ```Reads to the end of the Buffer``` + +Read a Buffer of a specified size. + +### buff.writeBuffer(value[, offset]) +- ```value``` *{Buffer}* The buffer value to write. +- ```offset``` *{number}* An optional offset to write the value to. **Default:** ```Auto managed offset``` + +### buff.insertBuffer(value, offset) +- ```value``` *{Buffer}* The buffer value to write. +- ```offset``` *{number}* The offset to write the value to. + + +### buff.readBufferNT() + +Read a null terminated Buffer. + +### buff.writeBufferNT(value[, offset]) +- ```value``` *{Buffer}* The buffer value to write. +- ```offset``` *{number}* An optional offset to write the value to. **Default:** ```Auto managed offset``` + +Write a null terminated Buffer. + + +### buff.insertBufferNT(value, offset) +- ```value``` *{Buffer}* The buffer value to write. +- ```offset``` *{number}* The offset to write the value to. + +Insert a null terminated Buffer. + + +## Offsets + +### buff.readOffset +### buff.readOffset(offset) +- ```offset``` *{number}* The new read offset value to set. +- Returns: ```The current read offset``` + +Gets or sets the current read offset. + +Examples: +```javascript +const currentOffset = buff.readOffset; // 5 + +buff.readOffset = 10; + +console.log(buff.readOffset) // 10 +``` + +### buff.writeOffset +### buff.writeOffset(offset) +- ```offset``` *{number}* The new write offset value to set. +- Returns: ```The current write offset``` + +Gets or sets the current write offset. + +Examples: +```javascript +const currentOffset = buff.writeOffset; // 5 + +buff.writeOffset = 10; + +console.log(buff.writeOffset) // 10 +``` + +### buff.encoding +### buff.encoding(encoding) +- ```encoding``` *{string}* The new string encoding to set. +- Returns: ```The current string encoding``` + +Gets or sets the current string encoding. + +Examples: +```javascript +const currentEncoding = buff.encoding; // 'utf8' + +buff.encoding = 'ascii'; + +console.log(buff.encoding) // 'ascii' +``` + +## Other + +### buff.clear() + +Clear and resets the SmartBuffer instance. + +### buff.remaining() +- Returns ```Remaining data left to be read``` + +Gets the number of remaining bytes to be read. + + +### buff.internalBuffer +- Returns: *{Buffer}* + +Gets the internally managed Buffer (Includes unmanaged data). + +Examples: +```javascript +const buff = SmartBuffer.fromSize(16); +buff.writeString('hello'); +console.log(buff.InternalBuffer); // +``` + +### buff.toBuffer() +- Returns: *{Buffer}* + +Gets a sliced Buffer instance of the internally managed Buffer. (Only includes managed data) + +Examples: +```javascript +const buff = SmartBuffer.fromSize(16); +buff.writeString('hello'); +console.log(buff.toBuffer()); // +``` + +### buff.toString([encoding]) +- ```encoding``` *{string}* The string encoding to use when converting to a string. **Default:** ```utf8``` +- Returns *{string}* + +Gets a string representation of all data in the SmartBuffer. + +### buff.destroy() + +Destroys the SmartBuffer instance. + + + +## License + +This work is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License). diff --git a/node_modules/smart-buffer/build/smartbuffer.js b/node_modules/smart-buffer/build/smartbuffer.js new file mode 100644 index 0000000..5353ae1 --- /dev/null +++ b/node_modules/smart-buffer/build/smartbuffer.js @@ -0,0 +1,1233 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const utils_1 = require("./utils"); +// The default Buffer size if one is not provided. +const DEFAULT_SMARTBUFFER_SIZE = 4096; +// The default string encoding to use for reading/writing strings. +const DEFAULT_SMARTBUFFER_ENCODING = 'utf8'; +class SmartBuffer { + /** + * Creates a new SmartBuffer instance. + * + * @param options { SmartBufferOptions } The SmartBufferOptions to apply to this instance. + */ + constructor(options) { + this.length = 0; + this._encoding = DEFAULT_SMARTBUFFER_ENCODING; + this._writeOffset = 0; + this._readOffset = 0; + if (SmartBuffer.isSmartBufferOptions(options)) { + // Checks for encoding + if (options.encoding) { + utils_1.checkEncoding(options.encoding); + this._encoding = options.encoding; + } + // Checks for initial size length + if (options.size) { + if (utils_1.isFiniteInteger(options.size) && options.size > 0) { + this._buff = Buffer.allocUnsafe(options.size); + } + else { + throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_SIZE); + } + // Check for initial Buffer + } + else if (options.buff) { + if (Buffer.isBuffer(options.buff)) { + this._buff = options.buff; + this.length = options.buff.length; + } + else { + throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_BUFFER); + } + } + else { + this._buff = Buffer.allocUnsafe(DEFAULT_SMARTBUFFER_SIZE); + } + } + else { + // If something was passed but it's not a SmartBufferOptions object + if (typeof options !== 'undefined') { + throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_OBJECT); + } + // Otherwise default to sane options + this._buff = Buffer.allocUnsafe(DEFAULT_SMARTBUFFER_SIZE); + } + } + /** + * Creates a new SmartBuffer instance with the provided internal Buffer size and optional encoding. + * + * @param size { Number } The size of the internal Buffer. + * @param encoding { String } The BufferEncoding to use for strings. + * + * @return { SmartBuffer } + */ + static fromSize(size, encoding) { + return new this({ + size: size, + encoding: encoding + }); + } + /** + * Creates a new SmartBuffer instance with the provided Buffer and optional encoding. + * + * @param buffer { Buffer } The Buffer to use as the internal Buffer value. + * @param encoding { String } The BufferEncoding to use for strings. + * + * @return { SmartBuffer } + */ + static fromBuffer(buff, encoding) { + return new this({ + buff: buff, + encoding: encoding + }); + } + /** + * Creates a new SmartBuffer instance with the provided SmartBufferOptions options. + * + * @param options { SmartBufferOptions } The options to use when creating the SmartBuffer instance. + */ + static fromOptions(options) { + return new this(options); + } + /** + * Type checking function that determines if an object is a SmartBufferOptions object. + */ + static isSmartBufferOptions(options) { + const castOptions = options; + return (castOptions && + (castOptions.encoding !== undefined || castOptions.size !== undefined || castOptions.buff !== undefined)); + } + // Signed integers + /** + * Reads an Int8 value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt8(offset) { + return this._readNumberValue(Buffer.prototype.readInt8, 1, offset); + } + /** + * Reads an Int16BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt16BE(offset) { + return this._readNumberValue(Buffer.prototype.readInt16BE, 2, offset); + } + /** + * Reads an Int16LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt16LE(offset) { + return this._readNumberValue(Buffer.prototype.readInt16LE, 2, offset); + } + /** + * Reads an Int32BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt32BE(offset) { + return this._readNumberValue(Buffer.prototype.readInt32BE, 4, offset); + } + /** + * Reads an Int32LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt32LE(offset) { + return this._readNumberValue(Buffer.prototype.readInt32LE, 4, offset); + } + /** + * Reads a BigInt64BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigInt64BE(offset) { + utils_1.bigIntAndBufferInt64Check('readBigInt64BE'); + return this._readNumberValue(Buffer.prototype.readBigInt64BE, 8, offset); + } + /** + * Reads a BigInt64LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigInt64LE(offset) { + utils_1.bigIntAndBufferInt64Check('readBigInt64LE'); + return this._readNumberValue(Buffer.prototype.readBigInt64LE, 8, offset); + } + /** + * Writes an Int8 value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt8(value, offset) { + this._writeNumberValue(Buffer.prototype.writeInt8, 1, value, offset); + return this; + } + /** + * Inserts an Int8 value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt8(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt8, 1, value, offset); + } + /** + * Writes an Int16BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt16BE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset); + } + /** + * Inserts an Int16BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt16BE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset); + } + /** + * Writes an Int16LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt16LE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset); + } + /** + * Inserts an Int16LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt16LE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset); + } + /** + * Writes an Int32BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt32BE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeInt32BE, 4, value, offset); + } + /** + * Inserts an Int32BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt32BE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt32BE, 4, value, offset); + } + /** + * Writes an Int32LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt32LE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset); + } + /** + * Inserts an Int32LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt32LE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset); + } + /** + * Writes a BigInt64BE value to the current write position (or at optional offset). + * + * @param value { BigInt } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigInt64BE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigInt64BE'); + return this._writeNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset); + } + /** + * Inserts a BigInt64BE value at the given offset value. + * + * @param value { BigInt } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigInt64BE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigInt64BE'); + return this._insertNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset); + } + /** + * Writes a BigInt64LE value to the current write position (or at optional offset). + * + * @param value { BigInt } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigInt64LE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigInt64LE'); + return this._writeNumberValue(Buffer.prototype.writeBigInt64LE, 8, value, offset); + } + /** + * Inserts a Int64LE value at the given offset value. + * + * @param value { BigInt } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigInt64LE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigInt64LE'); + return this._insertNumberValue(Buffer.prototype.writeBigInt64LE, 8, value, offset); + } + // Unsigned Integers + /** + * Reads an UInt8 value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt8(offset) { + return this._readNumberValue(Buffer.prototype.readUInt8, 1, offset); + } + /** + * Reads an UInt16BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt16BE(offset) { + return this._readNumberValue(Buffer.prototype.readUInt16BE, 2, offset); + } + /** + * Reads an UInt16LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt16LE(offset) { + return this._readNumberValue(Buffer.prototype.readUInt16LE, 2, offset); + } + /** + * Reads an UInt32BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt32BE(offset) { + return this._readNumberValue(Buffer.prototype.readUInt32BE, 4, offset); + } + /** + * Reads an UInt32LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt32LE(offset) { + return this._readNumberValue(Buffer.prototype.readUInt32LE, 4, offset); + } + /** + * Reads a BigUInt64BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigUInt64BE(offset) { + utils_1.bigIntAndBufferInt64Check('readBigUInt64BE'); + return this._readNumberValue(Buffer.prototype.readBigUInt64BE, 8, offset); + } + /** + * Reads a BigUInt64LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigUInt64LE(offset) { + utils_1.bigIntAndBufferInt64Check('readBigUInt64LE'); + return this._readNumberValue(Buffer.prototype.readBigUInt64LE, 8, offset); + } + /** + * Writes an UInt8 value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt8(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt8, 1, value, offset); + } + /** + * Inserts an UInt8 value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt8(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt8, 1, value, offset); + } + /** + * Writes an UInt16BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt16BE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt16BE, 2, value, offset); + } + /** + * Inserts an UInt16BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt16BE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt16BE, 2, value, offset); + } + /** + * Writes an UInt16LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt16LE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset); + } + /** + * Inserts an UInt16LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt16LE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset); + } + /** + * Writes an UInt32BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt32BE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); + } + /** + * Inserts an UInt32BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt32BE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); + } + /** + * Writes an UInt32LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt32LE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt32LE, 4, value, offset); + } + /** + * Inserts an UInt32LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt32LE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt32LE, 4, value, offset); + } + /** + * Writes a BigUInt64BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigUInt64BE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigUInt64BE'); + return this._writeNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset); + } + /** + * Inserts a BigUInt64BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigUInt64BE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigUInt64BE'); + return this._insertNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset); + } + /** + * Writes a BigUInt64LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigUInt64LE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigUInt64LE'); + return this._writeNumberValue(Buffer.prototype.writeBigUInt64LE, 8, value, offset); + } + /** + * Inserts a BigUInt64LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigUInt64LE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigUInt64LE'); + return this._insertNumberValue(Buffer.prototype.writeBigUInt64LE, 8, value, offset); + } + // Floating Point + /** + * Reads an FloatBE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readFloatBE(offset) { + return this._readNumberValue(Buffer.prototype.readFloatBE, 4, offset); + } + /** + * Reads an FloatLE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readFloatLE(offset) { + return this._readNumberValue(Buffer.prototype.readFloatLE, 4, offset); + } + /** + * Writes a FloatBE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeFloatBE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeFloatBE, 4, value, offset); + } + /** + * Inserts a FloatBE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertFloatBE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeFloatBE, 4, value, offset); + } + /** + * Writes a FloatLE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeFloatLE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeFloatLE, 4, value, offset); + } + /** + * Inserts a FloatLE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertFloatLE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeFloatLE, 4, value, offset); + } + // Double Floating Point + /** + * Reads an DoublEBE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readDoubleBE(offset) { + return this._readNumberValue(Buffer.prototype.readDoubleBE, 8, offset); + } + /** + * Reads an DoubleLE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readDoubleLE(offset) { + return this._readNumberValue(Buffer.prototype.readDoubleLE, 8, offset); + } + /** + * Writes a DoubleBE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeDoubleBE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeDoubleBE, 8, value, offset); + } + /** + * Inserts a DoubleBE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertDoubleBE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeDoubleBE, 8, value, offset); + } + /** + * Writes a DoubleLE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeDoubleLE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset); + } + /** + * Inserts a DoubleLE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertDoubleLE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset); + } + // Strings + /** + * Reads a String from the current read position. + * + * @param arg1 { Number | String } The number of bytes to read as a String, or the BufferEncoding to use for + * the string (Defaults to instance level encoding). + * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). + * + * @return { String } + */ + readString(arg1, encoding) { + let lengthVal; + // Length provided + if (typeof arg1 === 'number') { + utils_1.checkLengthValue(arg1); + lengthVal = Math.min(arg1, this.length - this._readOffset); + } + else { + encoding = arg1; + lengthVal = this.length - this._readOffset; + } + // Check encoding + if (typeof encoding !== 'undefined') { + utils_1.checkEncoding(encoding); + } + const value = this._buff.slice(this._readOffset, this._readOffset + lengthVal).toString(encoding || this._encoding); + this._readOffset += lengthVal; + return value; + } + /** + * Inserts a String + * + * @param value { String } The String value to insert. + * @param offset { Number } The offset to insert the string at. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + insertString(value, offset, encoding) { + utils_1.checkOffsetValue(offset); + return this._handleString(value, true, offset, encoding); + } + /** + * Writes a String + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string at, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + writeString(value, arg2, encoding) { + return this._handleString(value, false, arg2, encoding); + } + /** + * Reads a null-terminated String from the current read position. + * + * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). + * + * @return { String } + */ + readStringNT(encoding) { + if (typeof encoding !== 'undefined') { + utils_1.checkEncoding(encoding); + } + // Set null character position to the end SmartBuffer instance. + let nullPos = this.length; + // Find next null character (if one is not found, default from above is used) + for (let i = this._readOffset; i < this.length; i++) { + if (this._buff[i] === 0x00) { + nullPos = i; + break; + } + } + // Read string value + const value = this._buff.slice(this._readOffset, nullPos); + // Increment internal Buffer read offset + this._readOffset = nullPos + 1; + return value.toString(encoding || this._encoding); + } + /** + * Inserts a null-terminated String. + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + insertStringNT(value, offset, encoding) { + utils_1.checkOffsetValue(offset); + // Write Values + this.insertString(value, offset, encoding); + this.insertUInt8(0x00, offset + value.length); + return this; + } + /** + * Writes a null-terminated String. + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + writeStringNT(value, arg2, encoding) { + // Write Values + this.writeString(value, arg2, encoding); + this.writeUInt8(0x00, typeof arg2 === 'number' ? arg2 + value.length : this.writeOffset); + return this; + } + // Buffers + /** + * Reads a Buffer from the internal read position. + * + * @param length { Number } The length of data to read as a Buffer. + * + * @return { Buffer } + */ + readBuffer(length) { + if (typeof length !== 'undefined') { + utils_1.checkLengthValue(length); + } + const lengthVal = typeof length === 'number' ? length : this.length; + const endPoint = Math.min(this.length, this._readOffset + lengthVal); + // Read buffer value + const value = this._buff.slice(this._readOffset, endPoint); + // Increment internal Buffer read offset + this._readOffset = endPoint; + return value; + } + /** + * Writes a Buffer to the current write position. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + insertBuffer(value, offset) { + utils_1.checkOffsetValue(offset); + return this._handleBuffer(value, true, offset); + } + /** + * Writes a Buffer to the current write position. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + writeBuffer(value, offset) { + return this._handleBuffer(value, false, offset); + } + /** + * Reads a null-terminated Buffer from the current read poisiton. + * + * @return { Buffer } + */ + readBufferNT() { + // Set null character position to the end SmartBuffer instance. + let nullPos = this.length; + // Find next null character (if one is not found, default from above is used) + for (let i = this._readOffset; i < this.length; i++) { + if (this._buff[i] === 0x00) { + nullPos = i; + break; + } + } + // Read value + const value = this._buff.slice(this._readOffset, nullPos); + // Increment internal Buffer read offset + this._readOffset = nullPos + 1; + return value; + } + /** + * Inserts a null-terminated Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + insertBufferNT(value, offset) { + utils_1.checkOffsetValue(offset); + // Write Values + this.insertBuffer(value, offset); + this.insertUInt8(0x00, offset + value.length); + return this; + } + /** + * Writes a null-terminated Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + writeBufferNT(value, offset) { + // Checks for valid numberic value; + if (typeof offset !== 'undefined') { + utils_1.checkOffsetValue(offset); + } + // Write Values + this.writeBuffer(value, offset); + this.writeUInt8(0x00, typeof offset === 'number' ? offset + value.length : this._writeOffset); + return this; + } + /** + * Clears the SmartBuffer instance to its original empty state. + */ + clear() { + this._writeOffset = 0; + this._readOffset = 0; + this.length = 0; + return this; + } + /** + * Gets the remaining data left to be read from the SmartBuffer instance. + * + * @return { Number } + */ + remaining() { + return this.length - this._readOffset; + } + /** + * Gets the current read offset value of the SmartBuffer instance. + * + * @return { Number } + */ + get readOffset() { + return this._readOffset; + } + /** + * Sets the read offset value of the SmartBuffer instance. + * + * @param offset { Number } - The offset value to set. + */ + set readOffset(offset) { + utils_1.checkOffsetValue(offset); + // Check for bounds. + utils_1.checkTargetOffset(offset, this); + this._readOffset = offset; + } + /** + * Gets the current write offset value of the SmartBuffer instance. + * + * @return { Number } + */ + get writeOffset() { + return this._writeOffset; + } + /** + * Sets the write offset value of the SmartBuffer instance. + * + * @param offset { Number } - The offset value to set. + */ + set writeOffset(offset) { + utils_1.checkOffsetValue(offset); + // Check for bounds. + utils_1.checkTargetOffset(offset, this); + this._writeOffset = offset; + } + /** + * Gets the currently set string encoding of the SmartBuffer instance. + * + * @return { BufferEncoding } The string Buffer encoding currently set. + */ + get encoding() { + return this._encoding; + } + /** + * Sets the string encoding of the SmartBuffer instance. + * + * @param encoding { BufferEncoding } The string Buffer encoding to set. + */ + set encoding(encoding) { + utils_1.checkEncoding(encoding); + this._encoding = encoding; + } + /** + * Gets the underlying internal Buffer. (This includes unmanaged data in the Buffer) + * + * @return { Buffer } The Buffer value. + */ + get internalBuffer() { + return this._buff; + } + /** + * Gets the value of the internal managed Buffer (Includes managed data only) + * + * @param { Buffer } + */ + toBuffer() { + return this._buff.slice(0, this.length); + } + /** + * Gets the String value of the internal managed Buffer + * + * @param encoding { String } The BufferEncoding to display the Buffer as (defaults to instance level encoding). + */ + toString(encoding) { + const encodingVal = typeof encoding === 'string' ? encoding : this._encoding; + // Check for invalid encoding. + utils_1.checkEncoding(encodingVal); + return this._buff.toString(encodingVal, 0, this.length); + } + /** + * Destroys the SmartBuffer instance. + */ + destroy() { + this.clear(); + return this; + } + /** + * Handles inserting and writing strings. + * + * @param value { String } The String value to insert. + * @param isInsert { Boolean } True if inserting a string, false if writing. + * @param arg2 { Number | String } The offset to insert the string at, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + */ + _handleString(value, isInsert, arg3, encoding) { + let offsetVal = this._writeOffset; + let encodingVal = this._encoding; + // Check for offset + if (typeof arg3 === 'number') { + offsetVal = arg3; + // Check for encoding + } + else if (typeof arg3 === 'string') { + utils_1.checkEncoding(arg3); + encodingVal = arg3; + } + // Check for encoding (third param) + if (typeof encoding === 'string') { + utils_1.checkEncoding(encoding); + encodingVal = encoding; + } + // Calculate bytelength of string. + const byteLength = Buffer.byteLength(value, encodingVal); + // Ensure there is enough internal Buffer capacity. + if (isInsert) { + this.ensureInsertable(byteLength, offsetVal); + } + else { + this._ensureWriteable(byteLength, offsetVal); + } + // Write value + this._buff.write(value, offsetVal, byteLength, encodingVal); + // Increment internal Buffer write offset; + if (isInsert) { + this._writeOffset += byteLength; + } + else { + // If an offset was given, check to see if we wrote beyond the current writeOffset. + if (typeof arg3 === 'number') { + this._writeOffset = Math.max(this._writeOffset, offsetVal + byteLength); + } + else { + // If no offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. + this._writeOffset += byteLength; + } + } + return this; + } + /** + * Handles writing or insert of a Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + */ + _handleBuffer(value, isInsert, offset) { + const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; + // Ensure there is enough internal Buffer capacity. + if (isInsert) { + this.ensureInsertable(value.length, offsetVal); + } + else { + this._ensureWriteable(value.length, offsetVal); + } + // Write buffer value + value.copy(this._buff, offsetVal); + // Increment internal Buffer write offset; + if (isInsert) { + this._writeOffset += value.length; + } + else { + // If an offset was given, check to see if we wrote beyond the current writeOffset. + if (typeof offset === 'number') { + this._writeOffset = Math.max(this._writeOffset, offsetVal + value.length); + } + else { + // If no offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. + this._writeOffset += value.length; + } + } + return this; + } + /** + * Ensures that the internal Buffer is large enough to read data. + * + * @param length { Number } The length of the data that needs to be read. + * @param offset { Number } The offset of the data that needs to be read. + */ + ensureReadable(length, offset) { + // Offset value defaults to managed read offset. + let offsetVal = this._readOffset; + // If an offset was provided, use it. + if (typeof offset !== 'undefined') { + // Checks for valid numberic value; + utils_1.checkOffsetValue(offset); + // Overide with custom offset. + offsetVal = offset; + } + // Checks if offset is below zero, or the offset+length offset is beyond the total length of the managed data. + if (offsetVal < 0 || offsetVal + length > this.length) { + throw new Error(utils_1.ERRORS.INVALID_READ_BEYOND_BOUNDS); + } + } + /** + * Ensures that the internal Buffer is large enough to insert data. + * + * @param dataLength { Number } The length of the data that needs to be written. + * @param offset { Number } The offset of the data to be written. + */ + ensureInsertable(dataLength, offset) { + // Checks for valid numberic value; + utils_1.checkOffsetValue(offset); + // Ensure there is enough internal Buffer capacity. + this._ensureCapacity(this.length + dataLength); + // If an offset was provided and its not the very end of the buffer, copy data into appropriate location in regards to the offset. + if (offset < this.length) { + this._buff.copy(this._buff, offset + dataLength, offset, this._buff.length); + } + // Adjust tracked smart buffer length + if (offset + dataLength > this.length) { + this.length = offset + dataLength; + } + else { + this.length += dataLength; + } + } + /** + * Ensures that the internal Buffer is large enough to write data. + * + * @param dataLength { Number } The length of the data that needs to be written. + * @param offset { Number } The offset of the data to be written (defaults to writeOffset). + */ + _ensureWriteable(dataLength, offset) { + const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; + // Ensure enough capacity to write data. + this._ensureCapacity(offsetVal + dataLength); + // Adjust SmartBuffer length (if offset + length is larger than managed length, adjust length) + if (offsetVal + dataLength > this.length) { + this.length = offsetVal + dataLength; + } + } + /** + * Ensures that the internal Buffer is large enough to write at least the given amount of data. + * + * @param minLength { Number } The minimum length of the data needs to be written. + */ + _ensureCapacity(minLength) { + const oldLength = this._buff.length; + if (minLength > oldLength) { + let data = this._buff; + let newLength = (oldLength * 3) / 2 + 1; + if (newLength < minLength) { + newLength = minLength; + } + this._buff = Buffer.allocUnsafe(newLength); + data.copy(this._buff, 0, 0, oldLength); + } + } + /** + * Reads a numeric number value using the provided function. + * + * @typeparam T { number | bigint } The type of the value to be read + * + * @param func { Function(offset: number) => number } The function to read data on the internal Buffer with. + * @param byteSize { Number } The number of bytes read. + * @param offset { Number } The offset to read from (optional). When this is not provided, the managed readOffset is used instead. + * + * @returns { T } the number value + */ + _readNumberValue(func, byteSize, offset) { + this.ensureReadable(byteSize, offset); + // Call Buffer.readXXXX(); + const value = func.call(this._buff, typeof offset === 'number' ? offset : this._readOffset); + // Adjust internal read offset if an optional read offset was not provided. + if (typeof offset === 'undefined') { + this._readOffset += byteSize; + } + return value; + } + /** + * Inserts a numeric number value based on the given offset and value. + * + * @typeparam T { number | bigint } The type of the value to be written + * + * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. + * @param byteSize { Number } The number of bytes written. + * @param value { T } The number value to write. + * @param offset { Number } the offset to write the number at (REQUIRED). + * + * @returns SmartBuffer this buffer + */ + _insertNumberValue(func, byteSize, value, offset) { + // Check for invalid offset values. + utils_1.checkOffsetValue(offset); + // Ensure there is enough internal Buffer capacity. (raw offset is passed) + this.ensureInsertable(byteSize, offset); + // Call buffer.writeXXXX(); + func.call(this._buff, value, offset); + // Adjusts internally managed write offset. + this._writeOffset += byteSize; + return this; + } + /** + * Writes a numeric number value based on the given offset and value. + * + * @typeparam T { number | bigint } The type of the value to be written + * + * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. + * @param byteSize { Number } The number of bytes written. + * @param value { T } The number value to write. + * @param offset { Number } the offset to write the number at (REQUIRED). + * + * @returns SmartBuffer this buffer + */ + _writeNumberValue(func, byteSize, value, offset) { + // If an offset was provided, validate it. + if (typeof offset === 'number') { + // Check if we're writing beyond the bounds of the managed data. + if (offset < 0) { + throw new Error(utils_1.ERRORS.INVALID_WRITE_BEYOND_BOUNDS); + } + utils_1.checkOffsetValue(offset); + } + // Default to writeOffset if no offset value was given. + const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; + // Ensure there is enough internal Buffer capacity. (raw offset is passed) + this._ensureWriteable(byteSize, offsetVal); + func.call(this._buff, value, offsetVal); + // If an offset was given, check to see if we wrote beyond the current writeOffset. + if (typeof offset === 'number') { + this._writeOffset = Math.max(this._writeOffset, offsetVal + byteSize); + } + else { + // If no numeric offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. + this._writeOffset += byteSize; + } + return this; + } +} +exports.SmartBuffer = SmartBuffer; +//# sourceMappingURL=smartbuffer.js.map \ No newline at end of file diff --git a/node_modules/smart-buffer/build/smartbuffer.js.map b/node_modules/smart-buffer/build/smartbuffer.js.map new file mode 100644 index 0000000..37f0d6e --- /dev/null +++ b/node_modules/smart-buffer/build/smartbuffer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"smartbuffer.js","sourceRoot":"","sources":["../src/smartbuffer.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/smart-buffer/build/utils.js b/node_modules/smart-buffer/build/utils.js new file mode 100644 index 0000000..6d55981 --- /dev/null +++ b/node_modules/smart-buffer/build/utils.js @@ -0,0 +1,108 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const buffer_1 = require("buffer"); +/** + * Error strings + */ +const ERRORS = { + INVALID_ENCODING: 'Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.', + INVALID_SMARTBUFFER_SIZE: 'Invalid size provided. Size must be a valid integer greater than zero.', + INVALID_SMARTBUFFER_BUFFER: 'Invalid Buffer provided in SmartBufferOptions.', + INVALID_SMARTBUFFER_OBJECT: 'Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.', + INVALID_OFFSET: 'An invalid offset value was provided.', + INVALID_OFFSET_NON_NUMBER: 'An invalid offset value was provided. A numeric value is required.', + INVALID_LENGTH: 'An invalid length value was provided.', + INVALID_LENGTH_NON_NUMBER: 'An invalid length value was provived. A numeric value is required.', + INVALID_TARGET_OFFSET: 'Target offset is beyond the bounds of the internal SmartBuffer data.', + INVALID_TARGET_LENGTH: 'Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.', + INVALID_READ_BEYOND_BOUNDS: 'Attempted to read beyond the bounds of the managed data.', + INVALID_WRITE_BEYOND_BOUNDS: 'Attempted to write beyond the bounds of the managed data.' +}; +exports.ERRORS = ERRORS; +/** + * Checks if a given encoding is a valid Buffer encoding. (Throws an exception if check fails) + * + * @param { String } encoding The encoding string to check. + */ +function checkEncoding(encoding) { + if (!buffer_1.Buffer.isEncoding(encoding)) { + throw new Error(ERRORS.INVALID_ENCODING); + } +} +exports.checkEncoding = checkEncoding; +/** + * Checks if a given number is a finite integer. (Throws an exception if check fails) + * + * @param { Number } value The number value to check. + */ +function isFiniteInteger(value) { + return typeof value === 'number' && isFinite(value) && isInteger(value); +} +exports.isFiniteInteger = isFiniteInteger; +/** + * Checks if an offset/length value is valid. (Throws an exception if check fails) + * + * @param value The value to check. + * @param offset True if checking an offset, false if checking a length. + */ +function checkOffsetOrLengthValue(value, offset) { + if (typeof value === 'number') { + // Check for non finite/non integers + if (!isFiniteInteger(value) || value < 0) { + throw new Error(offset ? ERRORS.INVALID_OFFSET : ERRORS.INVALID_LENGTH); + } + } + else { + throw new Error(offset ? ERRORS.INVALID_OFFSET_NON_NUMBER : ERRORS.INVALID_LENGTH_NON_NUMBER); + } +} +/** + * Checks if a length value is valid. (Throws an exception if check fails) + * + * @param { Number } length The value to check. + */ +function checkLengthValue(length) { + checkOffsetOrLengthValue(length, false); +} +exports.checkLengthValue = checkLengthValue; +/** + * Checks if a offset value is valid. (Throws an exception if check fails) + * + * @param { Number } offset The value to check. + */ +function checkOffsetValue(offset) { + checkOffsetOrLengthValue(offset, true); +} +exports.checkOffsetValue = checkOffsetValue; +/** + * Checks if a target offset value is out of bounds. (Throws an exception if check fails) + * + * @param { Number } offset The offset value to check. + * @param { SmartBuffer } buff The SmartBuffer instance to check against. + */ +function checkTargetOffset(offset, buff) { + if (offset < 0 || offset > buff.length) { + throw new Error(ERRORS.INVALID_TARGET_OFFSET); + } +} +exports.checkTargetOffset = checkTargetOffset; +/** + * Determines whether a given number is a integer. + * @param value The number to check. + */ +function isInteger(value) { + return typeof value === 'number' && isFinite(value) && Math.floor(value) === value; +} +/** + * Throws if Node.js version is too low to support bigint + */ +function bigIntAndBufferInt64Check(bufferMethod) { + if (typeof BigInt === 'undefined') { + throw new Error('Platform does not support JS BigInt type.'); + } + if (typeof buffer_1.Buffer.prototype[bufferMethod] === 'undefined') { + throw new Error(`Platform does not support Buffer.prototype.${bufferMethod}.`); + } +} +exports.bigIntAndBufferInt64Check = bigIntAndBufferInt64Check; +//# sourceMappingURL=utils.js.map \ No newline at end of file diff --git a/node_modules/smart-buffer/build/utils.js.map b/node_modules/smart-buffer/build/utils.js.map new file mode 100644 index 0000000..fc7388d --- /dev/null +++ b/node_modules/smart-buffer/build/utils.js.map @@ -0,0 +1 @@ +{"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":";;AACA,mCAAgC;AAEhC;;GAEG;AACH,MAAM,MAAM,GAAG;IACb,gBAAgB,EAAE,kGAAkG;IACpH,wBAAwB,EAAE,wEAAwE;IAClG,0BAA0B,EAAE,gDAAgD;IAC5E,0BAA0B,EAAE,2FAA2F;IACvH,cAAc,EAAE,uCAAuC;IACvD,yBAAyB,EAAE,oEAAoE;IAC/F,cAAc,EAAE,uCAAuC;IACvD,yBAAyB,EAAE,oEAAoE;IAC/F,qBAAqB,EAAE,sEAAsE;IAC7F,qBAAqB,EAAE,yFAAyF;IAChH,0BAA0B,EAAE,0DAA0D;IACtF,2BAA2B,EAAE,2DAA2D;CACzF,CAAC;AAuGA,wBAAM;AArGR;;;;GAIG;AACH,SAAS,aAAa,CAAC,QAAwB;IAC7C,IAAI,CAAC,eAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;QAChC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;KAC1C;AACH,CAAC;AA4F0B,sCAAa;AA1FxC;;;;GAIG;AACH,SAAS,eAAe,CAAC,KAAa;IACpC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,SAAS,CAAC,KAAK,CAAC,CAAC;AAC1E,CAAC;AAmFS,0CAAe;AAjFzB;;;;;GAKG;AACH,SAAS,wBAAwB,CAAC,KAAU,EAAE,MAAe;IAC3D,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;QAC7B,oCAAoC;QACpC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,KAAK,GAAG,CAAC,EAAE;YACxC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;SACzE;KACF;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC;KAC/F;AACH,CAAC;AAED;;;;GAIG;AACH,SAAS,gBAAgB,CAAC,MAAW;IACnC,wBAAwB,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAC1C,CAAC;AA0DC,4CAAgB;AAxDlB;;;;GAIG;AACH,SAAS,gBAAgB,CAAC,MAAW;IACnC,wBAAwB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AACzC,CAAC;AAgDyC,4CAAgB;AA9C1D;;;;;GAKG;AACH,SAAS,iBAAiB,CAAC,MAAc,EAAE,IAAiB;IAC1D,IAAI,MAAM,GAAG,CAAC,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;QACtC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;KAC/C;AACH,CAAC;AAqCmB,8CAAiB;AAnCrC;;;GAGG;AACH,SAAS,SAAS,CAAC,KAAa;IAC9B,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC;AACrF,CAAC;AAcD;;GAEG;AACH,SAAS,yBAAyB,CAAC,YAA0B;IAC3D,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;QACjC,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;KAC9D;IAED,IAAI,OAAO,eAAM,CAAC,SAAS,CAAC,YAAY,CAAC,KAAK,WAAW,EAAE;QACzD,MAAM,IAAI,KAAK,CAAC,8CAA8C,YAAY,GAAG,CAAC,CAAC;KAChF;AACH,CAAC;AAIsC,8DAAyB"} \ No newline at end of file diff --git a/node_modules/smart-buffer/docs/CHANGELOG.md b/node_modules/smart-buffer/docs/CHANGELOG.md new file mode 100644 index 0000000..1199a4d --- /dev/null +++ b/node_modules/smart-buffer/docs/CHANGELOG.md @@ -0,0 +1,70 @@ +# Change Log +## 4.1.0 +> Released 07/24/2019 +* Adds int64 support for node v12+ +* Drops support for node v4 + +## 4.0 +> Released 10/21/2017 +* Major breaking changes arriving in v4. + +### New Features +* Ability to read data from a specific offset. ex: readInt8(5) +* Ability to write over data when an offset is given (see breaking changes) ex: writeInt8(5, 0); +* Ability to set internal read and write offsets. + + + +### Breaking Changes + +* Old constructor patterns have been completely removed. It's now required to use the SmartBuffer.fromXXX() factory constructors. Read more on the v4 docs. +* rewind(), skip(), moveTo() have been removed. +* Internal private properties are now prefixed with underscores (_). +* **All** writeXXX() methods that are given an offset will now **overwrite data** instead of insert +* insertXXX() methods have been added for when you want to insert data at a specific offset (this replaces the old behavior of writeXXX() when an offset was provided) + + +### Other Changes +* Standardizd error messaging +* Standardized offset/length bounds and sanity checking +* General overall cleanup of code. + +## 3.0.3 +> Released 02/19/2017 +* Adds missing type definitions for some internal functions. + +## 3.0.2 +> Released 02/17/2017 + +### Bug Fixes +* Fixes a bug where using readString with a length of zero resulted in reading the remaining data instead of returning an empty string. (Fixed by Seldszar) + +## 3.0.1 +> Released 02/15/2017 + +### Bug Fixes +* Fixes a bug leftover from the TypeScript refactor where .readIntXXX() resulted in .readUIntXXX() being called by mistake. + +## 3.0 +> Released 02/12/2017 + +### Bug Fixes +* readUIntXXXX() methods will now throw an exception if they attempt to read beyond the bounds of the valid buffer data available. + * **Note** This is technically a breaking change, so version is bumped to 3.x. + +## 2.0 +> Relased 01/30/2017 + +### New Features: + +* Entire package re-written in TypeScript (2.1) +* Backwards compatibility is preserved for now +* New factory methods for creating SmartBuffer instances + * SmartBuffer.fromSize() + * SmartBuffer.fromBuffer() + * SmartBuffer.fromOptions() +* New SmartBufferOptions constructor options +* Added additional tests + +### Bug Fixes: +* Fixes a bug where reading null terminated strings may result in an exception. diff --git a/node_modules/smart-buffer/docs/README_v3.md b/node_modules/smart-buffer/docs/README_v3.md new file mode 100644 index 0000000..b7c48b8 --- /dev/null +++ b/node_modules/smart-buffer/docs/README_v3.md @@ -0,0 +1,367 @@ +smart-buffer [![Build Status](https://travis-ci.org/JoshGlazebrook/smart-buffer.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/smart-buffer) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/smart-buffer/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/smart-buffer?branch=master) +============= + +smart-buffer is a light Buffer wrapper that takes away the need to keep track of what position to read and write data to and from the underlying Buffer. It also adds null terminating string operations and **grows** as you add more data. + +![stats](https://nodei.co/npm/smart-buffer.png?downloads=true&downloadRank=true&stars=true "stats") + +### What it's useful for: + +I created smart-buffer because I wanted to simplify the process of using Buffer for building and reading network packets to send over a socket. Rather than having to keep track of which position I need to write a UInt16 to after adding a string of variable length, I simply don't have to. + +Key Features: +* Proxies all of the Buffer write and read functions. +* Keeps track of read and write positions for you. +* Grows the internal Buffer as you add data to it. +* Useful string operations. (Null terminating strings) +* Allows for inserting values at specific points in the internal Buffer. +* Built in TypeScript +* Type Definitions Provided + +Requirements: +* Node v4.0+ is supported at this time. (Versions prior to 2.0 will work on node 0.10) + + +#### Note: +smart-buffer can be used for writing to an underlying buffer as well as reading from it. It however does not function correctly if you're mixing both read and write operations with each other. + +## Breaking Changes with 2.0 +The latest version (2.0+) is written in TypeScript, and are compiled to ES6 Javascript. This means the earliest Node.js it supports will be 4.x (in strict mode.) If you're using version 6 and above it will work without any issues. From an API standpoint, 2.0 is backwards compatible. The only difference is SmartBuffer is not exported directly as the root module. + +## Breaking Changes with 3.0 +Starting with 3.0, if any of the readIntXXXX() methods are called and the requested data is larger than the bounds of the internally managed valid buffer data, an exception will now be thrown. + +## Installing: + +`npm install smart-buffer` + +or + +`yarn add smart-buffer` + +Note: The published NPM package includes the built javascript library. +If you cloned this repo and wish to build the library manually use: + +`tsc -p ./` + +## Using smart-buffer + +### Example + +Say you were building a packet that had to conform to the following protocol: + +`[PacketType:2][PacketLength:2][Data:XX]` + +To build this packet using the vanilla Buffer class, you would have to count up the length of the data payload beforehand. You would also need to keep track of the current "cursor" position in your Buffer so you write everything in the right places. With smart-buffer you don't have to do either of those things. + +```javascript +// 1.x (javascript) +var SmartBuffer = require('smart-buffer'); + +// 1.x (typescript) +import SmartBuffer = require('smart-buffer'); + +// 2.x+ (javascript) +const SmartBuffer = require('smart-buffer').SmartBuffer; + +// 2.x+ (typescript) +import { SmartBuffer, SmartBufferOptions} from 'smart-buffer'; + +function createLoginPacket(username, password, age, country) { + let packet = new SmartBuffer(); + packet.writeUInt16LE(0x0060); // Login Packet Type/ID + packet.writeStringNT(username); + packet.writeStringNT(password); + packet.writeUInt8(age); + packet.writeStringNT(country); + packet.writeUInt16LE(packet.length - 2, 2); + + return packet.toBuffer(); +} +``` +With the above function, you now can do this: +```javascript +let login = createLoginPacket("Josh", "secret123", 22, "United States"); + +// +``` +Notice that the `[PacketLength:2]` part of the packet was inserted after we had added everything else, and as shown in the Buffer dump above, is in the correct location along with everything else. + +Reading back the packet we created above is just as easy: +```javascript + +let reader = SmartBuffer.fromBuffer(login); + +let logininfo = { + packetType: reader.readUInt16LE(), + packetLength: reader.readUInt16LE(), + username: reader.readStringNT(), + password: reader.readStringNT(), + age: reader.readUInt8(), + country: reader.readStringNT() +}; + +/* +{ + packetType: 96, (0x0060) + packetLength: 30, + username: 'Josh', + password: 'secret123', + age: 22, + country: 'United States' +}; +*/ +``` + +# Api Reference: + +### Constructing a smart-buffer + +smart-buffer has a few different ways to construct an instance. Starting with version 2.0, the following factory methods are preffered. + +```javascript +let SmartBuffer = require('smart-buffer'); + +// Creating SmartBuffer from existing Buffer +let buff = SmartBuffer.fromBuffer(buffer); // Creates instance from buffer. (Uses default utf8 encoding) +let buff = SmartBuffer.fromBuffer(buffer, 'ascii'); // Creates instance from buffer with ascii encoding for Strings. + +// Creating SmartBuffer with specified internal Buffer size. +let buff = SmartBuffer.fromSize(1024); // Creates instance with internal Buffer size of 1024. +let buff = SmartBuffer.fromSize(1024, 'utf8'); // Creates instance with intenral Buffer size of 1024, and utf8 encoding. + +// Creating SmartBuffer with options object. This one specifies size and encoding. +let buff = SmartBuffer.fromOptions({ + size: 1024, + encoding: 'ascii' +}); + +// Creating SmartBuffer with options object. This one specified an existing Buffer. +let buff = SmartBuffer.fromOptions({ + buff: buffer +}); + +// Just want a regular SmartBuffer with all default options? +let buff = new SmartBuffer(); +``` + +## Backwards Compatibility: + +All constructors used prior to 2.0 still are supported. However it's not recommended to use these. + +```javascript +let writer = new SmartBuffer(); // Defaults to utf8, 4096 length internal Buffer. +let writer = new SmartBuffer(1024); // Defaults to utf8, 1024 length internal Buffer. +let writer = new SmartBuffer('ascii'); // Sets to ascii encoding, 4096 length internal buffer. +let writer = new SmartBuffer(1024, 'ascii'); // Sets to ascii encoding, 1024 length internal buffer. +``` + +## Reading Data + +smart-buffer supports all of the common read functions you will find in the vanilla Buffer class. The only difference is, you do not need to specify which location to start reading from. This is possible because as you read data out of a smart-buffer, it automatically progresses an internal read offset/position to know where to pick up from on the next read. + +## Reading Numeric Values + +When numeric values, you simply need to call the function you want, and the data is returned. + +Supported Operations: +* readInt8 +* readInt16BE +* readInt16LE +* readInt32BE +* readInt32LE +* readBigInt64LE +* readBigInt64BE +* readUInt8 +* readUInt16BE +* readUInt16LE +* readUInt32BE +* readUInt32LE +* readBigUInt64LE +* readBigUInt64BE +* readFloatBE +* readFloatLE +* readDoubleBE +* readDoubleLE + +```javascript +let reader = new SmartBuffer(somebuffer); +let num = reader.readInt8(); +``` + +## Reading String Values + +When reading String values, you can either choose to read a null terminated string, or a string of a specified length. + +### SmartBuffer.readStringNT( [encoding] ) +> `String` **String encoding to use** - Defaults to the encoding set in the constructor. + +returns `String` + +> Note: When readStringNT is called and there is no null character found, smart-buffer will read to the end of the internal Buffer. + +### SmartBuffer.readString( [length] ) +### SmartBuffer.readString( [encoding] ) +### SmartBuffer.readString( [length], [encoding] ) +> `Number` **Length of the string to read** + +> `String` **String encoding to use** - Defaults to the encoding set in the constructor, or utf8. + +returns `String` + +> Note: When readString is called without a specified length, smart-buffer will read to the end of the internal Buffer. + + + +## Reading Buffer Values + +### SmartBuffer.readBuffer( length ) +> `Number` **Length of data to read into a Buffer** + +returns `Buffer` + +> Note: This function uses `slice` to retrieve the Buffer. + + +### SmartBuffer.readBufferNT() + +returns `Buffer` + +> Note: This reads the next sequence of bytes in the buffer until a null (0x00) value is found. (Null terminated buffer) +> Note: This function uses `slice` to retrieve the Buffer. + + +## Writing Data + +smart-buffer supports all of the common write functions you will find in the vanilla Buffer class. The only difference is, you do not need to specify which location to write to in your Buffer by default. You do however have the option of **inserting** a piece of data into your smart-buffer at a given location. + + +## Writing Numeric Values + + +For numeric values, you simply need to call the function you want, and the data is written at the end of the internal Buffer's current write position. You can specify a offset/position to **insert** the given value at, but keep in mind this does not override data at the given position. This feature also does not work properly when inserting a value beyond the current internal length of the smart-buffer (length being the .length property of the smart-buffer instance you're writing to) + +Supported Operations: +* writeInt8 +* writeInt16BE +* writeInt16LE +* writeInt32BE +* writeInt32LE +* writeBigInt64BE +* writeBigInt64LE +* writeUInt8 +* writeUInt16BE +* writeUInt16LE +* writeUInt32BE +* writeUInt32LE +* writeBigUInt64BE +* writeBigUInt64LE +* writeFloatBE +* writeFloatLE +* writeDoubleBE +* writeDoubleLE + +The following signature is the same for all the above functions: + +### SmartBuffer.writeInt8( value, [offset] ) +> `Number` **A valid Int8 number** + +> `Number` **The position to insert this value at** + +returns this + +> Note: All write operations return `this` to allow for chaining. + +## Writing String Values + +When reading String values, you can either choose to write a null terminated string, or a non null terminated string. + +### SmartBuffer.writeStringNT( value, [offset], [encoding] ) +### SmartBuffer.writeStringNT( value, [offset] ) +### SmartBuffer.writeStringNT( value, [encoding] ) +> `String` **String value to write** + +> `Number` **The position to insert this String at** + +> `String` **The String encoding to use.** - Defaults to the encoding set in the constructor, or utf8. + +returns this + +### SmartBuffer.writeString( value, [offset], [encoding] ) +### SmartBuffer.writeString( value, [offset] ) +### SmartBuffer.writeString( value, [encoding] ) +> `String` **String value to write** + +> `Number` **The position to insert this String at** + +> `String` **The String encoding to use** - Defaults to the encoding set in the constructor, or utf8. + +returns this + + +## Writing Buffer Values + +### SmartBuffer.writeBuffer( value, [offset] ) +> `Buffer` **Buffer value to write** + +> `Number` **The position to insert this Buffer's content at** + +returns this + +### SmartBuffer.writeBufferNT( value, [offset] ) +> `Buffer` **Buffer value to write** + +> `Number` **The position to insert this Buffer's content at** + +returns this + + +## Utility Functions + +### SmartBuffer.clear() +Resets the SmartBuffer to its default state where it can be reused for reading or writing. + +### SmartBuffer.remaining() + +returns `Number` The amount of data left to read based on the current read Position. + +### SmartBuffer.skip( value ) +> `Number` **The amount of bytes to skip ahead** + +Skips the read position ahead by the given value. + +returns this + +### SmartBuffer.rewind( value ) +> `Number` **The amount of bytes to reward backwards** + +Rewinds the read position backwards by the given value. + +returns this + +### SmartBuffer.moveTo( position ) +> `Number` **The point to skip the read position to** + +Moves the read position to the given point. +returns this + +### SmartBuffer.toBuffer() + +returns `Buffer` A Buffer containing the contents of the internal Buffer. + +> Note: This uses the slice function. + +### SmartBuffer.toString( [encoding] ) +> `String` **The String encoding to use** - Defaults to the encoding set in the constructor, or utf8. + +returns `String` The internal Buffer in String representation. + +## Properties + +### SmartBuffer.length + +returns `Number` **The length of the data that is being tracked in the internal Buffer** - Does NOT return the absolute length of the internal Buffer being written to. + +## License + +This work is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License). \ No newline at end of file diff --git a/node_modules/smart-buffer/docs/ROADMAP.md b/node_modules/smart-buffer/docs/ROADMAP.md new file mode 100644 index 0000000..e69de29 diff --git a/node_modules/smart-buffer/package.json b/node_modules/smart-buffer/package.json new file mode 100644 index 0000000..2f326f2 --- /dev/null +++ b/node_modules/smart-buffer/package.json @@ -0,0 +1,79 @@ +{ + "name": "smart-buffer", + "version": "4.2.0", + "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", + "main": "build/smartbuffer.js", + "contributors": ["syvita"], + "homepage": "https://github.com/JoshGlazebrook/smart-buffer/", + "repository": { + "type": "git", + "url": "https://github.com/JoshGlazebrook/smart-buffer.git" + }, + "bugs": { + "url": "https://github.com/JoshGlazebrook/smart-buffer/issues" + }, + "keywords": [ + "buffer", + "smart", + "packet", + "serialize", + "network", + "cursor", + "simple" + ], + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + }, + "author": "Josh Glazebrook", + "license": "MIT", + "readmeFilename": "README.md", + "devDependencies": { + "@types/chai": "4.1.7", + "@types/mocha": "5.2.7", + "@types/node": "^12.0.0", + "chai": "4.2.0", + "coveralls": "3.0.5", + "istanbul": "^0.4.5", + "mocha": "6.2.0", + "mocha-lcov-reporter": "^1.3.0", + "nyc": "14.1.1", + "source-map-support": "0.5.12", + "ts-node": "8.3.0", + "tslint": "5.18.0", + "typescript": "^3.2.1" + }, + "typings": "typings/smartbuffer.d.ts", + "dependencies": {}, + "scripts": { + "prepublish": "npm install -g typescript && npm run build", + "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts", + "coverage": "NODE_ENV=test nyc npm test", + "coveralls": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls", + "lint": "tslint --type-check --project tsconfig.json 'src/**/*.ts'", + "build": "tsc -p ./" + }, + "nyc": { + "extension": [ + ".ts", + ".tsx" + ], + "include": [ + "src/*.ts", + "src/**/*.ts" + ], + "exclude": [ + "**.*.d.ts", + "node_modules", + "typings" + ], + "require": [ + "ts-node/register" + ], + "reporter": [ + "json", + "html" + ], + "all": true + } +} diff --git a/node_modules/smart-buffer/typings/smartbuffer.d.ts b/node_modules/smart-buffer/typings/smartbuffer.d.ts new file mode 100644 index 0000000..d07379b --- /dev/null +++ b/node_modules/smart-buffer/typings/smartbuffer.d.ts @@ -0,0 +1,755 @@ +/// +/** + * Object interface for constructing new SmartBuffer instances. + */ +interface SmartBufferOptions { + encoding?: BufferEncoding; + size?: number; + buff?: Buffer; +} +declare class SmartBuffer { + length: number; + private _encoding; + private _buff; + private _writeOffset; + private _readOffset; + /** + * Creates a new SmartBuffer instance. + * + * @param options { SmartBufferOptions } The SmartBufferOptions to apply to this instance. + */ + constructor(options?: SmartBufferOptions); + /** + * Creates a new SmartBuffer instance with the provided internal Buffer size and optional encoding. + * + * @param size { Number } The size of the internal Buffer. + * @param encoding { String } The BufferEncoding to use for strings. + * + * @return { SmartBuffer } + */ + static fromSize(size: number, encoding?: BufferEncoding): SmartBuffer; + /** + * Creates a new SmartBuffer instance with the provided Buffer and optional encoding. + * + * @param buffer { Buffer } The Buffer to use as the internal Buffer value. + * @param encoding { String } The BufferEncoding to use for strings. + * + * @return { SmartBuffer } + */ + static fromBuffer(buff: Buffer, encoding?: BufferEncoding): SmartBuffer; + /** + * Creates a new SmartBuffer instance with the provided SmartBufferOptions options. + * + * @param options { SmartBufferOptions } The options to use when creating the SmartBuffer instance. + */ + static fromOptions(options: SmartBufferOptions): SmartBuffer; + /** + * Type checking function that determines if an object is a SmartBufferOptions object. + */ + static isSmartBufferOptions(options: SmartBufferOptions): options is SmartBufferOptions; + /** + * Reads an Int8 value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt8(offset?: number): number; + /** + * Reads an Int16BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt16BE(offset?: number): number; + /** + * Reads an Int16LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt16LE(offset?: number): number; + /** + * Reads an Int32BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt32BE(offset?: number): number; + /** + * Reads an Int32LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt32LE(offset?: number): number; + /** + * Reads a BigInt64BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigInt64BE(offset?: number): bigint; + /** + * Reads a BigInt64LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigInt64LE(offset?: number): bigint; + /** + * Writes an Int8 value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt8(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int8 value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt8(value: number, offset: number): SmartBuffer; + /** + * Writes an Int16BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt16BE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int16BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt16BE(value: number, offset: number): SmartBuffer; + /** + * Writes an Int16LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt16LE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int16LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt16LE(value: number, offset: number): SmartBuffer; + /** + * Writes an Int32BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt32BE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int32BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt32BE(value: number, offset: number): SmartBuffer; + /** + * Writes an Int32LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt32LE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int32LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt32LE(value: number, offset: number): SmartBuffer; + /** + * Writes a BigInt64BE value to the current write position (or at optional offset). + * + * @param value { BigInt } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigInt64BE(value: bigint, offset?: number): SmartBuffer; + /** + * Inserts a BigInt64BE value at the given offset value. + * + * @param value { BigInt } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigInt64BE(value: bigint, offset: number): SmartBuffer; + /** + * Writes a BigInt64LE value to the current write position (or at optional offset). + * + * @param value { BigInt } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigInt64LE(value: bigint, offset?: number): SmartBuffer; + /** + * Inserts a Int64LE value at the given offset value. + * + * @param value { BigInt } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigInt64LE(value: bigint, offset: number): SmartBuffer; + /** + * Reads an UInt8 value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt8(offset?: number): number; + /** + * Reads an UInt16BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt16BE(offset?: number): number; + /** + * Reads an UInt16LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt16LE(offset?: number): number; + /** + * Reads an UInt32BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt32BE(offset?: number): number; + /** + * Reads an UInt32LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt32LE(offset?: number): number; + /** + * Reads a BigUInt64BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigUInt64BE(offset?: number): bigint; + /** + * Reads a BigUInt64LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigUInt64LE(offset?: number): bigint; + /** + * Writes an UInt8 value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt8(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt8 value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt8(value: number, offset: number): SmartBuffer; + /** + * Writes an UInt16BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt16BE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt16BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt16BE(value: number, offset: number): SmartBuffer; + /** + * Writes an UInt16LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt16LE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt16LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt16LE(value: number, offset: number): SmartBuffer; + /** + * Writes an UInt32BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt32BE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt32BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt32BE(value: number, offset: number): SmartBuffer; + /** + * Writes an UInt32LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt32LE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt32LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt32LE(value: number, offset: number): SmartBuffer; + /** + * Writes a BigUInt64BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigUInt64BE(value: bigint, offset?: number): SmartBuffer; + /** + * Inserts a BigUInt64BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigUInt64BE(value: bigint, offset: number): SmartBuffer; + /** + * Writes a BigUInt64LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigUInt64LE(value: bigint, offset?: number): SmartBuffer; + /** + * Inserts a BigUInt64LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigUInt64LE(value: bigint, offset: number): SmartBuffer; + /** + * Reads an FloatBE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readFloatBE(offset?: number): number; + /** + * Reads an FloatLE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readFloatLE(offset?: number): number; + /** + * Writes a FloatBE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeFloatBE(value: number, offset?: number): SmartBuffer; + /** + * Inserts a FloatBE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertFloatBE(value: number, offset: number): SmartBuffer; + /** + * Writes a FloatLE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeFloatLE(value: number, offset?: number): SmartBuffer; + /** + * Inserts a FloatLE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertFloatLE(value: number, offset: number): SmartBuffer; + /** + * Reads an DoublEBE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readDoubleBE(offset?: number): number; + /** + * Reads an DoubleLE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readDoubleLE(offset?: number): number; + /** + * Writes a DoubleBE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeDoubleBE(value: number, offset?: number): SmartBuffer; + /** + * Inserts a DoubleBE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertDoubleBE(value: number, offset: number): SmartBuffer; + /** + * Writes a DoubleLE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeDoubleLE(value: number, offset?: number): SmartBuffer; + /** + * Inserts a DoubleLE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertDoubleLE(value: number, offset: number): SmartBuffer; + /** + * Reads a String from the current read position. + * + * @param arg1 { Number | String } The number of bytes to read as a String, or the BufferEncoding to use for + * the string (Defaults to instance level encoding). + * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). + * + * @return { String } + */ + readString(arg1?: number | BufferEncoding, encoding?: BufferEncoding): string; + /** + * Inserts a String + * + * @param value { String } The String value to insert. + * @param offset { Number } The offset to insert the string at. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + insertString(value: string, offset: number, encoding?: BufferEncoding): SmartBuffer; + /** + * Writes a String + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string at, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + writeString(value: string, arg2?: number | BufferEncoding, encoding?: BufferEncoding): SmartBuffer; + /** + * Reads a null-terminated String from the current read position. + * + * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). + * + * @return { String } + */ + readStringNT(encoding?: BufferEncoding): string; + /** + * Inserts a null-terminated String. + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + insertStringNT(value: string, offset: number, encoding?: BufferEncoding): SmartBuffer; + /** + * Writes a null-terminated String. + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + writeStringNT(value: string, arg2?: number | BufferEncoding, encoding?: BufferEncoding): SmartBuffer; + /** + * Reads a Buffer from the internal read position. + * + * @param length { Number } The length of data to read as a Buffer. + * + * @return { Buffer } + */ + readBuffer(length?: number): Buffer; + /** + * Writes a Buffer to the current write position. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + insertBuffer(value: Buffer, offset: number): SmartBuffer; + /** + * Writes a Buffer to the current write position. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + writeBuffer(value: Buffer, offset?: number): SmartBuffer; + /** + * Reads a null-terminated Buffer from the current read poisiton. + * + * @return { Buffer } + */ + readBufferNT(): Buffer; + /** + * Inserts a null-terminated Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + insertBufferNT(value: Buffer, offset: number): SmartBuffer; + /** + * Writes a null-terminated Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + writeBufferNT(value: Buffer, offset?: number): SmartBuffer; + /** + * Clears the SmartBuffer instance to its original empty state. + */ + clear(): SmartBuffer; + /** + * Gets the remaining data left to be read from the SmartBuffer instance. + * + * @return { Number } + */ + remaining(): number; + /** + * Gets the current read offset value of the SmartBuffer instance. + * + * @return { Number } + */ + /** + * Sets the read offset value of the SmartBuffer instance. + * + * @param offset { Number } - The offset value to set. + */ + readOffset: number; + /** + * Gets the current write offset value of the SmartBuffer instance. + * + * @return { Number } + */ + /** + * Sets the write offset value of the SmartBuffer instance. + * + * @param offset { Number } - The offset value to set. + */ + writeOffset: number; + /** + * Gets the currently set string encoding of the SmartBuffer instance. + * + * @return { BufferEncoding } The string Buffer encoding currently set. + */ + /** + * Sets the string encoding of the SmartBuffer instance. + * + * @param encoding { BufferEncoding } The string Buffer encoding to set. + */ + encoding: BufferEncoding; + /** + * Gets the underlying internal Buffer. (This includes unmanaged data in the Buffer) + * + * @return { Buffer } The Buffer value. + */ + readonly internalBuffer: Buffer; + /** + * Gets the value of the internal managed Buffer (Includes managed data only) + * + * @param { Buffer } + */ + toBuffer(): Buffer; + /** + * Gets the String value of the internal managed Buffer + * + * @param encoding { String } The BufferEncoding to display the Buffer as (defaults to instance level encoding). + */ + toString(encoding?: BufferEncoding): string; + /** + * Destroys the SmartBuffer instance. + */ + destroy(): SmartBuffer; + /** + * Handles inserting and writing strings. + * + * @param value { String } The String value to insert. + * @param isInsert { Boolean } True if inserting a string, false if writing. + * @param arg2 { Number | String } The offset to insert the string at, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + */ + private _handleString; + /** + * Handles writing or insert of a Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + */ + private _handleBuffer; + /** + * Ensures that the internal Buffer is large enough to read data. + * + * @param length { Number } The length of the data that needs to be read. + * @param offset { Number } The offset of the data that needs to be read. + */ + private ensureReadable; + /** + * Ensures that the internal Buffer is large enough to insert data. + * + * @param dataLength { Number } The length of the data that needs to be written. + * @param offset { Number } The offset of the data to be written. + */ + private ensureInsertable; + /** + * Ensures that the internal Buffer is large enough to write data. + * + * @param dataLength { Number } The length of the data that needs to be written. + * @param offset { Number } The offset of the data to be written (defaults to writeOffset). + */ + private _ensureWriteable; + /** + * Ensures that the internal Buffer is large enough to write at least the given amount of data. + * + * @param minLength { Number } The minimum length of the data needs to be written. + */ + private _ensureCapacity; + /** + * Reads a numeric number value using the provided function. + * + * @typeparam T { number | bigint } The type of the value to be read + * + * @param func { Function(offset: number) => number } The function to read data on the internal Buffer with. + * @param byteSize { Number } The number of bytes read. + * @param offset { Number } The offset to read from (optional). When this is not provided, the managed readOffset is used instead. + * + * @returns { T } the number value + */ + private _readNumberValue; + /** + * Inserts a numeric number value based on the given offset and value. + * + * @typeparam T { number | bigint } The type of the value to be written + * + * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. + * @param byteSize { Number } The number of bytes written. + * @param value { T } The number value to write. + * @param offset { Number } the offset to write the number at (REQUIRED). + * + * @returns SmartBuffer this buffer + */ + private _insertNumberValue; + /** + * Writes a numeric number value based on the given offset and value. + * + * @typeparam T { number | bigint } The type of the value to be written + * + * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. + * @param byteSize { Number } The number of bytes written. + * @param value { T } The number value to write. + * @param offset { Number } the offset to write the number at (REQUIRED). + * + * @returns SmartBuffer this buffer + */ + private _writeNumberValue; +} +export { SmartBufferOptions, SmartBuffer }; diff --git a/node_modules/smart-buffer/typings/utils.d.ts b/node_modules/smart-buffer/typings/utils.d.ts new file mode 100644 index 0000000..b32b4d4 --- /dev/null +++ b/node_modules/smart-buffer/typings/utils.d.ts @@ -0,0 +1,66 @@ +/// +import { SmartBuffer } from './smartbuffer'; +import { Buffer } from 'buffer'; +/** + * Error strings + */ +declare const ERRORS: { + INVALID_ENCODING: string; + INVALID_SMARTBUFFER_SIZE: string; + INVALID_SMARTBUFFER_BUFFER: string; + INVALID_SMARTBUFFER_OBJECT: string; + INVALID_OFFSET: string; + INVALID_OFFSET_NON_NUMBER: string; + INVALID_LENGTH: string; + INVALID_LENGTH_NON_NUMBER: string; + INVALID_TARGET_OFFSET: string; + INVALID_TARGET_LENGTH: string; + INVALID_READ_BEYOND_BOUNDS: string; + INVALID_WRITE_BEYOND_BOUNDS: string; +}; +/** + * Checks if a given encoding is a valid Buffer encoding. (Throws an exception if check fails) + * + * @param { String } encoding The encoding string to check. + */ +declare function checkEncoding(encoding: BufferEncoding): void; +/** + * Checks if a given number is a finite integer. (Throws an exception if check fails) + * + * @param { Number } value The number value to check. + */ +declare function isFiniteInteger(value: number): boolean; +/** + * Checks if a length value is valid. (Throws an exception if check fails) + * + * @param { Number } length The value to check. + */ +declare function checkLengthValue(length: any): void; +/** + * Checks if a offset value is valid. (Throws an exception if check fails) + * + * @param { Number } offset The value to check. + */ +declare function checkOffsetValue(offset: any): void; +/** + * Checks if a target offset value is out of bounds. (Throws an exception if check fails) + * + * @param { Number } offset The offset value to check. + * @param { SmartBuffer } buff The SmartBuffer instance to check against. + */ +declare function checkTargetOffset(offset: number, buff: SmartBuffer): void; +interface Buffer { + readBigInt64BE(offset?: number): bigint; + readBigInt64LE(offset?: number): bigint; + readBigUInt64BE(offset?: number): bigint; + readBigUInt64LE(offset?: number): bigint; + writeBigInt64BE(value: bigint, offset?: number): number; + writeBigInt64LE(value: bigint, offset?: number): number; + writeBigUInt64BE(value: bigint, offset?: number): number; + writeBigUInt64LE(value: bigint, offset?: number): number; +} +/** + * Throws if Node.js version is too low to support bigint + */ +declare function bigIntAndBufferInt64Check(bufferMethod: keyof Buffer): void; +export { ERRORS, isFiniteInteger, checkEncoding, checkOffsetValue, checkLengthValue, checkTargetOffset, bigIntAndBufferInt64Check }; diff --git a/node_modules/socks-proxy-agent/README.md b/node_modules/socks-proxy-agent/README.md new file mode 100644 index 0000000..2c44170 --- /dev/null +++ b/node_modules/socks-proxy-agent/README.md @@ -0,0 +1,152 @@ +socks-proxy-agent +================ +### A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS +[![Build Status](https://github.com/TooTallNate/node-socks-proxy-agent/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-socks-proxy-agent/actions?workflow=Node+CI) + +This module provides an `http.Agent` implementation that connects to a +specified SOCKS proxy server, and can be used with the built-in `http` +and `https` modules. + +It can also be used in conjunction with the `ws` module to establish a WebSocket +connection over a SOCKS proxy. See the "Examples" section below. + +Installation +------------ + +Install with `npm`: + +``` bash +npm install socks-proxy-agent +``` + + +Examples +-------- + +#### TypeScript example + +```ts +import https from 'https'; +import { SocksProxyAgent } from 'socks-proxy-agent'; + +const info = { + hostname: 'br41.nordvpn.com', + userId: 'your-name@gmail.com', + password: 'abcdef12345124' +}; +const agent = new SocksProxyAgent(info); + +https.get('https://ipinfo.io', { agent }, (res) => { + console.log(res.headers); + res.pipe(process.stdout); +}); +``` + +#### `http` module example + +```js +var url = require('url'); +var http = require('http'); +var { SocksProxyAgent } = require('socks-proxy-agent'); + +// SOCKS proxy to connect to +var proxy = process.env.socks_proxy || 'socks://127.0.0.1:1080'; +console.log('using proxy server %j', proxy); + +// HTTP endpoint for the proxy to connect to +var endpoint = process.argv[2] || 'http://nodejs.org/api/'; +console.log('attempting to GET %j', endpoint); +var opts = url.parse(endpoint); + +// create an instance of the `SocksProxyAgent` class with the proxy server information +var agent = new SocksProxyAgent(proxy); +opts.agent = agent; + +http.get(opts, function (res) { + console.log('"response" event!', res.headers); + res.pipe(process.stdout); +}); +``` + +#### `https` module example + +```js +var url = require('url'); +var https = require('https'); +var { SocksProxyAgent } = require('socks-proxy-agent'); + +// SOCKS proxy to connect to +var proxy = process.env.socks_proxy || 'socks://127.0.0.1:1080'; +console.log('using proxy server %j', proxy); + +// HTTP endpoint for the proxy to connect to +var endpoint = process.argv[2] || 'https://encrypted.google.com/'; +console.log('attempting to GET %j', endpoint); +var opts = url.parse(endpoint); + +// create an instance of the `SocksProxyAgent` class with the proxy server information +var agent = new SocksProxyAgent(proxy); +opts.agent = agent; + +https.get(opts, function (res) { + console.log('"response" event!', res.headers); + res.pipe(process.stdout); +}); +``` + +#### `ws` WebSocket connection example + +``` js +var WebSocket = require('ws'); +var { SocksProxyAgent } = require('socks-proxy-agent'); + +// SOCKS proxy to connect to +var proxy = process.env.socks_proxy || 'socks://127.0.0.1:1080'; +console.log('using proxy server %j', proxy); + +// WebSocket endpoint for the proxy to connect to +var endpoint = process.argv[2] || 'ws://echo.websocket.org'; +console.log('attempting to connect to WebSocket %j', endpoint); + +// create an instance of the `SocksProxyAgent` class with the proxy server information +var agent = new SocksProxyAgent(proxy); + +// initiate the WebSocket connection +var socket = new WebSocket(endpoint, { agent: agent }); + +socket.on('open', function () { + console.log('"open" event!'); + socket.send('hello world'); +}); + +socket.on('message', function (data, flags) { + console.log('"message" event! %j %j', data, flags); + socket.close(); +}); +``` + +License +------- + +(The MIT License) + +Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> + +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: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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. diff --git a/node_modules/socks-proxy-agent/dist/index.d.ts b/node_modules/socks-proxy-agent/dist/index.d.ts new file mode 100644 index 0000000..20dc42f --- /dev/null +++ b/node_modules/socks-proxy-agent/dist/index.d.ts @@ -0,0 +1,38 @@ +/// +import { SocksProxy } from 'socks'; +import { Agent, ClientRequest, RequestOptions } from 'agent-base'; +import { AgentOptions } from 'agent-base'; +import { Url } from 'url'; +import net from 'net'; +import tls from 'tls'; +interface BaseSocksProxyAgentOptions { + /** + * hostname is preferred over host + * + * @deprecated + */ + host?: string | null; + port?: string | number | null; + username?: string | null; + tls?: tls.ConnectionOptions | null; +} +interface SocksProxyAgentOptionsExtra { + timeout?: number; +} +export interface SocksProxyAgentOptions extends AgentOptions, BaseSocksProxyAgentOptions, Partial> { +} +export declare class SocksProxyAgent extends Agent { + private readonly shouldLookup; + private readonly proxy; + private readonly tlsConnectionOptions; + timeout: number | null; + constructor(input: string | SocksProxyAgentOptions, options?: SocksProxyAgentOptionsExtra); + /** + * Initiates a SOCKS connection to the specified SOCKS proxy server, + * which in turn connects to the specified remote host and port. + * + * @api protected + */ + callback(req: ClientRequest, opts: RequestOptions): Promise; +} +export {}; diff --git a/node_modules/socks-proxy-agent/dist/index.js b/node_modules/socks-proxy-agent/dist/index.js new file mode 100644 index 0000000..f615034 --- /dev/null +++ b/node_modules/socks-proxy-agent/dist/index.js @@ -0,0 +1,197 @@ +"use strict"; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SocksProxyAgent = void 0; +const socks_1 = require("socks"); +const agent_base_1 = require("agent-base"); +const debug_1 = __importDefault(require("debug")); +const dns_1 = __importDefault(require("dns")); +const tls_1 = __importDefault(require("tls")); +const debug = (0, debug_1.default)('socks-proxy-agent'); +function parseSocksProxy(opts) { + var _a; + let port = 0; + let lookup = false; + let type = 5; + const host = opts.hostname || opts.host; + if (host == null) { + throw new TypeError('No "hostname"'); + } + if (typeof opts.port === 'number') { + port = opts.port; + } + else if (typeof opts.port === 'string') { + port = parseInt(opts.port, 10); + } + // From RFC 1928, Section 3: https://tools.ietf.org/html/rfc1928#section-3 + // "The SOCKS service is conventionally located on TCP port 1080" + if (port == null) { + port = 1080; + } + // figure out if we want socks v4 or v5, based on the "protocol" used. + // Defaults to 5. + if (opts.protocol != null) { + switch (opts.protocol.replace(':', '')) { + case 'socks4': + lookup = true; + // pass through + case 'socks4a': + type = 4; + break; + case 'socks5': + lookup = true; + // pass through + case 'socks': // no version specified, default to 5h + case 'socks5h': + type = 5; + break; + default: + throw new TypeError(`A "socks" protocol must be specified! Got: ${String(opts.protocol)}`); + } + } + if (typeof opts.type !== 'undefined') { + if (opts.type === 4 || opts.type === 5) { + type = opts.type; + } + else { + throw new TypeError(`"type" must be 4 or 5, got: ${String(opts.type)}`); + } + } + const proxy = { + host, + port, + type + }; + let userId = (_a = opts.userId) !== null && _a !== void 0 ? _a : opts.username; + let password = opts.password; + if (opts.auth != null) { + const auth = opts.auth.split(':'); + userId = auth[0]; + password = auth[1]; + } + if (userId != null) { + Object.defineProperty(proxy, 'userId', { + value: userId, + enumerable: false + }); + } + if (password != null) { + Object.defineProperty(proxy, 'password', { + value: password, + enumerable: false + }); + } + return { lookup, proxy }; +} +const normalizeProxyOptions = (input) => { + let proxyOptions; + if (typeof input === 'string') { + proxyOptions = new URL(input); + } + else { + proxyOptions = input; + } + if (proxyOptions == null) { + throw new TypeError('a SOCKS proxy server `hostname` and `port` must be specified!'); + } + return proxyOptions; +}; +class SocksProxyAgent extends agent_base_1.Agent { + constructor(input, options) { + var _a; + const proxyOptions = normalizeProxyOptions(input); + super(proxyOptions); + const parsedProxy = parseSocksProxy(proxyOptions); + this.shouldLookup = parsedProxy.lookup; + this.proxy = parsedProxy.proxy; + this.tlsConnectionOptions = proxyOptions.tls != null ? proxyOptions.tls : {}; + this.timeout = (_a = options === null || options === void 0 ? void 0 : options.timeout) !== null && _a !== void 0 ? _a : null; + } + /** + * Initiates a SOCKS connection to the specified SOCKS proxy server, + * which in turn connects to the specified remote host and port. + * + * @api protected + */ + callback(req, opts) { + var _a; + return __awaiter(this, void 0, void 0, function* () { + const { shouldLookup, proxy, timeout } = this; + let { host, port, lookup: lookupCallback } = opts; + if (host == null) { + throw new Error('No `host` defined!'); + } + if (shouldLookup) { + // Client-side DNS resolution for "4" and "5" socks proxy versions. + host = yield new Promise((resolve, reject) => { + // Use the request's custom lookup, if one was configured: + const lookupFn = lookupCallback !== null && lookupCallback !== void 0 ? lookupCallback : dns_1.default.lookup; + lookupFn(host, {}, (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + } + const socksOpts = { + proxy, + destination: { host, port }, + command: 'connect', + timeout: timeout !== null && timeout !== void 0 ? timeout : undefined + }; + const cleanup = (tlsSocket) => { + req.destroy(); + socket.destroy(); + if (tlsSocket) + tlsSocket.destroy(); + }; + debug('Creating socks proxy connection: %o', socksOpts); + const { socket } = yield socks_1.SocksClient.createConnection(socksOpts); + debug('Successfully created socks proxy connection'); + if (timeout !== null) { + socket.setTimeout(timeout); + socket.on('timeout', () => cleanup()); + } + if (opts.secureEndpoint) { + // The proxy is connecting to a TLS server, so upgrade + // this socket connection to a TLS connection. + debug('Upgrading socket connection to TLS'); + const servername = (_a = opts.servername) !== null && _a !== void 0 ? _a : opts.host; + const tlsSocket = tls_1.default.connect(Object.assign(Object.assign(Object.assign({}, omit(opts, 'host', 'hostname', 'path', 'port')), { socket, + servername }), this.tlsConnectionOptions)); + tlsSocket.once('error', (error) => { + debug('socket TLS error', error.message); + cleanup(tlsSocket); + }); + return tlsSocket; + } + return socket; + }); + } +} +exports.SocksProxyAgent = SocksProxyAgent; +function omit(obj, ...keys) { + const ret = {}; + let key; + for (key in obj) { + if (!keys.includes(key)) { + ret[key] = obj[key]; + } + } + return ret; +} +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/socks-proxy-agent/dist/index.js.map b/node_modules/socks-proxy-agent/dist/index.js.map new file mode 100644 index 0000000..96d8fab --- /dev/null +++ b/node_modules/socks-proxy-agent/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/socks-proxy-agent/package.json b/node_modules/socks-proxy-agent/package.json new file mode 100644 index 0000000..e9b655a --- /dev/null +++ b/node_modules/socks-proxy-agent/package.json @@ -0,0 +1,181 @@ +{ + "name": "socks-proxy-agent", + "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", + "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", + "version": "6.2.1", + "main": "dist/index.js", + "author": { + "email": "nathan@tootallnate.net", + "name": "Nathan Rajlich", + "url": "http://n8.io/" + }, + "contributors": [ + { + "name": "Kiko Beats", + "email": "josefrancisco.verdu@gmail.com" + }, + { + "name": "Josh Glazebrook", + "email": "josh@joshglazebrook.com" + }, + { + "name": "talmobi", + "email": "talmobi@users.noreply.github.com" + }, + { + "name": "Indospace.io", + "email": "justin@indospace.io" + }, + { + "name": "Kilian von Pflugk", + "email": "github@jumoog.io" + }, + { + "name": "Kyle", + "email": "admin@hk1229.cn" + }, + { + "name": "Matheus Fernandes", + "email": "matheus.frndes@gmail.com" + }, + { + "name": "Ricky Miller", + "email": "richardkazuomiller@gmail.com" + }, + { + "name": "Shantanu Sharma", + "email": "shantanu34@outlook.com" + }, + { + "name": "Tim Perry", + "email": "pimterry@gmail.com" + }, + { + "name": "Vadim Baryshev", + "email": "vadimbaryshev@gmail.com" + }, + { + "name": "jigu", + "email": "luo1257857309@gmail.com" + }, + { + "name": "Alba Mendez", + "email": "me@jmendeth.com" + }, + { + "name": "Дмитрий Гуденков", + "email": "Dimangud@rambler.ru" + }, + { + "name": "Andrei Bitca", + "email": "63638922+andrei-bitca-dc@users.noreply.github.com" + }, + { + "name": "Andrew Casey", + "email": "amcasey@users.noreply.github.com" + }, + { + "name": "Brandon Ros", + "email": "brandonros1@gmail.com" + }, + { + "name": "Dang Duy Thanh", + "email": "thanhdd.it@gmail.com" + }, + { + "name": "Dimitar Nestorov", + "email": "8790386+dimitarnestorov@users.noreply.github.com" + } + ], + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git" + }, + "bugs": { + "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues" + }, + "keywords": [ + "agent", + "http", + "https", + "proxy", + "socks", + "socks4", + "socks4a", + "socks5", + "socks5h" + ], + "dependencies": { + "agent-base": "^6.0.2", + "debug": "^4.3.3", + "socks": "^2.6.2" + }, + "devDependencies": { + "@commitlint/cli": "latest", + "@commitlint/config-conventional": "latest", + "@types/debug": "latest", + "@types/node": "latest", + "cacheable-lookup": "^6.0.4", + "conventional-github-releaser": "latest", + "dns2": "latest", + "finepack": "latest", + "git-authors-cli": "latest", + "mocha": "9", + "nano-staged": "latest", + "npm-check-updates": "latest", + "prettier-standard": "latest", + "raw-body": "latest", + "rimraf": "latest", + "simple-git-hooks": "latest", + "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event", + "standard": "latest", + "standard-markdown": "latest", + "standard-version": "latest", + "ts-standard": "latest", + "typescript": "latest" + }, + "engines": { + "node": ">= 10" + }, + "files": [ + "dist" + ], + "scripts": { + "build": "tsc", + "clean": "rimraf node_modules", + "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", + "lint": "ts-standard", + "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", + "prebuild": "rimraf dist", + "prepublishOnly": "npm run build", + "prerelease": "npm run update:check && npm run contributors", + "release": "standard-version -a", + "release:github": "conventional-github-releaser -p angular", + "release:tags": "git push --follow-tags origin HEAD:master", + "test": "mocha --reporter spec", + "update": "ncu -u", + "update:check": "ncu -- --error-level 2" + }, + "license": "MIT", + "commitlint": { + "extends": [ + "@commitlint/config-conventional" + ] + }, + "nano-staged": { + "*.js": [ + "prettier-standard" + ], + "*.md": [ + "standard-markdown" + ], + "package.json": [ + "finepack" + ] + }, + "simple-git-hooks": { + "commit-msg": "npx commitlint --edit", + "pre-commit": "npx nano-staged" + }, + "typings": "dist/index.d.ts" +} diff --git a/node_modules/socks/.eslintrc.cjs b/node_modules/socks/.eslintrc.cjs new file mode 100644 index 0000000..cc5d089 --- /dev/null +++ b/node_modules/socks/.eslintrc.cjs @@ -0,0 +1,11 @@ +module.exports = { + root: true, + parser: '@typescript-eslint/parser', + plugins: [ + '@typescript-eslint', + ], + extends: [ + 'eslint:recommended', + 'plugin:@typescript-eslint/recommended', + ], +}; \ No newline at end of file diff --git a/node_modules/socks/.prettierrc.yaml b/node_modules/socks/.prettierrc.yaml new file mode 100644 index 0000000..d7b7335 --- /dev/null +++ b/node_modules/socks/.prettierrc.yaml @@ -0,0 +1,7 @@ +parser: typescript +printWidth: 80 +tabWidth: 2 +singleQuote: true +trailingComma: all +arrowParens: always +bracketSpacing: false \ No newline at end of file diff --git a/node_modules/socks/LICENSE b/node_modules/socks/LICENSE new file mode 100644 index 0000000..b2442a9 --- /dev/null +++ b/node_modules/socks/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013 Josh Glazebrook + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/socks/README.md b/node_modules/socks/README.md new file mode 100644 index 0000000..b796220 --- /dev/null +++ b/node_modules/socks/README.md @@ -0,0 +1,686 @@ +# socks [![Build Status](https://travis-ci.org/JoshGlazebrook/socks.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/socks) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/socks/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/socks?branch=v2) + +Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. + +> Looking for Node.js agent? Check [node-socks-proxy-agent](https://github.com/TooTallNate/node-socks-proxy-agent). + +### Features + +* Supports SOCKS v4, v4a, v5, and v5h protocols. +* Supports the CONNECT, BIND, and ASSOCIATE commands. +* Supports callbacks, promises, and events for proxy connection creation async flow control. +* Supports proxy chaining (CONNECT only). +* Supports user/password authentication. +* Supports custom authentication. +* Built in UDP frame creation & parse functions. +* Created with TypeScript, type definitions are provided. + +### Requirements + +* Node.js v10.0+ (Please use [v1](https://github.com/JoshGlazebrook/socks/tree/82d83923ad960693d8b774cafe17443ded7ed584) for older versions of Node.js) + +### Looking for v1? +* Docs for v1 are available [here](https://github.com/JoshGlazebrook/socks/tree/82d83923ad960693d8b774cafe17443ded7ed584) + +## Installation + +`yarn add socks` + +or + +`npm install --save socks` + +## Usage + +```typescript +// TypeScript +import { SocksClient, SocksClientOptions, SocksClientChainOptions } from 'socks'; + +// ES6 JavaScript +import { SocksClient } from 'socks'; + +// Legacy JavaScript +const SocksClient = require('socks').SocksClient; +``` + +## Quick Start Example + +Connect to github.com (192.30.253.113) on port 80, using a SOCKS proxy. + +```javascript +const options = { + proxy: { + host: '159.203.75.200', // ipv4 or ipv6 or hostname + port: 1080, + type: 5 // Proxy version (4 or 5) + }, + + command: 'connect', // SOCKS command (createConnection factory function only supports the connect command) + + destination: { + host: '192.30.253.113', // github.com (hostname lookups are supported with SOCKS v4a and 5) + port: 80 + } +}; + +// Async/Await +try { + const info = await SocksClient.createConnection(options); + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) +} catch (err) { + // Handle errors +} + +// Promises +SocksClient.createConnection(options) +.then(info => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) +}) +.catch(err => { + // Handle errors +}); + +// Callbacks +SocksClient.createConnection(options, (err, info) => { + if (!err) { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) + } else { + // Handle errors + } +}); +``` + +## Chaining Proxies + +**Note:** Chaining is only supported when using the SOCKS connect command, and chaining can only be done through the special factory chaining function. + +This example makes a proxy chain through two SOCKS proxies to ip-api.com. Once the connection to the destination is established it sends an HTTP request to get a JSON response that returns ip info for the requesting ip. + +```javascript +const options = { + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + command: 'connect', // Only the connect command is supported when chaining proxies. + proxies: [ // The chain order is the order in the proxies array, meaning the last proxy will establish a connection to the destination. + { + host: '159.203.75.235', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + }, + { + host: '104.131.124.203', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + } + ] +} + +// Async/Await +try { + const info = await SocksClient.createConnectionChain(options); + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + console.log(info.socket.remoteAddress) // The remote address of the returned socket is the first proxy in the chain. + // 159.203.75.235 + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy in the chain (104.131.124.203) is connected to it. + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); +} catch (err) { + // Handle errors +} + +// Promises +SocksClient.createConnectionChain(options) +.then(info => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) + + console.log(info.socket.remoteAddress) // The remote address of the returned socket is the first proxy in the chain. + // 159.203.75.235 + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy in the chain (104.131.124.203) is connected to it. + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); +}) +.catch(err => { + // Handle errors +}); + +// Callbacks +SocksClient.createConnectionChain(options, (err, info) => { + if (!err) { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) + + console.log(info.socket.remoteAddress) // The remote address of the returned socket is the first proxy in the chain. + // 159.203.75.235 + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy in the chain (104.131.124.203) is connected to it. + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); + } else { + // Handle errors + } +}); +``` + +## Bind Example (TCP Relay) + +When the bind command is sent to a SOCKS v4/v5 proxy server, the proxy server starts listening on a new TCP port and the proxy relays then remote host information back to the client. When another remote client connects to the proxy server on this port the SOCKS proxy sends a notification that an incoming connection has been accepted to the initial client and a full duplex stream is now established to the initial client and the client that connected to that special port. + +```javascript +const options = { + proxy: { + host: '159.203.75.235', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + }, + + command: 'bind', + + // When using BIND, the destination should be the remote client that is expected to connect to the SOCKS proxy. Using 0.0.0.0 makes the Proxy accept any incoming connection on that port. + destination: { + host: '0.0.0.0', + port: 0 + } +}; + +// Creates a new SocksClient instance. +const client = new SocksClient(options); + +// When the SOCKS proxy has bound a new port and started listening, this event is fired. +client.on('bound', info => { + console.log(info.remoteHost); + /* + { + host: "159.203.75.235", + port: 57362 + } + */ +}); + +// When a client connects to the newly bound port on the SOCKS proxy, this event is fired. +client.on('established', info => { + // info.remoteHost is the remote address of the client that connected to the SOCKS proxy. + console.log(info.remoteHost); + /* + host: 67.171.34.23, + port: 49823 + */ + + console.log(info.socket); + // (This is a raw net.Socket that is a connection between the initial client and the remote client that connected to the proxy) + + // Handle received data... + info.socket.on('data', data => { + console.log('recv', data); + }); +}); + +// An error occurred trying to establish this SOCKS connection. +client.on('error', err => { + console.error(err); +}); + +// Start connection to proxy +client.connect(); +``` + +## Associate Example (UDP Relay) + +When the associate command is sent to a SOCKS v5 proxy server, it sets up a UDP relay that allows the client to send UDP packets to a remote host through the proxy server, and also receive UDP packet responses back through the proxy server. + +```javascript +const options = { + proxy: { + host: '159.203.75.235', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + }, + + command: 'associate', + + // When using associate, the destination should be the remote client that is expected to send UDP packets to the proxy server to be forwarded. This should be your local ip, or optionally the wildcard address (0.0.0.0) UDP Client <-> Proxy <-> UDP Client + destination: { + host: '0.0.0.0', + port: 0 + } +}; + +// Create a local UDP socket for sending packets to the proxy. +const udpSocket = dgram.createSocket('udp4'); +udpSocket.bind(); + +// Listen for incoming UDP packets from the proxy server. +udpSocket.on('message', (message, rinfo) => { + console.log(SocksClient.parseUDPFrame(message)); + /* + { frameNumber: 0, + remoteHost: { host: '165.227.108.231', port: 4444 }, // The remote host that replied with a UDP packet + data: // The data + } + */ +}); + +let client = new SocksClient(associateOptions); + +// When the UDP relay is established, this event is fired and includes the UDP relay port to send data to on the proxy server. +client.on('established', info => { + console.log(info.remoteHost); + /* + { + host: '159.203.75.235', + port: 44711 + } + */ + + // Send 'hello' to 165.227.108.231:4444 + const packet = SocksClient.createUDPFrame({ + remoteHost: { host: '165.227.108.231', port: 4444 }, + data: Buffer.from(line) + }); + udpSocket.send(packet, info.remoteHost.port, info.remoteHost.host); +}); + +// Start connection +client.connect(); +``` + +**Note:** The associate TCP connection to the proxy must remain open for the UDP relay to work. + +## Additional Examples + +[Documentation](docs/index.md) + + +## Migrating from v1 + +Looking for a guide to migrate from v1? Look [here](docs/migratingFromV1.md) + +## Api Reference: + +**Note:** socks includes full TypeScript definitions. These can even be used without using TypeScript as most IDEs (such as VS Code) will use these type definition files for auto completion intellisense even in JavaScript files. + +* Class: SocksClient + * [new SocksClient(options[, callback])](#new-socksclientoptions) + * [Class Method: SocksClient.createConnection(options[, callback])](#class-method-socksclientcreateconnectionoptions-callback) + * [Class Method: SocksClient.createConnectionChain(options[, callback])](#class-method-socksclientcreateconnectionchainoptions-callback) + * [Class Method: SocksClient.createUDPFrame(options)](#class-method-socksclientcreateudpframedetails) + * [Class Method: SocksClient.parseUDPFrame(data)](#class-method-socksclientparseudpframedata) + * [Event: 'error'](#event-error) + * [Event: 'bound'](#event-bound) + * [Event: 'established'](#event-established) + * [client.connect()](#clientconnect) + * [client.socksClientOptions](#clientconnect) + +### SocksClient + +SocksClient establishes SOCKS proxy connections to remote destination hosts. These proxy connections are fully transparent to the server and once established act as full duplex streams. SOCKS v4, v4a, v5, and v5h are supported, as well as the connect, bind, and associate commands. + +SocksClient supports creating connections using callbacks, promises, and async/await flow control using two static factory functions createConnection and createConnectionChain. It also internally extends EventEmitter which results in allowing event handling based async flow control. + +**SOCKS Compatibility Table** + +Note: When using 4a please specify type: 4, and when using 5h please specify type 5. + +| Socks Version | TCP | UDP | IPv4 | IPv6 | Hostname | +| --- | :---: | :---: | :---: | :---: | :---: | +| SOCKS v4 | ✅ | ❌ | ✅ | ❌ | ❌ | +| SOCKS v4a | ✅ | ❌ | ✅ | ❌ | ✅ | +| SOCKS v5 (includes v5h) | ✅ | ✅ | ✅ | ✅ | ✅ | + +### new SocksClient(options) + +* ```options``` {SocksClientOptions} - An object describing the SOCKS proxy to use, the command to send and establish, and the destination host to connect to. + +### SocksClientOptions + +```typescript +{ + proxy: { + host: '159.203.75.200', // ipv4, ipv6, or hostname + port: 1080, + type: 5, // Proxy version (4 or 5). For v4a use 4, for v5h use 5. + + // Optional fields + userId: 'some username', // Used for SOCKS4 userId auth, and SOCKS5 user/pass auth in conjunction with password. + password: 'some password', // Used in conjunction with userId for user/pass auth for SOCKS5 proxies. + custom_auth_method: 0x80, // If using a custom auth method, specify the type here. If this is set, ALL other custom_auth_*** options must be set as well. + custom_auth_request_handler: async () =>. { + // This will be called when it's time to send the custom auth handshake. You must return a Buffer containing the data to send as your authentication. + return Buffer.from([0x01,0x02,0x03]); + }, + // This is the expected size (bytes) of the custom auth response from the proxy server. + custom_auth_response_size: 2, + // This is called when the auth response is received. The received packet is passed in as a Buffer, and you must return a boolean indicating the response from the server said your custom auth was successful or failed. + custom_auth_response_handler: async (data) => { + return data[1] === 0x00; + } + }, + + command: 'connect', // connect, bind, associate + + destination: { + host: '192.30.253.113', // ipv4, ipv6, hostname. Hostnames work with v4a and v5. + port: 80 + }, + + // Optional fields + timeout: 30000, // How long to wait to establish a proxy connection. (defaults to 30 seconds) + + set_tcp_nodelay: true // If true, will turn on the underlying sockets TCP_NODELAY option. +} +``` + +### Class Method: SocksClient.createConnection(options[, callback]) +* ```options``` { SocksClientOptions } - An object describing the SOCKS proxy to use, the command to send and establish, and the destination host to connect to. +* ```callback``` { Function } - Optional callback function that is called when the proxy connection is established, or an error occurs. +* ```returns``` { Promise } - A Promise is returned that is resolved when the proxy connection is established, or rejected when an error occurs. + +Creates a new proxy connection through the given proxy to the given destination host. This factory function supports callbacks and promises for async flow control. + +**Note:** If a callback function is provided, the promise will always resolve regardless of an error occurring. Please be sure to exclusively use either promises or callbacks when using this factory function. + +```typescript +const options = { + proxy: { + host: '159.203.75.200', // ipv4, ipv6, or hostname + port: 1080, + type: 5 // Proxy version (4 or 5) + }, + + command: 'connect', // connect, bind, associate + + destination: { + host: '192.30.253.113', // ipv4, ipv6, or hostname + port: 80 + } +} + +// Await/Async (uses a Promise) +try { + const info = await SocksClient.createConnection(options); + console.log(info); + /* + { + socket: , // Raw net.Socket + } + */ + / (this is a raw net.Socket that is established to the destination host through the given proxy server) + +} catch (err) { + // Handle error... +} + +// Promise +SocksClient.createConnection(options) +.then(info => { + console.log(info); + /* + { + socket: , // Raw net.Socket + } + */ +}) +.catch(err => { + // Handle error... +}); + +// Callback +SocksClient.createConnection(options, (err, info) => { + if (!err) { + console.log(info); + /* + { + socket: , // Raw net.Socket + } + */ + } else { + // Handle error... + } +}); +``` + +### Class Method: SocksClient.createConnectionChain(options[, callback]) +* ```options``` { SocksClientChainOptions } - An object describing a list of SOCKS proxies to use, the command to send and establish, and the destination host to connect to. +* ```callback``` { Function } - Optional callback function that is called when the proxy connection chain is established, or an error occurs. +* ```returns``` { Promise } - A Promise is returned that is resolved when the proxy connection chain is established, or rejected when an error occurs. + +Creates a new proxy connection chain through a list of at least two SOCKS proxies to the given destination host. This factory method supports callbacks and promises for async flow control. + +**Note:** If a callback function is provided, the promise will always resolve regardless of an error occurring. Please be sure to exclusively use either promises or callbacks when using this factory function. + +**Note:** At least two proxies must be provided for the chain to be established. + +```typescript +const options = { + proxies: [ // The chain order is the order in the proxies array, meaning the last proxy will establish a connection to the destination. + { + host: '159.203.75.235', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + }, + { + host: '104.131.124.203', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + } + ] + + command: 'connect', // Only connect is supported in chaining mode. + + destination: { + host: '192.30.253.113', // ipv4, ipv6, hostname + port: 80 + } +} +``` + +### Class Method: SocksClient.createUDPFrame(details) +* ```details``` { SocksUDPFrameDetails } - An object containing the remote host, frame number, and frame data to use when creating a SOCKS UDP frame packet. +* ```returns``` { Buffer } - A Buffer containing all of the UDP frame data. + +Creates a SOCKS UDP frame relay packet that is sent and received via a SOCKS proxy when using the associate command for UDP packet forwarding. + +**SocksUDPFrameDetails** + +```typescript +{ + frameNumber: 0, // The frame number (used for breaking up larger packets) + + remoteHost: { // The remote host to have the proxy send data to, or the remote host that send this data. + host: '1.2.3.4', + port: 1234 + }, + + data: // A Buffer instance of data to include in the packet (actual data sent to the remote host) +} +interface SocksUDPFrameDetails { + // The frame number of the packet. + frameNumber?: number; + + // The remote host. + remoteHost: SocksRemoteHost; + + // The packet data. + data: Buffer; +} +``` + +### Class Method: SocksClient.parseUDPFrame(data) +* ```data``` { Buffer } - A Buffer instance containing SOCKS UDP frame data to parse. +* ```returns``` { SocksUDPFrameDetails } - An object containing the remote host, frame number, and frame data of the SOCKS UDP frame. + +```typescript +const frame = SocksClient.parseUDPFrame(data); +console.log(frame); +/* +{ + frameNumber: 0, + remoteHost: { + host: '1.2.3.4', + port: 1234 + }, + data: +} +*/ +``` + +Parses a Buffer instance and returns the parsed SocksUDPFrameDetails object. + +## Event: 'error' +* ```err``` { SocksClientError } - An Error object containing an error message and the original SocksClientOptions. + +This event is emitted if an error occurs when trying to establish the proxy connection. + +## Event: 'bound' +* ```info``` { SocksClientBoundEvent } An object containing a Socket and SocksRemoteHost info. + +This event is emitted when using the BIND command on a remote SOCKS proxy server. This event indicates the proxy server is now listening for incoming connections on a specified port. + +**SocksClientBoundEvent** +```typescript +{ + socket: net.Socket, // The underlying raw Socket + remoteHost: { + host: '1.2.3.4', // The remote host that is listening (usually the proxy itself) + port: 4444 // The remote port the proxy is listening on for incoming connections (when using BIND). + } +} +``` + +## Event: 'established' +* ```info``` { SocksClientEstablishedEvent } An object containing a Socket and SocksRemoteHost info. + +This event is emitted when the following conditions are met: +1. When using the CONNECT command, and a proxy connection has been established to the remote host. +2. When using the BIND command, and an incoming connection has been accepted by the proxy and a TCP relay has been established. +3. When using the ASSOCIATE command, and a UDP relay has been established. + +When using BIND, 'bound' is first emitted to indicate the SOCKS server is waiting for an incoming connection, and provides the remote port the SOCKS server is listening on. + +When using ASSOCIATE, 'established' is emitted with the remote UDP port the SOCKS server is accepting UDP frame packets on. + +**SocksClientEstablishedEvent** +```typescript +{ + socket: net.Socket, // The underlying raw Socket + remoteHost: { + host: '1.2.3.4', // The remote host that is listening (usually the proxy itself) + port: 52738 // The remote port the proxy is listening on for incoming connections (when using BIND). + } +} +``` + +## client.connect() + +Starts connecting to the remote SOCKS proxy server to establish a proxy connection to the destination host. + +## client.socksClientOptions +* ```returns``` { SocksClientOptions } The options that were passed to the SocksClient. + +Gets the options that were passed to the SocksClient when it was created. + + +**SocksClientError** +```typescript +{ // Subclassed from Error. + message: 'An error has occurred', + options: { + // SocksClientOptions + } +} +``` + +# Further Reading: + +Please read the SOCKS 5 specifications for more information on how to use BIND and Associate. +http://www.ietf.org/rfc/rfc1928.txt + +# License + +This work is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License). diff --git a/node_modules/socks/build/client/socksclient.js b/node_modules/socks/build/client/socksclient.js new file mode 100644 index 0000000..c343916 --- /dev/null +++ b/node_modules/socks/build/client/socksclient.js @@ -0,0 +1,793 @@ +"use strict"; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SocksClientError = exports.SocksClient = void 0; +const events_1 = require("events"); +const net = require("net"); +const ip = require("ip"); +const smart_buffer_1 = require("smart-buffer"); +const constants_1 = require("../common/constants"); +const helpers_1 = require("../common/helpers"); +const receivebuffer_1 = require("../common/receivebuffer"); +const util_1 = require("../common/util"); +Object.defineProperty(exports, "SocksClientError", { enumerable: true, get: function () { return util_1.SocksClientError; } }); +class SocksClient extends events_1.EventEmitter { + constructor(options) { + super(); + this.options = Object.assign({}, options); + // Validate SocksClientOptions + (0, helpers_1.validateSocksClientOptions)(options); + // Default state + this.setState(constants_1.SocksClientState.Created); + } + /** + * Creates a new SOCKS connection. + * + * Note: Supports callbacks and promises. Only supports the connect command. + * @param options { SocksClientOptions } Options. + * @param callback { Function } An optional callback function. + * @returns { Promise } + */ + static createConnection(options, callback) { + return new Promise((resolve, reject) => { + // Validate SocksClientOptions + try { + (0, helpers_1.validateSocksClientOptions)(options, ['connect']); + } + catch (err) { + if (typeof callback === 'function') { + callback(err); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + return resolve(err); // Resolves pending promise (prevents memory leaks). + } + else { + return reject(err); + } + } + const client = new SocksClient(options); + client.connect(options.existing_socket); + client.once('established', (info) => { + client.removeAllListeners(); + if (typeof callback === 'function') { + callback(null, info); + resolve(info); // Resolves pending promise (prevents memory leaks). + } + else { + resolve(info); + } + }); + // Error occurred, failed to establish connection. + client.once('error', (err) => { + client.removeAllListeners(); + if (typeof callback === 'function') { + callback(err); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + resolve(err); // Resolves pending promise (prevents memory leaks). + } + else { + reject(err); + } + }); + }); + } + /** + * Creates a new SOCKS connection chain to a destination host through 2 or more SOCKS proxies. + * + * Note: Supports callbacks and promises. Only supports the connect method. + * Note: Implemented via createConnection() factory function. + * @param options { SocksClientChainOptions } Options + * @param callback { Function } An optional callback function. + * @returns { Promise } + */ + static createConnectionChain(options, callback) { + // eslint-disable-next-line no-async-promise-executor + return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () { + // Validate SocksClientChainOptions + try { + (0, helpers_1.validateSocksClientChainOptions)(options); + } + catch (err) { + if (typeof callback === 'function') { + callback(err); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + return resolve(err); // Resolves pending promise (prevents memory leaks). + } + else { + return reject(err); + } + } + // Shuffle proxies + if (options.randomizeChain) { + (0, util_1.shuffleArray)(options.proxies); + } + try { + let sock; + for (let i = 0; i < options.proxies.length; i++) { + const nextProxy = options.proxies[i]; + // If we've reached the last proxy in the chain, the destination is the actual destination, otherwise it's the next proxy. + const nextDestination = i === options.proxies.length - 1 + ? options.destination + : { + host: options.proxies[i + 1].host || + options.proxies[i + 1].ipaddress, + port: options.proxies[i + 1].port, + }; + // Creates the next connection in the chain. + const result = yield SocksClient.createConnection({ + command: 'connect', + proxy: nextProxy, + destination: nextDestination, + existing_socket: sock, + }); + // If sock is undefined, assign it here. + sock = sock || result.socket; + } + if (typeof callback === 'function') { + callback(null, { socket: sock }); + resolve({ socket: sock }); // Resolves pending promise (prevents memory leaks). + } + else { + resolve({ socket: sock }); + } + } + catch (err) { + if (typeof callback === 'function') { + callback(err); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + resolve(err); // Resolves pending promise (prevents memory leaks). + } + else { + reject(err); + } + } + })); + } + /** + * Creates a SOCKS UDP Frame. + * @param options + */ + static createUDPFrame(options) { + const buff = new smart_buffer_1.SmartBuffer(); + buff.writeUInt16BE(0); + buff.writeUInt8(options.frameNumber || 0); + // IPv4/IPv6/Hostname + if (net.isIPv4(options.remoteHost.host)) { + buff.writeUInt8(constants_1.Socks5HostType.IPv4); + buff.writeUInt32BE(ip.toLong(options.remoteHost.host)); + } + else if (net.isIPv6(options.remoteHost.host)) { + buff.writeUInt8(constants_1.Socks5HostType.IPv6); + buff.writeBuffer(ip.toBuffer(options.remoteHost.host)); + } + else { + buff.writeUInt8(constants_1.Socks5HostType.Hostname); + buff.writeUInt8(Buffer.byteLength(options.remoteHost.host)); + buff.writeString(options.remoteHost.host); + } + // Port + buff.writeUInt16BE(options.remoteHost.port); + // Data + buff.writeBuffer(options.data); + return buff.toBuffer(); + } + /** + * Parses a SOCKS UDP frame. + * @param data + */ + static parseUDPFrame(data) { + const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); + buff.readOffset = 2; + const frameNumber = buff.readUInt8(); + const hostType = buff.readUInt8(); + let remoteHost; + if (hostType === constants_1.Socks5HostType.IPv4) { + remoteHost = ip.fromLong(buff.readUInt32BE()); + } + else if (hostType === constants_1.Socks5HostType.IPv6) { + remoteHost = ip.toString(buff.readBuffer(16)); + } + else { + remoteHost = buff.readString(buff.readUInt8()); + } + const remotePort = buff.readUInt16BE(); + return { + frameNumber, + remoteHost: { + host: remoteHost, + port: remotePort, + }, + data: buff.readBuffer(), + }; + } + /** + * Internal state setter. If the SocksClient is in an error state, it cannot be changed to a non error state. + */ + setState(newState) { + if (this.state !== constants_1.SocksClientState.Error) { + this.state = newState; + } + } + /** + * Starts the connection establishment to the proxy and destination. + * @param existingSocket Connected socket to use instead of creating a new one (internal use). + */ + connect(existingSocket) { + this.onDataReceived = (data) => this.onDataReceivedHandler(data); + this.onClose = () => this.onCloseHandler(); + this.onError = (err) => this.onErrorHandler(err); + this.onConnect = () => this.onConnectHandler(); + // Start timeout timer (defaults to 30 seconds) + const timer = setTimeout(() => this.onEstablishedTimeout(), this.options.timeout || constants_1.DEFAULT_TIMEOUT); + // check whether unref is available as it differs from browser to NodeJS (#33) + if (timer.unref && typeof timer.unref === 'function') { + timer.unref(); + } + // If an existing socket is provided, use it to negotiate SOCKS handshake. Otherwise create a new Socket. + if (existingSocket) { + this.socket = existingSocket; + } + else { + this.socket = new net.Socket(); + } + // Attach Socket error handlers. + this.socket.once('close', this.onClose); + this.socket.once('error', this.onError); + this.socket.once('connect', this.onConnect); + this.socket.on('data', this.onDataReceived); + this.setState(constants_1.SocksClientState.Connecting); + this.receiveBuffer = new receivebuffer_1.ReceiveBuffer(); + if (existingSocket) { + this.socket.emit('connect'); + } + else { + this.socket.connect(this.getSocketOptions()); + if (this.options.set_tcp_nodelay !== undefined && + this.options.set_tcp_nodelay !== null) { + this.socket.setNoDelay(!!this.options.set_tcp_nodelay); + } + } + // Listen for established event so we can re-emit any excess data received during handshakes. + this.prependOnceListener('established', (info) => { + setImmediate(() => { + if (this.receiveBuffer.length > 0) { + const excessData = this.receiveBuffer.get(this.receiveBuffer.length); + info.socket.emit('data', excessData); + } + info.socket.resume(); + }); + }); + } + // Socket options (defaults host/port to options.proxy.host/options.proxy.port) + getSocketOptions() { + return Object.assign(Object.assign({}, this.options.socket_options), { host: this.options.proxy.host || this.options.proxy.ipaddress, port: this.options.proxy.port }); + } + /** + * Handles internal Socks timeout callback. + * Note: If the Socks client is not BoundWaitingForConnection or Established, the connection will be closed. + */ + onEstablishedTimeout() { + if (this.state !== constants_1.SocksClientState.Established && + this.state !== constants_1.SocksClientState.BoundWaitingForConnection) { + this.closeSocket(constants_1.ERRORS.ProxyConnectionTimedOut); + } + } + /** + * Handles Socket connect event. + */ + onConnectHandler() { + this.setState(constants_1.SocksClientState.Connected); + // Send initial handshake. + if (this.options.proxy.type === 4) { + this.sendSocks4InitialHandshake(); + } + else { + this.sendSocks5InitialHandshake(); + } + this.setState(constants_1.SocksClientState.SentInitialHandshake); + } + /** + * Handles Socket data event. + * @param data + */ + onDataReceivedHandler(data) { + /* + All received data is appended to a ReceiveBuffer. + This makes sure that all the data we need is received before we attempt to process it. + */ + this.receiveBuffer.append(data); + // Process data that we have. + this.processData(); + } + /** + * Handles processing of the data we have received. + */ + processData() { + // If we have enough data to process the next step in the SOCKS handshake, proceed. + while (this.state !== constants_1.SocksClientState.Established && + this.state !== constants_1.SocksClientState.Error && + this.receiveBuffer.length >= this.nextRequiredPacketBufferSize) { + // Sent initial handshake, waiting for response. + if (this.state === constants_1.SocksClientState.SentInitialHandshake) { + if (this.options.proxy.type === 4) { + // Socks v4 only has one handshake response. + this.handleSocks4FinalHandshakeResponse(); + } + else { + // Socks v5 has two handshakes, handle initial one here. + this.handleInitialSocks5HandshakeResponse(); + } + // Sent auth request for Socks v5, waiting for response. + } + else if (this.state === constants_1.SocksClientState.SentAuthentication) { + this.handleInitialSocks5AuthenticationHandshakeResponse(); + // Sent final Socks v5 handshake, waiting for final response. + } + else if (this.state === constants_1.SocksClientState.SentFinalHandshake) { + this.handleSocks5FinalHandshakeResponse(); + // Socks BIND established. Waiting for remote connection via proxy. + } + else if (this.state === constants_1.SocksClientState.BoundWaitingForConnection) { + if (this.options.proxy.type === 4) { + this.handleSocks4IncomingConnectionResponse(); + } + else { + this.handleSocks5IncomingConnectionResponse(); + } + } + else { + this.closeSocket(constants_1.ERRORS.InternalError); + break; + } + } + } + /** + * Handles Socket close event. + * @param had_error + */ + onCloseHandler() { + this.closeSocket(constants_1.ERRORS.SocketClosed); + } + /** + * Handles Socket error event. + * @param err + */ + onErrorHandler(err) { + this.closeSocket(err.message); + } + /** + * Removes internal event listeners on the underlying Socket. + */ + removeInternalSocketHandlers() { + // Pauses data flow of the socket (this is internally resumed after 'established' is emitted) + this.socket.pause(); + this.socket.removeListener('data', this.onDataReceived); + this.socket.removeListener('close', this.onClose); + this.socket.removeListener('error', this.onError); + this.socket.removeListener('connect', this.onConnect); + } + /** + * Closes and destroys the underlying Socket. Emits an error event. + * @param err { String } An error string to include in error event. + */ + closeSocket(err) { + // Make sure only one 'error' event is fired for the lifetime of this SocksClient instance. + if (this.state !== constants_1.SocksClientState.Error) { + // Set internal state to Error. + this.setState(constants_1.SocksClientState.Error); + // Destroy Socket + this.socket.destroy(); + // Remove internal listeners + this.removeInternalSocketHandlers(); + // Fire 'error' event. + this.emit('error', new util_1.SocksClientError(err, this.options)); + } + } + /** + * Sends initial Socks v4 handshake request. + */ + sendSocks4InitialHandshake() { + const userId = this.options.proxy.userId || ''; + const buff = new smart_buffer_1.SmartBuffer(); + buff.writeUInt8(0x04); + buff.writeUInt8(constants_1.SocksCommand[this.options.command]); + buff.writeUInt16BE(this.options.destination.port); + // Socks 4 (IPv4) + if (net.isIPv4(this.options.destination.host)) { + buff.writeBuffer(ip.toBuffer(this.options.destination.host)); + buff.writeStringNT(userId); + // Socks 4a (hostname) + } + else { + buff.writeUInt8(0x00); + buff.writeUInt8(0x00); + buff.writeUInt8(0x00); + buff.writeUInt8(0x01); + buff.writeStringNT(userId); + buff.writeStringNT(this.options.destination.host); + } + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks4Response; + this.socket.write(buff.toBuffer()); + } + /** + * Handles Socks v4 handshake response. + * @param data + */ + handleSocks4FinalHandshakeResponse() { + const data = this.receiveBuffer.get(8); + if (data[1] !== constants_1.Socks4Response.Granted) { + this.closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedConnection} - (${constants_1.Socks4Response[data[1]]})`); + } + else { + // Bind response + if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) { + const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); + buff.readOffset = 2; + const remoteHost = { + port: buff.readUInt16BE(), + host: ip.fromLong(buff.readUInt32BE()), + }; + // If host is 0.0.0.0, set to proxy host. + if (remoteHost.host === '0.0.0.0') { + remoteHost.host = this.options.proxy.ipaddress; + } + this.setState(constants_1.SocksClientState.BoundWaitingForConnection); + this.emit('bound', { remoteHost, socket: this.socket }); + // Connect response + } + else { + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { socket: this.socket }); + } + } + } + /** + * Handles Socks v4 incoming connection request (BIND) + * @param data + */ + handleSocks4IncomingConnectionResponse() { + const data = this.receiveBuffer.get(8); + if (data[1] !== constants_1.Socks4Response.Granted) { + this.closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${constants_1.Socks4Response[data[1]]})`); + } + else { + const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); + buff.readOffset = 2; + const remoteHost = { + port: buff.readUInt16BE(), + host: ip.fromLong(buff.readUInt32BE()), + }; + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { remoteHost, socket: this.socket }); + } + } + /** + * Sends initial Socks v5 handshake request. + */ + sendSocks5InitialHandshake() { + const buff = new smart_buffer_1.SmartBuffer(); + // By default we always support no auth. + const supportedAuthMethods = [constants_1.Socks5Auth.NoAuth]; + // We should only tell the proxy we support user/pass auth if auth info is actually provided. + // Note: As of Tor v0.3.5.7+, if user/pass auth is an option from the client, by default it will always take priority. + if (this.options.proxy.userId || this.options.proxy.password) { + supportedAuthMethods.push(constants_1.Socks5Auth.UserPass); + } + // Custom auth method? + if (this.options.proxy.custom_auth_method !== undefined) { + supportedAuthMethods.push(this.options.proxy.custom_auth_method); + } + // Build handshake packet + buff.writeUInt8(0x05); + buff.writeUInt8(supportedAuthMethods.length); + for (const authMethod of supportedAuthMethods) { + buff.writeUInt8(authMethod); + } + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5InitialHandshakeResponse; + this.socket.write(buff.toBuffer()); + this.setState(constants_1.SocksClientState.SentInitialHandshake); + } + /** + * Handles initial Socks v5 handshake response. + * @param data + */ + handleInitialSocks5HandshakeResponse() { + const data = this.receiveBuffer.get(2); + if (data[0] !== 0x05) { + this.closeSocket(constants_1.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion); + } + else if (data[1] === constants_1.SOCKS5_NO_ACCEPTABLE_AUTH) { + this.closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType); + } + else { + // If selected Socks v5 auth method is no auth, send final handshake request. + if (data[1] === constants_1.Socks5Auth.NoAuth) { + this.socks5ChosenAuthType = constants_1.Socks5Auth.NoAuth; + this.sendSocks5CommandRequest(); + // If selected Socks v5 auth method is user/password, send auth handshake. + } + else if (data[1] === constants_1.Socks5Auth.UserPass) { + this.socks5ChosenAuthType = constants_1.Socks5Auth.UserPass; + this.sendSocks5UserPassAuthentication(); + // If selected Socks v5 auth method is the custom_auth_method, send custom handshake. + } + else if (data[1] === this.options.proxy.custom_auth_method) { + this.socks5ChosenAuthType = this.options.proxy.custom_auth_method; + this.sendSocks5CustomAuthentication(); + } + else { + this.closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType); + } + } + } + /** + * Sends Socks v5 user & password auth handshake. + * + * Note: No auth and user/pass are currently supported. + */ + sendSocks5UserPassAuthentication() { + const userId = this.options.proxy.userId || ''; + const password = this.options.proxy.password || ''; + const buff = new smart_buffer_1.SmartBuffer(); + buff.writeUInt8(0x01); + buff.writeUInt8(Buffer.byteLength(userId)); + buff.writeString(userId); + buff.writeUInt8(Buffer.byteLength(password)); + buff.writeString(password); + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5UserPassAuthenticationResponse; + this.socket.write(buff.toBuffer()); + this.setState(constants_1.SocksClientState.SentAuthentication); + } + sendSocks5CustomAuthentication() { + return __awaiter(this, void 0, void 0, function* () { + this.nextRequiredPacketBufferSize = + this.options.proxy.custom_auth_response_size; + this.socket.write(yield this.options.proxy.custom_auth_request_handler()); + this.setState(constants_1.SocksClientState.SentAuthentication); + }); + } + handleSocks5CustomAuthHandshakeResponse(data) { + return __awaiter(this, void 0, void 0, function* () { + return yield this.options.proxy.custom_auth_response_handler(data); + }); + } + handleSocks5AuthenticationNoAuthHandshakeResponse(data) { + return __awaiter(this, void 0, void 0, function* () { + return data[1] === 0x00; + }); + } + handleSocks5AuthenticationUserPassHandshakeResponse(data) { + return __awaiter(this, void 0, void 0, function* () { + return data[1] === 0x00; + }); + } + /** + * Handles Socks v5 auth handshake response. + * @param data + */ + handleInitialSocks5AuthenticationHandshakeResponse() { + return __awaiter(this, void 0, void 0, function* () { + this.setState(constants_1.SocksClientState.ReceivedAuthenticationResponse); + let authResult = false; + if (this.socks5ChosenAuthType === constants_1.Socks5Auth.NoAuth) { + authResult = yield this.handleSocks5AuthenticationNoAuthHandshakeResponse(this.receiveBuffer.get(2)); + } + else if (this.socks5ChosenAuthType === constants_1.Socks5Auth.UserPass) { + authResult = + yield this.handleSocks5AuthenticationUserPassHandshakeResponse(this.receiveBuffer.get(2)); + } + else if (this.socks5ChosenAuthType === this.options.proxy.custom_auth_method) { + authResult = yield this.handleSocks5CustomAuthHandshakeResponse(this.receiveBuffer.get(this.options.proxy.custom_auth_response_size)); + } + if (!authResult) { + this.closeSocket(constants_1.ERRORS.Socks5AuthenticationFailed); + } + else { + this.sendSocks5CommandRequest(); + } + }); + } + /** + * Sends Socks v5 final handshake request. + */ + sendSocks5CommandRequest() { + const buff = new smart_buffer_1.SmartBuffer(); + buff.writeUInt8(0x05); + buff.writeUInt8(constants_1.SocksCommand[this.options.command]); + buff.writeUInt8(0x00); + // ipv4, ipv6, domain? + if (net.isIPv4(this.options.destination.host)) { + buff.writeUInt8(constants_1.Socks5HostType.IPv4); + buff.writeBuffer(ip.toBuffer(this.options.destination.host)); + } + else if (net.isIPv6(this.options.destination.host)) { + buff.writeUInt8(constants_1.Socks5HostType.IPv6); + buff.writeBuffer(ip.toBuffer(this.options.destination.host)); + } + else { + buff.writeUInt8(constants_1.Socks5HostType.Hostname); + buff.writeUInt8(this.options.destination.host.length); + buff.writeString(this.options.destination.host); + } + buff.writeUInt16BE(this.options.destination.port); + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader; + this.socket.write(buff.toBuffer()); + this.setState(constants_1.SocksClientState.SentFinalHandshake); + } + /** + * Handles Socks v5 final handshake response. + * @param data + */ + handleSocks5FinalHandshakeResponse() { + // Peek at available data (we need at least 5 bytes to get the hostname length) + const header = this.receiveBuffer.peek(5); + if (header[0] !== 0x05 || header[1] !== constants_1.Socks5Response.Granted) { + this.closeSocket(`${constants_1.ERRORS.InvalidSocks5FinalHandshakeRejected} - ${constants_1.Socks5Response[header[1]]}`); + } + else { + // Read address type + const addressType = header[3]; + let remoteHost; + let buff; + // IPv4 + if (addressType === constants_1.Socks5HostType.IPv4) { + // Check if data is available. + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4; + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); + remoteHost = { + host: ip.fromLong(buff.readUInt32BE()), + port: buff.readUInt16BE(), + }; + // If given host is 0.0.0.0, assume remote proxy ip instead. + if (remoteHost.host === '0.0.0.0') { + remoteHost.host = this.options.proxy.ipaddress; + } + // Hostname + } + else if (addressType === constants_1.Socks5HostType.Hostname) { + const hostLength = header[4]; + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(hostLength); // header + host length + host + port + // Check if data is available. + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(5)); + remoteHost = { + host: buff.readString(hostLength), + port: buff.readUInt16BE(), + }; + // IPv6 + } + else if (addressType === constants_1.Socks5HostType.IPv6) { + // Check if data is available. + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6; + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); + remoteHost = { + host: ip.toString(buff.readBuffer(16)), + port: buff.readUInt16BE(), + }; + } + // We have everything we need + this.setState(constants_1.SocksClientState.ReceivedFinalResponse); + // If using CONNECT, the client is now in the established state. + if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.connect) { + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { remoteHost, socket: this.socket }); + } + else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) { + /* If using BIND, the Socks client is now in BoundWaitingForConnection state. + This means that the remote proxy server is waiting for a remote connection to the bound port. */ + this.setState(constants_1.SocksClientState.BoundWaitingForConnection); + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader; + this.emit('bound', { remoteHost, socket: this.socket }); + /* + If using Associate, the Socks client is now Established. And the proxy server is now accepting UDP packets at the + given bound port. This initial Socks TCP connection must remain open for the UDP relay to continue to work. + */ + } + else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.associate) { + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { + remoteHost, + socket: this.socket, + }); + } + } + } + /** + * Handles Socks v5 incoming connection request (BIND). + */ + handleSocks5IncomingConnectionResponse() { + // Peek at available data (we need at least 5 bytes to get the hostname length) + const header = this.receiveBuffer.peek(5); + if (header[0] !== 0x05 || header[1] !== constants_1.Socks5Response.Granted) { + this.closeSocket(`${constants_1.ERRORS.Socks5ProxyRejectedIncomingBoundConnection} - ${constants_1.Socks5Response[header[1]]}`); + } + else { + // Read address type + const addressType = header[3]; + let remoteHost; + let buff; + // IPv4 + if (addressType === constants_1.Socks5HostType.IPv4) { + // Check if data is available. + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4; + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); + remoteHost = { + host: ip.fromLong(buff.readUInt32BE()), + port: buff.readUInt16BE(), + }; + // If given host is 0.0.0.0, assume remote proxy ip instead. + if (remoteHost.host === '0.0.0.0') { + remoteHost.host = this.options.proxy.ipaddress; + } + // Hostname + } + else if (addressType === constants_1.Socks5HostType.Hostname) { + const hostLength = header[4]; + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(hostLength); // header + host length + port + // Check if data is available. + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(5)); + remoteHost = { + host: buff.readString(hostLength), + port: buff.readUInt16BE(), + }; + // IPv6 + } + else if (addressType === constants_1.Socks5HostType.IPv6) { + // Check if data is available. + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6; + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); + remoteHost = { + host: ip.toString(buff.readBuffer(16)), + port: buff.readUInt16BE(), + }; + } + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { remoteHost, socket: this.socket }); + } + } + get socksClientOptions() { + return Object.assign({}, this.options); + } +} +exports.SocksClient = SocksClient; +//# sourceMappingURL=socksclient.js.map \ No newline at end of file diff --git a/node_modules/socks/build/client/socksclient.js.map b/node_modules/socks/build/client/socksclient.js.map new file mode 100644 index 0000000..f01f317 --- /dev/null +++ b/node_modules/socks/build/client/socksclient.js.map @@ -0,0 +1 @@ +{"version":3,"file":"socksclient.js","sourceRoot":"","sources":["../../src/client/socksclient.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/socks/build/common/constants.js b/node_modules/socks/build/common/constants.js new file mode 100644 index 0000000..3c9ff90 --- /dev/null +++ b/node_modules/socks/build/common/constants.js @@ -0,0 +1,114 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SOCKS5_NO_ACCEPTABLE_AUTH = exports.SOCKS5_CUSTOM_AUTH_END = exports.SOCKS5_CUSTOM_AUTH_START = exports.SOCKS_INCOMING_PACKET_SIZES = exports.SocksClientState = exports.Socks5Response = exports.Socks5HostType = exports.Socks5Auth = exports.Socks4Response = exports.SocksCommand = exports.ERRORS = exports.DEFAULT_TIMEOUT = void 0; +const DEFAULT_TIMEOUT = 30000; +exports.DEFAULT_TIMEOUT = DEFAULT_TIMEOUT; +// prettier-ignore +const ERRORS = { + InvalidSocksCommand: 'An invalid SOCKS command was provided. Valid options are connect, bind, and associate.', + InvalidSocksCommandForOperation: 'An invalid SOCKS command was provided. Only a subset of commands are supported for this operation.', + InvalidSocksCommandChain: 'An invalid SOCKS command was provided. Chaining currently only supports the connect command.', + InvalidSocksClientOptionsDestination: 'An invalid destination host was provided.', + InvalidSocksClientOptionsExistingSocket: 'An invalid existing socket was provided. This should be an instance of stream.Duplex.', + InvalidSocksClientOptionsProxy: 'Invalid SOCKS proxy details were provided.', + InvalidSocksClientOptionsTimeout: 'An invalid timeout value was provided. Please enter a value above 0 (in ms).', + InvalidSocksClientOptionsProxiesLength: 'At least two socks proxies must be provided for chaining.', + InvalidSocksClientOptionsCustomAuthRange: 'Custom auth must be a value between 0x80 and 0xFE.', + InvalidSocksClientOptionsCustomAuthOptions: 'When a custom_auth_method is provided, custom_auth_request_handler, custom_auth_response_size, and custom_auth_response_handler must also be provided and valid.', + NegotiationError: 'Negotiation error', + SocketClosed: 'Socket closed', + ProxyConnectionTimedOut: 'Proxy connection timed out', + InternalError: 'SocksClient internal error (this should not happen)', + InvalidSocks4HandshakeResponse: 'Received invalid Socks4 handshake response', + Socks4ProxyRejectedConnection: 'Socks4 Proxy rejected connection', + InvalidSocks4IncomingConnectionResponse: 'Socks4 invalid incoming connection response', + Socks4ProxyRejectedIncomingBoundConnection: 'Socks4 Proxy rejected incoming bound connection', + InvalidSocks5InitialHandshakeResponse: 'Received invalid Socks5 initial handshake response', + InvalidSocks5IntiailHandshakeSocksVersion: 'Received invalid Socks5 initial handshake (invalid socks version)', + InvalidSocks5InitialHandshakeNoAcceptedAuthType: 'Received invalid Socks5 initial handshake (no accepted authentication type)', + InvalidSocks5InitialHandshakeUnknownAuthType: 'Received invalid Socks5 initial handshake (unknown authentication type)', + Socks5AuthenticationFailed: 'Socks5 Authentication failed', + InvalidSocks5FinalHandshake: 'Received invalid Socks5 final handshake response', + InvalidSocks5FinalHandshakeRejected: 'Socks5 proxy rejected connection', + InvalidSocks5IncomingConnectionResponse: 'Received invalid Socks5 incoming connection response', + Socks5ProxyRejectedIncomingBoundConnection: 'Socks5 Proxy rejected incoming bound connection', +}; +exports.ERRORS = ERRORS; +const SOCKS_INCOMING_PACKET_SIZES = { + Socks5InitialHandshakeResponse: 2, + Socks5UserPassAuthenticationResponse: 2, + // Command response + incoming connection (bind) + Socks5ResponseHeader: 5, + Socks5ResponseIPv4: 10, + Socks5ResponseIPv6: 22, + Socks5ResponseHostname: (hostNameLength) => hostNameLength + 7, + // Command response + incoming connection (bind) + Socks4Response: 8, // 2 header + 2 port + 4 ip +}; +exports.SOCKS_INCOMING_PACKET_SIZES = SOCKS_INCOMING_PACKET_SIZES; +var SocksCommand; +(function (SocksCommand) { + SocksCommand[SocksCommand["connect"] = 1] = "connect"; + SocksCommand[SocksCommand["bind"] = 2] = "bind"; + SocksCommand[SocksCommand["associate"] = 3] = "associate"; +})(SocksCommand || (SocksCommand = {})); +exports.SocksCommand = SocksCommand; +var Socks4Response; +(function (Socks4Response) { + Socks4Response[Socks4Response["Granted"] = 90] = "Granted"; + Socks4Response[Socks4Response["Failed"] = 91] = "Failed"; + Socks4Response[Socks4Response["Rejected"] = 92] = "Rejected"; + Socks4Response[Socks4Response["RejectedIdent"] = 93] = "RejectedIdent"; +})(Socks4Response || (Socks4Response = {})); +exports.Socks4Response = Socks4Response; +var Socks5Auth; +(function (Socks5Auth) { + Socks5Auth[Socks5Auth["NoAuth"] = 0] = "NoAuth"; + Socks5Auth[Socks5Auth["GSSApi"] = 1] = "GSSApi"; + Socks5Auth[Socks5Auth["UserPass"] = 2] = "UserPass"; +})(Socks5Auth || (Socks5Auth = {})); +exports.Socks5Auth = Socks5Auth; +const SOCKS5_CUSTOM_AUTH_START = 0x80; +exports.SOCKS5_CUSTOM_AUTH_START = SOCKS5_CUSTOM_AUTH_START; +const SOCKS5_CUSTOM_AUTH_END = 0xfe; +exports.SOCKS5_CUSTOM_AUTH_END = SOCKS5_CUSTOM_AUTH_END; +const SOCKS5_NO_ACCEPTABLE_AUTH = 0xff; +exports.SOCKS5_NO_ACCEPTABLE_AUTH = SOCKS5_NO_ACCEPTABLE_AUTH; +var Socks5Response; +(function (Socks5Response) { + Socks5Response[Socks5Response["Granted"] = 0] = "Granted"; + Socks5Response[Socks5Response["Failure"] = 1] = "Failure"; + Socks5Response[Socks5Response["NotAllowed"] = 2] = "NotAllowed"; + Socks5Response[Socks5Response["NetworkUnreachable"] = 3] = "NetworkUnreachable"; + Socks5Response[Socks5Response["HostUnreachable"] = 4] = "HostUnreachable"; + Socks5Response[Socks5Response["ConnectionRefused"] = 5] = "ConnectionRefused"; + Socks5Response[Socks5Response["TTLExpired"] = 6] = "TTLExpired"; + Socks5Response[Socks5Response["CommandNotSupported"] = 7] = "CommandNotSupported"; + Socks5Response[Socks5Response["AddressNotSupported"] = 8] = "AddressNotSupported"; +})(Socks5Response || (Socks5Response = {})); +exports.Socks5Response = Socks5Response; +var Socks5HostType; +(function (Socks5HostType) { + Socks5HostType[Socks5HostType["IPv4"] = 1] = "IPv4"; + Socks5HostType[Socks5HostType["Hostname"] = 3] = "Hostname"; + Socks5HostType[Socks5HostType["IPv6"] = 4] = "IPv6"; +})(Socks5HostType || (Socks5HostType = {})); +exports.Socks5HostType = Socks5HostType; +var SocksClientState; +(function (SocksClientState) { + SocksClientState[SocksClientState["Created"] = 0] = "Created"; + SocksClientState[SocksClientState["Connecting"] = 1] = "Connecting"; + SocksClientState[SocksClientState["Connected"] = 2] = "Connected"; + SocksClientState[SocksClientState["SentInitialHandshake"] = 3] = "SentInitialHandshake"; + SocksClientState[SocksClientState["ReceivedInitialHandshakeResponse"] = 4] = "ReceivedInitialHandshakeResponse"; + SocksClientState[SocksClientState["SentAuthentication"] = 5] = "SentAuthentication"; + SocksClientState[SocksClientState["ReceivedAuthenticationResponse"] = 6] = "ReceivedAuthenticationResponse"; + SocksClientState[SocksClientState["SentFinalHandshake"] = 7] = "SentFinalHandshake"; + SocksClientState[SocksClientState["ReceivedFinalResponse"] = 8] = "ReceivedFinalResponse"; + SocksClientState[SocksClientState["BoundWaitingForConnection"] = 9] = "BoundWaitingForConnection"; + SocksClientState[SocksClientState["Established"] = 10] = "Established"; + SocksClientState[SocksClientState["Disconnected"] = 11] = "Disconnected"; + SocksClientState[SocksClientState["Error"] = 99] = "Error"; +})(SocksClientState || (SocksClientState = {})); +exports.SocksClientState = SocksClientState; +//# sourceMappingURL=constants.js.map \ No newline at end of file diff --git a/node_modules/socks/build/common/constants.js.map b/node_modules/socks/build/common/constants.js.map new file mode 100644 index 0000000..c1e070d --- /dev/null +++ b/node_modules/socks/build/common/constants.js.map @@ -0,0 +1 @@ +{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/common/constants.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/socks/build/common/helpers.js b/node_modules/socks/build/common/helpers.js new file mode 100644 index 0000000..f84db8f --- /dev/null +++ b/node_modules/socks/build/common/helpers.js @@ -0,0 +1,128 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.validateSocksClientChainOptions = exports.validateSocksClientOptions = void 0; +const util_1 = require("./util"); +const constants_1 = require("./constants"); +const stream = require("stream"); +/** + * Validates the provided SocksClientOptions + * @param options { SocksClientOptions } + * @param acceptedCommands { string[] } A list of accepted SocksProxy commands. + */ +function validateSocksClientOptions(options, acceptedCommands = ['connect', 'bind', 'associate']) { + // Check SOCKs command option. + if (!constants_1.SocksCommand[options.command]) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommand, options); + } + // Check SocksCommand for acceptable command. + if (acceptedCommands.indexOf(options.command) === -1) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandForOperation, options); + } + // Check destination + if (!isValidSocksRemoteHost(options.destination)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options); + } + // Check SOCKS proxy to use + if (!isValidSocksProxy(options.proxy)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options); + } + // Validate custom auth (if set) + validateCustomProxyAuth(options.proxy, options); + // Check timeout + if (options.timeout && !isValidTimeoutValue(options.timeout)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsTimeout, options); + } + // Check existing_socket (if provided) + if (options.existing_socket && + !(options.existing_socket instanceof stream.Duplex)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsExistingSocket, options); + } +} +exports.validateSocksClientOptions = validateSocksClientOptions; +/** + * Validates the SocksClientChainOptions + * @param options { SocksClientChainOptions } + */ +function validateSocksClientChainOptions(options) { + // Only connect is supported when chaining. + if (options.command !== 'connect') { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandChain, options); + } + // Check destination + if (!isValidSocksRemoteHost(options.destination)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options); + } + // Validate proxies (length) + if (!(options.proxies && + Array.isArray(options.proxies) && + options.proxies.length >= 2)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxiesLength, options); + } + // Validate proxies + options.proxies.forEach((proxy) => { + if (!isValidSocksProxy(proxy)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options); + } + // Validate custom auth (if set) + validateCustomProxyAuth(proxy, options); + }); + // Check timeout + if (options.timeout && !isValidTimeoutValue(options.timeout)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsTimeout, options); + } +} +exports.validateSocksClientChainOptions = validateSocksClientChainOptions; +function validateCustomProxyAuth(proxy, options) { + if (proxy.custom_auth_method !== undefined) { + // Invalid auth method range + if (proxy.custom_auth_method < constants_1.SOCKS5_CUSTOM_AUTH_START || + proxy.custom_auth_method > constants_1.SOCKS5_CUSTOM_AUTH_END) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthRange, options); + } + // Missing custom_auth_request_handler + if (proxy.custom_auth_request_handler === undefined || + typeof proxy.custom_auth_request_handler !== 'function') { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); + } + // Missing custom_auth_response_size + if (proxy.custom_auth_response_size === undefined) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); + } + // Missing/invalid custom_auth_response_handler + if (proxy.custom_auth_response_handler === undefined || + typeof proxy.custom_auth_response_handler !== 'function') { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); + } + } +} +/** + * Validates a SocksRemoteHost + * @param remoteHost { SocksRemoteHost } + */ +function isValidSocksRemoteHost(remoteHost) { + return (remoteHost && + typeof remoteHost.host === 'string' && + typeof remoteHost.port === 'number' && + remoteHost.port >= 0 && + remoteHost.port <= 65535); +} +/** + * Validates a SocksProxy + * @param proxy { SocksProxy } + */ +function isValidSocksProxy(proxy) { + return (proxy && + (typeof proxy.host === 'string' || typeof proxy.ipaddress === 'string') && + typeof proxy.port === 'number' && + proxy.port >= 0 && + proxy.port <= 65535 && + (proxy.type === 4 || proxy.type === 5)); +} +/** + * Validates a timeout value. + * @param value { Number } + */ +function isValidTimeoutValue(value) { + return typeof value === 'number' && value > 0; +} +//# sourceMappingURL=helpers.js.map \ No newline at end of file diff --git a/node_modules/socks/build/common/helpers.js.map b/node_modules/socks/build/common/helpers.js.map new file mode 100644 index 0000000..dae1248 --- /dev/null +++ b/node_modules/socks/build/common/helpers.js.map @@ -0,0 +1 @@ +{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../src/common/helpers.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/socks/build/common/receivebuffer.js b/node_modules/socks/build/common/receivebuffer.js new file mode 100644 index 0000000..3dacbf9 --- /dev/null +++ b/node_modules/socks/build/common/receivebuffer.js @@ -0,0 +1,43 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ReceiveBuffer = void 0; +class ReceiveBuffer { + constructor(size = 4096) { + this.buffer = Buffer.allocUnsafe(size); + this.offset = 0; + this.originalSize = size; + } + get length() { + return this.offset; + } + append(data) { + if (!Buffer.isBuffer(data)) { + throw new Error('Attempted to append a non-buffer instance to ReceiveBuffer.'); + } + if (this.offset + data.length >= this.buffer.length) { + const tmp = this.buffer; + this.buffer = Buffer.allocUnsafe(Math.max(this.buffer.length + this.originalSize, this.buffer.length + data.length)); + tmp.copy(this.buffer); + } + data.copy(this.buffer, this.offset); + return (this.offset += data.length); + } + peek(length) { + if (length > this.offset) { + throw new Error('Attempted to read beyond the bounds of the managed internal data.'); + } + return this.buffer.slice(0, length); + } + get(length) { + if (length > this.offset) { + throw new Error('Attempted to read beyond the bounds of the managed internal data.'); + } + const value = Buffer.allocUnsafe(length); + this.buffer.slice(0, length).copy(value); + this.buffer.copyWithin(0, length, length + this.offset - length); + this.offset -= length; + return value; + } +} +exports.ReceiveBuffer = ReceiveBuffer; +//# sourceMappingURL=receivebuffer.js.map \ No newline at end of file diff --git a/node_modules/socks/build/common/receivebuffer.js.map b/node_modules/socks/build/common/receivebuffer.js.map new file mode 100644 index 0000000..af5e220 --- /dev/null +++ b/node_modules/socks/build/common/receivebuffer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"receivebuffer.js","sourceRoot":"","sources":["../../src/common/receivebuffer.ts"],"names":[],"mappings":";;;AAAA,MAAM,aAAa;IAKjB,YAAY,IAAI,GAAG,IAAI;QACrB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;IAC3B,CAAC;IAED,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,MAAM,CAAC,IAAY;QACjB,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YAC1B,MAAM,IAAI,KAAK,CACb,6DAA6D,CAC9D,CAAC;SACH;QAED,IAAI,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE;YACnD,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC;YACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,WAAW,CAC9B,IAAI,CAAC,GAAG,CACN,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,YAAY,EACtC,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CACjC,CACF,CAAC;YACF,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SACvB;QAED,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QACpC,OAAO,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC;IACtC,CAAC;IAED,IAAI,CAAC,MAAc;QACjB,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;YACxB,MAAM,IAAI,KAAK,CACb,mEAAmE,CACpE,CAAC;SACH;QACD,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;IACtC,CAAC;IAED,GAAG,CAAC,MAAc;QAChB,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;YACxB,MAAM,IAAI,KAAK,CACb,mEAAmE,CACpE,CAAC;SACH;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;QACjE,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC;QAEtB,OAAO,KAAK,CAAC;IACf,CAAC;CACF;AAEO,sCAAa"} \ No newline at end of file diff --git a/node_modules/socks/build/common/util.js b/node_modules/socks/build/common/util.js new file mode 100644 index 0000000..f66b72e --- /dev/null +++ b/node_modules/socks/build/common/util.js @@ -0,0 +1,25 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.shuffleArray = exports.SocksClientError = void 0; +/** + * Error wrapper for SocksClient + */ +class SocksClientError extends Error { + constructor(message, options) { + super(message); + this.options = options; + } +} +exports.SocksClientError = SocksClientError; +/** + * Shuffles a given array. + * @param array The array to shuffle. + */ +function shuffleArray(array) { + for (let i = array.length - 1; i > 0; i--) { + const j = Math.floor(Math.random() * (i + 1)); + [array[i], array[j]] = [array[j], array[i]]; + } +} +exports.shuffleArray = shuffleArray; +//# sourceMappingURL=util.js.map \ No newline at end of file diff --git a/node_modules/socks/build/common/util.js.map b/node_modules/socks/build/common/util.js.map new file mode 100644 index 0000000..f199323 --- /dev/null +++ b/node_modules/socks/build/common/util.js.map @@ -0,0 +1 @@ +{"version":3,"file":"util.js","sourceRoot":"","sources":["../../src/common/util.ts"],"names":[],"mappings":";;;AAEA;;GAEG;AACH,MAAM,gBAAiB,SAAQ,KAAK;IAClC,YACE,OAAe,EACR,OAAqD;QAE5D,KAAK,CAAC,OAAO,CAAC,CAAC;QAFR,YAAO,GAAP,OAAO,CAA8C;IAG9D,CAAC;CACF;AAuBuB,4CAAgB;AArBxC;;;GAGG;AACH,SAAS,YAAY,CAAC,KAAgB;IACpC,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;QACzC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;KAC7C;AACH,CAAC;AAYyC,oCAAY"} \ No newline at end of file diff --git a/node_modules/socks/build/index.js b/node_modules/socks/build/index.js new file mode 100644 index 0000000..05fbb1d --- /dev/null +++ b/node_modules/socks/build/index.js @@ -0,0 +1,18 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __exportStar = (this && this.__exportStar) || function(m, exports) { + for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); +}; +Object.defineProperty(exports, "__esModule", { value: true }); +__exportStar(require("./client/socksclient"), exports); +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/socks/build/index.js.map b/node_modules/socks/build/index.js.map new file mode 100644 index 0000000..0e2bcb2 --- /dev/null +++ b/node_modules/socks/build/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"} \ No newline at end of file diff --git a/node_modules/socks/docs/examples/index.md b/node_modules/socks/docs/examples/index.md new file mode 100644 index 0000000..87bfe25 --- /dev/null +++ b/node_modules/socks/docs/examples/index.md @@ -0,0 +1,17 @@ +# socks examples + +## TypeScript Examples + +[Connect command](typescript/connectExample.md) + +[Bind command](typescript/bindExample.md) + +[Associate command](typescript/associateExample.md) + +## JavaScript Examples + +[Connect command](javascript/connectExample.md) + +[Bind command](javascript/bindExample.md) + +[Associate command](javascript/associateExample.md) \ No newline at end of file diff --git a/node_modules/socks/docs/examples/javascript/associateExample.md b/node_modules/socks/docs/examples/javascript/associateExample.md new file mode 100644 index 0000000..c2c7b17 --- /dev/null +++ b/node_modules/socks/docs/examples/javascript/associateExample.md @@ -0,0 +1,90 @@ +# socks examples + +## Example for SOCKS 'associate' command + +The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the origin client. From here, any SOCKS UDP frame packets sent to this special UDP port on the Proxy server will be forwarded to the desired destination, and any responses will be forwarded back to the origin client (you). + +This can be used for things such as DNS queries, and other UDP communicates. + +**Connection Steps** + +1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port) +2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame packets on) + +At this point the proxy is accepting UDP frames on the specified port. + +3. Client --(udp frame) -> Proxy -> Destination (The origin client sends a UDP frame to the proxy on the UDP port, and the proxy then forwards it to the destination specified in the UDP frame.) +4. Client <--(udp frame) <-- Proxy <-- Destination (The destination client responds to the udp packet sent in #3) + +## Usage + +The 'associate' command can only be used by creating a new SocksClient instance and listening for the 'established' event. + +**Note:** UDP packets relayed through the proxy servers are encompassed in a special Socks UDP frame format. SocksClient.createUDPFrame() and SocksClient.parseUDPFrame() create and parse these special UDP packets. + +```typescript +const dgram = require('dgram'); +const SocksClient = require('socks').SocksClient; + +// Create a local UDP socket for sending/receiving packets to/from the proxy. +const udpSocket = dgram.createSocket('udp4'); +udpSocket.bind(); + +// Listen for incoming UDP packets from the proxy server. +udpSocket.on('message', (message, rinfo) => { + console.log(SocksClient.parseUDPFrame(message)); + /* + { frameNumber: 0, + remoteHost: { host: '8.8.8.8', port: 53 }, // The remote host that replied with a UDP packet + data: // The data + } + */ +}); + +const options = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + // This should be the ip and port of the expected client that will be sending UDP frames to the newly opened UDP port on the server. + // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept UDP frames from any source. + destination: { + host: '0.0.0.0', + port: 0 + }, + + command: 'associate' +}; + +const client = new SocksClient(options); + +// This event is fired when the SOCKS server has started listening on a new UDP port for UDP relaying. +client.on('established', info => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote port on the SOCKS proxy server to send UDP frame packets to. + host: '104.131.124.203', + port: 58232 + } + } + */ + + // Send a udp frame to 8.8.8.8 on port 53 through the proxy. + const packet = SocksClient.createUDPFrame({ + remoteHost: { host: '8.8.8.8', port: 53 }, + data: Buffer.from('hello') // A DNS lookup in the real world. + }); + + // Send packet. + udpSocket.send(packet, info.remoteHost.port, info.remoteHost.host); +}); + +// SOCKS proxy failed to bind. +client.on('error', () => { + // Handle errors +}); +``` diff --git a/node_modules/socks/docs/examples/javascript/bindExample.md b/node_modules/socks/docs/examples/javascript/bindExample.md new file mode 100644 index 0000000..be601d5 --- /dev/null +++ b/node_modules/socks/docs/examples/javascript/bindExample.md @@ -0,0 +1,83 @@ +# socks examples + +## Example for SOCKS 'bind' command + +The bind command tells the SOCKS proxy server to bind and listen on a new TCP port for an incoming connection. It communicates the newly opened port back to the origin client. Once a incoming connection is accepted by the SOCKS proxy server it then communicates the remote host that connected to the SOCKS proxy back through the same initial connection via the origin client. + +This can be used for things such as FTP clients which require incoming TCP connections, etc. + +**Connection Steps** + +1. Client -(bind)-> Proxy (Tells the proxy to bind to a new port) +2. Client <-(port)- Proxy (Tells the origin client which port it opened) +3. Client2 --> Proxy (Other client connects to the proxy on this port) +4. Client <--(client2's host info) (Proxy tells the origin client who connected to it) +5. Original connection to the proxy is now a full TCP stream between client (you) and client2. +6. Client <--> Proxy <--> Client2 + + +## Usage + +The 'bind' command can only be used by creating a new SocksClient instance and listening for 'bound' and 'established' events. + + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + // This should be the ip and port of the expected client that will connect to the SOCKS proxy server on the newly bound port. + // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept any client. + destination: { + host: '0.0.0.0', + port: 0 + }, + + command: 'bind' +}; + +const client = new SocksClient(options); + +// This event is fired when the SOCKS server has started listening on a new port for incoming connections. +client.on('bound', (info) => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote ip and port of the SOCKS proxy that is now accepting incoming connections. + host: '104.131.124.203', + port: 49928 + } + } + */ +}); + +// This event is fired when the SOCKS server has accepted an incoming connection on the newly bound port. +client.on('established', (info) => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote ip and port that connected to the SOCKS proxy on the newly bound port. + host: '1.2.3.4', + port: 58232 + } + } + */ + + // At this point info.socket is a regular net.Socket TCP connection between client and client2 (1.2.3.4) (the client which connected to the proxy on the newly bound port.) + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) +}); + +// SOCKS proxy failed to bind. +client.on('error', () => { + // Handle errors +}); +``` \ No newline at end of file diff --git a/node_modules/socks/docs/examples/javascript/connectExample.md b/node_modules/socks/docs/examples/javascript/connectExample.md new file mode 100644 index 0000000..66244c5 --- /dev/null +++ b/node_modules/socks/docs/examples/javascript/connectExample.md @@ -0,0 +1,258 @@ +# socks examples + +## Example for SOCKS 'connect' command + +The connect command is the most common use-case for a SOCKS proxy. This establishes a direct connection to a destination host through a proxy server. The destination host only has knowledge of the proxy server connecting to it and does not know about the origin client (you). + +**Origin Client (you) <-> Proxy Server <-> Destination Server** + +In this example, we are connecting to a web server on port 80, and sending a very basic HTTP request to receive a response. It's worth noting that there are many socks-http-agents that can be used with the node http module (and libraries such as request.js) to make this easier. This HTTP request is used as a simple example. + +The 'connect' command can be used via the SocksClient.createConnection() factory function as well as by creating a SocksClient instance and using event handlers. + +### Using createConnection with async/await + +Since SocksClient.createConnection returns a Promise, we can easily use async/await for flow control. + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +async function start() { + try { + const info = await SocksClient.createConnection(options); + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + } catch (err) { + // Handle errors + } +} + +start(); +``` + +### Using createConnection with Promises + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +SocksClient.createConnection(options) +.then(info => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ +}) +.catch(err => { + // handle errors +}); +``` + +### Using createConnection with callbacks + +SocksClient.createConnection() optionally accepts a callback function as a second parameter. + +**Note:** If a callback function is provided, a Promise is still returned from the function, but the promise will always resolve regardless of if there was en error. (tldr: Do not mix callbacks and Promises). + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +SocksClient.createConnection(options, (err, info) => { + if (err) { + // handle errors + } else { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + } +}) +``` + +### Using event handlers + +SocksClient also supports instance creation of a SocksClient. This allows for event based flow control. + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +const client = new SocksClient(options); + +client.on('established', (info) => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ +}); + +// Failed to establish proxy connection to destination. +client.on('error', () => { + // Handle errors +}); +``` \ No newline at end of file diff --git a/node_modules/socks/docs/examples/typescript/associateExample.md b/node_modules/socks/docs/examples/typescript/associateExample.md new file mode 100644 index 0000000..e8ca193 --- /dev/null +++ b/node_modules/socks/docs/examples/typescript/associateExample.md @@ -0,0 +1,93 @@ +# socks examples + +## Example for SOCKS 'associate' command + +The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the origin client. From here, any SOCKS UDP frame packets sent to this special UDP port on the Proxy server will be forwarded to the desired destination, and any responses will be forwarded back to the origin client (you). + +This can be used for things such as DNS queries, and other UDP communicates. + +**Connection Steps** + +1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port) +2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame packets on) + +At this point the proxy is accepting UDP frames on the specified port. + +3. Client --(udp frame) -> Proxy -> Destination (The origin client sends a UDP frame to the proxy on the UDP port, and the proxy then forwards it to the destination specified in the UDP frame.) +4. Client <--(udp frame) <-- Proxy <-- Destination (The destination client responds to the udp packet sent in #3) + +## Usage + +The 'associate' command can only be used by creating a new SocksClient instance and listening for the 'established' event. + +**Note:** UDP packets relayed through the proxy servers are packaged in a special Socks UDP frame format. SocksClient.createUDPFrame() and SocksClient.parseUDPFrame() create and parse these special UDP packets. + +```typescript +import * as dgram from 'dgram'; +import { SocksClient, SocksClientOptions } from 'socks'; + +// Create a local UDP socket for sending/receiving packets to/from the proxy. +const udpSocket = dgram.createSocket('udp4'); +udpSocket.bind(); + +// Listen for incoming UDP packets from the proxy server. +udpSocket.on('message', (message, rinfo) => { + console.log(SocksClient.parseUDPFrame(message)); + /* + { frameNumber: 0, + remoteHost: { host: '8.8.8.8', port: 53 }, // The remote host that replied with a UDP packet + data: // The data + } + */ +}); + +const options: SocksClientOptions = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + // This should be the ip and port of the expected client that will be sending UDP frames to the newly opened UDP port on the server. + // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept UDP frames from any source. + destination: { + host: '0.0.0.0', + port: 0 + }, + + command: 'associate' +}; + +const client = new SocksClient(options); + +// This event is fired when the SOCKS server has started listening on a new UDP port for UDP relaying. +client.on('established', info => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote port on the SOCKS proxy server to send UDP frame packets to. + host: '104.131.124.203', + port: 58232 + } + } + */ + + // Send a udp frame to 8.8.8.8 on port 53 through the proxy. + const packet = SocksClient.createUDPFrame({ + remoteHost: { host: '8.8.8.8', port: 53 }, + data: Buffer.from('hello') // A DNS lookup in the real world. + }); + + // Send packet. + udpSocket.send(packet, info.remoteHost.port, info.remoteHost.host); +}); + +// SOCKS proxy failed to bind. +client.on('error', () => { + // Handle errors +}); + +// Start connection +client.connect(); +``` diff --git a/node_modules/socks/docs/examples/typescript/bindExample.md b/node_modules/socks/docs/examples/typescript/bindExample.md new file mode 100644 index 0000000..6b7607d --- /dev/null +++ b/node_modules/socks/docs/examples/typescript/bindExample.md @@ -0,0 +1,86 @@ +# socks examples + +## Example for SOCKS 'bind' command + +The bind command tells the SOCKS proxy server to bind and listen on a new TCP port for an incoming connection. It communicates the newly opened port back to the origin client. Once a incoming connection is accepted by the SOCKS proxy server it then communicates the remote host that connected to the SOCKS proxy back through the same initial connection via the origin client. + +This can be used for things such as FTP clients which require incoming TCP connections, etc. + +**Connection Steps** + +1. Client -(bind)-> Proxy (Tells the proxy to bind to a new port) +2. Client <-(port)- Proxy (Tells the origin client which port it opened) +3. Client2 --> Proxy (Other client connects to the proxy on this port) +4. Client <--(client2's host info) (Proxy tells the origin client who connected to it) +5. Original connection to the proxy is now a full TCP stream between client (you) and client2. +6. Client <--> Proxy <--> Client2 + + +## Usage + +The 'bind' command can only be used by creating a new SocksClient instance and listening for 'bound' and 'established' events. + + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + // This should be the ip and port of the expected client that will connect to the SOCKS proxy server on the newly bound port. + // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept any client. + destination: { + host: '0.0.0.0', + port: 0 + }, + + command: 'bind' +}; + +const client = new SocksClient(options); + +// This event is fired when the SOCKS server has started listening on a new port for incoming connections. +client.on('bound', (info) => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote ip and port of the SOCKS proxy that is now accepting incoming connections. + host: '104.131.124.203', + port: 49928 + } + } + */ +}); + +// This event is fired when the SOCKS server has accepted an incoming connection on the newly bound port. +client.on('established', (info) => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote ip and port that connected to the SOCKS proxy on the newly bound port. + host: '1.2.3.4', + port: 58232 + } + } + */ + + // At this point info.socket is a regular net.Socket TCP connection between client and client2 (1.2.3.4) (the client which connected to the proxy on the newly bound port.) + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) +}); + +// SOCKS proxy failed to bind. +client.on('error', () => { + // Handle errors +}); + +// Start connection +client.connect(); +``` \ No newline at end of file diff --git a/node_modules/socks/docs/examples/typescript/connectExample.md b/node_modules/socks/docs/examples/typescript/connectExample.md new file mode 100644 index 0000000..30606d0 --- /dev/null +++ b/node_modules/socks/docs/examples/typescript/connectExample.md @@ -0,0 +1,265 @@ +# socks examples + +## Example for SOCKS 'connect' command + +The connect command is the most common use-case for a SOCKS proxy. This establishes a direct connection to a destination host through a proxy server. The destination host only has knowledge of the proxy server connecting to it and does not know about the origin client (you). + +**Origin Client (you) <-> Proxy Server <-> Destination Server** + +In this example, we are connecting to a web server on port 80, and sending a very basic HTTP request to receive a response. It's worth noting that there are many socks-http-agents that can be used with the node http module (and libraries such as request.js) to make this easier. This HTTP request is used as a simple example. + +The 'connect' command can be used via the SocksClient.createConnection() factory function as well as by creating a SocksClient instance and using event handlers. + +### Using createConnection with async/await + +Since SocksClient.createConnection returns a Promise, we can easily use async/await for flow control. + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +async function start() { + try { + const info = await SocksClient.createConnection(options); + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); + } catch (err) { + // Handle errors + } +} + +start(); +``` + +### Using createConnection with Promises + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +SocksClient.createConnection(options) +.then(info => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); +}) +.catch(err => { + // handle errors +}); +``` + +### Using createConnection with callbacks + +SocksClient.createConnection() optionally accepts a callback function as a second parameter. + +**Note:** If a callback function is provided, a Promise is still returned from the function, but the promise will always resolve regardless of if there was en error. (tldr: Do not mix callbacks and Promises). + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +SocksClient.createConnection(options, (err, info) => { + if (err) { + // handle errors + } else { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); + } +}) +``` + +### Using event handlers + +SocksClient also supports instance creation of a SocksClient. This allows for event based flow control. + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +const client = new SocksClient(options); + +client.on('established', (info) => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); +}); + +// Failed to establish proxy connection to destination. +client.on('error', () => { + // Handle errors +}); + +// Start connection +client.connect(); +``` \ No newline at end of file diff --git a/node_modules/socks/docs/index.md b/node_modules/socks/docs/index.md new file mode 100644 index 0000000..3eb1d71 --- /dev/null +++ b/node_modules/socks/docs/index.md @@ -0,0 +1,5 @@ +# Documentation + +- [API Reference](https://github.com/JoshGlazebrook/socks#api-reference) + +- [Code Examples](./examples/index.md) \ No newline at end of file diff --git a/node_modules/socks/docs/migratingFromV1.md b/node_modules/socks/docs/migratingFromV1.md new file mode 100644 index 0000000..dd00838 --- /dev/null +++ b/node_modules/socks/docs/migratingFromV1.md @@ -0,0 +1,86 @@ +# socks + +## Migrating from v1 + +For the most part, migrating from v1 takes minimal effort as v2 still supports factory creation of proxy connections with callback support. + +### Notable breaking changes + +- In an options object, the proxy 'command' is now required and does not default to 'connect'. +- **In an options object, 'target' is now known as 'destination'.** +- Sockets are no longer paused after a SOCKS connection is made, so socket.resume() is no longer required. (Please be sure to attach data handlers immediately to the Socket to avoid losing data). +- In v2, only the 'connect' command is supported via the factory SocksClient.createConnection function. (BIND and ASSOCIATE must be used with a SocksClient instance via event handlers). +- In v2, the factory SocksClient.createConnection function callback is called with a single object rather than separate socket and info object. +- A SOCKS http/https agent is no longer bundled into the library. + +For informational purposes, here is the original getting started example from v1 converted to work with v2. + +### Before (v1) + +```javascript +var Socks = require('socks'); + +var options = { + proxy: { + ipaddress: "202.101.228.108", + port: 1080, + type: 5 + }, + target: { + host: "google.com", + port: 80 + }, + command: 'connect' +}; + +Socks.createConnection(options, function(err, socket, info) { + if (err) + console.log(err); + else { + socket.write("GET / HTTP/1.1\nHost: google.com\n\n"); + socket.on('data', function(data) { + console.log(data.length); + console.log(data); + }); + + // PLEASE NOTE: sockets need to be resumed before any data will come in or out as they are paused right before this callback is fired. + socket.resume(); + + // 569 + // = 10.13.0", + "npm": ">= 3.0.0" + }, + "author": "Josh Glazebrook", + "contributors": [ + "castorw" + ], + "license": "MIT", + "readmeFilename": "README.md", + "devDependencies": { + "@types/ip": "1.1.0", + "@types/mocha": "^9.1.1", + "@types/node": "^18.0.6", + "@typescript-eslint/eslint-plugin": "^5.30.6", + "@typescript-eslint/parser": "^5.30.6", + "eslint": "^8.20.0", + "mocha": "^10.0.0", + "prettier": "^2.7.1", + "ts-node": "^10.9.1", + "typescript": "^4.7.4" + }, + "dependencies": { + "ip": "^2.0.0", + "smart-buffer": "^4.2.0" + }, + "scripts": { + "prepublish": "npm install -g typescript && npm run build", + "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts", + "prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml", + "lint": "eslint 'src/**/*.ts'", + "build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p ." + } +} diff --git a/node_modules/socks/typings/client/socksclient.d.ts b/node_modules/socks/typings/client/socksclient.d.ts new file mode 100644 index 0000000..b886d95 --- /dev/null +++ b/node_modules/socks/typings/client/socksclient.d.ts @@ -0,0 +1,162 @@ +/// +/// +/// +import { EventEmitter } from 'events'; +import { SocksClientOptions, SocksClientChainOptions, SocksRemoteHost, SocksProxy, SocksClientBoundEvent, SocksClientEstablishedEvent, SocksUDPFrameDetails } from '../common/constants'; +import { SocksClientError } from '../common/util'; +import { Duplex } from 'stream'; +declare interface SocksClient { + on(event: 'error', listener: (err: SocksClientError) => void): this; + on(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this; + on(event: 'established', listener: (info: SocksClientEstablishedEvent) => void): this; + once(event: string, listener: (...args: unknown[]) => void): this; + once(event: 'error', listener: (err: SocksClientError) => void): this; + once(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this; + once(event: 'established', listener: (info: SocksClientEstablishedEvent) => void): this; + emit(event: string | symbol, ...args: unknown[]): boolean; + emit(event: 'error', err: SocksClientError): boolean; + emit(event: 'bound', info: SocksClientBoundEvent): boolean; + emit(event: 'established', info: SocksClientEstablishedEvent): boolean; +} +declare class SocksClient extends EventEmitter implements SocksClient { + private options; + private socket; + private state; + private receiveBuffer; + private nextRequiredPacketBufferSize; + private socks5ChosenAuthType; + private onDataReceived; + private onClose; + private onError; + private onConnect; + constructor(options: SocksClientOptions); + /** + * Creates a new SOCKS connection. + * + * Note: Supports callbacks and promises. Only supports the connect command. + * @param options { SocksClientOptions } Options. + * @param callback { Function } An optional callback function. + * @returns { Promise } + */ + static createConnection(options: SocksClientOptions, callback?: (error: Error | null, info?: SocksClientEstablishedEvent) => void): Promise; + /** + * Creates a new SOCKS connection chain to a destination host through 2 or more SOCKS proxies. + * + * Note: Supports callbacks and promises. Only supports the connect method. + * Note: Implemented via createConnection() factory function. + * @param options { SocksClientChainOptions } Options + * @param callback { Function } An optional callback function. + * @returns { Promise } + */ + static createConnectionChain(options: SocksClientChainOptions, callback?: (error: Error | null, socket?: SocksClientEstablishedEvent) => void): Promise; + /** + * Creates a SOCKS UDP Frame. + * @param options + */ + static createUDPFrame(options: SocksUDPFrameDetails): Buffer; + /** + * Parses a SOCKS UDP frame. + * @param data + */ + static parseUDPFrame(data: Buffer): SocksUDPFrameDetails; + /** + * Internal state setter. If the SocksClient is in an error state, it cannot be changed to a non error state. + */ + private setState; + /** + * Starts the connection establishment to the proxy and destination. + * @param existingSocket Connected socket to use instead of creating a new one (internal use). + */ + connect(existingSocket?: Duplex): void; + private getSocketOptions; + /** + * Handles internal Socks timeout callback. + * Note: If the Socks client is not BoundWaitingForConnection or Established, the connection will be closed. + */ + private onEstablishedTimeout; + /** + * Handles Socket connect event. + */ + private onConnectHandler; + /** + * Handles Socket data event. + * @param data + */ + private onDataReceivedHandler; + /** + * Handles processing of the data we have received. + */ + private processData; + /** + * Handles Socket close event. + * @param had_error + */ + private onCloseHandler; + /** + * Handles Socket error event. + * @param err + */ + private onErrorHandler; + /** + * Removes internal event listeners on the underlying Socket. + */ + private removeInternalSocketHandlers; + /** + * Closes and destroys the underlying Socket. Emits an error event. + * @param err { String } An error string to include in error event. + */ + private closeSocket; + /** + * Sends initial Socks v4 handshake request. + */ + private sendSocks4InitialHandshake; + /** + * Handles Socks v4 handshake response. + * @param data + */ + private handleSocks4FinalHandshakeResponse; + /** + * Handles Socks v4 incoming connection request (BIND) + * @param data + */ + private handleSocks4IncomingConnectionResponse; + /** + * Sends initial Socks v5 handshake request. + */ + private sendSocks5InitialHandshake; + /** + * Handles initial Socks v5 handshake response. + * @param data + */ + private handleInitialSocks5HandshakeResponse; + /** + * Sends Socks v5 user & password auth handshake. + * + * Note: No auth and user/pass are currently supported. + */ + private sendSocks5UserPassAuthentication; + private sendSocks5CustomAuthentication; + private handleSocks5CustomAuthHandshakeResponse; + private handleSocks5AuthenticationNoAuthHandshakeResponse; + private handleSocks5AuthenticationUserPassHandshakeResponse; + /** + * Handles Socks v5 auth handshake response. + * @param data + */ + private handleInitialSocks5AuthenticationHandshakeResponse; + /** + * Sends Socks v5 final handshake request. + */ + private sendSocks5CommandRequest; + /** + * Handles Socks v5 final handshake response. + * @param data + */ + private handleSocks5FinalHandshakeResponse; + /** + * Handles Socks v5 incoming connection request (BIND). + */ + private handleSocks5IncomingConnectionResponse; + get socksClientOptions(): SocksClientOptions; +} +export { SocksClient, SocksClientOptions, SocksClientChainOptions, SocksClientError, SocksRemoteHost, SocksProxy, SocksUDPFrameDetails, }; diff --git a/node_modules/socks/typings/common/constants.d.ts b/node_modules/socks/typings/common/constants.d.ts new file mode 100644 index 0000000..32a5705 --- /dev/null +++ b/node_modules/socks/typings/common/constants.d.ts @@ -0,0 +1,152 @@ +/// +/// +/// +import { Duplex } from 'stream'; +import { Socket, SocketConnectOpts } from 'net'; +import { RequireOnlyOne } from './util'; +declare const DEFAULT_TIMEOUT = 30000; +declare type SocksProxyType = 4 | 5; +declare const ERRORS: { + InvalidSocksCommand: string; + InvalidSocksCommandForOperation: string; + InvalidSocksCommandChain: string; + InvalidSocksClientOptionsDestination: string; + InvalidSocksClientOptionsExistingSocket: string; + InvalidSocksClientOptionsProxy: string; + InvalidSocksClientOptionsTimeout: string; + InvalidSocksClientOptionsProxiesLength: string; + InvalidSocksClientOptionsCustomAuthRange: string; + InvalidSocksClientOptionsCustomAuthOptions: string; + NegotiationError: string; + SocketClosed: string; + ProxyConnectionTimedOut: string; + InternalError: string; + InvalidSocks4HandshakeResponse: string; + Socks4ProxyRejectedConnection: string; + InvalidSocks4IncomingConnectionResponse: string; + Socks4ProxyRejectedIncomingBoundConnection: string; + InvalidSocks5InitialHandshakeResponse: string; + InvalidSocks5IntiailHandshakeSocksVersion: string; + InvalidSocks5InitialHandshakeNoAcceptedAuthType: string; + InvalidSocks5InitialHandshakeUnknownAuthType: string; + Socks5AuthenticationFailed: string; + InvalidSocks5FinalHandshake: string; + InvalidSocks5FinalHandshakeRejected: string; + InvalidSocks5IncomingConnectionResponse: string; + Socks5ProxyRejectedIncomingBoundConnection: string; +}; +declare const SOCKS_INCOMING_PACKET_SIZES: { + Socks5InitialHandshakeResponse: number; + Socks5UserPassAuthenticationResponse: number; + Socks5ResponseHeader: number; + Socks5ResponseIPv4: number; + Socks5ResponseIPv6: number; + Socks5ResponseHostname: (hostNameLength: number) => number; + Socks4Response: number; +}; +declare type SocksCommandOption = 'connect' | 'bind' | 'associate'; +declare enum SocksCommand { + connect = 1, + bind = 2, + associate = 3 +} +declare enum Socks4Response { + Granted = 90, + Failed = 91, + Rejected = 92, + RejectedIdent = 93 +} +declare enum Socks5Auth { + NoAuth = 0, + GSSApi = 1, + UserPass = 2 +} +declare const SOCKS5_CUSTOM_AUTH_START = 128; +declare const SOCKS5_CUSTOM_AUTH_END = 254; +declare const SOCKS5_NO_ACCEPTABLE_AUTH = 255; +declare enum Socks5Response { + Granted = 0, + Failure = 1, + NotAllowed = 2, + NetworkUnreachable = 3, + HostUnreachable = 4, + ConnectionRefused = 5, + TTLExpired = 6, + CommandNotSupported = 7, + AddressNotSupported = 8 +} +declare enum Socks5HostType { + IPv4 = 1, + Hostname = 3, + IPv6 = 4 +} +declare enum SocksClientState { + Created = 0, + Connecting = 1, + Connected = 2, + SentInitialHandshake = 3, + ReceivedInitialHandshakeResponse = 4, + SentAuthentication = 5, + ReceivedAuthenticationResponse = 6, + SentFinalHandshake = 7, + ReceivedFinalResponse = 8, + BoundWaitingForConnection = 9, + Established = 10, + Disconnected = 11, + Error = 99 +} +/** + * Represents a SocksProxy + */ +declare type SocksProxy = RequireOnlyOne<{ + ipaddress?: string; + host?: string; + port: number; + type: SocksProxyType; + userId?: string; + password?: string; + custom_auth_method?: number; + custom_auth_request_handler?: () => Promise; + custom_auth_response_size?: number; + custom_auth_response_handler?: (data: Buffer) => Promise; +}, 'host' | 'ipaddress'>; +/** + * Represents a remote host + */ +interface SocksRemoteHost { + host: string; + port: number; +} +/** + * SocksClient connection options. + */ +interface SocksClientOptions { + command: SocksCommandOption; + destination: SocksRemoteHost; + proxy: SocksProxy; + timeout?: number; + existing_socket?: Duplex; + set_tcp_nodelay?: boolean; + socket_options?: SocketConnectOpts; +} +/** + * SocksClient chain connection options. + */ +interface SocksClientChainOptions { + command: 'connect'; + destination: SocksRemoteHost; + proxies: SocksProxy[]; + timeout?: number; + randomizeChain?: false; +} +interface SocksClientEstablishedEvent { + socket: Socket; + remoteHost?: SocksRemoteHost; +} +declare type SocksClientBoundEvent = SocksClientEstablishedEvent; +interface SocksUDPFrameDetails { + frameNumber?: number; + remoteHost: SocksRemoteHost; + data: Buffer; +} +export { DEFAULT_TIMEOUT, ERRORS, SocksProxyType, SocksCommand, Socks4Response, Socks5Auth, Socks5HostType, Socks5Response, SocksClientState, SocksProxy, SocksRemoteHost, SocksCommandOption, SocksClientOptions, SocksClientChainOptions, SocksClientEstablishedEvent, SocksClientBoundEvent, SocksUDPFrameDetails, SOCKS_INCOMING_PACKET_SIZES, SOCKS5_CUSTOM_AUTH_START, SOCKS5_CUSTOM_AUTH_END, SOCKS5_NO_ACCEPTABLE_AUTH, }; diff --git a/node_modules/socks/typings/common/helpers.d.ts b/node_modules/socks/typings/common/helpers.d.ts new file mode 100644 index 0000000..8c3a106 --- /dev/null +++ b/node_modules/socks/typings/common/helpers.d.ts @@ -0,0 +1,13 @@ +import { SocksClientOptions, SocksClientChainOptions } from '../client/socksclient'; +/** + * Validates the provided SocksClientOptions + * @param options { SocksClientOptions } + * @param acceptedCommands { string[] } A list of accepted SocksProxy commands. + */ +declare function validateSocksClientOptions(options: SocksClientOptions, acceptedCommands?: string[]): void; +/** + * Validates the SocksClientChainOptions + * @param options { SocksClientChainOptions } + */ +declare function validateSocksClientChainOptions(options: SocksClientChainOptions): void; +export { validateSocksClientOptions, validateSocksClientChainOptions }; diff --git a/node_modules/socks/typings/common/receivebuffer.d.ts b/node_modules/socks/typings/common/receivebuffer.d.ts new file mode 100644 index 0000000..756e98b --- /dev/null +++ b/node_modules/socks/typings/common/receivebuffer.d.ts @@ -0,0 +1,12 @@ +/// +declare class ReceiveBuffer { + private buffer; + private offset; + private originalSize; + constructor(size?: number); + get length(): number; + append(data: Buffer): number; + peek(length: number): Buffer; + get(length: number): Buffer; +} +export { ReceiveBuffer }; diff --git a/node_modules/socks/typings/common/util.d.ts b/node_modules/socks/typings/common/util.d.ts new file mode 100644 index 0000000..83f20e7 --- /dev/null +++ b/node_modules/socks/typings/common/util.d.ts @@ -0,0 +1,17 @@ +import { SocksClientOptions, SocksClientChainOptions } from './constants'; +/** + * Error wrapper for SocksClient + */ +declare class SocksClientError extends Error { + options: SocksClientOptions | SocksClientChainOptions; + constructor(message: string, options: SocksClientOptions | SocksClientChainOptions); +} +/** + * Shuffles a given array. + * @param array The array to shuffle. + */ +declare function shuffleArray(array: unknown[]): void; +declare type RequireOnlyOne = Pick> & { + [K in Keys]?: Required> & Partial, undefined>>; +}[Keys]; +export { RequireOnlyOne, SocksClientError, shuffleArray }; diff --git a/node_modules/socks/typings/index.d.ts b/node_modules/socks/typings/index.d.ts new file mode 100644 index 0000000..fbf9006 --- /dev/null +++ b/node_modules/socks/typings/index.d.ts @@ -0,0 +1 @@ +export * from './client/socksclient'; diff --git a/node_modules/sqlite/CHANGELOG.md b/node_modules/sqlite/CHANGELOG.md new file mode 100644 index 0000000..4340fd0 --- /dev/null +++ b/node_modules/sqlite/CHANGELOG.md @@ -0,0 +1,437 @@ +## 5.0.1 - Tue Jul 11 2023 17:36:14 + +**Contributor:** Aleksandr Ananin + +- Remove `params` parameter from `exec` function (#173) + +## 4.2.1 - Tue May 23 2023 00:58:29 + +**Contributor:** Blake Embrey + +- Support all SQL template libraries (#172) + +* Support all SQL template libraries + +* Remove sql-template-strings from lib + +## 4.2.0 (4.1.3) - Mon May 01 2023 10:52:06 + +**Contributor:** Andarist + +- move types condition to the front (#171) + +Package should have published under `4.2.0` but was also published as `4.1.3`. + +Downgrade to `4.1.2` if you are having issues and raise an issue. + +## 4.1.2 - Tue Jul 19 2022 16:51:14 + +**Contributor:** rinsuki + +- Support TS 4.7+ node16/next module mode (#164) + +## 4.1.1 - Sun Apr 24 2022 00:00:52 + +**Contributor:** Theo Gravity + +- Have native sqlite errors contain stack traces (#162) + +This ensures that errors thrown from the sqlite driver now +have stack traces and are of an `Error` type. + +Thanks to @fresheneesz for initial troubleshooting and initial +code to help fix the issue. + +This is a minor level version update as to not break implementations +that may handle errors in their own way prior to this fix. + +## 4.0.25 - Mon Mar 07 2022 08:50:06 + +**Contributor:** Theo Gravity + +- Update packages, fix tests for latest jest (#159) + +* Update packages, fix tests for latest jest + +* Update node version on ci + +## 4.0.24 - Sun Mar 06 2022 20:12:24 + +**Contributor:** fresheneesz + +- Updating exec to support passed in parameters like the other functions do. (#155) + +## 4.0.23 - Mon May 24 2021 21:17:44 + +**Contributor:** dependabot[bot] + +- Bump browserslist from 4.16.3 to 4.16.6 (#145) + +Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. +- [Release notes](https://github.com/browserslist/browserslist/releases) +- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) +- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + +## 4.0.22 - Sun May 09 2021 19:59:28 + +**Contributor:** dependabot[bot] + +- Bump handlebars from 4.7.6 to 4.7.7 (#141) + +Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. +- [Release notes](https://github.com/wycats/handlebars.js/releases) +- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) +- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + +## 4.0.21 - Wed Mar 31 2021 21:22:42 + +**Contributor:** Theo Gravity + +- Update packages to latest + +## 4.0.20 - Wed Mar 31 2021 20:54:37 + +**Contributor:** dependabot[bot] + +- Bump y18n from 4.0.0 to 4.0.1 (#139) + +Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. +- [Release notes](https://github.com/yargs/y18n/releases) +- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) +- [Commits](https://github.com/yargs/y18n/commits) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + +## 4.0.19 - Wed Dec 30 2020 02:11:07 + +**Contributor:** dependabot[bot] + +- Bump ini from 1.3.5 to 1.3.8 (#135) + +Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. +- [Release notes](https://github.com/isaacs/ini/releases) +- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + +## 4.0.18 - Fri Dec 04 2020 21:20:15 + +**Contributor:** dependabot[bot] + +- Bump highlight.js from 10.1.2 to 10.4.1 (#133) + +Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 10.4.1. +- [Release notes](https://github.com/highlightjs/highlight.js/releases) +- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) +- [Commits](https://github.com/highlightjs/highlight.js/compare/10.1.2...10.4.1) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + +## 4.0.17 - Fri Nov 13 2020 19:18:04 + +**Contributor:** Tiger Oakes + +- Add strict types for each() (#131) + +## 4.0.16 - Fri Nov 13 2020 19:15:24 + +**Contributor:** Tiger Oakes + +- Let migrations be read manually (#132) + +## 4.0.15 - Wed Sep 30 2020 16:06:20 + +**Contributor:** Paul Kiddle + +- Make down migrations optional (#129) + +## 4.0.14 - Mon Aug 10 2020 01:08:29 + +**Contributor:** Theo Gravity + +- Revert filename optional; update filename checks instead (#125) + +The `filename` property is back to being required, but empty strings are valid values for the purpose of using an anonymous disk-based database. + +Values of `undefined` or `null` for `filename` will throw. + +## 4.0.13 - Mon Aug 10 2020 00:57:58 + +**Contributor:** Theo Gravity + +- Make filename optional (#124) + +This allows for the specification of an anonymous database. + +## 4.0.12 - Mon Jul 20 2020 04:19:01 + +**Contributor:** dependabot[bot] + +- Bump lodash from 4.17.15 to 4.17.19 (#122) + +Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. +- [Release notes](https://github.com/lodash/lodash/releases) +- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + +## 4.0.11 - Fri Jun 12 2020 09:43:39 + +**Contributor:** Theo Gravity + +- Update readme for inserting rows (#120) + +@akc42 pointed out that the docs for `db.run` says it returns `lastId` when it should be `lastID`. + +## 4.0.10 - Wed Jun 03 2020 00:51:41 + +**Contributor:** Gustavo Rodrigues + +- Use HTTPS in README badges (#118) + +Shields.io badges were being loaded using HTTP causing mixed-content errors in the NPM page. + +## 4.0.9 - Mon May 25 2020 22:50:02 + +**Contributor:** Markus Felten + +- feat: provide native esm exports (#117) + +## 4.0.8 - Thu May 21 2020 22:59:57 + +**Contributor:** George Corney + +- Move triple-slash reference so it is recognized (#115) + +## 4.0.7 - Sun Apr 12 2020 19:43:31 + +**Contributor:** Yamavol + +- Fix typescript defs for sqlite3 loadExtension() (#112) + +## 4.0.6 - Sat Apr 11 2020 04:16:08 + +**Contributor:** Theo Gravity + +- Throw an error if two callbacks are defined for #each() + +This addresses an issue where the `sqlite3` API for `each()` uses +two callbacks, while this library only uses one for `each()`. + +An error is now thrown if two callbacks are defined when using the +`sqlite` `each()` method. + +(In `sqlite`, the second callback of `sqlite3` is used to resolve the +promise.) + +## 4.0.5 - Sun Apr 05 2020 20:13:43 + +**Contributor:** [jameswilddev](https://github.com/jameswilddev) + +- Use non-default imports rather than synthetic default imports. (#110) + +## 4.0.4 - Sun Apr 05 2020 07:44:39 + +- Fix Typescript reference issues for sqlite3 if it is not installed (#109) + +This allows the usage of the `sqlite3-offline`; library in Typescript. + +## 4.0.3 - Sun Apr 05 2020 00:01:31 + +- Fix Typescript issue where `sql-template-strings` is a forced requirement (#108) + +It should be an optional dependency and is not required for installation. + +## 4.0.2 - Sat Apr 04 2020 22:19:38 + +- Add management tools section to readme + +## 4.0.1 - Sat Apr 04 2020 21:46:39 + +New major version 4! + +This version has been written in Typescript with a target of node.js v10 or greater. + +If you are using an older version of node < 10, use the 3.x version of the library instead. + +What's new: + +- ZERO dependencies! + * This should make troubleshooting the library vs the `sqlite3` driver easier. Most issues relate + to the `sqlite3` driver vs the library. + * Allows support for alternative drivers such as `sqlite3-offline` as long as they match the `node-sqlite3` + API. +- Re-written in Typescript. +- All existing features maintained. +- Existing unit tests were cleaned up and pass, new tests added. +- Better documentation. See `README.md`. +- New CI process - pull requests merged into master will run tests, build, and auto-publish to NPM. +- Parity with the `node-sqlite3` API. + * Exceptions are `serialize` and `parallelize` (PRs are welcomed!) + +Breaking Changes: + +- `sqlite3` is no longer a dependency of this project. You must install it first +before using this wrapper library. + * This allows for usage of alternative libraries. + * This means `verbose` and `cache` modes must be enabled before using the library. + * The `README.md` file explains how to do this. +- Opening a new database has changed. See `README.md` for example. +- migrations API: `force` is now a `boolean`. +- Can no longer specify a custom `Promise` library. Uses native `Promise` instead. + + +###### [v3.0.3] +> 2019-03-22 + +- Export class types for flow [##88](https://github.com/kriasoft/node-sqlite/pull/88) + +###### [v3.0.2] +> 2019-02-14 + +- Flow: Add Flow typings [##86](https://github.com/kriasoft/node-sqlite/pull/86) + +###### [v3.0.1] +> 2019-01-28 + +- Typescript: Add cached option to open function [##81](https://github.com/kriasoft/node-sqlite/pull/81) +- Typescript: Merged declarations for methods that accepts both string and SQLStatements in Database [##80](https://github.com/kriasoft/node-sqlite/pull/80) +- Misc: Fix small typo [##84](https://github.com/kriasoft/node-sqlite/pull/84) +- Apply `npm audit` fixes (`mocha` updated to latest) + +###### [v3.0.0] +> 2018-08-22 + +- Add support for ES6 tagged template strings ([##66](https://github.com/kriasoft/node-sqlite/pull/66)) + +###### [v2.9.3] +> 2018-08-22 + +- Change baseline `sqlite3` version from `4.0.0` -> `^4.0.0` ([##71](https://github.com/kriasoft/node-sqlite/pull/71)) + +###### [v2.9.2] +> 2018-04-20 + +- Bump up baseline `sqlite3` version from `3.1.13` -> `4.0.0` ([##56](https://github.com/kriasoft/node-sqlite/pull/56)) + +###### [v2.9.1] +> 2018-01-13 + +- Expose the `sqlite3##configure` method ([##53](https://github.com/kriasoft/node-sqlite/pull/53)) +- Example fixes ([##52](https://github.com/kriasoft/node-sqlite/pull/52)) +- Example fixes ([##49](https://github.com/kriasoft/node-sqlite/pull/49)) +- Expose `sqlite3` debugging hooksk ([##48](https://github.com/kriasoft/node-sqlite/pull/48)) +- Typescript updates ([##47](https://github.com/kriasoft/node-sqlite/pull/47)) + +###### [v2.9.0] +> 2017-11-27 + +- Move away from global db object in readme ([##45](https://github.com/kriasoft/node-sqlite/pull/45)) +- Fix typescript 2.6.1 issue where *.d.ts contains executable code when it is no longer allowed ([##47](https://github.com/kriasoft/node-sqlite/pull/47)) +- Fix readme typo ([##46](https://github.com/kriasoft/node-sqlite/pull/49)) +- Bump up baseline `sqlite3` version from `3.1.8` -> `3.1.13` + +###### [v2.8.0] +> 2017-05-21 + +- Match only “down” as separator in migration files ([##32](https://github.com/kriasoft/node-sqlite/pull/32)) + +###### [v2.7.0] +> 2017-05-01 + +- Added support to use the [database object cache](https://github.com/mapbox/node-sqlite3/wiki/Caching) as an option (see readme) + +###### [v2.6.0] +> 2017-04-30 + +- Migration bug fixed where valid multiple dashes (eg a PEM string) was being removed ([##28](https://github.com/kriasoft/node-sqlite/pull/28)) + +###### [v2.5.0] +> 2017-03-23 + +- npm publish'd from the wrong area. 2.4.0 is unpublished, 2.5.0 is the latest. + +###### [v2.4.0] +> 2017-03-23 + +- Typescript updates - Make ambient declarations more useful for type inference ([##26](https://github.com/kriasoft/node-sqlite/pull/26)) + +###### [v2.3.0] +> 2017-01-31 + +- Fix a bug sorting of schemas during migrations ([##25](https://github.com/kriasoft/node-sqlite/pull/17)) + +###### [v2.2.4] +> 2016-12-10 + +- Add TypeScript definition ([##21](https://github.com/kriasoft/node-sqlite/pull/21)) + +###### [v2.2.3] +> 2016-11-10 + +- Update `sqlite3` package to 3.1.8 +- Use `external-helpers` plugin in Babel config (ref [##12](https://github.com/kriasoft/node-sqlite/issues/12)) + +###### [v2.2.2] +> 2016-11-02 + +- Fix duplicate migration application when db.migrate() is run multiple times ([##19](https://github.com/kriasoft/node-sqlite/pull/9)) + +###### [v2.2.1] +> 2016-10-26 + +- Update `sqlite3` package to 3.1.7 ([##17](https://github.com/kriasoft/node-sqlite/pull/17), [changelog](https://github.com/mapbox/node-sqlite3/blob/master/CHANGELOG.md)) + +###### [v2.2.0] +> 2016-07-22 + +- Add named parameters support (https://github.com/kriasoft/node-sqlite/pull/10) +- `Statement` now has `sql()`, `lastId()`, `changes()` + +###### [v2.0.2] +> 2016-05-21 + +- Add SQL-based migrations API: `db.migrate({ force: 'last' })` +- Add migration files examples. See `/migrations` folder. +- Add support for multiple databases: `const db = sqlite.open('db.sqlite')` +- Add async wrapper for `sqlite3` Statement object + +###### [v1.0.0] +> 2016-05-19 + +- The initial release after a couple of preview versions earlier this year +- Built the project with Babel and Rollup for Node.js v3-5, Node.js v6, Node.js vNext + (Harmony Modules) + +[unreleased]: https://github.com/kriasoft/node-sqlite/compare/v3.0.0...HEAD +[v3.0.0]: https://github.com/kriasoft/node-sqlite/compare/v2.9.3...v3.0.0 +[v2.9.3]: https://github.com/kriasoft/node-sqlite/compare/v2.9.2...v2.9.3 +[v2.9.2]: https://github.com/kriasoft/node-sqlite/compare/v2.9.1...v2.9.2 +[v2.7.0]: https://github.com/kriasoft/node-sqlite/compare/v2.6.0...v2.7.0 +[v2.6.0]: https://github.com/kriasoft/node-sqlite/compare/v2.5.0...v2.6.0 +[v2.5.0]: https://github.com/kriasoft/node-sqlite/compare/v2.4.0...v2.5.0 +[v2.4.0]: https://github.com/kriasoft/node-sqlite/compare/v2.3.0...v2.4.0 +[v2.3.0]: https://github.com/kriasoft/node-sqlite/compare/v2.2.4...v2.3.0 +[v2.2.4]: https://github.com/kriasoft/node-sqlite/compare/v2.2.3...v2.2.4 +[v2.2.3]: https://github.com/kriasoft/node-sqlite/compare/v2.2.2...v2.2.3 +[v2.2.2]: https://github.com/kriasoft/node-sqlite/compare/v2.2.1...v2.2.2 +[v2.2.1]: https://github.com/kriasoft/node-sqlite/compare/v2.2.0...v2.2.1 +[v2.2.0]: https://github.com/kriasoft/node-sqlite/compare/v2.0.2...v2.2.0 +[v2.0.2]: https://github.com/kriasoft/node-sqlite/compare/v1.0.0...v2.0.2 +[v1.0.0]: https://github.com/kriasoft/node-sqlite/compare/45c1f7904abca55510b45415fe75dccbfc3109a1...v1.0.0 diff --git a/node_modules/sqlite/LICENSE b/node_modules/sqlite/LICENSE new file mode 100644 index 0000000..e8fb4ee --- /dev/null +++ b/node_modules/sqlite/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present Kriasoft, Theo Gravity + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/node_modules/sqlite/README.md b/node_modules/sqlite/README.md new file mode 100644 index 0000000..9bb6f10 --- /dev/null +++ b/node_modules/sqlite/README.md @@ -0,0 +1,532 @@ +# SQLite Client for Node.js Apps + +[![NPM version](https://img.shields.io/npm/v/sqlite.svg?style=flat-square)](https://www.npmjs.com/package/sqlite) +[![CircleCI](https://circleci.com/gh/kriasoft/node-sqlite.svg?style=svg)](https://circleci.com/gh/kriasoft/node-sqlite) +![built with typescript](https://camo.githubusercontent.com/92e9f7b1209bab9e3e9cd8cdf62f072a624da461/68747470733a2f2f666c61742e62616467656e2e6e65742f62616467652f4275696c74253230576974682f547970655363726970742f626c7565) +[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) + +> A wrapper library written in Typescript with **ZERO** dependencies that adds ES6 promises +> and SQL-based migrations API to [sqlite3](https://github.com/mapbox/node-sqlite3/) ([docs](https://github.com/mapbox/node-sqlite3/wiki)). + +**note** v4 of `sqlite` has breaking changes compared to v3! Please see `CHANGELOG.md` for more details. + + + +- [Installation](#installation) + - [Install `sqlite3`](#install-sqlite3) + - [Install `sqlite`](#install-sqlite) +- [Usage](#usage) + - [Opening the database](#opening-the-database) + - [Without caching](#without-caching) + - [With caching](#with-caching) + - [Enable verbose / debug mode](#enable-verbose--debug-mode) + - [Tracing SQL errors](#tracing-sql-errors) + - [With a custom driver](#with-a-custom-driver) + - [Opening multiple databases](#opening-multiple-databases) + - [`open` config params](#open-config-params) + - [Examples](#examples) + - [Creating a table and inserting data](#creating-a-table-and-inserting-data) + - [Getting a single row](#getting-a-single-row) + - [Getting many rows](#getting-many-rows) + - [Inserting rows](#inserting-rows) + - [Updating rows](#updating-rows) + - [Prepared statement](#prepared-statement) + - [`each()`](#each) + - [Get the driver instance](#get-the-driver-instance) + - [Closing the database](#closing-the-database) + - [ES6 tagged template strings](#es6-tagged-template-strings) + - [Migrations](#migrations) +- [Typescript tricks](#typescript-tricks) + - [Import interfaces from sqlite](#import-interfaces-from-sqlite) + - [Specify typings for a specific database driver](#specify-typings-for-a-specific-database-driver) + - [Use generics to get better typings on your rows](#use-generics-to-get-better-typings-on-your-rows) + - [Get example](#get-example) + - [All example](#all-example) +- [API Documentation](#api-documentation) +- [Management Tools](#management-tools) +- [Alternative SQLite libraries](#alternative-sqlite-libraries) +- [References](#references) +- [License](#license) + + + +## Installation + +### Install `sqlite3` + +Most people who use this library will use [sqlite3](https://github.com/mapbox/node-sqlite3/) +as the database driver. + +Any library that conforms to the `sqlite3` ([API](https://github.com/mapbox/node-sqlite3/wiki/API)) +should also work. + +`$ npm install sqlite3 --save` + +### Install `sqlite` + +```sh +# v4 of sqlite is targeted for nodejs 10 and on. +$ npm install sqlite --save + +# If you need a legacy version for an older version of nodejs +# install v3 instead, and look at the v3 branch readme for usage details +$ npm install sqlite@3 --save +``` + +## Usage + +This module has the same API as the original `sqlite3` library ([docs](https://github.com/mapbox/node-sqlite3/wiki/API)), +except that all its API methods return ES6 Promises and do not accept callback arguments (with the exception of `each()`). + +### Opening the database + +#### Without caching + +```typescript +import sqlite3 from 'sqlite3' +import { open } from 'sqlite' + +// this is a top-level await +(async () => { + // open the database + const db = await open({ + filename: '/tmp/database.db', + driver: sqlite3.Database + }) +})() +``` +or + +```typescript +import sqlite3 from 'sqlite3' +import { open } from 'sqlite' + +open({ + filename: '/tmp/database.db', + driver: sqlite3.Database +}).then((db) => { + // do your thing +}) +``` + +or + +```typescript +import sqlite3 from 'sqlite3' +import { open } from 'sqlite' + +// you would have to import / invoke this in another file +export async function openDb () { + return open({ + filename: '/tmp/database.db', + driver: sqlite3.Database + }) +} +``` + +#### With caching + +If you want to enable the [database object cache](https://github.com/mapbox/node-sqlite3/wiki/Caching) + +```typescript +import sqlite3 from 'sqlite3' +import { open } from 'sqlite' + +(async () => { + const db = await open({ + filename: '/tmp/database.db', + driver: sqlite3.cached.Database + }) +})() +``` + +#### Enable verbose / debug mode + +```typescript +import sqlite3 from 'sqlite3' + +sqlite3.verbose() +``` + +#### Tracing SQL errors + +For more info, see this [doc](https://github.com/mapbox/node-sqlite3/wiki/Debugging#databaseontrace-callback). + +```typescript +db.on('trace', (data) => { + +}) +``` + +#### With a custom driver + +You can use an alternative library to `sqlite3` as long as it conforms to the `sqlite3` [API](https://github.com/mapbox/node-sqlite3/wiki/API). + +For example, using `sqlite3-offline-next`: + +```typescript +import sqlite3Offline from 'sqlite3-offline-next' +import { open } from 'sqlite' + +(async () => { + const db = await open({ + filename: '/tmp/database.db', + driver: sqlite3Offline.Database + }) +})() +``` + +#### Opening multiple databases + +```typescript +import sqlite3 from 'sqlite3' +import { open } from 'sqlite' + +(async () => { + const [db1, db2] = await Promise.all([ + open({ + filename: '/tmp/database.db', + driver: sqlite3.Database + }), + open({ + filename: '/tmp/database2.db', + driver: sqlite3.Database + }), + ]) + + await db1.migrate({ + migrationsPath: '...' + }) + + await db2.migrate({ + migrationsPath: '...' + }) +})() +``` + +#### `open` config params + +```typescript + +// db is an instance of `sqlite#Database` +// which is a wrapper around `sqlite3#Database` +const db = await open({ + /** + * Valid values are filenames, ":memory:" for an anonymous in-memory + * database and an empty string for an anonymous disk-based database. + * Anonymous databases are not persisted and when closing the database + * handle, their contents are lost. + */ + filename: string + + /** + * One or more of sqlite3.OPEN_READONLY, sqlite3.OPEN_READWRITE and + * sqlite3.OPEN_CREATE. The default value is OPEN_READWRITE | OPEN_CREATE. + */ + mode?: number + + /** + * The database driver. Most will install `sqlite3` and use the `Database` class from it. + * As long as the library you are using conforms to the `sqlite3` API, you can use it as + * the driver. + * + * @example + * + * ``` + * import sqlite from 'sqlite3' + * + * const driver = sqlite.Database + * ``` + */ + driver: any +}) +``` + +### Examples + +- See the `src/**/__tests__` directory for more example usages +- See the `docs/` directory for full documentation. +- Also visit the `sqlite3` library [API docs](https://github.com/mapbox/node-sqlite3/wiki/API) + +#### Creating a table and inserting data + +```typescript +await db.exec('CREATE TABLE tbl (col TEXT)') +await db.exec('INSERT INTO tbl VALUES ("test")') +``` + +#### Getting a single row + +```typescript +const result = await db.get('SELECT col FROM tbl WHERE col = ?', 'test') + +// { col: 'test' } +``` + +```typescript +const result = await db.get('SELECT col FROM tbl WHERE col = ?', ['test']) + +// { col: 'test' } +``` + +```typescript +const result = await db.get('SELECT col FROM tbl WHERE col = :test', { + ':test': 'test' +}) + +// { col: 'test' } +``` + +#### Getting many rows + +```typescript +const result = await db.all('SELECT col FROM tbl') + +// [{ col: 'test' }] +``` + +#### Inserting rows + +```typescript +const result = await db.run( + 'INSERT INTO tbl (col) VALUES (?)', + 'foo' +) + +/* +{ + // row ID of the inserted row + lastID: 1, + // instance of `sqlite#Statement` + // which is a wrapper around `sqlite3#Statement` + stmt: +} +*/ +``` + +```typescript +const result = await db.run('INSERT INTO tbl(col) VALUES (:col)', { + ':col': 'something' +}) +``` + +#### Updating rows + +```typescript +const result = await db.run( + 'UPDATE tbl SET col = ? WHERE col = ?', + 'foo', + 'test' +) + +/* +{ + // number of rows changed + changes: 1, + // instance of `sqlite#Statement` + // which is a wrapper around `sqlite3#Statement` + stmt: +} +*/ +``` + +#### Prepared statement + +```typescript +// stmt is an instance of `sqlite#Statement` +// which is a wrapper around `sqlite3#Statement` +const stmt = await db.prepare('SELECT col FROM tbl WHERE 1 = ? AND 5 = ?5') +await stmt.bind({ 1: 1, 5: 5 }) +let result = await stmt.get() +// { col: 'some text' } +``` + +```typescript +const stmt = await db.prepare( + 'SELECT col FROM tbl WHERE 13 = @thirteen ORDER BY col DESC' +) + +const result = await stmt.all({ '@thirteen': 13 }) +``` + +#### `each()` + +`each()` is a bit different compared to the other operations due to its underlying [implementation](https://github.com/TryGhost/node-sqlite3/wiki/API#databaseeachsql-param--callback-complete). + +The function signature looks like this: + +`async each (sql, [...params], callback)` + +- `callback(err, row)` is triggered when the database has a row to return +- The promise resolves when all rows have returned with the number of rows returned. + +```typescript +try { + // You need to wrap this in a try / catch for SQL parse / connection errors + const rowsCount = await db.each( + 'SELECT col FROM tbl WHERE ROWID = ?', + [2], + (err, row) => { + if (err) { + // This would be if there is an error specific to the row result + throw err + } + + // row = { col: 'other thing' } + } + ) +} catch (e) { + throw e +} + +// rowsCount = 1 +``` + +#### Get the driver instance + +Useful if you need to call methods that are not supported yet. + +```typescript +const rawDb = db.getDatabaseInstance() +const rawStatement = stmt.getStatementInstance() +``` + +#### Closing the database + +```typescript +await db.close() +``` + +### ES6 tagged template strings + +This module is compatible with [sql-template-strings](https://www.npmjs.com/package/sql-template-strings). + +```js +import SQL from 'sql-template-strings' + +const book = 'harry potter'; +const author = 'J. K. Rowling'; + +const data = await db.all(SQL`SELECT author FROM books WHERE name = ${book} AND author = ${author}`); +``` + +### Migrations + +This module comes with a lightweight migrations API that works with [SQL-based migration files](https://github.com/kriasoft/node-sqlite/tree/master/migrations) + +With default configuration, you can create a `migrations/` directory in your project with SQL files, +and call the `migrate()` method to run the SQL in the directory against the database. + +See this project's `migrations/` folder for examples. + +```typescript +await db.migrate({ + /** + * If true, will force the migration API to rollback and re-apply the latest migration over + * again each time when Node.js app launches. + */ + force?: boolean + /** + * Migrations table name. Default is 'migrations' + */ + table?: string + /** + * Path to the migrations folder. Default is `path.join(process.cwd(), 'migrations')` + */ + migrationsPath?: string +}) +``` + +## Typescript tricks + +### Import interfaces from sqlite + +`import { ISqlite, IMigrate } from 'sqlite'` + +See the definitions for more details. + +### Specify typings for a specific database driver + +```typescript +// Assuming you have @types/sqlite3 installed +import sqlite3 from 'sqlite3' + +// sqlite3.Database, sqlite3.Statement is the default if no explicit generic is specified +await open({ + filename: ':memory' +}) +``` + +### Use generics to get better typings on your rows + +Most methods allow for the use of [generics](https://www.typescriptlang.org/docs/handbook/generics.html) +to specify the data type of your returned data. This allows your IDE to perform better autocomplete +and the typescript compiler to perform better static type analysis. + +#### Get example + +```typescript + +interface Row { + col: string +} + +// result will be of type Row, allowing Typescript supported IDEs to autocomplete on the properties! +const result = await db.get('SELECT col FROM tbl WHERE col = ?', 'test') +``` + +#### All example + +```typescript +interface Row { + col: string +} + +// Result is an array of rows, you can now have array-autocompletion data +const result = await db.all('SELECT col FROM tbl') + +result.each((row) => { + // row should have type information now! +}) +``` + +## API Documentation + +See the [`docs`](docs/globals.md) directory for full documentation. + +## Management Tools + +- [Beekeeper Studio](https://www.beekeeperstudio.io/): Open Source SQL Editor and Database Manager +- [DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser): Desktop-based browser. +- [datasette](https://github.com/simonw/datasette): Datasette is a tool for exploring and publishing +data. Starts up a server that provides a web interface to your SQLite data. +- [SQLite Studio](https://github.com/pawelsalawa/sqlitestudio): A free, open source, multi-platform SQLite database manager written in C++, with use of Qt framework. +- [HeidiSQL](https://www.heidisql.com/): Full-featured database editor. +- [DBeaver](https://dbeaver.io/): Full-featured multi-platform database tool and designer. + +## Alternative SQLite libraries + +This library and the library it primarily supports, `sqlite3`, may not be the best library that +fits your use-case. You might want to try these other SQLite libraries: + +- [better-sqlite3](https://github.com/JoshuaWise/better-sqlite3): Totes itself as the fastest and +simplest library for SQLite3 in Node.js. +- [Bun sqlite3](https://github.com/Jarred-Sumner/bun#bunsqlite-sqlite3-module): `bun:sqlite` is a high-performance builtin SQLite3 module for `bun.js`. +- [sql.js](https://github.com/sql-js/sql.js): SQLite compiled to Webassembly. +- [sqlite3-offline-next](https://github.com/nicolaiort/sqlite3-offline-next): Offers pre-compiled `sqlite3` +binaries if your machine cannot compile it. Should be mostly compatible with this library. + +If you know of any others, feel free to open a PR to add them to the list. + +## References + +* [Using SQLite with Node.js for Rapid Prototyping](https://medium.com/@tarkus/node-js-and-sqlite-for-rapid-prototyping-bc9cf1f26f10) on Medium.com +* [SQLite Documentation](https://www.sqlite.org/docs.html), e.g. [SQL Syntax](https://www.sqlite.org/lang.html), [Data Types](https://www.sqlite.org/datatype3.html) etc. on SQLite.org +* ES6 tagged [sql-template-strings](https://www.npmjs.com/package/sql-template-strings). + +## License + +The MIT License © 2020-present Kriasoft / Theo Gravity. All rights reserved. + +--- +Made with ♥ by [Konstantin Tarkus](https://github.com/koistya) ([@koistya](https://twitter.com/koistya)), [Theo Gravity](https://github.com/theogravity) and [contributors](https://github.com/kriasoft/node-sqlite/graphs/contributors) diff --git a/node_modules/sqlite/build/Database.d.ts b/node_modules/sqlite/build/Database.d.ts new file mode 100644 index 0000000..e4f6d38 --- /dev/null +++ b/node_modules/sqlite/build/Database.d.ts @@ -0,0 +1,156 @@ +/// +import * as sqlite3 from 'sqlite3'; +import { ISqlite, IMigrate } from './interfaces'; +import { Statement } from './Statement'; +import MigrationParams = IMigrate.MigrationParams; +/** + * Promisified wrapper for the sqlite3#Database interface. + */ +export declare class Database { + config: ISqlite.Config; + db: Driver; + constructor(config: ISqlite.Config); + /** + * Event handler when verbose mode is enabled. + * @see https://github.com/mapbox/node-sqlite3/wiki/Debugging + */ + on(event: string, listener: any): void; + /** + * Returns the underlying sqlite3 Database instance + */ + getDatabaseInstance(): Driver; + /** + * Opens the database + */ + open(): Promise; + /** + * Closes the database. + */ + close(): Promise; + /** + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseconfigureoption-value + */ + configure(option: ISqlite.ConfigureOption, value: any): any; + /** + * Runs the SQL query with the specified parameters. It does not retrieve any result data. + * The function returns the Database object for which it was called to allow for function chaining. + * + * @param {string} sql The SQL query to run. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaserunsql-param--callback + */ + run(sql: ISqlite.SqlType, ...params: any[]): Promise>; + /** + * Runs the SQL query with the specified parameters and resolves with + * with the first result row afterwards. If the result set is empty, returns undefined. + * + * The property names correspond to the column names of the result set. + * It is impossible to access them by column index; the only supported way is by column name. + * + * @param {string} sql The SQL query to run. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databasegetsql-param--callback + */ + get(sql: ISqlite.SqlType, ...params: any[]): Promise; + /** + * Runs the SQL query with the specified parameters and calls the callback once for each result + * row. The parameters are the same as the Database#run function, with the following differences: + * + * If the result set succeeds but is empty, the callback is never called. + * In all other cases, the callback is called once for every retrieved row. + * The order of calls correspond exactly to the order of rows in the result set. + * + * There is currently no way to abort execution! + * + * The last parameter to each() *must* be a callback function. + * + * @example await db.each('SELECT * FROM x WHERE y = ?', 'z', (err, row) => { + * // row contains the row data + * // each() resolves when there are no more rows to fetch + * }) + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseeachsql-param--callback-complete + * @returns Promise Number of rows returned + */ + each(sql: ISqlite.SqlType, callback: (err: any, row: T) => void): Promise; + each(sql: ISqlite.SqlType, param1: any, callback: (err: any, row: T) => void): Promise; + each(sql: ISqlite.SqlType, param1: any, param2: any, callback: (err: any, row: T) => void): Promise; + each(sql: ISqlite.SqlType, param1: any, param2: any, param3: any, callback: (err: any, row: T) => void): Promise; + each(sql: ISqlite.SqlType, ...params: any[]): Promise; + /** + * Runs the SQL query with the specified parameters. The parameters are the same as the + * Database#run function, with the following differences: + * + * If the result set is empty, it will be an empty array, otherwise it will + * have an object for each result row which + * in turn contains the values of that row, like the Database#get function. + * + * Note that it first retrieves all result rows and stores them in memory. + * For queries that have potentially large result sets, use the Database#each + * function to retrieve all rows or Database#prepare followed by multiple + * Statement#get calls to retrieve a previously unknown amount of rows. + * + * @param {string} sql The SQL query to run. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseallsql-param--callback + */ + all(sql: ISqlite.SqlType, ...params: any[]): Promise; + /** + * Runs all SQL queries in the supplied string. No result rows are retrieved. If a query fails, + * no subsequent statements will be executed (wrap it in a transaction if you want all + * or none to be executed). + * + * Note: This function will only execute statements up to the first NULL byte. + * Comments are not allowed and will lead to runtime errors. + * + * @param {string} sql The SQL query to run. + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseexecsql-callback + */ + exec(sql: ISqlite.SqlType): Promise; + /** + * Prepares the SQL statement and optionally binds the specified parameters. + * When bind parameters are supplied, they are bound to the prepared statement. + * + * @param {string} sql The SQL query to run. + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * @returns Promise Statement object + */ + prepare(sql: ISqlite.SqlType, ...params: any[]): Promise>; + /** + * Loads a compiled SQLite extension into the database connection object. + * + * @param {string} path Filename of the extension to load + */ + loadExtension(path: string): Promise; + /** + * Performs a database migration. + */ + migrate(config?: MigrationParams): Promise; + /** + * The methods underneath requires creative work to implement. PRs / proposals accepted! + */ + serialize(): void; + parallelize(): void; +} diff --git a/node_modules/sqlite/build/Database.js b/node_modules/sqlite/build/Database.js new file mode 100644 index 0000000..13d9715 --- /dev/null +++ b/node_modules/sqlite/build/Database.js @@ -0,0 +1,280 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Database = void 0; +const Statement_1 = require("./Statement"); +const migrate_1 = require("./utils/migrate"); +const strings_1 = require("./utils/strings"); +const format_error_1 = require("./utils/format-error"); +/** + * Promisified wrapper for the sqlite3#Database interface. + */ +class Database { + constructor(config) { + this.config = config; + this.db = null; + } + /** + * Event handler when verbose mode is enabled. + * @see https://github.com/mapbox/node-sqlite3/wiki/Debugging + */ + on(event, listener) { + this.db.on(event, listener); + } + /** + * Returns the underlying sqlite3 Database instance + */ + getDatabaseInstance() { + return this.db; + } + /** + * Opens the database + */ + open() { + return new Promise((resolve, reject) => { + let { filename, mode, driver } = this.config; + // https://github.com/mapbox/node-sqlite3/wiki/API#new-sqlite3databasefilename-mode-callback + if (filename === null || filename === undefined) { + throw new Error('sqlite: filename cannot be null / undefined'); + } + if (!driver) { + throw new Error('sqlite: driver is not defined'); + } + if (mode) { + this.db = new driver(filename, mode, err => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(); + }); + } + else { + this.db = new driver(filename, err => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(); + }); + } + }); + } + /** + * Closes the database. + */ + close() { + return new Promise((resolve, reject) => { + this.db.close(err => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(); + }); + }); + } + /** + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseconfigureoption-value + */ + configure(option, value) { + this.db.configure(option, value); + } + /** + * Runs the SQL query with the specified parameters. It does not retrieve any result data. + * The function returns the Database object for which it was called to allow for function chaining. + * + * @param {string} sql The SQL query to run. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaserunsql-param--callback + */ + run(sql, ...params) { + return new Promise((resolve, reject) => { + const sqlObj = (0, strings_1.toSqlParams)(sql, params); + this.db.run(sqlObj.sql, ...sqlObj.params, function (err) { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve({ + stmt: new Statement_1.Statement(this.stmt), + lastID: this.lastID, + changes: this.changes + }); + }); + }); + } + /** + * Runs the SQL query with the specified parameters and resolves with + * with the first result row afterwards. If the result set is empty, returns undefined. + * + * The property names correspond to the column names of the result set. + * It is impossible to access them by column index; the only supported way is by column name. + * + * @param {string} sql The SQL query to run. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databasegetsql-param--callback + */ + get(sql, ...params) { + return new Promise((resolve, reject) => { + const sqlObj = (0, strings_1.toSqlParams)(sql, params); + this.db.get(sqlObj.sql, ...sqlObj.params, (err, row) => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(row); + }); + }); + } + each(sql, ...params) { + return new Promise((resolve, reject) => { + const callback = params.pop(); + if (!callback || typeof callback !== 'function') { + throw new Error('sqlite: Last param of Database#each() must be a callback function'); + } + if (params.length > 0) { + const positional = params.pop(); + if (typeof positional === 'function') { + throw new Error('sqlite: Database#each() should only have a single callback defined. See readme for usage.'); + } + params.push(positional); + } + const sqlObj = (0, strings_1.toSqlParams)(sql, params); + this.db.each(sqlObj.sql, ...sqlObj.params, (err, row) => { + if (err) { + return callback((0, format_error_1.formatError)(err), null); + } + callback(null, row); + }, (err, count) => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(count); + }); + }); + } + /** + * Runs the SQL query with the specified parameters. The parameters are the same as the + * Database#run function, with the following differences: + * + * If the result set is empty, it will be an empty array, otherwise it will + * have an object for each result row which + * in turn contains the values of that row, like the Database#get function. + * + * Note that it first retrieves all result rows and stores them in memory. + * For queries that have potentially large result sets, use the Database#each + * function to retrieve all rows or Database#prepare followed by multiple + * Statement#get calls to retrieve a previously unknown amount of rows. + * + * @param {string} sql The SQL query to run. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseallsql-param--callback + */ + all(sql, ...params) { + return new Promise((resolve, reject) => { + const sqlObj = (0, strings_1.toSqlParams)(sql, params); + this.db.all(sqlObj.sql, ...sqlObj.params, (err, rows) => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(rows); + }); + }); + } + /** + * Runs all SQL queries in the supplied string. No result rows are retrieved. If a query fails, + * no subsequent statements will be executed (wrap it in a transaction if you want all + * or none to be executed). + * + * Note: This function will only execute statements up to the first NULL byte. + * Comments are not allowed and will lead to runtime errors. + * + * @param {string} sql The SQL query to run. + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseexecsql-callback + */ + exec(sql) { + return new Promise((resolve, reject) => { + const sqlObj = (0, strings_1.toSqlParams)(sql); + this.db.exec(sqlObj.sql, err => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(); + }); + }); + } + /** + * Prepares the SQL statement and optionally binds the specified parameters. + * When bind parameters are supplied, they are bound to the prepared statement. + * + * @param {string} sql The SQL query to run. + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * @returns Promise Statement object + */ + prepare(sql, ...params) { + return new Promise((resolve, reject) => { + const sqlObj = (0, strings_1.toSqlParams)(sql, params); + const stmt = this.db.prepare(sqlObj.sql, ...sqlObj.params, err => { + if (err) { + return reject(err); + } + resolve(new Statement_1.Statement(stmt)); + }); + }); + } + /** + * Loads a compiled SQLite extension into the database connection object. + * + * @param {string} path Filename of the extension to load + */ + loadExtension(path) { + return new Promise((resolve, reject) => { + this.db.loadExtension(path, err => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(); + }); + }); + } + /** + * Performs a database migration. + */ + async migrate(config) { + await (0, migrate_1.migrate)(this, config); + } + /** + * The methods underneath requires creative work to implement. PRs / proposals accepted! + */ + /* + * Unsure if serialize can be made into a promise. + */ + serialize() { + throw new Error('sqlite: Currently not implemented. Use getDatabaseInstance().serialize() instead.'); + } + /* + * Unsure if parallelize can be made into a promise. + */ + parallelize() { + throw new Error('sqlite: Currently not implemented. Use getDatabaseInstance().parallelize() instead.'); + } +} +exports.Database = Database; +//# sourceMappingURL=Database.js.map \ No newline at end of file diff --git a/node_modules/sqlite/build/Database.js.map b/node_modules/sqlite/build/Database.js.map new file mode 100644 index 0000000..a443d5f --- /dev/null +++ b/node_modules/sqlite/build/Database.js.map @@ -0,0 +1 @@ +{"version":3,"file":"Database.js","sourceRoot":"","sources":["../src/Database.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/sqlite/build/Statement.d.ts b/node_modules/sqlite/build/Statement.d.ts new file mode 100644 index 0000000..0fe5c95 --- /dev/null +++ b/node_modules/sqlite/build/Statement.d.ts @@ -0,0 +1,110 @@ +/// +import * as sqlite from 'sqlite3'; +import { ISqlite } from './interfaces'; +/** + * Promisified wrapper for the sqlite3#Statement interface. + */ +export declare class Statement { + stmt: S; + constructor(stmt: S); + /** + * Returns the underlying sqlite3 Statement instance + */ + getStatementInstance(): S; + /** + * Binds parameters to the prepared statement. + * + * Binding parameters with this function completely resets the statement object and row cursor + * and removes all previously bound parameters, if any. + */ + bind(...params: any[]): Promise; + /** + * Resets the row cursor of the statement and preserves the parameter bindings. + * Use this function to re-execute the same query with the same bindings. + */ + reset(): Promise; + /** + * Finalizes the statement. This is typically optional, but if you experience long delays before + * the next query is executed, explicitly finalizing your statement might be necessary. + * This might be the case when you run an exclusive query (see section Control Flow). + * After the statement is finalized, all further function calls on that statement object + * will throw errors. + */ + finalize(): Promise; + /** + * Binds parameters and executes the statement. + * + * If you specify bind parameters, they will be bound to the statement before it is executed. + * Note that the bindings and the row cursor are reset when you specify even a single bind parameter. + * + * The execution behavior is identical to the Database#run method with the difference that the + * statement will not be finalized after it is run. This means you can run it multiple times. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + */ + run(...params: any[]): Promise; + /** + * Binds parameters, executes the statement and retrieves the first result row. + * The parameters are the same as the Statement#run function, with the following differences: + * + * Using this method can leave the database locked, as the database awaits further + * calls to Statement#get to retrieve subsequent rows. To inform the database that you + * are finished retrieving rows, you should either finalize (with Statement#finalize) + * or reset (with Statement#reset) the statement. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + */ + get(...params: any[]): Promise; + /** + * Binds parameters, executes the statement and calls the callback with all result rows. + * The parameters are the same as the Statement#run function, with the following differences: + * + * If the result set is empty, it will resolve to an empty array, otherwise it contains an + * object for each result row which in turn contains the values of that row. + * Like with Statement#run, the statement will not be finalized after executing this function. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseallsql-param--callback + */ + all(...params: any[]): Promise; + /** + * Binds parameters, executes the statement and calls the callback for each result row. + * + * If the result set succeeds but is empty, the callback is never called. + * In all other cases, the callback is called once for every retrieved row. + * The order of calls correspond exactly to the order of rows in the result set. + * + * Like with Statement#run, the statement will not be finalized after executing this function. + * + * There is currently no way to abort execution! + * + * The last parameter to each() *must* be a callback function, where the first parameter will + * be the returned row. + * + * @example await stmt.each('someParamValue', (err, row) => { + * // row contains the row data + * // each() resolves when there are no more rows to fetch + * }) + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#statementeachparam--callback-complete + * @returns Promise Number of rows returned + */ + each(callback: (err: any, row: T) => void): Promise; + each(param1: any, callback: (err: any, row: T) => void): Promise; + each(param1: any, param2: any, callback: (err: any, row: T) => void): Promise; + each(param1: any, param2: any, param3: any, callback: (err: any, row: T) => void): Promise; + each(...params: any[]): Promise; +} diff --git a/node_modules/sqlite/build/Statement.js b/node_modules/sqlite/build/Statement.js new file mode 100644 index 0000000..115ade7 --- /dev/null +++ b/node_modules/sqlite/build/Statement.js @@ -0,0 +1,171 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Statement = void 0; +const format_error_1 = require("./utils/format-error"); +/** + * Promisified wrapper for the sqlite3#Statement interface. + */ +class Statement { + constructor(stmt) { + this.stmt = stmt; + } + /** + * Returns the underlying sqlite3 Statement instance + */ + getStatementInstance() { + return this.stmt; + } + /** + * Binds parameters to the prepared statement. + * + * Binding parameters with this function completely resets the statement object and row cursor + * and removes all previously bound parameters, if any. + */ + bind(...params) { + return new Promise((resolve, reject) => { + this.stmt.bind(...params, err => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(); + }); + }); + } + /** + * Resets the row cursor of the statement and preserves the parameter bindings. + * Use this function to re-execute the same query with the same bindings. + */ + reset() { + return new Promise(resolve => { + this.stmt.reset(() => { + resolve(); + }); + }); + } + /** + * Finalizes the statement. This is typically optional, but if you experience long delays before + * the next query is executed, explicitly finalizing your statement might be necessary. + * This might be the case when you run an exclusive query (see section Control Flow). + * After the statement is finalized, all further function calls on that statement object + * will throw errors. + */ + finalize() { + return new Promise((resolve, reject) => { + this.stmt.finalize(err => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(); + }); + }); + } + /** + * Binds parameters and executes the statement. + * + * If you specify bind parameters, they will be bound to the statement before it is executed. + * Note that the bindings and the row cursor are reset when you specify even a single bind parameter. + * + * The execution behavior is identical to the Database#run method with the difference that the + * statement will not be finalized after it is run. This means you can run it multiple times. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + */ + run(...params) { + return new Promise((resolve, reject) => { + const stmt = this; + this.stmt.run(...params, function (err) { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve({ + stmt, + lastID: this.lastID, + changes: this.changes + }); + }); + }); + } + /** + * Binds parameters, executes the statement and retrieves the first result row. + * The parameters are the same as the Statement#run function, with the following differences: + * + * Using this method can leave the database locked, as the database awaits further + * calls to Statement#get to retrieve subsequent rows. To inform the database that you + * are finished retrieving rows, you should either finalize (with Statement#finalize) + * or reset (with Statement#reset) the statement. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + */ + get(...params) { + return new Promise((resolve, reject) => { + this.stmt.get(...params, (err, row) => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(row); + }); + }); + } + /** + * Binds parameters, executes the statement and calls the callback with all result rows. + * The parameters are the same as the Statement#run function, with the following differences: + * + * If the result set is empty, it will resolve to an empty array, otherwise it contains an + * object for each result row which in turn contains the values of that row. + * Like with Statement#run, the statement will not be finalized after executing this function. + * + * @param {any} [params, ...] When the SQL statement contains placeholders, you + * can pass them in here. They will be bound to the statement before it is + * executed. There are three ways of passing bind parameters: directly in + * the function's arguments, as an array, and as an object for named + * parameters. This automatically sanitizes inputs. + * + * @see https://github.com/mapbox/node-sqlite3/wiki/API#databaseallsql-param--callback + */ + all(...params) { + return new Promise((resolve, reject) => { + this.stmt.all(...params, (err, rows) => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(rows); + }); + }); + } + each(...params) { + return new Promise((resolve, reject) => { + const callback = params.pop(); + if (!callback || typeof callback !== 'function') { + throw new Error('sqlite: Last param of Statement#each() must be a callback function'); + } + if (params.length > 0) { + const positional = params.pop(); + if (typeof positional === 'function') { + throw new Error('sqlite: Statement#each() should only have a single callback defined. See readme for usage.'); + } + params.push(positional); + } + this.stmt.each(...params, (err, row) => { + if (err) { + return callback((0, format_error_1.formatError)(err), null); + } + callback(null, row); + }, (err, count) => { + if (err) { + return reject((0, format_error_1.formatError)(err)); + } + resolve(count); + }); + }); + } +} +exports.Statement = Statement; +//# sourceMappingURL=Statement.js.map \ No newline at end of file diff --git a/node_modules/sqlite/build/Statement.js.map b/node_modules/sqlite/build/Statement.js.map new file mode 100644 index 0000000..a61a59e --- /dev/null +++ b/node_modules/sqlite/build/Statement.js.map @@ -0,0 +1 @@ +{"version":3,"file":"Statement.js","sourceRoot":"","sources":["../src/Statement.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/sqlite/build/index.d.ts b/node_modules/sqlite/build/index.d.ts new file mode 100644 index 0000000..7062f41 --- /dev/null +++ b/node_modules/sqlite/build/index.d.ts @@ -0,0 +1,10 @@ +/// +import * as sqlite3 from 'sqlite3'; +import { Statement } from './Statement'; +import { Database } from './Database'; +import { ISqlite, IMigrate } from './interfaces'; +/** + * Opens a database for manipulation. Most users will call this to get started. + */ +declare function open(config: ISqlite.Config): Promise; +export { open, Statement, Database, ISqlite, IMigrate }; diff --git a/node_modules/sqlite/build/index.js b/node_modules/sqlite/build/index.js new file mode 100644 index 0000000..e2fa81f --- /dev/null +++ b/node_modules/sqlite/build/index.js @@ -0,0 +1,18 @@ +"use strict"; +/// +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Database = exports.Statement = exports.open = void 0; +const Statement_1 = require("./Statement"); +Object.defineProperty(exports, "Statement", { enumerable: true, get: function () { return Statement_1.Statement; } }); +const Database_1 = require("./Database"); +Object.defineProperty(exports, "Database", { enumerable: true, get: function () { return Database_1.Database; } }); +/** + * Opens a database for manipulation. Most users will call this to get started. + */ +async function open(config) { + const db = new Database_1.Database(config); + await db.open(); + return db; +} +exports.open = open; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/sqlite/build/index.js.map b/node_modules/sqlite/build/index.js.map new file mode 100644 index 0000000..b22dbed --- /dev/null +++ b/node_modules/sqlite/build/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,kDAAkD;;;AAGlD,2CAAuC;AAkBxB,0FAlBN,qBAAS,OAkBM;AAjBxB,yCAAqC;AAiBX,yFAjBjB,mBAAQ,OAiBiB;AAdlC;;GAEG;AACH,KAAK,UAAU,IAAI,CAGhB,MAAsB;IACvB,MAAM,EAAE,GAAG,IAAI,mBAAQ,CAAe,MAAM,CAAC,CAAA;IAE7C,MAAM,EAAE,CAAC,IAAI,EAAE,CAAA;IAEf,OAAO,EAAE,CAAA;AACX,CAAC;AAEQ,oBAAI"} \ No newline at end of file diff --git a/node_modules/sqlite/build/index.mjs b/node_modules/sqlite/build/index.mjs new file mode 100644 index 0000000..8036ae1 --- /dev/null +++ b/node_modules/sqlite/build/index.mjs @@ -0,0 +1,12 @@ +export * from "./Statement.js"; +export * from "./Database.js"; +import Database from "./Database.js"; + +/** + * Opens a database for manipulation. Most users will call this to get started. + */ +export async function open(config) { + const db = new Database.Database(config); + await db.open(); + return db; +} diff --git a/node_modules/sqlite/build/interfaces.d.ts b/node_modules/sqlite/build/interfaces.d.ts new file mode 100644 index 0000000..9d1d412 --- /dev/null +++ b/node_modules/sqlite/build/interfaces.d.ts @@ -0,0 +1,104 @@ +/// +import * as sqlite3 from 'sqlite3'; +import { Statement } from './Statement'; +export declare namespace ISqlite { + interface SqlObj { + sql: string; + params?: any[]; + } + interface SQLStatement { + sql: string; + values?: any[]; + } + /** + * Allows for input of a normal SQL string or + * `sql-template-strings` object + */ + type SqlType = SQLStatement | string; + interface Config { + /** + * Valid values are filenames, ":memory:" for an anonymous in-memory + * database and an empty string for an anonymous disk-based database. + * Anonymous databases are not persisted and when closing the database + * handle, their contents are lost. + */ + filename: string; + /** + * One or more of sqlite3.OPEN_READONLY, sqlite3.OPEN_READWRITE and + * sqlite3.OPEN_CREATE. The default value is OPEN_READWRITE | OPEN_CREATE. + */ + mode?: number; + /** + * The database driver. Most will install `sqlite3` and use the `Database` class from it. + * As long as the library you are using conforms to the `sqlite3` API, you can use it as + * the driver. + * + * @example + * + * ``` + * import sqlite from 'sqlite3' + * + * const driver = sqlite.Database + * ``` + */ + driver: any; + } + type ConfigureOption = 'trace' | 'profile' | 'busyTimeout'; + interface RunResult { + /** + * Statement object. + * + * It is not possible to run the statement again because it is + * automatically finalized after running for the first time. + * Any subsequent attempts to run the statement again will fail. + */ + stmt: Statement; + /** + * Row id of the inserted row. + * + * Only contains valid information when the query was a successfully + * completed INSERT statement. + */ + lastID?: number; + /** + * Number of rows changed. + * + * Only contains valid information when the query was a + * successfully completed UPDATE or DELETE statement. + */ + changes?: number; + } +} +export declare namespace IMigrate { + interface MigrationParams { + /** + * If true, will force the migration API to rollback and re-apply the latest migration over + * again each time when Node.js app launches. + */ + force?: boolean; + /** + * Migrations table name. Default is 'migrations' + */ + table?: string; + /** + * Path to the migrations folder. Default is `path.join(process.cwd(), 'migrations')` + */ + migrationsPath?: string; + /** + * Migration data read from migrations folder. `migrationsPath` will be ignored if this is + * provided. + */ + migrations?: readonly MigrationData[]; + } + interface MigrationFile { + id: number; + name: string; + filename: string; + } + interface MigrationData { + id: number; + name: string; + up: string; + down: string; + } +} diff --git a/node_modules/sqlite/build/interfaces.js b/node_modules/sqlite/build/interfaces.js new file mode 100644 index 0000000..c415969 --- /dev/null +++ b/node_modules/sqlite/build/interfaces.js @@ -0,0 +1,4 @@ +"use strict"; +/// +Object.defineProperty(exports, "__esModule", { value: true }); +//# sourceMappingURL=interfaces.js.map \ No newline at end of file diff --git a/node_modules/sqlite/build/interfaces.js.map b/node_modules/sqlite/build/interfaces.js.map new file mode 100644 index 0000000..df824f7 --- /dev/null +++ b/node_modules/sqlite/build/interfaces.js.map @@ -0,0 +1 @@ +{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":";AAAA,kDAAkD"} \ No newline at end of file diff --git a/node_modules/sqlite/build/utils/format-error.d.ts b/node_modules/sqlite/build/utils/format-error.d.ts new file mode 100644 index 0000000..b0a2289 --- /dev/null +++ b/node_modules/sqlite/build/utils/format-error.d.ts @@ -0,0 +1 @@ +export declare function formatError(err: any): Error; diff --git a/node_modules/sqlite/build/utils/format-error.js b/node_modules/sqlite/build/utils/format-error.js new file mode 100644 index 0000000..98ec1a9 --- /dev/null +++ b/node_modules/sqlite/build/utils/format-error.js @@ -0,0 +1,25 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.formatError = void 0; +function formatError(err) { + if (err instanceof Error) { + return err; + } + if (typeof err === 'object') { + const newError = new Error(); + for (let prop in err) { + newError[prop] = err[prop]; + } + // message isn't part of the enumerable set + if (err.message) { + newError.message = err.message; + } + return newError; + } + if (typeof err === 'string') { + return new Error(err); + } + return new Error(err); +} +exports.formatError = formatError; +//# sourceMappingURL=format-error.js.map \ No newline at end of file diff --git a/node_modules/sqlite/build/utils/format-error.js.map b/node_modules/sqlite/build/utils/format-error.js.map new file mode 100644 index 0000000..3c6cadf --- /dev/null +++ b/node_modules/sqlite/build/utils/format-error.js.map @@ -0,0 +1 @@ +{"version":3,"file":"format-error.js","sourceRoot":"","sources":["../../src/utils/format-error.ts"],"names":[],"mappings":";;;AAAA,SAAgB,WAAW,CAAE,GAAQ;IACnC,IAAI,GAAG,YAAY,KAAK,EAAE;QACxB,OAAO,GAAG,CAAA;KACX;IAED,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;QAC3B,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAA;QAE5B,KAAK,IAAI,IAAI,IAAI,GAAG,EAAE;YACpB,QAAQ,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,CAAA;SAC3B;QAED,2CAA2C;QAC3C,IAAI,GAAG,CAAC,OAAO,EAAE;YACf,QAAQ,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAA;SAC/B;QAED,OAAO,QAAQ,CAAA;KAChB;IAED,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;QAC3B,OAAO,IAAI,KAAK,CAAC,GAAG,CAAC,CAAA;KACtB;IAED,OAAO,IAAI,KAAK,CAAC,GAAG,CAAC,CAAA;AACvB,CAAC;AAzBD,kCAyBC"} \ No newline at end of file diff --git a/node_modules/sqlite/build/utils/migrate.d.ts b/node_modules/sqlite/build/utils/migrate.d.ts new file mode 100644 index 0000000..de44167 --- /dev/null +++ b/node_modules/sqlite/build/utils/migrate.d.ts @@ -0,0 +1,8 @@ +import { Database } from '../Database'; +import { IMigrate } from '../interfaces'; +import MigrationParams = IMigrate.MigrationParams; +export declare function readMigrations(migrationPath?: string): Promise; +/** + * Migrates database schema to the latest version + */ +export declare function migrate(db: Database, config?: MigrationParams): Promise; diff --git a/node_modules/sqlite/build/utils/migrate.js b/node_modules/sqlite/build/utils/migrate.js new file mode 100644 index 0000000..f1aefff --- /dev/null +++ b/node_modules/sqlite/build/utils/migrate.js @@ -0,0 +1,108 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.migrate = exports.readMigrations = void 0; +const fs = require("fs"); +const path = require("path"); +async function readMigrations(migrationPath) { + const migrationsPath = migrationPath || path.join(process.cwd(), 'migrations'); + const location = path.resolve(migrationsPath); + // Get the list of migration files, for example: + // { id: 1, name: 'initial', filename: '001-initial.sql' } + // { id: 2, name: 'feature', filename: '002-feature.sql' } + const migrationFiles = await new Promise((resolve, reject) => { + fs.readdir(location, (err, files) => { + if (err) { + return reject(err); + } + resolve(files + .map(x => x.match(/^(\d+).(.*?)\.sql$/)) + .filter(x => x !== null) + .map(x => ({ id: Number(x[1]), name: x[2], filename: x[0] })) + .sort((a, b) => Math.sign(a.id - b.id))); + }); + }); + if (!migrationFiles.length) { + throw new Error(`No migration files found in '${location}'.`); + } + // Get the list of migrations, for example: + // { id: 1, name: 'initial', filename: '001-initial.sql', up: ..., down: ... } + // { id: 2, name: 'feature', filename: '002-feature.sql', up: ..., down: ... } + return Promise.all(migrationFiles.map(migration => new Promise((resolve, reject) => { + const filename = path.join(location, migration.filename); + fs.readFile(filename, 'utf-8', (err, data) => { + if (err) { + return reject(err); + } + const [up, down] = data.split(/^--\s+?down\b/im); + const migrationData = migration; + migrationData.up = up.replace(/^-- .*?$/gm, '').trim(); // Remove comments + migrationData.down = down ? down.trim() : ''; // and trim whitespaces + resolve(migrationData); + }); + }))); +} +exports.readMigrations = readMigrations; +/** + * Migrates database schema to the latest version + */ +async function migrate(db, config = {}) { + config.force = config.force || false; + config.table = config.table || 'migrations'; + const { force, table } = config; + const migrations = config.migrations + ? config.migrations + : await readMigrations(config.migrationsPath); + // Create a database table for migrations meta data if it doesn't exist + await db.run(`CREATE TABLE IF NOT EXISTS "${table}" ( + id INTEGER PRIMARY KEY, + name TEXT NOT NULL, + up TEXT NOT NULL, + down TEXT NOT NULL +)`); + // Get the list of already applied migrations + let dbMigrations = await db.all(`SELECT id, name, up, down FROM "${table}" ORDER BY id ASC`); + // Undo migrations that exist only in the database but not in files, + // also undo the last migration if the `force` option is enabled. + const lastMigration = migrations[migrations.length - 1]; + for (const migration of dbMigrations + .slice() + .sort((a, b) => Math.sign(b.id - a.id))) { + if (!migrations.some(x => x.id === migration.id) || + (force && migration.id === lastMigration.id)) { + await db.run('BEGIN'); + try { + await db.exec(migration.down); + await db.run(`DELETE FROM "${table}" WHERE id = ?`, migration.id); + await db.run('COMMIT'); + dbMigrations = dbMigrations.filter(x => x.id !== migration.id); + } + catch (err) { + await db.run('ROLLBACK'); + throw err; + } + } + else { + break; + } + } + // Apply pending migrations + const lastMigrationId = dbMigrations.length + ? dbMigrations[dbMigrations.length - 1].id + : 0; + for (const migration of migrations) { + if (migration.id > lastMigrationId) { + await db.run('BEGIN'); + try { + await db.exec(migration.up); + await db.run(`INSERT INTO "${table}" (id, name, up, down) VALUES (?, ?, ?, ?)`, migration.id, migration.name, migration.up, migration.down); + await db.run('COMMIT'); + } + catch (err) { + await db.run('ROLLBACK'); + throw err; + } + } + } +} +exports.migrate = migrate; +//# sourceMappingURL=migrate.js.map \ No newline at end of file diff --git a/node_modules/sqlite/build/utils/migrate.js.map b/node_modules/sqlite/build/utils/migrate.js.map new file mode 100644 index 0000000..1657500 --- /dev/null +++ b/node_modules/sqlite/build/utils/migrate.js.map @@ -0,0 +1 @@ +{"version":3,"file":"migrate.js","sourceRoot":"","sources":["../../src/utils/migrate.ts"],"names":[],"mappings":";;;AAAA,yBAAwB;AACxB,6BAA4B;AAQrB,KAAK,UAAU,cAAc,CAAE,aAAsB;IAC1D,MAAM,cAAc,GAAG,aAAa,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,YAAY,CAAC,CAAA;IAC9E,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,CAAA;IAE7C,gDAAgD;IAChD,4DAA4D;IAC5D,4DAA4D;IAC5D,MAAM,cAAc,GAAG,MAAM,IAAI,OAAO,CACtC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAClB,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE;YAClC,IAAI,GAAG,EAAE;gBACP,OAAO,MAAM,CAAC,GAAG,CAAC,CAAA;aACnB;YAED,OAAO,CACL,KAAK;iBACF,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC;iBACvC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC;iBACvB,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;iBAC5D,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAC1C,CAAA;QACH,CAAC,CAAC,CAAA;IACJ,CAAC,CACF,CAAA;IAED,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE;QAC1B,MAAM,IAAI,KAAK,CAAC,gCAAgC,QAAQ,IAAI,CAAC,CAAA;KAC9D;IAED,2CAA2C;IAC3C,gFAAgF;IAChF,gFAAgF;IAChF,OAAO,OAAO,CAAC,GAAG,CAChB,cAAc,CAAC,GAAG,CAChB,SAAS,CAAC,EAAE,CACV,IAAI,OAAO,CAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC7C,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAA;QACxD,EAAE,CAAC,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YAC3C,IAAI,GAAG,EAAE;gBACP,OAAO,MAAM,CAAC,GAAG,CAAC,CAAA;aACnB;YAED,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAA;YAEhD,MAAM,aAAa,GAAG,SAAmC,CAAA;YACzD,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAA,CAAC,kBAAkB;YACzE,aAAa,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,CAAA,CAAC,uBAAuB;YACpE,OAAO,CAAC,aAA8B,CAAC,CAAA;QACzC,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CACL,CACF,CAAA;AACH,CAAC;AApDD,wCAoDC;AAED;;GAEG;AACI,KAAK,UAAU,OAAO,CAAE,EAAY,EAAE,SAA0B,EAAE;IACvE,MAAM,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,IAAI,KAAK,CAAA;IACpC,MAAM,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,IAAI,YAAY,CAAA;IAE3C,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,MAAM,CAAA;IAC/B,MAAM,UAAU,GAAG,MAAM,CAAC,UAAU;QAClC,CAAC,CAAC,MAAM,CAAC,UAAU;QACnB,CAAC,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,cAAc,CAAC,CAAA;IAE/C,uEAAuE;IACvE,MAAM,EAAE,CAAC,GAAG,CAAC,+BAA+B,KAAK;;;;;EAKjD,CAAC,CAAA;IAED,6CAA6C;IAC7C,IAAI,YAAY,GAAG,MAAM,EAAE,CAAC,GAAG,CAC7B,mCAAmC,KAAK,mBAAmB,CAC5D,CAAA;IAED,oEAAoE;IACpE,iEAAiE;IACjE,MAAM,aAAa,GAAG,UAAU,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;IACvD,KAAK,MAAM,SAAS,IAAI,YAAY;SACjC,KAAK,EAAE;SACP,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;QACzC,IACE,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,SAAS,CAAC,EAAE,CAAC;YAC5C,CAAC,KAAK,IAAI,SAAS,CAAC,EAAE,KAAK,aAAa,CAAC,EAAE,CAAC,EAC5C;YACA,MAAM,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;YACrB,IAAI;gBACF,MAAM,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAA;gBAC7B,MAAM,EAAE,CAAC,GAAG,CAAC,gBAAgB,KAAK,gBAAgB,EAAE,SAAS,CAAC,EAAE,CAAC,CAAA;gBACjE,MAAM,EAAE,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;gBACtB,YAAY,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,SAAS,CAAC,EAAE,CAAC,CAAA;aAC/D;YAAC,OAAO,GAAG,EAAE;gBACZ,MAAM,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,CAAA;gBACxB,MAAM,GAAG,CAAA;aACV;SACF;aAAM;YACL,MAAK;SACN;KACF;IAED,2BAA2B;IAC3B,MAAM,eAAe,GAAG,YAAY,CAAC,MAAM;QACzC,CAAC,CAAC,YAAY,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE;QAC1C,CAAC,CAAC,CAAC,CAAA;IACL,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE;QAClC,IAAI,SAAS,CAAC,EAAE,GAAG,eAAe,EAAE;YAClC,MAAM,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;YACrB,IAAI;gBACF,MAAM,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAA;gBAC3B,MAAM,EAAE,CAAC,GAAG,CACV,gBAAgB,KAAK,4CAA4C,EACjE,SAAS,CAAC,EAAE,EACZ,SAAS,CAAC,IAAI,EACd,SAAS,CAAC,EAAE,EACZ,SAAS,CAAC,IAAI,CACf,CAAA;gBACD,MAAM,EAAE,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;aACvB;YAAC,OAAO,GAAG,EAAE;gBACZ,MAAM,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,CAAA;gBACxB,MAAM,GAAG,CAAA;aACV;SACF;KACF;AACH,CAAC;AAtED,0BAsEC"} \ No newline at end of file diff --git a/node_modules/sqlite/build/utils/strings.d.ts b/node_modules/sqlite/build/utils/strings.d.ts new file mode 100644 index 0000000..123e1f1 --- /dev/null +++ b/node_modules/sqlite/build/utils/strings.d.ts @@ -0,0 +1,9 @@ +import { ISqlite } from '../interfaces'; +/** + * Allows for using strings and `sql-template-strings`. Converts both to a + * format that's usable by the SQL methods + * + * @param sql A SQL string or `sql-template-strings` object + * @param params An array of parameters + */ +export declare function toSqlParams(sql: ISqlite.SqlType, params?: any[]): ISqlite.SqlObj; diff --git a/node_modules/sqlite/build/utils/strings.js b/node_modules/sqlite/build/utils/strings.js new file mode 100644 index 0000000..b91ad19 --- /dev/null +++ b/node_modules/sqlite/build/utils/strings.js @@ -0,0 +1,24 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toSqlParams = void 0; +/** + * Allows for using strings and `sql-template-strings`. Converts both to a + * format that's usable by the SQL methods + * + * @param sql A SQL string or `sql-template-strings` object + * @param params An array of parameters + */ +function toSqlParams(sql, params = []) { + if (typeof sql === 'string') { + return { + sql, + params + }; + } + return { + sql: sql.sql, + params: sql.values + }; +} +exports.toSqlParams = toSqlParams; +//# sourceMappingURL=strings.js.map \ No newline at end of file diff --git a/node_modules/sqlite/build/utils/strings.js.map b/node_modules/sqlite/build/utils/strings.js.map new file mode 100644 index 0000000..4df3b40 --- /dev/null +++ b/node_modules/sqlite/build/utils/strings.js.map @@ -0,0 +1 @@ +{"version":3,"file":"strings.js","sourceRoot":"","sources":["../../src/utils/strings.ts"],"names":[],"mappings":";;;AAEA;;;;;;GAMG;AACH,SAAgB,WAAW,CACzB,GAAoB,EACpB,SAAgB,EAAE;IAElB,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;QAC3B,OAAO;YACL,GAAG;YACH,MAAM;SACP,CAAA;KACF;IAED,OAAO;QACL,GAAG,EAAE,GAAG,CAAC,GAAG;QACZ,MAAM,EAAE,GAAG,CAAC,MAAM;KACnB,CAAA;AACH,CAAC;AAfD,kCAeC"} \ No newline at end of file diff --git a/node_modules/sqlite/build/vendor-typings/sqlite3/index.d.ts b/node_modules/sqlite/build/vendor-typings/sqlite3/index.d.ts new file mode 100644 index 0000000..c934901 --- /dev/null +++ b/node_modules/sqlite/build/vendor-typings/sqlite3/index.d.ts @@ -0,0 +1,180 @@ +/// + +declare module 'sqlite3' { + // Type definitions for sqlite3 3.1 + // Project: http://github.com/mapbox/node-sqlite3 + // Definitions by: Nick Malaguti + // Sumant Manne + // Behind The Math + // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + + import events = require('events') + + export const OPEN_READONLY: number + export const OPEN_READWRITE: number + export const OPEN_CREATE: number + export const OPEN_SHAREDCACHE: number + export const OPEN_PRIVATECACHE: number + export const OPEN_URI: number + + export const cached: { + Database( + filename: string, + callback?: (this: Database, err: Error | null) => void + ): Database + Database( + filename: string, + mode?: number, + callback?: (this: Database, err: Error | null) => void + ): Database + } + + export interface RunResult extends Statement { + lastID: number + changes: number + } + + export class Statement { + bind (callback?: (err: Error | null) => void): this + bind (...params: any[]): this + + reset (callback?: (err: null) => void): this + + finalize (callback?: (err: Error) => void): Database + + run (callback?: (err: Error | null) => void): this + run ( + params: any, + callback?: (this: RunResult, err: Error | null) => void + ): this + run (...params: any[]): this + + get (callback?: (err: Error | null, row?: any) => void): this + get ( + params: any, + callback?: (this: RunResult, err: Error | null, row?: any) => void + ): this + get (...params: any[]): this + + all (callback?: (err: Error | null, rows: any[]) => void): this + all ( + params: any, + callback?: (this: RunResult, err: Error | null, rows: any[]) => void + ): this + all (...params: any[]): this + + each ( + callback?: (err: Error | null, row: any) => void, + complete?: (err: Error | null, count: number) => void + ): this + each ( + params: any, + callback?: (this: RunResult, err: Error | null, row: any) => void, + complete?: (err: Error | null, count: number) => void + ): this + each (...params: any[]): this + } + + export class Database extends events.EventEmitter { + constructor (filename: string, callback?: (err: Error | null) => void) + constructor ( + filename: string, + mode?: number, + callback?: (err: Error | null) => void + ) + + close (callback?: (err: Error | null) => void): void + + run ( + sql: string, + callback?: (this: RunResult, err: Error | null) => void + ): this + run ( + sql: string, + params: any, + callback?: (this: RunResult, err: Error | null) => void + ): this + run (sql: string, ...params: any[]): this + + get ( + sql: string, + callback?: (this: Statement, err: Error | null, row: any) => void + ): this + get ( + sql: string, + params: any, + callback?: (this: Statement, err: Error | null, row: any) => void + ): this + get (sql: string, ...params: any[]): this + + all ( + sql: string, + callback?: (this: Statement, err: Error | null, rows: any[]) => void + ): this + all ( + sql: string, + params: any, + callback?: (this: Statement, err: Error | null, rows: any[]) => void + ): this + all (sql: string, ...params: any[]): this + + each ( + sql: string, + callback?: (this: Statement, err: Error | null, row: any) => void, + complete?: (err: Error | null, count: number) => void + ): this + each ( + sql: string, + params: any, + callback?: (this: Statement, err: Error | null, row: any) => void, + complete?: (err: Error | null, count: number) => void + ): this + each (sql: string, ...params: any[]): this + + exec ( + sql: string, + callback?: (this: Statement, err: Error | null) => void + ): this + + prepare ( + sql: string, + callback?: (this: Statement, err: Error | null) => void + ): Statement + prepare ( + sql: string, + params: any, + callback?: (this: Statement, err: Error | null) => void + ): Statement + prepare (sql: string, ...params: any[]): Statement + + serialize (callback?: () => void): void + parallelize (callback?: () => void): void + + on (event: 'trace', listener: (sql: string) => void): this + on (event: 'profile', listener: (sql: string, time: number) => void): this + on (event: 'error', listener: (err: Error) => void): this + on (event: 'open' | 'close', listener: () => void): this + on (event: string, listener: (...args: any[]) => void): this + + configure (option: 'busyTimeout', value: number): void + interrupt (): void + + loadExtension (path: string, callback?: (err: Error | null) => void): void + } + + export function verbose (): sqlite3 + + export interface sqlite3 { + OPEN_READONLY: number + OPEN_READWRITE: number + OPEN_CREATE: number + OPEN_SHAREDCACHE: number + OPEN_PRIVATECACHE: number + OPEN_URI: number + cached: typeof cached + RunResult: RunResult + Statement: typeof Statement + Database: typeof Database + verbose(): this + } +} diff --git a/node_modules/sqlite/package.json b/node_modules/sqlite/package.json new file mode 100644 index 0000000..ab34387 --- /dev/null +++ b/node_modules/sqlite/package.json @@ -0,0 +1,135 @@ +{ + "name": "sqlite", + "version": "5.0.1", + "description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript", + "main": "build/index.js", + "types": "build/index.d.ts", + "type": "commonjs", + "exports": { + "types": "./build/index.d.ts", + "require": "./build/index.js", + "import": "./build/index.mjs" + }, + "scripts": { + "build": "npm run build:clean && npm run compile && cp -R src/index.mjs src/vendor-typings build", + "build:docs": "typedoc --options typedoc.js --plugin typedoc-plugin-markdown src/ --out docs", + "build:clean": "rm -rf build/*", + "compile": "tsc", + "debug": "ts-node-dev --inspect -- src/index.ts", + "debug:break": "ts-node-dev --inspect-brk -- src/index.ts", + "test": "jest", + "test:ci": "jest --ci --coverage", + "test:debug": "node --inspect-brk node_modules/.bin/jest", + "test:watch": "jest --watch", + "test:coverage:watch": "jest --coverage --watch", + "toc": "toc-md README.md README.md", + "lint-staged": "lint-staged", + "prepare-publish": "npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp", + "add-readme": "git add README.md", + "version-bump": "version-bump", + "changelog:help": "changelog-version", + "changelog:verify": "changelog-version verify", + "changelog:prepare": "changelog-version prepare", + "changelog:stamp": "git-commit-stamper parse CHANGELOG.md", + "changelog:release": "changelog-version release", + "lint": "standard --fix", + "ts-node-dev": "ts-node-dev" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/kriasoft/node-sqlite.git" + }, + "author": "Kriasoft (https://www.kriasoft.com)", + "contributors": [ + "Konstantin Tarkus (https://twitter.com/koistya)", + "Theo Gravity (https://theogravity.com)" + ], + "keywords": [ + "sqlite", + "db", + "database", + "sql", + "migrate", + "migration", + "migrations", + "migrator", + "seed", + "seeds", + "seeder", + "node", + "node5", + "babel", + "es6", + "async", + "promise", + "promises", + "api" + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/kriasoft/node-sqlite/issues" + }, + "homepage": "https://github.com/kriasoft/node-sqlite#readme", + "devDependencies": { + "@theo.gravity/changelog-version": "2.1.11", + "@theo.gravity/version-bump": "2.0.14", + "@types/jest": "27.4.1", + "@types/node": "^17.0.25", + "@types/sqlite3": "^3.1.8", + "@typescript-eslint/eslint-plugin": "^5.20.0", + "@typescript-eslint/parser": "^5.20.0", + "eslint": "8.14.0", + "git-commit-stamper": "^1.0.10", + "jest": "27.5.1", + "jest-cli": "27.5.1", + "jest-junit-reporter": "1.1.0", + "lint-staged": "12.4.0", + "pre-commit": "1.2.2", + "prettier-standard": "^15.0.1", + "sql-template-strings": "^2.2.2", + "sqlite3": "^5.0.5", + "sqlite3-offline-next": "^5.0.3", + "standardx": "^7.0.0", + "toc-md-alt": "^0.4.6", + "ts-jest": "27.1.4", + "ts-node": "10.7.0", + "ts-node-dev": "1.1.8", + "typedoc": "^0.22.15", + "typedoc-plugin-markdown": "^3.12.1", + "typescript": "4.6.3", + "version-bump-plugin-git": "^2.0.1" + }, + "eslintConfig": { + "parserOptions": { + "ecmaVersion": 6, + "sourceType": "module", + "ecmaFeatures": { + "modules": true + } + }, + "parser": "@typescript-eslint/parser", + "plugins": [ + "@typescript-eslint/eslint-plugin" + ], + "rules": { + "@typescript-eslint/no-unused-vars": [ + 2, + { + "args": "none" + } + ] + } + }, + "lint-staged": { + "src/**/*.ts": [ + "prettier-standard", + "git add" + ] + }, + "pre-commit": [ + "toc", + "lint-staged", + "test:ci", + "build" + ] +} diff --git a/node_modules/sqlite3/LICENSE b/node_modules/sqlite3/LICENSE new file mode 100644 index 0000000..6c4ce40 --- /dev/null +++ b/node_modules/sqlite3/LICENSE @@ -0,0 +1,25 @@ +Copyright (c) MapBox +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. +- Neither the name "MapBox" nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/node_modules/sqlite3/README.md b/node_modules/sqlite3/README.md new file mode 100644 index 0000000..db1200b --- /dev/null +++ b/node_modules/sqlite3/README.md @@ -0,0 +1,261 @@ +# ⚙️ node-sqlite3 + +Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js](http://nodejs.org/). + +[![Latest release](https://img.shields.io/github/release/TryGhost/node-sqlite3.svg)](https://www.npmjs.com/package/sqlite3) +![Build Status](https://github.com/TryGhost/node-sqlite3/workflows/CI/badge.svg?branch=master) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3?ref=badge_shield) +[![N-API v3 Badge](https://img.shields.io/badge/N--API-v3-green.svg)](https://nodejs.org/dist/latest/docs/api/n-api.html#n_api_n_api) +[![N-API v6 Badge](https://img.shields.io/badge/N--API-v6-green.svg)](https://nodejs.org/dist/latest/docs/api/n-api.html#n_api_n_api) + +# Features + + - Straightforward query and parameter binding interface + - Full Buffer/Blob support + - Extensive [debugging support](https://github.com/tryghost/node-sqlite3/wiki/Debugging) + - [Query serialization](https://github.com/tryghost/node-sqlite3/wiki/Control-Flow) API + - [Extension support](https://github.com/TryGhost/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html) + - Big test suite + - Written in modern C++ and tested for memory leaks + - Bundles SQLite v3.41.1, or you can build using a local SQLite + +# Installing + +You can use [`npm`](https://github.com/npm/cli) or [`yarn`](https://github.com/yarnpkg/yarn) to install `sqlite3`: + +* (recommended) Latest published package: +```bash +npm install sqlite3 +# or +yarn add sqlite3 +``` +* GitHub's `master` branch: `npm install https://github.com/tryghost/node-sqlite3/tarball/master` + +### Prebuilt binaries + +`sqlite3` v5+ was rewritten to use [Node-API](https://nodejs.org/api/n-api.html) so prebuilt binaries do not need to be built for specific Node versions. `sqlite3` currently builds for both Node-API v3 and v6. Check the [Node-API version matrix](https://nodejs.org/api/n-api.html#node-api-version-matrix) to ensure your Node version supports one of these. The prebuilt binaries should be supported on Node v10+. + +The module uses [node-pre-gyp](https://github.com/mapbox/node-pre-gyp) to download the prebuilt binary for your platform, if it exists. These binaries are hosted on GitHub Releases for `sqlite3` versions above 5.0.2, and they are hosted on S3 otherwise. The following targets are currently provided: + +Format: `napi-v{napi_build_version}-{platform}-{libc}-{arch}` + +* `napi-v3-darwin-unknown-arm64` +* `napi-v3-darwin-unknown-x64` +* `napi-v3-linux-glibc-arm64` +* `napi-v3-linux-glibc-x64` +* `napi-v3-linux-musl-arm64` +* `napi-v3-linux-musl-x64` +* `napi-v3-win32-unknown-ia32` +* `napi-v3-win32-unknown-x64` +* `napi-v6-darwin-unknown-arm64` +* `napi-v6-darwin-unknown-x64` +* `napi-v6-linux-glibc-arm64` +* `napi-v6-linux-glibc-x64` +* `napi-v6-linux-musl-arm64` +* `napi-v6-linux-musl-x64` +* `napi-v6-win32-unknown-ia32` +* `napi-v6-win32-unknown-x64` + +Unfortunately, [node-pre-gyp](https://github.com/mapbox/node-pre-gyp) cannot differentiate between `armv6` and `armv7`, and instead uses `arm` as the `{arch}`. Until that is fixed, you will still need to install `sqlite3` from [source](#source-install). + +Support for other platforms and architectures may be added in the future if CI supports building on them. + +If your environment isn't supported, it'll use `node-gyp` to build SQLite but you will need to install a C++ compiler and linker. + +### Other ways to install + +It is also possible to make your own build of `sqlite3` from its source instead of its npm package ([See below.](#source-install)). + +The `sqlite3` module also works with [node-webkit](https://github.com/rogerwang/node-webkit) if node-webkit contains a supported version of Node.js engine. [(See below.)](#building-for-node-webkit) + +SQLite's [SQLCipher extension](https://github.com/sqlcipher/sqlcipher) is also supported. [(See below.)](#building-for-sqlcipher) + +# API + +See the [API documentation](https://github.com/TryGhost/node-sqlite3/wiki/API) in the wiki. + +# Usage + +**Note:** the module must be [installed](#installing) before use. + +``` js +const sqlite3 = require('sqlite3').verbose(); +const db = new sqlite3.Database(':memory:'); + +db.serialize(() => { + db.run("CREATE TABLE lorem (info TEXT)"); + + const stmt = db.prepare("INSERT INTO lorem VALUES (?)"); + for (let i = 0; i < 10; i++) { + stmt.run("Ipsum " + i); + } + stmt.finalize(); + + db.each("SELECT rowid AS id, info FROM lorem", (err, row) => { + console.log(row.id + ": " + row.info); + }); +}); + +db.close(); +``` + +## Source install + +To skip searching for pre-compiled binaries, and force a build from source, use + +```bash +npm install --build-from-source +``` + +The sqlite3 module depends only on libsqlite3. However, by default, an internal/bundled copy of sqlite will be built and statically linked, so an externally installed sqlite3 is not required. + +If you wish to install against an external sqlite then you need to pass the `--sqlite` argument to `npm` wrapper: + +```bash +npm install --build-from-source --sqlite=/usr/local +``` + +If building against an external sqlite3 make sure to have the development headers available. Mac OS X ships with these by default. If you don't have them installed, install the `-dev` package with your package manager, e.g. `apt-get install libsqlite3-dev` for Debian/Ubuntu. Make sure that you have at least `libsqlite3` >= 3.6. + +Note, if building against homebrew-installed sqlite on OS X you can do: + +```bash +npm install --build-from-source --sqlite=/usr/local/opt/sqlite/ +``` + +## Custom file header (magic) + +The default sqlite file header is "SQLite format 3". You can specify a different magic, though this will make standard tools and libraries unable to work with your files. + +```bash +npm install --build-from-source --sqlite_magic="MyCustomMagic15" +``` + +Note that the magic *must* be exactly 15 characters long (16 bytes including null terminator). + +## Building for node-webkit + +Because of ABI differences, `sqlite3` must be built in a custom to be used with [node-webkit](https://github.com/rogerwang/node-webkit). + +To build `sqlite3` for node-webkit: + +1. Install [`nw-gyp`](https://github.com/rogerwang/nw-gyp) globally: `npm install nw-gyp -g` *(unless already installed)* + +2. Build the module with the custom flags of `--runtime`, `--target_arch`, and `--target`: + +```bash +NODE_WEBKIT_VERSION="0.8.6" # see latest version at https://github.com/rogerwang/node-webkit#downloads +npm install sqlite3 --build-from-source --runtime=node-webkit --target_arch=ia32 --target=$(NODE_WEBKIT_VERSION) +``` + +This command internally calls out to [`node-pre-gyp`](https://github.com/mapbox/node-pre-gyp) which itself calls out to [`nw-gyp`](https://github.com/rogerwang/nw-gyp) when the `--runtime=node-webkit` option is passed. + +You can also run this command from within a `sqlite3` checkout: + +```bash +npm install --build-from-source --runtime=node-webkit --target_arch=ia32 --target=$(NODE_WEBKIT_VERSION) +``` + +Remember the following: + +* You must provide the right `--target_arch` flag. `ia32` is needed to target 32bit node-webkit builds, while `x64` will target 64bit node-webkit builds (if available for your platform). + +* After the `sqlite3` package is built for node-webkit it cannot run in the vanilla Node.js (and vice versa). + * For example, `npm test` of the node-webkit's package would fail. + +Visit the “[Using Node modules](https://github.com/rogerwang/node-webkit/wiki/Using-Node-modules)” article in the node-webkit's wiki for more details. + +## Building for SQLCipher + +For instructions on building SQLCipher, see [Building SQLCipher for Node.js](https://coolaj86.com/articles/building-sqlcipher-for-node-js-on-raspberry-pi-2/). Alternatively, you can install it with your local package manager. + +To run against SQLCipher, you need to compile `sqlite3` from source by passing build options like: + +```bash +npm install sqlite3 --build-from-source --sqlite_libname=sqlcipher --sqlite=/usr/ + +node -e 'require("sqlite3")' +``` + +If your SQLCipher is installed in a custom location (if you compiled and installed it yourself), you'll need to set some environment variables: + +### On OS X with Homebrew + +Set the location where `brew` installed it: + +```bash +export LDFLAGS="-L`brew --prefix`/opt/sqlcipher/lib" +export CPPFLAGS="-I`brew --prefix`/opt/sqlcipher/include/sqlcipher" +npm install sqlite3 --build-from-source --sqlite_libname=sqlcipher --sqlite=`brew --prefix` + +node -e 'require("sqlite3")' +``` + +### On most Linuxes (including Raspberry Pi) + +Set the location where `make` installed it: + +```bash +export LDFLAGS="-L/usr/local/lib" +export CPPFLAGS="-I/usr/local/include -I/usr/local/include/sqlcipher" +export CXXFLAGS="$CPPFLAGS" +npm install sqlite3 --build-from-source --sqlite_libname=sqlcipher --sqlite=/usr/local --verbose + +node -e 'require("sqlite3")' +``` + +### Custom builds and Electron + +Running `sqlite3` through [electron-rebuild](https://github.com/electron/electron-rebuild) does not preserve the SQLCipher extension, so some additional flags are needed to make this build Electron compatible. Your `npm install sqlite3 --build-from-source` command needs these additional flags (be sure to replace the target version with the current Electron version you are working with): + +```bash +--runtime=electron --target=18.2.1 --dist-url=https://electronjs.org/headers +``` + +In the case of MacOS with Homebrew, the command should look like the following: + +```bash +npm install sqlite3 --build-from-source --sqlite_libname=sqlcipher --sqlite=`brew --prefix` --runtime=electron --target=18.2.1 --dist-url=https://electronjs.org/headers +``` + +# Testing + +```bash +npm test +``` + +# Contributors + +* [Daniel Lockyer](https://github.com/daniellockyer) +* [Konstantin Käfer](https://github.com/kkaefer) +* [Dane Springmeyer](https://github.com/springmeyer) +* [Will White](https://github.com/willwhite) +* [Orlando Vazquez](https://github.com/orlandov) +* [Artem Kustikov](https://github.com/artiz) +* [Eric Fredricksen](https://github.com/grumdrig) +* [John Wright](https://github.com/mrjjwright) +* [Ryan Dahl](https://github.com/ry) +* [Tom MacWright](https://github.com/tmcw) +* [Carter Thaxton](https://github.com/carter-thaxton) +* [Audrius Kažukauskas](https://github.com/audriusk) +* [Johannes Schauer](https://github.com/pyneo) +* [Mithgol](https://github.com/Mithgol) +* [Kewde](https://github.com/kewde) + +# Acknowledgments + +Thanks to [Orlando Vazquez](https://github.com/orlandov), +[Eric Fredricksen](https://github.com/grumdrig) and +[Ryan Dahl](https://github.com/ry) for their SQLite bindings for node, and to mraleph on Freenode's #v8 for answering questions. + +This module was originally created by [Mapbox](https://mapbox.com/) & is now maintained by [Ghost](https://ghost.org). + +# Changelog + +We use [GitHub releases](https://github.com/TryGhost/node-sqlite3/releases) for notes on the latest versions. See [CHANGELOG.md](https://github.com/TryGhost/node-sqlite3/blob/b05f4594cf8b0de64743561fcd2cfe6f4571754d/CHANGELOG.md) in git history for details on older versions. + +# License + +`node-sqlite3` is [BSD licensed](https://github.com/tryghost/node-sqlite3/raw/master/LICENSE). + +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3?ref=badge_large) diff --git a/node_modules/sqlite3/binding.gyp b/node_modules/sqlite3/binding.gyp new file mode 100644 index 0000000..20d418b --- /dev/null +++ b/node_modules/sqlite3/binding.gyp @@ -0,0 +1,68 @@ +{ + "includes": [ "deps/common-sqlite.gypi" ], + "variables": { + "sqlite%":"internal", + "sqlite_libname%":"sqlite3" + }, + "targets": [ + { + "target_name": "<(module_name)", + "cflags!": [ "-fno-exceptions" ], + "cflags_cc!": [ "-fno-exceptions" ], + "xcode_settings": { "GCC_ENABLE_CPP_EXCEPTIONS": "YES", + "CLANG_CXX_LIBRARY": "libc++", + "MACOSX_DEPLOYMENT_TARGET": "10.7", + }, + "msvs_settings": { + "VCCLCompilerTool": { "ExceptionHandling": 1 }, + }, + "include_dirs": [ + "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

SyUi$*EU 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

EjJUqSOM&ZNjtOxogepvH5k za9WCgyqZ<%MIS)q1iyN1L*pGTRFK2MMHz_qerpxz#u__n<8cc>kLcgSovpE+)`DHa%sqFIUP&0V6pMQ z!g|ByEKDFUB;q`pYV10)NdD0^cBu;I@yVe3ws(4BE{}#nyWf35pB#f~Qf4PP>JJ9}DNlK)A` z|3FHvMJRb3C99Y{5*#`b5Ga32%pU!Xa@?2K#-{t~%WGrHsan%fXe(=DdpBQFR~uXU zuB(kL--oraom+AB?deS-=qi z$#ge1fKcc$x7wsz{A$PZ0i`llZ0#U1Tlw}jU$7kJn~-$;BFF<4U1TCdqOcFFT%jG= z)g%Q$9%P{{ry|^Jp96bi8C@NS8a1P%C#+WDi^4hpJ`vFsgQcdhpi@tW0ZOyV4e3g5 z6>~u#XQKs|w?L%71&f;VMUK+2jd*dK^8wd@vAVP&<+m19kJLGj7gJAc9d#iY*U1+Y zQzuoynGSxRV(QhS!o}2gRy-1~za9aaGkPW{0H?$nh6PnM7FPJidK}qMpN6>pYaO~y6v zB)QKeO5cg)t$>&|*}PbVQi$%TSS7!BSEU1gXT@R86!#l;mIEDlduw(U>m|l_*IQr} zx#szvu0Be&&O=X zv*^X@s+nZzr%ZXy>}bi}306Rzai?G85aK%xn^J$EH2!}Rx0DD`NUE2s&%boFXjBRO z^WD}G)ZvG$b##X{wr&)C#%`r*Vm$1sbR<$o#>M%6`NDTy1RfDsL=E(23u(3X9 zkPQiu(C660V9vy+d@Qw&(83q^*ziTO!kinfqkxjD;1exbf~wJ&ZUosdL2q4iEra$d zHo;n&N8rx39$RY3t_=*1HuxFgP0`2V)&+W?8)XdD_@aRxo*1-%PWPZ<^%FGYK|&_0S|)cB@-$ zeOEzbbv5Ax!(oH#p;5R5j^k5z_4UH1kPyg+K4ob>og~)FL$Sh2Uld!F&#_$plC&Wi z7elAXu_Cu-12OXH(q$__If1%7uErD1en%~L*(t?B#_Qt6o3H+~{PG}id#Wv#0gItt zG`O(9BDqTEv3PJ_vHgOGaP14PhS%qQaSF=iZHN`{7Dzb^E8ND`aJ1+(QlHKU4mQ%9 zx(jf-tOMaU4%~8wFBp6UIms*ClQNHFVsi0hjAUlXSfT|Tv_J+oU*m~tZhdOaYTaUXmfVGLzU*Ae7qxojR z_flUG+W{IrJ)CGf#l82ZJ)=4Gj)&btUgiOK-Y6_maEOw#z>}@P&L5;>BPF@O z7L?L?)(Yj15+9=>8Dn#okp;1ZWMkM46God>HxTFKwMdF~`%_<5c2zcWx-wEs0xQaF z^)LucdW1ggj)wq70G%SjLI-UAAXvwO?l03NYzLsw)4K3IIn5S##oWs72d)y556g&j zzy-%(rW&k5>?{kCf;bp*~3~iv`YbN zrxj8mAvpm!nO5_8J|1V&c8IeQ8vs1A4m7u}1`zh0JJT2RLm|kEEFH^UxOJ2tw(yu$ zG5jmJOkU!eB=6qz&U#7uaz_@2U3fYQDttR-j^Lq>0b(lg@(`b-Gw*EKQjH>3LvjD(6+!BPw^&GLW?` zvJ5pV5Z19rcLg3uspcmU#ZxSN&HAxV%&;_e5xHY!VgmODbs`m&>?&H+-1;f{{qkV^ z&ZjmT*b*~UVq&|YOOi!Zkfb~oWD3*q)db@~kW;C$O-z~8cXg@h^WU`8Xbkb#Y9bG* z;!}-8qsY=3r>!_o(`F=GYYp5&XmG0%2lJ&hpevd!J;HwYW>JfIl~Wn@sjC&pYcJu% z=2<5*YVlQ8;WJK#>nN}#TfD%6{eyPMwPyxJORW}0cT1MPO7OJkN*va+*4)c2OpLlT zSxer!T9H+^hFbu_JQnjz-EpE>(ms|{azaJzivlEW+=|BGtqtE!PGPvs(kUBss8h5q zQ&*Sv;B|t5^OjY@a=YH0APz5kCs5*Fa=V-?^4TN{LDEb&$$V(ETlQcRc@rp%b@-vD z!wfupUl`|Jb|^#3T}c{Du8GpGoL;~h0V+B^lVM;8youLrZC=7n!#j=)0^u%o6c18+ zhbBM70D_JbW(Myc^ z>PTdtg;U}hjgQuSzPEWch#?N`ND?OeDph`Q|b>!K@Cty^M8 zCGWEX!ygudBF9YBuSUkGdJ4GOv|#{J569LCR^8Ya09Z%aiGUbd^--EWa&4#_14dM% zMM`ZCqJuQBn)+p>f2*5aPf7}4c_k?YMOX?l6V=qBl2-+P*VmxZI=(;7ts0w8m*dyD zB2w++VI?NX6gbZA+8mN*GX)m@(Qt*qRbB7^%1a_~&~C$-8~jWZi;?nE{klh3qeTsi zmC+R??}IZQF8u~~7O(zDD|QTQoT<4Daq=qfr5R6m+ULMzl;EbAr?M4P&Xg>XGN@2y`(~X25c%*3 zR8s5fBqUik4O~MOA&-zkWGWq7TRGb;s`MA+;8c!xytHpsli)kOMI{N_l0k(8XoI?8 zT^uU2s@MBl0ZG+JQT$M(YEygSyvQ;lSr5T;oyy`U7*@m_d`yktRR@8upQcj~t9-jw zU){C|lJxUA7eCm@ws0M=td|9|1HQDJk04hIJ^Hu}R%QStCR&}?0n9l9RY*;IR_evI zTIAH=KCZC+Xeq9NO@n$XWy8$dp=+B9sk5xg{9a{FL9_e&dkJNB*^}mdP_v55-_Dlv z8OBb#WKn=|N6N>84{3mYuePh-w+zrvZo2XY`1II&zYEn>^?amALCuu_D*#{D#HfFG zbSLI=Y3K)H;a7Au!uqle1EL12x}kXEhHj|As&2|f+Sm(zAMd1sV_xZ|(xSN|iF&T> zM;d$}LDs9^;FE}>bixHN=XmDfi-)xwOG;}cj*n5EPD22sdR++;xQD`>5VMU-5T)7$ z$jt_H#3*aQhO3E~S(76$F2KPBaqyC~ik#msCdzM}K(265lHD5igvH$A7pwssgGM`< zaM(F1k>(Q1@mhXU+(DGSTuQol1J+rM&YILds0d6}T*8Rs}(Apa45VD7PK!BT@zqZ~Z!s z2wbo$Eq0vw!5-bE57eOzO0pM;IH(tqj0}oWE6H_bZV$=|ojl+?vvR>{)|fj4)VZ*3 zH(G|Uo&_WgUu!Slfub)4Kvf|s8b#`v)g&e{fI zf;>O+v8^SROQO;p+9^*G+m)W|?=byssce$-yJfk&rE3}bs?;#ynVN0CDaIo4;7FG< zcthB+89$I2=@Kk#3qx`GEkDBFry~%0RWTdt${G5@w0o_Gd$naKK6nNqk)i(V{w6i5 z5Ln{vJAJuL3%_`H#uN??M_t#Esj05uRt%+N*RPWQBZXo@>QPa`4r7_BirNTwppZ+m zf`zWD5a%RxvKjc)qbfC4QNK|4P&`j!;-Z=L?t*V|;A}XR3J`G3c>vICh!`QIjO*~A z*)PA!@R&JO5F(FLb47}tchj(jY5|cd_))la4cpQyEWj5Sz;TJ!gI7L8Dy7;kEThIT zsrpe6FBSk;sfAAcpg0=0EV#PS>uv>o$JfdnZp&c|w+UABTuwi(x>VF9hUJ{C8LUAt z2owF>Wf9yDxZ34vu5FIys$0S+g1_@UL8UtFMS)7Er<1z-qWQKsp*!9m5HM(dMf8&R zi>?ZeW@R#!;SS<8?Vx#;*hHM4tRF6+*2xwGQI7S!gQJfdd$P25h`V5_mA&=-;$9=S zizN~Nf>AY<<#GuvD@c*9gb8$nQ@zZ{j$+A>=x!yvp#Rr^s3NpDB8G)6C z3+;gWq4)@HxFxny%BE19>cn)OAUY;6*+0WI&i5%VX~NK%IYrb?i{yG~Ix{qwsqo6w zMxSex9A;rGQar{86;rbRVF(bPDQ&__=+d&AtdSt#;Ya^yd;v5u@pbr5j0nG%{~8z( ztM~BtLOb~42=3HRj-X7>2;RJrXxXh@GF_qYjN4^PtnHf96* z?LT81qXzl^vBCQE{&GrY!zBn3QiI}gs@Gf;Z-`qFkZo^y@iA$?#+v0K$j;ceu!36G1xoj z!eTkKIZV(LaeVR-f=ZW4@vBqs9y4ajc7^%?fc~p0J+eUpI^!fPn}1L3sS)Day06@H z$Sf>T+8pD68SH*CdU8Nuo?!40a0F!!p%UzfW6E7qSA<1MUinhR^KkH^M0L71QgnBi z1MjRRVUls(>RE|ZN}{_`Tkx3FniG6ABWCqqU%Y?+o(L5)(k1DDij_&?Hg3zzsIp$A zCZzR^HY?RpWE7`@s~FP^OL1b}2L}WC(FZC&51Lc=wi-D*BPyVzk(~Bmrbd)J8ub69 zl0qQwo=aQAG1Z)%!%}AHmwjNHP(lf;j4q6te~!+>d2yfLk{M+u`8j{Z_5qGn!T@CR zoPzb`-XKSl!g!KDFTr&fEQJbvrA;xd7YObPbfXH2CMz(`D}h(;C6Gql0=x-{bgiWO zUL#4fy<}TL+?VQY5DDZ~QM@dmrl4UBEhnHFVOA6QL)=1cC9eV}3T+b(%2gGEDdL2Y z#Q_{{cYYlJ8DBYId+V;MZf<34mAnT(#4N}~hSK(aR2RVMMPifiREqJg!88;carmZ~ z+1ts?GInjeb)^DoI7JLqt>&;KJMw}fxH?Ki2FHSp96N-$=!@mm6@@A8{oxPPyIF|s zwZE_ZE9B>2t?|F8PyGusnbySxy<1-W=AxZ^^_B3T77wg<49TK0KGZ7Bi1;VzQJHdo zqFXnKG%&4Q<5$_WIh9v%Wn3-FZ^C9U%iZmrXJ)Do$cHihS_aB?!TIst&>WQkPx);=M^`mhiv>@!t(wSL zxMtfYMT)_oer$(rEs@VECZF!et@{H*g9rQ&7Q6-Viq}2mzNa zu(%B6A28CD*?S1{DXq~^kA7oz0P#Mx#wCpQO-nog@G7+r*q2qUY=6GZ3axSU74QHT zc0iKm6S{mH612G`>P(rYt79A1;1VL!nR({d4`#4)Lo?o>=w98}z$SiAU2F|kt`r-y zb>RieH@=5|wR^ENn{Yj)@MbfG^oP1{E`M12yS)&5?}xo(xH53N!b5R?Zd5=}#9FW~ z?eFRApV_dq`YP=t!wP9QS>R5JSi!5p`OfFCx$zN$ejyraQ}pww>unRI4@@N zJf*TWK@fXxiOMf$!ql_}Xdp2XUcEIzPydxjQWz>`cm4xtl2cL=JGLr0M9I=}1U0_@ zKN4ROs6i}n{doz`8!_nWDj($-3VWqW)tJ}0LrdLAKB#rxuk%V6Vtl#1Zj>EuIT8+P znD6(oVX$H@VJY)G`$UnC$iD3|>#gKrNLgAgC>=}A`Aa*NmXoULG`2pVtzrbP1@MK% z)#eKG=1^}~Q3x)!bOa{9c2I}MPu}q*066>Kf zXC9at2Q7%C=CtD|j`wt%Baia9QyGx|4BJ(XKN&u)!H62jDz_A*;b!V7fkmU5B zEF|{7mC%Q(xG?nqcxB)-!DxC=Z81PZhR`?Sho0CVLmM%CT*u>Z<;}!K6mg2Nl00#O z+Hsc~&0GQScpUL83=XOo9qjSf*_!|}8f0%q;Pw3@4x$s6Iiu5EP5@7?_E=X=H1)Mk z<&a()zMZWD7m^R?MB0NcVN|L^mo-jZVaE&!xUyRy(Df13n0_g5;nRi7VU4`KEKDaL6m@!<~JST$VS=} zeXL`yd5-C8e;=%%u8%1mEoU7E^_vzCj-Su+?Zs8OU!hoV3xQ=yh!Mc`L9cJoSe)X~wt{K=eJUU!QGOFF z2?2MJ9ff^|pe#;wVtvW(7(s=Oj+{ATcud%zG=cC3M6nJYlfAyP60Mqm*d1^dJTyTo zvl%MZooh4t`ji;P-~>K124Fyr3W03^;lOG67Mz;9>V%OMRHut?DJ;~b#Hp;_+yDd~9pqk~Om<}ty5Iq3wn^A1@@_WSr34(zcZ!MABEwuHX`b zu{a@F3J(XGT$pu2J;|atxf}KXYzWXzxWpV>;lElfc&u));$*KYoa}OMlBILU!nC+4 zJfvpPMO*S2hkvP4NnT_L1I-dRnCGgfl-#u!2#w5fOAIZVZj#<4Q9zMR7{Oz5s#|JH z+V0MX1Oo(_H48_t+8XoFkq{@5d(`S0vE3PV;g*=1Pugp7nzUM#O~nA<|6lbB$H$I>}xc{nu2c(xa*mSRz5a z0boN}pz8X-mBrQvv`P5JX4li-y?ZQJFY<#f=_;2H2P1ucf|Pd`NLh+W$8Zl3ImWh% zqU&Uw&oeAdwW(4ArJjkzXqk`irt}h}o2rw=XB7{eUPG$hL#M4wTJW_9$ofe#*;k); zpPMr?nJl5S(Lw?b+yAseuCzk(2`>F341&V#Z1F&t1(d|kIpM*6BB_ES#C)~6(++Iw zw8diD_KAT>GQ!ejQ)7(1cK_!NhKbes*ewwyKaIA>=LC+GISde+F&%M{2!w>ioN;Rg zqSfR2NOhNk9Px^c7PmxEgW7uq_HUnRLsvQ+nBndl^SF?ytb@lEyhe$w&6>7 z@=9*Z`_;gczmOSw9ee#X@Zvq?$m8XLxLl|gSW*qqdR850#{V!b^9Yurxk;>#3h#In z+pq#mJ@0q~+i2kEH5`PlHcu=ufplcUcjX}7=I9%ak2sJ`G@f0pqJeJPW%^ni~ zxJtp|I>p$8lJsp$K>qH^{eT-*MmVs~PeVS;hd{XTleM}iJBXyhgU$eYKP1&32p=PE z1PT8{Cam&2#gJRcR%vZmlW4o80^BwrlFO#UsOXeRE89ra9KS`!MwOXn&!1riWpSsU z3j(Ra$DN#6>4+j)^gzY45p=Q!Yoar0XApJ3`8)J0WYU6(8ZIqyk8qaiBl2cBq|D`# z;z0bQSs5N>717K(YE<%x{HLv6Al78cbk#FfPWk$+aUS;Q>eAO$^X`mxt^Ok|ah>!;>|Na_hk@BGH>FLn~uewqo8AFGm`GMqOo zu#NP$&M~14qhYt=fvOuFuRF@oAsVo6cNUcJ<&s$dR%!U%G-lg0XZv6`mJ__L?Fin) zCZQ_vA^U2aw=cEOxBOo>0^8qlWHVzu)Y4FObhNvlKgOET#k*@5V_S!^HimfrPCrln zL2>EBlb?IX{Xg~2B=XkNWbL&sL9><6e6;?QMgevoK`&^VwsE$X4_rhTqawhJ$k@(; z`aJdoLYCE>DZ?twTY$~3bZF6UC8LhD@{XiiK{w!^yUlFS5gRfu+zj|$7K82tG8)l( zBLP#;%Vl5KQ3JkscvXj~5V|G;XDf4|HP28j^`j%OP~z{X>{PJ>bs34^d!>2@@#qfO zS8(fSQ#<&<{D|O2=<}osbXdVacQazJ7cUf&dhvWDmEcFTiq`woc?{H3h>WOEk z`iHWb$g>STmdh+SYYLQ(SL{)&NW%DX6Du1G;Fp)Xn31l*18p zH_m9UGi`n2cwpGPG4627){@4TwjI;7KQIQf581t{%$0C~n#vmd@w|8Ti(LR6(O^d` zL0Z9Uq%M$5n_gKrZL0R8k4xBHa%t`waOlCp{&`ur>qUFz{i}e&;iA)QMdq3OE%84+ zJ?kCx-?w@G1G;Rg%Nh35F>8Y0s`ewS*WT2tw2)0aET2YSCT|DVvmK$#>gsbnZcFe14&XH=2k-}qkn<0l;g8oB(LtS@YAC7VJs!e3i@1u8=CO2IJ7E46hZxqy zPI$&rQliwj=z0V-c)3Q-1u1;;P@4gz9NnrrKRX`06WQbnVyCDZG*{4yR2NN^T!W=o z0b6eUsT-$g6muO>YZ118IX*f55a`06ZQ_b`d~&^nWSzmAArf$1Au=#4Ugnd27-2%hEl>;t=-%&&FGbpmM5R@1hX9JurvjuZ) z9G+FDd=IQYL~!}Lw}2@josZEKXPVNQ!@%5G!=-m}7*9{jixrE>JmbPwpR&2pE>U)e zs|E5mk*Azj`q9naw1dTBsz^c* ztat8W0V~4It=uC(dU)uC;5cx?tgP9&0mdk&3wP<{p#*nj#6EeH6QUq=%@*G-$!29# zkkTio^}gBvus5}#rp-L(BrKyjxH}7_bP8W2)nYw2Z(cW@t#^X%yeV07ymBK$M=flA z&e%O)@2C?Kb{Af4mqrO(EJ0P27hN$`u3N^QHR4Kv-U_y z5-Nm%=eOZrXAqi-Nd^It(H_xs;4SV9bRsn4<_+ABjeoA-sU46Pc^w%~gtKh1VN36Y zKV_Hr;^sv!M0LXq1#O>RKt=~hQ)fBj{M0FhOX6};j6Mo38KxK!Kloa)ny-I+;x%m~ z3Ir%A30TV!f~CXKU#RLb>&&?bhe{cthvD1|_nmN-24_%(t7Kz*9y{?Cjo{=A&SLvf zE1)#Vjtwie#oa*Yts?q#+?IqxUcfbF*k+c_Ir)SlbN)AY0~U9M&EMTj*8S102VIel z=V_2km>j?pJ$8oKAQIDR(pFh_&Rn4faPC4cBtkYkb(SC6gXgs{nX9*h zMK7x=#<<8RrdybjtV+mvYWZE#a(XLtw25|KtcE5cO3;^rTWF&w1A~};4ca?OGP$~A z)b$ed5(;RQ`-c@|7DHqcv<_o`+|v6s6akwLm=OwTzD`QCB36S!Sq{Fxp!HB+-;4ljO@WB$Pz1X!QuNc|A~~#AD@_`W>r$lp`G#OV(;YeWUo8y?I)MH zGvfbo*uGTWO;96LP>l-Ns zUiBD8d2u3-QY6cEht5&-XUBYQ8YDY946yPzoxsS?Q}gMr`TsYKkITue{Cs0Rd)`TQ z>favQP-X!ge0%fb@OIgP*xPr^;CH^o$D=n?UwmPt6#~g1H9pi+8<3|yBDomg?0)7Y zTY}A%S>eN+44_?u^FY?OK9pNV{F6>x%rLzwHa-CBO{nmc^$rgu4{cf`6La4?ubs_8 zaheAZFAvf>aB+-c15-+gTSrJE#6ymy$=LqT+G(>w!kHPDV7?UH2dG*T zc`9{_f;$7f5mW?|1VXJJ+hu}_x8!477R;g)_|24BU@e%u{Al(95Fs6;tJxdaJ6Ca% z*^3>kDD`A!w(J{AN#13X31|>_n#<+&byhAU3|dLeB)^H&2l)Y3R~RcDAvAic#Hh~_ zR(HycxQK=tKg@}=eqnM<2O?NGt0E1n#b((+4#Cc#sAYONdEj1W@W?uO<{o6ltg61Q zTx|zf7Y%#BM!d?7nx3{DVP-~%o>x4-VuT*0k`^Nu9>*ff1!K_(y0xq(_H7|T5Ih@F;K>_f8htyHQ;`a&D0 z;bBa+MMenZH$s%a{mRO=TKN=H3Dx<0FeCbyq44yzB37D*c=;;o7`tV8FYNhe9^~;W z%SiCxPm4$Ix8%Xox{*l|!Us@j1bP>ahg7h4dY+6PMiVabwwx;E&%8%=uC!XcCE?;K zV5TW1k#c;HiyWY(b@cR(BBk*nlB^=2tvL{nO<%o*qnb{Yw@_)kQ;C15>|djUP~|R)(^CHZ78JG zi<#z6Z21sRaLR*X0mk^coFnDWDF1OxFedcMW*!F&KXQ{IEGoNLiN&$ongQB^tu zkZykqgN`yn@m|><2QpJ+Y;u5W<_VIXGdB{s=WmptHpikH;Ai`OdwYAQrWu7h*k-#m z%_J^{n?0*();)jEtAov6G*7S+qY(J5&<|+l3-18dQ@bFZ!<{u|aU^cVmq@87c8MHi zfjxg#l(|Hvf&#qd2ve|mkN1<4gJ_8G@AUJ#hclxd;4p>HdawIXn{3Dc!x45a(G~U= zpDm}qJu_#QGjpH`#b%~KfTS*i7euWxyR%~jX7K*!O*Px z-o@eBIhzy~ASg3XSz&XU0MGV<^7spk&8w8{I65Ep-d}Kc!`{*9e*Y}`-P?nKE#=WC zL^m9XUq$97OCe;yVLg5=-)CQgDfuq@8Z(_$1VFl66wqiB)Wb1`1B|5th^_STru(+X z)jp)c$Qvy7@h^V05Br^YoCmp1i*Yf!y572359TlJlbyQi3U;#8%^{ejwr<3uWfWG3 zpSHA8*}^IfLVOp_(1BY1E{aX1ES}h1x=ru%+vTlU>*@94h7$74K^ubR`0DWFl?v8lmk~thz|;IH z6uMXhPZ2;7sw;3>I7UIJcw=~@S-mkERN26pUYa{-@jyL1-QBzdw-J>>0R7;aEM@4j zTuvAEjo&A`|M7HZa|hnCyYuYZXD^;UfA*~u?7@mA!aKU}FAjUhuZM5e{xu0$j{Pdx z*_I!5{Ooe`SY^Ge5!lh-250h@Y6YTSO=(f$kA2FsJNwNLO|E>r2fblpj?%K^h{xpo zbRW`PY=TStF)EoMVdJS_8?AWi_1Ve!DS&;N#kIhn^!75|&sMynx81|@-oPJt|9H?l z^M~M3hmqmU+7gY(v46Vz{M+Y-2#<<#VGVf6EGxixElD1WY%;;4$2b{gm|$Aoq%ceH zx!OlN*ltNUzbfbtxCWNFb7wgm%T}V4a#zpUDu&|V&BCRWd zOp4}V$dL0`Mw(pF*3;Wmt&*vYH{|Mn`C`dAhaqN24fPu}=ltk6O8xW|@bD_#$N2+$ zGoZeXORlnff;Y3ju&H^MnOzHZ^HIKGqUx^+aPyt)gDw0(WME{IEnqP%^cooN ze2I6*LQJ1VUqiSmW*OW~UaEd-*2w(Y#3kIXS@9Yr12|kynY|Ynss%wo?}g{0?@S@n zCta8DwH*Y)`7W`#rR=>wJ-gWNoz^U+`x=+BVG$Mny)cy&hi`6zahwGWZ%Cp@uFdUk zB*B6(`D!03$wbZNB`0RRu%3buQ50z5dMru}*j!sX`kM}RASq%sA+9cmRa!ZRD>=TdY?f$DC2r1X|6z%BAF<79j ztsnykmQgmY8z($|adH|RAAgtZezW@2y3x5@1WJ(8<;3bnA*t*a-Lu!xq38z5&hEF7 zkvR8fbxiqm^ENYd@sP|?E^Z6ADu=+3d}3D9UXLV&u}GVM0#?jH+4n(O`bVdSJuvH` z`n-8^@O^T&`E+~d#W$Nf-#q>1JHnx&(xPg3BXcIC)<>Ca!Uck!6bcd+wvh$x9LF

CxP_YRB~K#qRbuo6nwp^X-e(V>h>lx2~pL!$i8n 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 z z*E%|CJj=>JUaneX!Vu0K!h%-MWu z_&jt)k);nyM4PJqb=C67`6A{SSZ7C{g=3UwN&^OgX@)_?u^Mws4bD|D0O=OfLLTAG zJW2F)`R9}~WMAB-7YB4>M-h7$+_dH_^8ayA!+22;WUu+}Itg%257v}OHYew7cx2Ab z`TN1(2fg(Zw;mo{3IfpcbZ;M)b@C^x@^xb~;-L5I6z*UEXvX`~q7pBX6}C9P$#c8a zBCaiNy$WcHhWiyKYRmgwNZ~f{|1zX#3Z-9qy!wjnkPm^hF}fK{&$g*+&gdTs(+Ey) z9RvH=K5@tTqmh2S?G7k=VmtIK_YQu~E}LnL2gu_&$SY>Eev+8mNcNVV#3%tRew57p zDdmb4GH}SO4ph1WA&(Q5RGZ*wMAqz@@cGJabz69N0DQ9XA z(Dw=>J)X^+U^~rMn4Oj{0T{VezMaPq1LYe;1DmQZR5VbYK z|Iiyv&e|sv#PARq6zv*eCAsa;|5?9`>2Z~38B^`^pxiLe=c`$~Ea}%6Dt}JUmcm9q z7>%d1yay)&{Z`)K0k#L$8ZjL_C#p=0GdH*5(BMF2XEy}ruTo88(3qCa##8vT<^VuV z@A7xI`<%1J(hO}E`ra_t9go!VK$<)74%e8(Ra{Gcr7a|0go_Yj7fR^P1(6s$Cox*z zBx99Z9~x!(JxcHkRGj&DXT5_5N}KiQ0`MHb%9CFHwD_2)d(#$->bB;`_~UZ1>wIKmMcZsKEFq>1~p) z0>QF44>vqhOL_`!y6Cn@E>%yeLkRT*ToP)pg$Fej6T^B^jP5HBZ+m-K*|3fv(;2LV zc~!#6w$Gf4Pan9R0mk(OLNv7 z$_i9!?RCyi+da7NAP5e;h6EAf7~2k^Q33e}hfssz?Nj0k`7*tF*ty(6B18#tiK0(C z^Ro<0?andz_U(^NvO}nR*H2*Nxr?dp6P&9b%|0eND{QZUDIv_>jN~!_$bsq$581T; z$SaHdHX$50?g2Q$r$h>WMR<^$g(852pl~EgY0G3WU=6xQEHh2X^bQ>;h!RH3nVI?# zd#Zf60Jc);=$n!cms2!xy8ZW+NR=nKtZgZhP`nxZb~<+OK7jM$9~qKa{%)B%!UV^v2EW6S9=oxA5t4UdKgRpJO^E%Mcb zsp)J*_d10c<04A|BbSm^Zj@^utNB>49xr^N^S*o9HV3}5IlX|GPV+CN!0)OQctgl# z&&#v?!%grJ+aK_zBfo;gBtnIwypcQ8HApl`myTzE%Ld{@1`Gj$xoz`#=}Cr5wb7v> z(PBay2(w^NlT=MOdKkUC%>Z%>NLNMRbn=6N{A(13lM@UE0E;uM%OalnP>b(-j5G)) zCiClG|GMv@Nrr-gUIG9Ro`w!5$sHq4hvwm%2`npsXM9Ox$ZAa%%gsjPwFOg?sM^(R zb_{4m_~F~PjIRc;X2$@7Rerwn86xMTjeWlJ!*H^u5kiY2w7h-^p?jhEeT&eynm((O!Y2)bo(1Yg+zFQj*cMG85ho29h?HGh#T zH7+Swq6QlagI!tHt5Wk;&r;*Ug0v7+H$YXc3(zssvRJxV6FOX25GSpGN31iW0*WAZ z=*0>oE7==D=+&-OjqX5ii?0$TlCMv+DgT%a3`&fx0mM-&E~g;SEhtlOO`dxTemnW2&ACXw9}ed+Vtf)d0ez;DiPUQWJ6T62SvY5RG&;B5B>kqbhX#LlLQY zdS&V0wAh|!ezkR9q?gWc0NsnKXCE}{@^-iCTUv$32m z=?ANnU97IJIn<+6=msj5Rm8YoX5_%v^G!RoK|IyagKG0sJQ>oEOrOl{bGcdu86pH= zoN!S+OK`7Da7IrQ603qH_BwK^gGBDYk(0ZFq6Lr?buN6fVf4&&no~pqlY6Df!N;tX z@xz0;x!fqgBur3vqV$gsx*G12I3jv;7k02nYEO}3pjqTP3rbdbOLVd zgvd=@iBH)mE`*#A2_2-Cs-C9dXaP0}^X?Y;Oakwr(phIRIyoNfY*bnoiZEu95I5;Ob8HW#s%HNFgrws;RcYrB~%p92M_^%vFOM#(_2!>=)zyVx} zY^6*F#KPsv^*X@7@U(uO&#^n6h7TPAeR!2o2D8BLa@T64mcf;XKT0iUKL|<%+xgWt zLRjhz9inD5(0uWpltoV`2QD$4LWrV!MhAzNFZX4~boc$f zxkBd*q-VGqg=s|pxBX!bXSLKFBOYgeSqgheLuRMps<=6lY;8}C7tgXvkob!_ygg*~W%xMaN=X^Xpjh$)TrrGn``2NvpNs`ay(d=nDkWL`aJVFaL zKOa|j?+PtE8EC&j2r7GWf6oR&qB~~QFxw97wt(E`V6jX6I-KSC?QyCUK2iU9KgSV1 z0`cou)-5ylO1!|5vo+L)tJw^9owfmh0=mjPS^%)Nn1xJohw%&&L8qt5;yUpx0N~E1 zFS%IOUHlN;!ee3c6jl%&CD(QV4|et7%mS)s(1VZ^%P`wNo-LQz8N^9JSb|pnm3ad$ z{Ifpfx&u7RmAyZ|W+fq?kz4K_>>zkzz-me8;obYWtee;lKqg#aWs>=VYnv0($BaUW z&aWy?xe@TQq>!1~bL2Ytw*3}G-_^x0MgmBKb8aSQFkgxQUqGP0ImuAE;vXC1T+WKK znal{Qtrx-cm;mP%Xe#hqg5;Di@Fta~#NRz(W}sT|5=}R!7tQE4EJnZ&)gMRyx>``JBgRB^csH$t)IT?(*N7xk9%2HFbzK86P)Og(M{J`(Mh$Rgb z0>iRt6ia{v(x@eIcsBl#NxYo;?+;~Y2WfOiqrr%1Oka?yWFsC4M$Z5f}$2&fxQBC z1>WBK*9f1yTx>Sr;NHW3P=wrUGzgq??yAO62?2*!Rd~oqyx&A_6Yq|Zd@JF zHiEdwC^S5Sz+hp8kXKPwi8%2>!GwiDU$$Eu#D}c1@dwzcrG->?pWOCSoy}4-;fZQF_36H z5km(^qpt_J!S(fau}tPZxnnaxNExhBY}5q7USC6zWNftXX<a7?77~vX zo2rSHO+eXFM}#{zvi3KsO*5q;M4YhV#ftwcTH(m)Y^MG;Jv{53OnUuhq+US@VRva! zDMaG&C-e4rUSPa3NB|Jsw5?$NEH&#_-;5b|+LnPQa|H)DOWX4=dxksG-Q>#6xEeeH zCmw2scOm5gz{&R#UlUqe{7Ig zCMbm^u6mnDmk=G1w=)FSl)LCK*vYpq$pbP6c+vQ?;I05OJV-ESD9|d{qJGQNh+<2| zFn8-rJ7h&c1ym-R76n__;!Cs*K%8B`fXoiuZ8AQz9ySKOa@rcBNte!+DnPeL{AyFB zC#C8Xthvr^;~Z0$2N7WV>J)|KSy?oS9*b0APw4UaNw@!Q@*YQUKKXIj9UKE8ZjTka zTsbgUufY(l%G9hqdWS9fLuzk61Z;UKHmLbQXV5niR)1pak6Hc{+s$^=opeX1y*?Nn zJ5t90&kz?e2w-@?{5;;Q9fWxS%2OTRx-PIub$<+S~YIPTlGX8Jm8je)C3J{=#s z4?{%E5h4?aBZ8(AOM{89J!O>qG7XX8wX%IFuSKX0tx2VgU8+zUyHMOFv^Ea#yglrN zh#d7s5cn3AiQvbB{>hJzQaI~lE$=dgUcW!+oM9Q*?QNsj%<}@0!a>3UZ{eT*^rsN9 zZofkiWXumKIFCbXC&#vIE$=7l5>}_M=LI3cp&G>XO{kx65Gq|n{1|bA;Js|v3Z5=x zDe1!Yn}bq83B+Q5fj5u{T`IPU?}hBOLYps8-3MI&C9S55Ut>*Zk= z-SF`1NjGHD!ei3=fp!i10zuY;vJV(IDk?rc^oWU*4nupasF72}Xr|jmA|3=FwT<_= zm-!YN>hOK{RA`ZVr8~bdoNN)#%#t7Btwn+adZ}y3^t;`o&fw%k9D~oTi|t*40a=`Z zWH=>O$^u?Xl1tr;31eaJ;B$h)K$UZrWY^0ZL+Y`?Sx!TSM2`r}PJZaIhFY;V{Ty2P~4XErCxPtf*m76h+|m0W>&>!+FwB zn2S>Mfai@%A+o24uCcPLGnD14B}Dwx5VThjMGx4>1{lz73ek0VOu-W1rYIPi2-Lb-l{9RVIr^r6@NSicX>4&mfhd>a&M z%u#1h5*m@vRu{zSYL5$dqC4~*Z z;!PcTl56jtXL**bX0!8!InYrn^duPN?c)i1UG{39guEA!P~>Mn^kjU6!SWAYKM#Wa zOs}fP^hM}NM(be6MgDmidQy0^Ci&fW67`Geu9vZAuJyAI$v#hVU^4=e5Q_q4Rk#n} zZ)UOWckf2sckM|R{#LcKoLRtgaL9^lUDcI!7d0hvZ$v9m6D^F*D8+v-`kiKUkJdMl zZqJI6C898Qe5@=qDs=%9w(J*3U&!c_WcX0WJ%+DiKL(~Z71$+h+ML{2I%Gm)s7{Cg zgh$b2QV>{5#4sp)OHEbfBB2o%68^c^Mg!)i&Tl)1kHCB*lj$sGy(>#XTt{Zc5FB{H zqIOm(q+rD;RW8-7#)q$5juW%@>=JV2bFd-gh#*&fw-pW$+S0ys{NMLdOplRCn@+u_ zwUXxbk4_s>EATQp|d4&p-=q?xUqYAaHPY*F5Y%ol|UR+K?SWD%on3oD4R z@qbkSe1KR2X;Vsngn%=IPvPHN^!$1{QaWX)!L4A8 z?>uQB%lz>v1F5GZZ2bT8q#gaAaS}XHnP6y%@j};8q5Lz+u~rzhlrrTFLpe$cm2+Wn zb9vZ;wj>r)i9JxTN!GTcJXxBjT=;8>*+mcdu#UGw&2n^e_DhM7#}@eT%=2UKzd`}Har^{HUwAfS6qgO z?mjn{Dpq(&p8E^aq^(A&&74r-wwVy(og!EhHtMz zrz$$bc$~SLOlAiVDt_OhIZ35<8pq3I4zmefwOZLCQ(|pMzVJDb-EF3m9W_dP7tRR1 zj<^n$I=h058#@|zim13!vY0QDrAyXEQyN4{vBW?$4io`)nM7KyYPgB{xOQf|NiqNZ zKn6SO6a0V8G+Dvdo1{7Zd*$6)|0Zd4jkHOI&Wfl&`7`ipn}lvj!x0BIvEv{h=3%ik zQgW%CRBJ1UOZVO*0;(q$d;S-TaH38;P%aD4_%=$yDBZ=L8TE;GWCR7|{z+d3G~?f} zzFdg8{iY1Dzik?dTOs+`C`g(@uRl4T49(I)i7e7nmX!QbeA|G_=}=kC9vf7$Uo zRpx$dK>y9%eyY^|HQlaA;=fhxEdRCvJmGGCV&7}G5BHTwKDlFmTQ{>`)iKX`^|T%T zZ=2qFtqK2S`TuK9soo;WU>075O@6@>#*^jw{7FNq(`mkXK=e~TEV7$=AHutTi>j^v zw@k!S^^~tUKdf&A_TuhW?7F9l&|kkyb)5{(I`^E7KYx~bY#6BX6{C@9-djJKCKdhq z`V;kg?!DjKyPE&5t7I}d5AUe?AHLN?EB5H^NUvSff7kc0uoyd8@sHjizabgDp^VrT zbN@uvdvuEHM1Ld%?H`f;&1k+(0Ld=!M<=;xF@zFYJB>#A(mOQjeh6e zDKp~7j{8#>mC8kyIByNU2s#Z``I%Dw?kvqdBi21dU@xeE%~Bp;2%%Tg|q~EC-=;xHj50t|WeIr@?!P_nCJuohWz9kKNG z))3@KR*fpE0*}jNhOxf`qRsRQ(jgk%rd(!1Nl2+*J0U;nq;DIaW5@2u>0`wZ5 zr@?ZSO5LdB8DNCsWJyg7e*2WDqcLk-NN)e?OzOVww35i^W6MeKSc9=_HYZS@va~@89;e~^r6zVhT@BSwIug6gV}+-hAP}G#daa7 z8!Dj%*(YtZ4z*LejJFqdeg_befBM-RxkdaSwx%Pymy6fd{ItO+5=0J@{x)!Yy7VXI z0@~_T{HO%ot@){ThKlUOvm*B>KSHPS-Y8$B*KlJ;olzG6V+dKOSl%lC;szW%fU7T$ z?%y&tDoz<4o(v8pOU|Xs7~Xaoe@;gD%p-&-ahxsAp)R8-9g=*(z4REdMU?!4{EN%C zRF>DgsJB#R^qL={g7<@iwOJxADBK8H9x=T7BXk6JQ10{O%B~Q^ePWR4ubm87&uh7S z_-{@oLiXwV>fBm2Ejkqj&Cqugg-&0Kcc6+1t`Z&T(UhH~h+)@61hX{rG7LD39v$Lz zdk`=atPsS$L{3`Z^^~4*I6F>!8~bC8N8o+DY2Q@$vc2 z&W=|!392&w+AWrqyt6J`z+4u9Y{_Y+r(g%a&963%w9$C`wq?oPR4-hNQ?wwabp6A; zT*X)p4eD2{IJIfjdKslqC%AlxwYDL9bL#llQTMogb}}*hZr248XUT@6BOA(tEJG5k8b^vEO+#<|07nl}a&bfs)3=%Jj zLTMf2BpF;I*|hZePe03Pk>Q&ZBal1{*qpF7 z7=PWK{ulIJ?VSGkcyfeimEU*;S_>usLCE86{sn%QI@(_5^xy>Aop;X0lffyi!Y-`@ zZgVJPn6dstVG4o9?Y=89-l}|yHxmEsRle=@C${Z==-ci)%A!zFW%8}LYAsmZi^{i? z?k7vyMUPcx48AQ%h}Cnvet*eEmL1k{nJ2IHbu>9Xe;*f8{^IRhyQc$J7d<;BQC&Z4 z)@jr|sy_NYHF|31J^H?PbkyyamYcA+M!nM?y0B`3=%tuIieVi~;ZE~KdJ8^j04xoV zqL)NMYL7^@qZ{gv6Jg@W*JVPq_{MRdUUnlQXCigRa`~*fACb&izxVgEuIKWp>HsWCE0ILcfIZ6Envu1A?9le&9^?Qq{8zYy=bxY&^ddWvLf6tk@PFX!p~w z-9HjIP`-izvqrBO<{2jU^O!j9##V4cxDmjtz1)@Ub$gM&j(BaF(fOM7>kkN=lIH#8 zo=<^JR5MJ<0_1OW>`aV#CN_RQ_CN<rWx+Tv>;Hpm?oXWsNivk6;2DY zz6`TMqO081q#{j;y;5llCM!I%cNK9C%g%l0b`B%qsv}-SjCz3+l9@6dJm?f=2_Y*9 zL%m_&#hLrQhQw|BKvhK&ub$~L$x1RQbaRa%&l5^RqJ9$+nzmn2?ybcJ2-a19UaqH3 zRd8^9VWK=^1LcT5TAWWclfsd=^FSd*`XDNQ((v#3t}e4{cl!vwqYacS6}?K4Xy}mj2 z+bsrDRO4_7)$Wk;jbmfvQJhfu%|&9P$T8RAHZ!7HmR{1~!f3U>q<_I_R4RhVM11)E zvaCD-lFtrQms&zWdzfJ`v7$kJxtt|j8VZAJZjGG%g~d|L3J1fgJa-|$G!!dulZ;_6 zAebuPGRk=1Z941}4fb>`?!ub3n$VexCmR(;Q^KE%_uGW!Mqnru#hN@M_gl$VA>~Jf;d;&jNT0XQgz@O zARKYYt_j!4K29l0KnRPZd2K1{gq3#3D=BFj--JT4Jc>??(Ef+T?GO5roye%3fBDb9 zgg~s!vsUyr&(e-JlV09BVUAD|}M zQd8rYURQ6dL(trGb3ZCwkVdv5U^L;m7S zvhh!kC4;&a_U*D&vO1&@!3VL)XTAak5N+fo75;Bg^$E&e$!39X(GG}JKU}uW!dg3g z!LtknWqagmDL70fiLl(_aCzKdc+&7~NQwGqE$33Tsg~x#NM0$JZSjEKfh?FBSuEr; zvp_$F$`*@T_MYadr+69a$wWdDrpgxC5TOE(FAJGm%l#r*-X(-W6X<%;Bp8A_NoZOm zh1Jc|Z2Q*83`RSbmTq?R`tXJ5_s|eASE;sVYa(j$cn+Mq3pi3rkOTKzw+&KQ7v?YA za*&2@uE!kLinEA)^gjh>z^fQqHGZ*?%Xx<)=hHY~{*Eq<&#jl~mDC$WIU|Ltdft$Y zn(Quq#6w8HaO;~wFr}ViuvJyYrdaRrU1ln?gr*534ajBOWRQ)9wz`ovaq7 zds><^aTV1Z&uE&<9ZQ`kwuVfY;3B7qJr5~wu8R|Ax~gA-zI)<#p$gzO@6uwn1zP2$E1^Ehr0-MjL< zn+@7vwi+oM{GMUGMha)?99rF)i+t*EV*EXXt3@}yz+~zWp_>GU#GJuK2&odm4!6qM z5%l(xijK-IGLeoU^Wo7ySL32lVaZ`kK8h7qBp6a@!`f>0acaEt=QT!WrYVH==V;eqm)LURt(aCKNRjc)SUR8CBA`t^vk zxXODUIw>2o3ay5+o<$d9Zp4I-E>7_q$nU1*pgxqZ8^`5n-|b8L}&by&Q-Q-Y@(nYwX>XqVAW69FHB zy|LhOs}%Zl12q&EaxvHerNLs+Xu+BgmI6ukn+>3W>AL~P$&x{{y)jswI+xluGbz&GEk~x=l)>!+c1Q41pOW!Ayk!Z2f9p+`hU}?Z;%eqL{vto^G)fbw>ax z9bdXN#}aaHm=Fklo%h{NrMz9`xY~C|=ovz5msrfSQ;i~Kv4&2s`;kZuuQPM3v(;_s zxQudh(;rR%Ndszwy0A0Fz5w?&Gi&JakoCM{;Jp|%CNC<|AXH=*w_}* zf&M9XPZXWx*AVNGjq*GCmE%s#Z|N;w7+ClW-i|NcCh3VY&p{Yz=`Jz3;#XLW{LVrM zJ8}|Lg4>T;0;WuwA-({)>q52OJA?7$^z3BfUUHci%hQ#_ilB!JVlGI60dyQfFQUD# zXO1gZA-DgWJV5G*KY<@nQN!BjU>S<3Iuhyh$o~Nrc9veE=Lgr;-5zG(;8FJW;qGfQ z@xUgVQR}sEwPv*UT5%8!&&yotpXFn9#;Pe5t^m0Rb^IJKk#0TZ(^7TA5^AjE6#=SlwuELDAHseT~`xlKj8xYx+f(*2Au|byi%3Ba0 zWFy9}>5HbduXrO}nl-opgV9~SnoV)!4=yAS4P4Q9B^=$FOi(=n*QMFhHVl$2b{wNH zU*sS-n@=dkX2ZO7Lqhrnrh9{{2w`kDYT}>%&kBJuk3x0p+*bK56^4T^33aDj*cfl=*4wmScU|Yi8kAaz^uKx@+jXf z6D;_rn!{G}+EltUMzO&k9HEywIRt}%tFlIgmMpfWMG&UtiIT%pJ5#b3G^v9iDKCa8 zK=n*xLtenV+0|09OqwMMws&g z?-@NlhD4=ug>x>=JT(WFitEIPsz{cO=qW##`T=40acWocr=OMdta{YXKct8*P6PDo z*Y$G(#rQ&xL>oBRjX?OD$Eft!7;4q<5U7DiWf31cEPamUR%9I1D%~N0816Em@l8Bc z+HTVF9|3o?mc|D(Iy~w=Ch0mgHPV&Y}Wqasq_f&Z5MAA8swFKdSXB z-CDk{jlsknxB!van-z;nq+d^7j;d|I zOhIj0(&j_$NVo}TuK2SjP1;tRcgeE_NQD>@V1FPsVEcO+!P~crU_&*OPUC=WP(h#} z4A{jLBm_eP7NJscu-Ii=m4an=Y?2Tf;epfPr9jYD5`zL|p*g~Zajv1R7(@Yq@w)5{ z5z88SY`KuHHM~RE9M>UBuQH|V4NiL#xvWvhdG;Ssq~;ReVW+chCe42vsv#&Hrm^W3 zwxn!tY?{waqaTcJd2)8zkN*7U2tR$;nH!Szgp*m3tnJrs{mbcFuXHk(bpw4Lhb*Lnug>X_bf?5*4xi3n1H3czKMwupb>J^~|KFwCl zv89?4G%q_=?nD>ljJOTpc^j7VigvZszF@1ICef&S+#PlMovt-w&@&kKz%X9a1E6F& zA+K5H?j_|n0Fs~4;cZTKM0bod1#D%Auu#mS!43P5Xp?4w!2WS`UoeTnw8y=oQpd^S zvvXy3304o|`dOH72s_8T?jK&sBv6U}sWRY?%`{p2(S%cp@oY0AbxgPMwLA0#O(r@l;8V}RGs%N#sqUDI-pAk~X2VeD2nVCu zJ0>W-^E+l<$9tG?C#V`QnJcUudwc5K>-V&sVY5&+%D|>fk;2@H!f8@9*yK z?Qie3zH5DJ&FyI+a3ad{RrU4KCg#*-3o5b%X|^*sH5aud7`M@5{?p#iUN&t%I_jQu zCsdTj{B<@2Agm~s7&?eE0AD+VtTU{F7&T+DY64B{9a}STyYuUQ7E++#KKmL)92g zhPFyjDbB+>femfgD_T)^)>_6eVFd#Mrn3iCt`MbHGZ|)0@|mlL zf*S#&PoQk8>8u4waVAKe3#6MlBpVFtiEYfNiWAF(4pl5pXN1@+$+nC~qyqamBnQ%g za;yRfSSAp(e>m{$qPA1v*P$udypE)Kn2Px#MP>{T(1j>n5bT?23g8ZeHRFB*hEGv5f)c$Tk@emgWw~3*_`(>>6tWK&=!)bpcnX!gNkY3vX2sm* zSY8WM?A3hA*Xqzs4BQ`SwqjMwbPJpF#YJ;~O-9|}NxS3qY`#eFnnRPh#PpyuR&@~d zwTLrPL;IB~N+%Tf<|Us%90hhiq7G62F@P9X_Gv@mSPTrIK@m$hqw|f(TXdKyml-Q9 z1U<>KBSr&}=#B3K(({HYFbip8xz815q#Z*J@DaT# zlHQi*#~1w-EY{NYd;!NbX9x=mmd@pA;by% z{5O!}tNkdaq6f6=*wN@VZ)x5V+EdYsh~x9HXrAT0w7#5#Vn{wh?u^(d!ak5#OhN$~ zR2>f^s4He(0A1)g!IH2gZ%2H)H+6}S!}>OScRtXy^&;I ziD5Hz2xml<86)mWA-kSBXRiepawqL|^hPKvy^@o@t&1}|yih+V42R!B7t6#h*QJ~*rHv6S{1>Ngn+*&+Adk#$~3ZiT@8Uz`JmX)2QT6^+;KftxO?vO z8lA7#KOUT8bvv6E57-?%Jp4%Ix7W5kG$Q*MRVLk&C568MB+eXBNe2hDhf+3(6>UBD z3c>T1Be5g)uWX2axJb;Ym_w~Z(jib{F}oxEl1|yFh3IT%3&=@f_XVCVO48A}r_R#F z?;=w(_rtgQ>c9ee3(_#!tvx}+-)=#QcNWJh6vS>}n;v;eMpdoi;aGeE*L=Rj#j0hC!PGi$eG=6?K= z@a?%_MzBGJl6b-?+bSYm+VZ%IZ%c1bypbnEH9kF z6=rRk6qk$iLdIfyCw^1zD;X(alK~|}(SpDlv#sydv17YyW*HN&c}nG5GoJ1_AGPi8 ziMMOPbkQPFZco~B3Xx6Z&RMr4L_D^pm2njzJ`z`0&JaCC2mJ!3(6?(*#|uG3gm_lM zINql2n7c_oPQ|Bey{B{d5rp+{c(<0l}QUD==j!l&+u}B(A$qEWx z-@K!{*Yp!G?-$H!WOhpOjjbdot%c5r9895 zpj-l{o0~tq-EHat(dIK^j1jaYw^i7iOB6)QS8^pBRSg^FNxLMy+olaQXTzx4%B~UU&kx8 zE1fjiQ8-pq4mrJI1CiN$bRMi&yjXP173saWixxMC65*h{=-%snwAmSqMrT9RPWyw? z?rFpJXVI$8%m-21+-VBPoVr<*@?( zVHvdqVeXKERUTM535@c>p6uJ7_!?8mhaM9Xx?rUN6vjp31Oq&^lo=eSB;%O9K&(I{ z8kP5pUTt=u zIOr~1V4@K=^OxVuSA$}wMeH=MfH{YbFbKHq16L8KA=Ii8+GW@jN2?j#pf+cwWXE>8 zWjej9H!ua?<{5Dc+JCCpYUv)bI-nHcx>$-UB4KO`VVnljILpF580jx`6$aqT8A)daVYnlIV#|;wbZH(nb z@{sfPdbz)t`cw4G#3X>vZgAVBu z68c2O0kjruLMjE`cc===8^8#HsF>)Cv0xA9l#Aw8Ktbl%&Sg>6QA+Iqa0HwZX~IQU zKo%(2K~qvO0G`vVl#Pz+sq7|qRqa5EvaY&`uG5NHCZ0|g0u(@lS0!JX%mHm@A+Z_g zuuWhyMHn`CXqznE`ayeCEDXgeTe7PM-h{>jaJa|lYX7vlYWs&Fq4;!FJ3{ob^@@d6}%xs#g$C53y&42^fC+5#&uv?Bo0H zsH^jTF|s3OMO>6xmxBzF75t?&G+YdKqZMn=3AoMCVKk&7CUzGU45E?)1sW!ZhrFe9zk6zc-X^E%Wx+JD^}{!k)xahBm_ zluTc@IHmXudAVH_*duS>LRWfyM8!%u>$*e<1V2slA*tt`s7P^tR{r9du1Ow} zUAq#gc5!JA%Hb+BIfk2G#NS@L{O;_nzaH&KI5;o0&QJo@Qt^Ayi z#d=RU#L67h+YXpKCPTQz`SoZ090()H5&%wmiY+REK&xuFOUxAx%BO9V>!CkM*?ps=%5g9MIHb5N{Qw zEUw*3%4dlh+%)pT0ZoDQ7q>9aFz+ADq~Z{v?>-TG4mNU$pe}(Qmq4Y0@?yMwTRYsw zqc7)a47~RYtsU;2@WW}7bm{*|%sliKXMa*AP!%vIF2l$ue<|v$DWL~Y*e|Q3TyYIi zBLzvx1E@y5SwJPgumpFX-jAR9=cB>L-Vt?pyVdY`tljw%#92vLGwr*dh9e&E_THNI z9-CG{2UIML*h{D$CSH68&ZrQyVv}acj&7@_YEVM1T{X=wR}PJj?FSHH=gb#z7SA4j zO?C`F%2x{r3Q0L-Ja$mv%0pC9|Cm?)^O>y$;j?jt@JHjGil@!p0A-CvSiiXBJSo@l z*o=8S$;dlpHh717M#Nio?UHV<7``HRvV5Fe*OUvhW+Q|_J{kPb?VtbsY%r0+J}nAwGA)P?{Ibe% z_e~91s5G(I32;CnWBAI)!RQFd?3Kuvk=}uKwtN_t_=phz(b%(Ey4&?WSyU4-i5Zlf zCiohGU02X@Vi599V*uL|*~iAO8!AI8MYwK8)gt?tpcO@v_%npV+p=nm{(hHPj8`Pa z1tO-94U18yiCAXnz|+^{U>36*P1rRw;khU-^Lg^8DEa^fT13un+BdlFB3DHHiJV*b z$Za~EI>_T8L^19BI{sybejiS$NF@>jCyt5`gD8j*>A*NHxuYH`BKGp1B@O;pmm&w& z2%9zd857ivz=1lDswDlVvdUt4fv;^E>hUFl^jYvQ?0_$r1VV)zbF}iac6LKzB-!W0 z97#szslafIyC>bwq!g7EUtcfa`f0IEmpz0Ea^) z=0&oaN@BBZonrN>QF84sHPy5-r$5C4rDhNdh)*YOK?e=Pv-yOTjEZtn9Gkr1!ai`x zuyImndGZE4HxzCpt}LK6p>~w%Gt!;4ht-#D;R&3z zik*Dzx>etg_^CD4M>fDR5heK45*lNfM4w!RQ2j>y7lZby4CQjayseEZq2qpNLpUk7 z?GEmn5CIPgu(-jLD6>1RZzST>NCflMa%cSsRTX?H?h{I{L%ArvO&IoeJ-NVb7u=)p zEpAf1N2`rXJMB2M)4FbR*#Kmea7#4clpQ5kKxXBo3h-_Xygh_Z&U^QWMe>rTrdz_l zvUM`x>NMN#s5hSU%#B{5W!7O)qSbc3zrpZ)Fi$c^-EKJ?i)@+Fz$#ltZ#T_!APb{N zX1!^(G2gQYt&fRmAYjN<2epl}>j2j7QTOod-Lo2qQzl%xoJBHLMa z%ojjP23V@)y>xs_RqbwxggHBaMak7}aK$KXjL#9+%cY(}0kUUXcFKs!7n=={`mig7 zA73H@+xGYNqOcJ?QjSVtE4xxI7(W7VM__ipda#lu8>&17jo(3R$Gl;)-RyyZhhMPS zZm8Ecn*QJ4Z1x(BGAWotM~LyR0zXfE1^mfuk>01k+ifZOhwMYVkV14K=7Vv^8n0U~ zw=ra65$*56Z(4}B+28y2 z<+nPt;uhpGLz-V0NgpshRZt)}w)o8oc0E)K+k}P^O&=3fko3lg^TDC{fa|fL`^B z_g7r0XRvXA`M@=f`{xZKR@pBMd$C_=$TT!5WSo5B8{v4pFqtR9cyZsj5Dfkh{=#aV zXj+`5f;&AGq*EZgu=b288#fn;O~)^|9U#+yF6YI1+P*Dp^;)AbzU#6U6KC=wtCm^Y zpj?m}-@o0kHR`y^3xml}7qJ;y6{SxYrz-{7mMD+n(blG&gp9W}=OZ%Wn6pWLpCngHoBcDxKOiv(pDI=tI*tKO3WmfH0-)PK-Bbd@E^@;T zI1WmxFxq$Do42I}$7WjmCJQ+JlqtbUhyh}ts~^O=K;VJbpGmy-;x^j&>+GiZ9v;~I z>%;fW=&!$izq7N`U`Q|S8;dM9;xgDBn3HXa1>(1Quaq5Bek;p7^itXQ-QoFtui)46 zt-=`lynC=~WUvK)oZfL>hmF7iIKDOlwppHV+KTYdGn+71GgrMMjAl66F~8syS4de* zLF$QJSvO=&#R^kU>_%y7F34F%4kOcUJ<Qx+N@Y!muH^;+wO;$@;)i)f`Wam-ayOi%1rWfGvovqOno1Yv&*?z zU3!`b1Ff)3!5Ldzz;DWFL?E5o7E*s0#n9X?JcZ@=x_np-U`G^`}+0Wg)@f*=hXI>73PFo@6s#D z{$&U@UPCc2Fl}%7?F%8FvJfCAh#98FywY|DN82vH&o;*JRc`OFrQ)o(gSA_#&p_%a z1l8W@MGhXxvVQl*N{py^tykLK(@5+n{fS1IG^IcVkil(wZPURZ(hHe60mFe#f`O4^ zykT&~XIIh)1q`z)J6ju`(TwK|BL$p4Vi~G)N3>ia49m1mP6nMe8pZpANq78O-7dD~ z8k`j@n*(AqjEseADk^TaZ@GvpxP^eqO){IC^_{LRt-pr>UhsZuqKHgO6=(XL5|~c% z%?c}kPo;KtE+p}Kwk(ZbAZBLdnwCBiy31`WkT*Vwg4eY!xngF8D9H>`3LIs1Uw9yw zO;O$!!}Ae#ny{11pZN3utU}^Gr2J9Ah%8MA>`yfjnBJj?(zU=F!t_=y00Ij1MynYn z%PLlM8HtbrLL~tYI}Z*=wTjse*YRRHaLg}ojjI^wj1kc} z(m1}lDjCzByGq~~?KNumjCh3%!3Js0%NcxRJ^SH&)P2_*Pr9S$=J(0yZ1VoKyBn+> zgyn&H3*y$6lMr5)Y$z}AzObz6F(TS`_Sz`H9M%st^B!yJn)N&9W@)cRMunuZ<5#Fo z7toENQTMPb;3TX~M32ZK}j{&5BVw&$exdjfih7_*_93d)e}X zz-e%nEdg>mPUEu{Uk0ubfHSZ~!!=DTT^H08;f}q0G&y(-@Xpx*!B>*BmQ2P~>C zs-!&AnQHRQJ-|*jqh0t7U{cmKH5=(Ho28!_7C=2 z-+sIIip6dGBE8A;^+eGA^jgZBq}IP9V;{XAKh~bMyPeFcBaeY4PM%8YHRdzfS;PQ1 z+@D{}k;@l!u-Kkn_C}T#R@6^QliF_KaiOw6kM%_iVXu{ui__0o7W)2e)M`9Rr!+l& zZfRg(=(9DtbJb-<$zTM>13}5w`{III%p^3@Gct|ZE7*V5FNbP zGWd(^v1BguJ?_TY6)0Uh$0(*c=BV)Z}qj%~@nTue6Sy!o+2 zzcZQh_oTlSzjR6JY9lB%^==rQG7WT=lFP1Pg6Gny*2ynSV@60*sk` z^BFATYkunaaSDm7pfU;weAx*cESxCggv-h9#HLIfT~|VYm$dAzC6}hty=nJ}X705$ z2bSWfz0)YJMC&mI&LW@~B|86t+nwqjKD?1C&669A^dP2Oj%!9`16*Q(`}0arp%{x} z!LX5_jh5@;!K8z|>g`*Qjo-%w|1m!1KgtiAg>esmgjh4@u~dgCa)rcDk0I4zNm|#S z{~YTRD!kqt+C~3mPHE&5Sm%mkpm z;HbT#_>vHOn+=}8E@ z>4(7DIe8rkNujx_k0IL3#m5ji??R(Q4$=YD29=_70~wc%bVkHeDhmoe21#u8sfjYc z)THJd>Oo>50Ref`Jv!@jkH)=!bU6(`@-P)KU`wiNQi9H&ojba9>JE!jRuPMGx2`W3 z=0513{21s>;C_Sz)q9*LL+*Lh_Db@h6SlnaSCC0Mf)atI;eqr6t^&Buj?dvnh9nk& zSoE8VSWL6InGo#8J%@2R1ix*&C;V(j@u{WG8sUH zI668}bF*8LF1(~WcXiOAg}@A2z$qp)LB>ZESy!?f$$uY;YAjzgc@WE48dN zd;1pt^%{BLoYtVsVm7A#dy!~J07PQ}BLz~AcqjB=^Z+7EDPu(8@Vz{r7 z+InL6oTWy8=>>Fws)fy_AgB3)@&OVIpv1`KjKESC&K3QP!qsq1%j;-((HUiw;h6n? zD)GfH*C#FUtH)YaHi2pR38WHkSZQe`o#0D9(RYD0@|uR;`lHd2<)zgXVV?h+W!#P6 z`+qdgg^4&C;kO&AwGH`=f8v^k5tTi>A|NPr*ND%e#2WfJNnnxSZ_|B@ZYv|}9GwkW z^dbu**{6Lb4ALv|I7Z=ihztbWuUclVey>eoG6(d-hqgU%suU=0UKojXtTaKNO{dNS ziWx_jmy2YYazHo8V&Jh~a=BBGbt=4|Auf6I@@IsJgqxm9S0G2u^6h-is7JH(3whYX zZlV8(e3qj}q*;ip0<)dS=WwA`n_fG`9HTPNa;?qf0sF;k8NF2%Ki7BmDgD}gLI<8u z$kz9plPGNquK-LZr-kE7o?$j3$l*=vlV-WxVjPwI3+!BQ*OF|RH3UjdD{iVd%o~|dldSg*!H2yC&teioP-;;j z=IbQ^VkpiwxK9a0s%TogOtf3L?1hxoq9kG5EQ%7iX8JLG=x&X#dI5|(=ru30FB|IERU{`2Sj&ChV&gqet8xj+9A>4Lw97l zYYRD+wZ}$)8DLT0kG=lU;3J6p?u_&bvSk8~-<&t9N3s0CCdcKMMJDrIQ|TEEs7gJ@ zn$+f#?eCN0#Vuey{0TBok9#MR?g$8#kD{xvsUrKp?;LxQ#FL8793H-`GNtzAlfuBr0^MqLStMicVz=eMeT9aJK7M3o-%z#8>HoIL^k{w zh}hOfk$H=~*@#k%uBSLYDyW0i3<6_@j$&6Jj88hu{nA;M155z=_?+ungTU;^raMXB3iUZ$*nRFSRDLSvR4E z_UEi%5JB^^ZGZU7?YbXs(CxQRyXWu^H`r`pSRgEx^G^Y*WoMx_7ptGmy+%Y{hqr8` zrPXo$rZ-L6htlNea0fvpcku15s20_3Lw)^~?&QrJ1EpAM8 zCxuyjgyyuNxj}-a z#}gwrT8KTUSH$H@lc?-ViX%lgG|t@YYaL5~YwAplPXX|~dC#x@ zxxz>x`V~E~cm$y1oPMu;srCZKf!R>}ORR*xLo)+9;3H0JGkI!~mU@=BV#L1;b1l^) zwxffp#K3kP)@eO6T??GXH$8D7Pasye?yh_BgzjCv)BT0<+tWqYa_zwvg(VDiu9TwS zvtFMVUCeuq*oJpMZ@5BnUXPvz&Jt6=KSn$w_L0bI4s@tMjUQ7|wD7nQH!qr(8#3*> zii6}bdMn2nhgNtt@MZtQi>DtGcHHZlbfGmggqTqM8xI%5sp~NxQ;xg zP~osOa0-`Mupg;e3Qm&g{4*O(z7cOovcl)><&6&R!B=lAH#mY%1_|X=%sAh^{p=x# zO?`=}S65F(ZG@_<1m#4|4*Xyejv1nCe>^KYs{`ln)M65Kf`ue4xhTQqxrVV$RCk1L z_^cZlnMN?M+C8!2~+J~2+jodPVKKRql##H^2 zIoyF_agSg-(()ysSxS1dS2hAZur3zTh*k%zuSjN^;w5JX=lww+lnF+FJQANVurzxj z%ucz!x(qfxg%Ir-7fluBjidJK{Tq0XYs z(7*zU%!7_cgHw-3+YB9{Mi;hCsQ?I3EPGA$5}^^lQo|cyJPQWzV>lV%g8@p2EbkI#Ahx_bYzMJ`q3sRs0M71l2Z{lvI1%|`l}fG`o;Kv$cQFkHv&+fE!($rX zq*qIbw1eHU*@$LXLau;M3)@BLVPOl7!}STo?BMtgN?ZePIIiFg{AC{fg3_C(Ukh79%eUo0_aM3Hs%iM&2UhX$+D6%TC>op^Zw91tAqI9!JT zscisf$R5b&Lgyk~KB${%)!O-$Q6vu^9M`zI-boAh`JewB{RuxZ%mZvdt}#NOv=`S= zRBFsmnm=u0OHZ2b?aX_J#GT5`1MluE6V=fC1<=`*hMlE+7<#Y00OV`| z&Bm*XH)Y5gornks8d-XkU?EFib*n~1Y5`srpcDrQ9dfTO5dwL#OsG(ls7xSVq1)0& zeZ$kWY{Ud%GfFoFreoTcIE~#N6;@;KdyA636!_OFZ2M9Qwa0kPpfqXj7mfAhLAJZ& z7Q!W82xNuOIsCDnlpOqkK93{Y##?*3Z4KbXgW-1f0ZJVk-xrlJ?jdWQ*4~Q)3=la5 z=9n7B$ME)I7Qnf=RbNJ5(&Vl};7e*GC0SbOg++aqH16{9m$3CA-2pP1{JEuAEcwm> z)MDBc27ws8(x(Mf7wowe=|SXQD%8+SB5sM7H!e=ys1)YSt?cImm_2({e2j#f_(>xh-S=u z81+T$VWFi@GD~zsPCEAE!2#)i|8lQ38PRerVShcR9^q1MD2DY{di?v166;cFY%I(0 z4P=2tz`ZeJ)^4RA zN|tshl6zX!!VQoO7PSAXnuXML$n-W@SpAMZK{32XFcKN~*}&|GP%RwmLuG%`+k{Fk zJH&~M=xbHn^#AGs zq>#W+NzekbZ!#G#E;X;|`?-7&-l=?HAsux~00TXD)AJC_pmQ^US?Q;rb&|43^44z3 zmQqTbv8GaGImzoxr9&_;ESJs_A+Sy~cB8*rb&=hpPV@iU?RvnfmI)X~2Udj0jz6o?$klG{8>FJIHxNm&|P@v#0@ z9Z+{P8pwcNNq1HmWw}6TT*e@jW_LM@NjU~4o7z?>M z;}S~Kfq6S0pB;8i+Ge@!yiqdO&`lR1m{FZOSNY%(XQeu5uvN{$;ksGmH?H>O-Dq$& zH0xx4D02rTaCR$_yBdRr;s~FIg{{sJ=hj(bl(yq2UHFu2E}px!e1ad_{fVW@1Y437 zFk|dwM*AR0MO%cULTfx2nT}ECrE{DZHYV=jo%&vZKKQAh>p-L+OIP=b^Ll{P-$ile z@Fqy=+qBOjrd<6g;&U&FKK2wH{`d`jl}iyQxa($l=zt?1J_kN**FaLlyq)FvbxodA z#C(=$U|yK{!8l+tKhGXWq^fj5u`ua^B!ZoBh!uT}g_4b+kZ>`?;z?b3wYDqIo;#lh zA4ze2I7METSaL^!yVq@I!(0clW5~Nv&LEZ8u=)d`%3HMS z!nd4p&BcwO50f1b(iSd7Gx01qh+CLN+f6jgu~gV#7b@cgx`)Z1rhMC*^DZ{vS5>~p zhPN@A#|7__-6G~)N?#PDvs&#SCkWzPnUJYaEG492umS`lhyp;D6sFkFMMdw$Aa(3> z=;g}cuHOxFYj}&4odg;bBT`l^w)FB9PD3md$QLae^c)wd=~xREz_ZHNJ>$v63kb+C zE3!bBQqQbH&IT$l+XF^n(|Ms#IxW#K?JqxL2YSl(X^x=T)j~^=;FheuxyGngvQ&W& zr5T)Wiions6aAjyR7ssqo)ttO1FAA3KX6Xu8N(bB^lcUTLLx-5dsz95Y9yf7xA>5b=~z z11c33SYl$8(VcdOwe3sHPSLw81)Umt2(%_UtKYG~rgRNXJqwBW>OQ8KcGp#$b!5MK z2qvwsjn;r;tQMjvJ$8^FHR>kvI%1k(jnjdHM3ILN!ZTq$A_NQf{Arq<#`g|S#Qn`A zR4TbqF^yX2+M))4k5XIKEk?;N(@NWR|3?&Ayq+>10CfvtO18Av2F+ml@D&=UqzVNh zW#wqH@gnjGal!G(2Pjd6n|U+Ey6AXv&o#+?TD_tJtKeuI)Y0m^?{2&HSK+D0Xzc3JR?EP zcI=fmOv5dASdr$F-SNs80z^Y*_2|#9p-*fqG9>J4>`dZe3sv+ zpm)5)pUW;=6M3wIgxTNZiVRw>kP@g+F%g-{Nl`j9k5ANuJUlj(7m;C9U|CQ~yPU12 zl*we6`IXVNm)q%zt8e7HH7b z#9b6QnLRfT_8MDZ8ECrA601z|8^*~}D2sqhjQuU<`hmn}{W@iz*G_3($9ht&*cf~B zc{G3soA*XARXQ^@_lD^WO=KqSfL57P3mWgWfK?^ml-5?5p^D>F{Ge*8-}pKM?Kmo$ zgEK>GCO*O~1qfSNFpQn448xZ#h)&@Md0iSOPIJJJ)UMr+qABR9<=Lrrio0WF;o#iX zQL?HGXb4)Jv06j$xKu;G)8Z&Un@`Q&sidljxMMblO$H_082*&E4AFw?9j&e=S_$w_dP0<#}?8#AB zQ@`2I=BX5N29;IqCo~{eN*L>6&JyoY4&2~-D~x6!ZWOM%fxcB;Bv8T)@fARZ@C_hK z)MxQahuvwDNRS%cIs-&&;EgL?f{<9Q5_$X6&o&B!r+~68)|8awVqYicDSdDiDCpin0DB*3Jrcp9#C7!*ck4? zeyDQ5h7y~erPxg+ib){{xWV4ywt?-zxw0^5Tf7g1PH2{7XqHSX7B^X3ESqCPSt(o~ z<{Fj+C@w;Y3<#H;S7>6`+)ukys`97S&u*7qBH|Wq;lxlkn;S*FYO)-2t`Kot{=E=U zw5bYRcQc7M-A0MI=pmBKA1OM4!5go^254BBx#s|E*oZ`2vTZbm^Mg3Lo$ip~-cR!D zZUNCq_<~V>=V0U6VK-IF&chb(xvf`P&gp*c>LZMg&$qo)IU`xHT zk+3AVIn%S1+W3<5(>SX}@Jaw*CH9MDI!~H&k9$I0xm&uTH9v1%{()D#kH1K0pnk>s z_6HRpSbhiF{`5OaJG^9G9YU>FeIerqGP9^x+Y?_%)p-w?+md2Cwj+gtX<jF&g1Bx?*#=Lv|HOH6?-ZKIuNuweh? z76R5}YY=PJL35w53Kz0S`|XaBtL#ms9r;+fwJQJ>E(9DfY}1152#a85xiLQ8z0p z4*c-(f`Et6)@uDdrJh)8kf!4!af`i+5x5sMkx6BzhV=~WmZ`17-ZoSq+0@Bl;udf~ zu6RoaWVI5Rt{_P0&X8SN5-)L^({q4WW%e@#6(AF+3=NW<$hd6X0!R(71m&E?NhiI- zNOmzw{XVgdusYQ>wp9;p3S3F9@+o|v)9uZ)#8_c2h)M-vWu@w$fU^g&cmkJgZTCcn zBz|s$eHj<10xr@bg^`y>b`kgKn(i3zN1M+1yJ~;4SXyg7|Btx#H>9W z1pxWl>YA<$sJfuFs;i|Yf0zHohs6e}UfaK?k zZu6luiM{?fcR&RgoVfz72eAk=E-E^ z0|W(A>4E@!VQk|%o)L;ro&}6mh+^wx)X~HWsU+b`xG%8`?31~dt(b}u-Dq-7kOA~F z1~ZNAHs-n-sfvp>Cx#C$2(pUn@rHh^`byjQ$jr|6_v!e^?AP1!tGoA?$(+T*k=9a{`Wwc9&$#_rNST4KEBh2bu_ z9b4^w;@7(9NcMIJyeVMqfQY<7a!{*sY{6M6KaST}gKK$KWc&hz68hmqW=d=Ue5U)L)VU(=W* zfS5MZBP&bn0Br7DB0SB$uG$`it6V9HDxeSfj|g?2pWv7kN^%koB)iYG&1w5cAsHyfLH&5Pn9_1CZ)*LpB$3UAlt>Te~7(`tAXxqD;;ba}b>pU@8ptKiftZx2GCw5w0S z8Wo{@e#NGt5JR}B?m{`3a4J!_tm{~5%R}1BrvKSrcN+|mP>^NT| z4Bpvw>c|l`0qzanVtS%H48yW+#%X$bH^7XT_X-d_(JhhCIu>W_d8!tNVnyVFts&u* zDo)po92!{(=-MehR zDlw4grB4VyUrR|!%al`vO9m!5;(}EPQBlCEb0^RB;8ECIF5%M({q{S~Q1(rY)s~;Y zMDc0+`vf*=fyAe(JRPi%&g~g~Mw4S@N zA?T603l3imNNRLQ(?*qMTwr4>RWWGm2l76}bg?|oh!97=wp?nY4pB%&&w9NP~+KB|U1jf82 zyurnq&<*271GE(qh}e#RB)*;BW8`Y{z)e1_klK6Wkt)o+W44H+DDgaxQk(ii1uqHQ z?pDX5>9t!L(i9e8)Xh|CTYyMk#p_5YO{vg?U}2K=K;c)4dBK(}k<(Tm-C>&jpzdmE zM0^nrkAFjW!GlLs&K8sM#oq#;LX08RG#e<`gFU-s(*$u^%$w6(;_0Y1 z*9?}+bRG@;(8ttV5tqyKOA2+s=(4^`uvtQrOX8V4oYr%pEKsZ)B;~d*694l{W4#P#|-BCigNKC6yk+c_e zp|IdkAjkbqd~`v$-xX|Hc(oVc+gUD3C$kjcreJLoX22ZVRtm9QMzbV_QD@1Mf^9+k z#j9*;ZN#`4X+O|`0$0%msu4DUR&s?c@Vp=!IADWkI`(=8Bh?YxpRNYRny}^_iuunV zN(WaBV{{=t6v%KT2i~N^1#Kk^kH=VuO9gU|AqnY>PJm?bQPvEVMzBe;?dZc4;$v4A z+w(1@4FfpkEaNoJGNuClT9++P$s9jX=AuX1L+QQ_bCGT z0#ZeqzVQngkb23G`zs*uHgdH(Q#hNXNL$bK@-DZb#YYxE zQr!ZidqAOtFj)&v&%oPQX6u%V_n5uBBXtd^W*^rijW#ig4iv8mG5r2P|d}&GO9IF1A8lBr!yKnI(6wm)_;i+eI@fHRHgiWX`r^_Ecb} zJz9iYfeQ&ps}$9IWlP#9l3tjia62;5rdi#hQ=H@KLN?2mY#U~o^10pb#F~i8b6RP~ zrReWU>#u*^G{67(+eW$CCp87U0rNb~lhJI< z-h}qe-6j{IJZ)6k7`e;7EpjjW?X7-WxshSX?p=IqmA@&s>F1eivsu%K3glu9#K4ro zZsHkz!nFO_{L4=_S`9Op-czOxS_Yo+r^!5HCMZCD?L=+b0j`@F^B?M@SDMk*W+OH8 z6J0oPOT~pm8l-qPN;a=UiFLum&j`H+jbIF551~1W<;v&|k{2VeOOz0A_WUPu@tHR!`E54_vpYCiY23P|{eNq=w(V1M;I($`1fgCTUR8Hwq4Qz$6 zPy;e8;~uxNhuvp$SCh+V^A{Lk2=(b~W{C$wf0vMg0g0=_^WGIdNuk}AN_zsLPNS*-y3FHNxom8=4<)pqR?SJf*FWzJPC*YHgK7-{ zmlk1rdM~vpp1Z;ne8N^z^^C-_hh>7BpEKBMV(hEgc6jQbnsWw8t8^eGaS=}~ftG2l z)P;$guRukEHNYBFq5@#aXEqv8+#w-0!;z=0i%D~Is+Ts?7Lzd%GY%AiEH_$W24WFq z`02yr_1Ypu$p_^O4qryPz#vx+KB;Zv{Yur;Qdh#6z_^5oGYQm=Y=$lDRQ=_p*OSzh zu0<^=UKpV=USLpn*-Qa1zMkb56xgt&FaaZ%6KSm#czvCwU(#v9h!CKAK=^VYFl(iL z!^Q?GF29reZ{(oa7fh$(h-VS+DSk*oqL=#Z%(`u4^982^Iz!x&SUbr7?2^BLP~1%H z6$#==V}2o;s_Eruq_Bg{&~R{)b2?@0{uC91v|T*FRHlXdX^ws}-NxF6m@`NPyP-=- z2JOuDN-g~Gq?m3tw!b$7#@G%xzd+D8Fc=0F4hczac3}gr7(0;A^}(*;2hq~3i3*KZ zndr=r>besh+ZrO=85!edL!+t3)2Y=g9Yh^p@BWF#qs-Kzt?7klc71=e`^l^@vXb&>FipvdkrtYT%l-T-)dQ{v({Wz zO+Qo#hcl5uLSRaAv6!35+=al?3k%GEqa2-enVXtRt%KJka(;_GlorK`W_C_v5OQ$s z*&<3zu7eN-5kt0I0{k9B8cNwfnH(WQ5RkP-Vfq?Rpv9u3qx!sLsk8(q$?aT&&G`hK z>)hF!;a25VKmDvAA28JVBZRP5s@u4o3Z^NH-F|pZR?ceX2a+?-wJ-98pXnDSx5N-q zGga-w!Dzw}J9;V2;z(kG*2p9JwUoYDy1u^)ie6@G?Q;Dm#@ z5lz#Aj$r;d2AlGm(oCnf48e%sx*f&srk0QqUFLpPE+GPe>@pm6hwV|Uvvf^x})~H?)juU zo;2741STH7d>u~W;1uK@7&9{$XN6DIY8I`vSJ8 zQV5D)2Xn8UIVSTgsk#FNM#019GaRY zq~^?&9>rF2VlG6#Oi`3{Km37&elVI^E_CLya*~oMp360lJBbhFyRp#2ogXaoSeq#YL4RHnQv%dw2 zzQaB#KcTxft;%i8VT>rMO8z&!CgT?gSCeJa2;g;|+&kInNtnwjjuk&~)Q)O1HXp6;lv(+u9LO zY+S4|WitqrR1-jr&ceIOo_ob9K|)4P?a*+qJEIXNliBbkc^S!Mjm+JT_=5~e^Zi(Lpm1t8UJ+VdJ7CdAvw2$;wXgA2yidB6-HJZtl$#3;bZA)G&dZ zl8T7)5Vi^S>jJbN%pfedKT=s71%@0!ee$bKu~*)JF9CT8x4}uIo9^)-xvrbt|*%%Rxfh$V2?7 zhL(|ze_(CzgF+QkLd1Ly2TRVPjf5dwYOM2%vs8HI(^0~gz9*4; zk%~N@*CbA7nh`^cn8l)=oyh@z5c`U<*9Zji|z04 z;YqY01Kecs!~@Kn)6-$?T68#&kG2WQ;6`^_foX`tCcMqD70=78z<2PK*Z_z=XvQ=R zP>)cjss^f!`^5)Sp|+tdO3G!2#%+ddBw-%)D9J=Jz|)qoKiCNf2s$I~$OSxr$M_*a zI&L?6&fpN*8pU5Y{;RW}6z{c_B=KiA^vF@Sa{?yf59Z}j)CxVqTa$nGLXVvFPuoK~ znfu}y1sg2!BaXC24)}!uBhiiM`Lk&2Lj1!fEcN~Uxoe}+>Ymu7`cvEAyR-53ZOwLf(Om&gM(KDr{CCokI3FDT z4XkIuZuyS{`t|+W${BmSM|z?ffU5IV-5w9SonHIo9A6ynw*N?=+kbjnVKC(|xu*g} zGoBA^6O=JyaOSZe9`0D627YkKb0of}uP+WrlKf~_Kph}NF#eh#kNu%` zD@wGShTbm8mNoUy-0fncyM0f%iy}Epm!#g1s}8yR3m#pXS*EEVqo0KlGuIa;9t@99 z+V9R!y8U;P_wCU;_^bq8N#FU;PktPB2gl*(={x`V!?TkgI%6vH49_1wR z61V7g-naYj|~*YUG_RVe(bFR(kTn|%9mSHy{doTj@x}(#xNtg+Nu4V4l*95CO5`L@RD zui}3IGZH01;vBn}H?sb^RIs=lTmKAGpL7P2T_?8~d}Zt#XZG zG#9%RYFEgH`|LJpUD6u~!6g3ntO9$HGfv7X3g*jefI&X8L!&X>0V>y(fq)7kkUunHi=f47e(Vo(b@ zJ0mAF$Usy+YFy*NcJ&>y&}@}6SN#-|P0sIC!3Mpl4HiNNvof6ZI2xT~B9?~+$I)NO z7rhO;?0e~ZbG?8H9r4?_6XO)4F_$2md-1L$?n$Vtx1&ARux)LQk|t2!S`a&|0To>1 z(Uv`UZzN*E<(KY_C+>fZHK1Pb{JhhY0vtM7wP%e2iSh zR+F|trO&iumX4C}99x;wCR@@#4aKIhFWPkV@`+%IgC%HfnM%8qY zUl`X)mAqK@9*j^@yH4QUo;A-uSK8p{pD?g9hOG%c@4~fJ0qg}M*GefV%^cB~z-bV% z!eHmw*mfL}rmp_h#kcx5FTe7^yFfPSk7w2uN|y-i7GeJl9sI$O{DDit-BD_HmDsq< z(hi3dRPVUb?e>h*PUum1X^F*`rvz`Xd~SPX#5cs*Lwp!crDNU_Z4f)&Xae3SuweL& z_{~NnH9#=>Y(wJ=VCDc-;j*@2Dk4hnEcuyv%AQH$J2b%_#s#00;x%`E(}s;TkvY@op8echS1VDiq zAJh>lL+U!>6;|TbtfnYn_bUSHP@-3L;s&r4?$Uy8>7B{|=v;j507%_`df&@cTz_xh zDgP2Tn0Z@UY`?9%4Kl^d*E?A4kChUFvfpe()BF-0gcdt!V@|fT zVxxMZ*qKJv(0|4_=$KMa1~<|QgxB8 zdbN>PklxWfk$CU`7s?qV)<3M~v(Ra^u!#EHDowV;DD+GNMfl}S`RwC~R~c8y(#I=6 z8@a+`oH@iT_d3DIbNLNGCog65xF9iz$d}3CDE0)3aXHuk>5P~5=w)zFNnY3#wn(qQ zJ9_irrG!%`Lo#)_wU_4dTFn?(O+~*zITL_7#~b_(uS6Th3m`i2A~ib@3Z9zx-$fVc zwPZ;XLOO-<@)1ZfFZo`4@#fF93A?WDxfn0e_AmK|M)&NHYA4Y!jdIT)w33Pj{x zsbG*t&-?|RU2y?Wzg()3gSRo;`opIo4x^shY5U}4(CHqr4?xA6-s7UC8nlv@9t`b5 zEGtresK%W}h->bQc{#^4yt}0~hEuIy)jL0Cz6fT`rhH7n8s$Pw`;e3L685f2g z49}63vo*>VMOV*tID8Hdrr;^@0j)cf&m9O1WwIv(a_Qpu)gj!P>r8qGZS`{KD<-)R z2%>4V>#~^Sy*mJ&4WCZBr^9BnXXGmQi_o)lDr7mY{<$i+HVt$E4&5zGj>=sIkqQ?S zbn1oS9SH8DhoUM0XVBOOn^AD6;F#c=@Y2iSHJtwYp&=9E8Y(kSvx^zj-$P;YUlF_! zYq_tfgX+el&0f8JZ$eJ7nc0At1Oz`=hmQb+p}-UxJSY^fwk?GfO4}AsG-I+5N`Sytq;=JN8eH^{7JxX~1f?QLJIQdMiYbJAm48#~LSSY9p{vuL@30UVKm zV*|{o*bmg>{I2*(Bp`2bobD7-0P{JUKytI6XYg}Kir#ggwK8v%= z+H~1}%*d_gmSw;o2(!yRb2@XHam6x(3GqsD+$Iphkrw9e`x2)!DM~^)QX)~QzDF`! z=3=n6z2KtIfk0cMuE^5z@%H(?!*v2wc%Ki9Ed~)}JXw_T(%7O(WFUeGIG8r-Al(7X zF*`;zO|N%i^HuT_TnnwA1-LHMY_}ArHg=(C&WFGNIhRO!#c)c9#U(g}rhAa6JWDTN z@||teyHT*{iK{h<(80^no#Fvx>k;9t09^IrG`WRlVXPyS*G70VHcQ_$Svl9)MaMAT z)74T3#jhoEnWMMBG~ftoB6GZ&&Ax`rm3clu2ErT87HJKBlOlt+wb5W8@n@EBazhcF zje2TqXGPLUiyC66m=-V~NCd|VbedlB*@W(G7ngCSsEt89BzYt3Zfs-t&J4^4GTTnh zEHH^?v2s8!7u|bv0!cQ&8kj}-()|D#>JJzi(}W>5mlv~h%Dn%(thhxr&!J zMyteB4kRZ!lUd$#f^sjS3b4jWez#3XDV1G7`}T_ESVa#`f}^Mol1~r5sG~8*WOpI5 z7t!B)Z%Q;knBlzm5+TM!&tzD1D@rN_B#%;{9MO=+STcm>~~F+pyPs{TvU z>|yht;O0BU8V*yatqcItbA-4`pnyt&i3HwE7>X|s%sxE5EqBLIx-}neHn{6^kO}9Q zTR2NXL~iecMC2@yV+jEV@NM2idg5edMDT6I_yn{~)CpSCRL>*kW1@5lwhU;bCpB9~ z#TSa_C_smZfK&`1J7WmGt`LLyKjFDyKx~X1ExoG2?VWVJeJgfDtd!} zrdb)^%#jKh2=q&q2(lv~efPAj_zSC0oP&){?rIWtmS@{K5!-s#C54)};4_^@O<1bX zstFbu;HkO{MFA?nnuW#djl^Ty8HaZcNS9LUnF-n?{~FeY1PNcYL{RW3Aooyp5HInX zUiuwGX2ke+73GtOA?FKID-k2p3*y)YNeyw^{2NFaPICoh!qSR&DgZ?V^@h1^5MbM2 zB(Kne4TxU~fR1A;(kDR*6RgRT{JOD;@RCi_&!$T~0Juref5pZ^=C|u>D>*U0F$4l> zb*e{%T4ht|%npW^a?EWA+0^`XGI+;tFkLi~=*;!fVq&VUHerq%Z(OIS3G_=OZ2wJw zS7jl<+{sj-ENme`j|o^lDVWKXwM2BNFQ7Rg_LY&mv&$PgloqT6N-8Flb86{@6-uu^ zkn!oQ5v0o=;tOOF9QHN3g0iHEKmbTUx4#)i;>TZ3?-?sp3_ae8IdW?juCk0Ry@*@S z)x1`c5Rba!?x@#3>HVV{y4sT4=>^;+dfSRr1vl+2JYd;o_&sNRm^+o8ZKesZzGc9T zP23Uc4Lx2rcPftIjpOt-fZqn$o$(AX@9?2O_6%zTSCEW0lZQE}OtCi8t@dnbsWmof z*U~Bqsw?JGpm`MGt~5D?@5(%BkXhV;64#A+ z_KW%1-rlyT3z)HOJ}@8GY31d8Mk=^A1pG|?pNdt%t-US_U`{#~Ww(}CPA3Eh38yf5 zg@SS$dlYFDbb1yezg^vH%q!Dcj52OQkQV@h=T{OY1V8-B=u>349DNMVb_6IZ!VmuT zThtkhMrT8F9uHkJ^%+CGiYbZe^LX4#J&Y+GzzAiSHh9g8Fi*MMz3CU4_))QI(%>Z@ z&PqP~HAZj%lKpKC8TwGUiX-~`&T<`(t9Vu<%tvF26NzUSx6T^?D4erZZnGg(nMsx_ z>Q>K4C0}?<80kgDP0?^*S^Fs2%T?GPk0 zhruPu_FX*ttSvPk&EFg}y)Ngka=?dWd}z(Jz?JKmDZRqnv+(g&!#U>Vej&Kq667C~ zqQHqNG5UO~d{rUV8%9kO{x#^+*$WWDge^p3zO1DNow~z@N1!{bnIumtD+p=T1%S6+ zMoFiPG*UyxC;_)rCKeq4w%EXy0xo-u3{gVsjkEq;diOgO5SG2PHSc%oJNFzB6FF*k zX-mdhN3$3|{`#LvU{7Y_&1 zb`7g0d`TEp6MqeXTp(;S>=~)0V4jOz(x(dDcxU*{9P8`Vb?n_}a5hvWKV{)Up;C1; z-nTy>>{{-J8eJ~$OXK@!I-K8)5<=sI*}roj&XycKWuzW@thA|x6uA2kqEv88L#mkH zA0H@LZ3r-lcA&Q&vW8E}2T=)kDqKFUOo^T{d!by9rM&Ceu#Av1wCFI@FR(Q}JHBmq zgEmAb_v#4t%;iW&5Pn;C1ltnauFqnM&57F4#jz3iV1t_fK6WdqFiZ0^?Ibxr|B6;` zO2wOkdHmw#(Dep%y)B||$a74w1(CK;bmoFkwIvXZX$hekpOvg*rKAOcoLx~_1r)FNozEVA!v~crVB?vz0H`Y6?(0-A`BHDJD zy&*3>(Goly$}D?cK@NTjEe66dLhBtA!Y0HB_PCg@UG&EXh?GPtByDL}AYio>iRuY$ z@Fwxv!6%Qmo(>RGin4b`#S^rD-oTHwqx8 zVhHL?x{uQz=7@h4rtNvoL(M8a^h)gv%f`2njRR{(3%~*bY0@u@2epJsw3y8*&|;oW z_i@xY2f;ecsN(uA-=p%8tB!Mdlg_4##LH%f*2BdrvlX_f_23rJVdVJ>D$79hq?bi{ zF++W{L=B5iFtt6thA+%G7#7ivlp|ay+>Ebj2q=T+P@>RP;OxECStgI=;5w#hSawJ7 zc0E}5nO6Zqg#hC{DdG!y(LG$VdO=cR(8$8TDHnbZy!*n8L&_giV$e|dNf(zZ!@1Q} zPE<_8GrXh*Nfur{*BAee{T6E&W*CY7o~F%hxOs zO#mGW*lH7B0!TV;bHFF(KPHkbN(JuQWB;Ay=iAwX+nKPq`BEj|MA6@Mh|pgOGrf6w znN-O1a~bHKytY4>R9;;V%7h1+g%_3aA8QCa6&geFR+zSZ3jrc#{)=d{W_uS6&t?K| zlAxBXv#dz(p7M``Ib2G2#TpbYKBURrn+gShw?$(TMPTLt>5E1#-r!tlF}Y)*j?e%R z`M0#|IxZfl4h|4^Z5031`Z+KbTPU)F_g8r&JDi{5%ho`TS0g3k-}TCfIYvn35<-cQ zTLA@Es?JmKt|_Ds%Clf}T)Ub7A}3BC_4fzRsC zxONsEg|iS=Sim{yGd#hXJ^ilCE~%CV8PLR;K|#$>)KW3EcL9G;6Z#Jx0-_afo zNL0whd?*j@fb6XF#8#`&WB!Pnnu3IEt~UrT375EY=?NF$==`a*yQ>%+xDFTb9h6mB zrbcvw`4(###B@-b^k?hrpxGpmQRO$_bgIi~qDss<50C}D1D8OP{1uxZw*hZ7awFu< z&u|w2f(TlqFzl6m=oTc;u)tQs31pSpwq729Ej#V%-_Z}u6)>=!haDpd3sU)&aC&;b zOOn7?CXLep^Q^LK^^oBtP@bSkxD!C@^|ks~ypnHe&tG35*%t|fqTI1Lu#Rr9jf zKs26G=L>~sU~^(UB%W|Kf*bz^!Se`yg7EaPSbTahO9aHqunSZXmIP-NQ4}w96&9D$1;D9nMW(_RH}S_pIUZdh&%kW=c~5TfZ}54<6A!}jR^VeefV)3}m`!SDJN z9nB^I8OeZTS&k#mA_-X}5@-PVl1!FuK}+f}&p7+_^Va5t{ zpHt^nr%qL!y7W2hT0+fl)uHhJ>Y@PU+3pEoO`<#=ce47)E~9@phN~oxaJp0I(bsP0 zeUDh%ssTZKMEc0QY9Dp3+9%DEig$d~?Ka!}ig(#<9yd?$asfb`cFxZ`?`;S2pgBzm zW?u>Fx;0^8_H=HR({d-f!N-6wF?p(D!SSON5X9KKkz1Bs+T7ugt7SM5&ty}4 z7|$ECv{kXT@RQ5flDa9Ggwy8}|Do)5t_XtW$4kDB51R+*GP$2|l=rVcL)YWPG@hVh zjIvcOwd|YRciQ`Q!^{1U_#7zyNto{5)e%N)b;O)3H8OKb=m1=(2&Zm|xU8*2g^H|F zqEn%(DY8>|X`!x6)~}04qT4ol&sGc(O9N4_9601e&Y|_$tX2Nd6$pLz^pEAiIz4L; zqHB;+_en#Wek$22S!-1ArTBh?3QE*hF@97%;a}2`)K9kPUD-J_!9hc4J-+oWO>|uh z43Vr`VM76os$s3c8sikxgsHHwK5v+~9 z|IWjj<-iHwELaQX4`Gj>8VwB^{u{V zkGLI8f=R*TIE7mgpw~26Lz6T+vW(MNs}ZZGiE6D*v)j$6oNUyB;8Nvu^Y)X~?WLbv z{wB#(HZ-$kG^|g&5WgjbCYNv9opRx%3i4n85Iw6E{FO1aHq_E(ITwVQqY4zto2Oz} z>AAMgq|<(Hmy~PpWzV~g7I)+gix+-Q!ZRRnGu--;SZQ_AAn4`NX8C0{vAz6Pd+FZo zaUN09_>rP}5lpqZ0->RI1t}_(Tc;DYJ>5FfX3SE$T$n@|7>8j=aPL)61!z)H|8z&i zjf6<){Bs~7_x*9`^I4K^cPD4+ETEKW>6_g5yXmcFkE@oLJc=5N{{B06=;l1)2+-(n zDmO;xliKJVw_0BO7^Bgko=Thm1R;e%*rygKQ!RZXk2%tA>01MT;*W2AE8+x>H8~h+ zjy4;!1*L+)W~7~JTr|$#!XMNc;C4`*@P3qmzR8#abDJ!u@+6#uLkYI!W4hUq3bJ9{ zOe`Wm_+VZt6YmwqZ zFSXd4f;8dx(VR_oc_lQj79)^b=-XHldXoQGkdfJpDyG=czV!crVp%X$7b1 z!k_(G(jH#eY8eXs_8lh4DW{p+mW&^vd20fy*0SL6ilY8IvlV`RP2cw9*wR z_aq=stFCL?ElbT6+EA|Jtnpg4+U<4grM4Z$BC!4P3#%wZq)Mi(!s^bHVyGM0lq*%- zSeB-6jVZVYCcR)GaTF9~$d8&(0O=^0!ok9QJd2`Ftg-bQr%{J10 z6B;N|-;+ukxdItOJIy>e#bIMng%!mKSx+jL1+NLxWgZ8a*~g5t1K+II?N@BzKsF@&jp{(%LxPh!X>kJD^WLrU(>LDTmiu4-opKJpqatE&gicpB0W$QOD5A zZ6sOPVj(T9XHpYmW-(Li#IG?WY=+J=aX>}$$0L6}4?%ps6Wxwg1S#weClEU8Aim)^XM~SRD^$L`i7gy)~R{yNqY@9St2FGX3 zloNtwXRQrw*+ZeBVQIgXtWalY#1}1q^)fyirWeL047XvSdzh(2+tAL) zpfHi`vbMJTnRGd^3#;gskpo&Dw3-Q9p7D;z@c20y z`PcP%CCsnvFYEuZVJqDr8;z~Mb}CL#3ZT4LyK`c=n1-V)+t%+BIpwDS;nOF9;WS)n zK>S>R!Yzr3>WO{`vv9Ir17eKjbkChUcS{vmsd`=ttDVg#0Yo@`)cS}>872!mxK5uE zdqJ;gvd6`+2r&~Y@O8ryi^VnPef@D7OV?c5wf;ipkFg+rsbv0LZyKyjV`(I}UJAik zf8$8qT%b0oWv`)<0_+mHt6bdp$JIGbAvXzG}$lhJV=cI)ItGc1;5M@nZ z(mHkJ0C9HTI`tGWe;Ng+noPZ&4Zco2BGuMLT&IrEWoMhDHOA}j2ZU+wh4cnkr&m^a zYYx8>O6h5Y&8nGhdj-i@cbD;M(GGLA!g{OB+bLO5bt_v*;s)GV^e7KUNz!yx)SFc- zmUAm10o*BwoY++t*C5NXi}<$Wn*JAwEOtyNtPT7;#Z7SZAuBG0I9G9LjUh=wq zT*+HutEsoa0>j01gZ$Dq_%4t(KMvd~*$bM{2y`)S4W^`*9 z-8v?>2qkV!bNY~d1hUJ9+6CyKWnabG0s953G6$4`k_BK5oS+Vn(?V}~jj;n_1Be+i z>+gzgTv9(AFDGI9*4TYixiK2aX_;_r$~`vIvpF59%EgVRYWB#T7kzjEMkkkKr0OZJ z5W882v6XdPtys39UD4H#f@yQe{5{`uD7CyXQkZxCoON5tsa@{YSHnm-;H|NuT<<2B z&x4WFcbZ;Z`)WGzXRsLS)iyrt76^RMz&HS-^zwWioOghT(L4=JNpd+*m8)F>WqF+faL)fw0uC z;0-O_ic+x5?Px|BJGND-4z#{W83|EU1&L>59XNDlo4(`C8Mp2suegl7sCstCoa(FT zDTSEm+iYm+7_k3|!rwIwIBT7pG~0S13e_Rp+sip7t678rZ6e}HRL2cH$iDi|2T(aK z<7!N4HB4@xg27`bM*`=Jo&Of^5UAOX7HzbMw3xb;bigG99y>)6gr=tSA1{P_( zDBaKrj$LUKDwXy4N-BIc5A(buDt7j*oJ$b_HTZlJZ;9@S|Kn|Ccrc*KX-FY|FSYSS zsZlw?ol#Bp^oXK08hdfvME!`K=2_e)Emn!*XhD6+~uS zV|ute&+Xd9BR@kh z3W0UxBD8R4e%sX3I*%;Tzj4*?wA#nr=0&reVVdono6AKMVqy(6k~;$Ff9i@{tM1L5 z`c0+UvubB!Nk+3D(uV&j;2-jQC+#i?8Az|Sw&>879<*}Bce7~;W(DI+akn)?BtodG zQ?#~F?qC$DCG|yvQ_Wk5!x||?xE1wIihLtSdCEUs6|9+yJZ8<-XHi)Z{YEJzVuq$w zrF2tb4F7IU$x-M@+c5_ekH*OMma0IfldIW3G7j}Z&>5Xnmk4FNEsfosX=i?gkvCT9Gq_<|&R}%(X!Hkq02P(YX)Q>24}u{MGlupA6)$!LE%cW& zr$a5uceYkPdUxT?;wPXSwkVTtCXxYx?`b$)VR|^lAb4Y>)Z@AKEvfrZy?$2hC$4F# z_57~8Y9U2v=xK+%_bkOH1XM`TWE;(m#Lwhg;yad!43*e~+OpDc+2#~OEdPOb|JFY;t-S6M0jw6|p; zQaK(H-M}AprsKyfzG=0B(`C6r$u%M0POg*C@;zg&E>9X{NpRkT|D3n-{H^HJ?_C}J z?W)=Rm|~J0RsA_;xS~*&Nh*_CP*KgehVm;oPQHIQ#ssh>%qjmwdjei;N)eY$khfAX z8dpF}#L&zj?=nv8XYyGVN*mTI(W;IQYNAcz6N^Fps?DP|kSkX$nXVO&o!Unp)Pycg zSCITAc9qU@0SsXmgQ4O&7S*ELPA~iisM|z0bQrfF?bG^>x93mnx=Iqay3fg)M;LAK>D4-)I@93NkK$IDfjb3liIXz{>t11lStjOrtBxQ`JG6$_sg6Or{Z_iQEs97LXT~2vV33^oij(K$N zEorZ2K_eGI1X9m{7RDC9$#T31XAE#v-c6hc7*(vyOnO1^X>I($J&6?WJn~1JSl7|_ zd-|TKSoLn(GzvtmipZ7P*W@Bn06RB)G%=EAgIy2gMf5pv1;nS-Pu?ly+XSo>X0u1^ z$g-)4w0&~cI@=WB<7oDn-S;&rpZaL~<1hzBATm&+yPW>Cj2E5h@T)MS9;!8oL?6s5M2X@%j+!uxW|DU}3&LsR zxZmkA1WrfDOM+SWOuT%~$dd!2+dS2s*wb`T4PIYu%TXH67s-JJU4_}>R`vdluT92hRsej2K)wXA!hN_6i@px*hz<#Ljc;BzDe*D_veDqA-rauWLL3sbzl z&RTJMt#NfpZAR_@29j+KxdzS5NRg1X<$V$rCWyUH;jCoaXRlKisgm2Hq*yPJc=#o+NM0FCNB6WQQfg@J-J?SUyquH{@kC&zT;uA#$gVpaJt^gYPcel2Ox2E zw1!E|@i>YDU0)kvuF{^L2T+A0B27mGwg{FZq_D@KN?GiSDE-RPo3WJdi6 z>vGN2hYOZ~@{2pReJXTVO*R!D3uC%wJElTAqAP_b*XtOk6y@cSA!!y=e>;zsv!j%t zv_92>m0=4;d*o}KQg%(YUbD{;;gQnLS}I)sRkzpa4$fNbeoD?v5mw5y6)O{4JXQU9e|i*x{7hk4_3TYvdp8q zIzJ96I$aZF?Ykb@7NNEM%JM+|zmoD;?a+aiaQVqpbgaQoD6j<6Hm%H5?g&(Qx3bT0 z9!2BN0p`4e!6RoqI|p|{E!T`<<`YPXQ-XVOMo0dxMXch#%c&)oS} z9OH%b9>frt=w5zNY_-q}78m}fpi9Z!FJFjGYlWpxvJ#s4taY=2(MJ&vu;AdxH_TCQ9U(qdEx`LbnU?<$KuUG-1CZae3 z+RNF^uj1T#{!M_a6P%HqPX#hYc9mWT)#im2okK^i(xXpdP%OG(d>1Rl;o>eMDV^~ZDNi6yghWK+-2|K!RzSG`Fz#WZFPZJjI}(Q^KH%-7 zy~@5+?en!eq|Iv%l$7${Js1||G6s`je7JVkv=*oGC-st%Dr?H~4X6IyNy|m*G(xYe zpS-zB0$RyndbS=>s)GPN0n(>uM5#4gYf=1X#KtVhNmkxk2Y8ivrj%c&L|rP@k3eqy z9E?jdj2=BJZ@-zTN8Vq(#DgF3K~}=30w{-v`H8=rv*W08Tsf&UE2rg*h|=yVuuz^X z;vQz1WpY-P-4rw2eVrqON^ut}Z!2e&)~Xsp>#cejS-Pwv?nA}s3*<;*SXkaHI?PT4;%yhH*vQCrB>WEuqKzGQBZuP+g;$~*7L6i7|lvHoHa&? zQw2DcdEu7)rR0_zXEC03%H>`eWjczJYcg>4nyog)w;a1w{~Aj`YT^)29E*_kA>N;XEL5`U}k zf7YvpW>+VK6S+9JGziOeFgVbnl-J5ThaIP1*f%XLyi3QX%f0-`unVN>?d7B&kxk&c z0`0uDid>5#Ye3ynb|1<*pI(>K(NV?};A2LVQtTctcD&F2JVZupdmKz}7kAhQ-b}}o zr!I&C&S0{joZeREF-j>teyn)cOF)?D9&?{#E<4P}f*_%*bJeJ1`G#NPogw9T2_;iq z{s1qRi+2R3lnip4i9yQ)Yp+Vhj2O9+q%upxlmS8S_cRRH3dLKWA>by%_CA}Xpw#No zWD-rip$`)l#^MSgv&ISDv}eRMY(-v*N0Utl;YdRAJ6OpvPrD5jQwO41vyUlvhrtLF z@8E**dMz*+yPc%o6w*l%=hC5=Qwj=~acj*D2@aHu9kc$HN?WBy`A7Up38DX5Djk&% zDQpV9C|7DfWXvzTsg!s&zk~9~p`=@CceyQW>d1h69p03V-W*bE1)v4820UBl4}oAq z=^yEfj04*`OeR-8q7nVwB=j)|OATj_1zEggSJNG{N@=JY=@dX|T0(M_vhnCG=2_tv zl2GjWd>NfpUpS>TVm~-AGJH*Px}fDlGBMTl&Fv?gQ1~Cd7xw&{o8tI5&Qx?hky=J%7IB)$@6wm1*n2fFq@>1H{IHtmacuEq%sAajrx2p1?K&zEKNThhH z7%${{ZL{3`urnB)t{42%F(i;@23r6Pg6YuR4Xe7)ijTsnKUX9~U}hkAvIp!$qWX}C zK4QmPT`kvB7^;Uwb2{XV0FJUCi=-s`!bX$@Jt-t_SY(oh@Kq`g+nvJhagK0&?w0_Ewz+#<%$tj33vq zJ(g&b&cap9`WDtj%QQTC6A_nJx5sfp?2zSoS5Z%JJOWM!Bfz;Kn7yslQQ2VqNEcF~ zQ+ZYC-tzhhr7xD_CzNhn$E@bi%ICC!=D}c>4vs=k+*1(ndP`t+9(G-x!NiluBHebi z50#I3>PkmcJBlJW=cft15Rss4s_z`&WRFEED1Ek&CDuy5h$^C!JqbIPp%Z zuEiR0Kk+g;_dXSil(xzeaB#g=$#mRpc8!XsR`gC&>#MwXIF2;n8EOkP%%RcJXD_!(#{{_Tks-mck#It3Rn z{tJJWF%bFrzIP%yo4uYA&8Iivtr67mSDy9knIGS2%e;iiXZHSt_KLKDxZ$R^NN*F_ z&Cq*31GmZbo{z70Cr1dgbJ|MNCADvsp`9?k4Tz2^%H!!`Jtsj<>w!@*MoBUE@^%{W z-&NMKp%d|I)t$O?$u?dD^QV~RQiX0XMg4J3n9;S{WiW|I8|#N2bZ=Q~205j4CHunS z9<>7y<44qsOwKMlvs}XWHk<>c3s4O;B6m?rD68${xI*N7Gxp&cHAltWQaXxl|c3iWygw zy_&?LZzw}Cp-0NPVi1zS$A)W1R`_!x-R4oaK(m>I_(wJ+In!>~PdMXRNb1)19u==I z5?3kG@LIm%*#OiHP!^CiA~y;oiS=j4Oa2PPF~DxLXIh4rlnFYp`r=$bQVf)&N2%_h zWoWaupvI(1vJsTnJw3xfcO8;T*4~L^4{OIDB@kq`o&iBy0j>c9jpK6ZZ?TC(hD0RC z0#*P9Awflj6D|hoVwr~41sOdH9$J7!i3i9!uLBs@pAx-2g;biVW0<3K^&H$x>YO;P zmeE@X*R6}K3K3(mV~TyXwEJ>it(C<{VnwXYJ2=-QpP|svGJZUxi^O@!`o7BAWI8&r z72j*w(O?~->M5a!kNIN#1P(L~V~o1ysOi1%m05EOdRjqcHk zVJ(+J@qa>9SlZ!eH7n4H?V8EVnrO39IS!n0<}M#o0~YWBD}B7^;>WlM(4)vTk=k?2-J~3 z{Ir~5Kq-H2?hUT#=_-bu>q=PaWL2dtQbv`YqQNO`nTqzk>K+p>yOK(X+}jts#zW=N zO|Yf!{L?o=y?&#=SGbM*#opySqWdv+fVbnoNW_$@=?tbJ81X`F*@3x3lkI6mE3V!> zp?gVb+E?b!)E%emk3T`F{@-#!(^#e&#_|xYJLfn4 zFhDy)wER17UUb^qw<=<;H^VubZ?O7w-J1i?Jx*xeB{e+_7LPtO+f=sr=@GhK91MUa zT_!7a)3sVH%Rrn=$Tg%F-l4Ju|z24G#?hhG|q^WkRl1^oyN(a`Jvxz_g13#5V6E5!*Re2Ju122V-+JNCF&M2qY#X4Rs4p`DUSe3v_d8`m>vmYD z`b`$h?oL5my~I9i&Z6n#BwBLVPLel;Y0ur{$&KcMaP<=FL&3O!%A7EjH*`f^y2Ekr zoU=XS*ARCR9%~G;0IsgvnBQ8nxK?>$>qaYEN*)`)B1>jugMA6Zeoyo*nHEi1@Z|V( zBj2o5Rpliv=*vntoU6$q_|{RCW9Q<~+Ro=-J_epWsj>%9I^-O?1Hi0X!gzQC6fiRb z*vZjl<85>B4(Ju7$W4?&PPWW$QC@E7t`!+{QwL@o#JHnLUvF$1$v6f67O8SgS<9BD zx0o!Bm-BfrU0~q3EPKC#Re^K!Qe_-xMY|lOt|Q6{JszDaH^KZUBr75_su()wSqC%! zF5WeSoNPdB)2sC~r&i@|5C<#vX+oYJjgY!cO@0k^0BfY@lenVg%*+6*o$f`ZgNB>I zAev7olv~DxucOQF1~WFHDdjM*37Z?vFM!IYb8Vk&iqX*E~N(%lXtF!_h|f*hWW@wyA5J7xE=E-wvDW zsHMV!II|9%_x@O}N6(^2)Es(4WH==&1HOzdANMo(vg3teYTfsoD08T(2#e_dEj_@W`8DkZDKulEMXJ44lTLUPZdBPKXDV!DnkxNDv(m%RA|>I| zs~M4v^i-T=hDurldeD{k$Osm|vPOwIay4DW@v3VOq(&`rk|EM zcsikF@^@}R$3)05DwbTng36gaa{}QORJN5-R7xy7+yq?O$meNeh}@)@D$Cu3`rIz*UTE;s&KM8;*Sr(aqriZj`|Y22Z&86g=(>cRb+BFbCs;!ZN^l zur1RbMqs{8W0w7$7^9w26#Z>0;UnR ziXo^F&L@mDARPcEVDX3*{m*_lMjU~v0$KvIT3|7{07A%Wc^bi)5`oO_#nB{?fmj2@ z0nrG!cO05Pbx?YTUE`8;Pcc&AC%gz?%~PF57_)iwIUGUPN&#@M^C6k@V(X_r^XWMvsWTqg0T&AfbNVwN^p@4O z%AHW^=j$R9D}s6j6==@~;V9`Po^vl@=1#}?s@#;b$|a(K<&-kZDe=ED%BYEf5{9Z( zvr6h!P;tr%O6ocD%Y`u0Gll&qI^3z- z0~%AtYr7p2+0CZ)NRt|hmU_fBLswBEj40?%?=D)7M;HTUx}02N_AdB-8&0Pnxl&jc zuj)i(k#V0kFiCFvrzYmO9Dsy(-Z@qWO;O3?&Q-h5%ULVDC`Jb`I*hQ#J3|f&ghv$+ z*Xbg>dBpy0UI$Yk)0-Ti1}}i2d^lbLUEKk&K+WO*bOwNU7$YGLv%CkPHXj)JxXQSY z&i6LVhzx#2{krh=o%E_L-<*!J>g3=>x{VC%NP;XU?&lklPkA0JK*ICL8UVO~c{I`Z zMY$UpyUI2awAzDK`=t3{(Cxf$ov8hZ$(PYRiqa;~BF-_*g*ti{O#CvSG%wFI;h?0; z28uuRg4rD$qH}-jU2n5hXa)%W+vpJz?lK691&e4x+9VHNHrpqy_S*sgCryH|mk9u0 z7C>lsI+uDBFBn2Ql3`oy45n}$l7t_|$cO+ecR?t_CgD0x+wPpKBv>hhyCZ9Hb~0B7 zdo<|$%=_}8T9rh$@Py)W(XzYU&w_H%yf|uhduOdnfx^jbTWv3*JTK5sy*VcV(vbKr zoOz1?5B&^y=hi$CyuECAK5$;%I06>4FmjhY4_Z^AJzjU~wqil67Yg8sz5^`+ji2jH zoVE>BFVS_c_`WU;y@#qU2fAoxvlX+AKAc>~gZEu{Mhe)pa#l(nHTuVAZu!EaO8Vof z)@4ZfrXy(pm|{$HOfHa&duZo^DVStUxbDCzJzg(ZoB^kP2O{g}6!%Ti{Y&C-$n*-d ziv|##50~8m8P&Y07T?X0jtAjzOQJ+meq}3o0d3_bl@sxHv*~-P$%k?l_mhOpQfKy( zS-kAqV6lgB-b^&b6av3g+tAVwb2|X6-dgKq zW>8T0=G~1WyMAplI7-&dS)6pwY2FLU>ApP_7L!gqK2` zYEVr(K7KszylZwFZ&y$W220sp{ab;YviEE8G4Ei6*Xp1VThj~hD2+K1AeOovN7rzo zt7wo|U)pL#)P2$cc%&`nV-G_M!jGHnarh}v!5-~sk@VVYJ@0@x?GN$To&<3W{f!kn zmqu9Wo>3dhgHi*ej_{_G>{R*pvU zzC1fVX&#@OfP36%*>T!pALE2x){G;i5>52yLy|A#Fq}G?CTc%?BR~jO0tbB^xbjhO zy}Z5Uxklpe5vz%3I6^|sTLqIuFtS+QXG%E>aD3pn!y6Ly7TzWX35Yk5U1VSgLf~nQ z&5U9~07H*!{E1Xi)E`!wz(Q|XsDy#Ju!9&q3SHgGUK}tIa%0pMaG0hM>|HcPZIKF9 z3EWTr<7IQ8BVcOPQvlo=kIqA2-ed_&La{Wj#m5)LCmMu~t{E<{3pw39^JD2I^JdV~ z`7%I}#h*SZE*e0Pk`Dh92Y?47YGHo6Bt_E%{g|2E#y&w~YKA}p`W!~fICpY(3cG}| z)D&;-h10{}tKl>TX$%-OR5{}8YWMY=5w@e80Zw_+{~Jb#ur7o7oj+qlm_)E@Az4rP z0G$X94i?`j+=Oj@9W3qxpj`?b&YF!&>eh6mp8;e0bEDTfX#!TXl86N$Q{^hW1tx(% zCEX!l#{>^@@6P{>O$HhQBRVj{pM0G13eeMGFr&z-b|d#b!C6ER2UYbjx~i&#Z=o>8 z<3)Yzc#Peov6|uQ&B^EwowGL}_cqbP7+%IVVWNkkUM2193=srg!-mBMV6C@Jxf`^) zE^BfFeQFRop)M5VKUxWd5mr{(E4uH8?btt zgXIF*87=9M_O6%Vc*IjjngtN$DCV#nLSz5YyH}^2VmF%?bas>22b}HpB1Db!Od$r+ z#f&pbRa;@AmB4bo4$Z!hw2t)T4!3;;)~+o3IaN3Nk}%m*Hl2O0E)sD3IW<%#xkfrA zNuobo49f}2Bc<)lYXndhia9&&*t-k-nS=C}2%Fl#RG-D+Gpv`nK@3u6fVw23b=4J? zgfX~_H$+`#vLpJ0#!bwM2~nG=%K}TldEe>&-0TkeXWeGwq?Z-KDnnSOtxefjh9+tzs)-+MXlGu49W-(1(-j8O);ciO$HoSky9l82uY9<1tv! z@(L%acchvn1;NuJNw#9HzD`xgiH@tChQS!)u>>YrO}0iO6^`*Vnp+^;{4Z-cQ*&){ zn8WD3Nf)wg>y6IEC5R%OOLP(%oU|HmQ&9qKm5sLPU@F|1@l8occ?75MGl7_@sUFC+ ztq*w1mb_%^4Ss$%;N~0WMM&}U=g&8>9fCG%1K5$Hawli7 z;E}eQg7|w;Jm9eN>%&yq)jBE~FW_{p*X6uN&fQ-w?%;$Uh4FCghZAHAW{-2C;B*lI zr*j-F=R>}bz+->Pe20h#zBdkT;n)CHCmaG_b_e_-i>_##jBNi8(i(iQ^~Y%GjUw+h zia09*-Z}u=I^Ic?f#oDd`!@UxCsWM&V0Z!BVthk2irFTzYk5iA(6G$TSSbI!PWKEk;b_F=Z1&!8P-BSvT;pfXP=@`W@5$kqkWtFwXT z2HdCWI$!~~C~O1C+LCMOZ-t^6cJk-}jt*uGhL>dTMH_tE;Db^_rfp z`V}xB)V-8yCMp_=sQ#4N8cm2q%xUikBDb(H!h>*1Fi|MX_HCS+cb6qk+U${b(;2u+c?`S3EXv{`@;RsnzJ}i2 zV_~f}Puz!nRPJ%jmj`LK@>X`OqVsFDs7IKvD>h<<2$o4i6dzC4=<-};vyn5xp83jn zH3rfdE?HCOLA?Ocrg9#yuW#)ZXxtZ*zu*7-_6Vj?EK>EqG)hpcrxOjvGAkRs1`gOLe7ZUa%nqm^~K#Dn{aindwzXF9}xiQFKqHFELt2E50JDIbd(- zidg`}3X8*1Kg^;_EQi|_P{Zo2BB~?GGpW`tY5WRv3L+SWGVwb-cUNWCixR(f^VDZ5 zS^XO~O-bz3xIL0W5Ipltp<<*zH?AWl zDd%VU4g@>=AXV9r3;{PC>&>4bZ(HtJ{=`!U-6D0?l>50!{vsg>R*&m z2Rl`_HQb7rEjdqC=a)Nl6Er%#1MoG)vJNUQySr1D)0?H$WbQWDejMt@I@;ti_fu53 zxdS4$!zmfy9P6bQ3UH4US$~4|cV1X9ht#x)Hr%>2A{+Pehs#yZYg?@HvWS&6F82Vh#bDA4%-P#^}#64 z|8ef{m*y*%ZD6&U5ZH`lLSyHhqdG4O{oK8;vYwOcEi!iA>)fu>i)87aCg;5vLCPn; zEfjk@f0fPWBp_&K3vu+v!^@xcD6Je}>m|kvDo1Dh9RkbDmZo)Zx3qIiLzqrOamu7b zW%S}kt+ga+`dKjZDQBepm-)nqdMBdXv-Sv^T1AA{r+g~yaT5q@z}(3v-(Olj+rM8q zpz91tuuo_7Ii7L;u+7hZ&n`3&t!vA}E;PL69XC$;qC)H2-{`rrrga2W1X&4=MYwDT zzWM(0a%GB~m#GZk1%n!Pl(vQlul7(W{Vex_LQgm;&}ez5o4>r9bJA-};T>EoSXqgc z+^Zem(3{Q6oAE$(*uyKiI_mlBVzzE~@V%8*{qhF$A}VSCNz_Oot(SoPg#{s{*qqet z)OBK!7X9Pu-|1IQq0GUC{G&P=>MbHxZ%GEx3Op+g__2K+lUeEKWH3wz=bJp$+Cv%~cD@xG=GDi5(zCK@wO05KA_j!tWQOl{ zlBcb-;lFF@tdT4mV~-cajt7Mq-e04|FAD)#s8@4#GL0$F=1jFumF5hYn7-%dcuy6r zZ@(3~wU|xy>=z4aXm!~bRB$x~br&;fTCIP4Ba&>z1a;@48Co0AODU_}0o(6GR%8D4 zmF%4t;~1Seh=dB-n_Y3akN#@!*lOx-MeBS$!6v7AD%_a7Ig-74&96ZYsq+(l4Ta~r zmTDG07cS|85a+ki=2c0w>%qTvtJbYNYO=BG32Ln;Qgj!We25%8ol#WWSAqQ(?O8tE z#U@T+&RvNt{zhrouzjWk@lx2yH%@1%Rr7?o;MxK6JVTDE<`jMeg;k8j9=BU=oz=@} z0RXGe&vTWTWuIFNYlQfK0qXr%9HuA7n<@KNuOuL2{i@)?ArjnR|F%kwIyra#m-b2s z6qC~5-j&Taot2X`E8TfIX>qKYT)zJtniJkR79Q4hJp=ZyKIkzIzfxliD!^KSs9xzH zts7RNDR9z=xIGwo^Z?MGbPkr-H4*M^=eICWR%xQJ@^6PUmV`>A-uwazo%5Cfm2VCaM5n3Wmh%OAE^V9LSHMr%9+Ps?b?GMMOXoMXx9RBDd(?BwV z>TuUB%jQ#*`qOENyG0mD$)@VH7ne93p~DWKkE&IhN0jDEjdP(h4}bfXpsZ7h-4jee z!9}~IelzcDF1u32`>4 z3cPEb*wO(oeCa9``ItI5y);+)_O3TA$NJZn&)YnqyldxHRW94>K27sHr79+Fbf?AF@T@X$a@S?G?A z%*kZBf;vjim7gx1_dV5|irad3Rm-%*Ys6@_ic9xuOrF=-Y%^JYG9{Vc?&w|iHj32< zLej3HQ13r8xvrMRO9tbHjXcY(6)?Gd zQB*Au8zOS_>!0PI#%Zy8J51ZU(P_HlRD+TZhi>pEu;Su* znLQLQz`Xyce=?^dwV$+DBXP;rVZU`=>)K#7z5z;*E5X6?+4c45yZ1dHpHEf`@U6tq zU!f3Lq0IkoHvMs&Iy2zbl}?!Ln%V76$bG)w*f-~O99c?xthU8vDZ>8B)_XV6tL9OX zR(L;=&G0QN~lUhdG+LZ?Ib4nWwjrCD#fdf()%M6f2#82zx+8r zz~A*57@WEobatmL+g^6RV*_x*b|GS+jf}KFt0{Y4X#UU2@(S0}LU%1=b-CMGkQ3c} zqbpYBtFrf+|oSMX>C;)V&y*og*n=M-@wQM<4m6RRx>NB7)hHm|>t- zt?tODMvxcx`hE(bj~^f}K5CF!SajgDEd4YzE=1T&$8q%LyP7$>sA3}wa0lW%*QD0rv09& zTc;~}1ba4QdovHH8!4T^y>t?(=suo2XuJR%J4!;dO$+WZVL*N5?e!kdAVUVtLt`5R z?$OsjMV#Lc^JrX(ZQnr zOo^$lck@QMAPI&fmE6Y$ESyM0(2rHSY+S0Pf&R6TxLjoMXA8cl>X<#vowYTN$0aDC&_`G72oFt=@vchG0sSp}H$ z9HotW|9g5?)v+ITA|2_US@gva^kzJ{NVQe39vJb~`A*x0lr-Ij$=0wN|1+%v)Bv

=KU4nrmt808T2E&e8Ego!P+77`+5}8gH1#F)4FEEeHfDQ;yx6FG}r4 zJd;FWUd$K9ie7Ua#0myc5fl~ms!*CPq`Wk0cX2-Y73m@29xSA4H zSQu7znzRXap07B+4?XaTXM!4GcM$%-ZKfq((OjJB@PeQNFwi&f6ZNziGOWNK;=SmY zMN96H&El<&Jk$=19O$&-S$Ot1P!qBh6A3;{)#q|lQ^jsKOW3veef~rN-VLsW`6o)r z$@`N@*m_^K`vGraIUiDKxP|bGs@D&6iV1eYuZpMXs+cb)7y)r}rkdjh=*{A06$&R^ zKH7oS5+ZZ}FjsI-eCZjgdOI9#3kpb-Q%?E*t-OCcs#*SMo)!?kOtr_-m`#Xyl0}aE zt81pSuTyYccAk5>NHQEC%osu*W%~lb5q?*Nkb7`Bo}oNLk3it+yl)Zpl_k{0jZ#My z)WJ0FZxC53W;7etTwZ+>u2oZ3oGUsoRWT|CYvNB~2F!vmft&oV zc1{^w>S)JsF|L|f5p>sZMgfBTguP6B83D5Ew7T3g4hs*$QV+*{8LRK%Uu|V>=hw}* zLsZ;RMRReGl0_M^{hJctIVZ38Y4*J{J#u0P9ELFOVmMm=+D70k(hL>m3J)=NIR}y* z4p`+oJ0Y60kP2;<1m2dBZ#SSzE)RPOB5P5g!p%?$I)g;;A?%qV+Jj%5)ejN z)RSjcOHeCz#aL$sN$#*~FW?zVU{WzvJ3mKkYAws*72f2rIy*Q&PTS0A?|FS_cR^Ym z(G8=L$PIzv1d#Rxcoc~UI+{;`w4(y$>ry#mh)pctQrH(Mf_sBx4`ntaAO@swBU&&J zwj+Oc*ezOx?qsIIF(RZh?ZEL`URFdzTMi{QcujF~>g3LWcrk~htd)FI2lR*^jrf9G}24RZ|V;=QU^8gVwdC4_2z0`4#`Hd`miWy7*Px<`N4xrR>c> z7Om&7qvdDzwAHmJ54 z$)sz#xs`hux@Tjo2e?YO<0e*v^&O*)Yh2Lda^hASz9DSQdZLzsfGupW(QjGPgbG|V zRCMQ1XcT-`%v5TJrKCQ_Ix8uc-s0IHC6*OpyZLlm!7YMr3kmXg`2?es?7m#NZ;Gft z%ArSBR1=mh_!Te+?gFTWWVz~l(wOaRZ znbl{6G!NaqlRqsGCbyiSKi8fDP@#_))d2FtwPJilFbh}UQ<@)Z4gi*WQVh|9Oej-) zUN+Y(Z4jpzwQF8T(2c`-h$4t;K2pUY&Xu!A3|E_ltE{xGT6*l!aD1_qY1zf;7nonv zJ8@o^S$!y!VeAt7WTjk4S%)KdplCSBHV&3-OCBTagIDQl*62`MG}w3Q{$XL=BP*4z zHa_1vsfd!4D>X`tM1Aq>We=C#0d%VXk`jXoahSF#8uKN-W~UpXF@4!fW!MGflsiTD z*tTLYDqo^LOXSC9qZx;DlM+V90JiN1-D03*VC8q3N($hOsXP;gyx^06<9ZO6CXNP5 zyuF>S=5*ldi(6(?*Qaao8uso(6Yc}8CmJe1VGyLehu!5jqGcGOEoey|oSq(^x*dKa z9ywO9ITgAfFZYnMjTL<#jPSIeR!HMvC5ZlT2HF+SR{R?UP-j@ zTt9ovBF)aqh(|garamPYo570wr5K@&ou#%BQ}Ek={3H|)ZN(W832nU2G!fRF3?!v$QKlX6N>!twcZx^+>gK*(LXtRScIgmpQ zW`^-8#^|RId#Fxmz|q-7Sh-5TiP1F_II;}nmsqn=^$G+T;c|j`ox&#}^-3BxaA)KSj;7^0T*;vkU zMxT;b3MDBladI|Md~GzHV&ufNwf!xldisFYngm)+3Gkjv5NA)HW8#z%>LxklImeFN z1Gm2ujF8pR%HrA64X6jsp}RtIIh^2`V{ttx+>8}csMqv}*bJrCnNd|L6`FeqMMqyN zwv;;oUZMfJZkA2f(R1!ms-FRB05L4rely03-L6?FbzSO1Jd3??^YB>nF!7C3Jlg@9 zz%wDlunnlH^b7^oMtG-5EQGXGqHz3CN?)?ZtsR@(md7(@v#1;Tsu9tn(pVBioRS8NXkf9Yr=4Hr0v>P_ARq| z9I(obXPH6m6{}yi`yi}jN(Tjm&lg@Twp!uG38Y}=!v2)~q=ga?RQtv4Cd!~gYoqcg zKK7Up0~dRYGA!ZZ0GVK06AX`&i4Yy3=t`Z}S2bEz;MB_an!&LGdqFi$QZpkxD#*8j z^f}j0bWgbJNpG5caAV-cVMhLH*l)90RnD8JQ++lV(cO-n0<3SWN>Nn5*hK`KaS4&i zivx-T(;yj_6aUx>h>W3!n=uCV=P6WMCuy zT#gPePY49!m+>lo;aJC+xh6QknAnq^`%q%2xe#hZg_5;OeXkLV43g^HJ9n*J>K~Pf zg07C%x^J_#>`KhNmn6#U3tb@j^>S^6V9W<`1N}U(x9_W6W{4*9Y(T*!smjEdH(1a) z$QtWss!x+nfNC0efxt@w%6QMCE&+7{6ZRRi6|Hj~8I{PYR6|2xCJF)Hgt(dh6gk&{TjwavH-O2Ej-!%||D$@Hq=#E}Bt@jH(LWl}iyY5{vBy&5_0}7ZfH|JX!(mK*x@t z?7+xb1oE@7L7L_Szu?D3HyxmL>hHmuJ~j%73qqUfgu?zrEx}^34FxUH3fbTl0;p!! zVl@F`vSFAO?xzW7(%?ZQtP9IlX2*`cJbB~}lCZ-@1{{+J4Ff+jqN#G~76;cr zPvLA?Vq%BmbU8w;1=D7U2$eH&eCgJtSI`lvOuXbOieIRP2QC7-2D{ga6SR<5DxnR1 z=CZo%4mLxHj$vD<&V3J}730{xviG6}ehj^DG{xvNT6;8=n-&CVCXIGfZpwV{EsNt7 z95}s%Wa#6=!8gv;!JtZpTxiD;z8FDf3dqBVXuvB#V}2d9s)Xwxv*_FkcdCZCE2C=N zfQ@t#f&%|^2L5nxesOfXcYJhyaC8opyhZBMf{GWkjhSO*$6>U#aV#cCoM3P zyoR^EamMYyNq~7hZ9Gp#*`@mPT&N9vB=f4;7=axys!GayOt+^HR8S-Rt`xBccM4-d zGFf;MK4H8+u5v}Mn!Tz{4qC@#VqDhPjwT=CYK3ll{HyfR_d@9$?>FYUC%AFW!RO>k zTsCfD(IcTQExlk?fH_NNNLdOc7Ho&_`Zbmf0+yWFRF59;>p~u?Qn$|zCj$8DxLZC~ z1D}E_%UBpL86RbV9T1Jth&th8Wjvs1{iC3^8}f({ngma0xqv)Y&PEQ(3z}m}5zo*Y zEK>_M;shmffDF1^QawFl?I_isZ9%-uA=)cwkZ4HK7!?^(5Zyy3stuVQ9hr}<_NCJgOYK0MLqG%6i}g8dU95A z;)8w1_tWX8r8~4CDQAl7*yy0prd%NL8D1Y)TTD)e2}8hyyOcHw9wXlKnh||#1lpmy zq8#z7DFNV7>*c{M`K zZ!Myl;&S&-ym~z+zd#P*Mru1|pu_g>c|DE`NQqJn^A8RTx?#VM->viN>+ubY+tNZy zEI@G?pn|L%8g#sdPg9xrx4-?3FL2kl!RN8t?}qr=SMb;Jgo+%3--fPTBHya+flXA0St3cayZ>o$D<2Z%H!%~I4k5HE`EZ9Q zXA>8-=&X00t2G*K!L}@V4YJ zymi`D6v}UTS?|zCs*Lo>R4>VCgaCQy|%ML9B zEr;|5EtfMxv+8Xo68ixj&9bShs(^=4kqH829$OBF=TkMD=;@wAIC|dwo^}^ciS$P4 zWMSh1qyU3g`r74{FG>hMKBoL12dBrGh%$Co5G9rgWz`v{&9@5o4~J)GD&2YC!g)mM zDs=xV(je~G)_<5-iyIr%+1%-Htxqvg4|~ES&Awb~0||G{i5&61limTS+TeM)FoAKs zd-Vkm`!FW+Z}p{R9ao~?*IR2(Qdd0~vgngr<>M`~cFTtkoqk&+}6ed^z6Q8(0-?_z^)G(nVNzPtB7J|3R>M87o#SCv;(R*dQ^3-ba4NP)fAnc59_;lL-; zNT^+$2GokLMgu)$Z)18;(4fkWW}EFRLyv;7du(F=<9A=_&Y3nnr{pE^_x7j)~a9^t;g z#%ZZi41wI)M2p7`*oXAy4`m1&b%X(k4eMB=g*iq(Qp_dX&vJ<`og|-ZZVppsi5eX8fR81?rFBp;tR0a?8UxcIg~< zCmL%QzO7!tn$jbycSO8zEAc_W*sfiv6_{GG|v|vFcBt=#O`j;$G{y21O zMuW*`HVWu2Xe@*c!t$nBwFM8xjOxOXchz8mcy}1=&MPn!J^%lL2J`XA9dY{?C%dP+ z9}dnBPCL3ul5b>QT19B0+2*y;=q@QsQ0&*utXyE_vk|K=I4&G$ZRDkG+$5Or`*64b zv(^6><`oKk%-wyLoriE)@y(LVGo0Px5+U)OW--KMMtVv#JzsvP7I*GYhWYF&gogq` zF%@Y(m;_maQ^rpH-_*T*R~yHcF8)8CqU~A7N5T?D*zs{}%V%MX6DBrr0Vn57t{1C8 z4RkEj8nt9hCb^&eSNpYgRaXl+IWzbEm@_d*-PP6gvTMIQ``M)S>bs-<3*i)Z&5`iR zCkCm<(Ui?NUIRwUg(3e4oXmr!&Fl&@|fB_vTPHl zYP5xPM+8*wVSEKHZOV^(F|!YOf8!5Bue*NV?yhfh)NeN1jo5DzsV&}6=gT$XVny3m z#|+@(Zcrizh*)(aDICZKp6y(Gn7B(i-Nv%S&-bhO{$dQsF@PeWad?KSXTj*LMiv-8 zRNw~K6Rq@tuH~HTB5z1vupm$dd^a-zAra9!Ts0sm>g##B_uPZ4r+f?L)mxU^)VJW$tVz8iA}mVn8A6d~*k)?%q1JvOhrqg?;B;ioy0I zwNLzQFS2g10WNhjX>dr5G8J`e3X~DSE?^#RB{Az#mfUn znA8D9Xjq6cFjK6nHh`AW;`{?7WUp|XeqU{l8k3`Xd;5IS8?N{OS=8}!f~kMeGS!Jd zWMm+BT2?~W1avm@zEym_gN z4?IOmL5Ec%sPJ;tR^TVqwSc*(Ll{#y11U8)ByZ~W7~mL#SP^}MZ&WuXqA?4Mjtd@a zi86l*OZB8W&BGY;*7l@rTpSj)$Dlo5X4Yb%<-tdhg%77x8)avZH$*CpDS$+=B|hXN zvERa=8y)1Vf6_N?aU%k{UFd{YR7+c&r{VU1Mq+>z`2pef(_d26hgPNJG}ct3qR^^5 zJ#@QM6Z5es-4{^CUF{We-!D(iL5dqHlIo<+pK^Wr3GgTpWf_O;H%F99)vvwXcvqIT})#DK~4YVff z{xO;_@NDv^lc&$alhgV{u+@?8dFo4MMG9O5PR5J81ZWvaaB?2JIe4D!Na;!Nwko9q zF-`^ChGs4`f$*p}w?6+!mK!LWps*}ZYqqBr3S4k^XQE`hbkH-5kFBo8S~i-k&GV-s8n%i zf_zOBi3AHIJ;;MjsDyynKC8r$aL1)8p3>T+-|f4$;)T|tz&9zjOElgU;S&uWgO`?z z%=^wkGTS+Es?y?F*M8LOW0EXCEdW#2$elb7w)Wsu=JXu(s0DK&F6yF%l9{0{h7Bm< zoQ>s5q)d|>P*Q26ZIiYvgQAW`%(Uf^AiMUf2n_;giX`G-HJ0Z)0FI47yj5i~DiGFP zt)qh`OAe5>&+;=IM)LXCfkmf}$ZA^7A-u(i2D&D0BE-zM zhB1jnecK1?bWH1p;$fewPh^n_eY+tjmdrJ6hGH1{c6~iMgpr52A*P_tQ1k-@HIb?` zNrWSS5DE`e2%7{YH0mkjESQ8+=P6aFAaPKdgIE)t{ac3TXK5-8=|tgiR4pfygaimX z6{Ijtf^zTu#jQxhbX`{X=qQsXfp5zvkibr@)@an6RrH6$kLy&Nz*f5S*a&x8& zUbO7dfahnqQocj%U~XJO9g+5f4v!xv0EZ%ZxKpd^n1M1&she)^h%)J$x#2PvSEN~x zqu4J>o(ak{sj@e(-ObR@+r9n0ps*3S%-TI*2iK8WgBWbGRD| zZn^eOLmyi^qqFZ_PcRQ*Xg-7wnwNr4W5r7~yWy@&Q-<2_VSY}yR9C8$v&2UJ3Ug>x zwy;;P-oPTj4&S+xjLa>TUPSo16h+oZ^lw8BMepyr!~FQ4`#U%_-c|H?3)1VtdbqGBdVX~&)*;S2 z4s_-aAWggxL94VhQut?h-oqzf@tCDOe;7aD;gcRM+*O{iX0x^a{oun1Wou=B89NCO zXKl#{*;332QIg0E!>-V#-P_+e>L>z?v?h4JUrv$!&0lGH1-@7V1hsZcSV0(eiQSQG7_8m9a{pQn@$}`c8*W?Ok$o6+;A9L+_dC4wM9Iq1K~Jee@LZh_@WZ^D2WaV&yxk!#!7jbjl+12 zv*O`J03bm;I+1dLn8X?W!>l`0XUZ0MJ*ZJ=owC?rE!-Bm9yTZpPHs5zJd>F@=X`ToB5Q#O zI)dHIDR<|re+7WE_xY#dO*xz2IDCmQ9NJ-&kTs>bSJd?Y$MBy91+IL5g==Vh})g|%-#8Y z(Wd&ET|z4wkB-1NL7zX6)$y{H8UZ>$8v&*#o-w;!uv%ziaVn8K&h51u|4+n)(9(}J zAxH4E?>t3Knpq!Gk<-Z%N?u$THQAV>RAj*SqvXoavMwThry(8_YKGHGy4i5p9??#t zTik81G`#1VbcYkCqeC4a5P2W_Um)ou#q4li|VS^0gV`EAs|4oa(r?>bp z9p&5s4?BY0O6gIsxi*^56^63T_Fci%J2{^0jhpDoqB@!-2_D>P2y}Z zG2FB@Qqo|T*C>L5Y4L_~7RMF7hpKY_>m3X?$Y@enI>ZPGrcD{=gpxnc3bdy8Hg6w-pZRiE}V|&s>lii1vXiW6ShfS*+Pynl1 zPpa#3G=jJ|H-&4*XW1+~;iwrEBKD#Rzf}w@)~P$kpSgmd47eNHj<5_`9H9e zK9?gZ>A>$E^FJa)9jC{eV#INQY^avQAb56?DcHQiN`75jBky4DkMYjf_*#lRPN9u4 ze{KTn4^vMLMY_QRYrQP5e zLLh~4b;IXb0z-J_C56vmmA$3BUQR~HnP9M74Gqz9u{E?t)BOk8@!{UPcW>Wqe|Ji+ z;x)Cz<$!LDt`9s9^H~W_agdI3lAcw}#tbjg*8_uwoBvim6?EzpFo7h}+^XEdloO1U zqRa>C9A1~uYB_QzADqcEHgZM7UU{47QSKTYit;3!84t4m(+Ss%`?Q-qgxVSI9>3|6 zal1g%ePu4@Ls0gme`eN)esmuW6q|^Rblisz8~s?)q5wcZzrX+H;h+!VWG&EigUhtZ z$OObMUj-?*t|d^|6YfOc!|p44fxE(KVx6)ax_w`kFX_o~DHizZ;X{507J)FLu1zOv z_)`|r`DJ13h|8hx50Vfz?3fk;xEND^*&4Tsumo`mxq4YIrCdx{IcW77sy9AP5#ZNV zpK4L+3klK?@b7FG-f@U=--hJn+eBLyFA4-pF3lQNWHMF@`Ghv^sbmI#x&dbZ2{!HBAWVC8_SKPzffRD2USuIQsjM@CqzA>80`8D|4vk4jMY z!hBCEnjB?r`Vs}4MQkHf)_-ot|4vNxPk$hawPLdRsy^vIl7GnuS>y5Q!oeMD;Mk^ zFQ;G`1aiVSm-v8)v&fA-=t;$w95O54{ehMaek!NDEUOw+ke^*f5R= z7z95P@EYgtEudzZj#_D`yrE*fISY_ROFE83YW0;T{XzG!p)v(6?mrj#XttO#0?-|2 z1xB6F)d{Uo`YgDeXH@ylk4vICj_wl-9L`9}yy;T_D>pC3Ro488MzPJ9&?ADo@oAaQ z@wDu5i7(FmnL-^32#>ji;?}D{crLUpU!99|3L3~lr9e}urL(%yq384|f9(*xm56`dxK;T_j>y(Z?#&PnMs0$;d4CL<9QGgt_2yvzgrtkcpxn4BuuQ^B zX((<`o%-GG_I`>=Ts;9@_WC!&CB73c;%h)9Ziqm*#)GI5;?h`?+#((SX&&$}w$R{z zp*o{n{T$aB>b_PQsCh)pQ*dPT*#X*IDsj6~E8lKW(x6-H3yj^2aLY0Pg998+64pqAOm1LbN&efXA{kyU zMA(4Wp2fGG&b-*D2k3En1857etTAzv_o$LI31}4}= zi9ja%TA1(&8X0#ck&)Zje|Q4(%a8D`@hxp9^}6H}y+T&LF26?YIUe{3N8B}D_Y|NH zq(!tG11V4WrFM{)<(IC6i2EPFxRD#}O>sU(P8fiRYuOwk*vYY&AIY=7%Ip1A(3|Yw zpI6uAd7t#nK-n;L2_%>LY*CJ-3aPZWCfRRM?MyG2$p{eLBv{Kfk8XWkm1dpJ06jK0 z#aX#{AFRC)vxf19TwM%Gu(aeYok~S_%j<&jL;D8n-U)P->EuDDbFIp2Ecjx33 zNN2K5v!d+atL50>CJuH26qR=eM!Ic#rP@J}k`$jqP21h8LaK_ne;WZ!4D?3CgV}%y zp^S4grJW_p9!d7JkOOgZ1`tM^*CeNuxMOL=VL|?6K^F zkpcmZtjBJtSX@ny;VBVy1g&F=xsfqJqyr>)`;c(Q5I25RsQ?NXA1bD+X?m^=x-FyI z_zu4TA+OsL<3fL~XkG-OjaMEcfghbhAtM zb%LAX8eGj2pC-hU%Sh|(d8OM}XV{&(qbg90Qp$=+YHU@Cv5Ct!6E zo*9<7q>Bcb^>(a`8=ffGsF=a8uNN2I?;am;K5O!o`kLSe?ji%py@bgE^N(JUfGExf zf>a%7Je3Tz8N}h_`$lOal!vCakqx!o(X$X(g_HN!S}O6Gi580@IHcxRg=xyI{7Lae z3xyLacc||P-J@8}qBDlAAj3Elj5K>d=WOkZ?p_1)d)HS2Y|i*}2i|9xb?k@T2Oa*K zQX#uA3EiK!o_w@peqCIjPj5R9!sYQJ#>24L9s+-=i%#>3ZgTeG6CwzbYP2(C_gdlJ zAYuHGr-N1xi6?}Xfojsu8X?gJfx`$}Q}q>Rk%7n|wGW;uO+FPVWlQl!)zz^p8AoRqGlw$$uv2>g4Ug zhy6DYGidZB8E{qIgC}fh+%@bk4vy`p#t7UOZ?#&)QXHnvqcsnCJy5o2D%S{B1hL$f z#8<=+U`_Kfg6c0dPP3s<6Wrj}gJ z+-)~znQ>wuauh_(Ml@AYlFP8LdcGRkAki+nV^9n|Y_LIsQ7KA{dhoTcKOFy)ql5g( z-oftC5!RvzHXKgSSL`|Eq5%evWwfq|c-7a$?2-rSA2O9!HB$f*gax+ zEdsab1KCRtH8Xm0x*#V=F`K%VB7=WY(eAMw=mcr1_NTEC#|m6i|%pb4`U|N9j_WB(Dev*nv>*@fY{+Im-YSyFBf{RGllrCL~q{AGFa6W z{6CW%z5HU#?EWL}Wz654&Po6Vcv#a60#~zQTFp3Di@wV*os{{L^y9E_W|cd8NNVI~ zrCWwrl-=2GrP~&DdA%5eI09=#N-$-k#SEn#7vt0}@G5?rFUIrZ^1Ab6bJKLds#-4^ z3`lRbPqtrgAMa*hB|Og%ZS$8}WRm-B0xpR#HBesZSGXFMYcG?P9y&d{c8DjH-`)cL z^KpAnZxt6)}>SS-!498TbqMHfAgFE;8}z9e7Vz|#vpVM z$|%UU(Kq0;MBU8{T$7+YSpyUXioMR*R15nk)UO34!Z5$U)v+)LX+i1Vlq-tfVhP`3 zv$6oq{0<Ex zoT8T`1~|uh5XgDeY}_~Jqmzb2@ZZXdW`ykZ_Q}roVVo=&p;OWWE=I-(z8L8k1FZ}V z!BExFO&*_ZbA;?{9|n(-aWJbGP(teOdE+$J^J2#-Lrw)RW^PrK=XD1p>Vx)1ySA;! z*<`;8nf>=_As>z^OGso7emJ_v@4BhcyyTcBMw6F|C#<7bCs|)9uk}W@`z1$B7XWmn z;jBazpOpQ=9XBIDn*erV9@YHel_60WW2pJIAcoc&*VQ_65l{Ga0m*H1OUgQf1bC-? zp2ISnmASAcV>XCD_nzzZ{>Dt~R9I&H`nGnbB&fBZJSEIcKzlblQq8p&utG3J9g zdLUr>l>Q6mVf;YFl87O~#+p0qoB}m3`{W3)j55t;WQJ7ID+bhaf&kbPAXS0|4!i}4 z0bv^}u&Zx!>f^Eq{3M)^R%k~zRmN;Ch%2)YeOu}+m}Gwi*N4VS6)e$k0|>AN?m1h` z1Hpuz&FOSpo?~vLpc;a)w&oviQ?7*5^=-L3Lu!=3ibLH-B9f%sknH5)f=8@0Ua7(9 zn=z3g@r?!Kt!8eUUf+1!F!@xc8K}i|pnB%TrT>4l+h#u8oQ@cjf!%ImwSrNlAR4k` zo!KSA$I=CBnql!fzRZSQNsvZ*lm|F8!>tLP7!xZCjJrF^3?00E`v>oI3S4k!lr(vd zeSb|rMcCVBsi=dCi{UU`Stog$&+3rBg^DJ)ymPM;7OKBP&qZ@(Qxa71I{*A7QDE^F zL?Qmqa1J2;9wi1za4w&1IK6oZ`J)k6HZC;67_!e*Ode-hJENkQ%o+7BLH@8gg29d# zY$*$fE(V?wk%^F%q#80Fr>3V#b0sDColwWP9X-1E$}4AF*;B8l1|D#?Y}lJ^nA*70 z6WiX~jwVDL7k)}qH;T%P*~(h7x|d)AR_#@YPVkTepR$W87f~0qqcFc(m4)u}-fT&Z zUS$|kY-E>}I*m`K-~dFD+u}<(Z%QyD@?Mx1Mm_RtN0DxWak{sBp#E6bz0&GSNhN%Z z8W0IXAXw-}*L}jXjW;)Z4@*)C&Dlp$e4fpctCDvnRrs8)#W*(tu+g^ithm^!C+ec{ z=D7QdKRuQjxN211Vn=-xEr|q<;lJMtgiS)j*P5wlPO@l0XStwY;PpGV+CoHQ9%{gs&$RJ2Ic|#7;K?JF#JgafMLN zqDIE$Cm`)ACXl42ujSridx&>c29O944GZ}h{>M)q*j1JF(W0=CLL~$7sg08W6 z)o=dU1^?APwy&4zY>l_b^bq9I0Jpr}{cdkRX!%dkU|^tN?B9%iS%2UdU9I~&2k+nS zoh<2pNS|>>0iP`SRHz)$eDcx3yLYd*cYav$*`^>QW-rgqA8dYk`?jmYfbj)lSh*K` zCali?3f*OuH{Su+d22h_N{4+o>gpQXT%wMx^n9x#$0oUbd(ko)iu9yWU>TFr}3n zrZa^+O8JB{z{I|9mWjbfkl*c#({?yjcxuv3Qz@Kkrv%5`I2X>SQp2{?K9)UI)bp$; zkm#~$+$Y&=;YZ_6+AM5a`xgU+9V=`v?*-!>uE zp|=3|(e{g*29;ITH~c2}$uP~8)NN|%cZZYh>NVR(R)}sK=-Qt)A8Z-4w^aAG*MfS8 zfbI7}kfrvv0jg-xb7kB4q}eyGF-i3=Q;O4cCG+bs1ZRuN7^;UO@)bOUHY z#971(p4NI-873|ZDFwy57R@Z)?RW!t63m1^VgMXhRQAW&JP7mqGoTwUib}}f`H_-v zA$4Z$zXjnWqRm|2Ny*7Z$<-F56v*eV#x-qE0`ptLJSs3HBBcQq4R{gMXw6f825}t^ z(1q2NsQim@C6aJVV@FBOQyBMpZdjvh>*7h)hz=8914@rT^s>l9DZmxS6oktcQZvkb zs@W%4o7}zicqAFOo3`k)3EQ*GU1Ks;E4LV%l@evnsM2#rjC?q6)_gi}LkBp^*kb1;1asp*D0Z%Gr12vr0dbEys5i>R9NdM++h`Bi! zMYBkz*ig#%hCsAw8D1c}kx)4WMIcddAw)XNJ+Xk!^>u$)be2bmW?l8-kan+SD_B!A zH_H@CR4C?}B8J1fA>3!C-t7h;dv2;3TB7V

wrIbM&GgeD#hWKxT?AKZ|Wwl|e8 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 mgMM8w-=d3DxeY%Nr&VIe4vN?pECAMU>{p?A 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�%Zh+U&3ZwHOiFunOSRXJj^`mT>KqxSUApbbE^;`QE^agcW9pQuO@Qm@0bK zoei*K|3Zu4FH$&eAKuYe5;@3WLSWS$g}^L7aq>SXIK9^ z*XXPI5}*s3Ap;K;Z7JOG)pfDxmXUIN{0R+#+!VnOXc|jGi$nBzc|JCw?FVo7jz4U_ zKR)3WiWVmeE4?z-G|qQySsqvjbNd6)frC6h&EY~jM0F-F~y~d z`rXg~;G%jZ2E=G(<9P$#~ORb-J) zYQuD;C|4Ji!9s+W=I&G08!3opXIN!wW3rd;#2lMqBG9kHu%YPAT3i2i?YsW^`r5Zo za4u*C$vsse^}7fKel=-AEWhm@z zC_^CYZ_T7NZ^RWv1M}_Qo;_XfuRrtZFCNhA13lL5dZO>P_$vsmpxbn1CEIdRhz;dW#ZG*`f6y^Y^6#0Q z9L(VOJX>#@94rx~Fn0yKAA@>{ng(75)G&yq;a}DoJ#0e%LxGll5I^ju_Je2{A0}#a zYtqnC2@fnzJN$}=Jb0qH%GRHJyYZyI_Vmf$p5iLw)YA9de}4Ckt#r>UUMzs1V})p` z%wmaFNw7_xo&-~W1qL@TGMdY*8Hz}a1AB~{Oja>OrIr;7NAqcc`6gIWv5{=qQAKfN zXEURj(19_li_tlj2U4Uv%^7<-EPrgR~NZI&wAO@AQD2&#!;E61%G_Fy|dftJj9!3`*`hO9Uv?|}ZnSECMAMgBvM7)My9|JP z0e!p=2CqWkpE4|3eo z;Pm&#LZZkLWceBK6@u5L1hr-inSN?hieUETwo>t%*QXIp@qRlkkVg^-N1@`VBo#3^ z#(UL%|JeNDEm`};=V&d9K|;P+a9=(<2}TRWC3$VDsUz$1xYzl0zX`X~Z3H@LMN_8J zMzqRR@-D0o|NB~_s|y$Fm$kfY(@6E{J#%LxriEKHHCd;%tUolwx}SW@zF<2U^*Db2 zseAaUzaBi^TG_K^W$SQWb)bahu+F>3;EwY#GSK4m?A1VpTEI2mun=U?0Jqu%pv7gf zMSuRW`e&S_wj-(2w52bJd+J{#l$orrp=`Dmn*vza=6D?S^-^`_qy+0JI_f0DGyKr; z_%0Z&AOJjD#z9dzfd?tP<-J+Z&J0vo+Tr8cyFM%QOCf=MA<} zEz7w#8-qeip|5%Fpkui!QMdz%w)~?R>z`kVG%uAls+)-gx$8 zqtocuN!P6=YJ1c>8m#q2g9SBj+@}^Ay|$WY9ETg5!$_gL*9dY?hZ|ooitSQNa(Vr} z?S1du82S(mg%ZCQXf4C+9%E0x`&L2*1!~Ub6}a=#+DvnqI+1}zjg>3>vrW{u zH(k4MqBG|@`#@yLf8;fPO0p!4U-$1B_*xD>e7}4AVgF#~VE=e`|2TUdWrSKJl*&X1 zT0m=03}b7S&eo~vux8u+1G<@&v!uBAi1G^bTKHA^v})I@;~ZImkf*|l38jhs^*)Nm z+V zjtL;25A~rsVHDV zsFdV-JgE&!Ck{2|W#(i?-U5UKU#xRWYo#E{Q(+YL2C^)hR-+NbivWXKW>WGFD=7r5 zx;5n!&inx5_^t{rY+f5r2;zB=TM%qoAFKIv%p7+v(yB|8_yh!j`^;{8Wukt9Zwb*?K2a4rxe zfXm~E{I|vVd2u#Fqn!KP=};0rV#d%WbdkbzE4qiyF<~-pG6hsnGofjx#q4vzOT@P> zy&2V3pXdf-KJh(L3NTJ#-yHp&wZWi)wK;uN!D$1Fu$w;opRchexb3p^keqw_o|V#T zWyL?~KOGF-?e4$Y+yDN<%YOoV8Cktv&VVi;eD%I?i5R@#WFJNs>>WwzJyW(ZgA<^H z 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%0Au6ug@#~-(m zdb`8(?k?E?g@G%97_`WwN)t~~5-Ay;wN#EXi@%0w2J=dU^P%FEQQ3^fx`~G19sB@D zWTMV`FZb8c(t|0NNSu%TrP|=F_oIX(6f$4?bk3F&J{ra1d`lv5+|A^q+0LWdyGWQf zhdv<-68*l49BstS#-H%w<4mIb8CDvQbx+OL;-iXkmiYp0jlwoY&UrtuN3-d+yF0Hz zXq3jU3Llm0!>_o7xhL>PwVeUno%oN-F@Iaj%E)yk_174kkuZNqx+jzkL^C*2rYaYtqbB?=AO z6o71~!#Q%MvIJH$Z}pvCM_goj{F!L6RyQQ&!@IG57yf8({Ey)@^u@Tl1^EHWO+0al zB>>C6zS*Sn6(ahmJo#IS;1cgjU-7N6!Bfc(2J&jV1x6;#D$m#X4azJiPIiC<1`=Le z;H8IzryRf0v79i}(w?+dKaJfunu~m4XTE!SVsWW=H~XO`pw34hm6tptncC?w=LwO>5q}e6e<>e$5Qre^E2HAggoOsf0JPr>h*9P*qnXAAuN+9KZ zHG5wd!}xkG>3TQ#o3BI-LaZs5xP{3s8rvdt!0WD;w^CX1QUJlw_ns)`5qGthNp2H& zAAR>!*#@Gq9t1L=oPuwYDw4_X8mLS5Ky37zrVAXZ(Sh7DV|OKRkr`<6u9?$3BGYc! z1`#ogxCtOL(G0pnm+yq?T%MR6~qqXTVheX%hD)!Fgx+jouBgA!aj#Tu{`_$HbXz%2loB|ypc zPRA+R7crxu=4Gq%bJVIS!y8`k6=&~NGr={aole=0g4nh&JKJk+R>-n$R9G{2O6ef8 zWae7S311;f<212+I4d8kIRc9CilXRj!+eA(Ex2ANNRowTvxt9QVeix8BA*UN90U3J zvOvsxT$7}hM4ZwY#!q8{$+5SJ`zf?9{x_V;|3S_BGiK8k6~2|2O^5`p^wvNAc^~Z< zJ^KM9Ttldb`3!S{F19;o51M+vHn;Kb!>7UE9vpg_y}HW84N~e$f=7X z{sEi^&|?s?@RM#ZMw9IC#;lV)U%=1$)Akz~ra73&@uEXHK@d>f6=={y&`Gu1hsXCyk)!DeY|PVTmivJ+*NKy&6@guzJOT7v?%4k19L4c*mR)zYN?A{E`qz zo!(|=Bg~#kL>J)nfRLuoxCbZm>7)XXM+eiC-Q?h+>v4Jya9d&i-~Px6=Oanpn`n;N zyV#QMs&Um&&faS$#1XemKwOTJOkK~3yd_Nf2M`@Kt#f8(a`2g|dfE6Tf(jHtXuPxN zc%wY>PK5VsX>h^_!9W^3xfyt9lg z>~`qg?j2cE+b#tHvExxqRU(*&mX^&zE8psI|LWAZ1J-0~Nem#og6-4S@Gmv#FV>)J zjZKj)xRgE|{bT!Z_tnm}ySFJvCdm@+KvSY4+*h>LmV~T8WENdUlvXIatVTo1-*|I2 zngbus*fge*}!0qvSAC8qLC{ zF4iDdd_z#65Zj9II@b#>SMU4?j6^6Q3=c-67c%?Gacr8gsw~mkVlTgm#HbPuW5@E@ z46IuqHPJ?%gU!&Z}UK=>t;4nSs#=u^HhA@aL9QM}tM$n})y zH!F!XcfaS?vmRgezqTCnv^owxk88QiJ5W~lZUw_Vh1b1nPxD^zk^bC%#$F!p zy#4?QZc!ZS`s5wc0_TW2^scHA?M7{pBPW@g!)zDYKVj7cnl&B_cHSQz9UOi*-2I>L z_ncn6yZeJV%2H4Mxcz4DRa6OAzWwsx@Ywp6k8)jSR+CdJP6*apH*SEg=N_*Ii1Q_+oi4((U=m>} z5QpoYoL?i$QT?2nn`NE6D>l2DvZ~_{niILFkDhjI><35&kDKUXc-_Bp)|F6ywQ7-Y zNyk>dDZ+G|kRdCs>kAr6-4vDxC7zGUvl*?seAxG4OZrX`bWM}a>a{VgK69QHW^16; zZ#}A=^jU$|JbYrEo#7mV5CIb#p8$SN`&*~8+829-ui#?vxg+%l1Bms-z;-oYQ3xfK z@T7CPYFZF5=VWtfIZb9GIx-))k`CQ4@9?nK3yVmew-GT09kQI()^7L?T^n*`;C0c+ zE%IyRmw1~`ujmBh*(TemL0FKgOW(GtpCLwG@a<169T^qj*!i(gEJ|Y*A z8$?qoK^9{(9?*mVO+7B%hbVsY(fKgzuoVlVU2-J>$55B`XI)(Uu84=UEARK(-?|is zqiJ-+V}qU*Ld^gm>_;l?UK(97i zz>TqZ9HTN3k*?A#({66)p%a}8gY3WHWY|9dcZ8zrOvk#>8@LGl3rnGW8b|kKalz+D zN9JWs057eY1@NZkoav_telpM=#6qn_O zJ)!TL@le3?+EM{0z^15s-I@GsawQtGR(ib|7EQf{ zlw%~Oq9$o82#BIe+5EepSLE=SOv_K;&Btl4HDb``y;-N{$lT12fsq8PCr(LQ2h$>R z-QUZPtbN)+G*U1`2JmW)f1z&?*8t#~LU}9r$#%(dLcYPXZ28N69yiLv+l$~Z+8TE&Ct&cn-vK8_$-!*Ut$gmu?`3Wqmfv%WLrUPi~1CQv#mqYCc8R;Sh5i zyRjJMXFkkyR9rw5cjbf{RAWW81H>fAj3xudTQ_yL)f|MOi>e~$9UKwGr*gC!J>zy2 z+Vt>j280Y~leZW1xxoM;aZLK$qY`;&f_ z)OrZh#-LH!2+iDCc+#^Gie~u3&p-c6p0MqAduq?C^?;ogBXqKzyR|=`7L<6|iJ|}I z6qV83Nw5#8ygj$oE+1y`mrTej--*WH4yH3G&Uo?8#V^Yqf5@AZ&qRK&@r|hM*?)RZ z#d0=z<@VL9Qx&~2eFIn%srPzQ@R@x} zolR%JX@Yp@p()Y_wm~uEOlk(TRbb;0(?fI>iscAf&zc0q_W=uiq=KZAi2z@YY&pE( zG0V$@!xsI}9!<~8$fB)|URpS+N3kO0--`xxk>ccDBAf*z(?a-~A?a3v=VQ!=Gy7a= z$Rvllf^vGxxO8&zSG>eN)U#sJAtVD_7=;)Qa{^W5zrP;HfuCmL$j zRh0;5!5!ZGLYN^S;(A2BzhKzuZ4F@y7e&NkL1mcNmn2E<_G|{X*f31E;1?BdAw?oi z-P!L3WGbN?Bq!N*AiHjPBI`>M9`F|tZp1DuEa~?b3X=H;h@{!k_Uql_e`fm!$Gb=V zB`GGJ z>~A)y(sK4Ayw`Gy21jVP$i&b=Km64>p`_gke97jMx-dsD(Fjm&;coLK@wP*sfu7m? zS2P=@9FeblIXX~1GO7R}iR5T%cAoa*`^gZXj;ow-?(#ixnWHoOH@+xY+@_)ELi4Rn&5?Q$=HLQJSqu^ ziO3jVF`O9>NOt&{4ao}~xP-#x-J_DwvIH1vgEit^35e!VIb8LGS?&aM6TXugyBOQhEvpO+VN5>I-e9!eWh zY09+cbSIKNQ)9m`+1pi40jo!AQiwL#oq%3%NdHLX>{sKy>I*L^KEC5MTWJGHuMG9; zsx=VmqjJo8=UP$53Y9dEbAwb9MLnr#C;&Pwo&ELIscXQh+f@%?WFPjjhoF8x#Nh?s zn}r6GruOO-*IGS?Bf*!%UaM2UFV4rqp26McL}Q}N?e4H4YjJ~y1)`!bTbZk5DL~y( zvjS@Y46$1>>#`Q^Kp_E1K)$DRC zK7md`h7)Dlkf(c|d}9KCS%kiu6Q54r+Y?{A(q5hJBf1`5fyXq@LWy=+vPmHGc~;{; zY$O$c%UXa`#wQMNL36k~e$ty@$@rqr0e|2I^w`aTaD>RyCNPVi#4i5ib}f=l`3~db ztJAX{WG;TFA3zYk4^#>P(7T6+2Zsr~$g5L~u4)t>meuU$AxB72%Pp|QScFXmB4a3} z5c4?hs->^C`8`M;1SBy=gTem)s>5un{N4Dd+(dw}`}CLcWED+QYKPhOSd7}_BMOXw zR#!n5oY~oB_~a7dUHxqtr$}^VgKF~bqW-nhkRc-=MZ=PQM6rNGbqjWHS5hwuKM5Xi z+D5mx)>}*9)Tq}It4~Bmde5L5g?C~iUO}Dy5t^0xY`vAqvJ8&FCE4(wd$eIs(e8Lo zYRp8V6>%xJBJfa=_&7RIpcpw+%BHG2JdI}tBSXNHYz&nCm;vi)2y65kISg}|bQMY> zK{$(+_^`RShba{ufxlqie;6+DcwZZwmjU1T2}ivFMk!i-qDYF~#18+NBx3y)^~fP4Q}vN}L}*#IH;8`N+x6t}>^ivWP&2x}{nqj|4WZu1cxhpUXG`7sp7g5vWKFU58+})KC=y5(`55;xZ8&;)}MYXtnsq#PNl1 z4+gR!7u*KwT-I|Vx*K@?z+q+wUXXJ`#EPEHh+afu7=kGEjA{p}I5sqM`aDuB+mGMX zHY(Teo<93_qrb8KEz`;-Uq|hjjaE*F$fYc?Kc)^+GNVBJvFqxzy5(0@`Q;*_SG@^I z@2Ryc5sX{=wVbw|FviBca#RUzq3~ycvrj=v@<= zP6OtG2j7F)v<)oaxz2gDNE;%@JRQ!m5Ljkxc}0HV+a`MH6)=*CL%}wHz94hBe2(UJ z&*lc7sP$Ddu2O&2+{WOZ{Pvst1=Y|%yU&u6nQt~f-Zcnbdex?sIT#mN2W%VeAnU5B z-(5~aVr!Ju zS5{OD3s21vg(t+PX3JxZBUn^AtHg=letO0_1e>S49Jty90+ixDA+rW%z#F2~|2zlR zLJ16*oM9c-%N(gF^2ALB(?F~yOB{*WD6H_by1ZOpzCZe>MebAlQLLVn^=o*a&KuGZ z1DH#QV1M+;LfWwg_tEy7pSJ&bWFMuvx)y}#tMsWCtU&I6V&bpg9HhqoS?wQ7`~)?(uW496$-;TKI54m3+9|}qhS{}xu<03f)rGT zMy!UoN%_J8jJ=HfgMnWJz)xo2TzmD~;(B=6@yk&aD?3ji=6;D?*{Ic2$a+wdw^q>+ zwq?|XNj@HXR~mJ~chLmAyS9nTLTQCzbs+Gon2AloV66jPCazgW1S#8GIRjXz{cveU z$W%8-@Z=^u`2v4k@k7YNLjYF>WxO+KHt76fnXUtWb+O*ZzJwLSsEbbyT2>rF1C{GGjhWUSRRoFQsTr6Wp2UYoj~182_+EOCU-JBa{+!(#L#9&M4!=OB zzmXwU21|SroOkhZwvb>APIM4C)EXue1ThTt=5*bmKAaA1|cTf?*Nt z7`&qh&@|35^8ZF@?SXbs{o{%}^(BeVn_-<`{34YaV}i@GtE_|d$mLDM6P)Om%P?8; zvcEW4ewzP<)kJh9qHj{v6w}n&mvBbH{ses|rZ}gUMg2iu@aYw@Ao9x(-@ZRO&R*_j zulEj*jvsm^D(3EJ5c|1v?QC+}fr)bp%%0oNc%kU5b~-Sx-Dm;qLdX1Ki_+QQj)6@~ zi9z^!j))PZ#JP})LKA-3cy`hYZk0DV?G3$5l3C_#^WG!Ln_ZpOkr7z&oklr%&76`x zDq)mQFVJQKCqGgNpAzZ940$HpL5j+MIb%O^apRO1Am#VZt_DS;?P*b=OUqH(2~v#4 zRlk~~NtE3A2huelk-#i?f#!*;uwA1Q2st6XP7_M4TCO0(3ZXzaE%OOt;RO}ejc06{>$zp-8$%ChY_A2GKMx)i7>nI>Gq z1#~V!7&c-qdY>|N^80$W(L+2%`JR|;G7i>QxWcC^<8dS+7>~_Q5NGIfVT^Y>4#+uu z_jo#K#2H+B=HM6BPVk3Uu(2_}^b{3sZ8`xuPr$1*OChOe!&sHnheibD8tv(1BQgxK z#ux_R+Xmq$_yWLCsjSJ`K~r$@hU^qbmB!}!I%U(fFPb=Wr&pMni}e@PFL*T;Q^ON< zd0?UPH0c&WG^%11l~Y7rpphB0TtbKvaph~J@v1W7s|~+GCSIEK`Fq@#;w<2aUci#f zmAtT@Np&eEa=HCUSs2z_{Lo%6P)>b}RcaMfI!}DnN!We+`h25(pnqu*AR&(! za083c4f*ke(M9a{10Q16A)k_;ALODzoGWR^0%BfBaq7j?ZdT2~`0f6GIz0e6cc7W+T^Fl2JEnYbX<}%}}G*ba@#eH72>H z0Fs@fyc%(hgMA|YonEgpj3mSW*n9|Xr759d{%1aZ|K>C)?@aH85QSe_$5&J>AgeCz zgh`uv>{#G~`BH7ns0f?Pb^GE@8WPBu>4-KKK;{$l)mnJml(L0+^2#>S{x##KeTfE{ z_|d~x;U=*5+SoQ|IS3_Xj%CgLn(nibbj>G;O8A4gS169{X%enC!c-Rb{{hAEO7kIb zIWABm6tV-YR^*7h=2+?hzrdlMp+2223|xKUW=)$bppPVbW3;|IEQPE5=yLl zmZ4chOPOe%W+4@2V)?A90)YW~;bjfmiOnbzVr552=tkChGrd}eW|4dkuhfBU)ZPz>XT_>PG7$yBLlCk^mwSLd;Ae<+Tm$Bv zm@6LBAS|dkSG5{g*050$3*?Vq5_VVqlDK6)Y-opk*&)rC?EoZ~fVi66Ww;RCk}?Po z#}^A6N-AtK&x4m|U}62PQzlqFA6A{qqlGPE!saYcC~XPqrbc%muN&I7Kn z=QCzu3)uuO&!f$CNzJZGvxblWAAy*ljFXmIzA|Ezs52;78@z-7Sh9nVm)=k zl-lE`(G3QI6Zh<-4-gC$QSp9aI-XNw#yOCHUQb_)$>+N4cy5igWL!p+1-d4 zP=9|Am>nQdQTVHEi}h&(GAt56#b`Lpr^iMt%*?fi^C6JX6gFlZ*K|W{mZbjBXDwC3 zBJK{imS$oBeW^Ic<0k4D>B?mIyO-fjf-9fD`?AV;%F#nX6<8%M@tCXVOWmJf!~WSD z6>G1yn~(7aT?a|Gu4m*T;2Q6@UFseN-(FqSpKvtIQ@X@@Z0~@Tq`?DxEF+FmNz1wF zhHO67MJG6_)LLEmn6LWBobKeCQG)io1Pv~w7v@Dtr=NQ@{OS<$8u}^+fns7=>I;tF zytZB|B-fFoq`|Z7G;fC22T7C7m0=r(U!#b`RkYHxy*27=?RT`=P;WHO3D&4;t@TA3 zuJ%~{qMTDu`^nxZBA%`!&I>^Cn()UrN{OBqt!_R8k0vbTJ)s*R!Nmv-!TBs+Q)%zH z^??bVfeXTtdT1#KcELx=KG=E4H++?({Sg}K`4V1o1MC5H3dfPx^+2eV1gD~Z<8bD$$bNT)o>@C1NE zs(_i*j*k7VcIT{TUQ&w=TA zSZ^imrhni22UsPE#|x2d-*BF+uu$3jsfv~HwjH}9g8!mNVjfx6NSpNK4{SPr(}2TC zg%|}4RWi?qtkT@04mY96nLn?`SCFlj^-kIchW^BKW9)54?q>Xf=A(8q?B};Bp(-P~YFs3#hIB%ubJZuvDBwT-kEhn9i@a4_c%Up_b$#!Nu>GI( z>O%i0u&#IxlrazPi4MT5d^U`DBQ=vcELF?SpZ8x>Qu+9Svxj0FbOU@DA9PfhDt_l- z!#r-X-(yHbyjJMYvqPk+pkh}m4npQ`gmfe-;*n9lCnNJbC$E+@Z$D#!lM#8Isyoka z9-?+jR)s(Pq+|GE;TM&Ndi);JE{eYKY%-6+>=_cot; zM+8AqCG?Va7h-Av!laA1gCG`2TV7+mSd_ zHTe4Za-q-jFxMkq478(3n+cr)oJD|glzlfGm4HXq^YUa?rhs7KCy31Tv1NisDxlwj@9u;D=RG)zBN##%BYF-!!v$KuDV~EfR`cvnL)#il|a!R|Jon-)9bE`mjfJE499Qv=OV+BAgW6cl2D z=PRiNv$p|fRgN-JZYJ9knopI%``?lF-n%6Q7q@0lE{;f6A1DKQ{c(pIe38KaJNEGW zOGG+E*O5#pl_ak3w|C#YJJ7*vQ}J5Lrk43Y-eYI_283SRMCO;X5rA@e+CM;3l)SH$ zZswBFbWpAAC9)T{AJjLG&qm_vWR`u_a}cr`I0Z5NCo5`rSYE^Wy;M-u@ zMBp=W#zFBi02t&W6Nsv;DuhbJW)KTUaKZ~@Fd5&W4qkvD&qfXu5+*Q+(F=o3`_=pd zXjeB!wl~Sgu!&$&9Yo04C<->Ol_*+0ayF_{oM7i_5ieYHjcK8y!7EiVLeu@2H$p^N zVH$Db=bOIS#0RXp<&6)n2AE`ho(n#9nH&Y;j^aEfd)s>9xw~d_o9$sr^{rOn&F44BDcYu4B55>Q=$?|E8AGV7O=rRMKlYbv+ z$P^K7VL(XV+#47|&V2)LK?{j7%!UXRe1TRO##+0et#YyEG=;FPkoDI+m#6%MgE!1R zqX&u_(yXuF{_uwWNDP*_a{9?2ALi3}kqa(%iHC{K1v_^LbxYKM&UlX1d~ehgnpjF1fn<

1DA`_z5g^MVDH!NYdoONDCt=eUBa;{VdJgWbo%3aiRptVG4;sB^SBz% zQn$!Ert^_(?nrYgEC6R2^8VO7S>K-13jWN^lXcy{FgtJfEsd%?SzDMvYUAnB|361o z@;{p+Yso69yfj%3Fa|icB4;VOC)3YVPQ7#>&LIbWS1>e8k>6+rEtOfQ? z|1rx{+K}rU<4BiQIE^I}K2>=Svsb{9GTd!RiOLC-4w{~o;vfpfWsDlZqjQdZ`L+~Y zu!Fq}T{aN?SK2q^g!o&j;BK5{zQ@kfP5y$zXHjI9SZQT}?6CGMDXVV!%y1&m+>#do#n>7xU>o z+na`A6^AJ4%;m;wD#Iw)3`?deFlfKND=e57$d0Da+U@IX@Sw9!ndt44WQY`nb8dhE zBR7)r7Z9$!rVu;HvNbLv`0A@m&M(S^F|GI?e}KfsUv#K#(jJILxaIlcg-@COlwSy! z*0ez642c}*2X2@-(ICx1rB~~T#OcGxA*&6-fx6)WJ|F%|74W>7wFb2U%i!da0cCJd z54pcQWoPhJ$Z`*7;WE2PdUw46F;RI@fcj)K8kcL|GDB*_8r!arG%boC!oe8Pl9)r< z!XHkul;DE+Dg5q#UL70Nkp`FlLmK%*HPCD(3dPy){o%~;V$P(tYm>F0Ol(Ua!>uv} z-Hk1hMr>Z<-8r33@ZX)m=mLM(zPf5Q-Aw8Ij$fq>&pLf(0iokZhbWL&}q337WWJr=v zIw-A!J~RacP^oQUH7b(^wP~_u7ck2(Kk*lV?wWI+x-j|`nRN=JWtk}$s?Rj4vf8|XcR8P7T# zhLA?%g?}^`<4Sx);PT6>4falruqmcaLJkqh+uhys_uZ4zy`#fdogdcmj}Wn6Mw8F0 zDFp!ohi}T7;a z=f|fTKdjrk`sr43>$|P_i)=dBT-h+xfE0qx&cTSD4{uvZ17?zNYi6xzeP_6J7kXV zIR;twFS+>gcMsOuPp+0#oMw0}$imY}X!J)jBP=(mljOWMTa#!&nPt=V+7}p1rvtr# zBMpy+x7$R!?ac~rKftSE*UT~jprUCaHI!6f9-LNL2KuF z8ijHo+kPH2X%U6`3G1}KWRp>1n7ScYS1}bRRNfYi2ON5@ZBByi)JI9bfbN-Sg|zCN6jasO1gI5ti!x&w&Mdo4 z(Cf9dvA0VVbF7}*mKG~j?0zt77wj%H$*)!Xp5KcW=Uo+!4J2D4KP{Jmi1Y{CIQ18U zvv7Pixk5R`WOK8{kXN!??2f} zFU%%bZ$DdIZ?A5)n*xoBwtUPO8r6yz8TT`4YjD4rUYjM#FYl~KF6o*<9<+Fk5tU?DKDexSmt*|QnzLtaU<=dRJtN4tpa2AwzXK$Vbyg5WBvFqICcp#r`$yZ>r967{=;MRVmk;?zH-3&7&67tRd(7hOxiV5ACy=;2%X@rz zvzb64S*Pr_6eW|bL?^;qvf9y-Zw~gyf+Rk8sfi6ZPIJkh==*+FLXdB_=zZT3X+ceJ zE723U-%VUXAD&W`uTlnusEJmL!{N0AVB7XiQg2|X$bFGJ$4UkWu%-`}!Pz#aqWqQ! z=SQe?0L-os*;O7*hIJ$cq?Cvc>u7^HwO~{d6OF0Dy^u2J{o|U%JbZ>i00e594@$|Y zWLZCPhq zo9V^BtoF*2(akADIg2gB6?HwRP^b7S*jZWwGpFEA*9n0S@Z-KL?UJp~JF`IyVQ{T^ zuI`?@iw$IwdYz7|X0hyRD(a~Nn3tYGkbYbDZt4ZKfW-)M(6X3v^xhpKJk zyF1V>@LZKlfA1@A*X}{*-jC1(=t`ZilJY&^Lt=ey4=iRNRsZ6p4}-V@;@_Q?68OU@ zq;EC?XTgalmb_f`7snGy$z-!j2SLmdY@nhl*!C}-u!0l#hP#i8peY_#Y%EbKMx;c8 z(FM>g*AMJTx)Ip^+P*~O0J~i&@<6s_p-r2EJ1kD(E((UHsl3Z9m*1Y zV3xIC7E7a|iw)1FMikN?lj}Ed*0geNd_HNbQ>(iV-lJLfTB%X4^BlLhFEJH+(3x*( z=7mS-eYqk&6Ei1PV5`leqsbeL^pjpng;r9;tU)!+abt~2 zW!*t-bPnPS>AkH}(|s-1xGB>4cEdSQ)7o@HhY=qhR>#as^I~bvNM&tL(i_!4(X8Ix zdbpk%lTWxg++ftB1MYp(VZ!*MaL@g_)khOh6H%!?cY{Wz;j0+rV>>c1Z^+{Z;YRgT z%-%b-+vtZP5Dx>!O3WV74~yG}?I1l6>F2k@?SsAD#G7d-(ZF!TWTk0$p&R*}eW<#I zu8)nm)>U zOeeY^YT*JB%eK8@gPTA&0Cpi8EBlW{U3FJ4Sy$ccQ?&A|Hyuq}e2`%NV`|_M{R2j` zt52diT4LX7xlshcB>Y?}W^htUg_dpzT{*a+6eDtIzuV}WN-izQC0&*kH(j%HC!-6) zdfj+Pa{0=2S`H^J@UF(kW3CnxWY&(2@( zphy7kUj@Qd!`svqzoGEvO=|A2m$Wy1StY_wQE#!Z*lxZq)|=*wZ#ta514XTl>7GN% z;a7aDAa0EFb>NnFCV(Qr@}8xt(f-vsK->E zX)UK9w%+aiB^&XZCStA1X#}M|9zcug zvWkKo_B_yGve@DlCykOBt#jNLN>v-J3%iz8c4nT=?CiLmZ6g$G_Yz+sk2WFTGcGI# zcct4$AGos3N*FwU)UJKA5xk*|_eaNSuool$xQ_&A8O&%*@5D&%XdNMeFka;n`PHo1 zJC$_U`BV&Aj5o$^Fpg=Z7pf@0P!79$x@%%aM#WzV(A$Jk? z7!L(Gg$|MPcZ8IQ7&w}C=Ra}%(5D0_(HNv7;&LmXz zkd0U>j88$p#~4N2)#B$dpEwc?K;L{&22p@{O4gXm9AgI!eS}~^Xd<7op9c~jGq}l} z75yC$YyYlDhj|Z^9xx{a1Qjx)l9P5st+;o%d$O~Cv~&OdRLdEV7?ABDS}oj^H9J+` zQ2z-8xAszfX!q6w+70Fv+)Ia}-lyU!F6ztn$Af=fj7Zz{Cp8HF+7VlFDE}ByC`ulm z$a_${xR|8K!|4W>E;D|1)|9|RCZqu0i9gNO3YbVasaWi#e;6a&0Zwc^K9>7jTMHSr zmkE~smW!k!2L-!j5$!+|?0D2qn(!e<@`bk)y1sa`rI?}u3`3QvjEXGq()yLwvOvDC z*MZ7ZqRu?rO8+$jPbcNNvDjT<4uMd)|COu49k19e;9P8{lZb0`M0d4FE9>*G9>4g5 zj$HnAD*uFiiOGckV-Dz0DfwRz9_L;qUmX<(235W*t}huzt@~!N(pvTG;-i#S5hBqs zmq8zLWp7k810D81=irP&7CUg>UEt2V@Pf#3vSqZNP-%V8I9Mi9rw z>Se>gPO+ewwKQkrnJa>-W-AQ`G9%$>Q%u=KhB2%}|GdE6wF*oTw1ol2m!!J}$0O?k zL|#k~Z+nS;M;tvbD+2+)oDA_gPnT2}09_SOv(aqgTtEY8rnT_l?h6+gbphOGAn*}d z`kdXB3}nH+Q+owF^G=44=Ny49$Rk{Q`L!jJ-J7tBl6r0c9v2f94y>Kn2+CKJbU1{L zp#Z%Y!8pZ!<(GF_@SQyaa}oYa>xO5Ca|OtyZs`B!Mn$Fk*E6A&dmm}^yh1Tw;yQNY z;kS6Legk9B-Fy4f8DXby@9(`mJm?;txpGUqb>7f~hxFAdO(+~j4p7#VrP4Qnd$ z#*FB-kt$Zk@RNs6BQw~WqMJ2TntB@zYDBkREq$rJfHqcN-AdOg1tOd;Ttp&LV0|$b z%^-~aGRlVDPs)V#G^5op66V*Y_kOD1a>)LaLK%~e?H@huUs!gZP$x`lYvZFCU`jlk z+6OSRRL(wvVIerhjNB*SA)VCj;cf$3X6O`u`mp;=bh6$%I0gjHjjbo^PgXZJH#XP9 zn92DH$G^a=G;~G~@I4D>jgK}AEiVxiuI_MCP{Ut#yl)AMxbARMWF>~3lb>+LryQeD zhXK_IoSgV1`+iRJ!A3K3py!s}Buco5*@NG5 z_U}3JybJMbkrRwxzW)q!vDhh=cM%E_JK(nTw;k~si=~;XW^j1npYZtNM;AQ6u7}<+ zrsbkDTzf#`cpPqH_)d?Z?}KvQCte=6zWAt6SlPuLd6Zm_K8yFCMV^CG#5bA^JkxOh z%2N`h1O_P<9-JJ+F$%W?OWlElfdg+Y8^d${Mght!>lp4sKFV-pW2OD|;+hOyh}-DxEdnmaau5R#=+L(v;>DGtv~t?1+%3L0bQs}R zF>}|Lw8;@&p&lT|9ay)=;$MN9Vd;s!o-3&Sd`J)qP{m=IslYG`djRAxQ9Lc`aqr~& z6wGPEJe{ljy*nBY8%2QD>{_;cpe$TqOns057iD?W9-9xSPSEKKP;&90f79O8dll9% zvfF3@=Wh6MxChF>CQ#uon7ODptW+IEc&*u?q?)#&xRYsd*&Bl8hN!6#N7{2)vQOdE zU6RGp!Fq_Wf1u-eofCr~@K~!lksZa8kdFbF#!VlK1VKdkNqS*gAE62a!%WGWd&DwF zHs#<`q{V<9V2J53FY=*bl(^^S6XrCh!VO6W>If&MW}vD19j*fz7>*Rp5a{$M{WEt6 zt8c*V(fLKNzJ@rXxrmv;4v)~nd)x{YfvfJuAYdf2Iqhb|t&;5LpTo&$K>ppq&HfpD&b-)pdq+e%ln$P+}AHU_R}4vrwG?XO|^~ zoY_}Tw^jjaV6WTlvT0r7l=)4WUlkNF2!W4liq(+fWdfitph`t!FL3Gc%E&src11FJ~hRzva-@WKzL!NA~H>{?Yas;OeGh_%u?B08?zADSdWb(2j;m=&u zw?)vy7h-atIPb)sAKE(JJH#L5Sf#?zFYFuTPHi1C5C?;N)wu$GKRh=J-p z1qn+KBPb{cNJs>8Hj}f4@%cD1k0w}0Lh;pOCsIpTxG(0sKnqq?aA|SEDl~wgaQM7K zF=SBq+k8BwGMr*{e%I%nJnr8RxUO`d6=<@{4Qn7&e;q7^D29#Z@e^xn>;l4#oAE*N zC~3q$yKnrHyTG}PoLc^nI=FSC`M>p;IwkWxr^TKR|9C_^3+_MB)epwcwM9dTpYQt| z>Z+&FEkW!!{tMfx(&d^n-L`HC>dvA-DRnij$4Xg;08Jm53%Dd?KzG{Vye(jo+8K>N z>DeLb=VxuiuV@$7o5^rPz0>zTUwC0}$xCm$nJ<+!Q*kM;Yzb z_uVsCGh6;ud~Dd&ytzig|(Z9 z4j^em&hEw;V0^RLN`Rn(!wOtcehX2~wb!^D>Lc(98m5!a>d1HucY=Z7j26e>YzRbz zmM8FBUp1HCSVzi(qHpz;slWOPVS!u(3!Y@%&PEgWo&6T1U2(9TD1Sk4tl$=a=d*dB zT0m{vs6-fL+f0M-aFYMC`Qye$Gw41-3TCFeeb$iWlRi4h*<@}OB@YJG&w;T(6opIh zC$RZ-4aj6_m0wmYzSWJc0H7a5spGV;fbITo|hHRqgwZYJqi5NqhIf<2KX>~zcm zLwc&)SH8$d4_|sBXBdnK@L3&G>IFZ&cW;R!b449P%+`qTT}4EL@CfnmQt`lntJq>* z0ZbG;@1lPTxAlcjx1REtsA6y1dsksz*n(aU7q@^Kp-WmFA&Lyh{Z}mzH2J^0Itx$v z#GmpAhf_P}_eCL@86S=@BFHKe*c^8)sf3l%BC&i4BTfN@nBI(*+`;$Ma|#FEEJ-gH zEIOo4k8Ut#R-W8IQpyYVr-YPUC1@-WQ~+VLCT(fv4VWiEy~7k8HxWQ1 znnqa*HcWe;z$S_Dft)q~?GoT)KDxNhM>CtWFrDNj^?!NN?pUQ%zD&6Q%!j5q^b-U% zP?!`YW5^Q(7X&+zaS0<2@!n}8?Y1rHNi@A%HIy2ADHD3nR))nsHO00|bJVOZw%xK@ zlQgI~Zf$wJp@gJd?GzZI;jEanLMXgpu6x6A;~}*8aI#@d`xC;gUrOvBpxxkgzPhpT zr2WH>KR#=3K7ICNW9!-eKD~RHRNpk+mJ}U%-IfH6kLa)6-h4d*l0g={6!FsN#sUVd zOuiq@rU++-6E6yLM=LHQ?Lqmysf%v0Y>zT~>fO%i_F;7Po#F;&->@jY7QCYN3~o6W zR}d&nlTi2R-GsJUMI{?3KJTTh5L4sPRmB*83yCFnY5<^1vP-jXk!BCmKCTyX903qf z82vXUAVsZ*z&`dNml&wY0k6+Sw;FB_QWRLXZ?pWnPAh4~G@RMod(vE5iYf)I30H;0 zkw99!MS}{43t!^*NL2S1ax&M#!r8onBw@+Uip2}m`I7!&or#(XdO%Q?ltEbtOa(Ev z`YjK)qp7?M{?*&n2kQw`J@!VeRrv7iAfC>;Aoa8nfw@leo8LxTduggI3Gs|lXw{nr z$~hHE;zS(=3Hb{+V2!md!8AKs{0l1VLOMfpJCJpN_|aJER|6jpQr1SwMXxR10Yw$5eYs zVmwPu1PPX*nUHSD7aVCsBa`)uGK@u=cL41Viw8TlE3C3l8y+_I8h0>LVSL}UiKx?weQ8y=P#NWI*hrpfZ z$v;WpKOrw1S^^j%yj6*T?~CXAr)5`UfUrc{u+~;{Lqk+OIP3m;)^Y=VVcV#W-h{X( z8>5S~3Y`Srq&WmIsV3qxhT&TE#}vmSZFncU=A1zr2Wk2F;eS`F^S>99EdA_`esvuV z-yL*M_IAxuEcr7S+>ur~S*TUR!F1ntPwHA#0`#}Fd(z$BuWM9-0ybCb-vBc@YfZ&+pfNdACNl*4#UwO4nu2 zOYZ{sQyX>)?YE^uRU2Fv*P=%(H`u&jbDJ(IxtI+;Tfa2MzHlBK(Og@Za}gPWV+pwu zaEoNoy9B>h_S!KN7lYpJO?Pbfe(n)new(a-)84H8l&qj0Cu&Wa|E*7bh;$+bTx+_O zg$JGMg?r#T0h&qUS$mx!(hSK384Ak^rJQqi@e>z=zarW;wqR5-s9hAnf%wKLP#*|P z&CBtKEH|QXG&d!AIANr?+^k%OfZ9Rc5fC2Nyo_xareC4xh7oxrLh4TI(bz(G>>4+= z7W<8$N2`p)4`W5oKJY~ix{1@)&jgsD)cvbu7p)T*Mq8o&)?WOQt0daZ1+e{rDZSd zRr~+j)=`SJO|>N+Dqc$a|XY2f!EQH=|UbiXCO%))DPp;F@iS5&3#ivZX~(`JnL-mM^VJLih!QA|3U5v&n)pZHCKJ?N722UxUbf z-V!Tg%^XF-kr(i5xQ~TZ+IFmqGB!sFqbe?j`eo7h9ChQ|cH?{aVzWakL@T;6=4vTw zP84I~s;FbsM49D6sX_(UO-Cd0MoLzVlnN3w!fgtUFMso3``7dR?%~_BpB7u_v(acL zzp9P1ec+)TEaJ_HOgUxGDV$Lz2zDi0JkiM!KA8tjCi**`(Bc(`^``szFrR+lVeRh$ z*{9)t6o%b-ZO_eqcjku~X5dLtx&wr<;6S>DBXiVq4p_XnBNZcOhXGsmATK@>|66{- zoU@b=0Z!)yxwWAT2w_aK2_=}La^#vY&I#TX)dKj@v=nTrFeuhSLxHJ~S_PHE#q8<| zUBAJPZWa0hv9n&5^6DoWJu{9ed0`wKpP%lUPB+nc0qnKIyo8S}c*SjBm}xv4kvgvd z56xbJe_E07hx~L?jPT-Yk^*8+#m4X&=J|MHhH%+fR)+PH58w4a zCVf%|knjTx1U~++LZ_BYAUkQZG5*yok{W5VB`=`w{;P_DpR@7)N*4ObX9DU9_8wm{ z5{*QG0hlkAdBKhVvR~F*L)(#dk{jfg=vZr(FI6)=lROyKn}nS! z{xQpYp9c^KIfYvZ9WZETt>VriM#9dC8$4Z^HowLTRUibA)mnWTZCGM~Y-I-=*;d*2 z*b0G3osA&dpUwkQN@AL`k%~P}NDl%vfiIvG-yD(LpN$8!dokJuD@#G9$b8I9n|{Kb zAkfupJE=+GbA1kgx&oMwa?(Q)tii6wFq;U@YjdGf=75DXBD;eL98bQ~&ql38^UKf) z(xPSXNu+f1Rkdd$pMwk431_1y<914GgI&R1@Tcjsk(ivA^rYIjZ#X=Me%yB*w+Yok zCwo{ya9ZJYf($Cc`b3BPPj9xNXVe?%$P4C0Uf^CIGT4)v3A3=f-TnR3z5nbg=N|fc zB^S3cePd5+l1)%)mv>@GFOpq~Ul%sRZfFa-H_YE7mI0Y4RVi@j-?&?9cf(?bXn|c2tgaG4kbALjBM6Zi z5_#Q7x^;U=`67ACYd3{8+E$aN`9SV6E}`j;0SEsw7uf?D*Dg6O!P^74O=OcmT9Hg} zU7aV8*(VNQq>q{6sGb#@GU#+RF*iTB*R;^=>usPFOS-+>4B$?KAW?~Fi? z+a;Zt`+Eu=s(acwjq!YQD|DZoY#*NPbq~)R007k2smzVg)fbSE21g6Iz24+>8QfJt z++mzQ7Z10V90>v*rMa_*h3kVe8f+7Mpju12u z0}#oZG;$+QR5VbccuInAQa%crDAc=xntgy>kMbhNYgRznx+y|$bcy=Av$ghxk^z?$s02s{FoVK$+O z@c|+6-7*yvlXhiBd95?{$uyFG3sO^%s|a;}HpUY|j@f1<2eZE5TwLZ8b2DNt7*K$v zJ>20qh(Zm3A@9(fJt|hE12_ig;o_P^b4B@<5GN8p_JJ&?BgsyvVIoN2@T?^*Tb-bv z?Iy>fVE-!ASGed7&P-nD>9@neiUJuORP3s(qhHKat>YvBwJE8dv)K&9SOfKxEyD`8 zro08Gu*T~b_EU%A?m<#88-r<7pglqT*9&j{7}bUa-7p~+9#I;ccpJU&1{eDx5o!>( z{(Yj{G6L2#UnyP%c`m;=6a(1^E!;?=Yq#ku-Hp$pJ=#{j#NqxTDf!~5c9*mZs7t&^ zi>37B_v2hIIQs89@gw(p~bz(`%T^fuMVXzyLcG2@l1tlGp>#VtWAaDBKR#-IY;ws*osH%{zbc(BnJlB2*$zAa`)kJ)^L$8>sMmw) zx2|>SZzYeI;E2L&{ z(QV4*5E=DsbevAi?ob`^?zN`f%8%(nb0Nrvj`Thg9O;y^__F7op@#?H=0GrY7ipPX-bhiXzy+xp#lJN;8+?EiXSE}VJJsIu zRF)9Q?>2LsHocDmz~F)7Z0Hx>S*t%kT-8bi z{QC><^}mqIG@8lQxg-qaL(aLo;dS`*Z2N3)xA`}>{ho_CIgp2)M;Gb&iQqm=)^C5f zq(Aq&^%AMe04h1^`XHIvnRLF=l-`9u@k0G%PU|4s84Z0;p!uF~V)I^_Yvlwn7)5Y_ zH%uvu2&52!!-}s+!^*ILBbMi!j3XR1mIasV^lmUp`xMcGSj&h!Ovx5^XOtl5rQI_DZ@D!X=l;%o+xc9HVu zxmY0NH8Kj-(SpHPnR$_?cGeZ^XUazA=r|1q z4`6uLrnfVQ{y`ipaU}F)QZ)&fUJx4xS$ATni&?1#=N@GJ3~_znV}fZ^S(E|?FE=aw zy!_mBf|H1SgX|I$)uPvh3KKxLlm#%ANMX)S?`rJiXW1 zWHLiIzTY|2>-;zia__Y4sxCc12jVNDMFCf@8zSI$=JrL{MlXWi)`S(Z2Yt_aaT$UiluJ z5a_G~Vs+f(S48H+(KLHb7YN0;j1p}3=j`rH2BDmoB_MfiW<`F#$iU1ho_k9SKV(+w zLg2u6rl+3(@twRg&3qBu)^E8dBi?dXG8mu4X6_Y2SU+ zh_iZ=A*{^hW?h_j9T+5YUaTxa2WP9L1ZGpg-C1vF>*-PM0Qxmo8O0^y$|#WP9&Un%DE#o>j)!hP zC6u4;>qXU9?<;6;{B6&HPT?|G^Io--2e(j{f%v_L+sAGey0JezJ&67oEcXMFX(8ya zX4sMYB8=a}#hTZO7BbP+O@*Un8N3z1dfE@=x;Z;JKRbeOW1h_~TC|-v(|BH$ecXes zh>6yLl@q4-LF`ITf+?S;sPWR8Vv{-%)n+|LiQE8wd zF|K0zR?={iC#Aa%a?VaUxN9+>8Mp?GnGI(vo6Uc+eY^)6Fo2NwjMfH2W%HqFYC^b1 zqiABz7TamEv4h3%P{0|B%M$5wob~d{+}a8m2+*@zN;s=zFJk4Hp6s1&%lm!5n@~uX z(jbU<*4S8If4aK9vD$w6yh)-VEFZ^xQFi&!WR)#>(PQmWA&|!!@gSu(Yq5weeKxC% zISnxF7=dd5qXq3;06rmzsS#04UobjKbfH@YjRJVf`V{rw`l2D{AxHXr_YlnIEWr=n zLyUQFClXflFFSYDOYNbHREix)A8nnP0!!s|pzbdEFLQvjAM(%>X&RtbWIuB-h>?MZIr$m^VrAyqV#>FJ7Jdtm;DH? zv906D=mO%N-*fi7>8AYW>7*=yFIn6*>G#nBL{{?92+-uaZ^dZghK+<)A^pnWE z;J0?Cw+NzvRs@J)gMVQFdl0Z<9_;lI%IIA&PJ5rTJ_++iOc;;Nk1tr{$=@Ry_Y0e1 zn)Oamev_EZ+Vy3BOa+2!dEzkDvS2O~qL0%@S+y6ElRK;F3O7bmNT71R;2@6h(|9`+ ztH2`bv~NL{=ZlOyASe}f(a(**3);*13%tgd?Ew5{t|0UywXuxmOLjOd`y=)-SQ7`Y zEXWIfdPh_WN*V}8?1P?8FiQ!ftw!xcWwFSwHCQZ#Bk6ZzE&cG(Oxq;A(}F^9La!r7 zvz65CPmEykLq58P+dKQDt=|eyXt-5jqf+Dw?%5CPAKCL7Yndk=`jFc9TnSEqRWHzM zTIVq=V_zX0N#MGF7N`6)m$bkxzpDUj9ln#d#7xrtrQkz?&_{LEfq}Fc8fU4R{Ichq#bTMmKq%l@svC+K-*jSF%E%c$AzRy*qsUtikX633t&A zJn_MME8$nju8Wq}tD~86_}#3?&)MBxaXE4noF5!r;_^W9G$LdzoQx3C$!|n8uUG-E zjG0YC(cXZ4qtn4DP)*iX!iyKuUiL4Vehn%Ku^=!%cpo(zjoGu6CXV>N3HI8eNSk$t ztAVazK#eyh{kaeM$7s&py0YpngZt-id@?N~3Ew2Dh zK(W8hF>H3eg;=*D{V#B_=m5jz^r-DIGY{1$xx`1Yhf$`gSUkFlU*LdosWzx)Dgg8OEjT#`|;$LCsgt zmCV8Ta)YG6gIdtpNjfN7Ql4cCF{1JObpL4gr^B}@(g$}Kqyk4} zI*BjPTG-5CxBGhcXn)_YDxw(F=B`gGe!QIgs0@&M{Go3HPBA6l3Ik?aV9FfNrph(W zFnq-MQqR$SnX))p91Lj1kL?uqJC<+Q*PT`$-dW{>@EU>*hPZmbtc=HloE#ffI|9ip z^AfhJlg~NpWlD~T*Od4Ow@!q`0%L^B&x8|G^a2M`3p_7;rHvtkCG~k9G1=LnN+b;W zh}c;bc&X%Qf^3!~gSHD&oquQu4S{IpMFUZe7)TS0Iq18LS^~mT$0INwVlj(BRr`hq z02U075sCbH?2Ol_05|hfWY+ah+!(v&EF0b-(!%4)VK>u}L09bkAM;WSny?;=rZNQI zOFaa9oKw&4IbAQ{$!PL@3k<5teD5GiX~${l>i9MIFS&6BlnX=>C83BBM!KTYZwEsN zB&SR5de{+J9IxUA)+7u3A=dD)YS2&Ty<|s$fX{Gsx>TTV?+|AJFRZ_ z`25U}@&b~FI1Rdm=Qo{yS7yIL&uy+x83*JdUc+Ck%#LrGvYz;>VGW=aPYDALeo9Lt zm5t4VJ4gd<`XOl)kXX>4;eZkJR@Qa=T*Gn0%6+4sx9d_~?QEbQV z*+29{zHcqWJ0QVF8j4-CVB(9~+(VyNnmSe(@m>rRZ1s#hv#oSM)<2@)@ZO>qqh$_W zd2*ND$f5sQl3a}lv}Kl^gDb?j9R2grOswDdU(F1IPQqh`J&T=O0q8n#{?QXpXBLqloN zPRUDVekJL`{IE7Yn&H8EPY^Tsh))6jD-X$wjRhThR?Klcg@5@QbR^QT>;o7SRL)EE zWAz56p1;tB5`1z{UNvB9oQ${pUAf$fso(Kqb>58;uvY3KthZ8=2L_nH2gHAg5}(z& zI-v(osAs+s!=GnqF~ut875IeVYm#*_@q+_N?-LSNHY}ut3y!OU2KSu|-%(96P_{dTa$YwOBxYCzD5yWc#!GA#KW63jrb~cjy(H6$(#R25(!s%)3kNb>b3f< ztaaH`9QNX(D2tli+bP5ZSw{lrcs64JMDeDq*&C*Y$(`7Qxde!g(m<4oHrJfuw@&sT zKy(`e+@O%Eo!JXCG(yajqD^Tkw@g)tb!%QGN;nSd^dgP z0Lh9|RH+geZE>f(EnRPN><1-I*9uWj5W(5|tA!A{!eaIR=Y$ZXqjg>XcNaonNk)ho z#nEVrwA3-@A~9rFdzfS!)l6PU+hKNPo)ZG!J#p%|WR^X?`DEz7VG&1Qslr#QuSR2Y zVVwPZ{_c4H-6>obqcQ$|dc1uI0NuFsw)A*EyR^(Omptjd-8((&o|w{p!yDp72I;3@ zdw3KH!=_)5=!Dj+GZv3P~J_`N-v{^ zsYSD5kl~1Yrm2ysxL611!lpzUPOz`LyL{wg5LTwyCe{@qUamsgLiahGt3_R8v zJRi042>3xzH)^P@Wm&Lq>4mcBqoM8Nj<16OzU8)Kb5LeH`3zNH?HY&wC zxKK|^i`xSeXxZJL zW8D=Re=PKe$u~E7z!+aJ03$D;!~j!e4~U#6Pr&<9KQ@0ub2v10bhX{Wnw}V8f8mg* zs@Gg~w|HxW9vyN-yd)P0DHvs3WAaTkZAeVqi8_6Q;;bEA>C-zb576>+snWy~I+M#a1B zVv-iUPln|+_i{lYHN)9pnvXSI1PC|4SLoh8PgWbNPntUItBR?p+#TN40XK(T=ZDy7 zBm^`_b~bvz(rnFvc6n%=HYm2*ZV{B}7fTQx?yCJo+ED4q`BiR?NRZg?pNqf?N52L6Wa(_8=LVo`KvJ{^qlK&z3_G>@T?nYT}xmlpI?Y zAZq9E>&f=MDHQfj(>&4H{|nrf=D^)u@L~O9r}O>o_v+^MU;X<1eJ!-1*nfR*%PlaI z;-XlYN50V>hTquu$h?4eC{t z>vO8`IO;>H7x!arg$@MQ7QP6U&;to35g8rNQFj3;T}wLM1>H=t~Fv-D`;f7e-$h%ePtqDVf9ha<6G6pvU z{;1APS+KeHTQ4#Tyu?`(^ZT~#F5Zm(qnjXJa4Nq`2psyR+?fx`&> z7HjhxRNFNN48sHAL9?p$7uB*T_a1ny#iHe1c<+jSRQ{rK7FfUk14aj^$RP@BE+TnK)a#bJ8`k8iw1)uaIu>{BV=5!zDiA(K1knI z+s>WjTLgFZv`}>=E-l!$^zy5}ZZQ!lykGeXF%d~2MtQrKnR73QRG_x!o4|GE4jtKp zkQtg_!0j*|jc0I@g1e4!StixYE=04O~;q?anPbRtnZ>11ky^%uyx6X&ZP>vZ+EWNlxFOzg)hB%2IYQ&V4&}DLB$B;c{4V|}&A2rR~CjjW* zITo|UT7fDB^Q7elG|0mVqY(g@ITjH>LcoCXh_T~LPOknKI0heghFuML4595Ty`(C+ z7$zUHV`A~xG0RR=!U?h81mOikCBSK?75Cit0hi~=&ykqPKg}+y@V+|!wl2gk9s=9) zsvbT@?i4#K6#jpLO-Ge?ci@382h9n9aOHTxNx&1P+`8X;PB&pw+vwrWAb7M9`4+Y< zr~@8r0cYj?yyJZj+fD=KFCf1zn!Z~0`Lw%lXtg#Hu(700R>8B!v7waUn>Lr_s$S?< z93aZ^(e|-Kn^IsJzR`Y$ux3$5!uvMuJ<6{0m3jF&F0kHLnRTO1n@ZSP zsPoPwj@ET_omHtiL{&~090U-RTT4jgE2?^~$NXxc z)c&xUor;bDR1MRFoE0fj;bfqg7mH}roRd0n^P5zTyjA@kg+<0yd>%-w`$kmlchB}E z61<@E@9O}5PniTb1+~YJxc%;cH#nh)vOQ@o1#j6%8>%gde&dGly2}No)G-uhTyq+s zQR^f0O}oGAYim6$$7)EMS3i|ahzXxvTpW)4r~afazD7rx z#Ss@?bhsb&?;f?a;~e&Vp{^%tt9VM)iJ_FRRQp-ckWTS9P3O51sQ|qm2|@;I*QH$4^-xZqZJZpA}{oQp~bcEP`~HLDQMl6$;-7W=FPAav$I?dqlh5iFiC ztGM*LYNAjdbU17W;*A-9H;xP`?l)$0%m z$kZrocR89(dKqhXz;ZYq0H_@$;!cx6c4hdnVr0%})*>G-G6(|0W6r*{K$^o~WPrQT zEa{JutI>#X=F#uzI!6yHUFI?`Q0;b=8&MlrC!p%)#iYyzmy~>)UXtFc4C|MlBtJNS z{!*ymloFf_DW{|%PMxbs2glGUOFik5B|3VMWL4nt0&fWfEg&$@fGD=U_t(Pl>1@iXzTI;=zIu zc@bFIlk|p}KnB@>;tJh&T*bK)bPhv|(xb5k=)k(Gl&6G$ZJ8pRkJp2sg|@*72R&kh zP}&E8qWAuIl3im&0Xzh?f{NyhpZvr#FVp?>A{$h|f~+HY&1>`KXzV9(3#*o2!V+qyZ1?*|;|%}{ zIsy;>e2UA|)-s<){$(U4IEpk*=97>;GUpViBaX6O_To*c`oOvWc>j4Wv@)OZtjnaE zXI_}|^qM;b8e03(odC$n0tvDak43)T^5fnOff%M{PS)1euwU2d`2ZbR$5n^_G25J0 zU-7qb5={+sY-yyXZEjEY3YSw7zXW)4TlV|uSQ;}zR|9`jYcizEPmlw7LNGN|!pd$;rr?5XhmBQn35wXUE{#x7Nq*_@sNhePX1@ z?e|^tNITlWIlLW%x11OlzxoH_i|M)D>ioN=XNK`Rd_5c6IW|{lv)m&cUfejO>?HkKW3w82C|xWvBYQJO|%y|77LkTNnU-x zGzb5!r|wIkOsxM{L~-Dq9~F<hy_+<}S*#XJ=#a^G-Itq_m#kn$%`etzxF-bDZh%m588 zqe}uy?Fy0c1W191*xmh%Uy81wvYYgsV?Oaf3vXlZR8(06&}u;&9lziU+5ic?^7f9Bq|EI0 zhU13$W-E~$=zXFs)WLny?G)Myr#I;sRROEW!(L?58$jIw7dB*0ojax%%OtVN1mrW` zNp8$~n>D!3N3+sw0nC_YP2Qy1l-!)VKXnhb**D*<7Bny=>~g!7V1V3SvmX_8!gP`r znj!!dZpo#8(# zWB38qmiIOPX77M)a@-y7P{M1};Sa~CVc#ZC-fjG4hkn^Hzf7qKXc)-Pwq_;WZ}4iz zd$prqaX-eo6=E}OGnVVbn(F0__fner;#z`hOq$^<4Jz5kJN7Zn$32wLZ~M^j8M=M` zUB01T?|85ITM|>8H#V6IsYjRq5}1CF-;n2`sGdDmXw*m}%kH1d#g0)Vo!sgaphDf_e! zD26agU{=h(h`$dGLmXNZ{XsiX;3nKic^S?_+*5btN1B=FxI zje8hCA{U4A0VS%lB)+;BZ)sy7;i?>r#Os@Zpshw71;sG%=xQ>$5rLY+E|?`f8e5V9 z;K@IiU?ZeC`{0s57;LD=YAH^Dj*(F^I9|dZRLEMLV0sfdP zNjikHmcUqZxU0-B`G9N_aH0_2(TwUzdjpdEf*3QPh9It-P>vh0LiV8 zCw#x^n1LpLOEy*-UfHH9Q_EUEPwFc@f<5ixyzlMEU)G04K#GXURuT$G_lT!r~8R1MU<936iY`67(R$EpG-RyC3n zSEv{UGl-WR%6}e?+E=MS*IsoR;rg(sNvmNcs}nl@B4=K+77W^0QD3mEGE{dmuGQL9 zg*8e-%-RN1i$|(=LC0%C4agP+YTrqOLMkS?fgSmqa;1D;buowu%&)sU@7~&!b;|bj zJ2(KO6pvoyKp9ERj^Y%&K}T8k9)(>4%q8)V5F3IlHbtY1#pgaRN(ybqe6D$E8oUD{ zRI+M$`S@h}?ZGzcU(XFOFqC^@KG_)+%WHTaP((+WERTE3pn(`&nMVl+7&Ilwe~j!v zrqb=1J`YpQ(xAF+6Aid{YRtw2)cA5XFkAd0<80xsmL#spo|A$f2=zJk^V}6`jC(E9 zjV2Z0ov>@}(b;%PnyZ1C=3?X*ILJ%$<@)!#h8;14xCl!4x^L_cPM+=$4A=At_19y* zaMk5ph*kzo*v)ZI{d|NxZ9yEEFNZm`O3vZw?41e|JzyvZ^~!Nt&VmbM!K|**QJT(! zqpP;ht2Sh%+;&g~opC@QmG>bsCgxkN@F*yaLKSURve?s>l@F`0w9OITFn>3x;t^bq z1$t>iiFc)kK?{71;aEq5>kQSwI+hF=k^C0eL>V;i;h;XLPmi~Px;>{=wSF0><=tA6 zJG!K{ECd&qw&l2+sjL(d(ktR z2bODDs@McnG^*yVc%T%jrd5h!7~>tn_MH#;M{f+e&e0g+S@1ldXJwOsAMyG4iBJss zwGC6!cE4}H?;Gy-P56D&{l2v}_8Ztjr`V3!x@LEt0l!is40nG$-rwFkJl{P!IOrap zok|N|b}1PlHS18FYC)v7)p zIEobAt#(}_QR%!hN8>ZNKmyJPtt?RWfOeps93_u7g!2**Kg}|^%*50}r7wA%hiWKY%a>s_p zoMeo`RA#*yplJ^7P^)}YWNHpe)gcuE4)c-ruBH?y@C7`o%MTyTx8HCHV02yLqAo-{Dc~_9aH+l|%em^v5&!+mm8D4148!<<))AZWc>F;1iX`o-fr{|50!%MA~4wf>I@!hsIlc zY|tPnC+2=y$#d^4kD=8OK0I}Dj=0plKX4w_qacSIt6M<~<65>T++~rX$8C{4RMCxi z(Tzya&3MsGzo@rEkGER7=vJgv;xKiqsu;f0Vc;N-`LQW;gpVXDtC>>JirL%HJNmvB zY~W>ePng|hv!D?%J)TW6%zZ@D?@XFmlI^C00mhH3{G54li4G{Jtu-Ibd#GZbrU1c+ zfs=@uFft5_HHk}PacLtH373Nt-}xCK4e4G_hFOY^L#)F_&5!gO>VpD#_k6D;BRrMn z?9>o0!r2uF*Df_Pj%h!kM*kKAV!aw*r#1AA;|?hB%f-Xer;belQyFcbSeGN@e)*|; z(&h9Jq|to=wj5CzmsX#-YxhgXIW9 zNMcr95Xbi9s&d9%o@o1hb4)>y2WJW3ic7pv{2D3?9|eY#&Un@o-KkH$@KIjlVx zTDtE-|H4YLFTNtWjL1uA+}2;XC!EDCXhjuZe@j(I^0avm z%_f0%VERX*Re#LFZ(rAx`hMFGgk^**o~&+vI)@19{;TI!I9U6n<`g z1$!FaiwpA|uV>?D|6k%gAnI5+kH3odAbw`N1z`_$hh9zm>x;(Nu({9Nv8S3%>z0AP zGY|4?o?dmU%G$INscyL!G9XnT^I0obbvO=``J(^l^2y)dbx(dv%+H4jxXTa7SANCv z7t6({$d(t_fre)o7&gKj3)6hWhu+iS@>Gcvx9K8Rull-;LyGb?1ASZo`50-+bH*l} zs5+jfXhQ2}7qhFYOq-V=ca;x|Yi)AC5BAZRL4ICF3}$IGGMji?yFlm75 z!%!@gEs9>&6i=1$WYlMsx0h>`FhS$)k1>ps9z zZC`6Q{hHfBS{O$*TH7!%F{j>z?1p&F^tu=8qho!=b&hxw4Nr2sQGw+3^ zqt&aI7GU|Bl`w7|>$=wHd;SUmw_?s+9U(IdY~)0Myc}fLS=1f75*y+Ub8RqHb?TOn zkB*n6tMLh_y>Bc#rUUFF_oE7}cj7+QJvH+1Fcs>TRNOHxCYV719IrrxUvja}YR5GJ zdbNj`@sMqf@b(7f$o)1 zJ@VrJA(CKcig8J;ViT{e$P#K1` zEFJ)qGux_+_V5`_yi~EC8!2vc!+S@`dA8~)aI%MH3`R)klaj1ATIEx_2*oY>yCW{{ zd-qPVtKR@gMblnozvVkpRd2Z}HZAM`GQT27aW))}Ch6qPsiu11vWnc`B)hl^aMRGz zMX5IJa4<_Vczr{JGN=F%5)`(5h6+Y&nQIvuM|MqDnN!0KF(BQrH55jfO&*BkfH_gomVBVAq*2oUNbzE$e8=$Xao zc1p9L`K9R=i>)o|Hbz%h$?1rupUhfZeWGn-U84t*ErtEE;GSheq3M+AAgM+XeLLt# zVF78mJKO<%6Js|ZuwIf8yD<}zI5s7FmYo+<0?STGB(T#8y_DLtpCA|es1(c{BX+M! zVZ6qF0#EpsUYXd(s|#;Ogsn7iDV{fNQd~?g1@atjBN0uwnQM_<-t50U|BrVE$LQV3 zInHEe-ZR3x*$n9wbbOj=k3dqVuTh}(hue?%>=dGoOHV&x9iMLjWs*k2T`#4n*dJIq zHf4*;zAwGC5H64AU|vJKUL|!6^0)$wDqZDdxfZYeHGgOnWKJH$iPEB%gV9ujdYk3& z=Hg?l8R-q|w-s6H73+#=8|U8Ig_<`qMV#V{~AcSaRpAiWq#uuCDqx0Dc4$ zYzW?G%eTvXSfcK)x6{DA7Fs}K2Rk3oq&mcVXm1{)PB0$hNj|E8wfRG9&hs5b9sq-v zeD_wF4~Yn5M&NhLB!MqIB0+YN_Ik34&WSuh=&4BiGvbtgGzmiXsbr1pET0j}iY@

#B^N{7p?ZR&bA>g=2&fS946NrR9_E>CyiC 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 z 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 jm{i6K@9XQ9C+%sasrI$Q{Wn-45+ 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�pg0S~EDMUX8(&fbR0=sEmcAM|Z&cL6W2fN?St` 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

`r83~y9PGf{)-eM{c^6+5(VJJeORyL8@|n!|!c z^xluhCkOA3&&_%Fe&5A?hKXci{%i>mk6l71y~ivK`m>e_WflW*Pw#MF{;NrfM^d0Z zdEBHWBuG6x4zUs0Ql3O~4(V^zhH z!7YV4W1qXpr}c$7fzCCg)DwUA zWht$qWQ}q5suh4LYgQ`Pge6y3bAK|$NQV&jPrMA4Czg^T!wV}7JpgVHzQ+s95#pWT znHSzI%)#=e7!6TW+X`(AIs{uy-s|t&RLLCa3DRhDz%!=fSKuoED{AP4{o`)nF#^2R zvxz6;dvEM6SGE{>UZ`*&(dimhG#&sIh zYK}}TEwavFWR?-R4d&KM+kq9}DML|_UbdhBNXx}e$`xt++>81@;D{z8iCK3+aR=1m znoWAATuE>dra-Bf)6tQ$YJSSqOG6S$flVSA7p5&(v(B&<8y}tTIdJVprp-38bFh&S z%^D=(rD4`yi@M_+Z)D+S<-ei|M?;c(3g*m7^iy zdV!*BmRt$gmxhxfzPN=}sV0lrpx``p5HCC(fiZ_b-}7u#T;-VYsvMX@)5=qs;Y;Y1 z@4P0ncSd-;pDZ8*{%SIzupxw2`dE&-K^X-7G|LMUaD)5`OU=A6NAu_sYw}BqxT(VW z2$qFjkC=cHGHn`W`GNe25p>&#d{7W*uv_aN^s{D_qH<&%iK}d%ylpw9vr6$HA&2+k zie1_C-R%3v;NLb-t#V8Q4`;Jl|5T0#qlKZrPAj}Wo_DX;m3Z-OoM08MaqaB1w%cY~ zlN)iKA)pxUZiVX4fr_T=P8&qvF+I;K!4v~@3l$wFj=y>KL;vi}(fhOPnsa7sY35I<1U%1R%V8!NuiRj66JyIup#aTGkq zb|ST9*l}>wBY2z=>FrM|^||)nx1U>S%OTBy9ALx*R6qQ1tPt?>nb}Z)c}c`Oyckqd zblb*<-@DsJLf5>3ecJ*G>wm7+{g%+-lPasA4}oRL=ZU|M)}7 zl6U-pS}2H=@H>qD{?W{6<>b3Xkq__8$yRkRUj65~Vu{LmGykK*1fW_EmLgAss1VJAu z%5ZH%vZc`JXDa8Aewj`HBlOOdS0kL+?6WL~$~#hx#Yc=R{t+UTP=H+&O!OKBM%?7% z{Hi$~f;ORz20^bn_Itu!7?Cuu#LVd>d8G~7cBatO@uXECu8sBfxV@+InXgYPKW_?z zMYA}%B?9KCsVA)KiMVZnmo?_<&g+&vB}RsLl5(&Z7U zQRyJ}iQ^%j>zs7MrA*DiuAxrJV0;M;Y;i%ZgY(R~p}Fj>XZ71Y0bL{p4+e9xfh_(U z-AWu#*qm~Xf+ozNndmWtcN;2;sh^+~{P&5uX%v%P_86s1-)wyMCd=JI2KTxr`E6^f z!==Z>CLV9A8=>^9TQ+<&xp@uO6-K#fyaEFA#u&V@$KQD0G7mJS@%C5Qo$ZcwfF0W_ zQ|yG94}E)h_tFOx%dx-8tM=~au1uk4OrYAkyFVVDlc*RG;cc|{`t><8tQu>CoPR_O zt`@b2kqA*hV!eWX!iyq1g`eWZN+q_U%OG7w-3XZze!4(ALJh+av_SR? z0E7AkL8qY152mhQQ?wun$Qh?)l5j`>7je+1pzBFSIXHcgG+jcOlRe3UHTT7hTFZTj zU57SJhc&%NqqoxLcCJO78cQV6U`M0!(8+#zVYh3!`wNFp*y=F?c}wRm{JC52s@D#( zCCFs|^7!%3{&p=B+f}WV;Y5g75}TWL#h6mJ*G3a=Wxud@zb*CiH@nfIr$uJhSiHI* zr@JKhwo=E($><{myUq(i>KRVl^1~F}00*4gm|1fUG0d*j#PbWIoU?9qmE+~mP>@C8 zp3GN>bujFN?aEmT>>&d%IZVczbRXWPIu%HQOGG?h+S7Z<6EM|g(jndC_yD3T=0+a@ zG&r1vq_z);5@4^YJ>xZbnh@u@hmSfXgHh}{xksEIsHD>CP@{MwIq`}`(nV& zMo1M9fl5k!N8#wV1?5Atjf0ES1&pA@7i9YhB#NKh6fVUQH|q#y?Y6|D1k)V6+@i{q zq;d>e@SYXar@k>nP#Mv(WqXX{?9v26ss^$@apm$KEGmcec>Ij6 z4V{2Im5gWHjus69r>SB=lbQ^R{si;GwIg+dMqUQs0V>WEWoJ)GSxHS%iV77kGs zAF%PvP2tKWR#v)+zP~HSd|QX`2E2sm?i!#L3q(x}7J+>H8aI~P=Qiyo$>%oVnH-9! zVR2nsluuSjLFjc5fP5?FhLVvG2&uG%UZd*ha4Rs|036Il%_j|tcNFGUs*?2j{vP%> zA;A^Qt*V32QKp$CMajB+lWvMI`RLrsw}^)0y(xf!qH=GVO-XmGW{-yhL#bJ!%S?`* zIMHG&TgNx*;Q?=Y;%8EhgbMPCMAJ=vA!qs7>+@63qZ#v&)9UfygWky{Vl%h7C_*-4 z#_BeoNzx*icS@~Sjo@$@4|z=h0}f}LfaVldh$G@JW6bxp7!REzDU8$+1P;R$n+O}) zFopJp<7Z$!qES44c8>TD&I=N%`l)}uE#_~{(m$H2^ft~wW{N*b#wfxYaFw$5MAdY6 zvkMIH!RM?Wst* zo#55)TKq{_zxlCUVP)*Ee|Xs9QdSoz!+jk!*_oz!o}}wGy%RbZFk$m&YJEr}YxYXb z;t$O357-Ji9T$r5v`QdrN!-w+C0M``1w>h0P??j|-K-p3WQ1J?Y`erOvtc-PeQq^cka9NRFL2AK!DqiJ*|z#4b!&9eO??GcTq@6puT3HG)MLe=5j^y%&{thg9z7ygyS ze|$AI@&sJJ>~b}W9|m8EE@_l*?x%Biwj=aW!jEu8{$l3;yG#GDH$;Gv#^2=<;g{oY z#}02ROn7=AzlV`@qxh^l{obr~(->S9QF;)sRQkxK5+KFx?wV8Qd-MG)G=pvnf3exN zl)*tD*l5S!=A#dYz0L{GP>LKVoqRC{FHk~bAlZ!IXwcAw*X!hb3NDq-PZkn|XZvq@ z`+kbXnUddGQ*iPA;SPs4q@BTc-$OfEKTvZwru0k4fPWI3DZBi3( zuS_gD8^FrlI_0xtZv<)BukeaP<{K61uS>FuK=fA=8AJIkPR`o~I zJ?u?h*8|-tGo_XpOJIk~**F4kC(xooy@Vwi-L#R;g)HCpb&0-nSYK zZfp6|8Zu+KmVO5hjo_HE+idQC{~rbzu>Kd zq4Lu&zx-@uD<8|>nJ4J3pz+SZmn{4wRa&xGm8@U~XsX=M-~!A{Ug|Ty{Ni#neRBFy za`iX^hh9Di10UEw%=U46QViivTQRGHA;R3e)2+GKil16rG5Fn5zzy3Pqs`7H97l?i zm!o=LDBB8)st%x*G%R5%ww36U2)Pck8_3r-9Tka>`bqe}FqDtc6|*DEMKUv*y8(I}NLj_X}vKpI&rc{LWU zrsQHuz+Z&CdHJoH+dU7c8$w{zRG=&vSmW^MZ14NM{@Y+8Z@VO0u^HtBKDq-5YhOgz z-IV0W1u6Pe72Qg{*s+-j5pa^sy2Svb9hyolAycLXBO#+Vm1*}THk=?^u@#)R5k!g{ z#c6iK#Oh8&#RySIXW_2fL9(RaZ1Cj(cUE38^!Z_d&Pn4ziJ4i4w8UmEu)EOC zqlpDNP8GQHh7wiwh`%k9fw_TFyJ#-dH#g(G#W=UVCD$fSluM-37ME{V=6Fi9`Um z;H@5SJY|^&l6DvXhj=S@s|~5oJG{6xzNx37gUniXJgmS*?|e5|OicN%y0WcWj}+Mv zWOy}u`#;zJT>a-dczpsLu%9~Myie)9g(|rV%xF~j(Br)>Ir>rmaQ~$Du6KCGdLbcS zf>t)*gqP!NZ!w>g;{kZEDu1vjEYxa_?)JK@LKCDp=-6yIS308ji#vlJJzo=<95f#i zAaC-!@@8>EPLqzB7(m6t9*;%SbgzpN3}~vg_C}Qj@5RdO7(15`;Lez@T|GBO$~$S+Sa}6NdT5TQ`!HCSoms{792%)(M#I^){Mk{2sS#JMso2=l?mcYNwJsMJM0hR$u0T! zgmyGoPW|zKvd<>X7fTEnD!zlulJ%E6Z~1}PGjK*~^WJ$@j9UW6yfsoYUq@@Z#!Ye4 zA1Vysl<~x4AoSHRlEXuo;s{E2TUDo`@9A9#as`|R0O_a6-W=E}2d_v<&IgOd4Y;1I z+5FEk;x=iti+X@J^4QPXsP_=q*)KU9Q^xeP_$SN34c$bnoPVOAyv8H=y?Ajj#A&$h znL*u|VJ4Z9&;!H)49PezcbY{wFp9ezQ)C)#$l2Jq@L6dTwRtxDdN|m*c$$Ct^ST>w;?vEEA&RSnE9t#Z?f5sVx3@ zmQAeWWBbL4smb$CvtIDoG~8ph%wX^FYdY+_lMc6r&s4)S2Jo0YXxUXZlsP?fa4Ne+ z7yxNb({V9yka%WYZA=d?YBIaooEVtqi-#eMx1J1 zb5P3M?lqUFOr{!yatu1==w23&Sq9yd#G-(1O<^-+alnpo6$|+=pG-IDU`(Fh5(-Zz zfgi0Yp+!}Ai1KZMl>3;qxtl)}jQN;hY*cOQw*UqQgL;1S`t@n=?EG#2uy=T5#M2jX4Z4p(=p>fcegXrpGQ)0xZ6^EI(eXK? ze@2OHt3w!$pE|DCwk>v2+?L}Z71<7p?bu?ZZg#iNL0kt}=GtU1~WbvP^s0SpT+ z!7zMWLyzL8{fbtc?C99*I7;^IBp;rlS2p;cV7tKsYD!104p27D4{yED=L>cM)I~(D zQ*&;#cw4kPvOzkq#nfGxA%yHfgW{QIkiKCG238 zF&HY3wfD|w;;UhlRWmrp4cCVl%sIJw#KMDf)YSlcY(F~jr64jOVU|4fbao-PpslDV z7xC*RUu!JkDv*Qq2<+=K0?dfJ!d80PdyHH)D1ZTT$VNe4?DhqkIS3<9YvL%X@X7`7 z#8#k&+mpQ`pm&5BCQdE*?&Vfp`2J3K9S#1B#f=dlJ3`iy3}&%Lf+KJKq1+9?c-|tg zfj6tzd2hhjM+5Iy7-=F_GG!vs8q>o#Xy;^zvvh+PEkjK7&3=Xys5FinKmw8=)eRBm z46rk1);T~-V{K@juFz3SIMWL(t1zcRS^`D%JDqy>R;@Z9~d$04Vv)|5ITkWU- zp0M=3=3*^U>(M9nHN^xOY6Bw{SSWjCO~1P=W=ATpv>ta?&~|5OxZQ)InmfCC$|_E> z3kIEz=d6hdXZ&eH>~*sE>W-unDt*IB@PFu?7nFx%7q$80$s4pR4R~@Z$fZvC_!$kfAF?{ zde&wcqy?Y|_@JYH?RLA%2~;?`%gZrxHh)lE@=yWQdgmO4CPBQ^xy|n@33#;pzZq8FYc$F|h-@&HR4v?fc%T zr02p*GQ>fl0Oae*Y`zIgM-bKW#AX1Y5}HmeqIAVX4lX$miw7=JuQKFma#KwcSc&?O z>L!mqjKU}GjnhI=D>wtzCAg5f1JJg2ZHsT9Q01$ zcWQgp$$0;ouS@fgB>l1d5|6~8nK>htFkGV1G8c1lF)j^9G)FYKA5g0G3N&fJj6}B$ zx5gvfK6CSMxhinpyg%{Ndx<+hG0$5;q*bXFUBs*>IE|4@^ zIdtPHpGa-*3qpE@5m21u>C8g3iU=Ow&wpp#*ml7We z4n|gD&>n7zo8wK1d^=>@KW5)-W_$X{)x-?WEBj>cIrxAtrgp_s6Lk%8q+>umFe+JT zB`yo4b8B<**?V@E6yQeML@`TY z4>o1lpG3U9>lUj&%l4UeEdZ#uzL2$N!huS1KnIL)UQ3kfmOX#lJD?nC(iQ&gKedumQBaO#eIqA91t3 zt(&uU6bYP68i2$GNm{Ympo#sOUl}1DDN+3j+Qvh2(RJ8Yp!S0@RsSMD(7%L=t!9% z@hIV_pbdniV5aCQOh53t-_16+UwAt~f0iM`Jgj+3#ITj4OPK8!Y8>C@7sbe)OA6hX zxAuf18!VM-Hjt!5i5Q zkIF!%#5a~?z*QIRaRdWb2uPJ7#Xv219p}bn3rB;a=q2!C8y_apA6Q}+#L4^PquH>S zh3#UqBt@1`#R-&)(#dh!P#&MRY!f9@Ppci878Bw3deK`)IrC9E&#X*1hC|WC;jj7S zU4~m_1~;M?ml#e`QF_E=<=gy46Nxy1JcE*6(sp}(lUE9bOt9?i3H-TRo*o#oH;P9t zrfAtUqjzmyKsp`_j4c5_`8J=8Su9GZeu002iv+QmJGO#%FK9Q<*9c>s zjGnM(T4YALxq*P*99&M(ocN(ArhMBlrh*oTmq@@F1o?>Io)Kez(Dd3`jA2){QQNhW z(9~=1nogm}Z!jW-e&2j)R96W{IemTpJ$@8JVj-|V3Qdn^D;qzq_V~>f%ch2XOtOE`$ci)3XYD{ z97v12n0f)GHgmDW(W~KUSh*A?;5lWSO$d75fnbY6hTc7<;y19|$AGCN-*xx&*9fy< zTgY682if$>EqvY?~$KCM#AD>msg;kfUBM1JYsn9 zQmdiHtwnk~A7~f&CLqL703Jy5+RScM_IQat<}dajYAJ{uKKsrN+*T+10vRF=IdW{q zW-D%`cjVJx9SZEnw%jwMp&u}*En%Ie{V`lv?*~(1f&HTL_4VCCY1!|aElh2PKqmWm zmo_)PF~5`B`=3CMIqCJzPWJYD=e#o$r0xKXK}#uR0E-vGvcx@8ox#VAoM9al0?R? zi+mzMI3O<*$@P@vJ3qeeotz&XpLt?L?IkYfbFs#}_%e6f-sT3Eu`g8RGX%>?TuWAh zTw{T&(CHxOJj`NwBr51vdkK)(z=`Q}HPYc?0Eq+hEAO6>O)y=r5q0;BS`MMryKCcP zd3;^KtYTICB)SO=upVUR+l>v=vzCQ$eUB_}3;`~IW9&LaD80lCE6_|KbPJQ&4g^Pr z`U#`K=9DRGWCV(AG3DC>c5!A51hPu4sRTV?s4Yg+qwZNEHmmj}cPgPBbWcn4{NbV` za`voNd-MWzIECiNfr@h*3on<4T4ohcFfo+zl4nvT7Q5E0HxdN|x$1!3xSGouf6hyG#$5y^mA>BIZ%1D3w)6BT+Ahn?&uP zCXK{Hw6YxuT-YokgT(?l3%??X6p(_ShBH9|zClZ}JpQh@@3ymSk1xceA7EvqbR^Qn z-QCvac02X~D=A7$chq)dF-8s#S&-5DCA%iBpk4VmrolI`O_;xz99;`s0Q8~(EEafMfVh$>5uH(wU-pFP^`y?^E<>(Xz{$KiGV;759= zv9qMuxIgsKv+SE3pwt%6x+NO9HWdWkij<%bA|d|bL3RBSp&>eS_x}FPwB@&e^-_iK z_KSJQAV@(*rrOq9{73m@`DphS@Zk?9Ybz}Hiy%zn=Jh|8dG{#g3nfZ;I&WJOO`|`@ zK)il4{O&72t(Fgo_gk2=Dr|8L09B|Ctq({E(4kThM3q2Og_YBD^};JwBc`iS64h0H zRJ;Y1@c+fhdbz7{m6NNiFUE&>m9;^b45m(xoAOa}Zaj#oWJFhrpea_dSto*=5paGnRG9zIE~F;88X&#@1Ug z$Xn8~PJ+)Mizj@2J`pOf_uii3hmnVwk%S0^n8~qKN4{iZnBkK`3R$pnP6)sLv@JYG zYV0YOHp8bdw%POORAzYzTDR_(fLh0NwEikSoamj&fIZ<5Ld*`3KnE||eAg7#y9DqS zhQopvQgMX=CPp5!$W_vp*x2FD{=lcgO2U?=SHQ!%Mt6U45O=H^Q-Z^Vp+X3lFSN%Ikw6Oj6@79&x8+;~{7E=r`USKrCi!5p zM`lniTiGEqs>g1b{_}UwF?fX^YP@$a&=dpzk~@OYn&yb~&6bL=K1Re^|AJI~wf0Db z_DBG~dK>sUunW=Kb$jGx&h<&-VmPEY>dEq8?#yfRD&^}kmqF-sZ)#*ivw8rL4cpfd zPU-OQp?`^(>TM>&$Ev<&H+(x8>b+VbH}7Dx?dk9cE$xb?gycFpyyF`BoG5rx`G) zCHw3tTpeKJzt4-VKsdkq{tU zT8RPP;m_OIDUL>Los2#f;zLIFYt(40>8aWcx|GVA5Vt{Pod4w6mu(oFG9}w+2+x)q znCM8Y`B2<<_&#A?W0n=wrq;yhOv-4qO_@4fp4OU69ni43w+?(p>($EGl1_}4wv?bv zN62v6?7B=T78%?}cYjzCnw4s}L^M=^%x1Qo;CWlVL^ImvWOzn$?*=T&Jmlv`H>|Vk!f(vph8qZiIz6whVR2^!Gr7tb{1+1 zG;3s+-QAUbzUdzv^bW&I!C)=9;t{mH)NpX}#7TE|TTz|g{ExOZ<4PNnbt8V$9ccT@ zdxgXaE3Q0gzflX>9X?74W82Jo{n2jAeRPv+DTcY!D(M@?{_N7K01N!Hjo8C{=wfKn z1~cDQ7BwZ3accQDab}OLJ@VMvqg`zgUyA$h+78F8>)5&yb2P!k6?DRhqVMogN%vS# zvQ3OQ3NlnHKHUN>{!%>t7@HXC8tI`@nAMMbPm1uV0@w^+T@WBYxovq@u;N~vGXK;G zb{aELQE7Wa;e&CCa}KFB`Vy7?kKnQtJz|ID5&KigaRqT85QIWz1ablnF^l%b!#>do zyb&})5jGr<4C}q_f}bxWYNTU+rKk_#GS(kCiP5aEnN9oK8!c$} zmZ<<*^DxY)S$>0q#IMYM7&WZp@f>TUfwnshgPLL(P|b=+-1_4eB(_Jjv58is-MK(c zS{GVFOyAtRKL%bX9Dzf+xO+Cz>+sGEbB!ZH1CO9j;PSNr{p@frQAO0+nhTj2By;J+ zN<+nuafMd$jS)AN_SyPFzQ>f!0cK?EQ8_3P=}qk)8cwr}=od<4)Lwb9sxtu4y2^cu zBHFc)SbT$e2%Ct%!B*Ody&XNgv)?~O`>arXp-XuFA{cF;->S$j|I_l`hI8?6S{u+7u*p(;2Ovd)}d@}J!&>N&f%R+kKlyAwMg-tySoGo zcS}Z$)mYnv6uBdT5zM2>$#h2d)=CEZXkO3@PFDhS&^JjimZk_kgBCSylYP!5rGorK zQNQTY0U;Xq5_zv{tQra&eC0F4fdeWwBv?N`a7Hx|jCDj^ow-MVp-CC9v-GH7yM|QQ zUOK_(2JOFTil3&ZxE@d;7~F@0Dg*==SfP1t)F`s)M-H+|8-IYoXpxuTDAlCc`AyHz za?2i4O3rztm22DhJipr9+1mcw_SVk!=GNBsbLUAHJEK{s2bCuB-cBhF6PeAy44viI z2=#!_0@Hivedu&Ra!ss8=D-?HAo1EnZjqUqt7BnKfYm|| zq;=9O!Hj#h&Bu1M0(@QHB(yL2`ougZ*;G;vm3WzJHpTZkW@x5wp?nXiEPy@n^EmU0 zV%K$W_KrWE+hn`qAqX*|7)g63V^8&4r7~_!#zmX0i&Pah;|!-UPN$jA?1ep-b|@1( zxg~qQ-3$0HW;YbT9-Q1YeH}$P!$cp_k=|>Wi~Ce(x|3e{$?mRm4|PDgX{}r3_H|h| z&E{hlm&MZ^n4`)SiQByet7q(QS)GB{8F% zVeNE+7-_r_#2xhbJK9?oJ`AO3xV-|Gy^vgSH-KQfYMKuuJ-GQUdBEp$WmJ@aL`Dt5 zTQo-uTd@jEvEoSKUXm)J%p`1>o4{XttqhfSlziEX7o=z?qfY?vX3_pIN zL?_s`TGooPTVq~nC+sV}{U$QCAmw_qUYNQPzy(-YkUhj{>mWkVNZV6{r5XEoFL3`n zA@J?R)Y1Zv9lIaQph9FK&Ntv-o53u`6%ey1WNx85|8+}gvfzkjh>x^_9`{jdYI926|(c-eqb@yB`h_(f7e5A#*+fm zzQ{OM?woq>s|%mAQFI2;`q@;s2L8;w@liI&7kGww!2zBTRY$XzeGm0RR@3b`UC~X* ztng7+^%w*xMPKIwI4G67fTw8JC2#%0+wyI{QfhFbAqn_N;24~C4c^^l-(UawK^$_m zjS_-tocrJ};y3$fw`6bK(8n@i;N+>^QMvm6EH2w~R0!Ah{ZL19?u^Ek}()EK0642%j+oOOG^tX$d1xn)8+qrWKuH z>Mq$u>Xl3O4>8}U)ePBhO$*YGcEtpv)@Pj{ewvcR6Aeh--NMLb8`B@%1#4fjR$*bepWNNnFeG5L&Gu>TW{Bu#v z?%UblMcgj9(;(Ki+OTFTaaL$#H9ky&t*|PQ^kphNNZL;bbmJ zRh81>f~Q1X_XC0~41q|`f8+-+d@HvL##0BUq*P@ z+|~vQ&l>Q}Ry|LMu6N*ygy*)M;6&ncWxd&#gkjWkr`7qBuc)h*MIQfw8!CCD5L^tb zqT8}6{MJa+RQ=)Sma=dh+Z^URiB`$jz(6&acx-|dOJG&ctre!N(fw(=ma??%-J+Vm zD*6x(u%vaL?6%$)3lP{sC>UV`vaSkj>qZ{K#32s9H=lT!@?#E`2A>|R`P;_9ubR~6 zc3n_-+NniZdZYs+7QyCEm_#lac8DNgWXsBH!qecsBNTzCI}&Us9=$`*=a8DC0VPFk zwyCMf;dX5ER!41;`p8SIu>tFMeW%=JPo4i(FC8m5;po^l(Ejplt9p{{!VA1x{CIB` z0g+cDMiYSnjrGaNWkMd#44hG)G77U9n{`iE^qgf1mhjER$XaPgix(QYF&J1Z7ZpNP zQ_L#|0Hutr8<&A=48;m|i4_aF0_i2Tk|J z4BLrb?{ctz&$;v_Q@q>2(|w4bO3yKW{Br9w9RlQ7(H~dJ3cbXxAF?b3zxH2q`1%gG z4O)WAWGsA8n?hnM{Vcg^BMc@I2eYNxen zK%7Uj^9PZU=qN}B&o|FQbX1XlwGoOBlQ#Tmh_8wrRDza}T{;b&_{1DeAcLx&G7&P9 zsW3p6V0GX>Da}$rue(QT2=t|SC_i%P#;JLT9K}OZCrJI_Grf|Km6-TMpW+MJx)xjU zuk!oN-+jE(GytD!c|cnBTQZ_bPfzmB-+s%|VZN(yL+@5j58)p+hpC;)&P*yFnL19G zfY-eLzZ5hvG2E>DsMCQb?zTQt_*`8ww5mXpXy~I~!`%r4XDit7%Denz&wIn-Dh7QK zxzOqA?0H{{ddHVTh#9bS z+$9Uk4tmBrh{c&sw(SW`J0hK!r{AMwaQy82d(*iTK|=OA{t`&C?6$jm)H^?5TkGF5 z^T*!BWH!&9OM#HiyZjzY_yJX)2;$EH7HGpnS)CNq5g_9+k}t(`T3{4C+c)_=Ba9%< zH`ekZ%P!tm#c5G|aA?&)g`w{`)8lEc_uWbF6b#FukS7an-+mK;Aww5c_L$V{iXG9k zbx}rstK-RnDZv<=Rb?0`izoSsF*VOHlW;+PZ4{gGYWy86{8(Ci{lQ1Kq&{qQbOX24 z$>7A1Q;vnsa5%xUFqWyKs%vXkEN+r53c3PjfBCepCY)7G^>my)Xm0wa866%j5M1AnG{2(XI5t<$}NbZGB zRbU8SmvcZ6a)itlBuG|FwPnuu;T`{7jw!VO2ykLUwtSw;<*gQJYyHL}}) z>)G`S_B$g!JW`wmYzT{s=}M7*zH+iuy$V|F4`WUvR&friV zEqtefeZ?uVPSx_^*HrZL6))3{4I`a?NrwzO)tOSzG;ycYHbakqLgZ$U zL_Vd+OHc{ty3@t{XsUa?x!neP3P{gJlJn?Ct`SXid@3{=%OuF{P^e#hF??DA4C|0Z zpRa%_8ZxOgC@6To%_lSG_y$>F#Xpa>+f9B~-YjmIflCGl_Aw_ra)GF?qcD{;)z5W4 zaK`rVqktp$U2r^!W5$&GL|v+JC4Murp*GOz6~vKp%0FV#U26k(Fi&gj4}`)oK_LwR z#e_t0NR`a_W+&31L+k=JqSfxOX`Z>3g8VR*aHolc;SERq5dn;w)*8NLpd5ENtb09L zmtpW@Hl8~k$vE{IRR2t2)GKpeSS&02F%>gtYTpS+0 zo)ra$vhn*iWQ||*Vu;tta=wmYHswON$p^EE%^0t;!XtV*JnOo*@^7t3akTLA>64%mqsh39*G>jbV}_osuxW$wyZ?fx@)AqRA_m z_v}wT>br*#FZ;-rvJd=n=uBY?(O+Vopsece%rY{Y0e#6YDA66}U;iN=eJEy|FN=Lj z<2hTiP{g=~oO3a8B{q+=+K_ARPmEB%|K0xK>DkHQ8QY=E;@`U4+7{X7O>h4@t&?CX zv>c2M<15;rl29imNJb+fxKl@PraYjp6^P4P5R*imRXZ7sN~?6XyS72lO=jq*Yw_5X z(G$aAwp^M6%G9eY4ucQ>~^#Ez(n z=lEsEaM8`7%ujy#pI`b8q`{E?wi_+R25+yX%D9M}v6gV7@jUwBWdD5MdeVK89fs{B zF*jPEctdQj^sLtqP2VP)QVYtTKDv+R9%sF@H@7nHIYzfa?qEs*Tw!AUbA{ebqX|kNNvx?-3mIIiLTT!>D%e0;S#p`eF3Yn+VCjlE7he67< zDQBz7GmZ&cXa4t*(?*RD^Rtm{O2Q~(E~c(5MIcS=7wqWH*7nz%TYuZ!{_;6@ih@jV z+$am0+PH{!&d@2FlkuifX>ESwiKG^gG~HPMM2We^H^VLhGBT`y(k7f$-^GCrbZZN% zfho@Q8etO=Cr+nSxcTgAfvDu&M5<8C-?y9@u4S5ANG{Mbzo~>ufb2&noZ6tJDV2Dk z-r=S$r8C(bt&3>6TQY9JdMUKH7*(#+dXp5J%=T_!TMJIntwt%jC2P-Zmly&^3*C0_ z@b*-WjomuFN`;wmK@1-DPf1G90Ce7k&l0y48R?Ph6tg$y>e7-1eGxLK_9F*}WDD(P z|0}`AfP*=bT-c&1CEi4*`tpLrUh2xVf`Y$=UtoX~-VJ1Dt8y+|3pX$&7R`O^K?Ak5IFIl~AS@NG5A(^N8}cXdrSf|t5UYZP6l#){49NVkh2jJqFNiq3smgDJxbU>Fl13WBhAF-nlmbw}g^!|F0 zENeUM{q|8NW{NXINl*hR!KLmgE&xe#S>FwpY*It*_H_z^0bR?RHBsESn@)_X zphTHt;Hj)tQj7n^blz8#bzEi>+JfyiJNtRI7d6<~!-E98%)_NAeaUW!0#G($$cxp# zzWpNGYZwp|_XK(+^MAlT0)c*_LLnKy-Huo;1R!1|`N7I{Bgbxh$`*#Byg>Ef2iTw9 z^mnBL?7E_oJ<<-g^IW0`?P?+H;0nr|=<;vmAC%6P&N;l{rH1x-hc{?ZIo0kA+l`sWr8F)V9(UM`lAX z;?F0xIA~K7Y!w<9Z!4Ou&ZWq^AJzuIq*Hn%WZBJw2YYapv8x**To8nM!=vhys`BNo z9v6f$vRV?4h6TCj@lfc5_2XYIAOA8Q|HqG8*d3}E4!r&jKVraJDNT&XT{ZFaf@+B(|l&+^*LujvHNGHQUx0Y59H2_ z)9Z}qrWutS>Ud5E5O%B*kr%rScPF4_I_PIM*(EBN%D+@a^oyMezitDrz1CqeQb26R z*5q@qXOohokT&N;p_cm&pDtTHNBn}0my0Huz!8(W@CX~u?px|?4>2P24P1)QJ z?V!wrNu5#ml1oW(QvzCWQEgN_b8gMAgQ-6n4dbb=%A0bOkMJT)>-?XJN!Evt;JC z;H)K<0t)AX<$rNc8oJpYgw$=n1s{Nq$w0i;JB1>mryoG0$u1@nuuF$2f$(?jyxHQl zLTVUxz{?RXdqDe;QmMq6Y6B(G%P;CoB9xATTM2eqNc+PFIh2A%O{{Khp_^o_SRan7 zg_(8pjO1d#MIR@1(qO3M0yZ^NfFFm6=FQ2$5;3}pSTz;s+~$=IdbTN`z{x|KmBajG zy5DPb+X^$;f#s+YPN6}8WcHaDd>rJ4mnceXD7gluMe9~7pF1X~qC_VQC6OJC)rcVf zq5(lJgGP>v!dpF2&NbG*G!8D%an6j~6{qO40Rfbcd6kC27?ruF6ZsJ9G`nhFVQVG% z`z^}_AcmC%C8Q!dm1V}B8AibBe#U@9RrwwVepYC6l>imqlADpmxig{@Gd)tFTslTP zb>tISY55JBmhwtzvZ{_1_QqhD8F9jJev8(_xuhm0-GRrd1)lVqTVHN&{k4s)(O#Rw zf=p%9B}{e-M+X6gaBw5;US!S|O-mA?N|2$1uSm|rN=_@4f=-Wj&2WSC^Rv;tOV6Sx zhYy}9Xo|;)fD_D);S|zg;_&1m9mCE-fx3je4(RY=FT=4Z*tQEj9>c|qY@eYp;(!}C zT1ISDYvc((*MJa~Ct0aGM6!Q_shDLgAnQ zC{)m4iJn<@<-i=S*{~sj*~E;a1GWp$N^6O+8*W8|J)ox81n)<)TS?5H%3U%V^3(E;;QV<_m2*2( zxp*z=jV4OQJ`Xn{LE-Y%n-f^WT)y@A&=Nn~oL@`MNt-`0qHgD3aX8$#vUsa{?`7a& zM`sk&0YuOcPn-4qVgKLXYqvuJV8NWAWCEu1Dc5WFGA~DD=C`M_SwypmksmM^guD>J zg{7DQc97hXun*>C`4RK^RpkZU&r*fzxtW%?Z(r>}+xA`^!D;+@um83q&XLsO{yeQQ>Ff0K1FYjW=%$C0kZt-u`au@Gt^Gk#aBt%MNbB(rZIQwFaW^Wn z31B&q?+@Gfm;A8V^t^&_gEnhfz}FaP5bUHFzqkS|R?%>=Oswb2{t=jS_sqF#M>gso z&WZf-3R(|JwAk#e#x1>ud|j(`4@HU=$5jp|xY!sp5XK4y3VnFTE6^fekzl}3=ErWU zAzOhM4(bC&2$rk;x zSo|ObB%HXEMsa!Bh2NUlWtdN9L)@b2hmGn}c*X+t9p8YE^Y8}wLuY>ZxypN{t#y(E zOp;Y2BD&S!v&OzU75d{lt&%X$Tqr=RI2Cv`tAps%Ah7kIbIfy|OfMWw$Dnj0f zhXpuGXB!`*ETP{Yyy~HYrl_xKNP>$~kL!@Bl(IA=gyByNL&ci z$pNfN*A!*Rgg79v@HhfsAH@J_NbPHfi~K?Q(+_;PC{qA2`hcTr#tefnjL3p`$Crr5 zOF#)@C_svOOz)r=<@c_AAw4i_-%ssUS(~J;GlH0*U?J1QC61#MuP@0Z(1PH zo++|Fo~N=b%VwY$vVdmha#5=d3SlEB1$D_z3LYRR)Z@;gw_rA@>4>E^x)?FBqYrk; z^uSX=sDM^b1&0&)UBaZx{*p+v4RI_Ne}lJd7(VE|?Va`9a7}cc9kk!Njn7;JDA_i- zoga-n=%GW!$L+0nWp*t5@j@}l(q5Tk!cE!7gx}4A26~ER*-$6pG|b#Q`ly~v;f#8r zd=x%fA3BRP=O;@MUK0iRW)OMF0OREGr;|R@vW2sWHJ1mRNT5RF5et_CjMazNX3CBU z7CB+I@(C9w12{2%AG*A2V@X(nMoN-0&ORoCHTtUIFUtz+D$F^Cqv*+0h3n zkb@lmu-|3W4CP-y<@m%trmuZh+~ZPdDGUNd!c;L6V+!q4LT(9bJYh6*vgwm&^n&v* zB3QnxQAD%Ecl(nYFtfHGlxO`_@7w<2bMQvkH~VzoXd{0fcGUmcQ34xFhWe(!nM0u z@6NDD6v;l8dA5ErEAkKP&ihQI07$0XgHz8O6LpEry;DS#sDY&J3_y|@7^|}u z=vK0W{I6^Hx6zWGk_nM87{Xl_bOyrhP{o7RXk`x?SEg`q__GIOIj1G0=fsOf8A>TM z1E?m%;M!rcJXQRWHWqnJam&i95CC08i)#rjL4&DnoFXOc%OeGa?A)qV#tcki|LA&y zrKHqUnI8y|!c|rtT#gVzR#Pg42pS_Sta!v7GQWKuG-llzP9}+6sb(rY>`E1*1gfjd zO#;nKNoU?F_9`XTh@G>>_20C1<-6Vz;Tt8GOZ}V>hk}Q%^K#_%BzVuJqTs1rg|1C* zxXVYo8hw*ainGZnrT$@T__D1l!?EOqrsisowRhWN4KG-k<8^Rt2O}6oFq62ZKhOLL zw8(s`0PR6@gB8;NxaVf6wR|PERSt3a(Q=E=q9X)FKnPBzDacgJcL385jcO-5wIaG7 z{Gcq7Uhi(~aRok4eIgBaB|muf(SVlOAH2I|8v#-Gi1zFi7r=7sG2b!`gMQo<;SESw|(I23|RmORX3Pg z6&g!O2K7_qApyS0NAvzAE!XHW_1qkx(09l{h2(AJp6uKd)5rwLvlk<*edqS#C>)d|v z0E|l>aW%j%ameGW>H+*?B6U=sz|&S8L9`f3;yFEjh&=6C8BmNGjgIVY z&_oeop|T?B^0GJt z0lUia3SRFGxq&A%gBe?5DTW11+h%mj%X^E96ns=~in>ft$kFr-Pr$gBV%~@A0=Zmp zWwafB6{mBB#5t-3Q09B=E-oNMVRcxjwluB^KUvYiVoE4IG=&aL6T{F$c_`6&sMo&) zyP$)iqqG^=4=W7)+xvIN{nx-#qr4@$IUa7%^xkVuN^pqUqcPMH5<;L#viu41VYoGZ z?ZHzwZz8^6;YSQ^VlNiLajG|bSye8j^x_fp?)Z6jvbpos)32Xye!2bEXU`H09K=m0 z!P%jYB~S9qT~+QR0UN|gQ~mI?-#a{8R@W0HaRBQkI0fj3i^R)7kl?XfWTSV8X^$A( zsTG|B>NH_5Fp!Bnrx3+=s_V&Ogbw>gA{mZcbia+Xb9?RV%UE7Bi&!%@^9(!s2hB}1PjzUbNu-fP9+dQ8DW9S63|t(KmzF;plFInzQ< zw|l_}xInkc;vRc&WpvD`nUTd59D&Dkcl(8zOvWV~6kRn|gxm7<=JvDa*;zUGP?#3a z=hN!>lP9;gw_RF<-O23gNi`chDaV(SCx6@e`f_V)``On||MvCH;Mr3mJ`4T&-7CWrXy>{kuJFAx10nbkN|hVn4kfep)`a@N7>Y7&BcxEOwqTnB&q;B5cP}!)K6aeUszB zArzg9nj%svbP9vN^Z7glJvYPLCK zrkHVvF>NPz-6yx^gkK;m)IKevCpLoH`6HZ~lMG}rb41>Z$oT*;^58BwCmdn_Q(j27 ziZ-#4{_MY_65sG6Q<8q6w25(&O_uI{0WM_LLBhEQk=5oBcIZ~%<{U}76V!qc*iS>O zIsM_8d%X6Q)xm@|WURaI2?N#5IyeFy@{Pt)7RT{CZk|%r_(Ib8efZdRb}w8M>OjyJ zah_7K>k2uEL?*&su18`~L$7RTt!<`jRHc|=bCcNd%99fmI<8thkAlTu(HzZy7Jo6H zA9GypjB{4{$Qp#t!HKUNC@K%NbtEzM&GuQyc2aOR-ddX&0fahAN$Q!5KwFX0k4teZ z7(EfdNhkZ|7wP!ot7qBx)x8@D>*7Y}HC*cJYy+^shw=baLm&l+Zm{8Yz3rBf^CZ1+ za0(s#x_3csH-i@}`BH5HE5U{Q#A+=*2N~1$A2UJ&{9yk8XPsfSy!mMx)o24NJ@zUk z`I5y8eTSm#?Ni4FX^5UDgCpdn(n>4}u%B>imz67_TW;THV8aRb80PT) z<$-(pmtTCBle&@kZ|sLKm2!8Npl6(RCw^8360zdYA0>K|ov*|%u*G5h3I_pQ1=l!@ zu6QEOve)0~v_T}!v6fFwN!bUB z!kozjK%&%xGX|`2NH6Sm>-#%KO@#T?bii!i^+J7Rz)>fr=@k!drb~;|wD4nL+XN~@ z-?iE%bKv-WQ43&B63(-PF{F$Dij;N{hOyC3zJU&-76$jiDtI(Ps5yY5Um#Kitf!(P zv_Z2{tlp6eE)Ll7IV7#A88#`4h(lnMWfd8eBlGW7A)p)p4u>D*oY^x#;em*?1+5jFgd3jNesM=?wBp+M0!l4y+= zTZ;8Kxxj1rj6K`Kof}1 z0C0b(fT4j4TOXYz1KUx$-|{NAS=#y4WC3=X+<07pk}y=%QlF|b6rJ|>jSujk1t=?HMfGVVxynpiav^U zK5#Bq@}=&qhZ{wKJ_Ni{I2btWyUvH`n_#ReV?(LDWDrM}>_bm~cD7Qs5vm$oq(|=? zEGR+8*;qkhqBEid@!kv%b#x+;|JwgG^cM8!+mJ7!uhFErdLYgw`Wg+Rz1k!TKtj>D zM(NXvl5CZl%mwpJ8-Q2~Gkog@jz%)e83X(C>w>JjD6iIiOw*!_bd;#GAVdZ_?#%Nc zWC^zc@1XZN;5j`aQ50Fo>9&~D!M$6UsMXJwj)LdZ9GwMOMy*kqhQ-XX^`TwNz4CI( zVhSP)BpiXw013p*fIwng8tmk9OJ}koGo(yo*M*H?nCMty+bAnh8Fma;F*>O!6i)!& zNC+9(_0$GTT?ESdfeDx`D56M4L1w}5ORoB8*Egrp@wXTi8YCzL-*L#%ilB!Gq<^eT zM7%sEsfauZ7KbL{Vh9CJ3WuDN&c8p#EzGo>LxV&aHZHQq+qK6hO)Gp`29f3sOzieF z}n3D?vUodiUuza0Ng`C1Q!IC1hYOEUl{j* z7TIWWRSq(9!~xofT84_2irrR%Nu57p@1K4Mkvd#;JkhdbSS)+8|6(At1TJ=NuagH2 z=B>1GuugW6)qu;Z@?`}Y8@;_8h;lGkWIB-fu|on)JDg0W-lB*CNo|C&T@nv*rKn8@ zJ(;7}UFpn^;mGrpFsW!H=>v71)d}CqCg1r7Ir7ShSLe)|^eV3N?sfjPNmu!#BYW&T zzqAdPxlR^8N;fqSdA+p%dX7!6HG1_rn=4vxqM)GlDcIuQ!rsnQr~ zI%+ua(33Icv7ug90xS{rQz4@}5KCxEXl*1Ds6%E<4`|<} zEKV(q$*i`6sL}z%lnN(mXfX^mNgS``b6upNLsG9!ImlX5t%0KH1z(HLEGpF83Mpcmkh>?2;CZVc&fH;Gn+oiI*Jqm z0n7>fnm7!xAxR#NtG%%P`(Tyj+^$9$)Xub$#g(#HJL~y1s{pWdh_#{Teknk%w0FH# z>1;r*lGQ;O7K#9Y4a@HOb5S?BG){Vnan|qt>EY4QaqR+8Q8Khz!L1Qy&?bXc*;kWu z>$fj-O$cKySK3&qt)-duvi#v&onT9-_!TDwd2#pKwQ^3%p`P@zKm;NcNlQR}+E6y_ zxYo1D$eD7bC+*J`PF2`}YZ#e}mJ6P7pwVjn!b#EaQ>X+)Uad~#*U1jqYy`UZ5`$6< z1hj(9#n~BIiPlQB#ok%TcvBOINOU*1m0A8%7`u@$hZy+>@1TSwlx(cP8y_ma##VUP zR=_WOXFG7}v)A}SfxQYnZIW-(IJ|{r%a0{oN-+Yq{=UG683FRP$gU>7b70A_EGQbXh zHb#)wxtHPir}FOSTF)Cy)R4{@Qv_Bfx&dE@1o z(8Foj8_}W(Ben`zK3zevQR_fH9Jw)t&BcLyrNyVhayh3t27n(`>Q3)ys1LHYA zGtyhYaLeHxrF@il;e#K~{&9>L)F9}AoELK8(_-#AK-VVBB5|Iqu&fjqPj?syPdt3RVaUa;fi4x z;%cEBJlV0#y#x4i^x6@>$#rbBnxn_?O%+T_PcvS_nRjtl!VtP~DDC(G-YS2nuS#%EJj72W^sd;Cw-egx&Ayr3l=C^` zeLHVrcdZI$W)MD~%l;#8-Lvbo>vKN3n#{`i^^NjVP&Iej>RO~OMVu=CwCy=yvI}aC znQgV*JF57s4Q`lXg0$|ME=wOlb69J7sU2_>oiCA&=i(_Yf*v`68z?WeBM&=*Gd&@D z#?aB|ASaIPa6F~0j2DY?G(_wVx%d}C7|VzZU?yO z0rvx5MPjb*S4T6WrkgRx^U7JR1M^_L`5QfP%R7d;Q2`3O5dIPW5FRwSeb+wl#TAGTS_a&VKkN{7cJ~$5mbI!hxRhwMPcB|LaFRR!5XTPR z29)jAsN2tshG1Pjq6huNC~%LYi4` zRbQ0w>;yP^y*qQZ4d#&=VBJI%^uA|Gv0n0g(T^?`=;7_`ywLY<7ykR$te(y7a5Opk z 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

-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 z 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 bzMwn(38j(+fJoLCRjZO5h$=UGPd%{H11 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
  • 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

    h0sH-RoS^!Ih~eZx8bnu?&BI)Eqp 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¥rE3=5;58&pp4WZe^ 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%0AK`vT**4xu)NsOdz}^ZrGi)EOrvUr$#la5*?D1T{ zustAVo%Rp*^c6^vWQ=wS2bXIzPA+LMv!ggK_zQDRE5= z1k}}>Xi3&;|M?4sK^T{()5*-Q7)Zzs_+Ro?$SY^=5<1R4Sa6%PJWzC2wsk~3tB48GV=b~=tQI)i$mn;Kx zzpgLDZ~tV;XC%z&!2WUs4%DRnOYbd#K+8L29(51RAJYeG^+b?b8RpL1x<3PFJ4t~6 zljmF@elV1}W(|h_?g_tw zw>D;v^2H)2khh*C+uBw%Nj{8;Nd|THPOwl-+_Y8JWL3 z128;g|1_t(1xK{if~W1}P4oC3KY}LDHp2Hv587<3`sYG=C_oJ0TkQ_@>j1EO>Kp%D zAcNK~m@Ze~AM{fdltKj^4>go!y`PFptV69~kUM|Hnz520$X8Lpl zyyd~s8nL;p^3||1%Y?o}@O!qoX-3tK+aElCezbcWx4)CEUVrzTe%eXPf@uY6gu^25 zF_re7c*NRo`=^NQlq!@>KUB2l##Z>d z!#OwlhbaDK#9Qwa&ZDwMnxhTgzkl%h_-S@P2aW?z_|VZ}a*gp>5Q3x2!W8P(AQf*m zos?#-HzA?-xD0HGoPc9Ad|%Q5sL0$lM2w2z?*_f;sD@D)?G1P-_Xa$=ZAq3%7NG)+ zWi1R~EGrB$Y(eB*mG?)NP;9Z7oUOF$<*dEx2hQ9{aw5ub3%FBf?>J(J0;1_WO;soh zUWf+SZkEq33&@)%)!eI%RZy)KNY+yUa{#gMey>A(e!X9OXsJJ!mTHeNx7h0Sybevm zwOMA+)m4SQti$udfGi^|fNvotDlzM;{ro${MDg12t+0)b5UP$h)$pBwWm5c1SYIxV z0BM&8)StTFk`6ccW>1K({R>G~qLHP#WDW92*9h#1R_K&J8E94(d{!Iaa!-jVc)81$xM+FW24T&X&~xuN^c?$I{W zMv94}?mNRXH0wdJwt{lOkl!R3>tkM# zwN>jdjxGlGdlW?^iO%Wh5aniHtK=O3%??J8G$f^wCDSKGQAwY z-S4txtBe`!rbOTFfM4M%JEU;-C+A2W03qN|munV=K)-%5I35B=V}5Cci)9xI8rVOe zn_4x%GmgqDg;)3ZeOuWP>5UDgot)WveJ(!^#i&XyN0-{WaUMieS)350tSS2Cd_ZhE znS|+pg0*$vHV`5lQp+ZxX!{vy=Cxnw$a75!e$|!?Pz z?tX-jOD$KC^a(ukzTP%xiE-OY9&BUGpJg5LFxp`_l5`H?hFOT%g=_0jR*Cf9wVSqh zqNF!Fr3NC!?Vpc_S3#c+Q4d@>H$x<7Kw;fF;GhF#N8NBkz7oC^&`24u_dz)SV-k8# z`@>WAlIpmEk}!(K4_RtV!mRt=lHNYd(kdLF^5c~&6K`9&FV*Mti3p|#bTeLBvePtg z3S9NI8yQJsN8;srSe*N_t637&0jiJ|9DG|hD%CGpTR>vDF2ui{s--vNHtfi zUrHQ;yVWqnfvT9AI~^BK6*OXxNY1B5W1DqNpc-Y)Yhq8Xh!3bnHos{1q<)<~!#V!Z zj3sTUnR#p3V9oL-k5w6sk!7ieXZ53DY7TbbpX2t*-0j6>R~#NI6t?WUqaJ%){6?}I zo>H#4iAzqGUgS1-Em3+XOy=Z{fe}N>-mIPap|~gqUunBecNlTgJ;l>ksz4{PUMW{` z{I#1!Z=*#iILi#BS(XRyRsDYqgJV z24^+={7zY&c;b!e?AT!E#`zPuXLi?#9JB9FnU>&4T?{;3ZM9 z!^C0^nc^>sYLSghv%o_wPwvw4@xHWGc=`97%APjLYDcx;td&anc_2=T1xKj6l%6pg z5AKodqOX)5fzoi+4ELn@HnjFGT@e0ITx1dTbyc9)r#L4XQ*VmS3Gd4>6giYJS+f8K zz^HnbuXmn9chnG&InaO*VF-=o=7WFbDn3afL-9*SNr*QYJlIPyMhhetFda6Q-iZ@ zdl@`ngQgGGvZeP;hH(P%q8NbDKP!LE`>yr$NwRV3YeXgLIr>*q>6{p(AusPk{}4U9 zymQ*Fn|a=WfiJc1oVL^bfdfeO^*{IAu*p8y3`|>{Yyc~g{YjhzI6uIHY{M|u?KjZk z-o3XCc5Ciap0}tUcn3UL&Dwu9c3~$A0KdH43_aB+ySEW7;T;+8Tb|Oo^!YR=eD|GC z3v-`Bg~ng)=l;JlC>0`_e0RN{>2g~pqOVlGDf1h)vA=odX?mwZw$LpeRk6XAgN+cv zu0Zqc)C6=vLIi)IRa2fyISjwyvGav>=6U=2+9@=M#_sf>sGIhoR_OJ_$tCrkf(8X$ zA>akyyE+h$II*S;=%C--q^N_63eX<8Zb7x00-u1oX}cPiWTmvO-Hir!6abEghRY^K z2m#%~0Qo=n-T`@m@jZdh5Tas#S@%sMMksT_MhCNVd5;=yGJqy_XX|?`FP3cO_kgbs zbxhFM8jZ1M{RYEpPmaa*9p8+RB!A`v;9GXoEh`S_|Ib!Kz_B?MW5K^lDY1Jsn%rb9 z$m!c7NmC|MhX<)G-0qttnRgF83j^(8?MnS*hY*+;N{-%4+oYUDiX#>NZc8}n7zIfC zd-{8g8U!`^DmiU$c!sVxm^k~`LSi)E;kUJr#G_8YXkWVK^#V1oc#D0>k~J+;rk9EB z4xT$$YS&?4)|en0-#icS0!Xy3gO1ip+aZhZpV3FzWhvs-?V?6zJB@Mka>z&qDT zfEdNQf2%#OX6*UA9GNBXU+w4Lc|EbV!@9=UzhmbZ0EB(#aE_5+X7EZ5(h87f$oKy} zI(~VKJ`*Qf;L@=w8+Ek%Vt4zP%&DEsuu6vqFR}i^!QsyCVfMpsSvP|oVQia&hdv_R z+rYyfNq{d74*vG~6@Xfs3GkPnb`N*y`Nm(f8vmdpRyC>LYl#iN4}2Y#v|9tag{jta zcsg)PXUCI4HK;GR$zcIO|GHC<+8uKh)YH$M@o==&?+3wqHPKI$O&AcUA)+ewkz-O+ zKL{Q<>CS@%K&Cc~)0(}Mg!^Pjiy#KT$X#_7NY>5G4RGdkt!^@&F>pvmR+tImXmS+~ z2Abjx@#s*f(JB30MZbOMMqVJZy zJe}?Q-JISwM1UEZTRT|M-TI3^C%@rt?1it#B>Y=dK$KFgP9%n`AoiD}%PhRu2Y~vI zWJ`>eb-yLskYr|mtNr3D%68}fSwB7yLyPEd->sKE{b$Jjr}I^?1c?P=KorCziV^o* z-a33}Rt+9T*EZ`f7{KZd4 zFmM_a*{{VN&0{-YD5C2^bOKSrj4h?`s-FxegPAoUP=JLFn%-!n0E{;pCFL8LwKYD= zHp1^ehgwao5l$u>fr}@Y_^UHlHE?{kvEhol-?@{mZfpcVK&C?wx>x)yloY8QG;9A! zjql$_zZBn(g`BDB+O*jsfbDl^@(p!&*K7Pme5{A|sa~DsRzv>Md@pELVR6Xgtz_Mc zEL9V-UV8x9WA3`KlgP-}N4505dEEqc+d9q%rzd*05O6$%t$_oJxYX?^+#0P(u#IOy z#$?gck!LH;!CI`1!_9|#Pb{KQHjnyy-BC)%>CB!X^{{-F><{Yh@Ktkf3d;(*cC=!l zIT-HMa5U{BX-Pe_pHB8z3I>D9H*Qr0Lz*!Q1X+fU*c>B$yAhnxi{gBeczg)OQoQHP zCoPTOx6lGrKd`;4QNKJZCqNAA#&?S$r9R9IU-W7837+*$={%xehAhRCSqc|P-1ft7(DU>s=-pDV9y6y-Bk(Rs zH~FTHJRPs6OmS9MgCBlB^PuS-mrdF!D@B9WmON4+xdhNJ$fRB zmoBTeV{tJY-;j&sws}&2KX8|=>Z~j&GZB4YPR#ID@T>jYUx=z{p`GyHuwM0sKS4^+ zt^J+m_CcN3{e$D?_78#*s=J3T8{0n&bD+LB*l%k8D5!q4xBvR6sr_TW{fq5a&Ex+r zC|WeD{gcp6d$_m%V?+DzgYnD&A69ERoYg+eDZ6#J+q7fdwQ&7kzT9eRAMEd|7tPDx zeHgCKRwIUXA8{rEh|DV~Wp*8*GJ^37Lof#7z61%LF2?!QRgT3RxDqBpSyaO8;tJJP zT);A$tE@Z8Q0E>t82$_HA5b=AkiFP?aoFm%eFVU5?@+a$X+;$tCRDwHzm9Zzz{`#VT4~Cjv#e_S+tyv17{e65fETLoV=XDG1Ob?@{DlZLGx*de;nlE`v`dq zzLoN)b`q7H1+8AV=T8^#aI2pTV;mi*s^GAza5=Ju%Qh2Y|xY4w_T<#4&pq`Iu;BXMtBKz&P{e#`Z!-K=aU94~VTc+v? zzN0obH?}ltn_|oWF`!DieH?;SU4Ct6>i3#}RpOVB8zWmnn<^v{m2n}=6p5S-ru{xZ zVJEu8tX^#$9_>Cq+}$-S2bvn~w6^+~j|Nd1oWHPSmk^V%+WQrz88f3Xm^uOIlqQIe z-q0WT7PVz6z?F)q*x$$EWRe&q)b>0um+X(nzrEVcAn+x@vNC z+m!Nn-0+#FoDl;v@i8#4lrjldgv_)3th%{69rmjP3(CiXJdJT~T#s<}$Z&8{I*!@T z+p(j!#`EE35bhgrGAj&kBbrI{c}Wyc-O&lit5yWTJ(Yk7p>9D zOTctqd;q@jl1l8Qf7Tv7wx7$g7f{r9jMJ=C0XJ`f_77l*6bRf37a&a6iocdN2i0(5 zYmL>937A2<7KR!RfV=XR#vjphbD8|Gwf#2>V9!<(=VT=%U%H&yNhK=b;?VVjY2}c- z;N8G56b6x=W{cr2Ew(Ap|J>Y|%iy0^4~uV@50|B3f~jI4T=8n>%&^J}1-%~D2kZ?C zN_-PnbfXf;Rrap9`G6S&08xim1tw#uhbE&iybZJ7rQxJIlquyphg50)ns04G!FP2~ z(#Hh)FXj{gj;CWWTV`CDbx>r_%yQ)uiWUG)&m5kSApnIiDg%}+Y9PVx%E&|G#TY0X z*6FbGsGo(|^WiviJQHI<{iofj`oSQ@h2f(Hy{Fk$w&)-&3K_dH%t?7R192b+#qg{| z%Ejzpa7vbMGpgrqYiXa2Ot`qWvluczou+*%^txQ3aC1sDalo~ekUmy@OcBO>Au$h>o_>0C_o@6%f&l59nJvP1dr;*pN)qVQNNU#%-HPu43&=4?nQYaHm^3jC7eat5B8NmvPB7%}H?GC;!Qrk4o4BVC zILel^?_^4Dg!+6J97;7*1a~%x;G)iAF1Xvrzn(Y**-D^2d|B$$!!q-?&Zzv7hpVVy zIQs474+k$iTt!QVVwvFJpn8MZn~Vy_HC$|pzX8S?qD&ctQ;Yjegns1|lT%Dq# zOw~J{0HYN2J$(H_cMURzj;DQ>F;uCNU4Kg|6bx4gG$aCE-;=sAAZ7s=43~$acs+R; zXfvYqoVAi(?*L;!oWE!#!`@C&vbTS{d-!~7dw1b4jQ#ErC`3}?Co5?}>2O}*b1BkW zS&7DzzaqsVN=R$p1`v?;D`oc_ZmoL|KukS-C>B@dY z{J7hd=hktF->g0K-ms69KzpoTvfmfKd-Py^;Zw-}tlP~Fulism6%Wu|U6sABT}F2s zN3Kfi&AsTN?L^&X^un98Gfz{x!Xo$^-d(l4IoDw6l1=v9mmb0<&*! zg0r467MM(Uu)-@W%N{%m+k{tDmaRQWwK@4^@AxN64C6MbD=W*okArs6^<>8MFlrOr zLRt1`trm`L^WFDhoA4INvL~xyoA8P-ZMtEb@D?y_;_(EO-n4m;8nfS~+g%N5FzEk2 zp904;_+%dfy0?DX-P*}oRB#G-^Wk}mFS7n{_%6RJ@?QIX&5JjyZ`*CE!nH%7C-xpx zCLfgefUP_Q85D0rOnyv?th^67@NR?^gPYD%nZbjt5x6_&lCRKQMVG@NDKFASqqdF3 z5A1FWl%q12L4i^P02&sZvmm@L#^w19h$nb~qn!)_4oTEEY@xYX1rp^0sGqY_PC+6- zNMCt=4w{VVgi}8oiS&Gmf-XsM)r1(%`yL5*klm#nS;?$N4r~Vm_n`6;a}TQGUbte! zD6&e3)k>fT0)w4S-H%h`e5uIKqK?&WKdXf@HV^SN1R@azkV=gy9#z;<>Oxj{Wk)!EoB-yt87O>9yG|GYZx^hbaDm&T*unSiU;vlgK z_*7$~@f%GH8Lr0D}S}H%xU!LBe(30&hr$4O+xv^1Ce(lee z$FxJ1pKN%BDA-HGipjM7Id;ZuV&RQ!1^)x1eHvIy&+X5?S@`MMCF73S=$*n4FE~|$ zDI0X>`lEC(4Z{!}DtL z=ICv9FZ(rnD?NV*da_mBv{Um2_=f&oP5U{F1$<=+L^(pDAM{JENmET=8YQa1qH8fV ztb4z{l^d`419RpLvtNCe6#PcTp;%~nf*OOkFmN5I1^XbR%&jQroez}&qyq_?;x(*P z#4R~z=FK_lpmJY`Y?F#ap)I|p`Movc9p^V{fjply)k`f3cS`%^1eceyHi|D2U+5N1 z!o%b!3L&k{Q7FY-KnctO@`{Gw_VF!4h`RdgY18eC*0zosctbQh^IF}=XA{b4c80Nk z(V)C#%h>Dy-^BApr^!~bw8}sJRFj<$0ppw)8T{}1oBXf%u0}*gKZ|?bP~_;!*6y%_ zjQf@vS?E8=Dh#*}aI##6^Hx6*2W>8kZ7(_QzOz>ggCkZN{9Qj zK&#o(efaN_E+hk3TZMnWe~gI%@ZYs3_~d*17k^)S?EdXO=?J8*K#F^JzjM7G>E7Ra zUlT}c0*QM+biL_!>iqym{QX*D!~*F7L+Y+RQR9E4X3v{CIIr&>xm}}wA6ZDvmKnRegx8#xOyoQ>Tb`^E*Bp zncz5`E5?O2x2L?b-^HgW?wx(-defTN-nxB!idI#Rxc7tF5r?Npus${ZMsV*Z4tsfC57k;eN}QsH>dbT< zj@Ld}<>&D!QmwjCKYpU-o5{GNQ?#Zji8@6@9lVu$O@$-TEm+ngX_dELcVN5BAauO#%^!WR(J2{UY zxPKob?mWitJdW>MZuNxj!8OzYF##u|qzK znb@LbBIe6a)DivO5iBAR524L6KB0fJ2MJ>Sn8?#Z_3sn+JCi%={iN%+in^;0qTUbXtDn}j5?lPx zF}h{hcORXXClCBsrAW}IVh6;m6&k_YESKbz^^e<0{j*#};b0~1i55bY3L?wCwIKF( zvR|{`vVVx+sqq3{>e3!@guqll}= z;N-9^IH~;uOQT`*2`dR*#LFoumwUsaa(;~@sG$>-2C3tCpmOmJj6wu<>5^c=%!9BzTCMD{`o`hgx;^hx8mEI~e^;(5dFplXW)iLF zgfuCAv&enH3;IY1#tZBs)Zs5T1L3QBZ@>wJaHk0w7q9Z)hvP*yBDAA{vo|MydiK|> zub%xZ`INi0()o;7X~5oB;n{UV-=hE=as3siI+_4@5H33BSm?Bc`U`xGoX28znfK2z zpe)m>bozcr#y=?rhDMb|A5WioIYnnVn}m9THAIy<&hBMph>M{d@)gDzUk86*vMv$= zAHjNI`f~Jnh;B6=&pPE@lmRXi5_PiBy#&@yPYn|i1}6vin)5O;P<+I=gnPWAye-+e zYay%qF>?%%nkyhMf{@XK&_oT$`H14?t?L0z!O&k#!PIDWnB7C8;WZA4hn_esoLn-< zx)$w6_+Z`A4?4)6Kc?u-A!)2b7E+N?kxxtba%^JJ z2%C(4G8_dojQ1j>xW|WvLK-$vd8cR}n#&JY$vmD=MWDR6T>g;52hCZ17k`HRSUe|~ zAWYHwmbuQ(29x-6kS!DrG0>ayiQIn>KI?fKx=+q@VfBG;v69>@+vTv|i`*>{aqC@7 z=7%U(A?-or{qt;N)mx8h@~--rPQ$t_=3sLlM+;w%G1z2X!Ewepx!7s|*b%MzD2E9# zxu>m|@|U7t6-`j!+74&`cKvoE(o-@lZCDfOMQ+CB`EQ4aSw{!>^r=f)6&bRVU?OnmpCw)!2}i3AJ%d z4t)=qn`j8g27;}gNfh`I1HBnSl3j@GN6QP$yU4GwkSqGdyNa$rG2zp~66fG@0fPWX z>T!WdPN=pqw93q#T#RYJ7N2U7Uc8lB!snPf zW$VY?cJ^QYm3<@cs7o6TCYa4+7mzPxCK#;em82U`Rxk=>v=8twpuq6Qv~-4Pcb$_U z%*+ciA(a467kYQ{jhQuYC{U|H6c{Yyqlmxwe-=CTNf)0S9I8ia_-Jc?M?HIh&-M?F z)w75A41%E5!$8r*&RKCM|;&4%Lg?ES+W*?11(@UQWoY<<{&g|*ajZC(XHcG8KzNN@~ z2)K8fkul2BI)yzN+CB)|Iy}es57S={T0IJI16!&;gXWJ@&4V@$neCEfkWax|n+{Bw`*#0|xtg*Q}uGrv7)PQm$1kJvWnsGh{vu=twWct*rwPb>% zTgGEy@)S1Ge+M1bB1!{2?CS@~*BNDV@Nw0nWom30=5pYcF z@4t)Qhm=vV8nxmYbJ|ci5aPL^5I8%(N?|vpClCdhsz*-B6Mz9MC5W+=Yp@FJdNsu& zXJO(+qKiL{haXTRYI&l|(x@#_G=t&;WU!aOn6h{6m^&>@L179bSf6eUT2&ynkJb>f)7r(7=YqJZ39-QIoTeK{gf4SoQ%0CB- zoj{2e@#LKV2kesYf`4)fmn>+SZD`bk)neyySQEqRJFcGM79@icpO`3tQ*kvkXo~y9 z)~bp#Jg};j6|lNvtOVjLP?!l{^qg!U5&H{e!Z$nxdd1~f%ym38D-C)-F|yV~HP{RR zz>@$Nr^mh@=)t^{QGPfI{*?!L7v@X3is5jLOf z?*F*Azq|F~m#yE94)zg%un%aj<**!kTr2NvuPm@@_HY2nFKmVZXr*e<<_-?&$vzCn z?<%yZ0|2^4S7K$`mIi_*3IQWAL^3QU#VZLd)s{aJl}uAgj*ziLT+^%RX=Q{!mwe2sUauI6AWY7P8mK=c><7Y{N zPdelSOeq>DXY#d8NbexkhrYIh`Q7U2j}o z1Ynj6>SzC%Vk>N%dL7SUUm8?8yKLzR$cY2%C+BmftibGxzwwk@4c z3uxdLn9Z;hKzq(LSj3BLg?mZo{o$l|YRAI^;jk6B&?H}y15bfR!>VwzhBYP6Ar6eq z4yhC)x@AnkrwP2SxFOio2gAt{o-YAncB|xAVJe!%1J&7rIYvdDvd_x&2yh`LIO{%s z3J61o&%7`wghaG0Sqwh09Cm7$_IK;5<9FB*)nOjMC-~f|q`Y_E+dfi^-h8jNs8CCv zDPeTh9)gTpH>$N&`Z^c%QQuzcsyFf1PtI$<*zGocaSh?7rn~mQz7mC1&5TtArsNPF zK5iVsL;McwozkCB)uEDKc=RCg1%-CNdwv{Iy)Q7lZtq`$y^LzG3hEP78V z^U~xJ4k?2A1S~Bvsjr5kL=G}@5YKF=?4G3SM6OhQNRn%X*R=D?!85x+t~*Iu#wJwY z6Aj6!ySq%+6B^)2l~Ri_KQ+s##=IsAe=CcHnQy>Q+1w=C3?I^BwH=R0Qc>J>c{!m6 zYS02T=zz?QjbJCgt(2}O*75i+tPRqQXcMo#w{1^q%o6N^q{M-Mcwgb;XKEKG+ZoD?=WwM$^-f~`M+pYLmQx?WWDQdGi`4#Zrgyg%3kC1e zA}PE5oJU{6&fjd@Nl5wdF(5Rl9_=rcM|TP9{YrSmARp(v=?GUv?<&fVzCTuzvZu#!Vq(4H8M0TR7|gsv19)aYOMrWauA1+%~q}9yij?no0ED7=xir(k_3f<7D?8aRMN z#{~pYjPYs>jYkuk!$oDo0fZ4pPx_d=eDmwuH@{)F1K^sh(BMK8PJ z7A%O1Jk*=PC4-m;RJCi@_7Pu(9LiyuueCFqZOKcpBIGYJ3}SZM5-lAKqpIdz%OuWk z^J22&m{}NWJY>adCo5l=?{2|&&F^AM9K58FiCWfh0Ni0?bzS;C(_3Vp-n+-_OX*UA zs0cxB^_F$n2Cy3dz;=H<3-?^Vv|rI2lnPlc@42>bzu9nqWK?vg988P#2!KUC8RZ)V zg=i+P%)NWMH(;C{k7L}-9zTZ?Rj3b9wlftlVYLfb!-~WJrHg|_Sk?r{jZxpT zwDoZqAQZ@AY@%<99!n{uG(x+JH~O&BL&bp^_Rik+a&z&?75x)h-O;iRNWfh;38qS8 zB^RxY`cMLfe9xu7(t*6pRn{H-`F0+SLiUR94d*|dGRSgM4JSrhB#4yeXZ ziEj%X+n@Wvi!Ab|Ci~2@B}l&@ji3#qTYcNk?0L6ew-{jCDYVh#&Gta~_|KFxgTGJ- zhXzd-LxDCk60HsBGsJOY(-&-gny7skn#g4QQl|0Nu0`PIpw~KF8rvD~fpu@Y3|@?~ zt7&CRrA!L9d6~x14Ym39eRv^h`>n&NU-n+?Y;PUza3i;{K!$z?$l0>~)V-kJdNjq~ zpM616%1kX{@`(IyR>~hicIS>7;ARsp&4EqL_+-CXk59M8sG9DcUd7E;W0~7i-}}tH z=PQC&k<%Cb{#GMu3@BJ$3(yB9vGYE0SH4mKrH5TgVg{!vyPtX*;6!pdrF$k*U6I9o!^<+pRV;;KC3K<*4Sl{_J-Vi6OuT%y3clc_)W1LQ+;q{KxT&>sFzt>7iUvY zRcI9ubOx;pX;x8HVYkk+U`nl1Ylo3`LPYI$~sV)2ZqxfA9U`!x1HX)R8hDkMj$<3hK{`dnGVD&CFa*#fD3| z`)zf%lU)omn*sUTp3gKT*d-WW%rw;ffik!VN<~#Vrp`u+ZRT<9$u#@n*(4Bz*d%J$ zB!{XR3^+6r-T(sOXv;x^+t5qrHsrz4St}w)bJYrY$zDVrRF!NZfI5%OxDGKu4>(88 z1#?1)p{|3&_>;bb+UW}le4v{gip_gbQ~In(%9ncMiw2na7UWv*+{n*yzFQcsn5LPs zaoxR7@ipE}ZEatgw`&~T#w^d_v`_Zim`cy`4xc^A`KPHTDx}CU?$O1OZCWzs)R%hU zZNqyTF~ReRph{RHex?qaYP`n1(}r}{If(lM2%3p&xFRiK3m^b1^kCJs#2hsX-W8#* z?ZEHBQNBfNwJ72%M#^Gx`2SDZLSQT8k$Q1iz4`y%`iX|vyN_MnAoa=eC3-@aJ@gVq zI~&yC1&Cn`ZIYVmuStwK=V&#fYpu33KblsQ1(=WzT6Ejl93iz)w>7WZ9338b9XP}< zZ1gZOn4oEwn?7o1v%+knK98e5enZS|2o1k$XX$|3sO6KeB}d&x4ZjZ?O6YCWvb(C9 z)&$_jow}-1Q@gcb9OBf6t-hC5587EWBsXsPFlZSC=Grb#qzi0aB0M*4_&8{o3evTk zye7TO=Eb49akD3WGaaxSH~!vlJXhGRh4Mho%xXJJ2k*vByK&Pvgx7X^B;D59Srn-o zHF}U}q{De_kB8F3Z1Q|Ty>Zt^Ue~(jLa)}$mPY};ajWlwR+Iv)nI7*SCJ6GNxX8hu zUOY3r;9c=xW^z4->cNg)d&GJrqSmpCgEtUMtCzboNcHl=&!N=I4{k@O?JyeX^zz!g zWZJfzpGq&!Nu=$>X3=Qda0ZFC?PgKv8BSA)sYUL>q&Z=|>pZ64;#EU!jpvF5SL z(bCSX*Gj~#Sx-Z!Z-v`hOnBI5->Y(syu;~@OPNSgh48%B}r8Py;D4;}MGH<9;1YV0Nv`LF-Hh;ag zJ0EJ>Kc$+xsz#v$%`rxujC}uEKiQL#*vHJnnai4jM~C>V`)FbV(*c5J=w z1#YENK$tl->P8mA*hNBPQqtUK^AK7`Fj_}Sd?E7UibBW}~vzpyy z%x9ofQsy3Cw>}Cn7cjK5ad!N-;#_+RUG4VHz2rBd2^1IP!T81Qm8grP#- zQX^gqM_e;j{f)K6IGcvhyk-x=5jY;o>HKAjXD^LilvNw`l-S8tUY6PhYEsd+*BfT@ zFpUAJIi(ltD@^P&Kk)UC>QNYnS}RL_(GE9_aK;*CpJuPpXYBst)WrWsCw_4FA3E>v z6Z6)}l`oyRf%P9c^X{rY^#*Oxp9u!@sF=)6p!``bKTHtVrd4hN9Iej7ue3T{e|3Td znQJ?0M%>6!t;P7L%^=e3fuDCF(6ot>QR>8NzI@{j!V8i8i>OX&|?$9SKvHcas0<5^eg zXV33(Jij`P?7wre^Ha2FEKLO6a*O{0g8iMBn8eow|CxsP@NsJ42!iIdYS-$~gNS{M zR2S~O~j9;81W8omB(nD}ZFBQ@*$Uizmw zY-qK+|L8$t_m7M5Rch-WguB~J2bwO}7%w8=b$IdUK_gx~3YX^VF30NEoOAap&6zl; zq^a}Ih5=!ibu*%U7ej77VGkQmk7NQ1--h*Izeqn$8uCwZI1|Y?ei*XyK@5TfwRfTo zMy6L_PO@92+v)GTb?qz4VDGm_SDKm*X5ubDEfL`7mfwBACMNFKpnLMRY`a0X(HcWW zCpNVVhKUN4=r^QG4cUZ7m>dDh3X!RU>-7%DXw9ukkfR+YW^ zre)_G=OMUr$E}Es>a(voW+AiFqPm<|-*#A4B~(A6U>F_&#S4(Zh*G22vbElr>^CLk z?*t?HPRJn0-?N(_j>WVO_qt8a_nPW^OsIAn<_&b_$F?0%&_{fT>$iMaP;w&6Q_~9UGLi;d=ilfDBh^v%uigQS~3L~O|UK|;vYH84To4h?zek77**#~YDan}I1zF_5SOl-5pAF-csvJsXLAgJpd=9+`2be{7kOnuIzJ`1rf3y=71EF{d4i# zm8I&Ri;EpQ+m(U(ePqD2*Hb6)^QZjZdJ>bz%#c5i&Ut0g(fO~cIa=%*_&@t@+QLc9 zb31*-A{~uke&(K|ge-Lz-B-QAc#Fe3%)i2@(XFo>51_ijJ`3D`_sL<(UfO!Tqwx^@ zs%%vdx{Vsjg1AEC!&5F#4(^=Le=%J%W0AL$awMK|Erv5Mi;3q#X9p9OV&duvI%bzb zC)llZa#@ah>~A{p!*Fed)#(@#e`2P_yzhbjaA`&&*tLY|-hoa-*4Y+@Ur2gusoG@I zy~0~qsrQDf$ysz^2$IB+T?{#cMwO_X5|k+pNq z>hg})pX-$Os{wQ%C>S1S>&Wayi^tA_II!u!09m(f>fB!a738q~j08GYot0py%r|Y2 z;)B=0mC^P#!(0u+b97Z)w+l9&V)~H}q_hy9?E%!PcBKqbDae8pJnkdFuw0f@3fljO zLJ3rBl!NzXcY2<#AjmtOzVGV_jfJJ<8>nvW?QeT2k z4wO`ArBYScG?TYsW!x(OFR2uDaQ8fEM38u5P7arTI84StFhZV4xTGKz2dCYzBfDjS z5H%jGN-!f&$QKQ5Ia)F=0f^g0$$a)FAnxw9IX31-T14&bqPU*SLc-0NoLoWySHu2! zarSMUMj=+6dbwBAiZUYq;g0$EwVBEuU=ge~TEh+oU?eiGplEkUdyBWcVF4tBKAC7R zsnbrRzLO%=3AHw2grEFwM(RR80%1;Fb_f}}&YfNJQ1Cr_^KJF^+p2?64V-G!p3}H+ zXnYnDuO*TuSQBpw_5CDQ(c$YCyC=Ww9seYX;lE~!n6DU5F0k9?RxZZKA|m=FhZ>`H zN~^E)e`-o{+hv?*!Ty^U$xC%A|4kM`rkCc~_GJNhA;DZkQ_M-~8-@t@gyHl8Bch-L zEvo%9C=1muu>R}~!*QW%K_Mqp448$vks?^dpfW78iyosQGvlF=U@R#9CPj+c4H-*!@%x6yF!>SZGE0pMY-_Vw4=F`7OTAWm;z-4YMVs_m zs#Q-+aKoh{-8N^z8ae-L`cfjZlOG@5nA0hh$5(B%UGUKAsz2u>*Vv$#noW=8n!y}3<^Cj1JF4QFGJj@1eQFvu1bX@!e2`Jm@-v2_+SH15U*?h;4F?tG zx3l7FuK<~%%BCZ%%UfXmQLOzqVVx*LV1*5*|EnAX(pD_u;1=B{^|#APv|%8$_l9z{ zTA0H^sv>0w=V<~=W^Q&U--LBWJxhaBW=(xO6P4|VOOCk2hApwV_nd`^(yMforQGWsHmn)tQK4a;N%ZdI5^D)JOpHz%RfO-+_u&sn zXNX$^(X#tP{2O6=gH!c2Q8$jL!z+WIW*8I!50Uv^cgeO`O)*!%`Ly4^i3c0AG)YqR zY}GqROh&bxGDS^OG*b?dMua?Ky;)wNJWb@*IrW~(^*7gQB66l15X&LEQn z=~n2V%~x4~pCm>8rs@H_>Z)>{zvea0C4MPAM~&5|RKsk;-ev&D?w2ph%w-6Vusr!jA#^Zdv3%AaZDQn045s!VIOwPQ!@h1}t`K;z#&`Mfd7mZ$O zZR-)H316Df#m!dx`-C%{hdFYv=CVP~kFPNUb#?tsf?A~3tC>5DU?l0AmWbz><^!K+ zQcCY`g7DF9>v@ML86T@=ZEn$zY5^rw%J6ePD7P58#!#(AS4olYUMdlr<&y~r=!Rap zyQ&8)&rSBOBr5@3vf~0P58Yr5xoU!0P|$7hhSmI>>k@7tCCgJ^sT(`!+4?8h#SpLI zigKe+vD(YL$2GDwL*~G3K}rd!BMJqzD`W()NFB`5D<#P_qNQeJJF_TD_DLA{1S}!I z;+>kY4Yku9@^}+#lJ)q;%3SSsc=x>>p7##UQb_u*p%09QC>CeVg-V|~_WhJvn|4n3 z=VnM<_eQ4luow-;6UPr<8Ad3-C_0?c36xCvhx|sB=_K=U8rt4@*bqkge;C7o47v?X zqLUOfHK;s2t%^UUU;*?-Ms-mu_6aa+gY2HhBjEeg2o(3{aeBi3MR+rd(cAa}PA`dN zpG5$_Hd4A-D}z`(&#!Qy-SRs76rLLUj!iqaaT%IeB@ZVvDrx?hAo6Udd~Zf@_sv~4 z!_@P(R8VpyLr@#_!Z4OtY*cD>->yqJw`9_xtW?z&>qm6JGd6lMdx;)eD zt}~J~K!5vBR%L$*Yo#dvX;owM+^?i|HXM`mj@Caz+|5NX9ANq*rV+=IqzeG80zIQg zTm;kt)D9HMnwwJItA)jT5Jp3FI9pBz8>UQ8bJTWY)05{}?h2P7U z*j?yr{s3m7N7!Gaq&2#j?hPg@my2Y=^2z1O`$+3 z!EJFLGZ*%XT*Dy<_S0IxI>*?ViUvcrLc^FDfl`=IU@ZIjs6z-fq=5@_N#kaxG8#L? z$gE@sP*UZbI5`7|fn+V(TFABs*Ent_UCcD2v*Fd1xrjPhk)K^618L^Ookvs=#!diA zI2So6ZLpv+Ed>BEOMZ4~=y3rI(HVLUxe_w47?Se+U5{lm;Ev~^k0;3;-S_n zCgA)p?r5)p<1k-!X95WN_>5(SZD73j%zEq>*OS(0YgBf!ks(HA8MZ;Eb_dqVPzTPW zmYJR#8%KYCv3IR`a<*$t}M#I4Agn|+A#K& zS!lCH*%GW2dn#?c+B4gIj>vas8nO}OvwF5C|25~%`0D-m% zF{5Kl_Tu~EUua!k_4II0Yx678Qt{;r7jzBPQ2-5IG_2Q)d~SG@A{;PmtM?usqR24e z=sWiB#5|O>a8{VxK!P~P%#ninD{vA$xk8>4ml?-~DhNPHZQ zh&uu1FK=E$*Ooj&+N8e#G-?F@oWVchngJZNKQOP}cWGV;5OYvM?;4(GIn0)`Zgwvi z&nw)?Bg0Mkqbf&1NmFkvp9PA$aG_-Z{I@(1K;4Aas~kSt&@CeaGCbY%TFi#5VMK;- z|G#=4#Jhk*8pjuo&lHEfHz+4%-Ur_!@5u1|Y^V&VVu+BEq6Az~od4`(2v9=4qn_oU zql|2<$m?`$6~gHApI7D2My87!NyH zKd%Ml)fYS%87VLV1y51=Dr=hPx!oUDMU=rAp3dsI7k-h3PYN?mI&Jxsx>ctrzK?}- zTF0(t(N7^4n_9Jl^Yb~jjyDbb==_b7g__ngGnNZt4>ZMKfa1DGLu0-o!qXx3HfRhB zx15cZH{ok5*%k*N0HBW)eo|4$&*>BxRw-eE=4zfc2xI&)RGRlt78`H~j+8m+P?1s6 zuun(UU@fZcyZ>Chi!wQaAZZca(ok)v%(6YrH+j2hhu2WajG4!#4>qCsiCjI_H< z?9B9&0ls#RX#ZM_N&pych-eF!Mx7AJskY}}!B+2t&H<~9doIo|q z$r|IfpcV}^2Ifxp>2*lWogYbjO}iyKbrD7*UcY3p&?^^i6(1SmH|!aoocHsKDix`O zpkC(HI~XkHt;2Allcfy1#MEiTn!o_W57CKJQAW7aiGB%EWhIo5O5v?wNL2#DeRq4F zvvMN%IIw}HZ{5dt(P|gnu+ys3NDd@%q| z{h|2xD~PELp0}|f?8b)MRm)__XsDZ0erWqZNPX^%jcf!m5*%c6F){qN9S5JT4S1>o zIO^aaJs81uEO#Awxy_K3uo5mjN|4^v!iD#oA#X9pPoJ|ud@ydiJjmRn*M}g^6jSST zX1q4-K-x;+Z;W6;9n>#hhK6b3*$9!8hx9Ck2)AFNFjS516-Kj&66#lq~%G=Txl zzKteOZgX32WwbrH_G>iDr_Rykg4q`EMxFL2_f^6ryoG+w`{_F5i#;=XH^*z%PMSr!S~WKy(nY$vDH2G9yGb!}i67YXIwqMVqKw`k>7 z$*9Rnfjega(CGxiH6Yc1X|#gm4X#=@$)&dc5$M2Q>ArOx@f^+FbB%gxT>|Nrk5LDp zjRgpOZ@|A9;mcjr{7O^(xd|U?W)ijufa%e~xj^$AgiGZa*rD^tJ7nivYU73k9O!%( z3T>q<${QRlkyHMLA*b??7OHXZ0si3*5&C)iNT>l^Jk(xeILC)u`$v1b`^VnM1tOR% zThfp9IWm-Q;-RDt!pRxtcgEq2&)Omp5Gf}1u~~8R)qbq8GT`-rh&n+OHth)f&Ie~u zWT#h*ja(623xOsHsP+-H)xTT)k$x`=fvD9yID!trcO_Hw2+C4k4@ML7bKfe%=1^MZgd%4ro|l2P!`4r>?N0ch_CnJO zB>_Mu7~WO21uJ$EcrUGF5Jg3KJ8-b&Iq5UNnJNbt#KVAZ2Lp_Aw$ip2lzGWMvta!Z z<7{6dx%y~khTYPbVkCdU6!XH0`i9w2TaOGJ{jDu1gZ<(Ii7~2e_SfLS(pvU3d(5fI zX)8@XrZzc&0DXbG0LDcQ9Unhz8A!B>9sJl5UrC@{P}%_iLaG5@^s%Y|WD^OH`51kk zpX!ls;75e|*e-8uvwQcT*exuSaywCSmP#b$Ylr|(9KCPHY6(OOYf-NTrJ>@6N&zfO z5wbnQA^bi(MGO8gD|=>J%kvv?1imO7)u{Stt3Uyt+`xHPPkg%jdwz8gBhizyOC&TsS(pi|2b&$}ykL01F6J-zD%&00<~Ceb8u!YTwluAYgs8NjN? zY$8w$saUa-2>fh_}=BUvdaj#9H6E#Ob|aF%2|Z<^jt3@VjZdxq*Y{zn=NJE?$~@X2OW{Z_3eI!@PA3 zx7J-m4ac!eZ`$qbezxY8um%0@@s+nJgal?p@a&UiivV`|rUgx&n(|e| z2ZC*2@UF%^A@cYpT@?f>gRTl0qmk)Cewx$C`SKGqjILz6*AVZEexlG6&5y*hfaP)j z^@|q-t0P~G(k&vTXLBuB+W`bIE9Ue4VsK$dT}c5^l&lYdG7!!GX|4)x4XoyTJVeDz zpo4>DXsdM_Mc6DM>xKAyv#JYmre!m=5VZrW)=BPA4aJO=;2ISEk5b*xs+=NYAWSvCO zmm6~uVJe~zYDH@OQ4rSa8rOQyb(Tj(w7gCyvmbchBIXdoRLgm-`yedFEJAdm9mAp) z>~Ky$6mShEciJ&rO0YXEAp9}pe-MngL#{>$roEfYn9?u?2*Yw6Aq;v`-`foJh;ph$ zdu`pCMb{>?4p~|)ZdI%!tl4FZIDyOORLZWS1CHnnDt}~wk>k;q8#yelf2oOMKqd~) zJmC1U+uJwhGnr^BNO=9#TRqY(*~-CWrncDwYR2qM{RkhvWl3F-1UM4&Un3Non-iz^ zlm$dS$8P!P?_l}xd}{9cY^G%YaoSgBmape*_WF}@WWB>^uJ=`)f_B7@ zBdu`UH}Z4lnc?Taslxnb7-?Vk0G!}@@Hc!(KP#<*g2%JMyx?m1d>{<7eba2+GBcO1 zpu2#DF#quaPXkMducWBAJ6T|+q0HyWC&mIrupu(^fRNB!;V!&+!2++ z9avG@tQ`(K*fZ+2scus*w7|P%!;SHXUKu^N@ebY&XZr3954Sb#){Zwg*f0ZzvB{*` zPXc1F_4nTaTYvxkS?IZWk>Q6sMD`}P_1^gl8OetaDq z$r9s9V9l!6slC47{jGEuF|-Z5>AGvHq|pdw@HtqApKQiF1YLuD_MKp0Jm#=@BTmvT zr+)XtWIPwGnOAOn`S5gV+$-vCb68FueaH^fl79Ck>FRyp>$-6G(~8|V@Tv0p+fbXg z9<<7q~?0GqIYJP@o>ih(WV zdppl-fSEVAoY+xY+ic(GuHhz`{jNMv21b$g$$H;zQXR z<8@Vx5fc(CrMxkG!r~kGMg>6?WaOdf;Dvw<3Vm20Btf$H~7>*deo)S z2nP>}@nJcz5osQdv*U;)tq_&GtgOwj#qB6P&cqx#!$J3MD9M#QfgSs+cNWd9ir!np z52?M$8!BSYYn=~Bxc`v?-5w z>*OKb4L;BvY}RFKdJO~STX@x~jz)@4Y$j53kf;zz2ZzHCTC3`Tu;Cs)djX|(w+_HP}x(@5P+k7g$jK&0#h|`$~#5VA- z)NN@^Jnx9!O6*0v$-Z*%@xvB=Ku7X<`9qV+!GP0|Sap;}F|*Xkq^-e{AD^ADV2yhR z7YhuP25;Cqs8g=r!{uQb+~Kxw7{uF<+1|F72m0&r4JWyB#Bgd4An0j)gh()79)oId z)Yo>J2SF_yU&ZrZ|AmOXxtggpZu$aCcVI_Qf)}uIca-B-8V)QE-1u%S+k7gr`|gPu z&U#|S3xYgVec1-;$E19b zKn$2?Yi|Jd-@^G41CmXP!P!k47eVH~V&SMn={@i>npP@X`Je}BpnrI|_6T}knU8^2 zz_}S`4~mL>DBqQaFD&z?3Y>dGVViD>CR+ciKiF?zPR zzbI7`CqbGWISRrAVE{8`JTuTWB<{~WQBGy+9LSyh0z5}x4XiXe)akf1q$!%YB>h&d zv%rVL#}aGfp~2EC^5&ZGa+92V4(swPTU&y`wmWt!%Sr>00Q8mY7py>Oy2B8vatsH3 zB|92&nMm`0(<`LsACLsZpjzEx`ElE91zK49D-@Oo@Uia;;jJAbyZx`GZc2nQzP zng}T^(PO%2oq|4Tl3E+!5eRpqlmx7g^-;)FnA<`_h=li0QEpw%pouVB2E5`)XTiXjN3iERocUCdvJld@V= zEs<&^_#NDRD}g0>99a=;%G@&1Q!y676K#5DRxn$VKE4rYZUg@eR*-GF&Wb-XtJ^I9 z+BuT9F`i)55>U2m(*RsRqrZHso&7a%#Gq#Ei&37vZG#bN#qy-MWaw0TZzKDlHM9#% zt1qw|_H?57Eb;pZ_S(7s@UGX6UYyb5C5cQiRwCdP*$J5bbv4)>$c%O+x$wu%qZR2L z5vnAPa-t3|`)3>&h8}=`x4y(HA{`FJNfG>qD5FYyjMBYcTCE z6N7~J zG7H5$G%Ja3xc#T~&(!tJag86xUZJPFA|3}hgKpzBiljysv|Seov5kp}Ez2wlQ~HtK z=Gd(u7N%cW{7S#RuJ0*GvS5#DtsDRUCK~^5NHpG*X}pHgQHUoZpG}9BxfkYv`K6Oh zAFPpT)CNSi%%e8EG}p-yC~KdQ>Xeao3VJ6FhgOXs7+U}70->i*%(rYHGTYAqf)6(n zsQ8~H30>iUK6;f1o5pXBC}>(MUnNjlfY+o_!(&KT-c3l}-jq1dWnkwb??I$?GZgc) z%hmsBVZml+Kr+PfFThjfl}bqrLc@U6NR-VFTpHN$!)XLb`3si- zUXS8!B4Itk7_zYcj3a5poDyP@B+^ByXiyV~|8HS8YWjWKMy$gc@u~t#qDwMNC;Zhr zysU4yAtXhjuo!o*hl4l0AFQXGGTt;RPsF9&z`{q?qw|= z_p@g(Uio{?{QU&}^(Y>ks|mX_)pg!dLSQX`S4UZpm@}F83q0(2iI2cs(HNk;ZKl70*UDDI~@Z zNiQ}mxuY-;3-YIEyGVhoIZGSTb~G6W6oR(zI9%kgbT>x9DYpy-0r^mulM`?llaLN* z^0+O%j3hzMA&; zy4D?N`ednXLGZkw2(a5GiD~-y{E88n6MnYMM&0yLD7?xgZ)~tT5TOk3D>+v|Ust!3 zD`U~!Kz0QZg{tuQGPCred{@j^>vku|@|r}H1=P&k23P731rPk!z?E0DO7q|fi*Hwx zPPVeLQlI8kf_$j`@zsb9>HGYoUxGr}{f%`pT2S)@!17^+9y(4%vcA%nbJ6Xa?%>0Q ze_J90edl9XJO-tCZxu=dd~4V6Ob+VJr$Bh7g;3vk$un|%fiEEQ3X}d>hrO<@H!u0z zOHANyv&43VP1iYB*yrG&qh{isL&-SEp3FzU`LLbdF!lXMF&?r#Q=Hvq<}!}9628+4 z@!4}qB9jr_Gdl2#w%iX8A|P$e4A@bk`2%bRta9^s&6Vtj=|oEXoMV|}5csNUcvix! z0h0OdaC{>xkunNJvxASPXD8HPgL!A?6s5+7ZfRsjRa{Ix+tM$ftY1F(&*5Fngytb$ z6oJ*mw0P?^{~brnh-k%Y8Pr$93Qi{YBpZ3l8$-@{v*$=JG$JToHjO$<8QM|y@1xJx zftTq$w|Uag7q6^K5~LvnIpejH7?gTgqDl{F=iS_}4)5w-HG0qUYGOEll6MUMpQC=hl-PeBkNNZ2MmMOYVjc#CiI=cug^Is$ zk|+JGD@M-zawaoqwMxhd0&lWs&$0(=R--R<@G$Sjsxz0*3t#587WkHkPe_h60H>n~ zR;?ZP(AA)t3`bZB6l;7S;lXAA#( zC&OiOeV#otg4(@SO8_(6G+@Clw|}&_Cxf#Ve`#|AA$hUDV!(HIQnEObpN%mmh7rw~ zVlB3*_{=qhJRaAEwIIe|iZjfhISiPV?>vWkIJM=FV!Cl?h$u%iL{Gg6Nf5SGM|HS- zN^YwW4O~r?QvC`kqy(q<+3D`^T++FyJ6*kMkOIEIw=kGIUDw`ATOZM?Uo`o9{r|VK$t8^I<>QJHo!HVzMvjk@*LMBa=j_2vo zJ@bD~UBwy68j+Sd-r)%Vi3L2(Y_h&&6oWnzp7e%_?tUOfefzeE4Fjnw+W!gr211b@;C$a|= zk#dECP&-6o2!LQO?GPa4zgo!-SM_xCoM3H}KVa)epQ5h%ng%k-@N|xjcWXCgw?Hs z)n!=S`C-+LYmH&8Sy~3L2%10nxK&TWVH>^Iu0L^_)Xpl{rH-$5s4V#V{=uR`*|1h ze1{LbSYfZFqxB*{YSaiyKYFaw}*wBTUVfzgotRvE1j3uZ{AYQ@wOBCybptO z1Z0GUrHluM6 zLAEtF7^hi|hXi?>{h4uLK3V6`$cMYqaeE?dmqw>%ogs}|eFpGMwbHlv$g7ggbPLKXZ)oyo()#>WBsv|{yJHuwdbo?RAa@2cq)2_;KjqI~rJgH|hN z+10Q&g|Hief=1V?(Qu5O_vo8F9FM^{gaHjl93>=N7(wV59t+tuTaW?yGPL^9y;}_- z;=iaSm4Je%A535faTH?%=8OkVF@Hu-Gjanu#i47?4VVke(SPTHamY;$cP^c=oY%aC z{{?xqo&8^W_|#5MBwi65Z9wM(PQ-{=NR8R^jrn3X8wYKrb?)>{~A^r zsJ@mn-DS+T_Uk7sJUxYz1ch z+u41-_4>u}$*Zj&cTbM?{;_Ko;^FF})pV<^*T+V7J^XQ(Q0QU0)$60(!`ZF25BHAt zj-*}pak|w{TSq_fu(DQnb?xC2{L{u6zRa&(NUXUvM-V(;vButm_Hyf2HN)0p3nj?2 zaZ*<1NSZqtJW)yTyY}1!&3$t>yBisDxvyab27gS4liIF}ShoXy`{!Nz>l^#q|GV2x zxjT*E2E^YY^8T{-$it+cNiin6++>+jwmVknt@##?7-x@nV*?%i9Dl!X7& zmUvM#GK;reVW+~Fe|>RDvsR5R1lJXpRkmVd1E!z?p1oy`&q%MlC?|A2a_@ZPn;Umm zu`W*jY~$|td=wUD&+-LY{rb0=Wc8t(oLz!`(K@4nqU!G8?oDT)5N zYhurb**3GdIWF$f$gJ-9U6+voehmGgHe0UE^SU;xuFdyB8!x$~Hxidh(i^w|w7Rj; zGW-h@Ow|qD z+;RD|Kaqi(JMk*N0VA%2CR@i1JLr3O+u*OucimZ5ll2a&I`HlzTNC2%kj!<&o1stV zF#ABk7Oc^wv=`t}Qn+jt;O1Hm%IdP{*`Q7F>pJfb^9eaK0omZfBPHpnCI7I4gLyZK z5;!^2xmTQ(SC9t{`+|08klo$As|aUeNmdXKy=g;2pSFLf?`>pj(aEY?D}T#Ugwo$l zUyd1hmH*=V!?zsKWrIqCQ|EJ%eT3z_n3_K3E!|Vl0u$!|qq2;giq?r&MdAFDBbKIZ z%}~BuHSwKA6pF5UR7XLBN+mNcX~Z^ z1S~!PAbl;Hk%0Bh+RfNJriM~h@)=ht$7Tg!IyRCObW2F*(<%A zSd>nDlwGs=+sj?go(2Q;A9b`dCb&@)=TwCe*ADC<=V&j4OEPj3f-T%B6hpf7(b?Mm zaN5>^C^PWSgQ->CL6H8(H>+>gIW8NVLk;}1cP{V3AHw6L_ZbhHc(VOrncY7e2mFU+ zi~m3lIJ3C}xOp3garflOmzEbR^S8s zZQ(RBoQCK222d20_7y(ybRcqoo65{_lppk2ZuIkIGq42!l!V40fjRwXHbEBQ2q#%271D}9j*2~ zr9nipMoqMRlnGr4?ARw&-q^_66P9?FDJ%mg)pO?`+4BL!dGzI>p?c%uYWUv#E{8N& z3P@LUOdi;hEAglGl<^CD%P;GZn8UIO=?t zE95ne++2+eH<fM7=e@(@*IO^L}I_ZtT^R+;w7e|UQY2>XSjJ& zvFWgLFKsEt5syaW;b>gu9)IE0)%N>9LN|m?YD?$MqVIjwhzjlyaTJa_ATCIH zU4fbD0_VUk9l|XvjiA=i%KZLA03&oEf|HF!p1rT7U5JwDhG8*qZ;ohR#4!0|e|T#4 zd}&0#s06mKdP}^Foq+gkr?$yl4z$#XYHQn9y)YC4SQ;9OX?k@9tBIM+##IWy*7za; zU`rKR(><{dEqo36#JGuFZ!w$dD>EH1(+J6cd1RTUSW_`V^Z24U!MFkdK%ZasZN)-k zUg}o(Lbjyzr-!@G_kKOu+uzy!b@ympb!PPndruiir&5fl>pZG>8<#iPUhkX3f|t#P zF+W!;aj+`wXD z@ayJA2)}-(d6mTJbc$N+F_f9075o1C@7rIr-{IkX6K?)np7?s$f#171p9WRT2-k&= z4EsH+M=I*>Q3PACCMJ;+F5@wSNIEsLSHQwim%z!|JckWoDsBD((>;?!z8~_B+-Rm7 z0Da34WB}XNK-exrQ@X=C2fHit$9!) zg>|a0HLZl5gW-(AVTj`e?ouZkt(pHV2S75~%{Q<#=tO~y{T2y1keUUM7#*NA*2vH; z^CgGP_0y|e;<&a{DxW+2G>|srw}>B=oP}WiP2OXTlr7pSZ0jeGkzzmNmf}?PkERMs z?VK1!N@j$=3MU(M!|ADKYRqBTEsx4j^_q{49Mt)G%u5D2KE0L-dIX@@rq2)0)MuaEYxh9w`Hj61596i>+xXWXfs>vkcPYa>+$a4{??22 zxXVY^C6Sr|>FVOQe_#3b?~5JPY3H<~b|f}N%^J}D!TxTbZ2O!&JQ)u^l)d?OQYLx` zT|Q^$=wn~Be>H>gmR=%CaOvrAdBv!1vq+Gfv}(HXF@BFR>KkG6+~3{1=zNV2K)LL5 z?DMeQZVYv-_pR3LblbuM{)9)mfg}B#CF&KEyzI|lh^#^@-@)c8jU}d;91I7AaN|3> z$6I?Z5Wgi6CAK*yL%MGB9O8_08(yoR+4jMU*Dv>vbW3!i=VPN-nwBg6=4s}5*n&-W z-07qj?e^{Vlol<$pLNS$4|h6%xcrL&MJZyc+Naq+7r$Lus{XmSNP9y2lZX*ygmIoO zuINxy1A(o`_Wm4at;Gtx%of{Oj`k|2kXaeod(b+(IF(izXu`&!4vREwy@Jy8dit(< zt|VF1V#9~a$9J?l?kg{CV6PoEu2l*kKxo)S`lL}&hJBx z*}kYx2i&*+PTjF4UNw|_THRF8xu|wAc+YgewIJ_LhwyQ_nkZKds&>g1l(oVb%C-&= zDZM`%YPH7Mi!%-(On1cH)etJ+cVt ze*uYRL8aZv(myJLOjwq{)4lEuA_y)4&Sc0azy`tl_K@MJ^7XM;X)-ww90kRL-t8q2 z(g44I`a$Q`5p1dlcSPGG0i1-sRN3N>X$kp`{5le080(%J6yXp9+M*z>uTb9>>5u2B{&6E{iV_9fZ|7)!_(zy zkux?-vl^5nk=%>Ks#-S!fa3fNqYomdnsP7*ybA!#tsM+f-UY~)ex8GY!gzJ-H8>b> zhis{LYO_Bk?E8wHb5+H>8el%-wv@+S0=mu<8e)>(C)^E#aDUBOkXZYUddB9Ur^Myci;p{}4cgY66`fY&%ALS9Y-YE$u$!-|?7A1Mb`zbr zQU|Ut{G~hxCp_M_o!uW^|L6dcJ(vs4+NL6*Zb0-T~IyIY!U-hJ&`4~`& z)>r(eg5Su7I)A+f=>lb7X;v(UCo>+5ORyx_{@CtgeRp0AZu$wP& zx)1onv_q&VFNd9@RJLC+j{ZK z)^A5G*wyx5;oqlbbY2Ts!oR{l(VHeaYtsCi7NY5jAWWwHLcpG-**{$lpPDSWIH!am z7rxJjm%+=T$n^cIG)h3ZdOr?(-OHBsI?`cnbe6Ou^ z9f?Ai@5FXi9JMV^of6ESOV-G=JA6Z~>xMWJHK00Uo$^dbWQ}TYK?^N;%bV9bMZW-V zCjBN^Ad?(sln+PJp~k*fe4JJZS?|P1F_eZAsBxNxlq(HpO$%ayn+JZF58lmgVfe?Y zxfNsfT#cNfZB|Rc^oGV^W*VrE3O4RG_CUnAHEexcJnNOL2vmHI8pTep{ig6B@$5#YnkWdB^6{9Mk&NaMs`cJ^N{I zXJ>cc{95s^ZOb3hcl-k$3W5uG(JUy*0zPZ*YemS({A!gB*g{kGB&OQW_D*TWNhVO9 z*A@&F4vE-3xM~=e-fdvfhKf&2HfZ8q>fgrG|mW1|y#@swL_ zf#v!8;%kKU%6U!1W?h_*04TYjHFQ*iIg&!zGIz}FtUHxQP)Et@^n({Zo?)RS2ZSyA zZUH@Ly93Xv97BTw0CU2EEbl(7SCXY)PlhR)8X=aW%!v(uqt1^2r(kobWb6;=4cvH$wU= zGxElYxhrI_2H(eh5RlIDDP>VktUzHS`gRO&&Q;zdcaMCM51n7rsG5K*5>3j>9x!Wg z0Efp{Gq`*}ek=Yi*)mFIxvzrc5b^Ehs<1oD3#sxOZZUg07v_rR!`#)|DQ43uiqHG` zMOCAsX9y?92Y=h$-}}ez$r3e>b@ZcSb3kl{)9VQ*@P%J-ZbC<~qa#k~?@}P5CbtH} zHBP#9n=mWq2&upz)(>D-%V=1)LXzr&!3TM zA&yL(E0m%k6s5LB0*sBjkjy~sAYYNqWTZnJz3fD)F;@^FJ!@TBn^$J*uAtrlI0ead z47bVHNFe6uxb!llyWx6wln#fgd`e0dq_>WvxR;6Bj=9VP3Mk{-^8R3C?l!Zd26r!u z%5-1O7F&z*7R&X4Z47+qJPd@qD}<|=kE_yk8y)5X$nC|sjFljHwHD@bd)vdCnl0nL z)eoQ~D3!Gtn%9}PD2e`nx^wmS453Nn{z&Q8yvG1T2`31W5lKD5K}ZhigmANfT5R1} zk6yd1jY8#O();H&hmOBGsyksWq^qr*&{Y7JjJv_W*EQ&bVOC0J7vC}H+;&ANaLY&h zpJm;_Q)}0H3E2_WSPasMV1;nG)Kwu+WKh65Chc&RR>$e-wh*4n_jj-(pYDeIZ zck2_&a>@G2@`BR0`a#W9(AY>qCn6&v^~tJLS)HP;gc18<)hXE$oExb z^!_MEJv^ND_p}DGiB=v#(L=+))^U{~1^rubqx?NiNJLp0{Y-8k?8f^;-g{Tv)O$EC z)H?$L{A_V_QGIlNfB*uXD6^^Q&G7d2k9U9EJ#?UONGAhBNe##oNH)_NVKqp1011}g z0jh9~T)jtknxOTw2Wx0bFu!gl65y(!7M^>Jhoa*UX$bJ2K-+E&2lcB1DZJ5M;H}UA za$z5l55RKwYpj!oIOk&7F3i*SXur=&C9R5bUx5|7fWXQP9yqQo zjHeGJ9~5=&Ff)56v_my;iL*^z^BTK!6mrbLgl|)Wh zv)#TJ=DnoV>)R8ud$ETaCR3!E@-wYb05fHVB1IbeKgNMfM@1i0cpKT`(e8`g?c>bs z?)&Wd;lay{?ff*NyNjW{%I#V;xtfqTSt|`n;ycdmDB>TdEcN|7Na77Sn{+XR^@X~N zr~a}^Q`~fc1i$_KWG2agB=rU&~UG#EKE4*&J|6=bu>w@Szqt#1Q_Ef`YP)drt5xuMwdjHSM0hZLY z1!R)@1QukTkA&L1K0E|hrJr{XkM<7s8+A3I3kZ1LT~!xuwN%d0r9?AFZKHRMX~!1J zfm!mB9emHBL;`CeTbRl@`?l9{s_k!kZ6m{vr-SV7xHz4b{oY;A7f}{~ZOp*}aKqVd zO`<85sW>lm{;lbfz@k1-^5#Kz;eU(z{CkS}KxLk$(mc^CG&@M$9-GL4t+T)`S7M02 zFsnieY1NMq6()XxVNx8uzKXZKS0HEi;CZ$hlm>dSWp10JW8m72oChUS&-v%ST2%df z_4+%0(th>~ii|HLljUBI##mTP|FLcz%~+dUsVSV^7&N+qB=iu!?Iv^+IhW~*!^ljI zG0{bfUbdDfGUU~Gc-C%B&4}CUwUy+tH~OZrjSgG1mH=l606w1y!ZYz%Ln!@cREvwaF=&>R1(n)J%y%H?L(Q1%|bbUX%y=kvW6yXJFrY1zn!n)>QANwz9tYO3`h zFS6MmTMUx|D!_DQ{=2@A)VRrG=(vwTL8HUra3Va}=}u9d)fDptQ^o|h9I&`&8WvPD z0R1b;Q^eU&2d^&2d6mva?Zsz}upOQZLy@7RJKUW%RtW}5pdemrcA|B$8C}DAd z>oI3v7TRIR>F)5np>FIkBw;W&HqbiPXMbpJ@w3ZRKj~ARQ)yXOk_o$TmUE16yS6c> zwixLEFG%eIfQ2kuGTEh$H*f0#V5k&noDI<}(R;Es0sHoJ45mgtFCK=&LQ`==_-$SH zdTvIjw{$r(gr}PLhsVy1Py!}Xtzg$Y10;e6?Cg?bbYo7~ZY{ZMxMn5yTEH*?z<2|} zpfAEhClu8|jIOq$I{Y|{+J$h3|I7_HSP-O5jN(xJ()G6CnL%eb?Dj@9U;xBkb%b_T z5F}dWpXE)&Q}((?q=!OD;R{;owh)g!^sJ)@W{o^t#$69t0(;RF>MB1Q4-GFfoSJcx z_r#R_RjGo`Wv=SpLNVEV0`+G3DSoTf=C9$iE5kp%FDj2CI9K1t9(m`qbJj6TZR^y` zi=edfb_f18|D3@;y|$g*RvazjQWDXTpJINR5!F(yTnP&*CWD217bvD1e&tNRD+!W; zj0KR4>647Z0Bf-X5A!*qFek-D;D{#B9h1-2QyifM#C=^&A)Ax9x|9P+)1d6>ACb|i zf#zp6QX{b!?;aLV8Nq+n{l0W-4#$4wV;|pfVU|WmH-q8e=E@@g${o^QX1xUj(0n(%#Zct*}cFohDO z3nZ$kJ?7i`&zRGI|EvcKt4SN(##pL~V5mZVcC|Re#AsN-B18etLS#qcG>J>)C{yhw z2b77a8ZHkOT7H|@FnZ&t6JwrQ==>dL6mygEwn}f15c6n@>^7VkVL6x7sUY^rsYMnC z+cD$dA@FkDJ{`R76{ z>n){2#$%@&U7v5V;?yidZQ)6RU!jq&gh%R z!>vJd_uqH*f)?|8r;C6Ci#f6wr;D=0P2v+~Kxnx|UK-(lJHA@*`IX_xR#sL}*YZ9; z!NZ@UONsdleY#uusFOiMmu&zcEpH~(H8w7g8^PXfxCmwaSS$QQDMcg7M?v$NfN~tA zk*ZqQA6Zh-D{W`v@v`U8sn;x_qxy@}D+K25!h@pRF{xcUXm?oC?#~e3Ha3jfeG1{#w0jz~+dg=4u)iL+>qPBdzT8T*yBD;3 z_2Tu>dg8lFLA#^lt;1Bi<)Gcmy?p=}wfn!}__hvrj}z_wxoR4!c1GA#>!KPins!M; zge}45jULz;Tb=}BvOcbD-1&&NO?N%}xaK9kM>EYD<^Np_^4CMtb@jJx`wg|NFH@?a z1_es88tN(}b#Xd~&V7)ZohXi7v*`QsUwtynA{goQqXpzSA>)6fKEnlReFmw6T^`Psm*c2y*o99X zJPXb$p)pNf;Jwg>g61{qU1GdHe161DlJgQr$x?DedNu3JCxa{Z{*qRRx~O-nUWT+* zW|-*=lkSeM@IRtort29QiuJ_Rj03TkbDb72bLu*0L-8Vgb_W;bzHgEWt=lD+QN8~D*=?d|l z2O(kh8<~|S%*)=8X{Dq?^_Va_y*rSu2G`KH=PNr1kEW9uesw}N5bjR)Vdji@G?A59 zGBJX>wypd@0%MK+ig$e4!klrC-;1A)L>2XN>v;PoZ5hC@I?$tySzrYAdepzcOna!e zgk0$587eE`{qlL)$7-!En**E;KQ0>cOz}b^8o9rdVgU+l*@mBZ3}jwj--I-r*>q^| zS8cv9`_)b+o5e%B5sq z#={lGY@F5A=hITQVkcnO<{ASVoZyEwG0cM@UTrt;Pz_<2mf^lNR}bKkLg46p4VY&J->LR+RDM*uVPvWKZz&yN|ObjI&< z)kMD0_HG_^A{4V?w^IjeLZC0DEX`ec0d&onWc>o9SHdrhYzMU$=Ki4~(-NEqfXEGI zIyql{!i>BPu_O`SSz@I4a^~f7trPUOhek+%!r5NfoHp-NiYDQA_zPvXN zIMX9eP$hQaC&8bpzM?%8xI*4dN09NJzk6cy*wfQ4KK(X$y7pEPKTYm6sHG&RzotOl zeRJ270R9zu%N^H#Y155>LCyr)zH+kokyr55|=04)?`n zeQU66nSO0=8adUwDq;11|6OZ5aL?bsmQg}GnB%6dehxH-#5l_r_=WN)sVz%0y2O>5 zHbYR%Qwqk02ScZ(=RU-^`}vt-c5ETsv#?@C7_1?B1xr|AxE-datO6K~I+0IpirF<3 zHVd+>`mW$UFVvWuPF-9B=PU8K+39@NEHGlZ>>G)+bYWot@>NM>fQvr^>HOIzC7lV* zbs>wY^g_R$WU90TzHFsnUA#p~E>P2)k^4`M-e=rrOt79cFbLZ6uJx|I=0|I_ zx~6&bI13U>KC|cBz!+R?kCDzZ4OLUtZ*QbL3 z=~oF;uup+%R9lHukp#;m|+H&n`GMa~B_p_w% zLn#R~zY_d-yS*DzW(Pn!h4%%C|9b z&O8*^$O1t$URTp5w;2vT#q@*E%-S61YAp`sM`RwYh2%IXVcK*+=*c4fQMtGjWhHwp z*+hyMqNZIKDW41E37WWsLY@p@xN_mb*s}>eB<(h_*Ax7wJh$9^83>W5 zhZqD?+M7Ip=_UW8IpTVGkIZ4?arrNC7@T2;fA3~Czv5_PL|#NA^Zy$o2SkakE@B96 zJZ3G;WRR4?@47^m^&5q)`JPRmYpz>kpin_vJQkjC5ucD}C{Me(b7IFYt=KfK8pPG_K>?7%`DnB(~-1x+A`d)mwXmtFo#~T1H8266u>`7%5FbLg|`^>Sy?= zz4hSdVhC<gidw`p}xU^yGmJt+WO@RP@fH5BLbgm z(a(}F#-pw?FXXVvP+^5YuD)H#*ZCEgbL`VWaJQ-%{W1pPm3^T9K$Wvkd_;g6y&4zq zGnY=`+|ne}-2++Tafcb?0_F#Sy(|aTvqy(_Nh8J649M}gj66$dN~KyiPX^U3Aor*_ zwm5}AZxI}SZ*$SX{Ek3rC(g8w&55r*!>NYfr0IJN(-1>h86|(yn4_O_jBv$g1YxkEV6!EZS}m{9;8hU$nK2A=Q|fSTj6ZXXWp!-0?739|8Y;dW=) zm(*3XBBW7#U-qy98{9H-Q=?tL`JNWp#WWx1gGnLDA=%cD50EiLhL95Wx)2A7d}%7e z8>qxlvwT@Vx>-)K>T#eMN-{STvWi;n4l2(f(Ja(pqq2zA0_TF|(VI14<-EvH3) zIJiK+@1(o(NMuge|CNsAqwJpLq{M)AucR-IDNFp+l=Stt$!0>FP2RsAF1EWq8JRP7niz#48Op(3+Png*Y#t2 ze4CGJJ{paO5NvS9p-$j~F&;vRt?3BzfLhNBJ5CJ5*hH^%@N94K0Na5&>K2@y51I(3 zY{9MhIyCZA@7f}CpPc@Qd9u}Jw#*-)+aibBxleOd8h3n5Lb!_~@wFQM{1q#Zke<+q z&PT9PnWn-TV$b{eg?j{|QJ#6}@*?3w>!#|8!m9f=CHJvj0O^ZJ6;ccJ4)BbAmFIC% zQlM*3v9HK?mld9W&2MYo!H6bU2NhTYo_Z?(lw~Gm_KLx^%qg5?@AbgFj#bAI(`@EB zu0mFeN&d(y;xQ=3=)L$z-d-27~va;`ayQp1;Zg+=E#P`=pY$k6%*bs ztY0F3{ez>mgXhnWc8^=o)pxC)hf$6$Ce1YiME?Z)Y*RlNXq z+p-_#_=VG48Emfl1zDPg=^s}-(gEYHWLDE8x7AcWpXE=a{&+DQzRNGo((n;XJX>FA zXb+Pie+|4L>LS^Gh>CjD1#31t21`VoaPfw@ky;3C6LjVOSO}Jr^PXCDhMtrlGb3n=$0X9bZkh~>3#Nwm zrjLs3mKK#}W>my7$9XT{OYDnGUkW~zTbD3eY#Bk^G@4!i* z9-wZQNBWdEHALXhy$4Ix!!;vk{W7Q$8V&!7RljJZH4ryE@ zZr;~T`2$m%VdUKNA!f#a>65Q4VHlr5N;POYP6tHLdw4;aiNTse7&#z~T9m=i(*SXb zHD2fzD=pf3$*Eqf(5+=DZxL)XBRbS`>6Ki~h0%lDNG6xC^Abf5MqPknci(M%YR*Ze z5l{(H8Ii8$@Jyx9@$%hR6^te=v3fQDVD$-_)X_ao>auZ0Id#&rJn_5 zT_YfD;NR?K|FIetf1qEWVNvUi+6xab%b}uMQEhAE7W{w(B}t1Cg$AhaMj5lm?m+2Bj zHo#Jo4pKydqjWj`1+c=`)Cc>VGRN5FEyp`MP6_^{&tO27i5YYVGW;c>? z$kg<7;r`1BOf@}K?(9QId{zya%ES3GU8?ew5`1R8e3EB3bbXu_#M4cNG9DZ^&q1QW zw0P#@cc4GBJO}eEsF{!~BIR2v_&Kv*iYt}g7zFG7Kn)KFc7!rES%iJ>loi;FO9D%S zMomt+)qAh>IMygdf92OsS%ABAYL4r>EbqN1jzJ-vGXxo2Df{qBu{n80+eC+P$-7G& zO94?0;}Q%=Y;wq~{=p0dNIEE&Xcaz3$5gw8vW+npFIpzI{7RQZ7Dyc1a(Iv6uA?aL z-cjD18eJ3_IUzB!()R%9&(lt&ET-)Co@D&LP%(uAm2Gk_K2I&xBMTL#=`+Kj)J2wU z59RN<_gHHx-F|w8<5=ui8vP=+9>M~aL$p3v4jsm{qk4>#i`*5KA~2fI(2H4!h7A0Y z(uavd799?AhLygZ?c(~Vc!K-<>m_rGz+}&|5W(zcQ|%Sb(^$)JBD3%l*4}irG_Xly ztrc;ZQd*P48!im**5<0XcX;dpPP|@a*7lf)Q}k`~oV2%yK04lkoTi8{YIjIO=tv4E z{y>X5)~f60kiU`LC#5nk@+RCE@|}&!7p584J%wa~Mb0s2?xXmX1*!%rA0prcnSpc+ zkJtmQlm8Z01+H9dUU9a4C5m_-8p8oK#C-SQc_$;j9gPZNSdD}N17U%RYx@>$>T9+F z2CPlgIM1TQOM-z9vHaW_!Wl!Z!HKF4>DNb1RE9)8t4=uK?VAk6njN~oX+@D%?!d5l z>s|5%@>xy(s62#rG0k2sk_CQe_h@_3X$tLbr2$D=q!+wn1fwbp=Vdse^L(rgag;S{Q`qJr)PD3x`<#KGMROG%ucBAr}cIXU0pHe)B4^*>UjXc4cgA> z)xLTruN1!%S|#8kKwzGahgU7$TE5U&EI`>BHsN<25EO3TZL_-w?X_~SVF#U;R zgUt;ZsGB+Xvf0(6AI-wYwT%$7)IcNuX?HQ{72OW%>b5V0JY!q|C zTO*C`k&kX>(;eHW4$mz&%B9iZSKj1Q?iuIi_ACFQ1BVFTc;NWU{+XMEHTuY}a_B@$l4I65~(2Zgw5=x->673Q6waFUh2!~8iigoWr;N%tS z;|#YZ@@{BDbv!Q~7y!Nzx~-VrnfSM3gTNKV^F&Fxxhv-keJ&cE-2)%n!13MlSW%Ag z==rf3c;F^yol480?h~od9CZ!O1#3A)?AiuTO2R{}9cH(p0b>kh3#dYS!iq@tuh=lr zSX(qongT zNjR-_Nrn%-^8^4`K&QXqWapp}ftB1n$!_Fy!JRZ-Sv|C`3-H{feAi6&#I){|cc_05 zs-Prt-|;z!#j86n@x=Af(XNR{5Sa;D--H*4@BXhnr_v&DLVzpbr0LxT3^0hXfg6-E zL?ByCCI@wer8qWUf9yP@wGO$T@{q$(F@UWU z0~+;SX--@J26eb_GOS%0)3FY2$P_k4*~yMYiE@z?CQ?+ww>Tk5c|Oat+>O!m`ihc` zTS|f|Z?p>XEE|nRW_DZszUD&Zeofz#pK~thKkHlhPjUG-wBTw6% zpm&Q|4laO@{S{qe_V#yne?9s8>)pfOPF@}EKHvK_dz!5pCOqm*A1B5&4Q zYEBybq)(gvL?FQUuvV2Lj)Gy;hlVIq=C~5`J8hXA6T;mIyblOUWz~CV$eWNCi7gvq zHpf*gYLzc8t8Cdwf0tF8pDLoRVpeh#w7pLk*>Hp!_(FRbXyAtg`~?D!s5r8`+gGC+ z@=YT1W#xi*FDs(omKZDSW>vfYsOvHbhHaIc3?F%hW3?D3A$j6uhRd``%M|j>3}JH) z2+tIRFz2k5MvKXAkOPn}FRNZaeR%>SgUd;f%e$MfMV!YZ_&T=>@|V<(8Crwgo~;-4 zgFm-7Xk0>vnBeFo7TyUi(3uyv7a%#Of#Y*H{w6Ur$P`#NpqdTIY8N-XH$q=NEm;0@ zdw2y^Tk)iFfn4Wv2BCXrQj!m|(|s6neWbkNqCSdH7(50`S!-$3g#wr@$g{#P_puXc zEX2agpTmb|z~l9?Mj`XOL_{!I4HkkkgQT=@mPaI;Ji5J%SNIED-%DnMFR8MPVSVOG1!Yf36M}TNbYrNU^1kGF_&d3N%)mQ#6ToF8Y0qO zaL@ryM+cJOB&Z@xmUnJGzP6iqwzlBT+Zq#zfHdK|Zust=PSoHLX-V+fb>TGtnw5My zpTo?+P&~8^VWHr-M;5Pn;yzW-XDnvf@X|Q8)P{c!Ais|GVz|;?3%%irlZ^lYDS(rb zB$6!)$9V|_cm_sdVl{sd{z**{v9t@|e_xQNc@Wy{0FIeqt;A(|f@+iLbqYJP;K$c$ z&WiE;d_gUu-7kvsNv-;DhKjzvmXU8Y07*Ttui7agweJ`aD-BD9tpXBK#`2OR1hZOD zY`A<6a=bH;ysWEb=ov`l1Q3BHrH^{yNN?HGgarVx6* z?&NOBZ533!ggVMrzhFJ{uJY^hYI;Q=tWUCMVF%mS!QsyCVfMpsnKFX$byl)-o^t}Y zDhC>-^8bWml2}^H9XDA@?gYK9(PTAZkr_<%xzNt^$xBlox^Mjp`M7_f2Bb0K6&q;l z+Z;Bj)kti%Npx_X(gluk(TD>T?R_dCcl&busY7=g~rns5rEmo4Jk^tJh>S&{E|#(e;hWR`t9f zvn~g!lAX`bNzOTS-;2}nykuJQQbeug!-C>yP<8GwC?xyAV7QC)HOm9gngb|GE<>`? zatfMuDWtivq=GPflLQc%jM$PZGYgO3C`>C>=VHSY$&ZZTZax4w~$B zh{L>qc%DP>d1-wyLG}o9Hd;A^iETa*3?_OBRjrXej*FhdOP^h6k;|QP#qm?E&Ggg2 zmU2rypM=%E@ovkMhhGY3=JFI&sN$_~J$fkI;3ZB@z1F|PWz$xw)gXDB%sj{^#_DP9 zArK1q-tBL{6l4QyQWU^la{CMIU*r4)V{xueK#eOBz__W4d(6)!Q_lRvwab~^V0Gr8 zDys>LY*gl!S|PszA(EZ!Vw|74s=!#3lw&W^@#QKXn(hy1)t&B|q3EtBe3)ulSw4Zl_uC>lNikVKS`NI@F4K8sTwJvcH z#W++1zJ6s(DF6(-*?+t^;)$%yAXC(AB_UZ5}VfG(E>Hh^e_7R#HB% zVZxOsEZ+fjCPDo6!Qt(105b|B)`Hg|Vurf~=Dh+GEW}!%zXgSe`HE!*LDhf)%bJr= zO6!PSZgd;Xb^%~~A4AsZ)6T9&yk*+*V>b({7*RLHqL@ybl-b+-CK;8nktc4qwW|=% zk%sK_2Pv`wZBt~0(1Tx-8*~ayqyayv3ns7>B8?(nNFPd1r|@l%K1L};C}DAvf|20KC$F9^V3M4o~_#23`&9%p*-9v2dASq zAQF;lUGxPP8`Xsg9axPgO^Vn=WUk?wbE)Soof+8j8%Q~3+QLl3f0@b#DhGv7ywL@r zG!FOeA@>e|f#-!#)#nvWLB(G7 z2;zU7AGSwU!$ZKjSRt3zfbCG1sH;L*rMuw~B%(KInQh3X$g+shjfV*#cCv05_cHq& z)vWs*$7sP$jN>=Ya9RUC27}=T7TPI=0tff!=-_Y9hH@2Scx=S-f%#T`ltLJ3d#*$! zIGuo3K;R}3PJsLWP3ycDo81ckNYT(L}+E5;|gQf#mqo^;ZdQccI_h|zyPvg=v zopGM3eJN0C3q!9fv!81B-p(9Af#*$9?EeJN$Tuyn!ewI1S#Hvz#l1vD+R*#`vWIqo_r%3KCd`!txuG!9I`Wt&S}d>@*-&BOKNEQ7Yi;;#2{or>n_^b z4Do3R0H!jJ05C7FpS%nA503w(=8F&t-i79)jdx*vVU&87&M7UlPgUHm`!=D3psQ?S zV~uf~Q9q8{jM==|@<127t|CFeS5wyF)*4t!dj<*5y%x7i+G?)U{ zH1W`6Y$l_*YCQ^KNu=8-hIF+Ik`QycVL-X_hnqoe*20+3=F@@Hq~>(|PoyR=m4tG* zfnk}OzBs3MT#b}n%mx6az2EJ(0g%K&T@8EX`3?BqloKy*$#MR|l33Ob5);yAZQ2YP zyy5YDN5EN9!hfI!q=xygwIWnzCC@H>b*w6*3)u;^Ir*tg!gO031M@2$pA&xtG+ML2 zk=A?7_XTrf&i+91TAdI6!J!5}mn7Q+n4Qd?HtEgbs%)>%oK*63C%-NK#>be?F<1)` z{n-70aN1zA*mRtUL3~XnL*HQ+jr5pdl9GUtyfUV`GJ~N64pP1t%ti;I2~u&iPhxUi z@^xqDR_)s{%YQ?=-a4Y@B`H<@wmP&iHOMA9fnJKOh)OiYfyC!G5n7a_ynNJajiH1h z_vegZ#r%I_sbV?GM=cerndU+@^co!a_b zndw`&jBA!@`A~ePyhmMC!3-vNZ^LV#d9zrV8}I<03bdZEr|6-ln1F!*@0pApifKlQ z0DABO_IW^#c((#BM9{vTNerD78>qOWMRV&M5W*la$-GQdnt@7E(I1M7QoQvkyC}IC zqi;7QymUd~B|DO5qrKiW6CSWMOJS>*TgTf!d33iSrL~aTY!Mx87BQT{reQ`pPMw1! zTOAc~Q{tFCjQ$S@fhNuwTGEvRj&-&1{9*C&@EYtm z8!y;*d)FNngP@_R1e~(#adm8|O74{2^@Sep+vSq1P753njw9H>W3^7tBzl6wChG42 zbIQ3Y`hw_OS%(R7#OZXBD7nUIy&;`RDZ5OQHgj08s@5Q~t&>5fUO)khLEH%y(-Syv z*8SfjRzRuDt+=|efnz0t#}9qgC(lNklHd#NXR8ZYEy*LXl)I9$n|iGa`Me+J5_G!W z9ILU3;0MtbaJPTR$4Xu+E1sJqK;?NT&0>-~+e^aDTh$DmH4{%gk&_>A7cXtlXW98t_m)y2L~f1Vl#uGFwe zlsyVJ2zQA7UTWWgE^oST+Yw}*x_O<*Fc_rVu|9K0Q25Rmzj(nxi{!NGt{IB=RX({~45LS>f_tju4RY>06w7+sZ@@iA-;vdOCE4T< z6sFiF%XB%RU|cN9QW-hYMPvIJvJMVj2HGL1(;~6$FhH*?E&0I%GT5reFe?24yKCVp zEQLGBFGQ=1&tUuDzkyyE;*9ZiR2a$o0uH;Qd+lBuTn1@{Q~e&d}Us&1#YqM0slCb>C4VvAQge(6kJ~Jlra{tJKz;#rgSB9#T*2upkbp z1%o@8wEd4UDYQDdR**LDTbW&uLKakS`{oGSC|l`Zmm|D^yrrFcZSf=XE^G+E74pT} z&bZc$`d?|u-Rk}64<*1m7qj7i#d)R6m%fREHfrbr-ba+NFx^fuGv1BlCo_T(x!`>@ z|LDw%{|I)lPS#%k<*wyC{HcATePqH}3#`UQGD0%62W?KcVd;?BTQnOJ_NOA98@IfW~ zjIe-0Ty+qc{_V-N{l(T9v~RQmD7crD=0_Fy+cq@dG(USsb%g*7<;kQ38qj5leHw6H? zPsk8>E`^)?k8|&}nvd@qJ}c3;LCUP~^w73)v(s^8W!s$ z-I-Mp$!_5!L2iwzSI76gch3uZW%@R-S0u=O zWHG(fg0pE541`gCO3gD}cON|)-Lw=`(T{X^DS|KCu=yzX&fiXRZ?A;1`P>~?x>wwe zAF&(gE7Za}z8#cvfz(;UdPXPGaESI!cWkMg_j?v@_SaCZed@yXQBmMW&MR;R)8cgk=O>%qAr7Z)-tF>pr9&g)|NJ;c}h((%J1ZPt@*t1ZsxAxCr3dPmz!2gmuw@n-T>-3_!+Q#cEmXauLgmNt@B_^g%eKa! zwhP?~IC(=zpJ);~*R3nm&(Nv}-aP|v-J|Y;l}ov!6nPCnO;c1~Wbx&5tjHEo#+kyo z@Bgpw@de#qRRgx8R{}~Zj_f#{s8Uj^;(j5wKN=6gt_L{-&}u?Ft1b1-53lkY(6+&U zIMLo8)8PaXWb6&lT!&6HoP3le4^%5=`GPB#!RMLt6`k|ni^qEZ-f{`Az3N}othd&p-)E!#f8TU=W7 z;)W@{X7kGYSeDN>DIz2IZyCAehxlc<&mh zboc8PmM=cQChZh>WLh7&6^a2W;l4Z%R)=S)OdROGW@;7Q#Y4aRUO}iHb6DKbbzBy(nm=YsV^wma~Nwi^b zUEI4TRM(DC1M~(em4-RFE@lSCkz+X%v5t+IK8AT(K%=4J2?tCV@Koey6D~aj*`u>o zv2u~EtgNtm+}*{+yX_Sh6BsOXP0@0&@4jtwYh#gmG~k)Ds(lO11$fpUqFRafrWCW-xmYi2T@f32 z&xBLNw)qY-$aMt;fX8&AnrpE%f_uJJZ4{E*!;s2G_u9eO+yXv{c6_#>`G|eJ>>To% z5trw|AsH4Abogx*)?sc6-kJAhp3xi#j(7POFn_LgRzLaU2`(Q{fJQ`3oZnzJnavTL zkK9z>@N%Ls7P5DiuM3Y!;&`;1?+X$z^_QFY$i(+7jjG{l8xpU0Ll8eEufoCSd>Ea6 zZ}nBqX47QVy3O~UMeVbfgqWc|iFWjhpbGpK20T<*c({qu_NYGd7+w?KlUE6$g#|m* z_qY#%fBCS#+-*A>B5(y(J;3mJk?F5SL{8WZ8HTz;MNP-$bo9)d?XW2fa5dsKGH)4t zyCTn4-zX$xXSF|uF1)V97Xn-`3+rkwH!E63<|(bGJ|EN(w`L6;jUK24uK^s-LWR60^KcHy-YL zgNiK87?hd`2o`L`V+fici2qIm0AIw0KBaT~TD;nqaBB1MX*2kF;&j!pWfA z#EGC*FKd^hs~>y!_-cyzOA{ZJOl|Hy(GYy}qX5-O_0#s% zwjnf@7CJeW8#6^fZMZno^;D~Cc4G{^kW~-g4W#xH6bO5}kLW(ZF%07=Se5yqeH+2j z@}F`Xn7wqG|D?*B6f~d(ATy>R1UdMjL-IDe-((G$pNsS|HYiA_>Pae(4H8tghfu2MibHMaS~VCOd*4?)C-oBnFlk}=WC zQ73!Y4z#WI3s^$j6%CZnEy6}U#q^%}HJgUP6)*ee;!V__ zQ|xAv`S@9OFXC_B$&&N|GDMRr$J*LByv{`PoKr1g0lwO)deGH#<@p+9DZbvI~g zBvO-7HIBm()LMV{!txBP$bu^xEv9X_>6KG6LrolfyZbGoP#k{yAKzN2q!qIs&AseB z=yGulQ8m|Y!|9o)X_q+Nl5Z!e}(pI`i3$Xwi>C1xsX(6m+!H>u**PU6`G%Hr! zAlN2S6;8b`%!UWA9q6jYH{~s>lp)e_a^xlRB zUFFDYi3o>-kA;MQik%4`%)yS#-()n5`rN`8@=tAXK_<^%BuHo;m>03yT_hXNgVKXF zwe9EFZ*AJhNR@r%I{fRh1S;%x3|@#zIOS;9Upu7Wlmio5^W&;Nrv-G2K#)A7(~g_+ z$`+8v;9dc1JV|Gu+}-!BEpK+Xx!@O5j#GUzLxXFowr{Ft(4vsGqw0WJLCuyTFb{_m zu>`*!L}maU3?m5B?U}H2b<#qs5>B_E9j_pX>|TvluP97@D=&Gni35bc6lv~AMqovY z;nR`)2F5q2=_pmdj}5k!b9HdNP~{G}SQIrad3Wd||2TBA=|8$%|0SyZ4`4I-SMN>A zFhtzED-edlOfL--{sCv8jX#uEWAG+?{`mOe%b$c{Hz}?FtYPM;8O1AeX2S8%3n!R+ zd&z*=nWI3nvY78!VVJ>Tr3W-~Ixm(?J4}lC6ZEfcjsE~K!dDws^GegI6YOCugeFIT zTN%^b4DyIE>J5ffj^7u^2wh1mI3I;(wQFz`FvXEtCu>Nu37zOJN$TQDnVz3OHy3p* zm_Ojk9yjt~0{anBNu5YKk7sLZd6ZUPbX4mc*o{mjpFIoupa`#`JVj`UDqcnUB*;?12jh0^M&*&tF7tL#KehnUM5h+N^_w4#4w%yKArW zzw~AkO`C12>1M0)wDIPWWs*A(erL5(ty0Z>lueO9NT#2HpX!t^oVut-ZA_X{;G@Jm zu8e_M+f3bPGbOmz$%w#O;es>A2%kmUGvwud1HKF(3i(R;XWXXlKd(F4=XUBkz#R@> z>_>NKq#cgfc+a;x3O$De3B)fv$iA6x!lzQ=IIU;QY)MOg|CDm|CY^{rTYb@Qh~?lD zrM!{M1t5nj5ln~bb017cvED7WUk7cKg4D61j`0K+5X{s9U;;Mt=m&zINV>6fDDJDQ zhQlcwwcKy-7TLe>^EWy2&#nhfFrLiZ`%Ab>+4hAlFG-@?CT|uc98lse{=5JM1VtM( zb(NPR$HG?zZ)gX!n;1?lD~@JG-W|w8xyGZL2uE9c8;J&MZEq`WxL9ejSpOcwepfu5 z)x{Ld6c`~kt+!4@8YfK~Q;{6^80G+xDbVIAj08^>x->D1kIWdMW`V*Nz=u7vKYdor zu8U->HooCyN?ru!A(r+MNO>}jY^^9Me1tfG>2iVcpH%fS5H_K!RqIfZP~~*Fu-}m? zl(;UNk0$ZQHawVx>*N8yV4?_O2Y%v!zGP`7e(`a6brq~co>Mp(gN{LJ@k9LUb=VqM z**e%o&A9P!Bu{-y8TT=86z=QZ10>)V!^d>2nXP3=w{C!UoSm3HPPN&3Aly?z-F!M7 zeTp}rBN9q4835~u3XMk0GM9^aHiW3wAwp#U6>`L83jA@~#u}HwrUAZwQ_3PfMGz)P zT1elGl_H=^Sq4t1~-(97^G(v=WYQc%MT$P>fWae|5ZjB67}e@xBV$%EuW#2a`t ztsAtErKzJAJ?23uwP6z{vnmTv$TF#4k$OC6;?ku6$Gqm%>Dj8v03TNK>iG0Y(8L;S zvuYn}nxG6vvg6Z=*sPicJABUAi6d_=O)G6l&-g?b^tKcovr5uA10ct`NjDYy)gofn zNTr+eB!Tyd5oa3B-|!=qRNIkwQ)weU7MAgjrX!(?Rq|YVyWa7;LM^tS+^P81b+VDj z5=N)gv#l}GpyFhicBBNmpjlX#IHH$QAdXBK=bkjKgF$gC0wX?L2?CQ4)_4!7?V$-x zb9S!hr_Ya@Z8f2j^uwka)_DTP63}1aVdl%}bTR|^uQjC4jooHzZw3;fwo}vEGF+gn z=iRWL6~|L~Rg;_P$Svjd_!k4_6yu9F!9v!9{eCT_iZZsj}!y)}4s6>A*M zEaj=vHfdVSGDO1H#GVcSjDS8 z=!&O5n6QQVV=x>dot!afl{yBMu$}YeWnfq=VTYc=)^bJs5T?sV_3G?@CuJh>_X=Bj=6# z&(o7X9|NcQ)6>(3?%~48^uQTk1A|QH>Q304k?8H9+dMZH7 zj_U^PF&Y-}h(BOe1^ncf11D938DKlRep~VzR8Qn%Olz}n6B5^e=THa!#adOM9^50I zb`x#6m>i9Vx3sM*tC%>d)saH4h%CL%TYM#>t&3v#hUQITl54D5a!X#SVXzUaVFy#} zHH23uw>NyCg2~e4I;)wmu(4y61?jX6RrZue^xcfzJPz)DscR5Q%h^feULbo${8@P* zevK*kwkk3}T?lbBXvHY65lSGJl(|j$lj`QWO{mA35GR%F(W_z$DtI5Eq6vI3nT}HM zVhv%ts$OLR>u>$CGZe^=KpKrud){Ht zTkzc)EhQ^n5~=xC5N~MVWx~Fja`Pb1A19a&n8AbJMcq#_tauD3;tfn&4-wDCRi6U{ zBpOp>A0uqgTU7jcsOWH!wltH-bL05LJ9J` za!0t_{5IP&!ds;pFo$j-tq!rdA>QaPTV8Hpp&?VuJH4j|-Ck4~XTPa77l^C-v@t7K zx+F8V)sp7w@%C=Z+i51|%&IIclZXHAM=yhxL8%v3GI|Y%$S_4JZcwuY$Ph9U4O}7p zTE(mo9>}zrRkpW;(kXZNGp*Y6(^Fe71rMiZDWP^v&2UO_t9@71?(u!9(X8F6&3i9D z^-Od1_}9(_&-I;tFB%wW=na#3m@E@P4H1}C9lUKjYN0aS>!}UH4=WJAnXgtJ-sxX0 zN2B&;s+p=__hYt6Qt;*jc9W009&ZJ!8L(%Czhd}A`LWx>{}xLMDb)*`n}N=mk2RE~ z%dnmu{=M-vJ;SUz*}zq+-mS+vr>y2{v8X3E;Ez}?YE=z(?N*=x|Gr#i)WixdvymyR zym>Jz-Y0m)I=%f@FQ5if2-u?f#!lHAf#_5Vfd+U*5wRTBmvDTB<^e-?1H%Z^bt+M+ z(yK%nWzYl^u@YVv5_6_x7gae6)^hxD~~SI>Pnn)$JUFVL%)Pu*God@#;X(=y!@H{jOP%BP*| zuB+C2U8ApaY;*eK?S@rbxfh^=?Ra$~xoEYj3RMqG_eDdnyGp0?hw=)v;(U2t9G_pv zl|??Wa(x5u^kU|CXoJYd(2rzlOnSr_vaiCz+2i&<(Wh1bR3Ah7t($U8zB4!Z$MR-* zljS#)<#-Wfckvfyr+o@8CkV=HnhqeR-fUa&Ad@yD+sgKwq;%i?|DN3C+`Fs++MVw% zDXG1-tULIs9{L$UFSa`ZzG1x@3g>^g$<4y`-%{j zTD%VKuZ{&Bcyi+o)XvTh_LiSH7Xj(ya_Qzup9}2j-KTf)mqTNjwaH3f=3JFEb6@xYt>dh`Z)u zFcOwMa@7af&g>r+8XnyYYdm8%^v=?e3UFcw7@)@Wtol;Bp4Gc^Fxo)Sx5QyBM1*LU zDE*v1FP~AEbDJ*P#N8%?RQk=&BE2OPnRQNXaip8^TvIV`Hc}|z;il;ndA#*BrCc$r z?!Yzt%@D>$ezChD7g59wt<%y!zZs@liUZH8gNVGxR(>s0A1YrbgzS|qe91N|Fg8t# zsm)i0H9A!Dy=soo$UxJrgPx6fbVUbNeWJU$VrTk0dky&7^%Y+b=Dyw}Wd95kkKI6p zpz8|O1AlRNP|ZO`h{|!aeE`deU}E6EY&P9rcTe!mQnHHj$IZM>)*j=op9 z^4Iw4)@EY=e%Xk&1TY>ecJ$`@`$(N_0xdvFzV-QZnnXhIes+oy*QH<1sF6+g`{usQ z#U2ViKfUk;-S2V1`V`64s{kw*YK5uI)3eR+%tUbMLzG}GV6{)DI=0Mg%>(X0%IP)0 zm{zV(kJG7d$$(W?Nx2Q{cjvPKQ!)&TRe9>m6bE@L!kxYP=JRV6fmTsa3Re{A{1V(k zE5#?ISb?=U0k0Ajc*l6f{_g&_8MI*kHtfWzyTA0_*a>Ih%2jWK5q)vO<+EymV|pv@ zLGcZ2ui&*vr6O_|-=bqE<3OD9^=n63ON^Qf-|eFQe=~dFHe%5G*WS#xU~L@7_5d&1 zXuf^~N(rz2@8ADm+-Ti`O8<-Q>G1XPjy1%sA{Cp_C0N({Fs0^(|GJyKs-vkS4#mqi z?wf_FU3*VQ*Z+2k0f^~w^!iJ+Bb+V7PuM?e+ltLu@ys^)RekNo>^P>h{nbqAEtrX~ z<|fdwbv=FpJ(GTSjsm=%8hHwRRBz2B1P-B@Dfk?1p5MS0pzBw-*1`vQGWJc$OK_a1 zde+Djyg=38$EQ!KJ!v|3-+ZpzCvG;~VEJ|crYw4W`Qv8GozTrT;-15wZTxffEkZjv z3hYnvIstvEyqS)Q8?EkHx((EI`wAn)=YxFYR#qI$=Q!9mpb=`dUEdrN2#LBSFRXw0 zX5qL)F5qZ!I@%Et^0;Bp#>k?3`{)#LKm8AQx{0GZsE4X9f8(Rsb&bcL^-RlWlBLZn z_7J}c>@0uDM>QXnxPO&l4F(v@r$3D*m-)zboPS}b9QrGy+JG5;Gt3ux3r2{`$*;1l z;iY2Wd4O+*mv6v!J1Rm2qocxzFg_CUXy%{DEy_%4rjRr^JDDe9y45Y%mz9z z^BnSQfGeJ6k>l)lN;&|N!%1y7<Q$f=o`XV@GE z{_fxjsxaQ<={nXsg-5xVgg6Uxs9_Jlc{aNrSuy`a1)PN~M|qCl6y%_SdmVZO-q1&~U6M3x*qWpBolo8l&%2s;4`PvfPy+FHUi>X&98(wx~aXP-I5d7$W^Lw%uF**JaiJ%_> zW3bx^5*COu9qKB4hX3^+X#_;~%=Jf&a?Y}?LUc8p1{P0|0g(uT!zmuHO2yl$M6e$z zN7!U@73RrQ_hZDmx6YUtohaNtOoJ{kb85HO@%H7jqvz)*$ImZf2MI4GeAL}i5YBhf zDZ-KX#vu}G(8GF)*fchx76Y`rW2>`)>21_%i*m@eWy9lOv5ukrjDO4K@ zER4mUX8&I7PnQ0uVSjM-DqI|Onfk$;)Gm&{Y4~i6`+w>9d+n7RcaDk8Tt5u&-SylC z!SW0S#S~&I(b!pzuSbO-Jh&$a2TuzPi8nS}rx{(4Am=tfy6;9bA)z zMBcER=P-AhJ_0Vu$#CK@=$g(O27k9>+VheY^-;c{%Y5_c7FZOIm{K;Ce7<(cM-yEV zr%(GxAV&fhm|;kwsiO-Hwg*mm@^i)YWcI1mTHfDl<44-B8;I#-H2mMX2h~1f7XD6u z?_ad#uG~CD`z=DM^~ZrlTmlb!T;_vW>84$!4q0>M!wCB@tYnLIO?YXfcKcL!4sHeP zTc`RhNi*?<;a*{FD&BM$Po@IwLsrS*67w9EW7k+dDnAnuM-;ZK&OUYN?n`S(P2izH};uQK;^un1{G@Agb{l z6_@0*U^)SC;#lm9QjLhVB#ScI6RRjm>nU9g&p(P;O<8(Skpjw%7S2&yD^yeKvW0%O zG@oMb(9+c#f*^Y%$GrvO8@MDIUjF69lOH-6ogDX)5>f8*nfQa)8k2*4`TXVi@#8ly zj?Rvr?RhD22>2C@oV-CABAk^EIl>PEp7Rh;o4qqw>=HY>nB{|lP$xGq15KsG6Hdwr zg=UUR8Y9SsI~EmWX;W^^O`W5pQJjo}!_~fB_?%MZZ90mZHR@+aN9g(6 zOycp-IK+P(_M`4wql>sWi`qVXHjc7u%Kf|K)Cs^X&xx20ma`dxwNB!2`a6DmyNwZ<(x~2k)(*8mCK)6;$?72LiAc`ag z^x~89Z1SNT_WM>bLQjR^aNRZy)2MeiFW8u40pi!=h?AgJc1@)irF0y8FFd{DNq#Yz zE=Q1&CKKg4zxa6u>Cv(e_>WNL%hPvFDA1B&c=8VOKvUB?LGiP4K6f42_r9?s@QuLy zHG0>~!MrvZlsR~f<4q0>q&ojL!xXy5nv4AkGkgU>?Z~6HKP}&5?&C#Bh8(qYgE3r} zEUIy`!tI+z64 zQ7$+v{ZaJgu8DA2tLdZ(x6a$*A$e7AP2DdT){`Piul=dtS5*_Vsjl*KFJM#*)|J9Y z@(%5gmd14KD+Yll3)nloixD<#ehhDpZ^d_W*F1(6enRMDr6 zS=wkAs{y8l!2<^JpBoiZ-G1%<%l+@Td%piJD^IVkkc2HhO$*?O5}#1Nds26C`uOxg z_AGx_5G}X?#Q);zsvMM#KHQ0JL}8Q3`RJmU*C0L%On=a^1cM4~#5zA|;|o@o>!cT5 zB)eKIp!>QA>^mU(uk6Muu&Rl21!LaY7bu;goF~f|}&)1jDwKUBa-X z+aV~7Ci4(i?b*>UymIF!e>(`T?9TiUzkYJs@qYuHZDaXqq+yq#)UrX5qZ(%=^&^Ij4v0s(=H;tE98>XizcZ-oS zcq#$^fk-?*0AAI^nYF#=i+jZ>{&eer&_7+?aM-vW&o9-tG4j*Qw2Z!h7GHlIVN`L$YBud4&LEX+XJDxn5+wwQlJ!Qh)cU zeS@>$X`Ca0ZyujMdim`5`31VJxf5wKIM-jw8+br!H2Z0GJ;qF~L3&>aR3Eav>xDDG zS6;;RB5b5Eud>ih`cU--|)n4F!alQcmr&(401gX zYM9>#(K807<^g*p)*2IhxZ7^VJ~n{w>w>n!)<{oU0<)c`tK!Yvux_{VYfkytrm>^V zSlJR|JYWBn#@q2H?0?$qzzS+9X! zq5(Al>#coVtU$#fH&bFveX8L4BOWvr_ITF}RY|^nlubHR)Bv%$%j$qANf7CK*3)c{ zP+^+pF|^jyvk;^=opMbnwly8|6DuA33$>^T6Uc^2KPozH%0MdcbCH63f1{$`XwHA& z#Dtg6o}Xty9I={Q*hK3obERZOO?wE9)XNm8^og<8l%Qe7fUHS*)C$iW3lP+EgaKwJ{aZY z%^VXK%}`q`Nu=kKlzo~kv*9GWo=k?Q6$TA$@xC1GL}jkZF;bB0@_jJ|a|}=u_hL3LMpqOtKrcyg zJ&)_p--7-ZobpDW96MRO2YpEX4m2RBrGiX)SPO8~BahKEgy>;yn^+o+WBKM=E zYk9LAEy19%3D&->d+1hY0DEdv@^wpA*b;#^u14NW=9d0_G3xH3Q(1BC{SAzU5(bco zEXQ=K&RbuUXF=55;Tl0#hl0L5Ot<}}4V03odO*7SUkkN0iuM{IkyM za0~1;WT`{-T`*N0=YzLo{}BU}+9&AD$EF_l`Af)WCW%)GXa&tUjsiJ?3W`Oymv^X1 zD%HX4Lhp)CSu4-R%Tbr0p3ndWNk+%lWVh!8ZDMPM;1)FAU`lt)y`GEHBJbvqJ`zkv z*bn$jd2>??!NBI$iu%PaG1O_-5Y@*@);b4G;D_tlfcB|?Z$*(&e1mqYxDF+yh5_7^ zqulXbm&*kby%G{Gm5x;cLUxlc_((!MK7rI~n1uy@=n|~Wgo6`^>sH418u)W&?{jbh zmp3o;NITvPw)=5+HY+JYX@5{+@9$CK;mR)`8J3MJjezQx*pMa+XQXh07 zm3g9z_w?%O0hK-VYTZ%pn#Cs3G`lF!DN6Q14wyksy(GmjwM67*ITJdb z;XTTq@i5@np0w}wle@!wmzX0>5aE9&4lDc);Q(<4NjyAsoY25K&u{2Nbzvvep8Hf& z{!q@zbV*sw38|d?4B-gWQn8E4!fmX%&>w$Xl+OM9GjsXXMqC47aR`A8Zr|^^IP1&} zQtN>fBI{C13aLYvW-VH9EAE8VQ~nxF!+QiMyaLDHl{{GlG7134FvCtazI z<~_V>y6WZ@>P-!5%7h01K@zH zH$eCx!cl*4;)~!pPE`x^N|>^K7E7e8fTLo_9f9U&ckerP<*9+LF{NArsH4n~TMLb*JJWjmam zaMQ+HINJBaI*hx3Wp{|{(e3iQK%v%KG_JL?|8jr+S2kr2WOW8yiEpS6?RC1mr~3?7 z_5VQ66R$D7Ud@Qa%NCiYNYHYU)o`-B9Fdo^cEClEExyBKBB-(26EfyoN9~@iy?s3= z6$x_6*rwGNrVOp^#}x`>EaOG z@`fA2?3fa2%SnzY2iTaox)kxvkxxlX3$Qs>T*@&Va-O zE<~(yJEH%x(wT3@Re>FI{&@>PxOsrJLdjoH3~>|@>s^(_Xz0^+DKiPRB2Jw0SLFT) zO&s)ld;h00on|nIsIdH@4aL1xt_m0AS=zw8{8TLdg8COHrcwYRw4scBf<1q?`c=rr z2`#<`|De=cur|6`Q>|&Qq$Phj)ihMJ{h&nzjCA~_3Y9l7T6}cWlE+(q&+yi^%Zibf zZ5%z4O==&@35#ta8`TH^76OMuOeKhCpEYSI1vqK{ST~139+NQ$k7Lx3Kud0)UE;EW zs;fmFV)w|!tWC8^EOzxE#d#&CG8zL@x%$2 zKaGSr;(kJI2H}q^B8>a0*p~xi6$l@^$Alx;4WeCOICouiZ^Td4KW7KjyI2hfdDK_& zKJ}C|1;<9qR5Nvhd<^pTB`9o{V|Sz}u9Nj*kZzl27pS%(+IS$Ymos-5oYeky@*%rf z4&Ej*XYwT;rpGD;N|OmB#hSMf{Rzjr-Ge`R?*G64F3c%bKIrZJ04~$qko$`@ORl4k z4;iVUw7X;NYmS7D3y9#$!P3JWCjUt-A8+lo5Br9JHGaw7u|SDhT1}Efsi}J9{+`>| zU&!~A#uL`nQWChdfH0K{xdrvz$MZ3*N^Pr^X?Lde!dcK?q*RNv^rByML&yG$+qY6M zHk~*=ZSM7@(P<8*pX$#PmGZ7P&>3Rg9$!fdYbmNl<*F}&;AVC@1Pb_l<2FVJCM261vD0d=bQK*|quB1(@R}`>j@qxJ z=xgOG#!XcGM*R!TDy|Zz?lg!~x}VUV>T(^J`O!KTlw_(9?51 zaE$7#oJdn(1Eyc)3H)ql|G`ohux&*B$!2Ryk?j@(JZJ9Qycj<*_^y%>-MNF zeP9#5KrGlMK94?hztSD%*I3!r>V4n6bQJ3*|Jc?h?5LSPs%9ud^@m`c<~X6&{XO3l zcUj*6RzRu00iO5-Nv540WUc?e>7e5Y5QTqiSFHtny|HG^x3m><16TFUA8KB0O{ad7 zCbeju9z&Ea5#%Z9ysU0Oj6?O5*&Adm)m42%4r$uIo8*yPPw(`BQE~+wcR6iqc1f8{ z*v93*Y5pdOlK9!KJ?IFyD7m-O>vPyoFA$Ou*4T)O#`8!EMqkm}U!OR(XQN7%XrOE> z@qF08t;Ye8y@I!d zwxPJ*F$`(Yg3*qDGag9qWccQE!;?GVmC`+}7(z8?v)KV&^QYYMziJynpi$I>EMnRF zzOA!1C6}o(m(`7zY`DeEL>;K)iU~_ob6?c04@Qcs3~XOHKhVprANF>(r#c%Zqtr^q zuzkb4+zVh*qWjrF7Zh{~BY7RXP<9m8#=16+cis@{yKRrIRTscpELN+p7j2tI38Ors zKpi=KFeO_9F~1zYD~4S{zhE~+<}JyrJ?}tM1-J~dpHn$T%^bQr?L^@PHwAD=IO4^J z34?05PfZN2VenDI-ot#UG;`o+NW5=B?y@legu0=x^q zw|8hs|8rTmlRCx7bi8)*aoR1^t;IP`3+IQ#rm;07Lu^;Qzn3Bdl#sMSr5JF9TtC^> zB|seb56b#uV&*1f8YQOy47=}_w&t&4%CA)xRh!*ldp`Q!fK4BMiS7FEPp$LM38Ox- zyaRtmT4DGvXoaz4#w9qMC(;nBn5KXlfRF?d%;QMPcJHuH2nQ6i%^F}!#h`e*BVkGe zM3BIfNxD(OsSd-!la9~TLASh?cZtZ+o28Ou(l?v9{pekXsv52jpF~XEM*MQhfh_vH zr!u%hr3K};5w?KttCUW4@+msGhdxsCRoAGBS3`S0Itl*NBpD&1gLI}Nj~>!;h#P;5 z`-OovxZ3w{u~%5{@CzxTlSMy{!u%=p!O^^5v2Vet`o*lc6{W(CVs!$&p(`R~QUj0i zmlqFo_zfByDDXlD?>y#7sck}{4`lYV|3Hm3E%Ky^G`d=+u1*-NtFiK=n5wBKJGZnS zHR-XHy8_XOeqX!sKvl1ECR7=uF}}DmC6T7uj4Mjy<3-@9h6fu%cinbqFwzj&+7=-U zYdy7+zY}bvAu5FCOJY$`8`JVkMb)+dU*F~?-B)(oYQ!4Nthy#o^5w^bx(xZ=SI}-( zdga}l#7f|cfPaNoTl?Z2>W?RF+`Im2MGSUIDZ~6e?^7cQe%KTW&c=00ylOzGVb`jy zY36Mm;1?JR+!+W8Y{^a1irz$Snn+BRRhS`vwz<1io@;7%Iics^6<5XnNQ?MEtp?ry*`QTT>N3WdGV|Bjd;~v?9n}SqW>x=}aWDOQ{Yx-H}d4sks{@GxarU*9`-*+vLC9VK+#oL5CqlRUPe$1&`B=*e!P8x7>aMu$V-^!@)YH2nWo zX!ut4bn<~Bs6F5?Szw=BoU{K>I`k8RzkS^6Y_eRGV?mIW&~W^Z4+%#h-7y3-t%x#a zzX=U}^M-<0$xQ&0cVyFi76j$_r#S>4dvs)_n#)n5O`EW=*bgX;~24VT;FDkrQ3`Wda{)r&9e`MtHtQL zkk5+GsC$nad(uPGP3*_vF6fPwYsiD1;XkHWcRz#odSR-}|nU6(1q{3L1oU zye@Q^!{)Qg?gI1^qax?nNNCBgzWXACOasZB=GUOI7))lvx%Vwn=qrq4K6SHkvm7nT>4;jI?_`g1JeAUxI|t<2R*dIMAN22S(x^c#X5e@Nh~*{j zl40pO#K~r6Xy%s2-WEQJ9)qBVa-mFcg62i>j*tZA(_&Cwxoa;(&q4)h$k&t5<ijgpPXhS^1Px>RILVVVF?y5QiQ#O7#(lFl~6ZRD1BQ@+mAO>OXwbA28#T0!hi z;pPD~+PGBk$uUOH>q+77?0B8NU@EwIaKE_ShEp?{!c;@*OtL<*0$jqLvv`mwUA_ml z3e|@Gg`SrJ^mb(K^r+LDJ_MJ?y2=02xnJbuBsm#hyIcQSKJHx(-Lb-+ss7Rz;gCy6 zCm~e5xOnsP>Diy(ynKFgkKF^7?C z&W&~HI9qu7VKRG%RK~RS?Bw~I$4^fl|3ZMB-wD40E;GYXIs8b_+5mG4Td2S&H)^}u z){$%M#o6(blV7rLcfZ|$WCH>BlU}?zdH(qLm*ey75boVSWSE>K+pH@E&dQSsE%~NT znh<^Ump4z3|8o4)O@)w9vJK8_DX1HZ8v?>RFof@LIVw8JiTTml@zKR`c5(FZ=`q)B zxov*({Nnhh`pKOAiyo& zqUTm~3TIOfzE#QRGl>XiYLAEm?FPvnC{BY(zF&NyitmP_l7|L96O%VD{BW+z4gM2yXA<|_ER}GYK%Y;?z zW!moWZF9ZMXSrh_U}*#j9(gw379lI>fdmqFQUUOgxVqFdbl3)f6M0!&!#0IEmrud1 z%rl_4Rba;zjd462Su*L>0qFabHW5}8vz1PMa+}*fOiD^V@ z%Pwl#p5-6wI!EZpz6a%4s5p`Aoi%#x>fjeuS>F}mU$8Ti(GVQiNcZP{dmt64l9Yu+ zK>6rH{%P(gALV}zh3F#nWZS!kO|HQ6yyxygs(Fom%`@6{)kYjgT4{u5Xphd$k-I06 zcGJlY^LKQc6DYizKRW)n1S&y8@}V0x!gB^#F_K{g&cRN++T=?@&EYhUz}yZ=qd*j+ z{Tr_x8|1iM_C`VKI2tj{f$uW&;(20tbsvZ@EtH$U_k|{T$7j#(JwAQ(^yK^^dvbdA z?C3&oyJr)c0kbi15n$BFS30tINowVL8so+bGw^fmWV)G0#gQ~L_dE;e*pV5!T>5NS zG{I0x+L+M5{SN3Ds2uvCh01~|qS_4nxEt;A0sInPW1n>y?%M+{!++`$pNrX~JDGKn z?EO=}k&d`;g!Lm;2nMy>+)OCMCBX5-U2JFqBIb$@q1PFPnYL|hKSXqFOjoou{D8+` zUrLPki<)d%Xjw|skJuY#PZ625G zE-CF5T`Y)|bocIc2ows%VZ~(Y9~SQ&=f0D@7`ctm^Bk!}f6Qhjd&q2(Q_v=P1?lDn zgc2{WDN3jzClSSU9Z;O0r6Ef^&_MT zx9DseRhCgn`XlB>m^fyrgwhSk>LXWJ-?^3S82mJ_WKi^vfrB;rJk82Jwl7dJ1=)XI zj2z3$>R5L^-a6U%J>_ME#AZv!KYtQR;E#gcH7qs&5cZDN4GU*%`V=-AHD%eD0AIOSY<<=O3gG$&)i%pGK=7lBTzY;N?K7fRHEsYj{LbZ-ar z<+%?8GJUignF%W9?IhmD(<0_wYFj#rrKk?73xc${yqp)mE`>585#i2-IU)D%_XS_! zeA-NTWi~(w1->~hBtXiyMCJoT$s|f96R4C8AgF_|X;*bT85Z;SR=(wG!l=J)^>94~ zfK9(@=>%~1>R+&gbUhVgFb)o7L0K7=QkRFt4Ktz!vB3&u22vtTp2X|qBFy8(5h=61 z9Bjn*jaZp{^q1o^$JL#)ViA6N@E;F=;PV=qFY?%<=L@suD8prq2@5^ zqq2EDBaP;;AltksuUL19op1{>H!?cqS415(J%EPDggOKx&(UZkdlD~Ss$(E_;|U_R z6}8RKm_Jq24_WkME$hF39KAVt{N^ET zlN|cY*c-+7#awXtH-F^8Q}B4G?CqANPB@jj1Iod%f@e&v!rE|NgrljJX5swr_^B zvgJk%@pbs+4u7?iO|Qoj!0%l3^Y@L6k}**`?F^9BT5%t@s{`MTrn3#c5~e}yQB8xc zY_&;gqOONDwsx|?blnw0#z|_gS*@wTc4QDT`(IXwmV|!d)!QY+K`0Sz6f}&PcI*abi=zVkFk}Vufd`Q1YFeFPY*mmY9C+G8$y`KuW;251}hIb^B zbmIH4H8EQ|@ni=5LDRK_AJ82I66p=& z4}aISt2*KTN|*Kbz4@!T>{GP!R3A0h64@v9aNne6zzu;O)!?>U3z)q+rD)(`*vD>M z-X)Mhw^i4}E(Mh8)3L|@2Zw?R52!aD))wc(2orig z>cn5PLs4W}3>Z{fpJ9?OE)&Rh;HLlrv>S-wyTUB~Jej?FIWAKO+rSWZ2v5b-OK#Ff$ka2N#2G+x1F6OQq;@MI4v`v5fvRbh1?nR)QOH~R(6F4p z10)6$>coDlmBCrJVqg)&_i&n2JOg2Iq>$%T{tR!>5aplI zKKj4>@{7A+#f5LqpA$!YygtF1AJo-0t;pFa`u=pW$i&Sm$Z*v?EG^9!H{cV@)X}uG zdGh@H`0OIv+1Zf>{&Mv6bN)4SlcP$NkoZc8# zVpV`kU_vS;z$EKXXW7beKVbm zi?K(duID-axgimzu(#_k@F2;15(h#8Y7*18-IKIm2v~u*G1Jo1JlPQ5oB8U7+-lV` zWHLyKOk5+8l=h@S!b#qeDvMNc-LRSCqpjVE$Q7u1^kjy&a^JSj2PI9ojqct9rW&Mf zME9MYhVh4?pA}8V@09qhS>gD^Vmx4vCeEw^07^)2ACa5Wex*7Mn6*?YArK9A*G?R= zwM`SJXP<%=0)6rg5nsJ}Dam!qH|6=wEVWT`{0EX1M$=E9Yat zjT1jQsUq3Z!-}*KoaEy+rm6lU+pyAtX=H(k>(^>TJLGu1dFA+M`S7n4BCN;Rs6BqIufEleB|DiO4emg9ltCei@?8=)+N$!i!j1 zHeJHw@}V4!5T{nU6=sYna(?wQ&1>RBCq4Wt;@B87(X2t%VQV_^UCweBErnz-Q7PB( zAlJ4gh^)hqb`2|3^FC^Vu$9|Z^)(TfRX4>(K*gUE{4<2I5`85#C+h!$Fs6^`B0=IL z?;Ng8)L^ACJe3a@m4%MZmQXNIYa%*}0B2GUv4agVDLZ+g$_>(>dBOI$2?(*SU zk2JZ`{4nc$qVHjKN)4#8D~gMc@=!8l5S{qhCCFrN3|=EP!z6jCf=OOvH{^BRhMb+< zkbw{_(rxx|)PS~;FBM}nzGNp3@#(=?4G56Uog#-0is$2m=c2|}fRNEQ#j}IVl{q?S z!BWRg%6?H{l4W`;SLdLzV$?Cjf}5Za%@V6$G}zO!?w#?GOz1?#rS86yUe{ z(ovM*PWG4*o=s>OOXFtpCW>A8Lrj zoC1VUt|@)2QDs*AL_~ftPefr-ac-?%K(UWyM-R-F*1dIi2sv8Q*QKSZo1-*k{9HE; z@#+$?GEtq#x6_>5li|m(cjX4torj^CGhR{CumMag8&xgARBH*&Yj2To`{Qw~7a!yV zTeApOQXGWzH?8rhy_y0ag#yGhX)B5wu<|0;1dgXtTbow0mhU9szz6Xl(9fi(SiKZu zxnLu(TsOty?PREMmRegM5lN`!jZ#}3y^vc7rn2P|Yj{s(^wp-%B7y#ZiobZXXCHD> z4AX5!71**f*W^3lG9F#;K8{(fs@{qF@k5?7VW~^hAh?I=Er8P_cga{Q4zTj^csRKd zaZ1faxN0ciaP;YRL`8i<9sULjQz6NkBVrK*k>++1qJwQn2@nXdlGnGV1qhxxh!qQb zk;o6$;J-DEr5nM}_NX00&|5HT%IC(|Vv7XhXMNpQq`t*dK!q_=CVc&~01TZzW1 ztb~nOlb4f)%C?YxN&f0(j9^Y5;;cp(AMS zF*uDJorCr2&H3M+9v?kaPV2D6D{k{rL7FGxaOsAa)P z^DT@gB+3CQ1+tVhmV#;s+p~>PTTpEcAr&SH4HbZ-4ASvsH?BMg)loSYm--aYP zACRm+$BD^@!zXp ztmK6!nyBvR6S*6sw>U4ffFP?~XNld~4JouQaT*ZCM@lW>9o1gQ)`PT>}JBXY8A z#Y;+y63Ct66S(p#E&~q%u4*uHSC7^wOuV^W^CBeMY)$dsDpNzRafT-!#*9B@^>^A5 z#76i^hidgHGI_qGN0SlW*Hii>mJ!a}iq6Ub;C(CxZwuM0a|yRsYTA?W`^h`T_W`!L z;%#79|MOx&{s?mx0Epw){D0ds&?`*G;wfjyR4^f()tZ1jBVz%dW}tVN7pxcX9MSo^ za$2WqR}IZwF=mN|9v6!B>*#*sXy)K;lF1VffFgvAT=C(hv+NISSU=VgZ{=0xu;LcU z7Ec&Qt$9&U5Mf&xby<4GIV4-IZYQ>>D+11}UNGs3_l1|Nf=&!fyvnE>3*HOmG=ew6 zRfQoZzYkACfN5e1a^_)Tv_{X?)>rc7@kI2GtW`wjX#zd>C+;l?kppn?)5=E2c0_fR zyl7=&_Ef>H##F|;7Yn6fkv-w-2T>DvuPYxtilt2;hZAY%17F^psRB@+yYi_H-*SDt_2IeF-Y*0PKZ=bNdV zQ2f|i+!c=FRl>l0V)7ajLO0C-X{KE`RmX`TY>AhTzPP}{4w)Q0=_u4nLU8!aN9`8&+6R+0wnF7IXg>oXWAIm zkM>1;y+NwaTmZ?qKCZ6>329jZRS2L?`Cqc{n)X;LvAN76S^&N9K#4G0RdN?l1@|k_ zVAeW8(F3=-kcf!4!W{sruPeiighDhr=>D_xj>2Ep+f<>8YG1{(T}8r9gMXzmWFkHPUh2$C=5i^Jp}g7aSRu54)(nMn`)h;{w!Dl765< zxV4lB1RI+pCw@c4srOfygn*s=1xGs>0l?Vj91eixR80>vt?RxSz_(jmrX68UyCdWH zf52b$9?z*5J$pCOO-C3R9l8iH!jCfekdi}6Axs*Ft+)ol;7J=3=l!CUmDmXAb9Czk zCaE3qq$(#D&**H>*J+_c-UZAmt-$!{MRFNJ&NoP6gaE!a7V_xf>DdJn6I3X%H9F7c z`TGLZ5Zurfz(kKmm-*lwc%C2|k5(YG>Z9rb=n5%pKxC&ZhHBe|hH$=rU6!Cz@R?OB zn+9&K#Fj~KnvAB!?44Nw+q;DgMahIs0u64gFJz+f4QxT)BvN*V+&4`}XX+dOVw&>H zOpDR3EHG8s;N@g=BQ>!CD}!M)qPWDh>(H}u!MtAaZiAPAg(_HvVlJ}ur?47!Kf%=8 zy_+SsWHQo?*Nwy8YFCKXhe~x1hnF2ck!}U#@#n{G^``JIg~4^QO^i(0lr_b8USFg(MS7bV?TKBP@f_?TnK7r>mn zry9snpg6T4u z8fpcNXZ=j2u}3P!S^BWRR8rzl3YwnJOcN#k)AYk+aQ?E9COnpgr3k6J$-+c-GLoOM zuOXX7OxK!8Bqhv(f#_tW>KaT8EchBfDL>L~@Y_IUarz3o#hGb$_tUSpdvyiaKGxSl z{avZM_c|Ku7vW-X(q;qC)nKR{v-somd?bSpjPxQ9>3Y1c5_nFx$0^~5&(|*#jF4^ z>3nhHlOp-K*odPlA$gqp1#|IG`1kp*qYce#r#VCS4oX%BD$P%+7jNF*Z-u)VZ(Xd| z$+|s#|MC}JoE^V7I&=RXpPiqaUmQQb`0wb=^HaRr%-u~x@T9?~SaG0&Thg^rA9z8k^;(+pHuY~MZcRjku*Y4Dg)_y>7R(|+{;aA5HKJNDZMkv8y z%qj`)dK^@8KTVnSp*DkJ?Pdxx|Q71br{n>JnQEdM;9lL zOaqYlLDiLvT;_N{SnMJ$WO^`Ojz+czZIjHl7%Ue>WR!7z()yJ|j5!5zyKVUJ_~Pf| zm3>hmQL3f??e;LZnvSI z4I6WRyImMIVdIJ6K@#-gav7s zh^wYaFv9?$C2DI+skJI?8f|dptC*THbW>F7(Ck(_yo68IsGuvWNnKLfXIY@++S_qM zs#ckN^6FR}hyROxeKf=$NzFB=UtP07HT#x-U6ecw@6Za*3iS8DT# z=ytt|1A7e5+@$vO#p8|^uu#0E)%E|_u?Vv=AAy&ka#~rW0E)ePu5u0bwb4r%@Gix* zixs^n52oOqq;O^`r&+?tk;I0sv*l}GhS z>rzl-JfEfs%rvbw`B33}1oM5xVuvK!TXfOIE_kmoc8_{1C`9rs;T{z`jXo4e!ud33 zmfJgzEl63Jgi{kOrk?DWseouNI>+95@TXaR$sRKCEF$gXb#P*|Uy~q6JRx2B{XMTR z&Tw|VlaM>K_MpE_1XRUfNo2m{c!Ur*u0mrs(0~<_93NGfZTA!270?++Bs;t!+^-cy z<%$wkgX$jo?3payx~cu||K^tmyBqu`SFV;;FR`@c7-MBM5M{YWMIKGEFli)d46g;^ zYtLm}D>OOoN^W^(h+7GCH@Jn95Ha<70{BP7X4c2w<3{pR z^$O}LzPo;pH0~4nxttaGyE^7|<=$}}=^h$o)NLwyT*t4h>$Qe@9_;Ib=u5xf?0hjh zA5QimI@7>9z3TRyTtoZcJ)$*7;iKt;(oVlGkCEWM0!A6aQ zQVG?oG_dYetHV;73Z=uYs_RI}Av!Z$2hC5$%0{CzRJ^3(8g9WiG;j^;@eP1~QO7kP zsio`N4>hQv#hHfRB@`r9(S~v{=&tX^T2<=FYxEhb?{nCxc1Fpg1AhE6glSLMx?yn} zOx?&5)LJ`BXwn&l{Z>geU>?Mz>y9qomvGrS|y zTdt!782O#PEPq{|AkbUzQCMe7$Lvq6{0dLm_oq}6F{lt_R{=2!A5Q0}3Y1jHng|&VRMBviEx`(`$N!l^@j zZa-S#(q~st=Jp&iq^+-Y|JN(c^SR2O3ml5KIwo!Q8{$9z^>I09T&xYwp{R%*(=O%} z8^&j0bv3g37Mn$NEZ# z*Ircq3k{9cmVgIR?LgoE0e%0+L9(oS zv7UaYhkSP21fK7I7%fpv{XMLo97>`QJ^Y^Ne%x^PO*<)RaRn?9o{Ax}A8S6MxFYKL+5wbszoJ13@ zD~&!hQ70lAvm052&%#|4TXSp{6X;C1t++ulyP_>v`K|=O+9d-JOxg6qli3E#^{I-Xf$ zgdfMY(i>^%TRB|BoM$kogu|gxyF|?JxG!L82N;Ggp z8sPyq^+1UrFP7dil^z*llC)t=jZ^5GZ#RtW?<%C?+%T6E4Vca`)x^VL_MM1nV-UYU zjX08;8bB1eT7Io#d9@nWtV#t_aUH8%LTlKoCyS;`CBY2>VY*}vbufyAQT{%MzFFUZ z+6HB;hfd*Al2Je9#_Acc2Kp#-B^Rsc0xn^fTLlo!Mq4zyfNg{a!vH!BYBeHR7CZ^G z>?cF^>?S`r0K-YBva3uLyI#->{Q@5ok10dl|8Dy~;D1W)v&ZrNUdxr+nZ~Ms47S70 zm|Pm@K?6acZ$$*U{S_5s)!oXfm@7KekF49!#Fwg#d#&rl+oNy0qwNJLhwLl##CrI4 z=w^wNcI?~K)Lwl41gS<3`by>6_V)RTg*TK+Sb1;JpIzI8-K_Y^AkSIllT>&xr^>?;^7s6+dXV08!8@@W0UYmsTv8}2ncS^N6u3B#oC@waYvLZ)K#nE=U_aeu`hE)fVDumKou>F!koK`P(MXyB9(vNt1<4TbA zG3su!0ZwBr&}!nvqn?JD>&7(ONcl(TUo5eOz^?ye30au{J*bjz6D``+V~8N5TI>(J z{SZRUZX9hv>y$f@;W*CUPL`t~I9>ChCD83TMxX&)>yD%!A?R%>g|f#7#{&{xQ-&RyFq^h}G+2K*{ z&Ik9Gy}>~xE5%9GjXyrQP^Fg((vRo9T8Gu}pBO(bAO6Ehm}8&KC_+$&*{2LbdiD?& z&&{CjaYx{`Y1lk3O1Ml-xmn##Wc&!g?aL`Bz=rIrKP#?A=;G|Q+ge1qLXxxU55Su` z)&=o%FhR6V1u4E0iF#a@nx>k3!1(2?28_U*Ds$yVBoxWf#BMJ<4&*M@ zcwrVxzBk98C?grA$3^e`nO}Ei?d$J)&Tf02+RRGUoqw*AFjUAu@=DdO6*-NlT9Ecu5Z07xIH)+@J?BWxltnYqqoK29U&Eq$}?-_ZKDWu>)MA;;`QhL zI3(x3O0V22F+}WANq0voxtgn{BhP3>p5-64UvlzhznG_44ETISl)9K(E+c8g5$jNF z!SS~`6`@-($RRMXl^0}L*cQ)n89d(fFuJxM<@|H(w?YNo+rvJsr|JuNd#DwH1O~IE zV;SYtBndMS0^bT)B;ooDm+3{wmc*S12Q-{$+G61i_A)7k5j5H$?ka?a-awW&w=&C{ zB5Pf$5hPewGRF%Hs*g3Ls}7O?7!Wb(^MT%7Y8)IcQyqm-N@sO^^i(rgfm=4>(HEuh zJQ}`7RCSY!!NMJ*4Z@=x%l(Vw-e<3{far*hU3!djj|>N}Y>?I?6@4XG){wV~@RtPK z8X4pmFNytwh;0jgLxE8Sq;kcqTZIL{kgGEmYN$Ai@T}I|8r0G~A0psEy{oOpEocWK zUkdcv%kRGfm@|5&fgAaeAffxABOv>RaTxPB?SU-9T&VK+`oMb|(cfC91+yp}#I8A7 zpj^F`M~Q7oZE5th37-DZ6v2#Ow}3GDj%?Ox2zVi^RyZW)?BEpyCE)^k?{$Y8;Z%^O zlZpV`eCB=XDn}C!qjrx%bt!l_A7rKlnasqPz}1a=PIY5B*PW^ze@3lx(72q1(_eMW zoFeaO_3| zCRD4sOH;OQ5gsbDzs82r3aG}_+tr9X7xjDI0_LO8Y|)}PxgO+FB$1ZW(#F!UD*$p0 zLx;{6l`KNyJzg%VnUE5>7|pd6q)eRvB-2UNQdvVfTS1`hFcx zu5P(SD}E{9`&#qaigH}q1txjj@A7nQkYSHWKKc=w=o|!yru3GQt{R?%)FCw6YNA1E zNxAoyq{s7WyfsKXix(f>mZPGMidQ%wzVWpEusl>0IQs4**Z5FE?_PC##vWzpG?t7h zwa{sNxtda&Mj9#gN;=)`Re81zL!u+4ABGgHd#T4-ErytG;CWxTl65?bRL1B3|0mbrHSuykzrI$}J^n^J32%JBObLQ&O@3Q2<8eBr24Bw8}u z=a{l*EILv|X%ty&SPW(b`&2MC|$bQ7mcmE@M;N7N$U+;E_ zEkES>rIKC4qqlP8g5Al>?q<6mf7qoXonX}?COWU@o(=EZ)x2|bVn9zWiwa51Pzm@U z2PD2J&^eem02<~Qp6?h%P1&cOyKy<{7VlC=^IR9p*KRlfRqV>Bk>jQk-F=AXtZAo( z4axjO2?99(czJVE4B?)Id=X(GkzC^tu#~VZ&`@?+sssU;`1pJhRTB3-*~UJ5$&9jC z{ym@-QHNz3l$buFh4YO!7X<;)&Y> zPu%_weonjp@Uu#;xS@jdvGotmCKXnSp2L{#%JzcpLmSF^k6Z|A|>uG3%e|Q|mHEdH{h%lIPa9`Zr2wo)h>=2`yfDBcXvS zLnZa0=V$~nNn=8pwok_8q7FOV3mV`pQO`KTYT&~vwB%~hBe5|J$Gf9WDYiGlRJz*+VviDQ_>fikiHk4HhvZ;b7u8J$rn7mOcDyc69zo+0*z4)YKL; zl1|~y=cBI5Q=iRHq|k}ua~$6@gh{}zh*2%ItOn^xez|-MGOBQWeqmFR4HhLEj9=$; z+v)Q@+OBiZe>qsvA% zi`V;p(SzVy&Rz7|u^zU`#%pd2sC_PJGnxNzr_l5xp)CpIB3i+!-azPWyRM6gFxV>D z)J>SfRk=@6!LPn8T%39uoW7ShgK5*vl)Iu{#IXwC!t9pY;oNaxhDZ|PSpGpb|7JuPHd!t;qPxW+5h2?(wt4%zE^X{ zQQABx5UUbN67pB8D+;rMblskYDJOV|i|w02zOrmS*!sG8|KWpvWV}y*4hH1Yp(s`_ z0g0~Rk~)>|5rfx`loip}c18afkCsL%GnJU0@`d~AN71yXtb>7U$WTt^7sc!b(pa`= zUDPeWjUA7NldH$9%JmJ7$DWKCdsEzlq{Y#vM2t$mHW=%P@AK=lYU@a}R#T-q@u_ze ztfd!Y3HTFr;?r5dfzUbW+vj9S$5Ep*3~Kgw0?r|~5yftYurZW>$$>O?^&Un*%AJhz z%8$=Kd$>an-o?VUdYX%kVAo6++TYnQfjv7k`R@SasvWQK1c`Mpszf(u{xWgmLuEtU=JCZ^1?P z-1RUOfMu?l^*q*?Fe#cy!`LUZRvMC5S}sKAb94?#g5I3}?dkE+6W3<-J_!-A5@u99 zF5ICX_4~x09$y@tJazo+^W(@L>UaXY6=twaP@Rq;y+TX_i%Bneo9;%BVQDo}=oQ-d zQSj(8ZL>E(#9G=c9nmi*(k8aBcz*yYk?8V}%{LhWQP#iFi0L z`w(L3l8_7nS?%cpj$!o~k_~j&PwjaVV;(WCk?5e=IH+p&T$)BSCU(=_o2)9Qp>nuh zYUY@M691btVr*U)%KA07sS=BII@!!kQMuYC`HidzN^p;xz|{* zX{Qrah!c9vT?Y+SpQ1AZm(K^_jo|JxFgYNmp1b_!3>sUViX}_`Xs~h! z8o>`!405esp+8q+NrfP^WgDIxCg}@cXv2iaTipC(d~CH;^`t`Q0P|;;+v!v5!lCMD zNCY_Wv5=}74ZuC)0a*YL-TXn{{E4yqY#8B58nYTpmIwAp@>+=tp!KL<5hPboCo4^R zF)OC+!P~J;=8KAN$9DFBC}~9SW-%~N$bS}GFxefLM*k^PC?&64bsg2;(AJG?%be0J zJfEpBQdRlQ89VU-yv$Pyv#uds-7WZ7tBWcde~1Dt1e>;9oe0nMT8n+66l#*9=~AxO5lITLVeEelk9qgGZSFQ3 z8~EY%oO7gma`d0eV)n_M5%f7m)FO8cojiYh{L7pFe0hBKS9c?wKO$`@cs?ndO-|4&T1|`||Pf=H`=sqGTv-sJYA8j-WOm$Y7?O+F5m#m?sM&FPu0kNXK)^!GcOpckzJ0!Qq zCRYwGsj&rJg7=J0O|YKK?d{jKXSz;}5UEk3v#tLWol3(^FSq<^n&*bLKFNz1re?7= zp}a{}aKym<^Ni8I)^%ktwtFT=DQB^m*YuRp=zDaG47p*1e6&#m;&#lwV6mT5!b8Dt zO2ZM?`z&DjwpQ+&92xH1$J(r$9AuiT_!YP&KrSQ|AInjsPo4+nfZ8Du*@;z}Gw5dJ zjuUJvp>K036%4J!==io0@=zp+FeIhs_ehl4v9v#)kAA;t&ERK+=o2?=XYYXA;jG!k zE|<84C`wU#kkcPY*y^fTNcWc^;>~HFVvM#=LU$zIND6I^SgH*O;q1 zvR55)Dj%3h8fU(wIxgJOU0pyszl1L<^zB5qDz|gqV6vhgd*9gEsgN|iVvz@U-S}>$ zF3y^G+d6qrkf@c5i$AG0aBW@y{6z>|^M*GYKAVe+%uPOf=lJ{V$UeaHKNh7OFzb0n zQ8N|qkdznAv*l<}qGoJ<462sI4HjQt_Er;I8otXBh=za16NZ5T_#5sPc7kaoFB#Ha z;DY%-ffodgP9oGlOsr@{y>p|){RKIYQ+j~h6YJC4UT#O#n3K(CwAw*%U*!qu)#_{O z7T5KL?8J3X7FBOZm7MtUv!iD%=}Ws} z*wGxbXGa^vv=~_<2uk~gmDCM;4x{0EF|22zjn```gt8_#22XISvhAHFKOZ(jDNheA z6IBHtvPU(^KHVVu81h=r&(@K-fAJA?l#?{X{V~}5bAoS1C5U2sAXYT@XLVT43f5~a z)^lGbGuHq7iFK0=Y)6kfH?-RapOHIZBPDY?f_%K*TpcEF$V z`P=hBJ|>%z8yY-lHxxXEo##uss{}uXaIff8dKbSG1s|1cgUqfc9Fy?|X!e_8;^!oq zVbEwTf7ohIb-ybP9(_Bmc{Rv^&&q`Xm0R z*%9_~=ILvYeH5x!xDML-Zm2>;H4ia1{vP^N)i4c_YXchD8KEZ0js!Ny@KZ^qCCg$8rR&z+(d%E%dDC@l zZqQ}K60Pk;Z5g0O9w(ked~vwG_q}106w9NSp;|_ufer9XKzOtkw=cXHGP>c~3G2Vx z@2}TDDs|1jmi-8Z!N7t@CstlzYMG1yBpn<0Kgzdk_YyN!;aswntcyQt*}sg5$rAhu z>tvPVEs;E)?uyI}J+e5FUjk1yng>1i}o*_#}^Gk0AWWw?mm1!DG#Rx)^Hk_$ZdL>L033%t0dZL#tX=24Pm4{2vI({GzjV zp8tIG;x9)}TNj-y?_`*e^dei_O!whG{d_;m`8e=-{)k}t+Xh!3i?zuJRmJ=Yx+fE5Z0{;qfm{Chu=l=Hxu!?JkL z4()5mE$OgxLC{HfyRbGkG<3Cy@nWb!k1QFA!AWRvv+?dUl148^{aB#`@H;91juO<2 z3c<5zq@CONuZr{P2GbeqWGw!xBG?NLNv^915(e5Dvy(zg`eWkE+~~<1+yF6^4LLa~ zD+1G=3*~PUyl|=>IMTuj_ZRDj8R~qeC8HFzP@(But5NIk$0I9t!jZNiZ3pM(kgQDw zrGWBBJX!{sX;dkJvlVdrmjwY)4AZKMbI58d${K(;1&?`d2ckbdU~q8oPtMRi5@ZRR z`y<6^0T5@B9guyM@cIt_z&JCBpuqF|&@Vix9$ z`o;wuI2cc5??K|cJH+~d!$ksFXdj>2d^ezJIl7z+x7Y|I6moJzv?KWaX@Ugp#!QiM z+w-Rl#T|ElUN9WczAhjJxwU+~ve1aCqJf6u^1%fx_V|*^T?V?)bkE2lFI^6;|+nRH;Lcy37f z?+1;Sih(#_Ur`7pp>t_mJS7u#6sA@emLdZSY}ABX^WF9Wl?Dcj64R^}hhjfOqy?4B zLc-33SZEbboh~Gt10|K_kRU52!(V}}kw{uYZLgy>S*0h+LL=M-c zGSui0TOA-d0j+Bp&V40L29{bsu&J!D2%3WzP+AZ?*YV1U z<%$&d-N1FPj#$am(xe0|JQRM_V*98;|TP7xATVtwKLBO%s%Z|b1iz&j=Cuj)K9_^lcG5= zryNO%y9}>BXfhY(elftHh}IOwcW->bd2+<+kNuw(gVNp6Lx0k*Cd={Ao^a29XssfE z7kDpe#xE!-Kc1hB%b$=mLC!nzAN1b=&Ktkg5j{cNdT5%pm!a$2uq4#;jaP>gKI4ZG zyD%nU7$}8l8o~(K0(N(Z^X=LmbRY_O?BS7grzXBHM(Rk>KG+iHMe%M;w}qz|u>$!g zf`dke*F=Ef{;8-#;WjYbd3M+r+3#ySADndfjw&jfDp?d!19{yU;h4Yv}2@|dg>0~ z2yM5Archq3f}?S#SHK>4HB^)TDAd9)rpKltaj8^|EgxTk$%IFvy&&`mJ!cqze%69d z+ORRTqPTcM95&o7Zzmrdb#nU?d|L>$6r#qdjT|`ZW}$4gZk|CjhCw)Q(#1_v2=9e>}RG?yJ8``2$|aA^|=mVL{<;?@~iS zfgW)GvAH;}EkulxD!6=or;lgn6*b`=#6qTsnB3XzKIiF@mas$Ejp~4S!QG3BtgokV zz8nmUq+f}js+(}#!Qg@6h7I4NsAn4Hp&sRH-Ie;LO=4ThGYi`sSTiL z=R0r{YL(xA*Iw;rzj|ZEn=5&oE6(3$!^d{=tm)=e^;i3vRrG_6+O%-vMBA9@mF#0b zcLXQsK>`nYx4YyT6cyR_YQ(;Dh*C-%i3$^b--bpatam}erE`bnLfni(rQ5?7Zq(4# zI!#No`YX}@)}*>Ck^cIM8XL^Nr27f8aO(g9u7gy-oV&n8%ojHc%BgcQ{CMt&$f}ZKX2R|eVhIKr{lBZY*W{mgBqp(V|MiXG2S-^?suQM z2l+U}N_u+o?BpWrZ5pJ0aTWgj__Cw^dY<1DSd5LH8#>Wx7|DJuTwjdR7u3|yA0-Qm zXE954D9j>G--+PeqNtWR67trFfv5-RRAg3Gi(5(ce-|_#NSU{T=L-(OITn?|{JxXk5Si@(We^cYp;%>+`j6mMmn$U8r?@8b$2<(b4m^ zFDp8$IIm%5QX4Mnw7ob2OLoFpsYsX1%>ge_*E=}3i4a6wJjbll0m66dKxAAWZezM%1J>CKuaOB#E}t+uM;uIxm~Gn3D>Z$vB#HoM~)8b0nRUuE>0f# ze(=+?)1UkOu=d4NwH0zGe*Yb4A2aXR`era0EpNt^-UP z7+Mta`Z-W9gJzA-f?mTF5RZ@x&WKpXK=9xFq=g_TDN;RS!KUGSCtP#W-(%xPtY$#z z&G<~oj8v>O6`AeJSM)LAFjmuU$|9FQ_9PN?Tmo5ruo2A7S=MXY3s){$NQ@(8_SzA& zh_~7~7C;xgUt7?EhNMVWXyvV4^Pug)ml`pf&;2M!JS(^>O zuY$r9nGo2*t^F?JG;izuxY_TqiXsu{eY+pm)?R2Uh&qoZH^30HtfOTdb3V-nU0e4< zTP?WB-3h&Qn}@q?Z0kE}tNlANtzyR*cR4$^+of&?k+o7Od?i|EV@2a ztrep4w%V1ecdckQ-NaV=?&q4gH&k(b&VDp8Ugq$9Q^cj66A51h`1X;aIc+ZH+yghVcxJ?GG`>q>zT0rMbQwb z@~htK{f#gP*thttF#qH5=en#?;J$PhZV}Qq?qm|Qpkoai;tDGsTt$>`vN_sMT!q*0 zm#Ry+sNJU4VzX|;2(F9GmdGHxA{u8+2F_one*-Uo2B0^DH4?vsri!z&c3rpERDQCfhyQm-|TR-XN!(s+{vL%WJt9+D^!x42mHbd&`^Y2-6v$*XahQA~?c=9`w#F>v9S)P$%H7 zGd#cV=4z0z9 ziQhSCoH^<=@qOidGCsqvc=jS}luqRW?^Pe|$)iWq4vj=#ie?o^WCd_bq*bss7$A>i4n~1wj7eSqan=^C$Ks z{ZR*7r{BZfH^x0Mo zj^4+=_WL~@YwFANght=#!w1AmJ(Q%Lv|6ELc9?~tZSNch&T4JPXmopyp9len)<##; zH-#DdB^um8!`P}Tx8j4;zH*upf>@eD%CQIrH0rO%0nM1dLVB`qU13_(l*;51_M@BO zoy+6N6?6N_0TpLVxRG-wr4HVnsZ;C<>FIE%QQNa^U5h+-Hxj2mNmw~>re#$)QDJ2$G?`wK< zZ!cKWdT1MSMFJNtMYgg%zFUEIxRToy*g#_MD`N`ONHvfu7ATIlx>d#}j2B)(i)rn0=+B>v?DkC;-1|NdR42%Dvbw_H`n{wgP+#yWX{>29%Hi z%*4l{nqFC@n9LLzKyWyydy7ps!pZ+MSxiukwQ+m%!S4wa8G@q>R(v%DOaL+n z1S~FOgUVO=J4VptE45ZZ*(r~M(`d^0F2ApxA2BjLXk%lb<0{iiJSX**_oJsjAN}>* zXzT7k{z`*Ip#5AMQSyUzCG8h1g&HGtW5uC#KX?IGT*#Y!ed8Q0=|J7pY3=z-DeblO z1YSeQTcals0NY#S?N~Y%a3t12IPVnD8jv5J%qBNG*;#R&&xWXMU~!)KRrd#$sQB~| z5bcNj(_GFbray;c01;e+bi9_@#?b2jC=mgi2#WMb{@hF81^WS#CMBO4)8bbJ%dUgg zW9VJd?U_4(R|#IjRnG1!18UQ+o-%$L6I9_E`NXly`5mLKKb~CSE+mssK1ZLdmTya0yMqQ{gDeKdx>jy0XD(^vsk(dSYHkK-yH_L=e} zYuriHI7rq|1SdqAq}(3@20K{o>|L@>^my_z@rnhs1lFpE@u3D9*T$c+m-xcB?MbbZ(?lSfKLul)nlSdrql==ZTp>kZ_EN=vtcO3eKK1U1d zdX9!;Tx_kf*p~jb@9phF`d0a7;xxMV{qo+P-b2T~hBMPDQTVOVbqT$1E1GHfmPC#+ z*J4$FpG=&CvZT)fn^X4v~)k>FVFSb$OIt|xG;Du;Gc#|cUcrZb@dSK z)N{vfj%mIW zHSAe}x3)$*>XEQ^Yiif&Y zyRd2W@n~60WBa;1r`W~k0*E&-7>Qg#BYS? zGjVn&@E|aJGuTwIOQQ|Tar3tCGl0PcG&@0qX9R__N+^V2U!soT^h%U*ikaAKW z$-QnANiXLGw$`WKrR;RFSG@dRD}AXO$e*M1Zrt}JQ|rEOtVn8Ke6ka*>nP;z<8~5?r1MF zsW+dL1nItTR z|8DJ3NPhqi*AYy-%qr4=)@eK06>P*qq$k1?vaO6d)a_9lT**6Rr7E)!2bHmI{6(cc zk+{qtVR^ea790~zpcz%qb1yll4}!ro^bPC0)|IBT{*Ef?r;5PKd{%cZ?eYMHf~%d_ z^qeo?ky{SfNb$y_jSGu}H4sl`;V2S3Q89Rr-Y&=QIOGw3->94iIS$HjhBhWD?{lvp zf*w6G=wTdcm0uMKiKrEVu(sO1YngP1+6f1K@o8E>)XE$&KeA}(j}{*jkM=j}OUr?x z9=K_6zr?2qcwFo-i5h@i!KJv*(v?9AJuj{WicxU3xa1Y=Dr<*V+e=5I0p%? z7F_bYa9s8!2tcmJm;JigAmjX8O-6VU&xI=c?==-AVBL8W@y|0y7x!_@99MAq`1C>c zEPq!>l)$XWimR(~P&!fOPC^xk$ALO^;X2Vube6p}-5)6(I~i1{q$3jU7j05OQX(&N zXyaA+y5EOiJTuDHq*%Ay=~OvsBe)2P0jXsQjWm5_pjVNnvllZN4@)(?4OWKm@`kA z6fNXV_#P*oYzO4@(_;%h&?sI#RZbmrC*akHdT^U zUFa-qlrq_OZtAdKZL2cTd!bSVxbrqUD$(@18%#IRG~K`Bl-EzAPTG@32n|bAD>&kN zviPm*0L&J>TBkjaL8mK8*02eq!+QlXHXyWk@iDEog}^(aq-2D4-vJxsM;hILNv>+E zwMFmRA?k3egRk5_Lg%-Tz_%5W$XRjYHSm}S-E`qOL9w|Z5RNw*#)13}CO1Wx35FNJ ze^kzST4~g|1eFJ-cO`{?a4&uBWm~C&xZ19Boy^o_6ozhAX~JXeP1(ON6wvO4@b)}^ zA0XN9#gVJtx%|Uq_Kt3pA!fVpk0IG7WcvWcwOke&MnzCAi^o{uP9OagA0J;FojiT> z{Pg*;ayR5GUX2cx8Za#Md+NQpDroFblC}ZrP;hr8%Zc?t_0s-4-!7(qIXW@8%iBEMyhQ-i{C{LPI#6g3JWL|3DLJ8Qh z-+3KjYKKxOzc;_LU!im;vVN(^Z0c>o8xnhC-@*of@2LX%+~FKru5s;bL^+#-$R()- zXW;nsNjs6ABuCmlH>trgq;{ALC(aE?4K60o21}7}8KCjaAGaHj@N!34rl0DQLT*UT zu{zIept4MP>$KjMZl{G=d8{SmNU`mn_^=zjl6N#OyW8)FTk)sabT~|k58Wewp4+>EH@!#7kzab4VpvYbR#H(rp zuMuaYrl-mdLX%j@A8)Q+uO%m7p*BrOLd%szn7B$(+`gf>PaxTzI&TSCh7=`I0RGy6 zeq=Oz@f+SGeHmc%eg$*IY}Kwh+p=`3I-3N{6N5vsaw6}}k?z+Dh;>|kRZ(DPN45tw zAMj@2?{@q5n8mLcTBJH@4n291&+?lB&i)i^ahmcmSyH(^b4%H1xEY*+ohsbL70xhb z&hjpM7-Y?ZZMj?839vWhZ|D;owh1wBNZ`2IERIC|-WW-HoQx5SZKiMH8pv3I=-T(| zvII8*ZuQ2M-h&C6n!PJYB+k6$HAyYE;9L zkRv$76uWfP!ij+4ae9WBgc$BkaF)R&_rV9GqellhTd;@7>FG1^>X^G*X)sv=XAPcw z(j>zia&ym5pB+ELTdTMNwIgvVZf%p-4<31hq#rD3-CG-CRXrQj-87l{L9TzqeV{!B z9zQW;q1%J3slnfT-4|w&Qa;if-lZJ6lrX-kufPcfi6DBOKY|(mu!D&;flZ5|3 z%v38aMWpyW@Lkkefr`BEI6&R!q_bN%A}WB2kK}Z}ru;Zv-sIz`WC8I+a>MT(@$C_5 za~h)V0-eMqh8VJOhFTn4S4LytrZ6Ag!o!Ejjmo-f*4SjpNuq*D7k5$ z$%>hFoWT63$P+2&7cva5;#NgJV3(y#J4x28T~OoPZZ05#0QnI9d*CP(O$}YA;|Y03 zqTx<>9e~90`4HEe!U5fiYfj_uG7sx7M_OG|t*(Td;CvseqmqwD|^%QnWez-^3 zRAm^$5^TShONiW(#9!7qs2?OltKuJ78x2uRbf4{J zEwr?wNO28d7z;qd5c`(9qg|Wn?90(Pg?V{&tCMOied52EI-0w;q)b4GWcZRB#n2&< zpy)l&q~7kX-)lVj9e2p)6BY)*T{+LLRbK(|pXX2!y6T zF6tA!R$E+V!bz0%wE)&#d{XRpUxthxIiuvF+yvDz6Oc~rMK5JyZEqDw8H z#qd_SDn6j>PkY4+pqvw(=_%4yLa>FCBp;$|HGCTq_0Cc9oI})J(M1-Sc;L184BB(+ zZIG{JH6EQlefjM9dDHc_=G}JKaJAKJ{n*P{-68_K!cgJs+(DTZJ*i&)N+~RrC<$@> zR=V6mp+W6SBTU5QSiB`cBd!57Sfa;p7yuqt$9wzkP$3V7zxw!T;WR(6+&>L)o3r}l z+uN^pUuzc_k*RP12UJ>HBj9l?x8lQo-;cj7Nm>^ZUQ%}q-nidW^2rw0u6zn-$4Pd$ zV(nIo3UvLPfG_Bt(kQCA!e3+Nf1}!;2e-O~)6^d?0!rSestuvyEa94Jt95Y>Wc4`}1^M~*4I z5(MBiOWYs81?sZ!kn-f$Re0xAqNHQ?)CXx{N@+_yfXCC~eK7)J+kIa!fO78dGWvZ^ zXvOHhdQ;4<5zvDya#WpB@)63zk!Mcr)?xn(2oDU-u@L2gVZXjrFuYJFbYuJ>HEi#* zR#HAQ<1P|Duz>t!1jXm!Y)s-YH&f8DRWZ*WerIqXpDq>{BmBLin+dN0tb;U}gG^;y zT_f99oNXtO>+35Fel0iUXdnLSY-Q5Iz1_CK8+EH)>u^Z>Qq5GQ z#R)!xe!ICQac?=v1ix|EmtKWiZfiOPc018tIC>@r8ij5p66&UVfd~n6*qLDW4pV|( zPq*Wm3FRH_bs1sO;Ynh)&>TTbB!E`Ci)V~(&qmgIB4BD1N6eNW?r@_7?+{v_$!q=hDJkybTCkIck*L=1O|3~HE(h0cDQtS z5i8A@_aM>wBy~S#J(YXSTnyY8W}J}*bL{#n8o}$GF|vO06$7=87#%FMhuFs`&~r+a zO+=yM8fp=2`AaA}$29MayZjb!29RZApL;@)g9635d#B%=$JqyLnmFqfHP8Qi^5Xc} zi;KVN>Pg=m^j58F=K1OA%ZnE;FSM^}im~->Z|*zno4vul)jm@u0BeZE1=vrHI}DeW zO5pUhyEb|J#AzYgF=0#6)-i07&zKl^611QX9U~EUx8e*LLw@PZp592F%n}LR3<0RP zf3~+@2S)2ERPhNir*W=nzRzq}w-4W*%vwN@`jz?EeZ8N-8`L?`uL@(31Lwf$7v9i8 z?g9jp`}Yvz>EJ=vSlrEWoa=<{I8tnfM(X~fhWS-(iLKPQnWpl%Hk zjvp%af45^96a6Uzb!0B2hFLdg230Ve3cvubuL6+4a~EO#TgX{8gPs9mT$zmqR^@@_ zPpM*?HBxErN4$r;-uw}YtZ?8w>&rlp$U@IUv?r)1IrZsuHhEtTDMRGfpzOLqRMBv< z>d!5NOcnf;!j_bztqI}43m2D610Lstw^JdLj1WPK`M6`mt{|HG#Je2Svmy@-hb35l+_1m05FA&E&0F@oTUwDYJ>A^N!el01{7N z^{a6rlSxQ6Dz5*C@aFS{5c!YY-0{7_R!uWI*jm=>a8oMqt8!Qrl9xg07fW+u-82Ex zpn4$|x@nsaiAwei7F3?nJB9V-=n2A=w9?9sMG~)Ya&1HB|{lfSG2~1dP=$lB9fgv$(gr zyStN}vmh@tj~l{#%K*FXYJYz}D=5qS9N~8N{Xdtws*37CC z>1kSl#%h{_s*>kDYp|(+sV&Bgq1L9Gib0>VLpvqbjk(GP)hz(T^JI8f(U|chyLVlg zR^V1!Zo=BV?BF14$-8gdyOpXgJ#R1r)I3DMSHi6d_-Jv#Soc*9p&2Z6 z*Y(ABi{7>O`4`n7pPy~VzCw11t^0fK9Q~oZ0@O8~yZnD{iFK|g?ChQXnrp4&hhwbt zN~?!-W#aFN9T6byL*FDL%zSYJ_tMGmxM%CHt&}Z>C?%Mgq(Z$Il z(}MOl6^}Qqys|h3Zi){%(I< z&IkEy7(5XI*&YDk`A`xjgT12L6gLGI7Pkfxo4Lg-7cO=bl8?qONVnlpIlQhRvbQLQ z5_n8mjiiwHZ`t-T4VGMya4@o4T>WP5lKP033tuzH$q^d}^-yDW?_gAnuNQB-%kjJM z!L-q`)8E!@OId6RC$U3k~ae3m=@lMKp^Q(@l@&Xh7v zH(uc+Uf?)D@#}guN5?WK+tJPh@!y~d^y~yomx4ot$`uqu_Y5Jupe7)98OA#7wIuc- z;@u%wIxS$01mpH8mIU6GehHxWj!UdhdU!HSx34iusUVOG~Cv;bzi3) z+jTCcZ14$BG4}He_2hKR6YvKA3xd{E4>-WB(2YK1YH0LvtCp)}w^LbQPIym7Pe@Dl>8)PJ^x3)#)0 zc?fJHgP8DEh>8)u4Spr)f$f-q=k!TU&HJ&uAG1qOa4iWkH8^<(Or|U28Nf!4E_tBk zPQJVW$92>NjT5^Va+>6`YgRgdNde5vaQ4fEr*t4e3nr~j3O3~XzFepx&=PFw+8vCf z1;3vXPAj|D(^yB7@@tK`MniX}<^%kPn9P&sOlrfqVFqyYKSz4LD1d+j zQ?Q`2Ij#)?{fOi%!x7IZPl_?d)>3mr>&Ivh6dBp}lsB`C(L?{HZaE->e6pzmdEeO2 z2r=Vz!*XidRG?8IHgYxvMJFk3*h6H3v zFcn*|u->6|ZmH><+ca`NM`x7dE+f>i4UKzZ_Rfwa(mR~;PWHOr=!-bR9c-H0SA24OKrRV8DJz$d5k`$dO5oo6O9f+m^Vz6$CEQ2f7jx1<7r!oZ zBpQ@^9%+a)Qa$|QaSNmTJyMi~s?btO3EgN(>qvq!R!i5CBcw!VaESTSw1~ATr+v)J z>bm?+*HT{Xk;i-ZqM2s|CWB2R;#`Wb8fvw|0V{;4APyqAtlo{zw0G&FUB@S^dKmnp z4|IJ@8HV=DdN(<-a)d+|j*B@RjLSkhm;fI9#n-&Z&nN%7Wj1vy%ZyW9VF1SyGBeNR z_$UHV;x)}dgqGqVaSB%n5=IJOyG%i3f6p=%uHosFPmn3twbS3b1ruX)^3y5xx zzs@Gp8Q79NSg!sEv}ZPc{qe?ypv`hiErVZ`NHs#(o!U#Hje&q1lcd}3OzCe9qzVKmwy`V`B{Q%88YDd0amCNb{|2J_@V zK!idMJOF#k2ovye5gM}n@cX8nEvF&u934U^IFDtw%Pvst(9B!MoIpB^Pu{y`4D7>Y z0e1yn8X#+F`HQ@GCJQXsQ6mFcc}fa{x#|CM`T?XN6_H?cd4Md@M+iVcd3-)u*w2KT z{|4&CSQbYeoEF8)?O;J!t%t2w!ckrDvIzRwV9lZwtLz@wKs6(cr>`$q^&i;v)lc?L z_9DHC8Zs72n-G)GS;5R#Gac+nx4MdW=+^K1>sm1D{#zTPY1gpo;k{NO_fjPUI>u&~ z^j7P&)z(dlYyDQ^-WxTjkYVp&S*4ANlaN}Nf~YUltLw`uEENl`4cqhuZ3#!`-5&li z$;@UCWRAMLhx|Az430ky`*oAH27_}4$N!s}z;Okezn&R0r(e}}$VZi2=bnA%ca{Ho z5+WkVGvJN5zMd#{D+9gmE3}~_Gu)~CH$#g$vmz} z;6B0v#7Axfeir~cUF{SlKA)XXD3rWc=l3FcbizMa) z#`2oYnjWS`P*YaVr51P%6s>G-KRKPK_tD=|BY6DmmG1!L(nC#A^~#TlPqpqsvHKUXbti+ zmI&^nylvswpzh=zDpF+kikl`evNEbmVqb~q0EYN{Mf6XtwoM}Rv~o@9-*#e8PyEXI z&Yrar84WwBZ)q0DYSm#11%cc=lE?&ZnIB@-Ccs#NNI*)2+)Q@X1twlUFTG)9+{i`g>bCS!HBRVD&G< z?4u_Y!pc)?bkIL(}i_s@Fwy{s`+;Obzf>RC-CbJoW zF9!VuUMt{j10OQ9P+u@w{W4aX<;Xn}?x&8aIkom3g^^LUmT67WIIgz_d1gvhbKSBV zQIG%vY5AIw#B6Fsq}8_pHEyWC52|uFro*wc#y1dBuOf_M8D;afRm^1B0}KgVMrOo$W9zM8a;^#9Nc9y^*=z zt!KYOz;dt3TixEb6#=JgmqQ8B9)`=U%Jk=~l0@}-C9NOLr0faW`g4ZTSjAYA%Jg=e zb!_TrunDiv82ekk$`WeXxq%m4kKIZ zRhLu-jGZs0R8Frges?2c$LLDM?T@bWc%9^t#Y5#K3xs@y1=h?Ab8uGFPw8=@$<#J6 zqxIJj|6y8#0t4q}XLVQQv{mJe+Oe!l>1-dXK%W?U;!ib)#s)PCu*RfsG1Ic<*ZtL* zp$)a|Rmk{P;wxOicy*^bV|A{pNZ4*uF-;5W6{s{+Mg+#Nlv_~@1@??UA0pPm9|1{Y zT>;ucN9TfH;W-+5V5znt7>BGplw4X7?V?q1@frOf%Mj&0WY)ToTf29y%OR~B( zQX03t9~$5UQM`!UWqf*ojR!l0Bg@0(&5h5cMOEWWP_4W9D|{0y`&i3tx?3;bZsJmlq4nrb{WlbPM4J zVf!KE(_LN*KyiRGpxqx+;Yg?z0#;B-@-7RX-TjF=5cQ8QlTD`()uw~oz z(P!u(d^^t32int~BT9~Bjy0kQQn{T~^l3OF9E;*l%dUy1@f~PezT3z7O9nYHC4ca5?4=#hxpiyttt(}%VI*|fHoX)4 z-3Gi0QCeBHdGh@H`0OG(d46%4ef!O?-|o2oym5p5wlzn)8p@++RLlNy^z`NNdF#iH z`(Jz0_}9oT{`~k-L9>5;p5Ku4&<=`$COTR*y?sY%k${|cQPa-WNw>;iiS`_~Jt1aq zP4T>Z7rWo;-RI`^yM52qKP*{mA$opBYE#H0BaLNFGjx zTr&-*1OT7VMF-%HpkIlONE{GcMT4aJgy^8dfDvmG{%d^9?rm|FY~C#jhw|L#r-^Go zBAs`|r@7<}fc>r)-A()Zg64cN%g6I8NSQ5%MU*tu+7|h6KxmaxM!*rERBFKJO2#xe z?6~RN*%{=LNZ4rB{n;c8SPTW!K8b!3h(UUqYjLsqUR>`|D0bq89MT`bB^Y1?_dQEW zsDd1RKm!aW!=Ro99TQYna&84Ma$kS^B&1&A9vGY!0K)jwaQ5mu#=%Ir@O<&kg5lF? zM+^70PCQWK8YPH-aDcEaN1@T*!Z&O++*mxyxD4}oXkZ*IwuhL#24L<13%d{pV(~qM zRvIi2`GXK zrfuYy3jkk0pugcd6L->X@=tU?z(%p0E*QDaG$#8vxa5+P!@^Of8?6oFx#w^#T(?K3 zXJ;>8T%ND5CYTUYRsCHFB@sN%`#iFbmW<4RhhW%8yl4mfQK); z@*r*H&~bz+FyC5hIlilo^W3K~1M1N4CrE}K5nORpLc^vWm>Eu&M{B#A>w~`Ek*Z)c zy`+09uRQ##r!U>q_xCH4zH%x=tJMQD5q_x~P0u=8%M^znKeo_O88~{A@}`Sky*BOC zZ;HD6F0p9w5rHp1E`Xf^B42l5^xDY_KsOQ`^L#m)%_&c60;#AT>s6Pl(`FF4OUU@o zfTw))b~%3ci1RY0gncaT#IeOktLU9#P0qE0zXwHcBIu2gH2j;bHZ&>Pks2Me7SiQ= z^sROvsv{3($gF(*<~cC0TNb$PL#zsc81iz)>W`Xw@Q9&`*A6ikSCpF;XS2TsH=3k^ld7U zLgyB`r-Uy%52)A;L9j3j?%3kLKgzT`z=nVW^&=K#D8>yh1otAea{`U0(-xT=Ns)|~ z2<~K!X<|WU^*iZYC-n#nw3WMkH5RoN?9PEUH6oZEQKZ*Y0)Uh3ZDN1 zm2ri2XdyqUZy2oboj1Z$-MLHPRw>M4tb^W)Zs(#1W#KP)!^Y9tlK#c z8DX#{Q|L4m zuOXxc>|I);;YAI~#X_3{^;Hro<{9hAJ!&OIUT+t!*dKmp$m&2oCtVganVEQ z_j|<1n@!g5{t15>A@5EB{9v26a)ghZ?_zH263~Bc}>Q zh~}8TWh2Y#^l^Nh-vVA+ob)I2+Do|B8H!ZMa+D<&fLe{>0VKNy{2qg6wZv(R6H$S&QOFty3p? zj@e!W2&JFT+&EvHo;eAxU-tm+sil}m#`N3M$urQ!Rv3;=X-KWT?$F1qqhicXq3ajTp=aErTgf*h8QG8@ zvw1A`sS#ni5sMwVA+Mq^fRKb&f8o%?6&urMl-()na~O`#z7%DO^L1kl+(NFJz!bDa zYvCp;!5wJe@d>MR#xJf}oiVw}^5tSeHsKGG**n2g5$u~(`X|f>@-`nML?~cNjpyhl&W&g%}$+e4Vro(6Nl3UG;^ZrLiA;QUH7)U zS>9yhhRoe2^){)eT#vjCd%#TqUentjY6zQFU5CvNPA5bNSG5 zbtFW_>Y1mEwBz=&IB;N4T}mUyqkmYi5xLTtT7{b1zL&*ZQADAqaHsj+@dZCh=t&KU ztwIY}$xD%d+a{^_DupP{OpSUd_3n_S(55d5OH_LJWcrZ_uWE+iC)f~@0*1YIs$Y&8 zKM#3eYWpPC2wB6ED{ch>+AvyeS4BV3F_v^k!GobLvxr_YY*vz9t+RZU4N*xfqHrg^ zsE}3`2jP1MNG-HHFOBeYxQ1{I%w47?pXP^2LNDA!vCRTq+Ppf58wVlP(S%qd6vHgt zrfWtg^}?N>2^*-m5@?~UnoDJb_tZ<#E`en}gZ$_r(8(QHaD;*&I5b5n{k(gIjG9H1 z6Ra-GGlr+WySow8d9e%C5`)p^!Bx8}h!6Q-Fqwe^+6Y8mK+U>>c6@-Z8(%SV8|!AC zaM^+jh)|)1nh;(UV8i1lud13gTlq z*`w8JaiwkA9*_|WGSEPwmu@245HiI@qBp{fC%=WUD9|8(lo&7irfvoDEntVXVqT!F z^xlfMod(r@2b=BG?784PnmnYBX63w`|4Wal-jiz`)7UYe`WTt~_^D?m);l-CjQa50 zx&*GILQHaHH8ESsYt3KVhkY4_iYRKnQ1LPq-P3LQ*&>TcTg#Ej`!jiW5=XM%bb~7N zSS@vtJXcK@1%=QZj?-sUl7^iAS>4KtfijP~*g zA=xBN;v3*}c~2*I%H6-OUI&zBce#TS&+XCosA~hT3NXfCA_B^107UGnB#3fA{J6i@ zy)1G67S}+vYLZn6+D1UWfO{6RJHQvm&+?BFnh$v9bDi0ynlXwTQz!<$rD7BxVjSw2 z+6zlk;E{j~i9Tp=R!z5kf3HOigcv=z^<2pV>>lsuI1??OwM1)oae7_-*Sbxt0kPN6 zh3%|tXNNTWwv`L;bzc%ZM)_H0hM@}@Nmxm7eh*13AQ2j?-bzeQhI|~MYQ?-9NPwip z#9-=WxSkN%Vm_Tv070N=vjTX!e>27mr{r{8z;LSv6&~P3Y*D(lzR%oNPhmY(^=3`@ z%Q$nVZjq-+?JjKY;8j9;<&>6?Z2j%Kty>@#_s_~5;g82)JXC>(y0lz9tKNQW6^?9a-}ECDqkMp$&_WB zQ@Y6TnU_+2J&6CkA1@@obTtW78P1Tqt8U;_RlMp=Yv>%gzkX|kQYAcMnv~0Rw~mJZ z3UM6 z>Q0eVfI%;dISaw)X+K+z=QfXsA2}cnNsgmR-l33fNPWPXgKOQnqs%En;?7;qX@9_9 z>^h*;9}QgIZoi*s4Xr|$z%qQ?B+o%Ze`>eu)Z|5wsEn6@I6~{{FG8Agn;wcGwj!vd zN)x`JbLL2-6-k}x4_kz)fsOl5dAxfCtOq}-If9}x<##`mq5G~34pc|{YZU^d##oM` zl)C~(#khs-wcRtBx2^VPV??h(a$^1>Qo#v5h@mPB2r{+^cnr1wHd`m55X9ng@52Krn1UF27Va$lc5q=*Qa(#niR(I){)M+aV!exZC^ zj6&+wu$4H>YBxqUPY(y;{rr$HM-Gg|sE51}SMw_Q@m&E}SI?zOt zW9)hmWZHUdzSW~V1~#mXe*9*wfp_%Z;DWCs92-BOb=^06Mg|Zf+yjD z;xJiY>6_sOV%h*rKupnNBkAl~wNvJ(@NmA6r4I;ii_`c&7XaS-Wi+jv|t#O#V55{04B1T6VD+jqH|2m_4C9LFb)!u%a*pc0I*hpG{m#~b; zwzB(rhaLE~wn4D0S9Q^FFveu@z*B&ZHv;5u zH9=8!6537U7X@nMHLQh3V?+hF*lwfZ{*J4t%q3Auuz*EcaX+k6!Wb&(T`fpiMW3FI zeg#D>_e$`CFzGO*x(D@E!n3w5+W0XYp~`0Ux_d$Hdg6GN8D)GCfO2inKwaeAz$fiw zN2I!IBNIni*wdu;Ao*{P&uNz-keN9F(i`e@rh0wJix^DY=e6K^6AqZc~99* zI>Bp)J+H6GpMlzP-S+lsuwigRA#EWkKfJQ9M6@2i*6(LkcHV84%>3Gk=Y-`!r)`W?Kvuxz{Lb~!7qTJ}Ei2E9atVy%mueC>d~ zmIcyEhh!W4((PP;kv#2{F1{CzIMCU%ueaKY4S0q|Cr&CvHywUa;mJW8DF+|rp~)U1 ze4cTZ*KwGKrhSkxCuoTW$#@XYj(&Ob^!P8wPi<8<{VG_Io*5sOW=9(DU5Yh%F?6rG zJry=dPW+YmH4&Ik2P5PzV z)d5ye3;amoB~XrfpA{;gyi@HWzT)|OogyCCh%aSiS+1s4LpG|)??N$IYVTe?8%z{dmH<-sBLI&^R&%8Z56M*!#7rCN{Vj4O0-pk8UUt7$~X2ddZz zB$%f!F5dindiLixFQ1=y{H|KZE!VzyZD|+iFTsB=!HkD(nx0vCuQzP$a5dGey2Ph4 zSR=3tfU@X$kNLD1fLrJ$!-jr~OwPBR?Ej(Lv%QJ#Dg-||nB3erjwE(Aicbf*BwF7= zayP;j>yJs3lSOs6syt-I6Y!h>B3*Oy1hWT?95c7_HCeT)oU~el+<_!ziv#EtL4VfnS`918vB=(yEm2%SL6l> z=1CEyIL!a$7_d;~p>|y%$?E0vm*>Zi-@G_FJ9^gQ(osxYGOU)gecnP;+hf)S-m1?S zrdQu(pQr$~4VLX5qD(zDi3fyp#FE?DfAIeYKaRg0pPdH$YNhyu8ip#TogTsr85lyE z8Dh<@$r^i|T$@Lq?ns&Hr}hL1w`bBmBt)s`1LIGG+qe5Toc_$oYeddf1ou#}kj^88?@} z#qqmV{HCh5@TpJaVAhozuQ7rP#EC@8X8}M%>nMR$cH8gc5Aj8<>;`83svf7)C;~p3 zUyw!+D&Vjuceds$6Q$XK-*v6s&JGWi!q9fa!ZcLpdKzw|yV2WM(Pv*DCRVR@{e;U+ zkSVn}HGIA%J3@-8`W#Hp`!-J8ZTVx zkQ+g`*v#B#_9wWB`7oJ|8RIj|uaQ-2m zR{Z2IWmEPf!Ay=J5L?r|`6vK3Sw7@<5V~_sWbAPz^ zNq!4XKJkauGelsNhy*Ohgl0+jsS>{e1%z0Yhhi}lYDMo|LE^vFrGT8=Uvd^zeYw)z z-AXpnzG6(uO7s(RHQT;wxE#5`FI8a<)&`X6PL{z~gsZT>$pHQo^yaNLI%N*Y>u3zR z?Hh3c8lKjcgJd z_2h2GzxMoJp6K?fk8CNWyR;_?E=vrm*?k?ooGgiZL{y(P%*=kczwb_#3w?dNKidYT z63X`_VbY4kD%jSv$6gG3=#Hqx2?YtrAk= zE68tkYpdoWnK>}g)4i|j>0V<`ylmnI?&!s;Pe6uDJPtrWM>bt8K(32if3 zvL!nTC?vXxq-$pW@BxLUgxp!0CB~2wOBckeh5VN%GsRfdVh9pN3;79DI7J=_M**ps zFD?x4V?oID7Zg|@t*<}E`+P*h!VuV@d*V(vnGGo*90DO@;;vgg!E84VKY6W;{p8kk z`X|Q?cdC6c!Sd)a>_q_HHI4711myK&58n1uxUrPYU{C?SB1qKz*49@HYD$CqN`Ayz}DNShyoZwjwvm zIhoYKj)vDEI*RzD>%lc2!%SEb>(w(Bn!)+s!dVD&1)PPRwRPEx(==DX4270)^hSYo z^c!*7Mqxp_zSD_=Qr~~)q>eTT;+>X1JECjo+@)ujNTVfNs_j2a*5u=}pN`)=2OP<) z_kFy*bNcsHT=aE^P}exb5CSpEOpI@`a|peb4?) z>a4cn5c!2>67|}(w_4ObXE@}AyesX&%hz%#$9gB^3a|?8KDxaX_8~@_249s_8^raZ zP$l04=)>Ry+kAu3=S^jnxcDIP*-tdm>KDtw3 z05Hr9__%@Zxp>aaT`?-L!KvmDN6b~6L)+qb-ue%U)oYUryF1*oT;7$CJ!z0H=K``% zE$R3m_Ufm`F?bvy39@li0h z4*o{3{!7M0m`T7r`+(tIhvP63Oa%hAp%y;mbM2gU3gJYOr49yWz*xywjFUYnpf6sB zn*c*vjt8UVP%>7?UgtUP?NSazY1@g??u;%du`l{+P2Ki@qulLLb1nD^!SPsH+=l#p zbDSY}y4wI7uQ)#pYe&wVLJ=q&!)9*_X}I2EQ6L5wVQivpX*Q?{GbNquEe6*6A@+7N z8XV>7obM=qvvmYPI1X(q@`-64iG(`S6)hbLCQ3`EsKkyB6Z0Y-za=&Xf!3sEzpvlb zFo=Mki1#ac+7JTjhY8?qV4^V}bZ8U9fkIU~5|JkzUOn{&H(xM<8Lixi=Q+ZtDu%C8 zguV8n4iF$f2+TBht707K3urxdznGZ;*mr+bDw!@JUZCR-)>nKbewJJHaiZ~yN*D{j z$mzvh-K}5|Q4i6=qTGs_c_FB%!Xj{?w)C(ay7IbZlPItEqNJLq6q)WN$*M>9U7|W z!-SCQi_a6Nu78Y5pm4zJp#4P}crzZfKs?$RZ{r8RQQ8qg|8vT;Q*EzKCCsW&6esOxOwk2YDFpcA6A5VQ~GCY#!DmJjWwMOO^JX5ci1bn zY!D}i{i^ISzk}hn@Ex{d(RR;5!dEWmU$hifzK+iBFR=~|_<Vgl0U_q$TtgdVOZ zdrf~yoO+&(IK2W!DvH(;IW?LsceBJv71G?2p=1dU2V^~%9(f1%m5V$*2`&xvmz>pY z`~z+#v-hg*3+;6-lr<+*(XNEXoRHwtx^lYjjD2Wl`U?KL+B=F2w`gxl=uFR@95AK6 z!>HF(<`1mY)_*WKqA0MAT+Ej}4li|k(m7ebb zARUo))hGI+>^%@mo^Bus@WViVpw!D3P9h7s#pad-qDK^_7aYSLfO=>~A5BI8E4MYJ zUpi4UXT^LmD+deux)0NvgFHN1-i%dCbSAc@lmt;Xf*vK{AFHh#YdFJerKeZ%Jwy<$ z`+NR@$VNT9+HeQ8wrIzP$;dAo}; zcdjDl)#ZCUe{}R*T}$ETzpF+6eDdP>*^7(6u328El2p3uw8j~pE2m#F_j^JkM+y9q zVg0UiRI3H0ghH{dNkgyB*ih$9Msn%S>jh;O>oLzLRDLK>Q9;Sej|AHo?Y?e3@AM-d zOoZ>$g1lOdz0^|3{Qh_IOlC~r!1q&*!O_X{H!sePpPc-n@5B1cb9<1Hmx-W|X(6)R z9**|zv}f*RXvf`Dl;8AGNCmBnIZn(96qU3HjNEl z`PvQRQxj&AJ9UBS1nrsjxe9HmsXwswo31K^-bjW*nq|&Z2(hbUzW^}G_CXA`=jm7^ zQ)2l8stxM1^cU!TJ4QRP0=_vGWao+U21W&GGaqP?$=y=|KsSyAMiJ#wK^DGFEZ->~ zvT`fVpd!(&fXbksdM}~gwvUX4OVmnf7!L|n`z45#`0IhMB2S{;ge&)0?@ z`W~iBjl#27n4jwGc3}qfjO#7wH5-kghbAmMC!r%aH92vx98mZ_`A=l?<>kEibqQh= z#L%LM90$BoP-Gi&pnzb%LD+I=>z)jj9!^_q?07&{1<@j+GBs>fBdqNh6^o*ye1mP= zMIw%TgFKZ55Iw@oDX+ka3^6PK)uQ8ALJ*4q)Ir1?MdNFLm65~pax<__T$O&+I6Gkx zP5RITu#fAk&!g`9#Mdr3zu~mupU^do&=3Q#dCSgnJev?7C*@-ZphFvCjF@1c#@ooW z?Ya`AkE4mc8NyUD^>O!@e}m`iM0P)#+}xBQl`Ntyuh>)PpB%TPchkyEQ!}o(;YXv% z93}K(#wFGn!Q*m1$Y;Y_0ZHvZeo5G(6#GOeHezroz~ev*4y23haQGG-={T$(oYUUvWN2tIb!*q4RTbQxrRa`l<8saF(6AHbH4J>pG_#AZgr7X&$ypz zo>thmYal`3X=~U5bijByRe}~3loI8w1<#WSfD9~((I*1x%07@+O_Z8~KnciO1)B2j zrjzM%gn-ZG!uyH}e!flKe`S^U~4UYbDe0KEH@%fvx z)1OZs8z}V6O+nl0P=v4k){&)D%-0c!cp zj1f_%l10`u1L$1_gbS+yCRYZ6M?I^BA;PTUtEqXWASVXcHJxL(dIXE+!>pl%wN!-pXWCQ7)rI|?tIydo-vL& z7kYmITdk!eEziYl@&`BFeSY%%;`pcIv+Tv$$+M%gzh-|v{%Z&5$KYM|@agHpO@epC z#iLe?0;5)bY3fqwM>+hs*)fvg<{ZE*I|!soD3KlAwU&C_j;i)-KUGh^d`*uvjhrUr zp)VT8pqj-j$&FA4*6G^a;kTnnI_fi(X62jrWO?a>_9hQ{=&a)_B0l62yTv7ICua>ULbA^_n_& zr96mCx=Ze){e|vsTTCPjlA~Fwh+E=!a`=<4V?-LWLyqLWn$nfRP>`1uOYU-U)&0R8 ztB(s}G~N9s)>x7VF-@CJ{1(!4OEG%<20JN9md3g;-8D6!guK*(Yu)q6ppbb_vpXJx=4A*j% z32B_Pq%yhK6N;Ot{s0qwt+;M?Z#@0PER<`+slh5ZVO7d zHdyw@?v5Crgnihs38AIsxP-d#zJcfiY%G;!Q16obz()TfN8$@NW4>}5}?gMk-f}fCsZi&6@ zfXF1Gr?0HN{ukmaBCN4=bB9@KbkY@+TiRMf(Kl7vZsnLQV!micsk~@E{kkmd2dzd7 zy8UP(S&0Mv0!fS_Sim6?Cr=3uZa<)+06mkrZ>tC!2{s$Ib2N$oR^aQdw+#+LkI-#~ zM+~7CIh~2`^5*Yu0J_L4ml$_OwO8xkL+1fLVP!^8*)kMdhGa*~1gTLUrE8ysM{4&eAJ zOyqPiU%T(t{CQ|FG=TzN0fNGSum25z43CGrzgcV(S_0#3&Ny}9YGuA?~--;)0 z+g+z^KYOYz?1+`LVuV-2;3?&W_g^!++M@uI_MVfCfwLa-V+f&nRpM!YQ-%$|FT}a6 zB253eEM}k94`t?q>bm$VR9uGwbOHrvO@yIrhbFE(FoC#D)jLu?%jfTa7{v}dzp%g6 zx}Jy6WCoS5A?Di&4u>$#+jt!Y#fI0yHIotJe|1)*Vv8@)nN39x6XoDbGB}js=;3O@ zp~7yVFi4sde`P{)kSHRzMMdr={nXkV{exx5*Dx-U1(&!LF))`1orwEjyVq8x8*zLM z9%#{G1-Dn%fALb4`-{AItF>Ld?Vd<4##@aXG@u{g3n6wx=-sRw!`7%15oTbz7>)#op3H~XbD0lF{Y9_7fu0ZnMHvL1h|Rme~4aCYvx|U&o=F$v}x{Do!VqGP`}d$<=@>pY zP7x&X4L{bhAMRbZ7X_h6g<1(YQOHr3wxvJ8%P)w{exlL?FoD14i&>7rinOmslgYc~ zGz5{P-Pvm$m8lX@HS|ktEq|yoGVGjal){luGcLtSx5Xy^Wvl1)S2Ff3+zHCR(cOks zE%2J4)?dPA)pH9G6RXIXO;L<)ATV!rdmMr{+INDlWGb{|>fK4gR!NLp<^+ds7sEY> zeA$ffaVHi&Dx+5wTwBP1z_(21;1#ZKutpXxk7@$2XV%D+ZVpf)c9ZbVFYg&sg{ z?!EEqJVP&8>r5Ogt~N}ULq9bm?D|QX@|I!!w%TUonn{aWNE^ld_l1SjhOY31ieg#& z7+rE;!fMcRk|;#G1|dfRJ0U#k6n4T85FHkhU{WhK2+sv225RdWOX;Ml`N)z7+D8r(b5@E~$49hF)HdV<@_YT}`LBa)37?cc=@%D6q)eWfW zjG&=hW&al^@dmi4H8${*+2p2v1GDoW4&t_(xv~NAQ|Uv_U-+71uIv<&m>Bn$8oJhe zL{k7h{*A*&P+(=7*pDMI&NdBCJj@&f~l9hfSU;(p8N1xk&`udjwOWjZ-p8P zjfi}uPb&80^vy5($Y3X9ZUIma3=32>r=7sOIYuR_#Og2dS$+csZPx|{-=fUyy^L}} z_H#!c!Mw((!u)`m1o)jzK-TW-gxnd?4a^ZuS}-kw++<`_VooY@kL0#80fn?@T~k7g1riRM)Xr({O8~C`Em1tDa%?A}pATys z)avgoOhzxh=~`_S?gp{W@L$!e6nDil9TDOvK?M#;MnjUzNPO z=6CMWJiUV2uiMduRk;qmH}rb!=5z!Z2{e_gZfx&F89Tp{Hv#Igm(%H}4BROttMvTo zO6TI*eW)VF$iLrbuvydpc(r3=C9lhE81=UW`9^4u4DjEYvvv#_M)Zvjzym42;du!L zQ1DpIJ^I^fAJTj{ulff`E;`J|m=9H_-8AFJ@9%XlF-hv=T`4ef>_5$FMg*NiAor2- znbjW3%=A!YE1FanUr$+Bqtbd{k|nz0BAH=g33>p{5I42Pj(UW{OGH4FkO?h#Qmx2# z@Kt6;u1J3^*&43#W8IFTQxY-ZI-_N;TF@k=*J2y?!=+x0dk8KZHc_LyIw5hP&0hLXft2$3Ngkar_q-(xW5KZ0h!rW)d-#8nM#%kn!|m^Xp} ztg{iDQo)H^H z5_J?_nx_CJw~32gr4y==Cb!Y&LzMV{!h$hZL!1z@BQ8r zTql&$a^C6lSL=`qElUC)MxBhmrq*%&aYfijrg_l1tLt;38SlyQuJ}~r{ZoTD<_QeL zj+MR{3puui1JM(-<-td-eu`OYR9WD>)HNVE>>gQeL3=JTI9H_G;HQQjWqtXa(a~FF zmUmW8M!1l6%`Kao^09}IK`SaNtTw!Ra%KM6Rjddkab9v>(qDJEF$0Cc&(IcNP;*k?t5lXSDy1>55IHcEq#DDSdvSWc_vrNL z%V*D9^0f$^R#Ncj8mCX5oF8A*)wspPvoj>+u8XJN;!8AyXH~ZDqLM2!1Q{e1!)iCn z3GLH3G(TygtH=|_qZEFA^}55_Q6d_h5Yz##Nd=}~bL0iXnJA(L+L4F`_%8+FpgY%m z((z#vJ34-|)S4~NlWrhRHGWQiz_$U32+-|35##{;*~`V%53PvABFQvK1a~97|5y?! zhX4f=-SAn06n>x}g1*g5V+h zoMWiP+-v^W6Z+V3ajm=reJKE+})3I zI%@eUAI&HK6GB#6DnTn(LK;y%vRhL^ur@ysyC6ws!Dd(WQ_MZZA#)CtMwU(Qm-Ra zyVi9P1Q(E65+aMtH~URj9i}^^uWMKepJd2SI_p&C0H*>blOcw!s^xHdZ?br67m(E^ z)Qq%732v|h0M~+^RF?%HFu4tI<3Da7j^+eL!gwRxkV=XamB%*0C^nfvk{~eeT!WPd z92rS;$`{f~juCkwEfP99V&*XLBAt>NM!d_D5q_#ag1*Fq0mqN|5}e!d+wn{s!F_>! z9Zq_0XIwa@AKYdCKclU@^6Asnj<^m`+3r^2v0`DO{)h*!aV;9`WhNKSSD*c_Jo!}d%fDuvja2U6 zZ1C(l%2)M&fwa>L&ME8i4ow6Y8otx_iEXU3R_z#dE0VtMi#|(KPb`D|fuaR6l^wF8 zX8zdu)cM@57DBFX*?Hgj(2*h(bzmerIMEMSJD+8}Hh{~4p7=eH7xXKT)%2S?jXx=WHx1LmeeE6m>NXXInBR zu8vn#jz;Y2ne-DnKmO_2@$(BZHnYE|*Jx{8a`si%RQe9I2#-(Zu&=@9(;{Ef6`5v` z^d0v7rh?1iPG4HXf#QqPtE+Vy3<#FS*~jbSli7vso_pa2{4w%|h-NVC0~oBzxQ5SY zb131>-RC`uaCHBRbEmqOd-^4`0!j}2kU)cK8lcatgwP?0vWce#tq?PnhANU$TGY+?3*De#MJuL1oBD^aGU); zelH5Sf^cNNp}1cS!{KB=P|HN2wBXG)JwL4JY;!8OC?qAi!c>rGkG~HZY}2o%2p=5l zpNnGJ`Pv~v<@WC|Q`pcUjAMrsLcjOSanpVJ(tct_bxNRHPOKV8Q-qH@JxnU;i;pHZ zj!UOtl^%Vq!Uz>}gimiCYDB5hJ7llJlfeHfu+vb<2hXIF3vmyVB(HMU@_qSxB>Ya_ z%)aj0H}l#t=Hk0FU)glO5ml8;0BCJ+gUz{Pg(IMP`8JT4?G%1WX3}^{!(FpPZdO z%f9)~oo~PS^^NQBx7p8sIzBt5di`&P*`_q;b27QDyXQgaB9AnK?bpdP58x`aJ*vma z!s3yj)Y@IRO_#kb-K*K)?I)1~CF5a&S>Zn%!{N0h%l9 zsS1~X2*(!n`WpA!k>07GL6@j-nWMr4+;9y%^5zq5b?z* zJJ4CCMC24mmIUCwJ6cyDBR+@@mB|Kyg~>;LHP^}w@+4{Q7k(A)w+#O2p1q}m%mLCe zUy)uE=Pg**7^4Zp^y$EorV4=SLauSIGC^1%PQ2|CZqKJ~-MVb_mp$iB5-OmSpdpZS zMx!+c)I73SqX`cad?S*P@9i|dc1IM=rRe0P@b;uB1R{rBa9LbUSaZ0bUTD3J@Sq1@ z$<}G623gbe(ROdx>5Q_VqbeTK-l{Xsjfk93J>zjB9O9K~g}wVyT@e+&=|Zf@4~%zW zJml&OTtqo%cTQ*v0X6)>3-$5*v=N4w4{q5&K0o%jcqBU+sY~8D=?iK)Hm;FPzZL(s zK5vOCKc$QEOxH6q@KkEZsgUF~q@Lo3?J7eiS2DCq%Gs_jUgh3aGjIG$o!|&wTWYRX z38W@!JEk|kgLdI|`h{$zB8GPY@dh2kPCUqmXMKDq%_Ffj{P7fSLaA6o8REWvk5`cA8|hC|;KjAp z!Xl6J=i-x3cXS)qO?%CS{khufuu`(>#fhu-&kbL}--BS*MoQX67hkwq<|>d^-yeEY zs-)tq(0Xy*FTKvtQY=^x}@CDaLnrja~aCrXCIZH_9)aRV8b8Hl=u@ zyRa0fSXidDq|kDjt3-M#1~`7Fk53=?0~3JClJ|jtuUN%`z7xnTX|Si{vH-u0lCF25 zsZZ06It-G&U*M?)Mu5DsF-&^wc!f)%ws;}lOy)#yyL`yC+{W-+*>2r;!II!VaHnr) zDo#ffZ<8-#$qG52&X&r{ieivJ=qSeXV1Nlw2o0{@M-)4PRnrlgJaUS^{G@}l^k~5}j;>;*2O0OV zSl-+0hR`lj5uo5a!%aaHDN1&eC3;+9$S1ZvpWGCTidYjLN-ybYtJt}A0{ZE*_Qu-r zqLwX;%p~6FiZf`voEJESU*R;qR|}NrebRmGnhv)%$hgYPA}Q>Hr6tqp!X*Xp+sSAM zE)!fj%FK=Kxs^^e;PgUV)2z_+q9*)NH%9Xr67Zrb^GaPvd|Z|qa7nR%dKl8 z!+*};FkWTPu@aHCg@;J+9)R9^?)O}V1?j-l8q_ZXQm|Pu5J(avS^~_sItO(~Z@du# zuPl*?=6H1gssfHvUXH7v${M0lLo&9AJ@e}}c1IVd6mi9cetU3S5dwpG*liLFRCNCy za9_KJuXo0<;jn;WyBpN}eN=8I8bZ_~Xy>)Q z&Kpb-Q-gcqVmecn0&|Vx{znE0Lzw$t81J&O^Ue@nkps(IZL@pDB6CyC2;OT%k zK^nD`+TvPmM%bkMG;-NtuESJ6ObjkHl)G6aYluHkp$l*;V!-48GEK0T8hGn{m`DOH z4?KZEoBo^N2N=Ff(C?%WYdMNPct`ELckCtl<`ErkhyKZ|AZ5XM^7`Pbmy9 z)a0$k5>eP-BTU&wrac12H4qB1db8r745HMF$vkx(XbAlP-eIm#6TXvbfHkzNu8!-* zL63gGEV!s?)2LE4cv4e^A7zwI;(;q(@g22|%EeChatir>WW#v07xu|DDm3rl1*Se~ zi$d4vP@xwcw6a1Swq}SK6l0f4Kh%>s>FoTb(E=#5Sk19f9MiA%Xeua5OIW;aJ7cZc z!n@Q-XP}&*_hkR1xHCe^6L$$(%IWo+&n6exBV*#%$3o+8!OR1(hP9y0HuNn~i`{S*dT6q#dI@W5T95u9`4AKUgsOLm%B7}y zWN|={c>TRU6`-w2N0MVbDq!k>lDBS*SO+ykjI2_9j($3R^RS(DvmWQ4r1FP{{YohgSmm*-`-MLppZxTvi`Czda{QG`G2KKTfw<1y zUVSrq7D0rHR zf>ZVjE&wY))W0U+Zo_QshxI=bSQbF91mS^L(&)TE+i-(%t9NDl-u3O@#SgT-qZ1X? z87<(UYlayUix!tepw^f63vzeD;nR>e|0#faU$V`V{`M9vdBOh6rV$>qEHrqF=DwMG zf2z0eA5et4f4`{Qp1do6%r=Mk%Vzc`Yb;D}jA^Ep&D1S}1JduF@r+*Z_gVGMh zni|@O35}KVf)Dzr}?qK99HF^(u}V*c=rsXZab-M{*6;_&7D+3{?wSoH0%%j$e8b8(IQsvVXQb0bw%1{R7K`$~eQu#qqI?(znE3!f~$6=ap*KcFQ< z9+=@jV5Wrp5A(O$ubCGq(l7+723Cm;1Y}NK&6?thdxzu}=kj5XLNmBc|1a#V$JCjx z+FL-JTz!;qLtLWYZG1B#Y|=l&)~X?4d2lMiHgCVdfB_wiaF>M^zBFz6F=MuJV8i1g zeFXUYQ3^(X3hs_Esp(y)cKgmkWyd9dGk4vkhM=7vH@7w)Y>F_cyJ0DTYASRH{gk_; zG=?U1EUg{8tX(mJd;t7}KbF2<{73v6LEYf!P1^vF8cn0Wb@i%vOTUR&#PGLkut8ED z;hKm&N9P9c2_ruOG|&vmcrwPI3}9<~MsKB$u_tgh(^--fyN4*KAeOjaRJIvjg~5c=au zcQQpl9#{YL^cfIV?GVHXcsy}cEq0^}&<>dDC?QAH%ZR;xX;(l#dp0v;UdcsHnqEsz zF&E`n98l!T1Ii52sP}yeXYO{)Jk=$hYzmurN;2N8?mFo4_PLQjxVQ(BHN@4d#nxN9 zhNMuUILt6$&tMx-}EzNF369F(E+HzfD(>vcNz#ny&10GQNaEYe-$g z)_=kkVCRQGzcKF0t?8qMHbX#cgS3wTT)v=(qjgeb!?}6xc^N0r%^edr`jCH`14f8R zs=xrTTlv&&lPvvxk1ro~d+^Y%`+kV+Wa;y=0P;U%RY7o$BlVT&SxG(4+Hs>6pD4As zVxT}y+mC%DP>&%pFP~mXOR<&9F;yfa8TN%Fq#O;i<^krqF28;zsIYHf6QcR61)BvT71|~V2JDD_e~)y0FQ30WKYsk? z#nIW(vlhI;r<|GS?p$Xj3iDvBIeoiHsJAWLD6e*3`?QlDxzThnywfAV}rvJTnnYdMbUK~j5&WhK09@zdHnd~`A=vw5|~tS8lD1>yxSkt z6ko;@cVENZJtv$;hCSo`81U>QLULRgG6nh4kb4A0kaPZ#s37<w4} zElQCo47&%LNyRN-AeV{a^0C}#V%ZPR;7>3FjNZ!)g(Y_2ZeW&|9*hxEg3HJr9)Vil z?qX?CICWQKM{;c4RbPka=pxUSRU9EVFJ55M7C|Dr8tr|oCuqu9y3m>iG?_W2&IgIU z1@~FoU1z3;{3p(FRgbUGR+6?pthU11m(cC`wase~ty3!PWF^x_P21G|P=3bMIN(Pr z!J&3l18ceRQwx|oK2*=G4vWa2RY;QKo?iC82O(@v@I^E#P*_YOb6YCfN2vPNh2^arypO9c1hlYiiyXT46q4kNO}rY2yDc;`&D)y z`A#+7{mx^$#gIbqP^%5%;40#1@PzpAw|ktKP$Jne@t`<|QaVz29O64yD%$u9Ud+Zx zuE5o#9o2BmwA9>8&=vRwn-9G@?0yP2u@n7ocD8_vr4Ds0Rs}ws+JhfPo0zpHkdw;^ zY|8~_S=3rGkC}l}igIq4L7*41YxGtVGz^a!b=&=?VW`ZWvrtskfb{gB*yzxX?UtJfNN|rgVtmOn;I`SGwR=&8fMiWgRC%xHA2Sh)obJQD~lJ?QwWwz z*Z@7EHAxhzU-$vtas<9s4ehLuTfYHWyLx*9jI7bYcMbk69<37g&Hu4ZsLUt^AJhc% z6%*AcR5jc=yMbKX=7wrKowuX@hG&psho-@XIMU?Uqm3T!J5<(-n>p#rAd)Q3!$>-P zwS#p??w!8YPVkZSupt}KfOxFQO6Hu~^{Tr7Jr16lpW4|;?~CXn6{U0K8Z}p_Wf^XO zI}j31E|3_R;%I+9n@hw4&R}3AupRJ!sB#o?lF*k<4&;yFY(C(b0RK642H_NO&F$ZJ zQp9eOAl>psnHk|D)KRF1-$g?N!4bhwrB1)kxP&X-c(q89?1`b#upKgzXN`4w+FjSOATo_NH$-@;p4O?g|R#%44Y^p(_O& zy;)$S7pi(K936zJ%wf2qkv=Fadj zXeg;siR1PC{~nFFwdBmMy*dtcvb#0g0auR~Zgc*2vK)b){DGdm`4U~}I@yl<0nJdi z7jFspULC$6sV8yUDb1~rj$Mu4I4c3S>oZQ`COi9Xwj&d_fn`B4gS}5tffk4ojQdXi zzNSa@V^_o=tDA>!xkul2^e5XiBfbI4;HqzP+(1R6ZI!n4!?_ph%I@j1URRz7f6@Ki zubT$as?!#T&|eafdTY$#Ch;$Bi(+O6bq)z|8TyAD+_Kbr-6P>WWk7Ta~Cqgm* z&)m4@j(!TX8Dh?Irg$>$JDvz4bvFnbWL(gx8eXDPfK-R9XP}H6HBy>6yuDhEpe<}1 zzNRejIs>}`<_M`+#ICMQ=^cg00qrC}Idm=;%D%fAf}>oBEhpO=Ub>@^pt#DSyLFY*(B_ zet(jjR}(MfOXljWe`(wpF|N)61UXGmo1uTI%lQYpu^=>M4yqjK9ax9iSlA7StG z(`j$eO>d@j+eZP9bmWKWXg=vBw7qsBOm{RM;0@a7imXbbL2^xDHDLCD2{n-h(SQfj z51DKm(VOmlbU&J7(x2-XRyiEbc0O+U#9l|3z{N@=aS*Cq$dG9=9}bD)Q@|QGoD&lF zboz;GkQ9Oe3_j>_WiAtQ8EdCm0-2oXGaExuYb6flz=rFzGsyg_pYmy-%)Ve0OsR2s zy0E2hDL}-wU6xfSocx@O(6BwcCg$d@=iNycc+8}4;=2%Bb$+QBJgVy(9G)xV-Yh@% z-yYig{(^|oP51udGPw{CK+s}ME;cr1_u~Yi@uZPzcz=FJDh2EBXF284LE4?%yT5{E z4*=UG=`jBpEcFVI=bYBx`4udCHkzOnxcM_!>U{Jm8Kz&7$s5Miz`JJ(1CLMOc#KYt zBa)2v56%xyj?dJd7nDzjw@`a3c7H0m>TNoquq^B|e3Jkn>Qhoxz@p)_D_n#^19ZP+ ziqXT=t~z81@*oz8iSAwin=&jEpVA3u?4c%AglyybOHVdxm*A8V<<`4Y|T7gpFG-lNgrwKkrfB)`tniObM+ zr3o&CCfyhn&56f?uw?7WNQp7Trg!v>g&pQbEg1(Or(03vuBL4AEu0n1y`BNnW9l2o zMce)Y%IZDgm2+0>tb5D(amg_I4CnI%3P)4*K031|Q2c^)(J10x7`(`-D6@S&(sj)O zjEuJ1tBmzu&L!6r9L%R5 z*((I8Fp+CIr(~r{X2iv4L=3MrUq!>@@6hDq8Qz_s5tjjEP!4TV?RlUWbq0c3#6Htt zj1WjkiEVmGNf4RaFL9bzn7Cmt(Wb>}Ydhx&S))oMDdq5Fg|M|Jl=r2P|n=YJTHK-0UA}Z`*I7&-m zh@)3J`lrYS3H{79yaSn@@xK(sySum}fEfolAC}s+yHhJ1bOJWYl997brct3BZSP?c z!-NzkUp0l^S6Lv%`EMk#d64jPpnD2YFL;xY3{%2%afY4-GlSfVp8D=KKv66r8(mT3h% zRBI8;40FHeB3rG{ZE-6!S<~& z|KYE_d{!D*ZBn8~&Q`jt4MmAM4jt7b=@J@K2$SMXV}gkryKnHZseVX>Y_>m=G21^3?5h7%W9YN_#?P2~k&YRx1^UFcn18x?h5(C3{ ziH9Ls>}U;u9ROf7p^Nab{PoO%^>Wl>OK(1nb+y&VNWnVDKBs-)E6k<2L#$Dh^awVp zr{S%b2C}Ora+^{mERRRgB0g(2H3~a-j^AMP*0&!gc=)PW);>sL)!~~(2^OM9ws4|O zl*DvF?iw{d3Gg`PhLHos)E_Q|pm^j@SrCyNWD_>+#*_?uoNtW()EUJd!^l596OO!l z*uQ)KK_Hwf^%`2~QbH)r_);;T36m}dSR~JJt7{)6h-Zl*;cvcCgAuSoNStj)PUy(4 zOdr5@^P*suZ3czL_}Wy+u_#g|p{PVjrsL6&1HDqGd}1V;iGOYcv(G)-h*oiKQ35T8 zPV-$-0+`@N+r+P|BI_AI7Cs#IGsMUOV_0)5+^wvOhC#pM4|$uP?f<5n(o1zX)FZ?& zL9t(0kFw2r6xm@CYDJJJJsT&$r49s*oamg7ru^-ZMCU9_67kM+Bqf1BTdhzm8Z;93 zLKEiJc1Y*@Fohk|fbNq?5K-cM!1TAl^l74jiWUJ?fh1qxgm93@qy6KHH~Z%Ye^wme z4zlF)8$nYBrnqPhpv3Dk?Qs@$kc<1gYV1B(vOA{s1p2*97}g*~eSdfiu@7 z?bLXTzVwGf@eBP7txZd&XPjLSX#L!5Q`BfZn#yW$uKJH4=27N2TXzyg&u5o|y@-eZ zJh>ZB_M-jcmxBE-I_H1ubdIC{u*ZX+|HJfALzB#Pfr;uTIWy%<6ho2OqCv|<71ABx zUGOd6e{M?eB=B(2n>0h5Xv%#eAt#PaByIuiFQnfneOaN~UXU@JNZ(1Eq-VVA8q8FRp_4mL3T}}#J_Y!!hyl6$X#hyu$ z$&3E7b9S()!aG|-Hh2``8pTa-sFIz-(KZ>RCd*%HgVLB3)ShHOVRY&YpwRi_0XkFa zB}=u{?MFXdNQ`lVTpie!00bYQ!Qp$nCqpU=Gsb(_nIY?NWKPRVnIN1N^1|+v0~6s- zHgv2volv;!90kdn?(`FGaX}hR24HE!tf`h0AqUW@ru=fg2tm_myU86iaR=Ux#u6Eu*izS>K2B0AIEp}IH48npv3nycB`R0JL z6i35PfMGiJ5*(}~=5H&}W<%5uJwA!))Ci~{qq{@kD+_#n(ccH7Iceo}mxOyerR<<^ zFkm5-@C2uFm}D4ri`9g}`=|^I(lI4^5KPVX7Zl(5B&rrYSk${E8f7gluv&j=pK1sr z_fV=*dW~xoRPp5Z;J5bK7(Y;A5{Q#ykm;j~$Cb0hg z?ga?&WaR*pjoO1(=>W=$Ipd%Bf`ZSl7l*(_7e_V(oL z=Ml8_czbI=x_(lwgcuBTf&;i9CK=pA~lDzym_kbm(!D@qZj)JxDjd|wEbT?Z%+Ha(MnC(oC_qeU*`b8j{OaJyO0J{sg>Zx)U~pSwsmGn4en$2 z7JDQH`VPpE(x#%w8yWw^CtItohpDp;Dk;|jG@kyG82Kz9o4`brz7(}Rea`DFrSHL6aGi{_A^8EC0~PdG=v_9zrd;ef zh2>qgFwY045pw6qEz3S~)Kj(imQUH;%XBJte}I!AJI!F6RbA-~l_}UNT9_7`tD>^g z(Ua%S-d2%|J=+MG@Oz!)JKlAA$TgO9&)m_{QlbZ!ekJ{TwvlxQ!7?u=qcJe$YVNI> z&vlkqaWXtNhp!uXu|C6@iY`ZDhj4emOT>B$zIaDC%KTQD51gM>-D$OB^mZrLw_5Aq z-1lgDYc49NaQOrLwY{gV$;qlDDv(Y4X3;7aOF3;zg(a=;75UC9?S0(Y+4+DUH+!Ti zq|ci)P^R+IxDJ1Il_rCJCPS~Y^OeGzCo1T~Xe+$$R5`Z47d1amxNlLG3k;@F&XZh= zG7&0(-OtU<^ylvMqfC>m5M7BG`#N(aIk{dG=+nB^9Ee3_N}AAHK>+KTmG!FfV++fa z3?P}DCk6%8LRfIzO}RB5{{maV^)~$*8sb{Fi)2eK2e_D=nlOOeqpk6m&Sa7^K!&F+ zonb3Xr>Lq_Kr~VCtR@s;;9sy=QAG5nVypXwiGb$^x>dxUY}DaXr8aPUCMONYgZy?G~Nel!7%BC`irnf4p7C06*5`* z7|B5ND3UnBm9-@Dbx|L^vl{bx^Iy;G&l>HN+0KSZ;7dmH91Wc^G0!izr}xuYawGeE z)!88?1c4Rw=r!?s=&~yIykxqe^!?x55n*wtD;o+Y&5C$E$@EdGOCJe@J^pZi)p<$oOtA_77gT%aTp-Yk!s>l)=u>tL4+6Dt{fIo#&m8N-3;dL zRr^qm6+4D2EBoR;C9)V+^3TvY6nvUqY?C$ilXn~%?<$tQB8KohQX=o;CC zB@V@v95~$dYTU%j?_eP;8#!a>_|fnc|5G@Kna@E`;Bq|NoU-O@TZwHTAPT?@ol}qc z9t)wk2gg5GmblEP4zGZmJv3a^V?|xRX7GS!;eXNK{|YpSS4RVj5cN~EZp9(9RmFJF z9Zs_spq6=@{ui6R7o6+QV&)o=s-K;_J3Z*=>J?LcU%Q6ObrAgT?Bw*k^HSOj!+YB~ zINU!{@TwNPA>AWShPJUts6$p0QB=ztPvn@w^EnH9wTWW9|ZbMDRFP+n~!;|BS<9BafbWZnn zt9WG`SFp&?x|upSIqe8jpM>qdOlqen~n|#qlwc?Vq1_PLD5MADz6=+#&bz;NLR1*Fstilis&+>x?Zo!pXdL>cSY@Vnu`T~BgN;4G z$^gC)f=@l=>z-iSMW~$9y!;?P`KT1jl{oLbd|wM<+cw^j{(i_t90u10fjQkN-$U-BHN$Ww}mob7%N9d(X~=>7iL!Eb1+ z@5n2%zBzdrI~9HWf)Z7)`~$5^ylR9&6q$AEvqj801_Zx@*jWdv` zw!$P-0@YTU2R#jD3t-rdn-MU+sR_E{9Va1Wm1d!GZd*w`7nTcHC|G_GE6Td?ZHRLP zYp!L;Ao^f5Fe>)#J^Zb%Vze~iMbgKAs0;DUlV=|%qxtnm#}L^H=0T<|tVQ5MNw;&z z2c?}*^Z@P3bw*LVc05axVdq!75WRXm%e*?uzT#8Ke@k8o+=wMAdce$5E_BM25f_ zuiTc7Pu_IiV6m~5uemL=0Tlcs>7S2K_pdiY%-O6)lR}EAoYLpnt~|q>hRUL5sW^=Z zrUXXUz<8g2;7O8wN8|vy%05Q&>8hZF%!NzMiv$vBVM*!EUs0&VHuiRr

    ?eR0vs8 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�pBABwzH!=-mp0}t1Vl2tcAOJ`cR9y>M7A23$0-cwMF^W)h)oE( zvpH=vh(QP#DV)SONxgTr_igT^2r;uzFygQ zO!KqXf|5@wPsEJBI;ZUGL`;e)WF_(`7V?@VZwA&6V-zwSZgh0XM^ z$RjP{L0vSud?usWi|`uV+X3eZG_Q{+C410t0t~-aI*Tf{R^Z&7HCCy@V8O5QB9ev; zW(o=P%$17>pCq*3+W^rcggxD)QVIPvXY?HIq5?j@z#A+3oVFZ@5n^#W45Nz5h2!ZE zHw#+#C6f`awt)Ey`grxGFRN8=P8vFang-p_N=sm4s++yrfUs+rGJHA#O$zJ)=d0{c1G|?6BIeEUjbRgvrysnBH5=PrPfef8B2RJs3riJ$g zrW}{s8*(H8=a~Lz9y+WBcPht!b3OCHW8L{{lI5{2(J3)b2hUUvN+$rQMcbd7<>A;( z-rz{+?*Y*O^@C-2d(t!l7vWRT3`o^>5@T>8?fxeJZRQCIfN!K5=6l}xjWFr7}H6X&dy*-ktB z;Ki^%-X(AJ})w{##%7{?=kW|CxumO{*XgHjBDte+nQIgDQXa z&{54rQ4RQ*um)^j+F;jQcf;hso#%6&kL`QD|F2_c&Hlh_`n>{5%s2^sEtE zp@tYe0A;ema6H>^WvFn^3fsDmT7#SFvoaNp=~|v?(EN`y399DYjl!KYh(y(V{6Seb zop!nt+UiLt$eB@>6!W2)Qi-6rf;2vlvC$Q@6_+kDNd5@|reEVWa&=qkM>{5u)ZrM; z?ySBJo7g)xT+7eK^X@eskCbNH1dr&09aQ*YDbXi>Fc|Ia8X`#)L7f4B`-GkVJd)tP zi;SUM{*w0&_TEKzhpcqV+F6iw-tXZ#L`3zEti+5!kajbS4-QL-PJ$Px3WPIyb3I12 z5@0#6P-pxSzmh`CY^-IGq&UV(L!!y+0xj{O-JVwEB7=(w47c#i==x{%id-UFbvyJh zVuVmWn;tDG?BTN%)@k>s`F;e+0b%E|TrY_p@CD2Gks#n&1vCdhH*(Ar1#q*1jr=p` zs{%Qj(sk7|Ly}`baM#|tEAl^FVM&Zq(ax{sH$}txjOL(Jl&<-R@ z*qp80##U}~EB9n8_cWOirEHK9>tB-bJGTnGsSJ92;>;)2T)UTJ`LX+vMNrlpzWG-@pu8Z!S*^qcQnp22_};|vdzSQVxZikC>OTkMm!PocB4l{ z_MIsjQMu|7nI-kg9!D*3YD50O)N@QgsV+V#me9WFI+#Q-5xkkeSaky&DajX&hau5P ze|C}7&Cq);S>dGsAu}>_mZ#kfowCS5*1$>5#~%(ydI(2QcBqH7u+$(zRZJqq0|`kQ z%)A?t!MN*<7KyAwbU`O~UBKAl?Y)Znz}g}rbBE_6lw3-;P!x?_cVMt3Y-I4)t&`fp zH(?im)bohF`mqmT3j!t-?a6S<5jz+>m6T-SQHg;#9bj}A)+K9M&a{Z#0mW(;Bx3^x zpl^-ZJ)x)_13RqByEp4`{8Q(vU>B*?FF+`p`H#hmK)5ZpXzW<|N4&0Nk!Ki*>yuOJ zQ@nnA86{r)WFApE!6?iPimN`da>TmUjBwA6wm!QRxd{27#Tr|#@wJ+9tGw(x?6||y zB9}@OL+i`!1CBdJ+gp%?=c_GM2ztHp^?3YF z*%lmdJsaArp9uv|0p|L4>$d#u+Qtxn^(ye|RV*hx{tiur%qPe7wb`W-N3KY7hJ9?fW3Q|ERJJ^J43lAxK?_&9 zp+TcZQG9bPO_1e@U@JpC&B!(16str!0`+X;b>xSBB7F64HK=kQ;w9kr9=Cg$z@(rC5O;0jqzYzWSF0UwTP^`C1m8#aSVEeD``qX9!N za2rSIH538DM&m}61dkl~3PwpZy2<5eyHbXC7j;FAZ ztAk+nd;jWP2-JX}S~K6zAVo}w0KmgZQJfF~kk2ATjKTd;2y1cw7?#t~uX~3t5&03z zpMv z9A416K>lh8ZUBqh_g4G{*;jBa``SSUImal#9zhn?EPyN0NsHZ`NMW`{uc5k^_MsV) z(*eP=_@0kK$-={;R{X(tlDWnC%Awp5>gUGR5nd^X2Q}SagX5u zx8tlLVBy_1P~&OvsRo3Bv`7;P^jN|J7R+?Bcpzd(@W9O%2`rkwq-?%sb6vW%LgCLr zU!~f-f}{rv(2U%yq8PLn&QP|(UB-<>PM$>m(dMR4;gOig+=;&Atz;}7U&PIcj426Y zVRe>hiT?!+1!H!C;?O0k{#eN{p$7tlSoq`z1ypD6aPOErVZrlJtI=xwPeC?OJoA(j zKSY;cTmy7OAcn*w6S^kzcAi*cZj8zbk>H4ctz;~BVd^~RZJM`rDcvCrooQ%yddwc< z6mX-@t>d5ax|U>VCI{_73#Ylq0GuL!Ve(}FXMTVbYiMpA(cl`0Eqbkpw32*J7qvf6 zA0vxntIBQg{t4qkM4TdwU|`o>;E3)V!TzNPy2YbI+z&dPoQ*E;d^C^dDD=1n)}jl` zFLK5*Svw9Y-Qsc#7`nqX;^dI#6-!`yAyKdp__wDU#PFds3W*DT zLx0F8X=fSfi%X&}tq={Q0r zNDz7pYnY&TcRK0-y}9W33a7tyeuB)Wwenv(=ilW_Lv%K>r-NJtY*3^5;v@Xo-G8~? zd|un<=l$AWf9*6|ox|p9OgMnS+Up!NcTe^kMS+KH)`v>n8v{ugj2!b!>4WhI>`A=5g5CC(ql*1u5eUL*w}52y1Ghp9n@}H6C@tEtlQZ z3%&?6b70HFY}<1XUm!@`2Rv zv_I~wX0y+%vKFfc*(^qSt9^^YCUZ)G%+75}mmEpEpE!Z`5DkDl*>;^wCSfw4qE80< zMH0N?XQ*K6E5cc0YWy(@MI;=i&c=oT)_Vk`cKdCvQGeCM`&jNKDmLZX=;|%{wz69N z_FFhuefwJuPsBiD`$1Ix_S@{+%qPO?MU!th1)El=*VFe%j3>V*X-8Hi`NPij5g}8})slI=ks#X<=g9080Jm_I|DXiZdoK zKewK7Ubk}#a3bR@ZFGuqa=f?S*8D|#;mYQDL|2;c&~wjN3vMF06VdKbvAHk}vq@v%?I1XHl3&>h!ymV$w2KV|U!;Fs;}@V$L+ z9c*XmCOd19JY^X42=Q*<3`(pa^j+9KkA175qr!S^zw@fuK2A=pmxXw%Mbpn%1o+YU zpOYr;?6p?=fvA$vXjV8y>PswW8{yWDn=MRP$6t6=O!1SV5DqN?aPQ_Y>`L(rFBOAo zX$ZcpX^4)njY}p=asCA#JLAatp3Fl{OQ|>6YeY;KO!yFjD0x8*4h1({uXznqwE=ge;&%VHKSdfpJh|wv*ln zByR`1orBt&&VJ)CK0@P*zl9%Y+JbJ!zR=h=*%K;XR zDn9TEHLJrWjSn9X&_W${OiyR%b6{lbj5eSDH%e9#!+Bf-YSKJ70{qp-Z01pg4kC{l z^glc%xd)tt_TI3rP9Jr1uLEN%A6aY6m-RYX7s8U4sVkZ)WB}d z-vYLF5cl=omyGCnYZ(s8HwWVjUs+;|bYxoxIDum*p9wn{{37ga--Z#NEeCS+K+=c@ z4s*g+`AU%2VLUki{fvAPU`|Bi0*l1eLHn0FUGh0iulCUz1ta61j@eo4GP=(&U3WH* zdY!fofZFZ4d&;qVzz3?(`$iS&?|v(se7l@ucN^Mnlg;ixU(MV0SXP5`emKqP(;kZp z=EB{JgCv?;x?+KIm%-uA;ec-7s3#*`O2SUSBKt2bv6W zpC?Bcb^&-ppdE!%WJPFXQ5e|KGDMpq`=OhzgS9me4r+(HZNn0a6eK1B@VU^%QUE?L z?2@bmy-WKKga%KJ09dqLVx&OZTPdt(K31of-`J|CkcXq@3+zy|~4{YX6zy6?!C z08i2|d4ZKK%MOCk-$-K)QgQv_>LVBGz407YNf|4}_RXf~vbvIi#&#&JLrvb!N7b{! z>1pa;@Jy`FR6O-{dtdrZ4d-&H%^YF(NP&x!1borky1rs z?9kZ+dPSwPues76$<7D4uR|xq2N7h`TesG{={2+oA$D{br&abRSJi(%yJ1ijG>Dp@ ztK_u!VC2!>3VvzhD>A=YSZnZp-0z|DpMDQ5M+fQ(_J9l4G$uv45HEW0?waDHWJco- z=5TtsihWzfDwqPr1f@x2&!BSP%vi0HhwdI-J&VI{a!*7;jl79NpJzr#5-RMMArGKN zFz6}AE9>lXK%7*yg3Mq@yO!JPLjAi=@>1G@Wgq}aGR_)=9n z?nGG87{8G#*g(4i9&180>PHNS_bwpow@`)0*$7Y83nqMq-fWXl$ zf=8a6C>KFbdn_Zzg;x=qrgXdWAxl7cBb%cW1#+a_BNfvq0F^l}YTcr}Q6EEV^nVW% zZAyb#Trj4vN#B1Y-SPX{L-!@4X1ef|N6s0V*yy!uzckEeXAFT#;Ba?73qAd@jtO^D z>ct^Tn^C&rTDW}hdfk(`Hd_ZZZgJ!AnEL_`cefl5D7_v!vFx$d(~yp1!(jR@(rP%Q z)=eHYfC<90i3GR_P_4X=E=VyP#GK-`jVHPk+s0{teKduzZf;QBYh-+rC8p5tP70xnw)+F?g*-*TAyDGxgBt|Z0b6ku_I?umXx)@2_G1h0KGQYQaJUlG^7*jl}hEa+U&M9tvcEa z^oPs-0CwDhI}1GOq)yJm9n0H3dH!?bS3AZF8vkX)#~X0J0Ya%!{sCkDh&9^R1b;-w zjNDs~$8>%-zN5DkcMSK)kN(1S8D5-%*?Qm-SnVLec}c}7gMfPcP*8+V3xM4L zhi3Bh98VlEB;<4JKL`!e5z((Q6%`GMTKCY<^y(kn>eOcU9@6fO)OPE#9bRhxoOZ`5 zm8F9m_!L=~N9r%zYC}$=xi!@Gq>dImB~Ip4U?)2-7EAFxgRm3-Xag4pkVbf5L`?B$ zGU(5+8on6=7TZ=X1h!p71yf+G#HuAh4$?cP8>W{Sum=}Z&RtF&oTA6Y1X+fo=RcDy zyVVg+Jzx%a5(DxWTZgG5a^G1W}{1jteX!WVwBGF~`ZT^n&ud%-5Jr4h`O=rwOfCs~g zRm72#oc>28lHFZXphVZ&asRm;4E7C4KKo8FDAK- z#0L=Y_hi^^rl`at%?etqn1z#0r%{7Bi~>5ek>>o^2eiW$7D=INOH8uVU!eSt&V11O z{U&6=**-ZbLj2H*I>6&4u3xBzmzhrz+!Zaf1dA@IqEQfV#q*-4aj)eCNUc-Q0&m0S zGj#N`&3Qasn-UNg9 zL4QD(2-v#qyxxlPG3sP>e0hA#!Q&Ki-LqKtI%CM61Ics*sX5~adJD?14;P#NKdj74fKiABTKfa-mp zMC2XT&cpLB#$ANAP)eLA#l~jAe0gX|+-pd3ku)Y4w-UA@aZj9P=R$4!d2~$z`A+Qc ztm2#E9aY6n-)2TG;vA_C)i1%JTa<9 zBNV@NN*Tn3WZp;gWykx`c+t@`xf#UC+}+y%wX%S;X&DV%L^3ph2kd6v0pq?M5bKUu zH=uT?+^6ODWHwXeLjWcw)8d2tdPhI_#%qa-vhrjCNtclKU1_S>wXDn@Ovv7tH3-lZoomz#2Os*jDtduq}` zpA3R7%gOaj?;i^YCxmNnj&Z#?5NObE+%t`r3zZ(7YWbp$ z_;rjJfB;xw44|VP8Z#0k+eZ!y9Uk=f(6nVPNlugZe+9k!#_m#1bENF*HsIq&Rcm(| zZ}yH0>qT5o=F@iGX3LvvnR^U0nnaUNB=JcR8zv1!b6eLQ{`h7D{SgIl>!Gj38}9Nw zySx0>a_MKezh%p=G@9~xcbev^nvLN?an1iOx~8tOPk&yjlWBi66XrV>TM*R(W5ub zG!gTpnV8QQwZptoN6crmvLGbtN3GpPDnd1~h_ZTS63CD(3}@O!#AqyIO}+(SU87?= zOt=)ovP)R^XlK_Umt$gDMsAJsKpWIw{sJ8#gNsJZ$bSPbHcB;-Y=MID6%T9~Nkc~7L&)!n2SUHOh$oQ1aa>7{-iqUiS?5znwgBED? z^A^(~+xfW(4aTmUp=v6+&H1vN*Hn--u;CdF;`oYZarqL%C0m|arXJymi~TjwmJxMP z1NORq(VuljKtOb99m6#qy=-9iyrDr*f!2CKoj3 zwBM6c=@w2|;{R@wy+BRJQT2P-IBWp@Y3!1o8S8G~6YYuj)X=c}lm+BcG`eUJ8&BiA(&87OKSN8Cz=5*jxnE+a!@ zO~bx6q&plN8jXOfBE|ybyrEhRU+-gnm-Fa;HRrT z`QfPvgg$bqBo8dPj3Z?hb8uDyU~MKEAofhndfyl0o_IZBEjc@w?CeL&8j)w9fyE>4 z@8NW;gymvIaXlDaGDJni7O0q`2;GRArb2{{t^-{Ht$5#&1P5{zD;Y;!kvDUTGIG#z zc-RzdIxi&)io3D<757a{0hZ`Q0|1m8oVo%W_{-YW`gztfkG@gNIXZ|<2$&0^4!TIsZDiPCz*)>=02lj|5xWfr z!WD7NT=m)Fx}hU%q1CRzAng6MfyH&tGvsL8>FbMK^jjxFAXTtnBi^ujvU^E!0r#U+d>=;*w8$mCFTUhrn83kuT+I=AIv^w#J|d6^LVcg z2QL$e*PahV{Vk1zo@Q;fEUW9c<|D^L6S;vfinL}BX7dYc#U!yOd?7U69|{t=br3oM z4+aQ;*Or4$gwYXa64Nb?Fg(9M{;0bH?!*=#8ljr<-@$8R!((HW1>!tA(pW4e3aUi%6!1P|ur=)LXrx|U(cxE+GHjZg^ zB|w0UO?)MjIf;U+5N7*y?OdH22RG;Fd$xRC0^B8&4EoXM5SS`VEb-|U-6dh>UrILW zyveNJNAuwYo@~7mf5#F)zTgBxr@*l&7-B)PO+$tBA#Q zuh8htU`!6eC@e%K(+Y{kKxR5W{{oxfF5uee` zQ~4KVctCdh?9E?Rd^xXao=@->%U@IZ>-6%NE2S_a87FS~U$(bwRz_sZ`gh7& zW5`yx6@`}sUeCY--Qzt8I33Gj?^>|c<5Il2hF5u zB0{i>6`3h2sqpeLB)d5bxj7g|tVQm&ganwHo!6=XsxS?USYycX*< z%K7qE?K(;rNB<6E!R=3m!fe1dtpHAj5tu9qs~Z^m(}@|9*LN z1j}{C91x2{E(r+q1ZX=D(P94sq}E&2{TD=n_g_$$Ju;NT?X6AmfymZrLX=0Q_Yuo0 zF>D!$N)3wxHNi<_7BK{*G6bANljyS=+a{yUEkTzetT{Kplj{eRy zWYg7FidvT-!`Jv$gHILup-8g>^{7}$C2?nf%NJ8lutnT40W zCy`~EM;Qvz*$rJyUv&G>kGiBGK{^Yhl}c_m;+m=22MM{f%B|;pQKt9#+8U{vTV3CM(et<>E{4Am3eSQ93!H$iG{}viAinA)iZ0wEOqp3&AV8u5&6@Vl@-&| zLS0Os>fe2bUz`tb-pHqy<5-!OP5JWQ!TZ23^|Joo@(p$>n7EPp{(C>ii|@bpbHqOD z2E7Jqjk5Aq$l)F!o6XhIx$KRMnY;7c`l&q|ATHT*xpl3@5;Iwwk1Uqznb-o_w4PFtk-R2D zZe5>1allOHJGS>jFE$Qs*)N;t?ADiAZ|By-=v_tg3kfB}TBY5=oIUKLE)_;Tg{6-H z1dLa4C}_dMj`|v9$$Z~o6wHy<>%swSt%Hy(m7O>@2HcGao~I?q*hpPiu4u?n2H&bM zw^32ce;zqA><$L4P8!dnllH5^%dz$YS!>aTQaF9t#N#5NOsg)D1&EDDHrQ8J#hCR=bzXGVZq^`Q%tFhzO4jpB|2g}cSr^uk&AwA_}OnL(v zd(NOwbAR~xKT&1pi@y}vFBbg2xIHNqQDO6kL^4Ho*Y`+IiaayAdJ8x14C}rgty9V_ z&`>lELf^bGi#bMJodxRURwgc#Nh|urN$GV-r7w{5x|Leen^Gy|j#Y|jMZfr+mDXc* z)|XUSPu5s>E38X>$j#tAKRL7kQgK>4KNWxFu;H8|IS}_Na&?tNw2ULuUmGXODpBIPWGEb$@H@N0Ax$1m-Y5OznLp(V@;o8 zgNV>~tFGNREGA}XGKK+J!kOsDa5MrN62M4uh}u}v z^4)huj!2Nq$~3~RPs8FZE>TY@urN1Iu*r_><-)uz4|1GaEPhe6gxJs|gC!(}WNDWA zT{)!R%d)iU&VfUCJ>w}h&0^5svOK@CNmu2b7i-5cGpgT`)Vr?T2%OebU0FY!z8`0; zoJ&Q_(>hO7y`Ijo?7Kcls2&5})@e>h6n*Tn-%V+Qfx?beyItaw7$lvI_9D56kXGn; zRXX7(>Hi}RN9A;s;w(zlD6T;Uv0ksRmNLp)>-92uSN)V)nz{?z=QK4QB#I zj|h-GuYMB8wBsA7RP1zZoHVix;5!}dZ=+(BqtThGCKDdY*sCT^=sa)YpQHWS@sijc zw`99@Bg_S9cf1gGj^~US@ok=kV=u}DZWYeEGyHy;j!5SIbZ!PSM5Dh z)!)?Wchz3r0TxcDnGSnVU|n@*%(ma6Sj^4(HiMTYI%U<7*rd#swH`bC`JNN$O(T0c ze)uF(#O;L>m~740pFV8CediAIe#yk~DBWk;%F~pYOPL&*HX+2jo!wgN_1+<$ah5s< zFeBZ;phP^7=}^u~r|Gv9N=>hWNi^==qMk}GnBMe9Hkg`oR6N~n|9XIzspO|Bx*g7E z{Q*92ou_6$JZS8qs;W924Z~i4wj}HR-cgecg(u@B*_t{a(U>iKmS=prX|nR8&TO|S zOm%x@9Uq<^qksT=K!m@J{F{#Y6ZXt04!?V9_jRrHf|Y<2jKc+nlSREVMfZDM)oiOb zsdd>QNvWwzSCr(dHlPI759A8&hONhNc^@tTPsbFML4vbzpY8^4#@>NH==G{7n+yk+ za^BLBbph0Mxv4JtqhQ*yOVCfumxc{v^z&`)#mk7+oY zPe*F~*(ademWpLkpcETKTR}Eead+jR z^{t?G>OHH3ZO7YBwCE7`6$#Uo`w0h>4J%n|EN~_W3Xyg073+;;y^69}66L_bl!O|n zWMIQD(fla7DD9DYHDSDL>!u|JX(Mk#!^^$g%U0t^E$ABL(J0OL-d^d{fqrCFh>Q<^ z;Wv=YX8k4c3=^m|zP2P2P}CE`@-7!om$B&62k%H$!hz{X3MOK29FqV$`dQnD#S0uG zL_h^mc>k_m_LnXTzBV<|hv~ba+)>(4PYojhY4?+JatO<;B2JH8>8&Kj*sh=)6=!}jdLU2C+9iAlp{BH<|7t!_qOx7 zn?c#Us@xwpgHL$bQEZC#;ZuHFk8P}Ui_P~y1W_pe~Js2<6qdQ$m-4z9U6QWdp2WjGVmR{1r`oJIA%w%f@jTim!bt(PZLG zuHbuV^@pdcWgdhdRzGr*yq})_8K)FxVdY^HDy(q_Rcq%H8g;BpP~`NqRJj+_2Tm+j z0X-nJ`SJ$Ky40a|U9%TUoV1a`LdMZox7JN^7|VRlW3E}TOBQ!}EsGeI^r|>3W{kG; zG=%9aSB|-Gl(u0wlpIhH9Qm?jsz51t8I!lBw}ITv&^@asc3mJXEQ%J8IPelN5ym%*I(Svy8FWi3w_aq9 z)X9m#MDd8$VY8(>G8t8V&c|C|TE^%aCI~gt+1D6mb~LpzOO{7EDmZmez>ALVA#&y& zyqn=l@^8g$(R*?dMJm3dJ~}@*%brmHajq6sW6nsk{{0!DnmUEdDbCo*K91l&&ft0tFGq zteSg|ZayQ+$tgjieDtd#f%q1nMvRgZXwI5jKTZek@qq_0x$5C(v55Nm( z7#JSX28J|yL3)lHD(kzOLmVrUWn82b>Ie+N#W<2X4Ons89xB8K*j<|3|Lj=~n&FD1 z&T?s^gF|f}WM-UiEz76{hx09wSRd7^eFNURc!{uRs0l+F_+vCr~Di_jMK&_O4{8z27|7S+?PEqMqC{y6 ze`(Vxaddicv}ai6NWxl@OH#5s8FxK*JE&(pAN3^>n~ue476Wp6K;FvGSbbb!wVs<$ zJdmI*89G8GO;T3nabx$oJwe}=<7tmA=0zS5^gpNpy6GCtg8{;B&#dE?h;2Q!8FsIK zNkL<0PRDR4$)UbXT*W8|K?VAPkX^fyAvUVbA}(qRVxeOF4;|sJ8#gb2k0r$WlA zdqXnSd4VRwZFUG)EupT6`UB+))!)|S34bDZ1s?INaQd4%Up*_T)m-&#y{bP?@Zpm{ z{&b%A7w(eIY`^WzhZ9wPWkhtW-4dcf;zm-L1r8;!A=6$J>sj_~2E|HN^(RnIH_LdZ z&WybnllJ<(1d_Yq+v#Teer;cH`npeV-#p#?Ivu|3YkK+5>3~O|^ihZE_YnSm(8QWy z5$!f22zHT14!3HpMW%akLpEDTJD}^MEo%o&T??lNo9$O+{%GQP#w)V{7D@(_o; za$7B4WC0R8kyQmZTrh4E7%SQDWHB{JvOkhIJ(#ksV`2ZJfASfsj{JwF{kr2b=h5DF zNV>Fl__A<%&07>Z{1OkV#C06wvgG8;KJY^&W8B@J8D|Yv&11w?vLlSxQ`aH;ivxplh?hea`C#pJB!Un&PS@O#q`2?d8WNXko$7_Lirag zAaBuVHwQRI3)iq;LJV|#{X^QujFmx~2)Xzgpc6$Ov6q~@&?nvjB5@LC!C(#6RzZln zJ`vH{gqIm9Uz&Z3WT#%3`PkN}w^ejPf*XIU**s3!PaU)Hcy6)t@CmTEkeQChGqkK> zYf&s!IMvBmtlfd3ITF8vh0}5w*KS#I?EGbGXM1a$Ef(#^@RxCQrlVwp}vr=XUdb`?Q1gDe=?q{`RgE(}o%ahrsmzC}EjjXUrr&RByR zjX&n|MJIv5$7rDk``pbT-UW~ObWhEv*nAhn(FJIShK?cWqJvc&_~CzCuN+&+Vg$X z#;E_C;-Agu=A68;B5}!as)<`s9*n#1yB9w9>FXRqTnHD7*M5hWv@(p@1 z4TE>c6JyH<#5DCHrhx9fDZ2nL5vULdZ96IHbPh#!cUuP zOM9D%Q*kvOqcA4s38Rv+8YZ}@_X9YTu9mMS^ACiFa#k>5)oRc8$dgBiU3OzZSqmNO zUJV`g5De{O&4^>r=2x_-^0;^OpXFW6ENwwTD;Z|(xbA@elBVmBYmXgY0-s~N?_u+@99o%T%p(pH%sJB`M;_*?ZGD3cw zjBmo}q-!wrBb+^=$A4b43Gz0ZT*5Q#x!r#nHY;^Fo@sX%5|<7|R(N5e$f+H><3eK{ zgc0>;bBP1VOpgAHH7&naLk5q4rjb}`CBMgW{nYMARV9@h)7a48Q zwus=Mzf97L40r{RKx{mc4lsn#cuCX9h4>?Omqq3;IzA;R>nLg6z~r zH!H13r?s+to^AsB>Nh#H^1)=%rCixmAol^03IW&Xhr3I6FrQx#7xeuq?oeK*G>=6Z z(f(r8;QaSQj>Q1dM)^Jy1=9(`oL2fiW#dH`lG9~C7EIOZeHyTQrtW5?iInZ>lC7GTY%4sqPbsWc@&($m0s%y2Zj2>V7H!U+F=9n(#ZDT<)~K$n zjOyBGO54^Tuxuu2bOZ#GOhL&FtUZBoI7uqSG0K2d?si3=4^yo(BI~TIE?W0@T3nr; zpO^4g(bzS4uvyhG^~-2{?o>iRn@8R)T}F2w-WMtq03SM z^T{#%vD*t!Jg>5+nNd39+OGVRFA9F&VmeFcBG~u(%3Kn2c)JYKLOriFiz8o~R!%?F6$91u7v? zVLVj~MJYZm`H5Mq`N9);D)-QdW0*^F29Y*MqF5N6+4OchkCv7>-Q}3A*^XN@&3-K} z@Lc+JYJeO2F})A0sdD&tcH+X(B^)mbjZrig%_%c_91dkZfuqF5_-Za5|H+7`k}$e< z`t0>0v$C*tD^9~kVOqoN8cs~nPI48Shqyg>tVNWEMh6i{H^MW5u@yO5Rx&PRKXcGzw)Jz2_n@HlXFhGxJxFcL7#&oKhX^cAERUkW_!Q z_saq|MsbHxei^!pbwT^iVomLIlD$4M?fPTDsgL zFHjx5t@}ut)_Y9fNNkwt)9&Uq9{qH7cNjS1qIE!bUW-;i>^^aEH|2tn>v*ltSF9mG zksMiz5<@jeVdWII^es-$63+KH2xCFE$&&h|*4jfJsEpdZB}FT&lzFtWa?0M_%g7*b za6&9tZlBcaP}WI#QQO-;Y28<)d-;#?7Uv!@*=@bO=%a%Ss~^Rb5@Nl4NW`Y)3deCC zimf+tj1}-#_#tiEfsUqd`&#N`?%dCj+hlg+UY-Nfj%mvE`G+^Bu%aJlRa!V~z$)}b zEMc%a{ZS`~qW;xLn}nk}6$WQ^LPlx#PlffO4cM#(0T9hqCd)SL3rSr8NMWO>BZUSy zU!>$X3;JZ~o;6*_k`JiDKS}qR*%R*vzPP@~5*u)=KMVpVZc$a`EX_ zTd-s0-9qXV^~29s^+=ypwp60npAyA#DY>@tq{UGnZ9Z=CS@w(rV{OURmRAe|v8OQP zMGGbC9p~M#vfKgvY|3Hq&A>nfKhtHZ`G7TyBQyuW1)`0NYshu z7@m#Hm_#I?l^GYg0?qm!DLqG&A0`4L)nlbU2hN+w4Ky?LP0XFj2C96Zk%@9^@^e^O zfq%dO5^MaI@F|9W$DNm2R!*+$PjlzF4R@L}jebHjdJD<;6DVh{z4iB}_WM&`IXbEK_s;QsNu_RAU&WJjvMR@YfY|KclL=6XpMM+|uw>`=uH{nq zeXm>p^j&|Uud<{YGT4w)_xOZ++0+f5C=-%S?PWGjHC-~5G-yfEDjC^-B&G66Ld?IC zzs4V_8iklaOCa_`7+EbZ9puyqJQKUY`eOe@9x+V1*G-Z_m86BAOAV>>pGoz6x@YA# zj*iY!%INtAb`a9{FZU3txoN55W*XIuQB{X(dTaC^G&8oQRmwvD8uT(zjSaPhXQ_kQ zo6dgYF!Lx*uDl>wPRC|fu{==v@j(UH)noQ(CPuG+bB(cO-X6z9RV>YAh=zM}kHM7|*Oc=%{?9D?q){)?p z{SgTy1ylj)0o%Wu{@{@&49R8e#@gDNy10cJ*!O5e);nm*$_A=)eRtQJlam5;fXp%c z&`nmcqErKS8CU^m0EF~QLM2)wS+>^dM*^tJ8l+(C z{P2vyt#ABHURWzQmDf>Q#{k9a$!HwD52s5yUS5CZ^sak*g%Ts6zeAXs z8+_=7SKY3QMz8y$KYyqqUt;@K^l;K0)wv#E^i^ z#VuZ|t0{s)6Oj>gxsNe_b+=!`4rGErQX5z&XpD9iAvw(DK;`7Lcosyc8eNjY=rRpA zGiaooJ+pB9{yiLJi8js2xm)<2%*jo#WmH@z?>hoSx0N!^<`j@vcUBbyE(|Zvo1M;$ zCr{rMbvO1nx>yOm&+?J_8|uqX=A+q`u_hY%4OIYE;qbV+@pJXfQE}Md-Fm|>@Il?LhQ#A!NgG~hkHCt2x zF6bt-Lu-P&1>V>?GlcDVNPDfsS){D^G!3p`dmoT%M6J*RkE3uVPrh{e5y#3iQSyT6 zc#et!gx`;Uc>27(TcY69VE~K?unYZnh~1a-DbkTx!0!*L8sSYpG`u_W`Iht^y>;`W zq#d}hQ3YrXWO~cDy8{TL){1R`)-c`F|a% zcO$$vgGCGn3D|Zwo^GsfZW6v~{}^ltOQgl=k1CLheCT~~*}nGYr%%^@a9S{qHXQ5= z-L>SdXCNERcJ|N(-K?lRy&LO27j;kZ-itP5 zxB3VrjsuJ#&0<3K95SB3;)Lx@Q~(xslK88P@d zRQd17o^=-t!dq7zXLWtGxN!Ghq`NPdQ=YQh!j7$NY_6?2g>EA#fhK6(@ssyY=?RiH zD;x70jeYN!1Z=-0wHP#v0)|~x!&$eAJ*;*wE4?aS5rqkRI6pk40LtEn9?>~pmk<-V zd{nKho}R9#^Ydyoe@~M1c;ox0KO_cg=^(u=TtVm1F@bazE!5Sro~6Rc8XI=}q0H8u zsiQL&FLtltxfdDyLPF?_?IU%7e1yaNVU&W|43^VH{|b3{xve1YJH{ai6T`k1tRgF< z)_)eK0*(crw?4_wgDycqXz^6Dt~S(TwFwOAQ}w<2;TbEI+p(3iR?a>6P^GqU%qeOtbecz0-pBD4_#YqZ(;`FtECf!oD)QO2cJ9#g3hH zMbj5sfa_pzsX4`$00(Ia+qjTb$CaC_gp4M*>_&@6RmvfiTQ zm>KdzrrGI*o~ci9K9W zcmaCVVCLX5K+|P&nRjTq3-1XeBKH zXNEc=j0VNBJYZG#W+pBP9r5Tyh4V$>O@xypj^{ojw3sGsyiHJH?V|S{wA2kS?3f~_ z=Po*KshrFszzq_txy??85K}*h$$1=g175u8;-o;!27VGXgP3IOZb=?F6N21WiX>zz zE;IWYg1nSkoQscFjoNOb)!E&DQ9ryph^3p`)A8gF(7oQ^vOB6=bMSQj2buN`>-#6W z4Rg!jM>O}^V4`cbeub3gQRA@FZtTBM1-Vbzdr>}aois|ye=ol-pS0`ERwMO#27he+ z7q$Ji2cX_+w%cXCA=*1!a3Rqx+@&aM|hqYZLdA!_tCgB2QF|LZm;VUR0Wo_4KAi{m0bv#M8FKWcwx6S?O4&8!%sdhwew+v+5>>9VFvrlhSE%Jr-R-=x`Timp^ke1`Y_t8#jPog)_4;G{ zgyjL2Y8~(Ic3$o`pV#(r+L`^rg}A%VsVgg978;>P$lhV;-F>HQdTB3xb?rM!;V{UzxLN(JIz+-u=!eB&3V#B@&w2C7GmencRX>C1_l%(M_O9i zR8gx{92;ar6P4JG)0p6wWN)1OGIlzj?Y$X23t|ZnFP{bCwMAOD98x@|3(IMg2Wv63 zcupVM;&N+F5uWVCi+N091FqNd<@FN1n>UequWIarz02xdKCpX;o7 z6HUe=wpVc+d$R9Vw$6m@pV2|-b4jQ3^6;eI>EPL=P$-z!?QQj#E=hIL!QLVCx1)Z< z4@L5XWHSGVNgV8Ggt|+GBESu1z!m}b8g@E`g6&@+E9dcSu~>X&hQcds0_|*W0OM&w z@M!l_Bm!6^#ini58=&M)71m1b;`WNR10Fcq9MA_T;7=n6QR zEBXWjnAIBqlK|PcOV4oP@eAfKO-ca)=`#4-lxLYw=T5Mrq=geQmcG_c@;===bU5eT zLZzxRKckp(&r~r@*~l%f5AvSE6N_R#i}4LzW&cW&JZsQ|C2>QS~%JmOQ0`TkzI3>(^wJzk~LQ1;k?B+ zjw>2oV3r~GlD92S;H7sE>6U)%urj;JV_6m8&ILFrjkqajnuJQ|>6+%Dxuo!*U`U4! z9Gg0Fuu1`#NRGr#(vhN?Yq!bGx^ypRd5yHM_?eRm|@%DjDRdV-ELEL7?MxN0E-&De&WCQ+nCo`beG*FV^*q6rLNB!bEv6@i4NgKc01)(}n~%lbQ~5e5o-$x)*%uV|q2t z$Az^mTycr|McN%ds@yH{_Kqnk?eOw7B;K)F9BH>P0;qSI_l~(@H1Nr(Daqxu&yaGL z7{>CL^xvXB>bnJ_a6FGlA8le(#mvnQy5uHhqhSDx--`1{IfMP-yS6f}-%@0Bx*`7-u14G%La&GHZi1Hc+N$c8g2v?u<@!f>&L;eU(+ zlg5EAGA%U_jA#5883`^zek}Vhu^8lR4>t;o4d`;qz~tb^Qqn90<5`TAV7%sJ&P8@J z_obq#hBNFpV*cHYs-RLt>h$|&hdll-_dMMPR+blU7uLZ$_MzV=e77l3w zSh$6H=s4RMeHJbEyn+-I9-80*TgBArP$;@d*UiN=KZ|S#l}gH1lI&#MQ-V91)^Si` zptTc`mD61$rgrB{Wg;9-LwFCZbr5F(lDrOX@#M*={TX5A;+&7f(dmtuV;N8sIutXa zCkDEU7hLA{`V-gu!fc8oq~Jy%FeK>g_n6010j&#gNipTK_ioE6F} z+OMwgLSVeEwcxCf&(-UB%f#q4mM3O4PwYs3h#HaQzvb!r{sJatglb)KMt9t(;XcCh zHIctL-=Osg*G=}babR?S))6!mj$(er7oU+HP3W?2JHk(=KWV+D?>+wf3M=s!P`eef|9kk24&9H#I$9^c8OwhcyCa^~D}ai=+EDAvxM5Z>gPj^c@mhNs=y zsCB|AN3^4jDK@1J!a!4Q$Q>F>Wdc(WVPNnHqiS0)huzS?A>Ne@>bd+Q?=p85y30 zY|YZ)X_s{wbfmTUMcFn^+(hem5EunBQpO>Wi3y4hQeEtGF)U_8|Ekv7tv7cYcpk@~ zLJ!?_yq!mEFG$H&s~AM_Bk+QXQ^W5_{4-|KzDE{Dk45b&(Yyz66HEcc`4_V}i#bjk=#J&ah4b$t< zcvJ>99d^Od%wVcG!FA~AH;by`B4#_(y!IZWKJn^9I7tMfel)cHUYyB9iPE)>v`9U@ z2{jb0EHw?0jF;G_$4x&X{d115LRT-m)JH0gtG5~uQBf#k6_c@?(OeH;G-u`6xO@?o zEexY#{OHl$;}GkEHyn2sM%&A%v+vCoH+)~3DWQ~f32me45D@xnRx{sF-i5S0uI`PI zK@c;psBUJb%iN2`k%({zTMA8x?pJ$%I1GEh#)sansav3BVN`()?~BoP2aEvbFle&r zMljdqBlBIYfo)xj>2PO=vl@34cRd8~s4iZdw$xnf)w?)Gtu4!+bX!0XEKPF3#k1B^v zP+2sXC!pChfr0gl>9&smdJWEM@MTIW_ri<$Rn`OG6<%0yKH?K&Hp%keQm{Tz(R{J@ z=Afa z7oN$E;Ri=?FqX%-X-_e6Tal}Zl0zD$AM|U-k-TLc6;2$hrqvEyu zwJP2>16-Gdng@Zz6mWW+NyQ@*JC{{eciJC!Hnf)N2kR(bR7+R4Y!Zq2G5`AZS@tap zrn$HlK}XfCs;XY)->NhGKzYxyahM;rRu=%ZrPOlxNuaA+_kenq3YM-(suh4xt>)z| zSI$zU1PV;Gm%3b$! zS}XrGDF1$bzI9goc((rWD%OBRnd--?$s`S+Z0K{DsUEqm=Pe(|_D;l><;{T1{E&D9X26J$T6f+z4_;kUd zdD)ct<_QDC7_o!)bfN`lGuUrX?oRMcF;(bS!U}AZ*`gxvOUAtv*Vbb}Ae^J1z>G~u zN4QT92oUiNUSr8;6Bc3lg>Kfn;8xp<5!-t+o(^;nT`UIQV9-UL73nK`@gaudA*08f zGJkRpn({I05XWas924y5XTt;}$kB>z;~K6VH(OXk)~P|T?vZM~E2$A{X0xD3Cc5Ns zRj@-7rxlg7#2}i56UaIx`)5*ve?(jZx~Cy8Re*vxY ze6yjl+ZluD8Frc#kmww-f&{`i0JACHKBTPKfUu_kG)`?+Hhwa}o5*_=twowrxAV`^ zmuHq2Xtw%HWsx{#s}=jC6IT<^7Nu9=gF!cM>=W36R~G{cR^1U<9VG^Tx}) zL-j|ijoT>@FZF_+svplr*=L`~C=beCj!E>CeI^$==p6wP)}F}><85sp5)NOGX>(uw zsMzeeUoIELvJdrAa`X|!u`Cubua#`kGXUf-+xW%(WNZKKJ8d!ciRF?u3zoNygjTxc z-R{6f$MtZMHTX+_wDp$DPPUBu7k_`snCh_(>L{95;yZ9kr>Fek{2ZF^W%fQ|qt~$* zkp$g3$p0zNRH^p*XQPW9T#PZ|!gM;;3JY>Ti&P#M7T7TBTh-n;s?v5u#l={}nJsl3lyk7gjc1O5DrjSSKc_cz){Z?#Z+A*gH>DKvRyvk$28 zT9q&&z<-JmvqLwWvfV%$zVcfhW4+*OK7-D6baE!To`xT09J>S#44FiLluTNv7uXQ` z(Y61A=Ol#Z+;ONDVtAPpUe3&AiFHTo)?gZk2N3i(h4Ou^_q@ONyj5%c+R=BFCs8;pYoQhlX_-90 zX<;^x3o!wB6Pt`P6ZAhkrj5}XeG0}&mZ~HqqZpW@d6kpJ^DFWVBXsF-(Z9mD4dl26 ziER=E^Etu6+%!aYh+&Rp?x^yb!;0sZFeggqsstEm%*P-jV<%#=_eMP?D|g_FrQzf~ ziZ3%r7vo0DZOEtR-++EN^EZ=gccdfkGFaMBf`TnWBRm+l)6>oJpU=;~?&!twlyq4< zBDU9Kk16;d-z3lzrPhbn#*Z8_oCL;=wl0`4R|76+oEPOGS( zNPW~PAi&7?7_C@=z>%sk3jL#RR3%RZf$5d1wWnZp6^=qJuI0rz8w&)kAKe`0EBTVX zu%%0BAfA0w!hjAUcB8DfIRx=O9E>OAy*U~M6FBX$lotmFHsLV^JbGMNt5|_ze6v&v zuy_;sD)>`5JzZOejof>y82K0A)gKbx6n#TDejPS^M-RXVY#^hQ^a=6j?~8ddd}1&p z5OEXO&qE&lh{3*yG6B4>(HBpc+wr)kLkVt4`v^x?;Lz4#XWEQo+HBSd))$XK|45yX zL##cX_!p!}6+|X5)G!=ggy^M~om1+IGrIHO<)aZx6pP9i0eU8M$P${#_;-vtJR70_ zEX9g?eQhyxX0eI%*%4ze#-5iPy zuVciCzun$A)&~I-YrE4iY7mMSVJU~?0Guw_olAzf1w$Ju^&{477R2jHI0=gKt#40z z?mQX6H~<3zD++6f!$5^QSi3+*)g+wKO$ID)y%Y5G$|EN@=x&X@ks2|M7S>qL&=pl1 zL}L;K$ch#a(tl_y_MFtgaE9znu{iECisRx8tb8$@>6sDvA=whZ@lv1i0qt(W!GJUu z%4HngGAzb2?@-&(`{^cu)e<1#s4o%ULre4&5|$0!G?_(rpthH-Vu{AWPkG?ND5h!C!(Ua%m`grv-7*pWXC( zfK`RZ8#r!HH;Y^iiNFXB8VjJ_5#kxE%_gA8jhbSEU?`)V;w%7V@x;RDg|Oih!8dZ1 z{7o3V%d2RgnTFnK-p}? zlMtJ?8-!BjA3gNSIJ*&cxdZs!Vf-%T@EO|Gk+p4Tfy=a@OY|cQS`VYRoB{04f%_WG z&;TTo``LK>Sm4 zOoz(`%_XKqLJNTL7aWft@f@fD_1Wz`t_S-)ASM0~N$z+uFy64)EG!DOe}4l6xMQ>x zrFy+xMf9#dhXYOFFYo44;~c1A3ve3HlGvXGY%dbtCDVWdADkA>c>*fGoEFdREWD;G zXgH_=F@r%1B4@+I^%NfqBXb7GFh2$kd3nQ$GD?a%f&y!O$0zwAV+!r^&tLfS@UxLK zmbhP)R&gvZQAgiwU+JTm)uTwGS2)+ub#zbO1gI&MF^q2ZGx6n4OrYr!GYkaRzr01a z4I&A4*+g3AaxeuNI<-i=Ox$535b4`9z3`DaDj}v|v=tn#uQO7mH01mT4j=TBd4W)~ zbtsC_yFfrZNW=kGfgq211M8|c8F$!`V?*z;PSh||`ei$t!ySy$|Ce+s=<<)qc{Z!E zC?;~t{%=l$mzJYU5;EWoLC!DV;b=7#>?`>vgIpmxle{zM|5_zBa{N1yMyKhvL9%(f ze+_wOykauBJQ9=wZ0-nzH3o3=RfMDad32Gc+hG^4DSuhT1{PY zyy7^QvS`l1I&4c< zR8NyUv)G;09b5T#F7`my`e&?RpcAoO-w0OH<+mb`P7#CL%w|K znA|{j;M~NT;v< zwF@{$v?H}-_L+Kc8C<>O&S0GvoilT?IuQMhFUqBOU`jIE_B*dvuWSd}sQWLF9mS_y@{Zv{vx%HHi3;La1 zW3p&y?BptP96=Nl%p(?9W<=^p)}vyKQ`UZrqR=;}6ueCdZkY74>R~fv?~QLFnlI;a zyGQczB)X>DyqS&ZWxZa?b-Nvut%|59LvF`PMtcyNa5qJUx-ALb-QV{eutKME1;(;s zwNk;5GbqxFvssyR-V57CPAazFnr5EmFyZb0YL0e5jPTnWX~wc)Pq|Cfw!$14KAz3*bq705g6gEF6OeH>BKQrz(m<4=^1rR0`a4%E5LV~Et|5@%Qt$B0V&zotB zbAJF}FjzDxI19@sfTom2iP|z4=ufmW>WPTow5A`A7T*y5&)M$dOmP zc05@!YMi8=UL>HGtPKh1#k%>Z+gk;I)%;t@B{bYu=s!KJoS#?As8wor4{u9w^szCn z$f<6}LIRyz^vRIaDo~wZ($5-)tit%F##|*o1pU#=*LI*>!6J=~4BD~--j@x6*GwXs zwsH9COycC`&N)mYaCc4RER0x4v|0b_^e=iC2{`dJ$*>~j{psoe~Oi6gdP zAb={4@j8Y$=Y#gIZSH5~u8A^Af{Suw-6i$$41UxDLk{%vs;31{jANnRBr@CEL`>-K+Ip3&o+wuE|L(%*xlPqDeL` zlwcs~;)c%_qLDN!Z8#q!9*aZqC0&c~%O9@YUsI%Ej`St}meyh=2M6{!4EnaJ+_DEw z!X6ac<<{rt+aC(v5py{q|$e~JG0{|VXZU1Cxk z!OLkFUPL`yRlR9&H6C3Kcv)c_dVGHY?1JO)9F+yf^BKnM0XCz`N|vPhIS5G^8ubfU z!02dd8Mk71%kww1T|^Gm^;?Ev+;MU-%=7r-Z_JiByo^cPew)mP+r42fQpG3I&C}D3 z$D~#5z{Bo1hSc_hiI!k36Z>&g6S(D^DQ0ArZoXJE$^hE%hX0altk1p3POb!#8ecRH zivN(G(Jhz zw?P&%i3&~fnaxf%2jwSZf?#u}q;6K$E9$i0XXE(QDw$+GzW;+_-dMD9S2rToCfcs#3KkB4EEZv>em zpj1ASISBx077jJ5un-ey?kDpPf5x?d59@2@Xs?^(m?BL1C)QsF8Mioq-JQ~u!P!quZ~XMbkMx7bI{yv z#2nHszNXf99f*kl$>)XBQ?oIsDQhSOmRTDsl(}bno^GbK=jrA{8z3f+u7kYm$s|}^ zgs_7zMA*SS5EhUT9aQRYCLycbg{u7ua{d1mrSE|klVD@5qY^oD&o0{gmr8l7e|c$Gjr+-Z(bdhPu?KQ5vf%+bXrx>V0;5- zzd0jv!bAcsABLzh^5n^rlH$97q+F6U10V~vK2MdQv0Ts}P^^?GI))~7VmT%_R=pe1D!cn8dw?2*i z7sY!iTHVFaE#8>2G#gJusFQkGATp|ph0I~ zoFT8Qd?mD5VM}Nq9Ck3Xa@qHm-96Fk;dA{@LC9o|MaY^mjb`Tk38$uGQ??ni=rOSg zFueU;ymdBeY?a|A`}{;L;_*nExJs}zL&g|yxyBbxI2lqoy7G-@pYeM+{*QG?>bT#1>J5qVZ-DMho~bL=HwzmdmCn7=oCA{ zItFk6W;mSvC5OT58=GXu*TMq4O4-8o6!JUsR=Z=IOf-7xsWJdZK)AoTlk{9vM`Xic zZPXLf51)pMA}|cnf}(8a%lnRIHX}dBN<}e0^z911cB{ZqX!HhDez%Hu4rSO<@dabq zM&kh>Tcp$A_kVb~FV~qbj~=8pznlbHtcObGGvwe0Jvs+Wa3f&6M{ixb$DP*6p#U|3 zseY;L7bFnXl8SVgh&wZCY4YN5^z?;$zb&J{TNQ=mln+(%lXo-NK8uHviw8_6bUy=r z@hr2F9yk5oi{>oLXVMzGd+zMLXzaJy%kzHi@MVV;NDk0*|LJ+r1gtu(wIOTaR26dK zn;8`-bVxQ1VH*Ob6g_o4SWMFpI02cG%BqZo8$W`hOW!@_6!}0DZx@F%*JJKX0HyPl z?-KC2J6rI7jb=Ymdp$Z&vrk)+Dv^%|y+X;e2$9}Z$hK;zHHDMwlb0a&1IsK5I&)#8 zFW#FmaK;TXW85?fD}epN%UbO!sRD==;mMlrRM;QHBXL{O4W|?em-mHQ!m2acpBJ?W9g&js-A9^2pYO^QRqvF z{QFY#bvJ{V@ur7vxX67Ms+S^xzrZ8i|Hs~!Hl}eT4SyEDq8BL($bb$XN#s>FGLmeb z=z4`5J1Z%81cNkdV8{$uQf%k9zjbu?bk6~UEIZ!aXg3CCx~uQ1>N+ncD3`dnB|z*o zNoiIhhZ>!Hp-kClhn@bUi=O@}BD4{kuV84Rf!A}#os|fXA+&`J+9zxrIGb-M9O}xi z60lei?*;1}$|2d@_R8e%2Ed+DHs5co#C650I6GZBU$0c2itsJ)>YM1V_7Q+!gwMa> zql&cM#d52<6ny(w690(z(zf_n#8CTBSAIQR5a-KR*Bxhs-&VR$!cTmi$-(!{ z(_c5wmzSU@e}}?CzACQ3hfJLNL5u@YIvbV*{O`>yd0s3~=8`dKMIv81y%~n5qUFGe z$Bj*LLnV*ERqJ{o$=MR}C!Z4-Nhj4R>BP{=%0ZFj0FY!?<@zc_k;|zZ3~YtxBNjTJtgUeV>nWUNREw5E zF?K_D%=%v9($d+pPh_>UKj+eW$pL-D%cA0eKAH^I%(9a0GRhfmldM-hc%N4+7GH@2 zcl@liO=frfUOT=NNfvodjUiwfvh`}Wfj@7z)8hWASE<>l?}1&;w&R$C%^jF*ZsshO zojP2lE77Lby08Bjv3;KXK?=1`y&KOEa17n+&<~${Wr1twzk7Z1Ea7A-{(JTqr(7egmGvm$DB4d6hx{#M{#bNy&cKW+|v8ScONSiu3Q&wSyfgWF1>pbJKED(tTwtj${=u@y7X(ZIQtb-!o zu2g)@*z3WKwhW?0MeglUHdpuOut~VZ-ErrR!H8x~bKFRU0yEp@DVlYR?@eMJQ7kJM=Ss8^xPy24q)wsMst%J)mnYZjDHybqd1d-S^zA=_vgO3ZQ;tWBAHtu!YcrTCp^lE05zGJ{2f$k^Bg2f| zKT#s(J2~$XL${FP4msO}H=^$2QBOM6oE+_PygJgP)W%M5>5e(Mh7de*dlW`iK^*_%MkUV$FwS%_4%u9W|(|WmgQa)X>%br&XghGatF*5d& zq(*6Jk_swvQ%F&by6v7Hv;#`Qu~{V7lqIY0V##1Fiqo@PPXoP_{StFowRc|cG%!o| zZu7Nh9PS@A_jZoiRmPk-On+F=oj@ZX?8JL%&yj&u9zeN|Q7^NDWb5rX_axSlZw$9QA?D7WT8O`D-J0ygcSQjW6GOhL@y%CBy9`kMuBsqmJO?-6-rNIxixfU0sXw!`K)W)@% z1gz*p;hwTuLj{AqA+|zMG`do(3ik%hIB@`gUeFkfNo6l^h|EgLf{^fdPB`Her7^kk zuZPJkl4OjnWB=;PC2|-=u~HQ*{1S4U?ChP9#jwOD7mdi6;9hY&DThgt38X z?1R;TZFdYSWF{}3s~0J4r4VJS#hsf`-|Kkkv>zEbdC{n^XuyhGo>vyhHvy|{{{on% z$tKi0#|30D@D+svJUKkvlU!>VzgOU8E%OgkM0=E}m?EO8Jn4kxP>~E<*uNZlzsJlF zZ}B3qy|erBpnRIvGNy+fJZej?VJ?G{*4{zOf%8gt*jHDH#*3ZCPtAkpof?PMpX_WOYuNM z*!vnMM%IR`Jy+(ka2HyZaLLX)4XE*21;2gDv0Lq!jRlwqf%fa&$zX7cn+=05hOkS< zW6GF{X+sdT49C>F8d_BLJy-}jhjprdbl7UXu44+~plj3xs?{ZbKr{xx?9)iXCgahB zs3aBEp>o42K|;)dHr2QES|tJQ^nDED0Z7juUSeO!+&DzWpac7Ld@HVewlh})*(|Ei zX|VN0RnVy6Ai&QG8N$L+V_7etkiV+hQx)Of zbA>R#1@5JLv-t)VBA^UENgzeBAxs!&<@)kjrT7K`86!v=7ZyQ7N7Q7SW56KBXQ_h{ z>qe$y@quzAizPa>_B2qxi)ne0vBm~|usbkI=*Hq7|3D2jF`=ZA_J1eB3Lg)%X!H}tw&XrD_O&+%G1P_9zRj@Y~dXI*s01SQJPoft1& zYgK9rW>#Amya2Bt{c6N(VmN5eCrZ13dK5O?+JyxBi5{ z;OIGJv3AvBNCv`u#)|uCjBm7}YzoHVAf|Ov}1%`eF z1td1dperfHYeAg8l-#9z;|wspyRm*4@j7;LFWgJiJk!z>Vkj~}RUAT`7$bXd*yl^e zMq%q^duy+`)gqs(B;6M2^t?jk!Re5AzqVF?L}9qEVMnnu0PO7x4+zig1{I9BgN#N1 zpvAS&tRy&<{M?BX=TCtCblu)$Xz(Z02685;ywcKppaHl|r3B(5C!kg#7h`mrepU*m zy=3Z^iuR7Rx9p}&0+rggJY6xgDA6|GU|j|L-`X5J+qeMg$=-pO6MW; z7{T0c{;-B$`5tWWgAquaYj}RV^Z#BpkJ-r&{rlRDhUNgxca5!s!-HmHYp?y{uyrz{ z$g`JCXn@M3GMcTOX>ScSH2$7?h*ntbXIqV*T66@uL(CZVvq)H-7k0J3yYA zQgwt31f4SV89F-hP?W{Z$3tIsANCv`pv``Fy2yM{G?4qi4SU(?h#EO!)v#)f3_hW& zmvDy;4URaKm1lpyE{5`6!WFlS4p>dMTwAW086_x}k?6Y)gC7SD=gaFjz>x!SfdfCD z1ViQMI2pl}Dde0KR9_A8O__|9lRZcO(7!*{HmIeu)wRc^H&%>|oG{*4x_%y*tZJkU z@9^#YBJ}%{v8#A?zU<=#g(6YHWkvo_no77%qVxbZLTQDQ(8*MED`)ky`bv~rv*Exo z#E?OV1Fge~Y(`g>(?e46<>iB-%6S)lgNYr!S@|Z4SPwG{7&l%)+kRv6TiHj82_&mV zV&fNLttuF@&0_dX1Oi&tf$NQ27ZGaR+a_jzk2!S&V;Wo(i)#Bcdnov)7)vr+1Yp>) zOAcZv;zNgj&PonjzHY6zoGo)JD0meAs!yp~BvdIN=*jr`9QwOY;_xV+fO!fhL(EV< zjGCa0tPqtNE!B@JLP2B46{b#w+MZ57s z_S?uQJoEmy7hU{f+e+a;a_e^m$9mTMho^8haL&zASLG{031qD%wEFl*FYVYd0`ZMH$`K?F05q%$(gJZP5%oJU_GMTWdPl)M_ z#hc(+s=Z_L<9|d+Ln6b8Wq?RdJtbl>pY3j!@Y$ob!8>N5vcUW&Q(L- z0H!kgaM3muO(d;(bnr3tc08UMz*x*g2LhhB)l^)-5W@rl;G>IsJL9ybpHq?SS!DZ?@!mA? zfY~$&S2Av#eU*@ttrh?-9dH)*4!5>5FLOXj(J=|*f=J;yT_6_W=+|oE=uQXz~*%*np#PF^1HI9oFHT*Ia_IzO~utf|dm@Qc7A< z9^<50*l#;_@*)`uiUE=J?RL{J;dbU>F>7K+fK^g76ZSXP7$n&%CRW4Q>|HZn4(xi)@&b z-Xwd19eK3+{S(y{vOLVaTMVW&*;+BP6Ed#Oqu+{_?i~>sI8S50SJ_h;ei&5VhW9}fSb(7J800hOhPFu4&yewfL z&k`=3`G&1tRMaCXr}~6NLllZRSZXNw@UGvP3@AvJx;k_GZ@hb!#saGnl#vsLZFoUo zu-8_r_*UuRhH}SoFKObWq?hXQZoIe!ewKqExuI6*Q4K@MdwNO=*7I|_CZ;J>hO5Ln zNCQl5nS;irI2xI$BUD2Bxb|1xhEb3^6z&a*$j}Z3+r+Lkd#Kvuq*v6f5{mqBv!bQZ z5d9S_-5(xp_+1KIxeS2|P_Cslkuim&k6h*ePs_wtkh(F-&&m2m)K0=e)eA{()xnVG zk95fMDSJ}2Ds9^@T-h6~cFPI|2;n4W*s$c;I-$dU%z8CVsv7?uj`n%w630Q4&cN3$vsc`5l};=e>9d;rDind4aFb=3bPw#0SWTxKo$n}gkxB!NQA!Uj!U5u ztzG!AJ=xTHAkgZ*uLFp7`Yz$+$w<}BxrXIkm?h}N2icnsI%QjB#ghp-U|406dBUx~ z^3SeI$Y|tT#v?S|maMj8Yiv=0tb!30;22Iih=rsE_2pQ$ZYg_@g2Lt69{Q|AIpp&1 zD^599Uyo-U%Qfm5>Av!=T4+;g`SAfZZOwjE5f;VfGg}jw+$saN7=+l)JY`Vi)XYz( z`8$tYi~hlGpNg9Cq*6w$PINjR^zN7L_dl*b*D*rsKLbYXav{gH9wi<%!p4I82 zbe?;7GUbsRUq7Kt{lrC)y^}xB>hYDa4o{x`Ci-c(?Wd&HSrkXj26<~BrjQX)0sR}< zWU9n^m(XbIR(v?CJH(27Xpg)O{y+>hgDg;5iMArB*hSX+KPaEUmO+q}C574ZrI4Xq zAq6|{M8`D5Fwun29%x*GBe?W#e%?PllY`{0QPcW9jE_RYn)Z*-V6d{bY)F z_odhS{Xz6iZ7kjrd2siv{bd2v*nQ|;`{9%Oy#Pf4a`N4N;shY)0U!3m=<<_@RhfTR zqz7O8pr54%-38z9#KXF9y`R% z7Z5p!{a8)$v(#D32Qz7EI+rP#Ov3)dPB3#k#+1ogq5Ip!9gZvM?Xy%wA%)WYOcyXp z)2B;Rj4XmWR???-t~gKUjNTMyvOBgANcG!{x-{34j5>FyWN=n04odE$ql2jCtw4>T zNr*8Ymwo?Yvw)(-_Rz<3M-PU+Huxznk%df=w9t4YBQ%|&E>8-gq|_$7^5KRlvqD5I zO%>w^5$~7E>1yb#<743y=WJa(>omIC?oMy_^7+*Zuleu)d;3#=Z?Hc+@DE2vzx}`9 zIBbniCNJOpeEsU?_3bae|I5ggPz+bj%JuqLWhFdYIXyjF1HM{+UOrv9ls1{B`krPN zgFeLe`cm2nD5NgeQub0BI;wO}sK5VRq{39@l`&t7w6d1R?LNC{X;qPuGNhqCZJN$r#c568PO#dL#s(yN9Qhb#!*lvlPjKf3W4qI8a5t?b zwy!mI{~S$g6<|`^XL>6f?C0`UaKy9Lb`3Qb`>mR?H|xs?$QaEd)o9fYW{*Xgq1@oS-=rlRRNCrx zRj{fO3aQtAE1}5r9qBsBDhp$hdSi0p05*?OAS<7W(76pa5DGADgAE}Ot1^}=J}V0E za){wvu*^v?dGe?fVwa+bsHA_4$Q^2xP&x3<>3fy{4FRC$2CWp(`!F;r!H5rD?o|aV zbpZSr4X8qVh)P^{FdE+~$6F33#k6@rdXwNLxoT0DP@#x_<=ImF5-gWpDspSuG_tUly&F=Bii43<=?Ou{{ za)+>dU7sa;MMe71K$s69%5Yh=om9+hYb#5*wXN=sNv5dP_GRm5%C+< zzNm$_gA2bOirSUybkSsY`c6a;%Z0rJ!bnepllSvfDm?=|8 z0j`LNAe|6cx{am1=E2Uv;RgA7Nz0eBB7pe&Rtwm;R%`3|PJ0g+som|022wN%7h$*P z)?nMRn8dK>gJ)^ba`fn6U!0wt6|J!#8on9h;~c$20IAiB@m`x#hFO>HZ4hjjJf*Kz zGiY9z-VAJf7D|?OZcymw^y|yk(wAaTrbx5xO|{=rxJvVVwt?bu%=H9N<1E(`K0F3@ zp5}UzQs@(1PZ(mR>xq7C*(bJMY#r}x?=_#bcaIPEDLxPUm>Pj6ZnKEtE&_@IpbxwZ z3>Ncnr)+nA$D<&D(w+-LAbCBR>rR!de+EOx^nre=$z$s4?Y%uDPT3ZbdKz>TJq{zH zXTUU!8CzQ0 zDKkRWJuq|}Gp5y{c#@Q$_9BuR-2<>TTwMBigww=|%A!pc*-&{PC2Y}b3EgTTM?c78 z*%l{GD?JOI!82qRB3@!JFOF9B&V5X zBSIcCa)Um3J)9Z}T$38H!vLz>Q#89;wq94oU`+gJG}+dBnqTY5=3tyaDM%WvLTnXj z^)%wNh`YyAitpO|F51@n+uYkZ z&y1&6AbALiX?g-n^3Hk1iQOm*Td58kyhKs}q{(DLX<1DY{zJS6<=XU41_U+2B*!A} z>F(k2z#&Pg6+AyqJ;k)h=gTXU`wQQT7UsFa@EasQx<tOkyTB;h`D{>U067SD8;21z+`xfqNiB%XXTyO$dR;$mQG;oJhv-F%A@hKqnZX%~Xxv|_C_f_yTW>50YHipFYNobYV_xWUd2n47?ZGt( zwP;TIRY7B^^#|9<(wIj*lqHHw_#vPm1?^D8JG%mutQe%&aD<1q(QSfPD?8GahORCO zyiT7I*UAQIc%kcH@dtS&ZF|!AfJX0lF?Hg$MHS&s)bB z=7YSqRnVdK(5DdmV{gbF&2Sbfn}z8?fq0L0I&Ga`kod;oJMA1icZ(%ad#wW@)p|p} zCd-s8rtvOtlfY>26okDzhes#P!viMzx+hw=NKk_D*yC>;i5Ho4$yFJS@w!7;yd9O4 z?AH`Xuy16cxyM;tnzu^!kc#IzQk`}|jzN%I&(u~F)48Bx`v&ahk4{LF0AnBage)K3 zc}#XQw%ILz*5`YN&j5S2e%XI^xYx>NF_SKp8M-Q!f^y-*IG5;JI7TK0gSv~J zdoBEaSCT(+%)|I7$Rgkfv0E?u!1mnKg?L3_1yz0ns6`BfGn6I%`M1A`r9fW*EFA2!^AZ9(MyIJH zqBV5V7&>G2rG-&1waouB3z=4iX2I=aql}qw$|z*a7jsnW%78GtP#$~4#N5UkiZ`)) z&^mdki!ezfU(ah7JvU`ww1by$zGa*<6fk*kyeR0igVCj}O)ce0u;*((N8+TcxHO4< zaLgMa>P%#gl@uK}I#!hsGeChHQ8A~M5%h+#oq0J&5F}N(@ zEd{P9O;KN#;g*+H&eq^AQl$2_y8lM2bi|n#E}+QRi5~~fFqCf1sJgtFjASnWx^ddL zN0{}dedYUaH;bw5x+J0(?KY*yfkRt{3nGK7kf>Iitv!`pLwJ-PV;Vpq-k%lE*3ODm zQGVxpT{PQY{a8(aKtU3N!5{@TBzQLqShA8)1L|k=z)+Niq=mvRgh+xUuFtoUiOEgQ zPWoVFMxzt8hG@J1OF-yeZ-2Z+atZ_oT}?6TO@q=G0a-wv2FVOXFp^|Pl;I*>N797Y zt-|s)+NgX%?z(!%YSD22wpv(J?x*CT#wmgN7(goUoz7LgFl8QS=xRg53NBgGaaPcK z<0NIXp)T-jtz4mfWt3f#M_7F>r_{B!XKtP6MG&lwZqSN0?D*F*Y&NH-R-XX0E@~Nm7U4vrN=f zlo8FjP!br^kSK~uE6d0zrlp&+ z_p8;lvyUYXB737_$Sx`ysSa7AQ7DCxO=(XsuL7(oiclT3sFNWYH+1|!#TKPi_W;jH z^ETx0g5C`REfz(wT_n3T7VYRwC8ww=m>;aFBP44QrZV_@hXO(=roPU^`KA{P0NJ0d zk^Wv*K08|%@L!P|d=+?7c8|aiN<&D+kq4tN4OHf$;Rt)zdFxX2*2v(6N8#Lx6Snmm z-cm$U;6}#iIjx-ZC4g;RNYZ0%$$(&*`fY+1*Cl|heke_i8V?>&rFOdq_lOQg{ZI&+ z81Mbo&rn1)EG_58P9Vcf{)l3=f0~Z&>6aR~!^5>vobtBEzxSAQsvWvCuub{-RHz4M zOXA_jr@HjYuV_Rg_+l$gww~?nth|R|mOb1pSFkb_AWI~b#UH2MxmmfzK;f=5yo65I zmlrYOSSPG6mq#Al6Jf3@EAOeI*{k!-HLD9^xn zFbHomoLq$Cpd1b{CC+*!2Iu5B{H(HEt|aQc_j+ZT zOf`=c5iil(JS%RW6#*c2!)$eZV&-_$DfBOtMp5Is5S8ELg!=rpFFWaA*!K zJY75gW98S=AOCr-CZ<=#hxE_WcweYEVGr356&=H3{z!|dAdCqDPb_`6r&hy56V%?# z=C1~7IWHCxE^1ll#AeLv%d96jD<^2gS%qIo?S|3Z5~Ic?M(9f`OA_Tt#+NRTGY;#t z*UH9i1&{^>${hPE-IBzcmL0E7AxG6vXc4Ncv;A8{8u+|T&nZ1>LTe_~c}dHxD9K7; z(d%Jkv^LzJ`;!p=D@X>d*eHtkg++G=tY(3@HMGJ;EgRs&rv;*<>ItG)qOFz87wp9^E-_XHl44_R zRVq)Tt5Sb$?&_sd)b~V;zJ-)JxFx4oiYGNnF_TQ3ZuB%h0)(4NO z(%gsqL-^KMzhW*9VPYD~=T%Kv4m- zHdDrZ>-dOC(Ugk#FSCoD%%DarL9TW~cUlRCrqEknJZq*rVq~Qf{2IGiS_YsEJEMqM z_xoZ={KGtzyp3z`2;+($l6$gLNZGk5TbCyqEp$dB#0hG{8n@HXxTVYWOqncT3nra0 z%!81tKm=zQ0iarrXbS%=%UkMGpdB!7QmPzp?YE(uukqH3v2fk4oPqH4^!!|G77*@x zQT$OB{?WRbijP%u+GW~_yWixCb53?N)o0V@8d_YnF4TpOPYZgdGkf3!6d~TxxwoK2 z8FNTQC};G5dvW)8X9r%iUmYI*v~_$4oM}Pcn0N`eCDP^TSq0iVDpzQom=25CYw$Fp z@>5xW#MVbTjlEXX22CQ#caZizkdQR8NYBFYz<4GdXYg!5m)MhIulcOCi8cnUw6`2N zdUJ_Cu>_URfGtZGW%0T7twouCFUG&%&?_d9R>O^4z|35F1~-U?RFpGK_k1aB{6^ms z@72gvay~XjlZo-@?rYLO@~fM|(Jbg>Z456P8c^X`z%(16;YrXYP#{Fpd9ZBQ1X;tC zR(QCIWG+HkV=%9#O!9H6xU(rmO5C)X-&5JZb7tznk6(3X$_NZfMFqyjl9O#3_A9Bc_b3jdYqE7@%}|`s4XI znh2JXjAa&F?0;nBn5G{WGxX<%J@5&#*LFJCAqR1l=`$(8b;ucLdxqdJlrleJ04z7B z^yQk?E3-`0GcD0fbdQp1r)gWJ_k)?;86AlV`2VD zE-DrGq{DsBn85Il5j1@4ftF%QWQhC(Dz3X%i1UKE)YP6>0uqh=$wDPfiw z;Ss06oNX>NjoG>GOQXSQg+^W{M=9n^l?|fG8cp`vjn|Yalm%!H9z@PfsIK8jq&5@? z?3Fw2q>;+!uV2TLY|a{6srIU0EzK-$_P-=G6QzRW5fYJOgisbWEa%t)s<733t>X&9 z>KKxY>Gm+_=?_&O11E7ESuJ8rO2m?AFXRV>h5UVgraEu&Vbe!HimLaZ@2W0F`k}!N zyh}$$^oq@h5%LvST>sh)RA?dfw@AVSX+18S3)GrzA;81dBT)~19WLIibcfDrk72la zJo)Zzyc4_4*ZVsgO3oD7mOc4yb$yi=PAAw(&Dk7-=NQo$Y6F5&(pHks8;vMb1Hoho z-R<~FUc=EbJO;7vy;ZOtt(NL{nGfyb!^RqBh_t?f7i$2X4)Ilrm$6gS}dG zWxPHuKqW_qOOF=EgTiQ=9w)k!h94^1B5a|!BYf?MV_aA~3(-1r&6vBLgpr za;?^7Lzq*)hyZAK-=g(!44gz^OWNrAwVHGq*s2- zgxQ@GZc51)sJB2ytn1AEgvq}sfVs>_b?7wJl{{q)+rsZ=Y z$)S%<{{X#Y_kFqh@5|B1=NE`z%Io@vsLKdo{-xRYBvQi3ggu`0P4z0L`LP?m-k|%pD zF@Wiob|$?Z21|q0>=P$kPhtm)8HnOx+v!B-BJI=g1OZbsjETbE;a3nZNGE5J-LPqPanlG2tAeaZgwW%3LC8X0&lS zSAH---gP0>`DvkZ)46)`9S1{N6wd?HkGz0Y59zX^9ANlu-u@M9wV~feN)0zvG`b#p ztU#+xM4Q}U`5W+v`Uh~vKp1Lpqih@=?zOj@$13ROVQ^7*#M1uH`#bt^qk$id#B*|F z@NOtp=uJJWJ4GvoQZz038Lfr;;IS6&i@jRNVsU2pUS%^m(VTQI2{UJG6qGeTc%Y(Y zdkA@N2&%e)htN)2EYB z9{L7j7cwmy-eLrmYf8b6#GMTJ0eAeZqWEd6IVYNmCa8uU*)CxDoKuzL1*3txol$35=x(8BAl@Z-ry#w! z`R+;k$s-*MlkV6$sUS~m{r*=s9q-RCb~Hxn*(24XtVTKEaixq1bYwa6yrISibzo1e ztk6=~%$Ui&}{K<&+K<5q{ zbpByQg!e8?Z#1sXjlmM&*>Zkk^2<+5D>|31bewHm22h1tUz5_&yG|h8P0_k;t3SGO z6o@@U2dwmC@D%b@yd1*qTSmbqBd~nuB9cLTD#GLO-}EUm#!a7A_u}%Ve|p+!U<$vR!Xf~3{u1POU z%sBG18E*6OZ*MehUv5o?XQE+Jb$CKs{&D^L`3Sg)qwcFs z-jMFWxVwD!-CO&?yD1ku>wM*$npdJz%b;67b@`5K=Kn5)&h4r1m4y}Kbx$+@%&9cS2Pr(nii-0slVAfg!K z6rLu6bbRy#DUrQg&QhcH?iBq0&*#7%D$6hqz>*i}EWzG%M zp)H0MRVtAvo~U9YF&C@yNTtkN(C|YNy{_>l0H@vRyOmZ3{x{=k6>O) z9CL4^;#kw(CAY1MTy++t&m)YUPlh|cs560L7m?u@UWygbTl=mqdfz|BP@7KQa~N+S zfgxhT>o)I$we1)@ z>K$mRRz{)OLYg}2)2OM@(VM=q664RFHWTCRD~-b%XdbqrPT<;VeXT0i*6M5N#$umg zZGM|~ZEOQEi^ZE|8z$|-fQJju6xJbu6g*#6zt600eu%*&O0^K3L<)FmOBm<bx*){^zRYokA_D|4ukQD5>g!y~MkP^~%(Jwc7=7g{ z>u|zmBraLV<<3;*zd}qtRo#4tD<~4n!`AM~S{kvu zkBeu}H4G>21E85a=Sy#)DfeN?JhJH3dF5PcOrNS0FY#>R z6z5IrU^NG#qbzbTwuA$EBCV+E>0E_3a}8cbxSKhZOF3ID6c!6czJo!!3xm@cbDTsO z+;p+<2`X_cJw2zZZZ{WX?o@hS*0gbR4Ay9Ypwj2wcV^;PKA^bPA?RwHFNbegKQQ#@o7O^tt zw{o7rtj|`1*ZtI{uKQ6-FE9kQG?j2nV+qSvLRG~;kJ%?mr9w(SRM-9KNI=p;4mS^P z$Agh1HZ*CQXVZ_OL6^>oG!1*rgP$@JD;r&1N;YPkx*11KR*Fs?)=7a#$TAIOW>eP) z8}e%6;+P;)*OuQ;$$c#Cszvt}E+8-kGWK~|;$t}CI_{^O%+?Ex>774^IOZO7U1CSI zU@bCo(Hl8#7gvu(47FO1=S<#<yU_P9#891{XN((YBWhP+r>Gu0+capM6->jM%5f)@5T1 z6@I_n8FWLX4?oz46X0C{RtmB0A?!EL9d7Jjz3)Bd2Iws%jP+vn~2a_PK~YUW|Z zokB`5JwxraD-Aa>maM0+Oy~d*B9f!b;hBDa_u^Abz&1`SVNu^B$iUi>tZEPP45C2 z1%-PL)BsH?&{$PCp(ws8>b_o~F%bEBV1p&`*1ZLc*+p)g&H2f|3k&S9jn6Jrs48z0 z2?cG3xKMMT3n_O9QG&Iqg+5AEN}>ltoL~~e&_^Iw&O2o+2=f@Ya9ilO@d@HtE7p#R z1k;>t6-8ZZEo6!w7tb_L6i;M8yli{c|$ z7TWJV;{VLUTbraGTq~tQu8Des86eu2C!vkX8=N+jU z@W>lcJ8FzB`(J8??FT={AN(tA4c1cEU~aI+TC7c3r?q+3Ns4cXfhLQ<#Emy|&43H) z_WSf8f{~J>-Lx#sl#q7%X)=XWtY2y$yxiMsH}}zs4=8S{aojvQIXwQ5e1xdq7B{4~ za?hkrZrPPzDZBgg;})g}6zAtFNdM>?ZDm1QdF5=4GG(nimB|L-aT~+Ow~a#dRQ`%8 zto+(!xZS7N)>ac!oJTFqL22{M`)TR4ef}Vo;2JO5r@KsZ>EV^@blay}wSPIa-&bqj z!;?1bnGcC4ZI2N9d8%wk{!X`1i|o-%z8hI-z$3t8jxZ3HC3?z`?0gLjkL(C+Z39J(V+g5n2L3j^Apgzdch z1ZLD5w*xGn4mbV0Plj)Y{`JrWVWVH?FD$WYW`*%p zfM_#xdhYZUy1w$EuNrou=ptL(M~GZm+F!V4N|_OG%Qd;W#x;Qr#FiO-ESumoH?K3w zhvWE~r4SGT5hE?+LV(?&MD^|vfpa?ZShgEkuV5Oa%77aol=#+IU%QpbV9Oll@mlt3z?qOlenf>L*#>((f@5qDj3RUc zC$r;?DPK_!ZkK>%yD;M|578|Ju|gwaGBe=xYXl^4p@MQKGBQF|p;M)hQWQcx%z`td zOZ3ov=LTw@a>sd4DxsiW5^Rp#>lb0wxws`LxrM6U*n^8a=dU-n)eI;9a%iXUJo2V*Cs01ETju5QdsJ=G!r_81I|0=jHhXZ z+i}QwR^1_~J^1)KXa?&07^6YvTBVCTl;LD?ctij=UD7*~0M-ka&I!ZGAWD?$C^?C& zzwdPdKlFQJBPgoAV(S2qKySZbC4WnaRwC$n&dIE`@2Yt@iDI!T$%de*zVb)zitZMN zXhpkMJeHKL^}Fvyc~edZS2kO^b&bmlx;x0=Xcyi%@Gh5=6-*}bUO7_bC~8*fGNF{E zv9GjW4`KiLI9?}!g9mR>K+`92i(!xN4hb7*VbKttzth%_d_rj%QQ9S4YW!YLuDwx1 zXQ*QBgg?H*HSLevaN6axM7gebO!3$>#tfRPJ~evG0=xaApoaD_U}-tdE5xoumS97U zynt=6)X=@YH@+on=hTq{&UxWqBbulpmd5wjP9W1}(NAuLqJj7Q&RY>eLsbD4LUKmG zaA6u;v0h*MzWx}KEdoWw0|rDJ6(Sv!zj3N{8B;tNF9j$Za6*)H(Pz)M!h zZyU3|qF74BS6n_5XJzQ(nRo`6&-Pz3uk#%L7t~#BtM%TLC%15%VqJ z+Y%Q_1dW=0AtM+yE>n|bN@|XV9S=2Da&Eg`*Nlx&s}Yx5lS?aHm|>?M$!+m~sO*=f z>~`qe6>|x4r!v$_v`b2{4q3Oxk}i{Ieu`9d78|b#q0;EI9khRx2nqIyq9Yd0Fl15T zO8NBH%K6!Y%2{~!04}W&LXn4*P{1YJRF*5*t>9^l&NZTm)iq_O&&XvJ(MI%OZM9A~ z1QxkN+_%P||G>9v5h(ms|NdcpwZ48PX7>T3YQFfk{!rBG^*E4q0J4@B%093O0V=t_ ztFNa3Q@v+p2|m(8(C97Kd__?pw8B(w_e?F_^neA)I4Zyt0I6I#I%-rSD#rRi;0vHz zw=#N)tdS%4KsGCaap~;L?rT5%eZ5dvUS1Zjn3`_HdQpvnicLnWr@>!LNUPY#z?Ij3 zgu>`;LgFD=+9OV1($@qU^=bTds(gaj5~*|*3ygiff^dYWG<|f0ypf9B`V)ep2s$EY zME*%S4kh7Uc`NmSzMwoRcrlg4l)$Xl*H=+%N6bIz?*@JsGj~F5^tV2Fq5bO}bR4eP zE7!wp>^!VrpgFpWk~UJ=o@3-Phoi{Q9n8C&aIRVvU!q>nY0-J<6E>TFY6QEa(6K~5 zL~^<#`J7~(BYk(9ZDz>vo-~6*pybz@PgP5^noWp$O1VPj%^1M(zF6WUvnc)qg1O?X zdpD9-sCS*Q^T*OoT}osdFQy* zJUkFf1LxmRes)&YhD!3TeoJKY#C z)U+A!MD5{vC3C@Nu{pIpi?^8u!4h)b>R=@~A_f`;+?lM)hT$16uXr0kRNa0rjfpX_ zbhb*sl&->+!yhj&#XKCZAL!D<46wx0bX9?yHQi`5 zbEew@)JY*jy1?xQ?_62e1Kubc11=y73Be)?yUQ7;f9Nw-yQkxy43m=}Xc@RMr}!n7 zd29M+BVnAfpfl{1s~VJ}qFrFlX+WVa&XXV}97)mk-kuH(`6*lcZVWthyOymy%(n?s zs!dl@#k-qRadev&O6V_*Z*oTdERAmtglL5H%)Z9mFHeE!!=_tH5sra_Ff?P0I+tz@ z4H|?FzE-P2W$ZFiGyRki(gKMpkXw_-Ne4Vadnc!l%AZ>n*Vo|;(PPS_gW_x_#QI+N zH1aE~qHueJdJGP1)WUmA8j4MFIxy*EwYay3c8~3&@@Z_RoL6FV4ES&q-%c4bg`JPw zYmKWf{p?)%s=rBIClvy+rQ<}~Nd_aea?krif46o*X5Bw`lYA=Gvcs%?ac+C2ofcQ}~51J>< zgVxE`L1Rap>>Tf_A1U_%bydK<`bS|w!dJFW$cCR4RhhG58Yi9s0SJxQf4O(kJlfk4 z2Zsl(7hA_W+qnVgLp`gwJGenLuikNzl&%yBA2o;G_{0qc#g%T3mT?FF3**Vv{?!S_ z^dRGti5Ca5*7I)ooE33z6#s~l04pe)qWFgP&Dw8q z+VI9mqG`i2ej)3&)-688guID1W980@z_6W_>tul1K3iM4gn9deC1G*81iRU+{a>_& zO?#Hzr14A103L(;UIPAz3?OC&o~zyYIsO^3r*qj_Wfe@ZV47NfmTsl`NjI~dC}hJ6 zr}K7$f{jOkwONZ#Ru#(Ei_AGxd~3MbJ1Vv|TxnB6Yo}_hq(ub^E{B3R96=mTdG%&( zmH))Wtp+AFX%*7Vt3cgd={$5xvdg}QldrR@IwAzJ%);w|JMe=D7?cht1I`=K6}`Z@ zMDZj3R#HzPPJH3K^F7WSKyxtiI&T4L0CoI9blYBk{6zfZJ%fv_cZq%w##k=g@ikgb ztlm6UL&64EZ=US#Hu&e5q_r9tg%}rN-+za_nT!M)eFtrx!uw@YJG2ujh97?Y(Ed*TIXp*IF zU^TjGO>O-1OqoJdXgUIvL)(>%N4?oWITboXkHoI$jw3vzXeGg`;XBN@9!074Lro#G zawuUX(xqwWfL@xI;tcxv_rLQ< zhdzx?byfu#=P}|_r`siO(^9l^O8ka56u*ojEhgrrnxYnw;ruEK@R!W=YUO#&tM+Ai zo25d2gMvSlNTHpIDVjPfp20eHeVzjJY6r#+-=7t6Vu(CPrP0wg_NXdLBaor{RM@^a z$?|8#H+&9~TJ8njhw0PI1|m5_9xkNLCRAmF|NUwd`|y8zVnuC#=nnvmmDv6Uc4C!+ zGGjPZ{iCv=6EjCX=NO3_UM7LpJjHHEpgj{P#b}L#jfWA<102Qt0IVJL-s_oRU}*=W zgHHh)hsB{-c^f6-wa&9=R9hB`P&mSjA*VvCii|%BxVn3IEFRY%8gi`!Yz(bxfL}0k z4Nu8DEbO?FDu`sc>pFc#&^P@aa5TVqR8q(E+u&_@6#(H&>^JHLC#qPOlBnW;;~?g9 zb&*zakxg9A_?U9rXT?sOds5@G^Hk)U=GyPZEPwd$b zn+Y#5w-JFT@&kErilt8%scK9SH;c@&Jc?&<$;p$GOuqPDI)!gc6DdJke;DA?Mf1G7 zYc4SQD=alxIa_B9WSGoF6-^PJ4jcs4)%bPDlFlOI2N zdCuJe9XXRQ%b}PG%DbrChVEE8kMK7*8`k|Cwg*jDyS=lw+iv4c7g>QFQPY}k_3DSI zMm`xk_!-S2*-OrxNIe;B`JSb2yl27F6dIRLUwyxg6S_zWfT&39xWuq_GU#P2>Z}rM zyo*^fJlowC>u2@vW*Ktb#oQL1Wwfo5}E_*cX%0W#DwFhXh6$&f50D-y<~&kO3w4ovk6;W6QWM9+hUB zS^^T;)e@g8Zz;BEteMfuat{J<1O(l1sw8S4V_Rutn=qw?dHg(%-l`d4@A7wA$cxn_(^8@ioI;EmC%*@4|1R%H&nEAR4(e4W`azDxP5 zp=q25Hg#kesD4vH8_2$s9nFx3PnlWno8gMiK(Gx=M|A>S=5d=__#iCKcN7)=7VHg<2u7QdntsPs<~G# zHGU%6^p;uSF2#d5kAakZ0lwJTNNm58$7}1N z_JaPs*xzU!@1*)BrM4K^-(WD14Gu*iXIkwTnZ1*6lTUmSEY@E08PRRFf(fE5G3*v@ z6~}Gh^*j!DQ`?*70Fq(x8W&Mv6b`LCul>%h_GuA^jcnEju1Aa*_e_lr`GcV!#7zLa z(7=nNf^sOZ0^1sO{C*!`tlReLsc1a8t&(1h@o293vU8)U)E4F@H9{C;%1XooWXz)n z1G6q|m{jCZisFhuFa#+j0`f8L53@_OTn-F(kTWTMk@umb^ zJ@nh|a2(w78w)3XQk2?-dk9gx@ages7d|~W?ZULkvOH4MMwsSB-4^NKt?YgZEUxDZq(z8TIMzoIuiedG>>W)5ofK zsKW7WU%##+>a1M^<38uLAGp`-W(kydo2WdVe~r;)hcs}uL6#x{>5|2H>h)!tP|t2^ zxPWU{0$5?$Ndi7r?UFB-$0?%`Wx$KB67|Gl&af1xD{7qF6_9_C?4of#8821Sr?v>A z-@r;mcwZg*MS;<*F6vGh{|){6&lREaUBFyz4E?Hz4^&qNW}?W|0rlxWv-&NLKBchGw$eb)J1}aDMmD3dTm#E&o!ScD1&^xBY7IWM zttpcjXYr9`dW1ot9-g0nFuvE9KM*tZSTa)!JV$-z^T}*Po)$Fqkn*20aauQgxBy+; zEXnd@JtAMCWmB?1#gzSIAOjs_>H;?X+enRvrY5HLl_pbO_~M6QDdRMl%`j8AxhOeH#?G3Tf!1_k|@cO z!4Yw7>-lC-uH9x)t)kHDQcTg0CYaQV3?>!c41M}-D9ZGOhJp+BQ8Z%7CL>HK)7%h} z$J8NX<{A54lwfNxG#eQAvF~E|P+SrfuZ}}V0;S8@aizi2iHGI# z!Gjg_rGPFl9`BIMp2-bKS;@73tbxdQeYnux4b_mNta9VDL>JyAx2+bjUdX;Rr^Gb* zG-+9Ckm2c7`l-Q#OB;9a6g7&X2&s)>XXBFKo=&sJxGpCKuwoBZRoJI-;HW%J7)4I7 z3pzPuD_2m$+^FP1T2Ybme6yU4VrX6;_(FqQ!J()@YOZqJf{|d%6a6_R#GN7qupI%C zBw}@KJ)#lxqs}oJ0YM?o(=m|Hd=T*w$72$Y>g%k2z|cW_$L?TyDUt%9B`OD%wB-SG z|E4RfAG{SPWeNb$!v~0#R2f3eY)wgAXAMtsjh?C^Z%n#S>j|`Gj4GqxgYY46$gl;% z#A|i)0@UF5-_cfXlXNLE&mapzNjf529k|$Uz-S5{zTPk;@KIU6Zx@?K4#K8eu+bc; zLhB)`I2p(M<23^y-3j9&isT&Kilt~Aqx8BQkT5P^VhG5JN8MsN6_Tz| zaUO!mQqQ(Q8Bi6Wt==kmgXQZ$a<zX0b{p|^Ezv5flRWnp zi2+l)!qm9e19FLP$Qul<1<|u8!hcj#h>dNX#t86cia4(_OPP|GOqvv;~Z zEGiQXJV8=C8U<5knWjGHzC(9>R!5YH_pVe)ID6p&G2}RZbTd$(h%1%ySvcG(ud8<4 zm5898Ga^`t8;T5(7sa*Q_4Ot)c>KRe&$vIsFMrG7!gdEb*ZMgre#i9DZHD z!)~>HX|?wcw_onnvwq~*RJ75lY9u_mKw-YN@Jj10kM_DY*wUQ-(0P}6FWih#!S!<%| zPhE$iCL5o0))rDv*}{zTwQ%nzi}~0*C{HADUX`og1Gcj^2&`W!vJ*_Y0w73;^YZRQ zT~AiZ5!XJF+t9TL?}IF#!ORv>3~@;=Gs0Zg6J|Q|x_wy+h-@dTi0N3AN-#qgCv&rm zCUlp8JC+|8)zCgwvafmjZ1m7zZ8GE-3D5=egl1r!8qp=U*z&RmpR}t9bl;@ZHfl{Ja=eCTq>~pe86-yNU!J=n4f>dN5E#Pz#uEmz3 zw3M+Rj1dz?BdN3?ZZ(qbm9ix5T~p%VB>Qcg4}(*ky@;Q8-f<(%o_MaH01w>31zME= z9;o|YXgOLZ$IT-=D0l7WALTf2w)i*Yg;bte6HUwXxw{J5lF7=hlEDiuiYJd0-GC)2+#Q2C zM~L!I%kVZm#~W*BGp08)fKcF@G$v%@baT#~93p#P67+rjCaK>x7)s3OGml1w1yqac{<(@R3;=BTAZ;LtocU z1hiey$pn?+2k$sI(VER~sU@ErG+w^GDcaW;ZF}gzaB&UbMBQmN0CCGvZEn5&{ zk+wz5g7Mdt8VOoz96@!1BgX$D8H6t@Ha3(qn=>P8%h=km)S08nvE0QUr%VQp_O2Vk z=%=+eSVb?d@g$0(Tf0in9Nlp-Af>WzzmO)0>IHO%O#d<>rKY3_E{%hUYj4eYVw_s_ z(!%$b+6ON&lJY*Tb6W-eJv{!9e1utKV*vl;3<*_Acp&XZ;}GI`5BOWo+y}5m+hmbN z=A+J#kY;SvM!@t+HMu$V&eg#0!cFWEoQ-}r;ZudR$cV+L(jUuRiO6=d_~YTrlcSd> zKiZpd+%~qaEO>HwxYtfA&BV`wYkDK&-!dE%_rr31=k-p-j88`IYz~%MHyXA9Bb;RM zcxRWA&r&K{{Xovh9F)2vZ?H^bf9s&RyVHW1g;_8>RC?^8Vze^=PNE0zk};0}8ChUN zO_gOJ@g8ePqQ+0r?qd>k+>Ny2WYp;1cw@0<&o46l*`2fyXDOB^b5U$D_k~=GOl=)} z0q*6$l-;mBO5<9&xO`PoA1zm9YAI^{&eDo9@@K*cUH)SR{Ya-BdPY-8$NYpNnl{d9 z+Lyu(Kx~0@7Q0o3Jj&29yCD;4VL}SPJsT3u;Rntlek$v{Pas^=?nhlGkawBj${B@z z_tv^6ZEqdFY96%rng>7az-4h~>*VF}POA){<8Uq~H}m)>KNq#DcvPpn{>b;8t|E_9 zGOT^zy3bnM7JRvtrH}>a^~<83|A8KFC^I`^2&11iDY7THz9~BEX}2XW3C14B4^+Z9K-~ zzH)J;gy|e0yTZ4?9t$S@z=`%YMIJ>x<&$5TmG0hR)c< z6@#-2XhE+l%(31<%G!%9&2hD*H(P9~KkrQ6&)m$;^>W8^_K^1OCHVjZh+{d?ypm9| z>1%oxS2=-*)w+RmiGl8K?~eH1y!!MkbgWQIbRbL@B?F9eSCQ-*1t)z2_U zt&f<`PDQTY>@Aya4ZJbOCQnK^C9>H-uYZ*?d+Q*lH_ z=-2yL$BQq%gefiF+nNm?wY?r(t*hen9R6b)xWmLP0uSNZT75N2$f2$iY|}qRwi!Bl z>y8;j`Nh%q>yI8ktgWtztvXg+tFNyrpRcMgUO&Uvuj>yVuYLQthW|dPKR=?9dV-`V z;E+<nZ!ma*^ zqpqYJ(65uQPDL3XQjc+_Q|CN)r!2IZP2A`7=AA3zyd>~^wCAVs^K!*=_!4GqBApg6 z@NOsyEPkONutSuK`6EMe_z8E>dkv%aCh{Ob+)Ey-q!&s0jMPGRtfI{mh^PXm+n9{H z&e&}S?xh!^m1QzxLFl*D0+IF~4h4v{>GksH)7T58AXkfTN5Nk@vUM!T`qc(K!l{~AA)Pp_|B>I#C?p3zd; z?{qruXdEVHLZVToGPu9m=>- z>xD=qU%{b&ZmC%H>Y8hfWG;?dvSHpaq04^_3W|2TL={s5-J)IX%&-z#203@qgPGG8 zPg9Y1;_O*7rz|;Nx$yP;o8+q>o4pHiW@*UfQdAn=MX{3}eR?LC*+NKf2qecFw>dd* zwxn-X&=ke&a86O%v^&*+QYIZ*6uZtv;B{Q_%LohR$fI-N0j|DGT#0Hutr|x^~KMD&HzA{)w_oB0+Dsxtxnsm;FuywK}_FwLuG>`Un#KGY~>&4db&US79 zY&74RUECeqz%hvSr?e_uDUx?VbLfpv++a{#>E>t|Pr$#>ptAO_PB5k~cQ;R%-EVI& ziq2Pd;gl^o1(p4^L1M*60UX8~K4(ST8^u2&!lj^W0{xlP+*6Cq#{sVnTX z=M)Rm_`cpFI;ZwGbHn_H9CBKXujQ!c6E~we&O=r3n-sp{4Th8FBoaMQ{3aCNglA{N zVp7joJX`XZC4;8PBbDO7KQ-!7#bWJ>0xlJeq6v4^sfz%c#2doc)h4MES06taiKWWD zD3a~G-^HLnAgZ?|N}}=1hmGDL6ZX!{O=PO01Ca4iV3|t)cCM48j*)$aJ_pjDfvw|d zm<>pof#GVuqtStu_f13CoOcir$2_Oowr7LpNLNca5b^h&t;KR3x3tXh>KtS+_ByCo zGBLcWnU(f^`U#sc5&QNLyYtkmcS5Ab!&7+*N-2HLTCH!Oy)uQxDn{ zi>v!qC{5FDq^7adq=8d&KR!RFI05#f`m*6H&pOZ(@<>!xtpO~vbnu0T7idj_^fYk& z0F7d$Ne~-Ah1!1IG({}|)-yJFsV)Q%7!38^fw5r-MI8W@cDDvX30?xXH|eW9A!sN? z$>peVGJ$I85d5Ks0U266K(StbBFY2j_5zb@Kd!I+GsXDCq;qoy9+ik3QwpG$W@ns; zJt|8`<33p`T>~(^Ie?VW43lvid{!3YJE+fN36FJ1Klir@#yiu2lc7IdKQKaqzr@`L zORVzza54*7uPQFwjwADkjjsaq-t~r*mP~rQ)+s|2dCs%R9DCP$LyyCX*5N#Rn1r19 zKeU|7=O6!EQP}y>U)B|Aj?B*-MCGpTHTSJR`O}BfKOP^B+~LcE=4<`n<3$s#kj7U(n{*-G zl-&M_)arNc#vH7M!PI=_0YCqoV@*9GkIfA(zdwHW#E9$3S?6E5qOo;waCkx<8d9=_ zDvN7Z47|%L%;p_>n50_qojTK#hNQDFVCW-`*TTU-$+LoMIm26>B!J>BQyu^qmX#He zBVnR5MkE=>?A>1HN@f@*7Jy>~4}G20mRizK+;{S7r4lmrZ#k_aCqR#4nQ~qQ9FZJ6 zo@NaOFIAUUs(ErXfh#zCC1x9AOX&nfblt)LaSn!`a^Bt6u3#42s7vr%&TWd9{@pN4 zwt9i0!R8O7usCb zzbRwOGG~;RfhdQlmVXSrEZGOwj4ri?C=QuE$=*GxuN&MSUIG-~hXS}ck2)n6h7zzP zQvCvGjp3j3N@1(f-ful`AMdnY?wyoRmog^-%9ndL~C*Kvkz3hF2AcqoItDcp+u zmAT)h2Q!!4-f8TW$=|+DK^F1bD*kiW*IA}TIO$=I;4&w=hs$`;DMC-X!+s2gVa$m? z*YKa#m6bz239BCZ>CmKPO+}g2VAsz%!p*4^mkvnQNjdqb0+~rD6|PXOqL{*u^9RL} zXv35j77G}q6^Z#!CCa?f9-zbxAh+>PC`UW2c$1bPAwd(1xCw7Q++eQW0#b4rZxc8j z!*$f@GO^D^Wo29-Ghm28I;u;SU6*+__+(5&Eb7E8m;NXjte%Ydh%6o4*i~}yt_wGN zV%sP$QB5v`lr(l+&8o;_K`7M(dxG6JU0t=@+wi@`nGZF0D8SgAmvH z7$EJ+p}o){KFjT4hDWGdM-~oWJN>|Qy0>D4a>5W_MLZkugm6$ee>&yBhBh?_Os*}9 zW_j$|>l)iZl+p@aI;At`d7kyg;;8oM_`@D9_;O)E#_t9oA5Ydi4??!8wTkMvAj(H3(0z zO?WNo&?c+VHZ6oUj>W^c?$emb!c^ki=@p=qu3?ke&DuNeTtxijBW>$IU9xN&HtTXg z$w9+pqc?3D-)wa;ld;a70#4>!GFNKqpS7jL?A(??Da~hVWO?jlrLA9p2b;a5be}BxHnAov7pTS$%9bTGe zcqv?qB>wP-nHUL%X&aMl*k=^uSwcd>meztK$V~8FNkroZN*|}t6lFC>xOg>s3 zTOHszRUN?dnQ8&7TAghxJfoACS{j=)IwmuOM|r5>2`2ww!0`?6>(N}3y zvIFCgq!CFOE<5my@#fPS%#8MI@m38AJc==Qp?obI-}YV24`#7Zvzy9f8QCdmn8%dx9kafm|-0+NhBZEyTJ0KlX%6PMyM?DZZ z@N!M01zoS#b1`2IPrN$j1SsC$`jk%O>927?NZo@nM~_A|v;n0kj1PS3jHMuP3;Zq} zCzSiipwe*^#tmr*W+v_n?oMjM3F%lyt1iYa?od3KWFu*SGw;nQ4fr}vk+NCjSTm=0GzwNn~xIyQp4jb(6{(kop7HW0<6 znp`NWpa@yw%P3j5j2^`b1?SR1@+rL3qicl$NgE0Z8(<(R990)6nBw8E3PosCJJ{$E z!9epdqb!MJ(mD~B$ft6bl6z$oNnC-Wa!%+m;{0HiVB<(-^2AK0QgW$HUC@}6iFw!n z)&o#X>d8t;bTn0@MPjRXE9ro(luQ4rO{vGSkEC zmS|}rt(+P~8cb|hWim?VlZGyk=MZ;3UUk&*l`9^KvRZS!z!m8-1^gtYzfK*Bl|d;_ zyJ-FvUYQ6)^&kzrop8^dD48w=i;xH(uBsS00YS0@2pQo4)b6maWN;YV@D_F;$$gOe z!kNa`iH65lDCB|*bT8#1gEgk#Ww^S)>gq-T9XYQonh{V5wYCa{f_zHh+S-l7gWcxy z@+ou&sw|3H#vi=e8HSkogSHA^ZH7JXauRSLMin40V?50Kux{LuzZ>rIn3`V zyp||{3*fr6cThURQf?*MXf!sL8jXUAb$9f#^`hKBVYFybA}G$?1B?b-Sg{j05e=yb zp#ovOz|y_V4%RxPrAn(MN7YSKXF=VjZ)y$rnUsS_NghCNApgqjHccZMj?zX{(Alo5 zFhwxAS;UBZD73Vf*;xq$#rxN zUHG@Xci8x;WxTb}i1EDjORK&83$WVFhAfk;^kVCHyK%S;K$*LfB~cTi+(h^$YJ5mu+VC|vUYQC-}FWRKV(ODuto4Do8lkgcsI)U(z1Q9bysHBsXIzPY;9pq z)od$)O?l5|amoDo$C*m*e1cWfcbIY|Usb$@R%xT!56YnG4}C}$78Vw50VLWCp{I;Y zgD3nUkjkiT_%3)SLc}&iteDAq#8|P{uX8hFcVWjUt=rekkm>QKv1CY*UY<1fT8jL( zm^GWly2aml5@1zjO*R@S(h5QKb8yS^;S^zIU-)p#e~;Dg#bVXE@TkF)|? zjce+98fc{wrHzJ7baZ@3)6qCOD#&EbZB%bLlgq0y&667hKATm;wu|wj4<1xZ=5VTl zFrR|cDwUbMJO(byRI8A}YFV0;G-%U}d(4tq&KKE5V(|ep%BEXeO)DBRWlSw^NV4lm%|x6Jf(BUQiCHki9@jFcL(5(Wv9qy>Ph3^O6JnMUOZ>P!R-e_)at*fv1m ztrel#}c(|CxLyv1)eMUuy2q0LQn}~lFVi&CUM&=?0(Yd*K0CWD) zyx1fPX{c7cg0vvQDoaiXm=XXbD=YJv)Q)gB;ecdyB6U~|nw{*%_28*t9nE*?z0nkM z_q+@Y4QKs5e61Bb4;~ah;uE!cuV1V6Q|Dc-bE;&B(4~IeXtbYgwRTY1h_V7%if;)s z#5cGVU%AqP@!A<;)a0RGb8j$f2;y`SVsSl0M$E-`UCL1sayoAb2Iv@F=Di_DZ&0dV zc?C@PEdbwXU390}?Zsg0&^Xvv`GW7bDXrB^7ZeB+v8RM)b%NQM6L{n*VHz3az0_Lld(y-B}azGr@ z)Oj!(-x>g31EbbN#tD7Qo+6lT%99Tj{R|`R|B%Zp5aYpdv5@u?L2%3yV<)$ zqK#oFWTtkE6E6mS;MPTXe?LlrV+QLnAUVU1hbn1#aJpU>aik7MRwJgoresvWQUD`Z z*Y#1=`_Ac$B1dzgux~X)LN&4#?swk+2+T82*K?p0Xq?Ihxg|hq7VwhzLBx|g2>qA$ zp0GsYEX6u*#V9H1GKnte1`P~5PwTph9jjcgfx&$kp$d3u%vIT9rK87@;@-LFAi_+U z!ox8;i4NKcA|{StDAxnz8Wrv(4icqDC~gI!7tq!rjEs+A2g0BX7z!I3mW8}g*!NS} z+f?~7p!j?~00tP;7X=gn5E;QSa;i@E9nfLt(p9PDxNT)YArs%@MZZsJ z9*WlIK;WMR4<-YyMs(1yULamw-`L>1bSJPcVUjL;HFe;}5mur}BufsE*Eknl)bb9&Zjx7WKTbZHon&#!FJZm!o zXBo;N9;vi_fRjmKeFA^v268;gql~(eb|kVK3`G=pE1}83KTDgFt<2#L9u7rw>&c_4 zG|!?*BJ)fjn?hQ*^G3Y5RcMVE?rX`ZThO$Fm5*-kW3n|tyz80dh`ODkAu>lO(BKC7 z4)#(>1Pj4GV4Q&_2De-!izsBbW%Zmqx}+Ef6$t_HxiWoYVlK#77+nA@7+cNPf^EK) zF)X6r+C?z#(^cOexDuNWRiZoKM%?5KMvevC91DV^dR|7rLLy;U$<-|=yYMo;x3MV+ zX$5^6P<9e)$b!LkXEa(i9e@&DMF-Ld8=`3o0^Qe&as6QWf)rtfHmur3)DaH-q7bZt zE3;m&{&PjPUKKF08$-V;;**htLnd!ZGpPSeI27Y&8XV(~Re}Z_*0M<&X19LfkFR(b zs{iHiDyaLFc-*P5cHm|i7S#B#lv;^;K2&|Bttib`mPho%MS6>UT8$xq1ZMY$`kj6cOwmc zX{=T50IlYQcggLm^{%JNDpGD6siKG(Q4i-#6+W%fte7uzMSZaf+jhK$5T#d*fHO9m z+mwe6p0ve5sVjMR1boHOMVJU+?mRa6S!5O_r6e(8u&_;jx9jm$+8ff=aK@%LlF9Jo z(0S)6oYa0twG5a`gnFu3c_FWGX1=KZD2EM|>&?ebrWI19xe@A2@aIx>CYh#F9V8izJj>`M} zc+pv#$22gIz?!gc9giLOddL+|hSC7f_WDysx5jG)f&`(A<6>?M(!v3i!ctNbH<3^< z@OBb)PDm%fKpoTU;UyxoW|o{CSZ7w%xar4&A$HTJDf%hR1tjg{UnO&YsdJWtzcFDg z89z8p%=1#@)xRhXROA#kBug+Ip^$f`t`^UY1Ba8@IDLj;Uy7O;P%{^FA*E-w`wBvV%T@*MI&MyP;2AO zOc?_WuW?OO_~^T({VIS!c;)E9X20dy}tHjTl( zYrx@v?j4LmQ*KvCa->AU<1t&hYR?^q9mdeMK|4reL~m{@U2L3fgJ&hTl`??4T$Rk@ z@QQ6Q@HooI^O653c~(S-!*@t_!Xn->-7_jx3m8l)kYhH+(SalpCh^!Z;4mN!C3$uf z`Ho3~85$mnV(ocR%jWS~D*e$DPT?8MQ&u=e>?tg||F&c`xvlJ+EO!)1zu1l*U%Yer z6O=q5RUj(o3}ZSsV(<0cC*C>qir7Egez~{9dTT%%<4$E%PNjoN^Cp@T=9ncVBTjp z&f>|AMaiU_S!5y)F_=G6rivD@p%Q0rtdP$3wtL3nQF(qco0#QoF&1%fI-PDUphakTwdZVr zk*&C=*GZjyf=OBwJ8}PWX=gE-&_#-(2E=4wRzRZpdv5eI#*EDq2`n#7INrxZ330@M zDIqww?H^0~KVejd>=LDD6QdHz>Gfz9C~BcHYo!b+bWy}8g1p%^n})IhFEmyAXg(S+ zSQ{g?dtM)2x!ujun>ay<;jW^Ued!zO+}T(-*7k1&ep!UEWU|tX=G&C zWH`o%B{nuikwL|oH}Lun@rqaeHC-EwyBGR7qOVj)(GqySL@@N#s?JwD6vyIJ;xtsP zxR6p$H;g2Q$?cU*HPV7p#!D4Te^4OFr5NX*N?)Q)FrAIi@?}w4%2-gww>$ADz^UZt zkEJcxkXy%XmepqDWk&x2yrHFJZcg?)cG3)%JkK`xyt9v+arX3c1qGNL3JI^&{V%jA zynmDD*c>XF2D@I zBs5eZtU&2>+US@>4S1$xhSlwJm|M;4Pg3KP+*F<0%WH3lnk~3;U0&mt(e*!>7|$Ix>((X`$vpFJ`Z)x4vsITrmUvVrE?(%^14~(J*3m+g z>?_&a8~79YrD7wa&mVkD0nmkKCIA_OAe2IO9U*=bOIn*wX={)tryvtTE&|>toi40o z=WU*JZ8;@L@l&XiX`_%FmbY4K?qkG|jp7mo%C+DrJ`M+gb5{IA_j)sb%2q(8M1$*Dwb+D-PnlS=7Rutzvw;=5;&1 zRob>~vR5KAPiH8RL#z++2rIJr&eg#00$2M;pqsW5P8xNs2yL=be=O%3(aL7=$HSK= zM=wu)j8E~nZ7ho{iV+&x>E)$0nhD#ckVGY63%DPa>pQP^Dz=pqy{*I^P%n%Q*x(UX zT7`JGmy*v?tH%0+B-b7y-5JI{1ET>J?H>bX+!uRc+Z5c*9}Ie{oY+1yv%);$9r2E|XUM#XAnvTOfmFuT<4^US$zV-r z9cUJ6asbYyTSJyt)Lu*SP{U(Tqa-O8(bJ_!u|xiQQ3@QjnjGFi1y~@S3W+>Dt}2sw zCsZ)J@F^tySou_I1)j`!7%V#?;$+^F0816M${u)Wi295;_nnuiDCtf)$z z6^m*6I}66v$(GoExp&e$+S?HahX<_}TgN-wbAZria&`rGa03T1IssCNvQi}E(j0o@ z6E_$XSGu`c$AkDUysp;%)d|M*WgY{B_!VMy-{AyBx%#q;=T1}j*FMRp02s69-KYqV zutkc0m==%<5^%L|XalYN7RT^!EG3E!&-jJc+qG`-DI>R(wqs?_if|D=E7zCLDoZQv zv$d5=m_@3VMrA$-tNwq_o;I(gyD8UF18xlDdkOPn8*kQ0cPL(X{XRSUs^H#Vq$^)!#2FIg9t`{ zr(tX|5!p6ym1=^5H1!-WK)DK=s&Jk^w3Q5DZ*<5@h64ykJV+j|V!K;4x8I8~GI;_i zX2L@TsT(+#{;=1-wcVtlz_Zr2c*xESXre$&y^4r{PgTllbXbGEKLn<$YYh^EDWG`= z1>4FobkkoZ>g$!`y`9V+b;>>KlT{^YU7qRbWAuD9x%oc5=Q#|r9$d_d%QC~VePTA7rIn(@Gcrtpk zTg1Ol!w)GkNEPGkzYB4s$n5Tj*ylj)mM2{vh7);&wbkVh^tqN2G{y`kkgzxYB#vTw z{RA_S?mgQXP2zg3tI^0=e)4Gf1G*n1lvpvfQWTfr&P+-QTx+t8HJR4&Y2BX7pEIl_ zV9E?^ne$*LSln9gsM+{JXw*hYY3TH>qp%tEKLyt&2loXA_T>)6v>a?|YMFH2bRNC8jwM}9)qm$>=oc2n3#apTgJNLv z;KalF4M#t7hG@j7Qd8i0zHmDZ%A|pB)GneJ!V2LuIr45=Lb`zcQZZ~Ay5kA5P@w!8 zqPz-sG5!-5w+KfbsS1%xo#a|3!M-JY41^1&_xj4~T(KQYh{1g*`0&6T_yNIzg5hL9 z1QqFS;9O$z2AS~{Q^KOdfG?bPzSku>NrQ%Sfr*F%sN)Z+2xtBA6Y-PxtmgE+OAH@i zbpFB}U!&G$_2#h}1Gcq#^JI6o!9O{*F~UI&6*Rf;Q)Kwbh)Jh0e5W7!Dp~=C#TMa3 z@V2~O5tOR0KGWvF6vIcyJC{Hn_K;~!5?PQ`-@rZ!#M1lYt%L2u{o2yfNAZn#wEF!M zu_D&R*|J!FvcC4{k$5219zI%M`}W)Q?^fR!o)5Xy;K&IT!wa6MU(Zm_$JZHd3$<6r)!KxGjD2an*6-r7elbS$ zF39W)WP-@MH>tL{JpqKdL-BoLlR}w1`&7=6$@cu$&sTi#iYH6)s?630Pvzo1N1Bei zsDo4T?WOCoVVsj2qycZ2(Qu#!2MK?mKWymtfwcOD!bBrsM(?<5GzpP}o8?48?lr7eyH^ z;qa|rr0e*LquR^Y93?B@?xzS0#y&+lkla6&DicJxzkqw}jb+Gt3__lV2qMNs=eRdy zXKa|@8Ic~?5emaR{93N8*1q4W{mZHS{{G|n`B`P<4FA?vF0s&?r;Ne93k464p&2q_ z>;Dp+ zx=Yf!g#}Z0NAYQm9fc`f+-qfXjDO?7sO`a7+?=XGSWpu8sC-G(Jay1Z*ye&M*_~ri zOT{Gx6e9?Js(tDF3wS>r__W1}<}R-R@>hbr<1jv3R6R>zF}j314n`um?2JYUOVc9^ zen!^Rfj=2p7(a=oA`G>RP|w8a>00eE#;C_&{?vf+EX}fJ#KFid271(o8QwgRBAz<@ zussan5BY_l2YdjPO}wVw)f8-nIBK;>h6INiH4zGeSmJHlkHt?=x9CI*>b=a)x2YrG zsVCwM#qU<|DIUH!Tdw;sGa&}&0S@S3Z@qQ&rdUdumke5(XKrRq&Yfn5Ni`*#&zceu z52Hn7KCNp0xk+i{c z{MV{{-c`91UF9(;;<{Wh*q|o{TaB8|Yu9<3Bjns{J>2JKP3PE_U$~F=ut;ozco(iF zMUwk9a5iu7s*i_|Zu`b*JS(0R>C#V8pPODOtZ zTlu=|FJCX|zP}FLt|h9wq2QFT7x>G?3N-~q#g>vC+j(+%FT=xA7r@t{R5(YGs z>?Tw57|f_PcR{DJs7-k0UF1nzHq|9p3n6u7 z+^1W(M~w`=`|j=Cnow18xAbm~z~$DJ@-ui0E_~+rHi^X?x??ohvK)(vCup~K_IBHC z&I4^3{ydNChe$m2+xQ7pqt z0=be!@yZY0I)OjI9HJQNU-~1!sB3HW#{%QZcCG+10rX7lcBdOr;;m_|v{CC{b~>Wg z$N%8l#zwJZZjR;Q*eBi5Z$mRI)$|ZOW`IPv_{lgz7arU$FJ(#x70Fj+io^6}D{un~ z{pr5zpSBWnx;@X{%%4jzX|lDStQOVN{ktf>$v)Yafjd%f-elzg{F8*VIgHw}WobEm zi(<8=GK5QnXiC%6za?EJl?~&oO4doY*qFN|$w4D>u6>%0MPx zhdpVko#^MV)yOT&{dBXsDVB4QsgPmkMaQUeA69i%9D=+6r@^s!^yugwn@9K9;gowc z-u3#U`r2n?EmN7~DYKexUo|7=CSY@<){`N|5gP+6LUxTu4Rum_wuEz-B-47wE_A`ek~q=(U6{`R;V+%(UpiB%Gu1z!H2mJU4<+hXszZ&( zuvtj;8LmpNU`hm-?HYWKoJ%UFl;oA}7((Ss@H$_aWAcI>tmUqgnChYYIj3`=f;Idn z%&S3Z?#qJUE;Q?2sMbBvtsInV3NpVF3P-H{YXgdSmlLdr2x}uk>KsW-UEaT*2t}jt zu4<%|W1J^WemH?6{OFDmN~DJGQT^tNT%!A&kCt27n{>SH7isp-%&wp!1Qv)Pim;$@_dF~pW}nudk4*v^jA?Qx(**bqPk1E({#)GqKw zhGdg(r-oC_6{ls!7RsMk=!=`|r-cKJ))T!R?LFLmGf5#%;_qVV{dNDNWfzIb zRLN0H-B1ipw)E@zS^eA0JgW0m9b(kuq3$@My2=HbWV!;w3DdC+{VAG{oTH?Ls9zr~TR!9Y(> z*H+KZ@%;o|UE?b%-0>gQ*WW#^uVTUVM-=xuu_{^Y3XQRf11lvf$vkr5Ups=Z#vMsqks>dc!&`*fdB$jSBau!06Z(MrEB9~}P5mNcHX8d( z15X?sLt=)9!`%4t`{Q>Qhk1egHrx&I3N9*J2T0s8OaNb!LrlDL?TUeSc{PRyAus_| z9W?#gm4UJl2;xw_In;2^Bc3Ka&;A))!5QAF&;yLRNe>Fc>HzIPAWr|!rsJ&@Api{5{n9=U&pex|fx7oQRicRrI{dDH;<6ePNkTfG0-ap>29 zMRUt9B=&9xuA{j%!HFVmPFG=1A@wD()j+s8Yt zmwPAW)1^!(=iE6ngnnjOvQg+b!}i6*qc^ziu^WY0N1rzu(#7KW>(}v@d)xBe-ZocU zgbV7{&pTTuVrT#8O-FQg9;lXV4|mKCDVHqO%_I^_#2%r ztm*&*J8nZK+ino}IC*ej_qGn6w~r2w3g?wYUL1UYg?Ir9g#tg{eRzJ${@k&=uAaTk2hMBrY!&=RnHp3{fwa4J#U;074t*9ossd;}=4gGQa9 zcR7Tg$h9lb&aH;(h`#G|QMI-RCvGgt@QkkjMD*w?Gr)TQ%rvH{U!J;Wy|tMbOTczWJv3hNu>X1pWk& zad1QeKZ>+%ug_J=`B6tJ1#_PQ-NJG(QCX+VK5)CVz$n3t3rlY;gJ8Z}O9>|)4JDM7 zLRgfVP7#&DQFMZk^^)la1*hIcqS zqyp`36bv@QmZvkzVZDzB98VM=0NFKD-e~3>CbP{MliN|sl|lgqDYM*_#w69CQx9~* z8;m%}Ed{$pg3%^4f(%fVsws(%r_pT4m|Dw??ofB=USlW!34bhykNO9q- zhc?CPQ}MB&N+LK0474&A>`vbS-fq|T0m+Rf7k#gTJm+p|E2F@B=Zsw}AiMPOX-d<( z-+r5`Y3A3%$px^PW1L?Yn|z3y06iCA$%ZPYJ+AJh8!SH(j(p;5t}3~+JDvpUb_aVP ztyhiD*r~g9>3QS-a`lPVMetJL20(fw7elQCJm6BaOD>#1uOD@R*ATvbOkcC-hxvNq zblzhAMVu6*D)^<0Z5Ue+xMgJQP<#fM!DMzfrKYMtw6tgj)hVKJ&SJT+d?sqW{@904 zpoX$qQERw*L%#-Zi+IbUqSsgcD40^1-bcmZAlBGMq&DhLF1_KDs)@1$hVPYl#P33K zuwFi*_?dI|rQrGBlw@ z@&=@R&O#q_jatH*d~vJop%S5XO#k*H83c?D#pG)4LP=vO;it|nTCBa_s~&$WN+p3S zkc!nK5XY{%Fsn?V@|Chbx~c7vEMbJbN+5x$wvh;A@Tt;?pvtaa@q-B1Y1nNh|8jCI94nTB0+U&IId= zjB=^AR}!U?91RVlwg+D}mr|KpOA-c)lL7NM0rNO7%zhTkegbAcCrne82FsB-OPd)@ zZ<;OhMVS|GX4_`Vu|$uV=P24#(YauYTiBC$B3S&$>2CsbtJio$;R4+4p<;|Wcw7|U z=}SYLMHJn=^N{bt-3EAqjW=DPxI^Le1Gul=+Vxd!tU#i^zQ;U$$R37~z)QI%%FMwe zoMQV3YXj%yK5eVN+&rtqDpbv|Ldspgxb!}6*^df^vD9Ch9gyswjWmn3ev#LdHI_qC zCDQcD8$$eEKvnr}Kv726Z}Wo0egZXteMT4POA2stdd(dt2b?wE);++S-^{y0G@E)Z zGt1gDXT7s#DmswSH#*+xhZ00D*MW(M+%ca%#UpSz#CdxTOv&EKp(2s8xGEZH_8(5qbtopIsJ4#=C{k)0Bi#w)Oq2tTdEBXi1>Vi+>BHLh(tJu%Jnu$4tUqQK0yNOa5yIu)g)@uf ztt;w%N1E~>FWPwUfFm?T!b*a5h0HLzsY->3H?E=#p(G7J#sU6YynOJWh*WI*G7&c2z6#4l3Y%B7gZWIe&d`m_B7(qyDiM)BgQzjd zPY^X@n!6<#fJ)5Mh#B)L{2MSye-nSZEXkk0iogA>^ai)O1c<`rGD~nWdV=p@Yto@S zJ&Cd6T#jYob_@rSc9N?_nz$2IG|>Tj16j?^Ek_J3K_c2Z5sRB1@GP}6_GabYWOjPW zd$~t53uLWkV%oJrnaU7P%lBDN^1X22X%*bqB1n<56rm)BuB7NmnXs0klj3Uk+i#WT z5Jl)S#OLsGXGp$Hny*m05?1*tQ6pm|N9_6mT=<6K+i#=pLr+nWHStjXsWVYBV;;H& z2)wU{lZ(*(Z30()C9H(mh}4}03O#onc;lF`!R{86DM|8Cic8I7(|~wdtNC8GUX-ID zR0F3nZBqZUFmuu4h9<_mIujEUJJ8a=4*B-H2Z7YRxPREvP@;nLenk7 z%#x`wL+uu)hXBnen{FaEt!T_7F16?Y7|yW0H??JFGWG`;UoNdwN}_hVz`*ZL`fkRw z%9m58KHYS0GDIVXp;<89u52m(*sLPWx1t@iWIRbJXn-}Im<2OzG0h@VE#j?BH>Bet zgFTX#o&){0g9%&}25z*U3n(O;1VA$AJ_8(`J0z7bqMjaL96FdG6$$GFmKbmLu->6@ z53=h?1kz0bz+B^|wbJ}d%{sG{1vJ_Mggy-EBBktEkP90VhC{HSO0_HH4_)Bxf&r!E zMbuhg@#L+?xEhLeJGr~N;_@&=B z1dY-UNjo2*3LI%M`7NXWtRDoEkyMn2?pVq420Au9Dx>^iO?K1>{b=U>&{h@(f-D;H z;|A&HeXX^JiDdnog2%JSMjlz3xy|BPQfs1&wh~&9Vqr$hWDlKe*4DN~ZOSW%ZqR6> zKOUg5gwnu;x;fCX| zF6WG`jy9LbV8}2Z+FW{WJ&NgN*lg)N?2=j$j%M+rVYjraim0t7p{H=y@}%n5jYj*~ zR%-_}+;CS@rO4cl`}FO%1w)o+*-{w-X=%vUc(K#?sd)gbl-G;wL}Ydwn@0ndR~q%j zjR51Od*_uxdK*f?fs>Ervl=k@lQ?iP7PN4NwiE;`ITTyX*VP1E!Ur<^YV=TP%0pax z+yJC=AP)u!4^a^!8|=WC?JAC%jk=*7F|NjZW*qP4p<$V6r46#WZ4HFFW?Eia3&>ei z6Z!;U63orwlKJzGGnISwjKT&RweTt+Z|PjKq|>yLm!v8eNlGHgxr0~#NAl{gW3^+( zY{ri&m$o7C;d!!#F8#&;EDp;X5-dl9BL5i-(5;-_lJlvB z!toPj&DI>pDYnDqaat7n8W+1BRk0dCg`+h@#MZZNSdR{4#tw$NggrNSVVE``Ds^6& zX4y;l>wnF%_rKP3H^t^QuQhLmk*mpmO|fr{?#D6lK_kEP;LgH>uUm4^m?1cTb+*L@ zjil6|ks&l_{3SE^OJ?ww%-~DO3_9r|gQfTIrPpbP@bqR}>wU~CLWslrGb9L&{}};7 z<1hKaU-E-l@`FaL*!%vmEk0;u$PWlAnm4|~)2~%Jm%~Zn6Qv7($rS#QDf}f<_)Dhn zA1PBv$B6%XQilIk|KZOlglJ5aK{QfD5YHR`_xUUs@I8jO`9J5KqXVRBK0$KFUzb24 znhzi%h6Be=M6`tkHzUw z4Q@S?S1(!qPuiK}z4CaH$eJ9VkYg{mC@aM2>G?Tww(ly?ji=&c343y1JbjX*pO>G{ z7XbzS zpXkDxA_a19FcXflvIfqG47K4cUbdBEp3HN^F}l2AJ-0mX>k!-&X53b+9dmHlK0Y~V zN=lMJ3Nr}dbTXJl1ar{17==TTs=|K20s%h)+c-hkVq`6Ys98iR!oD#ob@=&-)N}tU zr%Z>l2-D%bbP0x>N|i4CoHQu`;7d~^<+qB+pYvxir9k)Q`yo-&8u*Ly+=22OHjwgk zE`5{s9DXU%elO*@Oy3am%3RKSF zf2Ze&%9w39L|1Isfg6Rbm+h^+=2nYF9UGq|A)=5VPKS~!)Yj^c#07AYaCExt4+f|2 z!s~nE+YKscO=b)%cEMbULu(<@*5ObhXmhd-8#r0Oc2z5d7{ueoEQo;E6A+I9pgcPg zZ}G6M@Cl z>)q&eWEq9eNau!MHmS3!G4`tC2FZgCjuH(g(vl;`LeT;+mWa<@f}~)vVeHsIhGOS< zM@A$J5`}kTEy6;&fzub9+|{UtYkS}iYcQ!UMn9~%UAS^NYAsZ{Y-DrBG&~vU0DXo@ z{{cKpL7!qCsNUsz#t)zU-}cM>d)^e7fOayt$9*AtnLKauMO8If6+NdPx)oy!$Re~0 zH)`p(&8xH)ZMA6zEpu6u@ukn+rUqJQvpZRfWX(TRYpau_Kdr<#ygm zQ_S9^-@mP?(42SzfDe;RROM|UfVY_7u0T=yd$9YWFrxTGg|mYzz)|4#fO|)w6|s*! zXl63(rp_hC$mDq>%z<5vCJTPiM8W4KKq|b3e>RKCQ+h32`Stb6N-;KX1W})9V1SBMWYO;XuyZXdxh@D9P2=148#qxvIBR)zDuTDMvPVsE{bIssPI$( zNLA*}qAiFFqljh@u7lUcseg+FW9wMcK|9CR%JY^E)!Iy1Z#=wPP_d1H&Wyms02u%S z|Ka;101^q0uGina6zAi`RgEFO(Sdx!8)@55?fkR!7^AkFuS!|>` zva%F4yJUcmTiS4`5G7bJm4E^42Vxeuf@M(C!aQi?MSJ&1bK6?D* z+wZ>TM~$NR!LDx-7exff01Pk(TI!5(Q}A?2!a&=^>Ti_Kk}`??!|3h@W(`XKIxV%O z+%U#r-i!d#+Y6wgZwqoiTwjqOC78HIEWfciBi8q5sN(_0RT>!C&)`{XE&I}zJDt#e4+VOx|%d4H?9xA|oC zshA8=dV)VIWcqgFjVt1Z2s0q6&|3r+lge+>zbe?2eoCCV3aS%ved;}aU&VitgEv!l z7pZWO@45wP{j~F}vE6LoENrzJ%_fII;;=xkKa63*MCoj8b*=PL4x9`I z-<(a)(6Jq-Ya7awXHKol>S}-{feu}lQ z-1Wotq|rAv)w#XA_J*oQbHV1S+0d!~+Kjd;oq)vh(7TzxF{qT$k~X&HloN?DeZg7g zhVOl%hj3r~Li3wGg4h&O!;>M4O}iLba2yf_5yc@Mk$zE~a+>w9Qn=f2jgWtdYD?+h z61-G;F-s_uc*#gVty(p5w_qwh2i71;ekbgMLOfuhz2Phjgau6uv?#ZPA9TGT#)~8D zOz<$Xb6_nKsTEV;WUbJbKyR};G6lVvd)C-RHpHd$ma=z|RV==X?3d;)ioMCPi!v78 zWH7RM2%yO?+&*TXi}(N}(kvj<(UDWdW3WDv*bRPAiX|Z${^&NKJhbITMXax`KB~b# zkE{6gTm1SxeqCFGuWOIRZs5AWKlaAg?0k<2IDow+HlQk+!%m$Zz6wyLI7D9KId0FN z>*8ljpXCe*?js|;lgFa-9s&*};HT`XYPMyxBQ9ZUqjY34?0W+b+1nBFO<^dFJ~}WY zWJy+FX1X3KXD%j~e_~u^Q3^c9Pq?W7kb&RzdLGNt!YX+fq0GezSrQ41wAY~?0w*21 z!8?@Kq2YiVcupT!=>AwrXX}GU1vM&RJW^o*HEpiSwef ze4Nz;@^18$f40w|FebYttyXzyt=(Q)hrXWv>ePPUs{L!V_I>*tJKwf?-P$?1zb>O` z4qW);aWG)eDPd`{*$R?2lq4vhBL_DGYVlC|&SWr9rb<=ZOC!ozJVr$w9I`{Y=o!s~ zDkg>Vj%9ofrKqUK=P??zv@eh^lglV01~09jR|rRF3j?F5+$mAX2oKFJg{?~inDXgM z4iA7~ljR(imexzQ@qk>n=I)GT19Y%kgMmV8@a5p}1b^hq$2EP0cQ`eh1dr>-tx63X zwJV#8xTwSu=>A(49#a>WQ&OBWDL=@H(9qomyILlhpUzuwsb}ZS-44iz63pb)@OSd ziJRf@HxG7f6eiOh0#1BtI7L!qaZ25I!32`@SQ0Ntq`*0Qyo9pbn9g%jh(*XaEZlJy z(Qb$lip0jjB{d?fqhPan&^&=}D7GaDIZ8fTCV8jcrj&^^& z3gVOtSR9N+uh!?<UWq#=Q*3*xlf_eU;{^i+D)@&ooBKd;ON05`XX z>$PsbZ@{2u0I6?)iAD_~D! zQX(o--vtx4^ib0^pe%QC&ne4agjPp(FhI9iG@PvBG!EH+SpqAuA94vg7l@Md^Q@_d z*vS!`1EjUrD)b27VW@XK>A@|5NmKI>xlGx$9E%}6sO`3iErCKi2V2hoKeb+L9g|#r zHZ=C=)6m#mItJ}z>!jJp18wAWYGmd*^lPIC&Z{Qe2afWA=sDrICW8g&ZkZ3yC6YCJ zxVzOt2++~Jy*!OL-c60;0BpinVf@52E#_}@=C@j;v1~P8w_As7U0yk;g&$*oGJ?woq8(&+iAOm7HJ#gyW8-Yb3H=7{z#^FA zi8q$XXC~P~;&L>tO!k`w!zfJmv5**C9t4Pn!Znq*=6W&kcQ=TX zt|x2;X~V}u9__01)A*`+080;j%&D=Na%Q8Q^(Bt2ZtaVoTw}^C#k$30luu>a<(W5Q zcuoE&=qf@(tJU~eN*+eAZynjqsCZB`1B$)EC`pS+u1n5@V*XHoC%c3f7#V)11P8u^ zg0s@lFY$H6XS=~F%CIE+MN%&+nz&WkoRvk4lJ8Y2>PXbJv{nVCi2uW&LR#gwb^Kh` zEuSi0PWo1~+AntYjwoj}3glzc_2WM_e%w6z>3QqNjURqQ7UeWO!j-^+a(tWTnO!|4 zFcsDKXmjcP(N^Q9t>-&6S^1+OJLjHYs!%CEr$9+|kSq*|B1PUqKmL+a8j;*x>75cG zw)inwCB9W|p~}|?`Rhv`WmvCBf2@KD;^rRsL%yZzNSL8Y^`_ixyk2OU8p1y@b3-M8 zqQt0g$wV+3G}%opP)!416rHO0dI{=KD!JEYzR~0a88Mo=QL5tvg;Katun=G3jAs)8D;*j@HaY>Urw*e<%%R!DcC(ecjrg!Cab9yj-eZv%MS1B* z9JEy_-UpHFn5=eZB9hWGY2{@VO7?`vOpMOZ_48in3}1E=bViaHdYdFO^6{4?GkoRF zCNuQ@u4G1D@@J75DwauR;;{`g$&A(2`y?|u09+cGF(T(#WF{m2;eR8Qi2~%^6P00r z*^8S&WqhVI7KPDrrWq6_8DB6?VW`7_RLCrKM_Lq<>`tdhX5lzpqMA521Mhd2!=F3hSS6fgp+pvmN*l*L5-RLSTXrOa zTv9$l3IrX`4@_^l1itvrkc` zYGh7Ymm6w2-Fum&dvUaKSL$c=?DGlX#Aq@uB=PioayV-q6gkR25$UV(CB~dihQ5#t zGIhgDC-Es|6`fBg?LL{tqk%##(i3LT_cykpQBn9eF@<9(@f6jLNs_M!KK4hGe5_Wg ziZ=`hu*(~&Je~Mcr3CShO;ZZtkCjL#`V;_N{u@2T{;7YV^@`*NWR?>Zc8$ZKQ(}}& zLqAis;j-5e30?|2VC?1M8zV^B@1AA4B1E=e8yo>%Vs#Suz&zA-G z+J5o~epMwHx`$u^z$`OcXXhPI6(TL@79Azk z@h*qxWPAAR|8^QD?ft{;9k}q1$#F}RY6F;}CxHJ5sY*y{W+KaT%%_7vAOOL!J+uW5 zZKTS|;OF6bg?pq{Y#)$$&;LD{+njgK(bW-pS-6vN(rPwisI3P%%?bVoRzLo8QC*0JPKZ zcKauGA)Ny_YO3I35#<|A6Bw%@C1u6qfHG>~^^@$v0Q3sx!a724VN&SZf@3U*J+m+0 zfQ4t=zhkrv=HUb0uAxuu0flH(1>yuvmykfenkzMqS>CE;-*eolxstqA;}7Fztw(wf z*J%xlw+~L7x~s{bd{}JcrD|zU^H&rJd)M6@o$!0k+cB)xOl z8uK(0npHMy#SPfG0nY_BoLm66jyrl5Sfive1GfvF{Bo3Ynv_ThE=pOgDqv>O9K#_$ zz@dkx*s~y;MdhIZnlrg{g8JYQ&_A8@ZSaU#57BpS-5@(47ToZZ*Pn9wo9XiR-87fK z6oI^?JQNTOtGR zj{?6tfl*>rBA!&0zrl(T&x5$~^gN19tPrP1k-W99N<^-49~@BN2!R>l$Z-Hhi_zb1 zkq3rxV5d1JpY}stuRmF@iqJzJ1;og%6ZAcb7A`qx@?#o2qDdE5P8W#VWoYqTayGOZ z7f{kgZS@$rfe%~2-qY1^g2K0gaRw$#->76PgfOOn2 z#G`B+5X#sZj`3f*XkvI2=Dab=nZhya^~c{=1q+ORoA?-_3{D*Rp^W>t@s)$F%Tb@( z^T^|fFX}2Eh@Jz;w@fr1wiv1iE|{WA*C&iYq<607gY_m@ORPhedTLK`d}S%n50yKo zFxP7Kozci0b}eImX6>sOT2iv6bNW3(;bWH@Hr&7n&G_haKPI>D0Y|(aBWpeCPeM`B z?UhR0hY}r2e=GwFN^cyY%aJ1v7o~-FZ$@y?F*Y2OyXAD6G(K`m8=Kyu@!}++4mPQ{1hCOik4DP5{i~2N&-4GcHX*pIa70IjEaOZuswN(M2B$l3@9cOSL~P_CR%CW#CN66Ao!uWHYxRB|GP)9rFFMQdjykQkSakQMxkT3ke0 z;s^1Nd}`Kgj5C^qSG2h8y)mYok5*XngzBkYc8M(sF_CZ1Y0NPf?yCV*zmbkS(g9Z_ zN`;dil>$EW+`@fvESN!hDwR`|O~@|F{dlhXX>^3Psr5p(T~Ys2JJ;*U(*QWu`^`e8 zKW`oL7XzEZkCz9{|A(LG0ZrdO)wA5*)6JfRhICNaTbIHjQb;V_Gn5fXJc&$RSswua zgz?rQEY~BF3HYR2kzTZjGXxHxN}^Dq#uMLU_6*r+2^7wVwjc1H?oHX6euXy3ziVlI ziMM5KOB4uq^q7e0f|ym@SlO=Efuh}RdAr#FMD)|nFSw+8FK0Wr z#U?-jO5n@#(t1U;oopAj+{Ih>)@;7@^4T2S$k!{`Oj_qQmL78dlJnAY$8ai*uAOq< z@+wwS`a&S}_FydZ5EsqdE=I46{h^*#RBVV?m6Y;S*gnV82PS8of+3t7;}?t$vAea` z%9aAp^_M(0DbrH67a*~Pd9@JB!IqaoyQL?|<@5SuH;}_jjL^bYJPDspZZnsix?=Ln zkE3fvfe$QQ8sT+>@U`rbME9pvajt#tg%-X_uD6`-r*BXfMDTD1s_IU1s_4eB{0La) zA8B9d2oH(fqP+SgkZ3tbo=8sxZ8y69nAuGFW67FH5s3#>%+ zSA|uNub{8!b}QrB_2byW6ttLx(=5WZ!=noWbgPHrShZ?& z>Amp%F?0_&B#$!B@a~|=X%1z$jBspjn=88Kl6^{7Nn+l4j#dqbGDZiMI+F^r-NePTzIHV@j7o&sX8v97|E5{Wcpn_L{#<;IV3S@ z(^n*n6=Rx^Sq@yOkjHf=*85tfpa7_N_;3eNJQGJ=`)PBK=?5z8No$V@#i2k*68`4yE`V-ttP7gPS3kd9XOwoey znnCe?J-y|^X#2{kLXn-8r~S`?2ym_53oxJPfSK>z1PB~3m5q-u~rAv?TqCf7y&CcW*Dl8x2`*4D*>Kq zjxx%{G0O@GZaLA;*sp)4P=(K0hkH9GJK3=cb*Otw*C}%+s(@?@r>PoIyOb2q#*^O2 zgkB3V7-kkSyCM>4T>$e_JOcn*NLsUwY-&4!F&Oq%h{mwcbG zZ8B>cFK5gTtVukTbLP-8D@>m`_)gYfM^kr4R4N7Y;ql+!dXAQ73CtJ0%RrgXW4N4U z;7s{4yXx`I-r?4E8}p1N`kz)N32A%h2yU{= zsy*L3e71#O_n(oq4x4XeE?-LVyuCk)d_ZUP{3vyio^6yn{U%9r=)^TqU6+4DbSMnqm!^w z%ETe*Q^&I(A65MIls&$4@-l^yvR|i@DL$jyd%KM^jw4oJ`YGG~1!lk5kRzXpAY(-{ znHiPxJ%gW-uT#)es-sjKO{Epe;3+UUb>sEx48B6Wol<%C+i#~-#s3^4`r^#)Stg`-o3I|a`eu}yzV^bq%Z3zh^Elr|JI=GyGGL__$?jJw3Q4|C@5nA7Z{k3qTxvJ00x2+L z?7i*w_SW&M<^f~VRuWW3xheNw*vyTiIMPokkb28RZPyMG+V=l@d5AKAt>ctVWt7Xh zx6Zne=e&+{mhn_{sb6JQi!;^co2*LdcwN7emc0o{{d#SEb$xB7=IIlJ>`;}&>~|2d z7Z&4U_PYw%xAxmxFHa8lw|>&1qO$zV5uQrRqF>j4L9aYa`8JM>ykHD2=jfIKEhS$^ z0XYue9l9KgoorEYvY-IxW^pNu$}`azC;f)TjC zO*{Kt!O2~*QxKW^pb1~r1@UGx}Nu#Wr!PUhncC7x`vS!77zPojTzNOnf z%?3GGEUi{qaJx@(F5PRkMnRX_N~FbY%V8n%oOf5?wou~B)E%K@nvvvPjolE0IGeEPRgvA9f9Z8lEg*ZK1odcC7IMgW>99$Cigb9k|5(cKmGcLk z7<5xtH+6EhEKE!!}SzqYi8T8`J?kxus7}C^dOoiYZg`i)q_^G}O_P7P@0RkeJ8Y zncPsKb9B^P3WE-&`iA1<(>at0W>o`KnOGVfo&i-Z>KdhLRJmR+k&?=IfX{fY4|^~x zlK?aIX^JtJgky2#56QI~pi>kA)QzI@4E05Au_VSJW|qjve}tNNm{iyvdJd|T0fnr3NwJCsO@iWSQWjH{Y7DoR$(exPYX?=d+Iw9-$p7{{i=57-NN7@Y;xHA4^IAqEc%BJ0E|bfD^9-ysAuV_9**yk3tr zuz@$?sdODWU}_Y!ct&M9VW{hs8Gbit(SSje?>9?lOXaBD%1Vh-r56ntMX>?DWye;Q z&&u`Xvr6%eG)Z8y30Jlt8Jng3W~)V>AR#p%!PX2gq9SeSqP29=(tw+$T}70c z8bByjsc~mR4P^ixqgoF3L~lymvXTIx%>ud->*FU4T~txTa_lgJei4p29vB4@eMWw4 zc5Bp2e{TSYT>^2A+GIoCjLc{EAr9MN;Hky8d{{0hiJNVb`jfZBQI!#?l3?9yG*g4{+4%3x=ttsPQR z;7fukepB)bb9f~!Au%WrFZkH) zTn)Y7Fn1x&GV>)4#gW77EE4(6$K%-7)v$zBshOYu@x3$shbu$vg%4(>7 zFss3S%25q>9!DYKYP2Jh)k>G0&O-tJl+plD(-sJ9d=4P6>#fe?Dag@zQfM31;CEWJ zly>bu4FD-uTD$CP!r>H2r&c~S&UrY#?UPf;62VC}f|CBuJD}}tUCVRBs1c0lguBwB z##{TmO@fK|jUG#e3Fhh?Ea-W=q?>Kytr5DZe9xxF5C!0$i`j7sO? zAELe@x62z9850$Wlc9(DEvLUpnGXx(%ZvP+Nmq<$wnd4p;0w&hVwwB3d?sob1oO=N zR*5w*4koS&a%V-kBSP@G+Mrx1$jkvq%14Zm{^IjUA^)%nWul&p@C>k^ky!8n%9G8N z)PgA1lInP?5(Y_+U=Lph&Ip*G;LauC7G}S_kd8Y^jxPA3B;&$LP_JCWzl2gpy3%cfaWzg4I_ASDoU^)D=YqAcrROjvPn6R~UV^ zpB#<@3LdG9pduGOztaIS!~d{}!J>e{MUx$uT7;Z@!0*vhgb zQp+o)WJ6R`M~$Q!aHq!YF30mx@K18O{%8&4$TwdV0XV)I^a|02pj!q{da2ftK~QUc zNkZ6mRf<}6{0702K7hITYY>`(<5yrNQq>b4tax-(=jGl?c~f|9N)+B-7<75g6207 zIUd$e4rWvD@-uZyVFGC%ppN8@Hq|+aibH)QHk&a#CB}nM>Z=oYrznSMS9kpfUBnFnxF)GmmvG~Vqx5)(e-I|1zpqWH{^SnT^~}vt zap^tE4r+Lj`zUH5-uD>aCn{NS*MXmhIaJQLKw#cd%7cl_HX!3)lidSx!Xz~D!Vp+2 z86`J52xJ>Da4=GQ*`;9gh1g3*x;ss5d<$?4T?@dh&nGv zb%Jh#Y#P;7$$sR0Avy>^)(|1FOsIxgy>WQo)>nz5d|O|m1K)S(7-EpP4P8-S(G9q~ zMcj%S;s&=%W)9pJAXKHNs9)6Ks-?+X*FZ0LV{sgm>*?R7~6#(YQ&srO^y>q0(0c*sTN5}$DY!w(8VPe7_sKocAg2+Yd{szQu$e2w@ zXNq~cfK(FYQ8H?DWa!88$GGSjMcn$vpzpSvL5J@`>NY|*0Bx$LqaT`fda!Tf!q5~u zJt+uHmy+)7Y;89Wp0~FTPvSZX=qPi$Ly&4XdtNb;-yx@5?wZB4O}FCB1DafF~#l;mc~f+xRKJ}s}xX~ z4TK{yNSdJIzFVW<1TuI#fXvBe@z&E6Ad(+#ni_OPVv)loS)w+V-z=S#q|{&tCug)- zg3l7^31f$Y>fwau@0N8??RGPjqiMw=AiAHK^U%7f zb}oy7{|S{NE6B3dA2Uq_VrrNviWE58?@1PS*zdYQH2*T9aIHo&7)7ThQO7$py;dPt z=@vs+kl+y0?vcHpnga#`tG(x9kKDrFGELFql@>yw_QY~WM4&3cGK$6Vj#aMZYrcdQ;sCd1iFm44Fq4513 z)33;IJS5+>Lmo*hLAsU0c?>$6t5RMEzXmX{nqNh_M z5tPk0Fc0YaQ$8hPJLmyTfqNkdPcb9;%0_*8X=SDKMmE)8;fT3198n7I^Ie{}}6 zn!K@vFm2V>)lo^PX@yCpj=YZZkoqPT7h511@&b%BMXLm?0A~V<7V3>EhfV5&%HKL! z5)j7m%Y*jb;q&q-n}_Kpin<%Xe5uu6fkO{tl50>y-rEH-CRUhO&UixQ2%kLD0UZPhpldf1bu42+EW_PQ(_Y#?=mbM?grffKYPs%m(+ziyN z>jlmwp*AfLWkU>1=bcWonjB(}gLFBevQ+F=abZvZ#2K^#w-!u>L$wPd;d*0@-<9TR=H#Ixl2V?)7JPXCtSzw-a(i*YI`f6v zJ;^tNUh-Mcp=WsaiLO34?yx?1TlmOHdZtrW$s*sK_S!cADSA?3KV@Y_#HdyyLlPN$ zPICMP??MceC*|boip=D8>MT>DEh4Cq3z3q!la``XKk}u(x_;D$uZhE;w9h3KS&J-o z{h-TXy7W=9b%VDoiss$ebz^s&=}bt{RE};Lj1?sLWOn$**3l#TTPz~ln91odkf`#e z4T;a9DGMqp%eQS`r_f?&2qREmc1D=oOzo5Z4W`yO7jT_pt3*<2jD24WCY>u1a}A_! zh2_7r`DH2r4@1}AVhBKmiKuqR4aO{#LWvr{c*Z^o$aA1z4z@nFgwYW%VY8yCEIDfG z#1Dq;72-j4wy2h2X=Oxcviu37>afR5?=|(bQaFv(kF2Y0Z%yewR~6FVjl!di<Y2I&*3@{1)sAxTZA zXcJjYP+97GsMU0U#(-##**TY#JQDB_?h+BdDr3+ZZg5D5=@sc*xs&9Gqvi_*l8*AH ziabF<F_+*!yTKf`Kd*Q1+vuV7Fvh68IxM=iGT7P7JkL15cQHKQVnd*?E3xwY{}> zytB3aiwv7r5O%(oD8~k+b{!!*;0=H)H?j=GfmA9Qj<&K+G=%06I(bPO_~p)9X$(&J z+0^7x6im`y0`t;Gc@PYfBQ0`PLqlyw@2NUX)zA%jnsHa6#S|UZ5t&jB+f=xG`YV7t z-KzcT`~il_YAvPO3r_W(O;(TxUdN)5mgFqMK}QSag(O`ph;|j<&{xBv4DNlR)?6wp zXB@(SMD?R*P_Zuciw-*gmO{(+N-B!|KDvGIO&sr!F5R1owPu~fQ#!TflQ7BGOKbPIn_>$1 zr=(0Q(y>G;hKAO|qI6Uu_d~^i!v71h+v=JMn}%+3o!d+FlPOqcfsJ3DQ+&5q(NdxI zK$Zo}D>djb;lKWFj7o#rEa~dkC>hk+fv5zUE$9wM>!k}w_JrveZhyFbz~yj!t8Vg= zQr78wY?Opc;LbdsW3G9Bpgy$aw^kU1SfcPwKAvR^#MKNF|^+w;msY6+vS zScovH|8@huS7TUObx9IVJ2RJNk#Gf6n0_-=*OVD78QnSI)GMWFb6QGvzoc3qxp8wh zWf7}#HxY9KmpF=1vu$;xxFmlRDFKZXP|1T zW)jD?p>D`7!!bCs=iGJHPlK}dNJ5FuCYjQCWpu9JY96>q z7cQWaXlgm8AP2xZz}@hI{Ki~yvULQ^D4I}J*h~iG*@I}k+xR3t{Pr%SL@? zOlZEIx^!Ew(vJ+UE8&6zA&LKhlCF))hS1jYP{h!9vnWaU$ST+u1J_ z(zhvo??gH4P}~$obZE65h5V1)Z+2eq?7Tjq%NJ%VKsh^tC?QehcO}z_7Hx>xn|X}7gD@4DXi26U!o{&QDMa0qKdN6>A0h@^y7hcC{_mgtt!HeDU}!3 zR=->Sj^y%kBxu6NMuEg)VBVq&^rThEJY11f@u&%5V>ZftC{v8l^&0AwfCFbFzCNX-uPE;qAt$v_lmym-=i~&_9%7ddsw1k#G z_=cAU-426X`h>+jkoI7T@jwm|<&@HGN5Smjbr{?jv$Z8ylGj?g&Ll-m-~*AORY(8^#7eB<Ed))Z1WRche;gK&7+=#^HY;c0lWmaLlg7X!*lxCWx~&G?HzAmBL9&1f7_YBD zu-IV90{ev#Dk92%uC?{B{yF3*cZh`_N7ms>P2r1aq3D8ARUi39g8Wm&9*mv9;VhN@ zpXPNQi978Taz48u)D#nqX99cX+Ou!uiau8@>8MyVk{e($jd%3a+Jp&BhFCdLL%D$> z63(YXaT3J7PNwxMv8l4JaA6aolwcxDP|h?=h>DXn>DNCH@p1?=jCV70a=_!XP z$34ir&US=@%iYVo_8xexe{f~;EFzmI_GhF!ImTU_=!VPQvy3U2`tZK`kB35!Z{KIz zSrRGx|41y_n7hi<9Pb!=ACnK$Xr1bTC>3PD2p)qs8gV$3JDa)Bo; z7BLx`KyFNio9}?QeuF<>Y%+-%ICgBo4Li7?6sf0I8)YW4m351&mKAL}r*H#dX&Cm- z{|(~G+QW*u=$N9P4L&8WVg}~igXsebc8a|-&jI!vXS&Fj#{o?cNuKrK4Haj*_rO;F;N2Me}l0h^aECk6LBA=iFg#;1O6Nrh8 zPsv>Q5;}}0sdhrgy$N^u)mDoICWB5yC+4Ck&eNS6I{&;?eRUi-^%|nCNbCaLZ=fkU zxUswf^E>$fCpeFfa7cl}IGjBxeev(K!z$Bt1f@QzYm#RQ0;WN3y#Ds|&J7)wpaHM|;;ET8 z_YjzR6*w~1tbhtNw0W;$prWFNRl637idqGjBufFY&BwF7C?+|I48@vXD*HD|FC0Xy$IxmrVi9aB z4`)svgAG#7_Qt=$!)E!jeWA|rVMW=o-mWvlGc8C3lBfFoEs#E}Ntniatvw7iT4(Q3 zi8bAW!}q6q?eZrx`}bNV_d*8B8cA7)rXG=|R8En28XWl?FpX9MeC7-R=vSOX67>O( z%t!L2#?cm?Ug9L7avM`)>*!#lXv5IZDFW_>@Mx=8Kp5lTOMXwBQ7f)qXPr!!dLu;sn|yN-a?drx){irHuE z@m6(%F1}`JvauwZeeUUsAYG zGXmZ4-Rzik=VZie?znuO(8kn5^Uwd&5vRY(x|`%D58fQ3)Nbs1upB$6s&FaB9gm!p zen5pY2cI*w@W7UJd0~$VIu5wA>7+6L{oAI*<QSYD{>%4j$N=Jx7Uc7#5q_{Tw_~&x}&GiV|-C65ewmT(9q#uEX?fP zlDD<^jH_^fIt(DJeCPZI0|%s=Xj%TChn_O^Sifu2ON?Z-fFqn8L&^%MTU6MIu7vgj zeD`XC=H&YxsaS<3Fpi0bV_ZSyegYfZgxB*(1j*12|8Xw|o`g3OTg^lC9>*!GD|nLV zRzn*}Xm5HJk{Vp)<YcrTa%~<6i`ih456}t?(9@x zKGAY-Ak+vuwxeM3lQF>t7ZIaL>%s9CNtB*$xs zU*f<-TRxjN9lFA@bdNvU8Z1l*ZY*wWl!|x zqAkxjvb1drfufclv4`=$9Elxzw%soZ#3T0t#CFwKrAA&l10+A6adax!J1}+)NLd(^ z3U_I|E*6hBF{sxGmr!h=I~#Sa4{-2W2YpS+T#%0w%xe9<%EdxJIQs*oYZ{OCHcA^M zy7eQ6LAmdH`}W^-Vg`lxZjrxG!=QAN>OGL z?cD^(eT7CC7$Kv6%zl5Ab_ECIBw5s!ojy4 zNIW8~%{cp@Ew6bQ(*WS&Snmm4-D)r@rZLHIWHC#1afAQS`^Ojr>*JY8Yp0P`b}Iox zH32d?dW@yme!KaeLa_g+)KFi1h4V2Chd7x?evQ%>R*QFNP})!-Y%^`4^880H2g3z{ zfoQ%ku>-A&?$GjGkx}3h<3lP(= zEqAyzPYhf*R4ZAgrB`hBhtvyAp*5C|bv0Np3p0%+Byvh)!!UrBesLx@<_JLNH z-&dE;Zks5{ouJ=-GeLo9sRzG!ZRZGKN6S<|zw-Xy+^_?QeF{q=n0l>}I%JsD#%CiP zM|?$p@N>0f&IzX<2>27FU(IkvG$_24quEgJ#4$x-1Cb!IHc$SXepzDa!Lsv3jyU+h zO4rQ&&Mih$V%<6NPhN90&Kie73sr0vW0OkkiI_&pX(4QjF3x;w<#gAkX4p@Pss&?` z4T~D;O~c_HGBFOBDr_i4h7%mksR#EffRlWOsay4-8eYq;b8XxuDU7iH3qW)92 z8R>elGc9Vvhlo#yx_Kw7#8=+8boP^&zG9A@1Qg`^_0bCnO9ll(rdAEcF@(@Wnwd$Y zJvza-agCVhmK<#UkLbxV9z7TgRWf3()OVtKlRXS5*DW00`{?b>;vYqo+cn#~a;)II z)tpBwWJxd#!SHU3}F%^t%9VmW}Hf3zZVjl)?2ljvsL3fB*W)zk8JmHVUY% za;#cHH~N)7KRpLAey_=9lu^9odrO&FF8S_c{kmnWHsA9lff7e`JQB+OCiX@-n~I=u z*{FFZadbY5r{3u~ZPq8jVs<_Yrd0wUfo+wEOhn=Rjg7mutxh>WL(Y8r@#FRmfo0dB zcIOeXSNy(bTT1b2WrGjhy{t=`6qP(sE=vDcYgwV_DD>q&@L0x0pl3~mkNa6#Sa z8M>scz$7=rG`ch}7!(K*xBXzFVO=+6YLgnm3NVjbI&S8@i__EN%3GO2?=7JW9-h## z&zWI$i%GXL#{9mDH+J>3Z1K>-YD@1){*UOD^V`Vx`)5Zeh_A7qfUmC;WQbP8KvK%E zKumYF3KS5@zpLkeN19eX>y0qV=aE43XyY5l@_J}S(0N|E_|Jjx)NQrEoCYS5-5B>- zdQc&0U%?03W0nT9`YE8)QY7u*28YsB=_}6)OyNDLSIF*1=8`hy`r-ucL35lQP-5`m zZiV^TZ8@8Ihe4$7{R)pbE1x#RAC_W6llv#`mlPhE(_Ufd^>~CKZ^RB2K* z`JRwZdBfB5<(6DPIW+EgxQgbX z&hd9KZuGFyswxZsnhr7Ig?78%2r+*b`af$h6jVndRFZo?9tq|VM@tEY9Q=nJ_eI)G zm46z%m}oc^;d;Q_uj6p261OFRcq7G;jYq`cKcG~7j#nFWizlh%{$UDTszR5`3N5|e zMii5w`5Z@#H`_X#4Tu*+uR^ZsBF4$PFvnKMfoDyjd)bmxT=NwKe{wRPWeZaJBK^_u zgGgm>wUSmY9o{!;c$dFxc$b;sUH<;zts32u!3m$C&~waR4Cj$>pKm0spgj)G&YVL@ zcDujVvNVNeEOlH6207%5qHOV?VDDb5eoue?q;gWLH)MjLKkKV-k8K)zOiEVOs)`!_Ln)G&8LBqOw(wC(+eMOYFgEoQ4Y( z%oYxBSF~qsSi6=BxA%tu7r^B`(E^M+Vp$4^l3ne|CNnHqUZfwwDLH<@rzhgrqth4b zMD?np>MNOe5Y1|6ylj=o#W(JXWmX*Y=dv!6KcSloS4#v~Q^vj=rB11(_@PoHD`YU^ zFRIyQQEaIn10r!n)^Aoeo-ez+3sg4AbO7a}Tn|VDG|hVTX#(@-{l?N%9sd7YYVSDT zA*uRVHKl)CBveI)nVwP#-AqsU1|idj>`Ml3zqK>)mY9T&MixWEuzSqRU=zn%8(^u- z)+jkEhB&f9rbxpAhyrG*R*};&A({)~JkR=6HatO~z=wwn!I$ji`pCjMLF$%7aZ@49 zL{dfwMTtG}J-hDbUXz4?>9Ae}w#5$`wrHy#o3F_+$}WgQAV0HvY9c(7|Ci+Pl^xS} z=&5JdayD0ovl<*fEodf_pGy3Jok8i6WOpEg&y_0T7t4*vvm+Dz99_A6FVPa+xflOo z_vN16jo7z2Pr5_y2es7|Qw4))xM4J=$v8f8nXQ)oN}3TdUh`wzoT-M@@L&+G;{^uldKDUjL7G zQ19P{ezdaOy6^u(|9$nP_pl#E57R4B8QQ_>fTe}3*F$U5B!&ZGWE?k8n`2art;dhs zs9tQZQ!nDx7h0rpR8g^;*gHQ!C3+41w6}LKVZDmnO5!K?#|Lg)(pH;$8`xUC*{U}? z8>KZmOSyQXgQcZ(RGLUqG~U7s07Jf0;(>%|802mVWi`&+I#xR1<8Tl}=pT}LQ+xx% z!jqJQ_*jkxF^g1TUpuM^frpwyG@kJ#U?qD?Rw)!ErQK9DEmf@*uFtlLlLP!!JQXW? zm1wgeLz(>E91{>e|?5Bq0l`zIGa?P^6Voqs4;$YeSWQAOh?2}lB% zL<1_nIy^i07HaH2KRQ0T_z5+iFOM!x4$sd~Tj}k4ulLU`jt<@&@1J?E-<-WZJx6cX zb5;f*W=mf!!|g}~mLCQ)Kg4_+IA)CfC@MP=LqI$TLX24Nvx0f;oY7@uERjf^Yph*y z!sp<@g+U<441+>HVsG}@>6I>Ky!R&m-H94D1yf8m&6+A_nv9XI{DfR*eLce* zRECwlDOqK^0Vc)w+*t8hK?7^F4ki?SnB$j(Gp2W;SqZQweW5|n8qk;5bD0vlfDG8J z7e7LMbqy$&)rT4noY&MJ>ez(VjQ}sUlvO?6BLK5@>T1@)sg%EYeSF<1R~wX;P{P2b zm^o@nM#rRedde88%PSQWR%Xv-c^038n!*6t`vCYy9H9p&>LmRP+A)JVMKgw@o1_HL z;dcv)dK@)K8RXj`957lXHcLjRe1t%UMv6fzab_ut0Bg#yW8_OigiHw$TL|sc1bWb5 zNM2ThP+=3PHw=&N7f`;Q4=`*jv1%1%^-|Op$bewl)fCWdp(cr`4we0w@(C8O0p6j zynaJt#Sj^68BD+U%!2mTRF{Kh1G_=D`!Ko$4#}9^1n#>@EvZcfv3!WhB2^xl5WP{; zDcXhOMG5U&l#rMr9#ghAnpl?{u+@UIzr?JhP}An3NnOAXO`0OQagiLyq+e38rivQl z+ZbPs4hht{`v(_q&JNG&r>_ss_Af9-$@x#` z7l*HqZIEt?{8CV-#fA=Iw>*Mfv`(CKHQ4VC&rS}Hi=b!xQt8Nu+i}d%>Szg#+>vNJ zmh;k1nIdqb6}0FQO_a(ox(ewggJKAy>WE01?4?J6k1?c~X6dHG;GEX>*axmU@SekX z5$WU|BzZ~`N=PyX)|*nMNKD}!jzmVF+W=#8QghZc=gS(Ag$t~OAp*kr4mgF@Gzsbw zyj%Q%s6{dBq}^FQV|P+aq6^eh6JvQ2ENIr?T$#oZUFT@WB>`A5QMo*y{cr1GRG-Fx zohsk$AShXRL4_m3k@hH+KaFnfI)x3J0;)1JxiZ7!V3cME& z8RX|!eum|dH0n$nsyyvTfci1!BDU|yGxe`)M)_yAckQHkvMZI&B!l|=lBw)2yJ)#o z5{QUDj=ZgSxmUTTX&a8|zvsB1Oy4pRy<8=ElJgF^EsB1U1%PD@ww#m8!jsdIl3I6( zHi`DI-tQ4#VbC~Zd*#waa_hbO$Gu4)le=ML)-YoIEwY0$2`GM&x?%WBurZ7!*ulN8 zy!z$LYkE#3-ImhIJGAhd{KROc^_h;BtNd~`(#rshZc?)O0>m%I!?) z&0LQru#82PQZ3(W-NS*Db<}z+jU8?w95#xlG-I0@*jL_5@{YuGt3YrGMUJ4O7?#sJ z90?PROb=RRrxD$R>8dpb6S-Ji0KTG$Z&vN`NDwJ4IA(^!V?l7ODnZ?JYEu?r?7MaZ zT~=SYoSwsRZzdP;#^K49WS1W2TifjtddClYM=#I!?!kXb_)xBw#V`bcw)jt*|8)3I z*L(W(@bqQrUaN$EsJezky^_#EEJ=*xOA%-%AbhC=iYkD*rNk&%3+ju_y8K_Y^u-s1 zqob%uVtV%voX2+?Pk2d_4-^U%c5{e607A%v2f*JK7Vy3gn{rPGW$zx3yUu^x`g@$p zr;dE;+K>Pi=5vEz~5Wb7cjBfMRj2AmQ>Ni`IlX?7D6B$S3ycp{Ta z({@|h?!YHTmMTCv`{E10cm0=Wfjj`X*L+dOr}==N@o#^yiQc1Md|_V0MuDY1AOr8G z!%h7n3TF0i=cm9>?*hLcQk{4TXFwJQbj86qo)58r6qCB?447|yaOKA-mWtDMJ(y6} zliB1$J&Lb=!t0V5vc4dG6e8#~&dV2H0Ctl&9M)-=D6C zWYS>ZDM$s_WARJ237+0B(s{HARKwj`MIX6YXv=FJ+81AZ45nAN$!bUreXNCuVV9yg zS~0;{AdwCOevz;d*PA5Z{xXM=<6{tEY#)4@4z@ZS`g%!g3B>JNSuD6*V7l?`qfWDl ze>?Jb7>s8=!H!`)!OEkm^XP56(|vDMpMxYEPw->dpYU>C;N|BPiVa~(E&7;lImUT%Y46_cB$E9>R8YB$hCdH1lsXN=!trq^(6|dk71h^zF@V3?Nyr(CGwvc|}?_`L8 z;t8DJXh@ek!oM|DC*c6ozW5($YSIt^4MG56io_p6czF{H@V^Oy0vhha z`dCd&F4edT&QQ^xK-HoOpf_=v!>H4IAYYVC^#9eXI^?n*-5o2sk&9k z)tNLhTuByvXJ;FBiy|fz!l(K)!-Jr#&CT17KY$ooR2x6l{mIa+J|Bj5^J_{=Sr#(!x>;tkc}yS<)RC4whIBX97cB ziV8B!T7}BV(7zfNRo}uf(ANweZqsWAKzQjd?Rw#Mnyt-fz^7rHejX^PpM?kp8=s$45IT{FuKJsx}O81ki6mbU0}dgSycPy$IUu^%kW{8 zJW{7R?f3I&#lpujOBu+}?-Yx&SQ9@kuc_r>6u2h-g8q;k0iRHK;U_FqNVaRGWs=8s zih0KlbWe$CdG67%p&-f%SN?Xv${%JBJpB1`IxVcdRZx490tcol7KorfiKA6}Om4fS z8a9NqwL|DUJwJqbp%Y%9ANc*!Neq&3kfw2FT|+&qflHFnia^XjkgW6Pl}!3FE?$j= z>=g@Jb+2|n0Kb|PP7-~qi|p${ff`vLizTaR1(bzaWD3mIioR^!u`eWAFQr@lyqapS zrX8Ab`g=89u>oC8GhLZFES~^RK(N06tlB!W^%NG&O8Gp5 zV)1CHP@-$ukm4wW?O^HbBr*PR;SA!@$N`Z|uZs7IX?znT)4`JNa6JdoA`JR*@uJ0V z%K&jT8&bMNrY~fyRNAS1d-tsm3)^+Cm$dt+Sr7Y@Oxd^G>J&EsI|&=@+NgA7+3l~RMZ@XLXmjPL}WoCiEWZgdAE+!gyUk{^McCx6B%S1jC0@tv+5l3jWzhuKk z-cG)|zhpY1YFUutv|Ef3#f);RkZM>ENL*|Zt&zaEf>1!Pxr?9}r_1#|MamK?Z`H@k ztjoA?-wJn%G3<&HQ@jo-Ji?+pako8qnifj*I5`;S`K*07ad|xc{0!MUTbs7UKeB74aE56Y6V_dniD^(Qli^B%ZyC-Lgw9Ng z>SXEQ3soz2{b~AW>Dc=ihtX{w7@s|Z>8!nq^I=koV6wdNSwiu^m#qc)zIvle=TYI@ z%bJGI%iD*lKsujOJ4Ho9CkLaDdRM~83}IO(KCBx+XZZjM>K1jsv%LGuAY?jUSUm+s zHCWgC?vmawsa(|k?vn1W0+H>18jlNUXc-K?lWu45xUzx)$$OC*TluY4$UNqGbh=B1I*M*h+MPBom5o@oDl|Y46uO0Qzbvi4&(J9=I zv9MitLGGQaq|lorvnNQMJd_ppE_VmAiU{riWwGQKd`AVr?W9mvgV%RiK*a_o8G9E~ z-rVf!JOlyz8Cch|Xo)|pU&RBDASkoAR7|d%w&=1JlOHAl+o9-?gDQ~l#4>OotFs_M zcNb&BkC9x&R{}v9vu^^!dGjn7H8gT2TWtymq_W;lVzldn0|v0}M(K;29iG&|bguMp z@QcGb?#b0VBjSsAy48%9mW@Azy4-eiaEEeeGNFp0F2R&xenha6FpgTyEmdwXMjNlh z6xD_bQUTD7Dz)hinI{bD@TBUB{3;dIZ5>vca;<5mf}E}j>);HWX@3jbEkI2;rD?Z4 zEyNvyGL&I;^5oFd%OyFSQ*_HNDKNui)5=!6e&n5=!<2RUEiqYA8rJ}Z{i}q%5NjY#h8&XHAv27DhDc`hBCjLS}A&svA!$noS@q(4!Sde~L z1?8u1@ZPWL@kza(4nGNu(W1S>#~fO;JKHu5X)6sZ3G@*z>sFLXp{q`Ft4U^0S8$r! zT*@=dMT_nrR=5e;3edFk;qlvM{qcMH58aknzg@sqpXtVd0X+WD&I0(*X*t!itH!C_ zdE3r5=gz59dOOqB_UCr?5tMyoL$F^gN2CK{$Ev-fE9$&-NkCCu5lFky1mP&D{{TlbN)g z&zZDvb7%XSwKG`oAKF^pcFlRXv)$N)|2*9IhXFBl*cY*awhgqq`KJKw+A#kVh!#L~ zu>4~%&2baq{`?qOv@(xS(BZeKFM?qqTVoMXakh{xAn{Lks24Eby$P`N5;>49+bIii zif599%)wZIB$o&JsT;=<-BMn{#H+7xlz_OfjL{fNQK_*x;UGKshv*M^=;o{N}0c!PsRPfFDo!gR`0W5 zN~2KDV;Z?wS${P+kJ7eP-s&5dZs#XxNy$#pOhwa{-qWTQn;;X}k|idSivS72_2t_d zi^4`JtggFBB=wbf!SCM{r+rPyq`)y%XR}b3=@(CqRb;Sb_*P~sr*Ep9J{(M=V$_hF z=m?FboRRrKJTu3Fo$aC`$>eQ!`@NAwGK3joJ`P2R$!t0x_lK!97YT^jMS#;`V8aYk zpN6LZ4})dg1ZGaLk~Ey8F&>B=Fhk6sc{cv78{B7B58ZrX`RnO) z^SA2-{J$CCsMEAaWiSEAO^llqW6G+`hZ0PL_5*Sg zCtzVCXrQ|arqCiUYaS#VyD2sTbdDleLQ@hlz#pfv)~Y~>@^nx}F7|k*n62oJFSfg6 z>O3@q<)If2(mnmN21x5_bPySJo@dYKFE-a<(Oeg5-4kb}u3vj@6{C}KwNE;l07ft) zcV-Ukj1Jug(i`;9ZHSr*dQ-nAH2cSuRGdLih1;NZ{sOHP%5~ATx?8P&j=(pWDn2~` z$x$GnABrVME(P{{iS$Tr3i;l+M`GM_3JRIcXEF&F1qH~LMvIEdgU0H*c^Qlg>Mt;j z#6oo<-Nw7PRoy_ncK$nSQD}c2PFt;&B}j8rgb%Gk8r%*Ozi9s8J?6U?ph>lWkJa8_R)uCinbnRFM#ND$mh_*T-wgql zzVMUDmDLUU>5sK!jAlfS#y089meH|xFh$4DD=l`QI>{zz{*9U>E%eabn>MmqCP(QL zr;AT_8+@1~l%Z#aVcdn6>ro>!HT$z>r>sU~M+Wm5-52Z*DRT{?n60iQ-poS$tv_vL zK5gkw+wPZb^&!}5Hm~2d+LrKOw3r1L`Ba7>mh~!}rkzbw6MySrP12V2MG?F<8m(s! zWrd@iJWgBfk93NFVpjwG%X;JoE&9MOwJ_k|L}xesF;0w>?z^8*xLekXDF#8APpGx& z7XA4kf41x5?g*z+db|$(LC1ha+ZPuKY(or)t8N1=&;tlM<2X`}7@(|Yp%yQPTsUFK zVE9+t{t>$0I;+4~R2e=pA3;j6K6K0nJUt-j>7XAJ(To%t2V9KbgU~-4=Zl+*hv~px z9`ad}5`A_d!tY|3SWq26`Yo3>L5AJ#!dvqlHj2U$nrWt2Tfy6L-&!6@n1*Ldg#P=x zN_y3JR}J1(;J^1CzH7Z}2U@27BAw0?TRfkuGfRr@1ea*ni-Vh8%_n_R4qi*K*`o8< z?J2&oK4u5P?~FjVg!e2`5KkDf{209LkJk^D%RYqunIXatYzD~}@SJGk!fG74si zzZj*~@{_ODzO)EatEQ=zskEfV;%=Raf>>;(^f5As4M=THMP<_1eP2HX)J#7xt)L)< zucjmXZ;G~w>XQ{Qpo2=@w}YQ&?@5zB=q_}jo#qx^+{ksi$Bz8bH9n*tZt)Ka@T&N* z)x=N34*wbBwd63Jwzd}mu{?Ho8&o4ce}P1==L5pLqPhI|0^$ z;B6=VdCY(O7QM7;hf^A3_=}D153P8jp2s{F4`T`oAU3@wtDzmn;-OQh38gF$)4(|)z)wH6G)wU ziYGfzi9qg`9W8N$FW-`9?XI`^4y=fLP=J$~)YC47RXF;LIZlPR;L-=Zfgr zrssmsc31INQIU>QB;Qq>Sf@z7tMGE$DN@wcl#F>?5j54}73N7DMRX?_@<$;(%MOv6DuxC(Wr z$Zp8vzu4aNXZjCvm}#VrV7f3LyX=#hb4m-WQ=s*nPBl8F$y`6)CjKNGs-Jj5#~qLU z5>Dlb_#Zt}Yw~0;oQxl#cWc5id05|r4;o8o@9Xg&^Nx74`hih<(yOugjq(CnYrtc> z``$NCN^ZfQ9TH~JE9)HzI2kbNvwE@hUdcfMWX#Vryp#@88pM>vEBedd`KfOnuhrwu z_Ch_5gP8*YFXEgR*E_1{^<(qYH;)AM8Yv=Om_Tb&J$p0%D%K$BD0}@#mz#wwXTjg@ zg8y#mhb?*7mcK@_!Q-)xDc8p+Q-+AINi4YrnMeKv>TgRur0SuqAFeyPzOU#0I!wd4 z7Eo@sxAY?jn?!l|VB{6j?5ZCN>vjkq1}z%L;u512Dov{{Op)nsNorcmf++Phif$)* z34SEW;p2|jJktS28}HsNV4;{_;v4H~1HMt*B^@Js=(RY4p%ue0cj2#$f0g>viH5H3 zK9qSUML@Nql&KpQ>vClnUWPM@v{|4w#}KLU5CfOl8gZ@frnkE}i)6dWx{Ai^bV_v; zuYr6DbtgfF8zr4~dSMJOzTEQ`CCb86QgJ{{WO2H`5vym3ISnlUU^qRcuqZHc=7%5w zp{O47H_U-YX_PQ%CalF+_8H83w!Xeka%Z*dVc<47>8=rpDx)}+7 zXhDq0d}u8^srVcIPeW62AT4n4>Mr1<=5P2v4en34ZsuM9O5NM$I9+|w{6cQ?PR}_x zJ0-aiSeOb+2l1yd|Gx3MWBvUzTQI9O90p;=?W~ZK_@-uES#a<~uYxxu6rNtvdr=T= zjuR=S{gOeK0xt?;FjaFf8#Jmyys^5`A=SiGMxT+W} zkT;aW|HY}bvA}5~7;4g@Um??sY&>0?^4J-l(2FZ%Ywd!fQfghbtp$Z2w(nGZTUGCv z>cI8}dcDyPwH9Z=2lbwVU(l5@x+F`%Y2uTdYt} z9vEVtH?FiSb`6VN!(j@SrrxXAX~Z_d4}o5`Zz#(<+VC^G1&qUvtff|!$7O`J0}`=2 z9H7yU$pZqLH2ilyt-*dsIcq?kF7XY89W9k^GJcukVQ(~#2AqYd;Nk*}fBl3_Ot9-{ zR8h)XapM<`MU^=ssQZp=W13M(X@z4U_S>*U7s?x5 zT4{-u6Xp#>B~m#4XqZHdQnPTzQgolUP$^NLn%)Nl+RMcxR)#7cC7 z2LQ^V#F=4k{M%a2XbWZ3X%b(DLv^u4B^W}3g|(T=*G37#HWEz76LRvIS#oQFc9)$D zHf0tLDk(GzV9MxBUam@l4@}?1$*TcIAPIbk0x%dMnhDd+F^fSE8M3L_ES{>INOm(I zh2W0k=Z{eh&rUo=XEL&0EPcgk=hE;J6M*S_R?tz7z`ec&JTg%moCEeI*cju&0k*}t zsbb0EhDl)niAp9eHtZukPhBlhW38J`=LK&!>#*Y`k>ao*;Dn2o7IARJaLl7(nI7bI zyJQ+nLcL+kwGmjCL+O)hM0Y`gickT(hAQZrTuV`mnB+3?r&p@(IMfmd-{ln4W(`bH zd#sXK@@2d5gJkWR;5mZUUOyOd%7nn%ME7tHNG!Q+u-RNwgK)eM*`iK;vTURo0%>gY zXY{8J7hOFSlkJ^NiF&KJZ#?lsC5fo`3Tgu&3BA#@t4nYWyF|wZP9eJU(>DpG1=yu% z>`s;Jw|pJc&=w(gvp$=JRSJv^=NG$D2SM8XTK>_+SE^=Rd|D!r~8C zQzd3k=cWgi?}$j?iX1SW3?qTPhBq;U8vm9s+MBjt>t@|JALWHG_-YWK14s+yUMh0D zv^pjs<_qK$j!+A`j~40_3!%7Q9LQdY@$<;nAeDoWCGP2OR#+fJ-OO|ZW8tb56c|d2>_K{g`55PWzl=`hgVqf2No8|#jHR|+*E!sIj5IA_hV6L z6lzV5PE3iJXev{X7eJaMcZX592!{3fv`QZG83oO`cB8*RDaI>{eiHMxlxtp!nmob!d#y}(md?*_*p?V=z+idWSVh?M2h7b=~L zSngVtzF+)+n4ok^=oOY zkvA<5g`A2BMM9LhDa)b~C0Q;Vp=OH;QOZZ)4=@~`%zR(HIlu5Q<0$ICy-g#V`I$3S zgEYHj9mh#u@Da1ycod)EiW7K5eA1&OM`)!zj`C{IU*&iY{OEc@$v%RVzx(`W5Pgu; z7sSHo?^~6tL#iT!B;b+CjWeQ@KEO*jK?Z+TnzBu!0kff`x0L9^n~weHF&Sp2Q^{sQ z)`W?F%fMkRkzMT0PU7?;lxAQ}AyN4QAudYshL19xcBMFdEC^FwXXM0Asmb()OI?PX z7)7=oPGo}732D6Or)gIc#=WT?hx|+tL{&->eqyHwDj1I(5b`$RzdAP&p)iqi{Ol(D z_;DOK*r2eBgr*9W4Jr8W zA(n3{U6c%q2Pld!s@j!IFsc(m3ECSL@v;yK15u68I3_xeRhlTN3Y#J4jTzDBKs^BY zaYh;zBWX_3nQvE}4?`Z-EMO!D0TCHS^X4VAU|V&UK3RL342g$QIsvK#c;a!UsJjhk zw@#hg%Nypye~~oAQyfg(BsG^JkFe9!EQ+GDUcN~4TK#H zKX98Il-I69M-VBcI?B{bH)1hU_s~!1qqU-yb2H8Ahj7MoA^dMDoz=lW9S-EC_~N)I z^aSL(P_H;J3hebRA0e>UTyyG=C$exjYZ)~O&jGI?iDvAyJrJUztg6B!K_KA?m=Ky! z%Oz|qOr6?f12OTb)=-8TEw<^ukB9(>u7(sDbToDdA^mX6eZBI-544z*p+*2^c;%Y$ zRJI3a*ikUzqG2+Vv0ue%vl-0?S7}IlKoSgNde@%>8B&Vy@(Tfvn?64&W@9fULTG-a1jOKRlnzq;IW zf{4=(BfjVP%BxWFW}QF!^t?)W>SrpCs=5VK!lejyO2~9_{_&4t7|fKE=w!V!FO)!u zwhuJ7{94JI{L9FiZoWZ<=4>89_1@_~-N>#Qyam~*tlW1|e@fS*_{j?=AnK#KjJ2yZ zz8f9P=74>alUYGEyP_ziU%?FiG7r&|T;ok>p}dS3?zMmts3~}k(+v{Gk)qLcSQ`~I z%0(3MMLx}9E@h&^i^vysON6#w8BtolG$OTq|DUlgkb|AbJe&2bjIXZxpM%u+L0`4w z0wrBI=c$w&ea$n%Zm9c?VZtwl&MS$X0YN&)!El4L+7QFVxXhZoSgL0t{hKTK zfS}ojS5Ln23N+ep^ji7KF;Z!G=;=NU2Op@4%4F&k$y?6Y4x2{3sdIF~@s;Hz($;I= z6I5ZAv|-N|r1{Y~4wZMs+$|z!2{^=N!KpZzs$@UN!s-W30XlLx1+Jz}0TwYh2w1E@qH5{Mdf``_!p> ziTb@?nOi-1ptjUcCt8f&DM6O+59)J`KOI?#lJZ&1<(7pp&zX*x9LbBVnAF@r$SExEhW4*zL z`4nUwOk7M#Y6Dn>izS|>uK&N1JMbr-Tq!E(w6)+hd_5l3p=!M!FW|rjfCnJUwVI8# zSNVVb<=jtz+m#Luygd&yH6FY?-v8zte$-E!Uj3+1IzD<%KgS6^2IL;Lmle;glO9QF=R_Maag_Kr^vzB@Ykrgwhv)A8Y6v!LL`w`Yg@FV6R0 z7Joi{b#wtx_Fwc4f4n$6IX^l*DJb>B(Z#o?Z!UWOd3tjAYX2BoUEZa$i?hSSQi&IG z=gAjjMB5m6@}dDd&%MgQLDhr*5+>*gp;f(ltcrQLYETLhRs9!J|KI#?8UGh@_*2?g z#s53)X1CjJW%z%$v%U2%{{PST_i)pDaq69%UU-KujxN3|ZEiBt)$AMy1LQzFm;&cU zOX-A^O8r|7RmMAm+{|gO5Cj8U3T@8Pc%BS^(@8vWZsHM~hBWV~8 z>Hx=$K9I+jLJZzLa6K3{y04^O`RL@}_|1#MGQt@Xy2yx%%?EEeY?z=VJ2lRPs7MD0 z2LK1jj8SqK%y^<1g?O(%4&c``iQ)V@v5~IOa-q?IgQo=UP)BtlRTDeR&5W5A1Y<$Q zj=+~G2>^m_Yf@BS0zVBgKwwPWw0jhrfFWV3%Gbz52II?5Z}l{;n1&jH!pkqF_so1s zU=nh75MVa)btH)}8jR<|V2HqA>163bgsB7-;$nN3SthbRU~CUd4{3O9;G*6+8c~wT zZfnb$2w1gO&@DK955|5-_t?|hguE^^@_C3jWtdMP!h75S4gz8L-Z;2K)6^JNeo*s_ z_7?>;oVO>^nul`TEtwY%fo|e>NGdRt5`*iI7L8qI6v9VTrK6S^Ad#*bJ|t-{9#KvC zD53AN_0ucFCMr3{w>2>UocSNf3xci9e71E&7(xht(m$6q>a|ETpW`BB-dD?tWNDQm zg!wFl54W82U@%~0DzY2;Grx~+GBnL!g(I&r3{VR?tbj;((rH({-!Q^Hzv4Gl@BV%7 zOI_^X?4oymc<|=zuy=CW`(gj=1jJPk;vP!pS((g>MVpaf01BZ{o{?AQ-yf*ulz7+| zZopdtzw}iQ!AdKk#uG|<^9XG{d9i!*PJ1{1CA~uXX8PXR-Yp4HpHA668TOj5q(?w> z7>2VhLj+p%hZr7_^soI}=_adyW2&AaqzO<=KOjfDDeM}=AXsHfk%DH(Q-aYb7|d8j z>yKtIR9FNv)O=t)IJ6+3Bid6?;68YBesTJ$C(L*6Z@40)SLi2|ibb)GN2G^* zw!Jex+6)q4a&%4_hq_02s4;T5H9)2dY1BLa_VD-^jv{9;1xGJ`>QzQn@2k<$@A$c( z3ep+QOyM8_n3{$xw8HXLMF}#WFJRY5CY1JNgt~GHf*SZ^@;XB${10Jtc2SdzAYvDt zax_feOXq!ZlpLx3l0tbxl}_8+e|@A^i6(z_$U4X6a&}R*aN&OOnwgH8S>|!RJbLls z_|TeRb=(zc0Kc${6fhC*`SAK6dw^x5}t!}^FS>1lSyBdF;=4$+P*7WaD zb9MWVs6MSs54Nn_+Fi=t1GlNIo6UdC2brhZnu)M;BPn(>1dnz3ndE zGEo0B@Tn;4%B(TktF?fcW+au@r{_mM3XrPcCzuQdiXEk%Q^czPhS0hLebZ3x!=p?% z3DKp7VWw5$Ix$|A$K=?O4Cm8I)!j55pjOvqmwTGdhU2i`xO(QiOMp(Z?}lOQzCxqb zWahjpt8M(MtVJMs)dSgQyX%G9-QC=$Ie(km-?Zd302$bu@9Yx31wcj&0Q?t8C5sQIDOhF;ktfRzU*kP)bt!w~mR zeknBd&EduCqZfFvoQ6Xl?Gn(c#*3pfm?@88(XeD`_m0kwPrkF)rM#-(HeB^8O#-7< zr5ZcB$z{7!0V1k?6U+|SkL`65<8k9?n4fys!XL6Bv^)Lq8ok3b0erjv{b3K)+s8*I zwrKbiV=&+e=b?JY;7or9sbUr>P+7ou@XiBXRukvc?V~{oNo_rUIP6Iu zDnA0Jb$(_GW1DvA%zhz8Xic`hLdC~V-sPfm}{ zY4n-}V96*B(|{KLO04Lj-}1Zt;qVUF$<{iC4f!ru%GNvguY)@wD_1d?z48~wu!XM1 zo35u2$1bL;2DfeyYddQ-z*{0PY`jd`KkmV5CE9iNQDO$efb6AxXbNv(d$X$~o?l+! zS^hufVK9>%0&+}G(b;l7)4C}14MB^Oh)>j_>7lLA;!ockkYI(<3b9G+_p`l6d_imR zttDOZdOd#zn($F9R~yq@`@>&&Uj6h%#IT=d)P>DN+fFpiyh;}=j)eX#c* z6xi`57-ZT+W2!3J4LI7*Vv;bB1W8CwB2xcILENl%OMjlI;9+-oSd{yNdye`C)J-1j zJl5XuspJ?XMY!k5VV)hO;z>Bu*;?>us^vb>L(ynFH69YXH>uSMT~d&+wpp{DVUVUg zj-Pv0!K#}@Yh?-fu30C&A6TkJZ3!82q6Cdm#wplEUHkyx>2ffrnwx#m!06d4p-a=% zoIJ+FDifsK`9zdhWEOcHkUAZ$OoImBSq%Kh>jzjl21z{$heMbK?d)FflZTY88Wqi5 zqhu=^r4x&)bB^*zP-WGbXxNQSrzIl$gBdbK3*J$BKJ^E*2LSApo-2-6T}4)|OTWMv zWm1~rm8~d!5g(&HJC&}`$5}k4H~BhuWot!T&9JKo4<(j3WIl=QE{Sb`FFw6^?7m9I z>%eShbZbP~CR7Py1d2#BYk)B!PdaIAszb>Qe(jO#(=h1G;@*5V+Nm7BKKSAM;tVKv zMWso9kg6KJ>$bHvyiH7WGh1DqszG%Ev%326YwV3zTwnU`)c<&aUbDM4ft^Nb)znO? z4?q-N&JdLW`cU~riZR$}FW|t>-jhI!?;?x(NSl@fnOoFZ;zudl=F?@^yX0Ne@Vsw< zT&_{G&APV$R#r%U1;H?tlWjjxfzim}(8?iH2^LRSUnqC9IOPZD->be-)C3G=2Y}!- z0Gta8{4$TR7fc~Ka0cCMxC5!uZ6w}xq8kMUWI#BIj7XV2z=6^on5g|e=l&u~=XmT0 z2Ob5vN`u++F!GbzS2%afVo`TelkMY_Mp*r|gd1W-zwoNwXf&RuR~0NwY_|uXaMCJ0 zd=WChbNjSFAGFZ+Awb7#9t2b~7v+!t*ZD1l|9TgA39%-Bb}hx$}U6@Yg7>}%gLQuk5j?UoI=U9b_U-uSm zYtUkT=^_rTT0dkKzFk@L+*BIBV$bYul}rN?;1LQEgErg&mz~YIWhoi-oxM5V|K_lF zet7&6NS_BJ^w0f-MPRs&kbI7hsjI>P@9H-()#)*|=x!wqfU^#5{x8cC3%-Erl?+8} zPR|h$wJfDOMC=W`|ObfO9Kskaz0mZP(}cbN}-!aBUH7;ISMcV66C8w`bX zSel?=B6HV9igO`4bveNy99@r2&M)>)4q#D)AZs6oC^q8-06Zlyn-x6dRLZ<6I_<`A zJT6xSBEzKf#Fu-fzJ~1;)0#ul6=yZ5Il_Y2bp^BLl{2$f)_rh$v4UXupG`LW?~{Id znFN6vw`y9q!^J)+F~$)#o7T?sr%DJQm#!F*#g`6XFJW_{(d=*$&h)O7ty@tvP`hu{ zy3e(ivzz-4XTQjuzP-D=f)=(WUwj*cyVg-laSH|xo!rguQ-bWQdpV7r9^Yw0_9-!RR$}S<;kXw^J+7v-aBOUj z)a~JgQ$*&Zkqt)-FvDz*l{+Q5bfg~ez`%{mEB7}HmK-x8kh;Y2!)NPu3}hTmbA6>c zy)fLQ&AE=Cr=`A_17(D$R0IV2$x!L0$+18#kk}IiIxu7jM(fJGHy1DK zJFGB&_59#GtB}?M2XLeeel z440zARACRTC5jIm-Akc*<#8{dXb4faZ68eneLZa@QT~ZoTu1M}#cxMtu z^T1|5AdkL!ebGBUJn6mK|IuqVQF7rNDawBd>I1>3NajzJo!&FA>}5KQt#D7@x^Um` zBG?0NpQ&5{Hej*4jYa`j)$e7XwcALTGNDG=^-V2ej2?=jE-S{Tc;hekLi)lN5k^^M zfNU?d`vY2mq%(;;r7kH=@Sl%C64zOu=~J9|+)s!MtY}nG?3SYtIm{3V(NVo+-vz6# zYu7?C?97pfvf|+p@jL9TdzX+VgUoG${0MR522!kqd(B-he2U!wSqjR(4c~uB?;bp; z()i&8D(C47)-vy!mL!O8EfLT1l2NwP!&_KT*#81bpnW+)$1Qz(SW_PU*}~|D0Nh*g zHg63392!CpYq%w6IJCpX&#;NZ_KP91Qja41(g8k>>Nq8o@u~>EPwTs3ys7*Fdqk-{ zB{hZuDKNqauOH~pPfV>x+a3^^_T?e&NY0mA$|wN0UE~_-8qzYFCNqi`Kb`C|t(z;g zgVU3XqmwseI@{xqndOlydno04XNTv9c~JWE{tx>{7w45}Ev>F8bO410g@yLdU{M~O z9GpRkXa$(pa1OsX1hGtMjY!nrob^uP7eFFBl3mLh?O-3oy|ev;?+(vk94{|^dVT1* zrLz~4MVJ!uJ8%$ISbc#S!XmGEYoYVp{T}E|U@Lc+^gDpAWHE*H z)>Dgx(5kUTXC1Yn1EeDJ>ns?pCnKkLDRbdsK}Oz5JXPpu*?uIY{K5W>AI{#k=@s3@ zM`qBv*yhJ`W*}5L1qSNraRP(=)%&&ismA|-DQJ41c161|0P)kXH}aZH$)JMS9PeYq z;eg2x0(lL>ShL|}4%yiWDZuKK%?YBAwvcK4nLQYc_z{KbrZx)sjy79Jb_;mz4w*lE zvWLYk$->uh59O$1%&*ZBO{Kd}F7ZM*Hz1dKi-#lIqdW|>ZXv~+-`{@o27BfPxTw$R zuKJ{Ax~X?W>k>HoeXzR}qA6cAgj6(LHr%cwqF}X~&+fDXPO2GAw%bq!W7v~rO&JBJ5@`lgoQqj9 zW@|0bvIZP|FV=X5P1HNa<{;m9YGan56lTCWOro}QK)OBN94Y@g* z$$8GYTk^HmM)FYAEWL|5z%hI>gwCpBa;~~dZCYsyA#+R_2^-Y`aQA5S@g?2N*6`d) zG^4$Xn=|EAIlw_H@M>?5KViSr&mc)O2bHE#|`^E?s@IhUA0A|z5$94_7Raml}HGsNSq(G?4_U;qo2neV` zZ$8OIxu!mA3M}!^daFn+quyOZlXRjJPj=LMDo1vtvFMfpQIi0|>Kq9;AxD3{izhLw z5;QIwUis^^T+RFVC;m;o=jLTW$GszX8gRZ8iXArzCUJ7>u^Km=?Uhol9D|9_Mi4cms*?SnS_50wQ8r zB#Y4+2PwRA*E>82%BI|l<4J`Nf>SM#Oj(pH8moPs^aHv&c}EXVNt6vzVJwz96y`7R zCk1D12~c-*iU)&3+YG|n3}XVvQk_d<2VYG=Mv!w(kOa$Fs1 zRJ8BtCpHTx?z9Z}&S;|PQZY7O93C7i2(Ov;K7(6IA;ljBj&1F^lBa&W3qQ2EjpuN9 zX|6`=86aDCqKdm!%^s;$T+Cr)3O~MqiN~cvq~=Xe=cGuwv6OqfXl_U=7+g|vo|;6& zh&&2?RL3Ch91aS0wP1m|*B_KR`X(ICDEu4IF}u@{2Q3<8;}J5=GAY!C*F;s8mz}8LzAJbqFKusp-vOuqZX5to94Vx zk@xqTi$SvrC&0yyC1*wt9yrH>y*=oGC4~;-UlHD}_erF97u=qJGg4z8DC9%d+JgT_ z4Lq|Nu*sAWR{k2M1gJEu(QwSJOOfHY*CIeJ*}JVU|*4x77$GyFc`Uc8K^!Q){r<`XAzkjLx zqBcKfkDg5>dRWB;Jit&bse`=Crwfj%>dB%GG&WQ-9~G_S`{8t9E$kItYwcRZLhT0z z7l*}NQFv0t>K4lWIh_@N*t%^*bO7fM*vt&A!14T&bn8BCmg8^|%Ej-EaoeN3I>dqy z205{LohGJvq8k+7>$L0e!!seig3BPuU#Oxopwo1Tj?m}4LHYTkMGyD}hu>D?SIAm) zM*PpaFPHgHvhIDfg%!&%NQN5QDu;U+iD>4!%9>ou3`3Fc|a~DWP}XJ9-Hpf1`(^m#6%2cK8h; zQyhV9mp(!oNsh{-gAG;bQj z;So?0Kk2G_NCp)(hQm?bKtjP-U$|dU<5<8WE6MKU0zA@oUx0lir>?HCLNrj~#H_8b1hIk$g94gOhG_!xXy zh>s-$&1`DLc(yilck@%uxa>f0H(?g9bHKqh$>IMvwh;=ZEKbs7qfr>~V;$a&3ZP{I zAO7M#dTZ)9YMAC~Ak@e`OA9PfwERm3uVfa3MFEOGqimLVu%QvNDU$+AhbuoErz*xO zh}<8K*;ktcRf0#0DipgOu8I+Z=O`?jmaxCXjI=$shwic3R7N3a#zAl?Dqa%kYh6bH zKgR4By~}`N#mId<^{b|in~`D0)ZabsH?EYwc});>Tg~RK%dQQ-ZrSWQdH_YAF%%=l z3Q+pH+4deNcqA;yN8Gp(jnXqJYc%PZ4wen$Iaz2- z2SX1dQcS`Mch!;?*mO?WnDwj|+EV&PI=OL8Ll@g!FVfKX&W6iWAGDmgpqE)vUrx^q z!_d_#k~UNZd<+%x0)#t~1Lo=r>~Ehew(EopTsGxA148rEsw-C|VL%ZrMCwy~nQ4O9 zrr~`dtuKk)>M&ww2Kw{WS&5UCPphlha^*iLPt2ZYwr`gcM*&RC8}_Qz>dR zQk%({!=tzytG2ZX=Hd%N6h+zghq#&!Nsm3jqj19BJd{d$NLfg%(BrCm*P*X2IAqjX znaBb&^tdSYq8-=J-HPHUU>l_#?L}()QJ3P}iV7fL&lVqzR3UW%Dlg6mQCfo+SuWJ_ z4c4Q(3!0X)63a(z0+FGYzZKf{Jh7|~CFo#r2rB}vZ0uRt=Uf*{Pz1h&k$3BQPn@u7 z#7VV<(dQhDOt3GvdE$jq6!@${s@8$qQPAX@i3{S$w|Y99o4um=!S-#QKALivXgZl* z1q*)|3_>7qk3!5Cf4F)}UF{J$iAI^SO=2}Ep7nnV7NkY^9-F9S%r6Gd_BNUu zZ{zWXb@2`o1bo`H3i`U>C|eLdp?qVP-q)pHW=rpz(uo?G#c|0}7$m@%_i;bDwCvn3 zVG$FiY9PL*aI%8K636%f_7g5#%ifIJEms#L*auK(!t&%%<@Fgxtz@bqCzoHfF%h-9 z%S#t^2fN-U&&P+iD2ede`qe9c7d{8lZ#COp?^8{^e5GG*X1;vme#w6R4!@GCj}1+~ zbl-ntzjr@ip`YE0cR?v-y|U}Ok>cig=q-Qr`nF1t%8S8cbN#>YW0~dEF)1=uAe^bR)KyO zTJ+St64Ar3)r=lbL3JTs!~6m~`Dm71A?%W4MQr?8i0GZq@f^ud3CxcdK^Qs(yO) zvy+2V(>ci}k6}`wN3L-GD1-9GQR@e%-QU#o_c@j&*kW7sR{Tv2_C`)^=cF=NQ8Y|C z!z-da*e@x8FQ8&8n(SyzCCQ3vfU4vc&30ml4+y^2=mz=9vpB1 zCIg9f>pY11S6d}gp%*=iT70lE1BN(+M~w+|ZG1*AHkqTMxV(%0%R^KNSBB@Rsa`%Y z-IUnAoQvfj5O?#slS-_rFXTlahUJD#PXa9|_;>i8m$h*0RyF;+T)DpJe8Y83)|YVm(5 ziuz#p7f)uVsz!ssX#+N4TWcmUQ1^=v>IR;lKv9JqJ!4rz7g~qSG8P~xpKTCwEyOg{ zGVhG0d6Tw+y^fm>b>e2Kl8C>m(xJx|$eiUCV1(Vru)6cU34gcV#)r^?i`5eF1|X;$ z+EFqm!xp$L=hfEb%a6YY{BTN!GSJsuyUNGU&-V*qPf4CT@h^c?duH4b{}%Wc36T*p z0opOhaBX{nKAkfOY`SH2d|nCeG*S`Qc;XD+~XPDKeU)7f=Saaf+s*vrjF>( z+j&Q#Q4@*#XQ7z8ioX(GSDX;nvGg5rV{2d(F=Y4HBsLR#w27eti@zsd=xLyoG(lh{ zDt@HcoBS%4`Ww_$)lQ0TSwNe3o6>$KAR5|AvtzV|PA0EyOj20xiy1N@t<8Nnx|fj* z)wEDl$uSXMVJd+@|H}4(_7t1D%UT9fht?lR-nIu9wFPO-HbiEvj@_TkbOiObp<2Op zXF!!xgjhJ&BVIg}WD=|N5Hz{Nk zGB^|agQK_31i$SFNvb{xKN~xYyQ}i~7MGjr7H46UY)X$IUt6cjC=O!ls80XB${#_~ zHlL4f&>bBIsX;wbt0o`RIs=z_hujJ{+P_@LvP`{R>ZJh`o=&P%ek?a})|d#~n#VlH zg*{y{EqGKm@~XnU`_FyI>b=sZ;|)Pns?;h5Q54`%S~FV5{5DoCi-b}}y}T-HtakdT z+q3Dqlg8iozGfru>yZ(5dTaT+URw{TL>v)fp*SbU!&F5kFEKC$9dEkt`ERf%r*z)$O*Rm!o=$}pdKO)YcBO>A>Pa-#1z*;XjkIquYlu^RC$ zufG6?A)um9n7r%TDIG&UY=x#DKY zsNy8MTw?=8>^;l6B9)oqz5dM3wa@pp65dm+vM$Foqf8)sX!a76;V2}3rbe3gaM;Ls zUVY&QQ79mKiZMM2UM(oW1kdWSRwGi2wzYdxeo+|Hjv^$|f`#N_|C$hs6>PO>mDF*9 z>QuCrwOb&xYgU2UEuf4@{ysA02%m`X>i3J!zNO)8q{ajDq`SqZ6qOWYA=-NxAw`Y% z7zN1eT`U^7W~T+BgO!{rp&b=!xa9*8m;}~rvO1c;H)=)01&{95}^Mfp=A@O z$UF!Jh&&L9YVCZ46GmlgKTj{+{(<)mhapfVD^UZN0&)y=tJ|sybrdiVoNmxZZy~^W za8-Y_&Kjbo@%Rhk?sB(xBk{bLnN;}gq5N|AUf55-+{wlBc9huPh z-c3fQzKu{}Ai)WxMqvu~Vl#>;z^5jp`H)~`JNYszBrAl ziCYm3nW0O}9@BpSb6rjmYJm~*N53|1ufKzjWv4tehAdZ^`3<DKgRNQF2iNW46ucNOq2uh(5? zg5^Kib^~Bq37`j>C_4sbmNieEw~#|!y%*aFF3PD zJr=6NzFpru>ttRj`Un$isURd7orkzzt~s)%(b&*d@shx77s1xBk&OQ}1anz=UDv$G zZi_v^O9d}#Z<-rl7s6B{raWe?YQiL(z#G2~eb+bJd>{D_$@JR}HQ7)1P>_?rX=Gg` z;Vq1e0sp?s8>>p4DC7oXpqH&oJ2TlOe+gTAz(z&!kjOxni&W#M^j|1zO8K+xltfkMJ%i@ifzXoK2k~O9ZiSXzvf1W^5$tj zX=q;jh16~ge^DLAkH6V72v~=MQMWMspVgS}Y6+9J-ZCAIt83ky9c$wM*QEH7Dcd z-w-&x%eZl`o;K35H_VLsE&{h9 z(BwuWnTv^MR~XhxqH6s$MorWCOO;YBeuWLjg}q#Cx6m&{qvcM_2V)6;f7v~(jHU*!R0w-*lXcg?ikJcd?_LHDW*+RJ3_rR9 z&4{bakHw7A8KtVD+2?RnMOXpdqg2Z*YVW7dDREVw^ z(>%X{!ya0-ckN<%oU2?B!+!w zU#$;TZ`e$E!_MPOmH>)4DuI&^q2}#+fQ`D{3>LH(fwky};r5dY>}8Y`dmVD9%#fzi zLPlxM6j+lyvtz*rJ*{8kp?)*ea>VObGT3=`Jp)tUhw;6%pSOMAP=|B?gcc0shp@-s zB(*L4N1q8YEW*i`P5xD$-OEX3*1b}*aW$wQsM6W94f5V-T~o0@WzWyn(W)R7Cm9Gz zS*iLZPO$c+Mb$L}o4yD@Xa-T?{0<_?@jju;eJBq%DK?R%5uBq}h9x8b)-9?^IK3(7)TSV0Hlnf#gF($ZxBMo|b zA;yYjFZ&59Du=xE_|T)2OVn#kbMzp>nQc_7@IgXQ#d?#}n+%#t8Tk$S#0D|A_3NF! zM$`8cLDR^X^R8WjISZM6;}Fd#qnHVn6qEZ^nm zyv_btAX^`|YwR{;8J%S2%sbm&x$;%BW5A|9z><4T7dWTT`t~d#YOGxs1bIIL3!DUh zN!g#&J6?L(yu9N9sF>omuI+1P|K6asQGxY0a_zy`}yfEoJP2~qSW5<3|s_h|vl5q%;>5`G&L z(0{@$y9ZhS(z$YerJkl~k*UVi!QocD0jDI5>@kI;3`tEK3>4VYKg)rvqCNq0`kEf2 zj#|t({vxpwm_vN1+t~4Zk_=5!m7BAO1}c3#P$SJeNGPBK-s8`-%qgy5T)Bqx-CS}- zP4$5cvXjLb=UzKY`hDeBa^D+pcUkfF_?d*^+Ft7wy2r!Xr>qzi^(IEZjL}}X6wy?3 zA3dP;@2WX1-)$8Otru|3?(F_cUsw>wzHN{Q#G?0tDl_i&2npU-%u;&$1a+ zGQ}*I2DcVJsWfw~QC}?yySBbgGJjOTSKS`=&r^hbfNnB%CGG5C@D$~mHf;bEjWex3_Qh@E3-};qxO{93^6naJv=+klBMz)j~0pSzpk- zfExRjmtJ@|E>Ip+{DUGth}YORx~11?O79m1o{iHC`yr40HrE@R1)^|bQ|eG1CV0PI z7r(@K&${_xmYT{vJTNI5C8SR-vcLcb784GL*Lh^4Y#UqaT)K%_m9<$nOsR zx-@);T(SYeSWt9`@En@93i_einDv7wnrl!slAAQ2hY12l6{>D_IHx}D! zb?3P52I)pDw?CA$dHLdJ`*i1S`=yC?Z8%?(->hU)DUcSNmP9^qE+uJCLl(v*ccj>< zKvG^3eW#vRMY;UWOre6nK%r}%%dSziV8ccTj3SWhbGboWqKB~8EnM=_v2Q-RR6Es& zuI|>zS9NmH(h3!;2WiYlrg=QJ{6h`%>xb9phsNmy#{g(}xD*1?9NB{DNL4DNe%Jj2RUj^6V6GaR22l(O!>P^I_$isu>xcgc4eSc-CUlHSAP+Zp3ij z?V*1ic&^ey#DrjfPU;xeuRk4RST>M3(hW5hvQ$q!dMvsWU4SkD3KL6qnd$*PJwXZ* z-E=d6NH1wwVT^V zY_}-4tQq+FoG2W1Xrn}Lw9CHO{MUQPh(ruBn63WvDhHzpWZD9VJ@s0il-sUBl z1LH^kTbDvPujUDm?xcDD3%S!TQ}M#6G)#CC^GcF&bB$k&my56vPkP_`vh~PrwGL1< zYEI?jUv%>(-NHURVwkQ^G@`-EV&I|I8OX{aoA0A)nmsEsZthbFGE~y^2v@3%ZGvg< ztpFfxW-P%*ch*5L)mO!?@jJ-OSB>-N;7IKFNJS4#$CeL!cm|K<@cksX38hOikjp-g zx9r*7>hNkHp84ca6yw?pzJXXe1_ac$4oDxNSmBC3M<(Lmo;3Rl=7zW9)4hAwqWRok zYfTr%bs)B6TNz>++E4LQFz)Dw*Dmw6A|O1c0p`j6+BU6W zy)y?JCU0tl4y8sKzfeu zjsw)ebaiijr96zvlh3fPhS5~|L*QuqTfB0~2PG3$W}7e1g{^2CDw*%qa@dq>7uy*i z?`$@lv1pUfD7aIw7g4pY}<;$e>TyjV4JwmEMKpzT_ z@i<+7T6(X-VrP!I4(jds?r9h7U)Qox%rjbp$-_SUm47qnG$+}kBV@3;_fk+-#KM6{a^y5zcN$m%{sU=vr!*uQI)nAo zz2;s|Q{;Rl0$Kj2+E;cd4bB3EVNzK2WI+xligT>l+cxs=$$2qV;{+F^ZUv>Lk&b!> zRnCJz^wJOJ3qsqV8|3@Ef&oNU08StL#x&rR;W3rS2dnRY55v@2ecES#S~oX?*G~?N z-_QEdz;C8o*R1YqFM1Uht+_s`rV`!z-WE3N1h6UGC*sPj>(R8#_A}4<7B>x7IKZ2RFI=x+?ya zFVi`y&Fzn3OIU-WUlmIJ?C$w*J~MD%%X(7u*`ss=m$n{hsubIbHTq2Eor z{&+9?Ei_BmE0sde*SxG77%HeWL{AnoD*9_n7#EXy#a%8{3@b@O+PD9=&0WCEVYVM@iuycD>VgAxAo}YS1fMmJ zP3xcUbujwc(9Fzfd{=YZG|At!+Z9`-M^)4Q+x>6~V6cNt-NSe#(6$vbvuJC!UmHi$ zcyAkvxjcAZ8@toGZ&mX+#6(w)xu?!a{4Kn(oDc{hT^Z^z;Guoh!mN*;*KnQ0`$-d|!9b5*iZ68nckd;>Lesw4u(P?>#@-uBN^$x8BXB#r@c z+qiFI_Q9#K-}OyS$`>^osO#PS%04qn>wDPr-C?%XnjzK}W4)s8i_I%~ZFKDFcG20> z8|ce7uWUNjlf*hC5%V?0}y)bDG32v`ECNR?(N4JiR9_lh=*z z5p1HXe^!nbx|)RcB}ioJ=0P?czwA7#_pS#B>=i+Q*E0$E~J*> zZ>Du4@5AO5-TzqiW3NCRUGrjdYuI?Lp|&;pF1O{DCR}Cn;L(r9&L53_M?bRZ+Fh+5 z88+9RbMxTRj|5<)ZS(bITc5f4<7^e1(K0rb(PVRL+$c{$&yV;K;(s5=UPoUZ(X|GR zWczQx&BMBW}9%lRqV|l z|IX%1Y@+GRwQWYJ>gh^{;sA7RCfXNK*iEkjKbtih=$SMv|F!q^M{V31`m)0-o6Ud1 zPcg|8WBHRBt^c`N{eM&QleA`a+vv;x81;Wr6OK{4fzIP^pnXyGv$p*NeWOYIj|PCQ zX7}zKR8<1_?Q`A8{ePi!bN=y=>pw9NZ_puVX^&}G8m=!m* zv603nHA)RS906r9iY936V(Gmd*iy>WSbIwT^~t&mju=4tHAH$~p%7kUhib%x`Fdg| z9VS;{*a$qhHG|~ICKP6 z7o}W<@6EgQ}mxCSi4E95w-a2Fdf zXD`1Vy?FR0?bl@T4mzWtnP7Tk;F>*}jrsbLV=%WNU*5h>hIyWZ=x6N2tLXXbF`8 zbhJxrv6-XH63~3QDBrv5;68xu5r{P@SZA@31qdoK3}IpTc>}bwaYQvx+0mJHu0-o( z?C}p@Gc8xh$Ibq@gTk9KANrE$-$p)9S(^RbJFoyfQ)Y_PFb*c;PAH zXF}LSuRP=ts0+p$5^sB=k&L1NG7i!)1H1zDKqvhkQ}HhKzlNzF0i2RG4QVw@jD%^{ z(sO<6V_nZjd#1h;N&caj7aIcWjZE)PF$1|VktU$_u!Tcd%Z^LXJ8nZ&mPm`ChI||XjK)+ zezRsWL1N96>CwkyiL_-L1}8W+&{1$9$c-o^EP#eZj25tf;Tvsg^%Qi)?hTMpt?05F zm;nzqte0EN8aTTZ&W`O)nFFFs%BX}xr(4>q`v0zs_tw%_Lm zl^d=B@}V{X{Q?B(xcMBEmFDFFH!AF2S_H;M@T{KvSaj z9g?qL_h2^n@90V{L;;QXI!Fh-1_z-N5idd_>|KXuxLq2V06aW=e6xx%a(j7b*Ymaq z3{B!u5?;88G(?%Z?7F|de4vv-5Bd%fMfJJ-sbGoCkiJs%2a2Xq^oT!qQAQQoLGTc?}^_Du0i`?27ClO6o z=^WK;*#t|Aoy$dc0?mzM2oH?Y3_}}?V@@^1ijeZJ>5HF)j;;Pa7HD6KV4@XgJ@R}9 zW?fIC++Ag$s%{~YxF@xJHL#w0^xD~9GoIQ6y%UmOFRfv0)WYvMPI)G}52NTQ1Q3h+ zW(;?NDipDp)dz(BYvjxUj^N66bp?xYH?&WGqI8!TKQKhn`6g@gD>;Y?Ns3i#lGO=S zCj3LF3Pel|TN>20SGVM~Y&#nHHl8-`x0UMi{Ct}ns#0d#CwWiWEzQswv{4*V53B6` z?)vr>8Qx}a9fW-q3k-WheoE#7s7PoeF8+L@8t~(xbT^XNTP{xOEqj^MOW=czz>(P3 zKJC}74;eO19Lqs;8Z+y-Q8)PHz+`a32%jY)I7MP`;5Ia`X9Hn8FgDGdgz6|UZd3k+ z?DqO`zMJGkH#f*!TAXE46`jF(bfnR5^~W0OnJ`AdL^=bZcs^B(l%g0gPw@0K(NQSJ z%(A(vhh|kbZhn}N4k?p5sIxI;0e2E`Y3HCiN}THg(IMSmQ5_1Nc(077jU3uYu~j?e zHJ-zg>T)-5Mf!aXlI~xp@2fR;F*`cA%MotAngZw*(m82m`nc#C(+++v#Wb- z`Ip~t@@FF9~QZ82&RRW3bJA+nQdy zaC73g?fD|zHT;hRmav7=#&%)sX0kKr_xH=Q+|c;`{AYBx4|UirZZJ8;E7uN#ds@gr zw+FIbO-_i|rMrCZ;BI^y7GZjMwgg7yn+eENLFLWTl`#;i+@UV42~>Ee0sMMR4f$aF zWkxEEi@9vx*hOwMlv0>4K6%bJTiVF6q<&lZ_i7Yhhv+~6UDmU-SZ_1P%cIHzCp4T* zcJfV;vNCr48~x!t9UKX!^*$hUSP0JjneoYN=IDi#i6OBA&W z<3Pyo*3(uCl837L$pNI3?(ME@t;}350 z1kLT`=jc)gi@D}K(gcj<&)Njs#)!F_?Y;fQaPe6xzz@76==Vfxko6E8J)g9nyY!$z zaQ|Ik=a2vP?a<=yE;*VkL@2;hL>dKY-6z$Y`DoU%b(ZplCU@8Un^TH+yd(br{?=n6 zV@^d0o92+jw<|IUp_~I=0CelVFzFMJ%h^PA$=C}FqFb+pm1JCS7_tGCaD^2o+kb-$ zcSjj*Exh_&@JcG#7bwxYr=t9V@a+u?VR`{wLAKcR>uijX*OwO#d7%8HR0$I$-&t)= z%LSo(qe5i@C5xY{`S*v+MkAvQ(KDIs>)Q`*1x_r&_zCew!;mql*6yq=P7NaZ`j?}& zBhP)+Fsn~U%~|uMxIHnsavMPlpr(FT1Y#;2{LoC7YLk=-(FZ z^TxWBU@^genMKu)ZI`#N=J4X<%0`;L)0t=?{$}ThTp3TphbW2RAwX(`Fd9b+bSjBf zLJ3Gvkja79#Vio41$HIa_XYY@Jxt*i;QV<7M=bt3IqTj_7sgFOB^~53Pjl|g^W8aV zq*{;IVec}YF2WbMrK@%OIu>PH-MJZTduIMI-6v_uOfPef$zR-?AN6SNweYqG)_Cvu zZTqrS=}nN^|2nC(UJ`Nw?c0osvr>azDfL|D#SPe78xM=k1L%3HK|;D@B(s zNyczdkv7J`bvO62FD16j@~9VL{tsUi1i_a2<|hFXaq+sGr3I4A`dJpjnBEjF0p#yW zExH7%tSGJgb0f4KFX9G6kIT8FO2?x zVr-oyn8X(Y5`I?N%6?s~(@V!)5`x8WUX|Gd^#juabB%1&P4-kNDRJNkVhJa-slG@v z28SPVex6VlD7Dw!4>R_0ID^*@o8^=KZvCd{>$qQUz-1ry&TQQI`QS z9+~TyK3=_g=eMdO>tD!=vew_k+dl-bC;h)lz25M8=ZJE_**p899C?|Z$I|>sg}h}+ zJ+2=f&_>r2HfTXeSRVTxO!)DykIr-l_w(6>qX zm!fx zf}r_dusCzS&ZiAlwYxots43{Z0xQ?4dts*i0%6A8nEMoIpnFnKqj(X*#KNPPj)|LX z#H${TQ&!n_+A^4c)aFR$YUp;>br*^2BGi?SGkhXf*_)fJ9~*iWB+y<}<}TX-^_$fm zv%x8BND5Y`I%zzItl2?2%7J0Gykx24Ygr*%eORSkhOf9|wAA`M=y|b_H8gxP$tqaK z7ZT=_s^|!c6=|xXZB>7cA*TqEIZAtbSt_9afXhF#?qe2x7K~l4#;`HK^z-4~a6l*&5P6)zt+dz#OJ(1j!8%{XkD2R4Rg(Nz z9pqI+6q*sN-j{I$_j5Do!P zn$kkLpx?7i{4b2(+rfRO?foCCn|eZ_)lDp~(^=xOHIw%djF1&@?OKfc?m5S%l9MO8 zJGP?_myufYgs?)>(XuOfq^MN}P{W8z$hXkU#!10!W0n^=c_yUBmrW|ohttVMo|EGd zMJf3-P%3QA8M8-qT1G*?ML~(vZ`)xP*#`lwxsW7-0mLtjxP8OGRMR#Ex+Jgu-Tzgq~?$}|`x1En%OQQR8M*cifDS^7(tmCgz^t`Rt&w3& zu3d4mQ`;AZDp_1Pdu{q1KFL9$+(uLe3M|C%xJ8IF;jarK)nt~ER&QoW6?%zk8h0F!dsDK| zy`P~^ba>U+Mi+eE-ynAqpUN|rX@0opdJd&}uQW{ZEu@fwb#!|^raX&YN%Nalv|l}z zAYk-@QkngmuC$IywVyw}17TPw3ptWnk*Bs}De;YFnMH&Q)7|q-aVN@Rcy6uZ!L=)x z3c%GXTVGJf(X3W!n{jSOTpb=+gjbWW+~xXYqAE_(nbLN5fbSs&q@eKzL+%b|JSQ39 zwUGt5fwrmM6pGyog&iS9i989=p@6}Y&vyrP5(f74ZIbTI!1G4LCgX;lZ6+`It;q||u zFbqzJhkWt>ONBC$X!;->)_#V0xpdCl4a%wrf-j?zHohf0Oe6BZIw+N2TZWO+2QafNuofS+xozK7NNIVq1cd8Id#nC(HFI)l7$gD;U;d739T)~S zAx{Tiu#a3Nc?49~a4kfvtd5;GHo}fj4=gcTYCNu+G;&DbzBXU{P2$^^bfn>oq?Tc-%Ta!m0aUEPb%T+Zwt*d%i|>!NSFGQGcw<^)|N_rgsiebGZkShu1ZCWD2j=~@Frrqv>b0%SnM3wLo2fVs-MNdfavJt|-QKJ&s@roM31=5v)O zM|0BcA&{rbD=C8$v0f~1f>4rt$i@N>VX3mFhbgXLlVe(hSNaj*}QD^Z%uBot~lWl zwudi3|5@wzJyRj=-5uXFaNSwTMK?U@vmWA+#k_x)^=>Hv#YvAX8$j5>S(VR>g?;ns zIW&y+Gv!++f39P`;5O&E*h@{HCC%W^I~d`m8UJV8>EmGBg#VO37DjryZ$`ShH#mM{ z*63`jO?BGR9@YaidBMo}zH+apd<@c~sc(W%exl5G%PQ)>hI+afc2AhYTOSj{skOkA z6uUyW4EUr09tF8Z^eQyTiD>{uhFO?pHL|_HrY7Vhe&|wGr~`wVIT6FVJeu_JX8{OG z_T@23d{u#XA)ye912m|3L*E<=Vib}8EY?Y!dHUge=U!2R9#im0Be`vPSBb?{3IR1V zqX+->_jMm(F7V^f*Tx!1&boIGvTW_(J48a zp&Ls@(NAY!8!ln;@I~7-w5}?gAsOS=KU@wS>$F<+MebTi7{!F$Ssp+l~v2EFj~;0eYiPn(XwYQE%7v^F_A!QvgLl`<#R2C7c&I2 zY=?K=^iCsiqkb1k-3shv7ef%j^%&edftW@;W^`KtUsYYf)LHzo*yE_ahEq?jvSM8;t^?8AT zdP_5IZBPPwqUArN3?TWDcV+&vCr^U4shhT(O=6?ga8-FaCn1RE#ItP?LpeovdzoVS zX@U*eE>4(56*r+*q?89*!Bi|ZTa6?iCt?%w99l&L8A!#tY)voz0l7`Y7UXKfZfHu! z&PBv~U3qbLjiaf)2heaSwo%HaL!ZbfEBIP`3tKivjgLVw84llS;g|*OhFs%h*j2ep za)u(2(zbMNHxLQFag6MQaK=w+tDDc1u3?fDMf={rP-x^ z>%9nbs`WsdidQO*m|*qDv4_(B%lhzfU;wM#LmF0| zZg>+zLdhv-oHeV>Y0wKBXJ60pGcGH7ar$?VL;W`xPA2Hq{ z8)L^^EE9zh?)Dt0Y|6DHTFF+nPjesi1ODalw ztm$VRSP9n9-%J0)G*#Ff=`e-P185ZuY~?bQ6cj21qn+PR_KyX`IciclG>b|ksg92>j$b(#WRZvvJ$a2G?EX_0JhRw zQwVHBnyJAPSTu1bn%A8m81C$V+Fkf98xV!_ODzbv{W!h1Z9JlWrJfVf9#DQ5s+$C) z#z>8C+D~OkHjc6=ANksqr-CH7%}Eu7W@v}Kr5wuWh7_>t(m~a8L04BrKdM***umc7 zr}3mDWhM@0N-#*_Gs&%=y*hb-$`TyL;!31yWE*+}?myb#673X~$4rPYQ#_HFn62Xu zYb|9ak+KS1>P>U2yMrveSAlYgl6wOgvlCs22D(n)cJlega`!z5H%54}%q!w|(m;gY zlX5`Y7JMYaqMtUnqD(^9_9WmJ@NjhL>3siCw0!Cgc)I zf7hx<#*6A2SysoO8DO_(G9gNT4xM7RlmEJmSkEGDBn7oA@%76AFZ5Kj5Jl1%KW;Te z8f6YetEgvUuJRYS*Chqf6XH%cC-=H{6b^gL7q?s;o282b8Z5to5%JdL-a(2IxJ^z- zG{qKK*7bR*ZLJ*6%S>CivCo&8GDqx}`4PhEUz5H1K1RHOeLkK?S`tqX8750xA@*+l&G+YLX( z^S#p0*)>^fXRoQXG&hApWm#*-TWRw&RS&b-w`;E3X-;?=-!5WP57hi+>(skJYiEokXl-aclaf3ZA^YuVT?YOOad6>7ocwcszW zO=`8PT8rFY%2jVxH?>3^Bb~qHvJ9(?t>*PHB0moAM`UbNiXmwZ+FS;U?lZ7Vg`txSg{ zk;Jl!WybN)uc3yzf|F*~FRy}^-sf`Ex5Bf(ZVoxN@jtt-1(IJ(%>heYpZL6pFl`V4#0qA1C*oNWye3>}-D+Pd|1HSNHs;{VzISx}M)I9`+iU z%e<}?Iw8J~cvN3BeWSAK-#Fs^%rPVXdg?#sAc9m|rAZv~fqFko&WaTaWU281MN9)T zD?f!ht0I11Tz)#_&;jAj)7`!0St0BlOjh;-KKI9Nu%lKq3R8A3->I1w3Ho+pkXfQY zqnJI`Zl+w_kZ3~ZKtnDO<>E9t*6Z4??l0}G2ftR`JJsI>`c6v+Mrow%9=O!i{Nsl7 zefj`Xo3xxpg-#zCb6Bor(;B4RV?w9M?2YBVQ%)JNTu2rCM)?tJ;@?meX4`s+XoRRo zB>rH}pwRw(Yj^zo^~}Cr+!#qH$!Fx}=}@6RzlNSf`L4kRg9`f+)(Ai2nPY$=UgcR|)f zh;EgFZ}aiQxqY|dWoh#v{Nzs^=OpfpelDlv3AF9h+9QY8`PmW*QBcRC5S~m$0gfD` zO=$LBtmUfPpaOyv{cs`b%!@Wg3V3IFeyZkq2Z%SVOE|eyo&_trp7gOiD%amx$j=GL z9g=ZVcNgsR*zAKkqPwQRFV!Qa_3`$zVaf0{K4A0!2)8DR^b7kibOR_Dh-*X^#_AUS^2#a zt{N@BWUnCtKZEKC=(Bzf<$w6Eb4T6u{=+xf2>3;6?#heH7(llSnVM2}8qxWyzFF5c zbEoq4XuCui^{_XQ9Zm2rjq+e*pI#nv{k z!u#GGM^fGO=8^5VeX@(~s7vjYq#aEaZ2BP3XoHUGn>5S};j{z4DRYT0$mw681FOBk zm;MSP?OIcD!9)f*>gW>g(ElmN1_Xi>qf+c1LW=~stBv4$42lb@;bQ2Ce*MBg`0!jS zUOY8Vl7cG(xxph8M(|(~=D4s0l+VZQAQ^F*f?FgczE#~F8DP!Bii`4i-imHF=e@WE zzLD5R1b!%7msYte@wzSk?b=;hn+uao1aK~`hYTeczjYtbwpu?Qg*%sWY+#);4u2Y4 z7B`jmSslVHUj6!QXabSkCWD|ykcQ7FUQI+;8+{Ecf9KBMn?Oi8Y9mFNtdqb#6cOa# z=J)2Z{th>u>6R5BCD#R;u2v*)m=GI$QpS{qhvs3oC3KV6=15vTvRpi*H-Y@2wKOr_ z?f1R~sqAZje$r%qEa#*o*FIWatN#j9Nje&~N{>n^sN>s7RqM}P+W`-)T z)Oh5OI&izN#=m~mo+x!O<#YY#xO*QzGxiQ9RuC}{)ct{4eHi9qmctk33+56hj zM>Zw9kGQf3dG2SA&i{MbQT0$KJaW8^k55pz_i~t-6nxKAY#^m(M$oboEdtzqq_lKfR%D9Uf|!ccnR;V% zSf#yyG@=YELy~KmIZo(E62risgjt$h&7CSm)+pZU(f&UGWk8z03WI1SxlZ84&q^L3 zJq%uv#Y?8UK>`Hb22(n7hTDMk1%l!*Oy#D6gHF?xSf+ETTTEF>akPJa2-A-fgeg{w z$bxWBNXgbZ{PFea`5}F$$*ii|2Hq@dUZc@q5LG4bgdFMmb1aosSOxtFhDtkIZs}7L zMR0uZ;o#fDgYOQ{KHrFGXX|c8OxvY@88Q7+jhKK{jWN=E#&${U4n%_5*}{F{8n9SL zTNhv5f{PghuOo^N1N<}^`eU@pnI@P?hWu=ySk6{KT|mE@53bk|QML(f{=jA>HPr)Y zEG3Hoxsd#CVGpISAzGt!PRW7TQ&Jm6(Ov&)!>GVmFpxg}h4Fx=VV6Zj2s zHz3PY#V%1R1)=0jod9Jcq^Vc&$8bD`BhdaZ?!#jE&sV1}4qtiNx`V}+uVy;Eh4#oo z!TT1iUTU^67usqO6By0MFpYP#)Oya4MU}_KMX=-oZ5-Af=v>Svj$b?q@(!KD|;JW1%$|7;UNFX`~P6Kq`i)Iw_(8H3=EMYKuaf(dQDt( zfZ$4>j@`|Ma{u}UbsUs`sZ094l#aDQ0)WH|3k2ml3M_!>PMe0oFxg@%$=F1t-WDr( z6x!L{D&>v$)j7%d=iIpxnfzcJ2CEybdWSobgG~_H^{)7BQTuRuK;sJ2MWp4Odb{hH zjyAl?o0Qp)E_RD#tUb#pHwG+gWf7@l4Ag&Ka?etf>{UcFK~+OmSQ z9e4)9=>!dp5_rbkYa+*yPhmp%!eu`~nSw@v{sOq`-H?qUfFNdvc|ihnO_;GwR78nF z`gLvjhJYfnSu}g(jz+c$R5rQ{W+@0)wrMJvr2*Q*+5ZybMPX(JH3jB~xHSku*^Dii z5Ph;>gvwpDttwjBRThb2&YH1Wr1*iQKV-V7wz&c!K@6p}O`(!H;1Dz$hSV261#$lc z_9z?&SyM#oizU4foS0lj(UI0CdYxcoWaNM2c|wUkFg3`OcJ45`#{3wZw+Bdh?CjHb zH@w{0GKQDh_|qLMU*t$f`8G!m;_@V6U!_P%jIR^p4J<~d6;hdE&>bKLwy-oNm25*v zjO7Qo8NSs{NKYe{cTVwr25!S+yg^(%;fHyua1|qvP zmXP-dvSSYkr>0ateU?3>0MnI?RiuKn)++LA1o5>ELyRLc5OT(mQc)lKifkkqT+syP znL|z46TW^8qT!?uqL*O({9^y)#s2Z>$zj7gywpfWI&l&8B3HrcUTm$bELI9C8iWLk zU1zL4{1kh=ng259<1e{XbVFIAF*VLdmXXiVZ(IbG~ojh*2nno zP<%vLX+_&c8z_lq!q^15X;;=$W%PCOWY*ZdTBUrkl+&YDF+S+v{%7U)Y%Lr)SE`qm^IV__BK7Xe52zD@$C+Y zVwsJlVHInVrE{t#>zAZb@X_)Mj2Z$5bqysDW2B%cb*ib-+NGAz> zsH4gjEh+3Fyf`_P5!ltu;0D$AY!BmuxOWw>fFjy52YHT_9h$MgM#q@3fqD16R+VVP zYbqTmCjfMZLZFSwVnta$5CKAg;Wb~WRV$Ry2(Z2@Mk>SWXFHEf8dY@zt#X<|#b;ip z`Zp*C$J8hA$EMvsU}m`0$Wn*C+T3ZDN=wXx2uYu39t2eeD~y3u<^VeGs-D)o4-vZ3 zFx!B&(rh$#y3Aiw3KDK)Vl|(*YF=>eyLlQ&0`Wl-qwvUQ2IGk%$*qw@#XZdT@YGxn zMk7od$2T-y)4>9_C-hFXjdCxj=Bn>K_0Z0SZr7^t^8w8?%$j~vhvoSIiCb6@Zw@jE znFfZDS7jqvu3f1NqpI5ky~(yhFHJ+$YR+Dtt&--mK`Ix4(}B7UN>|S6g9p_w$r1=^ zkcryBHb+yg%4-Z%@pwRvp+_TcdLB%_#I)1lYy;QmfgDFkPePM#+pRk0s;Ti76el-6 zilX(ZMa``8S!KZLRq(VD4&9?5o-qpTT5$=iv}@JRFt$6{xOSc7Nn|v+RcIa7CoWQ{ zIIpX0lZsZQ-KzK7QnL)PKz;fYOO!NzLGx=Su zK*t{LY`rTv@($9m`ks zODuP`%&j=h2XG~A5W9s2u{Pr~@$1;wl9ve2Dc08GySqKCnNs?qbJDFbeicJmbN8=F zCV+MKl!4iXuw=$0lbJVpRU?L;teInbs{*iJ!;I-s!|#WC@ZxvOm70zUTLU{$7u399 zCn-Ja{vzAb&$lG40e4tsObT88Y-7?tVn@0Ko6nYONBTKt zqY53f(9V>mO+{_WC1M;55x5roj4i0auxbv9=9-hG0hF+bPY*m2zo4WIN7=uA(!&v} zSW4A9{CN%=1uCEdKN;Tw8k9k46%TJHO0m_ZvK(4w&e&C!hsMCWLPp{q@a_8Ne{V};AW+xR7{>B0D*xBn8z&w%X!u!{$WGk9 zrgf=o1z=R62EVjJ4cg)Ukb>04{+Tw^PT&7@8)|D9|I2NtJ9hLLU4U zL=K6FN(>l;j|Xikf^U1!Xc(_ugp|l?XX{`b_z~|khOVilgt9ulJUTw~Hb;F99lbe< zb#FP?G+vmpV|;nhFRP1_$cNptgHG%|1|Wxx<;y+1HNtE~3qzZkoAVxbfxHE|%M|qc`fd9?<%z>)0Vuz40xv7k5jte+0-zV_h)u($ zyG?y$QCGw$3dR-sR;_ubz2`?K`)5Dt9o{;eGtiqH(0D#u4i!GG0ZV6ole&YTj^b$$ zRcNR+#*5VCX&d!z)!vsQE!~Xd8WtK3a7QQ~_z~XKAUN-9wmtuP03uw?6X3~>nvH>% zPcpY2v+C*sC>1+~_uv(g5?VUn1raw4q+hK*b25qE$R&!4rrM>CL99RR9e^8T4o@FSM1=vqX$qO@v1hDSb{Z2hRdy8n_g6P90t;7 z)f2Wk@c>u5MP@uOZ-c`?mhO!-le8=xb;faHglr(!h{Bi%_!h3OeaP(^b*gHFXeRg<$cyh6Saddj(oxb!~ z-i3ksp8e!~clcAyyY^5UTHTd;KO9|r3%EXbb9R38{h>FgENa(PZ~xq@ zC{h!2SDLkr)`m%V`sM_uW&ikCzd1iVK7`ujji?RWqHhx1R0Q zTg^vXzpMMgM55Z~QjOV55QM#*RLmCLebnea)^1HIUOVq8sIIVRhHyBjM2t5<7uB!2 ziET5>=2+w5#Vln~}V=7^S}k^UD2%cQ!uCy$A?DY$DARJ;Oa zg~a{)#W&!(hHit(8?&gQ?CXpCeL7v13NURul}n{%qixQ3yS4+vS?RHKf9#A`_>W8j zm6_o}C;u~Ann^GjOm8dqlbUz`TI;P672?#%1DxbW!n2ndi_zdDPn!)(M@Q3XG(8Nk zo)omCN;)|KRagBQ^j0PRs#=rmrZf(0Tum%sc0*XmfA(yvZ5Q;t`xNNdq1kGy`t<2m zyK3FoVw-`}Cf3IYr+S1=WBBzqvMWzRN`tIVY}_j4>?UeW%}p>cwWNoMUbOv2CXQp%ge_Ec(nu-Wc#34vR%>ec z;?14#q_4;0VeRW-wY3g$2YhJ9KUBip-EO zkd|s%}|{2ccTRxr@a;+f=DEf2B!sxDm0o2HAcCj$f}(Z1 zY)ONiJYB_ZY_hk?FR{Fs;39(s7d)fJ=<#XG=}BgGg&Ufj&5fo}apx>?)NRM)*|ScY z%|3&sJJQU$4qO{?0WkTJ`&qFe@v-0K6B*VNsMMmLga97k3_P;z?*k{$G}?x0sZ<9L zrTd0@fL;;XU6&_W>^H{-Xc!{7bD)veNaaOl?MoMCZRWmv`Ed+$=@XpCZGp zPVf9V^3+|WDaI9wR5H^pYy17eRgq}5T(DX%RxJ^#KIQ16K%lxaeJq=1rTF`AGRZHG zPxmiyWWW7(r}Cnj%1`p$WXtTdWhR)2!hfrg{(dLFSh*k<`iCCKD<94Tv+Ih@T*mdGu{H|}5#hV=3mBx7EYc3BcGFUz(}c;BB(lJP$? z_p&UFvaP6~{L5&}WtNSV<+!Lu`z|%K?gFb)8?ALUl&(V8Xs@dw%e!1F9*6o~P*d}N zvM9^f)ZejgX=wuI;*8s$Vd=Lr?Q;=(U6RiEPs`?f*Hq5-zg4M_*H$KEY*z2@eW`gbQ6US$*T*#-u18VrMUoqfSpy}9$Rtib=wfSMGsV;D@3F((u&3Dw>@bd|bD z;#_mXx>jM%Q@K*`z3VWU(akg#q-*UkC6Kn60v`GZvmI&H;BZ#ks#-TKau2`} zEmUkMZ3sYy`Ar?t6KZ4jOOA|)LCj{sly34V_QGfOL-*onMQa@5fEuE$pMr;cMoaBx z)gxCKfR<~oZQ5!-RzSZ!{lSCcKb)R@cW$961K2C8nJMEc0~*4Bml+z-*QE$#6r&L@ zA}$?V1ry(%Hs^veI|MyazHhK@B0$)HlhC(EFJ2s;IIrVr(c3`1RWJ1ns1ugH%SI9) z%D|!0y?iR6Jlz43i3mn}9An%Y1VtD7WWj-vYX`jCLWHQmr1QZ5ITFy@RX7|5c*8uN zPok8W8gUU?Cvh@NYhnqba5wcsj$5cZmyp3o2)L0zKYEdM z-#>Xl7~ey3Wi*VCD<5 z&s9w1gW+~y4$(tUaaha>ESa}M9msbYr<_b13J=i}UY5}JM`ssr_UZDPSJNP#Oej3W8LMh>6p{249i@CU{3IRv_Z>j1J>EYqvJqIO5y2qMp)@3QHGcCd8>} zv`K@L9(UW1yN|aYwI6TETQz`|{0^qH6x z^CR&;G407U?uoE5Uj_^S&?E837=Uz!L&QcJf{-l2!LTm##J?0u=Uo;AwkQfHa0`bT z{yB!}vds4At{u^v%GD&V3C-zlg7LU6(H|Rs{grOU=ZdU}Wrfk|D$%Vk_pdhqkr1PE z67J`HijIY&(C1WG9jcHUa}xku2Wlx|fc#{9i>sr^%0mDUw$g#mhJ=(OEH3YPRwUukKASvO-_kh|+P6FC1P3>0mc| zprK4!9CnQ4D&S=|aD?$q*vB!MxHDbwF_ zwW#VOvg+amKgg@v@&T&SYFJWrk*R7MO;FW%T3j(FO-G8@AHh&l-fFrbv|7DpJqf~=Vocanc% zd@6z3v!Y`bm1Opedl_XHuyyvNqjM%Rqn|5@a%^+T$`f0YD{t%!z?<|;`dm}qUeBoK zn|==uwT$AAi;G&%sW3eWZj2siS3i|<2SEPdSnpgHJ5xn zzt}$m;cDsE)7PHYUi$SAzIIAR)x;w(x+jAo=iPPooi%)X=_ryMqTuO(e`V(cv#9V% zh4)I9Lu#~N>gPZ`SIb(L?r5@6ZNtzbz~CONP&>U8G)aWo1qNqZ*HzK0CO!i}-`=For`Etd199 zI*k;a6MhttfBVco{oys)*kw9E;ag{zD{wJG;Q{$J>^;-@lF2a8s-nJdlNqGqI} zmn3*qy;XU1<121Dk)f3{8Y-_a*F8`&f{Vok3O?< z3y{RGs8a|J-!|CQ3#DI2_fpf!NFoxXXKpE=9SK7`(@hrxW=XxpCvMWJ!Lg2y{G`L6 z<)BJg%6t-~BYwPy&;Y)+~8=aZgPG*iNdr#qqf;tZrUarBYa zFv(FLO;09p?8I1kBQ;nIzp4P?A#0%aYAPTeDM~#=n7;o^#aocV(!hdAImE^=)|sk^+A;PJ zCr-iIMy+HT9>nov$f~ z624=2o)P{Amdkncx-{lx;fwB3n(;A~pb%$_qQEo> zSpdLvH&}>s{8;-^)zk7QuTpwpPR&TbRa;kSG+a<(Ou2P9&kdF~`neGEgr}DKO*mYf z%qI>Nz;G(?`h1osb+7T)$?>#C)w5vmjb}KU_~{4oY(ZkUk$ue4liGSe>ulX3X3peF zCpCHBmiIuu_Uo>^4$Nyl%cn892V(ZD9m>QM%xcUREp4`$aLaR;CzNkeNFRYzM5&A@ zHJPOu3Na;~^O;qy*l26pV>P5S4BUzVvwjNWPy0y`1pCTVX(FU^mOjDahLmPFmTX^` ztuj`sdYKL-1$i=JO}-S^Uw@4y8I6P=rMxsaIS8eqfLf&Icus?u9aI&YmP?1!3ntUq zZ87_O8IFO@mI_~VSYnBvY=1~jA{ujb3rwVWJwz^ypk+^X7sl>wR;@1VYDrCmCO#0^ zjjK(7JBb1QU2$5N{VD_I@WBJNAj?VErm~J5( z&nlzD&@wW_8#c#q`DjF&fvi27SyE^zpYG)33Ys~JEWRiv)q6ugZDM98ScPosel?p- z(iXV>rLHF@?f4lXl-5&a*wy~Pd(w;WT&Jl|GP!QPH zA(@>F$*`!TAv-cp_P|g?IM4DFpiiw8x0iKyIMuInBvL%_s*BB4U9<$b%#l|OZiSpH zf)H_2R+aN6E20F(=)!DlB;1FX1BXoN`6i2VOwh(p@(HqNxj9^?J@?!#Mk~ARL~@oy z!J(>Q6Ss1|;m)Joz#~t^qa5;$-AFEpNU#79P7I8k5TS^~%6OLt%~`_ zol5UOX%Q9*M3BPmREu}n9Tm6I3s$Wg1pt)m;o`^0=)=VkJe72Ox3K2@oVg`Kf0`JE zN|$^#Uot8To;+M8R;A2TD4|f->YpRJ&+#OuYGRs?|FH3r;@4P?45XVEZHR_~(~lJW z3Sl!Gy6j5nQb>I*?l+oQI=!a4C+uI1x1HJ=$C7?Tbg5#z15^(ia6VuY6JEHuJFr@& zJXb}w00hG^T6U+)LJ3GL`UiPDsW8o%6$L{6d=l8A?kX#U5^WqR;tb_6nO!A8pmlI^ zTF7t_>bG)mEx0V%+bhx~J!r9Zcv;26r4`#AdwCJ6DRdq^we(Z_J$YWSmf9cb;BQ`3V*pRofMK0e)R>uVlabuI7d zQ^thuEdG+z3HCZ~?G_J*m#HHPIx8C_G{KjAbw_ARh!#{hE*htf7l%LEdIDfH#tl!4 zfleDlQ8*AJs?e2eEVAij<-f|$iX1`Wd*+C@MN~-n_}>2fzJWp_pVIfd2M>&E!n%4f zdOPlUU#`)KxC1bnZPHq5abckJ4;g-vpp{>Ocgmv7K-omG4N-Pi44Pp3fv8K(eP4Zo?!((t*cmM=?rDsVp!^VpIa1 z1}3c09kro)``BuZejPZ1b*ynd*H&qJ+AM94ZNPkO_LVg-Q`g6)f23(21qmjiqzet{ zoLRV9K0ZM47)~hSOIT?G53WcD?{{$;)YW%EEcZw(U)V*#o+XEHNON3p8A@IFh{z?97OL3bOB6~v==pwR=$q+K6XBYo z?16TdlIOS4;BHGGo}fT?m!fB|_9=GbT?)U1v*asQE8PipKuMGDG&Eqp9P;gMfKh(D z8)P-Wi&%;;EzKRd@`v%wiS+x^u5vx5$Pi16s5v(NT8Cx1Ao%lLmVb{o>srHbR}no9 z`yzk$cnhplpLUwfoo1^|VuEzqk^uEUR?4h-M>~B=5WQxnvD1J?V8Nq@QnFT3Eq0sb zorhCWWL-#V-hF#VVvp3Xii2N&hEwVaKhn?kNlk)FkS*5vq_*p=R=w3J{mUoypBM9* zF{f{~$w}36CiO|dje#%w^O@K~fOJIK_Fyy$2O$~!1ef!%pVX}c&>-#&t~f{|-OesJ zIxD8blF|f1S1^{^=+4cFfJ#~KS&na;jnR$MPJIYdG~h5!Qnt@4a`GXXIv^od_G{0p zWe#QS?W?nl^vh0TjT8A?zL&_4DKSn{JVZR0Kfl$@vsH+dGp^=baQNdiE^SIsUX5pJ zzWm(d-g*0Fl#XDD$9SQB63@h=OUJ&o2ezc=Fl`t;6OYt2nmb)tfyTRXDn$dMh}_yX z|H5&3EC8S0Ml+vmDKL^^oPca^yOaLNf4q-D66@QWc)+Tb0oykIs0%;f!uCzi(z1VZ z0aKl2Wq+O4e);6-Ks{5M&R>?6r?8FikLJ|^^V?7S7u)+uz5V--o_b5*Ec*fq6C63l zM=JR?)ws8`re%8I)@jIo^NPBLN&_Kr+;m}evcD?+dpF>c2kL`25IP^=Y!SXj-n(Bv zRjO~_|F-$yZ;f2dIvnvX=a>%*4!-_Wg0K$ASYs3=vuo&0uz2FVBQLafkp?jT5&n7J z57ZnzQzU2T#`xCj0`pyXl;Sn5dGjbFz9WI_;h%=G_>oYnpx7|lD`6-IZ~gw@J^bA- zKofg-v)#+ggMzx!-?>&{CENwVsIZz}|G2a*slpN1prF+j)mqn9uHw5sPtgxC9J!Sy zK!3ckK5BR{S8w<0{|P{v^~b&Uy6_KN_#}?%H%l@O z#B;07;&NDYAJcpc1I{ZCJQc0zQ063QAcn;W?5A?_a=)tYN|8Ki(ULNRR2RgpfzeTn zV9AI}2;)1@)5^)_tEw!F6SV;-_kN3|x|;Iq8EqE;9dAJ0NZD4CgAO%U2a} zCIrbuDPtW*j}V1>X>QHgB$Wp&Dj}z#FffZ%!`ObQJ0Jf>oi=x1rqc+jfVB(p35skS zvfC|cjQG+UM5K|-ujKuLF4B(7290@tPW#;uWO97>yBtU@$2&9luawdUND5aD4g>dn zb^^s*Y9=p$-h0WcPY;2_48(5&vqnk4CUg-s4p~T{T@*MZrvu#9A`} z8J?K8J~*j2b`c3eY!#6=b|I7+JqHfHk!-cJiPYm!-K2$PzGC&|4DfmS(zE{2q4FW0 z0bnFt*R8>q8pbF}YMiq-vZ_;OpJg!+g#QO=uD(MDOz9r1TrYI-@28F*cRWS5o}xSq zyS8T7dY)NcL6g%%3ba7Q$tYS&ek$jL_NOnogE@WOd$oUY@U0BLC4=GZb;da^@{C+x zP2_;>pZuh8*>-@Dg5L&)rlm(lz%Dn~nKTCv@lEhL3e(eIfE**9&cX?-;-R`xLYy@= z^FUsno_(h})fFHIa%sq3^gzqxdxIQ8(1?bUXcUlx_RZj7#UZTTrz#3}_%rTmeMF`75Iye9ZaKMlr38d$?yybgu8;!<$Yx3AH zx(L$Yj{<3D38cT@85BEJ!oSCAwwMrEHVH}7c?U3O`zPNZn3h_QXDWKD_ypYz(hsL+ zFBEAj+I}4*q_DTPdPg$ILpeFUP=H#Bs4>r?kDEdcR<8Psqi>F6&RdFxNoIHgA_+8E z+@h-0>N+h_#e9YH*ZT*D(uN{Rk}9wb5K!Mm?~-@d??%OKsoJgWyR`NE^v%f&Ow<7t zH0i0^7_M{ zTb`DT(%VTt9)lD$4EpoSOM&Es31rpXS#UZ<#i5SfSB71JfcV(%|F24O{>FjYQT&GQ@)N{u+rHz%$@;Nw)GHEQv2 zj;Ol))logv`(H~-;^cm0(>)5rKz^0lyf7EGLr{UGDA^O4i~2)TWwI!!gA@&d9|fZc zpY2T+CX59fyF}C+5=BpJxLa$?Lc+FJX*-p zUw@@(W?ZI6QBg>fv;48fVASS$l=V7;AQV(0Q>Q?xuF0mdNjH+H>#0@*C7abfzM z@crJNg60ItcS_li9z4M9z2fl6ssbT*MBd?IhIGRxXe0uqYs)CoHm4ttSSuon1kFE` zyFc;*F5vhL62F@IX-?&7U@MnkO1p+&Fhton@DmX0oDeko;{d$tk%P7YAwR>-6=*|v232OEdtUS zVeowKH>(OX4Iert;W2gMDFdLIqzV{j%})v5h}#NuryjJ{cB^D9VW-rC*1GODvHNgF zf&RO|J2bAUJFr$}VE7WFH?-Z6?r}l`OmR-QAMS8|3HmaGp;zyKhaKwl$l#&<=i$Nq z*j|gIM~I}IB}i(utL_(#CPbj!C;Q)TxgHeYwUfgu>5l-hgJ(c`lqqc)D(z7?AJtts zuN=DEUbP~7QH*PR`NG5;^!5s#R;`7%vA-cRzww_N)KwVPhQHy}J@~Yn=|}0IiIITb z>9BPSn1|50xs1ocvSBYzyxck5a&Li7VR`NpIha$&r9Gs~ji&D0-9Au_C4Io* zdK+rs?`GyPGLMOQyf%*`gQa;S*W)CW7HHDNZ3piv>wKNzv$|RQtL1zFJLKE<4bK@r z-ZhBWMaBd^vlWpzNDSf6S?^+{Rjyb9^XBv{s4Y2i97Q!H(^Y>p=O+|ceD(CU{k{f3 za7V3C?6C#;jkrfG{~Qsnv%Y1{VbhEFWfG9Df*Z|VxfZ%_&u{#x`a-h@Ka>tyzk8ho z*LI;q`zfkb9!BIV6Gn}X@CnAsMH`{1)|jBL0gN8K6#j+}-V+ZgrV6t&4x&nh5XCXv zssN&@T#k-0c$|_W#5J94pu+`EP0g7wI6#VJEbaei0SIIy84IU&Cx*heU>TOpRVF>j zCWJ$HU_d>CCZ4JOk{#T{9oKoKI1;R!j9+6Y+c-o9UKuEJ>64@%9zZm58dCGieR%{)rrr9+>GC< zq2=cL2LC`06{?(d1J`xk@Lta16?c{Z((R>XEfh5R;}*%PMrg zpzd3%3q&lmOx?mQ^FjAkFytIsrfmPpi4BD024C*UwGm1(HVET{tXAZ}OfB_FA5ts# zDHkYX8RhdmPji#P9up%F+E+}W1-mXiTeY&oanDiMlzWgelsn_4#zpj@N=Ym#I1~*7 z50H!ZwkH4`8?5W3C!YCc(J-Ai7jRM=5E$O1kU9!CC^; zpFP?ojeePH_0JzKspJdCYYA(A_IQ^x`em-wKYzUH-eE00f4S$rz!jWF!yj6>$P3(l z6pqpX{bx0gmqV-CR*-FG`ImGA@237xNA84dy7tO6V@3Jkf0r?7mRVTu1<`N~RK7GT zV87yG>~@Rngp-=0n|NJnanzy)YWAZ}R8_nzXBAIsn_}&)JdDX+mxNg2e3i zD{|Lu+OKiL{uy(*{mdzJe|{Rlvy&%TjoIwR4}N}6JDq(ApQ(`BhpEmWU(AzUIfLPU zKWmqI``;($cg6*9S<_FUX_TPsmk(O+pZz&KD(ZuWSX|ThQt`8kY#Y^RI#HGGeF=Yd zGqv!`GDaHRWl4R~r-_WOxg+m6e&Qz`cyyFSkGi zXsoSOk`2uG{`Q-(WkzOYNy6Q8mggQ#kCCb}Be%%N$XJQT*I_oNN^q1*d^54C0gZ)N z9;MSMMAf?>?c7m^k`=fx?_zxCO9Z9})E5cRwf_Jo&uO*Rv~mhAAcs1p6($+No6rO& zq@EnC^OcAmz&*?g&dhJ`=0hf-B=NPe@Z_ zo*k%(Z^^uOM-b|P<4wnA9@7ey&N-^i*Dz)tzyawGxr3QY&OadFosD;hfo@O}%4P*G z(Q7=iY6L2_YFvkYjQOGIsS9Ew^JB;T9Fz@wNrIex7AZ_^TgY6Yg9|!syouUxFSv2@ zwb794HZ4Bp*Oc##Ht!%=Hv1NT@ar$UHmsU*81kN*L1h)-XKg%DORHa}w8Wx;;_mUf z?o1{bCR8a~S4nv0^iZqrsuV%T)+byN+2wXkdD3yzbu11=rO)V^ouaQ3^y$D_M50v? z`wR5h@^Ta#0AS+cF^H-X8i}IVF@+>>L_*Msmg)etSG=bdAk@Y|&C^RtMps^C3-Cid zk!RHOhjQYgVE`@^fFOcIp=kQyHpB)Jg+)^6tL!@MW#@fJt4;P{p%^@ET;W6>EC$`!)F47bE|1~Ah04ve<1VbUIZmgVUl*! z!a*CdbfMVY3T+@*oOxrVV79c=AY25cQS;Gm6{|SK!mFUlPEdv3X;K5EpfER8gIuWi z(WhnGZf=ZBn-9|bN~vpYcw~s3RVTZch*sB70kVK+#Wf`zoKDPxG~6v(r&$PzRcq_bjUV3s$N&51zrK8^Y{hGxKt?;N_gnhg1)4F=e*09B z^SNJl$*@U2tq6YJ9W_b04ByHW%N=ojG`c(ZhxrX|HO(Zq95{Rv-HiQ(l?LY8y9Mbn}_ZFL^w>I3C>Baqcp-nPW(l;KJlWlzw5{*?8wjDUT2gwup<1p9YFk$nJ9 z=cA7!NFDXtZ|pW!kxd=yMqiDmpCM)lC2~o{Dk)--3No7c8LQY%NnNJ49b}wdL(}H$ zqZrPPtVx{qV+gk~f}dtkF|v&%1UZjdA;Axkos&FsT%<&3GAsnzP7%`>^KQU!PHc-m zpD-7)W+On&N9BT*zV9OAA5-rv+5Q;hU>x!zS#D!AAH{=pL<2H88SzBfH zr&(mC3Z`^IpM-npnEoXF*W=k3UmbINNyku{r;I_-#dd0VEM+N~G{)CDUdl<$?BRde zlLuN48%umHOgicWRn%#-hc{8r0Ix-(1H+(>GV3>~E5VW|Ov3H5$^aJ)QSrRcfe(5_ z&_$VCwbcsv2uQ-N#s&o=s%pg6YC5`^U6BW~*-m72%od$!fjH_39##J3e3WZWca0Hx z!9AE9ITB1d!zj4s0?7MVsI{ain3tZJuC9iZ1(G0$iAc!mD3X&nw1i*2MOF-r8MCT< zTq+$FEpJVS3yUMR(;q3}4hq-|l0Nf(*B)renjlc4;RGYT+SCb3sD9O}A4NE`fhS7x zvIybap~c(k-nQwXD_L>m$+TSADs)^6oIC-K-|ME=Yp+GKk=GyiBC*K6W5KrDdga|H z$j0K}d{AFj8O3^G6o`4xl~kevgW=?>vXv@&Z8b@P%06N7_B&$rMxv$Pk)bdt!@>=H z)$uAW7}drqquN+9sug>+T91BMrAI$}-8@sr3iG_N;$;1Y*R{yNQ9WE|&&$;i!Q^yd$p1mF%)Pe#5h9%KI8LKx&_ll{+Oee`9~gj*uIZ8vtUcn`&X4AR7$A|onE;?JDp}# zhc8-7Pcmw+Q37qju6|$G)qP69R$xY?Tl$Rsf6LEU()RpWM=U87%TC!lF^?cs6vm(YziBZ-@hXX9aas1-w7(BB^Lby-V=CO(n}^WBK_DK@kh1v@y>;qC@O>dQ=Ev&8-;*RKIxX2!C z6rXO=l?wMt;ZB85S2|S9REGO6CrACmiGSS4UBHgc#{>d*W}xZ%z9Gq0*cVr^7p;iK zK3kDNxQctxief0Vpv62|5zTEDw|HFEqODs}@pH5ym~V;yS4qX6%UZN`OAR|Ph@h>y z0+Zq4y{#D#yl}fL-iqb?Ss52^QTOWgBxpA9}iIjE@qR-pigO7a+e;=C65uuuQB_fVZc?4aV)v!Tx^wU z&4n-KP7TbE^O(8}75IT^z0-~zW%0o1Y(Eg>b5`$mrk5ozIiIsikjxSt6xo1hX*`4v zIu(fgF?3Q0q8jD%KBX*!S(@jt8rF@VroH<@aU!a!7C1maT-b>j#9{#v`k)s?LJ+Tq zgi)7cNcuA!FO*cuTI#jIw*7o*&fj6YYe)mTJb24lCJ?g8VZc5eK?{ASucgVL%_6E? z&__DQgPc-$d%9rkvx0L;3k`$NS)mQU8n>&?e7L0GppqYwi0f1G%zG;RQF>cw=25HW z`sO3yvfiRV$zWaUgU45bb3v#!P=p5>jmmPq$N)*FvJFxDmGmCH7PfSmzFH0|u;2E4 zIc}LFDwU7%P@QaS$y5k#d~vJm^lz#gwMFAbQzCaj2x>7Z`qNgjBJ&Z%c(@#)Z>!~N zd1=;cIs@m1FRoQKwimm`rfkj9wNcQrYYJ#cv9H!J2z;fvUNIA^L!VK}0jOgs008;J zRQ_LuC1x zjH=;u3cgiWpd6Mwpg0hM#I9L`@fc&WhHgIOnI&=$h~P$1L8o&9_4#T%;Nj84WTQ(w zjxf%v4e4S!x;MsK$LI0X96RY5fSXNk7#zh1LofvgY|wGvj3M{sAT^L%hHa%Of{Qwy zbW=>+fWhA|*a!haYa|rt>jn26lgQY@+PZNtDs#QM#}tO~nQqmFH1+9PPJ4~5Ev)xY zt+DA$9??ulAS1Wodt}&6Zatvbct|)9=;Spy=W2FLIZOS6UEDo-QMu4|tN!%vK!nF3UKKt}+_T{oQ^%u2UvA z(_OTR#a`*ixrVisPQB#E#b|jv?3eYOT8v3GoX9D3R_DTlY*82ig}->oVpX|fy4a9C zO6^`zm%t-70zy7;pa2WmK8!<*WEmIJiwZS&d!g1IRUIL@-UZhvrG zqp7b%ltJ$dj=2F__Jk(fRK($1<`*Ro)WHB+9z`5<(ybHzRo83ycfD5Qm2mgSMIq!| zxOGMAY$Q3!dJojj1(O?(1~(Lf9le|(hMgpfLh5xP6wifMV_a)M1TADlTtgCq+}(3a z!m=Y9$MIhzlnap}?*clbaO)D~Qqpx}I9!S`Um%}gJp{bgpGZTaRIucp8M%(yg`a^d zJ6VIQrE0mUyg|{%ewO0sA5Tz?S#}FHb?jV;620@&((XU1C2=WZo_=>0XpICaj02OMvZpe1Ht`V ziy_FfwGjQkL{j&7(J7HFj>tR_1t}Ya&m>!-F1aAqT>5R;pJyp%UB$FtE{gZEv_J&@ ze@I#&p?uO@kq3)q*O7^#{5musvrjhbi9^fChr0p^Oa5h(tR5WhzB_z({4cv=C!M1= zrjN%b-QD^^aILy#-tk0tG-i5k6S*G#HONv)9qw1(?wpv$4(i7zN8N+hHSZ8lQ5Dhv z6}{P27z32UN0ZQLoecv4Qvx_Pq2H=g*T=d0ubet&cAyWjDJ*AspmOQ-u0CSBpUueI z|D_`*r18j!!W@_SG)6?cOZVLqL@h|_w60RiN>1J%JNx^muey7C`<=TbkAj%|{qeHo zQI8v~r~j8c>c2L5R6j2yW75f^v`{8TKb#9vx3TNZ=c%bmk0`rtHW`m@hU2+P#d$Ny zlFCKi>rX3kHTe0+;M1$_ey0lm)RVoPlbz&!J$ZAu*TKIh-8Y>NA8KxOx))}aD1Ryo zj_A^18gLozA;GRW%FTDSvPTSgxA%%*xWf~Aof{k&pHb5WnJ{ex^ri`IxiI!5?V+H^ z1ja^21u(M=X|oG=sqOhOJ5XLHm60)YPU0%+xy_+t zc*JHtJ9R)V`q==r!1CH4Nq%EEm?7$G%@K5R1$ty?03#1Wb9pjMZ|o>|J|7a5_OemQ z4H7FoGp7YK41Q(pZ(HUAArm2;aH}O1Y{>LMfArDRh*j9s6%2YBo@op*YoFnHRIJc? z%oV84D>RLldN+h9h)y8xyBwK)Z190fdEKc~99n{6J=RDrXs@}*?xZAqoIyek8%rKQ zFkAwmCx>B&U{gYN0Bo^#P8yR=KCwVPky+1Mnlja)n8*0B|(ioKI<`De#oSgFK zBS>X88J}M@#pOGJ-O#^aa|9M@Twpp=L$$m zqEO++dAY1}P&PUr&tdpkuZ~pa`aH9umucEp!k44Y&YmT(ijE$Ew#*Zw;C*3+9pV*6 zGMH3x(E)906e-x8!XE|vtK+@yk%RhY1J(bSq~`Ww z==^_}UvT%6;&0Qb!9%$9P!S5RpPuF8!F+~OIL!trvcB*hQ}j3*I$(k)Iju06Inun| zm`wxGbzk;~&}j<-+jO<8;7Tam0J~7!%QTlN#PD?dxtSbJC48U;Ot28TA{`0{C{s;+ ztFTn1Fv*L04S~f~-{4Nj^!civO+lo7W6F+^2Fz$m9b#f)1b}qKRK}^6&oNK2w~R2= z&tQSz+Bvp!VLNBg1t=G8iJDDF2ZX@X`Uy7*Y({l#;0RoOh!=hX{!6lx6%^Qy&mvH8 zpRNoB?#IuBZ2L5m$s=rpv_B&EDaI(Mb`AvhIHPDW|w#C1`yEfIw+W$;b*5%Xz@+ED%;V%ln7>x07Lu>fpO2#FlslAfXy;2~zjj%$$x_h4KGvm~o~$K#N9r za=~On8V?i<8wTXYrO#xBmotFX$!?8vB8+*n(;}0{y7hNC#${5+G9tIyt0?DE1uyH9HBR%~CDW6ev} zW-ees{=a{@Bc!*t<=OE|PZ!4b(QOulqm3U%;7SCsr+D<_L{mChS z;V$9i|0QA3L_&`fb2fGkP7oqppwF)i#e?6rBtA(_?F$mhxf(FBUIloNoXTTcoZk*V z!nun38E9)QIdxBJs@woMb1Zi@zo;etPmv9})wFYIpO_PKg!3ix%VUg9GM~CkA$Z2u zXv;T{X7yCQ+lNJA$U`KCm@o@-U16#!%9{3A6?@`UQdyah8#z7R{ju|AC#h6{{@^s! z@r0-Y39lo4`?0&X*Ey&IiKMT!N&sZ{aR1$#gVTeZH|@1h6x!#icxSUi z!DJw0D2az&X)WY^?bsnWG2~a!Y$;}|DFuKR4?ArD;1%?edArhTZ+A{8h2CSSCP(~i zJR$xW&8$kB?H=jHk@|Sqb;KPBpQG?f`VCR4Nx}^hc!Q5{Yl3T}XzI>q*TgNwPUtnX zUJba{+XG|^k^dTG>8DILU_-AYRX9>>YfisO$GyiXCd7AxZC=^~be3~T^PIqiXJiy7 zM+^29qks+i!#>_$D25-g^h~W!4i8^;Uo#JCB{IO0r8cd6_pozx|bJZsgWW^{HP7~H~qqC6Gv1?&BhR%jZ2;pt-t zx(yGpiS^0L`GqP1dIV8&4zFLDso{{`$+kJ=CScSFEr2BUtYW3*eXYe2Y+klH$$q%r zd|yMZ$_l|f-QYzIz8w7#%3O~-oxh%T4)(AcBa8`hG0O&nDn~t@WSBeW7OzwdSTd)$6{9x(rWL1HRYP53`c|>>)L&|q zqWv2L1e^7zmWI>Tc65hCHop+9^=|bd^Le>{_!6=b2ja)O)4U=Lfr_vGJ;oJ444fJe ztQpR0o)XaAZg4|mg|9J-fO?@#M1ej!buf}awWxA*`IcyWLeX_7IK&)X%2`42X<~Tr z*+upC)zCE2Y&MJ5fTk|yGkcR?u0pIWpnqD;?X9UQmi3=fLw&$9a>BnbAYC<`m;suq zq+_S@b_$1HCsT5QiJNsmcWzNf%tXxBzneETZWm1G5maE$#5aX9OQv4N1_f~GV$-1% zZh((A@pwWuDz_}D7IH3<3BCiFUbFgx$|caC0zPVuDkx^qM& zx^OKw$eeHSIqWJ6=tx!Qm#VpD9a8QG&1&xy*EzCe3yL;B|C*tz3d~dV{TqXwS7MS^ zc)OS0$UFD=WGthIbnU)3OxGtnvgZEy^IMAE;uUT7KASgt=4LMQ6V&^$e|c3>5nj2P zYl%OXsztlBjTeRH{5q;NuTr5Y$+P2E|Jyw6Vf98h40%&a9wwv)X_51ux3fY~2HwW2 z;SK#?|4RG|I$j^aOks@K_&$q}17#cuibQNWR1DoU%}@o4GJM&(&-k7^r^_wxp3kst zPa*N!>1=$;{t@c7y0Bbgf6p%3PuKpkw*U6$8rYVsiw=F05x_2mE|M z7GlMf%@hfW?W2+wc-_9NzH)>A=}R{#U%UPO=;Oa-{RaR31uSbKTtP|FY;HcR-AB^_ z7WAe{qx`u)7+?llvP^-i_CvEeY)XOW;f;5J*M?Ee09CS4ZmuRddoXAXF94#xNP}Xm zAyMbedSV~Y0T@#n3*MkDgEq@p&uSt>=jswa&Y*j^Ts!sIs}CM+|RSR5{@4JRTmO@ zg_9wJ7StMP0Y=l1>IrG^L?L!`ba+HN0vZT0eVBgC_5@@B)nO&p^gVhP!nrH1kMG5m zZ}Li=7Ou9n7PoqqLmNQo=mDx2&P*VgLS~hl_1xg$nViX-gt3jSxPYp0dsw}1bJ!bl zvQe)$83=g@Y*B|X`tXB?7@n#B9Q#B50k$p(Y`3?mr$H(kfna+0;5P_T&d*I-AYGMn z0*e_|1N-CwHU)!_Q5gOV^;=wvERAa3bmGzroWT1P(?=bjc0rR-#TLaXVKJ1*kRCp; zeRT;GBdma3urF(CMT_0yfr3IgbVMIdU6M*gR=}} z)B7AGMC+E-j=%;0lcR#Y$u0<8U3N0MTm#}wE`#+*oBq0xo+5edJ6gI%Cnfy8jK z2bw&;7CZ`S!8)Fz?ksG@)cKmZE~ z@NA$NoP#j!$*L-I0s;8DfAH5Tqb*^#H_s>I6~v-AsoD$lWDNcK*T2NTrD~oCd3zq_ zY577*b~;%Tj!Y!IgWcuz&fB_#1;Kmk5kZA&HrNkaSonv)MG8)Ke83LTF5FDH1+|W8 z=dC#|gnGEV0()8=u6O_<-y3a?CHp2f>#1SkDT+qUWQaWT4_ph1LQ9wiDg1K68b=KZ zZPJo_Y?ww0g<+-vOsL5)4bw(g>F6i*1c^c6~?#P{BI)%`#j$GvSDm0D+d>!1a33msO`CrBivNqC@r#Cw{K)#hyj z|Af=UNTCT4JFF^_dRzH?R`CuYQ>K`t2tK!qw-{)nye-C?OpiSn4D^ziL@$rQ!+}j=nOA+L{^B2PExOC%=d5373X#aaZDIkC~3RcbejeYUp zx%uAQ3Rd3vV?(AXJeO!R>N;-o5F^=sK}ZJ=(l}w0SZ%3q=MwR!CigVAk!Yj~_q&_R-T;%Zjc6hMh)V ziVxdu4}$*Hf;rRWwL~4l+u82Cc#%9}RJxn!O$mBJ;hPuCz$Xu1M9zjXHk5Q_Bw!Qj z;mO$mg-+2o=5*)e&x*alUo#f>Z4 z?$l$28vH}=(Ii1p+K*%|ai!+iPUJmqWUF`vgi|fXYuP~U@ST&>S9`lZ@6nkA`x)&9 zM>#sE@L6kC89XV`O4LR^kPVLsrOxrn3ra$M$_Ft@r6<`reR;phF^=e0>qB$)>2#E5 zK;h_7TR&QuL$nCHj8zS-{{{MB4CUmfo6AO2h` zM_G}kkQG{XnV#R24gHe{=A$E@7e_w-^GBXn^LQWTTUy`+Fu2jLc%-QmKx!U?MGJ2 zLK9V`c?%#zfEWb4>4F*vjO}eZIWmuh%I1*7>W@BXX#pIh?rQFAQV8=ogiW2Vya?Ng zRI_}0yA9+IZwK4korA;9!HLcq<%_}StcyESe{DwsehepclcIg+ItfeJwKnn0U~ID$ zx&W&CA>Ub_C4o#%$80OPny%P_y(X5mu_`>0SO7}LAgy^ZV>PJ(_ryUCov(rzqsB7W z*Wii_-Xge>z(z&i=3Gt;-3t*++7bkq=IuQds^!{HOH;`e5NQt^smq8fur zfmRLjH>RyWk5GA`ar$p)$Cd0f-oli3?|u6z9z{BQj*nOf&93{csSa|yL6ANXN*{Gz zmy~WqN&`y8OZQx9|HTgvghZ&QFpt8N$U_wV;v5+MwOZY5^lR&nM2pLre@&VDX7Glg z?yo=M!#Jg8szc1c__&t*kUW?^NS;amp+sAi*u)Z_gA$vnL>o(7s}dM;>wUZBXvBqJD!vKK%Es&`}--Xk20{oYog%_%&V#g1aLSzz~VYpw7u z#0EhF*U81$@MX(IHs?&moU9q!aDgE3Ry98R2e?*+DrYFUOL2?B5JYR%uV80>?VTXr z%HelBLF(avAdL7==1YCe4`xJ1jhl(}$${y$W`WP$Q39Sl=gSekn+jYm^7Gjs1qP0Zb@8N+b$_&+yE^4_c>4z-` zSb->k=*M_;(ZAFl4L_Mtfpbu2_vG+k|5wWj^GZPHHH7sVz}{M0pc#W$^5dRp>3bPr z+L-Jl7}EeUAy`4Ng(dd-IS0q8`UrxZs_C6Tmi_oxbxUb^Rlhsh$TH;ubsnwk+K>UaPgy4xQr0Q9YREP?;nHaEFGWs(Fg}kYp7cQ1-n~t z7Foqp1czceVNRc+xpNk0VUerIDvlv;12>T}Qi$(WyhQ?s4>7>%eZtHI!LnnR=9yTN zk3VD1<@szfk5f>{p7AH)gOi1UjXsXn({&=oXmlo%4^OCIZ+{OFz0Wf=pN=}g$_1}a z$GO@%8zQz0$%>;QQ0c|C+JH{S4y-GIghCruxfUoI!TKChj+ip*OwC<$&f-oeO2YUEFW2kXpQ|sbi*sM5^Baqya3nSycG{x_x9_UreLRe zyYJS2X0esBT}TF=&fzQnZXR9K$R=ON?BXl-cL8w+MPIUv0|o?`!R9-^;uIAi%s6!{ zgE?1NelWP9{9b)O)0Vno18gm#4G&DPm}3(xd8!BOd!EtN z2kb3yoE$yKnH7rh+#SwxN!Qr7#&N*87UF!ke0ov2C5-dFT2eWVfDQgoD$68*$`F=~ zLW^Ah8UC|)2S^=6p6o?tBy6P&KA4`|y#b}VS=ItL6}d@V#z8sKQ)HPUT^!8^1CAuH zx_Kl{xF?)Pjgr?6GQsIFZjkp+AAi{L->jz;7lBJ`75XPk6qb7W*cISl{`NPYnr+|4 zYQ$$9T3C8?H>IEj;^$z&g1y#rY_C?#l8Ky^d3SG{I}A<~nnMzz(vpA> z(H^CKG>DQ#j7No#&w>*Q7jn&gE5j1EReAOnY|7Oq%UTRrd~%~K1`2Sy$Up6LcBSIx zfdD+TI}7POnG6@>^?(g(Aqr1AmHcPc5;<=&B=EBwd`@q~p#qMP{#5x`q9dQRGxf-p z7h-zB0mesF-^HXmcOvR0L}sQWW}cBnU7Yh-gkz36=kftPV{d-~Olrb5M;eCsh57s} z&wihCbPPNxrIZS!jGi`Z&LJsEqsJrO=}PaCB9`N=zdpg@cRiK3n!E3jV1K1KJ~?{V z5my*)45BxlW!cCK_mi0@j{Sq-2GiWm%HkVz$K0m=tP8aGuKRqbj+=39whgB2HiQL4 zd*VdY?_D3vhhVFaB#7qDq8@V6=pqm#>m{VNx7z`B0Ob81^g#ev93r*3nDG(b1RL>X zCFU6%yO}undjopb~*li_p65Hf@rQhL~XaTX*DmNSahY4 zw0%P$4Z#B{f>rJ3r3%+Xj z7#s54?Ok`xH*K$!gdeb=9fQs1Co~2HMPb?>iD>|zHoOBHZKvHQ+Xrwa=T;go(p_5} z<_u20Z4V3)R|{n|Fy`D;P;$daSh0m;LLqfxA6G7MK;2i@(43hTQbzl{@nSr= zCu;ld!CvPV!>Jz}o4ZK&;N-OPw}QA(L=_&4K1pkog<|~nU@r`je()4~*E5H5eSOdJ z7T?{u>@}LJJr6E>s#?TlD4JjL&m|n0-Ij|fSd53agX&nACIk%I+mr7T_o))`s zSmamZ`Je~+urs<=aK3CzOV0M9m*gE_L#mlWfZ}fUReV(&Z8Or+5%^OqvAX{gB|{UuTU`2@oUx>^wm&O+reE_Lue9YF>S1a7#w+h^j{*<&Yxicw zzN6K|_{IYdmM+CwP#WGO4OA>Tn;LK2piL>%#c{(MQy29u@yc|u4r@Pj*Zf98)?pBi zF$a(60vnV#J$`%y@W#MN#atlPkIwiaGHFoTyn#+!W#<$}0Tl8OSLxglS*06^jfBtP z2J2EG;()G*0-Wglk)$V5Z^;6`oAeZNE-6gu)>bQfd^0*`d^9Fm&Wgn$ zbk-ZXR;>s>!>~Ln4$_=Os0CXY_#gv*9Ne|KgtIrZkijy(d6i`WocHZL}pz;Qu8t{r4m>T~ql>DK($VSqc)+Vir=A9-v%S60PO) z%S(f2WH9a)IA9T({n-@b97C{9Q}4&j+)e5-4;BSr4(-AbAPNf5 z)1vZzh^gkbHl?;X7S$v}?Jl|N!uptHB1L#Urf61cWC=DJOJrvlC7v9HjlW29LuQi> z`3UE5%mi|O2{}2OQ&K^wfwz1Z?dXOZKBvZcJOAOdWG>&>;=E+%*e0bVTfsxrAr#5+ zky_^SGxA{@U-(jfvaEyg!?;a{K4o%XLcH?n;0CsY)n3@>5UFa%U%rTEY1pOUxAn^l z%l$LdNv!Im>F3`OR){0!onciHI!G!yJc;y(Py-_VeY#_O{a!e$Qs@s%E;|DN0fNgq z(il{vOhJCgRt{tUw0Oc9QsGH#($D`K7uopiueu0Iyn)taZ|P7-M*D`I>a}!^wiI^J z5T{!zjHKZf%KL7p_;M@k&Iwt@Ks_635>A89=5I;{otCm|a9)3WaCka!_}o$`+E8Mb zj-jLR=dHwZaV5(Yv}1AFrCTmnXnQ{!UCyoqJrq<4Y2ewj=CdKiFCNa6mP%SiZ?j=G z@|U#4BlpA_K-peqZ?8OG+F}cnD=T?`3jc_>LQ@5dVb!4G9936s&YvV$|CHN&wx%++ z?H;~)3&F_@0e;mzIzBml`{T|rWSeWpiu|?nE5z42rlzAs-X86|ezU_RlFevC@673E zzEGh@u_DA1Ntws7BB(p-NJCFzMNW>ouU~hLxXja75in4FX+}(CzKueGvqRcRzT-*X zfn23Obvr-jxShDEJc-XOX|e>!_pu^x4)@-?9(27vq*=Mw!h4jI?S>8ju+O)2SZlL=W0oMeN6+>fiD`YCZ&F(2(3?YRqc z6RR0&mRj=%{-_LdW>SC!2jhW zam5x7cq>+`LJw+NygA}xwIFNPN+mz7RucPM+bS=)h5?C*+sA`(@lHM6-8tCn?!mRJ zMN(6Hvs0_b2MOJ07J_?w)OpqY1vf3lcAx{50pNKW+@co4`}xPi{my>(paV%k!TW^L z!QqVy4I~V4x=5!>I>n?O6N4HcbUYZA#a_yK*_jzPoQz;*$uTijaqsUQ931YxJA8Lc z0_jD;4p>GPggmHLb#P*-o5FM-FBz*W6|bYyl9~Tqu1y}IDFw#O<@5(#()iD=} zP1(Q;|4q>raDA)QfQB2Cs=+(5H~;z&48eJOUhvAN42A9l!va{hS~6FWrDp?9+~!E$ zy(ery#x}C*SqU7tlF)gQs3+D8P27IvnTFCIA@jhH@KRtPsb7AOgMZM^(qIOQr!F}A zmq#^-Pjhje(T2Pj!Qgy(0D~Q;U@t7*BAGQ`IRuo^dkCq36D4|Pa%^%xJ!U|^qo7SI*3CLeyI}nG#^U!zk%IG;QagNLD z%ykW$S}@kVNM39Msh?#NkLbXviLS5Tm|5pogjS43;d$v3!rt2s@Ki#yTC-DEHZV7h z2nLFFnnVp>xZ{u4_!Lp3TJvo!nJg>GjAyEu_}$r#-sA(zPS2Dx=mQA;nWX;%?04@M z+IMaUAXQS1g3bWcEtq{&ZrB>@aD38mfeZeVG6KW-PLPY0y0AU~Mby#2`@hDZ*&^rplr%(^|e|SUz~iJ;SyBZ_|W5{O{g0 zlUcvHc;h5H$4Ndc0I-0P|2*s-B$H`+IZRKHGeqB_YCc53^>6-G0}!U6VkeTHf9xD} z4EQGKy|y1<^#@D0>i_N6)%UAmlosyQFIHp&Ftta?Lzb$X^JM{}6r%Szwt~7&!(3|? z$cmhllcjr2tKs_$d5jM_p?F(K-C@hN6vz~>XVa8fc73-yr?3V(_f(8+TfY7Da=|pI zHBmg5HvgmAoV2L4dcgK!;Ft_^pwit9O_Tbgetrc>A;ol@Z-gVqw(I0t3*`Vow>^1) zeqq^GhgPmgJV=y7Bu~mgi>?r_P(p%H;v5pl`}Y+dOh^6m;l!7))QbyQ_n{hmX(2F+ zDusX$%Y;XF4QW)kd9AG))<~;Q{N$v%WyIls7y03wyrD`&0-j4 zB~^71d)x#hVH+HEh?_DbA3SYv=EiUw8@`)F%V1z=Gkt~>y_R@7C_*WG=vy|xEEkfQ zyVpxXz@P?-B6&_R)N( zwQ}$KjrIrhehD9LZ$CJFptA&1*iAngufsLH01a{e|AV;ITzA1_Mggac4Q(X-KZITI ze|;+Xy2O~UTiNO4q{f9el zn)|us&=msu-oSl@$|;p(t3rk+73@~U+L=_$NMH76Ny|m95q+TH9;6cAUtBgx0CHxk zwRK?!)GJ(mhW&Sks*z9gs`F5 zBr(a;e_^zn(z~ORx+wfoabOr(|K%yOJR#oF>!Ga{U|qD8&1fs$87m!Cu|^hz4Y9@j z$RQgWfVW$BsI5blNMH1bR_l(g@l`$Y0fe23gf5{kTi(ksc1g82o*N{sJ!!RCh82Lk z((BTj^1w4sq_8c!;Ce_thGX!|g@e(ik7F0!97T>mc<5+#LN5PuQXV2DhHZ$gagGxV>~Cc1Rc& zDi;1@sqbezl7tSa;&2(_s)V$bG>SItcOlNhl2|B8qVqp19!gc(tCdGYx#Q$UmJlOk zluX_o;x;UawQ%Ry4e10@>U_G$mxpd>w;G%O7rNo!8@d5MYm4GHBtN}6Ha+YQ`RWd= z7lw6Up@vwPkT(s^GcGY2lk&Y@&c5-GrvRI&C;9yR3IzcpbAQXu=bne#4!GH4L=(0_ zMz>x74yht$8Zb$~#gx}tx#ljOJtld>Pyy08+izH($#ne5RAXJr#Rc0FJIVUQFwFpo z8#A{}$ay1*`DRi*G(1RuCaRf%=k_YIfT1nax_7SXa z(bEoP^^i5$+~l#y*?2zcrPCWWhQ_SQ5*mWCOkt#L8`1!k@xXzRFv$*mo>N|CQ_ZY$ zT{ZjQoZ%j6Bt`OZGM}HHQXzU1JmoKZ5a&L9yXvcEbqnk3jlly%RBtaaSRh>1j^6 z0Worq5HSdzV_r|$n|aOpBUX+#VLMx@ZQ9w!8jYmN@&VZh(j!3G{#> zTvLz`E1Dc9DZ0qa0mC67q!}&+QzDV4npgv3uY2(N^yRN79oiS*^TP*;T@KjT<~AXi zs7EvC8GU$2>dncE z^fAjONYyY*37CSxEkUn?kDTbTXI7E(g}~`+s@iF(!uT}88;q(^Q#7q`g2PEemD4SjHo+;zv_+0Q9nxUu?ZMvZo1LS-DzDoJ39OV>I6eNm8Tz-8_pc6*@g;n|i@ZPX z{=LJ*r5b^{5kjhoBc&r<488>*n8)^^YzT;RUz(EqD*1CS& zq7UlQk>Z$h9ND>ko}&@gDEZm&jE0elP2(>-sH%fxdwoLAJ?X$KtdD1?w>Ru57)Wq9 zCKwjNJUV=Lu=nmQ(H&}%?-%;D-w&ztxb^*0xkq>fcJ{lk4@`HD|7vff)v6P=&z?T6 zRW+nWyH@id9G~nQoyhCzMSfc|5b*Ct&_XS_pZtHrXEG;-s(pqtkldVY%o_HJCD-b+ z8zL{}CTBW$6Nyk`^*82J-{3CP4Tn`v7?Zyv0$cV8;*x?m8d7#?A$|=!=vtN1GqY=>G?Lj zUawWF;Am=Yn-d6Vqh=fGKrlq8yl_(v^+RWahiNz3cunFyK z)M~DyLJ~7_>!bf4K(#r8}Ga>yNcp_W6J6>*A9CQePL9?7zJ{9C2*j z{u|TvHG6xlNW>(Fu$nXy;z{ss;VfJ2_^mOS#VdkAGeuDe42;`sYU9$`piaODWE|Qp58u=E}^=35-LY=LmgC&W>EH*DU1Nky$)MG9{|X+Q^;-#j3YC)_IY zXm=G`a4{VZokkdtSECj4WB4u#$&`1a^7ex|arF+s1qBllTx4CtGCX}c^cIaVpI@lp zifBu~7k5UUd}bE2hxbv-ESb&0>=Uy}HVqo~Nuu%1g5E186z62vAI)>K5{eapqr8U5 zg%Sb;XZqG?qYpPP1uqPFAp?_qlg$V{;TB-nE!I%^htNOQ5}){;>F`z;dj)+`1E2I!)2F%-EqI*!?NiL3zTBOW3_!!S=s z@abC535G@_8Sq9M37SMv&hV{`#)Z6|QU=QO1y&uYdF;FW)A6_!7CJKbGrvq7123%C z*+3ASBZ5geyvS!oNI%03F91c-XM%S}a3|CG2#_i4oL?Exw^$ccHDNtW7GW;%d9gUm z-!b@PENp6havW`J-!Q|G#)<{sjRvb0-32`xm`YARWn~S3L2{NK&Lh<&cj$CHh*ca< z>Ne`r^fEGin9jX8BgK+?*{A+_wtJO=pHDUg$;NrUtkUt-@J%|2bhwLEJQKf z3VP$wDy>f@F>Jb686Yoqt(1b8+d+hY_@QhJOYR#h*OSN$Flxq71*T>JxLZ*BQT5#H zUrG)b0HLeNYCv$MOS|)GJ{Umi9(3Se1zugAcsq_}7RNVOGF`W@E1|gv_U#Qiki|Ht zjcEJQa6z_hQM7pgs@(qZ%}@gXtMiN8F23%}`mHHjtC9XL)|((=4E6@8c;o=Fm%F9C zkJ75+L6%J-Rn2vBYC2&$-HVWH_8vOv7gmpqb|M{poz3>sd{#2i(#eHQbup#6U)S4k zF>;a3j&Jf=Hr!1IgHrTZuUp5un;e`KPA4;k|B;t6rWJsjsdu3CV*mk0A*;bSAlwc6 z1gHjp@C(@!Jt{W}NPLr`D)3XEDN+vQLdbfxrIrN*B)>h(k#k%Cq}|$lywE~ncr8?5 z#a1V1MT2E4Fl;mGO0&{e6xaAx7mjD9lEP%JWs4sv5mvFd zd+TZ-T`TPkzIBBajfrIlb8lT0P0otbuir+SK~h#PYo<#auN{jfGX=9U@2%It1(jaM zEBVwYtQ5TEOOZ#|EIA&Zip?YvC-r+38Wk~ov{$N2_?q4!?-(mChy{zSN2PRW?; zd#?`OcgpZU-mB?`i^&2+#`hW#@Fr7QT;6*!5ZY;|eI4~0EP!7@1Y$U0SZ%a=!*7Nh zIDG=X((bSDpz&hD_oc=Q+TpgK^79q@R1`BV>laF0LU|YU46XKvXTN_^cppeUe^)`MP^hn~-+r>xPV-<-Spus4u3O#tV|OZHN#@g?sENAsNZ#S$dt$ zoJkNQZ;F{dnMp${4Nym5)ZD%(W#)zr$$E6L%cc+oQO4P{;>bDL|Mn2bTWg2dM*<2K zfqkvWF$`Q|nt^=bla&>7Pr#;w)gOf=L}1WhHJtl;$-)-aPWrQ^;+A^iOYp{VlMIVw zb>PU8r|*5u@dxYIYifq7VtEHflV;P!zJ$AgcM!EW*ajHbDi!R4tGcupCEh;D;Wds*#e}D>i zC<2-zJmtM5RkK^ZEZF@5-gOT9T~?{rrEkW|&PhTe3wwYtJf1@ zGcO>-0* zFaaE~6%K~2wI zk55V7P`}SuWMwHP49;KJAgjm%jsJ?+7wxgY^Kp%&V|%ha6Vs9PTKTM8&@2zjH<2%2Iqft%vXt1vi9Ju`vgbCfxLSvEk82X+-ikIM z0pA?A40&tdtvc6V$M{_=95{8ryVG*kk2E4iytvRJ!&E%%+-Ze&)Y`_cXtLeED8MyK z&Hg9qLPI{aqcNCXBH^&*>oVMiO_{wj3IU?*lB#lx*7y@U*ce|lY@dkAp`E4}wUSw2 zdzaxJe@ zV4IkAC6^iIXP}zl7Z!cV3I{_}g=)%+F(itURFB^01^8zs!9mU&0y zfcb5saIqH-G;9H$f-H47SzVTTPltSCFf3v$IHg2|s~>Q{-(J*e$@Awpw=RNH8zMM; zhtZmt8sgkHSh^}r{Y#~iqo&HlxX+(U12(Q9U8@tA`9|p8)BrpyEQG7ZOI27Y`oT!^ zWi4XRl1@HdouCEHyyf)n2S%(h@UUZ))y%ItKt3>@N*Y z;7z4=EYoz``IbdzHE$_Y z^d=I>Vyjm+E$eg&-YG)wK&i;yL-u+&TIW@QS1ubsaPK9idrzn`*t|@wGKe82 zlld$+Gs_;F{h5FWSIPPLVgU-gzQX2)iLx2+;75(k+G7IU?d|C~DGbcjlJ_(L@G;K^ zXhWW3>`G0Gwzq@5VTFaG1K;gOVAM$q1r4w+e!n(!EgT8ehH@ z^6^)0fkSReb^t8W9dwK?4!3(_qLN3KUebSyJJ?X#!yyA zo_mNqKHG|-NR_0(VgfF)T~@TF;`_L4U67^4rXGz~6|o=#Qnn3tdM0fZyZ9PR=C}M~ zeR4RT!R;b1u=Mt;VmAvKDBHqI#)&xp>31H={)9G(*2$2^Q}cydA%02pR6w38i8$_i z@c`cJbPrDVUe>lf`gj0qK$O3tRmyU4prpJuAMR|L8YYIdShH+68BcYTg1jm8?LUD* zlf-Pe*}%gN9T?Hm#wMeN_ZX>#J;ZFrYJo&`itas4m~YivB(U?5>#D?0Y1TZN$~->L zu0eW49r;~P*koEO7R)bMe=8=FB&4$DIuofptHrL`kZLqA>B3S{$!TL|jm5}S4 za@4VW;L2GMsYeh%}7B{ z>4;~XEZ?dLsRbJWk#jTO55b5^?~`VtG1g!j#MsxUrl#7hx!4oeyy@^FVtok^O{_GQFjIvpIxJ=pZzD|e zR*1zH;B6V~$wF642^a-5(e&#sc%>tSNraNEMYyGoDiCU5*GJiBh_=$}Wj#eT2NJH? zUKj`^Uf@E>mlY_DN8iKwEPz_kq(AiL&{zCF6P(t;z*cM3jbTBqmFq8@@tR?;t z+8bCf??$se#_Akt{V!j)-F?3AiIl8Aq(aviensL7Foh`7IIwNEKK+{#s7bSlb=pnm zXpc3_%qtQF27!SOfk{Q}(^h3S?_hR$wGR5c$6Wa_6<8MRe#mT5>mFMrzeHiVwrEh?SbR`&j4A!(B2THW z=<&$FRpAM5mvz@`&+jw=Mu4|LZx=aYmEy%hR3I?1Su3<#;=(2Emilo)^Tl=vPS7yd zcOGDV5AN;*mUvEJ3nv1A2Hk;#e^5O>69xCNpdUZtHKb(tR5@&qt3>cK?toT4_b=xc zqT(+Zv4U8#3JfFCn}R!=*O52i)V8Q;svfpV)grBxxWP%A2{;d7_CIDt3 zh4dQ?NF;(r7`m^kIS{Vg_l4biy{vn>W2?I(MyWW0ThNyPTu9ArZw!Qz7`%pIwUO;4 z|Ae_ju#eT-DUTEJiF zgnQCE!y7n&(MgNUcp#Q+wdF2CP$ZVmrgL<3h^Cq1N!ql|SKCy}aKrq>D`wp$xtRCT zdWc#W_Q^&;)?l?ky8q&WS-menIgB&m%FbJetZ0_>^rUlqvQz+I*J?f+pIVHm;v`nr z`6#YIOQs>g9A@)v?Bhri!2+M|AMWg(zU>^n**WMOob3Oq)F*cjnY=i}F~ld7aB4Is z+>IZ1e(Ie5eZTwiZUL2V`xCsYEDxu=+1Px#_J84&|C_@pdzmM2XrQylz`SN;aKDA` zfA79Ex1#ea)5A3mV4O=#BFx}n=w}LGz2K5Ae|#OK{@~OD38kt-__zLGKI&g*lkxf0 zgBs<@X5^{<2mH&S76=|6>=eh8tSVJg=AVPHn6YtsgY)UlM52*Ki>NUf)S7T^E2~b& zF_u;~JvGdTB>}47Ay^DxRH**QT+U|ML$j&iZzZYT4*F*`jPW`Jl!TbZHXEWf!dv?@ zB8K+*V?SW%k|3h)A@q?SEs6Oame_f-v;W%s0||57%Xi&_lSiAUC%?Y!toEo@0R$B`ACKB`S!uQ_TA8qPPT@N27k16I_A<(LMRRm)P(0&?# z*<1)lqBy?k9#qr%8H8|5YtO6Z%MXe9mOM+$_ZlJq&sVQ1!p6g&I!8ONJ9ye+vcI6f zn|CLOK2*R=B)6q;aOd4G-Tm&)(XXe+JFhw?zn<>?*xCK-ane@n9>QHzQ8lx(|MSkT z$JJkIG!@mhdUwzLV=jFTC3&5FgKeV4!*>$f~tG8+k8i3NO zY`gZ1nnX-2Y2lXz@ZcRykR;_uR9X(bc~PYzV#o{BRgF18_Yj1AoW?Crj!(O<_PR%P z{BqQJjb{dY-#_@P4aq#BVCon}4MdC*O#UpJAzwXC#%Ev$1w>Qqn{sl)&5`p*{{70F zO6*aPH*-KQ_th`w$zr1;1%5UoOk*l6LJ3)1OdTh4P zn;kUNF)V6@^4HF<^$H?h>sf-~RmN--_V?em zY68hHECv;~m|dw@Wh)h?>1R*}d$ml3$Ip_Z^s~x=lu$g%$k?7dOWuuyOUQbD z9pV`LTBgp^XUT4nuc$KVuG#9h$&cN=z0N_0$a3Kfi;QGtw`$#~cl;k+^BVD?}AxD1RbvJ_0`aCdJB z7%1Z46!)OHSsd-0o^;`}KR$c1s4&bS7k=D&w4^Z36cv8jdV+;*>PHH`o4c?V z*JgL1Uzi;En8TP~&#tB!Y-G+rfjicQ;>I*FsXqUr>teco`l|a&XV2y!cvS2>blESp zxmhS=W-Ng8_$iOf997Ln&Gyp-B}qWPVZ)>Y(4V5O*$tx(AS+c!#Fk$bP2lp7Vw`b+ z&PWJZ1Y{;_Tz6!%>LL}!yh8f3Np&NoGb$`;Qn-ZYIZ*6;0B<&)fz-%CW$M7^6c;K& z0lvZYc2$s4Al|W(5ql{iBDEfSrCkIRI}com3%IH{ZwC3m+}Ctkbq=e7I0T2sBjJzV zToc47ct$aulr$aDp%hEgr}`5DZ`_@|IJxFZLtv2cJnci>7 z52S|r$*5zd<;MSY0!xRF9&IKg;PB)}pMpnkxfn*gQ8trgx3DU9XS+?(Y&O+~k%c6) zPP*La9ph~nCTg-__(+x%R7v>p=Uhrdb{#r@`S^~O=0h~$Llo1JW8S1_>4+$6K~DzE zdb3#wu-z+{#)O~?N}o^98)lVCKaZpR&d9)hN$L4$ae2Qqb{Dw^e<#HIjcdXDNv!;4 z5q5l|MM~?LzDw3q8cVqF28iiQlSaCMUzt3)>m;FrlTP(Prvb`*LwvRh;9Lq1 ztkGwOhbqL2flAxkt(xiElGmYAO?pmR25b!OsO*mvwr8OH-IGw_$f4Oq zSU2YW@fI>GUA#$o=mPhMY<#XKR5s(HJ24M6K)P4v>Q6*~j$4of;O%kH&pB2&FF05x z4KSB4YT}{mF)U_vxVXoNc08lkssbRFDV|Ri-V54ulMrhI4glX0fKfk=&?o7c`WhlM zybTfBPX@FKLN8!jGz#D}QkOZeTAoyg=?y?Tc(=b_^U?x=JyrzTk7LuS_RE))!;T!i zoL^jI(@5PD>jZX&MVzk~+-b*i=pE?FJjAfevTqQ;EerfY?824F1N=6{`@JpRNhe;a zVbC*4V!_Cs!YBqYJiraQ}sAy57 zRW(K}=$+26!^7{Db9y8{xN$^D)JLa3y(KgV*&8B7DXEUOXA#0CN*<{K!Edd6$<47J z-1s=-1gsdoeF(XIFKxUB%7%+hD6k1<*W%z}w)=blx!KU3=@Un=x_t#PMVifKO* zAvPaCyR&OFx_y&hTK-+YuN(Mb8WVx{Pq)iVRq^%tl%C@1q!a#y!>vO6XsC+TY+T-M z@S)e&bmBR4(y&f(E~?m_TeN`Wpb*wU)DXq$E!oCnyVpdf5yB zdSO6)s5y5-?BO~0(7fB&_^`#V0P6Yn_V3`X?%v)r4{FKTG)q59L40XCWZoJ;=gv3L zy@D4Herr7l9GG_j@9=1#{Mzb(@J}03p`zx9R2S*=@{^fS^R4j$?p1TSrXWZK&79|m-?D-PVCHt(YpcmC0WM0*#>n?M87It z)FZaBMRY5qJdzh`@qmr~Y`v_lA2yp8n*qux#X&{gtjo@`i&z)Upo)|u^Lz#YCqPX? z`cBHWiiusvlRRL*$zX&WR?jgw9OP7dh5!gklCXIK8?mvO!tL#C^6t2M@Y-4*A_0kSnnegz#ax1EM9@BC;UhEHwn)}RUvR%_ph_#(MA6fSBt0V zC$mvb_qs=&-IK$E{aRL`sA>v&GQ5ovlA?f(0}j?cFl&`u+_NYRE1$U1Z#LC`P zCj`d6)$AQyZY@I>8-wrPOTDj0-@ZeJBbIa&LqHsj~KtRiqO<>9o!Ls=?kz9tDZlw!n4*zlr%T zPOO&Dsqm!O^JzvpQpjF*7xDeL^~N%P^~~GlP`k?fTCbUM1?E4p`FOf8f}5it8o1eA zTaGwsj6f`q8^cisv0gZ`1ohP>es>KvEvAF4f@8Yk3QV@|2fG9I^*vk|vl8ZYwF>!o z-F~v0pLdOWgMIReBXxD*wu%dX#H!T4_nLda_`HwY2^!FTnx^Q8j;1>KX*g{A{*{j53KC%9ml8B zj*akNtHp9z$kY4wV6KxqcpRm{j7ujT-~6;$|lqX8ywJ zQ>+M{<$T`C)=H=(Ode<(L1d#8Pi0y8aJ85wiA$x^6D&v>DRpu2bazP%4T6}(wGXUC zAt8%czB@I6!IT9F9GwPsYR8~-Ep{2Bb>E#lOFAA&tCEk7$5x?cfYPBEM(5NF32@&u zo7q$vRfxw_qpluzI)6Pq?wsHb0U788^sLIW*sjZr_~E!vRxrA^O&iA(YYg*f76?K# zP&p&~+EM{V3572r55@En^eNC1e)>CE9x@OrFV&v zNe%8M!Tj`|E7>uKl#C*4C8Ofh?-< z0L0SIpC@PzkH0}ju%L^NHve!JA8qO`KH7|R5k+(6hbO+$>5-~c1E)qqc=Q27P=gZ= zQ-clf{U*I{KP`FRruSwN;_qAhzNODaLbPDb(5n{jB|H)86f8`H<{aM6aj|3$>bQ`f z(g98ecfw$2l^m>_-$lzE z|9$uH&D*2S@o{Gli*L5vEfC}F0h6Rm!XOcmLomWPkTL8X*FvTcsVwS1FPPOL2&Cfp zoDBvIFcAZ_s3F^qlXU!HITvNxQ|PPg+Ndl4)Jzg60!%SLM6|j?u~~p?@K?q94TInS z9W(XrZO1)=bmW%83GX6WLf2ey8ZsO9y8>8YyAoDl%fuCGP$170AZtg?<;Bs|ag}ml z1-U{wG>}}d7E;c$!CR%c=hM2Vf@sI^+4lB*BvjFT^da%u5M|P`A=09)Qc!FjS6DS` zt-VTNZOFY!d2Qpp!eq1g_aB>O@ekukCQV#4RH-FN&Ofn?B$*Qbr6kF;S6%aLxay8i zhwfsR)}pit48BT;&uUbwoIXLztI{V^_KxHRYpg(S2=dD028*viZm8UHa)aeoAU9ZU zb#lYSS0*=9VFlVj<(AQoVnkowC#=#XgX;tp5Nt_K_xYO32&9eFDrjb1aaJem$?UlklA?zPiePNm4A}E59GckV5$hAg80)W`O~>R9PHF_$^CR~1Pz^B&IJa6*j5%G! zcEM3mz+$w%>|zFP4_E2vGV9flNQ_LkZ=oqoBdp)9_>HhFJf*|c&JBGPUFt{jVdjDC1R`~$cKy;ltU!w0& zdE3K4`}p)d!J-UHY%?}_j%An#p&v!BfYlR5eRO(Y>!M-_5?6fgLxwPb;;hd=vt8m; z{w$GFWLpl>cebIU4^YoDypXio1|&X%up#i1jKXG&0G#zpVqDNi5X5$vZz%UCa3$SR zC22C-?$H%p!bqD$Bn(iKytISM!md&u}&JMP6K1G zx$ZP|-cZs#$mXdW^B5|65WJ7vmO)Zlh_S-K4HAgEkSDEHqxJZi^d{-`KlOWLq_OFj zd(vpPo+ZQnXg%GtDR0ak0%CjF1<-JHgKXwf?5QSO2A5|7EkjQ-4`E^H(=>Q@}+(KljWt z`0*>;?6I35anYB67cY|U>8}6nD^h>G!OUbqnI}}H^$LsZK@nX7v+K}1)1rEd_{(qC z(bvlKFnsUeKSF85)ihF~-L5ep;iuj_-`*4g^J}9)d-Dx!#`dP{#9!J5)T5_QHlM6l zf8BWeZTo5MVY`LY@)uw=9<`pfTJ81fn~gTUpjSKQ&974KrTMW5SsY;Qb{;;)QR2*^ zts3NQtD0su0N{q1nhjH-lpaR6s&+rVXfv^6Kwv_QH*|nb)A&rUMT*v3`H_{5jRW znm&JS$XTr*ebSBlz?^Z3+|})no zpETOB>aM=ob^s!PfZHkX)<|Ct#%FSm2X8E!29P52qJEgJEvZ~#sw1pK8cvLuLNP() zazvqN!PO0n#`Q(1KSV9^;S?P{Y}?o_-&01SKhHVsY$I?kN^Q)oCPXgG`se@vd@N-< zL1s*-E7_R?D9>1l>DNGH*^0)g}aD#GsfZk{QE`W67w_ zH1R*+ga!PuY568Fs=*k~q`_8NF0<|hB{=wQI%IQRzNo!N#8F!KC!_!_VKWV;iWZi^1yN(1gxePdGqaOI6V)qeaz zuJ$y!cDx`dZ_r40m!A>_ujw`MEp0X!I-axbV;MAa@bJ# zQS{!34c=KY1SkrcFh))G!Z`2cwltyEy&`JCr`$j1BJB?XjiWmzz8MU96+(I24vr_f z+e){Ul8YpXzsEQh#E2e3LmTmJM{a2X#P5x3zHA37Uo}q)5f#IfZqkJ1W;3K!xB@O* z2A8l4(-g;Ae1!TzCf37_plh*}E26Jn z@RsG_oP;rG*0mv`#>uRvn+c}PVGFT^5yW0~ZM=xWm`TM9^V&2Ji*zW!mC|N#apldH zw)-wcZ6BMlMLh|uGt=kAidb8Kp>WmP@sXq-fvQSqh8bW$Eu!-%Ya~%u48Y=u)P{;p zYXOEK)Ta3+omU(5T~T=H5>a_`ac~WKIvUkUyHz;T%YD5aoN(F|_je7{f=#0)TRQ8Z zv2I>Tc)!F~a%DOT2&d>QP+5;k;(fR<>k;}_+#Jy(py&!MjfOlwr*lyL7Da(5)^EY?ccg9--C$O5l;nZW!1ksX{8I z@mWm?Gpv6Bx)$Vh_dw(hsN9919smz=MjMJ;CO+;`!X2Fk&&EN4`syleg$mras3f5~ zid?=?=p2bNhL^Nx4c8(|4$kZ{7Q_dVaCHHc&NamAr8rukYR8ofuIzbI@OK-Kt1xfj-5EM*$}oL}Km=Jj1jPY8;fvFK^FUvm%+H!t7SEw^_rQFE&De8WDa3^J<`vy))=FsNHsH-upSkFA#;Nnp7flNsXOY=Ho1R|_7inc zG{x?1|2=jZ>mWOXOBD}VEn%*q`c1E9IE2iykltb7^@F?ccf-SfsE8j*cr)xp|l%BOqVsEad2y*sK8M0y!mY1}znJ@@FMx7N4VHLzy@tp=6YOl{lr0 za!i6kQBNe|Ey?p=Q-8$Tqt>HptzPgzf0w2u_?hk(_Xc<;U1}7GTqmA+(uq;X`&3 zB#Q^he3_?wW>15FrWZ&xW-9?&YW=vVD|JrNO&dU!J|xmxaGok5*%9X{A=r!4dxj#$ zkl5mogvu?ZyHTQhVX1DM=5kgJO)$R)g0SfMA(duYV<4 zZ)JxJ>LnO*F(}grb}Xf6S9qmfB+SE;%aqlg_c2LGa8yn8`Jm1Znz-n}p=7#Kq;K4N zOR-;d54x6KBPR_9YMfdVE_n?mj8vj@g$`iW0O&yE*zhT-oa6*&Ni?5lw(m9CqZR)u zQRaNbwE`kt;AyQdlVbyOm-HvMe$Q~POlL~nm1mF>;naCNlfyT#+=g-@T@K>0c|o=S zx|i=bxQ5mf8zxbnsyL8Ad_22RU-?E3kgLW&8=K8$wdPp0er&@NsGo7998nC(J`qH38H{~WR=75fEsOka+sZd zaNO-2oLH1n26Na@n;XI`UA7@un8UrpXJ(QzRIsAOCRxe3pq79T<0-^fP4c-pEpIs6 z8^od#>?d93#9%7epnnH0TyKKWn9fOPsul>27j>!Vq!CE2%6j#f*O(KZ zt=cs|%pgK~!s9D~>2Gg82CIXjhYXCc7w=8f%gdjnw2b28uA~Fn$l&wkz+`XzQ?H3N&{MNIG4O~QhSPRq- zrR{rqaW@9|wG|Y!^89Gitdl}(#l`VQYR;88Y~o97JZ0JfbY+9=#o@e*2)bVAVj?s; z5+@=k98A0J*_QxEN@aCY!0eGHD333Ckrn1KkeDC|a6@IZ4m%fH*Vx@LfL3}~EFQDZ z^90wJGb9ssrn zVm~E3)bjb|WtPt%J2`qDV2*bMhioT-puj~TJ)faRFqzhwLFG2y}RB*x}~%FmW8Lr zQ{fCKFxslevcl@vVQIM5)Kq(hpw%fU26SeReCsydvJ<-B?G+m-Rjx1(d~)=zBN*bM zx>G3q5_Yx&*R(%DpTfOzQtFk>@sQunJwb?XhljUGy8r(HGdyL3$1MNl+-wTNi<7<$ zx7!lCyfvNAUWC=@Y?citGy=#!Gb4XQmFN%yEcFZ4co;rs)U%e-;5q}9B&VDXzSILp zN90UrO;32@1mWb+#Y`|4XgyV&QuF z&H}HP^??x}gmXx?aVRqsR0-|m3g&CJb|FiEAM+=gn2FLPc#(c^9Lh#8u0IvaB^XD{ zbjdufIe|)G86ok*kZ>#q@esW=U(|EocxcsKp^{ItP19h;tj`77X?; zX4zm+)xrIQD-Za`Vx$;&O2^SiOghl69n#w8eASIa%oUTbK3Q9EcN)BmPA0Y3_=Lk6 z^;sty52B`coMIPw+brl|%u)qwH4xeghK?xVUu!5s;RNr+DiH_w&CAK!>$c0q|)B|{s*&Y*H2m)znY$GwDH;FGi!69-fiN$ z))W2g5j}e<Q#y(F<icOHa(0(OQ(% zBm4l_O-oT4TCIW4lvRQa8mh zdX9v7R<>07mT7ww)Cha0S_;c}z@s6i13NC)e!-%D%TiYr^Hj&nrm&|pO+n;S7xpyK z6AbNhd3?n&QMpTB;sNmX$L53+5?2~*RPlGLB0+I(Ai~$+` zS@bRu0figbT7xOWK_2oFL$1DOycO67gTa=2Bqm($iD$(nX#iq0`r6c;pXqehiTA?gQ?y#td^Y4Sh4~eoCK$KK&EF;{F=JXaKZ$MF!-rEy zb|?8)YIdi++&_G24W+c*x}j-lXE>SNpoqh6`heg8YRDs}-lhgoye189S)O~u^@75{ zRR^VmGbuRt+>NN{{vmz4?}i{mVC0YIOM#U6B)>?{e4APu3*DWz>X=%)!@;a*xebf3u->~Oxt@>YkS+L)o?bLhps{ERIG!{Q=31Sy*H8kHU^ug zXO&v=tY~UnRDYE12flWol#G=9-+;S{PCrtv=GV;4f+ICzReax>TCZkK?8c@}(Sm{} zW?ft8sViu$jbrxUS~RT(hqmh=R#o5&H$u-pTO0MZJF(kFyEg}?-MwEDvMKD3=2@X4jm$$+HC%1$uWOAbb`x|D_By|q z#ty(Hs(Wy9+WDIUMKjs=*(En9vvB<(*evXhF`);bQ}s5TUBxnp z@STO(@p$T&q9><#-pL^D-~zgeFCmgU}zXDRC^U-uuxiX5XF)9TarKGYO`;jZGpKVx^f1+ zO5J7Dz0oOu*n@@J>A%V4R+mXm&`Zs0&TkGwqV+z?XVzaK)I}~ zNX=+#uIanQ1f3%J5FWt~rHf)ip)isH-7Uy0Nn|W*2|jWhh({uXC?G+AYMNJ3sSo51 z045(JDO;X|k>^f%tp=g~i;PjBF`57xdKtGA4LtJ3+?YLXh-3kipVEPqC!BS2bHRyg zB{{9Bxk}f?+yE}`K^}SXK8LnSp`cYblwj|vKf#*ZI~!NHAJol5wjmY^+(pX`f^z!@e+|l68<%)z=^8_v zcN;kGc1yF_ytb%obJNu~wSqZ44$0;OHZ1!26*dwVIu$uzq6*120@{kQ!fSe3G2QU; zZefkYCR+jEA`Pe&TVXkX^SK&B+)GU@tS~KiPEw=!pfSs)!~O_UmQg8_u;PrzBLOn1rItR*ZsKR(kR!29G^t2D2RbV>j+tsm! z-o$X(w5l=ZfuWhK3>b0$GO-gR5_>7i3VRJ6*{FOnCYNt`wDSTL*S9`ErTcdrQ zc}`&}vCK;@^YZ=Zr7rVQmD$k>*<`#S1h&N6GKkb8M9hCA-50vd5-o6<`-scUn2Bnt`Ra-+61~6 zHb5Jhg6<4*updi%tg1!hwt^ymjk1!f6vJk3kTAWO?9Hd_JE&9hBGy8PEu=h1lgvIK zKq;~|PUS0xbQj1M1L;Cj!h$&gP_py$`4EkfdISr0e(FT~b2EZLp)crIF*Fx^RP#1Q?$}$L?RP^eg|B>RmL$IICTCF6{6kL8t>i190RbS*lX)d%Ux_NdA7BbbAspGqxf7{go80!t;7^f0#SUfh;J5w(KxxT+w2;bp}x)w|Ka+}GI3hfIYq7HBd# z#GC`#|B=mh(7P>E8vrb2&}2wBXU#Q`ZL(a-dOGS!cFZi2liSbH3?Mj6&Ugr^b0gLq zfndV)+s!ZxB5D+|inR)wrrg^GAPbCD$Rb6*+0vv^1^I!V(KuHsH(#AqX<8=gr9J1Grz8H3118`fqux6y26U`%DW)u@YEW^D~6Eizag)h7#tPA z1{Q(+Z(_>{qp}{0(eAvmnRk`&>bA5F2!(;ezVNFRiHeA!if=ZpgbKuTyrWCn(&jF6 zDv7qAlp?~+R|W44+I$8D6OviQpmTqh(-XC}oN)|o=D^}5!U$_VkS=06l-E)-2D!0x zwKLmZXTNjOfphrX+r6EWPMvIy^}T_X5JZyMAe&{J9lgxl1qc?HIoyk#e%^lCLvX8D zP6$jVavQnI`u0pu)r0_HebH7jHr)Zc+N*UyrFlWo6<3GrcTo_)Z_Q1c`c#)Ln~Cwv z6dcZ33k7XTjz^rq)9uI^*WOC#mH9^wHcu#5>=qTZ>cL3&0xOD$jk~(1yN2b`WTTfA zXCDZ~Rd)W7HcchJtsp;9VL$H*hGsbf!4aU$GwTGh2+^LDAeueGZQ6R`H%zO^aGry` zHntKEUf~Pbv{ip;N1oobBjVj2^d?!UJ8Hv6Eo2sU_1h0|)|A%>dbJJDo5@b7gx2Q2tej>J9B&tX@E4a*c_K(XU#L-Psp#!7BqCB1s3ku{JhKya#2WHEPm^F2R zR@E&pDo@ee4Q=CO0=8@|4&GB{9v820wlg>MFs!2H_`6_^x7J*JdzKc}5w@~x4jC64 zvJ5`L8KnB5obz5uwCteffa-wRvHbeZHWq6+F?jqEU zAPaSqX4KrKWO_n}bXca{;bhBus!v3T&x9eFFdWl;sycUy&*vWVEl;%mE{g&~LG21;H0h0{QDfNHCr$iyr#Ra-_^0t0kZeG<+- z`cSu8&ig}DQjP+;mJL|K^f5`NiokGUel?m#~+rB z!R#_$Aw`@mk}aivI(J7QUawOgrsvTQY6s-g7?7cc=-iK_66Cy)K8##**lw99E$mlw zCpzn!3A-V0Be2A4m?1exRcK*80_SBA-vU*}FrEGDS~Ka+oKA{@-Pq0>PS*i(`4Cma z0X+L*PM?#61n2iXK8XbixDCUII18tTfr(QoZru9&2+;r@6^ud`1{-k~wsLB<9Dz#q zmCyft&K?+c2d1|_0&WUbQAuw;8T8TJoVf1B;ZcL`8l)8R(3K=)JRANR?3|F1D1f4-StyI%_0-Pz%jHJf&OSX>U9VX!Ms- zxJRA0`#ZZ4z;fFx&~uN)j)Aud`VeHvsqK&m?xW9=-^@n(trFQu^jUUZuhdKZJt%tD zLk9KlITeLH%;zpvUW@KlqOE)$a4u8>dDXx zAEtpzf@NYbVkLsq$|FCZlr9(KR3^#yZFERM#&Wa-dH!5QQHy0NV31L3Fu#Um)4{ny z!V{L#c`Fd=Q0M-LS(j<=IkNdJ7@2uX5jfld!3ccrluJR})7}tpBXdJyg0_9pUt(@zg_hv@3AeBeqEkeLO_ z2sg>Kt<}qJik>ubM1WN3Kl#JO8o--WOm8IK`iz}a2T+-2)m#!o_QdF$Fp?0q*!<47?_1q;;}l5OIp&m z=KDdY@Veo2pbLb0Sh8Vs%$`wVohH=Q+3=ou&ibk=9#BJh#L*bj-Q(6%ITS^$pqkm< z{$5lIck{$3_r)l9W31|r;oChfdhS9c&`Hk|u(VM(Juq12-FTV1Y z7BL37UO`~YbTB|!MBfk46cq^+IMuj}Krk+LUPKScIP<;W^s}{SY#SS%M9&*v81#?F zNS?tQ0EvY~^h`%a(l6{Z(gj1g>#Elh`KY7}hdUzkuF$Hmk!VIJ@j{VECC`^Ra$j*y z+7j7B?~cWWgUgxOqcOP_m+lImiQz3ID(-?iC*EYZ?5qB$$I&B-%oy&8ZZ8`668iqt zcOcXSbbH&|HoB*dL9IO~v89rXO>Dcq+smVghWLvYcVsPMC=^B>@rJmJ-Uzh0A;71g zrK@tY{()@Te$irwJPuP*TmYK%nEjeWKyW6%03*1cB43x3ho!exAwgCmks1F};-Mu; z<+sWw;;|Y-!;dx2ZhosI&ysKE^(0zoHg06ZjK#|#7Z!h|6lC!NAZ3Zaf$L)lP++qb zx0m%W^l-e8&S|rt7)*NuB!!JZHoBZ$#Y^GLG%ottptrCbLgQ=I!h$_RBpY;nXym{? z#f$ZsZEAogPifbd6`^E{{4V)YaY438KooNB^}=&z(~A`mD^z*Kh!+bZ_w5QJt6eOG z3-3y4X1Z9|=b&9J$}w9gF1cClZ|2-0Gh!KAH9F13MyhDmRn<}{ENd$M)UBU3Y+>Rs zO^`~mnRt07m~3JjOOj0Z!WoxWisWoM%+#nS8%)FhMbQlbOnFq|Eqs zrk4vcw;$j(f-5+fQoAU|*5#^b&3KRwLswD&1a8$K7_5wER&{-Sat#BkRfB_Sy>7Z$ z_o)8*daZ8#OOGfoo&yC|yk<}(1HwA*%&|khEuhonmaT6pCxJIG^C0=L!pXw`s0fjJ)@IBHPb)EjYLaOr$Lr#JaCc0Wmyse*ZSzM^!U&H%0y^@70hmn08$hW}Bke~+0ro5NhyqdRd&CeRUV z+fcz8Iub~mE%>dKZ`wnjxmy*2pQPfUI}Dx`e9H~ry-~jZg?F=lc|~ik9;@h#(AU<= zEUd)~Ixack!;hSw9T;b-)o6z^6t{0TGh{AHNwo#`h~L$Cij)arx%oaDJ_czZOMM7d zGvLSeqUm1?T2|kCLjaIpJ4FE2=6=?6KV8*y|18Ki>6|%~^?M8iX_if23duNSdL8Rh zW}}bBIk;PE04X-1rPaOppjQ0pT)`h<*)-S_$4jx8>2OdPU63d0l5Y0DyQEu+DFlU+ ztNPKTAkVJ5Xlt@B@owH2&c2@x*w$Y-Mb!5gN@j@lr*zr}ZZvlm|3I(qk;5c?eeAwI zv5uxCu?0R)$7UKvmREI+nkFsrvPXk;z>dco^bB=!LuVz|A;vx9MHbhAE!F>R(|^$g zi771`_y+=MA!GVAJY@nV#)n%GSdUcPIBEcCK$gGsiM!@FN+w2y`oggmnu@^!Jphz` z0DgStFR*+NEiq%;656U z8rtOk?#sHynN`86oM(lov6>g(j9h$8TS*l?M9qcdJ98_|!M@y_@|=@W)4LkbbF_*# zGdUg`5}(dz<6(+XBL+7$F>}OS#mi`RfHL*Iw;gi`Wjkprr?(hTjRvLxF3vNpUd@!d zY<>EMnYuJvoewW;ro@7~WLXw0jE}bmWAFxaOGGJ-mCuoiX)pF&M4@HPQeGUfl{HhY zTz@ZIR<6&*Y>#+Y2aEr&CCqkbH?J?&Q z72ymb?gN#{4Z17Dx&qrZ~Lz(8(Hw?Ch^(uF6)KovP1Ps>G^+@CX zUWO@{W-9y;lSIa=nEgBl^$LyW?X=O9NqnT@^hBD5^Qq8w*3=ekfpI&XX*SeeH=ge< zBm0bO1o>0#*+i)-vg`C5Jk7_W3~bbC_wnJSa#TCNy4vEU!6oFMR`CSaSDHLg3!g zV_tpKS=#`x9P9|d3ax=b)eB?!|TWf8HS;!gy(ndB#QTW6m=FM*2-yg z;zkUHFQI7zgvPv&9#dQ@eQ(Qus6_^hY|bhpMp6Px`obfMD+~#lg@r@1c0SQ=N7)W< z7A&fLDGtzC{L3&^*3}hPS0^O-y4A%!wc6q$?AY3Z*@~e(r#tDqw{G-Hz$aC zGoFtySc@3eFq`TP)*8=(^~zeIR|Qk#beSo#uo(_X@I+jwnq$EO6a*F93c5Mc=$#|q zgLS9pp0X|M9x*|l3JzyAlqvK0oiy3X6UrpB2q`X_jYwYC;wDmo^xqUgF(gRK@cY`o zRgA+A1ryvBw_+vJO;54}Mm^d-$hS(ekP0O{!=z|2woMY;RBo@%$L^#g zYVFLL52{$z8BlEQae%6o9_Ht&I%Zt_2oj4uqXAX7-A&zBXHg~;5sG@mP^2yIInH0-jUqaqUSAKXes z^2m}-yEKI?Rh6xntoO(ojEma!9rxw~t2lZ?zqZ*Wu3e@ZNAfDXnpp2y1GCY{94Vn9 z{+gZ7RxC`8e>;BC_G{+ z$)$sF55{@KPT(4!o4V)tx1{nb%(zuARHo-pdpu%!4(6(Ic{%a`(gE6X6uW_;M;b}m z`;?B(OZ(9oU&L|>Uqfb?276+|DZ=+ump4l-KcxI9j)a~YAeg(>MU78@>Xv<=B8L2l z)#C;wd`wu6qs4^icG(XXn9$8UU$H~SH)LDk4H_&kV}pk0L1D4(tOteVc>y(?g-l%) zhv#p+6zoO_&dYLpdKjp?mP3U?fF%a zP4izcY`I!OnUFW#lhdENM-qxzPoS5~G!>d%x(861~5i#pK%oBWcVQ3@nsI4Awnsks}NPC+cy zok^bzsYF=y%Sq?pxO;eT+CAu=Y*wKF&H)E0W58P+FK-U=0H=;3@up|MZAaWY6CS?o zlXMK_Z8jeoYW{F&j<$ykqG?D{mR1 z#)gkEJ5wa3X#zS`h&AoZSCTjBO>#4yC%v(`W*XuLB2W}De(DdJK^ctDX3ncia~m8% z1W-7;%!?_ez)9Upiq4UT_46x;v<2MU0B-u(Ct%ztYQ%6%g541o1Q;CQ_0Rn9sNc;f zJc&?@Ji&!J74Z@n2brD#$T{%Yxh^l8d6cGL@ z8yJRkJRUsAle4*DL>gpcMD_CdWHO#oP*a2Ef9a3T2lJlcX?YVFoN8WSgum#nX|LHD z&u<6)v*y(c^@QjQJY%%$4krV=_fz~z7Hm|4Y51j9@$4~!n7g2vf~vm&ZmArT6lcq- zHZg`cB&vpFjC1%6FrbskJXnZCt-uW!d;`wraKQo_Jj~1J0`LM9B_V{@u~5A!?jG!? z^xyQ=%(z*coUaYg7YZv}u~BRoEXTDpn+$fQDoM>_{7dNN?DMz*Dlv}qZ$pD#88!i;`(*eq3 zXFvvM^dd+KRty!ip^yYoPz1xkr~Ns;DcY07p0Qt(IF(K|kjz~;qp_vQQ0Mz-fU-c5 z8YzDvI#8Ljm*e@USJh%o>Bk}K;~>}zR;l8fP)Jb)fJ#IGg}=@WK2fruKxP4e|87`} zd)sz5Pe>t4dRZ?Nh1LN@1%1|>zG5?iI3iI|!atp%C$5-{i7PC4>LT^9)LuVO%?1E* zIUPiQMV+e37izc#33PF*16Q5`3+cK#$$qIH|2-h?Ogr9M#_IU*K!?!G+f8*;=#I1LD~fNFU!kFt}qR3?!gcoAm=o9&b64T7J8|U0sEM*)4qs1P)VR zY4W-PbyZX_Ddxz${Zj~@BQ8YS6h<(0%Wq3*+p3gJqgiD|#YT*bL03wM*q60(8ia&o z`Gt_E$)A56j2lk>iI>EsLIa=wH7n3oa)OeN5-t48X3IS|+x9+g(* z56C}4l5YmHxwJ2Td^Aan$a#rkifLZTK83q^`E?pD)QqXCUeL4ai6M&*?e%JcH>4$3 z^<-x-Nn`yq759$yb(|O2=(Eu9`cjV3Jx|E>b zr)JKo-tnT(mYQ25tIIJ1UbIGxCcB3Ruez^Kk9Xd@-S0djqrGpz( z{9l@FG)=)NgL9$)bJw;`Gz2M2%_aTZtVkdAC7Ab}ZNvMcPvZf|hCt6VqPVJtD;!e{ zR+p%a0I}pDM}v%%ZvNzz3W1H;U3U!1C)6NCnk6`f{~Mq8(GD5qR4BSZy(q>8HYD{j zvtaYO-~&3t5roNfd}UApZuDTnJQ#oG0gWf*?F*i9ggCM3XKYN+yH3^$#!Yge;#}fX zd7&$Qq;=K}HZGNp=#z(m^J-8!vAZ zrq4O-d^GfSeS5;)QK^aP2W z7NSXhew7VV%!S4D-I~CvuD4t0PIigZZd%7HHm13Vb(O%l{+6L1#CaxR7WRm?SIuA@ zC|BS}pdJ+A0S-*F&yW_ih5N(wji=7gr)dUU1xd8PPB)uEIzgZ|;JuY+ya{P@ zObIIi$IvjJ5isxfGC)AQNb)dX0~W^W(4%vm!h|TdPs3+EO!mfj_{vnEyJ!K5ln=-X z?S$&2gFow0;zV4N*W_zytGF^20otu^gkIwmKsHgkN1A`AKW*&LL+?J|0|-d^gxpQX z=5Mpv1fnfRcdUV=jl*0|SW_xt0x_Gz4Q?aAQ)E9tcmbn#0!|P`($Q}{EM(uvQnDBJ z?eXsevZiJct`FLxzuyK?Jpf|`1DLEf$7oclFAUUmL&6w>6u8$z+#T{!53eQE2<1A% zM6-Had;&E?Cc|m-AYtZWeqbR>VWCC)&YBHyIv7jFU%O^b+|3K`Cnn4d)do!9Bc=`>YAb;Ol5g-wWmpZ++fPa? zeogGs&VHd~>jjT1w_~1LTYwtWaqpa&129R$qu&5lNZ6(K0d}~~w-PvKIdxAa*Bdi&7xO84 z;uQ~r*!C!+pXJ08F7HM9$(JktR(2<{C{O{CBZ!f_daD!3HA*~MevMo04)@3CqrsDY zAndP~VjCY@Bgj-ey2Ps@XxBN@ok5%V)GRqBu;>xJQ_$efw;a%9uW znmYkmPOL!qN{=7d4eU|HXRhdVxD|&L9lGlb2E{W{^jhrwjl4ffYeX7^$#|4#D7xj% zTn-whz|dTj;DQBVrAC)_p<=m?O*f{Fqp&Bx;wzZlKI*(ZG=FfagcHYuD}_a7ahs_M zmwcYlS9qx&7C<=pdS2IDt|fTZJOVfRh|C6Png(>`!WrOPZRbA5F6Tf+H{r#%W*MMfCr(G3 zsiD=7_due4fN1D>g=3!60D`KJV@v>~$dz zYhe|ZP^(2tLXc!(q???D3N#4jOf>zhN(p~I*60AnVY498D)eC6UyjC-cC2hHbP(Zz zqq*~7GtmJOoIE7Az{croc7(;;iG-OZbL;CHkl@lQ54T3gU?2=}yGoe;c1aQ5GEii* zqzIxDeIAt*Q8V>ehK26jhD3xXv4n<1A%xJ*pRD=CCT&-{nzH7lkVX`4NC+Cb`O8*9PPaB zoSN->QUfEMpun4VCs>;bIL83(J+Slcm+pRd=jhkdC+<( zFRG}T+1dYj=hx%vFEye;)wX(f&@p|tuaau322Kuo77TrR`R?@saOT?&?PpasZ)(-* zt=fVHptLI6u05kB^Q^puUlzcFcRWEvT#B^CUqK`=Fqm`^uv+|7^6=mxh8H!_uNFY|&8EZOCOpM11ygTR`e()6W;q+kV zO(&_$o_xRg^!wKL?Wf;vwp&jgegEXqcdaMiw%SiOzx{r*y}9}Ax8FXkxUsV`)44U8 zTkG%hzPVO#lr+AeR?f%ZUHwA^E+Y8jIsB-SG8?0xVmUGOC%6q#IMN-*wSkgh^Bd61 z3W_HC{n1BeDc^|})vU~Tnwq2QCV^zy0q&8Eg#!YDMkFV>I{`s!C(NMbYa6qi?JXnN z{7)-gy*1cBh{hJiXq$rpT~Kp#LCZikX+tNT9l>ZzqY|G?=cI$cNvVS(GiRm5?+!@c zv``iu8QbR`!!#id(PXM#yc(pJB@n>wjr~pfJ#=T>Y%kq-&%624%o*f?T zb&iskzb4PkDK~wQ>~)TJ35Y+p>y#YN2ZG+Q3Ns9!GwJ*eNH)QFBt=&g8sJL+?HCx+ zvoS@W__9?%b99@9u#WOTyM22E>z~vhksM4&5se4B<5*iZvmmjbTgbggMOS}MXo|ik zA)s4s8UY!KeGcxB=5-7jM#{`T!pH~@@-Wx(rzUIKqceF3GK(z_o?TP{7_Hd(eJkw9 zJ}V}-w~M~gVfApQsOrz7wQ*?(kMKAN8%J!Caw@`74wTedMtHc<^`uRg>9j|ZHAWEM zipCH}68(wT2Ow158s6&74wX0s=~V@`mXj>@t|5jQyoJWZpea0X73q=CLYfi@KE3^j zk;KDOQOsgTKsW+OW&78icy4uwilhuh?SOFadQ(m)YxXV>X)`yXoyH5AjnAq!q+Ojt z%xpYBKp2a{E@d+^AN7Bq^Ey0)1b$g#JON;NmW@aNAm;(F|1N$aujNfcckT?XR3t=2 zk%7;rQ_iYjort-J5C)$5>@XJo+D?=h%)W(Nblp(N{mw}T2wnH!*xW4b8c;Jl;cCuM znCzrdXBjDdP%PaeQ4?Fduy@r6ZKE*g!1%%{er(#rkm^~;f=c~vZ{c`s1=a-U_`}D) zmmFWAYSXJ_x=~uI%Q7KdzVo-YrRCoaBtn8WI6bfSbht`$ws~RE-*}2j5WI=y&E#hk zh)zU=d&Q9zo`+Y4B{P*9)E; zXW%so4;>TO-TUSA$DQLJPmjBQ?43#O6j{Xs2q2ZzD_H_dejW3!C9ErPLW5yOpYeFEP-Dks#9V(}SDg2xCV%h~+= zV>XL|DGj-4FK7)i2_^ae@Z;Pz1Erz2E{9(M^|>`ZN622_G*z5ftegRSUC5L_5-8{fE2JFLilIXv7t_k&c5!Q z-O_5!#EKVeJ{uH?r~N@*NBa=NN}sdiwvCIbTSb$U(8+M!94c?94Q9vB!*nxLZgNBk z8O1*kN_wtF`XyzhY0*QdS#-1`_%=8kl<}j&!6S49awU~x8xFP@16C(9#11=OS99EQ z@@Nu85ysdTtLxpsZ{q5FP z(tqxq0OrBQ22W*hjHqaMvGWRFV3tXIyp4@EUeGDi|FFf$X65g;pAQv(L6|(wNb8Q$ zz!QNbFRY>h{HU7_s8c2YHepFe+8gB-^e7PM2V z-kJpqUFcBm33ZZhe1=g^njta3(UD3Y%`y|dQHXJaLtYy-1Az2r9-7;McQdFk zv?DdxT7exHA{{czzz||{P|;_o6F?2N-SeAWVycnE7Xuh+o?D`F>fl&sdQfI5P{Z?j~%3gv5d0TJ?cfC~r`tJ#8(b^~HC;CO$qupqTk@{AoJ%QmtQTx{&c zHdEZvJq-Uw_HnplRd7}Ajoq%$@$GFK_Wk=wYkM0aNe(AofqJ4w>D-!iCOWsFClcDz z9YnY~{=Ozs0O`jJ%#AjDG4r$G;(jq0$(N#f?XG8d*OoTzp}PuLSoHcs?w5n@Ides(vI_phq4a zj+jO)rws+)MgRll8kvfLt|_RG?7V+KLR}5_Yhkn6P3g``y2F-lA&dZGYCMOKwPpKx zmA(AGa4%|(;LE~A4=At;W#p0b6bZT?iNi`qe5!o`Ze0)uX~FSY#Gy6k1>>I<-Z|3` zkQA-KJwz283~)7Mku`q#(w948Vhs5lJ|S*1pzwfDw9Q{NA|_k$6^q?E$SXOfJZmP$ z8F4}0+a?N~*U-R_GHm${IW}BM)BrWX+QGiol7BP!gY2_=qAnobYyudW#6Xku*`A?L zNNrrKWH z2VwL1rY|)(<}XTwPDb^i*RB<(uoYJC4DaIq07GB2y$3CF@-`(G)S}xH8)Z}6a$$C_ z59hPkeMR(FcvUY1`H0`g_ks?_Bm}W~BnP3+qOH+7r`dJ2qPayX%26AOL9|EB_r9HG zla!poeZ%4+H_1i8*6%Av3)4FuPAC#Q(9xMEusY4bbQ3ZUlRcpZg+4vIRJm6!Mz_-u z3n+{*LJ5O`=Ho!rODO`)?}HkeEKMO)?1U!p^wTCrA0h822)rr-*6~atNtk$IT#};# z5&~G6fzn7Kin!PFH^z7bHf*^Et& z26SR5@BmiFLi7@dlh7(XMHOEf2K@+)wmxTMr)WK5O! zEl4``+k*$b)D_;0C}SAE6FgPYRisc}vOH4rj@$#3I(0|e?JaozygGu&V(`_!9wW6voS|IvAGg}cjhb$0B6X`T=64o%)sUJf~DzBOJXoD%}9EY#aJ zzqPzt@P3ouJEKJP(vZmy@RCiw;BD@w_eN_3!fzT+cm}Om(f-c-+KV3OQFHu`(F5z@ z{)CeUc5Xd5PKX4@_bBkffyq6z4~wWs!TLnYLV>6;DntJuo3G^rN>hnSkOVxe?k&vb zsv`>WodZ{$h|YH6Z)=?YM<29!NEdf^Y|ZlYvhxA5JZ5yn^r$*P+Q~=+H~36EA=&+@ zyP3F&tJT6CwHRdMgSd#kB=7(XFRA`2CZm_I)N)~pCOIK3$5glRT#Dz$zCf~F{M_Z`K&J_F6n%qw#|f=$^Sx)+a~C}&fP&s?prwk#fnXBmQ};WkA(w1NNj zI=?`C7IU=ibPrBWJAX_5Rr>PvN%F6Swf9dJ)$S~--JzsbIE1oo!$VYgtFX8}C|Qz< zD)P}s8=6h2=*jLFUN|FFZrE)f`nKi068lAdZ+DnXcT#)|Md`KlYNtne=(L?AcPFrb zXPiEv5^hk_#qg2oA}?u~j&6;ty%o>(d$+lwA_fp1jw3ynpohUqV=`&;=!KsKH-f~aSm$pe z0QRBz6`0s(qu^k{!AYQWFg@@fDAWnjfb7qU#gOnWDyCmVaK*!mFTrB-g1dg3 zmJ^+R+L+$-lK{EjRKJuN;rr50-u<5ME|i0fu0Ziy1{5eTEhn03(f4Y&I_%=t1;L!% z_1qjZ`BV+$Cq7Q$@e;P!l%Nydwixn;+$X~yaU-FiaKW@tez`^Sf+b?@nXA=&s+cxA zPRF*HAL}(!%3~=dwI~!dcyIGN_&g^Jd%;SVj|h^@+3{#Q8f)ai;UIYw7|#bZY^YTj zL2h-WA~HB_u9#~WAO+LpR{PCNARrqBdI>Y8etwnpY8aA}!d{3vFFvcLmw&>XidMzV zq+uqOFFI1LMQaWP{)FzucEy^zbg6E07BGF|gcQ3490^3~M~6R0V}zIDSmHIxSA|f- z>Fr@HnOS8+QNqDRlZz!vXSW`unTllc-0}+EC8N>R2};@_v0PZ2r;>9NE5$(*{JfS@v2AlC1k4Hr?j|f<&_^Ssg6@RXOhLcXm&b z_2kvj;hSV=_|xV$e@lM;v2)a64+6|(A+zLUNC={4DaztbD=G{GH$c`R-)06WSpcEo zLQu5@iGHa}kmq-^JOO7CP4(*uYNI(|IkbF(ec~X8nDY%?2>?sAF`Mm(0&S!D&b1l0 zb2;_k#qt9SJeMQ5k?dt;{sG3AU>*a41JlXN8y{RO8?b;=DTEC?_v3;>YDPM@5E|zf zHlU{CNxXh6+pyGMlyO+Gb&=}JlMZVdR|Ig!yu%LD%Z9Qf^{{29%5>7m5C&LQOfqbT zUYclF9o{9=R+?*AU#sHHa=PIL`@gK1;5gCgha2P$nwSY5;&#CrIOjNNvu#`}zo})2VLmqG+7NUcZ#@dx_%x z&-zHns8`HG1Xdao8wsxpHgz?X&eNR2p9|UB)+lVN#ODQ1nEp(JX*^ZLm5nco{7a4F zP}2<(3Wvs?5V|Uz_H@`-U0t^jGhUNXD(k~Q*AL^3+c7yV3(E*IRWLOaZza$2Xotec z;wkK`HJz=4_0di+a14az?QsxH7aRg7mrSpLmvXvfi~@m&BkbGWSs@xctbj z7WUd6WS~(tq;^oz+^M+M#i+)Zw#09a<0E_dWSj*b1&>`rxBfy9cmnK#oI`l+ssU*m8X#eGfdRV)g>6cnIj5iEtVKxIdKjMXo=2j?VD*%i{c3>kK zT82m!wD&r23lG7<9nMJH^5sUFC2_|`<5|rbXa$?Bt@ZsQk~O>ED!>AI18%JaVJSZQ z<^l#K&o{ShXZc>|;Jy7wKS?U6tYJ`_Z@{9SIzW1BE-)gko|y2Q@Rg6eI=7W}k(Air ztO7MQNF7pstD?(PTN{G;VMVS%;k*6K-^`(5Tg6yM;a%wd{lrOlwzqweP`l=5r*(QR zv{SavTsl~m9e{|U3jLErgJJ#S?002WgoY90ftNrrYJLHqGlS?Kohn~ub7MOJXCGzO zt?f9Ze>6MX%c0pUKnAP!(uo=FfIRZNkqQpI2k&#YDd(K|&s{U!2+VuJ2RFvbnIZkt zo66S0zM8TO3NTvq5P*FfN(9aQ22Bl2?vvUJmHh5}Q;ic`7@$yDwm+H`MEy0@D{a4y z(YDxjec|QbDU-BhUHRfJt4x|EYh4cwhxYGOjCcFUYL-L{qfF*mZ3SgMSQ&sO6aRC! z0nxL`O=MS~8%=*S&n%KmwD%EUyHE{1r!);s6pNs8IG>gj=_8>l$27=oZ6;|1N^}{G zI3*aUvQe;OO8yH-#bf#}-Hau6Oe^ox=oG^yb+a6sXSM)v^BkEZ?6#h#!b}lq3#b9^ zBE^J~s39NzNW|Yx8~O06Urk9j#CLQ?`^kgfqzN?iGnIzglYyJD`eY6s|ZJ& z^;gm7s_0{5*7pU|%+xRmjqwB&M94F{gc|AS1|5ne#2|!kWp-0vJt*4)T{cwq2?5rp zC;*U`j=8^UC;-g(^UBh=w1a4ah@J`Inw@XA`joe-kkvDQeIYKnOu*U??d`6KosAQo=Xro zK{d~K*)dsYQVc!(L0db6OS3KF!--qtM{iVw!mb~SZS|Q%aA`|7T=UXDdSG`j52@-O z17enKMz&#LY}nJ_OQAtSVYLM|yPTTpc0b)>tP5O;5nF^SDsvxAp3RF7b%9xzhBp=_ zeI|=aQ#%||OMaKc(THY#_NT{x#l0@|OHfAHN~JvG=#jVGo=rl5Mz$EUjj|}rF!CyF zY)U9^x{8}f(l|^}XG{?^OO?iE3v_LTBMOU{{|#Eo12g@eA7z6uS>s5TCV(+hX5nLY z^V#(G^!zG2{|JR(C3`h@iD)B9x8`@I1cuab)^-5xUX`A2Z$CJFP@^R>*dvc$Y(Ho{ zKy<>N&$l0ZA1{^qrEcS;cKlL*=Tb`?_9Nb=J{c!Um{aUI&=0VUI)*CiQ^3@D-$hz; zQf(AMphcnQJghv2g|bTK6h~nfkUewS?qwGvKl(%b1A(Ou9;*8*3NXCzbWxo_A`xME zpr)7S=kwuwKn}5EgP+q_G^waG`-B52!rV#ZUx|b`cJb_XLpw~mSbNmiba!jbi|RN* zYt5)Z2&jcC8C2ChL99gW=3O!7A5BK*W3kD5TLy6GyJAlhe!09>Q_hhxV>WW}U-%6-U z4d^;~$2&1(?`+8VxhyS^Aj2-bFeH31?UIHQQs_bVDCps5ObWp&Pf`V1rV9=K>KG{) zqsN@2{Q-(OM`J%-CA>vpB4@Lqo&d=j&*3Nyg4o!!myk9Pss!boC>kx5VmZzv$(s(# z6;1f2M5_!dJhpaPJa87}mX{dKh!u`G@)f)U$!IFm*Nu+Pa42l%{b6?z|+tzI11qwcHwY zNDNT2Mh7-^S~hSQJOP_+z&*AK!INb^q6iJTFf!)021Xiz4s2scX6j4APvBoRrmaEG z;QG0?SQt61lUYBE7w_XDj3hSzXk28GXM=^ZNMG>6AZyzZD>Mu<_$Hm5UpedX!g|A6 z!J_+os4Nip#8?J5;O(wg67ASAxApD8JPn05YrK?y2ZP08_zVocPMRml&Wfw09Yt1O zH2y_EMS8u;3Zi#HVfoPBnb*&Bn@76h3WB#$Z24@=;OnC08A_eFGtS}78N!zrZ`0C3?*lWk8_`}{oD3^3=+2=TPpwxd_oZFNm87!6K@*+^{?W1PYQ$8K+3vR=$Ia3 zk}&b$b&PahU*QXKImCO$qM|&~Y!mL2^PegxiiP+|)A2i2q-k4kEz#=a!hI~+wQ*a< zI)P<&Uab+!g*oEr>mVar4$2R>UgN7;b1k9lP!|{$%qA%_ED+c#VB~vBppM)WWIvl` zoafUfR-fWImGuA?+Iy!n)gE3(I5bmsot}f)xVhXy%N_@WJv$hWfIG^`Gy>Sy`H0i3 zjn3=d>U$rg2}x>rRE*&9{zKh9qU(@(q%4E&(=Fm?<`W1Sl_&Gj9Il@(o!sXXC2f3A zgD~g(MGKwJTwARV=D&M*VK>i$p_dcEzP@B&Q1eEX-x?B0@gmkVTlCTbe zIga~`?{1zbQMHC#&%d+164GV?OC)9M@2awmP_UXTnNK7b92y@;!b6pMq%gJOXdh?6 zu}@}UP%aOV0x7vZTh@#I7rg)r;> ziDVe;zUF7GbB?!v)N6kQ0b;NW{R00L$3*y)GIJXnu9Cd}!o0nE^ZW@OTB6@`ff=A5 zs#VpShb-*nb7`2R=6&TgWRf-8em1>f3pLE%mTYUsn`<-6lwPfxmUI*0F0 zY?rML(;??SqqUXdBFcj*(&5dmAg7m-_P5G6pMR?)hX?$v`c1BJtKjw=1@cV}0KUn? z$__>STT%o=-Cjka5FpAu1mKOPbVeebE<DHrq=~dS?+95CF37%8; zO$V;9KQbNeq8iTTiZn7%S}Aaz`*#qLL?*v1h+Lq}BC!mLiK?7#=U`mIx#x5=E3GK2!}jvHj71bdt3&e}dG*+Pm=Y=C0$~$)@z8fBH0^|9Rs^~Sw-{Cm@4_qwqFy+E=%$Ie z{F=!Q8C1aacfBCkbt?moNH)p6VHPNiKU)B!SU(-z@bro7EVxQd+Nz0GSDj;EQp%O!R|oqdHx=L~uUX~aTA&~C(b6}Lk!;7>!9 zRVN#2g(SJei5O@mqf;@Hi?)S-Z%(!k7|E|EIakp^s81F|M4}r+wV^8!ic0OclrV7* z!T5#Pktos*ta*Y)iTFdpH<(jz9YgV>L=6gDG(&O;v)V=fvX+uz7cqpPQtS-hN_Qbt zuVScTj4c$Ui8r*&>Mz(dU+3dP>mN$TNB2_R3=y{t_ZA=*jyU(DBy#liEJlmn;%qAr zW(~}LUb+(-yo8s;S4F6(Uthj<3Q*ZeQJ>5yV6GhINSf@YIT}e+@tercpt)WxHcL=l z=EplG-EROSbHtB)q?O_Ev@o*X+s2y9=EViGDz4ciz@K=D&hHCfBkhY>B>g$l@4^93 zkXER5SbY%$h+T{zY&aHXnc;^+SJ)CAr zHKtu{a)0xiSFx$Y8ZwPaEGY9Nk3;5Z#Y6fER9eB0h;tpb0wvkZU)8vQ!400=a;wpJKcli zZ|^!szb5AU0ozGYzagqN7QT}boLei=gF}o5QiYeOwryt(gXUynQtfSu%Csd_+p($# z;~6G)Us88d*Y$+)d+2Srl4jjPd*o^KM+8DY>U+xfd(uczfjzR#i@_~DaN2vF6pb4S zgz6Ei4<$E6DeFf2k<^Bz<;*$vxv}^C4`A{3?znsKn&o*0UD}Uo1>r1%cNGob53VgI z!R&8rZrT<-vDcF3cMpH+9C`iN+{AuZAWJ&5xv4wkO+!(H=uI6*$+tDg7CM+tyI%m< zdw36O&)>*Ux#~SkP#0<+ZGa;5LG?jFwT~}1bQ4;K&*Ay|UOpZrE5v_Cp{P*e^@nX0 zgpLg57;;jyJP>k;GFW>#W+C?}A4I3)`K+wNWu_8(N62!a&bZ+PQx_@)2UTdGNyY)L z0NTF(hQ3vH+vrxmClR-r!it)2EpIwQ01RUZV{(N_4!=Gn|lS0D3M};Sk3s3gW3Xe{v{maX2 zy0$|yaEjo;2)4&<=Q(O-7Pf?#57+q0Q;lV&&!f&Tz2uE-@%6O+N z(hPV@PuV?-Sqh4o-fp|ddc8a78iw)oWas66=k#FbO=qj5IEI+oPAYpxhi?-s4u^NF zcF~wct;be@g4i`u#t`8Fop2O((XT&XE#yh(&09Qf^ZA+CNw9_M$+uCpJ89Z0qA z4Nga7Nbt?yoZ8)R&s9;kCl6*c_vYm0x=#FV3U5`^6~#tT$v~W+cwrhsddQ;^%xP`; zN&^=-2<;6Z)H(ITTGv8E70KrAN%$in>?C*{bxbY|eDJep^4AAhAgCoS<}{pD7;NdB zmf~{#mAX{)xdM z+CKmo0s|g(VCy6&hl!1Pfqs%RJs+hJCbTNZX4s!wB0UjbooL6Iqm=`LlCF>r?vsg(f+)~GRGKfhCO@3;wB_a0}bTdC zS7p;sWMq+tIXFB?_Pc-WBo7$SH{U#PP=IYeJV zvLNpzwvN2d2K}MQ=0YYQZp7Xljk0OtiFx_W;d~apQNo;L+Yu2}z|s|wIM`PY$rFrc?bqR0K+QO`|*T&S@de2mAP~|!m)wxquh$|c5z*;C~jsYj&N}c^p1H#-xuFw z1(T#&;HK*_2C?uET;LR_sCU3hJ*-t~#rfa;=_E+u?1(+3a#1raC=j1%Z@eXZyFLboXATJeeE!cV3jDNp7yH12H=%1w1%M96)-gu6F_4FVqd@ybZyh}z$+3exyX#APO z>f+jQb$GnoA$>aj3~{%zQBXJ9aICIGyMp>ENv^es!GS`6X`SQYT#{gDfjnk!P=$*5 z8)EavQtRRycTCL9E$S3Q(?N4J5lWq5Jd3q3xq@7}pgYz`k`0|~ejNlQo!6bCdSa-M`FYa$<)ogx z+&_FN^sN8%angr;DKTgY90SrD%5IBkyuPdaYX5NO#INcC*_N~m@6bRkpQPuRiV~O3 zl3Nc-yzATnh~5pUjVacgt;lD2NmbW#n6QU9U#jQN(PjQwq6>2e_KMSdf z-Sa!uO!0xmC$DzxZo6lB#-MG)`Jh z9ZwK#(84nstOV@Za3L5frMR=vXWdStoKr3;HTKi@ER45?8@JfniY+a=bnqCgm zQy12$nm0#iX<-Tu$_hd(`s%dglP;Chks;$#wCX&HpB@NU9I_H zIq^G4xuBX2zaj0$tR=CrmJJUbzu8eIBKJB^P|s$`hocP4YTIQt#D!>9W~zU|07k`^ zD4GUnMcbpaXpaQeSZgs0h)Dbl5%zFOUH$BD7(He|vW9+Sp$nDPQ|R|1YXHS1!M%iT za4%X(O^LlJzNR%2zoE#@I@sOm8CZ@<7$`fJNn7j$L2tyZ9-r)-ba%Dj)OKfk+jMUs zN;%+VVdaM?wZ~}=L_mK;N~#AHmABp@N|u@)hE#|nq6A75M8s0g$~XBnXzaVk$mxI6 zt0(Zg=1aq99;~ougrVO>@?&LO(z@VZta*G#61ScLys>XG>S$Pm4YEsrL-%t zPOQb0oz^2hkchE2*D4!ynJySkNrOl%F!5I62l96?yN4uv1^)njW*8W7Y~b{{g9CpS zu!Ke-?-q4Z$QMXa)@yMSJrJ<0S25OqyXI_d?simBXOs%H#H&K|B8sYdlI?9L)TYkA z?|(>aY`D8Ciu``@gqZ8CGuzf?`VoP;wn^1TE-zHS770c3MS*^}ju)Eshh+`$C^y=w zPo5FkzKqj~tV+V*(t^ymPO2`ymVj)4Z)Q+gVy)|>gk{-lpBJu); zQNzwu^VWu}^ux_s^3bk(+$Ma%bVLqQ$9v#eibO1amM#adx%e<%4&ad;`*H|`zP7S` z@2L;?xCl$}Owqn`E(qWnR&YRY;o`5wMi);Ns#|oz7wdR)Bi{7f@Vz&{K|qHhCxlPL zyk1ABTxtsx8CpdE7qPT2=lwyC=rU^eV&)D3Q>rdEilsz109in$zmv5E8XRp|+kKUE ze(4^c9G4w$^%ne3o$sEdj~>yQ^(84eRDG=>wO2Ikh3HhriJ#cmS}U$4PFDbp#S)8I zg0PzMxD`2h&Fk2LEpf|)I2qHK&bvr!cbXb}xPkPE&BVq$Sd*v~;<%X(AUWNQ=fLU3 zUGVUsiB5VDcm)92-dJ}{dqsuYk#EY912Zg8CET{CjoTc{Ax|!|Q8txSD#&g~Xpy2f zr(DPAF80+{Q+WTu>tm}RJ0|%v{LANYOi@KCug_=KTQ;FN!UesA;bT6Tx(&nfm`~(Z zwKEt{^g3yv?Cw}nz_+vZ_NoKzNf`3xl=AnIfS{hx{r}GsHmo2+2rTv07`?7i{~(GC z_0DS-6X{idsIgVe$LyvET4u+yy7iEh?QegmC-5Ic`C5}0F_vF7`*k$-s|mhNDQID@ zsY1OdPPa%W_*yJ{t|wa}4`9RTj+}tR5*~Q=oa|i|lfx1MWZ+hI4tDl`{d;FC;V9CO zXc;qo(K2thE1Etnyj*EvEV0Vr#sP^-HTDkVa+tnOBtH;@2)9^7%hNBVZZR*?4*!{?J%-?{9+s8Vpsu`nOn!t8si^@ELvDnx>4^$($l__6H7zxeOU7O{>yzmDm7+4B5DJu@u@mn1eG0VZ<4> z+&e*(0>eB}E=KMO<`d|GLx4rQP@;@h&Kjo~1;uHmckSCh3xh#3xKKV3%>Ghyc1vUy zaqdM<8YqhSUr1647Zi^I6kmr@zCwY(Rv%9g60UgEiFX0~RO{G{*|Dma!gCZqY zAe76`V4uON`1bOjFI+dL$HQ+^Jv4$AwD4vpl2&z$m&jk05fGwPf*|n1BNQ9O)ZlOOcj|W{dK-l1tkUMHF*TCNgi^F$Ey)0Zn zZwluPP+YmdQrMQSeXWEVL?Uhhzs`HWj{&mS%-`X|B1?Zlw4!zJ?*m7@eUE1(FWRSh zDMMQDLxR2qU6F>w;Ru^b=d&vm4q^Tf42os;*{bN4%}xQpcxr|iIBw{G;oNESnK_)m)Jerht`nu=lS``kXU3JOKFFFL z;aZStnUAcVxo}U%H>F9J-FZnzk_%LdRAWBH(6^=MCF&jg7Ma`>MO080d^Z~UP2 z)AxEAcE=OXoNVknEq8u-+c`QpWs-Kh^XBb-=#@*xTLz|KnGs@Nd5L1oBU9oz@bg@> z6~26d+@!p=CqSYYPC#j}u;mw}{;`_ZwsO^zSBLKo_6l_o-=b-1eJ+Q5Zq`ckn7-bQJYfJYU&-96TE~oAZ131I~Km z;^17Wyg*8}9VqoiPl(jCB-AIG5h^Hpq?HvcOiUt14#XksjV0zwG9fo_zC6kG#?YNqfy|HcrrOH5#i8*;l+x z>S3^hg541FAxE9Jhro`Qi$fQ}dmJlMA{EV!mGE~7Xom@)?GnT-EBrFP)!WuLIfvZS zntD~nSK$9(Za<9%P295tO#p+co9^CYr-WF?@qEVNZ}}2l#7%QbaX8$m%SeEibmEC8 zgA|=aiFuxY8<~oGE8GoS?wiZ*^s=NnGH!7}%S8fwq8GE>MRTh_w4w3L@QEYqYG`?$ zoU#kLaKeTGq7;RqZ}tfgC7pa~1M8a;1oX!>FsB;}t-5d)KRhgaE`V z!0Y_&?P~BGQ52}R7T*-vid=)r(zsKs`~??Pbd4#w8^?DEj5B1s&j;qTVevK}IgwYN z6lYW9e_AW@J*u3GB5xxTxR);4x{dzgUaEkje9{Enw&C&Jv`0%YeKZsP7jw{% zWQ!*Udstd*(VV=@E)Ao`vog)j$DgvPObh>PUPb2RA@76D*5+oT^<880TV-`bLawCO z&(8;Gf0&~H-f)puGdXdRd_13?gNVNe5~l75j@@%`#icx7gX|Ixvhl2c4v82ub7q@L zX<`r&8QN#un)$p*Z<3qwJn4;-%kj8}=Qifd{nQ^cgEGk48KQgH|CE6XIHngeFQ$1m zxWJnHlEnIXSUVaAU4v*(VSSrXS&~G%PN#V}>L^L4d(_Sbx&TPA^!h^-()Q ziP0!9(fn*cwp-cs0w$8#lnSq51z7%Ugh`efIK?O*0Q(*H!jLC&o;Q`b9x<+%>I1Yf z^9dM_2_p}1perQeVT1sL`>EUcSyt#|47?I{X6J1;4mynh2i*;JbTTm`Lv4&(^tJ?B z$`uVh6~H981lA5DwXir@AC{9BGYKo4_94iBEm7H^^&89gaN`i^No19|m7Q{<#5fsV z1fU^KKp%i@ENz|Tm#T$FwWM>MozG_spG)4rkPOd)c7y{rx)2~r_swudwn+dY9mM=B z{TZKYuoH(F+}18xm4!HLdC?}?YRxPpsU;en!-EdkEM_CWqvHwOfB>n0H5+8GvT!K` z{@lVsF*Y~gb%%R08jl)|DMqhEZp+HREi5ezcN6)z20Y@lZ#HU97hkLeR0nr^XLLE} z=U0hg`7h@n*vmXIpH011x^|{K05h`<;398_xmj7j{JgH_FozW3hC~c*TwkBml0D)N zXwgfs8i|x4K$QK%fI>o=Ti`zDE^sNTBCZ>QR zAe>fNZf+2IWj-27&%m&^4`9xx{Rtv?FB_OOnaaHg4_>S6spG|QKH?LeNZwzVBRLf% z8y&c(Kiadq_y#i2{{^!l8YHan6g00e?JEF8c&F!+!90imuK|5F{AXpilKfMSdlA1w zjzBXFBRn~y^UazdLp8u+A1;EaU0j?yyS|1Em`ul)kk4JPgtAG^&u8Olu1?%I`CRal zC@2F!BuAJFKnf;si8qEqjeCpwAVjp}wcV%X?{TM=yf%1K`i`hApaYoV!s@Y|Ww;c< zZww5Q@MeS)^79z!gxP3da-xGwktl-ix=K+OtTJ*dhLt)SqmnY`)8hhTH3Il_dO0U) zK%WwWlklTD8Ji7zHb8{nlep%@b+IFx3_A$2Kt&F11Q>+}kFBo=7hq!MBsUmyaLK-;;0@D(`?nT+j?@U2-T(8JXyYBEw z_8xq^qEu15F$f_OwU2PeEV+NZ{oj5jL-0PnV#k2!F-0y z#55bEaApwqH%Vt#c%r~@Wy>>5_wJ~R$12KSUCX`zR-6;E>wZ3?(}_qqj00?!4O_Tm z=4f9-o&M<4_#>#H`FOrj6M|C&hCXy?xX@Qhlm?y_sX+})V>Q0;6?S=(*&!y~#CiHf zER~OWL;&>9QT0FWLF|a70M$-im^_7X#95b-)1@A%v(V92mW;g7B+5G|;z{!=%c7^Qhpeqm| zK7cJYQ+Un;J7|y@pp52&24s#kM=v^%P{1U0t1zh&tfTip8R8O0D693$e71we5Ko`@1h1^0ISBM0iqT!6m#V6&_Blvf#Xu1 zWj)p^GCPt6*l`weZQ%3U(k>=L1u8S78KAqcMbm&CHnVXvJcAGl%vaM6YbHP8p1{2- z3CTmMNh~|4p`^2Ltuja5d08t!tmn=_&fP8hDj;K@6-T_<9Ief=$)C;Q=JRtPHy87P z9KlMQ;wZ*gtgQ+7~QNU~v0~$0w&d2YaVz$@7f3R9GmerIu-o zNyCvhVdf)F!-16|Ajp|j2IG9zFdM#Mj+Rlc;yWJ3?p$PQ*1aGgXbPk_M7Y!=RTO$` z4{0mVGKAI~Gnd4VCQKeD=0eU|taH-S0?U)<=fL<^Rn4F|`Jm?}0UCngY0tZrz~5;v=ZwS_ zPY8@T7qb-S@XRKgMHXGRsx2cK0+SRe!N5S?aXA{JPvUVlV~*5KDwtD9w@~`$gq#)~ z-DUxK#`wbU+2&X_{hv>)ywPXFNV)1=*S}v3p~VqVZNzJqNW*tpo{=4u9_M z9skcqJtyE>wBYE_M2CY=84ypI`9^`!ARkL))8y?@_s!1HugPCKzjBR8cNpVf0=WZl zeZywRU;rdqA{r;Tn~)TU=8G%Ci_6Pn7p4u2;iJSrXonw2I<-SBZ%6P#_N*Yoe?d>OBCU1c*U4V=UB--=y zE7ot0mDnxRSmCkU7*CjPQd?FI1T`X>zS27r_By;V)todPEapnE%poprfTJLG1kU_j zuXf2UYhh<$3>g_6&Kle=ScIvx7?CiF(cw;NVC~3tSQAjD;sDE;lBt86eSGGeG|O!O z+)ddC4f}|AljO*7Ak#if1RZ!Wkp^LwRSfHiVYV(OevWk-0K;QzidR$9wW78bk|2+4 zJas`Sr&qQVNHn@|_4t(b2f!NOWwozFcnOQ}+zw~Lg{vezXLIV*IrwsC`y)P;A@Mbe zKD`b}A6O`;X@Zij*p0|Qr`Zti#B>QJ<^2M^D$z`~Gn1RyB5iQoJ~B{?EyS4u-YcnL zsci=GYPc~*fy6Yr-8=%Su4?WqC_{PK6$=Okn5&K8@}=1`66Xo$b9Mt__7Vn<zy3vtI;jWffo%Lu_k*X7?O!h7zG#sDq9~uaa}p5?3PVX(>uenmNV`43z;}TIi5|%qnqJ)p8HVDuMUN^_hIRdSvgYFvDL(a#3G$a5lsI|sk2XWT{(o|q z?EbiO@Ve84REwq_!Fu)Xe1vzb+ZCO|l7O()2y z5Q9WFd+(Lz%vzWuvk&NDMIt_GN;nVRf@VE22NtPy(iuWD#7!OS7En+Xlu4#8Rz+nz zt#{wC{GcH6wE_ePOC!?oRfQS_t-hIvkJ$|mk46Cj@0?U1pN+|~V~yoK&}O6UmH=%7 zuF)I2Znagi45b)9YgbdVrD~LAsL?PZ8`ET^-R`4?aQe z`3pl+AGrI%3RT-JQ|%h_)@P#!3i}_zCUldgL|yA2L^#y>8p-EWB zyv@L`$}h*W#yjHD;*t(G#H$~B0r4bX@{U%up!Fbg+? zdpxc#1Uw~UFgy+j5NSMeR*QzB1$#2RJvmY`Y<)N?)e+gKn7h+wyqIw6-DO9Dfw97g zU~XwK(!Uy+pZP?F(*9a9BczY-sAt*iGkVd1MiDUB&J}fn_VCCf1J+_RbR{u8KK-$l zMD0S&B8h3Jc`XKpHp?B}+UDPFCCFwL-vduSf3&$pwxz^&i)+d+C!K@i?%}~{_n>>y zUb9UVASK3qr^d9}BDqzz)p6OV-o3 z=4pA|mjx*bLLsMBaLQaheQAjATEQtPM5Hfr` zx%Kcd73JY5D;ol2`<#+o)EwUvzGlPL_U9nK-8)n9(kL*bjrg}l5kSDqMvnE^acCE0 za+IByFf#cgau_|VL zg*7Un3iL803LZ63>$e(FfLMKHc`Hu>lb2COVw*pSsPM*s8DB8VurV%_>6bpG-MsB$ zq%ZPpp)(W-dms9ntNOARl;(^{KV5B3-@ZOLl;&F{Wp+FJ`%HcQGN zC&*&U!2EFSOjwdW$lfuXoH+I_oXU zI4jZd$^@3_-?B~)QyE@^dFK~6#7)}qc!Q96`=>tKm_T@6VGGJLjc@M38?7kY|X7r-Z{Y zo48ID8El+DN0-SZ=1swX!z(71RG^87^V>TSLG?qR?-+KS(ZUOm#A_tNyy84BHK2A? zEVr$+;Nyq{dC*JKJrY=qI*96{r=z|MBcz31cku~(T8TXF3Sn6jK?F*8;Sy}bDV!!5 zcgl?}fQ@<)9z?jcs>C2#V^*NX7=#nN=fV9liow8E%Ced=tiN<+SNy%eHWK8TtfSHt z7>Ob6Un|yG8|)}jv4Yw=4GpzJTy}x47+0=W+R<5x{wPj$tVylPdb&~vDglsEJ=;h0 zCo>Krh1*xF<^>1ByuiaES|I~3Ah4u0GjG~q{CMT(0A=(5QX}|3omLZ)cl594L>rAX zCU*!%ccFem_7L+7Br)enFCUn4b+Pqc1`n!dK{kV^mW-OMdfs}GZ5pJJv9mqjK^n2e zFUr^bfI!3+#Jlu^piHe7`Or{3v>AdZmB%MX8=!0G{^AANYrRP6O61NIV;sX~(i zrZbdw!vYrp@XW-eZs50aqXA}-BC1o1PFHw|JeW>sIBxlcrOl=3dIJ~n@3`QHWjH=` zo*0gJH>*m1nT};(CTtiwH%GHj%xe^~dDwn8ruTvB%O2>mY7?dCaAH2U)|UzF+X{?@?lvW5k2P=B$*x)o|a4VlFJ~cZX@gK zZ6^;hzRc+z%mW&YLsCHnh;t&)R~ryf$A&9|?gWO=wnKo72@H0gE|dWogchA)^jvWG zfXc;MF^P<-mdq3~(R8UC)9!VNMv6?~vG5H3DBkfe^-`ngOCtXKO7H}sQxN05OV8sf zMu1dlVG0jGN@xFxB=1ri2Ye;#c#4c^jlvlvk@d-cVVdwM;Kkz=SP^$)-hYhICf zOst;f;Z(gc4=15h|J0TO?XTv@aLgw5n;E6gtC@Ld&|s&o&ryOmRA8gxXh7Mz89g#V z{SUrNDVuMz@3!&j12|_la;+M29Z_tcmq(ELk9u7%ugjcga^0UAyB?Nx6U!o=!X#p4 z4zlJfPMH(5MGeCzo@oJv9_izyEgpe>(kq3!G548PMf!=vIIjg1LDgqDGaYy4DCspU zIQZ!{5L@UrWHy8VE6b60*_8+)jCs@dUwPXNwJJUeAPS;JaO~5F4`St;G5NY)QVftK%K`r3@K1!e$iGh+D`&6I@omi`6?tRHCV8l z$9&_2{I+&BvdY0PY3ypQv9K?+k(a+Uei^fHV zT_;MGi7+213fW14PCLU~(KmtGv^8MO7~Y7miU6h_+-+`5^Uzfnsn_X-Jp56$4r9lg z1o1%idH@(?wD&x^AQ&AET^Q>k5S~_}faW==>IcHmcMx_uv%cPWy3?gy?PZx%9#4JpG{F8)s}F1mtnRm6|R1INB}vkRB2HSTWc^epVhU zd~~pL!al6tqzUkg0sr*?%e}+*ACM87F+Llh+~R{bj}|i!Y+1;Jx#&ctG|1DV+SB|o z9tXmLYbGux_X~(dy&Oe{>@CAqNRV3ql0b-9KK=>=?Y~p|C2{0 zxL<6vF4%d1 z_n*(~yS9GWZkr4%BEqvS<-Kc*cOCCtN4#70-mQvvkG*$~#k(K8cTdE-C!+U1dgY!{ zIWJ`lEHTcCdk`7^7T>knoksM?WUjRIR!+xPk8SlFn0fAzg=LmvxP^9U8Aj@X9S8;; ziLt3BZwpq!W59c6i6D4Og#e2fAg;zvb=4(GD!X7z74#Juc8gxX!3JGwmbOg>j~7fV zXPPk5E0r*humw^wzZ6@!1QB1 zkDvGwWGS6(AV#SvslZO1f2fLXiiwHtM;&)&3|?kEco8zjd~>qhej=*yI@!$C?I*9g z&zu6K@dG(*KRMG=r_<3P;fpfkcz1HNv46bN-9K>_p)?;Az1W?v7lZHa1zWz#H{J<1 zr31QgiVpTYQ}A_e^dlJw+nuYyuM6_;SNEXZ%fHO6B#cZz479@=qd$LuiGr*Xf4kOj z4g&xxtYmw#1XwUCS+v(AO2aLCFP(yiJ4nO~VvKihu! zskEJRMt=861KsfPx;(zALl7Oc2ZP36SLNLU{7pDx<&Vg+oU%XhCV-&4Sy;+d(W2xl&8`sLE zT~)OMS>7J8zc@RoX1TU{2K^&=wV)m{g%BiHoWj@bG~9}K$|>BXuj7Jp+`EHC3wKsj zI&VC_{V=}4mZz0@-5-^qr(jy`JbBZMe)D>;oA*fIE%BBmlnU^ffPU^FC5H6aJ#tD1 zj)o9Fo3C8oD<|f)J)^1MdHQI{4dm{45TX;j4&4UERpVu_jvS}iBoV7mpP5@L*e%}i z@R@gaMGnmuqc)fL)p%f! zXz!7y5oV!am*X1SKf8^n8MHG5)*pZObUrL;yFiOpo>z6QYQiydiglC>^r9Uk@wwLG z(KHYAtWaFL@_@}gROiq=J0dVxQC)dHW%w0C3Xg~JmfS05^-d4bwjPa#(h=gal;cZ zpu;~0dMf(rwI1lED7@ztcIIi?79S(aIJ--;yuvgJyBYk|GnAh3%c$@* z!S^Od-~EY>g=iE(^JhYzJj`kZ`=Z^>$+q1IYvK1rl7bi9|I#KaIq6-B`G{JA?~@;W zM}P3;TnaA16Q-n4VCfRtda+XO5xayk=oP;DDY|WX`cZZGyx;mfiDvO&&i~w6Irf=sJu?@qZ%XnPthA9m{%f+>}(jxRb zL(rkd2R&i$9)Ad3a&wQMsg}8oF1-(9%iS9!2nARqXX}Ez6rfk| z_=VXdjeuB%qoT#9cbOw&+1Ko2iq`OUj-h)Wg2l^aZ8O0d#>%g58IhM!t1VPS{+t;# zoO{qpcv2ZIWDuBZj^j@?Z6g~n3)%X7h=yN z=!527trusDV<3$f8Lbx0v^CY{2jC#B6G4#r8f3R|)IHb^E5y6``QNS&=Z?C{=76mP zch<|$!$}@)*$)RJ%%@pYt2b)P(ShP>;{hc&aMM(jMz&LIv;SM&$)-YZ$#NpSO-|`j zOSL*kvbuf?!$89S0+p!z_+8fOd{|#!tS`C`+wicl=$Yb!nMOm^SX*%1^;YD%Z6!4F z#2T7{I~qmu7a?`@Y}Bt%3#orn*vxN8Ek^jAP&j^}#E*M`{g}jJ*|)3p@lQsyTv%GV zgU#sH8H_YwgzviZ%B7m;j>R?1hiTVv{xGZ~U8*#tb!G;5;@iKwhM6lSC3;<#E+Luj zZNnai+^`XshH&zn*K5b!U5K`Je|f2>uQb%kA<$+du}@IeDlmsf8$a!BME8GL285wZ z_B9U*cN;)V5w#W~*UNc0N`~m=+^K7C-X_AJ*ijE0Gf0OhLLswzTzf*bWdeq#ro_>~ zuf}P@B4o)76KyeM^SHGf<3{U4VeA`cSvQ6Z8#in|!*i=MBGH)xefWXvFwZUKZ8bq_ z+O#$LI-;GnIp+u_s4FaOHEqX769ISTAl(C=YiQFpp!$RQ8k)jnH3kC65O>?aD~?2{qW?2 z!6H}A(4BHoLlf@n?Q{TIb8_wo1QoG)b?KryJn;lY+H{2uVUzxgyyaXfsh%Ax_H{u9 zMKHi9q6~&aSooHs{O(uVRhSYW?5YSIUGSblAkbj!Zwi;NFx4|hV~uw&ZqS2W3?GnF zp&`x2KUyYHb0&_=C}8g1t!S+V5mRz#M|vv8Qj-){w%Tz~QG08-jR9f9w(3rY8@lC^ zzgF8jCd6Lj1D1B0dme;|Awejeh9%E7%cZ-%XrhQ_Ze7ne24|gI?{tuQC;8L^^<}5x zM77KJhwm&~=_ue|8sF)Vv@_(I9)=H0ArQz$XE!OtCOr{Ifwqqh_FUho`pZW2>+9}O zmjf%*u&1KF*Jpm?gz1=qK2BHB2ZimB1kAQs6Pl%L5DGUU3mx|NBMF z5vpi^~zDe7j1%5w9}s3hLfKm+;(Ey_uVRp)m24W4erDq3(R=KSeQf z=WG413w~SAUHy4Tr&wNu>30$H8ND)b6YkiRXyS+b_( zaMb190XoLAb5Ojj7o2l-tM2wKBT=P1ez7iAOkAj={fC5^3!{;GyvEV|$^h7{ZJ5oVX1;f#BXl$&c zf35RQTB-7o#t)<;d7F$16O?m~3fG&Iu#d|-G5AV#u{=jwb1Ik^Sj}<;^Ukee!>W}$ z#IHp_x4Fl$#S!0}Mj#qUs3ugv&@e5?v6b2IBknXngo!|PoCXYF(TaK$$Rb#uMEf#; zM^<^zvdL(p0^BV{KsFZ`Fn(1-fp?HblCMI-z3JxXRgUr3>K%0DW77Lfk;BO{1bgIR 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ℜ34=K8~7m%JJczU}kiK>b#8)MC+Ne)`JJE5;2TD^_g_uA1vl@ z27w{YWQS4#pb2kaCw7g0nmW=phuhLx=P)&baWz!JJJL9_11zbQ+0S!yDy_?c_0g%a z)Uk+)EnJ1LY)|4U6Uf!gsmmy9X2XnzMyhANN?&bpIBxD89<+&j(1X_AK@T4oAs#rN zwmN|8kpEsUek^Ss*F{M9WM(<*31d1Ds*?Ts1t>E*H@b=9A3Mgu<&kGp!%@iif|5HS`+!r0x6Z)}w6Pd1rj^@j@HFFhQ#eZ&1t^fN zzb+HSSDPMv1X;=03JHgEaw-(xTk(hxz@~HjYFqz?*Z6A&#~o%H;m9O;GH=@nD14H1 zmm8Y}#BG^0QYlD%&Fvsk_R#5I94{t3AdJMIp^&vkzl@jm^?LPhxsswC3C8XY zAwb8`5*7jMNh+|+We9EmATRQAqMFN$^6Nhk!>7)E6rK0FRVgm>O)SgLuq=6711TM! zG+!Mx$*rkR5ot<>1kRzdM06q%9GrAA!inTtxSw7LtMfs{j7iA0AUKuSRM4%3W54C-s;sDLjNEfJ#hipWr&N7Y{jLX5@APRd) zuv;Gw;`0UG)2H(rw1Non5Ff?o4Q0_9e4w!J_2&Uv7fD?6@Jfb{#K)K7G4N>MimVHi@6N&3KSr$QSK)o5xPMd9^VvK9Axc8O{e|m$PF?mholSSHOUr1m)^r zH#Lr?LeJ>{DAoh)?La>3xA%9-A3k81wOcj_V=hVIQz|II-XcdNm&54c!Ek`V_{_vr;J(G0?mi-%+D}NZ2t<#?>d+I5Bnp1Y}DLc<88+*#eIb|Ry%Fc4ima=6_IYkXiWevBSSNMac@CRSv=NP~g=X&^Tr~IEztvXcO zP_@L~Of;dY@y|@%04ZzR_&FqQ`|R1{YVeTgFR0tF?*=^sf29_5AU<1L!2jO9|Ae-c zLsP!~^b9X|#G4JnU*bR}^9pX8vvahg3M0XK$_nmNfzDSe0w1~?)!;#Z9~3fc;MQ6AexMG zj7iBN;ScAa9I!CR_K}0(kU|2TbMi}@lC#m;=AGFt0zqpL*D_Bj3@7;32`r^(6EJI0 zFwd^Q6+;Z?1Rg*VB-gu`3h7?h#q^j(#I#t2DS_=%L_(tEe9A{g1pQZ8QZt5#R9~ph zNTDMF6{!K8AvK@f-w{~{)DHw(HDj`TbpljzB513N7)xAc=e{J>r{w3LhR&D0hJ63lgbavxqktAytUF&1qLrw-pA+^v9aoeL^g;COjmg z=FSY~B-g4L@|vp1v03qoI7A0LR+H|ptdQZU4Ud=BR?FC^>gqa-NK{-)jW2i+l&(s_ zQ~3AP432WPJT{8Z5N1Q9a99*<$Pw7ZdOpjI;=?&NgmP3F58$3d*+h+eCss&TO3*=; z;C96IzsCHkFEtZ*Wuq52+MCuC*LlR3|D5cDqJ+`mO$3-DmT7)Oaf5Tn=&@$CW4jVn zdy_6OhqxVYHWfLgNMB(9_&vx1XfCd!afG4I1TvrkO_jyQP{7a+)~h MuSk=jK8X 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

    iDbzfX(-^UY)4rl{2ZVebpjIrKG1!sf#z& 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

    ^hQZ&9K*Np=3=f2(boUnVA&b#V-2S$tY$PV`%F& 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

    @!= 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�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

    (@;H$rA2L_)3bS{m={q*6u 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 literal 0 HcmV?d00001 diff --git a/node_modules/sqlite3/deps/sqlite3.gyp b/node_modules/sqlite3/deps/sqlite3.gyp new file mode 100644 index 0000000..660b3b0 --- /dev/null +++ b/node_modules/sqlite3/deps/sqlite3.gyp @@ -0,0 +1,121 @@ +{ + 'includes': [ 'common-sqlite.gypi' ], + + 'variables': { + 'sqlite_magic%': '', + }, + + 'target_defaults': { + 'default_configuration': 'Release', + 'cflags':[ + '-std=c99' + ], + 'configurations': { + 'Debug': { + 'defines': [ 'DEBUG', '_DEBUG' ], + 'msvs_settings': { + 'VCCLCompilerTool': { + 'RuntimeLibrary': 1, # static debug + }, + }, + }, + 'Release': { + 'defines': [ 'NDEBUG' ], + 'msvs_settings': { + 'VCCLCompilerTool': { + 'RuntimeLibrary': 0, # static release + }, + }, + } + }, + 'msvs_settings': { + 'VCCLCompilerTool': { + }, + 'VCLibrarianTool': { + }, + 'VCLinkerTool': { + 'GenerateDebugInformation': 'true', + }, + }, + 'conditions': [ + ['OS == "win"', { + 'defines': [ + 'WIN32' + ], + }] + ], + }, + + 'targets': [ + { + 'target_name': 'action_before_build', + 'type': 'none', + 'hard_dependency': 1, + 'actions': [ + { + 'action_name': 'unpack_sqlite_dep', + 'inputs': [ + './sqlite-autoconf-<@(sqlite_version).tar.gz' + ], + 'outputs': [ + '<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/sqlite3.c' + ], + 'action': ['node','./extract.js','./sqlite-autoconf-<@(sqlite_version).tar.gz','<(SHARED_INTERMEDIATE_DIR)'] + } + ], + 'direct_dependent_settings': { + 'include_dirs': [ + '<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/', + ] + }, + }, + { + 'target_name': 'sqlite3', + 'type': 'static_library', + 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/' ], + 'dependencies': [ + 'action_before_build' + ], + 'sources': [ + '<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/sqlite3.c' + ], + 'direct_dependent_settings': { + 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/' ], + 'defines': [ + 'SQLITE_THREADSAFE=1', + 'HAVE_USLEEP=1', + 'SQLITE_ENABLE_FTS3', + 'SQLITE_ENABLE_FTS4', + 'SQLITE_ENABLE_FTS5', + 'SQLITE_ENABLE_RTREE', + 'SQLITE_ENABLE_DBSTAT_VTAB=1', + 'SQLITE_ENABLE_MATH_FUNCTIONS' + ], + }, + 'cflags_cc': [ + '-Wno-unused-value' + ], + 'defines': [ + '_REENTRANT=1', + 'SQLITE_THREADSAFE=1', + 'HAVE_USLEEP=1', + 'SQLITE_ENABLE_FTS3', + 'SQLITE_ENABLE_FTS4', + 'SQLITE_ENABLE_FTS5', + 'SQLITE_ENABLE_RTREE', + 'SQLITE_ENABLE_DBSTAT_VTAB=1', + 'SQLITE_ENABLE_MATH_FUNCTIONS' + ], + 'export_dependent_settings': [ + 'action_before_build', + ], + 'conditions': [ + ["sqlite_magic != ''", { + 'defines': [ + 'SQLITE_FILE_HEADER="<(sqlite_magic)"' + ] + }] + ], + } + ] +} diff --git a/node_modules/sqlite3/lib/binding/napi-v6-win32-unknown-x64/node_sqlite3.node b/node_modules/sqlite3/lib/binding/napi-v6-win32-unknown-x64/node_sqlite3.node new file mode 100644 index 0000000000000000000000000000000000000000..5cedee389e7e0f6982d06297cee4ccec15ee6aa4 GIT binary patch literal 1851904 zcmdqK33yaR);HcE1Ogat2WSY3(rT0-iY+)A1ht#cY z&%Jtqy6$hz2KCpKk;XJ)k=IeE>Ewj;?I+-p5)I{s&3``CssX#&xaFF ze53%M`O61aRr2SDkF4d-ld9=aYVx z4Eh!rU}+#g1^q2If5W%rpNavN?|NA*&CB{)3Sus|{92QqW^pp2>P}7{ixq?Y-QIp} zj`7gK*^3MDsPh8QOehoWBpfmS>=sM@(D_$hUU<31vZ)f%gFY<};ByQKN zvThdL=x?!1z{h9(=ttzA(_*O^S|A@}8bPb&JKR1SpE3WO=x^plV_X-zES71^6Yvqeq( zY!ByH-2hNGCf!cVb`P%^zGwJ0QT?V3n8|;eERnB#f%~%q;`ZkN5&Z=d4sA*(?D{;( zuDI`N8!m1JmiEge9)OLR+Cntk-g?$1`trmY5-RKs! zT`&U7s>@0yuEY?7PSAeE!2n%0k}|)XdgctIv5tkZ`oBb z_-W4(f}g}As0XK|+owi(_}#%MjxOyvboB#R$sE+4tJjTPVcWcO8Obrau~#y2A5u&Kv^jIq7RB+0Y3<{9D&xq^12>P0vXa;u z<>sQ@*EX)ONNsPDC$!$6eE^xZ zbzY-(_#P-@v7+2&sqHx2(xiEfox1Us?7s;8qbo1^_Mkg2b>|JfjoB%y>sPj7oLO&EGq1SXP1-pvuToZ zrMKc%(=v2}QM1ke7n#x;PhAb{N*ETk-V?4Fn>nh3|F9P$&J9Y*r71J zxG|w{U~yw&VLur2LYvpXIE8%6d2GYB7l!q>H1%w8aiHpkoGU#z5Vp=uz=M#+sWlMH z0X~d}bR#v2> ztr9dr@Je6dUUEV1#N;s{C(Ji^`z_z}+jT>t4k7U3D`Ag;r-60NoO#*w&ER;=qaZqz z@)vxFdvRk2u5EdQuZ8d-%GI@ed2I<@BcGX`yIEeFP1o|(wR(AN5?%AEYj4PF=hL-J zbuC%K?Mrae)wKcgS`uBe(zO=<$Y1l+Z6wj~8k;=E?y#-zS>(v6f25zSdhojRG}3W+ zI^R9~kRD9+2IrB3LwJrUpJ&DR!sSWx7(yy-E!AbmBN$MZ8qj$dP)zE700(c#17r0j zRJc1dHX&?V1Aug|829who#_GkBukksZSeTwce;o8D zlm0jfX>tW~VY6PrCMmy7sWVb~|0Whpt8b5kJXZkgeDdwG}V!H*Lka zQa>oG07VbA7VI{>rZELG0GjjVu&n}A=!OQ%*IzewLm3_xtA13@;{ZHW(fAM;Mp_ng z0MG9`lc+9C(+#K!JUrKY_$xeC(X_O`6qtVy4Ry!wt8}xxZzUj$G6^VI5A?m zF9T}Wb~(BW6s@-u7DgZaP-MwRcf~z=XsC(lg(jv=KPXJ+6L8?uN95(wc;|-Mss)NV zOHF<_Y%4=^7)Y4rp5Otg#U|Lh&bWZ@FGqYH-?^lU_e__nxB>ktRZMC)!g=|H{U4sR zMv{&gnf=|8^Z+#?m$!=^BpC}`oSqT3tv`bq2mj(?y5>!HiqlQ>pT>+~FDPHExtJPX zoURiA{o(NDD2LY>wrxQdB!xNv!1Z35Y$-f}dUrsnh_8NzLN;>1TKMSafmp~U94^2n zN6sF$t(4dL>c*|<0qOvBem)I!uGm5}Tt+haz{4z)Pvb)j{fUvXO_A4T(zSlL7G;8S zGGuSX!FuYECx?IEz&w`P3MppE2C*3Es-~iuixcWz2u#;LI5+DvaeXbR?Q0bb>em zOrO9K8HT~9UO$9{AubGaPG;v3LlPjojHIU<)Q}(uV|DrsbySx?2_ii>DcKuzSrO}{ zK@EF@XL*AQ^7T;GTyKy#Wv7Rr)1U>%XOLpVAIOn61YVN9-5Iv^0>i+qejFuYI342B z!-`!Wk?=HK?KQ^Ry(7D6D{nz()yeqdIsB0>O@yvFH&TfD>ZRa8Fe@Mbv)bi9cCWED z7Sto47N9POg8J%^0<}=eDMgEyO(L?}juy*KqtT7};a^?CtPcPu_OZZyxNP})={BwO zTinBBC;ggC5>E32?7Z^Bh=fx!7Vk@vy(3-r1yCifjB&{2arG-Q~q^1 z;YXS{Z(^+pmgS4JITB}{@GYeJ^}+0Yeyc5~Xi=ky?4VJ=P#{v&DU^m&2XB(S$mq20 zNwmR}tRyVu^rna{LXX5g>CO+L;=z`}1!cViae9q^E>U6UY0*1E1w23+WdHYy^FOiv z!nGXn(L_l_TXA{{s6eC=TuKpUla1Ap9vsiVpnuQPgQFqf(UHl`lh`xYW8+QoFCr1n zdh`lJlQ`=G)pg*0R$WK%Ar?RkF^z~`_#1^VlH_kFE7?FyF_KoluZVZUN`9>yef8k< z)o=p;!5&(d48j?McRq{>F8kJtW#1{XlO)-`y`l*TL^frZo4uTwMRgoDtPk7zp}8I` zdKuG1eD-BHTzsTcVK4geHvi~c*m>ByjaD+k#zN434xYUouy1GB*Q2q746y;=Bopwh ztQ124JU<4oHBeM1tsDT~KZvCK!={e9F&(|h?9F7D@3m|f9*|vQ8X@O`t{?qY(R5a% z>pn4E_lxa%EOiZ(HYx3F-eNlK@9g=Ayb|z9atfB!_JmG20N06>m%yZxRPW6Vt>`B-Eja znIe%WDM!KnQG~hS^!X#V(U0O8%ff0H4D&aUHC|q0I?} zDbMHe^Si{Kb4k>x9m2rarfdXQ-a{#FBB%jrgQ#VY-_(4L(C2-iJ^JPoo`$0Dd!mNu z8^Dvc4YDpfrA@M;@FYDqN9b`VdY-@dnDj_}O8lTi7Di+bO7n66#I_eRkbYkE?)%a@hr|5=34}@(WolKlBrYGnhNDkmbTm&Ta(D)p& zWE`QlU8Lr~;dLIWB{FO1L0mhZ5maOv2whrARAV=E6C*@~zcrF?dMv$}T*ws%tw_#6 zK`z{<6l5u_S9pwO6-)$ktDvgZ0bgZ7A*w?Y)oJOfZETTBU@#bbg+fem&d{l<%I7R`$5$X)mXc(_ta z#Rc~o{N9LE#u_cvX{9!Z)NW4KwW)i^Mb1Yq85~PF{$3gjSS@epPbmwbZ)G$$CVj4! zF(%!i4R%|!4EW;OV4qbRoNK46`MBx;Mj^z)ZDI8Or2ht^JN{;3)Cv`+iAoMo$v05} zLyF4re?^^p4JI5?eo4bGY=s$cwTLXn4Eb>ICN}^km20U87w~KP8sbjAmYPhwbmGb; zy5%J1X;xV9Ia;snS}MM1sk$Av!3N}robdh>XPxvdk9z@M-@M19BJ`(I6km0^nL`{i znOhnFR*I-l1%F2jtqm@%RM)}k5Xm~VlmlPq4k#k;yMTyvGwBeAH5-`3{2XGwube1c z!*UTJ5yJ65N#ZYenup%Ua-D8!gXNfpXik~i6S4VVyEQee?amgD~LLxH99EdE7aqnMsY4z=)F-MC{7 zzQX|_{j7(#VZmMBE%cMO7Jm%Cthk(S9=BCDM(x(2Umc#16R{k3K!GB1Tu)O6O`Y{{ zvFvGLa=1?guX&RrwRW7%5?ESb@fWv14)Jy*K4W@_7>{v8H^`4F%-Uc@x1s>eY3yN; z*%gw}HD5rQBDgqNEF?RDtb7a7Z$xV%y)YxN1Vo=?GRcn^7fU6zEuPoI4H973^J@T; z7+@TuWoA$}u-=`Ah_fIKnAvl&IV4xE0?K`=2Jn&oV02-|FE>qh#msW*}0qy$L zaMgar*8vfL9by3Xily-^v;|*MGIofh!LTHtf6%*xukNX%x zVeG>lny{f&_Q;)YJ^~6}tmh$#8uHo2$Ftz>BZ{|kd<_RrSm_DAHwWT~Zy{S-S zi16YEc#Y%{de3c;IjGfW2%uUq)X#Y|-Jxcdr4?r@Yb|u@2`H4c#i4pD!|8++%J4wB?I_ z2f|^^>HvfQL0C%t8o6^>yaPp0Dzs#sAGSS;t}qP9T7?LxxCjrb(UyUL?Os#74&YIl zU6JCo7K2bhdB~xx=t;bKNieM?Ity(*$gU)j@<2!dfrcNNa$QzmDM>^6aNjOdlE#~T z?*Sb&S{6|~Dmq)@BB9N&(UtIoue(-mpsR#E!*NT-k?$VI&Ax^ zB*LQxMe(0S0+d`Sp@nLQ71<1MRTaJy+j<9HT!*h5b8@q=?RtVNr$243!(3c+yP6u$ z<5n!QZZbh6LCdXE` z2jJOW(d?)b+0pnZ4~ch5aee3mbcM+iE5f_qm)$$XAaqac*0I+h%HXpkUgs$WL)$KA zp$B(6Da>lb!Sk4O*0vyhofJoC+y1}|bIV`h9`=RDxT})5TDnIo$%U?)GiQ!Aumo2q zroN3VrpI_r+FopI*vPiGx%i_5kFl~GH+AFeX8gYsTO%+fMu$DYm6ddvOs_Bak~F=Z z@JeZVXTWMqqYYP+?MR!X0jNL8W7IXxW?2o}9spu=17qrwi)fYN;SY%wAnXiQwB+;j zY>%+fJ!4od1rq{UL#b&~xzmhxDl>CBDKuJ*J(<2h0-R#s+msFMtd&}E3C01rZMPj$ z*MY_HA24P#OYCC)wZxVwRz<+xrYS@~p2wJgWZnBf0t8$@n>_GzrPxmcOcY$pnwuz? zG=f+s4Po5S1bUEE?j@2s-NZ3Z4R_E#{_>ezYmX zXIz6z^?Yckqnj2fS3 zQr_hDi_G@FuyP}2?>{%%K9%PI)>nO)2R+fg;*ay@DR{-in=75a!ka8S(AXPKM|1#> zqW&%W8AuW#&*9IBl{QzkbUR2#K;AlB9Vc&xrM%@xdApvu7$a|m?2ho<>`7l^rO-O%QBVWRf2>T z7Rw%Zu^C@2*g9r#GwdfsSJkBQI-2*W1aKv)@9&ao`c-{* zBlNq}`dekJ718$;YYo^YPw-v$xN?>&nwyKb8yEyxNnLPSoG6Ta#@9f6D+G_dW;25kFivDX&DQe@n>m+Tg%9*r>!g4j^>)~ zn#Rj53s*v7R+}ni%P8> zO39ju=$1k}+71EH`{Xzly|bm4Q6rw-r-c4Iwj31L*oPB*8PmJRWX`T97WrzLhGEIe zN!ASz+JGnYZDfC_r@6_-)VgCUShAiom@-&Ml*a?cqrKOI| z@dfAPd+Nr{)j+GOc5IHt6S^-zbYrIEdxIx?gR?;LEM&81rQv_O3`lPniQx(6!?Gvp z!8Bj+VRGg0L2jI@c4aj_fccDMrAc5kDKkG;l8kVXjbx2@d9R{*ta5!C#OcGLG(&0C zNAeh#bt6@@g>(oJ4qsy|bVyMt=@6L}Nia?B5!O(|!4J-g^rn?;>W=6eJ!+-Z_(q&; ztiqQu#xlFRG_2ir1zjy(X16RHpc`W|bOQr579>)rf|1n85<8o&*GX3*1eO}|R-gsl zrJP0hUvDXr7DSM^B#HzDqfwH|yGA`1hjbPlYFM!YguppyDSa>!VkA!m;$`T=61Xna za9Lf&;RNlr+wqNXPFQ%n#940>>3Q);?*(8Woo&kAxhB#tvGOC%J?MyVt`I6ciuCJU zNTtu-DlHdKY#(tX^A+L?>&e6FsFi+r9An-=yX`rABg{KQFo%$|W_JtBk8go_(VL3h z9V3{3er7wE_x&T7zpzVT-brGfsNMEHQWJ!EVgz#p*uRSTEI^Ot`Q|qi=HuR>FT`_4 zdzjBm{sTPkU}Am-@EtSqh<00&LcC)HarK@vi?t{5 z=GoKQ;m!WU--urY@N+wfdB36;TOc>S1#eB%0P{v_sQd3CPuilEOE)i|m@;i7X)R6o;V`+D7&Z0E|U81P#l` z_KG0;!=QGM9W0T(qJ3oN{!U~u-FJ#{?IP=Jfh_4)M)oS!!DSBopNapSuDY=W6e=T_D5TvI2qv&}7V;&FAZXsO6`D(&dnUpL ztfoP=VOJWNb13f#Fy)i*{{*<&$j0eGY&3708?RwcmB=a$YY{8AE6%1UWbNYHQy5uF zW003^m4SmLY&!|an$9YxWTycLtO;va>D0r^hJxTFiKII)0-j)J4^H#=f;U?6nTG%E zuG;Jjiwj41WZ;wynwRUIy6hYoIAv!dI8l4q?k2XuUw4Y-uaG}L8{+BLJp4kM(XWw} zM7W0CZnuFoaG{cBNT9ypqCC}qKKd^}|BF@s`4)t0Wu*Uy*LZ?u6sCLX$|!W_2g>;t zJyJ<`f@Ktm;Q@-o)B|+GRa;hr4VahDrYKj{E$*TA=?oE zN48X07h5ciFW?9Kou3w&{*Fa#HMRQ7qzapEqTE!>?MKYpm3;d$++G-S`_Ja>6?}UX zZeJL4`&#q%6@2@6+_uEr_L{e|=r-uKi^0SuMI=IaNHV1^A<20^^|MrXD2EUteo~&~ z#UXOdp4aekJ`WSnOo+(CAr!}3`Fs;C((_4PZfhi+_LRzVl*mI~MkDr%TfsmV!M>yp4N&NoTSbh{A%+ZackP1iTd`X;e|{nk)X-`9(Bw>a$kjd1)$b#k7GrS?5JD%btbn@4Sb2*{amGpe^O>{vwdWf&z z>If!eIaE)Don#NxBlS?cRLAY{POXHLfjIe@?xg0lsoQAtnOz-i!BPfR?dX6@0Bdf3 zj7U8Vnq3sSXjI4NkS?-|Q|*K)9a5l^vP0!|csfHGbAFW0j?x*@nDe9K#Pq==f8%jn zMSQcWJ0E5OeZeeelw^;&CQV3z? z9SXSNs~6*;g;`qnyecPLv#1_O-RABiNyV0Ve*-V!)`x8e&>o9i`-+$AmO`5c#{V@o ziMs@06NBcnzC(z24Tdr(Xh#gxL_{j?V zIx#|mU&CGe30(w=Dv_ibf^V4j6=7RG&}bY$KVcvtJ!CyGIlyDYnjPsnhBQ;8zRdPT zEB%_-1SU9mmUKmHV4!Sgg&1dIu$%R3$hS_cKY>8y5(Z>DE2ZrOgcImflQAR}qI$F9$%PS& zPKm*&4`Y-nd2ul?l3D|6(a0W?`N(TK&reHbPR{hxzGFHZ^wl9|#d-2XK!v!_1Y8TN zR{>nsiN}tQvI0j9zzS?&qCt2UZ6o=8FX#6kruhmWbANAwe>*qaE(V^8)7P_Tg$>K| zf1saY)z98ja1uRx9+1h-2%#l;v_x9 zI&1}vR+^vJqbEAfKr;<06bnNOphlNs&4kq`C)rbPgy{^WoP-bYcM>Mi`7dUAo%c`K zY5#U4zkXf%+nBlyKvf(3OnN<|ob>pk<`nLXUEE$O9{}@nNir%S*e%-1 zFs-4{IGY|lUqn|}ll6On#6D3geLay%q8##$SZHsR!HsF%6iF%CIT8Qr_be1D8CoY! z+o+`Rsah!%2gK_BEEKy)l93GEE9XaD*jD>pKO{r_yUdvon+yd=GlEybPo6gf5y}4x zBuurRs7yRpqhOw|V6GL|bdT}G@f$fOS4)^>I2Qt#ZsW72q%nvI;Eo>RgoU=UFY61+ zTSs%iF=SIFnGAzu+NaOUOx1o;6>TRxV%oN3*=nEwl@ejuVQ3!KsmoZoQgMeX`?bTe zJHGu*EK}$@2wjIb2k6oYeMu$62OiXyH<;dAndr(aL$)PB0beT)z-MWbcfA3eEgoye z=5Lq`%sp~A%Y?%uV?C?LkZ-N{dwV_YKwG%$$&Eh}2ce1Vp5Vmf#?OBnKO<=dh#>4# zHqeTy=rXbPCB@I75kz{mhe#F>i4#ASEQ=98>{i;KgK=X0iDa!g{<0(B!4??!T8|Ph zgQyy?2n#(oVxeadtnMN^#XFJXIkg0xEeb^~`!Kf9mPr+|<(S}A=w~L(K0tee!*OOa zd4rwcWfQz0{-Y`Ew9ct>rX?is>E_qTA1~-Zo*jAUhwwCAS%zR0YsD01e*&+v@j+b2 zaDRARbh!JQ=Bo!QZyKZ{D67@xa1Z)AcDNJp3tWy2x9dg4<*l3O3-$Cwdp*71j7c~A z5RJGhqv8o>!RRF#1nV}S4U(h2x(~{dXX+cQ|j=*;mQnVEgoZJ>27kETo@Ra zu@!8xewJn_ZoIPad@2QU=8B{Lz@5SqsH#!%k>eK(g^laJy$||2ZXPOm15OKU8M_IL~<2|em#~WwkTRGlZ+1+5YXgD6C zR=mtiU4Jbn7;ITI0?{35^biYspZo*S3#<&3^ z#_KmH=_Bj?rxVk#%@?G05&kzR_E_p5-=3~?gM**?=k9b3^L(i@;?R#G9N>fHlP_PO zeEGwuj3dQ6I({wv`E_s#a!6YmNtF+%5p_Gs8GzYb42K>AD;@eA(mZ)A&z(>q3)2uH z%^p4OAWyJlgOX_r>u(C7Kf^?TM&LXF4tM#j?9n5HwxI(U>|`Sw1#o8judmIXkLje` z_s1Z~%2bp4-i6AAN%#G7>Au&96cg5+tfDDPc9Vp)6^2?Xxf)%_HRhRYj(s&a|B5nH zjZ~!raihcH?^v6?AORGVla`x~c%t!ay2rUM)3w*xwP%+fLgN(YJgr>&F7#-`wLcR* zqbKb0A_Eo>H&!c79Aec*TdUrKjs+*ml^anZ-H1Tg)(vf?-Eh}5rQo1(jS4K>TM_Qe zc4>Fw0!R1`aTws)AiL`kUvf;DPmx(cWXn%^_ksE&F@Iyy@GRuuYi9c7@c zFSraLRIN9d*+}JRG3e_(!3pqOexyWVFs<<$8YM&kmbRHWOD5tKHup(vl)|YKzd$im z&`M`1>qTPbwe4YZ&w+@-VMb1G!AQpj2T&0``;b9_kLq3z7uAn}Pf8|6l83rnd8o_b zp)Qa2P}7NI;<{o> zB^pRa4b@K&@4~5V+dupKZ%VFzhku5w5wNtCU7`H5FHz|gqZ{?l9{;yu=-I5wp;QY* zU+nQ|KbM+?E{^G+JxVYsfNtfV&84O)mwND1`X2SquC)CQ|4beIy3|UigrqChMGV6> z;+8JN&K0pP1Vt*vF|`Te{5|O}aO$rau7Z_?H_3mGV!9indW2ksJdc6nO$K%z$~{_0 zbYNd6%1uSx1WNqXh>M<5tbO}A`a-7r8$WF($(o5T8Ry@tl~a;8cpK5)K(*x$m5;j8@uLPDogqWq{Y%m43F7 z;o}(!Nyrpu{!6(5A7V_+pf8_BzX03oDba@7BgR{Dr?7*V61HUlMTi*urOA|S3y5(h ze!E!{^8V|t%!k%a!e>-L3LTeN*bTR^>ol@G@msZyn}Ir@7!7KQQyVJ zjn_y1-b0EpiBGI?!;%2!vfR_yuuZ{-*bM=Z^>^)oCG!FNZGYFmk_F_kxfWoT=gkS? z30@tO5}qP*UWJ6$Ws%y#)6!Aa;3$h_kaE;@Qr9!6j0Ao=`8Ndqvc^sj2F9|SUB7uP<@z8E$UYpIEtK92YjO|ri++HqR%ggd%j~k&yzkxC>E(dwEr$OAxqK&pik8wnxoy|Dg0LZY#YrLI~%fp zq7)ZoLz)iqX*WHtgu}x|1jOZwp~=*Rsx;Q3@X)0nvHhTPbkiV#lyafj;@}PS8LbNr zJz$lA_&P!>QgEmx{^{-Fzc?QMPXIm+{|+YpLDt!f{|%kn$NwG_zQUaS&G>(;wS~VN zFB+;98>@&i1Os-l5GDeSQX4|S_KWKAMMiAcs<;v3)2%Z13Oj!NTH0aiM_wW6d8#Z$ zcEhz{006vCNi`reJv-=+B8)+7A5P(g?cDNh>4530K4FejAZGd!WrHW zmsK!#qsR^TMPLfJikyr*4aWUdLCvw+IFnU2bGBEf_Brb$OpRO90{}}Yn5yoQbJg@) zjl5YYkH^1_{B%7%Yb4q3RLpVrQ9Hj4XtSBgfu#tSGqi!oZe&?Wy&-m6kxor;$hZIV zcC;3g0G6IBd{>93q6aU;hgGi|3z>%U3EgH6SB9v=^yiu3HLfr77;n;{1*}pcFk@f1f!x#f5$XrR;07mrs{@WlL#y-y~@P!0U6Ql4ckUg=`6$7hgk4Xiev$=n621C z)Wv3>D0K||eaKz9f7uQyfas=!W^XbIkD>?_P{=Y-=x3sEKWlSBp$zHyHc@yEZB4tB z(Ud}^7%)@WT`nV8$q?5)NG1%~`k#Q3(hj+06w={A_`B&K0?=Wu$lu*7?tMft;N%GO zF6}|j1oYv1jCYzkp*uTO&_g%b7zy|4AeC_16JcWLb$Qw}9g)cg-O(}J5O8tPO zt-4{MhYH{2EK1VIO9m88(cy~mzs~xIvB`x~;TWJcV{V=gb%9>TXgnoM4VoXg2nzG z@>D<`u#uivN1PZNpIm$ZOQXm-9d{NbhrphWNA)n3>f;nOojisybj^sTkNj<_!-~gT zc5-{U1b%Pxyoz2dkU@6YkxmQFO9M&C#I76V?g3*de4udQ(3ta#NNOBCqK6UN)fA?x z(^flvI`oYnCz>a7(!7R?*SkGKwt`joih9YXd7vV%;kMmmUtHc1 zuId7?kWSx&pc#!io)F*qqwCqqKSnC=C~d4@WikXuE|D#f`eZMJQ=DZd5!}wo1WH9D zpc|!63{71%UFOF9T~z!{{sVaRwh|oj^Q`)i-ForIM~+ELf1>3+^fJ7LGV)YkJqXnX z0xsJu&XLGNpc?;%QEn+;iXLo{cv~O&YT*^|PSSYi0CI?3sP?ov-qa=&M-$*v02nS& z8tqLY1hTBLKpb){OHW4DtEEq09D1V{&U;(Vd;gGTpw0lg}3sZI5E(YPKe~Fb5 z$k~Oero3Hz0By(Wdp0Xkwr=BSZo$XNAO$`EB}0)Dlm!UGHmYw0C)g~ZX<)@2dw(Wk zXvQaN&rP(JgD-XPF$m#owkx&SZ1%|=$|uGDSZ5H0A|4g=O!1b2$i^2nhTzwVg8{l} zBxOX&0d=y7KRcR4%O`jN3TT04?n#>4A$pj!+|4Q(*K))%=q;iJIpS8YLUBUA*^z!g5v>ePIdE6_zXk)y5m} z=#k(c?``xPhqnk3|lUw)J%=%)PTC{8-Vw$q4&;1E4{ ztyz9|jgRt3G39r!rJ}OY^1Bxh4t9!Z9kTo`+&n71i$xzoAk{=*&BMT?@g~e;de%!_#~dQwLgEn)<=;+atz$yehwkFq|U zX=T7JJB)j8#D$4cKH0OCv-(*2rn)?qR;snwJBLOD?`K$IwG_@%?%*UVnRV2M0b1ln z05!}f)Bz{dZv6)_daLLK%p@y*I4Wg;SwUj#wD?(!9bwz4uS1{0>>@@Y3DE*e?Wo>} zmr|fE68FwY6V%Vd{##liqJ+sedjPf$1)K4YW&^*-CAR|)W&qdBk(2_j^hHFczEKuS zBdH9fQE5y&LLXxLD3}?x{R^ncBIh_+t%!T_J~h(ku&(8i?jK7YDGQLt$^ztN163Mn zdQplTA}FT#7p2^rAcv@usA*$}j!_>-C*_W?5xM!6^?|-zsi-WaRRbjS$x*um%MF*o zR87MY4Wd$rGyM6Bce8B4Eur(iw8QGvzbhgqu>z+(dFLLXAw6Vpiz85G#6ZEup(vCPpn$L=RHFxFRK9Cmj`6|q;EL#0O(KnzAqc9)mo=n1};2h{K_M6Jbm z^@D(j3-Ci$0|MOKW(hPXfl@UfrwKV1_i6fH9|yKvOjlsbBc*^GBDh8ZE*BquFTXj& zo9bJ$*p6?Y(E(g!m;GdyHF0%-UffCJ!`6W606~nnR-`!oDECO&M|Gte6p}0lw2mmc zj=DEivH62&9UpkH5|?FZn+kkEogD7^S$-nK6${0=Xe1>Wu|3eT-C|1eYj{}dKPkx} z$bALtKUUEs$v=F@1K(Pb2NNLU7p{$5KF6iqFcHNkC?$szMKnuNQREAK!^4w(pJn!4 z4U#G_a#nF)Oy6$7>Xkj4jE$q#p5!pn4P#b8WBqLI~#v!&4 z*NKqv3RsRfO9EpF#*~aoa6W)Z_8{^n_FS8-Ci)Y&6U&|(%wE4|O-dxZ`)xby=}Ns~ zA05!2UCtBRp(R*oMvpf+GSKYq;YfG4M!VBW$Qg{C)$4bdvzltiz>R2H=n2opv_ zLzvyMQ~Fyx3)I!ZoyM)zxN>7wZOtJ4ry5*16)1q6N{jSK`H zwVWF8RSG;c!~Tcuv<*6!Eimr`c6tmS7Ec}l5c)=&awy7_do0$8M^-D*a7Z{X5WN|Q zG!PJt8mZi1Al&F%ol{U#XR2Gt#$R!Zx*kVcCRoJRi3w)cZ?Xa<+w-5VSw5xn*v^@eW7!5q-j%X(hC5-U2 z^qiRO5x|*OY~Xj|bw=nFUTqPmLALS3Z7hT5$vOb*#F-}8=l&)oq+ZJYl zf!&U_SPw_N6DO9k?xXR;K4zr%DK#nTNYs)+bp6|1xSsT&|T>j zuqePS;Kc_A4qz5&sm}($g!u6{T@yJQbHvaSBLd*Zj+R4mrA|q~-EuTgLrO_O<(*0j z2C-%)X-)YmIvjBmVboUAW{2cH8FV-mTep#fHdh3>rjL^ceHg&dJxH;t>9bCpV?uh7 zH6B6w=a*4PQ2o()v8RreTr~^QFLG(nNtz8S1RuL-@*`Qm4w5Z#Rxdk*pP2vkcei$0Nxpb8i_%UiNRj! zAxI3K|AGjOU@*|cpto*tv#_n97NXu+FD@##__HD9T1no|)aF={uH7<(p5d3S#g+G2 zG^a6@?oc=UVK&G3_n$*4ViIo^^H|xEEKNNKOxyDBSE9A@@2zqE{VTV%;om2p zuT=Yb2{hv0FET;?!U~Mc{(jT~1<2N3QBSlzwtqjkbKCxXstILH1j@1)C~^ML<6D@p z-|F9ghQ}eS5&!<-3dO@S6sR20Q-W&k42+hb{*Zrv0@&QPf8P;zV*UH?kg1LL?@tO5 zj^z6<{+z!_|NdI_gI$Ih_|eM0e*_Hyv`zm$M4d*$igHn;z{dLbkK8H&my2+t{N@nf zt8dMs3E$%U`}1U%@&5h$ROG1*|Ni_hxW^d(eh8FCjDLSCbsyChZTR>9=C0%X`>ALY z=ifgtN=fn;co+j8k>tmT?KFALW{pge+>ar)A;}&BbPWIgtj*ka#J`_p_PvkwAocx{ zAZldaaq|1cMk&9)(Z9b-k`d$I?Jk6`b(UH%r*{)>HaM3Fo)?_tX9i%v<>P5%4;=iz)W63IB}@Tm?cZ;ZqY?G*Ys!@rWV2=_X+7hU=y1gO_tS8S z`nUP_7XeI5|9*-I>3!CC1ZnffQAlzA{Wt$%CD*2Z-{BmZeDJP)KnIc)>)(G=*KPRsw-CJF@86${W~9Pm{QCkEgTvB8kQlu45fK`}pbh`tg0BAm>)$^x z96S%DJdF=Alr+0olS}^nU+Hhm`5Io7chT+@kFk%JlD_tz3SWx$D`9`ZPO+Q9*O>hU z_c!*6>@VO{H|^2D;&D=z{(&=e4e{Jws~sk(;zz=%uVwQ^Co# z60qqI*Qnj@Myeq&QY;#bttNwMU3Fx=u8rP@_dF)( z=Uc3JTlEM%qz}?ZZq-))2f<)dcYOl|h4>f1Udln@E76M*by~@4T+%~}2kFHJ8n9vD z2(tE&i4@YT+vyqONK=R5cq#HSL>G9QZg2*Y7rXT0pRMzO%n8T}i2*v+M?$#?W`Y6_ zjK^jVs&jw^sw{lPzK`L&z`9-Bh(2klEeBdmHe+VcN1{SNn5bCZ^)wavr+RQE}8evQ8`8OXStL zc$b7;{G)XNUK4wXRm=tO(e&o=#yjZ&uoSr_Y^B}`HrFj2tXJbI{R6XV1`#h_KEV7c zT&9N#z^l)|tFcF#GU?zS@kk%J5&S=jt@B{RQ67M9*z~(@V6$rmI*=eHhK) z=OGk<_XN+;v0p4W1H!cv<$uz|>tpF{=qKPA!i6`(5K|<3m?@jZhj?$+4$)XdEJ-BB zNcpu-ab4Vwkok;{NXYOqM3OVl|95gGz=~FKR`!{avn|A^w&iRVJrk9)387KvlALj= zS1D>xk}PUZxv2#1mf?G_%}$J=T||((tlEx)urMcI(%z=BVlbi9pghq&ry8i5t`m*g?_eSlu*Yx$133>J=E;wHeA zdvCA-tfhLu``>A^Rt6S1t^5jexLLZ<=&6?S9M*KrjV1kNeaJU@@h=JUJ7GR0FX)Bs zH#+uJVS?XMLSvd()ASAR}e(4ESDY(9rp^*0>h-3p031H zTX`e zA_MzkMcz#$4n2_K+#yEceP3!T2Y;}9kiG(c@Y2#~T?gzs0|((iYpDr%6FT(3+xS4S zh_8J(yNO-JKI3wH3uBE3#o3-*n#d;g&t0OLA8y9=rY=<42v#NWsF&W2Lz4m1e=beb zjSZb>_Yd|5(gq$}%^$u^uCJi3{879)Kr5jFJKoSjXg&8L9p z*-s(DyuWj_X6@*pO56MJ&Fiq@>jZ(XV;pw6dW5gi0~3;c#suL5*`*!Oy~h}ffu?so z0J#kMW|nk9?;}rBG4N+kk`wGdeRz$^f#We8^IC*c<+L>kM`4l0#!~N;bsT4vbmLK> z<=#3m8tT7-=-jq~zR=mdC*R_jfDb|<`iLG$`~YyM?i@~C1)(yro&Q{Y$S?4^YRCgp zLxZ)QI=CAPk4ToV>!g)kNXuu^0d;)Xizke#l#qa*{Jt?lYQ+|knAkn)-jT2RmmZT1 zXAf3v`0xoPukH}BxNx^JR>F?DNOT>=v~+ou5SY`?vfXAGX%3~P@J@EgUI@fu~5=j z0A_I+#QgNniL!uQNZ$OxTuO~Pi0|>4tq0mZBAoN-ahIY$OycE((I2N7S z_%Yp4TzG1U;!fsrd};h1eTf$rkTzNiCw+(5jT0xPzY^JRb>$UG!BDMnxh0pzgf<{$ zgl%s<#z7+dbJ_vMJ4nWxQ1&ciUemhl`qv2ywT-oZ{2r@M&;`A{H52jzYC99Qh=8e< zPt18Uj4JKuH2^wnTlYB6N;rLL_gJ6zq@-6+7v?4`u(9qG4(;~gLrh-E8dup{v;G;M zf2@Q)&F7h$&HwGP8#5e}sTZg|(2rVXuVJQo5$zPN=VRg6VS&j|Lq;-5?0JWnOw-fw<;&%*VrW|2(OqAoruyhTZarwO=ZobmcQM1HCI#(K#H2uHv^9eaJrLgpg}Mb|{0Ybg8|Um;)fHS;AM_nd(K334br^KqBhJ zol&CFVu?Dq7L2WP?<1{eI&5}X0njdI8Q^Bbmt&hnFUd&U#T#6SwfSMpR!kFfhC254 zBJ-?D&2_*p5*HdtOi#oK3+yO0hjVZ^nrlu^oX1u9Cme|4NM}6e`TG_+6PHK`OI}gq}8L#0q52vQ|k-HaS1IEuy-H@cRdPn}~ z)kgnF#cyf~oe0O?B(lw@9B%`GGZ|m{QY+)VDC9(L6?t#LuL)j&GzesQ8G8F!D?0_C zkqh7$(xV)t!KkV`$V0v>R+uefFq*OBnndWwW*4kJxUAhMO^`&-7)Pl0P{#`;1UQD+ z%hFHB`(EaNy9s*8gBj8p-WR4+Q-c4XOhi%kg&M?UV33yL6H_o7L+Xip`p9<{PDBV& zXpfw)qB_jQwdfEZHHc2}bL2+9Kzv$=<6wAki_t+3U4;ACwY^aRq>2(8Oinb0|#wJt&WBh!2m+;c8$k6i_^L!6dAbcG6} zRAUZMo5zg!eA7#Bu*9`G-!vrxM-RK;cyIL@eZAm{(ZLgRCVNJ1_V@Ay6LD0*hwaq( z-|DJG>9WnmHzivTLEY22GJtXpXdu>$aJu5V_*sDL6tURSV4ad zg6+|`3O??}MFZi*9gUg@dG63`UxAFZq(E1!T0ep}; zj*%c*e+3UoYtIM*^xN8m^bJG)b!x#`F!g_eqdeXvsc=|5I2%c#0wIt(%sipk^?5r; zY&>I6FH2Opk$t1&St#X|6W{_?AYBkI{nGxmZTha68Zmv+@nypkwsrU?Ssg##?FY+Y z@%KiEvk1LYObeUP5qEJ4p#a$>_PfbU=8@m9p$7PgRlA{Yq-KZyCgrvr8xbf+41I1_ zyYd?DXS?RBh2=rrQ9G0u9oc7-d%E-{O_hH>^#?PRV`}~5a3MzPM>RgYZk)|{Dq_Mi z7~SI^U{Ghl1Yv)ryS~=l0BA`&`(mC1-2xl$nqj4YIRvrJolJ?NT6eRhsRzY;=t5fa zJ_TfWp;NIk5aYD7rQbfE?vX8gsxD#+wUWUwB(e7Jy~?OPY&;G()j+`&Sp%R^XWTBj zNZ;Yk^m4)qb6*dZ$nW5gJ=_C2L7fs}zqMaI>!=l5s2^;UJXjsqpHplgv+XrX(yMSo zmP3`_iS4jf*ca~#<3$jvz9%}b#Dmf)esP!Ne+I%1>bI@_FKN*~G{A4}e|oF_r9XW$ zl0sCq`4P}#A@hcM0vDU|nr(8+w_3c101pf)f{bMYup3+Eiq=~e_JND@GP^kLf5dn= zHy}~_52Ve@SU9X06Bume-*grQuq5bft2oT#9r6tl@4v!hs!_ZF|E7<0+B%1A$NhuH zlLRKlzu|4v5Oa5#ngo#W2xEB$gnX;RQ^~CP4oePSwo^GZ*%Wh}fnOxvM6--Jmcp@# zacE-CJ626r9O2mYZP#I^!-9;LR!Zw>7-%aL!zf}N4Dgs1d5uEYOP}GCj^3jCh!I-J zej0a@c{(a_#Wji>jW^;;;{$XrlydLaUo!YK7)#>XuN?5rekSsI`5p zbTT@K1lBL@fOy9qC&hlpSD#M^UO*2{-`Y+* zU5?w)_zw2L?75HX*)D$G#62S=$MLjP$~QLMpDw#jR`Ik7qDf;oIDRGxhDxNs`R?sX zf}JG6*WwpRF!{G_M9susJMniGo+JL^cP9Ow9Q}=alBF?A{*IOR>YO-vmvI7}Tcz{H zO_Eq_Anz&V_kpVv9|vF0d?dl>&g8Z&80Y@xV)x%4=|P ztssI`IX7=JJ9Vz8)6OQq@?mAJ4Go37u4^tY8mjAw81{RHaORz zWw-;l2-z-|(inm&uzJ zxRg>tQ=t>8r0;`Qt>a6?ozfb71%pOZwvE)_{|c#D?IKmr81P_)8tD7rRn2^fkz#Ko zl=RGmwvoEC_P^oO2R+;4lojgK

    E*fRuwTF;Y%^1*c|CY8$EWEB_5rm$Zu%>39>V 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 Lb26HyU1=Yp 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 rb9Rw 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

    vg3kldFspB<5+&ZQ^ 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

    yH{6~E_$ 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�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

    >$ie38rNjaAqtqjvW03yD6st)0%I6 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

  • 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

    !sFm-PHQYBpa-& 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�OrYL1)w(+LKJF<92}EZ(!QJLd&tp3qEO3ie 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Ⓢ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�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

    J#7;BKqtz#+0# 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 z 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%0DQ`Y+Tgu6sQU&INc!7N7|pgd&oz(c-Gj!l`ej4e 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