UNPKG

fingerprint-oss

Version:

A comprehensive JavaScript library for device fingerprinting and system information collection. Provides robust, deterministic fingerprinting for web applications with privacy-conscious design.

77 lines (76 loc) 2.05 kB
{ "name": "fingerprint-oss", "version": "0.9.0", "description": "A comprehensive JavaScript library for device fingerprinting and system information collection. Provides robust, deterministic fingerprinting for web applications with privacy-conscious design.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "rollup -c", "rollup": "rollup -c", "docs": "typedoc", "test": "cd test && npm run test", "test:unit": "cd test && npm run test:unit", "test:e2e": "cd test && npm run test:e2e", "prepublishOnly": "npm run build" }, "author": "Akshat Kotpalliwar (alias IntegerAlex on GitHub)", "files": [ "dist", "LICENSE", "NOTICE.md", "COPYRIGHT.md", "README.md", "package.json" ], "keywords": [ "fingerprinting", "device-fingerprint", "browser-fingerprint", "system-info", "user-agent", "canvas-fingerprint", "webgl-fingerprint", "audio-fingerprint", "font-detection", "privacy", "security", "web-analytics", "device-detection", "tracking", "identification" ], "funding": { "type": "github", "url": "https://github.com/sponsors/IntegerAlex" }, "license": "LGPL-3.0-only", "repository": { "type": "git", "url": "https://github.com/IntegerAlex/fingerprint-oss.git" }, "bugs": { "url": "https://github.com/IntegerAlex/fingerprint-oss/issues" }, "homepage": "https://github.com/IntegerAlex/fingerprint-oss#readme", "engines": { "node": ">=16.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@types/express": "^5.0.0", "@types/node": "^22.13.9", "express": "^4.18.2", "rollup": "^4.35.0", "rollup-plugin-typescript2": "^0.36.0", "typedoc": "^0.27.9", "typescript": "^5.0.4", "vite": "^4.3.5" }, "dependencies": { "hash-wasm": "^4.12.0" } }