{ "name": "dsh-keyless-search", "version": "1.1.0", "description": "免 API key 的多引擎搜索 provider for DeepSeek Harness (ctx.web):真实浏览器 Google + 国际版 Bing + 中文 Bing,带代理自动探测与语言感知", "type": "module", "main": "index.js", "license": "MIT", "author": "Wandering233", "repository": { "type": "git", "url": "git+https://github.com/Wandering233/dsh-keyless-search.git" }, "homepage": "https://github.com/Wandering233/dsh-keyless-search#readme", "bugs": { "url": "https://github.com/Wandering233/dsh-keyless-search/issues" }, "keywords": [ "deepseek", "deepseek-harness", "dsh", "dsh-plugin", "cordis", "web-search", "keyless", "puppeteer" ], "files": [ "index.js", "cordis.patch.yml", "selftest.mjs", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=22" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "dependencies": { "puppeteer-core": "^25.10.0" }, "scripts": { "test": "node selftest.mjs" }, "comment": "刻意不声明任何 @deepseek-ai/* 的 peerDependencies:本插件不从 host 包 import 任何东西(只用 node: 内置模块),因此不存在「profile 的 node_modules 解析不到 asar 内依赖」的风险。puppeteer-core 是普通 npm 包,由 pnpm 随插件一起安装,可正常解析。" }