UNPKG

node-fnr

Version:

Format-preserving encryption (FPE), small cipher (< 128 bits), for anonymization.

17 lines 283 B
{ "compilerOptions": { "declaration": true, "lib": [ "esnext" ], "module": "commonjs", "outDir": "./dist", "rootDir": "./lib", "strict": true, "target": "es6", "types": [ "node" ], "typeRoots": [ "node_modules/@types" ] } }