|
|
@ -1,27 +1,27 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "@gitzone/tsrun",
|
|
|
|
"name": "@gitzone/tsrun",
|
|
|
|
"version": "1.2.33",
|
|
|
|
"version": "1.2.35",
|
|
|
|
"lockfileVersion": 2,
|
|
|
|
"lockfileVersion": 2,
|
|
|
|
"requires": true,
|
|
|
|
"requires": true,
|
|
|
|
"packages": {
|
|
|
|
"packages": {
|
|
|
|
"": {
|
|
|
|
"": {
|
|
|
|
"name": "@gitzone/tsrun",
|
|
|
|
"name": "@gitzone/tsrun",
|
|
|
|
"version": "1.2.33",
|
|
|
|
"version": "1.2.35",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
|
|
"@pushrocks/smartshell": "^2.0.30",
|
|
|
|
"@pushrocks/smartshell": "^2.0.30",
|
|
|
|
"ts-node": "^10.7.0",
|
|
|
|
"ts-node": "^10.8.0",
|
|
|
|
"typescript": "4.7.0"
|
|
|
|
"typescript": "^4.7.2"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"tsrun": "cli.js"
|
|
|
|
"tsrun": "cli.js"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@gitzone/tsbuild": "^2.1.43",
|
|
|
|
"@gitzone/tsbuild": "^2.1.63",
|
|
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
|
|
"@types/node": "^17.0.21",
|
|
|
|
"@types/node": "^17.0.38",
|
|
|
|
"node-fetch": "^3.2.2"
|
|
|
|
"node-fetch": "^3.2.5"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@apiglobal/typedrequest-interfaces": {
|
|
|
|
"node_modules/@apiglobal/typedrequest-interfaces": {
|
|
|
@ -31,58 +31,68 @@
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@cspotcode/source-map-consumer": {
|
|
|
|
|
|
|
|
"version": "0.8.0",
|
|
|
|
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@cspotcode%2fsource-map-consumer/-/source-map-consumer-0.8.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==",
|
|
|
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">= 12"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@cspotcode/source-map-support": {
|
|
|
|
"node_modules/@cspotcode/source-map-support": {
|
|
|
|
"version": "0.7.0",
|
|
|
|
"version": "0.8.1",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@cspotcode%2fsource-map-support/-/source-map-support-0.7.0.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@cspotcode%2fsource-map-support/-/source-map-support-0.8.1.tgz",
|
|
|
|
"integrity": "sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==",
|
|
|
|
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@cspotcode/source-map-consumer": "0.8.0"
|
|
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@gitzone/tsbuild": {
|
|
|
|
"node_modules/@gitzone/tsbuild": {
|
|
|
|
"version": "2.1.43",
|
|
|
|
"version": "2.1.63",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.43.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.63.tgz",
|
|
|
|
"integrity": "sha512-7vWO3Od03JGXQzmrdFahsgNST5LpaJjOREL1lvO1gUfbOIyJiFLr/SpI2pRTKd181YETbXu1RCp8VoVyJP3YDg==",
|
|
|
|
"integrity": "sha512-FgnFgb3WU0FdpJdhGC/bl518uZ7qPs0RiLlOXb5/yfS3LbOgwAqOTx+qvsqJ+G1WGw777COwJHe9Ut9E15vAEA==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@pushrocks/early": "^3.0.6",
|
|
|
|
"@pushrocks/early": "^4.0.2",
|
|
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
|
|
|
|
|
|
"@pushrocks/smartdelay": "^2.0.13",
|
|
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
|
|
"@pushrocks/smartlog": "^2.0.44",
|
|
|
|
"@pushrocks/smartlog": "^2.0.44",
|
|
|
|
"@pushrocks/smartpath": "^4.0.3",
|
|
|
|
"@pushrocks/smartpath": "^5.0.5",
|
|
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
|
|
"typescript": "4.7.0-dev.20220311"
|
|
|
|
"typescript": "^4.7.2"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"tsbuild": "cli.js"
|
|
|
|
"tsbuild": "cli.js"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@gitzone/tsbuild/node_modules/typescript": {
|
|
|
|
"node_modules/@gitzone/tsbuild/node_modules/@pushrocks/smartpath": {
|
|
|
|
"version": "4.7.0-dev.20220311",
|
|
|
|
"version": "5.0.5",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.7.0-dev.20220311.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
|
|
|
"integrity": "sha512-ZNMv/ta7e5SqRO591yC36VBmsM4+S6u60MFW3xOwKrrm/RbPCNJjwS+lmSY57avA0VIAUnokWlm+ThWBNo0awQ==",
|
|
|
|
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"license": "MIT"
|
|
|
|
"bin": {
|
|
|
|
},
|
|
|
|
"tsc": "bin/tsc",
|
|
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
|
|
"tsserver": "bin/tsserver"
|
|
|
|
"version": "3.0.7",
|
|
|
|
},
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@jridgewell%2fresolve-uri/-/resolve-uri-3.0.7.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4.2.0"
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
|
|
|
|
"version": "1.4.13",
|
|
|
|
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.13.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==",
|
|
|
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
|
|
|
|
|
|
"version": "0.3.9",
|
|
|
|
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@jridgewell%2ftrace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
|
|
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@pushrocks/consolecolor": {
|
|
|
|
"node_modules/@pushrocks/consolecolor": {
|
|
|
@ -96,15 +106,15 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@pushrocks/early": {
|
|
|
|
"node_modules/@pushrocks/early": {
|
|
|
|
"version": "3.0.6",
|
|
|
|
"version": "4.0.2",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fearly/-/early-3.0.6.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fearly/-/early-4.0.2.tgz",
|
|
|
|
"integrity": "sha512-ifUU0bbR/p3Vpe+nMg3LYHCPvM9QmRpL83pEYBvZ8KjbkrCxeXTJuNkeO3T8NGfeEL/q+SS8a9oEnpzoT/SGvw==",
|
|
|
|
"integrity": "sha512-aCFDD3JEtjjjap1oO/gUG39TgIW2QacqU4DgY/Dt7VdR8ZPN6CHB2RYhjrGjQV3PIkw7w04kMIAvTBoY0uLu/w==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@gitzone/tsbuild": "^2.1.24",
|
|
|
|
"@gitzone/tsbuild": "^2.1.60",
|
|
|
|
"@pushrocks/consolecolor": "^2.0.1",
|
|
|
|
"@pushrocks/consolecolor": "^2.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^3.0.6"
|
|
|
|
"@pushrocks/smartpromise": "^3.1.7"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@pushrocks/isounique": {
|
|
|
|
"node_modules/@pushrocks/isounique": {
|
|
|
@ -480,9 +490,9 @@
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@types/node": {
|
|
|
|
"node_modules/@types/node": {
|
|
|
|
"version": "17.0.21",
|
|
|
|
"version": "17.0.38",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.21.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.38.tgz",
|
|
|
|
"integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==",
|
|
|
|
"integrity": "sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==",
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@types/through2": {
|
|
|
|
"node_modules/@types/through2": {
|
|
|
@ -1079,9 +1089,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/node-fetch": {
|
|
|
|
"node_modules/node-fetch": {
|
|
|
|
"version": "3.2.2",
|
|
|
|
"version": "3.2.5",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-3.2.2.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-3.2.5.tgz",
|
|
|
|
"integrity": "sha512-Cwhq1JFIoon15wcIkFzubVNFE5GvXGV82pKf4knXXjvGmn7RJKcypeuqcVNZMGDZsAFWyIRya/anwAJr7TWJ7w==",
|
|
|
|
"integrity": "sha512-u7zCHdJp8JXBwF09mMfo2CL6kp37TslDl1KP3hRGTlCInBtag+UO3LGVy+NF0VzvnL3PVMpA2hXh1EtECFnyhQ==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
@ -1267,12 +1277,12 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/ts-node": {
|
|
|
|
"node_modules/ts-node": {
|
|
|
|
"version": "10.7.0",
|
|
|
|
"version": "10.8.0",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-10.7.0.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-10.8.0.tgz",
|
|
|
|
"integrity": "sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==",
|
|
|
|
"integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@cspotcode/source-map-support": "0.7.0",
|
|
|
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
|
|
"@tsconfig/node10": "^1.0.7",
|
|
|
|
"@tsconfig/node10": "^1.0.7",
|
|
|
|
"@tsconfig/node12": "^1.0.7",
|
|
|
|
"@tsconfig/node12": "^1.0.7",
|
|
|
|
"@tsconfig/node14": "^1.0.0",
|
|
|
|
"@tsconfig/node14": "^1.0.0",
|
|
|
@ -1283,7 +1293,7 @@
|
|
|
|
"create-require": "^1.1.0",
|
|
|
|
"create-require": "^1.1.0",
|
|
|
|
"diff": "^4.0.1",
|
|
|
|
"diff": "^4.0.1",
|
|
|
|
"make-error": "^1.1.1",
|
|
|
|
"make-error": "^1.1.1",
|
|
|
|
"v8-compile-cache-lib": "^3.0.0",
|
|
|
|
"v8-compile-cache-lib": "^3.0.1",
|
|
|
|
"yn": "3.1.1"
|
|
|
|
"yn": "3.1.1"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
@ -1317,9 +1327,9 @@
|
|
|
|
"license": "0BSD"
|
|
|
|
"license": "0BSD"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/typescript": {
|
|
|
|
"node_modules/typescript": {
|
|
|
|
"version": "4.7.0",
|
|
|
|
"version": "4.7.2",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.7.0-dev.20220216.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.7.2.tgz",
|
|
|
|
"integrity": "sha512-Qwhfu+Ht6Vj5rqCEcf5sgrackkAnTzQ+eB1wgaon+Q6wawUk7LJsfuiCgTvYnyLvtd1xLQcpIohlruvhNws/3g==",
|
|
|
|
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"tsc": "bin/tsc",
|
|
|
|
"tsc": "bin/tsc",
|
|
|
@ -1345,9 +1355,9 @@
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/v8-compile-cache-lib": {
|
|
|
|
"node_modules/v8-compile-cache-lib": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"version": "3.0.1",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
|
|
"integrity": "sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==",
|
|
|
|
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
|
|
|
"license": "MIT"
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/web-streams-polyfill": {
|
|
|
|
"node_modules/web-streams-polyfill": {
|
|
|
@ -1491,42 +1501,57 @@
|
|
|
|
"integrity": "sha512-KncX168fUQJ73FeT22Cvls41mkJmtasP8dB2s9+9/OyWZpNsCzk9NEmtdRhulW2vLQwuAbQc1eoloe7ffCmhcA==",
|
|
|
|
"integrity": "sha512-KncX168fUQJ73FeT22Cvls41mkJmtasP8dB2s9+9/OyWZpNsCzk9NEmtdRhulW2vLQwuAbQc1eoloe7ffCmhcA==",
|
|
|
|
"dev": true
|
|
|
|
"dev": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@cspotcode/source-map-consumer": {
|
|
|
|
|
|
|
|
"version": "0.8.0",
|
|
|
|
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@cspotcode%2fsource-map-consumer/-/source-map-consumer-0.8.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg=="
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"@cspotcode/source-map-support": {
|
|
|
|
"@cspotcode/source-map-support": {
|
|
|
|
"version": "0.7.0",
|
|
|
|
"version": "0.8.1",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@cspotcode%2fsource-map-support/-/source-map-support-0.7.0.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@cspotcode%2fsource-map-support/-/source-map-support-0.8.1.tgz",
|
|
|
|
"integrity": "sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==",
|
|
|
|
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"@cspotcode/source-map-consumer": "0.8.0"
|
|
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@gitzone/tsbuild": {
|
|
|
|
"@gitzone/tsbuild": {
|
|
|
|
"version": "2.1.43",
|
|
|
|
"version": "2.1.63",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.43.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.63.tgz",
|
|
|
|
"integrity": "sha512-7vWO3Od03JGXQzmrdFahsgNST5LpaJjOREL1lvO1gUfbOIyJiFLr/SpI2pRTKd181YETbXu1RCp8VoVyJP3YDg==",
|
|
|
|
"integrity": "sha512-FgnFgb3WU0FdpJdhGC/bl518uZ7qPs0RiLlOXb5/yfS3LbOgwAqOTx+qvsqJ+G1WGw777COwJHe9Ut9E15vAEA==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"@pushrocks/early": "^3.0.6",
|
|
|
|
"@pushrocks/early": "^4.0.2",
|
|
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
|
|
|
|
|
|
"@pushrocks/smartdelay": "^2.0.13",
|
|
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
|
|
"@pushrocks/smartlog": "^2.0.44",
|
|
|
|
"@pushrocks/smartlog": "^2.0.44",
|
|
|
|
"@pushrocks/smartpath": "^4.0.3",
|
|
|
|
"@pushrocks/smartpath": "^5.0.5",
|
|
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
|
|
"typescript": "4.7.0-dev.20220311"
|
|
|
|
"typescript": "^4.7.2"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"typescript": {
|
|
|
|
"@pushrocks/smartpath": {
|
|
|
|
"version": "4.7.0-dev.20220311",
|
|
|
|
"version": "5.0.5",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.7.0-dev.20220311.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartpath/-/smartpath-5.0.5.tgz",
|
|
|
|
"integrity": "sha512-ZNMv/ta7e5SqRO591yC36VBmsM4+S6u60MFW3xOwKrrm/RbPCNJjwS+lmSY57avA0VIAUnokWlm+ThWBNo0awQ==",
|
|
|
|
"integrity": "sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==",
|
|
|
|
"dev": true
|
|
|
|
"dev": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"@jridgewell/resolve-uri": {
|
|
|
|
|
|
|
|
"version": "3.0.7",
|
|
|
|
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@jridgewell%2fresolve-uri/-/resolve-uri-3.0.7.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA=="
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"@jridgewell/sourcemap-codec": {
|
|
|
|
|
|
|
|
"version": "1.4.13",
|
|
|
|
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.13.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w=="
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"@jridgewell/trace-mapping": {
|
|
|
|
|
|
|
|
"version": "0.3.9",
|
|
|
|
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@jridgewell%2ftrace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
|
|
|
|
|
|
"requires": {
|
|
|
|
|
|
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
|
|
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"@pushrocks/consolecolor": {
|
|
|
|
"@pushrocks/consolecolor": {
|
|
|
|
"version": "2.0.1",
|
|
|
|
"version": "2.0.1",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fconsolecolor/-/consolecolor-2.0.1.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fconsolecolor/-/consolecolor-2.0.1.tgz",
|
|
|
@ -1537,14 +1562,14 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@pushrocks/early": {
|
|
|
|
"@pushrocks/early": {
|
|
|
|
"version": "3.0.6",
|
|
|
|
"version": "4.0.2",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fearly/-/early-3.0.6.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fearly/-/early-4.0.2.tgz",
|
|
|
|
"integrity": "sha512-ifUU0bbR/p3Vpe+nMg3LYHCPvM9QmRpL83pEYBvZ8KjbkrCxeXTJuNkeO3T8NGfeEL/q+SS8a9oEnpzoT/SGvw==",
|
|
|
|
"integrity": "sha512-aCFDD3JEtjjjap1oO/gUG39TgIW2QacqU4DgY/Dt7VdR8ZPN6CHB2RYhjrGjQV3PIkw7w04kMIAvTBoY0uLu/w==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"@gitzone/tsbuild": "^2.1.24",
|
|
|
|
"@gitzone/tsbuild": "^2.1.60",
|
|
|
|
"@pushrocks/consolecolor": "^2.0.1",
|
|
|
|
"@pushrocks/consolecolor": "^2.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^3.0.6"
|
|
|
|
"@pushrocks/smartpromise": "^3.1.7"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@pushrocks/isounique": {
|
|
|
|
"@pushrocks/isounique": {
|
|
|
@ -1884,9 +1909,9 @@
|
|
|
|
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
|
|
|
|
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@types/node": {
|
|
|
|
"@types/node": {
|
|
|
|
"version": "17.0.21",
|
|
|
|
"version": "17.0.38",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.21.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.38.tgz",
|
|
|
|
"integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ=="
|
|
|
|
"integrity": "sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@types/through2": {
|
|
|
|
"@types/through2": {
|
|
|
|
"version": "2.0.36",
|
|
|
|
"version": "2.0.36",
|
|
|
@ -2288,9 +2313,9 @@
|
|
|
|
"dev": true
|
|
|
|
"dev": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node-fetch": {
|
|
|
|
"node-fetch": {
|
|
|
|
"version": "3.2.2",
|
|
|
|
"version": "3.2.5",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-3.2.2.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-3.2.5.tgz",
|
|
|
|
"integrity": "sha512-Cwhq1JFIoon15wcIkFzubVNFE5GvXGV82pKf4knXXjvGmn7RJKcypeuqcVNZMGDZsAFWyIRya/anwAJr7TWJ7w==",
|
|
|
|
"integrity": "sha512-u7zCHdJp8JXBwF09mMfo2CL6kp37TslDl1KP3hRGTlCInBtag+UO3LGVy+NF0VzvnL3PVMpA2hXh1EtECFnyhQ==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"data-uri-to-buffer": "^4.0.0",
|
|
|
|
"data-uri-to-buffer": "^4.0.0",
|
|
|
@ -2406,11 +2431,11 @@
|
|
|
|
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A=="
|
|
|
|
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"ts-node": {
|
|
|
|
"ts-node": {
|
|
|
|
"version": "10.7.0",
|
|
|
|
"version": "10.8.0",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-10.7.0.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-10.8.0.tgz",
|
|
|
|
"integrity": "sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==",
|
|
|
|
"integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==",
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"@cspotcode/source-map-support": "0.7.0",
|
|
|
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
|
|
"@tsconfig/node10": "^1.0.7",
|
|
|
|
"@tsconfig/node10": "^1.0.7",
|
|
|
|
"@tsconfig/node12": "^1.0.7",
|
|
|
|
"@tsconfig/node12": "^1.0.7",
|
|
|
|
"@tsconfig/node14": "^1.0.0",
|
|
|
|
"@tsconfig/node14": "^1.0.0",
|
|
|
@ -2421,7 +2446,7 @@
|
|
|
|
"create-require": "^1.1.0",
|
|
|
|
"create-require": "^1.1.0",
|
|
|
|
"diff": "^4.0.1",
|
|
|
|
"diff": "^4.0.1",
|
|
|
|
"make-error": "^1.1.1",
|
|
|
|
"make-error": "^1.1.1",
|
|
|
|
"v8-compile-cache-lib": "^3.0.0",
|
|
|
|
"v8-compile-cache-lib": "^3.0.1",
|
|
|
|
"yn": "3.1.1"
|
|
|
|
"yn": "3.1.1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -2432,9 +2457,9 @@
|
|
|
|
"dev": true
|
|
|
|
"dev": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"typescript": {
|
|
|
|
"typescript": {
|
|
|
|
"version": "4.7.0",
|
|
|
|
"version": "4.7.2",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.7.0-dev.20220216.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.7.2.tgz",
|
|
|
|
"integrity": "sha512-Qwhfu+Ht6Vj5rqCEcf5sgrackkAnTzQ+eB1wgaon+Q6wawUk7LJsfuiCgTvYnyLvtd1xLQcpIohlruvhNws/3g=="
|
|
|
|
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"universalify": {
|
|
|
|
"universalify": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"version": "2.0.0",
|
|
|
@ -2447,9 +2472,9 @@
|
|
|
|
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
|
|
|
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"v8-compile-cache-lib": {
|
|
|
|
"v8-compile-cache-lib": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"version": "3.0.1",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz",
|
|
|
|
"resolved": "https://verdaccio.lossless.one/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
|
|
"integrity": "sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA=="
|
|
|
|
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"web-streams-polyfill": {
|
|
|
|
"web-streams-polyfill": {
|
|
|
|
"version": "3.2.0",
|
|
|
|
"version": "3.2.0",
|
|
|
|