Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

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

    r59329aa re29cc2e  
    11{
    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",
    114  "_inBundle": false,
    12   "_integrity": "sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==",
     5  "_integrity": "sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==",
    136  "_location": "/socks-proxy-agent",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "socks-proxy-agent@6.1.0",
     11    "raw": "socks-proxy-agent@^6.0.0",
    1912    "name": "socks-proxy-agent",
    2013    "escapedName": "socks-proxy-agent",
    21     "rawSpec": "6.1.0",
     14    "rawSpec": "^6.0.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "6.1.0"
     16    "fetchSpec": "^6.0.0"
    2417  },
    2518  "_requiredBy": [
    2619    "/make-fetch-happen"
    2720  ],
    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",
    3125  "author": {
    3226    "name": "Nathan Rajlich",
     
    3731    "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
    3832  },
     33  "bundleDependencies": false,
    3934  "dependencies": {
    4035    "agent-base": "^6.0.2",
     
    4237    "socks": "^2.6.1"
    4338  },
     39  "deprecated": false,
    4440  "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
    4541  "devDependencies": {
     
    9490    "test-lint": "eslint src --ext .js,.ts"
    9591  },
    96   "typings": "dist/index",
    97   "version": "6.1.0"
     92  "typings": "dist/index.d.ts",
     93  "version": "6.1.1"
    9894}
Note: See TracChangeset for help on using the changeset viewer.