| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "bowser",
- "version": "1.9.4",
- "description": "Lightweight browser detector",
- "keywords": [
- "browser",
- "useragent",
- "user-agent",
- "parser",
- "ua",
- "detection",
- "ender",
- "sniff"
- ],
- "homepage": "https://github.com/lancedikson/bowser",
- "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
- "main": "./src/bowser.js",
- "typings": "./typings.d.ts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ded/bowser.git"
- },
- "devDependencies": {
- "smoosh": "*",
- "mocha": "*"
- },
- "bugs": {
- "url": "https://github.com/ded/bowser/issues"
- },
- "directories": {
- "test": "test"
- },
- "scripts": {
- "test": "make test",
- "prepublish": "make boosh"
- },
- "license": "MIT",
- "__npminstall_done": "Thu Dec 24 2020 20:20:35 GMT+0800 (CST)",
- "_from": "bowser@1.9.4",
- "_resolved": "https://registry.npm.taobao.org/bowser/download/bowser-1.9.4.tgz?cache=0&sync_timestamp=1599897733391&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbowser%2Fdownload%2Fbowser-1.9.4.tgz"
- }
|