{
  "_from": "react-device-detect@^2.2.2",
  "_id": "react-device-detect@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-zSN1gIAztUekp5qUT/ybHwQ9fmOqVT1psxpSlTn1pe0CO+fnJHKRLOWWac5nKxOxvOpD/w84hk1I+EydrJp7SA==",
  "_location": "/react-device-detect",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-device-detect@^2.2.2",
    "name": "react-device-detect",
    "escapedName": "react-device-detect",
    "rawSpec": "^2.2.2",
    "saveSpec": null,
    "fetchSpec": "^2.2.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-2.2.2.tgz",
  "_shasum": "dbabbce798ec359c83f574c3edb24cf1cca641a5",
  "_spec": "react-device-detect@^2.2.2",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Michael Laktionov",
    "email": "duskload@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/duskload/react-device-detect/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ua-parser-js": "^1.0.2"
  },
  "deprecated": false,
  "description": "Detect device type and render your component according to it",
  "devDependencies": {
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "@types/react": "^17.0.0",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.1",
    "jest": "^27.2.2",
    "raf": "^3.4.0",
    "react-test-renderer": "^16.0.0",
    "rollup": "^1.17.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "homepage": "https://github.com/duskload/react-device-detect#readme",
  "jest": {
    "setupFiles": [
      "./.jestSetup.js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "./.jestSetup.js"
    ]
  },
  "keywords": [
    "useragent",
    "mobile",
    "phone",
    "tablet",
    "detect",
    "device",
    "browser",
    "smart-tv",
    "smarttv",
    "version",
    "model",
    "console"
  ],
  "license": "MIT",
  "main": "dist/lib.js",
  "name": "react-device-detect",
  "peerDependencies": {
    "react": ">= 0.14.0",
    "react-dom": ">= 0.14.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/duskload/react-device-detect.git"
  },
  "scripts": {
    "build": "rollup -c",
    "cover": "jest --coverage",
    "prepare": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "typings": "./index.d.ts",
  "version": "2.2.2"
}
