Move custom dependencies to ergogen org + fix metadata

This commit is contained in:
Bán Dénes 2021-12-13 16:26:19 +01:00
parent 50466674e3
commit 16c9243c36
2 changed files with 18 additions and 18 deletions

24
package-lock.json generated
View file

@ -9,11 +9,11 @@
"version": "3.0.1", "version": "3.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@jscad/openjscad": "github:mrzealot/oldjscad", "@jscad/openjscad": "github:ergogen/oldjscad",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",
"kle-serial": "github:mrzealot/kle-serial", "kle-serial": "github:ergogen/kle-serial",
"makerjs": "github:mrzealot/maker.js-dist", "makerjs": "github:ergogen/maker.js-dist",
"mathjs": "^10.0.0", "mathjs": "^10.0.0",
"yargs": "^17.3.0" "yargs": "^17.3.0"
}, },
@ -578,7 +578,7 @@
}, },
"node_modules/@jscad/openjscad": { "node_modules/@jscad/openjscad": {
"version": "1.6.1", "version": "1.6.1",
"resolved": "git+ssh://git@github.com/mrzealot/oldjscad.git#0397e0f35aa9319005a2e64aa1419022423857de", "resolved": "git+ssh://git@github.com/ergogen/oldjscad.git#0397e0f35aa9319005a2e64aa1419022423857de",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1976,7 +1976,7 @@
"node_modules/kle-serial": { "node_modules/kle-serial": {
"name": "@ijprest/kle-serial", "name": "@ijprest/kle-serial",
"version": "0.15.1", "version": "0.15.1",
"resolved": "git+ssh://git@github.com/mrzealot/kle-serial.git#e62d5024cc25455e5ff02746041e269f3429001c", "resolved": "git+ssh://git@github.com/ergogen/kle-serial.git#e62d5024cc25455e5ff02746041e269f3429001c",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"json5": "^2.1.0" "json5": "^2.1.0"
@ -2050,7 +2050,7 @@
}, },
"node_modules/makerjs": { "node_modules/makerjs": {
"version": "0.17.0", "version": "0.17.0",
"resolved": "git+ssh://git@github.com/mrzealot/maker.js-dist.git#a0ca32948845efe8ad5c9ca454f1285926853138", "resolved": "git+ssh://git@github.com/ergogen/maker.js-dist.git#a0ca32948845efe8ad5c9ca454f1285926853138",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@danmarshall/jscad-typings": "^1.0.0", "@danmarshall/jscad-typings": "^1.0.0",
@ -3617,8 +3617,8 @@
"integrity": "sha1-3LPPXMRyeKfPejW3azLq0NBE38M=" "integrity": "sha1-3LPPXMRyeKfPejW3azLq0NBE38M="
}, },
"@jscad/openjscad": { "@jscad/openjscad": {
"version": "git+ssh://git@github.com/mrzealot/oldjscad.git#0397e0f35aa9319005a2e64aa1419022423857de", "version": "git+ssh://git@github.com/ergogen/oldjscad.git#0397e0f35aa9319005a2e64aa1419022423857de",
"from": "@jscad/openjscad@github:mrzealot/oldjscad", "from": "@jscad/openjscad@github:ergogen/oldjscad",
"requires": { "requires": {
"@jscad/csg": "0.3.6", "@jscad/csg": "0.3.6",
"@jscad/io": "github:mrzealot/oldjscadio", "@jscad/io": "github:mrzealot/oldjscadio",
@ -4669,8 +4669,8 @@
"integrity": "sha512-9KqSdmWCkBIisFIGclT0FRagKhI7IVbMyUjsxCFG0Ly1Dg6whlxJ7b9lrq8ifk3X/fGeJzok1R75LQfZTfA5zQ==" "integrity": "sha512-9KqSdmWCkBIisFIGclT0FRagKhI7IVbMyUjsxCFG0Ly1Dg6whlxJ7b9lrq8ifk3X/fGeJzok1R75LQfZTfA5zQ=="
}, },
"kle-serial": { "kle-serial": {
"version": "git+ssh://git@github.com/mrzealot/kle-serial.git#e62d5024cc25455e5ff02746041e269f3429001c", "version": "git+ssh://git@github.com/ergogen/kle-serial.git#e62d5024cc25455e5ff02746041e269f3429001c",
"from": "kle-serial@github:mrzealot/kle-serial", "from": "kle-serial@github:ergogen/kle-serial",
"requires": { "requires": {
"json5": "^2.1.0" "json5": "^2.1.0"
} }
@ -4724,8 +4724,8 @@
} }
}, },
"makerjs": { "makerjs": {
"version": "git+ssh://git@github.com/mrzealot/maker.js-dist.git#a0ca32948845efe8ad5c9ca454f1285926853138", "version": "git+ssh://git@github.com/ergogen/maker.js-dist.git#a0ca32948845efe8ad5c9ca454f1285926853138",
"from": "makerjs@github:mrzealot/maker.js-dist", "from": "makerjs@github:ergogen/maker.js-dist",
"requires": { "requires": {
"@danmarshall/jscad-typings": "^1.0.0", "@danmarshall/jscad-typings": "^1.0.0",
"@types/bezier-js": "^0.0.6", "@types/bezier-js": "^0.0.6",

View file

@ -4,9 +4,9 @@
"description": "Ergonomic keyboard layout generator", "description": "Ergonomic keyboard layout generator",
"author": "Bán Dénes <mr@zealot.hu>", "author": "Bán Dénes <mr@zealot.hu>",
"license": "MIT", "license": "MIT",
"homepage": "https://zealot.hu/ergogen", "homepage": "https://ergogen.xyz",
"repository": "github:mrzealot/ergogen", "repository": "github:ergogen/ergogen",
"bugs": "https://github.com/mrzealot/ergogen/issues", "bugs": "https://github.com/ergogen/ergogen/issues",
"main": "./src/ergogen.js", "main": "./src/ergogen.js",
"bin": "./src/cli.js", "bin": "./src/cli.js",
"scripts": { "scripts": {
@ -15,11 +15,11 @@
"coverage": "nyc --reporter=html --reporter=text npm test" "coverage": "nyc --reporter=html --reporter=text npm test"
}, },
"dependencies": { "dependencies": {
"@jscad/openjscad": "github:mrzealot/oldjscad", "@jscad/openjscad": "github:ergogen/oldjscad",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",
"kle-serial": "github:mrzealot/kle-serial", "kle-serial": "github:ergogen/kle-serial",
"makerjs": "github:mrzealot/maker.js-dist", "makerjs": "github:ergogen/maker.js-dist",
"mathjs": "^10.0.0", "mathjs": "^10.0.0",
"yargs": "^17.3.0" "yargs": "^17.3.0"
}, },