UNPKG

china-id-mask

Version:

A utility to mask Chinese ID card numbers by replacing birth date with asterisks

23 lines 491 B
{ "name": "china-id-mask", "version": "1.0.0", "description": "A utility to mask Chinese ID card numbers by replacing birth date with asterisks", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "china", "id card", "mask", "privacy", "security", "desensitization" ], "author": "xuqizhang<xuqizhang2001@163.com>", "license": "MIT", "devDependencies": { "mocha": "^10.0.0", "chai": "^4.3.6" } }