{
	"name": "git-semver-tags",
	"versions": {
		"0.0.0": {
			"name": "git-semver-tags",
			"version": "0.0.0",
			"description": "Get all git semver tag of your repository in the latest to oldest order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"recent",
				"semver",
				"tag",
				"git-tag"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^4.3.6"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"istanbul": "^0.3.17",
				"jscs": "^1.13.1",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "6dec38537e9fa75bf1d51f658a077a4411f7a7e8",
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@0.0.0",
			"_shasum": "d0c5804d558698ff9b5908a27bcc3e5222e935e4",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "stevemao",
				"email": "steve.mao@healthinteract.com.au"
			},
			"maintainers": [
				{
					"name": "stevemao",
					"email": "steve.mao@healthinteract.com.au"
				}
			],
			"dist": {
				"shasum": "d0c5804d558698ff9b5908a27bcc3e5222e935e4",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-0.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.1": {
			"name": "git-semver-tags",
			"version": "0.0.1",
			"description": "Get all git semver tag of your repository in the latest to oldest order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^4.3.6"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"istanbul": "^0.3.17",
				"jscs": "^1.13.1",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "d6d305b68c4b040302b3b4476993da7f7710f165",
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@0.0.1",
			"_shasum": "57f30758933fe3d2eb518f879feada18adb1e3a8",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "stevemao",
				"email": "steve.mao@healthinteract.com.au"
			},
			"maintainers": [
				{
					"name": "stevemao",
					"email": "steve.mao@healthinteract.com.au"
				}
			],
			"dist": {
				"shasum": "57f30758933fe3d2eb518f879feada18adb1e3a8",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-0.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "git-semver-tags",
			"version": "1.0.0",
			"description": "Get all git semver tag of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"istanbul": "^0.3.17",
				"jscs": "^1.13.1",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "83427edee6e92b7f32fc50581836e9042fad62f5",
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.0.0",
			"_shasum": "7ded34e8c6c809814905960db170385fbcb2c56e",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "stevemao",
				"email": "steve.mao@healthinteract.com.au"
			},
			"maintainers": [
				{
					"name": "stevemao",
					"email": "steve.mao@healthinteract.com.au"
				}
			],
			"dist": {
				"shasum": "7ded34e8c6c809814905960db170385fbcb2c56e",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "git-semver-tags",
			"version": "1.1.0",
			"description": "Get all git semver tag of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.3.17",
				"jscs": "^1.13.1",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "b4a7b5e0c4f95265c374b70a8105661cb7af36e1",
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.1.0",
			"_shasum": "0541ae71d469cf458de613a347f41c456f4d5433",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.3",
			"_npmUser": {
				"name": "stevemao",
				"email": "maochenyan@gmail.com"
			},
			"dist": {
				"shasum": "0541ae71d469cf458de613a347f41c456f4d5433",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "stevemao",
					"email": "steve.mao@healthinteract.com.au"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "git-semver-tags",
			"version": "1.1.1",
			"description": "Get all git semver tag of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.3.17",
				"jscs": "^1.13.1",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 10000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "71983fe393705b764773ed054c8342ee154562d1",
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.1.1",
			"_shasum": "8e542f20523cbbe79ec50e5d3eb83459ba0aa4a2",
			"_from": ".",
			"_npmVersion": "2.14.12",
			"_nodeVersion": "4.2.4",
			"_npmUser": {
				"name": "stevemao",
				"email": "maochenyan@gmail.com"
			},
			"dist": {
				"shasum": "8e542f20523cbbe79ec50e5d3eb83459ba0aa4a2",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "stevemao",
					"email": "steve.mao@healthinteract.com.au"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.2": {
			"name": "git-semver-tags",
			"version": "1.1.2",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 10000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "5390b10a9c82a88ebd91b86b89611ea9f452fa94",
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.1.2",
			"_shasum": "aecf9b1b2447a6b548d48647f53edba0acad879f",
			"_from": ".",
			"_npmVersion": "2.14.12",
			"_nodeVersion": "4.2.4",
			"_npmUser": {
				"name": "stevemao",
				"email": "maochenyan@gmail.com"
			},
			"dist": {
				"shasum": "aecf9b1b2447a6b548d48647f53edba0acad879f",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "stevemao",
					"email": "steve.mao@healthinteract.com.au"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.2.0-alpha.1": {
			"name": "git-semver-tags",
			"version": "1.2.0-alpha.1",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"coveralls": "^2.11.2",
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 10000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "ce686c9b1259e0151489f3a9c2d912156a5c4248",
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.2.0-alpha.1",
			"_shasum": "c11e598922333582c3f844e5326e73e5f590f8de",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.1.0",
			"_npmUser": {
				"name": "bcoe",
				"email": "ben@npmjs.com"
			},
			"dist": {
				"shasum": "c11e598922333582c3f844e5326e73e5f590f8de",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.0-alpha.1.tgz"
			},
			"maintainers": [
				{
					"name": "bcoe",
					"email": "ben@npmjs.com"
				},
				{
					"name": "stevemao",
					"email": "maochenyan@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/git-semver-tags-1.2.0-alpha.1.tgz_1488690065407_0.21380895050242543"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "git-semver-tags",
			"version": "1.2.0",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.2.0",
			"_shasum": "b31fd02c8ab578bd6c9b5cacca5e1c64c1177ac1",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.1.0",
			"_npmUser": {
				"name": "bcoe",
				"email": "ben@npmjs.com"
			},
			"dist": {
				"shasum": "b31fd02c8ab578bd6c9b5cacca5e1c64c1177ac1",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "bcoe",
					"email": "ben@npmjs.com"
				},
				{
					"name": "stevemao",
					"email": "maochenyan@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/git-semver-tags-1.2.0.tgz_1489125632554_0.24565216898918152"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "git-semver-tags",
			"version": "1.2.1",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.2.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.10.3",
			"_npmUser": {
				"name": "stevemao",
				"email": "maochenyan@gmail.com"
			},
			"dist": {
				"integrity": "sha512-fFyxtzTHCTQKwB4clA2AInVrlflBbVbbJD4NWwmxKXHUgsU/K9kmHNlkPLqFiuy9xu9q3lNopghR4VXeQwZbTQ==",
				"shasum": "6ccd2a52e735b736748dc762444fcd9588e27490",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "bcoe",
					"email": "ben@npmjs.com"
				},
				{
					"name": "stevemao",
					"email": "maochenyan@gmail.com"
				},
				{
					"name": "tapppi",
					"email": "moilanen.tapani@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags-1.2.1.tgz_1500334226333_0.08401523670181632"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2": {
			"name": "git-semver-tags",
			"version": "1.2.2",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.2.2",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "stevemao",
				"email": "maochenyan@gmail.com"
			},
			"dist": {
				"integrity": "sha512-fhINopzKBQ8m6YlQt7gPf6T6hFnTF84O7U+8kYJmfjjKk7gbmKGj+BLcKNWi+japPbBwCeXXnfKwThpJpR9ZnQ==",
				"shasum": "a2139be1bf6e337e125f3eb8bb8fc6f5d4d6445f",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.2.tgz"
			},
			"maintainers": [
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				},
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags-1.2.2.tgz_1506836369682_0.05372115736827254"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.3": {
			"name": "git-semver-tags",
			"version": "1.2.3",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.2.3",
			"_shasum": "188b453882bf9d7a23afd31baba537dab7388d5d",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.3",
			"_npmUser": {
				"name": "stevemao",
				"email": "maochenyan@gmail.com"
			},
			"dist": {
				"shasum": "188b453882bf9d7a23afd31baba537dab7388d5d",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.3.tgz"
			},
			"maintainers": [
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				},
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags-1.2.3.tgz_1510532236466_0.27181078656576574"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "git-semver-tags",
			"version": "1.3.0",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.3.0",
			"_shasum": "b154833a6ab5c360c0ad3b1aa9b8f12ea06de919",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.12.1",
			"_npmUser": {
				"name": "hbetts",
				"email": "hutson@hyper-expanse.net"
			},
			"dist": {
				"shasum": "b154833a6ab5c360c0ad3b1aa9b8f12ea06de919",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.0.tgz"
			},
			"maintainers": [
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				},
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "andrewbgoode@gmail.com",
					"name": "nexdrew"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags-1.3.0.tgz_1517191960751_0.602565796347335"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.1": {
			"name": "git-semver-tags",
			"version": "1.3.1",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.3.1",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.8.1",
			"_npmUser": {
				"name": "bcoe",
				"email": "ben@npmjs.com"
			},
			"dist": {
				"integrity": "sha512-0Eyk6xpjJ2zuilN6Bx8Rn28/1kso1UluTLnIZmJDdslBtuT2jkuFD6TZqOBaJiSkZ4A9XvE9p3C2G5PePWJ++A==",
				"shasum": "6347ab8b36a89b44cec28f8a4b277e23c680aa2e",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.1.tgz",
				"fileCount": 5,
				"unpackedSize": 6721
			},
			"maintainers": [
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "andrewbgoode@gmail.com",
					"name": "nexdrew"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_1.3.1_1518539029262_0.8592146731364709"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.2": {
			"name": "git-semver-tags",
			"version": "1.3.2",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"homepage": "https://github.com/stevemao/git-semver-tags",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/stevemao/git-semver-tags.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"bugs": {
				"url": "https://github.com/stevemao/git-semver-tags/issues"
			},
			"_id": "git-semver-tags@1.3.2",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.8.1",
			"_npmUser": {
				"name": "bcoe",
				"email": "ben@npmjs.com"
			},
			"dist": {
				"integrity": "sha512-CXQJ4GdxkUya1YQaEKGcYIJ9RiuX4RTWnRIhiMlTItl8czRix4akE0CpoUSLmljuxEnUM/pFpd2FFwo+nV0SPA==",
				"shasum": "94afa43c9070ae527a3ab86b978e59ae207803cc",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.2.tgz",
				"fileCount": 5,
				"unpackedSize": 6926
			},
			"maintainers": [
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "andrewbgoode@gmail.com",
					"name": "nexdrew"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_1.3.2_1518539269455_0.21620710218124528"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.3": {
			"name": "git-semver-tags",
			"version": "1.3.3",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^3.3.0",
				"semver": "^5.0.1"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.1.0",
				"istanbul": "^0.4.2",
				"jscs": "^2.9.0",
				"jshint": "^2.8.0",
				"mocha": "*",
				"shelljs": "^0.5.1"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"_id": "git-semver-tags@1.3.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "hbetts",
				"email": "hutson@hyper-expanse.net"
			},
			"dist": {
				"integrity": "sha512-FK/ZQeFwANfsoo+3FFhO1XRVVKgSZgcO0ABtydFrPQj7U2N5ELVr8MxBqlXa5TdpRKTp6/H5ki1cK2Anxr2kJw==",
				"shasum": "0b0416c43285adfdc93a8038ea25502a09319245",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.3.tgz",
				"fileCount": 5,
				"unpackedSize": 7399
			},
			"maintainers": [
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "andrewbgoode@gmail.com",
					"name": "nexdrew"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_1.3.3_1519100431004_0.12217107511030911"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.4": {
			"name": "git-semver-tags",
			"version": "1.3.4",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^4.0.0",
				"semver": "^5.5.0"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.2.0",
				"shelljs": "^0.8.0"
			},
			"scripts": {
				"lint": "jshint *.js --exclude node_modules && jscs *.js",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"_id": "git-semver-tags@1.3.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "hbetts",
				"email": "hutson@hyper-expanse.net"
			},
			"dist": {
				"integrity": "sha512-Xe2Z74MwXZfAezuaO6e6cA4nsgeCiARPzaBp23gma325c/OXdt//PhrknptIaynNeUp2yWtmikV7k5RIicgGIQ==",
				"shasum": "2ceb2a355c6d7514c123c35e297067d08caf3a92",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.4.tgz",
				"fileCount": 5,
				"unpackedSize": 7495
			},
			"maintainers": [
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "andrewbgoode@gmail.com",
					"name": "nexdrew"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_1.3.4_1519510362957_0.2501437345956474"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.5": {
			"name": "git-semver-tags",
			"version": "1.3.5",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^4.0.0",
				"semver": "^5.5.0"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.2.0",
				"shelljs": "^0.8.0"
			},
			"scripts": {
				"lint": "eslint --fix .",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"_id": "git-semver-tags@1.3.5",
			"_npmVersion": "5.7.1",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "hbetts",
				"email": "hutson@hyper-expanse.net"
			},
			"dist": {
				"integrity": "sha512-+uttbaoLSIvxdJWQKmRcs/G3uHitbypvpM41rz1C48Eeq7AI47Mzh+hQ5xX2mY1Kehpv5WGe4yXg1LbSw29d2A==",
				"shasum": "b803e8ee36c09e8cec3e9441f5bac292fd163c18",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.5.tgz",
				"fileCount": 5,
				"unpackedSize": 7661
			},
			"maintainers": [
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_1.3.5_1521726109474_0.09123811495701917"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.6": {
			"name": "git-semver-tags",
			"version": "1.3.6",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^4.0.0",
				"semver": "^5.5.0"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.2.0",
				"shelljs": "^0.8.0"
			},
			"scripts": {
				"lint": "eslint --fix .",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"_id": "git-semver-tags@1.3.6",
			"_npmVersion": "5.7.1",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "hbetts",
				"email": "hutson@hyper-expanse.net"
			},
			"dist": {
				"integrity": "sha512-2jHlJnln4D/ECk9FxGEBh3k44wgYdWjWDtMmJPaecjoRmxKo3Y1Lh8GMYuOPu04CHw86NTAODchYjC5pnpMQig==",
				"shasum": "357ea01f7280794fe0927f2806bee6414d2caba5",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.6.tgz",
				"fileCount": 6,
				"unpackedSize": 9014
			},
			"maintainers": [
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_1.3.6_1522164370935_0.9063125477226328"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "git-semver-tags",
			"version": "2.0.0",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			},
			"files": [
				"index.js",
				"cli.js"
			],
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^4.0.0",
				"semver": "^5.5.0"
			},
			"devDependencies": {
				"git-dummy-commit": "^1.2.0",
				"shelljs": "^0.8.0"
			},
			"scripts": {
				"lint": "eslint --fix .",
				"test": "npm run-script lint && mocha --timeout 30000",
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"_id": "git-semver-tags@2.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "hbetts",
				"email": "hutson@hyper-expanse.net"
			},
			"dist": {
				"integrity": "sha512-lSgFc3zQTul31nFje2Q8XdNcTOI6B4I3mJRPCgFzHQQLfxfqdWTYzdtCaynkK5Xmb2wQlSJoKolhXJ1VhKROnQ==",
				"shasum": "c218fd895bdf8e8e02f6bde555b2c3893ac73cd7",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 9710,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDWNWCRA9TVsSAnZWagAAOLQP/2bcgGP+3NLZ9Ovf7u1b\n27UsFa3fWP+yiVj0ZnQVUNF4bcJb7gAD6+bo7i7ZhRSnQB4U7BDW2Yo4gc//\nkk5msmOaK+sfhbBzsTt3DJyZ8V5cLlnavM8rpj68MdI2tx/bd9BrnTlqlLFj\nZqMgKARxOq+6ckmwhonFW+lkT6ugSxOqEe9TMhUC1Bo9eAF2TqS19/BCM8/T\niQbX70EP45bK9Tgkwmvbq5rS7+3n/5NZZZZTbJgTShrbABajsMRRFOIf9DF/\n6tOyyqZqpDyffnU7k5WWRClnMpKNTHNrSitRKjFkgU9A6jfY2PNqNpAw7o98\nlMXdpr6ez1Aix8eguqF5qTfA1xDq2i2wos6kCJSt95ZWFWjkUKcsEq72dUxv\nwxxwjzBCG+yKLVcOieXWhTBq8/OX4PggolABTBRYUimHRXZOr6E5Zp3AfVT3\n1Orn+MV+VOJkpdDnci680ExkjZT/hbBT0AenUBQkFazLfJOoxX0GBMF0/eIw\nbsHK5JBD8aXB7h96fZS+eqsoQ7FQSMGaa3HA3kZcJARmVBK982DrKThg/eV7\nc80BrAk7oW4im9jItrQtkXiPAxrHPSfFWhcWz9UwC1sf6NcTmL0OrdrfnLXC\ngaFqMvKMqwZGmNs/5odM6t7vuJM8epUPMFJR15UAza532cVdVfFx/nig7CF/\nfujX\r\n=2n7s\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_2.0.0_1527604053587_0.5533995213836536"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.2": {
			"name": "git-semver-tags",
			"version": "2.0.2",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			},
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^4.0.0",
				"semver": "^5.5.0"
			},
			"scripts": {
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "80ee156a3d42409c7e9d0bc3ff0eed134cb1c529",
			"_resolved": "",
			"_integrity": "",
			"_from": "file:git-semver-tags-2.0.2.tgz",
			"_id": "git-semver-tags@2.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.12.0",
			"_npmUser": {
				"name": "bcoe",
				"email": "ben@npmjs.com"
			},
			"dist": {
				"integrity": "sha512-34lMF7Yo1xEmsK2EkbArdoU79umpvm0MfzaDkSNYSJqtM5QLAVTPWgpiXSVI5o/O9EvZPSrP4Zvnec/CqhSd5w==",
				"shasum": "f506ec07caade191ac0c8d5a21bdb8131b4934e3",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.2.tgz",
				"fileCount": 6,
				"unpackedSize": 10271,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2qAXCRA9TVsSAnZWagAAQG8P/07Cd9NnijCnNs41Y1Sd\n0owfaHp4quCy//M7I3FXdMgDF50DxyLgOP8ugKzVUkPxxmVZ3BPcwJwXtAro\nAGsE+oDfa1+6dA1zLep8CupRQvs4Z3T/XEnPDGLc6vi7XaRu7iOM7oAo66tD\nBAcimyYpdmGnO5P2qwGFPdYsEU/XXhR83Q3iXZ9HQOU8TGtfzeotgjxljMg6\nTZVq1XOBCo42Gf7r0bCd20I9G70kvzY8Dk/KRI3lUlvE4dVAmxf8V450gyut\nPI5UdLnSEfqHeUrFVRUctGmxRUxETIidd7Mmf6hAcRlZgCtwj01Iwf5Wy1hS\n1xoe5kR8oXObHyPqaBtoRCbU+gGtwlGahYGgsYlADfcIRX4R/iBMFI9tXbi0\nOZZ97JylOi2o2Dch8+oQ9PRoVUdegZBnQnNdRcaDPvPG9LdP1Krfi7JS8lz+\nZAbR6QOoTZ3NrDnH0Zv1ZoZTzM0XyrdhVCGZRHwkGD53ks9311duX8ylnoRO\n8enGwTwPS/oed/p0K+S9DnORIQ1O5x29rcg3OyGZJ8caIShvUKQ5qW90lskk\n0YA0h41588Fk1/xBGB0gMYQYXlGfsQ12SsqD+b9HB7sPtqYa0iWTJCOsxt8N\ndSCIOQS3mjJ/sSOdkU+cXvN2IUXCT++YXkrjkokJf0bIR9uEUGE+NI2IE8v3\nts9J\r\n=osvp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ben@npmjs.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hbetts"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_2.0.2_1541054486760_0.45516835343715534"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.3": {
			"name": "git-semver-tags",
			"version": "2.0.3",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			},
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^4.0.0",
				"semver": "^6.0.0"
			},
			"scripts": {
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "38f5508191f8afc1a8503d1fd24e2de6d05b8738",
			"_id": "git-semver-tags@2.0.3",
			"_nodeVersion": "11.12.0",
			"_npmVersion": "lerna/3.13.4/node@v11.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-tj4FD4ww2RX2ae//jSrXZzrocla9db5h0V7ikPl1P/WwoZar9epdUhwR7XHXSgc+ZkNq72BEEerqQuicoEQfzA==",
				"shasum": "48988a718acf593800f99622a952a77c405bfa34",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.3.tgz",
				"fileCount": 6,
				"unpackedSize": 10659,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4G/OCRA9TVsSAnZWagAA8r0P/3p5CI7a17mmedEVz58m\nt7REdELKg/XJ+ZjTPq6PHOrolShaMDvRnoWA0ZhaeF9d0DRM8yY19xZKDXSc\npMvm2NeO5dYBJAEM4gmjQYEk67gGBhXtdgTLEgCJMFt+r2jUITzS0Vkq5EM7\nX9FBhsATOOjUuxDBFV+zrrD7+EBhFap+KGgI5CHlYUznJBUwFuI7do49n7MS\nVvkkrmNpxjGsRFgMGzw2W2eX+VqvIg2cdEI4/JuqirLQyuznponthbV/HlDX\nVmW3K2800b7UNGEre36fOhTVqbgJ8M/YBPwKP7zek3cGurpgQjjrfA817Ccj\nNc15PGvtxoDf9FxEhJsHafXBBSotO+JueSuEMpoeBV3ubIm0MPfQDGR6Yr0a\nfXFmIngz1E3wd72lYIB74ZLH9QtrV8NMsJlH01tWiGjl498boc63F9EvISSf\npabrcN4RSLR3QOwWNRhZBnFZr1IIVWIN1OUBEEultTyh4OF4VSpmU5ODUGta\nDgV6SuJcw4jGTkrwNXsdjBOvPQquuTjVjijZHPthGFoNMjdchmAUzaoFLYWF\nbyFMka+Rf0Btdnq6TNkq6a2Z1Xe/HNFCjvPfMLFDdyQ+qrtSPLvmFXMyj2Jr\naQYyj/SKEYdG/VC8ZvuaCKnuWbYMt3YQlVCw6feuWIr5gSTEC5/3CuQbVnBD\nQ/uv\r\n=VhZa\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bencoe@gmail.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hutson"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"_npmUser": {
				"name": "bcoe",
				"email": "bencoe@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_2.0.3_1558212558057_0.8857938026462286"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "git-semver-tags",
			"version": "3.0.0",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			},
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^4.0.0",
				"semver": "^6.0.0"
			},
			"scripts": {
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4",
			"_id": "git-semver-tags@3.0.0",
			"_nodeVersion": "12.4.0",
			"_npmVersion": "lerna/3.16.4/node@v12.4.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-T4C/gJ9k2Bnxz+PubtcyiMtUUKrC+Nh9Q4zaECcnmVMwJgPhrNyP/Rf+YpdRqsJbCV/+kYrCH24Xg+IeAmbOPg==",
				"shasum": "fe10147824657662c82efd9341f0fa59f74ddcba",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-3.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 11448,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPofNCRA9TVsSAnZWagAAqi8QAJZCRsmMORwWGLLJn52w\n7ctav2d6Th/EXujA8njx1f/bymA/JsaY/le0ksym3vYSK8HEkr3lgLXIS68/\nQg4HG1x6jOdFcRWJCzTm3w3Xm9eZzXuJBUg7CQS+GAkFPvZyjX8M2P15+l+y\nCBiyVucdATsv022fWO0B/+MDuO47DuhDRnFD6M0t0AdHJtnyVAawlIwOmWdf\neOrzP+lVQuCVXaZa8j8Kovj71nULLhkEYCMucvqr4jYcBtZLVWxAbgS3HzK/\nA+PO5B3m5CoWJ1AC1nW816xQPK6p0QHixWuFOidzqHlRAlYcknul0u2xBM2k\nlZs+tDGHqsCVhztZ+2fXN/noKfDtSgpycCtwL6qz4rhdwmtZ31v5OtjYKwVG\n2oT598IJckLZS6hwJOCZ1yCxLXGL9Xzh5CP8w38YamSjhfxY4/1FaIYCvqOI\nHQHjEZZJ/6OvYb+9BUJnTAl6RGjLL788debbmZjaWD+lOk3t4109ZYbqJUUM\n2Dc2U2x2GEu9cIlttFR2B8dORL0bItwwHMpzZ9xk9J+xcJDfHQ9P300HSFVa\nVa9VU+cTrNRmTmtAZ0U9bsevPTRtjWr1aTmIWEihvsKn1K0QDQU0z+jGGNOi\nBWDtA2dLUQH40/62NgxNdDf8bhOvZUSmuNKSE6KRjryZ6/Z0aBfrSEYSJeAC\noESq\r\n=LFFB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bencoe@gmail.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hutson"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				}
			],
			"_npmUser": {
				"name": "bcoe",
				"email": "bencoe@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_3.0.0_1564379084429_0.9134725067114657"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "git-semver-tags",
			"version": "3.0.1",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			},
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^5.0.0",
				"semver": "^6.0.0"
			},
			"scripts": {
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "79217815a7ce5f3d3f833961ce9a14bd454e5789",
			"_id": "git-semver-tags@3.0.1",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.18.4/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Hzd1MOHXouITfCasrpVJbRDg9uvW7LfABk3GQmXYZByerBDrfrEMP9HXpNT7RxAbieiocP6u+xq20DkvjwxnCA==",
				"shasum": "9cb9e4974437de1f71f32da3bfe74f4d35afb1b9",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-3.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 12068,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzdBqCRA9TVsSAnZWagAAHXsP/jvD7xwcWhJzRCXwVqUT\n6iHCvWDWEKBHOATLo4hmp4DQoBoQ81kvAtRWGjJiJyJ+BOs9r2PK1Srpsv2F\n6JMbVm0ApmQUBKasiP3WMyE1dM32PZ8D4ON/cCRDtIT8ZBCTvjHCD0wHUAeO\nR8WPdWn1LIsIL7saatu1NEhIH+hYSEY5xy6xUpNg4P5l/VYDstqAsvzP844A\nFhJiyGsxcnvMuCa345S/CxdNGCQgMD7j1uknfat+T4C2Po4xKc741sI6HASz\nuT5MXAduOCk2N+wrhJrhQz0aMV98ehSuaGX9DzrKOpJUrxsUoDgNizH1nYFs\nx6ofU5kSE4z9PfEbk6PWGBq7ckQgk35GulJOGXimIeZSlTxNPoasAAOVXJfK\nclHwVHhyUCC8rukjslVtIO10EAkGoxgZY505i7Alg3DXvd6wmnbYuwRyiEJo\nKn2XQppEBmbMcd57uxZel7IIfLGbpDE1+riUjN3uG9oyogih5e6VOu0NOqet\nZnmlDVBGlJKw9Bwk63xH1Wn2jgAVNTyX1d4An/YF3awOkBgQ0yb+rZScIkSy\nIUE/5X26ljI7X6+TP9gIY848NrDAOZAh2Anj4Nets95MECTd0PCarwI1LsF2\nHDqTft07IFEdYDThmNXnRE2iZ1kXihXwlVnZ32dFVUWRnjPk/C9H/WYKo0X+\nVxL6\r\n=20Oh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bencoe@gmail.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hutson"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				},
				{
					"email": "tommywo@o2.pl",
					"name": "tommywo"
				}
			],
			"_npmUser": {
				"name": "tommywo",
				"email": "tommywo@o2.pl"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_3.0.1_1573769321831_0.6689966236219445"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "git-semver-tags",
			"version": "4.0.0",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^7.0.0",
				"semver": "^6.0.0"
			},
			"scripts": {
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c",
			"_id": "git-semver-tags@4.0.0",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "lerna/3.20.2/node@v12.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-LajaAWLYVBff+1NVircURJFL8TQ3EMIcLAfHisWYX/nPoMwnTYfWAznQDmMujlLqoD12VtLmoSrF1sQ5MhimEQ==",
				"shasum": "a9dd58a0dd3561a4a9898b7e9731cf441c98fc38",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 12975,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetbPWCRA9TVsSAnZWagAAQl4P/1XT7T1+waP/4jTPv+U/\nMjf6Sq9XFqBKtfS3u75YtkOS6jGvUMgGTtqdZGdWne60xglDyRYbM1xEqDpB\nYgYI2kaCw6rh2/ONbdZjifni6lqbHOdHkEXvyBimLBuYP+pzo1Oql2zkUNes\nFavco/qdf04epJ11SHDDzpEx+j8ehnZsEFty1BoXDoUTywrj1FcBabdIv7AS\nBTJif5lLzNpBd2766JHSDZxLLuCZ09q9/PgZRTLqSex42BQT+mabHMETOxIG\nQlM1UJYBg5nhDn8UzAfALaaGemPA9jrmjY1NoOhStvwH0MkWxFRdi70Kw7U0\nEb5LPjqTr53n+XNwRU81InH97sVWdH66DR31SlEBpdfeOjodP/qpgkzS3TMD\nIa6PeUdVdqJ350SCPQbJrnLxARraio/MCjA5k4Awzx21N3dH49ZRQXcHOFZA\nQxniYS923x9PfFEm5lYKxA8mDMnFYzMqc2XxQWQnifHMZYlo7r6tOwB6R3a6\nPZA+Srl96Wrifs/OXubETM5kKu46hUhevoAtZbp3TcIqvG7al/5UBicJzKA3\noj0gAbOaIS6zo6DgG+XoQWkwVvd8WpooNah/RQcId73Jaln4vl0iy45fbv65\n1pozCzR38W1m+0g29D6vKR1x7iKRNS6UohzAGIPmLC2a15oShynw+QzTg1em\nc8WE\r\n=tRy7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bencoe@gmail.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hutson"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				},
				{
					"email": "tommywo@o2.pl",
					"name": "tommywo"
				}
			],
			"_npmUser": {
				"name": "bcoe",
				"email": "bencoe@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_4.0.0_1588966357557_0.9607100575592686"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.1.0": {
			"name": "git-semver-tags",
			"version": "4.1.0",
			"description": "Get all git semver tags of your repository in reverse chronological order",
			"bugs": {
				"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
			},
			"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
			"author": {
				"name": "Steve Mao",
				"email": "maochenyan@gmail.com",
				"url": "https://github.com/stevemao"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
			},
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"keywords": [
				"git-semver-tags",
				"order",
				"semver",
				"tag",
				"git-tag",
				"git"
			],
			"dependencies": {
				"meow": "^7.0.0",
				"semver": "^6.0.0"
			},
			"scripts": {
				"test-windows": "mocha --timeout 30000"
			},
			"bin": {
				"git-semver-tags": "cli.js"
			},
			"gitHead": "be1246c68f5dc4e6f28996129951a75bbf1cf307",
			"readmeFilename": "README.md",
			"_id": "git-semver-tags@4.1.0",
			"_nodeVersion": "12.18.2",
			"_npmVersion": "lerna/3.22.1/node@v12.18.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-TcxAGeo03HdErzKzi4fDD+xEL7gi8r2Y5YSxH6N2XYdVSV5UkBwfrt7Gqo1b+uSHCjy/sa9Y6BBBxxFLxfbhTg==",
				"shasum": "0146c9bc24ee96104c99f443071c8c2d7dc848e3",
				"tarball": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.0.tgz",
				"fileCount": 6,
				"unpackedSize": 13643,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfM4F4CRA9TVsSAnZWagAAY8UP/1eLoa6MfWScMZuZjPbs\nNY89xUtFm1pyQwxORny+b1wPgvo3WRFxf61lkPOsFTvuWEHB7pDYnyU3v2fG\newP5pr3cIUz8Yn/QtOS4Colgi3Y2Pn1eQU/a386ueqOHowtcdQzgSQ3Qyhsr\ntoxsBfByZpzztdXW2bUU9wQiNTKi80cQqDLnAz61bY4gTfs8Pib1hd5zyuM1\n8XBBJRFmbd3UKmc2cR2SUW92RwkCsPzgm9SJiO2Kgfdng3ABCWGMDJt7SYmU\nJPDha2LnQO66+NMS4bdTwjOVA7xLJysLtRFl0/MWnuyIBZaSiwIKtxjpnYid\nL6Vd+GckCXBnfhEcyYDRmFi+9cgxiMnJkpblGca6jWM6wu8mEwVq7huvSgbo\nX7GMNUYpI809bR2jTbP9ly60ALtXpAvFzFdebPYmJkXOPug8j56ByEodZY8Y\nINe/Q+CbsTbAfkjHYNxBFgOFhVTKrj1Nfl/r5GaA+nEZfQhz3VQWcbxLoJso\nT14cPMhIzRwgPmcl0qtKpXVFRw4Wz0H3ppSdLPz7MCyZ+F1EQ065guNUpgS0\nKjjSwXfJ89lT6xx4zvdbfCJy3TZ2oyBeVG6mwvoyf7DSzU0dI4oyk4uxEwVq\nIV1cNREOpxQgaA+EqtrDsZw6panIhlpDrd4cwM52VsvrAGiOzyhI1rmTgfcY\noLEf\r\n=RLqR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bencoe@gmail.com",
					"name": "bcoe"
				},
				{
					"email": "gustaf.dalemar@gmail.com",
					"name": "dlmr"
				},
				{
					"email": "hutson@hyper-expanse.net",
					"name": "hutson"
				},
				{
					"email": "hello@mario-nebl.de",
					"name": "marionebl"
				},
				{
					"email": "bencoe+oss-bot@gmail.com",
					"name": "oss-bot"
				},
				{
					"email": "maochenyan@gmail.com",
					"name": "stevemao"
				},
				{
					"email": "moilanen.tapani@gmail.com",
					"name": "tapppi"
				},
				{
					"email": "tommywo@o2.pl",
					"name": "tommywo"
				}
			],
			"_npmUser": {
				"name": "bcoe",
				"email": "bencoe@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/git-semver-tags_4.1.0_1597211000304_0.5933737501134535"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-08-12T05:44:09.995Z",
		"created": "2015-06-30T06:09:42.584Z",
		"0.0.0": "2015-06-30T06:09:42.584Z",
		"0.0.1": "2015-06-30T06:27:26.871Z",
		"1.0.0": "2015-07-23T00:59:35.004Z",
		"1.1.0": "2015-12-25T11:31:37.409Z",
		"1.1.1": "2015-12-31T22:50:28.781Z",
		"1.1.2": "2016-01-30T03:36:52.029Z",
		"1.2.0-alpha.1": "2017-03-05T05:01:05.641Z",
		"1.2.0": "2017-03-10T06:00:32.784Z",
		"1.2.1": "2017-07-17T23:30:26.410Z",
		"1.2.2": "2017-10-01T05:39:29.763Z",
		"1.2.3": "2017-11-13T00:17:16.531Z",
		"1.3.0": "2018-01-29T02:12:41.580Z",
		"1.3.1": "2018-02-13T16:23:49.313Z",
		"1.3.2": "2018-02-13T16:27:49.504Z",
		"1.3.3": "2018-02-20T04:20:31.052Z",
		"1.3.4": "2018-02-24T22:12:43.004Z",
		"1.3.5": "2018-03-22T13:41:49.541Z",
		"1.3.6": "2018-03-27T15:26:11.047Z",
		"2.0.0": "2018-05-29T14:27:33.656Z",
		"2.0.2": "2018-11-01T06:41:26.914Z",
		"2.0.3": "2019-05-18T20:49:18.167Z",
		"3.0.0": "2019-07-29T05:44:44.702Z",
		"3.0.1": "2019-11-14T22:08:42.050Z",
		"4.0.0": "2020-05-08T19:32:37.722Z",
		"4.1.0": "2020-08-12T05:43:20.410Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.1.0",
		"next": "4.1.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"31b42923d628d0e9547a7c373a39ad42\"",
			"fetched": 1600679812824
		}
	},
	"_distfiles": {
		"git-semver-tags-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-0.0.0.tgz",
			"sha": "d0c5804d558698ff9b5908a27bcc3e5222e935e4",
			"registry": "npmjs"
		},
		"git-semver-tags-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-0.0.1.tgz",
			"sha": "57f30758933fe3d2eb518f879feada18adb1e3a8",
			"registry": "npmjs"
		},
		"git-semver-tags-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.0.0.tgz",
			"sha": "7ded34e8c6c809814905960db170385fbcb2c56e",
			"registry": "npmjs"
		},
		"git-semver-tags-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.1.0.tgz",
			"sha": "0541ae71d469cf458de613a347f41c456f4d5433",
			"registry": "npmjs"
		},
		"git-semver-tags-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.1.1.tgz",
			"sha": "8e542f20523cbbe79ec50e5d3eb83459ba0aa4a2",
			"registry": "npmjs"
		},
		"git-semver-tags-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.1.2.tgz",
			"sha": "aecf9b1b2447a6b548d48647f53edba0acad879f",
			"registry": "npmjs"
		},
		"git-semver-tags-1.2.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.0-alpha.1.tgz",
			"sha": "c11e598922333582c3f844e5326e73e5f590f8de",
			"registry": "npmjs"
		},
		"git-semver-tags-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.0.tgz",
			"sha": "b31fd02c8ab578bd6c9b5cacca5e1c64c1177ac1",
			"registry": "npmjs"
		},
		"git-semver-tags-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.1.tgz",
			"sha": "6ccd2a52e735b736748dc762444fcd9588e27490",
			"registry": "npmjs"
		},
		"git-semver-tags-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.2.tgz",
			"sha": "a2139be1bf6e337e125f3eb8bb8fc6f5d4d6445f",
			"registry": "npmjs"
		},
		"git-semver-tags-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.3.tgz",
			"sha": "188b453882bf9d7a23afd31baba537dab7388d5d",
			"registry": "npmjs"
		},
		"git-semver-tags-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.0.tgz",
			"sha": "b154833a6ab5c360c0ad3b1aa9b8f12ea06de919",
			"registry": "npmjs"
		},
		"git-semver-tags-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.1.tgz",
			"sha": "6347ab8b36a89b44cec28f8a4b277e23c680aa2e",
			"registry": "npmjs"
		},
		"git-semver-tags-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.2.tgz",
			"sha": "94afa43c9070ae527a3ab86b978e59ae207803cc",
			"registry": "npmjs"
		},
		"git-semver-tags-1.3.3.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.3.tgz",
			"sha": "0b0416c43285adfdc93a8038ea25502a09319245",
			"registry": "npmjs"
		},
		"git-semver-tags-1.3.4.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.4.tgz",
			"sha": "2ceb2a355c6d7514c123c35e297067d08caf3a92",
			"registry": "npmjs"
		},
		"git-semver-tags-1.3.5.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.5.tgz",
			"sha": "b803e8ee36c09e8cec3e9441f5bac292fd163c18",
			"registry": "npmjs"
		},
		"git-semver-tags-1.3.6.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.6.tgz",
			"sha": "357ea01f7280794fe0927f2806bee6414d2caba5",
			"registry": "npmjs"
		},
		"git-semver-tags-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.0.tgz",
			"sha": "c218fd895bdf8e8e02f6bde555b2c3893ac73cd7",
			"registry": "npmjs"
		},
		"git-semver-tags-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.2.tgz",
			"sha": "f506ec07caade191ac0c8d5a21bdb8131b4934e3",
			"registry": "npmjs"
		},
		"git-semver-tags-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.3.tgz",
			"sha": "48988a718acf593800f99622a952a77c405bfa34",
			"registry": "npmjs"
		},
		"git-semver-tags-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-3.0.0.tgz",
			"sha": "fe10147824657662c82efd9341f0fa59f74ddcba",
			"registry": "npmjs"
		},
		"git-semver-tags-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-3.0.1.tgz",
			"sha": "9cb9e4974437de1f71f32da3bfe74f4d35afb1b9",
			"registry": "npmjs"
		},
		"git-semver-tags-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.0.0.tgz",
			"sha": "a9dd58a0dd3561a4a9898b7e9731cf441c98fc38",
			"registry": "npmjs"
		},
		"git-semver-tags-4.1.0.tgz": {
			"url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.0.tgz",
			"sha": "0146c9bc24ee96104c99f443071c8c2d7dc848e3",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"git-semver-tags-2.0.3.tgz": {
			"shasum": "48988a718acf593800f99622a952a77c405bfa34"
		}
	},
	"_rev": "2-254714502464763a",
	"_id": "git-semver-tags",
	"readme": "#  [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url]\n\n> Get all git semver tags of your repository in reverse chronological order\n\n*Note:* since lightweight tags do not store date information, the date of a tag is the date of the commit that is tagged on. If two tags on one commit, the order is not guaranteed.\n\n\n## Install\n\n```sh\n$ npm install --save git-semver-tags\n```\n\n## Usage\n\n```js\nvar gitSemverTags = require('git-semver-tags');\n\n// gitSemverTags([options,] callback)\n\ngitSemverTags(function(err, tags) {\n  console.log(tags);\n  //=> [ 'v2.0.0', 'v1.0.0' ]\n});\n```\n\n```sh\n$ npm install --global git-semver-tags\n$ git-semver-tags\nv2.0.0\nv1.0.0\n```\n\n## Options\n\n* `opts.lernaTags`: extract lerna style tags (`foo-package@2.0.0`) from the\n  git history, rather than `v1.0.0` format.\n* `opts.package`: what package should lerna style tags be listed for, e.g.,\n  `foo-package`.\n* `opts.tagPrefix`: specify a prefix for the git tag to be ignored from the semver checks\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/git-semver-tags.svg\n[npm-url]: https://npmjs.org/package/git-semver-tags\n[travis-image]: https://travis-ci.org/conventional-changelog/git-semver-tags.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/git-semver-tags\n[daviddm-image]: https://david-dm.org/stevemao/git-semver-tags.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/stevemao/git-semver-tags\n[coveralls-image]: https://coveralls.io/repos/stevemao/git-semver-tags/badge.svg\n[coveralls-url]: https://coveralls.io/r/stevemao/git-semver-tags"
}