Initial commit
[yaffs-website] / node_modules / request / node_modules / uuid / package.json
1 {
2   "_args": [
3     [
4       "uuid@^3.0.0",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "uuid@>=3.0.0 <4.0.0",
9   "_id": "uuid@3.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/request/uuid",
13   "_nodeVersion": "6.7.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/uuid-3.0.1.tgz_1480403886767_0.2584113120101392"
17   },
18   "_npmUser": {
19     "email": "shtylman@gmail.com",
20     "name": "defunctzombie"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "uuid",
26     "raw": "uuid@^3.0.0",
27     "rawSpec": "^3.0.0",
28     "scope": null,
29     "spec": ">=3.0.0 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/request"
34   ],
35   "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
36   "_shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
37   "_shrinkwrap": null,
38   "_spec": "uuid@^3.0.0",
39   "_where": "/var/www/yaffs/node_modules/request",
40   "bin": {
41     "uuid": "./bin/uuid"
42   },
43   "browser": {
44     "./lib/rng.js": "./lib/rng-browser.js"
45   },
46   "bugs": {
47     "url": "https://github.com/kelektiv/node-uuid/issues"
48   },
49   "contributors": [
50     {
51       "name": "Robert Kieffer",
52       "email": "robert@broofa.com"
53     },
54     {
55       "name": "Christoph Tavan",
56       "email": "dev@tavan.de"
57     },
58     {
59       "name": "AJ ONeal",
60       "email": "coolaj86@gmail.com"
61     },
62     {
63       "name": "Vincent Voyer",
64       "email": "vincent@zeroload.net"
65     },
66     {
67       "name": "Roman Shtylman",
68       "email": "shtylman@gmail.com"
69     }
70   ],
71   "dependencies": {},
72   "description": "RFC4122 (v1 and v4) generator",
73   "devDependencies": {
74     "mocha": "3.1.2"
75   },
76   "directories": {},
77   "dist": {
78     "shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
79     "tarball": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz"
80   },
81   "gitHead": "374de826de71d8997f71b4641f65552e48956ced",
82   "homepage": "https://github.com/kelektiv/node-uuid#readme",
83   "keywords": [
84     "guid",
85     "rfc4122",
86     "uuid"
87   ],
88   "license": "MIT",
89   "maintainers": [
90     {
91       "name": "broofa",
92       "email": "robert@broofa.com"
93     },
94     {
95       "name": "defunctzombie",
96       "email": "shtylman@gmail.com"
97     },
98     {
99       "name": "vvo",
100       "email": "vincent.voyer@gmail.com"
101     }
102   ],
103   "name": "uuid",
104   "optionalDependencies": {},
105   "readme": "ERROR: No README data found!",
106   "repository": {
107     "type": "git",
108     "url": "git+https://github.com/kelektiv/node-uuid.git"
109   },
110   "scripts": {
111     "test": "mocha test/test.js"
112   },
113   "version": "3.0.1"
114 }