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/agentkeepalive/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "agentkeepalive",
    3   "version": "4.1.4",
    4   "description": "Missing keepalive http.Agent",
    5   "main": "index.js",
     2  "_args": [
     3    [
     4      "agentkeepalive@4.1.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "agentkeepalive@4.1.4",
     10  "_id": "agentkeepalive@4.1.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ==",
     13  "_location": "/agentkeepalive",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "agentkeepalive@4.1.4",
     19    "name": "agentkeepalive",
     20    "escapedName": "agentkeepalive",
     21    "rawSpec": "4.1.4",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.4"
     24  },
     25  "_requiredBy": [
     26    "/make-fetch-happen"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.4.tgz",
     29  "_spec": "4.1.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "fengmk2",
     33    "email": "fengmk2@gmail.com",
     34    "url": "https://fengmk2.com"
     35  },
    636  "browser": "browser.js",
    7   "files": [
    8     "index.js",
    9     "index.d.ts",
    10     "browser.js",
    11     "lib"
    12   ],
    13   "scripts": {
    14     "test": "npm run lint && egg-bin test --full-trace",
    15     "test-local": "egg-bin test --full-trace",
    16     "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
    17     "ci": "npm run lint && npm run cov",
    18     "lint": "eslint lib test index.js",
    19     "autod": "autod"
    20   },
    21   "repository": {
    22     "type": "git",
    23     "url": "git://github.com/node-modules/agentkeepalive.git"
    24   },
    2537  "bugs": {
    2638    "url": "https://github.com/node-modules/agentkeepalive/issues"
    2739  },
    28   "keywords": [
    29     "http",
    30     "https",
    31     "agent",
    32     "keepalive",
    33     "agentkeepalive",
    34     "HttpAgent",
    35     "HttpsAgent"
    36   ],
     40  "ci": {
     41    "type": "github",
     42    "os": {
     43      "github": "linux"
     44    },
     45    "version": "8, 10, 12, 14"
     46  },
    3747  "dependencies": {
    3848    "debug": "^4.1.0",
     
    4050    "humanize-ms": "^1.2.1"
    4151  },
     52  "description": "Missing keepalive http.Agent",
    4253  "devDependencies": {
    4354    "autod": "^3.0.1",
     
    5566    "node": ">= 8.0.0"
    5667  },
    57   "ci": {
    58     "type": "github",
    59     "os": {
    60       "github": "linux"
    61     },
    62     "version": "8, 10, 12, 14"
     68  "files": [
     69    "index.js",
     70    "index.d.ts",
     71    "browser.js",
     72    "lib"
     73  ],
     74  "homepage": "https://github.com/node-modules/agentkeepalive#readme",
     75  "keywords": [
     76    "http",
     77    "https",
     78    "agent",
     79    "keepalive",
     80    "agentkeepalive",
     81    "HttpAgent",
     82    "HttpsAgent"
     83  ],
     84  "license": "MIT",
     85  "main": "index.js",
     86  "name": "agentkeepalive",
     87  "repository": {
     88    "type": "git",
     89    "url": "git://github.com/node-modules/agentkeepalive.git"
    6390  },
    64   "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
    65   "license": "MIT"
     91  "scripts": {
     92    "autod": "autod",
     93    "ci": "npm run lint && npm run cov",
     94    "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
     95    "lint": "eslint lib test index.js",
     96    "test": "npm run lint && egg-bin test --full-trace",
     97    "test-local": "egg-bin test --full-trace"
     98  },
     99  "version": "4.1.4"
    66100}
Note: See TracChangeset for help on using the changeset viewer.