{ "_from": "proxy@^1.0.2", "_id": "proxy@1.0.2", "_inBundle": false, "_integrity": "sha512-KNac2ueWRpjbUh77OAFPZuNdfEqNynm9DD4xHT14CccGpW8wKZwEkN0yjlb7X9G9Z9F55N0Q+1z+WfgAhwYdzQ==", "_location": "/proxy", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "proxy@^1.0.2", "name": "proxy", "escapedName": "proxy", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/proxy/-/proxy-1.0.2.tgz", "_shasum": "e0cfbe11c0a7a8b238fd2d7134de4e2867578e7f", "_spec": "proxy@^1.0.2", "_where": "/home/l/plc/node-red", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bin": { "proxy": "bin/proxy.js" }, "bugs": { "url": "https://github.com/TooTallNate/proxy/issues" }, "bundleDependencies": false, "dependencies": { "args": "5.0.1", "basic-auth-parser": "0.0.2", "debug": "^4.1.1" }, "deprecated": false, "description": "An HTTP proxy written with Node.js (think Squid)", "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^10.5.3", "@typescript-eslint/eslint-plugin": "1.6.0", "@typescript-eslint/parser": "1.1.0", "cpy-cli": "^2.0.0", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "4.1.0", "eslint-import-resolver-typescript": "1.1.1", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", "mocha": "6", "pkg": "^4.3.5", "rimraf": "^3.0.0", "typescript": "^3.6.4" }, "homepage": "https://github.com/TooTallNate/proxy#readme", "keywords": [ "http", "https", "proxy", "connect", "tunnel", "squid", "privoxy", "apache", "mod_proxy", "via", "x-forwarded-for" ], "license": "MIT", "main": "proxy.js", "name": "proxy", "pkg": { "targets": [ "node8-alpine-x64", "node8-linux-x64", "node8-macos-x64", "node8-win-x64" ] }, "repository": { "type": "git", "url": "git://github.com/TooTallNate/proxy.git" }, "scripts": { "start": "node ./bin/proxy.js", "test": "mocha --reporter spec" }, "version": "1.0.2" }