{
  "_from": "is-mobile@2.1.0",
  "_id": "is-mobile@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-M5OhlZwh+aTlmRUvDg0Wq3uWVNa+w4DyZ2SjbrS+BhSLu9Po+JXHendC305ZEu+Hh7lywb19Zu4kYXu3L1Oo8A==",
  "_location": "/is-mobile",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-mobile@2.1.0",
    "name": "is-mobile",
    "escapedName": "is-mobile",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/antd",
    "/umi-plugin-ui"
  ],
  "_resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-2.1.0.tgz",
  "_shasum": "4c0cab72f3358dd9986007389b30729fae80da0b",
  "_spec": "is-mobile@2.1.0",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-plugin-ui",
  "author": {
    "name": "Julian Gruber",
    "email": "julian@juliangruber.com",
    "url": "http://juliangruber.com"
  },
  "bugs": {
    "url": "https://github.com/juliangruber/is-mobile/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Check if mobile browser.",
  "devDependencies": {
    "prettier-standard": "^8.0.1",
    "standard": "^12.0.1",
    "tape": "~1.0.4"
  },
  "homepage": "https://github.com/juliangruber/is-mobile",
  "keywords": [
    "mobile",
    "desktop",
    "check",
    "browser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-mobile",
  "repository": {
    "type": "git",
    "url": "git://github.com/juliangruber/is-mobile.git"
  },
  "scripts": {
    "test": "prettier-standard '**/*.js' && standard && tape test.js"
  },
  "testling": {
    "files": "test.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "types": "index.d.ts",
  "version": "2.1.0"
}
