UNPKG

etag-hash

Version:

Es6 class that generates ETag using the same algorithm as S3 via MD5 sum.

45 lines (44 loc) 1.07 kB
{ "name": "etag-hash", "version": "2.17.0", "author": "Constructive <developers@constructive.io>", "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/constructive-io/constructive", "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" }, "repository": { "type": "git", "url": "https://github.com/constructive-io/constructive" }, "bugs": { "url": "https://github.com/constructive-io/constructive/issues" }, "scripts": { "clean": "makage clean", "prepack": "npm run build", "build": "makage build", "build:dev": "makage build --dev", "lint": "eslint . --fix", "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "hash", "crypto", "s3", "minio", "constructive", "etag", "md5" ], "devDependencies": { "makage": "^0.3.0" }, "gitHead": "50dc1d69049c207b46c237eba1e1b1cb7a5f928f" }