- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/follow-redirects/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "follow-redirects@^1.0.0", 3 "_id": "follow-redirects@1.14.5", 11 4 "_inBundle": false, 12 "_integrity": "sha512- zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==",5 "_integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==", 13 6 "_location": "/follow-redirects", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "follow-redirects@ 1.14.4",11 "raw": "follow-redirects@^1.0.0", 19 12 "name": "follow-redirects", 20 13 "escapedName": "follow-redirects", 21 "rawSpec": " 1.14.4",14 "rawSpec": "^1.0.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 1.14.4"16 "fetchSpec": "^1.0.0" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/http-proxy" 27 20 ], 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", 21 "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz", 22 "_shasum": "f09a5848981d3c772b5392309778523f8d85c381", 23 "_spec": "follow-redirects@^1.0.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\http-proxy", 31 25 "author": { 32 26 "name": "Ruben Verborgh", … … 37 31 "url": "https://github.com/follow-redirects/follow-redirects/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "contributors": [ 40 35 { … … 48 43 } 49 44 ], 45 "deprecated": false, 50 46 "description": "HTTP and HTTPS modules that follow redirects.", 51 47 "devDependencies": { … … 96 92 "test": "npm run lint && npm run mocha" 97 93 }, 98 "version": "1.14. 4"94 "version": "1.14.5" 99 95 }
Note:
See TracChangeset
for help on using the changeset viewer.