123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_from": "follow-redirects@^1.2.5",
- "_id": "follow-redirects@1.2.6",
- "_inBundle": false,
- "_integrity": "sha512-FrMqZ/FONtHnbqO651UPpfRUVukIEwJhXMfdr/JWAmrDbeYBu773b1J6gdWDyRIj4hvvzQEHoEOTrdR8o6KLYA==",
- "_location": "/follow-redirects",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "follow-redirects@^1.2.5",
- "name": "follow-redirects",
- "escapedName": "follow-redirects",
- "rawSpec": "^1.2.5",
- "saveSpec": null,
- "fetchSpec": "^1.2.5"
- },
- "_requiredBy": [
- "/axios"
- ],
- "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.6.tgz",
- "_shasum": "4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf",
- "_spec": "follow-redirects@^1.2.5",
- "_where": "Z:\\优软云金融服务\\finance-parent\\node_modules\\axios",
- "author": {
- "name": "Olivier Lalonde",
- "email": "olalonde@gmail.com",
- "url": "http://www.syskall.com"
- },
- "bugs": {
- "url": "https://github.com/olalonde/follow-redirects/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "James Talmage",
- "email": "james@talmage.io"
- },
- {
- "name": "Ruben Verborgh",
- "email": "ruben@verborgh.org",
- "url": "https://ruben.verborgh.org/"
- }
- ],
- "dependencies": {
- "debug": "^3.1.0"
- },
- "deprecated": false,
- "description": "HTTP and HTTPS modules that follow redirects.",
- "devDependencies": {
- "bluebird": "^3.4.0",
- "concat-stream": "^1.5.2",
- "coveralls": "^3.0.0",
- "express": "^4.13.0",
- "mocha": "^4.0.1",
- "nyc": "^11.3.0",
- "xo": "^0.17.1"
- },
- "engines": {
- "node": ">=4.0"
- },
- "files": [
- "index.js",
- "create.js",
- "http.js",
- "https.js"
- ],
- "homepage": "https://github.com/olalonde/follow-redirects",
- "keywords": [
- "http",
- "https",
- "url",
- "redirect",
- "client",
- "location",
- "utility"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "follow-redirects",
- "nyc": {
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/olalonde/follow-redirects.git"
- },
- "scripts": {
- "test": "xo && BLUEBIRD_DEBUG=1 nyc mocha"
- },
- "version": "1.2.6",
- "xo": {
- "envs": [
- "mocha"
- ]
- }
- }
|