{ "_from": "detect-browser@^5.1.0", "_id": "detect-browser@5.3.0", "_inBundle": false, "_integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==", "_location": "/detect-browser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "detect-browser@^5.1.0", "name": "detect-browser", "escapedName": "detect-browser", "rawSpec": "^5.1.0", "saveSpec": null, "fetchSpec": "^5.1.0" }, "_requiredBy": [ "/@antv/g-base", "/@antv/g-svg" ], "_resolved": "https://registry.npmmirror.com/detect-browser/-/detect-browser-5.3.0.tgz", "_shasum": "9705ef2bddf46072d0f7265a1fe300e36fe7ceca", "_spec": "detect-browser@^5.1.0", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\g-base", "author": { "name": "Damon Oehlman", "email": "damon.oehlman@gmail.com" }, "bugs": { "url": "https://github.com/DamonOehlman/detect-browser/issues" }, "bundleDependencies": false, "deprecated": false, "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.3.0" }