package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "thunky@1.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "thunky@1.0.3",
  10. "_id": "thunky@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9d9zJFNAewkZHa5z4qjMc/OBqCY=",
  13. "_location": "/thunky",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "thunky@1.0.3",
  19. "name": "thunky",
  20. "escapedName": "thunky",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/multicast-dns"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/thunky/download/thunky-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.0.3"
  64. }