unique-fingerprintjs
Version:
A library to generate browser and OS-based fingerprints using hashing
36 lines (35 loc) • 781 B
JSON
{
"name": "unique-fingerprintjs",
"version": "2.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/rajivchaulagain/hash-fingerprint"
},
"keywords": [
"unique-fingerprintjs",
"fingerprint",
"hashing",
"browser-fingerprint",
"user-agent",
"os-info",
"nodejs",
"security",
"npm-package"
],
"author": "Rajiv Chaulagain",
"license": "MIT",
"description": "A library to generate browser and OS-based fingerprints using hashing",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}