{
  "_args": [
    [
      "uuid@1.4.2",
      "/var/www/html/mediplus"
    ]
  ],
  "_from": "uuid@1.4.2",
  "_id": "uuid@1.4.2",
  "_inBundle": false,
  "_integrity": "sha1-RTAZ9oaWam34PNxSROfJkOzDMvw=",
  "_location": "/uuid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "uuid@1.4.2",
    "name": "uuid",
    "escapedName": "uuid",
    "rawSpec": "1.4.2",
    "saveSpec": null,
    "fetchSpec": "1.4.2"
  },
  "_requiredBy": [
    "/tempfile"
  ],
  "_resolved": "https://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz",
  "_spec": "1.4.2",
  "_where": "/var/www/html/mediplus",
  "author": {
    "name": "Robert Kieffer",
    "email": "robert@broofa.com"
  },
  "browser": {
    "./rng.js": "./rng-browser.js",
    "./buffer.js": "./buffer-browser.js"
  },
  "bugs": {
    "url": "https://github.com/shtylman/node-uuid/issues"
  },
  "contributors": [
    {
      "name": "Christoph Tavan",
      "email": "dev@tavan.de"
    },
    {
      "name": "Vincent Voyer",
      "email": "vincent@zeroload.net"
    }
  ],
  "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  "devDependencies": {
    "mocha": "1.8.0"
  },
  "homepage": "https://github.com/shtylman/node-uuid#readme",
  "keywords": [
    "uuid",
    "guid",
    "rfc4122"
  ],
  "main": "./uuid.js",
  "name": "uuid",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shtylman/node-uuid.git"
  },
  "scripts": {
    "test": "mocha test/test.js"
  },
  "testling": {
    "browsers": [
      "ie6..latest",
      "firefox/3.6..latest",
      "chrome/22..latest",
      "safari/5.1..latest"
    ],
    "harness": "mocha-tdd",
    "files": "test/*.js"
  },
  "version": "1.4.2"
}
