UNPKG

philentropyst

Version:
51 lines (50 loc) 1.18 kB
{ "name": "philentropyst", "version": "1.0.7", "description": "Efficient data masking tool", "main": "./src/index.js", "bin": { "philentropyst": "./cli.js" }, "scripts": { "format": "standard --fix", "test": "jest", "prepare": "husky install", "build": "npm run format && npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/ohager/philentropyst.git" }, "keywords": [ "data", "masking", "privacy" ], "author": "ohager", "license": "MIT", "bugs": { "url": "https://github.com/ohager/philentropyst/issues" }, "homepage": "https://github.com/ohager/philentropyst#readme", "devDependencies": { "husky": "^5.1.3", "jest": "^26.6.3", "standard": "^16.0.3" }, "dependencies": { "appdata-path": "^1.0.0", "autodetect-decoder-stream": "^1.0.3", "cli-progress": "^3.9.0", "commander": "^7.2.0", "csv-reader": "^1.0.7", "faker": "^5.5.3", "fast-date-format": "^2.2.4", "fs-extra": "^9.1.0", "murmurhash": "^2.0.0", "node-graceful-shutdown": "^1.1.0", "pino": "^6.11.3", "pino-pretty": "^4.7.1", "yaml": "^1.10.2" } }