django-vue3-admin-web/node_modules/upgrade/package.json
2025-10-20 21:21:14 +08:00

30 lines
712 B
JSON

{
"name": "upgrade",
"version": "1.1.0",
"license": "MIT",
"description": "A simple Node websocket library to handle http upgrades.",
"homepage": "https://github.com/cobbdb/upgrade",
"main": "upgrade.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/cobbdb/upgrade.git"
},
"keywords": [
"websocket",
"http",
"upgrade",
"native",
"simple"
],
"dependencies": {
},
"author": {
"name": "Dan Cobb",
"email": "cobbdb@gmail.com",
"url": "http://sites.google.com/site/petitgibier/"
}
}