mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2026-04-02 09:53:15 +08:00
fix: validate status and some security
This commit is contained in:
40
node_modules/is-retry-allowed/package.json
generated
vendored
Normal file
40
node_modules/is-retry-allowed/package.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "is-retry-allowed",
|
||||
"version": "2.2.0",
|
||||
"description": "Check whether a request can be retried based on the `error.code`",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-retry-allowed",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
},
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"retry",
|
||||
"retries",
|
||||
"allowed",
|
||||
"check",
|
||||
"http",
|
||||
"https",
|
||||
"request",
|
||||
"fetch"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^3.14.0",
|
||||
"tsd": "^0.14.0",
|
||||
"xo": "^0.36.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user