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/proxy-from-env/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "proxy-from-env",
    3   "version": "1.1.0",
     2  "_from": "proxy-from-env@1.1.0",
     3  "_id": "proxy-from-env@1.1.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
     6  "_location": "/proxy-from-env",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "proxy-from-env@1.1.0",
     12    "name": "proxy-from-env",
     13    "escapedName": "proxy-from-env",
     14    "rawSpec": "1.1.0",
     15    "saveSpec": null,
     16    "fetchSpec": "1.1.0"
     17  },
     18  "_requiredBy": [
     19    "/axios"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
     22  "_shasum": "e102f16ca355424865755d2c9e8ea4f24d58c3e2",
     23  "_spec": "proxy-from-env@1.1.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/axios",
     25  "author": {
     26    "name": "Rob Wu",
     27    "email": "rob@robwu.nl",
     28    "url": "https://robwu.nl/"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/Rob--W/proxy-from-env/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
    435  "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.",
    5   "main": "index.js",
    6   "scripts": {
    7     "lint": "eslint *.js",
    8     "test": "mocha ./test.js --reporter spec",
    9     "test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec"
     36  "devDependencies": {
     37    "coveralls": "^3.0.9",
     38    "eslint": "^6.8.0",
     39    "istanbul": "^0.4.5",
     40    "mocha": "^7.1.0"
    1041  },
    11   "repository": {
    12     "type": "git",
    13     "url": "https://github.com/Rob--W/proxy-from-env.git"
    14   },
     42  "homepage": "https://github.com/Rob--W/proxy-from-env#readme",
    1543  "keywords": [
    1644    "proxy",
     
    2048    "environment"
    2149  ],
    22   "author": "Rob Wu <rob@robwu.nl> (https://robwu.nl/)",
    2350  "license": "MIT",
    24   "bugs": {
    25     "url": "https://github.com/Rob--W/proxy-from-env/issues"
     51  "main": "index.js",
     52  "name": "proxy-from-env",
     53  "repository": {
     54    "type": "git",
     55    "url": "git+https://github.com/Rob--W/proxy-from-env.git"
    2656  },
    27   "homepage": "https://github.com/Rob--W/proxy-from-env#readme",
    28   "devDependencies": {
    29     "coveralls": "^3.0.9",
    30     "eslint": "^6.8.0",
    31     "istanbul": "^0.4.5",
    32     "mocha": "^7.1.0"
    33   }
     57  "scripts": {
     58    "lint": "eslint *.js",
     59    "test": "mocha ./test.js --reporter spec",
     60    "test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec"
     61  },
     62  "version": "1.1.0"
    3463}
Note: See TracChangeset for help on using the changeset viewer.