{
  "_args": [
    [
      "add-stream@1.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "add-stream@1.0.0",
  "_id": "add-stream@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=",
  "_location": "/add-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "add-stream@1.0.0",
    "name": "add-stream",
    "escapedName": "add-stream",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli",
    "/conventional-changelog-core"
  ],
  "_resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Majid Burney",
    "email": "moocow@euphoricsoup.com"
  },
  "bugs": {
    "url": "https://github.com/wilsonjackson/add-stream/issues"
  },
  "dependencies": {},
  "description": "Append the contents of one stream onto another.",
  "devDependencies": {
    "chai": "^1.10.0",
    "event-stream": "^3.1.7",
    "istanbul": "^0.3.4",
    "mocha": "^2.0.1"
  },
  "homepage": "https://github.com/wilsonjackson/add-stream",
  "keywords": [
    "stream",
    "append",
    "add",
    "concat",
    "gulpfriendly"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "add-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wilsonjackson/add-stream.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec",
    "test": "mocha"
  },
  "version": "1.0.0"
}
