Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / hawk / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "hawk@~3.1.0",
6         "scope": null,
7         "escapedName": "hawk",
8         "name": "hawk",
9         "rawSpec": "~3.1.0",
10         "spec": ">=3.1.0 <3.2.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\request"
14     ]
15   ],
16   "_from": "hawk@>=3.1.0 <3.2.0",
17   "_id": "hawk@3.1.3",
18   "_inCache": true,
19   "_location": "/hawk",
20   "_nodeVersion": "5.4.1",
21   "_npmUser": {
22     "name": "hueniverse",
23     "email": "eran@hammer.io"
24   },
25   "_npmVersion": "3.3.12",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "hawk@~3.1.0",
29     "scope": null,
30     "escapedName": "hawk",
31     "name": "hawk",
32     "rawSpec": "~3.1.0",
33     "spec": ">=3.1.0 <3.2.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/request"
38   ],
39   "_resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
40   "_shasum": "078444bd7c1640b0fe540d2c9b73d59678e8e1c4",
41   "_shrinkwrap": null,
42   "_spec": "hawk@~3.1.0",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\request",
44   "author": {
45     "name": "Eran Hammer",
46     "email": "eran@hammer.io",
47     "url": "http://hueniverse.com"
48   },
49   "browser": "./lib/browser.js",
50   "bugs": {
51     "url": "https://github.com/hueniverse/hawk/issues"
52   },
53   "contributors": [],
54   "dependencies": {
55     "boom": "2.x.x",
56     "cryptiles": "2.x.x",
57     "hoek": "2.x.x",
58     "sntp": "1.x.x"
59   },
60   "description": "HTTP Hawk Authentication Scheme",
61   "devDependencies": {
62     "code": "1.x.x",
63     "lab": "5.x.x"
64   },
65   "directories": {},
66   "dist": {
67     "shasum": "078444bd7c1640b0fe540d2c9b73d59678e8e1c4",
68     "tarball": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz"
69   },
70   "engines": {
71     "node": ">=0.10.32"
72   },
73   "gitHead": "2f0b93b34ed9b0ebc865838ef70c6a4035591430",
74   "homepage": "https://github.com/hueniverse/hawk#readme",
75   "keywords": [
76     "http",
77     "authentication",
78     "scheme",
79     "hawk"
80   ],
81   "license": "BSD-3-Clause",
82   "main": "lib/index.js",
83   "maintainers": [
84     {
85       "name": "hueniverse",
86       "email": "eran@hueniverse.com"
87     }
88   ],
89   "name": "hawk",
90   "optionalDependencies": {},
91   "readme": "ERROR: No README data found!",
92   "repository": {
93     "type": "git",
94     "url": "git://github.com/hueniverse/hawk.git"
95   },
96   "scripts": {
97     "test": "lab -a code -t 100 -L",
98     "test-cov-html": "lab -a code -r html -o coverage.html"
99   },
100   "version": "3.1.3"
101 }