UNPKG

maskdata

Version:

Node module to mask various kinds of data in the required formats

59 lines (58 loc) 1.33 kB
{ "name": "maskdata", "version": "1.3.3", "description": "Node module to mask various kinds of data in the required formats", "main": "index.js", "typings": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/Sumukha1496/maskdata" }, "scripts": { "test": "mocha tests/test*.js --timeout 5000 --exit", "coverage": "nyc --reporter=html --reporter=text npm run test", "format": "prettier --write '**/*.{ts,js,json}'" }, "keywords": [ "mask", "data", "datamask", "maskdata", "hide data", "mask data", "mask sensitive", "mask password", "mask card", "mask json", "mask string", "mask object", "mask json", "recursive mask json", "Get json fields", "Set json fields", "Replcae json fields", "email", "phone", "uuid", "string", "sensitive", "JWT", "jwt mask", "jwt token", "token" ], "author": "sumukha.hs<sumukha.hs369@gmail.com>", "homepage": "https://www.npmjs.com/package/maskdata?activeTab=readme", "license": "MIT", "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "chai": "^4.3.10", "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.1", "nyc": "^17.0.0", "prettier": "^3.3.3", "typescript": "^5.5.4" } }