Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / http-proxy / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "http-proxy@^0.10",
6         "scope": null,
7         "escapedName": "http-proxy",
8         "name": "http-proxy",
9         "rawSpec": "^0.10",
10         "spec": ">=0.10.0 <0.11.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
14     ]
15   ],
16   "_from": "http-proxy@>=0.10.0 <0.11.0",
17   "_id": "http-proxy@0.10.4",
18   "_inCache": true,
19   "_location": "/http-proxy",
20   "_npmUser": {
21     "name": "indexzero",
22     "email": "charlie.robbins@gmail.com"
23   },
24   "_npmVersion": "1.3.22",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "http-proxy@^0.10",
28     "scope": null,
29     "escapedName": "http-proxy",
30     "name": "http-proxy",
31     "rawSpec": "^0.10",
32     "spec": ">=0.10.0 <0.11.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/karma"
37   ],
38   "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz",
39   "_shasum": "14ba0ceaa2197f89fa30dea9e7b09e19cd93c22f",
40   "_shrinkwrap": null,
41   "_spec": "http-proxy@^0.10",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
43   "author": {
44     "name": "Nodejitsu Inc.",
45     "email": "info@nodejitsu.com"
46   },
47   "bin": {
48     "node-http-proxy": "./bin/node-http-proxy"
49   },
50   "bugs": {
51     "url": "https://github.com/nodejitsu/node-http-proxy/issues"
52   },
53   "dependencies": {
54     "colors": "0.x.x",
55     "optimist": "0.6.x",
56     "pkginfo": "0.3.x",
57     "utile": "~0.2.1"
58   },
59   "description": "A full-featured http reverse proxy for node.js",
60   "devDependencies": {
61     "async": "0.2.x",
62     "request": "2.14.x",
63     "socket.io": "0.9.11",
64     "socket.io-client": "0.9.11",
65     "vows": "0.7.x",
66     "ws": "0.4.23"
67   },
68   "directories": {},
69   "dist": {
70     "shasum": "14ba0ceaa2197f89fa30dea9e7b09e19cd93c22f",
71     "tarball": "https://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz"
72   },
73   "engines": {
74     "node": ">= 0.6.6"
75   },
76   "homepage": "https://github.com/nodejitsu/node-http-proxy",
77   "keywords": [
78     "reverse",
79     "proxy",
80     "http"
81   ],
82   "main": "./lib/node-http-proxy",
83   "maintainers": [
84     {
85       "name": "indexzero",
86       "email": "charlie.robbins@gmail.com"
87     }
88   ],
89   "name": "http-proxy",
90   "optionalDependencies": {},
91   "readme": "ERROR: No README data found!",
92   "repository": {
93     "type": "git",
94     "url": "git+ssh://git@github.com/nodejitsu/node-http-proxy.git"
95   },
96   "scripts": {
97     "test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
98     "test-core": "test/core/run",
99     "test-http": "vows --spec && vows --spec --target=https",
100     "test-https": "vows --spec --proxy=https && vows --spec --proxy=https --target=https"
101   },
102   "version": "0.10.4"
103 }