This commit is contained in:
Lukian LEIZOUR 2022-11-19 15:10:55 +01:00
parent e2976a4654
commit cb0312b437
7 changed files with 78 additions and 4 deletions

15
node_modules/https/package.json generated vendored Normal file
View file

@ -0,0 +1,15 @@
{
"name": "https",
"version": "1.0.0",
"description": "https mediation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"https",
"mediation"
],
"author": "hardus van der berg <hardus@sunfork.com> (http://www.sunfork.com)",
"license": "ISC"
}