gitextract_d7db3qfd/ ├── .github/ │ ├── renovate.json5 │ └── workflows/ │ ├── ci.yml │ └── publish.yml ├── .gitignore ├── LICENSE ├── README.md ├── SECURITY.md ├── __tests__/ │ ├── index.js │ └── resolveImportPath.js ├── index.js ├── jest.config.js ├── package.json └── strict-dependencies/ ├── index.js └── resolveImportPath.js