{
  "_from": "release-it@^14.11.8",
  "_id": "release-it@14.11.8",
  "_inBundle": false,
  "_integrity": "sha512-951DJ0kwjwU7CwGU3BCvRBgLxuJsOPRrZkqx0AsugJdSyPpUdwY9nlU0RAoSKqgh+VTerzecXLIIwgsGIpNxlA==",
  "_location": "/release-it",
  "_phantomChildren": {
    "@types/parse-json": "4.0.0",
    "ansi-escapes": "4.3.1",
    "ansi-styles": "4.3.0",
    "array-union": "2.1.0",
    "asynckit": "0.4.0",
    "bl": "4.1.0",
    "cli-cursor": "3.1.0",
    "cli-spinners": "2.6.0",
    "cli-width": "3.0.0",
    "combined-stream": "1.0.8",
    "cross-spawn": "7.0.3",
    "dir-glob": "3.0.1",
    "emoji-regex": "8.0.0",
    "external-editor": "3.1.0",
    "fast-glob": "3.2.5",
    "figures": "3.2.0",
    "import-fresh": "3.3.0",
    "is-docker": "2.1.1",
    "is-interactive": "1.0.0",
    "is-unicode-supported": "0.1.0",
    "is-wsl": "2.2.0",
    "lodash": "4.17.21",
    "log-symbols": "4.1.0",
    "lru-cache": "6.0.0",
    "merge-stream": "2.0.0",
    "merge2": "1.4.1",
    "ms": "2.1.2",
    "mute-stream": "0.0.8",
    "npm-run-path": "4.0.1",
    "onetime": "5.1.2",
    "parse-json": "5.2.0",
    "path-type": "4.0.0",
    "run-async": "2.4.1",
    "signal-exit": "3.0.3",
    "slash": "3.0.0",
    "strip-ansi": "6.0.0",
    "strip-final-newline": "2.0.0",
    "supports-color": "7.2.0",
    "through": "2.3.8",
    "tslib": "2.1.0",
    "wcwidth": "1.0.1",
    "windows-release": "4.0.0",
    "yaml": "1.10.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "release-it@^14.11.8",
    "name": "release-it",
    "escapedName": "release-it",
    "rawSpec": "^14.11.8",
    "saveSpec": null,
    "fetchSpec": "^14.11.8"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/release-it/-/release-it-14.11.8.tgz",
  "_shasum": "6da25daa93286d832cae4f10008a3bf0c08c2725",
  "_spec": "release-it@^14.11.8",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Lars Kappert",
    "email": "lars@webpro.nl"
  },
  "bin": {
    "release-it": "bin/release-it.js"
  },
  "bugs": {
    "url": "https://github.com/release-it/release-it/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@iarna/toml": "2.2.5",
    "@octokit/rest": "18.12.0",
    "async-retry": "1.3.3",
    "chalk": "4.1.2",
    "cosmiconfig": "7.0.1",
    "debug": "4.3.2",
    "deprecated-obj": "2.0.0",
    "execa": "5.1.1",
    "form-data": "4.0.0",
    "git-url-parse": "11.6.0",
    "globby": "11.0.4",
    "got": "11.8.3",
    "import-cwd": "3.0.0",
    "inquirer": "8.2.0",
    "is-ci": "3.0.1",
    "lodash": "4.17.21",
    "mime-types": "2.1.34",
    "new-github-release-url": "1.0.0",
    "open": "7.4.2",
    "ora": "5.4.1",
    "os-name": "4.0.1",
    "parse-json": "5.2.0",
    "semver": "7.3.5",
    "shelljs": "0.8.4",
    "update-notifier": "5.1.0",
    "url-join": "4.0.1",
    "uuid": "8.3.2",
    "yaml": "1.10.2",
    "yargs-parser": "20.2.9"
  },
  "deprecated": false,
  "description": "Generic CLI tool to automate versioning and package publishing related tasks.",
  "devDependencies": {
    "@octokit/request-error": "2.1.0",
    "ava": "3.15.0",
    "codecov": "3.8.3",
    "eslint": "8.2.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-ava": "13.1.0",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-prettier": "4.0.0",
    "markdown-toc": "1.2.0",
    "mock-fs": "5.1.2",
    "mock-stdio": "1.0.3",
    "nock": "13.2.1",
    "nyc": "15.1.0",
    "prettier": "2.4.1",
    "proxyquire": "2.1.3",
    "sinon": "12.0.1",
    "strip-ansi": "6.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "bin",
    "config",
    "lib",
    "test"
  ],
  "homepage": "https://github.com/release-it/release-it#readme",
  "keywords": [
    "build",
    "changelog",
    "commit",
    "distribution",
    "git",
    "github",
    "gitlab",
    "interactive",
    "ci",
    "npm",
    "publish",
    "push",
    "release",
    "release-it",
    "repository",
    "script",
    "shell",
    "tag",
    "tool",
    "version",
    "semver",
    "plugin"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "release-it",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/release-it/release-it.git"
  },
  "scripts": {
    "codecov": "nyc --reporter=json --config=config/.codecov.yml npm test && codecov -f coverage/coverage-final.json",
    "coverage": "nyc --reporter=lcov --reporter=html --config=config/.codecov.yml npm test",
    "format": "prettier --write \"{lib,test}/**/*.js\"",
    "lint": "eslint lib test",
    "readme": "markdown-toc README.md -i --maxdepth=2 --bullets=-",
    "release": "./bin/release-it.js",
    "test": "ava"
  },
  "version": "14.11.8"
}
