{ "_args": [ [ "tryer@1.0.0", "D:\\projects\\dealer_front" ] ], "_development": true, "_from": "tryer@1.0.0", "_id": "tryer@1.0.0", "_inBundle": false, "_integrity": "sha1-Antp+oIyJeVRys4+8DsR9qs3wdc=", "_location": "/tryer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "tryer@1.0.0", "name": "tryer", "escapedName": "tryer", "rawSpec": "1.0.0", "saveSpec": null, "fetchSpec": "1.0.0" }, "_requiredBy": [ "/bfj-node4" ], "_resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.0.tgz", "_spec": "1.0.0", "_where": "D:\\projects\\dealer_front", "author": { "name": "Phil Booth", "email": "pmbooth@gmail.com", "url": "https://philbooth.me/" }, "bugs": { "url": "https://github.com/philbooth/tryer/issues" }, "contributors": [ { "name": "Phil Booth", "email": "pmbooth@gmail.com", "url": "https://github.com/philbooth" }, { "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": "3.5.x", "please-release-me": "1.0.x", "spooks": "2.0.x", "uglify-js": "3.0.x" }, "homepage": "https://github.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://github.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.0" }