blob: 25902007cf4fc93c0916d3d7b6d8ef0d3d515b36 [file] [log] [blame]
{
"_args": [
[
"requestretry@1.13.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "requestretry@1.13.0",
"_id": "requestretry@1.13.0",
"_inBundle": false,
"_integrity": "sha512-Lmh9qMvnQXADGAQxsXHP4rbgO6pffCfuR8XUBdP9aitJcLQJxhp7YZK4xAVYXnPJ5E52mwrfiKQtKonPL8xsmg==",
"_location": "/requestretry",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "requestretry@1.13.0",
"name": "requestretry",
"escapedName": "requestretry",
"rawSpec": "1.13.0",
"saveSpec": null,
"fetchSpec": "1.13.0"
},
"_requiredBy": [
"/slack-node"
],
"_resolved": "https://registry.npmjs.org/requestretry/-/requestretry-1.13.0.tgz",
"_spec": "1.13.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Francois-Guillaume Ribreau",
"email": "npm@fgribreau.com",
"url": "http://fgribreau.com"
},
"bugs": {
"url": "https://github.com/FGRibreau/node-request-retry/issues"
},
"contributors": [
{
"name": "juliendangers",
"email": "dev@juliencrestin.com"
},
{
"name": "Osbert Orr",
"email": "dev@osbert.net"
}
],
"dependencies": {
"extend": "^3.0.0",
"lodash": "^4.15.0",
"request": "^2.74.0",
"when": "^3.7.7"
},
"description": "request-retry wrap nodejs request to retry http(s) requests in case of error",
"devDependencies": {
"bluebird": "^3.4.6",
"chai": "^3.2.0",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.2.0",
"coveralls": "^2.11.12",
"kew": "~0.7.0",
"mocha": "^3.0.2",
"nyc": "^10.0.0",
"q": "~1.4.1",
"rsvp": "^3.2.1",
"sinon": "1.17.6",
"updtr": "^0.2.1"
},
"homepage": "https://github.com/FGRibreau/node-request-retry#readme",
"license": "MIT",
"main": "index.js",
"name": "requestretry",
"nyc": {
"exclude": [
"node_modules",
"dist",
"coverage",
"webpack.config.js",
"test"
]
},
"repository": {
"url": "git+https://github.com/FGRibreau/node-request-retry.git"
},
"scripts": {
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master",
"postpublish": "npm run --silent changelog-git",
"send-coverage": "cat ./coverage/lcov.info | coveralls",
"test": "mocha -t 2000 -R spec $(find test -name '*.test.js')",
"test-coverage": "nyc --all --statements=100 --lines=100 --functions=100 --branches=100 --check-coverage --reporter=lcov --reporter=cobertura --report-dir=coverage -- mocha -R spec -t 100000 $(find test -name '*.test.js')",
"test-watch": "mocha -t 100000 -R min -w $(find test -name '*.test.js')",
"update": "updtr"
},
"version": "1.13.0"
}