{
  "name": "npm-check-updates",
  "version": "19.3.2",
  "author": "Tomas Junnonen <tomas1@gmail.com>",
  "license": "Apache-2.0",
  "contributors": [
    "Raine Revere (https://github.com/raineorshine)",
    "Imamuzzaki Abu Salam <imamuzzaki@gmail.com>"
  ],
  "description": "Find newer versions of dependencies than what your package.json allows",
  "keywords": [
    "dependencies",
    "npm",
    "package.json",
    "update",
    "upgrade",
    "versions"
  ],
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=8.12.1"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "rimraf build && npm run build:options && vite build",
    "build:options": "vite-node src/scripts/build-options.ts",
    "build:analyze": "rimraf build && npm run build:options && ANALYZER=true vite build",
    "lint": "cross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*",
    "lint:lockfile": "lockfile-lint",
    "lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**/*.md\" --ignore build --config .markdownlint.js",
    "lint:src": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore --report-unused-disable-directives .",
    "prepare": "src/scripts/install-hooks",
    "prepublishOnly": "npm run build",
    "prettier": "prettier . --check",
    "prettier:fix": "prettier . --write",
    "test": "npm run test:unit && npm run test:e2e",
    "test:bun": "test/bun-install.sh && mocha test/bun",
    "test:unit": "mocha test test/package-managers/*",
    "test:e2e": "./test/e2e.sh",
    "ncu": "node build/cli.js"
  },
  "bin": {
    "npm-check-updates": "build/cli.js",
    "ncu": "build/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raineorshine/npm-check-updates.git"
  },
  "homepage": "https://github.com/raineorshine/npm-check-updates",
  "bugs": {
    "url": "https://github.com/raineorshine/npm-check-updates/issues"
  },
  "overrides": {
    "ip": "2.0.1",
    "jsonparse": "https://github.com/ARitz-Cracker/jsonparse/tree/patch-1",
    "@yarnpkg/parsers": "2.6.0"
  },
  "devDependencies": {
    "@trivago/prettier-plugin-sort-imports": "^5.2.2",
    "@types/bun": "^1.2.23",
    "@types/chai": "^4.3.19",
    "@types/chai-as-promised": "^8.0.0",
    "@types/chai-string": "^1.4.5",
    "@types/cli-table": "^0.3.4",
    "@types/hosted-git-info": "^3.0.5",
    "@types/ini": "^4.1.1",
    "@types/js-yaml": "^4.0.9",
    "@types/jsonlines": "^0.1.5",
    "@types/lodash": "^4.17.20",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.5.2",
    "@types/npm-registry-fetch": "^8.0.8",
    "@types/parse-github-url": "^1.0.3",
    "@types/picomatch": "^4.0.2",
    "@types/progress": "^2.0.7",
    "@types/prompts": "^2.4.9",
    "@types/semver": "^7.7.1",
    "@types/semver-utils": "^1.1.3",
    "@types/sinon": "^17.0.4",
    "@types/update-notifier": "^6.0.8",
    "@typescript-eslint/eslint-plugin": "^8.44.1",
    "@typescript-eslint/parser": "^8.44.1",
    "camelcase": "^6.3.0",
    "chai": "^4.3.10",
    "chai-as-promised": "^7.1.2",
    "chai-string": "^1.6.0",
    "chalk": "^5.6.2",
    "cli-table3": "^0.6.5",
    "commander": "^14.0.1",
    "cross-env": "^10.0.0",
    "dequal": "^2.0.3",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-raine": "^0.5.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsdoc": "^60.5.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-promise": "^6.6.0",
    "fast-glob": "^3.3.3",
    "fast-memoize": "^2.5.2",
    "find-up": "5.0.0",
    "fp-and-or": "^1.0.2",
    "hosted-git-info": "^9.0.0",
    "ini": "^5.0.0",
    "js-yaml": "^4.1.0",
    "jsonc-parser": "^3.3.1",
    "jsonlines": "^0.1.1",
    "lockfile-lint": "^4.14.1",
    "lodash": "^4.17.21",
    "markdownlint-cli": "^0.45.0",
    "mocha": "^11.7.2",
    "npm-registry-fetch": "^19.0.0",
    "npm-run-all": "^4.1.5",
    "p-map": "^4.0.0",
    "parse-github-url": "^1.0.3",
    "picomatch": "^4.0.3",
    "prettier": "^3.6.2",
    "progress": "^2.0.3",
    "prompts-ncu": "^3.0.2",
    "rc-config-loader": "^4.1.3",
    "rfdc": "^1.4.1",
    "rimraf": "^6.0.1",
    "rollup-plugin-node-externals": "^8.1.1",
    "semver": "^7.7.2",
    "semver-utils": "^1.1.4",
    "should": "^13.2.3",
    "sinon": "^21.0.0",
    "source-map-support": "^0.5.21",
    "spawn-please": "^3.0.0",
    "strip-ansi": "^7.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2",
    "typescript-json-schema": "^0.65.1",
    "untildify": "^4.0.0",
    "update-notifier": "^7.3.1",
    "verdaccio": "^6.1.6",
    "vite": "^7.1.7",
    "vite-bundle-analyzer": "^1.2.3",
    "vite-node": "^3.2.4",
    "vite-plugin-dts": "^4.5.4",
    "yarn": "^1.22.22"
  },
  "files": [
    "build",
    "!**/test/**"
  ],
  "lockfile-lint": {
    "allowed-schemes": [
      "https:",
      "git+ssh:"
    ],
    "allowed-hosts": [
      "npm",
      "github.com"
    ],
    "empty-hostname": false,
    "type": "npm ",
    "path": "package-lock.json"
  },
  "mocha": {
    "check-leaks": true,
    "extension": [
      "test.ts"
    ],
    "require": [
      "source-map-support/register",
      "ts-node/register"
    ],
    "timeout": 60000,
    "trace-deprecation": true,
    "trace-warnings": true,
    "use_strict": true
  }
}
