ua2os
Version:
Detect the OS from a User-Agent string.
31 lines (30 loc) • 678 B
JSON
{
"name": "ua2os",
"repository": "github:fabiospampinato/ua2os",
"description": "Detect the OS from a User-Agent string.",
"license": "MIT",
"version": "2.0.2",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"user-agent",
"ua",
"os",
"detect"
],
"devDependencies": {
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}