Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/socks-proxy-agent/package.json

    rceaed42 r59329aa  
    11{
    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    ]
    97  ],
    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"
    1624  },
    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/"
    2035  },
    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",
    3436  "bugs": {
    3537    "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
     
    4042    "socks": "^2.6.1"
    4143  },
     44  "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
    4245  "devDependencies": {
    4346    "@types/debug": "latest",
     
    5659    "raw-body": "latest",
    5760    "rimraf": "latest",
    58     "socksv5": "TooTallNate/socksv5#fix/dstSock-close-event",
     61    "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
    5962    "typescript": "latest"
    6063  },
    6164  "engines": {
    6265    "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"
    6498}
Note: See TracChangeset for help on using the changeset viewer.