{ "name": "event-stream"
, "version": "0.9.8"
, "description": "construct pipes of streams of events"
, "homepage": "http://github.com/dominictarr/event-stream"
, "repository": 
  { "type": "git"
  , "url": "https://github.com/dominictarr/event-stream.git" }
, "dependencies": {
    "optimist": "0.2"
  }
, "devDependencies": {
    "asynct": "*",
    "it-is":  "1",
    "ubelt":"~2.9"
  }
, "scripts": {"test": "asynct test/"}
, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)"

,"_resolved": "https://registry.npmjs.org/event-stream/-/event-stream-0.9.8.tgz"
,"_integrity": "sha1-XanPPHkAl1mJ21powo5bPJjr4Do="
,"_from": "event-stream@0.9.8"
}