You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

67 lines
1.6 KiB

{
"_from": "is-redirect@^1.0.0",
"_id": "is-redirect@1.0.0",
"_inBundle": false,
"_integrity": "sha512-cr/SlUEe5zOGmzvj9bUyC4LVvkNVAXu4GytXLNMr1pny+a65MpQ9IJzFHD5vi7FyJgb4qt27+eS3TuQnqB+RQw==",
"_location": "/is-redirect",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-redirect@^1.0.0",
"name": "is-redirect",
"escapedName": "is-redirect",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gh-got/got"
],
"_resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
"_shasum": "1d03dded53bd8db0f30c26e4f95d36fc7c87dc24",
"_spec": "is-redirect@^1.0.0",
"_where": "D:\\code\\template-vue-antd\\node_modules\\gh-got\\node_modules\\got",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-redirect/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a number is a redirect HTTP status code",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-redirect#readme",
"keywords": [
"redirect",
"http",
"https",
"status",
"code",
"codes",
"is",
"check",
"detect"
],
"license": "MIT",
"name": "is-redirect",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-redirect.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}