{
  "_args": [
    [
      "get-pkg-repo@4.2.1",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "get-pkg-repo@4.2.1",
  "_id": "get-pkg-repo@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==",
  "_location": "/get-pkg-repo",
  "_phantomChildren": {
    "cliui": "7.0.4",
    "core-util-is": "1.0.2",
    "escalade": "3.1.1",
    "get-caller-file": "2.0.5",
    "inherits": "2.0.4",
    "lru-cache": "6.0.0",
    "process-nextick-args": "2.0.1",
    "require-directory": "2.1.1",
    "safe-buffer": "5.1.2",
    "string-width": "4.2.2",
    "util-deprecate": "1.0.2",
    "xtend": "4.0.2",
    "y18n": "5.0.8"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "get-pkg-repo@4.2.1",
    "name": "get-pkg-repo",
    "escapedName": "get-pkg-repo",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
  },
  "_requiredBy": [
    "/conventional-changelog-core"
  ],
  "_resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz",
  "_spec": "4.2.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "bin": {
    "get-pkg-repo": "src/cli.js"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/get-pkg-repo/issues"
  },
  "dependencies": {
    "@hutson/parse-repository-url": "^3.0.0",
    "hosted-git-info": "^4.0.0",
    "through2": "^2.0.0",
    "yargs": "^16.2.0"
  },
  "description": "Get repository user and project information from package.json file contents.",
  "devDependencies": {
    "@hutson/conventional-changelog-config": "^2.0.0",
    "@hutson/eslint-config": "^3.0.0",
    "@hutson/nyc-config": "^2.0.0",
    "chai": "^4.0.2",
    "codecov": "^3.0.0",
    "debug": "^4.0.0",
    "eslint": "^5.3.0",
    "mocha": "^6.0.0",
    "npm-publish-git-tag": "^3.0.0",
    "nyc": "^13.0.0",
    "semantic-release-github": "^4.0.17"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "files": [
    "src/"
  ],
  "homepage": "https://github.com/conventional-changelog/get-pkg-repo#readme",
  "keywords": [
    "repository-url"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "get-pkg-repo",
  "renovate": {
    "extends": [
      "config:base",
      ":maintainLockFilesWeekly",
      ":rebaseStalePrs",
      ":automergeDigest",
      ":gitSignOff",
      ":preserveSemverRanges"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conventional-changelog/get-pkg-repo.git"
  },
  "scripts": {
    "dev": "docker run --rm --user node -v \"$(pwd)\":/app -w /app -it node:6 sh -c \"yarn install; yarn test; bash\"",
    "test": "eslint src/ && nyc mocha --opts mocha.opts src/**/*.spec.js"
  },
  "version": "4.2.1"
}
