{
  "_args": [
    [
      {
        "raw": "ua-parser-js@^0.7.9",
        "scope": null,
        "escapedName": "ua-parser-js",
        "name": "ua-parser-js",
        "rawSpec": "^0.7.9",
        "spec": ">=0.7.9 <0.8.0",
        "type": "range"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/fbjs"
    ]
  ],
  "_from": "ua-parser-js@>=0.7.9 <0.8.0",
  "_id": "ua-parser-js@0.7.10",
  "_inCache": true,
  "_installable": true,
  "_location": "/ua-parser-js",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "name": "faisalman",
    "email": "fyzlman@gmail.com"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ua-parser-js@^0.7.9",
    "scope": null,
    "escapedName": "ua-parser-js",
    "name": "ua-parser-js",
    "rawSpec": "^0.7.9",
    "spec": ">=0.7.9 <0.8.0",
    "type": "range"
  },
  "_requiredBy": [
    "/fbjs"
  ],
  "_resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.10.tgz",
  "_shasum": "917559ddcce07cbc09ece7d80495e4c268f4ef9f",
  "_shrinkwrap": null,
  "_spec": "ua-parser-js@^0.7.9",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/fbjs",
  "author": {
    "name": "Faisal Salman",
    "email": "fyzlman@gmail.com",
    "url": "http://faisalman.com"
  },
  "bugs": {
    "url": "https://github.com/faisalman/ua-parser-js/issues"
  },
  "contributors": [
    {
      "name": "Faisal Salman",
      "email": "fyzlman@gmail.com"
    },
    {
      "name": "Benjamin Bertrand",
      "email": "bertrand.design@gmail.com"
    },
    {
      "name": "Carl C Von Lewin",
      "email": "carlchristianlewin@gmail.com"
    },
    {
      "name": "Christopher De Cairos",
      "email": "chris.decairos@gmail.com"
    },
    {
      "name": "Davit Barbakadze",
      "email": "jayarjo@gmail.com"
    },
    {
      "name": "Dmitry Tyschenko",
      "email": "dtyschenko@gmail.com"
    },
    {
      "name": "Douglas Li",
      "email": "doug@knotch.it"
    },
    {
      "name": "Dumitru Uzun",
      "email": "contact@duzun.me"
    },
    {
      "name": "Erik Hesselink",
      "email": "hesselink@gmail.com"
    },
    {
      "name": "Fabian Becker",
      "email": "halfdan@xnorfz.de"
    },
    {
      "name": "Hendrik Helwich",
      "email": "h.helwich@iplabs.de"
    },
    {
      "name": "Jackpoll",
      "email": "jackpoll123456@gmail.com"
    },
    {
      "name": "Jake Mc",
      "email": "startswithaj@users.noreply.github.com"
    },
    {
      "name": "John Tantalo",
      "email": "john.tantalo@gmail.com"
    },
    {
      "name": "John Yanarella",
      "email": "jmy@codecatalyst.com"
    },
    {
      "name": "Jon Buckley",
      "email": "jon@jbuckley.ca"
    },
    {
      "name": "Kendall Buchanan",
      "email": "kendall@kendagriff.com"
    },
    {
      "name": "Lee Treveil",
      "email": "leetreveil@gmail.com"
    },
    {
      "name": "Leonardo",
      "email": "leofiore@libero.it"
    },
    {
      "name": "Max Maurer",
      "email": "maxemanuel.maurer@gmail.com"
    },
    {
      "name": "Michael Hess",
      "email": "mhess@connectify.me"
    },
    {
      "name": "OtakuSiD",
      "email": "otakusid@gmail.com"
    },
    {
      "name": "Ross Noble",
      "email": "rosshnoble@gmail.com"
    },
    {
      "name": "Sandro Sonntag",
      "email": "sandro.sonntag@adorsys.de"
    }
  ],
  "dependencies": {},
  "description": "Lightweight JavaScript-based user-agent string parser",
  "devDependencies": {
    "jshint": "~1.1.0",
    "mocha": "~1.8.0",
    "uglify-js": "~1.3.4",
    "verup": "^1.3.x"
  },
  "directories": {
    "dist": "dist",
    "src": "src",
    "test": "test"
  },
  "dist": {
    "shasum": "917559ddcce07cbc09ece7d80495e4c268f4ef9f",
    "tarball": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.10.tgz"
  },
  "engines": {
    "node": "*"
  },
  "gitHead": "cbba2f5728cd0a590253cb61efe3dce93c466c5d",
  "homepage": "http://github.com/faisalman/ua-parser-js",
  "keywords": [
    "user-agent",
    "parser",
    "browser",
    "engine",
    "os",
    "device",
    "cpu"
  ],
  "licenses": [
    {
      "type": "GPLv2",
      "url": "http://www.gnu.org/licenses/gpl-2.0.html"
    },
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "src/ua-parser.js",
  "maintainers": [
    {
      "name": "faisalman",
      "email": "fyzlman@gmail.com"
    }
  ],
  "name": "ua-parser-js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faisalman/ua-parser-js.git"
  },
  "scripts": {
    "build": "uglifyjs src/ua-parser.js > dist/ua-parser.min.js --comments '/UAParser\\.js/' && uglifyjs src/ua-parser.js > dist/ua-parser.pack.js --comments '/UAParser\\.js/' --compress --mangle",
    "test": "jshint src/ua-parser.js && mocha -R nyan test/test.js",
    "version": "node ./node_modules/verup 0",
    "verup": "node ./node_modules/verup"
  },
  "title": "UAParser.js",
  "version": "0.7.10",
  "verup": {
    "files": [
      "ua-parser-js.jquery.json",
      "component.json",
      "bower.json",
      "package.js",
      "src/ua-parser.js"
    ],
    "regs": [
      "^((?:\\$|(\\s*\\*\\s*@)|(\\s*(?:var|,)?\\s+))(?:LIBVERSION|version)[\\s\\:='\"]+)([0-9]+(?:\\.[0-9]+){2,2})",
      "^(\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})"
    ]
  }
}
