mirror of
https://github.com/lklynet/hypermind.git
synced 2026-08-23 06:46:40 +00:00
my god hes done it
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.git
|
||||
.github
|
||||
.DS_Store
|
||||
.env
|
||||
|
||||
Generated
+4
-19
@@ -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
@@ -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,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 {
|
||||
|
||||
Reference in New Issue
Block a user