Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/conventional-commits-filter/package.json

{
  "_from": "conventional-commits-filter@^2.0.0",
  "_id": "conventional-commits-filter@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Cfl0j1/NquB/TMVx7Wrmyq7uRM+/rPQbtVVGwzfkhZ6/yH6fcMmP0Q/9044TBZPTNdGzm46vXFXL14wbET0/Mg==",
  "_location": "/conventional-changelog-cli/conventional-commits-filter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "conventional-commits-filter@^2.0.0",
    "name": "conventional-commits-filter",
    "escapedName": "conventional-commits-filter",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/conventional-changelog-writer"
  ],
  "_resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.0.tgz",
  "_shasum": "a0ce1d1ff7a1dd7fab36bee8e8256d348d135651",
  "_spec": "conventional-commits-filter@^2.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-changelog-writer",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-subset": "^0.1.1",
    "modify-values": "^1.0.0"
  },
  "deprecated": false,
  "description": "Filter out reverted commits parsed by conventional-commits-parser",
  "engines": {
    "node": ">=6.9.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-filter#readme",
  "keywords": [
    "filter",
    "conventional",
    "changelog",
    "commits"
  ],
  "license": "MIT",
  "name": "conventional-commits-filter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "test": "npm run lint && mocha --timeout=30000",
    "test-windows": "mocha --timeout 30000"
  },
  "version": "2.0.0"
}