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",

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

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",

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