package.json 1.5 KB

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