37 lines
877 B
JSON
37 lines
877 B
JSON
|
{
|
||
|
"name": "bufferutil",
|
||
|
"version": "4.0.6",
|
||
|
"description": "WebSocket buffer utils",
|
||
|
"main": "index.js",
|
||
|
"engines": {
|
||
|
"node": ">=6.14.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"install": "node-gyp-build",
|
||
|
"prebuild": "prebuildify --napi --strip",
|
||
|
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip",
|
||
|
"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": "^9.0.3",
|
||
|
"node-gyp": "^7.1.2",
|
||
|
"prebuildify": "^5.0.0"
|
||
|
}
|
||
|
}
|