🐛 Update: Added support for the 'find' command in settings.local.json. Enhanced logging for various modules, including initialization and performance metrics. Improved SQLite database optimization and ensured better tracking of user interactions and system processes. 📚
This commit is contained in:
29
network-visualization/node_modules/websocket-extensions/package.json
generated
vendored
Normal file
29
network-visualization/node_modules/websocket-extensions/package.json
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "websocket-extensions",
|
||||
"description": "Generic extension manager for WebSocket connections",
|
||||
"homepage": "http://github.com/faye/websocket-extensions-node",
|
||||
"author": "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)",
|
||||
"keywords": [
|
||||
"websocket"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"version": "0.1.4",
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"main": "./lib/websocket_extensions",
|
||||
"devDependencies": {
|
||||
"jstest": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jstest spec/runner.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/faye/websocket-extensions-node.git"
|
||||
},
|
||||
"bugs": "http://github.com/faye/websocket-extensions-node/issues"
|
||||
}
|
Reference in New Issue
Block a user