2025-04-19 15:38:48 +08:00

81 lines
2.6 KiB
JSON

{
"_from": "detect-browser@5.2.0",
"_id": "detect-browser@5.2.0",
"_inBundle": false,
"_integrity": "sha512-tr7XntDAu50BVENgQfajMLzacmSe34D+qZc4zjnniz0ZVuw/TZcLcyxHQjYpJTM36sGEkZZlYLnIM1hH7alTMA==",
"_location": "/detect-browser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "detect-browser@5.2.0",
"name": "detect-browser",
"escapedName": "detect-browser",
"rawSpec": "5.2.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
},
"_requiredBy": [
"/@walletconnect/browser-utils"
],
"_resolved": "https://registry.npmmirror.com/detect-browser/-/detect-browser-5.2.0.tgz",
"_shasum": "c9cd5afa96a6a19fda0bbe9e9be48a6b6e1e9c97",
"_spec": "detect-browser@5.2.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\browser-utils",
"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": "^3.6.2"
},
"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.0"
}