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