package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "koa-favicon@~1.1.0",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-favicon@>=1.1.0 <1.2.0",
  9. "_id": "koa-favicon@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-favicon",
  13. "_npmUser": {
  14. "email": "tj@vision-media.ca",
  15. "name": "tjholowaychuk"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "koa-favicon",
  21. "raw": "koa-favicon@~1.1.0",
  22. "rawSpec": "~1.1.0",
  23. "scope": null,
  24. "spec": ">=1.1.0 <1.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/koa-favicon/-/koa-favicon-1.1.0.tgz",
  31. "_shasum": "b45daba8785722417a0daf5845135cf6f351cb88",
  32. "_shrinkwrap": null,
  33. "_spec": "koa-favicon@~1.1.0",
  34. "_where": "D:\\work\\im",
  35. "bugs": {
  36. "url": "https://github.com/koajs/favicon/issues"
  37. },
  38. "dependencies": {
  39. "co-fs": "~1.2.0"
  40. },
  41. "description": "favicon bounce middleware for koa",
  42. "devDependencies": {
  43. "koa": "~0.6.0",
  44. "mocha": "~1.18.2",
  45. "should": "~3.3.1",
  46. "supertest": "~0.12.0"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "b45daba8785722417a0daf5845135cf6f351cb88",
  51. "tarball": "https://registry.npmjs.org/koa-favicon/-/koa-favicon-1.1.0.tgz"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/koajs/favicon",
  57. "keywords": [
  58. "koa",
  59. "middleware",
  60. "favicon"
  61. ],
  62. "license": "MIT",
  63. "maintainers": [
  64. {
  65. "email": "tj@vision-media.ca",
  66. "name": "tjholowaychuk"
  67. },
  68. {
  69. "email": "jonathanrichardong@gmail.com",
  70. "name": "jongleberry"
  71. },
  72. {
  73. "email": "julian@juliangruber.com",
  74. "name": "juliangruber"
  75. },
  76. {
  77. "email": "dead_horse@qq.com",
  78. "name": "dead_horse"
  79. },
  80. {
  81. "email": "fengmk2@gmail.com",
  82. "name": "fengmk2"
  83. },
  84. {
  85. "email": "eivind.fjeldstad@gmail.com",
  86. "name": "eivifj"
  87. }
  88. ],
  89. "name": "koa-favicon",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/koajs/favicon.git"
  95. },
  96. "version": "1.1.0"
  97. }