加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
yanbog 提交于 2022-07-29 14:48 . add browser cookie check
{
"name": "browser.js",
"version": "1.0.2",
"description": "Browser User-Agent Analysis Tool. 浏览器分析判断工具 - 用户代理、操作系统信息。",
"keywords": [
"useragent",
"browser",
"firefox",
"chrome",
"opera",
"IE Edge",
"Microsoft Edge",
"Internet Explorer",
"Browser User-Agent",
"User-Agent Analysis"
],
"main": "src/browser.js",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanbog/browser.git"
},
"author": "yanbog",
"contributors" : [
"yanbog",
"mumuy",
"onlyling",
"Eunknight",
"Haole Zheng"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/yanbog/browser/issues"
},
"homepage": "https://github.com/yanbog/browser#readme",
"devDependencies": {
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {},
"scripts" : {
"build": "webpack",
"dev" : "webpack-dev-server --devtool eval --progress --colors --hot --inline --content-base build",
"dist" : "webpack --progress --profile --colors --config webpack.config.js"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化