package.json 2.1 KB

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