mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
feat: 添加 .gitignore 文件,忽略 node_modules 目录;更新 package.json 以添加 bun 依赖
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
@ -1,3 +1,6 @@
|
||||
{
|
||||
"packageManager": "pnpm@9.11.0"
|
||||
"packageManager": "pnpm@9.11.0",
|
||||
"dependencies": {
|
||||
"bun": "^1.1.30"
|
||||
}
|
||||
}
|
91
pnpm-lock.yaml
generated
91
pnpm-lock.yaml
generated
@ -6,4 +6,93 @@ settings:
|
||||
|
||||
importers:
|
||||
|
||||
.: {}
|
||||
.:
|
||||
dependencies:
|
||||
bun:
|
||||
specifier: ^1.1.30
|
||||
version: 1.1.30
|
||||
|
||||
packages:
|
||||
|
||||
'@oven/bun-darwin-aarch64@1.1.30':
|
||||
resolution: {integrity: sha512-D07QioP+QXlouvIqQIS+7r2zq4lTNd6he79rhKsRQRZGFf9i3NPu87zspUpCaFEu//DZ35DYTt+5anQpAzpoxA==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@oven/bun-darwin-x64-baseline@1.1.30':
|
||||
resolution: {integrity: sha512-1kFUCxHx7WuEbLDmqm0m2UKBd3S4Ln6qKQ4gxU4umMLFkmvDJn6PszDruFInxGKFLoTAmbXNYNVWkkG/ekt/Lg==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@oven/bun-darwin-x64@1.1.30':
|
||||
resolution: {integrity: sha512-xZ4gTehS6QwN6bsJfDycCNneKoUMaFUQhQg24bJzXS4JPDxeKg1W7PS5AE+U9apz5Dx6//+D4RwVpAPG2LXt0w==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@oven/bun-linux-aarch64@1.1.30':
|
||||
resolution: {integrity: sha512-SfHHLlph6fptDXyyChcUkeDbEZr2ww1p2BucV6OrvzwTOPi8pVmXA4360YT8ggR/3AHPp4GO36VaD+FU2Ocbxw==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@oven/bun-linux-x64-baseline@1.1.30':
|
||||
resolution: {integrity: sha512-/b/VuNOaAYmsVk9MvfwKcCYARJPUg78hebxNyD5DSajAf3dqtUSnf7QYcq/3mxWH++N+gM7uRTrGksGS63+ZUw==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@oven/bun-linux-x64@1.1.30':
|
||||
resolution: {integrity: sha512-1mC39jQSaECytEKAZdCZmv3ZreMsp7aoxnBwmJtVd2Z7urnw17PKi4dKkZd/R+AubsNYtXtW4jeM8SEa5sUJRw==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@oven/bun-windows-x64-baseline@1.1.30':
|
||||
resolution: {integrity: sha512-ERQ4/ogzbFvHjpyHcnruc8bnryvDvUoiWi6vczfQ4M/idJc+Kg5VSEJiF5k7946rIZGamG6QWgRxtpIglD4/Zw==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@oven/bun-windows-x64@1.1.30':
|
||||
resolution: {integrity: sha512-mdRjNtD9NIA8CiH6N1zrIVE6oAtDko/c29H1s00UA+5O/WhXhg95G8IyInD8hN3vAEz8H2lGBgLG2EGfSFxnGg==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
bun@1.1.30:
|
||||
resolution: {integrity: sha512-ysRL1pq10Xba0jqVLPrKU3YIv0ohfp3cTajCPtpjCyppbn3lfiAVNpGoHfyaxS17OlPmWmR67UZRPw/EueQuug==}
|
||||
cpu: [arm64, x64]
|
||||
os: [darwin, linux, win32]
|
||||
hasBin: true
|
||||
|
||||
snapshots:
|
||||
|
||||
'@oven/bun-darwin-aarch64@1.1.30':
|
||||
optional: true
|
||||
|
||||
'@oven/bun-darwin-x64-baseline@1.1.30':
|
||||
optional: true
|
||||
|
||||
'@oven/bun-darwin-x64@1.1.30':
|
||||
optional: true
|
||||
|
||||
'@oven/bun-linux-aarch64@1.1.30':
|
||||
optional: true
|
||||
|
||||
'@oven/bun-linux-x64-baseline@1.1.30':
|
||||
optional: true
|
||||
|
||||
'@oven/bun-linux-x64@1.1.30':
|
||||
optional: true
|
||||
|
||||
'@oven/bun-windows-x64-baseline@1.1.30':
|
||||
optional: true
|
||||
|
||||
'@oven/bun-windows-x64@1.1.30':
|
||||
optional: true
|
||||
|
||||
bun@1.1.30:
|
||||
optionalDependencies:
|
||||
'@oven/bun-darwin-aarch64': 1.1.30
|
||||
'@oven/bun-darwin-x64': 1.1.30
|
||||
'@oven/bun-darwin-x64-baseline': 1.1.30
|
||||
'@oven/bun-linux-aarch64': 1.1.30
|
||||
'@oven/bun-linux-x64': 1.1.30
|
||||
'@oven/bun-linux-x64-baseline': 1.1.30
|
||||
'@oven/bun-windows-x64': 1.1.30
|
||||
'@oven/bun-windows-x64-baseline': 1.1.30
|
||||
|
Reference in New Issue
Block a user