66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"_from": "bufferutil@^4.0.1",
|
|
"_id": "bufferutil@4.0.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WDtdLmJvAuNNPzByAYpRo2rF1Mmradw6gvWsQKf63476DDXmomT9zUiGypLcG4ibIM67vhAj8jJRdbmEws2Aqw==",
|
|
"_location": "/bufferutil",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bufferutil@^4.0.1",
|
|
"name": "bufferutil",
|
|
"escapedName": "bufferutil",
|
|
"rawSpec": "^4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/websocket"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/bufferutil/-/bufferutil-4.0.9.tgz",
|
|
"_shasum": "6e81739ad48a95cad45a279588e13e95e24a800a",
|
|
"_spec": "bufferutil@^4.0.1",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\websocket",
|
|
"author": {
|
|
"name": "Einar Otto Stangvik",
|
|
"email": "einaros@gmail.com",
|
|
"url": "http://2x.io"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/websockets/bufferutil/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"node-gyp-build": "^4.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "WebSocket buffer utils",
|
|
"devDependencies": {
|
|
"mocha": "^11.0.1",
|
|
"node-gyp": "^11.0.0",
|
|
"prebuildify": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.14.2"
|
|
},
|
|
"homepage": "https://github.com/websockets/bufferutil",
|
|
"keywords": [
|
|
"bufferutil"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "bufferutil",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/websockets/bufferutil.git"
|
|
},
|
|
"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"
|
|
},
|
|
"version": "4.0.9"
|
|
}
|