mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
initial commit
This commit is contained in:
3
npm/darwin-x64/README.md
Normal file
3
npm/darwin-x64/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# `droplet-darwin-x64`
|
||||
|
||||
This is the **x86_64-apple-darwin** binary for `droplet`
|
||||
18
npm/darwin-x64/package.json
Normal file
18
npm/darwin-x64/package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "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"
|
||||
}
|
||||
}
|
||||
3
npm/linux-x64-gnu/README.md
Normal file
3
npm/linux-x64-gnu/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# `droplet-linux-x64-gnu`
|
||||
|
||||
This is the **x86_64-unknown-linux-gnu** binary for `droplet`
|
||||
21
npm/linux-x64-gnu/package.json
Normal file
21
npm/linux-x64-gnu/package.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "droplet-linux-x64-gnu",
|
||||
"version": "0.0.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"main": "droplet.linux-x64-gnu.node",
|
||||
"files": [
|
||||
"droplet.linux-x64-gnu.node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
"libc": [
|
||||
"glibc"
|
||||
]
|
||||
}
|
||||
3
npm/win32-x64-msvc/README.md
Normal file
3
npm/win32-x64-msvc/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# `droplet-win32-x64-msvc`
|
||||
|
||||
This is the **x86_64-pc-windows-msvc** binary for `droplet`
|
||||
18
npm/win32-x64-msvc/package.json
Normal file
18
npm/win32-x64-msvc/package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "droplet-win32-x64-msvc",
|
||||
"version": "0.0.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"main": "droplet.win32-x64-msvc.node",
|
||||
"files": [
|
||||
"droplet.win32-x64-msvc.node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user