@hugoalh/adler32
Version:
A module to get the checksum of the data with algorithm Adler32.
41 lines • 817 B
JSON
{
"name": "@hugoalh/adler32",
"version": "0.5.0",
"description": "A module to get the checksum of the data with algorithm Adler32.",
"keywords": [
"adler32",
"checksum"
],
"homepage": "https://github.com/hugoalh/adler32-es#readme",
"bugs": {
"url": "https://github.com/hugoalh/adler32-es/issues"
},
"license": "MIT",
"author": "hugoalh",
"type": "module",
"main": "./mod.js",
"module": "./mod.js",
"exports": {
".": {
"import": {
"types": "./mod.d.ts",
"default": "./mod.js"
}
}
},
"types": "./mod.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hugoalh/adler32-es.git"
},
"scripts": {},
"devDependencies": {
"@types/node": "^20.9.0"
},
"engines": {},
"private": false,
"publishConfig": {
"access": "public"
},
"_generatedBy": "dnt@dev"
}