| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 | {  "_args": [    [      "p-retry@3.0.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "p-retry@3.0.1",  "_id": "p-retry@3.0.1",  "_inBundle": false,  "_integrity": "sha1-MWtMiJPiyNwc+okfQGxLQivr8yg=",  "_location": "/p-retry",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "p-retry@3.0.1",    "name": "p-retry",    "escapedName": "p-retry",    "rawSpec": "3.0.1",    "saveSpec": null,    "fetchSpec": "3.0.1"  },  "_requiredBy": [    "/webpack-dev-server"  ],  "_resolved": "https://registry.npmmirror.com/p-retry/download/p-retry-3.0.1.tgz",  "_spec": "3.0.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "sindresorhus.com"  },  "bugs": {    "url": "https://github.com/sindresorhus/p-retry/issues"  },  "dependencies": {    "retry": "^0.12.0"  },  "description": "Retry a promise-returning or async function",  "devDependencies": {    "ava": "^1.1.0",    "delay": "^4.1.0",    "xo": "^0.24.0"  },  "engines": {    "node": ">=6"  },  "files": [    "index.js"  ],  "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"  },  "version": "3.0.1"}
 |