wishthis/node_modules/hosted-git-info/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "hosted-git-info",
"version": "2.8.9",
2022-01-21 08:28:41 +00:00
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/hosted-git-info.git"
2022-01-21 08:28:41 +00:00
},
"keywords": [
"git",
"github",
"bitbucket",
"gitlab"
],
2022-04-08 10:55:35 +00:00
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
2022-01-21 08:28:41 +00:00
"license": "ISC",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/npm/hosted-git-info/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/npm/hosted-git-info",
2022-01-21 08:28:41 +00:00
"scripts": {
2022-04-08 10:55:35 +00:00
"prerelease": "npm t",
2022-01-21 08:28:41 +00:00
"postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
"posttest": "standard",
"release": "standard-version -s",
2022-04-08 10:55:35 +00:00
"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"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"files": [
"index.js",
"git-host.js",
"git-host-info.js"
]
2022-01-21 08:28:41 +00:00
}