@pho9ubenaa/remark-mask-text-beta
Version:
A remark plugin to mask text content with block characters
86 lines (85 loc) • 2.27 kB
JSON
{
"name": "@pho9ubenaa/remark-mask-text-beta",
"version": "0.0.11",
"description": "A remark plugin to mask text content with block characters",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"files": [
"index.js",
"index.d.ts",
"index.js.map",
"lib"
],
"keywords": [
"remark",
"remarkjs",
"remark plugin",
"remarkjs plugin",
"plugin",
"markdown",
"masking",
"text-masking",
"redaction",
"blackout",
"censoring",
"anonymization",
"privacy",
"data-protection"
],
"author": "pHo9UBenaA <pho9ubenaa@gmail.com>",
"contributors": [
"pHo9UBenaA <pho9ubenaa@gmail.com>"
],
"dependencies": {
"unified": "^11.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@eslint/js": "^9.29.0",
"@types/mdast": "^4.0.0",
"@types/node": "^24.0.3",
"@types/unist": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript/native-preview": "7.0.0-dev.20250721.1",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.29.0",
"globals": "^16.2.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-markdown": "^2.0.0",
"remark": "^15.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"type-coverage": "^2.29.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1",
"vitest": "^3.2.4"
},
"license": "MIT",
"scripts": {
"build": "tsc --build --clean && tsc --build && type-coverage",
"publish": "npm publish --access=public",
"prepush": "pnpm run format && pnpm run lint && pnpm run check && pnpm run typecheck && pnpm run eslint && pnpm run test",
"prepublishOnly": "pnpm run build && pnpm run prepush",
"test": "vitest run",
"test:coverage": "vitest run --project unit --coverage",
"test:unit": "vitest run --project unit",
"test:integrations": "vitest run --project integrations",
"test:watch": "vitest",
"ci": "biome ci . --error-on-warnings",
"format": "biome format --write .",
"lint": "biome lint --write . --error-on-warnings",
"eslint": "eslint . --quiet",
"check": "biome check --write .",
"typecheck": "tsgo",
"typecheck:tsc": "tsc --noEmit"
},
"packageManager": "pnpm@10.12.1"
}