Changeset 59329aa for trip-planner-front/node_modules/http-proxy
- 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/package.json
rceaed42 r59329aa 1 1 { 2 "name": "http-proxy", 3 "version": "1.18.1", 4 "repository": { 5 "type": "git", 6 "url": "https://github.com/http-party/node-http-proxy.git" 2 "_args": [ 3 [ 4 "http-proxy@1.18.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "http-proxy@1.18.1", 10 "_id": "http-proxy@1.18.1", 11 "_inBundle": false, 12 "_integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", 13 "_location": "/http-proxy", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "http-proxy@1.18.1", 19 "name": "http-proxy", 20 "escapedName": "http-proxy", 21 "rawSpec": "1.18.1", 22 "saveSpec": null, 23 "fetchSpec": "1.18.1" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware", 27 "/karma" 28 ], 29 "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", 30 "_spec": "1.18.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Charlie Robbins", 34 "email": "charlie.robbins@gmail.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/http-party/node-http-proxy/issues" 38 }, 39 "dependencies": { 40 "eventemitter3": "^4.0.0", 41 "follow-redirects": "^1.0.0", 42 "requires-port": "^1.0.0" 7 43 }, 8 44 "description": "HTTP proxying for the masses", 9 "author": "Charlie Robbins <charlie.robbins@gmail.com>",10 "maintainers": [11 "jcrugzz <jcrugzz@gmail.com>"12 ],13 "main": "index.js",14 "dependencies": {15 "eventemitter3": "^4.0.0",16 "requires-port": "^1.0.0",17 "follow-redirects": "^1.0.0"18 },19 45 "devDependencies": { 20 46 "async": "^3.0.0", … … 30 56 "ws": "^3.0.0" 31 57 }, 58 "engines": { 59 "node": ">=8.0.0" 60 }, 61 "homepage": "https://github.com/http-party/node-http-proxy#readme", 62 "license": "MIT", 63 "main": "index.js", 64 "maintainers": [ 65 { 66 "name": "jcrugzz", 67 "email": "jcrugzz@gmail.com" 68 } 69 ], 70 "name": "http-proxy", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/http-party/node-http-proxy.git" 74 }, 32 75 "scripts": { 33 76 "mocha": "mocha test/*-test.js", … … 35 78 "version": "auto-changelog -p && git add CHANGELOG.md" 36 79 }, 37 "engines": { 38 "node": ">=8.0.0" 39 }, 40 "license": "MIT" 80 "version": "1.18.1" 41 81 }
Note:
See TracChangeset
for help on using the changeset viewer.