From 429e9bb5915dd90978374cbd8574a9dc5fa464d7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 08 四月 2024 12:53:48 +0800
Subject: [PATCH] 1.在新的手机上运行
---
node_modules/follow-redirects/package.json | 111 +++++++++++++++++++++++++++++++++++++------------------
1 files changed, 75 insertions(+), 36 deletions(-)
diff --git a/node_modules/follow-redirects/package.json b/node_modules/follow-redirects/package.json
index eb90372..60c2846 100644
--- a/node_modules/follow-redirects/package.json
+++ b/node_modules/follow-redirects/package.json
@@ -1,27 +1,73 @@
{
- "name": "follow-redirects",
- "version": "1.15.3",
- "description": "HTTP and HTTPS modules that follow redirects.",
- "license": "MIT",
- "main": "index.js",
- "files": [
- "*.js"
+ "_args": [
+ [
+ "follow-redirects@1.15.3",
+ "E:\\HBuilderProjects\\JLApp"
+ ]
],
- "engines": {
- "node": ">=4.0"
+ "_from": "follow-redirects@1.15.3",
+ "_id": "follow-redirects@1.15.3",
+ "_inBundle": false,
+ "_integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
+ "_location": "/follow-redirects",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "follow-redirects@1.15.3",
+ "name": "follow-redirects",
+ "escapedName": "follow-redirects",
+ "rawSpec": "1.15.3",
+ "saveSpec": null,
+ "fetchSpec": "1.15.3"
},
- "scripts": {
- "lint": "eslint *.js test",
- "test": "nyc mocha"
+ "_requiredBy": [
+ "/axios"
+ ],
+ "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
+ "_spec": "1.15.3",
+ "_where": "E:\\HBuilderProjects\\JLApp",
+ "author": {
+ "name": "Ruben Verborgh",
+ "email": "ruben@verborgh.org",
+ "url": "https://ruben.verborgh.org/"
},
- "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"
},
+ "contributors": [
+ {
+ "name": "Olivier Lalonde",
+ "email": "olalonde@gmail.com",
+ "url": "http://www.syskall.com"
+ },
+ {
+ "name": "James Talmage",
+ "email": "james@talmage.io"
+ }
+ ],
+ "description": "HTTP and HTTPS modules that follow redirects.",
+ "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"
+ },
+ "engines": {
+ "node": ">=4.0"
+ },
+ "files": [
+ "*.js"
+ ],
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://github.com/sponsors/RubenVerborgh"
+ }
+ ],
+ "homepage": "https://github.com/follow-redirects/follow-redirects",
"keywords": [
"http",
"https",
@@ -31,28 +77,21 @@
"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"
- }
- ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "follow-redirects",
"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"
- }
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
+ },
+ "scripts": {
+ "lint": "eslint *.js test",
+ "test": "nyc mocha"
+ },
+ "version": "1.15.3"
}
--
Gitblit v1.9.3