feat: publish Regex Tools 0.1.0

This commit is contained in:
2026-07-24 18:04:21 +02:00
commit 873b9b218d
136 changed files with 24212 additions and 0 deletions

23
SOURCE.md Normal file
View File

@@ -0,0 +1,23 @@
# Source identity
- Project: Regex Tools
- Version: 0.1.0
- Repository: <https://git.add-ideas.de/zemion/regex-tools>
- Release tag: `v0.1.0`
- Licence: GPL-3.0-or-later
- Copyright: © 2026 Albrecht Degering
The release ZIP is generated from the tagged repository with:
```sh
npm ci
npm run release:artifact
```
The build uses only pinned npm packages from `package-lock.json`. It performs no
runtime or build-time CDN fetch. Complete preferred-form source is the tagged
repository. The release archive contains compiled static assets plus legal,
source-identity and attribution documents.
No PCRE2, Python, Go, Rust, .NET, Java or legacy-PCRE runtime is included in
version 0.1.0.