aboutsummaryrefslogtreecommitdiff
path: root/node_modules/follow-redirects/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-17 17:37:10 +0200
committerMinteck <contact@minteck.org>2022-04-17 17:37:10 +0200
commit4081c2036a5af21519095da1b8b99c507b0fba93 (patch)
treefc95894e74c84d4d34c0d761837e8d6175829dd7 /node_modules/follow-redirects/package.json
parent637ca7ba746c0241aaec79b79349d5dac4ec7408 (diff)
downloadtwilight-4081c2036a5af21519095da1b8b99c507b0fba93.tar.gz
twilight-4081c2036a5af21519095da1b8b99c507b0fba93.tar.bz2
twilight-4081c2036a5af21519095da1b8b99c507b0fba93.zip
Deprecation
Diffstat (limited to 'node_modules/follow-redirects/package.json')
-rw-r--r--node_modules/follow-redirects/package.json59
1 files changed, 0 insertions, 59 deletions
diff --git a/node_modules/follow-redirects/package.json b/node_modules/follow-redirects/package.json
deleted file mode 100644
index 6dc258b..0000000
--- a/node_modules/follow-redirects/package.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "name": "follow-redirects",
- "version": "1.14.8",
- "description": "HTTP and HTTPS modules that follow redirects.",
- "license": "MIT",
- "main": "index.js",
- "files": [
- "*.js"
- ],
- "engines": {
- "node": ">=4.0"
- },
- "scripts": {
- "test": "npm run lint && npm run mocha",
- "lint": "eslint *.js test",
- "mocha": "nyc mocha"
- },
- "repository": {
- "type": "git",
- "url": "git@github.com:follow-redirects/follow-redirects.git"
- },
- "homepage": "https://github.com/follow-redirects/follow-redirects",
- "bugs": {
- "url": "https://github.com/follow-redirects/follow-redirects/issues"
- },
- "keywords": [
- "http",
- "https",
- "url",
- "redirect",
- "client",
- "location",
- "utility"
- ],
- "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"
- }
- ],
- "peerDependenciesMeta": {
- "debug": {
- "optional": true
- }
- },
- "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"
- }
-}