Security update to Drupal 8.4.6
[yaffs-website] / node_modules / node-uuid / package.json
1 {
2   "_args": [
3     [
4       "node-uuid@~1.4.7",
5       "/var/www/yaffs/node_modules/uncss/node_modules/request"
6     ]
7   ],
8   "_from": "node-uuid@>=1.4.7 <1.5.0",
9   "_id": "node-uuid@1.4.7",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/node-uuid",
13   "_nodeVersion": "5.0.0",
14   "_npmUser": {
15     "email": "coolaj86@gmail.com",
16     "name": "coolaj86"
17   },
18   "_npmVersion": "3.3.6",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "node-uuid",
22     "raw": "node-uuid@~1.4.7",
23     "rawSpec": "~1.4.7",
24     "scope": null,
25     "spec": ">=1.4.7 <1.5.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/uncss/request"
30   ],
31   "_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz",
32   "_shasum": "6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f",
33   "_shrinkwrap": null,
34   "_spec": "node-uuid@~1.4.7",
35   "_where": "/var/www/yaffs/node_modules/uncss/node_modules/request",
36   "author": {
37     "email": "robert@broofa.com",
38     "name": "Robert Kieffer"
39   },
40   "bin": {
41     "uuid": "./bin/uuid"
42   },
43   "bugs": {
44     "url": "https://github.com/broofa/node-uuid/issues"
45   },
46   "contributors": [
47     {
48       "name": "AJ ONeal",
49       "email": "coolaj86@gmail.com"
50     },
51     {
52       "name": "Christoph Tavan",
53       "email": "dev@tavan.de"
54     }
55   ],
56   "dependencies": {},
57   "deprecated": "use uuid module instead",
58   "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
59   "devDependencies": {
60     "nyc": "^2.2.0"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f",
65     "tarball": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz"
66   },
67   "gitHead": "309512573ec1c60143c257157479a20f7f1f51cd",
68   "homepage": "https://github.com/broofa/node-uuid",
69   "installable": true,
70   "keywords": [
71     "guid",
72     "rfc4122",
73     "uuid"
74   ],
75   "lib": ".",
76   "licenses": [
77     {
78       "type": "MIT",
79       "url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
80     }
81   ],
82   "main": "./uuid.js",
83   "maintainers": [
84     {
85       "name": "broofa",
86       "email": "robert@broofa.com"
87     },
88     {
89       "name": "coolaj86",
90       "email": "coolaj86@gmail.com"
91     }
92   ],
93   "name": "node-uuid",
94   "optionalDependencies": {},
95   "readme": "ERROR: No README data found!",
96   "repository": {
97     "type": "git",
98     "url": "git+https://github.com/broofa/node-uuid.git"
99   },
100   "scripts": {
101     "coverage": "nyc npm test && nyc report",
102     "test": "node test/test.js"
103   },
104   "url": "http://github.com/broofa/node-uuid",
105   "version": "1.4.7"
106 }