summaryrefslogtreecommitdiff
path: root/node_modules/hosted-git-info/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
commit726b81b19251674e149ccfbb1abacbd837fc6db0 (patch)
treefbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/hosted-git-info/package.json
parent34f0890e175698940d49238097579f44e4d78c89 (diff)
downloadFlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz
FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/hosted-git-info/package.json')
-rw-r--r--node_modules/hosted-git-info/package.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/node_modules/hosted-git-info/package.json b/node_modules/hosted-git-info/package.json
deleted file mode 100644
index e47c096..0000000
--- a/node_modules/hosted-git-info/package.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "hosted-git-info",
- "version": "2.8.8",
- "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/hosted-git-info.git"
- },
- "keywords": [
- "git",
- "github",
- "bitbucket",
- "gitlab"
- ],
- "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/npm/hosted-git-info/issues"
- },
- "homepage": "https://github.com/npm/hosted-git-info",
- "scripts": {
- "prerelease": "npm t",
- "postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
- "posttest": "standard",
- "release": "standard-version -s",
- "test:coverage": "tap --coverage-report=html -J --coverage=90 --no-esm test/*.js",
- "test": "tap -J --coverage=90 --no-esm test/*.js"
- },
- "devDependencies": {
- "standard": "^11.0.1",
- "standard-version": "^4.4.0",
- "tap": "^12.7.0"
- },
- "files": [
- "index.js",
- "git-host.js",
- "git-host-info.js"
- ]
-}