UNPKG

@1n/file-hash

Version:

Get the hash-sum of a given file, with low memory usage, even on huge file

45 lines (44 loc) 834 B
{ "name": "@1n/file-hash", "version": "0.0.2", "author": "scriptpower", "description": "Get the hash-sum of a given file, with low memory usage, even on huge file", "keywords": [ "hash", "filehash", "file-hash", "hash-sum", "md5", "sha", "sha1", "sha256", "sha512", "checksum" ], "type": "module", "main": "index.js", "module": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.cjs", "index.d.ts" ], "exports": { "default": "./index.js", "import": "./index.js", "require": "./index.cjs", "types": "./index.d.ts" }, "engine": { "node": ">=18" }, "dependencies": { "@1k/shared": "^0.1.19" }, "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }