This commit is contained in:
Fred Boniface
2024-04-26 18:37:00 +01:00
commit 12b22bd1b2
202 changed files with 63202 additions and 0 deletions

1
node_modules/@minify-html/node-linux-x64/README.md generated vendored Normal file
View File

@@ -0,0 +1 @@
This is a specific platform-arch build for [@minify-html/nodejs](https://github.com/wilsonzlin/minify-html), and should not be installed directly.

BIN
node_modules/@minify-html/node-linux-x64/index.node generated vendored Executable file

Binary file not shown.

17
node_modules/@minify-html/node-linux-x64/package.json generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "@minify-html/node-linux-x64",
"version": "0.15.0",
"description": "@minify-html/node native module build for linux-x64",
"main": "index.node",
"files": [
"README.md",
"index.node"
],
"repository": "wilsonzlin/minify-html",
"os": [
"linux"
],
"cpu": [
"x64"
]
}