source: trip-planner-front/node_modules/follow-redirects/package.json@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_from": "follow-redirects@^1.0.0",
3 "_id": "follow-redirects@1.14.5",
4 "_inBundle": false,
5 "_integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==",
6 "_location": "/follow-redirects",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "follow-redirects@^1.0.0",
12 "name": "follow-redirects",
13 "escapedName": "follow-redirects",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/http-proxy"
20 ],
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",
25 "author": {
26 "name": "Ruben Verborgh",
27 "email": "ruben@verborgh.org",
28 "url": "https://ruben.verborgh.org/"
29 },
30 "bugs": {
31 "url": "https://github.com/follow-redirects/follow-redirects/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Olivier Lalonde",
37 "email": "olalonde@gmail.com",
38 "url": "http://www.syskall.com"
39 },
40 {
41 "name": "James Talmage",
42 "email": "james@talmage.io"
43 }
44 ],
45 "deprecated": false,
46 "description": "HTTP and HTTPS modules that follow redirects.",
47 "devDependencies": {
48 "concat-stream": "^2.0.0",
49 "eslint": "^5.16.0",
50 "express": "^4.16.4",
51 "lolex": "^3.1.0",
52 "mocha": "^6.0.2",
53 "nyc": "^14.1.1"
54 },
55 "engines": {
56 "node": ">=4.0"
57 },
58 "files": [
59 "*.js"
60 ],
61 "funding": [
62 {
63 "type": "individual",
64 "url": "https://github.com/sponsors/RubenVerborgh"
65 }
66 ],
67 "homepage": "https://github.com/follow-redirects/follow-redirects",
68 "keywords": [
69 "http",
70 "https",
71 "url",
72 "redirect",
73 "client",
74 "location",
75 "utility"
76 ],
77 "license": "MIT",
78 "main": "index.js",
79 "name": "follow-redirects",
80 "peerDependenciesMeta": {
81 "debug": {
82 "optional": true
83 }
84 },
85 "repository": {
86 "type": "git",
87 "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
88 },
89 "scripts": {
90 "lint": "eslint *.js test",
91 "mocha": "nyc mocha",
92 "test": "npm run lint && npm run mocha"
93 },
94 "version": "1.14.5"
95}
Note: See TracBrowser for help on using the repository browser.