{
  "_from": "bowser@^1.7.3",
  "_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.7.3",
    "name": "bowser",
    "escapedName": "bowser",
    "rawSpec": "^1.7.3",
    "saveSpec": null,
    "fetchSpec": "^1.7.3"
  },
  "_requiredBy": [
    "/inline-style-prefixer"
  ],
  "_resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.4.tgz",
  "_shasum": "890c58a2813a9d3243704334fa81b96a5c150c9a",
  "_spec": "bowser@^1.7.3",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/inline-style-prefixer",
  "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"
}