hash-object
Version:
Get the hash of an object
59 lines (58 loc) • 990 B
JSON
{
"name": "hash-object",
"version": "5.0.1",
"description": "Get the hash of an object",
"license": "MIT",
"repository": "sindresorhus/hash-object",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"hash",
"hashing",
"crypto",
"object",
"plain",
"hex",
"base64",
"md5",
"sha1",
"sha256",
"sha512",
"sum",
"uint8array",
"bytes",
"checksum"
],
"dependencies": {
"decircular": "^0.1.0",
"is-obj": "^3.0.0",
"sort-keys": "^5.0.0",
"type-fest": "^4.6.0"
},
"devDependencies": {
"@types/node": "^20.8.10",
"ava": "^5.3.1",
"tsd": "^0.29.0",
"xo": "^0.56.0"
}
}