84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"detect-browser@5.3.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "detect-browser@5.3.0",
|
|
"_id": "detect-browser@5.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==",
|
|
"_location": "/detect-browser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "detect-browser@5.3.0",
|
|
"name": "detect-browser",
|
|
"escapedName": "detect-browser",
|
|
"rawSpec": "5.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@antv/g"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-5.3.0.tgz",
|
|
"_spec": "5.3.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"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.3.0"
|
|
}
|