{
  "name": "ihash",
  "version": "0.1.12",
  "description": "Get the hash-sum of a given file, with low memory usage, even on huge file",
  "keywords": [
    "hashsum",
    "md5sum",
    "shasum",
    "sha1sum",
    "sha256sum",
    "sha512sum",
    "hash-sum",
    "checksum",
    "md5",
    "sha",
    "hash"
  ],
  "author": "scriptpower",
  "bin": {
    "ihash": "bin/index.js"
  },
  "type": "module",
  "files": [
    "bin"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.com/",
    "access": "public"
  },
  "license": "MIT"
}
