Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/follow-redirects/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "follow-redirects",
    3   "version": "1.15.9",
     2  "_from": "follow-redirects@1.15.9",
     3  "_id": "follow-redirects@1.15.9",
     4  "_inBundle": false,
     5  "_integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
     6  "_location": "/follow-redirects",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "follow-redirects@1.15.9",
     12    "name": "follow-redirects",
     13    "escapedName": "follow-redirects",
     14    "rawSpec": "1.15.9",
     15    "saveSpec": null,
     16    "fetchSpec": "1.15.9"
     17  },
     18  "_requiredBy": [
     19    "/axios"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
     22  "_shasum": "a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1",
     23  "_spec": "follow-redirects@1.15.9",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/axios",
     25  "author": {
     26    "name": "Ruben Verborgh",
     27    "email": "ruben@verborgh.org",
     28    "url": "https://ruben.verborgh.org/"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/follow-redirects/follow-redirects/issues"
     32  },
     33  "bundleDependencies": false,
     34  "contributors": [
     35    {
     36      "name": "Olivier Lalonde",
     37      "email": "olalonde@gmail.com",
     38      "url": "http://www.syskall.com"
     39    },
     40    {
     41      "name": "James Talmage",
     42      "email": "james@talmage.io"
     43    }
     44  ],
     45  "deprecated": false,
    446  "description": "HTTP and HTTPS modules that follow redirects.",
    5   "license": "MIT",
    6   "main": "index.js",
     47  "devDependencies": {
     48    "concat-stream": "^2.0.0",
     49    "eslint": "^5.16.0",
     50    "express": "^4.16.4",
     51    "lolex": "^3.1.0",
     52    "mocha": "^6.0.2",
     53    "nyc": "^14.1.1"
     54  },
     55  "engines": {
     56    "node": ">=4.0"
     57  },
    758  "files": [
    859    "*.js"
    960  ],
    10   "engines": {
    11     "node": ">=4.0"
    12   },
    13   "scripts": {
    14     "lint": "eslint *.js test",
    15     "test": "nyc mocha"
    16   },
    17   "repository": {
    18     "type": "git",
    19     "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
    20   },
     61  "funding": [
     62    {
     63      "type": "individual",
     64      "url": "https://github.com/sponsors/RubenVerborgh"
     65    }
     66  ],
    2167  "homepage": "https://github.com/follow-redirects/follow-redirects",
    22   "bugs": {
    23     "url": "https://github.com/follow-redirects/follow-redirects/issues"
    24   },
    2568  "keywords": [
    2669    "http",
     
    3275    "utility"
    3376  ],
    34   "author": "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)",
    35   "contributors": [
    36     "Olivier Lalonde <olalonde@gmail.com> (http://www.syskall.com)",
    37     "James Talmage <james@talmage.io>"
    38   ],
    39   "funding": [
    40     {
    41       "type": "individual",
    42       "url": "https://github.com/sponsors/RubenVerborgh"
    43     }
    44   ],
     77  "license": "MIT",
     78  "main": "index.js",
     79  "name": "follow-redirects",
    4580  "peerDependenciesMeta": {
    4681    "debug": {
     
    4883    }
    4984  },
    50   "devDependencies": {
    51     "concat-stream": "^2.0.0",
    52     "eslint": "^5.16.0",
    53     "express": "^4.16.4",
    54     "lolex": "^3.1.0",
    55     "mocha": "^6.0.2",
    56     "nyc": "^14.1.1"
    57   }
     85  "repository": {
     86    "type": "git",
     87    "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
     88  },
     89  "scripts": {
     90    "lint": "eslint *.js test",
     91    "test": "nyc mocha"
     92  },
     93  "version": "1.15.9"
    5894}
Note: See TracChangeset for help on using the changeset viewer.