Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / basic-auth / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "basic-auth@~1.0.3",
6         "scope": null,
7         "escapedName": "basic-auth",
8         "name": "basic-auth",
9         "rawSpec": "~1.0.3",
10         "spec": ">=1.0.3 <1.1.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\morgan"
14     ]
15   ],
16   "_from": "basic-auth@>=1.0.3 <1.1.0",
17   "_id": "basic-auth@1.0.4",
18   "_inCache": true,
19   "_location": "/basic-auth",
20   "_nodeVersion": "4.4.3",
21   "_npmOperationalInternal": {
22     "host": "packages-16-east.internal.npmjs.com",
23     "tmp": "tmp/basic-auth-1.0.4.tgz_1462938878912_0.717464140150696"
24   },
25   "_npmUser": {
26     "name": "dougwilson",
27     "email": "doug@somethingdoug.com"
28   },
29   "_npmVersion": "2.15.1",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "basic-auth@~1.0.3",
33     "scope": null,
34     "escapedName": "basic-auth",
35     "name": "basic-auth",
36     "rawSpec": "~1.0.3",
37     "spec": ">=1.0.3 <1.1.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/morgan"
42   ],
43   "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz",
44   "_shasum": "030935b01de7c9b94a824b29f3fccb750d3a5290",
45   "_shrinkwrap": null,
46   "_spec": "basic-auth@~1.0.3",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\morgan",
48   "bugs": {
49     "url": "https://github.com/jshttp/basic-auth/issues"
50   },
51   "dependencies": {},
52   "description": "node.js basic auth parser",
53   "devDependencies": {
54     "istanbul": "0.4.3",
55     "mocha": "1.21.5"
56   },
57   "directories": {},
58   "dist": {
59     "shasum": "030935b01de7c9b94a824b29f3fccb750d3a5290",
60     "tarball": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz"
61   },
62   "engines": {
63     "node": ">= 0.6"
64   },
65   "files": [
66     "HISTORY.md",
67     "LICENSE",
68     "index.js"
69   ],
70   "gitHead": "4682d99600383bad5a266efbaa5055657dd9891d",
71   "homepage": "https://github.com/jshttp/basic-auth#readme",
72   "keywords": [
73     "basic",
74     "auth",
75     "authorization",
76     "basicauth"
77   ],
78   "license": "MIT",
79   "maintainers": [
80     {
81       "name": "dougwilson",
82       "email": "doug@somethingdoug.com"
83     },
84     {
85       "name": "jonathanong",
86       "email": "jonathanrichardong@gmail.com"
87     },
88     {
89       "name": "jongleberry",
90       "email": "jonathanrichardong@gmail.com"
91     },
92     {
93       "name": "tjholowaychuk",
94       "email": "tj@vision-media.ca"
95     }
96   ],
97   "name": "basic-auth",
98   "optionalDependencies": {},
99   "readme": "ERROR: No README data found!",
100   "repository": {
101     "type": "git",
102     "url": "git+https://github.com/jshttp/basic-auth.git"
103   },
104   "scripts": {
105     "test": "mocha --check-leaks --reporter spec --bail",
106     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
107     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
108   },
109   "version": "1.0.4"
110 }