{
  "name": "concat-stream",
  "version": "1.4.6",
  "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  "tags": [
    "stream",
    "simple",
    "util",
    "utility"
  ],
  "author": {
    "name": "Max Ogden",
    "email": "max@maxogden.com"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/maxogden/concat-stream.git"
  },
  "bugs": {
    "url": "http://github.com/maxogden/concat-stream/issues"
  },
  "engines": [
    "node >= 0.8"
  ],
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js test/server/*.js"
  },
  "license": "MIT",
  "dependencies": {
    "inherits": "~2.0.1",
    "typedarray": "~0.0.5",
    "readable-stream": "~1.1.9"
  },
  "devDependencies": {
    "tape": "~2.3.2"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "homepage": "https://github.com/maxogden/concat-stream",
  "_id": "concat-stream@1.4.6",
  "_shasum": "8cb736a556a32f020f1ddc82fa3448381c5e5cce",
  "_from": "concat-stream@>=1.4.6-0 <2.0.0-0",
  "_npmVersion": "1.4.10",
  "_npmUser": {
    "name": "maxogden",
    "email": "max@maxogden.com"
  },
  "maintainers": [
    {
      "name": "maxogden",
      "email": "max@maxogden.com"
    }
  ],
  "dist": {
    "shasum": "8cb736a556a32f020f1ddc82fa3448381c5e5cce",
    "tarball": "http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.6.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.6.tgz"
}
