Feuerwehr-eppingen/node_modules/follow-redirects/package.json

143 lines
3.5 KiB
JSON

{
"_args": [
[
{
"raw": "follow-redirects@^1.2.3",
"scope": null,
"escapedName": "follow-redirects",
"name": "follow-redirects",
"rawSpec": "^1.2.3",
"spec": ">=1.2.3 <2.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/axios"
]
],
"_from": "follow-redirects@>=1.2.3 <2.0.0",
"_id": "follow-redirects@1.4.1",
"_inCache": true,
"_location": "/follow-redirects",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/follow-redirects-1.4.1.tgz_1516754560314_0.16931934002786875"
},
"_npmUser": {
"name": "rubenverborgh",
"email": "ruben.verborgh@gmail.com"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "follow-redirects@^1.2.3",
"scope": null,
"escapedName": "follow-redirects",
"name": "follow-redirects",
"rawSpec": "^1.2.3",
"spec": ">=1.2.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/axios",
"/http-proxy"
],
"_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.4.1.tgz",
"_shasum": "d8120f4518190f55aac65bb6fc7b85fcd666d6aa",
"_shrinkwrap": null,
"_spec": "follow-redirects@^1.2.3",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/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"
},
"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"
},
"description": "HTTP and HTTPS modules that follow redirects.",
"devDependencies": {
"bluebird": "^3.5.1",
"concat-stream": "^1.6.0",
"coveralls": "^3.0.0",
"eslint": "^4.16.0",
"express": "^4.16.2",
"mocha": "^5.0.0",
"nyc": "^11.4.1"
},
"directories": {},
"dist": {
"integrity": "sha512-uxYePVPogtya1ktGnAAXOacnbIuRMB4dkvqeNz2qTtTQsuzSfbDolV+wMMKxAmCx0bLgAKLbBOkjItMbbkR1vg==",
"shasum": "d8120f4518190f55aac65bb6fc7b85fcd666d6aa",
"tarball": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.4.1.tgz"
},
"engines": {
"node": ">=4.0"
},
"files": [
"index.js",
"create.js",
"http.js",
"https.js"
],
"gitHead": "1b6340f83ad5596a0a38c16a7113692bd90301f2",
"homepage": "https://github.com/olalonde/follow-redirects",
"keywords": [
"http",
"https",
"url",
"redirect",
"client",
"location",
"utility"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "rubenverborgh",
"email": "ruben.verborgh@gmail.com"
},
{
"name": "jamestalmage",
"email": "james@talmage.io"
},
{
"name": "olalonde",
"email": "olalonde@gmail.com"
}
],
"name": "follow-redirects",
"nyc": {
"reporter": [
"lcov",
"text"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/olalonde/follow-redirects.git"
},
"scripts": {
"lint": "eslint *.js test",
"mocha": "nyc mocha",
"test": "npm run lint && npm run mocha"
},
"version": "1.4.1"
}