Changeset e29cc2e for trip-planner-front/node_modules/socks-proxy-agent
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/socks-proxy-agent/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "socks-proxy-agent@6.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "socks-proxy-agent@6.1.0", 10 "_id": "socks-proxy-agent@6.1.0", 2 "_from": "socks-proxy-agent@^6.0.0", 3 "_id": "socks-proxy-agent@6.1.1", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==",5 "_integrity": "sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==", 13 6 "_location": "/socks-proxy-agent", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "socks-proxy-agent@ 6.1.0",11 "raw": "socks-proxy-agent@^6.0.0", 19 12 "name": "socks-proxy-agent", 20 13 "escapedName": "socks-proxy-agent", 21 "rawSpec": " 6.1.0",14 "rawSpec": "^6.0.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 6.1.0"16 "fetchSpec": "^6.0.0" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/make-fetch-happen" 27 20 ], 28 "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.0.tgz", 29 "_spec": "6.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz", 22 "_shasum": "e664e8f1aaf4e1fb3df945f09e3d94f911137f87", 23 "_spec": "socks-proxy-agent@^6.0.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\make-fetch-happen", 31 25 "author": { 32 26 "name": "Nathan Rajlich", … … 37 31 "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 35 "agent-base": "^6.0.2", … … 42 37 "socks": "^2.6.1" 43 38 }, 39 "deprecated": false, 44 40 "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", 45 41 "devDependencies": { … … 94 90 "test-lint": "eslint src --ext .js,.ts" 95 91 }, 96 "typings": "dist/index ",97 "version": "6.1. 0"92 "typings": "dist/index.d.ts", 93 "version": "6.1.1" 98 94 }
Note:
See TracChangeset
for help on using the changeset viewer.