dep: add bun

This commit is contained in:
Derrick Hammer 2023-12-24 22:13:47 -05:00
parent c20b48ea90
commit f083140006
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 108 additions and 1 deletions

106
package-lock.json generated
View File

@ -42,6 +42,7 @@
"@types/react-dom": "^18",
"@types/xml2js": "^0.4.14",
"autoprefixer": "^10.0.1",
"bun": "^1.0.20",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"npm-run-all": "^4.1.5",
@ -1698,6 +1699,84 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@oven/bun-darwin-aarch64": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/@oven/bun-darwin-aarch64/-/bun-darwin-aarch64-1.0.20.tgz",
"integrity": "sha512-8eB/OtkCuesoUI8qk6CywuJ+OSH5rk3LDStn2+c91dmHhXZ5q++D8nJKNOkyRh4nWsR3q2loav+CPQddbEJp9g==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@oven/bun-darwin-x64": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/@oven/bun-darwin-x64/-/bun-darwin-x64-1.0.20.tgz",
"integrity": "sha512-esoLmnV8/FrAMb1DaXdmPJXni1Ow7wjOd6qoq6yd/CkMwkO2LIGBOpR1fG31QKW78GgsHiDFi4NfyNBVvOc/mA==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@oven/bun-darwin-x64-baseline": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/@oven/bun-darwin-x64-baseline/-/bun-darwin-x64-baseline-1.0.20.tgz",
"integrity": "sha512-QF1Bja1lhKjG25UkTkZ1VzJ9ZzkVPppskSKX/y2zx8xwKPlCgoxLXrvx4edKpqIgbD0zGTSRO8EOuPn/VbGDAA==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@oven/bun-linux-aarch64": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/@oven/bun-linux-aarch64/-/bun-linux-aarch64-1.0.20.tgz",
"integrity": "sha512-Zy4PwUb1JRnBoPc3N9S1XtMzRIz+2R5VME9O08bFRlj2sg2mf7bSFElavsRTTEPys5X/QJU3E3GngWFxKpc4Vw==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@oven/bun-linux-x64": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/@oven/bun-linux-x64/-/bun-linux-x64-1.0.20.tgz",
"integrity": "sha512-1iA6EFGfAGCPbmEvRXCmayoFZXNm/8KrLF5RJt51FBt1mHmbVE7vX/xOexAQbh69bO1EFy6ruslPV3arLLie+g==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@oven/bun-linux-x64-baseline": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/@oven/bun-linux-x64-baseline/-/bun-linux-x64-baseline-1.0.20.tgz",
"integrity": "sha512-lZUcUsq4Fk3CxhF5UhZhB2hhNViYzAFPprL47LxuFuvtybPtXVCOCyGSP37MiMfA6QxE+nNW6w7oJQqXkC1exg==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@pkgjs/parseargs": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
@ -4342,6 +4421,33 @@
"semver": "^7.0.0"
}
},
"node_modules/bun": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/bun/-/bun-1.0.20.tgz",
"integrity": "sha512-dBTDB8ombE6JzBgxRqY1GCjl5gcYziNcC9lvgqXx7bnq+bTBeW3rd8TKIgPNmmJbdwXTLJRe/5G7E2Po4CxGlA==",
"cpu": [
"arm64",
"x64"
],
"dev": true,
"hasInstallScript": true,
"os": [
"darwin",
"linux"
],
"bin": {
"bun": "bin/bun",
"bunx": "bin/bun"
},
"optionalDependencies": {
"@oven/bun-darwin-aarch64": "1.0.20",
"@oven/bun-darwin-x64": "1.0.20",
"@oven/bun-darwin-x64-baseline": "1.0.20",
"@oven/bun-linux-aarch64": "1.0.20",
"@oven/bun-linux-x64": "1.0.20",
"@oven/bun-linux-x64-baseline": "1.0.20"
}
},
"node_modules/bytes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",

View File

@ -16,7 +16,7 @@
"generate:css": "sass styles/:app/styles/",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc",
"bridge": "ts-node-esm bridge.mts",
"bridge": "bun run bridge.mts",
"postinstall": "patch-package"
},
"dependencies": {
@ -53,6 +53,7 @@
"@types/react-dom": "^18",
"@types/xml2js": "^0.4.14",
"autoprefixer": "^10.0.1",
"bun": "^1.0.20",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"npm-run-all": "^4.1.5",