gitextract_wu7r9qyj/ ├── .editorconfig ├── .gitattributes ├── .github/ │ └── workflows/ │ └── main.yml ├── .gitignore ├── .npmrc ├── data/ │ ├── de.json │ ├── en.json │ ├── es.json │ ├── fr.json │ ├── ja.json │ ├── ko.json │ ├── ru.json │ ├── th.json │ ├── zh-hans.json │ └── zh-hant.json ├── index.d.ts ├── index.js ├── index.test-d.ts ├── license ├── package.json ├── readme.md └── test.mjs