run-npm-install (#44)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m30s

Reviewed-on: #44
This commit was merged in pull request #44.
This commit is contained in:
2025-12-16 01:10:50 +01:00
parent 74d74b73ad
commit a892e71b21
448 changed files with 39324 additions and 0 deletions

36
node_modules/bufferutil/package.json generated vendored Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "bufferutil",
"version": "4.0.9",
"description": "WebSocket buffer utils",
"main": "index.js",
"engines": {
"node": ">=6.14.2"
},
"scripts": {
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --strip --target=8.11.2",
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=8.11.2",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/websockets/bufferutil"
},
"keywords": [
"bufferutil"
],
"author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/websockets/bufferutil/issues"
},
"homepage": "https://github.com/websockets/bufferutil",
"dependencies": {
"node-gyp-build": "^4.3.0"
},
"devDependencies": {
"mocha": "^11.0.1",
"node-gyp": "^11.0.0",
"prebuildify": "^6.0.0"
}
}