@posthog/siphash
Version:
SipHash-2-4 fast short-input pseudo-random function
32 lines (31 loc) • 897 B
JSON
{
"author": "Frank Denis <j at pureftpd dot org>",
"bugs": {
"url": "https://github.com/PostHog/siphash-js/issues"
},
"description": "SipHash-2-4 fast short-input pseudo-random function",
"homepage": "https://github.com/PostHog/siphash-js",
"keywords": [
"prf",
"hash",
"crypto"
],
"license": "BSD-2-Clause",
"main": "lib/siphash.js",
"name": "@posthog/siphash",
"repository": {
"type": "git",
"url": "https://github.com/PostHog/siphash-js.git"
},
"scripts": {
"test": "node test/index.js",
"tsc": "tsc -p tsconfig.json",
"prettier": "prettier --write ."
},
"version": "1.1.3",
"devDependencies": {
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}