@pnpm/exe 11.13.0 → 11.14.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/.bin/node-gyp +38 -0
- package/dist/node_modules/.bin/node-which +38 -0
- package/dist/node_modules/.bin/nopt +38 -0
- package/dist/node_modules/.bin/semver +38 -0
- package/dist/node_modules/.package-map.json +1 -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/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/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/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/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/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/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/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/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 +607 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +706 -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 +2957 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +77 -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 +807 -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 +541 -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 +116 -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 +86 -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 +144 -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/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 +1416 -0
- package/dist/node_modules/picomatch/lib/picomatch.js +361 -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 +83 -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/semver/LICENSE +15 -0
- package/dist/node_modules/semver/bin/semver.js +195 -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 +577 -0
- package/dist/node_modules/semver/classes/semver.js +350 -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/truncate.js +48 -0
- package/dist/node_modules/semver/functions/valid.js +8 -0
- package/dist/node_modules/semver/index.js +93 -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 +17 -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/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 +348 -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 +544 -0
- package/dist/node_modules/tar/dist/commonjs/package.json +3 -0
- package/dist/node_modules/tar/dist/commonjs/parse.js +655 -0
- package/dist/node_modules/tar/dist/commonjs/path-reservations.js +170 -0
- package/dist/node_modules/tar/dist/commonjs/pax.js +182 -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 +70 -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 +311 -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 +502 -0
- package/dist/node_modules/tar/dist/esm/package.json +3 -0
- package/dist/node_modules/tar/dist/esm/parse.js +651 -0
- package/dist/node_modules/tar/dist/esm/path-reservations.js +166 -0
- package/dist/node_modules/tar/dist/esm/pax.js +178 -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 +65 -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/package.json +298 -0
- package/dist/node_modules/tinyglobby/LICENSE +21 -0
- package/dist/node_modules/tinyglobby/dist/index.cjs +335 -0
- package/dist/node_modules/tinyglobby/dist/index.d.cts +148 -0
- package/dist/node_modules/tinyglobby/dist/index.d.mts +148 -0
- package/dist/node_modules/tinyglobby/dist/index.mjs +307 -0
- package/dist/node_modules/tinyglobby/package.json +70 -0
- package/dist/node_modules/undici/LICENSE +21 -0
- package/dist/node_modules/undici/index-fetch.js +35 -0
- package/dist/node_modules/undici/index.js +169 -0
- package/dist/node_modules/undici/lib/api/abort-signal.js +57 -0
- package/dist/node_modules/undici/lib/api/api-connect.js +108 -0
- package/dist/node_modules/undici/lib/api/api-pipeline.js +251 -0
- package/dist/node_modules/undici/lib/api/api-request.js +214 -0
- package/dist/node_modules/undici/lib/api/api-stream.js +220 -0
- package/dist/node_modules/undici/lib/api/api-upgrade.js +108 -0
- package/dist/node_modules/undici/lib/api/index.js +7 -0
- package/dist/node_modules/undici/lib/api/readable.js +385 -0
- package/dist/node_modules/undici/lib/api/util.js +93 -0
- package/dist/node_modules/undici/lib/core/connect.js +240 -0
- package/dist/node_modules/undici/lib/core/constants.js +118 -0
- package/dist/node_modules/undici/lib/core/diagnostics.js +202 -0
- package/dist/node_modules/undici/lib/core/errors.js +425 -0
- package/dist/node_modules/undici/lib/core/request.js +405 -0
- package/dist/node_modules/undici/lib/core/symbols.js +67 -0
- package/dist/node_modules/undici/lib/core/tree.js +152 -0
- package/dist/node_modules/undici/lib/core/util.js +719 -0
- package/dist/node_modules/undici/lib/dispatcher/agent.js +129 -0
- package/dist/node_modules/undici/lib/dispatcher/balanced-pool.js +209 -0
- package/dist/node_modules/undici/lib/dispatcher/client-h1.js +1487 -0
- package/dist/node_modules/undici/lib/dispatcher/client-h2.js +744 -0
- package/dist/node_modules/undici/lib/dispatcher/client.js +623 -0
- package/dist/node_modules/undici/lib/dispatcher/dispatcher-base.js +199 -0
- package/dist/node_modules/undici/lib/dispatcher/dispatcher.js +65 -0
- package/dist/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +160 -0
- package/dist/node_modules/undici/lib/dispatcher/fixed-queue.js +117 -0
- package/dist/node_modules/undici/lib/dispatcher/pool-base.js +194 -0
- package/dist/node_modules/undici/lib/dispatcher/pool-stats.js +34 -0
- package/dist/node_modules/undici/lib/dispatcher/pool.js +107 -0
- package/dist/node_modules/undici/lib/dispatcher/proxy-agent.js +274 -0
- package/dist/node_modules/undici/lib/dispatcher/retry-agent.js +35 -0
- package/dist/node_modules/undici/lib/global.js +32 -0
- package/dist/node_modules/undici/lib/handler/decorator-handler.js +44 -0
- package/dist/node_modules/undici/lib/handler/redirect-handler.js +232 -0
- package/dist/node_modules/undici/lib/handler/retry-handler.js +374 -0
- package/dist/node_modules/undici/lib/interceptor/dns.js +375 -0
- package/dist/node_modules/undici/lib/interceptor/dump.js +123 -0
- package/dist/node_modules/undici/lib/interceptor/redirect-interceptor.js +21 -0
- package/dist/node_modules/undici/lib/interceptor/redirect.js +24 -0
- package/dist/node_modules/undici/lib/interceptor/response-error.js +86 -0
- package/dist/node_modules/undici/lib/interceptor/retry.js +19 -0
- package/dist/node_modules/undici/lib/llhttp/.gitkeep +0 -0
- package/dist/node_modules/undici/lib/llhttp/constants.js +278 -0
- package/dist/node_modules/undici/lib/llhttp/llhttp-wasm.js +5 -0
- package/dist/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +5 -0
- package/dist/node_modules/undici/lib/llhttp/utils.js +15 -0
- package/dist/node_modules/undici/lib/mock/mock-agent.js +160 -0
- package/dist/node_modules/undici/lib/mock/mock-client.js +59 -0
- package/dist/node_modules/undici/lib/mock/mock-errors.js +28 -0
- package/dist/node_modules/undici/lib/mock/mock-interceptor.js +207 -0
- package/dist/node_modules/undici/lib/mock/mock-pool.js +59 -0
- package/dist/node_modules/undici/lib/mock/mock-symbols.js +23 -0
- package/dist/node_modules/undici/lib/mock/mock-utils.js +367 -0
- package/dist/node_modules/undici/lib/mock/pending-interceptors-formatter.js +43 -0
- package/dist/node_modules/undici/lib/mock/pluralizer.js +29 -0
- package/dist/node_modules/undici/lib/util/timers.js +423 -0
- package/dist/node_modules/undici/lib/web/cache/cache.js +859 -0
- package/dist/node_modules/undici/lib/web/cache/cachestorage.js +152 -0
- package/dist/node_modules/undici/lib/web/cache/symbols.js +5 -0
- package/dist/node_modules/undici/lib/web/cache/util.js +45 -0
- package/dist/node_modules/undici/lib/web/cookies/constants.js +12 -0
- package/dist/node_modules/undici/lib/web/cookies/index.js +184 -0
- package/dist/node_modules/undici/lib/web/cookies/parse.js +310 -0
- package/dist/node_modules/undici/lib/web/cookies/util.js +282 -0
- package/dist/node_modules/undici/lib/web/eventsource/eventsource-stream.js +398 -0
- package/dist/node_modules/undici/lib/web/eventsource/eventsource.js +480 -0
- package/dist/node_modules/undici/lib/web/eventsource/util.js +37 -0
- package/dist/node_modules/undici/lib/web/fetch/LICENSE +21 -0
- package/dist/node_modules/undici/lib/web/fetch/body.js +529 -0
- package/dist/node_modules/undici/lib/web/fetch/constants.js +124 -0
- package/dist/node_modules/undici/lib/web/fetch/data-url.js +744 -0
- package/dist/node_modules/undici/lib/web/fetch/dispatcher-weakref.js +46 -0
- package/dist/node_modules/undici/lib/web/fetch/file.js +126 -0
- package/dist/node_modules/undici/lib/web/fetch/formdata-parser.js +474 -0
- package/dist/node_modules/undici/lib/web/fetch/formdata.js +252 -0
- package/dist/node_modules/undici/lib/web/fetch/global.js +40 -0
- package/dist/node_modules/undici/lib/web/fetch/headers.js +687 -0
- package/dist/node_modules/undici/lib/web/fetch/index.js +2272 -0
- package/dist/node_modules/undici/lib/web/fetch/request.js +1037 -0
- package/dist/node_modules/undici/lib/web/fetch/response.js +610 -0
- package/dist/node_modules/undici/lib/web/fetch/symbols.js +9 -0
- package/dist/node_modules/undici/lib/web/fetch/util.js +1632 -0
- package/dist/node_modules/undici/lib/web/fetch/webidl.js +695 -0
- package/dist/node_modules/undici/lib/web/fileapi/encoding.js +290 -0
- package/dist/node_modules/undici/lib/web/fileapi/filereader.js +344 -0
- package/dist/node_modules/undici/lib/web/fileapi/progressevent.js +78 -0
- package/dist/node_modules/undici/lib/web/fileapi/symbols.js +10 -0
- package/dist/node_modules/undici/lib/web/fileapi/util.js +391 -0
- package/dist/node_modules/undici/lib/web/websocket/connection.js +371 -0
- package/dist/node_modules/undici/lib/web/websocket/constants.js +66 -0
- package/dist/node_modules/undici/lib/web/websocket/events.js +329 -0
- package/dist/node_modules/undici/lib/web/websocket/frame.js +96 -0
- package/dist/node_modules/undici/lib/web/websocket/permessage-deflate.js +100 -0
- package/dist/node_modules/undici/lib/web/websocket/receiver.js +513 -0
- package/dist/node_modules/undici/lib/web/websocket/sender.js +104 -0
- package/dist/node_modules/undici/lib/web/websocket/symbols.js +12 -0
- package/dist/node_modules/undici/lib/web/websocket/util.js +322 -0
- package/dist/node_modules/undici/lib/web/websocket/websocket.js +595 -0
- package/dist/node_modules/undici/package.json +160 -0
- package/dist/node_modules/undici/scripts/strip-comments.js +8 -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/dist/commonjs/index.js +384 -0
- package/dist/node_modules/yallist/dist/commonjs/package.json +3 -0
- package/dist/node_modules/yallist/dist/esm/index.js +379 -0
- package/dist/node_modules/yallist/dist/esm/package.json +3 -0
- package/dist/node_modules/yallist/package.json +68 -0
- package/dist/pnpm.mjs +311857 -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 +11941 -0
- package/package.json +12 -12
- package/pn.cmd +2 -0
- package/pn.ps1 +1 -0
- package/pnpx.cmd +2 -0
- package/pnpx.ps1 +1 -0
- package/pnx.cmd +2 -0
- package/pnx.ps1 +1 -0
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
{
|
|
2
|
+
'variables' : {
|
|
3
|
+
'node_engine_include_dir%': 'deps/v8/include',
|
|
4
|
+
'node_host_binary%': 'node',
|
|
5
|
+
'node_with_ltcg%': 'true',
|
|
6
|
+
},
|
|
7
|
+
'target_defaults': {
|
|
8
|
+
'type': 'loadable_module',
|
|
9
|
+
'win_delay_load_hook': 'true',
|
|
10
|
+
'product_prefix': '',
|
|
11
|
+
|
|
12
|
+
'conditions': [
|
|
13
|
+
[ 'node_engine=="chakracore"', {
|
|
14
|
+
'variables': {
|
|
15
|
+
'node_engine_include_dir%': 'deps/chakrashim/include'
|
|
16
|
+
},
|
|
17
|
+
}]
|
|
18
|
+
],
|
|
19
|
+
|
|
20
|
+
'include_dirs': [
|
|
21
|
+
'<(node_root_dir)/include/node',
|
|
22
|
+
'<(node_root_dir)/src',
|
|
23
|
+
'<(node_root_dir)/deps/openssl/config',
|
|
24
|
+
'<(node_root_dir)/deps/openssl/openssl/include',
|
|
25
|
+
'<(node_root_dir)/deps/uv/include',
|
|
26
|
+
'<(node_root_dir)/deps/zlib',
|
|
27
|
+
'<(node_root_dir)/<(node_engine_include_dir)'
|
|
28
|
+
],
|
|
29
|
+
'defines!': [
|
|
30
|
+
'BUILDING_UV_SHARED=1', # Inherited from common.gypi.
|
|
31
|
+
'BUILDING_V8_SHARED=1', # Inherited from common.gypi.
|
|
32
|
+
],
|
|
33
|
+
'defines': [
|
|
34
|
+
'NODE_GYP_MODULE_NAME=>(_target_name)',
|
|
35
|
+
'USING_UV_SHARED=1',
|
|
36
|
+
'USING_V8_SHARED=1',
|
|
37
|
+
# Warn when using deprecated V8 APIs.
|
|
38
|
+
'V8_DEPRECATION_WARNINGS=1'
|
|
39
|
+
],
|
|
40
|
+
|
|
41
|
+
'target_conditions': [
|
|
42
|
+
['_type=="loadable_module"', {
|
|
43
|
+
'product_extension': 'node',
|
|
44
|
+
'defines': [
|
|
45
|
+
'BUILDING_NODE_EXTENSION'
|
|
46
|
+
],
|
|
47
|
+
'xcode_settings': {
|
|
48
|
+
'OTHER_LDFLAGS': [
|
|
49
|
+
'-undefined dynamic_lookup'
|
|
50
|
+
],
|
|
51
|
+
},
|
|
52
|
+
}],
|
|
53
|
+
|
|
54
|
+
['_type=="static_library"', {
|
|
55
|
+
# set to `1` to *disable* the -T thin archive 'ld' flag.
|
|
56
|
+
# older linkers don't support this flag.
|
|
57
|
+
'standalone_static_library': '<(standalone_static_library)'
|
|
58
|
+
}],
|
|
59
|
+
|
|
60
|
+
['_type!="executable"', {
|
|
61
|
+
'conditions': [
|
|
62
|
+
[ 'OS=="android"', {
|
|
63
|
+
'cflags!': [ '-fPIE' ],
|
|
64
|
+
}]
|
|
65
|
+
]
|
|
66
|
+
}],
|
|
67
|
+
|
|
68
|
+
['_win_delay_load_hook=="true"', {
|
|
69
|
+
# If the addon specifies `'win_delay_load_hook': 'true'` in its
|
|
70
|
+
# binding.gyp, link a delay-load hook into the DLL. This hook ensures
|
|
71
|
+
# that the addon will work regardless of whether the node/iojs binary
|
|
72
|
+
# is named node.exe, iojs.exe, or something else.
|
|
73
|
+
'conditions': [
|
|
74
|
+
[ 'OS=="win"', {
|
|
75
|
+
'defines': [ 'HOST_BINARY=\"<(node_host_binary)<(EXECUTABLE_SUFFIX)\"', ],
|
|
76
|
+
'sources': [
|
|
77
|
+
'<(node_gyp_dir)/src/win_delay_load_hook.cc',
|
|
78
|
+
],
|
|
79
|
+
'msvs_settings': {
|
|
80
|
+
'VCLinkerTool': {
|
|
81
|
+
'DelayLoadDLLs': [ '<(node_host_binary)<(EXECUTABLE_SUFFIX)' ],
|
|
82
|
+
# Don't print a linker warning when no imports from either .exe
|
|
83
|
+
# are used.
|
|
84
|
+
'AdditionalOptions': [ '/ignore:4199' ],
|
|
85
|
+
},
|
|
86
|
+
},
|
|
87
|
+
}],
|
|
88
|
+
],
|
|
89
|
+
}],
|
|
90
|
+
],
|
|
91
|
+
|
|
92
|
+
'conditions': [
|
|
93
|
+
[ 'OS=="mac"', {
|
|
94
|
+
'defines': [
|
|
95
|
+
'_DARWIN_USE_64_BIT_INODE=1'
|
|
96
|
+
],
|
|
97
|
+
'xcode_settings': {
|
|
98
|
+
'DYLIB_INSTALL_NAME_BASE': '@rpath'
|
|
99
|
+
},
|
|
100
|
+
}],
|
|
101
|
+
[ 'OS=="aix"', {
|
|
102
|
+
'ldflags': [
|
|
103
|
+
'-Wl,-bimport:<(node_exp_file)'
|
|
104
|
+
],
|
|
105
|
+
}],
|
|
106
|
+
[ 'OS=="os400"', {
|
|
107
|
+
'ldflags': [
|
|
108
|
+
'-Wl,-bimport:<(node_exp_file)'
|
|
109
|
+
],
|
|
110
|
+
}],
|
|
111
|
+
[ 'OS=="zos"', {
|
|
112
|
+
'conditions': [
|
|
113
|
+
[ '"<!(echo $CC)" != "clang" and \
|
|
114
|
+
"<!(echo $CC)" != "ibm-clang64" and \
|
|
115
|
+
"<!(echo $CC)" != "ibm-clang"', {
|
|
116
|
+
'cflags': [
|
|
117
|
+
'-q64',
|
|
118
|
+
'-Wc,DLL',
|
|
119
|
+
'-qlonglong',
|
|
120
|
+
'-qenum=int',
|
|
121
|
+
'-qxclang=-fexec-charset=ISO8859-1'
|
|
122
|
+
],
|
|
123
|
+
'ldflags': [
|
|
124
|
+
'-q64',
|
|
125
|
+
'<(node_exp_file)',
|
|
126
|
+
],
|
|
127
|
+
}, {
|
|
128
|
+
'cflags': [
|
|
129
|
+
'-m64',
|
|
130
|
+
],
|
|
131
|
+
'ldflags': [
|
|
132
|
+
'-m64',
|
|
133
|
+
'<(node_exp_file)',
|
|
134
|
+
],
|
|
135
|
+
}],
|
|
136
|
+
],
|
|
137
|
+
'defines': [
|
|
138
|
+
'_ALL_SOURCE',
|
|
139
|
+
'MAP_FAILED=-1',
|
|
140
|
+
'_UNIX03_SOURCE',
|
|
141
|
+
],
|
|
142
|
+
}],
|
|
143
|
+
[ 'OS=="win"', {
|
|
144
|
+
'conditions': [
|
|
145
|
+
['node_engine=="chakracore"', {
|
|
146
|
+
'library_dirs': [ '<(node_root_dir)/$(ConfigurationName)' ],
|
|
147
|
+
'libraries': [ '<@(node_engine_libs)' ],
|
|
148
|
+
}],
|
|
149
|
+
['node_with_ltcg=="true"', {
|
|
150
|
+
'msvs_settings': {
|
|
151
|
+
'VCCLCompilerTool': {
|
|
152
|
+
'WholeProgramOptimization': 'true' # /GL, whole program optimization, needed for LTCG
|
|
153
|
+
},
|
|
154
|
+
'VCLibrarianTool': {
|
|
155
|
+
'AdditionalOptions': [
|
|
156
|
+
'/LTCG:INCREMENTAL', # incremental link-time code generation
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
'VCLinkerTool': {
|
|
160
|
+
'OptimizeReferences': 2, # /OPT:REF
|
|
161
|
+
'EnableCOMDATFolding': 2, # /OPT:ICF
|
|
162
|
+
'LinkIncremental': 1, # disable incremental linking
|
|
163
|
+
'AdditionalOptions': [
|
|
164
|
+
'/LTCG:INCREMENTAL', # incremental link-time code generation
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}]
|
|
169
|
+
],
|
|
170
|
+
'libraries': [
|
|
171
|
+
'-lkernel32.lib',
|
|
172
|
+
'-luser32.lib',
|
|
173
|
+
'-lgdi32.lib',
|
|
174
|
+
'-lwinspool.lib',
|
|
175
|
+
'-lcomdlg32.lib',
|
|
176
|
+
'-ladvapi32.lib',
|
|
177
|
+
'-lshell32.lib',
|
|
178
|
+
'-lole32.lib',
|
|
179
|
+
'-loleaut32.lib',
|
|
180
|
+
'-luuid.lib',
|
|
181
|
+
'-lodbc32.lib',
|
|
182
|
+
'-ldelayimp.lib',
|
|
183
|
+
'-l"<(node_lib_file)"'
|
|
184
|
+
],
|
|
185
|
+
'msvs_disabled_warnings': [
|
|
186
|
+
# warning C4251: 'node::ObjectWrap::handle_' : class 'v8::Persistent<T>'
|
|
187
|
+
# needs to have dll-interface to be used by
|
|
188
|
+
# clients of class 'node::ObjectWrap'
|
|
189
|
+
4251
|
|
190
|
+
],
|
|
191
|
+
}, {
|
|
192
|
+
# OS!="win"
|
|
193
|
+
'defines': [
|
|
194
|
+
'_LARGEFILE_SOURCE',
|
|
195
|
+
'_FILE_OFFSET_BITS=64'
|
|
196
|
+
],
|
|
197
|
+
}],
|
|
198
|
+
[ 'OS in "freebsd openbsd netbsd solaris android openharmony" or \
|
|
199
|
+
(OS=="linux" and target_arch!="ia32")', {
|
|
200
|
+
'cflags': [ '-fPIC' ],
|
|
201
|
+
}],
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
'use strict'
|
|
4
|
+
|
|
5
|
+
process.title = 'node-gyp'
|
|
6
|
+
|
|
7
|
+
const envPaths = require('env-paths')
|
|
8
|
+
const gyp = require('../')
|
|
9
|
+
const log = require('../lib/log')
|
|
10
|
+
const os = require('os')
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Process and execute the selected commands.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
const prog = gyp()
|
|
17
|
+
let completed = false
|
|
18
|
+
prog.parseArgv(process.argv)
|
|
19
|
+
prog.devDir = prog.opts.devdir
|
|
20
|
+
|
|
21
|
+
const homeDir = os.homedir()
|
|
22
|
+
if (prog.devDir) {
|
|
23
|
+
prog.devDir = prog.devDir.replace(/^~/, homeDir)
|
|
24
|
+
} else if (homeDir) {
|
|
25
|
+
prog.devDir = envPaths('node-gyp', { suffix: '' }).cache
|
|
26
|
+
} else {
|
|
27
|
+
throw new Error(
|
|
28
|
+
"node-gyp requires that the user's home directory is specified " +
|
|
29
|
+
'in either of the environmental variables HOME or USERPROFILE. ' +
|
|
30
|
+
'Overide with: --devdir /path/to/.node-gyp')
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (prog.todo.length === 0) {
|
|
34
|
+
if (~process.argv.indexOf('-v') || ~process.argv.indexOf('--version')) {
|
|
35
|
+
log.stdout('v%s', prog.version)
|
|
36
|
+
} else {
|
|
37
|
+
log.stdout('%s', prog.usage())
|
|
38
|
+
}
|
|
39
|
+
process.exit(0)
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
log.info('it worked if it ends with', 'ok')
|
|
43
|
+
log.verbose('cli', process.argv)
|
|
44
|
+
log.info('using', 'node-gyp@%s', prog.version)
|
|
45
|
+
log.info('using', 'node@%s | %s | %s', process.versions.node, process.platform, process.arch)
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Change dir if -C/--directory was passed.
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
const dir = prog.opts.directory
|
|
52
|
+
if (dir) {
|
|
53
|
+
const fs = require('fs')
|
|
54
|
+
try {
|
|
55
|
+
const stat = fs.statSync(dir)
|
|
56
|
+
if (stat.isDirectory()) {
|
|
57
|
+
log.info('chdir', dir)
|
|
58
|
+
process.chdir(dir)
|
|
59
|
+
} else {
|
|
60
|
+
log.warn('chdir', dir + ' is not a directory')
|
|
61
|
+
}
|
|
62
|
+
} catch (e) {
|
|
63
|
+
if (e.code === 'ENOENT') {
|
|
64
|
+
log.warn('chdir', dir + ' is not a directory')
|
|
65
|
+
} else {
|
|
66
|
+
log.warn('chdir', 'error during chdir() "%s"', e.message)
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
async function run () {
|
|
72
|
+
const command = prog.todo.shift()
|
|
73
|
+
if (!command) {
|
|
74
|
+
// done!
|
|
75
|
+
completed = true
|
|
76
|
+
log.info('ok')
|
|
77
|
+
return
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
try {
|
|
81
|
+
const args = await prog.commands[command.name](command.args) ?? []
|
|
82
|
+
|
|
83
|
+
if (command.name === 'list') {
|
|
84
|
+
if (args.length) {
|
|
85
|
+
args.forEach((version) => log.stdout(version))
|
|
86
|
+
} else {
|
|
87
|
+
log.stdout('No node development files installed. Use `node-gyp install` to install a version.')
|
|
88
|
+
}
|
|
89
|
+
} else if (args.length >= 1) {
|
|
90
|
+
log.stdout(...args.slice(1))
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// now run the next command in the queue
|
|
94
|
+
return run()
|
|
95
|
+
} catch (err) {
|
|
96
|
+
log.error(command.name + ' error')
|
|
97
|
+
log.error('stack', err.stack)
|
|
98
|
+
errorMessage()
|
|
99
|
+
log.error('not ok')
|
|
100
|
+
return process.exit(1)
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
process.on('exit', function (code) {
|
|
105
|
+
if (!completed && !code) {
|
|
106
|
+
log.error('Completion callback never invoked!')
|
|
107
|
+
issueMessage()
|
|
108
|
+
process.exit(6)
|
|
109
|
+
}
|
|
110
|
+
})
|
|
111
|
+
|
|
112
|
+
process.on('uncaughtException', function (err) {
|
|
113
|
+
log.error('UNCAUGHT EXCEPTION')
|
|
114
|
+
log.error('stack', err.stack)
|
|
115
|
+
issueMessage()
|
|
116
|
+
process.exit(7)
|
|
117
|
+
})
|
|
118
|
+
|
|
119
|
+
function errorMessage () {
|
|
120
|
+
// copied from npm's lib/utils/error-handler.js
|
|
121
|
+
const os = require('os')
|
|
122
|
+
log.error('System', os.type() + ' ' + os.release())
|
|
123
|
+
log.error('command', process.argv
|
|
124
|
+
.map(JSON.stringify).join(' '))
|
|
125
|
+
log.error('cwd', process.cwd())
|
|
126
|
+
log.error('node -v', process.version)
|
|
127
|
+
log.error('node-gyp -v', 'v' + prog.package.version)
|
|
128
|
+
// print the npm package version
|
|
129
|
+
for (const env of ['npm_package_name', 'npm_package_version']) {
|
|
130
|
+
const value = process.env[env]
|
|
131
|
+
if (value != null) {
|
|
132
|
+
log.error(`$${env}`, value)
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
function issueMessage () {
|
|
138
|
+
errorMessage()
|
|
139
|
+
log.error('', ['Node-gyp failed to build your package.',
|
|
140
|
+
'Try to update npm and/or node-gyp and if it does not help file an issue with the package author.'
|
|
141
|
+
].join('\n'))
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// start running the given commands!
|
|
145
|
+
run()
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Copyright (c) 2020 Node.js contributors. All rights reserved.
|
|
2
|
+
Copyright (c) 2009 Google Inc. All rights reserved.
|
|
3
|
+
|
|
4
|
+
Redistribution and use in source and binary forms, with or without
|
|
5
|
+
modification, are permitted provided that the following conditions are
|
|
6
|
+
met:
|
|
7
|
+
|
|
8
|
+
* Redistributions of source code must retain the above copyright
|
|
9
|
+
notice, this list of conditions and the following disclaimer.
|
|
10
|
+
* Redistributions in binary form must reproduce the above
|
|
11
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
12
|
+
in the documentation and/or other materials provided with the
|
|
13
|
+
distribution.
|
|
14
|
+
* Neither the name of Google Inc. nor the names of its
|
|
15
|
+
contributors may be used to endorse or promote products derived from
|
|
16
|
+
this software without specific prior written permission.
|
|
17
|
+
|
|
18
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
19
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
20
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
21
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
22
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
23
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
24
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
25
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
26
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
27
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
28
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Copyright (c) 2013 Google Inc. All rights reserved.
|
|
2
|
+
// Use of this source code is governed by a BSD-style license that can be
|
|
3
|
+
// found in the LICENSE file.
|
|
4
|
+
|
|
5
|
+
// This file is used to generate an empty .pdb -- with a 4KB pagesize -- that is
|
|
6
|
+
// then used during the final link for modules that have large PDBs. Otherwise,
|
|
7
|
+
// the linker will generate a pdb with a page size of 1KB, which imposes a limit
|
|
8
|
+
// of 1GB on the .pdb. By generating an initial empty .pdb with the compiler
|
|
9
|
+
// (rather than the linker), this limit is avoided. With this in place PDBs may
|
|
10
|
+
// grow to 2GB.
|
|
11
|
+
//
|
|
12
|
+
// This file is referenced by the msvs_large_pdb mechanism in MSVSUtil.py.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
|
|
3
|
+
# Copyright (c) 2009 Google Inc. All rights reserved.
|
|
4
|
+
# Use of this source code is governed by a BSD-style license that can be
|
|
5
|
+
# found in the LICENSE file.
|
|
6
|
+
|
|
7
|
+
import os
|
|
8
|
+
import subprocess
|
|
9
|
+
import sys
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
def IsCygwin():
|
|
13
|
+
# Function copied from pylib/gyp/common.py
|
|
14
|
+
try:
|
|
15
|
+
out = subprocess.Popen(
|
|
16
|
+
"uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT
|
|
17
|
+
)
|
|
18
|
+
stdout, _ = out.communicate()
|
|
19
|
+
return "CYGWIN" in stdout.decode("utf-8")
|
|
20
|
+
except Exception:
|
|
21
|
+
return False
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def UnixifyPath(path):
|
|
25
|
+
try:
|
|
26
|
+
if not IsCygwin():
|
|
27
|
+
return path
|
|
28
|
+
out = subprocess.Popen(
|
|
29
|
+
["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT
|
|
30
|
+
)
|
|
31
|
+
stdout, _ = out.communicate()
|
|
32
|
+
return stdout.decode("utf-8")
|
|
33
|
+
except Exception:
|
|
34
|
+
return path
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# Make sure we're using the version of pylib in this repo, not one installed
|
|
38
|
+
# elsewhere on the system. Also convert to Unix style path on Cygwin systems,
|
|
39
|
+
# else the 'gyp' library will not be found
|
|
40
|
+
path = UnixifyPath(sys.argv[0])
|
|
41
|
+
sys.path.insert(0, os.path.join(os.path.dirname(path), "pylib"))
|
|
42
|
+
import gyp # noqa: E402
|
|
43
|
+
|
|
44
|
+
if __name__ == "__main__":
|
|
45
|
+
sys.exit(gyp.script_main())
|