@pnpm/exe 11.0.0-dev.1005 → 11.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node-gyp-bin/node-gyp +6 -0
- package/dist/node-gyp-bin/node-gyp.cmd +5 -0
- package/dist/node_modules/@gar/promise-retry/LICENSE +20 -0
- package/dist/node_modules/@gar/promise-retry/lib/index.js +62 -0
- package/dist/node_modules/@gar/promise-retry/lib/retry.js +109 -0
- package/dist/node_modules/@gar/promise-retry/package.json +45 -0
- package/dist/node_modules/@isaacs/fs-minipass/LICENSE +15 -0
- package/dist/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +430 -0
- package/dist/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +3 -0
- package/dist/node_modules/@isaacs/fs-minipass/dist/esm/index.js +420 -0
- package/dist/node_modules/@isaacs/fs-minipass/dist/esm/package.json +3 -0
- package/dist/node_modules/@isaacs/fs-minipass/package.json +72 -0
- package/dist/node_modules/@npmcli/agent/lib/agents.js +206 -0
- package/dist/node_modules/@npmcli/agent/lib/dns.js +53 -0
- package/dist/node_modules/@npmcli/agent/lib/errors.js +61 -0
- package/dist/node_modules/@npmcli/agent/lib/index.js +56 -0
- package/dist/node_modules/@npmcli/agent/lib/options.js +86 -0
- package/dist/node_modules/@npmcli/agent/lib/proxy.js +88 -0
- package/dist/node_modules/@npmcli/agent/package.json +60 -0
- package/dist/node_modules/@npmcli/fs/lib/common/get-options.js +20 -0
- package/dist/node_modules/@npmcli/fs/lib/common/node.js +9 -0
- package/dist/node_modules/@npmcli/fs/lib/cp/LICENSE +15 -0
- package/dist/node_modules/@npmcli/fs/lib/cp/errors.js +129 -0
- package/dist/node_modules/@npmcli/fs/lib/cp/index.js +22 -0
- package/dist/node_modules/@npmcli/fs/lib/cp/polyfill.js +428 -0
- package/dist/node_modules/@npmcli/fs/lib/index.js +13 -0
- package/dist/node_modules/@npmcli/fs/lib/move-file.js +78 -0
- package/dist/node_modules/@npmcli/fs/lib/readdir-scoped.js +20 -0
- package/dist/node_modules/@npmcli/fs/lib/with-temp-dir.js +39 -0
- package/dist/node_modules/@npmcli/fs/package.json +54 -0
- package/dist/node_modules/@npmcli/redact/LICENSE +21 -0
- package/dist/node_modules/@npmcli/redact/lib/deep-map.js +71 -0
- package/dist/node_modules/@npmcli/redact/lib/error.js +28 -0
- package/dist/node_modules/@npmcli/redact/lib/index.js +44 -0
- package/dist/node_modules/@npmcli/redact/lib/matchers.js +88 -0
- package/dist/node_modules/@npmcli/redact/lib/server.js +59 -0
- package/dist/node_modules/@npmcli/redact/lib/utils.js +202 -0
- package/dist/node_modules/@npmcli/redact/package.json +52 -0
- package/dist/node_modules/abbrev/LICENSE +46 -0
- package/dist/node_modules/abbrev/lib/index.js +53 -0
- package/dist/node_modules/abbrev/package.json +41 -0
- package/dist/node_modules/agent-base/LICENSE +22 -0
- package/dist/node_modules/agent-base/dist/helpers.js +66 -0
- package/dist/node_modules/agent-base/dist/index.js +178 -0
- package/dist/node_modules/agent-base/package.json +46 -0
- package/dist/node_modules/balanced-match/dist/commonjs/index.js +59 -0
- package/dist/node_modules/balanced-match/dist/commonjs/package.json +3 -0
- package/dist/node_modules/balanced-match/dist/esm/index.js +54 -0
- package/dist/node_modules/balanced-match/dist/esm/package.json +3 -0
- package/dist/node_modules/balanced-match/package.json +68 -0
- package/dist/node_modules/brace-expansion/LICENSE +23 -0
- package/dist/node_modules/brace-expansion/dist/commonjs/index.js +201 -0
- package/dist/node_modules/brace-expansion/dist/commonjs/package.json +3 -0
- package/dist/node_modules/brace-expansion/dist/esm/index.js +197 -0
- package/dist/node_modules/brace-expansion/dist/esm/package.json +3 -0
- package/dist/node_modules/brace-expansion/package.json +64 -0
- package/dist/node_modules/cacache/lib/content/path.js +29 -0
- package/dist/node_modules/cacache/lib/content/read.js +165 -0
- package/dist/node_modules/cacache/lib/content/rm.js +18 -0
- package/dist/node_modules/cacache/lib/content/write.js +206 -0
- package/dist/node_modules/cacache/lib/entry-index.js +336 -0
- package/dist/node_modules/cacache/lib/get.js +170 -0
- package/dist/node_modules/cacache/lib/index.js +42 -0
- package/dist/node_modules/cacache/lib/memoization.js +72 -0
- package/dist/node_modules/cacache/lib/put.js +80 -0
- package/dist/node_modules/cacache/lib/rm.js +31 -0
- package/dist/node_modules/cacache/lib/util/glob.js +7 -0
- package/dist/node_modules/cacache/lib/util/hash-to-segments.js +7 -0
- package/dist/node_modules/cacache/lib/util/tmp.js +32 -0
- package/dist/node_modules/cacache/lib/verify.js +258 -0
- package/dist/node_modules/cacache/package.json +81 -0
- package/dist/node_modules/chownr/dist/commonjs/index.js +93 -0
- package/dist/node_modules/chownr/dist/commonjs/package.json +3 -0
- package/dist/node_modules/chownr/dist/esm/index.js +85 -0
- package/dist/node_modules/chownr/dist/esm/package.json +3 -0
- package/dist/node_modules/chownr/package.json +69 -0
- package/dist/node_modules/debug/LICENSE +20 -0
- package/dist/node_modules/debug/package.json +64 -0
- package/dist/node_modules/debug/src/browser.js +272 -0
- package/dist/node_modules/debug/src/common.js +292 -0
- package/dist/node_modules/debug/src/index.js +10 -0
- package/dist/node_modules/debug/src/node.js +263 -0
- package/dist/node_modules/env-paths/index.js +74 -0
- package/dist/node_modules/env-paths/license +9 -0
- package/dist/node_modules/env-paths/package.json +45 -0
- package/dist/node_modules/exponential-backoff/LICENSE +202 -0
- package/dist/node_modules/exponential-backoff/dist/backoff.js +124 -0
- package/dist/node_modules/exponential-backoff/dist/delay/always/always.delay.js +25 -0
- package/dist/node_modules/exponential-backoff/dist/delay/delay.base.js +45 -0
- package/dist/node_modules/exponential-backoff/dist/delay/delay.factory.js +17 -0
- package/dist/node_modules/exponential-backoff/dist/delay/delay.interface.js +3 -0
- package/dist/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js +82 -0
- package/dist/node_modules/exponential-backoff/dist/jitter/full/full.jitter.js +8 -0
- package/dist/node_modules/exponential-backoff/dist/jitter/jitter.factory.js +15 -0
- package/dist/node_modules/exponential-backoff/dist/jitter/no/no.jitter.js +7 -0
- package/dist/node_modules/exponential-backoff/dist/options.js +31 -0
- package/dist/node_modules/exponential-backoff/package.json +62 -0
- package/dist/node_modules/fdir/LICENSE +7 -0
- package/dist/node_modules/fdir/dist/index.cjs +588 -0
- package/dist/node_modules/fdir/dist/index.d.cts +155 -0
- package/dist/node_modules/fdir/dist/index.d.mts +155 -0
- package/dist/node_modules/fdir/dist/index.mjs +570 -0
- package/dist/node_modules/fdir/package.json +103 -0
- package/dist/node_modules/fs-minipass/LICENSE +15 -0
- package/dist/node_modules/fs-minipass/lib/index.js +443 -0
- package/dist/node_modules/fs-minipass/package.json +54 -0
- package/dist/node_modules/glob/dist/commonjs/glob.js +248 -0
- package/dist/node_modules/glob/dist/commonjs/has-magic.js +27 -0
- package/dist/node_modules/glob/dist/commonjs/ignore.js +119 -0
- package/dist/node_modules/glob/dist/commonjs/index.js +68 -0
- package/dist/node_modules/glob/dist/commonjs/index.min.js +4 -0
- package/dist/node_modules/glob/dist/commonjs/package.json +3 -0
- package/dist/node_modules/glob/dist/commonjs/pattern.js +223 -0
- package/dist/node_modules/glob/dist/commonjs/processor.js +301 -0
- package/dist/node_modules/glob/dist/commonjs/walker.js +387 -0
- package/dist/node_modules/glob/dist/esm/glob.js +244 -0
- package/dist/node_modules/glob/dist/esm/has-magic.js +23 -0
- package/dist/node_modules/glob/dist/esm/ignore.js +115 -0
- package/dist/node_modules/glob/dist/esm/index.js +55 -0
- package/dist/node_modules/glob/dist/esm/index.min.js +4 -0
- package/dist/node_modules/glob/dist/esm/package.json +3 -0
- package/dist/node_modules/glob/dist/esm/pattern.js +219 -0
- package/dist/node_modules/glob/dist/esm/processor.js +294 -0
- package/dist/node_modules/glob/dist/esm/walker.js +381 -0
- package/dist/node_modules/glob/package.json +98 -0
- package/dist/node_modules/graceful-fs/LICENSE +15 -0
- package/dist/node_modules/graceful-fs/clone.js +23 -0
- package/dist/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/dist/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/dist/node_modules/graceful-fs/package.json +53 -0
- package/dist/node_modules/graceful-fs/polyfills.js +355 -0
- package/dist/node_modules/http-cache-semantics/LICENSE +9 -0
- package/dist/node_modules/http-cache-semantics/index.js +928 -0
- package/dist/node_modules/http-cache-semantics/package.json +22 -0
- package/dist/node_modules/http-proxy-agent/LICENSE +22 -0
- package/dist/node_modules/http-proxy-agent/dist/index.js +148 -0
- package/dist/node_modules/http-proxy-agent/package.json +47 -0
- package/dist/node_modules/https-proxy-agent/LICENSE +22 -0
- package/dist/node_modules/https-proxy-agent/dist/index.js +180 -0
- package/dist/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
- package/dist/node_modules/https-proxy-agent/package.json +50 -0
- package/dist/node_modules/iconv-lite/LICENSE +21 -0
- package/dist/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/dist/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/dist/node_modules/iconv-lite/encodings/index.js +23 -0
- package/dist/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/dist/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/dist/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/dist/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/dist/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/dist/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/dist/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/dist/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/dist/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/dist/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/dist/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/dist/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/dist/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/dist/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/dist/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/dist/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/dist/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/dist/node_modules/iconv-lite/lib/index.js +182 -0
- package/dist/node_modules/iconv-lite/lib/streams.js +105 -0
- package/dist/node_modules/iconv-lite/package.json +70 -0
- package/dist/node_modules/ip-address/LICENSE +19 -0
- package/dist/node_modules/ip-address/dist/address-error.js +12 -0
- package/dist/node_modules/ip-address/dist/common.js +46 -0
- package/dist/node_modules/ip-address/dist/ip-address.js +35 -0
- package/dist/node_modules/ip-address/dist/ipv4.js +360 -0
- package/dist/node_modules/ip-address/dist/ipv6.js +1003 -0
- package/dist/node_modules/ip-address/dist/v4/constants.js +8 -0
- package/dist/node_modules/ip-address/dist/v6/constants.js +76 -0
- package/dist/node_modules/ip-address/dist/v6/helpers.js +45 -0
- package/dist/node_modules/ip-address/dist/v6/regular-expressions.js +95 -0
- package/dist/node_modules/ip-address/package.json +78 -0
- package/dist/node_modules/isexe/dist/commonjs/index.js +56 -0
- package/dist/node_modules/isexe/dist/commonjs/index.min.js +2 -0
- package/dist/node_modules/isexe/dist/commonjs/options.js +3 -0
- package/dist/node_modules/isexe/dist/commonjs/package.json +3 -0
- package/dist/node_modules/isexe/dist/commonjs/posix.js +67 -0
- package/dist/node_modules/isexe/dist/commonjs/win32.js +63 -0
- package/dist/node_modules/isexe/dist/esm/index.js +16 -0
- package/dist/node_modules/isexe/dist/esm/index.min.js +2 -0
- package/dist/node_modules/isexe/dist/esm/options.js +2 -0
- package/dist/node_modules/isexe/dist/esm/package.json +3 -0
- package/dist/node_modules/isexe/dist/esm/posix.js +62 -0
- package/dist/node_modules/isexe/dist/esm/win32.js +58 -0
- package/dist/node_modules/isexe/package.json +78 -0
- package/dist/node_modules/lru-cache/dist/commonjs/index.js +1595 -0
- package/dist/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
- package/dist/node_modules/lru-cache/dist/commonjs/package.json +3 -0
- package/dist/node_modules/lru-cache/dist/esm/index.js +1591 -0
- package/dist/node_modules/lru-cache/dist/esm/index.min.js +2 -0
- package/dist/node_modules/lru-cache/dist/esm/package.json +3 -0
- package/dist/node_modules/lru-cache/package.json +93 -0
- package/dist/node_modules/make-fetch-happen/LICENSE +16 -0
- package/dist/node_modules/make-fetch-happen/lib/cache/entry.js +471 -0
- package/dist/node_modules/make-fetch-happen/lib/cache/errors.js +11 -0
- package/dist/node_modules/make-fetch-happen/lib/cache/index.js +49 -0
- package/dist/node_modules/make-fetch-happen/lib/cache/key.js +17 -0
- package/dist/node_modules/make-fetch-happen/lib/cache/policy.js +161 -0
- package/dist/node_modules/make-fetch-happen/lib/fetch.js +118 -0
- package/dist/node_modules/make-fetch-happen/lib/index.js +41 -0
- package/dist/node_modules/make-fetch-happen/lib/options.js +59 -0
- package/dist/node_modules/make-fetch-happen/lib/pipeline.js +41 -0
- package/dist/node_modules/make-fetch-happen/lib/remote.js +134 -0
- package/dist/node_modules/make-fetch-happen/package.json +75 -0
- package/dist/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/dist/node_modules/minimatch/dist/commonjs/ast.js +846 -0
- package/dist/node_modules/minimatch/dist/commonjs/brace-expressions.js +150 -0
- package/dist/node_modules/minimatch/dist/commonjs/escape.js +30 -0
- package/dist/node_modules/minimatch/dist/commonjs/index.js +1121 -0
- package/dist/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/dist/node_modules/minimatch/dist/commonjs/unescape.js +38 -0
- package/dist/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/dist/node_modules/minimatch/dist/esm/ast.js +842 -0
- package/dist/node_modules/minimatch/dist/esm/brace-expressions.js +146 -0
- package/dist/node_modules/minimatch/dist/esm/escape.js +26 -0
- package/dist/node_modules/minimatch/dist/esm/index.js +1108 -0
- package/dist/node_modules/minimatch/dist/esm/package.json +3 -0
- package/dist/node_modules/minimatch/dist/esm/unescape.js +34 -0
- package/dist/node_modules/minimatch/package.json +67 -0
- package/dist/node_modules/minipass/dist/commonjs/index.js +1038 -0
- package/dist/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/dist/node_modules/minipass/dist/esm/index.js +1020 -0
- package/dist/node_modules/minipass/dist/esm/package.json +3 -0
- package/dist/node_modules/minipass/package.json +77 -0
- package/dist/node_modules/minipass-collect/LICENSE +15 -0
- package/dist/node_modules/minipass-collect/index.js +71 -0
- package/dist/node_modules/minipass-collect/package.json +30 -0
- package/dist/node_modules/minipass-fetch/LICENSE +28 -0
- package/dist/node_modules/minipass-fetch/lib/abort-error.js +17 -0
- package/dist/node_modules/minipass-fetch/lib/blob.js +97 -0
- package/dist/node_modules/minipass-fetch/lib/body.js +360 -0
- package/dist/node_modules/minipass-fetch/lib/fetch-error.js +32 -0
- package/dist/node_modules/minipass-fetch/lib/headers.js +267 -0
- package/dist/node_modules/minipass-fetch/lib/index.js +376 -0
- package/dist/node_modules/minipass-fetch/lib/request.js +282 -0
- package/dist/node_modules/minipass-fetch/lib/response.js +90 -0
- package/dist/node_modules/minipass-fetch/package.json +70 -0
- package/dist/node_modules/minipass-flush/LICENSE +15 -0
- package/dist/node_modules/minipass-flush/index.js +39 -0
- package/dist/node_modules/minipass-flush/node_modules/minipass/LICENSE +15 -0
- package/dist/node_modules/minipass-flush/node_modules/minipass/index.js +649 -0
- package/dist/node_modules/minipass-flush/node_modules/minipass/package.json +56 -0
- package/dist/node_modules/minipass-flush/package.json +39 -0
- package/dist/node_modules/minipass-pipeline/LICENSE +15 -0
- package/dist/node_modules/minipass-pipeline/index.js +128 -0
- package/dist/node_modules/minipass-pipeline/node_modules/minipass/LICENSE +15 -0
- package/dist/node_modules/minipass-pipeline/node_modules/minipass/index.js +649 -0
- package/dist/node_modules/minipass-pipeline/node_modules/minipass/package.json +56 -0
- package/dist/node_modules/minipass-pipeline/package.json +29 -0
- package/dist/node_modules/minipass-sized/LICENSE +15 -0
- package/dist/node_modules/minipass-sized/dist/commonjs/index.js +69 -0
- package/dist/node_modules/minipass-sized/dist/commonjs/package.json +3 -0
- package/dist/node_modules/minipass-sized/dist/esm/index.js +64 -0
- package/dist/node_modules/minipass-sized/dist/esm/package.json +3 -0
- package/dist/node_modules/minipass-sized/package.json +69 -0
- package/dist/node_modules/minizlib/LICENSE +26 -0
- package/dist/node_modules/minizlib/dist/commonjs/constants.js +123 -0
- package/dist/node_modules/minizlib/dist/commonjs/index.js +416 -0
- package/dist/node_modules/minizlib/dist/commonjs/package.json +3 -0
- package/dist/node_modules/minizlib/dist/esm/constants.js +117 -0
- package/dist/node_modules/minizlib/dist/esm/index.js +363 -0
- package/dist/node_modules/minizlib/dist/esm/package.json +3 -0
- package/dist/node_modules/minizlib/package.json +80 -0
- package/dist/node_modules/ms/index.js +162 -0
- package/dist/node_modules/ms/package.json +38 -0
- package/dist/node_modules/negotiator/LICENSE +24 -0
- package/dist/node_modules/negotiator/index.js +83 -0
- package/dist/node_modules/negotiator/lib/charset.js +169 -0
- package/dist/node_modules/negotiator/lib/encoding.js +205 -0
- package/dist/node_modules/negotiator/lib/language.js +179 -0
- package/dist/node_modules/negotiator/lib/mediaType.js +294 -0
- package/dist/node_modules/negotiator/package.json +43 -0
- package/dist/node_modules/node-gyp/.release-please-manifest.json +3 -0
- package/dist/node_modules/node-gyp/LICENSE +24 -0
- package/dist/node_modules/node-gyp/addon.gypi +204 -0
- package/dist/node_modules/node-gyp/bin/node-gyp.js +145 -0
- package/dist/node_modules/node-gyp/eslint.config.js +3 -0
- package/dist/node_modules/node-gyp/gyp/.release-please-manifest.json +3 -0
- package/dist/node_modules/node-gyp/gyp/LICENSE +28 -0
- package/dist/node_modules/node-gyp/gyp/data/ninja/build.ninja +4 -0
- package/dist/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
- package/dist/node_modules/node-gyp/gyp/gyp +8 -0
- package/dist/node_modules/node-gyp/gyp/gyp.bat +5 -0
- package/dist/node_modules/node-gyp/gyp/gyp_main.py +45 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +365 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +206 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1283 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1545 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +59 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +152 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +270 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +599 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +707 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/common.py +725 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +186 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +170 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +113 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +55 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +805 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1169 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1316 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +128 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +104 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +461 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +88 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +55 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2755 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3970 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +44 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2956 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +67 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1389 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +26 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/input.py +3097 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +99 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +765 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1255 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +174 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +61 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +371 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1936 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py +54 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +301 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +3180 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +64 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/LICENSE +3 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE +177 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD +23 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/__init__.py +15 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py +107 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py +252 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py +83 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_parser.py +359 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_structures.py +61 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py +192 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/markers.py +251 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/metadata.py +824 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/py.typed +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/requirements.py +90 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py +1030 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/tags.py +553 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/utils.py +172 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/version.py +563 -0
- package/dist/node_modules/node-gyp/gyp/pyproject.toml +114 -0
- package/dist/node_modules/node-gyp/gyp/release-please-config.json +11 -0
- package/dist/node_modules/node-gyp/gyp/test_gyp.py +260 -0
- package/dist/node_modules/node-gyp/lib/Find-VisualStudio.cs +250 -0
- package/dist/node_modules/node-gyp/lib/build.js +230 -0
- package/dist/node_modules/node-gyp/lib/clean.js +15 -0
- package/dist/node_modules/node-gyp/lib/configure.js +328 -0
- package/dist/node_modules/node-gyp/lib/create-config-gypi.js +153 -0
- package/dist/node_modules/node-gyp/lib/download.js +39 -0
- package/dist/node_modules/node-gyp/lib/find-node-directory.js +63 -0
- package/dist/node_modules/node-gyp/lib/find-python.js +304 -0
- package/dist/node_modules/node-gyp/lib/find-visualstudio.js +606 -0
- package/dist/node_modules/node-gyp/lib/install.js +411 -0
- package/dist/node_modules/node-gyp/lib/list.js +26 -0
- package/dist/node_modules/node-gyp/lib/log.js +168 -0
- package/dist/node_modules/node-gyp/lib/node-gyp.js +199 -0
- package/dist/node_modules/node-gyp/lib/process-release.js +146 -0
- package/dist/node_modules/node-gyp/lib/rebuild.js +12 -0
- package/dist/node_modules/node-gyp/lib/remove.js +43 -0
- package/dist/node_modules/node-gyp/lib/util.js +81 -0
- package/dist/node_modules/node-gyp/macOS_Catalina_acid_test.sh +21 -0
- package/dist/node_modules/node-gyp/package.json +52 -0
- package/dist/node_modules/node-gyp/release-please-config.json +40 -0
- package/dist/node_modules/node-gyp/src/win_delay_load_hook.cc +41 -0
- package/dist/node_modules/nopt/LICENSE +15 -0
- package/dist/node_modules/nopt/bin/nopt.js +29 -0
- package/dist/node_modules/nopt/lib/debug.js +5 -0
- package/dist/node_modules/nopt/lib/nopt-lib.js +514 -0
- package/dist/node_modules/nopt/lib/nopt.js +34 -0
- package/dist/node_modules/nopt/lib/type-defs.js +91 -0
- package/dist/node_modules/nopt/package.json +52 -0
- package/dist/node_modules/p-map/index.js +283 -0
- package/dist/node_modules/p-map/license +9 -0
- package/dist/node_modules/p-map/package.json +57 -0
- package/dist/node_modules/path-scurry/dist/commonjs/index.js +2018 -0
- package/dist/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/dist/node_modules/path-scurry/dist/esm/index.js +1983 -0
- package/dist/node_modules/path-scurry/dist/esm/package.json +3 -0
- package/dist/node_modules/path-scurry/package.json +72 -0
- package/dist/node_modules/picomatch/LICENSE +21 -0
- package/dist/node_modules/picomatch/index.js +17 -0
- package/dist/node_modules/picomatch/lib/constants.js +184 -0
- package/dist/node_modules/picomatch/lib/parse.js +1386 -0
- package/dist/node_modules/picomatch/lib/picomatch.js +349 -0
- package/dist/node_modules/picomatch/lib/scan.js +391 -0
- package/dist/node_modules/picomatch/lib/utils.js +72 -0
- package/dist/node_modules/picomatch/package.json +82 -0
- package/dist/node_modules/picomatch/posix.js +3 -0
- package/dist/node_modules/proc-log/LICENSE +15 -0
- package/dist/node_modules/proc-log/lib/index.js +158 -0
- package/dist/node_modules/proc-log/package.json +46 -0
- package/dist/node_modules/safer-buffer/LICENSE +21 -0
- package/dist/node_modules/safer-buffer/dangerous.js +58 -0
- package/dist/node_modules/safer-buffer/package.json +34 -0
- package/dist/node_modules/safer-buffer/safer.js +77 -0
- package/dist/node_modules/safer-buffer/tests.js +406 -0
- package/dist/node_modules/semver/LICENSE +15 -0
- package/dist/node_modules/semver/bin/semver.js +191 -0
- package/dist/node_modules/semver/classes/comparator.js +143 -0
- package/dist/node_modules/semver/classes/index.js +7 -0
- package/dist/node_modules/semver/classes/range.js +557 -0
- package/dist/node_modules/semver/classes/semver.js +333 -0
- package/dist/node_modules/semver/functions/clean.js +8 -0
- package/dist/node_modules/semver/functions/cmp.js +54 -0
- package/dist/node_modules/semver/functions/coerce.js +62 -0
- package/dist/node_modules/semver/functions/compare-build.js +9 -0
- package/dist/node_modules/semver/functions/compare-loose.js +5 -0
- package/dist/node_modules/semver/functions/compare.js +7 -0
- package/dist/node_modules/semver/functions/diff.js +60 -0
- package/dist/node_modules/semver/functions/eq.js +5 -0
- package/dist/node_modules/semver/functions/gt.js +5 -0
- package/dist/node_modules/semver/functions/gte.js +5 -0
- package/dist/node_modules/semver/functions/inc.js +21 -0
- package/dist/node_modules/semver/functions/lt.js +5 -0
- package/dist/node_modules/semver/functions/lte.js +5 -0
- package/dist/node_modules/semver/functions/major.js +5 -0
- package/dist/node_modules/semver/functions/minor.js +5 -0
- package/dist/node_modules/semver/functions/neq.js +5 -0
- package/dist/node_modules/semver/functions/parse.js +18 -0
- package/dist/node_modules/semver/functions/patch.js +5 -0
- package/dist/node_modules/semver/functions/prerelease.js +8 -0
- package/dist/node_modules/semver/functions/rcompare.js +5 -0
- package/dist/node_modules/semver/functions/rsort.js +5 -0
- package/dist/node_modules/semver/functions/satisfies.js +12 -0
- package/dist/node_modules/semver/functions/sort.js +5 -0
- package/dist/node_modules/semver/functions/valid.js +8 -0
- package/dist/node_modules/semver/index.js +91 -0
- package/dist/node_modules/semver/internal/constants.js +37 -0
- package/dist/node_modules/semver/internal/debug.js +11 -0
- package/dist/node_modules/semver/internal/identifiers.js +29 -0
- package/dist/node_modules/semver/internal/lrucache.js +42 -0
- package/dist/node_modules/semver/internal/parse-options.js +17 -0
- package/dist/node_modules/semver/internal/re.js +223 -0
- package/dist/node_modules/semver/package.json +78 -0
- package/dist/node_modules/semver/preload.js +4 -0
- package/dist/node_modules/semver/range.bnf +16 -0
- package/dist/node_modules/semver/ranges/gtr.js +6 -0
- package/dist/node_modules/semver/ranges/intersects.js +9 -0
- package/dist/node_modules/semver/ranges/ltr.js +6 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/dist/node_modules/semver/ranges/min-version.js +63 -0
- package/dist/node_modules/semver/ranges/outside.js +82 -0
- package/dist/node_modules/semver/ranges/simplify.js +49 -0
- package/dist/node_modules/semver/ranges/subset.js +249 -0
- package/dist/node_modules/semver/ranges/to-comparators.js +10 -0
- package/dist/node_modules/semver/ranges/valid.js +13 -0
- package/dist/node_modules/smart-buffer/.prettierrc.yaml +5 -0
- package/dist/node_modules/smart-buffer/LICENSE +20 -0
- package/dist/node_modules/smart-buffer/build/smartbuffer.js +1233 -0
- package/dist/node_modules/smart-buffer/build/utils.js +108 -0
- package/dist/node_modules/smart-buffer/package.json +79 -0
- package/dist/node_modules/socks/.eslintrc.cjs +11 -0
- package/dist/node_modules/socks/.prettierrc.yaml +7 -0
- package/dist/node_modules/socks/LICENSE +20 -0
- package/dist/node_modules/socks/build/client/socksclient.js +793 -0
- package/dist/node_modules/socks/build/common/constants.js +108 -0
- package/dist/node_modules/socks/build/common/helpers.js +167 -0
- package/dist/node_modules/socks/build/common/receivebuffer.js +43 -0
- package/dist/node_modules/socks/build/common/util.js +25 -0
- package/dist/node_modules/socks/build/index.js +18 -0
- package/dist/node_modules/socks/package.json +58 -0
- package/dist/node_modules/socks-proxy-agent/LICENSE +22 -0
- package/dist/node_modules/socks-proxy-agent/dist/index.js +195 -0
- package/dist/node_modules/socks-proxy-agent/package.json +142 -0
- package/dist/node_modules/ssri/lib/index.js +550 -0
- package/dist/node_modules/ssri/package.json +66 -0
- package/dist/node_modules/tar/dist/commonjs/create.js +82 -0
- package/dist/node_modules/tar/dist/commonjs/cwd-error.js +18 -0
- package/dist/node_modules/tar/dist/commonjs/extract.js +88 -0
- package/dist/node_modules/tar/dist/commonjs/get-write-flag.js +32 -0
- package/dist/node_modules/tar/dist/commonjs/header.js +312 -0
- package/dist/node_modules/tar/dist/commonjs/index.js +64 -0
- package/dist/node_modules/tar/dist/commonjs/index.min.js +4 -0
- package/dist/node_modules/tar/dist/commonjs/large-numbers.js +99 -0
- package/dist/node_modules/tar/dist/commonjs/list.js +145 -0
- package/dist/node_modules/tar/dist/commonjs/make-command.js +52 -0
- package/dist/node_modules/tar/dist/commonjs/mkdir.js +187 -0
- package/dist/node_modules/tar/dist/commonjs/mode-fix.js +29 -0
- package/dist/node_modules/tar/dist/commonjs/normalize-unicode.js +38 -0
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js +12 -0
- package/dist/node_modules/tar/dist/commonjs/options.js +66 -0
- package/dist/node_modules/tar/dist/commonjs/pack.js +511 -0
- package/dist/node_modules/tar/dist/commonjs/package.json +3 -0
- package/dist/node_modules/tar/dist/commonjs/parse.js +610 -0
- package/dist/node_modules/tar/dist/commonjs/path-reservations.js +170 -0
- package/dist/node_modules/tar/dist/commonjs/pax.js +158 -0
- package/dist/node_modules/tar/dist/commonjs/process-umask.js +7 -0
- package/dist/node_modules/tar/dist/commonjs/read-entry.js +136 -0
- package/dist/node_modules/tar/dist/commonjs/replace.js +227 -0
- package/dist/node_modules/tar/dist/commonjs/strip-absolute-path.js +29 -0
- package/dist/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +18 -0
- package/dist/node_modules/tar/dist/commonjs/symlink-error.js +19 -0
- package/dist/node_modules/tar/dist/commonjs/types.js +50 -0
- package/dist/node_modules/tar/dist/commonjs/unpack.js +932 -0
- package/dist/node_modules/tar/dist/commonjs/update.js +33 -0
- package/dist/node_modules/tar/dist/commonjs/warn-method.js +31 -0
- package/dist/node_modules/tar/dist/commonjs/winchars.js +14 -0
- package/dist/node_modules/tar/dist/commonjs/write-entry.js +698 -0
- package/dist/node_modules/tar/dist/esm/create.js +76 -0
- package/dist/node_modules/tar/dist/esm/cwd-error.js +14 -0
- package/dist/node_modules/tar/dist/esm/extract.js +49 -0
- package/dist/node_modules/tar/dist/esm/get-write-flag.js +26 -0
- package/dist/node_modules/tar/dist/esm/header.js +275 -0
- package/dist/node_modules/tar/dist/esm/index.js +20 -0
- package/dist/node_modules/tar/dist/esm/index.min.js +4 -0
- package/dist/node_modules/tar/dist/esm/large-numbers.js +94 -0
- package/dist/node_modules/tar/dist/esm/list.js +105 -0
- package/dist/node_modules/tar/dist/esm/make-command.js +48 -0
- package/dist/node_modules/tar/dist/esm/mkdir.js +179 -0
- package/dist/node_modules/tar/dist/esm/mode-fix.js +25 -0
- package/dist/node_modules/tar/dist/esm/normalize-unicode.js +34 -0
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.js +9 -0
- package/dist/node_modules/tar/dist/esm/options.js +54 -0
- package/dist/node_modules/tar/dist/esm/pack.js +469 -0
- package/dist/node_modules/tar/dist/esm/package.json +3 -0
- package/dist/node_modules/tar/dist/esm/parse.js +606 -0
- package/dist/node_modules/tar/dist/esm/path-reservations.js +166 -0
- package/dist/node_modules/tar/dist/esm/pax.js +154 -0
- package/dist/node_modules/tar/dist/esm/process-umask.js +3 -0
- package/dist/node_modules/tar/dist/esm/read-entry.js +132 -0
- package/dist/node_modules/tar/dist/esm/replace.js +221 -0
- package/dist/node_modules/tar/dist/esm/strip-absolute-path.js +25 -0
- package/dist/node_modules/tar/dist/esm/strip-trailing-slashes.js +14 -0
- package/dist/node_modules/tar/dist/esm/symlink-error.js +15 -0
- package/dist/node_modules/tar/dist/esm/types.js +45 -0
- package/dist/node_modules/tar/dist/esm/unpack.js +891 -0
- package/dist/node_modules/tar/dist/esm/update.js +30 -0
- package/dist/node_modules/tar/dist/esm/warn-method.js +27 -0
- package/dist/node_modules/tar/dist/esm/winchars.js +9 -0
- package/dist/node_modules/tar/dist/esm/write-entry.js +656 -0
- package/dist/node_modules/tar/node_modules/yallist/dist/commonjs/index.js +384 -0
- package/dist/node_modules/tar/node_modules/yallist/dist/commonjs/package.json +3 -0
- package/dist/node_modules/tar/node_modules/yallist/dist/esm/index.js +379 -0
- package/dist/node_modules/tar/node_modules/yallist/dist/esm/package.json +3 -0
- package/dist/node_modules/tar/node_modules/yallist/package.json +68 -0
- package/dist/node_modules/tar/package.json +297 -0
- package/dist/node_modules/tinyglobby/LICENSE +21 -0
- package/dist/node_modules/tinyglobby/dist/index.cjs +350 -0
- package/dist/node_modules/tinyglobby/dist/index.d.cts +147 -0
- package/dist/node_modules/tinyglobby/dist/index.d.mts +147 -0
- package/dist/node_modules/tinyglobby/dist/index.mjs +318 -0
- package/dist/node_modules/tinyglobby/package.json +73 -0
- package/{LICENSE → dist/node_modules/v8-compile-cache/LICENSE} +1 -2
- package/dist/node_modules/v8-compile-cache/package.json +34 -0
- package/dist/node_modules/v8-compile-cache/v8-compile-cache.js +373 -0
- package/dist/node_modules/which/LICENSE +15 -0
- package/dist/node_modules/which/bin/which.js +52 -0
- package/dist/node_modules/which/lib/index.js +111 -0
- package/dist/node_modules/which/package.json +52 -0
- package/dist/node_modules/yallist/LICENSE +15 -0
- package/dist/node_modules/yallist/iterator.js +8 -0
- package/dist/node_modules/yallist/package.json +29 -0
- package/dist/node_modules/yallist/yallist.js +426 -0
- package/dist/pnpm.mjs +266382 -0
- package/dist/pnpmrc +2 -0
- package/dist/templates/completion.bash +31 -0
- package/dist/templates/completion.fish +22 -0
- package/dist/templates/completion.ps1 +193 -0
- package/dist/templates/completion.zsh +27 -0
- package/dist/vendor/fastlist-0.3.0-x64.exe +0 -0
- package/dist/vendor/fastlist-0.3.0-x86.exe +0 -0
- package/dist/worker.js +10958 -0
- package/package.json +34 -11
- package/pn +2 -0
- package/pn.cmd +2 -0
- package/pn.ps1 +1 -0
- package/pnpx +2 -0
- package/pnpx.cmd +2 -0
- package/pnpx.ps1 +1 -0
- package/pnx +2 -0
- package/pnx.cmd +2 -0
- package/pnx.ps1 +1 -0
- package/prepare.js +26 -3
- package/setup.js +22 -11
- package/CHANGELOG.md +0 -15
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const get = require('./get.js')
|
|
4
|
+
const put = require('./put.js')
|
|
5
|
+
const rm = require('./rm.js')
|
|
6
|
+
const verify = require('./verify.js')
|
|
7
|
+
const { clearMemoized } = require('./memoization.js')
|
|
8
|
+
const tmp = require('./util/tmp.js')
|
|
9
|
+
const index = require('./entry-index.js')
|
|
10
|
+
|
|
11
|
+
module.exports.index = {}
|
|
12
|
+
module.exports.index.compact = index.compact
|
|
13
|
+
module.exports.index.insert = index.insert
|
|
14
|
+
|
|
15
|
+
module.exports.ls = index.ls
|
|
16
|
+
module.exports.ls.stream = index.lsStream
|
|
17
|
+
|
|
18
|
+
module.exports.get = get
|
|
19
|
+
module.exports.get.byDigest = get.byDigest
|
|
20
|
+
module.exports.get.stream = get.stream
|
|
21
|
+
module.exports.get.stream.byDigest = get.stream.byDigest
|
|
22
|
+
module.exports.get.copy = get.copy
|
|
23
|
+
module.exports.get.copy.byDigest = get.copy.byDigest
|
|
24
|
+
module.exports.get.info = get.info
|
|
25
|
+
module.exports.get.hasContent = get.hasContent
|
|
26
|
+
|
|
27
|
+
module.exports.put = put
|
|
28
|
+
module.exports.put.stream = put.stream
|
|
29
|
+
|
|
30
|
+
module.exports.rm = rm.entry
|
|
31
|
+
module.exports.rm.all = rm.all
|
|
32
|
+
module.exports.rm.entry = module.exports.rm
|
|
33
|
+
module.exports.rm.content = rm.content
|
|
34
|
+
|
|
35
|
+
module.exports.clearMemoized = clearMemoized
|
|
36
|
+
|
|
37
|
+
module.exports.tmp = {}
|
|
38
|
+
module.exports.tmp.mkdir = tmp.mkdir
|
|
39
|
+
module.exports.tmp.withTmp = tmp.withTmp
|
|
40
|
+
|
|
41
|
+
module.exports.verify = verify
|
|
42
|
+
module.exports.verify.lastRun = verify.lastRun
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const { LRUCache } = require('lru-cache')
|
|
4
|
+
|
|
5
|
+
const MEMOIZED = new LRUCache({
|
|
6
|
+
max: 500,
|
|
7
|
+
maxSize: 50 * 1024 * 1024, // 50MB
|
|
8
|
+
ttl: 3 * 60 * 1000, // 3 minutes
|
|
9
|
+
sizeCalculation: (entry, key) => key.startsWith('key:') ? entry.data.length : entry.length,
|
|
10
|
+
})
|
|
11
|
+
|
|
12
|
+
module.exports.clearMemoized = clearMemoized
|
|
13
|
+
|
|
14
|
+
function clearMemoized () {
|
|
15
|
+
const old = {}
|
|
16
|
+
MEMOIZED.forEach((v, k) => {
|
|
17
|
+
old[k] = v
|
|
18
|
+
})
|
|
19
|
+
MEMOIZED.clear()
|
|
20
|
+
return old
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
module.exports.put = put
|
|
24
|
+
|
|
25
|
+
function put (cache, entry, data, opts) {
|
|
26
|
+
pickMem(opts).set(`key:${cache}:${entry.key}`, { entry, data })
|
|
27
|
+
putDigest(cache, entry.integrity, data, opts)
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
module.exports.put.byDigest = putDigest
|
|
31
|
+
|
|
32
|
+
function putDigest (cache, integrity, data, opts) {
|
|
33
|
+
pickMem(opts).set(`digest:${cache}:${integrity}`, data)
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
module.exports.get = get
|
|
37
|
+
|
|
38
|
+
function get (cache, key, opts) {
|
|
39
|
+
return pickMem(opts).get(`key:${cache}:${key}`)
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
module.exports.get.byDigest = getDigest
|
|
43
|
+
|
|
44
|
+
function getDigest (cache, integrity, opts) {
|
|
45
|
+
return pickMem(opts).get(`digest:${cache}:${integrity}`)
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
class ObjProxy {
|
|
49
|
+
constructor (obj) {
|
|
50
|
+
this.obj = obj
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
get (key) {
|
|
54
|
+
return this.obj[key]
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
set (key, val) {
|
|
58
|
+
this.obj[key] = val
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
function pickMem (opts) {
|
|
63
|
+
if (!opts || !opts.memoize) {
|
|
64
|
+
return MEMOIZED
|
|
65
|
+
} else if (opts.memoize.get && opts.memoize.set) {
|
|
66
|
+
return opts.memoize
|
|
67
|
+
} else if (typeof opts.memoize === 'object') {
|
|
68
|
+
return new ObjProxy(opts.memoize)
|
|
69
|
+
} else {
|
|
70
|
+
return MEMOIZED
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const index = require('./entry-index')
|
|
4
|
+
const memo = require('./memoization')
|
|
5
|
+
const write = require('./content/write')
|
|
6
|
+
const Flush = require('minipass-flush')
|
|
7
|
+
const { PassThrough } = require('minipass-collect')
|
|
8
|
+
const Pipeline = require('minipass-pipeline')
|
|
9
|
+
|
|
10
|
+
const putOpts = (opts) => ({
|
|
11
|
+
algorithms: ['sha512'],
|
|
12
|
+
...opts,
|
|
13
|
+
})
|
|
14
|
+
|
|
15
|
+
module.exports = putData
|
|
16
|
+
|
|
17
|
+
async function putData (cache, key, data, opts = {}) {
|
|
18
|
+
const { memoize } = opts
|
|
19
|
+
opts = putOpts(opts)
|
|
20
|
+
const res = await write(cache, data, opts)
|
|
21
|
+
const entry = await index.insert(cache, key, res.integrity, { ...opts, size: res.size })
|
|
22
|
+
if (memoize) {
|
|
23
|
+
memo.put(cache, entry, data, opts)
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
return res.integrity
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
module.exports.stream = putStream
|
|
30
|
+
|
|
31
|
+
function putStream (cache, key, opts = {}) {
|
|
32
|
+
const { memoize } = opts
|
|
33
|
+
opts = putOpts(opts)
|
|
34
|
+
let integrity
|
|
35
|
+
let size
|
|
36
|
+
let error
|
|
37
|
+
|
|
38
|
+
let memoData
|
|
39
|
+
const pipeline = new Pipeline()
|
|
40
|
+
// first item in the pipeline is the memoizer, because we need
|
|
41
|
+
// that to end first and get the collected data.
|
|
42
|
+
if (memoize) {
|
|
43
|
+
const memoizer = new PassThrough().on('collect', data => {
|
|
44
|
+
memoData = data
|
|
45
|
+
})
|
|
46
|
+
pipeline.push(memoizer)
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// contentStream is a write-only, not a passthrough
|
|
50
|
+
// no data comes out of it.
|
|
51
|
+
const contentStream = write.stream(cache, opts)
|
|
52
|
+
.on('integrity', (int) => {
|
|
53
|
+
integrity = int
|
|
54
|
+
})
|
|
55
|
+
.on('size', (s) => {
|
|
56
|
+
size = s
|
|
57
|
+
})
|
|
58
|
+
.on('error', (err) => {
|
|
59
|
+
error = err
|
|
60
|
+
})
|
|
61
|
+
|
|
62
|
+
pipeline.push(contentStream)
|
|
63
|
+
|
|
64
|
+
// last but not least, we write the index and emit hash and size,
|
|
65
|
+
// and memoize if we're doing that
|
|
66
|
+
pipeline.push(new Flush({
|
|
67
|
+
async flush () {
|
|
68
|
+
if (!error) {
|
|
69
|
+
const entry = await index.insert(cache, key, integrity, { ...opts, size })
|
|
70
|
+
if (memoize && memoData) {
|
|
71
|
+
memo.put(cache, entry, memoData, opts)
|
|
72
|
+
}
|
|
73
|
+
pipeline.emit('integrity', integrity)
|
|
74
|
+
pipeline.emit('size', size)
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
}))
|
|
78
|
+
|
|
79
|
+
return pipeline
|
|
80
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const { rm } = require('fs/promises')
|
|
4
|
+
const glob = require('./util/glob.js')
|
|
5
|
+
const index = require('./entry-index')
|
|
6
|
+
const memo = require('./memoization')
|
|
7
|
+
const path = require('path')
|
|
8
|
+
const rmContent = require('./content/rm')
|
|
9
|
+
|
|
10
|
+
module.exports = entry
|
|
11
|
+
module.exports.entry = entry
|
|
12
|
+
|
|
13
|
+
function entry (cache, key, opts) {
|
|
14
|
+
memo.clearMemoized()
|
|
15
|
+
return index.delete(cache, key, opts)
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
module.exports.content = content
|
|
19
|
+
|
|
20
|
+
function content (cache, integrity) {
|
|
21
|
+
memo.clearMemoized()
|
|
22
|
+
return rmContent(cache, integrity)
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
module.exports.all = all
|
|
26
|
+
|
|
27
|
+
async function all (cache) {
|
|
28
|
+
memo.clearMemoized()
|
|
29
|
+
const paths = await glob(path.join(cache, '*(content-*|index-*)'), { silent: true, nosort: true })
|
|
30
|
+
return Promise.all(paths.map((p) => rm(p, { recursive: true, force: true })))
|
|
31
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const crypto = require('crypto')
|
|
4
|
+
const { withTempDir } = require('@npmcli/fs')
|
|
5
|
+
const fs = require('fs/promises')
|
|
6
|
+
const path = require('path')
|
|
7
|
+
|
|
8
|
+
module.exports.mkdir = mktmpdir
|
|
9
|
+
|
|
10
|
+
module.exports.tmpName = function tmpName (cache, tmpPrefix) {
|
|
11
|
+
const id = crypto.randomUUID()
|
|
12
|
+
return path.join(cache, 'tmp', tmpPrefix ? `${tmpPrefix}-${id}` : id)
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
async function mktmpdir (cache, opts = {}) {
|
|
16
|
+
const { tmpPrefix } = opts
|
|
17
|
+
const tmpDir = path.join(cache, 'tmp')
|
|
18
|
+
await fs.mkdir(tmpDir, { recursive: true, owner: 'inherit' })
|
|
19
|
+
// do not use path.join(), it drops the trailing / if tmpPrefix is unset
|
|
20
|
+
const target = `${tmpDir}${path.sep}${tmpPrefix || ''}`
|
|
21
|
+
return fs.mkdtemp(target, { owner: 'inherit' })
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
module.exports.withTmp = withTmp
|
|
25
|
+
|
|
26
|
+
function withTmp (cache, opts, cb) {
|
|
27
|
+
if (!cb) {
|
|
28
|
+
cb = opts
|
|
29
|
+
opts = {}
|
|
30
|
+
}
|
|
31
|
+
return withTempDir(path.join(cache, 'tmp'), cb, opts)
|
|
32
|
+
}
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const {
|
|
4
|
+
mkdir,
|
|
5
|
+
readFile,
|
|
6
|
+
rm,
|
|
7
|
+
stat,
|
|
8
|
+
truncate,
|
|
9
|
+
writeFile,
|
|
10
|
+
} = require('fs/promises')
|
|
11
|
+
const contentPath = require('./content/path')
|
|
12
|
+
const fsm = require('fs-minipass')
|
|
13
|
+
const glob = require('./util/glob.js')
|
|
14
|
+
const index = require('./entry-index')
|
|
15
|
+
const path = require('path')
|
|
16
|
+
const ssri = require('ssri')
|
|
17
|
+
|
|
18
|
+
const hasOwnProperty = (obj, key) =>
|
|
19
|
+
Object.prototype.hasOwnProperty.call(obj, key)
|
|
20
|
+
|
|
21
|
+
const verifyOpts = (opts) => ({
|
|
22
|
+
concurrency: 20,
|
|
23
|
+
log: { silly () {} },
|
|
24
|
+
...opts,
|
|
25
|
+
})
|
|
26
|
+
|
|
27
|
+
module.exports = verify
|
|
28
|
+
|
|
29
|
+
async function verify (cache, opts) {
|
|
30
|
+
opts = verifyOpts(opts)
|
|
31
|
+
opts.log.silly('verify', 'verifying cache at', cache)
|
|
32
|
+
|
|
33
|
+
const steps = [
|
|
34
|
+
markStartTime,
|
|
35
|
+
fixPerms,
|
|
36
|
+
garbageCollect,
|
|
37
|
+
rebuildIndex,
|
|
38
|
+
cleanTmp,
|
|
39
|
+
writeVerifile,
|
|
40
|
+
markEndTime,
|
|
41
|
+
]
|
|
42
|
+
|
|
43
|
+
const stats = {}
|
|
44
|
+
for (const step of steps) {
|
|
45
|
+
const label = step.name
|
|
46
|
+
const start = new Date()
|
|
47
|
+
const s = await step(cache, opts)
|
|
48
|
+
if (s) {
|
|
49
|
+
Object.keys(s).forEach((k) => {
|
|
50
|
+
stats[k] = s[k]
|
|
51
|
+
})
|
|
52
|
+
}
|
|
53
|
+
const end = new Date()
|
|
54
|
+
if (!stats.runTime) {
|
|
55
|
+
stats.runTime = {}
|
|
56
|
+
}
|
|
57
|
+
stats.runTime[label] = end - start
|
|
58
|
+
}
|
|
59
|
+
stats.runTime.total = stats.endTime - stats.startTime
|
|
60
|
+
opts.log.silly(
|
|
61
|
+
'verify',
|
|
62
|
+
'verification finished for',
|
|
63
|
+
cache,
|
|
64
|
+
'in',
|
|
65
|
+
`${stats.runTime.total}ms`
|
|
66
|
+
)
|
|
67
|
+
return stats
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
async function markStartTime () {
|
|
71
|
+
return { startTime: new Date() }
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
async function markEndTime () {
|
|
75
|
+
return { endTime: new Date() }
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
async function fixPerms (cache, opts) {
|
|
79
|
+
opts.log.silly('verify', 'fixing cache permissions')
|
|
80
|
+
await mkdir(cache, { recursive: true })
|
|
81
|
+
return null
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// Implements a naive mark-and-sweep tracing garbage collector.
|
|
85
|
+
//
|
|
86
|
+
// The algorithm is basically as follows:
|
|
87
|
+
// 1. Read (and filter) all index entries ("pointers")
|
|
88
|
+
// 2. Mark each integrity value as "live"
|
|
89
|
+
// 3. Read entire filesystem tree in `content-vX/` dir
|
|
90
|
+
// 4. If content is live, verify its checksum and delete it if it fails
|
|
91
|
+
// 5. If content is not marked as live, rm it.
|
|
92
|
+
//
|
|
93
|
+
async function garbageCollect (cache, opts) {
|
|
94
|
+
opts.log.silly('verify', 'garbage collecting content')
|
|
95
|
+
const { default: pMap } = await import('p-map')
|
|
96
|
+
const indexStream = index.lsStream(cache)
|
|
97
|
+
const liveContent = new Set()
|
|
98
|
+
indexStream.on('data', (entry) => {
|
|
99
|
+
if (opts.filter && !opts.filter(entry)) {
|
|
100
|
+
return
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// integrity is stringified, re-parse it so we can get each hash
|
|
104
|
+
const integrity = ssri.parse(entry.integrity)
|
|
105
|
+
for (const algo in integrity) {
|
|
106
|
+
liveContent.add(integrity[algo].toString())
|
|
107
|
+
}
|
|
108
|
+
})
|
|
109
|
+
await new Promise((resolve, reject) => {
|
|
110
|
+
indexStream.on('end', resolve).on('error', reject)
|
|
111
|
+
})
|
|
112
|
+
const contentDir = contentPath.contentDir(cache)
|
|
113
|
+
const files = await glob(path.join(contentDir, '**'), {
|
|
114
|
+
follow: false,
|
|
115
|
+
nodir: true,
|
|
116
|
+
nosort: true,
|
|
117
|
+
})
|
|
118
|
+
const stats = {
|
|
119
|
+
verifiedContent: 0,
|
|
120
|
+
reclaimedCount: 0,
|
|
121
|
+
reclaimedSize: 0,
|
|
122
|
+
badContentCount: 0,
|
|
123
|
+
keptSize: 0,
|
|
124
|
+
}
|
|
125
|
+
await pMap(
|
|
126
|
+
files,
|
|
127
|
+
async (f) => {
|
|
128
|
+
const split = f.split(/[/\\]/)
|
|
129
|
+
const digest = split.slice(split.length - 3).join('')
|
|
130
|
+
const algo = split[split.length - 4]
|
|
131
|
+
const integrity = ssri.fromHex(digest, algo)
|
|
132
|
+
if (liveContent.has(integrity.toString())) {
|
|
133
|
+
const info = await verifyContent(f, integrity)
|
|
134
|
+
if (!info.valid) {
|
|
135
|
+
stats.reclaimedCount++
|
|
136
|
+
stats.badContentCount++
|
|
137
|
+
stats.reclaimedSize += info.size
|
|
138
|
+
} else {
|
|
139
|
+
stats.verifiedContent++
|
|
140
|
+
stats.keptSize += info.size
|
|
141
|
+
}
|
|
142
|
+
} else {
|
|
143
|
+
// No entries refer to this content. We can delete.
|
|
144
|
+
stats.reclaimedCount++
|
|
145
|
+
const s = await stat(f)
|
|
146
|
+
await rm(f, { recursive: true, force: true })
|
|
147
|
+
stats.reclaimedSize += s.size
|
|
148
|
+
}
|
|
149
|
+
return stats
|
|
150
|
+
},
|
|
151
|
+
{ concurrency: opts.concurrency }
|
|
152
|
+
)
|
|
153
|
+
return stats
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
async function verifyContent (filepath, sri) {
|
|
157
|
+
const contentInfo = {}
|
|
158
|
+
try {
|
|
159
|
+
const { size } = await stat(filepath)
|
|
160
|
+
contentInfo.size = size
|
|
161
|
+
contentInfo.valid = true
|
|
162
|
+
await ssri.checkStream(new fsm.ReadStream(filepath), sri)
|
|
163
|
+
} catch (err) {
|
|
164
|
+
if (err.code === 'ENOENT') {
|
|
165
|
+
return { size: 0, valid: false }
|
|
166
|
+
}
|
|
167
|
+
if (err.code !== 'EINTEGRITY') {
|
|
168
|
+
throw err
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
await rm(filepath, { recursive: true, force: true })
|
|
172
|
+
contentInfo.valid = false
|
|
173
|
+
}
|
|
174
|
+
return contentInfo
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
async function rebuildIndex (cache, opts) {
|
|
178
|
+
opts.log.silly('verify', 'rebuilding index')
|
|
179
|
+
const { default: pMap } = await import('p-map')
|
|
180
|
+
const entries = await index.ls(cache)
|
|
181
|
+
const stats = {
|
|
182
|
+
missingContent: 0,
|
|
183
|
+
rejectedEntries: 0,
|
|
184
|
+
totalEntries: 0,
|
|
185
|
+
}
|
|
186
|
+
const buckets = {}
|
|
187
|
+
for (const k in entries) {
|
|
188
|
+
/* istanbul ignore else */
|
|
189
|
+
if (hasOwnProperty(entries, k)) {
|
|
190
|
+
const hashed = index.hashKey(k)
|
|
191
|
+
const entry = entries[k]
|
|
192
|
+
const excluded = opts.filter && !opts.filter(entry)
|
|
193
|
+
excluded && stats.rejectedEntries++
|
|
194
|
+
if (buckets[hashed] && !excluded) {
|
|
195
|
+
buckets[hashed].push(entry)
|
|
196
|
+
} else if (buckets[hashed] && excluded) {
|
|
197
|
+
// skip
|
|
198
|
+
} else if (excluded) {
|
|
199
|
+
buckets[hashed] = []
|
|
200
|
+
buckets[hashed]._path = index.bucketPath(cache, k)
|
|
201
|
+
} else {
|
|
202
|
+
buckets[hashed] = [entry]
|
|
203
|
+
buckets[hashed]._path = index.bucketPath(cache, k)
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
await pMap(
|
|
208
|
+
Object.keys(buckets),
|
|
209
|
+
(key) => {
|
|
210
|
+
return rebuildBucket(cache, buckets[key], stats, opts)
|
|
211
|
+
},
|
|
212
|
+
{ concurrency: opts.concurrency }
|
|
213
|
+
)
|
|
214
|
+
return stats
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
async function rebuildBucket (cache, bucket, stats) {
|
|
218
|
+
await truncate(bucket._path)
|
|
219
|
+
// This needs to be serialized because cacache explicitly
|
|
220
|
+
// lets very racy bucket conflicts clobber each other.
|
|
221
|
+
for (const entry of bucket) {
|
|
222
|
+
const content = contentPath(cache, entry.integrity)
|
|
223
|
+
try {
|
|
224
|
+
await stat(content)
|
|
225
|
+
await index.insert(cache, entry.key, entry.integrity, {
|
|
226
|
+
metadata: entry.metadata,
|
|
227
|
+
size: entry.size,
|
|
228
|
+
time: entry.time,
|
|
229
|
+
})
|
|
230
|
+
stats.totalEntries++
|
|
231
|
+
} catch (err) {
|
|
232
|
+
if (err.code === 'ENOENT') {
|
|
233
|
+
stats.rejectedEntries++
|
|
234
|
+
stats.missingContent++
|
|
235
|
+
} else {
|
|
236
|
+
throw err
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
function cleanTmp (cache, opts) {
|
|
243
|
+
opts.log.silly('verify', 'cleaning tmp directory')
|
|
244
|
+
return rm(path.join(cache, 'tmp'), { recursive: true, force: true })
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
async function writeVerifile (cache, opts) {
|
|
248
|
+
const verifile = path.join(cache, '_lastverified')
|
|
249
|
+
opts.log.silly('verify', 'writing verifile to ' + verifile)
|
|
250
|
+
return writeFile(verifile, `${Date.now()}`)
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
module.exports.lastRun = lastRun
|
|
254
|
+
|
|
255
|
+
async function lastRun (cache) {
|
|
256
|
+
const data = await readFile(path.join(cache, '_lastverified'), { encoding: 'utf8' })
|
|
257
|
+
return new Date(+data)
|
|
258
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cacache",
|
|
3
|
+
"version": "20.0.4",
|
|
4
|
+
"cache-version": {
|
|
5
|
+
"content": "2",
|
|
6
|
+
"index": "5"
|
|
7
|
+
},
|
|
8
|
+
"description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
|
|
9
|
+
"main": "lib/index.js",
|
|
10
|
+
"files": [
|
|
11
|
+
"bin/",
|
|
12
|
+
"lib/"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"test": "tap",
|
|
16
|
+
"snap": "tap",
|
|
17
|
+
"coverage": "tap",
|
|
18
|
+
"test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
|
|
19
|
+
"lint": "npm run eslint",
|
|
20
|
+
"npmclilint": "npmcli-lint",
|
|
21
|
+
"lintfix": "npm run eslint -- --fix",
|
|
22
|
+
"postsnap": "npm run lintfix --",
|
|
23
|
+
"postlint": "template-oss-check",
|
|
24
|
+
"posttest": "npm run lint",
|
|
25
|
+
"template-oss-apply": "template-oss-apply --force",
|
|
26
|
+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
|
|
27
|
+
},
|
|
28
|
+
"repository": {
|
|
29
|
+
"type": "git",
|
|
30
|
+
"url": "git+https://github.com/npm/cacache.git"
|
|
31
|
+
},
|
|
32
|
+
"keywords": [
|
|
33
|
+
"cache",
|
|
34
|
+
"caching",
|
|
35
|
+
"content-addressable",
|
|
36
|
+
"sri",
|
|
37
|
+
"sri hash",
|
|
38
|
+
"subresource integrity",
|
|
39
|
+
"cache",
|
|
40
|
+
"storage",
|
|
41
|
+
"store",
|
|
42
|
+
"file store",
|
|
43
|
+
"filesystem",
|
|
44
|
+
"disk cache",
|
|
45
|
+
"disk storage"
|
|
46
|
+
],
|
|
47
|
+
"license": "ISC",
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@npmcli/fs": "^5.0.0",
|
|
50
|
+
"fs-minipass": "^3.0.0",
|
|
51
|
+
"glob": "^13.0.0",
|
|
52
|
+
"lru-cache": "^11.1.0",
|
|
53
|
+
"minipass": "^7.0.3",
|
|
54
|
+
"minipass-collect": "^2.0.1",
|
|
55
|
+
"minipass-flush": "^1.0.5",
|
|
56
|
+
"minipass-pipeline": "^1.2.4",
|
|
57
|
+
"p-map": "^7.0.2",
|
|
58
|
+
"ssri": "^13.0.0"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@npmcli/eslint-config": "^6.0.1",
|
|
62
|
+
"@npmcli/template-oss": "4.29.0",
|
|
63
|
+
"tap": "^16.0.0"
|
|
64
|
+
},
|
|
65
|
+
"engines": {
|
|
66
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
67
|
+
},
|
|
68
|
+
"templateOSS": {
|
|
69
|
+
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
70
|
+
"windowsCI": false,
|
|
71
|
+
"version": "4.29.0",
|
|
72
|
+
"publish": "true"
|
|
73
|
+
},
|
|
74
|
+
"author": "GitHub Inc.",
|
|
75
|
+
"tap": {
|
|
76
|
+
"nyc-arg": [
|
|
77
|
+
"--exclude",
|
|
78
|
+
"tap-snapshots/**"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
}
|