Files
memecoin-botV2/.pnpm-store/v10/files/e3/f6875653783fd5cec6c73150352641d6feb5d1af98d80c71e18dc9bc076c836414852c9482d0b8368dd19e4d9309bdd6b378e545afba86e3263b7996d8e560

36 lines
815 B
Plaintext

{
"name": "bufferutil",
"version": "4.1.0",
"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",
"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": "^12.1.0",
"prebuildify": "^6.0.0"
}
}