• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "uuid@3.3.3",
3  "_id": "uuid@3.3.3",
4  "_inBundle": false,
5  "_integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==",
6  "_location": "/uuid",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "uuid@3.3.3",
12    "name": "uuid",
13    "escapedName": "uuid",
14    "rawSpec": "3.3.3",
15    "saveSpec": null,
16    "fetchSpec": "3.3.3"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/nyc",
22    "/request"
23  ],
24  "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
25  "_shasum": "4568f0216e78760ee1dbf3a4d2cf53e224112866",
26  "_spec": "uuid@3.3.3",
27  "_where": "/Users/mperrotte/npminc/cli",
28  "bin": {
29    "uuid": "./bin/uuid"
30  },
31  "browser": {
32    "./lib/rng.js": "./lib/rng-browser.js",
33    "./lib/sha1.js": "./lib/sha1-browser.js",
34    "./lib/md5.js": "./lib/md5-browser.js"
35  },
36  "bugs": {
37    "url": "https://github.com/kelektiv/node-uuid/issues"
38  },
39  "bundleDependencies": false,
40  "commitlint": {
41    "extends": [
42      "@commitlint/config-conventional"
43    ]
44  },
45  "contributors": [
46    {
47      "name": "Robert Kieffer",
48      "email": "robert@broofa.com"
49    },
50    {
51      "name": "Christoph Tavan",
52      "email": "dev@tavan.de"
53    },
54    {
55      "name": "AJ ONeal",
56      "email": "coolaj86@gmail.com"
57    },
58    {
59      "name": "Vincent Voyer",
60      "email": "vincent@zeroload.net"
61    },
62    {
63      "name": "Roman Shtylman",
64      "email": "shtylman@gmail.com"
65    }
66  ],
67  "deprecated": false,
68  "description": "RFC4122 (v1, v4, and v5) UUIDs",
69  "devDependencies": {
70    "@commitlint/cli": "8.1.0",
71    "@commitlint/config-conventional": "8.1.0",
72    "eslint": "6.2.0",
73    "husky": "3.0.4",
74    "mocha": "6.2.0",
75    "runmd": "1.2.1",
76    "standard-version": "7.0.0"
77  },
78  "homepage": "https://github.com/kelektiv/node-uuid#readme",
79  "keywords": [
80    "uuid",
81    "guid",
82    "rfc4122"
83  ],
84  "license": "MIT",
85  "name": "uuid",
86  "repository": {
87    "type": "git",
88    "url": "git+https://github.com/kelektiv/node-uuid.git"
89  },
90  "scripts": {
91    "commitmsg": "commitlint -E HUSKY_GIT_PARAMS",
92    "md": "runmd --watch --output=README.md README_js.md",
93    "prepare": "runmd --output=README.md README_js.md",
94    "release": "standard-version",
95    "test": "mocha test/test.js"
96  },
97  "version": "3.3.3"
98}
99