{
  "_from": "uuid@2.0.1",
  "_id": "uuid@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-nWg9+Oa3qD2CQzHIP4qKUqwNfzKn8P0LtFhotaCTFchsV7ZfDhAybeip/HZVeMIpZi9JgY1E3nUlwaCmZT1sEg==",
  "_location": "/uuid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "uuid@2.0.1",
    "name": "uuid",
    "escapedName": "uuid",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/ethers"
  ],
  "_resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz",
  "_shasum": "c2a30dedb3e535d72ccf82e343941a50ba8533ac",
  "_spec": "uuid@2.0.1",
  "_where": "/home3/vjmuxybm/public_html/projects.eccyb.org/app/node_modules/ethers",
  "author": {
    "name": "Robert Kieffer",
    "email": "robert@broofa.com"
  },
  "browser": {
    "./rng.js": "./rng-browser.js"
  },
  "bugs": {
    "url": "https://github.com/shtylman/node-uuid/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Christoph Tavan",
      "email": "dev@tavan.de"
    },
    {
      "name": "Vincent Voyer",
      "email": "vincent@zeroload.net"
    }
  ],
  "deprecated": "Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.",
  "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": "2.0.1"
}
