gitextract_qmgksik3/ ├── .editorconfig ├── .gitignore ├── LICENSE ├── README.md ├── bin/ │ ├── nowa │ └── nowa.cmd ├── index.js ├── package.json ├── src/ │ ├── check.js │ ├── index.js │ └── update-notifier.js └── uninstall.js