scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 {
2 "name": "fingerprintjs2",
3 "description": "Modern & flexible browser fingerprinting library",
4 "main": "fingerprint2.js",
5 "moduleType": [
6 "es6"
7 ],
8 "keywords": [
9 "browser",
10 "fingerprint",
11 "fingerprinting",
12 "security",
13 "privacy"
14 ],
15 "authors": [
16 "Valentin Vasilev"
17 ],
18 "license": "MIT",
19 "ignore": [
20 "**/.*",
21 "node_modules",
22 "bower_components",
23 "spec"
24 ],
25 "homepage": "https://github.com/Valve/fingerprintjs2",
125 office 26 "version": "1.5.1",
27 "_release": "1.5.1",
58 office 28 "_resolution": {
29 "type": "version",
125 office 30 "tag": "1.5.1",
31 "commit": "1e48f854a9177288e2de2d4935b85a64e2cca1dc"
58 office 32 },
33 "_source": "https://github.com/Valve/fingerprintjs2.git",
34 "_target": "^1.5.0",
125 office 35 "_originalSource": "fingerprintjs2"
58 office 36 }