@cloudbase/manager-node 4.3.0 → 4.3.2
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/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/.ready +0 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/.travis.yml +103 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/ISSUE_TEMPLATE.md +8 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/LICENSE +22 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/Readme.md +78 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/binding.gyp +21 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/fsevents.cc +88 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/fsevents.js +108 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/install.js +13 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/package.json +34 -0
- package/.yarn/unplugged/fsevents-patch-61ccaa93a2/node_modules/fsevents/vfs.js +76 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/.eslintrc.js +20 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/.prettierrc +4 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/.ready +0 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/CHANGELOG.md +310 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/LICENSE +21 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/README.md +344 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/husky.js +15 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/checkGitDirEnv.js +13 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/debug.js +8 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/getConf.js +15 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/bin.js +48 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/getScript.js +106 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/gitRevParse.js +29 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/index.js +151 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/installer/is.js +24 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/runner/bin.js +16 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/runner/index.js +84 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/upgrader/bin.js +8 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/lib/upgrader/index.js +65 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/package.json +114 -0
- package/.yarn/unplugged/husky-npm-3.1.0-5cc13e4e34/node_modules/husky/run.js +14 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/.github/workflows/ci.yml +52 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/.ready +0 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/CHANGELOG.md +577 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/CMakeLists.txt +138 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/LICENSE.md +9 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/README.md +455 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/asyncworker.md +146 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/buffers.md +54 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/callback.md +76 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/converters.md +41 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/errors.md +226 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/json.md +62 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/maybe_types.md +583 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/methods.md +672 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/new.md +147 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/node_misc.md +123 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/object_wrappers.md +263 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/persistent.md +296 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/scopes.md +73 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/script.md +58 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/string_bytes.md +62 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/v8_internals.md +199 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/doc/v8_misc.md +85 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/include_dirs.js +1 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan.h +3049 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_callbacks.h +128 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_callbacks_12_inl.h +676 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_callbacks_pre_12_inl.h +520 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_converters.h +72 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_converters_43_inl.h +68 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_converters_pre_43_inl.h +42 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_define_own_property_helper.h +29 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_implementation_12_inl.h +430 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_implementation_pre_12_inl.h +263 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_json.h +166 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_maybe_43_inl.h +356 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_maybe_pre_43_inl.h +268 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_new.h +340 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_object_wrap.h +156 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_persistent_12_inl.h +132 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_persistent_pre_12_inl.h +242 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_private.h +73 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_scriptorigin.h +95 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_string_bytes.h +305 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_typedarray_contents.h +96 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/nan_weak.h +437 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/package.json +38 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/tools/1to2.js +412 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/tools/README.md +14 -0
- package/.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/tools/package.json +19 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/.ready +0 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/.release-please-manifest.json +3 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/CHANGELOG.md +1053 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/CODE_OF_CONDUCT.md +4 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/CONTRIBUTING.md +34 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/LICENSE +24 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/README.md +273 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/SECURITY.md +2 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/addon.gypi +204 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/bin/node-gyp.js +138 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/eslint.config.js +3 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/.release-please-manifest.json +3 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/LICENSE +28 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/data/ninja/build.ninja +4 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/gyp +8 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/gyp.bat +5 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/gyp_main.py +45 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +365 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +206 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1272 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1547 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +59 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +152 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +270 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +574 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +704 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/common.py +709 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +173 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +169 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +113 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +55 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +805 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1172 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1319 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +128 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +104 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +462 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +89 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +56 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2745 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3976 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +44 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2965 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +67 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1391 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +26 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/input.py +3112 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +99 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +767 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1260 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +174 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +61 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +373 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1939 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py +54 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +303 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +3196 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +65 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/LICENSE +3 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE +177 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD +23 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/__init__.py +15 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py +108 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py +252 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py +83 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_parser.py +359 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_structures.py +61 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py +192 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/markers.py +252 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/metadata.py +825 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/py.typed +0 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/requirements.py +90 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py +1030 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/tags.py +553 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/utils.py +172 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pylib/packaging/version.py +563 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/pyproject.toml +115 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/release-please-config.json +11 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/gyp/test_gyp.py +261 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/Find-VisualStudio.cs +250 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/build.js +230 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/clean.js +15 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/configure.js +328 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/create-config-gypi.js +153 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/download.js +39 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/find-node-directory.js +63 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/find-python.js +310 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/find-visualstudio.js +600 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/install.js +415 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/list.js +26 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/log.js +168 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/node-gyp.js +188 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/process-release.js +146 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/rebuild.js +12 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/remove.js +43 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/lib/util.js +81 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/macOS_Catalina_acid_test.sh +21 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/package.json +52 -0
- package/.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/release-please-config.json +40 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/.prettierrc +4 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/.ready +0 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/CHANGELOG.md +286 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/LICENSE +21 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/README.md +457 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/index.js +52 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/lib/checkGrowl.js +24 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/lib/utils.js +515 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/balloon.js +156 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/growl.js +76 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/notificationcenter.js +100 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/notifysend.js +94 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/notifiers/toaster.js +100 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/package.json +72 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist +63 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo +1 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +29 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/notifu/notifu.exe +0 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/notifu/notifu64.exe +0 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/snoreToast/LICENSE +165 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/snoreToast/SnoreToast.exe +0 -0
- package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/vendor/terminal-notifier-LICENSE +9 -0
- package/lib/cloudrun/index.js +216 -4
- package/lib/utils/index.js +37 -10
- package/package.json +1 -1
- package/types/cloudrun/index.d.ts +31 -1
|
@@ -0,0 +1,412 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/*********************************************************************
|
|
3
|
+
* NAN - Native Abstractions for Node.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) 2018 NAN contributors
|
|
6
|
+
*
|
|
7
|
+
* MIT License <https://github.com/nodejs/nan/blob/master/LICENSE.md>
|
|
8
|
+
********************************************************************/
|
|
9
|
+
|
|
10
|
+
var commander = require('commander'),
|
|
11
|
+
fs = require('fs'),
|
|
12
|
+
glob = require('glob'),
|
|
13
|
+
groups = [],
|
|
14
|
+
total = 0,
|
|
15
|
+
warning1 = '/* ERROR: Rewrite using Buffer */\n',
|
|
16
|
+
warning2 = '\\/\\* ERROR\\: Rewrite using Buffer \\*\\/\\n',
|
|
17
|
+
length,
|
|
18
|
+
i;
|
|
19
|
+
|
|
20
|
+
fs.readFile(__dirname + '/package.json', 'utf8', function (err, data) {
|
|
21
|
+
if (err) {
|
|
22
|
+
throw err;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
commander
|
|
26
|
+
.version(JSON.parse(data).version)
|
|
27
|
+
.usage('[options] <file ...>')
|
|
28
|
+
.parse(process.argv);
|
|
29
|
+
|
|
30
|
+
if (!process.argv.slice(2).length) {
|
|
31
|
+
commander.outputHelp();
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
/* construct strings representing regular expressions
|
|
36
|
+
each expression contains a unique group allowing for identification of the match
|
|
37
|
+
the index of this key group, relative to the regular expression in question,
|
|
38
|
+
is indicated by the first array member */
|
|
39
|
+
|
|
40
|
+
/* simple substistutions, key group is the entire match, 0 */
|
|
41
|
+
groups.push([0, [
|
|
42
|
+
'_NAN_',
|
|
43
|
+
'NODE_SET_METHOD',
|
|
44
|
+
'NODE_SET_PROTOTYPE_METHOD',
|
|
45
|
+
'NanAsciiString',
|
|
46
|
+
'NanEscapeScope',
|
|
47
|
+
'NanReturnValue',
|
|
48
|
+
'NanUcs2String'].join('|')]);
|
|
49
|
+
|
|
50
|
+
/* substitutions of parameterless macros, key group is 1 */
|
|
51
|
+
groups.push([1, ['(', [
|
|
52
|
+
'NanEscapableScope',
|
|
53
|
+
'NanReturnNull',
|
|
54
|
+
'NanReturnUndefined',
|
|
55
|
+
'NanScope'].join('|'), ')\\(\\)'].join('')]);
|
|
56
|
+
|
|
57
|
+
/* replace TryCatch with NanTryCatch once, gobbling possible namespace, key group 2 */
|
|
58
|
+
groups.push([2, '(?:(?:v8\\:\\:)?|(Nan)?)(TryCatch)']);
|
|
59
|
+
|
|
60
|
+
/* NanNew("string") will likely not fail a ToLocalChecked(), key group 1 */
|
|
61
|
+
groups.push([1, ['(NanNew)', '(\\("[^\\"]*"[^\\)]*\\))(?!\\.ToLocalChecked\\(\\))'].join('')]);
|
|
62
|
+
|
|
63
|
+
/* Removed v8 APIs, warn that the code needs rewriting using node::Buffer, key group 2 */
|
|
64
|
+
groups.push([2, ['(', warning2, ')?', '^.*?(', [
|
|
65
|
+
'GetIndexedPropertiesExternalArrayDataLength',
|
|
66
|
+
'GetIndexedPropertiesExternalArrayData',
|
|
67
|
+
'GetIndexedPropertiesExternalArrayDataType',
|
|
68
|
+
'GetIndexedPropertiesPixelData',
|
|
69
|
+
'GetIndexedPropertiesPixelDataLength',
|
|
70
|
+
'HasIndexedPropertiesInExternalArrayData',
|
|
71
|
+
'HasIndexedPropertiesInPixelData',
|
|
72
|
+
'SetIndexedPropertiesToExternalArrayData',
|
|
73
|
+
'SetIndexedPropertiesToPixelData'].join('|'), ')'].join('')]);
|
|
74
|
+
|
|
75
|
+
/* No need for NanScope in V8-exposed methods, key group 2 */
|
|
76
|
+
groups.push([2, ['((', [
|
|
77
|
+
'NAN_METHOD',
|
|
78
|
+
'NAN_GETTER',
|
|
79
|
+
'NAN_SETTER',
|
|
80
|
+
'NAN_PROPERTY_GETTER',
|
|
81
|
+
'NAN_PROPERTY_SETTER',
|
|
82
|
+
'NAN_PROPERTY_ENUMERATOR',
|
|
83
|
+
'NAN_PROPERTY_DELETER',
|
|
84
|
+
'NAN_PROPERTY_QUERY',
|
|
85
|
+
'NAN_INDEX_GETTER',
|
|
86
|
+
'NAN_INDEX_SETTER',
|
|
87
|
+
'NAN_INDEX_ENUMERATOR',
|
|
88
|
+
'NAN_INDEX_DELETER',
|
|
89
|
+
'NAN_INDEX_QUERY'].join('|'), ')\\([^\\)]*\\)\\s*\\{)\\s*NanScope\\(\\)\\s*;'].join('')]);
|
|
90
|
+
|
|
91
|
+
/* v8::Value::ToXXXXXXX returns v8::MaybeLocal<T>, key group 3 */
|
|
92
|
+
groups.push([3, ['([\\s\\(\\)])([^\\s\\(\\)]+)->(', [
|
|
93
|
+
'Boolean',
|
|
94
|
+
'Number',
|
|
95
|
+
'String',
|
|
96
|
+
'Object',
|
|
97
|
+
'Integer',
|
|
98
|
+
'Uint32',
|
|
99
|
+
'Int32'].join('|'), ')\\('].join('')]);
|
|
100
|
+
|
|
101
|
+
/* v8::Value::XXXXXXXValue returns v8::Maybe<T>, key group 3 */
|
|
102
|
+
groups.push([3, ['([\\s\\(\\)])([^\\s\\(\\)]+)->((?:', [
|
|
103
|
+
'Boolean',
|
|
104
|
+
'Number',
|
|
105
|
+
'Integer',
|
|
106
|
+
'Uint32',
|
|
107
|
+
'Int32'].join('|'), ')Value)\\('].join('')]);
|
|
108
|
+
|
|
109
|
+
/* NAN_WEAK_CALLBACK macro was removed, write out callback definition, key group 1 */
|
|
110
|
+
groups.push([1, '(NAN_WEAK_CALLBACK)\\(([^\\s\\)]+)\\)']);
|
|
111
|
+
|
|
112
|
+
/* node::ObjectWrap and v8::Persistent have been replaced with Nan implementations, key group 1 */
|
|
113
|
+
groups.push([1, ['(', [
|
|
114
|
+
'NanDisposePersistent',
|
|
115
|
+
'NanObjectWrapHandle'].join('|'), ')\\s*\\(\\s*([^\\s\\)]+)'].join('')]);
|
|
116
|
+
|
|
117
|
+
/* Since NanPersistent there is no need for NanMakeWeakPersistent, key group 1 */
|
|
118
|
+
groups.push([1, '(NanMakeWeakPersistent)\\s*\\(\\s*([^\\s,]+)\\s*,\\s*']);
|
|
119
|
+
|
|
120
|
+
/* Many methods of v8::Object and others now return v8::MaybeLocal<T>, key group 3 */
|
|
121
|
+
groups.push([3, ['([\\s])([^\\s]+)->(', [
|
|
122
|
+
'GetEndColumn',
|
|
123
|
+
'GetFunction',
|
|
124
|
+
'GetLineNumber',
|
|
125
|
+
'NewInstance',
|
|
126
|
+
'GetPropertyNames',
|
|
127
|
+
'GetOwnPropertyNames',
|
|
128
|
+
'GetSourceLine',
|
|
129
|
+
'GetStartColumn',
|
|
130
|
+
'ObjectProtoToString',
|
|
131
|
+
'ToArrayIndex',
|
|
132
|
+
'ToDetailString',
|
|
133
|
+
'CallAsConstructor',
|
|
134
|
+
'CallAsFunction',
|
|
135
|
+
'CloneElementAt',
|
|
136
|
+
'Delete',
|
|
137
|
+
'ForceSet',
|
|
138
|
+
'Get',
|
|
139
|
+
'GetPropertyAttributes',
|
|
140
|
+
'GetRealNamedProperty',
|
|
141
|
+
'GetRealNamedPropertyInPrototypeChain',
|
|
142
|
+
'Has',
|
|
143
|
+
'HasOwnProperty',
|
|
144
|
+
'HasRealIndexedProperty',
|
|
145
|
+
'HasRealNamedCallbackProperty',
|
|
146
|
+
'HasRealNamedProperty',
|
|
147
|
+
'Set',
|
|
148
|
+
'SetAccessor',
|
|
149
|
+
'SetIndexedPropertyHandler',
|
|
150
|
+
'SetNamedPropertyHandler',
|
|
151
|
+
'SetPrototype'].join('|'), ')\\('].join('')]);
|
|
152
|
+
|
|
153
|
+
/* You should get an error if any of these fail anyways,
|
|
154
|
+
or handle the error better, it is indicated either way, key group 2 */
|
|
155
|
+
groups.push([2, ['NanNew(<(?:v8\\:\\:)?(', ['Date', 'String', 'RegExp'].join('|'), ')>)(\\([^\\)]*\\))(?!\\.ToLocalChecked\\(\\))'].join('')]);
|
|
156
|
+
|
|
157
|
+
/* v8::Value::Equals now returns a v8::Maybe, key group 3 */
|
|
158
|
+
groups.push([3, '([\\s\\(\\)])([^\\s\\(\\)]+)->(Equals)\\(([^\\s\\)]+)']);
|
|
159
|
+
|
|
160
|
+
/* NanPersistent makes this unnecessary, key group 1 */
|
|
161
|
+
groups.push([1, '(NanAssignPersistent)(?:<v8\\:\\:[^>]+>)?\\(([^,]+),\\s*']);
|
|
162
|
+
|
|
163
|
+
/* args has been renamed to info, key group 2 */
|
|
164
|
+
groups.push([2, '(\\W)(args)(\\W)'])
|
|
165
|
+
|
|
166
|
+
/* node::ObjectWrap was replaced with NanObjectWrap, key group 2 */
|
|
167
|
+
groups.push([2, '(\\W)(?:node\\:\\:)?(ObjectWrap)(\\W)']);
|
|
168
|
+
|
|
169
|
+
/* v8::Persistent was replaced with NanPersistent, key group 2 */
|
|
170
|
+
groups.push([2, '(\\W)(?:v8\\:\\:)?(Persistent)(\\W)']);
|
|
171
|
+
|
|
172
|
+
/* counts the number of capturing groups in a well-formed regular expression,
|
|
173
|
+
ignoring non-capturing groups and escaped parentheses */
|
|
174
|
+
function groupcount(s) {
|
|
175
|
+
var positive = s.match(/\((?!\?)/g),
|
|
176
|
+
negative = s.match(/\\\(/g);
|
|
177
|
+
return (positive ? positive.length : 0) - (negative ? negative.length : 0);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/* compute the absolute position of each key group in the joined master RegExp */
|
|
181
|
+
for (i = 1, length = groups.length; i < length; i++) {
|
|
182
|
+
total += groupcount(groups[i - 1][1]);
|
|
183
|
+
groups[i][0] += total;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* create the master RegExp, which is the union of all the groups' expressions */
|
|
187
|
+
master = new RegExp(groups.map(function (a) { return a[1]; }).join('|'), 'gm');
|
|
188
|
+
|
|
189
|
+
/* replacement function for String.replace, receives 21 arguments */
|
|
190
|
+
function replace() {
|
|
191
|
+
/* simple expressions */
|
|
192
|
+
switch (arguments[groups[0][0]]) {
|
|
193
|
+
case '_NAN_':
|
|
194
|
+
return 'NAN_';
|
|
195
|
+
case 'NODE_SET_METHOD':
|
|
196
|
+
return 'NanSetMethod';
|
|
197
|
+
case 'NODE_SET_PROTOTYPE_METHOD':
|
|
198
|
+
return 'NanSetPrototypeMethod';
|
|
199
|
+
case 'NanAsciiString':
|
|
200
|
+
return 'NanUtf8String';
|
|
201
|
+
case 'NanEscapeScope':
|
|
202
|
+
return 'scope.Escape';
|
|
203
|
+
case 'NanReturnNull':
|
|
204
|
+
return 'info.GetReturnValue().SetNull';
|
|
205
|
+
case 'NanReturnValue':
|
|
206
|
+
return 'info.GetReturnValue().Set';
|
|
207
|
+
case 'NanUcs2String':
|
|
208
|
+
return 'v8::String::Value';
|
|
209
|
+
default:
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/* macros without arguments */
|
|
213
|
+
switch (arguments[groups[1][0]]) {
|
|
214
|
+
case 'NanEscapableScope':
|
|
215
|
+
return 'NanEscapableScope scope'
|
|
216
|
+
case 'NanReturnUndefined':
|
|
217
|
+
return 'return';
|
|
218
|
+
case 'NanScope':
|
|
219
|
+
return 'NanScope scope';
|
|
220
|
+
default:
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
/* TryCatch, emulate negative backref */
|
|
224
|
+
if (arguments[groups[2][0]] === 'TryCatch') {
|
|
225
|
+
return arguments[groups[2][0] - 1] ? arguments[0] : 'NanTryCatch';
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/* NanNew("foo") --> NanNew("foo").ToLocalChecked() */
|
|
229
|
+
if (arguments[groups[3][0]] === 'NanNew') {
|
|
230
|
+
return [arguments[0], '.ToLocalChecked()'].join('');
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/* insert warning for removed functions as comment on new line above */
|
|
234
|
+
switch (arguments[groups[4][0]]) {
|
|
235
|
+
case 'GetIndexedPropertiesExternalArrayData':
|
|
236
|
+
case 'GetIndexedPropertiesExternalArrayDataLength':
|
|
237
|
+
case 'GetIndexedPropertiesExternalArrayDataType':
|
|
238
|
+
case 'GetIndexedPropertiesPixelData':
|
|
239
|
+
case 'GetIndexedPropertiesPixelDataLength':
|
|
240
|
+
case 'HasIndexedPropertiesInExternalArrayData':
|
|
241
|
+
case 'HasIndexedPropertiesInPixelData':
|
|
242
|
+
case 'SetIndexedPropertiesToExternalArrayData':
|
|
243
|
+
case 'SetIndexedPropertiesToPixelData':
|
|
244
|
+
return arguments[groups[4][0] - 1] ? arguments[0] : [warning1, arguments[0]].join('');
|
|
245
|
+
default:
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/* remove unnecessary NanScope() */
|
|
249
|
+
switch (arguments[groups[5][0]]) {
|
|
250
|
+
case 'NAN_GETTER':
|
|
251
|
+
case 'NAN_METHOD':
|
|
252
|
+
case 'NAN_SETTER':
|
|
253
|
+
case 'NAN_INDEX_DELETER':
|
|
254
|
+
case 'NAN_INDEX_ENUMERATOR':
|
|
255
|
+
case 'NAN_INDEX_GETTER':
|
|
256
|
+
case 'NAN_INDEX_QUERY':
|
|
257
|
+
case 'NAN_INDEX_SETTER':
|
|
258
|
+
case 'NAN_PROPERTY_DELETER':
|
|
259
|
+
case 'NAN_PROPERTY_ENUMERATOR':
|
|
260
|
+
case 'NAN_PROPERTY_GETTER':
|
|
261
|
+
case 'NAN_PROPERTY_QUERY':
|
|
262
|
+
case 'NAN_PROPERTY_SETTER':
|
|
263
|
+
return arguments[groups[5][0] - 1];
|
|
264
|
+
default:
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/* Value conversion */
|
|
268
|
+
switch (arguments[groups[6][0]]) {
|
|
269
|
+
case 'Boolean':
|
|
270
|
+
case 'Int32':
|
|
271
|
+
case 'Integer':
|
|
272
|
+
case 'Number':
|
|
273
|
+
case 'Object':
|
|
274
|
+
case 'String':
|
|
275
|
+
case 'Uint32':
|
|
276
|
+
return [arguments[groups[6][0] - 2], 'NanTo<v8::', arguments[groups[6][0]], '>(', arguments[groups[6][0] - 1]].join('');
|
|
277
|
+
default:
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/* other value conversion */
|
|
281
|
+
switch (arguments[groups[7][0]]) {
|
|
282
|
+
case 'BooleanValue':
|
|
283
|
+
return [arguments[groups[7][0] - 2], 'NanTo<bool>(', arguments[groups[7][0] - 1]].join('');
|
|
284
|
+
case 'Int32Value':
|
|
285
|
+
return [arguments[groups[7][0] - 2], 'NanTo<int32_t>(', arguments[groups[7][0] - 1]].join('');
|
|
286
|
+
case 'IntegerValue':
|
|
287
|
+
return [arguments[groups[7][0] - 2], 'NanTo<int64_t>(', arguments[groups[7][0] - 1]].join('');
|
|
288
|
+
case 'Uint32Value':
|
|
289
|
+
return [arguments[groups[7][0] - 2], 'NanTo<uint32_t>(', arguments[groups[7][0] - 1]].join('');
|
|
290
|
+
default:
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
/* NAN_WEAK_CALLBACK */
|
|
294
|
+
if (arguments[groups[8][0]] === 'NAN_WEAK_CALLBACK') {
|
|
295
|
+
return ['template<typename T>\nvoid ',
|
|
296
|
+
arguments[groups[8][0] + 1], '(const NanWeakCallbackInfo<T> &data)'].join('');
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/* use methods on NAN classes instead */
|
|
300
|
+
switch (arguments[groups[9][0]]) {
|
|
301
|
+
case 'NanDisposePersistent':
|
|
302
|
+
return [arguments[groups[9][0] + 1], '.Reset('].join('');
|
|
303
|
+
case 'NanObjectWrapHandle':
|
|
304
|
+
return [arguments[groups[9][0] + 1], '->handle('].join('');
|
|
305
|
+
default:
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/* use method on NanPersistent instead */
|
|
309
|
+
if (arguments[groups[10][0]] === 'NanMakeWeakPersistent') {
|
|
310
|
+
return arguments[groups[10][0] + 1] + '.SetWeak(';
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/* These return Maybes, the upper ones take no arguments */
|
|
314
|
+
switch (arguments[groups[11][0]]) {
|
|
315
|
+
case 'GetEndColumn':
|
|
316
|
+
case 'GetFunction':
|
|
317
|
+
case 'GetLineNumber':
|
|
318
|
+
case 'GetOwnPropertyNames':
|
|
319
|
+
case 'GetPropertyNames':
|
|
320
|
+
case 'GetSourceLine':
|
|
321
|
+
case 'GetStartColumn':
|
|
322
|
+
case 'NewInstance':
|
|
323
|
+
case 'ObjectProtoToString':
|
|
324
|
+
case 'ToArrayIndex':
|
|
325
|
+
case 'ToDetailString':
|
|
326
|
+
return [arguments[groups[11][0] - 2], 'Nan', arguments[groups[11][0]], '(', arguments[groups[11][0] - 1]].join('');
|
|
327
|
+
case 'CallAsConstructor':
|
|
328
|
+
case 'CallAsFunction':
|
|
329
|
+
case 'CloneElementAt':
|
|
330
|
+
case 'Delete':
|
|
331
|
+
case 'ForceSet':
|
|
332
|
+
case 'Get':
|
|
333
|
+
case 'GetPropertyAttributes':
|
|
334
|
+
case 'GetRealNamedProperty':
|
|
335
|
+
case 'GetRealNamedPropertyInPrototypeChain':
|
|
336
|
+
case 'Has':
|
|
337
|
+
case 'HasOwnProperty':
|
|
338
|
+
case 'HasRealIndexedProperty':
|
|
339
|
+
case 'HasRealNamedCallbackProperty':
|
|
340
|
+
case 'HasRealNamedProperty':
|
|
341
|
+
case 'Set':
|
|
342
|
+
case 'SetAccessor':
|
|
343
|
+
case 'SetIndexedPropertyHandler':
|
|
344
|
+
case 'SetNamedPropertyHandler':
|
|
345
|
+
case 'SetPrototype':
|
|
346
|
+
return [arguments[groups[11][0] - 2], 'Nan', arguments[groups[11][0]], '(', arguments[groups[11][0] - 1], ', '].join('');
|
|
347
|
+
default:
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
/* Automatic ToLocalChecked(), take it or leave it */
|
|
351
|
+
switch (arguments[groups[12][0]]) {
|
|
352
|
+
case 'Date':
|
|
353
|
+
case 'String':
|
|
354
|
+
case 'RegExp':
|
|
355
|
+
return ['NanNew', arguments[groups[12][0] - 1], arguments[groups[12][0] + 1], '.ToLocalChecked()'].join('');
|
|
356
|
+
default:
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
/* NanEquals is now required for uniformity */
|
|
360
|
+
if (arguments[groups[13][0]] === 'Equals') {
|
|
361
|
+
return [arguments[groups[13][0] - 1], 'NanEquals(', arguments[groups[13][0] - 1], ', ', arguments[groups[13][0] + 1]].join('');
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/* use method on replacement class instead */
|
|
365
|
+
if (arguments[groups[14][0]] === 'NanAssignPersistent') {
|
|
366
|
+
return [arguments[groups[14][0] + 1], '.Reset('].join('');
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/* args --> info */
|
|
370
|
+
if (arguments[groups[15][0]] === 'args') {
|
|
371
|
+
return [arguments[groups[15][0] - 1], 'info', arguments[groups[15][0] + 1]].join('');
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/* ObjectWrap --> NanObjectWrap */
|
|
375
|
+
if (arguments[groups[16][0]] === 'ObjectWrap') {
|
|
376
|
+
return [arguments[groups[16][0] - 1], 'NanObjectWrap', arguments[groups[16][0] + 1]].join('');
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
/* Persistent --> NanPersistent */
|
|
380
|
+
if (arguments[groups[17][0]] === 'Persistent') {
|
|
381
|
+
return [arguments[groups[17][0] - 1], 'NanPersistent', arguments[groups[17][0] + 1]].join('');
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
/* This should not happen. A switch is probably missing a case if it does. */
|
|
385
|
+
throw 'Unhandled match: ' + arguments[0];
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
/* reads a file, runs replacement and writes it back */
|
|
389
|
+
function processFile(file) {
|
|
390
|
+
fs.readFile(file, {encoding: 'utf8'}, function (err, data) {
|
|
391
|
+
if (err) {
|
|
392
|
+
throw err;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
/* run replacement twice, might need more runs */
|
|
396
|
+
fs.writeFile(file, data.replace(master, replace).replace(master, replace), function (err) {
|
|
397
|
+
if (err) {
|
|
398
|
+
throw err;
|
|
399
|
+
}
|
|
400
|
+
});
|
|
401
|
+
});
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
/* process file names from command line and process the identified files */
|
|
405
|
+
for (i = 2, length = process.argv.length; i < length; i++) {
|
|
406
|
+
glob(process.argv[i], function (err, matches) {
|
|
407
|
+
if (err) {
|
|
408
|
+
throw err;
|
|
409
|
+
}
|
|
410
|
+
matches.forEach(processFile);
|
|
411
|
+
});
|
|
412
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
1to2 naively converts source code files from NAN 1 to NAN 2. There will be erroneous conversions,
|
|
2
|
+
false positives and missed opportunities. The input files are rewritten in place. Make sure that
|
|
3
|
+
you have backups. You will have to manually review the changes afterwards and do some touchups.
|
|
4
|
+
|
|
5
|
+
```sh
|
|
6
|
+
$ tools/1to2.js
|
|
7
|
+
|
|
8
|
+
Usage: 1to2 [options] <file ...>
|
|
9
|
+
|
|
10
|
+
Options:
|
|
11
|
+
|
|
12
|
+
-h, --help output usage information
|
|
13
|
+
-V, --version output the version number
|
|
14
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "1to2",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "NAN 1 -> 2 Migration Script",
|
|
5
|
+
"main": "1to2.js",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git://github.com/nodejs/nan.git"
|
|
9
|
+
},
|
|
10
|
+
"contributors": [
|
|
11
|
+
"Benjamin Byholm <bbyholm@abo.fi> (https://github.com/kkoopa/)",
|
|
12
|
+
"Mathias Küsel (https://github.com/mathiask88/)"
|
|
13
|
+
],
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"glob": "~5.0.10",
|
|
16
|
+
"commander": "~2.8.1"
|
|
17
|
+
},
|
|
18
|
+
"license": "MIT"
|
|
19
|
+
}
|
|
File without changes
|