@cxy227/browser-detection
Version:
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "@cxy227/browser-detection",
"version": "0.1.9",
"description": "使用用户代理进行浏览器版本检测",
"main": "dist/index.js",
"files": [
"dist",
"example"
],
"keywords": [
"browser",
"browser-detection",
"browser-version"
],
"scripts": {
"start": "npm run dev",
"dev": "rollup -c -w",
"build": "rollup -c",
"release": "standard-version",
"add": "git add . && git commit -m 'update'",
"push": "git push github master && git push gitee master",
"prepublish": "npm run release && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "beth",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"rollup": "^2.58.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"standard-version": "^9.3.2",
"us-utils-asyncloadscript": "^1.1.3"
},
"directories": {
"example": "example",
"lib": "lib"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/BETH-zhang/browser-detection.git"
},
"bugs": {
"url": "https://github.com/BETH-zhang/browser-detection/issues"
},
"homepage": "https://github.com/BETH-zhang/browser-detection#readme"
}