UNPKG

caching-proxy

Version:

A caching proxy server useable in your front-end projects to cache API requests and rewrite their responses as needed to be routed through server - for tradeshows, demos, data that you know will be retired someday, and load testing in shared environments

47 lines (46 loc) 1.68 kB
{ "name": "caching-proxy", "description": "A caching proxy server useable in your front-end projects to cache API requests and rewrite their responses as needed to be routed through server - for tradeshows, demos, data that you know will be retired someday, and load testing in shared environments (exmample CloudTV where a server could be running thousands of browser sessions at once and you want to test server scalability independent of APIs an app might depend on, ala activevideo.com)", "version": "1.3.3", "author": "Chad Wagner <cwagner@activevideo.com> (http://developer.activevideo.com/), Steve Oziel <S.Oziel@activevideo.com> ", "keywords": [ "test", "testing", "mock", "stub", "http", "vcr", "api", "server" ], "main": "lib/caching-proxy", "directories": { "doc": "./doc", "lib": "./lib" }, "scripts": { "start": "node start.js -p 8092 -d data -e token,rand", "startdev": "node $NODE_DEBUG_OPTION start.js -p 8092 -d data -e token,rand", "startdev-with-parent-proxy": "node $NODE_DEBUG_OPTION start.js -p 8092 -d data -e token,rand --proxyHost 172.19.241.101 --proxyPort 3128" }, "dependencies": { "dateformat": "^2.0.0", "file-type": "^3.8.0", "follow-redirects": ">=0.0.3", "https-proxy-agent": "^2.2.1", "mkdirp": ">=0.5.0", "optimist": ">=0.6.1", "pm2": "^2.1.6", "request": ">=2.49.0", "sanitize-filename": ">=1.3.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "https://github.com/active-video/caching-proxy" }, "bugs": { "url": "https://github.com/active-video/caching-proxy/issues" }, "license": "MIT" }