@visulima/redact
Version:
Detect whether a terminal or browser supports ansi colors.
94 lines • 1.87 kB
JSON
{
"name": "@visulima/redact",
"version": "1.0.14",
"description": "Detect whether a terminal or browser supports ansi colors.",
"keywords": [
"anolilab",
"visulima",
"redact",
"mask",
"maskdata",
"masked",
"gdpr",
"censor",
"serialize",
"stringify",
"filter",
"masker",
"masking",
"conseal",
"hide",
"sensitive data",
"credentials",
"secret",
"security",
"anonymize"
],
"homepage": "https://www.visulima.com/docs/package/redact",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/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": {
".": {
"browser": "./dist/index.mjs",
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"browser": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
">=5.0": {
".": [
"./dist/index.d.ts"
]
}
},
"files": [
"dist/**",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"dependencies": {
"compromise": "^14.14.4"
},
"engines": {
"node": ">=18.0.0 <=23.x"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}