package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "co-fs@~1.2.0",
  5. "D:\\work\\im\\node_modules\\koa-favicon"
  6. ]
  7. ],
  8. "_from": "co-fs@>=1.2.0 <1.3.0",
  9. "_id": "co-fs@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/co-fs",
  13. "_npmUser": {
  14. "email": "tj@vision-media.ca",
  15. "name": "tjholowaychuk"
  16. },
  17. "_npmVersion": "1.3.15",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "co-fs",
  21. "raw": "co-fs@~1.2.0",
  22. "rawSpec": "~1.2.0",
  23. "scope": null,
  24. "spec": ">=1.2.0 <1.3.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa-favicon"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/co-fs/-/co-fs-1.2.0.tgz",
  31. "_shasum": "a6df045ce58c04eed45586ff4385032813aba64e",
  32. "_shrinkwrap": null,
  33. "_spec": "co-fs@~1.2.0",
  34. "_where": "D:\\work\\im\\node_modules\\koa-favicon",
  35. "bugs": {
  36. "url": "https://github.com/visionmedia/co-fs/issues"
  37. },
  38. "dependencies": {
  39. "co-from-stream": "0.0.0",
  40. "thunkify": "0.0.1"
  41. },
  42. "description": "fs wrappers for 'co'",
  43. "devDependencies": {
  44. "co": "~2.0.0",
  45. "mocha": "~1.10.0",
  46. "should": "~1.2.2"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "a6df045ce58c04eed45586ff4385032813aba64e",
  51. "tarball": "https://registry.npmjs.org/co-fs/-/co-fs-1.2.0.tgz"
  52. },
  53. "homepage": "https://github.com/visionmedia/co-fs",
  54. "keywords": [
  55. "async",
  56. "flow",
  57. "generator",
  58. "coro",
  59. "coroutine"
  60. ],
  61. "license": "MIT",
  62. "maintainers": [
  63. {
  64. "email": "tj@vision-media.ca",
  65. "name": "tjholowaychuk"
  66. }
  67. ],
  68. "name": "co-fs",
  69. "optionalDependencies": {},
  70. "readme": "ERROR: No README data found!",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/visionmedia/co-fs.git"
  74. },
  75. "version": "1.2.0"
  76. }