{ "_args": [ [ "detect-browser@5.2.1", "D:\\jenkins\\workspace\\examine-fvue" ] ], "_from": "detect-browser@5.2.1", "_id": "detect-browser@5.2.1", "_inBundle": false, "_integrity": "sha1-uIT42E6PM7uHT/7RC0vuomEz/NE=", "_location": "/detect-browser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "detect-browser@5.2.1", "name": "detect-browser", "escapedName": "detect-browser", "rawSpec": "5.2.1", "saveSpec": null, "fetchSpec": "5.2.1" }, "_requiredBy": [ "/@antv/component/@antv/g-base", "/@antv/g-base", "/@antv/g-svg" ], "_resolved": "https://registry.nlark.com/detect-browser/download/detect-browser-5.2.1.tgz?cache=0&sync_timestamp=1631837126773&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdetect-browser%2Fdownload%2Fdetect-browser-5.2.1.tgz", "_spec": "5.2.1", "_where": "D:\\jenkins\\workspace\\examine-fvue", "author": { "name": "Damon Oehlman", "email": "damon.oehlman@gmail.com" }, "bugs": { "url": "https://github.com/DamonOehlman/detect-browser/issues" }, "description": "Unpack a browser type and version from the useragent string", "devDependencies": { "@types/node": "^13.9.1", "embellish-readme": "^1.7.2", "npm-run-all": "^4.1.5", "prettier": "^1.18.2", "rimraf": "^3.0.2", "semver": "^7.1.3", "tape": "^4.11.0", "tslint": "^6.1.3", "typescript": "^4.4.3" }, "homepage": "https://github.com/DamonOehlman/detect-browser", "keywords": [ "browser", "detect", "useragent" ], "license": "MIT", "main": "index.js", "module": "es/index.js", "name": "detect-browser", "repository": { "type": "git", "url": "git+https://github.com/DamonOehlman/detect-browser.git" }, "scripts": { "autoformat": "prettier --write src/** test/**", "compile": "npm-run-all -p compile:commonjs compile:es", "compile-and-size": "yarn tsc && cat index.js | gzip | wc -c", "compile:commonjs": "tsc", "compile:es": "rimraf es && tsc --outDir es --module es6 --declaration false", "gendocs": "embellish README.md", "lint": "tslint -c tslint.json src/**", "major-release": "npm version major && npm publish && npm run postpublish", "minor-release": "npm version minor && npm publish && npm run postpublish", "patch-release": "npm version patch && npm publish && npm run postpublish", "postpublish": "git push origin master --follow-tags", "prepare": "npm-run-all compile test lint", "pretest": "tsc", "test": "node test" }, "sideEffects": false, "stability": "stable", "types": "index.d.ts", "version": "5.2.1" }