{"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"einaros","email":"einaros@gmail.com"}],"keywords":["bufferutil"],"dist-tags":{"n-api":"3.0.3-napi","latest":"4.1.0"},"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"description":"WebSocket buffer utils","readme":"# bufferutil\n\n[![Version npm](https://img.shields.io/npm/v/bufferutil.svg?logo=npm)](https://www.npmjs.com/package/bufferutil)\n[![Linux/macOS/Windows Build](https://img.shields.io/github/workflow/status/websockets/bufferutil/CI/master?label=build&logo=github)](https://github.com/websockets/bufferutil/actions?query=workflow%3ACI+branch%3Amaster)\n\n`bufferutil` is what makes `ws` fast. It provides some utilities to efficiently\nperform some operations such as masking and unmasking the data payload of\nWebSocket frames.\n\n## Installation\n\n```\nnpm install bufferutil --save-optional\n```\n\nThe `--save-optional` flag tells npm to save the package in your package.json\nunder the\n[`optionalDependencies`](https://docs.npmjs.com/files/package.json#optionaldependencies)\nkey.\n\n## API\n\nThe module exports two functions.\n\n### `bufferUtil.mask(source, mask, output, offset, length)`\n\nMasks a buffer using the given masking-key as specified by the WebSocket\nprotocol.\n\n#### Arguments\n\n- `source` - The buffer to mask.\n- `mask` - A buffer representing the masking-key.\n- `output` - The buffer where to store the result.\n- `offset` - The offset at which to start writing.\n- `length` - The number of bytes to mask.\n\n#### Example\n\n```js\n'use strict';\n\nconst bufferUtil = require('bufferutil');\nconst crypto = require('crypto');\n\nconst source = crypto.randomBytes(10);\nconst mask = crypto.randomBytes(4);\n\nbufferUtil.mask(source, mask, source, 0, source.length);\n```\n\n### `bufferUtil.unmask(buffer, mask)`\n\nUnmasks a buffer using the given masking-key as specified by the WebSocket\nprotocol.\n\n#### Arguments\n\n- `buffer` - The buffer to unmask.\n- `mask` - A buffer representing the masking-key.\n\n#### Example\n\n```js\n'use strict';\n\nconst bufferUtil = require('bufferutil');\nconst crypto = require('crypto');\n\nconst buffer = crypto.randomBytes(10);\nconst mask = crypto.randomBytes(4);\n\nbufferUtil.unmask(buffer, mask);\n```\n\n## License\n\n[MIT](LICENSE)\n","repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"users":{"panlw":true,"ljmf00":true,"erikvold":true,"rocket0191":true,"mykhailo.petrenko":true},"bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"license":"MIT","versions":{"1.0.0":{"name":"bufferutil","version":"1.0.0","description":"WebSocket buffer utils","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","install":"node-gyp rebuild"},"repository":{"type":"git","url":"https://github.com/websockets/bufferutil"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"1.2.1","nan":"1.6.1"},"gypfile":true,"gitHead":"4a87625332d0bbe1a9dd0f041f8897e115c0c74b","_id":"bufferutil@1.0.0","_shasum":"78f783cc2c5a455c6964c8b4d272f4e22bcf083d","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.10.35","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"dist":{"shasum":"78f783cc2c5a455c6964c8b4d272f4e22bcf083d","size":2066,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-1.0.0.tgz","integrity":"sha512-RMawClJB1CnPLl5K2l7jCRcY09gtlPEymr9NMc+N12ny79klNZdSH18xSEpUYKKZqp2tL9vTtqbBi/OiteCEmg=="},"directories":{},"publish_time":1422525753540,"_hasShrinkwrap":false,"_cnpm_publish_time":1422525753540,"_cnpmcore_publish_time":"2021-12-16T13:26:08.426Z","hasInstallScript":true},"1.0.1":{"name":"bufferutil","version":"1.0.1","description":"WebSocket buffer utils","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","install":"node-gyp rebuild"},"repository":{"type":"git","url":"https://github.com/websockets/bufferutil"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"1.2.x","nan":"1.6.x"},"gypfile":true,"gitHead":"3bbb6f23193fae7683b61e2cae1f85ede5fb4469","_id":"bufferutil@1.0.1","_shasum":"0c53a9ffe8d616c4e2df27d00b808f7a25501e3b","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.10.35","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"dist":{"shasum":"0c53a9ffe8d616c4e2df27d00b808f7a25501e3b","size":2067,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-1.0.1.tgz","integrity":"sha512-mzomVwRbI5iFktXEsCY2ZTUd8WAUSbzwLIbh7oAVvaY22gCWVFH3h3ZSUSmURkP2NvS2sAfWyijqR5qduu5tSw=="},"directories":{},"publish_time":1422525946769,"_hasShrinkwrap":false,"_cnpm_publish_time":1422525946769,"_cnpmcore_publish_time":"2021-12-16T13:26:08.213Z","hasInstallScript":true},"1.1.0":{"name":"bufferutil","version":"1.1.0","description":"WebSocket buffer utils","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","install":"node-gyp rebuild"},"repository":{"type":"git","url":"https://github.com/websockets/bufferutil"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"1.2.x","nan":"1.8.x"},"gypfile":true,"gitHead":"0ba97de2091708438c98147d9328def70183aa79","_id":"bufferutil@1.1.0","_shasum":"3f96be77a7f8652ff69ef29f1cabc8b89f7fd972","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.10.35","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"dist":{"shasum":"3f96be77a7f8652ff69ef29f1cabc8b89f7fd972","size":2071,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-1.1.0.tgz","integrity":"sha512-bttEVtkre4VYrZH+ciatjApTuac7jLMQXVXzM/ymw82WFREdOrJO496C4Bkh0/FfYoBUSOFaAYF32a5Q8dyiLw=="},"directories":{},"publish_time":1430854576679,"_hasShrinkwrap":false,"_cnpm_publish_time":1430854576679,"_cnpmcore_publish_time":"2021-12-16T13:26:08.021Z","hasInstallScript":true},"1.2.0":{"name":"bufferutil","version":"1.2.0","description":"WebSocket buffer utils","main":"index.js","scripts":{"test":"echo \"Only testing builds, test have to be extraced from `ws`\" && exit 0","install":"node-gyp rebuild"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"1.2.x","nan":"^2.0.5"},"gypfile":true,"gitHead":"cdb15ee02942bc88b068ed1cf5ca48ab9216327e","_id":"bufferutil@1.2.0","_shasum":"a6c6862627def49aa6d5a6de52cfc03339698a28","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"dist":{"shasum":"a6c6862627def49aa6d5a6de52cfc03339698a28","size":2755,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-1.2.0.tgz","integrity":"sha512-CWEl1dQVxRJg9162tBwjc0fd3HK4mETPf2DrcC7jGUOR7+V/o5Ztd0pbUS0gxaW0bAWGvJ9RUYHQ8SS5DBHiBQ=="},"directories":{},"publish_time":1439467499185,"_hasShrinkwrap":false,"_cnpm_publish_time":1439467499185,"_cnpmcore_publish_time":"2021-12-16T13:26:07.814Z","hasInstallScript":true},"1.2.1":{"name":"bufferutil","version":"1.2.1","description":"WebSocket buffer utils","main":"index.js","scripts":{"test":"echo \"Only testing builds, test have to be extraced from `ws`\" && exit 0","install":"node-gyp rebuild"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"1.2.x","nan":"^2.0.5"},"gypfile":true,"gitHead":"cb7163377b8032fb79ddd835a549c83488585859","_id":"bufferutil@1.2.1","_shasum":"37be5d36e1e06492221e68d474b1ac58e510cbd7","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"dist":{"shasum":"37be5d36e1e06492221e68d474b1ac58e510cbd7","size":2896,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-1.2.1.tgz","integrity":"sha512-rtE2s2JHFmfaldMwWFSUaPTxfxq6Um3xw9PEUK5bAfW83UTXp3WQpE7slnD2bd9GUgb0BA7JC/7ZxeBrIq+8Dw=="},"directories":{},"publish_time":1440157564028,"_hasShrinkwrap":false,"_cnpm_publish_time":1440157564028,"_cnpmcore_publish_time":"2021-12-16T13:26:07.564Z","hasInstallScript":true},"1.3.0":{"name":"bufferutil","version":"1.3.0","description":"WebSocket buffer utils","main":"index.js","scripts":{"test":"echo \"Only testing builds, tests have to be extraced from ws\"","install":"node-gyp rebuild"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.2.1","nan":"~2.4.0"},"gypfile":true,"gitHead":"d471757e8edd0e1e0dfb570b9845a4e180f5f33f","_id":"bufferutil@1.3.0","_shasum":"69fdf13ad9d91222baee109945faadc431534f86","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"69fdf13ad9d91222baee109945faadc431534f86","size":3596,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-1.3.0.tgz","integrity":"sha512-SFYBVhwk3e2Z6vaXyXTY0Ev0cKu50ndWvzgvo+2NhXN4AH2H+dn8ZkxzZ4kxrDmJgV8JvfeIjK5jp+tqzdNT5Q=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bufferutil-1.3.0.tgz_1480231055554_0.3655267891008407"},"directories":{},"publish_time":1480231057435,"_hasShrinkwrap":false,"_cnpm_publish_time":1480231057435,"_cnpmcore_publish_time":"2021-12-16T13:26:07.308Z","hasInstallScript":true},"2.0.0":{"name":"bufferutil","version":"2.0.0","description":"WebSocket buffer utils","main":"index.js","scripts":{"test":"echo \"Only testing builds, tests have to be extraced from ws\"","install":"node-gyp rebuild"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.2.1","nan":"~2.5.0"},"gypfile":true,"gitHead":"6a1c1a54873e5d776db0b08b7e9b1748ed4e3f01","_id":"bufferutil@2.0.0","_shasum":"6588ed4bafa300798b26dc048494a51abde83507","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"6588ed4bafa300798b26dc048494a51abde83507","size":3364,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-2.0.0.tgz","integrity":"sha512-4UT+K+xrAASFNy+ukiOqqDGqYFle7dz7dlnmPjqMATTbvq4yQB5tZ2xXnTAHhM2mOtUXOilDRv+IwG5R/fvLaw=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bufferutil-2.0.0.tgz_1486144318360_0.7070702933706343"},"directories":{},"publish_time":1486144319038,"_hasShrinkwrap":false,"_cnpm_publish_time":1486144319038,"_cnpmcore_publish_time":"2021-12-16T13:26:07.075Z","hasInstallScript":true},"2.0.1":{"name":"bufferutil","version":"2.0.1","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"prebuild-install || node-gyp rebuild","test":"echo \"Only testing builds, tests have to be extraced from ws\" && prebuild-ci"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.2.1","nan":"~2.5.0","prebuild-install":"~2.1.0"},"devDependencies":{"prebuild":"~6.0.2","prebuild-ci":"~2.0.0"},"gitHead":"4ef41fc84d9bf72f2bd965baa207f3addfab6bdc","_id":"bufferutil@2.0.1","_shasum":"8de37f5a300730c305fc3edd9f93348ee8a46288","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"8de37f5a300730c305fc3edd9f93348ee8a46288","size":3427,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-2.0.1.tgz","integrity":"sha512-zJyJIq02mddcR+yqkDrw9oPQfvl55FUxpWhNca2LiCRfXTWIOOcPKieXAljTa2HuRdkqIv21lOdprakybYuC6A=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bufferutil-2.0.1.tgz_1486489476054_0.8282803113106638"},"directories":{},"publish_time":1486489476648,"_hasShrinkwrap":false,"_cnpm_publish_time":1486489476648,"_cnpmcore_publish_time":"2021-12-16T13:26:06.815Z","hasInstallScript":true},"3.0.0":{"name":"bufferutil","version":"3.0.0","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"prebuild-install || node-gyp rebuild","test":"mocha && prebuild-ci"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.2.1","nan":"~2.5.0","prebuild-install":"~2.1.0"},"devDependencies":{"mocha":"~3.2.0","prebuild":"~6.1.0","prebuild-ci":"~2.2.0"},"gitHead":"dcd0e68f1cab3cd3c6bde278b100acc4235c99ec","_id":"bufferutil@3.0.0","_shasum":"afbb831c47229accf0b1f207d4a9942841b0ab0f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"afbb831c47229accf0b1f207d4a9942841b0ab0f","size":3069,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-3.0.0.tgz","integrity":"sha512-+1wAuwm+VBzWbSpLMy6Q3zTBa1glOuquoIMebkgOq7EMRfooTpXGFzv6U244jlw9oG9wb7IS9Ab7R3Ec7WHk0Q=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bufferutil-3.0.0.tgz_1488540179073_0.6978500687982887"},"directories":{},"publish_time":1488540179780,"_hasShrinkwrap":false,"_cnpm_publish_time":1488540179780,"_cnpmcore_publish_time":"2021-12-16T13:26:06.435Z","hasInstallScript":true},"3.0.1":{"name":"bufferutil","version":"3.0.1","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"prebuild-install || node-gyp rebuild","test":"mocha && prebuild-ci"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.2.1","nan":"~2.6.0","prebuild-install":"~2.1.0"},"devDependencies":{"mocha":"~3.4.1","prebuild":"~6.1.0","prebuild-ci":"~2.2.0"},"gitHead":"abef931cb5ba41343c7c45a77bfaaef56f225a9a","_id":"bufferutil@3.0.1","_shasum":"20b2ef5159ac49f20e44bce38e7c35a6a904ee66","_from":".","_npmVersion":"4.2.0","_nodeVersion":"8.0.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"20b2ef5159ac49f20e44bce38e7c35a6a904ee66","size":3072,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-3.0.1.tgz","integrity":"sha512-0W0xufsO39Xq9X8m1BE81j+Ljh/h0Ien8ErXtQYvdTTOPvfpe6daHTow5GSkUwaDphMiyRxGF3NgZczYxhltfw=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil-3.0.1.tgz_1496217133472_0.7095420539844781"},"directories":{},"publish_time":1496217134521,"_hasShrinkwrap":false,"_cnpm_publish_time":1496217134521,"_cnpmcore_publish_time":"2021-12-16T13:26:06.219Z","hasInstallScript":true},"3.0.2":{"name":"bufferutil","version":"3.0.2","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"prebuild-install || node-gyp rebuild","test":"mocha && prebuild-ci"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.2.1","nan":"~2.6.0","prebuild-install":"~2.2.0"},"devDependencies":{"mocha":"~3.4.1","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"gitHead":"a9c3cb9085d05957c2cb376a0ec3c7ef10bb5cf1","_id":"bufferutil@3.0.2","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"7880c1c4c04ce8a13fffac3fb9ee02ac0cc0d8dc","size":3071,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-3.0.2.tgz","integrity":"sha512-CGk0C62APhIdbcKwP6Pr293Pba/u9xvrC/X4D6YQZzxhSjb+/rHFYSCorEWIxLo6HbwTuy7SEsgTmsvBCn3dKw=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil-3.0.2.tgz_1499423453714_0.2923746791202575"},"directories":{},"publish_time":1499423454893,"_hasShrinkwrap":false,"_cnpm_publish_time":1499423454893,"_cnpmcore_publish_time":"2021-12-16T13:26:05.809Z","hasInstallScript":true},"3.0.3":{"name":"bufferutil","version":"3.0.3","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"prebuild-install || node-gyp rebuild","test":"mocha && prebuild-ci"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.3.0","nan":"~2.7.0","prebuild-install":"~2.3.0"},"devDependencies":{"mocha":"~4.0.0","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"gitHead":"f6fae26c677215c80aef55720eeb0446e2fe0efb","_id":"bufferutil@3.0.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"ce67caefde2282591e399528467fe623f68f4bd5","size":3086,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-3.0.3.tgz","integrity":"sha512-o7zTFxMkM/hujDmJKJEeK4N/NYwO3spQ7sfVjjt6Twpkpmw265WbugtpQBGY2+ZHwfqJkf++7Hfn/eWSMzbx5A=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil-3.0.3.tgz_1509697613513_0.7104485637973994"},"directories":{},"publish_time":1509697613694,"_hasShrinkwrap":false,"_cnpm_publish_time":1509697613694,"_cnpmcore_publish_time":"2021-12-16T13:26:05.603Z","hasInstallScript":true},"3.0.3-napi":{"name":"bufferutil","version":"3.0.3-napi","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"prebuild-install || node-gyp rebuild","test":"mocha && prebuild-ci"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"node-addon-api":"~1.1.0","bindings":"~1.3.0","prebuild-install":"~2.3.0"},"devDependencies":{"mocha":"~4.0.0","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"gitHead":"e1912475fb859e3153d10feab9a3760cd47acbe4","_id":"bufferutil@3.0.3-napi","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"e53aabdd845e2867ad5eb8ebb5f147b0bb6e1fa8","size":3207,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-3.0.3-napi.tgz","integrity":"sha512-lIO2rGIHGyay4TITnH7lHoYmWbICvwrpVK2X3EXZlvo8+lGXMr4IRATAtzDFQJmLno3O8Ef2n5SQoGWE6A9MKg=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil-3.0.3-napi.tgz_1512394412020_0.2639196927193552"},"directories":{},"publish_time":1512394412099,"_hasShrinkwrap":false,"_cnpm_publish_time":1512394412099,"_cnpmcore_publish_time":"2021-12-16T13:26:05.378Z","hasInstallScript":true},"3.0.4":{"name":"bufferutil","version":"3.0.4","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"prebuild-install || node-gyp rebuild","test":"mocha && prebuild-ci"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.3.0","nan":"~2.10.0","prebuild-install":"~2.5.0"},"devDependencies":{"mocha":"~5.0.0","prebuild":"~7.4.0","prebuild-ci":"~2.2.0"},"gitHead":"34580b7e3f6e22234f0fcf6438fa92891b8b4104","_id":"bufferutil@3.0.4","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"b9ea85d3749388110736d564a09ebd7cf6785138","size":3091,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-3.0.4.tgz","integrity":"sha512-7pKiG4FmtqMAcX/rs5iJaUSNVcCCwyEuqzr50KeoEV2by/jU/YKRAv/RSCVzy4Qy+3DznHxunlprtNKLcRIycA=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_3.0.4_1523013134587_0.8753577122226905"},"_hasShrinkwrap":false,"publish_time":1523013134651,"_cnpm_publish_time":1523013134651,"_cnpmcore_publish_time":"2021-12-16T13:26:05.086Z","hasInstallScript":true},"3.0.5":{"name":"bufferutil","version":"3.0.5","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"prebuild-install || node-gyp rebuild","test":"mocha && prebuild-ci"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"bindings":"~1.3.0","nan":"~2.10.0","prebuild-install":"~4.0.0"},"devDependencies":{"mocha":"~5.1.0","prebuild":"~7.6.0","prebuild-ci":"~2.2.0"},"gitHead":"765fbe58a9a2a03ac49119966455510c419f0b35","_id":"bufferutil@3.0.5","_npmVersion":"5.6.0","_nodeVersion":"10.0.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"8abfc3b6da7aca6a13268b3f2482f0c7aa05fffb","size":3093,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-3.0.5.tgz","integrity":"sha512-0fUEthLqfCkYspEuP0vmiAe+PsXslE+AlILb2rmS9I4tAdm3SmpCI69M66zQL20GQEszdbXyVN6q+cpG/yhYlg=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_3.0.5_1525585795627_0.6340993025004453"},"_hasShrinkwrap":false,"publish_time":1525585795725,"_cnpm_publish_time":1525585795725,"_cnpmcore_publish_time":"2021-12-16T13:26:04.860Z","hasInstallScript":true},"4.0.0":{"name":"bufferutil","version":"4.0.0","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"node-gyp-build","prebuild":"prebuildify --napi","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"node-gyp-build":"~3.4.0"},"devDependencies":{"mocha":"~5.2.0","prebuildify":"~2.7.0"},"gitHead":"ede3ed072ce0cacb40315b65e67bade52b8fef3f","_id":"bufferutil@4.0.0","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"a5078160e443751a4e83b6f4d6d7e26c058326a0","size":135105,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.0.tgz","integrity":"sha512-jpnqMVLo7sqfUY2W92RC4jjj9TuiOSkjB0k43TxPcrBSntZwXUOl8Krfd3eVEdApuScpSTwYKntm/dXU2T8gnw=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_4.0.0_1530599403467_0.6715705109378833"},"_hasShrinkwrap":false,"publish_time":1530599403523,"_cnpm_publish_time":1530599403523,"_cnpmcore_publish_time":"2021-12-16T13:26:04.595Z","hasInstallScript":true},"4.0.1":{"name":"bufferutil","version":"4.0.1","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"node-gyp-build","prebuild":"prebuildify --napi","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"node-gyp-build":"~3.7.0"},"devDependencies":{"mocha":"~5.2.0","prebuildify":"~2.10.0"},"gitHead":"e367139397179f7f132900025e9b461e714a35bc","_id":"bufferutil@4.0.1","_npmVersion":"6.4.1","_nodeVersion":"11.5.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"3a177e8e5819a1243fe16b63a199951a7ad8d4a7","size":261252,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.1.tgz","integrity":"sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_4.0.1_1545552472247_0.067683796300124"},"_hasShrinkwrap":false,"publish_time":1545552472401,"_cnpm_publish_time":1545552472401,"_cnpmcore_publish_time":"2021-12-16T13:26:04.011Z","hasInstallScript":true},"4.0.2":{"name":"bufferutil","version":"4.0.2","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"node-gyp-build","prebuild":"prebuildify --napi","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^8.0.1","prebuildify":"^4.0.0"},"gitHead":"0e7d979038d020b997df653e3f974c93ba85f645","_id":"bufferutil@4.0.2","_nodeVersion":"15.0.1","_npmVersion":"7.0.3","dist":{"shasum":"79f68631910f6b993d870fc77dc0a2894eb96cd5","size":311696,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.2.tgz","integrity":"sha512-AtnG3W6M8B2n4xDQ5R+70EXvOpnXsFYg/AK2yTZd+HQ/oxAdz+GI+DvjmhBw3L0ole+LJ0ngqY4JMbDzkfNzhA=="},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_4.0.2_1604152587736_0.2934606470332306"},"_hasShrinkwrap":false,"publish_time":1604152587921,"_cnpm_publish_time":1604152587921,"_cnpmcore_publish_time":"2021-12-16T13:26:03.375Z","hasInstallScript":true},"4.0.3":{"name":"bufferutil","version":"4.0.3","description":"WebSocket buffer utils","main":"index.js","scripts":{"install":"node-gyp-build","prebuild":"prebuildify --napi --strip","prebuild-linux-arm":"prebuildify-cross -i linux-armv6 -i linux-armv7 --napi --strip","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^8.0.1","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"gitHead":"a506f9b7473662f9daea3fbd5e08cfb8c9a685a3","_id":"bufferutil@4.0.3","_nodeVersion":"15.5.0","_npmVersion":"7.3.0","dist":{"shasum":"66724b756bed23cd7c28c4d306d7994f9943cc6b","size":142459,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.3.tgz","integrity":"sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw=="},"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"directories":{},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_4.0.3_1609618129628_0.7610264455425453"},"_hasShrinkwrap":false,"publish_time":1609618129791,"_cnpm_publish_time":1609618129791,"_cnpmcore_publish_time":"2021-12-16T13:26:02.520Z","hasInstallScript":true},"4.0.4":{"name":"bufferutil","version":"4.0.4","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","prebuild-linux-arm":"prebuildify-cross -i linux-armv6 -i linux-armv7 -i linux-arm64 --napi --strip","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"homepage":"https://github.com/websockets/bufferutil","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^9.0.3","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"gitHead":"95d2d2ed235dfa42f1d4ed051621783a376dc3ae","_id":"bufferutil@4.0.4","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"shasum":"ab81373d313a6ead0d734e98c448c722734ae7bb","size":167450,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.4.tgz","integrity":"sha512-VNxjXUCrF3LvbLgwfkTb5LsFvk6pGIn7OBb9x+3o+iJ6mKw0JTUp4chBFc88hi1aspeZGeZG9jAIbpFYPQSLZw=="},"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"directories":{},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_4.0.4_1632596380904_0.23084643814326533"},"_hasShrinkwrap":false,"publish_time":1632596381079,"_cnpm_publish_time":1632596381079,"_cnpmcore_publish_time":"2021-12-16T13:26:02.116Z","hasInstallScript":true},"4.0.5":{"name":"bufferutil","version":"4.0.5","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":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"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":"^4.0.0","prebuildify-cross":"^4.0.0"},"gitHead":"3923cf1534a9def734f2ded9d46fb095c73e8e16","_id":"bufferutil@4.0.5","_nodeVersion":"16.11.1","_npmVersion":"8.0.0","dist":{"shasum":"da9ea8166911cc276bf677b8aed2d02d31f59028","size":160488,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.5.tgz","integrity":"sha512-HTm14iMQKK2FjFLRTM5lAVcyaUzOnqbPtesFIvREgXpJHdQm8bWS+GkQgIkfaBYRHuCnea7w8UVNfwiAQhlr9A=="},"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"directories":{},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_4.0.5_1634144748118_0.48553202225554615"},"_hasShrinkwrap":false,"publish_time":1634144748392,"_cnpm_publish_time":1634144748392,"_cnpmcore_publish_time":"2021-12-16T13:26:01.199Z","hasInstallScript":true},"4.0.6":{"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":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"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"},"gitHead":"4376c3fbbcfc4c71e9aaebc47c4c3dfdd9c3e2fc","_id":"bufferutil@4.0.6","_nodeVersion":"17.3.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==","shasum":"ebd6c67c7922a0e902f053e5d8be5ec850e48433","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.6.tgz","fileCount":11,"unpackedSize":406343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh0WAfCRA9TVsSAnZWagAAZ2MP/156mJ65FE9Jb5q+duvy\nf2rj8V4B9FDhmeDdUiVqsR9IZa6EjYqcY6l7Jx4x5kzvT7wbZbyAsTwHpWcD\nNHUWyHLz6adFNbJer4pZQY5RP4koQSrM/29kTckpd7XtXsrtfA4nmqqoCh2M\nUksbRRzNDCmFWZM/pqxBeJtXo476SoXep5YglJCNNIUY+g60wyJ9eStwdAfV\nUOyv88xfnkJ8z6fQXcBr+bYHgMuU0PkRljv9hqx/xpf+1e5mfyul+fR5kkUG\nZ1xo69MVuCqJsEZCna+qFR8tiHXpAARSFIoozi3l1NIiB0QOhtLZOyo5uSLm\nnmnzeyUQmiX8zFT9g9dWN7I8he6soca0XfAyicktU0rkaAY5hJlJE5JBQlWR\n1RiUqDUZpt6GI/Pcuv0n/XrhyghnoGWhQlCrVFVShC+jwCbFI3xcZY3jwSKT\nteRBnavt0LfcQz4HF48hB+211IhSoUcWJ1z9aLo0cVsgzu1jGbDvrV9w26YK\nrb13PCBXVEduLQcSNHOvFkmC3G1qRMjlnWHrtM4i4OnJM77RZPVZiWYAQs/J\n14GAvvJ87H+6iZFmGOEstCKVHjMafcM+KtrteWM3ep44o5qyfC/PApb2MkEj\nnRn+v992YqLpuU4D3Lt+YAG4D/itUuFGivT19MtxjWXJ3mq5uxogS1ZlX9fj\najQ9\r\n=U1Jd\r\n-----END PGP SIGNATURE-----\r\n","size":160119},"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"directories":{},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"3rdeden","email":"npmjs@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_4.0.6_1641111583763_0.2555090492414178"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-02T08:29:52.829Z","hasInstallScript":true},"4.0.7":{"name":"bufferutil","version":"4.0.7","description":"WebSocket buffer utils","main":"index.js","engines":{"node":">=6.14.2"},"scripts":{"install":"node-gyp-build","prebuild":"prebuildify --napi --strip --target=14.0.0","prebuild-darwin-x64+arm64":"prebuildify --arch x64+arm64 --napi --strip --target=14.0.0","test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"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":"^10.0.0","node-gyp":"^9.1.0","prebuildify":"^5.0.0"},"gitHead":"b90f4d22a8a67e1609a10bb8cd01b3e7b13e5cb5","_id":"bufferutil@4.0.7","_nodeVersion":"18.11.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==","shasum":"60c0d19ba2c992dd8273d3f73772ffc894c153ad","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.7.tgz","fileCount":11,"unpackedSize":409448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTzt3sEp25mrnYpyUDt362DXMtUiDKoVZMkmCNp6uslQIgN6flOhrjk4L8uObSvjT+m754G5SF5Wu2ZKp9A5C9AY8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTqxCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXmA/+JEy9p61MztVQhxA8tfEdRYzatyDGqkq6USv1+Mbr00yZkFea\r\nnrJTMhXPD6xSTXYw8r5lvf9xrCqG3FDBJmOQhnDSgcizOB2nbjx+ZwkJi2f2\r\nFUHRHj7lKF9+cwPyabY2q5IaG15vwnAoB6ya2OeagdkIGd/SIepc7K2/N3Jw\r\n91podWmc0i7PL6ZYoutb2FXloPxMAkyLXYGe5EF03kzKpnAT1rgfxJ71FxIc\r\n1Jt8IAZLEatoD60kdor1xPnaxOoSrwP+0GAMBDsain6rVMoF8mhPWMMqqwVj\r\nZw20+CjTsb7QoWN523lNRb3RXoCdz+m3fSw2GyfpvrvMgHbgaJ7mzC8IhwL2\r\nGZz7GEDsSi0nMsoj/loUUBXHGEtZJjTeYSIEIzvQRSIP+ETzRB+lAL3c+w1z\r\n/cxas9i0d5FSlZkKPzlPyzaX7ejzJgbQfW/NkY5+AdL8xb3eal0jxOfEa013\r\nqSQa0JMr0nqtQH6AxmtcGI4ppc0kNdeBiGfOA1OfJZm91/bAbhRfDNz4YUPy\r\nKE1Iu9bBE3Hs4LtUZ6UDNu6EKdDuI6uyQ8MywUpajH1fEAU8NrfC01q3AKic\r\nYK8dI9LM5qGNY8r55pI6fwg7LpXME8mmWIopwDMpTvf24JxUBNKkmrv0OLW3\r\nQLwPCt8mvow+Tebwpfq7zdi7kUc+DDlzvTg=\r\n=GQES\r\n-----END PGP SIGNATURE-----\r\n","size":162162},"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"directories":{},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"3rdeden","email":"npmjs@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bufferutil_4.0.7_1666100290604_0.7387029965195444"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T20:56:48.905Z","hasInstallScript":true},"4.0.8":{"name":"bufferutil","version":"4.0.8","keywords":["bufferutil"],"author":{"url":"http://2x.io","name":"Einar Otto Stangvik","email":"einaros@gmail.com"},"license":"MIT","_id":"bufferutil@4.0.8","maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"3rdeden","email":"npmjs@3rd-Eden.com"}],"homepage":"https://github.com/websockets/bufferutil","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"dist":{"shasum":"1de6a71092d65d7766c4d8a522b261a6e787e8ea","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.8.tgz","fileCount":11,"integrity":"sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==","signatures":[{"sig":"MEUCIQDM0qTSP5k0qtCwY6u4qQuSNEgf3xofaaisYfwbq+/9WwIgZcn0Wo3Ts1qoVSophVETp77ikVZKWj7cXQqCEeiG5pA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":414186},"main":"index.js","engines":{"node":">=6.14.2"},"gitHead":"9047e45073bf93e495ed100361d270d4062867d8","scripts":{"test":"mocha","install":"node-gyp-build","prebuild":"prebuildify --napi --strip --target=14.0.0","prebuild-darwin-x64+arm64":"prebuildify --arch x64+arm64 --napi --strip --target=14.0.0"},"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"repository":{"url":"git+https://github.com/websockets/bufferutil.git","type":"git"},"_npmVersion":"10.1.0","description":"WebSocket buffer utils","directories":{},"_nodeVersion":"20.8.0","dependencies":{"node-gyp-build":"^4.3.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.0.0","node-gyp":"^9.1.0","prebuildify":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/bufferutil_4.0.8_1697387768257_0.7342052856975043","host":"s3://npm-registry-packages"}},"4.0.9":{"name":"bufferutil","version":"4.0.9","keywords":["bufferutil"],"author":{"url":"http://2x.io","name":"Einar Otto Stangvik","email":"einaros@gmail.com"},"license":"MIT","_id":"bufferutil@4.0.9","maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"3rdeden","email":"npmjs@3rd-Eden.com"}],"homepage":"https://github.com/websockets/bufferutil","bugs":{"url":"https://github.com/websockets/bufferutil/issues"},"dist":{"shasum":"6e81739ad48a95cad45a279588e13e95e24a800a","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.0.9.tgz","fileCount":11,"integrity":"sha512-WDtdLmJvAuNNPzByAYpRo2rF1Mmradw6gvWsQKf63476DDXmomT9zUiGypLcG4ibIM67vhAj8jJRdbmEws2Aqw==","signatures":[{"sig":"MEUCIQD3AmehBfoR9GAtFg8ue8PBp2SXwUaSY+UbfvSd9xnzigIgTXIoFnlFj+69TRgVSNDLL6ZkMutkOv5Fuf26Y+U2SC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":371859},"main":"index.js","engines":{"node":">=6.14.2"},"gitHead":"35e2eb6a14a8d58b87bc1f9ff2ddff67e2f1fa97","scripts":{"test":"mocha","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"},"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"repository":{"url":"git+https://github.com/websockets/bufferutil.git","type":"git"},"_npmVersion":"10.9.2","description":"WebSocket buffer utils","directories":{},"_nodeVersion":"23.5.0","dependencies":{"node-gyp-build":"^4.3.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^11.0.1","node-gyp":"^11.0.0","prebuildify":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/bufferutil_4.0.9_1735318102046_0.7756668436403582","host":"s3://npm-registry-packages-npm-production"}},"4.1.0":{"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":"git+https://github.com/websockets/bufferutil.git"},"keywords":["bufferutil"],"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"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"},"gitHead":"580a8a92c91d1b3dea6d4b0d54f89daf42da5e48","_id":"bufferutil@4.1.0","_nodeVersion":"25.2.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-ZMANVnAixE6AWWnPzlW2KpUrxhm9woycYvPOo67jWHyFowASTEd9s+QN1EIMsSDtwhIxN4sWE1jotpuDUIgyIw==","shasum":"a4623541dd23867626bb08a051ec0d2ec0b70294","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/bufferutil/-/bufferutil-4.1.0.tgz","fileCount":12,"unpackedSize":350988,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDql6lkSKOOQvihQ/DsSc7+F2aOWzYyOp95n2X4vUV0EgIhAMxutIDmC0qp1BrC8ZjKMlwPtBnhjcqPuESABpM+4zzO"}]},"_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"directories":{},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"3rdeden","email":"npmjs@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bufferutil_4.1.0_1766075061409_0.6905188416245664"},"_hasShrinkwrap":false}},"name":"bufferutil","time":{"created":"2022-01-26T13:15:25.192Z","modified":"2023-04-06T08:17:15.711Z","1.0.0":"2015-01-29T10:02:33.540Z","1.0.1":"2015-01-29T10:05:46.769Z","1.1.0":"2015-05-05T19:36:16.679Z","1.2.0":"2015-08-13T12:04:59.185Z","1.2.1":"2015-08-21T11:46:04.028Z","1.3.0":"2016-11-27T07:17:37.435Z","2.0.0":"2017-02-03T17:51:59.038Z","2.0.1":"2017-02-07T17:44:36.648Z","3.0.0":"2017-03-03T11:22:59.780Z","3.0.1":"2017-05-31T07:52:14.521Z","3.0.2":"2017-07-07T10:30:54.893Z","3.0.3":"2017-11-03T08:26:53.694Z","3.0.3-napi":"2017-12-04T13:33:32.099Z","3.0.4":"2018-04-06T11:12:14.651Z","3.0.5":"2018-05-06T05:49:55.725Z","4.0.0":"2018-07-03T06:30:03.523Z","4.0.1":"2018-12-23T08:07:52.401Z","4.0.2":"2020-10-31T13:56:27.921Z","4.0.3":"2021-01-02T20:08:49.791Z","4.0.4":"2021-09-25T18:59:41.079Z","4.0.5":"2021-10-13T17:05:48.392Z","4.0.6":"2022-01-02T08:19:43.964Z","4.0.7":"2022-10-18T13:38:10.830Z","4.0.8":"2023-10-15T16:36:08.534Z","4.0.9":"2024-12-27T16:48:22.332Z","4.1.0":"2025-12-18T16:24:21.551Z"},"readmeFilename":"README.md","homepage":"https://github.com/websockets/bufferutil"}