Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/add-stream/package.json

{
  "_from": "add-stream@^1.0.0",
  "_id": "add-stream@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=",
  "_location": "/conventional-changelog-cli/add-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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"
  ],
  "_resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz",
  "_shasum": "6a7990437ca736d5e1288db92bd3266d5f5cb2aa",
  "_spec": "add-stream@^1.0.0",
  "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli",
  "author": {
    "name": "Majid Burney",
    "email": "moocow@euphoricsoup.com"
  },
  "bugs": {
    "url": "https://github.com/wilsonjackson/add-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
}