Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "thunky@1.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "thunky@1.1.0",
  9. "_id": "thunky@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
  12. "_location": "/thunky",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "thunky@1.1.0",
  18. "name": "thunky",
  19. "escapedName": "thunky",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/multicast-dns"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Mathias Buus Madsen",
  32. "email": "mathiasbuus@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/thunky/issues"
  36. },
  37. "description": "delay the evaluation of a paramless async function and cache the result",
  38. "devDependencies": {
  39. "standard": "^12.0.1",
  40. "tape": "^4.9.1"
  41. },
  42. "homepage": "https://github.com/mafintosh/thunky#readme",
  43. "keywords": [
  44. "memo",
  45. "thunk",
  46. "async",
  47. "lazy",
  48. "control",
  49. "flow",
  50. "cache"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "thunky",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/mafintosh/thunky.git"
  58. },
  59. "scripts": {
  60. "test": "standard && tape test.js"
  61. },
  62. "version": "1.1.0"
  63. }