my god hes done it

This commit is contained in:
lklynet
2026-01-01 23:31:21 -05:00
parent 0dc2c6efb2
commit c6d4a3e8f1
4 changed files with 10 additions and 24 deletions
+4
View File
@@ -1,2 +1,6 @@
node_modules
npm-debug.log
.git
.github
.DS_Store
.env
+4 -19
View File
@@ -1,18 +1,16 @@
{
"name": "hivemind",
"name": "hypermind",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hivemind",
"name": "hypermind",
"version": "1.0.0",
"license": "ISC",
"license": "MIT",
"dependencies": {
"b4a": "^1.7.3",
"express": "^5.2.1",
"hyperswarm": "^4.16.0",
"uuid": "^13.0.0"
"hyperswarm": "^4.16.0"
}
},
"node_modules/@hyperswarm/secret-stream": {
@@ -1265,19 +1263,6 @@
"b4a": "^1.6.6"
}
},
"node_modules/uuid": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist-node/bin/uuid"
}
},
"node_modules/vary": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+1 -3
View File
@@ -26,9 +26,7 @@
"homepage": "https://github.com/lklynet/hypermind#readme",
"type": "commonjs",
"dependencies": {
"b4a": "^1.7.3",
"express": "^5.2.1",
"hyperswarm": "^4.16.0",
"uuid": "^13.0.0"
"hyperswarm": "^4.16.0"
}
}
+1 -2
View File
@@ -1,7 +1,6 @@
const express = require('express');
const Hyperswarm = require('hyperswarm');
const crypto = require('crypto');
const b4a = require('b4a');
const app = express();
const PORT = process.env.PORT || 3000;
@@ -169,7 +168,7 @@ app.get('/', (req, res) => {
<!DOCTYPE html>
<html>
<head>
<title>Hypermind Counter</title>
<title>Hypermind</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {