Initial commit

This commit is contained in:
maojindao55
2025-02-12 17:18:18 +08:00
commit 394e5640e9
8002 changed files with 1687177 additions and 0 deletions

3
node_modules/@rollup/rollup-darwin-arm64/README.md generated vendored Normal file
View File

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

19
node_modules/@rollup/rollup-darwin-arm64/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "@rollup/rollup-darwin-arm64",
"version": "4.34.6",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"files": [
"rollup.darwin-arm64.node"
],
"description": "Native bindings for Rollup",
"author": "Lukas Taegert-Atkinson",
"homepage": "https://rollupjs.org/",
"license": "MIT",
"repository": "rollup/rollup",
"main": "./rollup.darwin-arm64.node"
}

Binary file not shown.

3
node_modules/@rollup/rollup-darwin-x64/README.md generated vendored Normal file
View File

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

53
node_modules/@rollup/rollup-darwin-x64/package.json generated vendored Normal file
View File

@@ -0,0 +1,53 @@
{
"_from": "@rollup/rollup-darwin-x64@4.34.6",
"_id": "@rollup/rollup-darwin-x64@4.34.6",
"_inBundle": false,
"_integrity": "sha512-PShKVY4u0FDAR7jskyFIYVyHEPCPnIQY8s5OcXkdU8mz3Y7eXDJPdyM/ZWjkYdR2m0izD9HHWA8sGcXn+Qrsyg==",
"_location": "/@rollup/rollup-darwin-x64",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@rollup/rollup-darwin-x64@4.34.6",
"name": "@rollup/rollup-darwin-x64",
"escapedName": "@rollup%2frollup-darwin-x64",
"scope": "@rollup",
"rawSpec": "4.34.6",
"saveSpec": null,
"fetchSpec": "4.34.6"
},
"_requiredBy": [
"/rollup"
],
"_resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.6.tgz",
"_shasum": "1aa2bcad84c0fb5902e945d88822e17a4f661d51",
"_spec": "@rollup/rollup-darwin-x64@4.34.6",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/rollup",
"author": {
"name": "Lukas Taegert-Atkinson"
},
"bugs": {
"url": "https://github.com/rollup/rollup/issues"
},
"bundleDependencies": false,
"cpu": [
"x64"
],
"deprecated": false,
"description": "Native bindings for Rollup",
"files": [
"rollup.darwin-x64.node"
],
"homepage": "https://rollupjs.org/",
"license": "MIT",
"main": "./rollup.darwin-x64.node",
"name": "@rollup/rollup-darwin-x64",
"os": [
"darwin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup.git"
},
"version": "4.34.6"
}

Binary file not shown.