chore: point repo/badge URLs at git.mobiletic.net Gitea
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ new pattern presets, additional LLM providers, docs, and tests.
|
|||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/mobiletic/anonymizer.git
|
git clone https://git.mobiletic.net/mobiletic/anonymizer.git
|
||||||
cd anonymizer
|
cd anonymizer
|
||||||
npm install
|
npm install
|
||||||
npm test # run the test suite (vitest)
|
npm test # run the test suite (vitest)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# @mobiletic/anonymizer
|
# @mobiletic/anonymizer
|
||||||
|
|
||||||
[](https://github.com/mobiletic/anonymizer/actions/workflows/ci.yml)
|
[](https://git.mobiletic.net/mobiletic/anonymizer/actions)
|
||||||
[](https://www.npmjs.com/package/@mobiletic/anonymizer)
|
[](https://www.npmjs.com/package/@mobiletic/anonymizer)
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
|
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
"description": "Framework-agnostic PII anonymization & pseudonymization: pluggable LLM detection for free-form PII (names, addresses) with a deterministic regex fallback, deterministic coreference, and streaming-safe de-anonymization.",
|
"description": "Framework-agnostic PII anonymization & pseudonymization: pluggable LLM detection for free-form PII (names, addresses) with a deterministic regex fallback, deterministic coreference, and streaming-safe de-anonymization.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Mobiletic",
|
"author": "Mobiletic",
|
||||||
"homepage": "https://github.com/mobiletic/anonymizer#readme",
|
"homepage": "https://git.mobiletic.net/mobiletic/anonymizer#readme",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mobiletic/anonymizer.git"
|
"url": "git+https://git.mobiletic.net/mobiletic/anonymizer.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mobiletic/anonymizer/issues"
|
"url": "https://git.mobiletic.net/mobiletic/anonymizer/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"anonymization",
|
"anonymization",
|
||||||
|
|||||||
Reference in New Issue
Block a user