blob: 807e36d687ad06ef3fff9ce442ee63eddcbbf5df [file] [log] [blame]
{
"_args": [
[
"follow-redirects@1.0.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "follow-redirects@1.0.0",
"_id": "follow-redirects@1.0.0",
"_inBundle": false,
"_integrity": "sha1-jjQpjL0uF28lTv/sdaHHjMhJ/Tc=",
"_location": "/axios/follow-redirects",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "follow-redirects@1.0.0",
"name": "follow-redirects",
"escapedName": "follow-redirects",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/axios"
],
"_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Olivier Lalonde",
"email": "olalonde@gmail.com",
"url": "http://www.syskall.com"
},
"bugs": {
"url": "https://github.com/olalonde/follow-redirects/issues"
},
"contributors": [
{
"name": "James Talmage",
"email": "james@talmage.io"
},
{
"name": "Ruben Verborgh",
"email": "ruben@verborgh.org",
"url": "https://ruben.verborgh.org/"
}
],
"dependencies": {
"debug": "^2.2.0"
},
"description": "HTTP and HTTPS modules that follow redirects.",
"devDependencies": {
"bluebird": "^3.4.0",
"concat-stream": "^1.5.0",
"coveralls": "^2.11.2",
"express": "^4.13.0",
"mocha": "^3.1.2",
"nyc": "^8.3.1",
"xo": "^0.17.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.0.0",
"xo": {
"envs": [
"mocha"
]
}
}