source: trip-planner-front/node_modules/socks-proxy-agent/package.json@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_from": "socks-proxy-agent@^6.0.0",
3 "_id": "socks-proxy-agent@6.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==",
6 "_location": "/socks-proxy-agent",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "socks-proxy-agent@^6.0.0",
12 "name": "socks-proxy-agent",
13 "escapedName": "socks-proxy-agent",
14 "rawSpec": "^6.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^6.0.0"
17 },
18 "_requiredBy": [
19 "/make-fetch-happen"
20 ],
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",
25 "author": {
26 "name": "Nathan Rajlich",
27 "email": "nathan@tootallnate.net",
28 "url": "http://n8.io/"
29 },
30 "bugs": {
31 "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "agent-base": "^6.0.2",
36 "debug": "^4.3.1",
37 "socks": "^2.6.1"
38 },
39 "deprecated": false,
40 "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
41 "devDependencies": {
42 "@types/debug": "latest",
43 "@types/node": "latest",
44 "@typescript-eslint/eslint-plugin": "latest",
45 "@typescript-eslint/parser": "latest",
46 "eslint": "latest",
47 "eslint-config-airbnb": "latest",
48 "eslint-config-prettier": "latest",
49 "eslint-import-resolver-typescript": "latest",
50 "eslint-plugin-import": "latest",
51 "eslint-plugin-jsx-a11y": "latest",
52 "eslint-plugin-react": "latest",
53 "mocha": "latest",
54 "proxy": "latest",
55 "raw-body": "latest",
56 "rimraf": "latest",
57 "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
58 "typescript": "latest"
59 },
60 "engines": {
61 "node": ">= 10"
62 },
63 "files": [
64 "dist"
65 ],
66 "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
67 "keywords": [
68 "socks",
69 "socks4",
70 "socks4a",
71 "socks5",
72 "socks5h",
73 "proxy",
74 "http",
75 "https",
76 "agent"
77 ],
78 "license": "MIT",
79 "main": "dist/index",
80 "name": "socks-proxy-agent",
81 "repository": {
82 "type": "git",
83 "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
84 },
85 "scripts": {
86 "build": "tsc",
87 "prebuild": "rimraf dist",
88 "prepublishOnly": "npm run build",
89 "test": "mocha --reporter spec",
90 "test-lint": "eslint src --ext .js,.ts"
91 },
92 "typings": "dist/index.d.ts",
93 "version": "6.1.1"
94}
Note: See TracBrowser for help on using the repository browser.