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

View File

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

View File

@ -2,9 +2,10 @@
"name": "@tornado/fixed-merkle-tree",
"version": "0.7.3-p0",
"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": {
"type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo"
"url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

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

View File

@ -1,27 +1,28 @@
{
"name": "@tornado/web3-providers-http",
"version": "1.6.5-p1",
"description": "Module to handle web3 RPC connections over HTTP.",
"repository": {
"type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo"
},
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"compile": "tsc -b tsconfig.json",
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types"
},
"types": "types/index.d.ts",
"main": "lib/index.js",
"dependencies": {
"@tornado/xhr2-cookies": "workspace:*",
"web3-core-helpers": "1.6.1"
},
"devDependencies": {
"dtslint": "^3.4.1",
"typescript": "^3.9.5"
}
"name": "@tornado/web3-providers-http",
"version": "1.6.5-p1",
"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": {
"type": "git",
"url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
},
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"compile": "tsc -b tsconfig.json",
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types"
},
"types": "types/index.d.ts",
"main": "lib/index.js",
"dependencies": {
"@tornado/xhr2-cookies": "workspace:*",
"web3-core-helpers": "1.6.1"
},
"devDependencies": {
"dtslint": "^3.4.1",
"typescript": "^3.9.5"
}
}

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,51 +1,52 @@
{
"name": "@tornado/xhr2-cookies",
"version": "1.1.0-p0",
"author": "Ionut Costica <ionut.costica@gmail.com>",
"license": "MIT",
"description": "XMLHttpRequest polyfill for node.js",
"repository": {
"type": "git",
"url": "https://development.tornadocash.community/T-Hax/archive-monorepo"
},
"keywords": [
"XMLHttpRequest",
"cookies",
"xhr2"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"cookiejar": "^2.1.1"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.0.39",
"@types/morgan": "^1.7.35",
"@types/node": "^6",
"ava": "^0.23.0",
"ava-ts": "^0.23.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"morgan": "^1.9.0",
"ts-loader": "^2.3.4",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"webpack": "^3.5.5"
},
"scripts": {
"prepare": "tsc",
"test": "tsc -p ./test && ava-ts -v"
},
"ava": {
"files": [
"test/*.spec.ts"
],
"source": [
"*.ts",
"!dist/**/*"
]
}
"name": "@tornado/xhr2-cookies",
"version": "1.1.0-p0",
"author": "Ionut Costica <ionut.costica@gmail.com>",
"license": "MIT",
"description": "XMLHttpRequest polyfill for node.js",
"homepage": "https://github.com/souldreamer/xhr2-cookies",
"repository": {
"type": "git",
"url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
},
"keywords": [
"XMLHttpRequest",
"cookies",
"xhr2"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"cookiejar": "^2.1.1"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.0.39",
"@types/morgan": "^1.7.35",
"@types/node": "^6",
"ava": "^0.23.0",
"ava-ts": "^0.23.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"morgan": "^1.9.0",
"ts-loader": "^2.3.4",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"webpack": "^3.5.5"
},
"scripts": {
"prepare": "tsc",
"test": "tsc -p ./test && ava-ts -v"
},
"ava": {
"files": [
"test/*.spec.ts"
],
"source": [
"*.ts",
"!dist/**/*"
]
}
}