This commit is contained in:
Raven Scott
2026-04-08 22:48:55 -04:00
parent 28323589a8
commit 4ad6c08129
71 changed files with 3940 additions and 122 deletions
@@ -0,0 +1,24 @@
{
"name": "bare-node-https",
"version": "1.0.0",
"description": "Bare compatibility wrapper for the Node.js builtin `https` module",
"exports": {
".": "./index.js"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-node.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-node/issues"
},
"homepage": "https://github.com/holepunchto/bare-node#readme",
"dependencies": {
"bare-https": "*"
}
}