Changeset 59329aa for trip-planner-front/node_modules/http-proxy-agent
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/http-proxy-agent/package.json
rceaed42 r59329aa 1 1 { 2 "name": "http-proxy-agent", 3 "version": "4.0.1", 4 "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", 5 "main": "./dist/index.js", 6 "types": "./dist/index.d.ts", 7 "files": [ 8 "dist" 2 "_args": [ 3 [ 4 "http-proxy-agent@4.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "scripts": { 11 "prebuild": "rimraf dist", 12 "build": "tsc", 13 "test": "mocha", 14 "test-lint": "eslint src --ext .js,.ts", 15 "prepublishOnly": "npm run build" 8 "_development": true, 9 "_from": "http-proxy-agent@4.0.1", 10 "_id": "http-proxy-agent@4.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", 13 "_location": "/http-proxy-agent", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "http-proxy-agent@4.0.1", 19 "name": "http-proxy-agent", 20 "escapedName": "http-proxy-agent", 21 "rawSpec": "4.0.1", 22 "saveSpec": null, 23 "fetchSpec": "4.0.1" 16 24 }, 17 "repository": { 18 "type": "git", 19 "url": "git://github.com/TooTallNate/node-http-proxy-agent.git" 25 "_requiredBy": [ 26 "/make-fetch-happen" 27 ], 28 "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", 29 "_spec": "4.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Nathan Rajlich", 33 "email": "nathan@tootallnate.net", 34 "url": "http://n8.io/" 20 35 }, 21 "keywords": [22 "http",23 "proxy",24 "endpoint",25 "agent"26 ],27 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",28 "license": "MIT",29 36 "bugs": { 30 37 "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues" … … 35 42 "debug": "4" 36 43 }, 44 "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", 37 45 "devDependencies": { 38 46 "@types/debug": "4", … … 54 62 "engines": { 55 63 "node": ">= 6" 56 } 64 }, 65 "files": [ 66 "dist" 67 ], 68 "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme", 69 "keywords": [ 70 "http", 71 "proxy", 72 "endpoint", 73 "agent" 74 ], 75 "license": "MIT", 76 "main": "./dist/index.js", 77 "name": "http-proxy-agent", 78 "repository": { 79 "type": "git", 80 "url": "git://github.com/TooTallNate/node-http-proxy-agent.git" 81 }, 82 "scripts": { 83 "build": "tsc", 84 "prebuild": "rimraf dist", 85 "prepublishOnly": "npm run build", 86 "test": "mocha", 87 "test-lint": "eslint src --ext .js,.ts" 88 }, 89 "types": "./dist/index.d.ts", 90 "version": "4.0.1" 57 91 }
Note:
See TracChangeset
for help on using the changeset viewer.