mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
91
node_modules/is-redirect/package.json
generated
vendored
Normal file
91
node_modules/is-redirect/package.json
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
Reference in New Issue
Block a user