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.
87 lines
1.9 KiB
87 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"p-retry@4.6.2",
|
|
"D:\\IDEAproject\\frontend\\Front-end logistics"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "p-retry@4.6.2",
|
|
"_id": "p-retry@4.6.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
|
|
"_location": "/p-retry",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "p-retry@4.6.2",
|
|
"name": "p-retry",
|
|
"escapedName": "p-retry",
|
|
"rawSpec": "4.6.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.6.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-dev-server"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz",
|
|
"_spec": "4.6.2",
|
|
"_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/p-retry/issues"
|
|
},
|
|
"dependencies": {
|
|
"@types/retry": "0.12.0",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"description": "Retry a promise-returning or async function",
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"delay": "^4.1.0",
|
|
"tsd": "^0.10.0",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/p-retry#readme",
|
|
"keywords": [
|
|
"promise",
|
|
"retry",
|
|
"retries",
|
|
"operation",
|
|
"failed",
|
|
"rejected",
|
|
"try",
|
|
"exponential",
|
|
"backoff",
|
|
"attempt",
|
|
"async",
|
|
"await",
|
|
"promises",
|
|
"concurrently",
|
|
"concurrency",
|
|
"parallel",
|
|
"bluebird"
|
|
],
|
|
"license": "MIT",
|
|
"name": "p-retry",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/p-retry.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "4.6.2"
|
|
}
|