🐛 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:
31
network-visualization/node_modules/proxy-middleware/package.json
generated
vendored
Normal file
31
network-visualization/node_modules/proxy-middleware/package.json
generated
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "proxy-middleware",
|
||||
"version": "0.15.0",
|
||||
"description": "http(s) proxy as connect middleware",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/andrewrk/connect-proxy"
|
||||
},
|
||||
"keywords": [
|
||||
"connect",
|
||||
"proxy",
|
||||
"middleware",
|
||||
"https",
|
||||
"http",
|
||||
"ssl"
|
||||
],
|
||||
"author": "Andrew Kelley",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"connect": "~3.3.5",
|
||||
"mocha": "~2.2.5",
|
||||
"serve-static": "~1.9.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user