You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "retry@^0.12.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/p-retry"
  6. ]
  7. ],
  8. "_from": "retry@>=0.12.0 <0.13.0",
  9. "_id": "retry@0.12.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/retry",
  13. "_nodeVersion": "6.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/retry_0.12.0_1523266527484_0.8738449656621592"
  17. },
  18. "_npmUser": {
  19. "email": "tim@transloadit.com",
  20. "name": "tim-kos"
  21. },
  22. "_npmVersion": "4.1.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "retry",
  26. "raw": "retry@^0.12.0",
  27. "rawSpec": "^0.12.0",
  28. "scope": null,
  29. "spec": ">=0.12.0 <0.13.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/p-retry"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  36. "_shasum": "1b42a6266a21f07421d1b0b54b7dc167b01c013b",
  37. "_shrinkwrap": null,
  38. "_spec": "retry@^0.12.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/p-retry",
  40. "author": {
  41. "email": "tim@debuggable.com",
  42. "name": "Tim Koschützki",
  43. "url": "http://debuggable.com/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/tim-kos/node-retry/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Abstraction for exponential and custom retry strategies for failed operations.",
  50. "devDependencies": {
  51. "fake": "0.2.0",
  52. "istanbul": "^0.4.5",
  53. "tape": "^4.8.0"
  54. },
  55. "directories": {
  56. "lib": "./lib"
  57. },
  58. "dist": {
  59. "fileCount": 17,
  60. "shasum": "1b42a6266a21f07421d1b0b54b7dc167b01c013b",
  61. "tarball": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  62. "unpackedSize": 32210
  63. },
  64. "engines": {
  65. "node": ">= 4"
  66. },
  67. "gitHead": "f802d9edc2fdbca727d3e368234b6d714db06f8e",
  68. "homepage": "https://github.com/tim-kos/node-retry",
  69. "license": "MIT",
  70. "main": "index",
  71. "maintainers": [
  72. {
  73. "name": "tim-kos",
  74. "email": "tim@debuggable.com"
  75. }
  76. ],
  77. "name": "retry",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/tim-kos/node-retry.git"
  83. },
  84. "scripts": {
  85. "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish",
  86. "release:major": "env SEMANTIC=major npm run release",
  87. "release:minor": "env SEMANTIC=minor npm run release",
  88. "release:patch": "env SEMANTIC=patch npm run release",
  89. "test": "istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js"
  90. },
  91. "version": "0.12.0"
  92. }