diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2020-10-03 19:17:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-03 19:17:42 +0200 |
| commit | 00f7ec244e65f4d9e1ec25f693c62c9f4f1a2581 (patch) | |
| tree | fbc629542cb46c3aef32ea7d028b9c9bb5d4f1f9 | |
| parent | 15dcabb5903b68bbc8b490b1d0e220d13acf63b7 (diff) | |
| download | doxdocgen-00f7ec244e65f4d9e1ec25f693c62c9f4f1a2581.tar.gz | |
Cleanup (#174)
* Remove old username references
* Remove badge
* Fix dependabot alert
| -rw-r--r-- | README.md | 15 | ||||
| -rw-r--r-- | package-lock.json | 38 | ||||
| -rw-r--r-- | package.json | 27 |
3 files changed, 45 insertions, 35 deletions
@@ -2,11 +2,10 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter. -[](https://travis-ci.org/christophschlosser/doxdocgen) -[](https://ci.appveyor.com/project/christophschlosser/doxdocgen) -[](https://codecov.io/gh/christophschlosser/doxdocgen) +[](https://travis-ci.org/cschlosser/doxdocgen) +[](https://ci.appveyor.com/project/cschlosser/doxdocgen) +[](https://codecov.io/gh/cschlosser/doxdocgen) [](https://gitter.im/doxdocgen) -[](https://isitmaintained.com/project/christophschlosser/doxdocgen "Average time to resolve an issue") ## Table of Contents @@ -34,7 +33,7 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by  -For how this works, see the [CHANGELOG.md](https://github.com/christophschlosser/doxdocgen/blob/master/CHANGELOG.md#alignment) +For how this works, see the [CHANGELOG.md](https://github.com/cschlosser/doxdocgen/blob/master/CHANGELOG.md#alignment) ### Attributes @@ -221,14 +220,14 @@ Each of them can be configured with its own custom text and you can decide if th ## Contributors -[Christoph Schlosser](https://github.com/christophschlosser) +[Christoph Schlosser](https://github.com/cschlosser) [Rowan Goemans](https://github.com/rowanG077) ## Known Issues -[See open bugs](https://github.com/christophschlosser/doxdocgen/labels/bug) +[See open bugs](https://github.com/cschlosser/doxdocgen/labels/bug) ## What's to come -[See open features](https://github.com/christophschlosser/doxdocgen/labels/enhancement) +[See open features](https://github.com/cschlosser/doxdocgen/labels/enhancement) diff --git a/package-lock.json b/package-lock.json index ad566a8..26ce289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,9 +31,9 @@ "dev": true }, "@types/node": { - "version": "12.7.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.11.tgz", - "integrity": "sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==", + "version": "12.7.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.1.tgz", + "integrity": "sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw==", "dev": true }, "abbrev": { @@ -1078,6 +1078,16 @@ "requires": { "isexe": "^2.0.0" } + }, + "yargs-parser": { + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", + "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } } } }, @@ -1907,18 +1917,24 @@ "requires": { "ansi-regex": "^4.1.0" } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } } } }, "yargs-parser": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", - "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.1.tgz", + "integrity": "sha512-yYsjuSkjbLMBp16eaOt7/siKTjNVjMm3SoJnIg3sEh/JsvqVVDyjRKmaJV4cl+lNIgq6QEco2i3gDebJl7/vLA==", + "dev": true }, "yargs-unparser": { "version": "1.6.0", diff --git a/package.json b/package.json index a596b10..4e2618b 100644 --- a/package.json +++ b/package.json @@ -12,24 +12,19 @@ ], "badges": [ { - "url": "https://travis-ci.org/christophschlosser/doxdocgen.svg?branch=master", - "href": "https://travis-ci.org/christophschlosser/doxdocgen", + "url": "https://travis-ci.org/cschlosser/doxdocgen.svg?branch=master", + "href": "https://travis-ci.org/cschlosser/doxdocgen", "description": "Continuous Integration (Travis)" }, { - "url": "https://ci.appveyor.com/api/projects/status/4h84071p9tv0y9r6?svg=true", - "href": "https://ci.appveyor.com/project/christophschlosser/doxdocgen", + "url": "https://ci.appveyor.com/api/projects/status/sg55990fbxtsfnvk/branch/master?svg=true", + "href": "https://ci.appveyor.com/project/cschlosser/doxdocgen", "description": "Continuous Integration (AppVeyor)" }, { - "url": "https://codecov.io/gh/christophschlosser/doxdocgen/branch/master/graph/badge.svg", - "href": "https://codecov.io/gh/christophschlosser/doxdocgen", + "url": "https://codecov.io/gh/cschlosser/doxdocgen/branch/master/graph/badge.svg", + "href": "https://codecov.io/gh/cschlosser/doxdocgen", "description": "Code coverage" - }, - { - "url": "https://isitmaintained.com/badge/resolution/christophschlosser/doxdocgen.svg", - "href": "https://isitmaintained.com/project/christophschlosser/doxdocgen", - "description": "Response time for issues" } ], "activationEvents": [ @@ -224,8 +219,7 @@ "array", "string" ], - "default": [ - ] + "default": [] }, "doxdocgen.generic.filteredKeywords": { "description": "Array of keywords that should be removed from the input prior to parsing.", @@ -246,10 +240,10 @@ "main": "./out/extension", "repository": { "type": "git", - "url": "https://github.com/christophschlosser/doxdocgen.git" + "url": "https://github.com/cschlosser/doxdocgen.git" }, "bugs": { - "url": "https://github.com/christophschlosser/doxdocgen/labels/bug" + "url": "https://github.com/cschlosser/doxdocgen/labels/bug" }, "scripts": { "vscode:prepublish": "npm run compile", @@ -273,6 +267,7 @@ "remap-istanbul": "^0.13.0", "tslint": "^5.20.0", "typescript": "^2.7.2", - "vscode": "^1.1.36" + "vscode": "^1.1.36", + "yargs-parser": ">=13.1.2" } } |