What license is this released under and who is the author?
What license is this released under and who is the author?
About sindresorhus/escape-string-regexp · 2 messages · last activity 6/8/2026
I don't have license or author information in the repository data provided to me. The excerpt includes the README with usage examples and installation instructions, but not the metadata typically found in package.json, LICENSE, or the repository header.
To find this information, you would need to check:
- package.json — for the author field and license declaration
- LICENSE file — for the full license text
- GitHub repository page — for the author/owner (appears to be "sindresorhus" based on the repo name)
Since this repo has minimal indexed coverage, I cannot search the codebase to retrieve these details for you. I recommend visiting the repository directly on GitHub or checking those files manually.
FOLLOW_UPS:
- What does the package.json file contain?
- How is this library used in practice?
- What RegExp characters does it escape?
Want to ask your own question?
Open chat for sindresorhus/escape-string-regexp →Public Q&A. Generated by RepoPilot from the actual source of sindresorhus/escape-string-regexp. AI answers can be incomplete or stale — verify before relying on them.