{
  "name": "@visulima/redact",
  "version": "3.0.0",
  "description": "A library for redacting and masking sensitive data from objects and strings, with support for GDPR compliance, custom rules, and deep object traversal.",
  "keywords": [
    "anolilab",
    "anonymize",
    "censor",
    "conseal",
    "credentials",
    "filter",
    "gdpr",
    "hide",
    "mask",
    "maskdata",
    "masked",
    "masker",
    "masking",
    "redact",
    "secret",
    "security",
    "sensitive data",
    "serialize",
    "stringify",
    "visulima"
  ],
  "homepage": "https://visulima.com/packages/redact/",
  "bugs": "https://github.com/visulima/visulima/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visulima/visulima.git",
    "directory": "packages/data-manipulation/redact"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/prisis"
    },
    {
      "type": "consulting",
      "url": "https://anolilab.com/support"
    }
  ],
  "license": "MIT",
  "author": {
    "name": "Daniel Bannert",
    "email": "d.bannert@anolilab.de"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "browser": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md"
  ],
  "dependencies": {
    "compromise": "^14.15.1"
  },
  "engines": {
    "node": "^22.14.0 || >=24.10.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}