package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "tryer@^1.0.1",
  3. "_id": "tryer@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==",
  6. "_location": "/tryer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tryer@^1.0.1",
  12. "name": "tryer",
  13. "escapedName": "tryer",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/bfj"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  22. "_shasum": "f2c85406800b9b0f74c9f7465b81eaad241252f8",
  23. "_spec": "tryer@^1.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\bfj",
  25. "author": {
  26. "name": "Phil Booth",
  27. "email": "pmbooth@gmail.com",
  28. "url": "https://philbooth.me/"
  29. },
  30. "bugs": {
  31. "url": "https://gitlab.com/philbooth/tryer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Phil Booth",
  37. "email": "pmbooth@gmail.com",
  38. "url": "https://philbooth.me/"
  39. },
  40. {
  41. "name": "Andrew Lawson",
  42. "url": "https://github.com/adlawson"
  43. },
  44. {
  45. "name": "Tim O'Sulg",
  46. "url": "https://github.com/timgluz"
  47. }
  48. ],
  49. "deprecated": false,
  50. "description": "Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.",
  51. "devDependencies": {
  52. "chai": "4.1.x",
  53. "jshint": "2.9.x",
  54. "mocha": "5.2.x",
  55. "please-release-me": "2.0.x",
  56. "spooks": "2.0.x",
  57. "uglify-js": "3.4.x"
  58. },
  59. "homepage": "https://gitlab.com/philbooth/tryer",
  60. "keywords": [
  61. "repeat",
  62. "retry",
  63. "predicate",
  64. "conditional",
  65. "invocation",
  66. "execution",
  67. "loop",
  68. "condition",
  69. "termination",
  70. "exponential",
  71. "backoff"
  72. ],
  73. "license": "MIT",
  74. "main": "./src/tryer",
  75. "name": "tryer",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://gitlab.com/philbooth/tryer.git"
  79. },
  80. "scripts": {
  81. "lint": "jshint src/tryer.js test/unit.js",
  82. "minify": "uglifyjs ./src/tryer.js --compress --mangle --output ./lib/tryer.min.js",
  83. "test": "mocha --ui tdd --reporter spec --colors test/unit.js"
  84. },
  85. "version": "1.0.1"
  86. }