mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-30 17:27:44 +03:00
Add new feature: parse user-agent in CLI using npx ua-parser-js "[INSERT-UA-HERE]"
and print the result in JSON format
This commit is contained in:
@@ -196,6 +196,7 @@
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"bin": "./script/cli.js",
|
||||
"scripts": {
|
||||
"build": "./script/build-dist.sh && ./script/build-module.js",
|
||||
"build+test": "npm run build && npm run test",
|
||||
|
Reference in New Issue
Block a user