{"_id":"path-to-hash","_rev":"1-949d87beee53b97a85692fe77e9a35ca","name":"path-to-hash","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"path-to-hash","version":"0.0.1","description":"Calculates a given hash of a given path","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git@github.com:dimitarnestorov/file-to-hash.git"},"homepage":"https://github.com/dimitarnestorov/file-to-hash/tree/master/packages/path-to-hash","author":{"name":"Dimitar Nestorov","email":"opensource@dimitarnestorov.com"},"license":"MIT","engines":{"node":">=4.0.0"},"keywords":["path","file","checksum","hash","hex","base64","crypto"],"scripts":{"prepublishOnly":"yarn run build","build":"rimraf dist && tsc","watch":"rimraf dist && tsc -w"},"dependencies":{"data-to-hash":"^0.0.1"},"_id":"path-to-hash@0.0.1","dist":{"shasum":"f577700ddbcc1e85192b1e945917b5eec50d7f02","integrity":"sha512-0a2+G6iW9I2nIQzSIx2Gz0JSdcfmUWwbHvwhD8jvtoMVVN28+WwsHeawP8WkHfDSpT1beYbDrmPV0Cyquqx+0A==","tarball":"https://registry.npmjs.org/path-to-hash/-/path-to-hash-0.0.1.tgz","fileCount":6,"unpackedSize":1835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJpyxCRA9TVsSAnZWagAASbkQAIzXBYJRsWQERP7ikqJ8\n3pngCS+n0hHxzoBdh316zWY71OF8v+49iu98kvJiRqxJrJ7tHpIsjHUJFvT4\noU47YaliHvV8j/uVdzK1GnGV/KuTSGsSfJFLGdHZkRvUEtFuIweY69TtYwXO\nkmTrbn+ruwXvMT6Z7mGZ+wS3t2vri/3IOSKm+aQFgekkB+xkSZ1pT6RFpxar\n7Qa6pLijWcwRERrg6cQQeuBP/xnvSeUFJI4yaOFNa/s4L+wVbvb9mp201sub\nfnl8Apy0ZmPAWBTMKFdOe9Z4/j7olNze/1CluUQS7UYzVRCdEe/NBFBRBeyf\nGBUi7R50f9kis3RhtsviHtz5scSvjx45Iv/MoXJS/cgmC1p94aq9BpxctANJ\ncyZuso/v2n8CKmq1KbCmVqjIhV+CcWLgDcr5Oe7vwb4roKsSt2SPPR/z3CsA\nP5/awt6uEzujEhMGOcHBr+Ql5/Qkehh7nA/1sI9Cv+iVe2I1y2J8pWu/ShXy\nNwa4BkR6zNulg3Q+nJtEi8DFGBaL5TsqTlFDYTVKh+7dCJIi68NQhtS8xZCg\nZ5GhU47PSX3zSe0/YzdZKeEXnEXXx6mx2Vabd/6dmEN/PmpWMxT2DB70lS+d\nwpIuE+sM7AMfDox+jb4WfY7tCHQav07yXtAzv2lxX7q+ymGz/Ql0ZMsIhaY2\nFu7E\r\n=Ret5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICHzQaIV+35k1hycQEmcRdRsRwzTnzlOeLZtIWCV0C+4AiB+z/jX3fXBvE8azZGm+uUeaWjqy5pRDY5VkCICOrDI2g=="}]},"maintainers":[{"name":"dimitarnestorov","email":"opensource@dimitarnestorov.com"}],"_npmUser":{"name":"dimitarnestorov","email":"opensource@dimitarnestorov.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/path-to-hash_0.0.1_1546034352626_0.6699736296628658"},"_hasShrinkwrap":false}},"time":{"created":"2018-12-28T21:59:12.457Z","0.0.1":"2018-12-28T21:59:12.753Z","modified":"2022-05-12T16:33:37.929Z"},"maintainers":[{"name":"dimitarnestorov","email":"opensource@dimitarnestorov.com"}],"description":"Calculates a given hash of a given path","homepage":"https://github.com/dimitarnestorov/file-to-hash/tree/master/packages/path-to-hash","keywords":["path","file","checksum","hash","hex","base64","crypto"],"repository":{"type":"git","url":"git@github.com:dimitarnestorov/file-to-hash.git"},"author":{"name":"Dimitar Nestorov","email":"opensource@dimitarnestorov.com"},"license":"MIT","readme":"# path-to-hash\n\n> Calculates a given hash of a given path\n\n## Install\n\nUsing yarn:\n```sh\nyarn add path-to-hash\n```\n\nor using npm:\n```sh\nnpm install path-to-hash\n```\n\n## Usage\n```javascript\nconst pathToHash = require('path-to-hash')\n\nconst hash = await pathToHash('sha256', '/path/to/file')\n```\n","readmeFilename":"README.md"}