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