Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/conventional-changelog-eslint/package.json

{
  "_from": "conventional-changelog-eslint@^3.0.0",
  "_id": "conventional-changelog-eslint@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Acn20v+13c+o1OAWKvc9sCCl73Nj2vOMyn+G82euiMZwgYNE9CcBkTnw/GKdBi9KiZMK9uy+SCQ/QyAEE+8vZA==",
  "_location": "/conventional-changelog-cli/conventional-changelog-eslint",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "conventional-changelog-eslint@^3.0.0",
    "name": "conventional-changelog-eslint",
    "escapedName": "conventional-changelog-eslint",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/conventional-changelog"
  ],
  "_resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.0.tgz",
  "_shasum": "cc5376cb29a622c1ade197e155bf054640c05cd3",
  "_spec": "conventional-changelog-eslint@^3.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",
  "author": {
    "name": "Steve Mao"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "q": "^1.5.1"
  },
  "deprecated": false,
  "description": "conventional-changelog eslint preset",
  "devDependencies": {
    "conventional-changelog-core": "0.0.2",
    "shelljs": "^0.8.0",
    "through2": "^2.0.0"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "files": [
    "conventional-changelog.js",
    "conventional-recommended-bump.js",
    "index.js",
    "parser-opts.js",
    "writer-opts.js",
    "templates"
  ],
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme",
  "keywords": [
    "conventional-changelog",
    "eslint",
    "preset"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "conventional-changelog-eslint",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "test": "mocha --timeout=30000 && npm run-script lint",
    "test-windows": "echo 'make work on windows'"
  },
  "version": "3.0.0"
}