{"maintainers":[{"name":"floatdrop","email":"floatdrop@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":[],"dist-tags":{"latest":"1.1.0"},"author":{"name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com","url":"github.com/floatdrop"},"description":"My prime module","readme":"# is-retry-allowed [![Build Status](https://travis-ci.org/floatdrop/is-retry-allowed.svg?branch=master)](https://travis-ci.org/floatdrop/is-retry-allowed)\n\nIs retry allowed for Error?\n\n\n## Install\n\n```\n$ npm install --save is-retry-allowed\n```\n\n\n## Usage\n\n```js\nconst isRetryAllowed = require('is-retry-allowed');\n\nisRetryAllowed({code: 'ETIMEDOUT'});\n//=> true\n\nisRetryAllowed({code: 'ENOTFOUND'});\n//=> false\n\nisRetryAllowed({});\n//=> true\n```\n\n\n## API\n\n### isRetryAllowed(error)\n\n#### error\n\nType: `object`\n\nObject with `code` property, which will be used to determine retry.\n\n\n## License\n\nMIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)\n","repository":{"type":"git","url":"git+https://github.com/floatdrop/is-retry-allowed.git"},"users":{"rocket0191":true},"bugs":{"url":"https://github.com/floatdrop/is-retry-allowed/issues"},"license":"MIT","versions":{"1.0.0":{"name":"is-retry-allowed","version":"1.0.0","description":"My prime module","license":"MIT","repository":{"type":"git","url":"https://github.com/floatdrop/is-retry-allowed"},"author":{"name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com","url":"github.com/floatdrop"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":[],"dependencies":{},"devDependencies":{"ava":"^0.8.0","xo":"^0.12.1"},"gitHead":"df50b6de4b86ff0931444c6e59455fb2c1867052","bugs":{"url":"https://github.com/floatdrop/is-retry-allowed/issues"},"homepage":"https://github.com/floatdrop/is-retry-allowed","_id":"is-retry-allowed@1.0.0","_shasum":"2b2070b151823d4044a8bbbf6285b0c42b8703de","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"floatdrop","email":"floatdrop@gmail.com"},"dist":{"shasum":"2b2070b151823d4044a8bbbf6285b0c42b8703de","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/is-retry-allowed/-/is-retry-allowed-1.0.0.tgz"},"maintainers":[{"name":"floatdrop","email":"floatdrop@gmail.com"}],"directories":{}},"1.1.0":{"name":"is-retry-allowed","version":"1.1.0","description":"My prime module","license":"MIT","repository":{"type":"git","url":"git+https://github.com/floatdrop/is-retry-allowed.git"},"author":{"name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com","url":"github.com/floatdrop"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":[],"dependencies":{},"devDependencies":{"ava":"^0.8.0","xo":"^0.12.1"},"gitHead":"8ca0d01b23b0a92bcf232d97801c3f08c41231a3","bugs":{"url":"https://github.com/floatdrop/is-retry-allowed/issues"},"homepage":"https://github.com/floatdrop/is-retry-allowed#readme","_id":"is-retry-allowed@1.1.0","_shasum":"11a060568b67339444033d0125a61a20d564fb34","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"floatdrop","email":"floatdrop@gmail.com"},"dist":{"shasum":"11a060568b67339444033d0125a61a20d564fb34","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz"},"maintainers":[{"name":"floatdrop","email":"floatdrop@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/is-retry-allowed-1.1.0.tgz_1467498831328_0.0396464669611305"},"directories":{}}},"name":"is-retry-allowed","time":{"modified":"2017-03-05T11:42:47.844Z","created":"2016-01-16T08:38:19.114Z","1.0.0":"2016-01-16T08:38:19.114Z","1.1.0":"2016-07-02T22:33:53.617Z"},"readmeFilename":"readme.md","homepage":"https://github.com/floatdrop/is-retry-allowed#readme"}