Changeset 59329aa for trip-planner-front/node_modules/socks-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/socks-proxy-agent/package.json
rceaed42 r59329aa 1 1 { 2 "name": "socks-proxy-agent", 3 "version": "6.1.0", 4 "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", 5 "main": "dist/index", 6 "typings": "dist/index", 7 "files": [ 8 "dist" 2 "_args": [ 3 [ 4 "socks-proxy-agent@6.1.0", 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 --reporter spec", 14 "test-lint": "eslint src --ext .js,.ts", 15 "prepublishOnly": "npm run build" 8 "_development": true, 9 "_from": "socks-proxy-agent@6.1.0", 10 "_id": "socks-proxy-agent@6.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==", 13 "_location": "/socks-proxy-agent", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "socks-proxy-agent@6.1.0", 19 "name": "socks-proxy-agent", 20 "escapedName": "socks-proxy-agent", 21 "rawSpec": "6.1.0", 22 "saveSpec": null, 23 "fetchSpec": "6.1.0" 16 24 }, 17 "repository": { 18 "type": "git", 19 "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git" 25 "_requiredBy": [ 26 "/make-fetch-happen" 27 ], 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", 31 "author": { 32 "name": "Nathan Rajlich", 33 "email": "nathan@tootallnate.net", 34 "url": "http://n8.io/" 20 35 }, 21 "keywords": [22 "socks",23 "socks4",24 "socks4a",25 "socks5",26 "socks5h",27 "proxy",28 "http",29 "https",30 "agent"31 ],32 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",33 "license": "MIT",34 36 "bugs": { 35 37 "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues" … … 40 42 "socks": "^2.6.1" 41 43 }, 44 "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", 42 45 "devDependencies": { 43 46 "@types/debug": "latest", … … 56 59 "raw-body": "latest", 57 60 "rimraf": "latest", 58 "socksv5": " TooTallNate/socksv5#fix/dstSock-close-event",61 "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event", 59 62 "typescript": "latest" 60 63 }, 61 64 "engines": { 62 65 "node": ">= 10" 63 } 66 }, 67 "files": [ 68 "dist" 69 ], 70 "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", 71 "keywords": [ 72 "socks", 73 "socks4", 74 "socks4a", 75 "socks5", 76 "socks5h", 77 "proxy", 78 "http", 79 "https", 80 "agent" 81 ], 82 "license": "MIT", 83 "main": "dist/index", 84 "name": "socks-proxy-agent", 85 "repository": { 86 "type": "git", 87 "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git" 88 }, 89 "scripts": { 90 "build": "tsc", 91 "prebuild": "rimraf dist", 92 "prepublishOnly": "npm run build", 93 "test": "mocha --reporter spec", 94 "test-lint": "eslint src --ext .js,.ts" 95 }, 96 "typings": "dist/index", 97 "version": "6.1.0" 64 98 }
Note:
See TracChangeset
for help on using the changeset viewer.