gitextract_31c2uptn/ ├── .gitattributes ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── ci.yml │ └── lock-threads.yml ├── .gitignore ├── .npmrc ├── LICENSE ├── README.md ├── eslint.config.js ├── index.js ├── package.json ├── test/ │ ├── basic.test.js │ ├── custom-ajv.test.js │ ├── expand.test.js │ ├── fluent-schema.test.js │ ├── make-test.js │ └── no-global.test.js └── types/ ├── index.d.ts └── index.test-d.ts