@eternaljs/user-agent
Version:
A user agent request is a string of text that identifies the client software requesting online content.
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "@eternaljs/user-agent",
"version": "1.0.6",
"description": "A user agent request is a string of text that identifies the client software requesting online content.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "nodemon --exec ts-node src/index.ts",
"build": "tsc"
},
"keywords": [
"User-Agent",
"Browser",
"Parser",
"HTTP",
"Header",
"Node.js",
"JavaScript",
"Parsing",
"Detection",
"Parsing",
"Client",
"Request",
"Identify",
"Mobile",
"Device",
"Platform",
"OS",
"Version",
"Library",
"Cross-browser"
],
"homepage": "https://github.com/eternals-cloud/user-agent#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/eternals-cloud/user-agent.git"
},
"bugs": {
"url": "https://github.com/eternals-cloud/user-agent/issues"
},
"author": "Chandra Sekhar",
"license": "MIT",
"devDependencies": {
"nodemon": "3.1.7",
"ts-node": "10.9.2",
"typescript": "5.3.2"
},
"dependencies": {
"express-useragent": "1.0.15"
}
}