chore(deps): Kill small dependencies (#4467)

This commit is contained in:
Armin Ronacher
2026-05-13 10:44:56 +02:00
committed by GitHub
parent 8da1f3d131
commit 2829146dde
18 changed files with 357 additions and 227 deletions

191
package-lock.json generated
View File

@@ -929,14 +929,6 @@
"node": ">=14.21.3"
}
},
"node_modules/@borewit/text-codec": {
"version": "0.2.2",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/@earendil-works/pi-agent-core": {
"resolved": "packages/agent",
"link": true
@@ -3645,25 +3637,6 @@
"vite": "^5.2.0 || ^6 || ^7 || ^8"
}
},
"node_modules/@tokenizer/inflate": {
"version": "0.4.1",
"license": "MIT",
"dependencies": {
"debug": "^4.4.3",
"token-types": "^6.1.1"
},
"engines": {
"node": ">=18"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/@tokenizer/token": {
"version": "0.3.0",
"license": "MIT"
},
"node_modules/@tootallnate/quickjs-emscripten": {
"version": "0.23.0",
"license": "MIT"
@@ -3739,14 +3712,6 @@
"version": "2.0.7",
"license": "MIT"
},
"node_modules/@types/yauzl": {
"version": "2.10.3",
"license": "MIT",
"optional": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@typescript/native-preview": {
"version": "7.0.0-dev.20260120.1",
"dev": true,
@@ -3989,16 +3954,6 @@
"version": "2.0.8",
"license": "MIT"
},
"node_modules/ansi-regex": {
"version": "6.2.2",
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"node_modules/ansi-styles": {
"version": "4.3.0",
"license": "MIT",
@@ -4131,13 +4086,6 @@
"ieee754": "^1.1.13"
}
},
"node_modules/buffer-crc32": {
"version": "0.2.13",
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/buffer-equal-constant-time": {
"version": "1.0.1",
"license": "BSD-3-Clause"
@@ -4541,6 +4489,7 @@
},
"node_modules/end-of-stream": {
"version": "1.4.5",
"dev": true,
"license": "MIT",
"dependencies": {
"once": "^1.4.0"
@@ -4718,24 +4667,6 @@
"version": "3.0.2",
"license": "MIT"
},
"node_modules/extract-zip": {
"version": "2.0.1",
"license": "BSD-2-Clause",
"dependencies": {
"debug": "^4.1.1",
"get-stream": "^5.1.0",
"yauzl": "^2.10.0"
},
"bin": {
"extract-zip": "cli.js"
},
"engines": {
"node": ">= 10.17.0"
},
"optionalDependencies": {
"@types/yauzl": "^2.9.1"
}
},
"node_modules/fast-glob": {
"version": "3.3.3",
"dev": true,
@@ -4791,13 +4722,6 @@
"reusify": "^1.0.4"
}
},
"node_modules/fd-slicer": {
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"pend": "~1.2.0"
}
},
"node_modules/fetch-blob": {
"version": "3.2.0",
"funding": [
@@ -4819,22 +4743,6 @@
"node": "^12.20 || >= 14.13"
}
},
"node_modules/file-type": {
"version": "21.3.4",
"license": "MIT",
"dependencies": {
"@tokenizer/inflate": "^0.4.1",
"strtok3": "^10.3.4",
"token-types": "^6.1.1",
"uint8array-extras": "^1.4.0"
},
"engines": {
"node": ">=20"
},
"funding": {
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
}
},
"node_modules/fill-range": {
"version": "7.1.1",
"dev": true,
@@ -4925,19 +4833,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/get-stream": {
"version": "5.2.0",
"license": "MIT",
"dependencies": {
"pump": "^3.0.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/get-tsconfig": {
"version": "4.14.0",
"dev": true,
@@ -5102,6 +4997,7 @@
},
"node_modules/ieee754": {
"version": "1.2.1",
"dev": true,
"funding": [
{
"type": "github",
@@ -5863,6 +5759,7 @@
},
"node_modules/once": {
"version": "1.4.0",
"dev": true,
"license": "ISC",
"dependencies": {
"wrappy": "1"
@@ -6024,10 +5921,6 @@
"@napi-rs/canvas": "^0.1.81"
}
},
"node_modules/pend": {
"version": "1.2.0",
"license": "MIT"
},
"node_modules/pi-extension-custom-provider-anthropic": {
"resolved": "packages/coding-agent/examples/extensions/custom-provider-anthropic",
"link": true
@@ -6188,6 +6081,7 @@
},
"node_modules/pump": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"end-of-stream": "^1.1.0",
@@ -6621,19 +6515,6 @@
"node": ">=8"
}
},
"node_modules/strip-ansi": {
"version": "7.2.0",
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.2.2"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"node_modules/strip-eof": {
"version": "1.0.0",
"dev": true,
@@ -6671,20 +6552,6 @@
],
"license": "MIT"
},
"node_modules/strtok3": {
"version": "10.3.5",
"license": "MIT",
"dependencies": {
"@tokenizer/token": "^0.3.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/supports-color": {
"version": "8.1.1",
"dev": true,
@@ -6881,22 +6748,6 @@
"node": ">=8.0"
}
},
"node_modules/token-types": {
"version": "6.1.2",
"license": "MIT",
"dependencies": {
"@borewit/text-codec": "^0.2.1",
"@tokenizer/token": "^0.3.0",
"ieee754": "^1.2.1"
},
"engines": {
"node": ">=14.16"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/tree-kill": {
"version": "1.2.2",
"dev": true,
@@ -6965,16 +6816,6 @@
"@webreflection/alien-signals": "^0.3.2"
}
},
"node_modules/uint8array-extras": {
"version": "1.5.0",
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/undici": {
"version": "7.25.0",
"license": "MIT",
@@ -6990,17 +6831,6 @@
"version": "1.0.2",
"license": "MIT"
},
"node_modules/uuid": {
"version": "14.0.0",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist-node/bin/uuid"
}
},
"node_modules/vite": {
"version": "7.3.3",
"dev": true,
@@ -7275,6 +7105,7 @@
},
"node_modules/wrappy": {
"version": "1.0.2",
"dev": true,
"license": "ISC"
},
"node_modules/ws": {
@@ -7351,14 +7182,6 @@
"node": ">=10"
}
},
"node_modules/yauzl": {
"version": "2.10.0",
"license": "MIT",
"dependencies": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
}
},
"node_modules/zod": {
"version": "4.4.3",
"license": "MIT",
@@ -7457,18 +7280,14 @@
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",
"diff": "^8.0.2",
"extract-zip": "^2.0.1",
"file-type": "^21.1.1",
"glob": "^13.0.1",
"hosted-git-info": "^9.0.2",
"ignore": "^7.0.5",
"jiti": "^2.7.0",
"minimatch": "^10.2.3",
"proper-lockfile": "^4.1.2",
"strip-ansi": "^7.1.0",
"typebox": "^1.1.24",
"undici": "^7.19.1",
"uuid": "^14.0.0",
"yaml": "^2.8.2"
},
"bin": {