https://github.com/mathiasbynens/regexpu-core
Score: 4.442651256490317
Last synced: about 8 hours ago
JSON representation
Repository metadata:
regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of the ES6 `u` flag into equivalent ES5-compatible regular expression patterns.
- Host: GitHub
- URL: https://github.com/mathiasbynens/regexpu-core
- Owner: mathiasbynens
- License: mit
- Created: 2016-01-11T16:03:04.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-09-22T15:20:14.000Z (10 months ago)
- Last Synced: 2026-06-06T21:26:40.570Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://mths.be/regexpu
- Size: 279 KB
- Stars: 81
- Watchers: 7
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT.txt
Owner metadata:
- Name: Mathias Bynens
- Login: mathiasbynens
- Email:
- Kind: user
- Description: Web standards fanatic. JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, macOS.
- Website: https://mathiasbynens.be/
- Location:
- Twitter: mathias
- Company: @Google
- Icon url: https://avatars.githubusercontent.com/u/81942?u=284f01ab572101237f97e5e34d855fb580f614f5&v=4
- Repositories: 590
- Last Synced at: 2026-05-06T11:39:39.264Z
- Profile URL: https://github.com/mathiasbynens
Dependencies
package.json
npm
- @unicode/unicode-15.0.0 ^1.3.1 development
- codecov ^3.8.3 development
- istanbul ^0.4.5 development
- jsesc ^3.0.2 development
- lodash ^4.17.21 development
- mocha ^10.0.0 development
- regexpu-fixtures 2.1.4 development
- regenerate ^1.4.2
- regenerate-unicode-properties ^10.1.0
- regjsgen ^0.7.1
- regjsparser ^0.9.1
- unicode-match-property-ecmascript ^2.0.0
- unicode-match-property-value-ecmascript ^2.0.0
.github/workflows/main.yml
actions
- actions/checkout v2 composite
- actions/setup-node v1 composite
.github/workflows/publish-on-tag.yml
actions
- actions/checkout v2 composite
- actions/setup-node v1 composite