chore: migrate to github actions

This commit is contained in:
DecDuck
2025-03-20 09:56:03 +11:00
parent 70150d8325
commit 6439b173f8
45 changed files with 3335 additions and 148132 deletions

View File

@ -0,0 +1,3 @@
# `@drop/droplet-android-arm-eabi`
This is the **armv7-linux-androideabi** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-android-arm-eabi",
"version": "0.0.0",
"os": [
"android"
],
"cpu": [
"arm"
],
"main": "droplet.android-arm-eabi.node",
"files": [
"droplet.android-arm-eabi.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-android-arm64`
This is the **aarch64-linux-android** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-android-arm64",
"version": "0.0.0",
"os": [
"android"
],
"cpu": [
"arm64"
],
"main": "droplet.android-arm64.node",
"files": [
"droplet.android-arm64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

1
npm/darwin-arm64/.npmrc Normal file
View File

@ -0,0 +1 @@
@drop:registry=https://lab.deepcore.dev/api/v4/projects/57/packages/npm/

View File

@ -0,0 +1,3 @@
# `@drop/droplet-darwin-arm64`
This is the **aarch64-apple-darwin** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-darwin-arm64",
"version": "0.0.0",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "droplet.darwin-arm64.node",
"files": [
"droplet.darwin-arm64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-darwin-universal`
This is the **universal-apple-darwin** binary for `@drop/droplet`

View File

@ -0,0 +1,15 @@
{
"name": "@drop/droplet-darwin-universal",
"version": "0.0.0",
"os": [
"darwin"
],
"main": "droplet.darwin-universal.node",
"files": [
"droplet.darwin-universal.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

3
npm/darwin-x64/README.md Normal file
View File

@ -0,0 +1,3 @@
# `@drop/droplet-darwin-x64`
This is the **x86_64-apple-darwin** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-darwin-x64",
"version": "0.0.0",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "droplet.darwin-x64.node",
"files": [
"droplet.darwin-x64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-freebsd-x64`
This is the **x86_64-unknown-freebsd** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-freebsd-x64",
"version": "0.0.0",
"os": [
"freebsd"
],
"cpu": [
"x64"
],
"main": "droplet.freebsd-x64.node",
"files": [
"droplet.freebsd-x64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-linux-arm-gnueabihf`
This is the **armv7-unknown-linux-gnueabihf** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-linux-arm-gnueabihf",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "droplet.linux-arm-gnueabihf.node",
"files": [
"droplet.linux-arm-gnueabihf.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-linux-arm-musleabihf`
This is the **armv7-unknown-linux-musleabihf** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-linux-arm-musleabihf",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "droplet.linux-arm-musleabihf.node",
"files": [
"droplet.linux-arm-musleabihf.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-linux-arm64-gnu`
This is the **aarch64-unknown-linux-gnu** binary for `@drop/droplet`

View File

@ -0,0 +1,21 @@
{
"name": "@drop/droplet-linux-arm64-gnu",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "droplet.linux-arm64-gnu.node",
"files": [
"droplet.linux-arm64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-linux-arm64-musl`
This is the **aarch64-unknown-linux-musl** binary for `@drop/droplet`

View File

@ -0,0 +1,21 @@
{
"name": "@drop/droplet-linux-arm64-musl",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "droplet.linux-arm64-musl.node",
"files": [
"droplet.linux-arm64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"musl"
]
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-linux-riscv64-gnu`
This is the **riscv64gc-unknown-linux-gnu** binary for `@drop/droplet`

View File

@ -0,0 +1,21 @@
{
"name": "@drop/droplet-linux-riscv64-gnu",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"riscv64"
],
"main": "droplet.linux-riscv64-gnu.node",
"files": [
"droplet.linux-riscv64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}

View File

@ -1,3 +1,3 @@
# `droplet-linux-x64-gnu`
# `@drop/droplet-linux-x64-gnu`
This is the **x86_64-unknown-linux-gnu** binary for `droplet`
This is the **x86_64-unknown-linux-gnu** binary for `@drop/droplet`

View File

@ -0,0 +1,3 @@
# `@drop/droplet-linux-x64-musl`
This is the **x86_64-unknown-linux-musl** binary for `@drop/droplet`

View File

@ -0,0 +1,21 @@
{
"name": "@drop/droplet-linux-x64-musl",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "droplet.linux-x64-musl.node",
"files": [
"droplet.linux-x64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"musl"
]
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-win32-arm64-msvc`
This is the **aarch64-pc-windows-msvc** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-win32-arm64-msvc",
"version": "0.0.0",
"os": [
"win32"
],
"cpu": [
"arm64"
],
"main": "droplet.win32-arm64-msvc.node",
"files": [
"droplet.win32-arm64-msvc.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

View File

@ -0,0 +1,3 @@
# `@drop/droplet-win32-ia32-msvc`
This is the **i686-pc-windows-msvc** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-win32-ia32-msvc",
"version": "0.0.0",
"os": [
"win32"
],
"cpu": [
"ia32"
],
"main": "droplet.win32-ia32-msvc.node",
"files": [
"droplet.win32-ia32-msvc.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

View File

@ -1,3 +1,3 @@
# `droplet-win32-x64-msvc`
# `@drop/droplet-win32-x64-msvc`
This is the **x86_64-pc-windows-msvc** binary for `droplet`
This is the **x86_64-pc-windows-msvc** binary for `@drop/droplet`