path-to-hash
Version:
Calculates a given hash of a given path
32 lines (31 loc) • 717 B
JSON
{
"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": "git@github.com:dimitarnestorov/file-to-hash.git",
"homepage": "https://github.com/dimitarnestorov/file-to-hash/tree/master/packages/path-to-hash",
"author": "Dimitar Nestorov <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"
}
}