UNPKG

@hugoalh/sdbm

Version:

A module to get the non-cryptographic hash of the data with algorithm SDBM.

54 lines 1.06 kB
{ "name": "@hugoalh/sdbm", "version": "0.4.0", "description": "A module to get the non-cryptographic hash of the data with algorithm SDBM.", "keywords": [ "hash", "sdbm" ], "homepage": "https://github.com/hugoalh/sdbm-es#readme", "bugs": { "url": "https://github.com/hugoalh/sdbm-es/issues" }, "license": "MIT", "author": "hugoalh", "type": "module", "bin": { "sdbm": "./cli.js" }, "main": "./mod.js", "module": "./mod.js", "exports": { "./cli": { "import": { "types": "./cli.d.ts", "default": "./cli.js" } }, ".": { "import": { "types": "./mod.d.ts", "default": "./mod.js" } } }, "types": "./mod.d.ts", "repository": { "type": "git", "url": "git+https://github.com/hugoalh/sdbm-es.git" }, "dependencies": { "es-arraybuffer-base64": "^1.1.2", "@deno/shim-deno": "^0.19.2", "@deno/shim-prompts": "^0.1.1", "@deno/shim-timers": "^0.1.0" }, "devDependencies": { "@types/node": "^24.5.0" }, "private": false, "publishConfig": { "access": "public" }, "_generatedBy": "dnt@dev" }