{
  "_id": "hosted-git-info@5.0.0",
  "_inBundle": true,
  "_location": "/npm/hosted-git-info",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/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": "^7.5.1"
  },
  "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
  "devDependencies": {
    "@npmcli/template-oss": "^2.9.2",
    "tap": "^15.1.6"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16"
  },
  "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": "npm-template-check",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "template-copy": "npm-template-copy --force",
    "test": "tap",
    "test:coverage": "tap --coverage-report=html"
  },
  "tap": {
    "color": 1,
    "coverage": true
  },
  "templateOSS": {
    "version": "2.9.2"
  },
  "version": "5.0.0"
}
