Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / fresh / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "fresh@0.3.0",
6         "scope": null,
7         "escapedName": "fresh",
8         "name": "fresh",
9         "rawSpec": "0.3.0",
10         "spec": "0.3.0",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "fresh@0.3.0",
17   "_id": "fresh@0.3.0",
18   "_inCache": true,
19   "_location": "/fresh",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "fresh@0.3.0",
28     "scope": null,
29     "escapedName": "fresh",
30     "name": "fresh",
31     "rawSpec": "0.3.0",
32     "spec": "0.3.0",
33     "type": "version"
34   },
35   "_requiredBy": [
36     "/connect",
37     "/send",
38     "/serve-favicon"
39   ],
40   "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
41   "_shasum": "651f838e22424e7566de161d8358caa199f83d4f",
42   "_shrinkwrap": null,
43   "_spec": "fresh@0.3.0",
44   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
45   "author": {
46     "name": "TJ Holowaychuk",
47     "email": "tj@vision-media.ca",
48     "url": "http://tjholowaychuk.com"
49   },
50   "bugs": {
51     "url": "https://github.com/jshttp/fresh/issues"
52   },
53   "contributors": [
54     {
55       "name": "Douglas Christopher Wilson",
56       "email": "doug@somethingdoug.com"
57     },
58     {
59       "name": "Jonathan Ong",
60       "email": "me@jongleberry.com",
61       "url": "http://jongleberry.com"
62     }
63   ],
64   "dependencies": {},
65   "description": "HTTP response freshness testing",
66   "devDependencies": {
67     "istanbul": "0.3.9",
68     "mocha": "1.21.5"
69   },
70   "directories": {},
71   "dist": {
72     "shasum": "651f838e22424e7566de161d8358caa199f83d4f",
73     "tarball": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz"
74   },
75   "engines": {
76     "node": ">= 0.6"
77   },
78   "files": [
79     "HISTORY.md",
80     "LICENSE",
81     "index.js"
82   ],
83   "gitHead": "14616c9748368ca08cd6a955dd88ab659b778634",
84   "homepage": "https://github.com/jshttp/fresh",
85   "keywords": [
86     "fresh",
87     "http",
88     "conditional",
89     "cache"
90   ],
91   "license": "MIT",
92   "maintainers": [
93     {
94       "name": "tjholowaychuk",
95       "email": "tj@vision-media.ca"
96     },
97     {
98       "name": "jonathanong",
99       "email": "jonathanrichardong@gmail.com"
100     },
101     {
102       "name": "dougwilson",
103       "email": "doug@somethingdoug.com"
104     },
105     {
106       "name": "jongleberry",
107       "email": "jonathanrichardong@gmail.com"
108     }
109   ],
110   "name": "fresh",
111   "optionalDependencies": {},
112   "readme": "ERROR: No README data found!",
113   "repository": {
114     "type": "git",
115     "url": "git+https://github.com/jshttp/fresh.git"
116   },
117   "scripts": {
118     "test": "mocha --reporter spec --bail --check-leaks test/",
119     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
120     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
121   },
122   "version": "0.3.0"
123 }