source: imaps-frontend/node_modules/proxy-from-env/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[d565449]1{
[79a0317]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"
[d565449]17 },
[79a0317]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,
35 "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.",
36 "devDependencies": {
37 "coveralls": "^3.0.9",
38 "eslint": "^6.8.0",
39 "istanbul": "^0.4.5",
40 "mocha": "^7.1.0"
[d565449]41 },
[79a0317]42 "homepage": "https://github.com/Rob--W/proxy-from-env#readme",
[d565449]43 "keywords": [
44 "proxy",
45 "http_proxy",
46 "https_proxy",
47 "no_proxy",
48 "environment"
49 ],
50 "license": "MIT",
[79a0317]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"
[d565449]56 },
[79a0317]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"
[d565449]63}
Note: See TracBrowser for help on using the repository browser.