-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"author": "PorkyProductions",
"bugs": {
"url": "https://github.com/PorkyProductions/UA-detect/issues"
},
"contributors": [
"Tristan Winata"
],
"description": "The dead-simple way of interacting with the navigator API",
"devDependencies": {
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-airbnb-base": "^15.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"typescript": "^4.9.5"
},
"files": [
"./dist/**/*.js",
"./dist/**/*.js.map",
"./dist/**/*.d.ts",
"./dist/**/*.d.ts.map"
],
"homepage": "https://porkyproductions.github.io/UA-detect/",
"keywords": [
"User",
"Agent",
"User",
"Agent",
"serve",
"detect",
"browser",
"mobile",
"desktop",
"UADetect",
"ua-detect",
"navigator",
"browser",
"online",
"memory",
"cookie",
"device",
"os",
"os-version",
"os-version-name",
"os-version-number",
"pdf",
"webdriver",
"logicalProcessors",
"hardwareConcurrency"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"maintainers": [
"Ryan Mullin"
],
"name": "uadetect",
"publisher": "PorkyProductions",
"repository": {
"type": "git",
"url": "git+https://github.com/PorkyProductions/UA-detect.git"
},
"scripts": {
"test": "jest",
"build": "npm run build:core",
"build:core": "tsc --project tsconfig.json",
"publish": "npm publish",
"lint": "eslint ./src/** --fix"
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "6.0.1"
}