This commit is contained in:
Copilot 2025-11-22 04:37:19 +00:00 committed by GitHub
commit 67eef91f76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2585 additions and 2 deletions

3
.npmrc
View file

@ -1,2 +1,3 @@
sharp_libvips_binary_host="https://registry.npmmirror.com/-/binary/sharp-libvips"
nodejieba_binary_host_mirror="https://npm.taobao.org/mirrors/nodejieba"
nodejieba_binary_host_mirror="https://npm.taobao.org/mirrors/nodejieba"
shamefully-hoist=true

2576
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -17,5 +17,11 @@
"peerDependencies": {
"sqlite3": ">=5.1.6"
},
"pnpm": {}
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"sqlite3"
]
}
}
}