2025-04-19 15:38:48 +08:00

95 lines
2.3 KiB
JSON

{
"_from": "websocket@^1.0.32",
"_id": "websocket@1.0.35",
"_inBundle": false,
"_integrity": "sha512-/REy6amwPZl44DDzvRCkaI1q1bIiQB0mEFQLUrhz3z2EK91cp3n72rAjUlrTP0zV22HJIUOVHQGPxhFRjxjt+Q==",
"_location": "/websocket",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "websocket@^1.0.32",
"name": "websocket",
"escapedName": "websocket",
"rawSpec": "^1.0.32",
"saveSpec": null,
"fetchSpec": "^1.0.32"
},
"_requiredBy": [
"/web3-providers-ws"
],
"_resolved": "https://registry.npmmirror.com/websocket/-/websocket-1.0.35.tgz",
"_shasum": "374197207d7d4cc4c36cbf8a1bb886ee52a07885",
"_spec": "websocket@^1.0.32",
"_where": "D:\\ruyi\\dapp\\node_modules\\web3-providers-ws",
"author": {
"name": "Brian McKelvey",
"email": "theturtle32@gmail.com",
"url": "https://github.com/theturtle32"
},
"browser": "lib/browser.js",
"bugs": {
"url": "https://github.com/theturtle32/WebSocket-Node/issues"
},
"bundleDependencies": false,
"config": {
"verbose": false
},
"contributors": [
{
"name": "Iñaki Baz Castillo",
"email": "ibc@aliax.net",
"url": "http://dev.sipdoc.net"
}
],
"dependencies": {
"bufferutil": "^4.0.1",
"debug": "^2.2.0",
"es5-ext": "^0.10.63",
"typedarray-to-buffer": "^3.1.5",
"utf-8-validate": "^5.0.2",
"yaeti": "^0.0.6"
},
"deprecated": false,
"description": "Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.",
"devDependencies": {
"buffer-equal": "^1.0.0",
"gulp": "^4.0.2",
"gulp-jshint": "^2.0.4",
"jshint": "^2.0.0",
"jshint-stylish": "^2.2.1",
"tape": "^4.9.1"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/theturtle32/WebSocket-Node",
"keywords": [
"websocket",
"websockets",
"socket",
"networking",
"comet",
"push",
"RFC-6455",
"realtime",
"server",
"client"
],
"license": "Apache-2.0",
"main": "index",
"name": "websocket",
"repository": {
"type": "git",
"url": "git+https://github.com/theturtle32/WebSocket-Node.git"
},
"scripts": {
"gulp": "gulp",
"test": "tape test/unit/*.js"
},
"version": "1.0.35"
}