UNPKG

inthash

Version:

Efficient integer hashing library using Knuth's multiplicative method for Javascript and Typescript, perfect for obfuscating sequential numbers.

39 lines 890 B
{ "name": "inthash", "version": "3.0.5", "description": "Efficient integer hashing library using Knuth's multiplicative method for Javascript and Typescript, perfect for obfuscating sequential numbers.", "keywords": [ "id obfuscation", "obfuscate", "obfuscation", "knuth", "uuid", "hash", "auto-increment", "optimus", "bigint", "typescript" ], "author": "Changwan Jun <wan2land@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/denostack/inthash.git" }, "license": "MIT", "bugs": { "url": "https://github.com/denostack/inthash/issues" }, "main": "./script/mod.js", "module": "./esm/mod.js", "exports": { ".": { "import": "./esm/mod.js", "require": "./script/mod.js" } }, "scripts": {}, "bin": { "inthash": "./esm/cli.js" }, "_generatedBy": "dnt@dev" }