Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / express-session / node_modules / uid-safe / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "uid-safe@~2.0.0",
6         "scope": null,
7         "escapedName": "uid-safe",
8         "name": "uid-safe",
9         "rawSpec": "~2.0.0",
10         "spec": ">=2.0.0 <2.1.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\express-session"
14     ]
15   ],
16   "_from": "uid-safe@>=2.0.0 <2.1.0",
17   "_id": "uid-safe@2.0.0",
18   "_inCache": true,
19   "_location": "/express-session/uid-safe",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "uid-safe@~2.0.0",
28     "scope": null,
29     "escapedName": "uid-safe",
30     "name": "uid-safe",
31     "rawSpec": "~2.0.0",
32     "spec": ">=2.0.0 <2.1.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/express-session"
37   ],
38   "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz",
39   "_shasum": "a7f3c6ca64a1f6a5d04ec0ef3e4c3d5367317137",
40   "_shrinkwrap": null,
41   "_spec": "uid-safe@~2.0.0",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\express-session",
43   "bugs": {
44     "url": "https://github.com/crypto-utils/uid-safe/issues"
45   },
46   "contributors": [
47     {
48       "name": "Douglas Christopher Wilson",
49       "email": "doug@somethingdoug.com"
50     },
51     {
52       "name": "Jonathan Ong",
53       "email": "me@jongleberry.com",
54       "url": "http://jongleberry.com"
55     }
56   ],
57   "dependencies": {
58     "base64-url": "1.2.1"
59   },
60   "description": "URL and cookie safe UIDs",
61   "devDependencies": {
62     "bluebird": "2.9.25",
63     "istanbul": "0.3.9",
64     "mocha": "~2.2.4",
65     "proxyquire": "~1.2.0"
66   },
67   "directories": {},
68   "dist": {
69     "shasum": "a7f3c6ca64a1f6a5d04ec0ef3e4c3d5367317137",
70     "tarball": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz"
71   },
72   "engines": {
73     "node": ">= 0.8"
74   },
75   "files": [
76     "LICENSE",
77     "HISTORY.md",
78     "README.md",
79     "index.js"
80   ],
81   "gitHead": "bf6e105748aec52992efc6da50964378984f49e9",
82   "homepage": "https://github.com/crypto-utils/uid-safe",
83   "keywords": [
84     "random",
85     "generator",
86     "uid",
87     "safe"
88   ],
89   "license": "MIT",
90   "maintainers": [
91     {
92       "name": "jongleberry",
93       "email": "jonathanrichardong@gmail.com"
94     },
95     {
96       "name": "dougwilson",
97       "email": "doug@somethingdoug.com"
98     },
99     {
100       "name": "fishrock123",
101       "email": "fishrock123@rocketmail.com"
102     }
103   ],
104   "name": "uid-safe",
105   "optionalDependencies": {},
106   "readme": "ERROR: No README data found!",
107   "repository": {
108     "type": "git",
109     "url": "git+https://github.com/crypto-utils/uid-safe.git"
110   },
111   "scripts": {
112     "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
113     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
114     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
115   },
116   "version": "2.0.0"
117 }