@cloudbase/manager-node 4.2.12 → 4.3.1
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 +157 -0
- package/lib/cloudrun/type.js +14 -0
- package/lib/environment.js +5 -0
- package/lib/index.js +3 -0
- package/lib/utils/http-request.js +2 -2
- package/lib/utils/index.js +72 -6
- package/package.json +12 -3
- package/scripts/link.js +98 -0
- package/tsconfig.json +2 -1
- package/types/cloudrun/index.d.ts +81 -0
- package/types/cloudrun/type.d.ts +315 -0
- package/types/environment.d.ts +3 -0
- package/types/index.d.ts +2 -0
- package/types/utils/http-request.d.ts +2 -2
- package/types/utils/index.d.ts +18 -3
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Wrapper for the growly module
|
|
3
|
+
*/
|
|
4
|
+
var checkGrowl = require('../lib/checkGrowl');
|
|
5
|
+
var utils = require('../lib/utils');
|
|
6
|
+
var growly = require('growly');
|
|
7
|
+
|
|
8
|
+
var EventEmitter = require('events').EventEmitter;
|
|
9
|
+
var util = require('util');
|
|
10
|
+
|
|
11
|
+
var errorMessageNotFound =
|
|
12
|
+
"Couldn't connect to growl (might be used as a fallback). Make sure it is running";
|
|
13
|
+
|
|
14
|
+
module.exports = Growl;
|
|
15
|
+
|
|
16
|
+
var hasGrowl = void 0;
|
|
17
|
+
|
|
18
|
+
function Growl(options) {
|
|
19
|
+
options = utils.clone(options || {});
|
|
20
|
+
if (!(this instanceof Growl)) {
|
|
21
|
+
return new Growl(options);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
growly.appname = options.name || 'Node';
|
|
25
|
+
this.options = options;
|
|
26
|
+
|
|
27
|
+
EventEmitter.call(this);
|
|
28
|
+
}
|
|
29
|
+
util.inherits(Growl, EventEmitter);
|
|
30
|
+
|
|
31
|
+
Growl.prototype.notify = function(options, callback) {
|
|
32
|
+
growly.setHost(this.options.host, this.options.port);
|
|
33
|
+
options = utils.clone(options || {});
|
|
34
|
+
|
|
35
|
+
if (typeof options === 'string') {
|
|
36
|
+
options = { title: 'node-notifier', message: options };
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
callback = utils.actionJackerDecorator(this, options, callback, function(
|
|
40
|
+
data
|
|
41
|
+
) {
|
|
42
|
+
if (data === 'click') {
|
|
43
|
+
return 'click';
|
|
44
|
+
}
|
|
45
|
+
if (data === 'timedout') {
|
|
46
|
+
return 'timeout';
|
|
47
|
+
}
|
|
48
|
+
return false;
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
options = utils.mapToGrowl(options);
|
|
52
|
+
|
|
53
|
+
if (!options.message) {
|
|
54
|
+
callback(new Error('Message is required.'));
|
|
55
|
+
return this;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
options.title = options.title || 'Node Notification:';
|
|
59
|
+
|
|
60
|
+
if (hasGrowl || !!options.wait) {
|
|
61
|
+
var localCallback = options.wait ? callback : noop;
|
|
62
|
+
growly.notify(options.message, options, localCallback);
|
|
63
|
+
if (!options.wait) callback();
|
|
64
|
+
return this;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
checkGrowl(growly, function(_, didHaveGrowl) {
|
|
68
|
+
hasGrowl = didHaveGrowl;
|
|
69
|
+
if (!didHaveGrowl) return callback(new Error(errorMessageNotFound));
|
|
70
|
+
growly.notify(options.message, options);
|
|
71
|
+
callback();
|
|
72
|
+
});
|
|
73
|
+
return this;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
function noop() {}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A Node.js wrapper for terminal-notify (with fallback).
|
|
3
|
+
*/
|
|
4
|
+
var utils = require('../lib/utils');
|
|
5
|
+
var Growl = require('./growl');
|
|
6
|
+
var path = require('path');
|
|
7
|
+
var notifier = path.join(
|
|
8
|
+
__dirname,
|
|
9
|
+
'../vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier'
|
|
10
|
+
);
|
|
11
|
+
|
|
12
|
+
var EventEmitter = require('events').EventEmitter;
|
|
13
|
+
var util = require('util');
|
|
14
|
+
|
|
15
|
+
var errorMessageOsX =
|
|
16
|
+
'You need Mac OS X 10.8 or above to use NotificationCenter,' +
|
|
17
|
+
' or use Growl fallback with constructor option {withFallback: true}.';
|
|
18
|
+
|
|
19
|
+
module.exports = NotificationCenter;
|
|
20
|
+
|
|
21
|
+
function NotificationCenter(options) {
|
|
22
|
+
options = utils.clone(options || {});
|
|
23
|
+
if (!(this instanceof NotificationCenter)) {
|
|
24
|
+
return new NotificationCenter(options);
|
|
25
|
+
}
|
|
26
|
+
this.options = options;
|
|
27
|
+
|
|
28
|
+
EventEmitter.call(this);
|
|
29
|
+
}
|
|
30
|
+
util.inherits(NotificationCenter, EventEmitter);
|
|
31
|
+
var activeId = null;
|
|
32
|
+
|
|
33
|
+
function noop() {}
|
|
34
|
+
NotificationCenter.prototype.notify = function(options, callback) {
|
|
35
|
+
var fallbackNotifier;
|
|
36
|
+
var id = identificator();
|
|
37
|
+
options = utils.clone(options || {});
|
|
38
|
+
activeId = id;
|
|
39
|
+
|
|
40
|
+
if (typeof options === 'string') {
|
|
41
|
+
options = { title: 'node-notifier', message: options };
|
|
42
|
+
}
|
|
43
|
+
callback = callback || noop;
|
|
44
|
+
|
|
45
|
+
if (typeof callback !== 'function') {
|
|
46
|
+
throw new TypeError(
|
|
47
|
+
'The second argument must be a function callback. You have passed ' +
|
|
48
|
+
typeof fn
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
var actionJackedCallback = utils.actionJackerDecorator(
|
|
53
|
+
this,
|
|
54
|
+
options,
|
|
55
|
+
callback,
|
|
56
|
+
function(data) {
|
|
57
|
+
if (activeId !== id) return false;
|
|
58
|
+
|
|
59
|
+
if (data === 'activate') {
|
|
60
|
+
return 'click';
|
|
61
|
+
}
|
|
62
|
+
if (data === 'timeout') {
|
|
63
|
+
return 'timeout';
|
|
64
|
+
}
|
|
65
|
+
if (data === 'replied') {
|
|
66
|
+
return 'replied';
|
|
67
|
+
}
|
|
68
|
+
return false;
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
|
|
72
|
+
options = utils.mapToMac(options);
|
|
73
|
+
|
|
74
|
+
if (!options.message && !options.group && !options.list && !options.remove) {
|
|
75
|
+
callback(new Error('Message, group, remove or list property is required.'));
|
|
76
|
+
return this;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
var argsList = utils.constructArgumentList(options);
|
|
80
|
+
if (utils.isMountainLion()) {
|
|
81
|
+
utils.fileCommandJson(
|
|
82
|
+
this.options.customPath || notifier,
|
|
83
|
+
argsList,
|
|
84
|
+
actionJackedCallback
|
|
85
|
+
);
|
|
86
|
+
return this;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
if (fallbackNotifier || !!this.options.withFallback) {
|
|
90
|
+
fallbackNotifier = fallbackNotifier || new Growl(this.options);
|
|
91
|
+
return fallbackNotifier.notify(options, callback);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
callback(new Error(errorMessageOsX));
|
|
95
|
+
return this;
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
function identificator() {
|
|
99
|
+
return { _ref: 'val' };
|
|
100
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Node.js wrapper for "notify-send".
|
|
3
|
+
*/
|
|
4
|
+
var os = require('os');
|
|
5
|
+
var which = require('which');
|
|
6
|
+
var utils = require('../lib/utils');
|
|
7
|
+
|
|
8
|
+
var EventEmitter = require('events').EventEmitter;
|
|
9
|
+
var util = require('util');
|
|
10
|
+
|
|
11
|
+
var notifier = 'notify-send';
|
|
12
|
+
var hasNotifier = void 0;
|
|
13
|
+
|
|
14
|
+
module.exports = NotifySend;
|
|
15
|
+
|
|
16
|
+
function NotifySend(options) {
|
|
17
|
+
options = utils.clone(options || {});
|
|
18
|
+
if (!(this instanceof NotifySend)) {
|
|
19
|
+
return new NotifySend(options);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
this.options = options;
|
|
23
|
+
|
|
24
|
+
EventEmitter.call(this);
|
|
25
|
+
}
|
|
26
|
+
util.inherits(NotifySend, EventEmitter);
|
|
27
|
+
|
|
28
|
+
function noop() {}
|
|
29
|
+
NotifySend.prototype.notify = function(options, callback) {
|
|
30
|
+
options = utils.clone(options || {});
|
|
31
|
+
callback = callback || noop;
|
|
32
|
+
|
|
33
|
+
if (typeof callback !== 'function') {
|
|
34
|
+
throw new TypeError(
|
|
35
|
+
'The second argument must be a function callback. You have passed ' +
|
|
36
|
+
typeof callback
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
if (typeof options === 'string') {
|
|
41
|
+
options = { title: 'node-notifier', message: options };
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (!options.message) {
|
|
45
|
+
callback(new Error('Message is required.'));
|
|
46
|
+
return this;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
if (os.type() !== 'Linux' && !os.type().match(/BSD$/)) {
|
|
50
|
+
callback(new Error('Only supported on Linux and *BSD systems'));
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
if (hasNotifier === false) {
|
|
55
|
+
callback(new Error('notify-send must be installed on the system.'));
|
|
56
|
+
return this;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
if (hasNotifier || !!this.options.suppressOsdCheck) {
|
|
60
|
+
doNotification(options, callback);
|
|
61
|
+
return this;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
try {
|
|
65
|
+
hasNotifier = !!which.sync(notifier);
|
|
66
|
+
doNotification(options, callback);
|
|
67
|
+
} catch (err) {
|
|
68
|
+
hasNotifier = false;
|
|
69
|
+
return callback(err);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
return this;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
var allowedArguments = ['urgency', 'expire-time', 'icon', 'category', 'hint'];
|
|
76
|
+
|
|
77
|
+
function doNotification(options, callback) {
|
|
78
|
+
var initial, argsList;
|
|
79
|
+
|
|
80
|
+
options = utils.mapToNotifySend(options);
|
|
81
|
+
options.title = options.title || 'Node Notification:';
|
|
82
|
+
|
|
83
|
+
initial = [options.title, options.message];
|
|
84
|
+
delete options.title;
|
|
85
|
+
delete options.message;
|
|
86
|
+
|
|
87
|
+
argsList = utils.constructArgumentList(options, {
|
|
88
|
+
initial: initial,
|
|
89
|
+
keyExtra: '-',
|
|
90
|
+
allowedArguments: allowedArguments
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
utils.command(notifier, argsList, callback);
|
|
94
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Wrapper for the toaster (https://github.com/nels-o/toaster)
|
|
3
|
+
*/
|
|
4
|
+
var path = require('path');
|
|
5
|
+
var notifier = path.resolve(__dirname, '../vendor/snoreToast/SnoreToast.exe');
|
|
6
|
+
var utils = require('../lib/utils');
|
|
7
|
+
var Balloon = require('./balloon');
|
|
8
|
+
|
|
9
|
+
var EventEmitter = require('events').EventEmitter;
|
|
10
|
+
var util = require('util');
|
|
11
|
+
|
|
12
|
+
var fallback = void 0;
|
|
13
|
+
|
|
14
|
+
module.exports = WindowsToaster;
|
|
15
|
+
|
|
16
|
+
function WindowsToaster(options) {
|
|
17
|
+
options = utils.clone(options || {});
|
|
18
|
+
if (!(this instanceof WindowsToaster)) {
|
|
19
|
+
return new WindowsToaster(options);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
this.options = options;
|
|
23
|
+
|
|
24
|
+
EventEmitter.call(this);
|
|
25
|
+
}
|
|
26
|
+
util.inherits(WindowsToaster, EventEmitter);
|
|
27
|
+
|
|
28
|
+
function noop() {}
|
|
29
|
+
|
|
30
|
+
var timeoutMessage = 'the toast has timed out';
|
|
31
|
+
var successMessage = 'user clicked on the toast';
|
|
32
|
+
|
|
33
|
+
function hasText(str, txt) {
|
|
34
|
+
return str && str.indexOf(txt) !== -1;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
WindowsToaster.prototype.notify = function(options, callback) {
|
|
38
|
+
options = utils.clone(options || {});
|
|
39
|
+
callback = callback || noop;
|
|
40
|
+
|
|
41
|
+
if (typeof options === 'string') {
|
|
42
|
+
options = { title: 'node-notifier', message: options };
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
if (typeof callback !== 'function') {
|
|
46
|
+
throw new TypeError(
|
|
47
|
+
'The second argument must be a function callback. You have passed ' +
|
|
48
|
+
typeof fn
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
var actionJackedCallback = utils.actionJackerDecorator(
|
|
53
|
+
this,
|
|
54
|
+
options,
|
|
55
|
+
function cb(err, data) {
|
|
56
|
+
// Needs to filter out timeout. Not an actual error.
|
|
57
|
+
if (err && hasText(data, timeoutMessage)) {
|
|
58
|
+
return callback(null, data);
|
|
59
|
+
}
|
|
60
|
+
callback(err, data);
|
|
61
|
+
},
|
|
62
|
+
function mapper(data) {
|
|
63
|
+
if (hasText(data, successMessage)) {
|
|
64
|
+
return 'click';
|
|
65
|
+
}
|
|
66
|
+
if (hasText(data, timeoutMessage)) {
|
|
67
|
+
return 'timeout';
|
|
68
|
+
}
|
|
69
|
+
return false;
|
|
70
|
+
}
|
|
71
|
+
);
|
|
72
|
+
|
|
73
|
+
options.title = options.title || 'Node Notification:';
|
|
74
|
+
if (
|
|
75
|
+
typeof options.message === 'undefined' &&
|
|
76
|
+
typeof options.close === 'undefined'
|
|
77
|
+
) {
|
|
78
|
+
callback(new Error('Message or ID to close is required.'));
|
|
79
|
+
return this;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
if (!utils.isWin8() && !utils.isWSL() && !!this.options.withFallback) {
|
|
83
|
+
fallback = fallback || new Balloon(this.options);
|
|
84
|
+
return fallback.notify(options, callback);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
options = utils.mapToWin8(options);
|
|
88
|
+
var argsList = utils.constructArgumentList(options, {
|
|
89
|
+
explicitTrue: true,
|
|
90
|
+
wrapper: '',
|
|
91
|
+
keepNewlines: true,
|
|
92
|
+
noEscape: true
|
|
93
|
+
});
|
|
94
|
+
utils.fileCommand(
|
|
95
|
+
this.options.customPath || notifier,
|
|
96
|
+
argsList,
|
|
97
|
+
actionJackedCallback
|
|
98
|
+
);
|
|
99
|
+
return this;
|
|
100
|
+
};
|
package/.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/package.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "node-notifier",
|
|
3
|
+
"version": "5.4.5",
|
|
4
|
+
"description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"precommit": "lint-staged",
|
|
8
|
+
"pretest": "npm run lint",
|
|
9
|
+
"test": "jest",
|
|
10
|
+
"example": "node ./example/message.js",
|
|
11
|
+
"example:mac": "node ./example/advanced.js",
|
|
12
|
+
"example:mac:input": "node ./example/macInput.js",
|
|
13
|
+
"example:windows": "node ./example/toaster.js",
|
|
14
|
+
"lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js"
|
|
15
|
+
},
|
|
16
|
+
"jest": {
|
|
17
|
+
"testRegex": "/test/[^_]*.js",
|
|
18
|
+
"testEnvironment": "node",
|
|
19
|
+
"setupTestFrameworkScriptFile": "./test/_test-matchers.js"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
|
|
24
|
+
},
|
|
25
|
+
"keywords": [
|
|
26
|
+
"notification center",
|
|
27
|
+
"mac os x 10.8",
|
|
28
|
+
"notify",
|
|
29
|
+
"terminal-notifier",
|
|
30
|
+
"notify-send",
|
|
31
|
+
"growl",
|
|
32
|
+
"windows 8 notification",
|
|
33
|
+
"toaster",
|
|
34
|
+
"notification"
|
|
35
|
+
],
|
|
36
|
+
"author": "Mikael Brevik",
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"eslint": "^5.12.1",
|
|
40
|
+
"eslint-config-semistandard": "^13.0.0",
|
|
41
|
+
"eslint-config-standard": "^12.0.0",
|
|
42
|
+
"eslint-plugin-import": "^2.15.0",
|
|
43
|
+
"eslint-plugin-node": "^8.0.1",
|
|
44
|
+
"eslint-plugin-promise": "^4.0.1",
|
|
45
|
+
"eslint-plugin-standard": "^4.0.0",
|
|
46
|
+
"husky": "^1.3.1",
|
|
47
|
+
"jest": "^23.2.0",
|
|
48
|
+
"lint-staged": "^8.1.0",
|
|
49
|
+
"prettier": "^1.12.1"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"growly": "^1.3.0",
|
|
53
|
+
"is-wsl": "^1.1.0",
|
|
54
|
+
"semver": "^5.5.0",
|
|
55
|
+
"shellwords": "^0.1.1",
|
|
56
|
+
"which": "^1.3.0"
|
|
57
|
+
},
|
|
58
|
+
"lint-staged": {
|
|
59
|
+
"*.{js,json,css,md}": [
|
|
60
|
+
"prettier --write",
|
|
61
|
+
"git add"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"bugs": {
|
|
65
|
+
"url": "https://github.com/mikaelbr/node-notifier/issues"
|
|
66
|
+
},
|
|
67
|
+
"homepage": "https://github.com/mikaelbr/node-notifier#readme",
|
|
68
|
+
"directories": {
|
|
69
|
+
"example": "example",
|
|
70
|
+
"test": "test"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>BuildMachineOSBuild</key>
|
|
6
|
+
<string>16E195</string>
|
|
7
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
8
|
+
<string>en</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>terminal-notifier</string>
|
|
11
|
+
<key>CFBundleIconFile</key>
|
|
12
|
+
<string>Terminal</string>
|
|
13
|
+
<key>CFBundleIdentifier</key>
|
|
14
|
+
<string>nl.superalloy.oss.terminal-notifier</string>
|
|
15
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
16
|
+
<string>6.0</string>
|
|
17
|
+
<key>CFBundleName</key>
|
|
18
|
+
<string>terminal-notifier</string>
|
|
19
|
+
<key>CFBundlePackageType</key>
|
|
20
|
+
<string>APPL</string>
|
|
21
|
+
<key>CFBundleShortVersionString</key>
|
|
22
|
+
<string>1.7.2</string>
|
|
23
|
+
<key>CFBundleSignature</key>
|
|
24
|
+
<string>????</string>
|
|
25
|
+
<key>CFBundleSupportedPlatforms</key>
|
|
26
|
+
<array>
|
|
27
|
+
<string>MacOSX</string>
|
|
28
|
+
</array>
|
|
29
|
+
<key>CFBundleVersion</key>
|
|
30
|
+
<string>17</string>
|
|
31
|
+
<key>DTCompiler</key>
|
|
32
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
33
|
+
<key>DTPlatformBuild</key>
|
|
34
|
+
<string>8B62</string>
|
|
35
|
+
<key>DTPlatformVersion</key>
|
|
36
|
+
<string>GM</string>
|
|
37
|
+
<key>DTSDKBuild</key>
|
|
38
|
+
<string>16B2649</string>
|
|
39
|
+
<key>DTSDKName</key>
|
|
40
|
+
<string>macosx10.12</string>
|
|
41
|
+
<key>DTXcode</key>
|
|
42
|
+
<string>0810</string>
|
|
43
|
+
<key>DTXcodeBuild</key>
|
|
44
|
+
<string>8B62</string>
|
|
45
|
+
<key>LSMinimumSystemVersion</key>
|
|
46
|
+
<string>10.8</string>
|
|
47
|
+
<key>LSUIElement</key>
|
|
48
|
+
<true/>
|
|
49
|
+
<key>NSAppTransportSecurity</key>
|
|
50
|
+
<dict>
|
|
51
|
+
<key>NSAllowsArbitraryLoads</key>
|
|
52
|
+
<true/>
|
|
53
|
+
</dict>
|
|
54
|
+
<key>NSHumanReadableCopyright</key>
|
|
55
|
+
<string>Copyright © 2012-2016 Eloy Durán, Julien Blanchard. All rights reserved.</string>
|
|
56
|
+
<key>NSMainNibFile</key>
|
|
57
|
+
<string>MainMenu</string>
|
|
58
|
+
<key>NSPrincipalClass</key>
|
|
59
|
+
<string>NSApplication</string>
|
|
60
|
+
<key>NSUserNotificationAlertStyle</key>
|
|
61
|
+
<string>alert</string>
|
|
62
|
+
</dict>
|
|
63
|
+
</plist>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
APPL????
|
|
Binary file
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
|
|
2
|
+
{\colortbl;\red255\green255\blue255;}
|
|
3
|
+
\paperw9840\paperh8400
|
|
4
|
+
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
|
|
5
|
+
|
|
6
|
+
\f0\b\fs24 \cf0 Engineering:
|
|
7
|
+
\b0 \
|
|
8
|
+
Some people\
|
|
9
|
+
\
|
|
10
|
+
|
|
11
|
+
\b Human Interface Design:
|
|
12
|
+
\b0 \
|
|
13
|
+
Some other people\
|
|
14
|
+
\
|
|
15
|
+
|
|
16
|
+
\b Testing:
|
|
17
|
+
\b0 \
|
|
18
|
+
Hopefully not nobody\
|
|
19
|
+
\
|
|
20
|
+
|
|
21
|
+
\b Documentation:
|
|
22
|
+
\b0 \
|
|
23
|
+
Whoever\
|
|
24
|
+
\
|
|
25
|
+
|
|
26
|
+
\b With special thanks to:
|
|
27
|
+
\b0 \
|
|
28
|
+
Mom\
|
|
29
|
+
}
|
|
Binary file
|