CasperSecurity
{
"_id": "hosted-git-info@7.0.1",
"_inBundle": true,
"_location": "/npm/hosted-git-info",
"_phantomChildren": {},
"_requiredBy": [
"/npm",
"/npm/@npmcli/arborist",
"/npm/@npmcli/package-json",
"/npm/normalize-package-data",
"/npm/npm-package-arg"
],
"author": {
"name": "GitHub Inc."
},
"bugs": {
"url": "https://github.com/npm/hosted-git-info/issues"
},
"dependencies": {
"lru-cache": "^10.0.1"
},
"description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.18.0",
"tap": "^16.0.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
},
"files": [
"bin/",
"lib/"
],
"homepage": "https://github.com/npm/hosted-git-info",
"keywords": [
"git",
"github",
"bitbucket",
"gitlab"
],
"license": "ISC",
"main": "./lib/index.js",
"name": "hosted-git-info",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/hosted-git-info.git"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap",
"test:coverage": "tap --coverage-report=html"
},
"tap": {
"color": 1,
"coverage": true,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.18.0",
"publish": "true",
"ciVersions": [
"16.14.0",
"16.x",
"18.0.0",
"18.x"
]
},
"version": "7.0.1"
}