package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "thunky@^1.0.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/multicast-dns"
  6. ]
  7. ],
  8. "_from": "thunky@>=1.0.2 <2.0.0",
  9. "_id": "thunky@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/thunky",
  13. "_nodeVersion": "6.9.5",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/thunky-1.0.2.tgz_1486860508065_0.44560420024208724"
  17. },
  18. "_npmUser": {
  19. "email": "mathiasbuus@gmail.com",
  20. "name": "mafintosh"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "thunky",
  26. "raw": "thunky@^1.0.2",
  27. "rawSpec": "^1.0.2",
  28. "scope": null,
  29. "spec": ">=1.0.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/multicast-dns"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/thunky/-/thunky-1.0.2.tgz",
  36. "_shasum": "a862e018e3fb1ea2ec3fce5d55605cf57f247371",
  37. "_shrinkwrap": null,
  38. "_spec": "thunky@^1.0.2",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/multicast-dns",
  40. "author": {
  41. "email": "mathiasbuus@gmail.com",
  42. "name": "Mathias Buus Madsen"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/mafintosh/thunky/issues"
  46. },
  47. "dependencies": {},
  48. "description": "delay the evaluation of a paramless async function and cache the result",
  49. "devDependencies": {
  50. "standard": "^7.1.2",
  51. "tape": "^4.6.0"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "a862e018e3fb1ea2ec3fce5d55605cf57f247371",
  56. "tarball": "https://registry.npmjs.org/thunky/-/thunky-1.0.2.tgz"
  57. },
  58. "gitHead": "7ad8bbfdfbd62b51ea0e34c5235ba0de0db12223",
  59. "homepage": "https://github.com/mafintosh/thunky#readme",
  60. "keywords": [
  61. "async",
  62. "cache",
  63. "control",
  64. "flow",
  65. "lazy",
  66. "memo",
  67. "thunk"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "maintainers": [
  72. {
  73. "name": "feross",
  74. "email": "feross@feross.org"
  75. },
  76. {
  77. "name": "mafintosh",
  78. "email": "mathiasbuus@gmail.com"
  79. }
  80. ],
  81. "name": "thunky",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/mafintosh/thunky.git"
  87. },
  88. "scripts": {
  89. "test": "standard && tape test.js"
  90. },
  91. "version": "1.0.2"
  92. }