{
  "_args": [
    [
      "device-uuid@1.0.4",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "device-uuid@1.0.4",
  "_id": "device-uuid@1.0.4",
  "_inBundle": false,
  "_integrity": "sha1-9pc+WPGbkqI3rsp7FqOVrnGVqIM=",
  "_location": "/device-uuid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "device-uuid@1.0.4",
    "name": "device-uuid",
    "escapedName": "device-uuid",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/device-uuid/-/device-uuid-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Alexey Gordeyev",
    "email": "aleksej@gordejev.lv",
    "url": "https://github.com/biggora"
  },
  "bugs": {
    "url": "https://github.com/biggora/device-uuid/issues"
  },
  "contributors": [
    {
      "name": "Vitalii Onyshchenko",
      "url": "https://github.com/uzer-ua"
    }
  ],
  "dependencies": {},
  "description": "Fast browser device uuid generation library.",
  "devDependencies": {
    "express": ">= 3.0.0",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-filesize": "0.0.6",
    "gulp-filter": "^4.0.0",
    "gulp-jshint": "^2.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-rimraf": "^0.2.0",
    "gulp-sourcemaps": "^2.1.1",
    "gulp-uglify": "^2.0.0",
    "jshint": "^2.9.3",
    "nodeunit": "*"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "engines": {
    "node": ">=0.8"
  },
  "homepage": "https://github.com/biggora/device-uuid/",
  "keywords": [
    "useragent",
    "browser",
    "device",
    "uuid"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/biggora/device-uuid/blob/master/LICENSE"
    }
  ],
  "main": "./index.js",
  "name": "device-uuid",
  "repository": {
    "type": "git",
    "url": "git://github.com/biggora/device-uuid.git"
  },
  "scripts": {
    "build": "grunt build",
    "express": "node test/express.js",
    "http": "node test/http.js",
    "lint": "make lint",
    "test": "nodeunit  test/browsers.js test/bots_test.js"
  },
  "version": "1.0.4"
}
