Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/git-semver-tags/package.json

{
  "_from": "git-semver-tags@^2.0.0",
  "_id": "git-semver-tags@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lSgFc3zQTul31nFje2Q8XdNcTOI6B4I3mJRPCgFzHQQLfxfqdWTYzdtCaynkK5Xmb2wQlSJoKolhXJ1VhKROnQ==",
  "_location": "/conventional-changelog-cli/git-semver-tags",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "git-semver-tags@^2.0.0",
    "name": "git-semver-tags",
    "escapedName": "git-semver-tags",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/conventional-changelog-core"
  ],
  "_resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.0.tgz",
  "_shasum": "c218fd895bdf8e8e02f6bde555b2c3893ac73cd7",
  "_spec": "git-semver-tags@^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-core",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "bin": {
    "git-semver-tags": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "meow": "^4.0.0",
    "semver": "^5.5.0"
  },
  "deprecated": false,
  "description": "Get all git semver tags of your repository in reverse chronological order",
  "devDependencies": {
    "git-dummy-commit": "^1.2.0",
    "shelljs": "^0.8.0"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
  "keywords": [
    "git-semver-tags",
    "order",
    "semver",
    "tag",
    "git-tag",
    "git"
  ],
  "license": "MIT",
  "name": "git-semver-tags",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "test": "npm run-script lint && mocha --timeout 30000",
    "test-windows": "mocha --timeout 30000"
  },
  "version": "2.0.0"
}