7fife-backend/node_modules/follow-redirects/package.json

59 lines
1.2 KiB
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "follow-redirects",
"version": "1.15.6",
2024-03-07 13:01:44 +00:00
"description": "HTTP and HTTPS modules that follow redirects.",
2024-03-11 12:29:54 +00:00
"license": "MIT",
"main": "index.js",
2024-03-07 13:01:44 +00:00
"files": [
"*.js"
],
2024-03-11 12:29:54 +00:00
"engines": {
"node": ">=4.0"
},
"scripts": {
"lint": "eslint *.js test",
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:follow-redirects/follow-redirects.git"
},
2024-03-07 13:01:44 +00:00
"homepage": "https://github.com/follow-redirects/follow-redirects",
2024-03-11 12:29:54 +00:00
"bugs": {
"url": "https://github.com/follow-redirects/follow-redirects/issues"
},
2024-03-07 13:01:44 +00:00
"keywords": [
"http",
"https",
"url",
"redirect",
"client",
"location",
"utility"
],
2024-03-11 12:29:54 +00:00
"author": "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)",
"contributors": [
"Olivier Lalonde <olalonde@gmail.com> (http://www.syskall.com)",
"James Talmage <james@talmage.io>"
],
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
2024-03-07 13:01:44 +00:00
"peerDependenciesMeta": {
"debug": {
"optional": true
}
},
2024-03-11 12:29:54 +00:00
"devDependencies": {
"concat-stream": "^2.0.0",
"eslint": "^5.16.0",
"express": "^4.16.4",
"lolex": "^3.1.0",
"mocha": "^6.0.2",
"nyc": "^14.1.1"
}
2024-03-07 13:01:44 +00:00
}