UNPKG

fiftyone.devicedetection

Version:

Parse HTTP headers to detect the device type, model, operating system, browser, and crawler information

60 lines (59 loc) 1.39 kB
{ "name": "fiftyone.devicedetection", "version": "4.4.207", "description": "Parse HTTP headers to detect the device type, model, operating system, browser, and crawler information", "keywords": [ "51degrees", "device detection", "user-agent", "client hints", "browser", "os", "device", "cpu", "mobile", "phone", "tablet", "tv", "bot", "crawler", "detect", "WURFL", "DeviceAtlas" ], "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/51Degrees/device-detection-node" }, "author": "51Degrees Engineering <engineering@51degrees.com>", "dependencies": { "fiftyone.devicedetection.cloud": "4.4.x", "fiftyone.devicedetection.onpremise": "4.4.x", "fiftyone.devicedetection.shared": "4.4.x", "fiftyone.pipeline.cloudrequestengine": "4.4.x", "fiftyone.pipeline.core": "4.4.x", "fiftyone.pipeline.engines": "4.4.x", "fiftyone.pipeline.engines.fiftyone": "4.4.x" }, "devDependencies": { "@types/jest": "^28.1.8", "@types/node": "^20.14.10", "jest": "^28.1.0", "jest-junit": "^13.2.0" }, "license": "EUPL-1.2", "bugs": { "url": "https://github.com/51Degrees/device-detection-node/issues" }, "files": [ "*.js", "types" ] }