gitextract_4__tj8qf/ ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── LICENSE ├── NodeWScript.js ├── README.md ├── activex.js ├── binding.gyp ├── data/ │ └── test.xltm ├── examples/ │ ├── ado.js │ ├── event.js │ └── wbem.js ├── include/ │ └── node_activex.h ├── index.d.ts ├── index.js ├── lib_binding.gyp ├── package.json ├── src/ │ ├── disp.cpp │ ├── disp.h │ ├── main.cpp │ ├── stdafx.h │ ├── utils.cpp │ └── utils.h └── test/ ├── ado.js ├── excel.js ├── variant.js ├── wscript/ │ ├── README.md │ ├── arguments.js │ ├── enumerator.js │ ├── mixed.js │ ├── nodewscript_test_cli.cmd │ └── wmi.js └── wscript.js