Update links to git and homepages

This commit is contained in:
Theo 2023-05-17 21:34:55 +03:00
parent db1d4f9b6f
commit c6fea739bc
7 changed files with 84 additions and 3572 deletions

@ -17,9 +17,10 @@
"circom", "circom",
"zksnark" "zksnark"
], ],
"homepage": "https://git.tornado.ws/tornado-packages/circomlib",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo" "url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
}, },
"author": "0Kims", "author": "0Kims",
"license": "GPL-3.0", "license": "GPL-3.0",

@ -2,9 +2,10 @@
"name": "@tornado/fixed-merkle-tree", "name": "@tornado/fixed-merkle-tree",
"version": "0.7.3-p0", "version": "0.7.3-p0",
"description": "Fixed depth merkle tree implementation with sequential inserts", "description": "Fixed depth merkle tree implementation with sequential inserts",
"homepage": "https://git.tornado.ws/tornado-packages/archive-monorepo/src/branch/main/@tornado/fixed-merkle-tree",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo" "url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
}, },
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

@ -23,9 +23,10 @@
], ],
"author": "Jordi Baylina", "author": "Jordi Baylina",
"license": "GPL-3.0", "license": "GPL-3.0",
"homepage": "https://git.tornado.ws/tornado-packages/snarkjs",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo" "url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
}, },
"dependencies": { "dependencies": {
"big-integer": "^1.6.43", "big-integer": "^1.6.43",

@ -2,9 +2,10 @@
"name": "@tornado/web3-providers-http", "name": "@tornado/web3-providers-http",
"version": "1.6.5-p1", "version": "1.6.5-p1",
"description": "Module to handle web3 RPC connections over HTTP.", "description": "Module to handle web3 RPC connections over HTTP.",
"homepage": "https://git.tornado.ws/tornado-packages/archive-monorepo/src/branch/main/@tornado/web3-providers-http",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo" "url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
}, },
"license": "LGPL-3.0", "license": "LGPL-3.0",
"engines": { "engines": {

File diff suppressed because it is too large Load Diff

@ -20,9 +20,10 @@
], ],
"author": "Jordi Baylina", "author": "Jordi Baylina",
"license": "GPL-3.0", "license": "GPL-3.0",
"homepage": "https://git.tornado.ws/tornado-packages/websnark",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo" "url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^16.2.3", "browserify": "^16.2.3",

@ -4,9 +4,10 @@
"author": "Ionut Costica <ionut.costica@gmail.com>", "author": "Ionut Costica <ionut.costica@gmail.com>",
"license": "MIT", "license": "MIT",
"description": "XMLHttpRequest polyfill for node.js", "description": "XMLHttpRequest polyfill for node.js",
"homepage": "https://github.com/souldreamer/xhr2-cookies",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo" "url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
}, },
"keywords": [ "keywords": [
"XMLHttpRequest", "XMLHttpRequest",