gitextract_06o2uh5w/ ├── .github/ │ └── workflows/ │ └── scp-example-workflow.yml ├── .gitignore ├── .node-version ├── .prettierignore ├── .prettierrc.json ├── LICENSE ├── action.yml ├── dist/ │ ├── build/ │ │ └── Release/ │ │ └── cpufeatures.node │ ├── index.js │ └── lib/ │ └── protocol/ │ └── crypto/ │ └── build/ │ └── Release/ │ └── sshcrypto.node ├── lib/ │ ├── index.js │ └── keyboard.js ├── package.json ├── readme.md ├── src/ │ ├── index.ts │ └── keyboard.ts └── tsconfig.json