etag-hash
Version:
Es6 class that generates ETag using the same algorithm as S3 via MD5 sum.
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "etag-hash",
"version": "2.1.5",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "Es6 class that generates ETag using the same algorithm as S3 via MD5 sum.",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/launchql",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/launchql"
},
"bugs": {
"url": "https://github.com/launchql/launchql/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"hash",
"crypto",
"s3",
"minio",
"launchql",
"etag",
"md5"
],
"gitHead": "748329104283d28d3bebe3cccd5e2f50598805d3"
}