mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-11 06:29:51 -05:00
39 lines
944 B
JSON
39 lines
944 B
JSON
{
|
|
"name": "@vates/http-server-plus",
|
|
"version": "2.0.2",
|
|
"license": "ISC",
|
|
"description": "Augmented `http.Server`, HTTP/HTTPS/HTTP2 and multiple ports on the same instance",
|
|
"keywords": [
|
|
"http",
|
|
"https",
|
|
"server",
|
|
"ports"
|
|
],
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/http-server-plus",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@vates/http-server-plus",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"dependencies": {
|
|
"promise-toolbox": "^0.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-n": "^15.1.0"
|
|
},
|
|
"scripts": {
|
|
"pretest": "eslint .",
|
|
"test": "node --test index.spec.js",
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"private": false,
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|