Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/trim-off-newlines/package.json

{
  "_from": "trim-off-newlines@^1.0.0",
  "_id": "trim-off-newlines@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=",
  "_location": "/conventional-changelog-cli/trim-off-newlines",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "trim-off-newlines@^1.0.0",
    "name": "trim-off-newlines",
    "escapedName": "trim-off-newlines",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/conventional-commits-parser"
  ],
  "_resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
  "_shasum": "9f9ba9d9efa8764c387698bcbfeb2c848f11adb3",
  "_spec": "trim-off-newlines@^1.0.0",
  "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\conventional-commits-parser",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "github.com/stevemao"
  },
  "bugs": {
    "url": "https://github.com/stevemao/trim-off-newlines/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Similar to String#trim() but removes only newlines",
  "devDependencies": {
    "mocha": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stevemao/trim-off-newlines#readme",
  "keywords": [
    "trim",
    "newlines",
    "new-lines",
    "newline",
    "new-lines",
    "string",
    "str",
    "util",
    "utils",
    "utility",
    "whitespace",
    "space",
    "remove",
    "delete"
  ],
  "license": "MIT",
  "name": "trim-off-newlines",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevemao/trim-off-newlines.git"
  },
  "scripts": {
    "test": "xo && mocha"
  },
  "version": "1.0.1",
  "xo": {
    "envs": [
      "node",
      "mocha"
    ]
  }
}