Changeset 79a0317 for imaps-frontend/node_modules/proxy-from-env
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/proxy-from-env/package.json
r0c6b92a r79a0317 1 1 { 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, 4 35 "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" 10 41 }, 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", 15 43 "keywords": [ 16 44 "proxy", … … 20 48 "environment" 21 49 ], 22 "author": "Rob Wu <rob@robwu.nl> (https://robwu.nl/)",23 50 "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" 26 56 }, 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" 34 63 }
Note:
See TracChangeset
for help on using the changeset viewer.