{
  "_from": "standard-version@^9.5.0",
  "_id": "standard-version@9.5.0",
  "_inBundle": false,
  "_integrity": "sha512-3zWJ/mmZQsOaO+fOlsa0+QK90pwhNd042qEcw6hKFNoLFs7peGyvPffpEBbK/DSGPbyOvli0mUIFv5A4qTjh2Q==",
  "_location": "/standard-version",
  "_phantomChildren": {
    "compare-func": "2.0.0",
    "escalade": "3.1.2",
    "get-caller-file": "2.0.5",
    "lodash": "4.17.21",
    "path-exists": "4.0.0",
    "q": "1.5.1",
    "require-directory": "2.1.1",
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1",
    "wrap-ansi": "7.0.0",
    "y18n": "5.0.8",
    "yargs-parser": "20.2.9",
    "yocto-queue": "0.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "standard-version@^9.5.0",
    "name": "standard-version",
    "escapedName": "standard-version",
    "rawSpec": "^9.5.0",
    "saveSpec": null,
    "fetchSpec": "^9.5.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz",
  "_shasum": "851d6dcddf5320d5079601832aeb185dbf497949",
  "_spec": "standard-version@^9.5.0",
  "_where": "/home/smiles/public_html/rpos",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bin": {
    "standard-version": "bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/standard-version/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.2",
    "conventional-changelog": "3.1.25",
    "conventional-changelog-config-spec": "2.1.0",
    "conventional-changelog-conventionalcommits": "4.6.3",
    "conventional-recommended-bump": "6.1.0",
    "detect-indent": "^6.0.0",
    "detect-newline": "^3.1.0",
    "dotgitignore": "^2.1.0",
    "figures": "^3.1.0",
    "find-up": "^5.0.0",
    "git-semver-tags": "^4.0.0",
    "semver": "^7.1.1",
    "stringify-package": "^1.0.1",
    "yargs": "^16.0.0"
  },
  "deprecated": false,
  "description": "replacement for `npm version` with automatic CHANGELOG generation",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^7.14.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.0.0",
    "mocha": "^8.2.1",
    "mock-fs": "^4.13.0",
    "mockery": "^2.1.0",
    "nyc": "^15.1.0",
    "shelljs": "^0.8.4",
    "std-mocks": "^1.0.1"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://github.com/conventional-changelog/standard-version#readme",
  "keywords": [
    "conventional-changelog",
    "recommended",
    "changelog",
    "automatic",
    "workflow",
    "version",
    "angular",
    "standard"
  ],
  "license": "ISC",
  "name": "standard-version",
  "nyc": {
    "exclude": [
      "tmp/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conventional-changelog/standard-version.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=lcov",
    "fix": "eslint . --fix",
    "posttest": "eslint .",
    "release": "bin/cli.js",
    "test": "nyc mocha --timeout=30000",
    "test:unit": "mocha --exclude test/git.spec.js"
  },
  "version": "9.5.0"
}
