| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 | {  "_args": [    [      "tryer@1.0.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "tryer@1.0.1",  "_id": "tryer@1.0.1",  "_inBundle": false,  "_integrity": "sha1-8shUBoALmw90yfdGW4HqrSQSUvg=",  "_location": "/tryer",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "tryer@1.0.1",    "name": "tryer",    "escapedName": "tryer",    "rawSpec": "1.0.1",    "saveSpec": null,    "fetchSpec": "1.0.1"  },  "_requiredBy": [    "/bfj"  ],  "_resolved": "https://registry.nlark.com/tryer/download/tryer-1.0.1.tgz",  "_spec": "1.0.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Phil Booth",    "email": "pmbooth@gmail.com",    "url": "https://philbooth.me/"  },  "bugs": {    "url": "https://gitlab.com/philbooth/tryer/issues"  },  "contributors": [    {      "name": "Phil Booth",      "email": "pmbooth@gmail.com",      "url": "https://philbooth.me/"    },    {      "name": "Andrew Lawson",      "url": "https://github.com/adlawson"    },    {      "name": "Tim O'Sulg",      "url": "https://github.com/timgluz"    }  ],  "description": "Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.",  "devDependencies": {    "chai": "4.1.x",    "jshint": "2.9.x",    "mocha": "5.2.x",    "please-release-me": "2.0.x",    "spooks": "2.0.x",    "uglify-js": "3.4.x"  },  "homepage": "https://gitlab.com/philbooth/tryer",  "keywords": [    "repeat",    "retry",    "predicate",    "conditional",    "invocation",    "execution",    "loop",    "condition",    "termination",    "exponential",    "backoff"  ],  "license": "MIT",  "main": "./src/tryer",  "name": "tryer",  "repository": {    "type": "git",    "url": "git+https://gitlab.com/philbooth/tryer.git"  },  "scripts": {    "lint": "jshint src/tryer.js test/unit.js",    "minify": "uglifyjs ./src/tryer.js --compress --mangle --output ./lib/tryer.min.js",    "test": "mocha --ui tdd --reporter spec --colors test/unit.js"  },  "version": "1.0.1"}
 |