-
-
Notifications
You must be signed in to change notification settings - Fork 630
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed bare-server-node to another one
- Loading branch information
Showing
6 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
{ | ||
"name": "astroid-v3", | ||
"version": "3.1", | ||
"description": "Astroid, a proxy that supports now.gg and uses Ultraviolet, a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!", | ||
"type": "module", | ||
"engines": { | ||
"npm": ">=7.0.0", | ||
"node": ">=16.0.0" | ||
}, | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"keywords": [ | ||
"math" | ||
], | ||
"author": "", | ||
"license": "GPL-3.0-or-later", | ||
"dependencies": { | ||
"@nebula-services/bare-server-node": "^2.0.4", | ||
"@titaniumnetwork-dev/ultraviolet": "^1.0.11", | ||
"@tomphttp/bare-server-node": "^2.0.1", | ||
"dotenv": "^16.3.1", | ||
"express": "^4.18.2", | ||
"socks-proxy-agent": "^8.0.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^9.6.0", | ||
"prettier": "^3.0.3" | ||
} | ||
} | ||
{ | ||
"name": "astroid-v3", | ||
"version": "3.1", | ||
"description": "Astroid, a proxy that supports now.gg and uses Ultraviolet, a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!", | ||
"type": "module", | ||
"engines": { | ||
"npm": ">=7.0.0", | ||
"node": ">=16.0.0" | ||
}, | ||
"scripts": { | ||
"start": "bun index.js", | ||
"genPackageLock": "npm i --package-lock-only" | ||
}, | ||
"keywords": [ | ||
"math" | ||
], | ||
"author": "", | ||
"license": "GPL-3.0-or-later", | ||
"dependencies": { | ||
"@nebula-services/bare-server-node": "^2.0.4", | ||
"@titaniumnetwork-dev/ultraviolet": "^3.2.10", | ||
"@tomphttp/bare-server-node": "^2.0.1", | ||
"dotenv": "^16.3.1", | ||
"express": "^4.18.2", | ||
"socks-proxy-agent": "^8.0.2", | ||
"wisp-server-node": "^1.1.7" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^9.6.0", | ||
"prettier": "^3.0.3" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters