gitextract_kmyqurya/ ├── .all-contributorsrc ├── .circleci/ │ └── config.yml ├── .gitignore ├── .npmignore ├── .prettierignore ├── .prettierrc ├── .versionrc.js ├── CHANGELOG.md ├── LICENSE ├── README.md ├── codecov.yml ├── index.d.ts ├── jest.config.js ├── lib/ │ ├── module.js │ └── plugin.js ├── package.json ├── renovate.json ├── test/ │ ├── fixture/ │ │ ├── nuxt.config.js │ │ └── pages/ │ │ ├── index.vue │ │ ├── locale.vue │ │ └── plugin.vue │ ├── system/ │ │ └── module.spec.ts │ └── unit/ │ └── module.spec.ts └── tsconfig.json