File: D:/HostingSpaces/SBogers10/anvil.komma.pro/node_modules/follow-redirects/package.json
{
"_args": [
[
"follow-redirects@1.3.0",
"/Users/mike/Webdevelopment/Anvil"
]
],
"_development": true,
"_from": "follow-redirects@1.3.0",
"_id": "follow-redirects@1.3.0",
"_inBundle": false,
"_integrity": "sha1-9oSHH8EW0uMp/aVe9naH9Pq8kFw=",
"_location": "/follow-redirects",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "follow-redirects@1.3.0",
"name": "follow-redirects",
"escapedName": "follow-redirects",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/axios"
],
"_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/Users/mike/Webdevelopment/Anvil",
"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.4.0",
"concat-stream": "^1.5.2",
"coveralls": "^3.0.0",
"eslint": "^4.14.0",
"express": "^4.13.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0"
},
"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": {
"lint": "eslint *.js test",
"mocha": "nyc mocha",
"test": "npm run lint && npm run mocha"
},
"version": "1.3.0"
}