npm-check-updates
Version:
Find newer versions of dependencies than what your package.json allows
211 lines (210 loc) • 6.3 kB
JSON
{
"name": "npm-check-updates",
"version": "20.0.1",
"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 --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": {
"@yarnpkg/parsers": "3.0.3",
"@verdaccio/local-storage-legacy": {
"@verdaccio/core": ">=8.0.0-next-8.33"
},
"brace-expansion": ">=5.0.5",
"diff@4": ">=4.0.4",
"diff@6": ">=8.0.3",
"diff@7": ">=8.0.3",
"diff@8": ">=8.0.3",
"eslint": "$eslint",
"@eslint/js": "$@eslint/js",
"eslint-plugin-n": "$eslint-plugin-n",
"eslint-plugin-promise": "$eslint-plugin-promise",
"flatted": ">=3.4.2",
"glob@10": ">=10.5.0",
"glob@11": ">=11.1.0",
"handlebars": ">=4.7.9",
"ip": "2.0.1",
"jsonparse": "github:ARitz-Cracker/jsonparse#patch-1",
"lodash": "$lodash",
"minimatch@3": ">=3.1.3",
"minimatch@7": ">=7.4.8",
"minimatch@9": ">=9.0.7",
"minimatch@10": ">=10.2.3",
"picomatch@2": ">=2.3.2",
"qs": ">=6.14.2",
"rollup": ">=4.59.0",
"serialize-javascript": ">=7.0.3",
"smol-toml": ">=1.6.1"
},
"devDependencies": {
"@eslint/compat": "2.0.3",
"@eslint/js": "10.0.1",
"@streamparser/json": "^0.0.22",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/bun": "^1.3.11",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "7.1.8",
"@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.24",
"@types/mocha": "^10.0.10",
"@types/node": "^25.5.0",
"@types/npm-registry-fetch": "^8.0.9",
"@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": "^21.0.0",
"@types/update-notifier": "^6.0.8",
"@typescript-eslint/eslint-plugin": "8.57.2",
"@typescript-eslint/parser": "8.57.2",
"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.3",
"cross-env": "^10.1.0",
"dequal": "^2.0.3",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-config-raine": "0.5.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-jsdoc": "61.7.1",
"eslint-plugin-n": "17.24.0",
"eslint-plugin-promise": "7.2.1",
"fast-glob": "^3.3.3",
"fast-memoize": "^2.5.2",
"find-up": "5.0.0",
"fp-and-or": "^1.0.2",
"globals": "17.4.0",
"hosted-git-info": "^9.0.2",
"ini": "^6.0.0",
"js-yaml": "^4.1.1",
"jsonc-parser": "^3.3.1",
"jsonlines": "^0.1.1",
"lockfile-lint": "^5.0.0",
"lodash": "^4.17.23",
"markdownlint-cli": "^0.48.0",
"mocha": "^11.7.5",
"npm-registry-fetch": "^19.1.1",
"npm-run-all": "^4.1.5",
"p-map": "^4.0.0",
"parse-github-url": "^1.0.4",
"picomatch": "^4.0.4",
"prettier": "^3.8.1",
"progress": "^2.0.3",
"prompts-ncu": "^3.0.2",
"rc-config-loader": "^4.1.4",
"rfdc": "^1.4.1",
"rimraf": "^6.1.3",
"rollup-plugin-node-externals": "^8.1.2",
"semver": "^7.7.4",
"semver-utils": "^1.1.4",
"should": "^13.2.3",
"sinon": "^21.0.3",
"source-map-support": "^0.5.21",
"spawn-please": "^3.0.0",
"strip-ansi": "^7.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"typescript-json-schema": "^0.67.1",
"untildify": "^4.0.0",
"update-notifier": "^7.3.1",
"verdaccio": "6.3.2",
"vite": "^7.1.7",
"vite-bundle-analyzer": "^1.3.6",
"vite-node": "^5.3.0",
"vite-plugin-dts": "^4.5.4",
"yaml": "^2.8.3",
"yarn": "^1.22.22",
"zod": "^4.3.6"
},
"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
}
}