UNPKG

fingerprint-web

Version:

A blazing-fast, dependency-free browser fingerprinting library to uniquely identify devices using entropy data. Designed for high performance, privacy-respecting analytics, bot detection, and session tracking in modern web apps.

50 lines 1.44 kB
{ "name": "fingerprint-web", "version": "0.0.1", "description": "A blazing-fast, dependency-free browser fingerprinting library to uniquely identify devices using entropy data. Designed for high performance, privacy-respecting analytics, bot detection, and session tracking in modern web apps.", "main": "dist/fingerprint.min.js", "module": "dist/fingerprint.esm.min.js", "browser": "dist/fingerprint.min.js", "unpkg": "dist/fingerprint.min.js", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "echo \"No test specified\" && exit 0" }, "keywords": [ "browser fingerprint", "device fingerprint", "fingerprint js", "browser identifier", "unique browser id", "user identification", "device detection", "entropy based tracking", "session tracking", "anti-fraud", "bot detection", "browser fingerprinting", "javascript fingerprint", "client fingerprint", "privacy respecting tracking" ], "author": "Jafran Hasan <jafraaan@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/imjafran/fingerprint-web" }, "bugs": { "url": "https://github.com/imjafran/fingerprint-web/issues" }, "homepage": "https://github.com/imjafran/fingerprint-web", "files": [ "dist", "src" ], "devDependencies": { "vite": "^5.0.0" } }