You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.2 KiB
98 lines
2.2 KiB
{ |
|
"_args": [ |
|
[ |
|
"follow-redirects@1.14.7", |
|
"E:\\VueWorkspace\\zhgd_rb\\PDA" |
|
] |
|
], |
|
"_from": "follow-redirects@1.14.7", |
|
"_id": "follow-redirects@1.14.7", |
|
"_inBundle": false, |
|
"_integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==", |
|
"_location": "/follow-redirects", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "follow-redirects@1.14.7", |
|
"name": "follow-redirects", |
|
"escapedName": "follow-redirects", |
|
"rawSpec": "1.14.7", |
|
"saveSpec": null, |
|
"fetchSpec": "1.14.7" |
|
}, |
|
"_requiredBy": [ |
|
"/axios" |
|
], |
|
"_resolved": "https://registry.npmmirror.com/follow-redirects/download/follow-redirects-1.14.7.tgz", |
|
"_spec": "1.14.7", |
|
"_where": "E:\\VueWorkspace\\zhgd_rb\\PDA", |
|
"author": { |
|
"name": "Ruben Verborgh", |
|
"email": "ruben@verborgh.org", |
|
"url": "https://ruben.verborgh.org/" |
|
}, |
|
"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", |
|
"url", |
|
"redirect", |
|
"client", |
|
"location", |
|
"utility" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "follow-redirects", |
|
"peerDependenciesMeta": { |
|
"debug": { |
|
"optional": true |
|
} |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git" |
|
}, |
|
"scripts": { |
|
"lint": "eslint *.js test", |
|
"mocha": "nyc mocha", |
|
"test": "npm run lint && npm run mocha" |
|
}, |
|
"version": "1.14.7" |
|
}
|
|
|