Files
yahoo-thing/node_modules/is-redirect/package.json
2019-01-25 01:39:48 +01:00

92 lines
2.1 KiB
JSON

{
"_args": [
[
"is-redirect@^1.0.0",
"/home/beppe/Github/yahooApi/node_modules/got"
]
],
"_from": "is-redirect@>=1.0.0 <2.0.0",
"_id": "is-redirect@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/is-redirect",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "is-redirect",
"raw": "is-redirect@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
"_shasum": "1d03dded53bd8db0f30c26e4f95d36fc7c87dc24",
"_shrinkwrap": null,
"_spec": "is-redirect@^1.0.0",
"_where": "/home/beppe/Github/yahooApi/node_modules/got",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-redirect/issues"
},
"dependencies": {},
"description": "Check if a number is a redirect HTTP status code",
"devDependencies": {
"ava": "0.0.4"
},
"directories": {},
"dist": {
"shasum": "1d03dded53bd8db0f30c26e4f95d36fc7c87dc24",
"tarball": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "53bc816ba54447a55676930138151feb0f917c18",
"homepage": "https://github.com/sindresorhus/is-redirect",
"keywords": [
"check",
"code",
"codes",
"detect",
"http",
"https",
"is",
"redirect",
"status"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "is-redirect",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-redirect.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}