UNPKG

@push.rocks/smarthash

Version:

Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.

68 lines 1.6 kB
{ "name": "@push.rocks/smarthash", "version": "3.2.3", "private": false, "description": "Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.", "exports": { ".": "./dist_ts/index.js", "./web": "./dist_ts_web/index.js" }, "keywords": [ "crypto", "hashing", "SHA256", "MD5", "security", "node.js", "browser", "cross-environment", "web crypto", "stream hashing", "file hashing", "synchronous hashing", "asynchronous hashing", "data integrity", "typescript" ], "author": "Lossless GmbH", "license": "MIT", "devDependencies": { "@git.zone/tsbuild": "^2.1.70", "@git.zone/tsrun": "^1.2.46", "@git.zone/tstest": "^2.3.2", "@types/node": "^20.6.3" }, "dependencies": { "@push.rocks/smartenv": "^5.0.13", "@push.rocks/smartjson": "^5.0.10", "@push.rocks/smartpromise": "^4.0.3", "@types/through2": "^2.0.39", "through2": "^4.0.2" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "homepage": "https://code.foss.global/push.rocks/smarthash", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smarthash.git" }, "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild tsfolders --allowimplicitany)", "buildDocs": "tsdoc" } }