package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "co-from-stream@0.0.0",
  5. "D:\\work\\im\\node_modules\\co-fs"
  6. ]
  7. ],
  8. "_from": "co-from-stream@0.0.0",
  9. "_id": "co-from-stream@0.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/co-from-stream",
  13. "_npmUser": {
  14. "email": "julian@juliangruber.com",
  15. "name": "juliangruber"
  16. },
  17. "_npmVersion": "1.3.22",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "co-from-stream",
  21. "raw": "co-from-stream@0.0.0",
  22. "rawSpec": "0.0.0",
  23. "scope": null,
  24. "spec": "0.0.0",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/co-fs"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/co-from-stream/-/co-from-stream-0.0.0.tgz",
  31. "_shasum": "1a5cd8ced77263946094fa39f2499a63297bcaf9",
  32. "_shrinkwrap": null,
  33. "_spec": "co-from-stream@0.0.0",
  34. "_where": "D:\\work\\im\\node_modules\\co-fs",
  35. "bugs": {
  36. "url": "https://github.com/juliangruber/co-from-stream/issues"
  37. },
  38. "dependencies": {
  39. "co-read": "0.0.1"
  40. },
  41. "description": "Create a co generator stream from a node stream",
  42. "devDependencies": {
  43. "co": "~3.0.2",
  44. "mocha": "~1.17.1"
  45. },
  46. "directories": {},
  47. "dist": {
  48. "shasum": "1a5cd8ced77263946094fa39f2499a63297bcaf9",
  49. "tarball": "https://registry.npmjs.org/co-from-stream/-/co-from-stream-0.0.0.tgz"
  50. },
  51. "homepage": "https://github.com/juliangruber/co-from-stream",
  52. "license": "MIT",
  53. "maintainers": [
  54. {
  55. "email": "julian@juliangruber.com",
  56. "name": "juliangruber"
  57. }
  58. ],
  59. "name": "co-from-stream",
  60. "optionalDependencies": {},
  61. "readme": "ERROR: No README data found!",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/juliangruber/co-from-stream.git"
  65. },
  66. "scripts": {
  67. "test": "make test"
  68. },
  69. "version": "0.0.0"
  70. }