Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / response-time / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "response-time@~2.3.1",
6         "scope": null,
7         "escapedName": "response-time",
8         "name": "response-time",
9         "rawSpec": "~2.3.1",
10         "spec": ">=2.3.1 <2.4.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "response-time@>=2.3.1 <2.4.0",
17   "_id": "response-time@2.3.2",
18   "_inCache": true,
19   "_location": "/response-time",
20   "_npmOperationalInternal": {
21     "host": "packages-18-east.internal.npmjs.com",
22     "tmp": "tmp/response-time-2.3.2.tgz_1479259984678_0.6870394593570381"
23   },
24   "_npmUser": {
25     "name": "dougwilson",
26     "email": "doug@somethingdoug.com"
27   },
28   "_npmVersion": "1.4.28",
29   "_phantomChildren": {},
30   "_requested": {
31     "raw": "response-time@~2.3.1",
32     "scope": null,
33     "escapedName": "response-time",
34     "name": "response-time",
35     "rawSpec": "~2.3.1",
36     "spec": ">=2.3.1 <2.4.0",
37     "type": "range"
38   },
39   "_requiredBy": [
40     "/connect"
41   ],
42   "_resolved": "https://registry.npmjs.org/response-time/-/response-time-2.3.2.tgz",
43   "_shasum": "ffa71bab952d62f7c1d49b7434355fbc68dffc5a",
44   "_shrinkwrap": null,
45   "_spec": "response-time@~2.3.1",
46   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
47   "author": {
48     "name": "Jonathan Ong",
49     "email": "me@jongleberry.com",
50     "url": "http://jongleberry.com"
51   },
52   "bugs": {
53     "url": "https://github.com/expressjs/response-time/issues"
54   },
55   "contributors": [
56     {
57       "name": "Douglas Christopher Wilson",
58       "email": "doug@somethingdoug.com"
59     }
60   ],
61   "dependencies": {
62     "depd": "~1.1.0",
63     "on-headers": "~1.0.1"
64   },
65   "description": "Response time for Node.js servers",
66   "devDependencies": {
67     "after": "0.8.2",
68     "eslint": "3.10.1",
69     "eslint-config-standard": "6.2.1",
70     "eslint-plugin-promise": "3.3.2",
71     "eslint-plugin-standard": "2.0.1",
72     "istanbul": "0.4.5",
73     "mocha": "2.5.3",
74     "supertest": "1.1.0"
75   },
76   "directories": {},
77   "dist": {
78     "shasum": "ffa71bab952d62f7c1d49b7434355fbc68dffc5a",
79     "tarball": "https://registry.npmjs.org/response-time/-/response-time-2.3.2.tgz"
80   },
81   "engines": {
82     "node": ">= 0.8.0"
83   },
84   "files": [
85     "LICENSE",
86     "HISTORY.md",
87     "index.js"
88   ],
89   "gitHead": "34c40bc97bcd7e54e13b33f77ee231ca2032de6c",
90   "homepage": "https://github.com/expressjs/response-time",
91   "keywords": [
92     "http",
93     "res",
94     "response time",
95     "x-response-time"
96   ],
97   "license": "MIT",
98   "maintainers": [
99     {
100       "name": "defunctzombie",
101       "email": "shtylman@gmail.com"
102     },
103     {
104       "name": "dougwilson",
105       "email": "doug@somethingdoug.com"
106     },
107     {
108       "name": "fishrock123",
109       "email": "fishrock123@rocketmail.com"
110     },
111     {
112       "name": "jongleberry",
113       "email": "jonathanrichardong@gmail.com"
114     },
115     {
116       "name": "mscdex",
117       "email": "mscdex@mscdex.net"
118     },
119     {
120       "name": "tjholowaychuk",
121       "email": "tj@vision-media.ca"
122     }
123   ],
124   "name": "response-time",
125   "optionalDependencies": {},
126   "readme": "ERROR: No README data found!",
127   "repository": {
128     "type": "git",
129     "url": "git+https://github.com/expressjs/response-time.git"
130   },
131   "scripts": {
132     "lint": "eslint .",
133     "test": "mocha --reporter spec --bail --check-leaks test/",
134     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
135     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
136   },
137   "version": "2.3.2"
138 }