12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "bowser@^1.6.0",
- "_id": "bowser@1.9.4",
- "_inBundle": false,
- "_integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
- "_location": "/bowser",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "bowser@^1.6.0",
- "name": "bowser",
- "escapedName": "bowser",
- "rawSpec": "^1.6.0",
- "saveSpec": null,
- "fetchSpec": "^1.6.0"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.4.tgz",
- "_shasum": "890c58a2813a9d3243704334fa81b96a5c150c9a",
- "_spec": "bowser@^1.6.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
- "author": {
- "name": "Dustin Diaz",
- "email": "dustin@dustindiaz.com",
- "url": "http://dustindiaz.com"
- },
- "bugs": {
- "url": "https://github.com/ded/bowser/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Lightweight browser detector",
- "devDependencies": {
- "mocha": "*",
- "smoosh": "*"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/lancedikson/bowser",
- "keywords": [
- "browser",
- "useragent",
- "user-agent",
- "parser",
- "ua",
- "detection",
- "ender",
- "sniff"
- ],
- "license": "MIT",
- "main": "./src/bowser.js",
- "name": "bowser",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ded/bowser.git"
- },
- "scripts": {
- "prepublish": "make boosh",
- "test": "make test"
- },
- "typings": "./typings.d.ts",
- "version": "1.9.4"
- }
|