選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

90 行
2.3 KiB

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