| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "bowser@1.9.1",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "bowser@1.9.1",
- "_id": "bowser@1.9.1",
- "_inBundle": false,
- "_integrity": "sha512-UXti1JB6oK8hO983AImunnV6j/fqAEeDlPXh99zhsP5g32oLbxJJ6qcOaUesR+tqqhnUVQHlRJyD0dfiV0Hxaw==",
- "_location": "/bowser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bowser@1.9.1",
- "name": "bowser",
- "escapedName": "bowser",
- "rawSpec": "1.9.1",
- "saveSpec": null,
- "fetchSpec": "1.9.1"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.1.tgz",
- "_spec": "1.9.1",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
- "author": {
- "name": "Dustin Diaz",
- "email": "dustin@dustindiaz.com",
- "url": "http://dustindiaz.com"
- },
- "bugs": {
- "url": "https://github.com/ded/bowser/issues"
- },
- "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.1"
- }
|