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/https-proxy-agent/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "https-proxy-agent",
    3   "version": "5.0.0",
    4   "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
    5   "main": "dist/index",
    6   "types": "dist/index",
    7   "files": [
    8     "dist"
     2  "_args": [
     3    [
     4      "https-proxy-agent@5.0.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": "https-proxy-agent@5.0.0",
     10  "_id": "https-proxy-agent@5.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
     13  "_location": "/https-proxy-agent",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "https-proxy-agent@5.0.0",
     19    "name": "https-proxy-agent",
     20    "escapedName": "https-proxy-agent",
     21    "rawSpec": "5.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.0"
    1624  },
    17   "repository": {
    18     "type": "git",
    19     "url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/make-fetch-happen"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
     30  "_spec": "5.0.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Nathan Rajlich",
     34    "email": "nathan@tootallnate.net",
     35    "url": "http://n8.io/"
    2036  },
    21   "keywords": [
    22     "https",
    23     "proxy",
    24     "endpoint",
    25     "agent"
    26   ],
    27   "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
    28   "license": "MIT",
    2937  "bugs": {
    3038    "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
     
    3442    "debug": "4"
    3543  },
     44  "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
    3645  "devDependencies": {
    3746    "@types/debug": "4",
     
    5362  "engines": {
    5463    "node": ">= 6"
    55   }
     64  },
     65  "files": [
     66    "dist"
     67  ],
     68  "homepage": "https://github.com/TooTallNate/node-https-proxy-agent#readme",
     69  "keywords": [
     70    "https",
     71    "proxy",
     72    "endpoint",
     73    "agent"
     74  ],
     75  "license": "MIT",
     76  "main": "dist/index",
     77  "name": "https-proxy-agent",
     78  "repository": {
     79    "type": "git",
     80    "url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
     81  },
     82  "scripts": {
     83    "build": "tsc",
     84    "prebuild": "rimraf dist",
     85    "prepublishOnly": "npm run build",
     86    "test": "mocha --reporter spec",
     87    "test-lint": "eslint src --ext .js,.ts"
     88  },
     89  "types": "dist/index",
     90  "version": "5.0.0"
    5691}
Note: See TracChangeset for help on using the changeset viewer.