Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / node_modules / request / node_modules / uuid / package.json
root on 7 May 2019 2 KB Initial commit
{
  "name": "uuid",
  "version": "3.2.1",
  "description": "RFC4122 (v1, v4, and v5) UUIDs",
  "keywords": [
    "uuid",
    "guid",
    "rfc4122"
  ],
  "license": "MIT",
  "bin": {
    "uuid": "./bin/uuid"
  },
  "devDependencies": {
    "eslint": "4.5.0",
    "mocha": "3.1.2",
    "runmd": "1.0.1",
    "standard-version": "4.2.0"
  },
  "scripts": {
    "test": "mocha test/test.js",
    "md": "runmd --watch --output=README.md README_js.md",
    "release": "standard-version",
    "prepare": "runmd --output=README.md README_js.md"
  },
  "browser": {
    "./lib/rng.js": "./lib/rng-browser.js",
    "./lib/sha1.js": "./lib/sha1-browser.js",
    "./lib/md5.js": "./lib/md5-browser.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kelektiv/node-uuid.git"
  },
  "dependencies": {},
  "contributors": [
    {
      "name": "Robert Kieffer",
      "email": "robert@broofa.com"
    },
    {
      "name": "Christoph Tavan",
      "email": "dev@tavan.de"
    },
    {
      "name": "AJ ONeal",
      "email": "coolaj86@gmail.com"
    },
    {
      "name": "Vincent Voyer",
      "email": "vincent@zeroload.net"
    },
    {
      "name": "Roman Shtylman",
      "email": "shtylman@gmail.com"
    }
  ],
  "gitHead": "ce7d3176fc927ab83b4e29b8d5a37b7243ce3360",
  "bugs": {
    "url": "https://github.com/kelektiv/node-uuid/issues"
  },
  "homepage": "https://github.com/kelektiv/node-uuid#readme",
  "_id": "uuid@3.2.1",
  "_npmVersion": "5.5.1",
  "_nodeVersion": "7.10.1",
  "_npmUser": {
    "name": "broofa",
    "email": "robert@broofa.com"
  },
  "maintainers": [
    {
      "name": "broofa",
      "email": "robert@broofa.com"
    },
    {
      "name": "defunctzombie",
      "email": "shtylman@gmail.com"
    },
    {
      "name": "vvo",
      "email": "vincent.voyer@gmail.com"
    }
  ],
  "dist": {
    "integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
    "shasum": "12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14",
    "tarball": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz"
  },
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/uuid-3.2.1.tgz_1516124697652_0.3172094284091145"
  },
  "directories": {},
  "_shasum": "12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14",
  "_from": "uuid@^3.1.0",
  "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
  "readme": "ERROR: No README data found!"
}