- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/follow-redirects/package.json
rceaed42 r59329aa 1 1 { 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 ], 4 50 "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 }, 7 62 "files": [ 8 63 "*.js" 9 64 ], 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 ], 22 71 "homepage": "https://github.com/follow-redirects/follow-redirects", 23 "bugs": {24 "url": "https://github.com/follow-redirects/follow-redirects/issues"25 },26 72 "keywords": [ 27 73 "http", … … 33 79 "utility" 34 80 ], 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", 46 84 "peerDependenciesMeta": { 47 85 "debug": { … … 49 87 } 50 88 }, 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" 59 99 }
Note:
See TracChangeset
for help on using the changeset viewer.