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

    rceaed42 r59329aa  
    11{
    2   "name": "follow-redirects",
    3   "version": "1.14.4",
     2  "_args": [
     3    [
     4      "follow-redirects@1.14.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "follow-redirects@1.14.4",
     10  "_id": "follow-redirects@1.14.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==",
     13  "_location": "/follow-redirects",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "follow-redirects@1.14.4",
     19    "name": "follow-redirects",
     20    "escapedName": "follow-redirects",
     21    "rawSpec": "1.14.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.14.4"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz",
     29  "_spec": "1.14.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ruben Verborgh",
     33    "email": "ruben@verborgh.org",
     34    "url": "https://ruben.verborgh.org/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/follow-redirects/follow-redirects/issues"
     38  },
     39  "contributors": [
     40    {
     41      "name": "Olivier Lalonde",
     42      "email": "olalonde@gmail.com",
     43      "url": "http://www.syskall.com"
     44    },
     45    {
     46      "name": "James Talmage",
     47      "email": "james@talmage.io"
     48    }
     49  ],
    450  "description": "HTTP and HTTPS modules that follow redirects.",
    5   "license": "MIT",
    6   "main": "index.js",
     51  "devDependencies": {
     52    "concat-stream": "^2.0.0",
     53    "eslint": "^5.16.0",
     54    "express": "^4.16.4",
     55    "lolex": "^3.1.0",
     56    "mocha": "^6.0.2",
     57    "nyc": "^14.1.1"
     58  },
     59  "engines": {
     60    "node": ">=4.0"
     61  },
    762  "files": [
    863    "*.js"
    964  ],
    10   "engines": {
    11     "node": ">=4.0"
    12   },
    13   "scripts": {
    14     "test": "npm run lint && npm run mocha",
    15     "lint": "eslint *.js test",
    16     "mocha": "nyc mocha"
    17   },
    18   "repository": {
    19     "type": "git",
    20     "url": "git@github.com:follow-redirects/follow-redirects.git"
    21   },
     65  "funding": [
     66    {
     67      "type": "individual",
     68      "url": "https://github.com/sponsors/RubenVerborgh"
     69    }
     70  ],
    2271  "homepage": "https://github.com/follow-redirects/follow-redirects",
    23   "bugs": {
    24     "url": "https://github.com/follow-redirects/follow-redirects/issues"
    25   },
    2672  "keywords": [
    2773    "http",
     
    3379    "utility"
    3480  ],
    35   "author": "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)",
    36   "contributors": [
    37     "Olivier Lalonde <olalonde@gmail.com> (http://www.syskall.com)",
    38     "James Talmage <james@talmage.io>"
    39   ],
    40   "funding": [
    41     {
    42       "type": "individual",
    43       "url": "https://github.com/sponsors/RubenVerborgh"
    44     }
    45   ],
     81  "license": "MIT",
     82  "main": "index.js",
     83  "name": "follow-redirects",
    4684  "peerDependenciesMeta": {
    4785    "debug": {
     
    4987    }
    5088  },
    51   "devDependencies": {
    52     "concat-stream": "^2.0.0",
    53     "eslint": "^5.16.0",
    54     "express": "^4.16.4",
    55     "lolex": "^3.1.0",
    56     "mocha": "^6.0.2",
    57     "nyc": "^14.1.1"
    58   }
     89  "repository": {
     90    "type": "git",
     91    "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
     92  },
     93  "scripts": {
     94    "lint": "eslint *.js test",
     95    "mocha": "nyc mocha",
     96    "test": "npm run lint && npm run mocha"
     97  },
     98  "version": "1.14.4"
    5999}
Note: See TracChangeset for help on using the changeset viewer.