test-action-debian-package/node_modules/follow-redirects/package.json

91 lines
2.2 KiB
JSON
Raw Normal View History

2020-03-26 14:37:35 +00:00
{
2020-11-12 15:37:43 +00:00
"_from": "follow-redirects@^1.10.0",
"_id": "follow-redirects@1.13.0",
2020-03-26 14:37:35 +00:00
"_inBundle": false,
2020-11-12 15:37:43 +00:00
"_integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==",
2020-03-26 14:37:35 +00:00
"_location": "/follow-redirects",
"_phantomChildren": {},
"_requested": {
2020-11-12 15:37:43 +00:00
"type": "range",
2020-03-26 14:37:35 +00:00
"registry": true,
2020-11-12 15:37:43 +00:00
"raw": "follow-redirects@^1.10.0",
2020-03-26 14:37:35 +00:00
"name": "follow-redirects",
"escapedName": "follow-redirects",
2020-11-12 15:37:43 +00:00
"rawSpec": "^1.10.0",
2020-03-26 14:37:35 +00:00
"saveSpec": null,
2020-11-12 15:37:43 +00:00
"fetchSpec": "^1.10.0"
2020-03-26 14:37:35 +00:00
},
"_requiredBy": [
"/axios"
],
2020-11-12 15:37:43 +00:00
"_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz",
"_shasum": "b42e8d93a2a7eea5ed88633676d6597bc8e384db",
"_spec": "follow-redirects@^1.10.0",
2020-03-26 14:37:35 +00:00
"_where": "/home/dawidd6/github/dawidd6/action-debian-package/node_modules/axios",
"author": {
"name": "Ruben Verborgh",
"email": "ruben@verborgh.org",
"url": "https://ruben.verborgh.org/"
},
"bugs": {
"url": "https://github.com/follow-redirects/follow-redirects/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Olivier Lalonde",
"email": "olalonde@gmail.com",
"url": "http://www.syskall.com"
},
{
"name": "James Talmage",
"email": "james@talmage.io"
}
],
"deprecated": false,
"description": "HTTP and HTTPS modules that follow redirects.",
"devDependencies": {
2020-11-12 15:37:43 +00:00
"concat-stream": "^2.0.0",
"eslint": "^5.16.0",
"express": "^4.16.4",
"lolex": "^3.1.0",
"mocha": "^6.0.2",
"nyc": "^14.1.1"
2020-03-26 14:37:35 +00:00
},
"engines": {
"node": ">=4.0"
},
"files": [
2020-11-12 15:37:43 +00:00
"*.js"
],
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
2020-03-26 14:37:35 +00:00
],
"homepage": "https://github.com/follow-redirects/follow-redirects",
"keywords": [
"http",
"https",
"url",
"redirect",
"client",
"location",
"utility"
],
"license": "MIT",
"main": "index.js",
"name": "follow-redirects",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
},
"scripts": {
"lint": "eslint *.js test",
"mocha": "nyc mocha",
"test": "npm run lint && npm run mocha"
},
2020-11-12 15:37:43 +00:00
"version": "1.13.0"
2020-03-26 14:37:35 +00:00
}