aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/package.json103
1 files changed, 0 insertions, 103 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/package.json
deleted file mode 100644
index 39fa7f18..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/package.json
+++ /dev/null
@@ -1,103 +0,0 @@
-{
- "_args": [
- [
- {
- "raw": "http-proxy@^0.10",
- "scope": null,
- "escapedName": "http-proxy",
- "name": "http-proxy",
- "rawSpec": "^0.10",
- "spec": ">=0.10.0 <0.11.0",
- "type": "range"
- },
- "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
- ]
- ],
- "_from": "http-proxy@>=0.10.0 <0.11.0",
- "_id": "http-proxy@0.10.4",
- "_inCache": true,
- "_location": "/http-proxy",
- "_npmUser": {
- "name": "indexzero",
- "email": "charlie.robbins@gmail.com"
- },
- "_npmVersion": "1.3.22",
- "_phantomChildren": {},
- "_requested": {
- "raw": "http-proxy@^0.10",
- "scope": null,
- "escapedName": "http-proxy",
- "name": "http-proxy",
- "rawSpec": "^0.10",
- "spec": ">=0.10.0 <0.11.0",
- "type": "range"
- },
- "_requiredBy": [
- "/karma"
- ],
- "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz",
- "_shasum": "14ba0ceaa2197f89fa30dea9e7b09e19cd93c22f",
- "_shrinkwrap": null,
- "_spec": "http-proxy@^0.10",
- "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
- "author": {
- "name": "Nodejitsu Inc.",
- "email": "info@nodejitsu.com"
- },
- "bin": {
- "node-http-proxy": "./bin/node-http-proxy"
- },
- "bugs": {
- "url": "https://github.com/nodejitsu/node-http-proxy/issues"
- },
- "dependencies": {
- "colors": "0.x.x",
- "optimist": "0.6.x",
- "pkginfo": "0.3.x",
- "utile": "~0.2.1"
- },
- "description": "A full-featured http reverse proxy for node.js",
- "devDependencies": {
- "async": "0.2.x",
- "request": "2.14.x",
- "socket.io": "0.9.11",
- "socket.io-client": "0.9.11",
- "vows": "0.7.x",
- "ws": "0.4.23"
- },
- "directories": {},
- "dist": {
- "shasum": "14ba0ceaa2197f89fa30dea9e7b09e19cd93c22f",
- "tarball": "https://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz"
- },
- "engines": {
- "node": ">= 0.6.6"
- },
- "homepage": "https://github.com/nodejitsu/node-http-proxy",
- "keywords": [
- "reverse",
- "proxy",
- "http"
- ],
- "main": "./lib/node-http-proxy",
- "maintainers": [
- {
- "name": "indexzero",
- "email": "charlie.robbins@gmail.com"
- }
- ],
- "name": "http-proxy",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/nodejitsu/node-http-proxy.git"
- },
- "scripts": {
- "test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
- "test-core": "test/core/run",
- "test-http": "vows --spec && vows --spec --target=https",
- "test-https": "vows --spec --proxy=https && vows --spec --proxy=https --target=https"
- },
- "version": "0.10.4"
-}