blob: 9d86e896e1ff9567ac93ffff3e5ac15044a12a60 [file] [log] [blame]
{
"_args": [
[
"follow-redirects@1.4.1",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "follow-redirects@1.4.1",
"_id": "follow-redirects@1.4.1",
"_inBundle": false,
"_integrity": "sha512-uxYePVPogtya1ktGnAAXOacnbIuRMB4dkvqeNz2qTtTQsuzSfbDolV+wMMKxAmCx0bLgAKLbBOkjItMbbkR1vg==",
"_location": "/follow-redirects",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "follow-redirects@1.4.1",
"name": "follow-redirects",
"escapedName": "follow-redirects",
"rawSpec": "1.4.1",
"saveSpec": null,
"fetchSpec": "1.4.1"
},
"_requiredBy": [
"/http-proxy"
],
"_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.4.1.tgz",
"_spec": "1.4.1",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"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"
},
"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.4.1"
}