package.json 1.5 KB

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