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