package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "/bonjour/multicast-dns",
  20. "/multicast-dns"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/thunky/-/thunky-1.1.0.tgz",
  23. "_shasum": "5abaf714a9405db0504732bbccd2cedd9ef9537d",
  24. "_spec": "thunky@^1.0.2",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\multicast-dns",
  26. "author": {
  27. "name": "Mathias Buus Madsen",
  28. "email": "mathiasbuus@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mafintosh/thunky/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "delay the evaluation of a paramless async function and cache the result",
  36. "devDependencies": {
  37. "standard": "^12.0.1",
  38. "tape": "^4.9.1"
  39. },
  40. "homepage": "https://github.com/mafintosh/thunky#readme",
  41. "keywords": [
  42. "memo",
  43. "thunk",
  44. "async",
  45. "lazy",
  46. "control",
  47. "flow",
  48. "cache"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "thunky",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/mafintosh/thunky.git"
  56. },
  57. "scripts": {
  58. "test": "standard && tape test.js"
  59. },
  60. "version": "1.1.0"
  61. }