|
1
|
{
|
1
|
{
|
|
2
|
"name": "@qx/cli",
|
2
|
"name": "@qx/cli",
|
|
3
|
- "version": "3.0.0-alpha.19",
|
3
|
+ "version": "3.0.0-alpha.24",
|
|
4
|
"lockfileVersion": 3,
|
4
|
"lockfileVersion": 3,
|
|
5
|
"requires": true,
|
5
|
"requires": true,
|
|
6
|
"packages": {
|
6
|
"packages": {
|
|
7
|
"": {
|
7
|
"": {
|
|
8
|
"name": "@qx/cli",
|
8
|
"name": "@qx/cli",
|
|
9
|
- "version": "3.0.0-alpha.19",
|
9
|
+ "version": "3.0.0-alpha.24",
|
|
10
|
"license": "ISC",
|
10
|
"license": "ISC",
|
|
11
|
"dependencies": {
|
11
|
"dependencies": {
|
|
12
|
"@babel/preset-env": "^7.23.3",
|
12
|
"@babel/preset-env": "^7.23.3",
|
|
@@ -38,6 +38,9 @@ |
|
@@ -38,6 +38,9 @@ |
|
38
|
},
|
38
|
},
|
|
39
|
"bin": {
|
39
|
"bin": {
|
|
40
|
"qx-cli": "bin/index.js"
|
40
|
"qx-cli": "bin/index.js"
|
|
|
|
41
|
+ },
|
|
|
|
42
|
+ "devDependencies": {
|
|
|
|
43
|
+ "vite-plugin-externals": "^0.6.2"
|
|
41
|
}
|
44
|
}
|
|
42
|
},
|
45
|
},
|
|
43
|
"node_modules/@ampproject/remapping": {
|
46
|
"node_modules/@ampproject/remapping": {
|
|
@@ -3704,6 +3707,12 @@ |
|
@@ -3704,6 +3707,12 @@ |
|
3704
|
"errno": "cli.js"
|
3707
|
"errno": "cli.js"
|
|
3705
|
}
|
3708
|
}
|
|
3706
|
},
|
3709
|
},
|
|
|
|
3710
|
+ "node_modules/es-module-lexer": {
|
|
|
|
3711
|
+ "version": "0.4.1",
|
|
|
|
3712
|
+ "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-0.4.1.tgz",
|
|
|
|
3713
|
+ "integrity": "sha512-ooYciCUtfw6/d2w56UVeqHPcoCFAiJdz5XOkYpv/Txl1HMUozpXjz/2RIQgqwKdXNDPSF1W7mJCFse3G+HDyAA==",
|
|
|
|
3714
|
+ "dev": true
|
|
|
|
3715
|
+ },
|
|
3707
|
"node_modules/esbuild": {
|
3716
|
"node_modules/esbuild": {
|
|
3708
|
"version": "0.18.20",
|
3717
|
"version": "0.18.20",
|
|
3709
|
"resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.18.20.tgz",
|
3718
|
"resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.18.20.tgz",
|
|
@@ -4061,6 +4070,20 @@ |
|
@@ -4061,6 +4070,20 @@ |
|
4061
|
"is-callable": "^1.1.3"
|
4070
|
"is-callable": "^1.1.3"
|
|
4062
|
}
|
4071
|
}
|
|
4063
|
},
|
4072
|
},
|
|
|
|
4073
|
+ "node_modules/fs-extra": {
|
|
|
|
4074
|
+ "version": "10.1.0",
|
|
|
|
4075
|
+ "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz",
|
|
|
|
4076
|
+ "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
|
|
4077
|
+ "dev": true,
|
|
|
|
4078
|
+ "dependencies": {
|
|
|
|
4079
|
+ "graceful-fs": "^4.2.0",
|
|
|
|
4080
|
+ "jsonfile": "^6.0.1",
|
|
|
|
4081
|
+ "universalify": "^2.0.0"
|
|
|
|
4082
|
+ },
|
|
|
|
4083
|
+ "engines": {
|
|
|
|
4084
|
+ "node": ">=12"
|
|
|
|
4085
|
+ }
|
|
|
|
4086
|
+ },
|
|
4064
|
"node_modules/fsevents": {
|
4087
|
"node_modules/fsevents": {
|
|
4065
|
"version": "2.3.3",
|
4088
|
"version": "2.3.3",
|
|
4066
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
|
4089
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -4662,6 +4685,18 @@ |
|
@@ -4662,6 +4685,18 @@ |
|
4662
|
"node": ">=6"
|
4685
|
"node": ">=6"
|
|
4663
|
}
|
4686
|
}
|
|
4664
|
},
|
4687
|
},
|
|
|
|
4688
|
+ "node_modules/jsonfile": {
|
|
|
|
4689
|
+ "version": "6.1.0",
|
|
|
|
4690
|
+ "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
|
|
4691
|
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
|
|
4692
|
+ "dev": true,
|
|
|
|
4693
|
+ "dependencies": {
|
|
|
|
4694
|
+ "universalify": "^2.0.0"
|
|
|
|
4695
|
+ },
|
|
|
|
4696
|
+ "optionalDependencies": {
|
|
|
|
4697
|
+ "graceful-fs": "^4.1.6"
|
|
|
|
4698
|
+ }
|
|
|
|
4699
|
+ },
|
|
4665
|
"node_modules/kind-of": {
|
4700
|
"node_modules/kind-of": {
|
|
4666
|
"version": "6.0.3",
|
4701
|
"version": "6.0.3",
|
|
4667
|
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz",
|
4702
|
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz",
|
|
@@ -4795,6 +4830,15 @@ |
|
@@ -4795,6 +4830,15 @@ |
|
4795
|
"yallist": "^3.0.2"
|
4830
|
"yallist": "^3.0.2"
|
|
4796
|
}
|
4831
|
}
|
|
4797
|
},
|
4832
|
},
|
|
|
|
4833
|
+ "node_modules/magic-string": {
|
|
|
|
4834
|
+ "version": "0.25.9",
|
|
|
|
4835
|
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
|
|
|
|
4836
|
+ "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
|
|
|
|
4837
|
+ "dev": true,
|
|
|
|
4838
|
+ "dependencies": {
|
|
|
|
4839
|
+ "sourcemap-codec": "^1.4.8"
|
|
|
|
4840
|
+ }
|
|
|
|
4841
|
+ },
|
|
4798
|
"node_modules/make-dir": {
|
4842
|
"node_modules/make-dir": {
|
|
4799
|
"version": "2.1.0",
|
4843
|
"version": "2.1.0",
|
|
4800
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
|
4844
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
|
|
@@ -6366,6 +6410,13 @@ |
|
@@ -6366,6 +6410,13 @@ |
|
6366
|
"source-map": "^0.6.0"
|
6410
|
"source-map": "^0.6.0"
|
|
6367
|
}
|
6411
|
}
|
|
6368
|
},
|
6412
|
},
|
|
|
|
6413
|
+ "node_modules/sourcemap-codec": {
|
|
|
|
6414
|
+ "version": "1.4.8",
|
|
|
|
6415
|
+ "resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
|
|
|
|
6416
|
+ "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
|
|
|
|
6417
|
+ "deprecated": "Please use @jridgewell/sourcemap-codec instead",
|
|
|
|
6418
|
+ "dev": true
|
|
|
|
6419
|
+ },
|
|
6369
|
"node_modules/std-env": {
|
6420
|
"node_modules/std-env": {
|
|
6370
|
"version": "3.4.3",
|
6421
|
"version": "3.4.3",
|
|
6371
|
"resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.4.3.tgz",
|
6422
|
"resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.4.3.tgz",
|
|
@@ -6750,6 +6801,15 @@ |
|
@@ -6750,6 +6801,15 @@ |
|
6750
|
"node": ">=4"
|
6801
|
"node": ">=4"
|
|
6751
|
}
|
6802
|
}
|
|
6752
|
},
|
6803
|
},
|
|
|
|
6804
|
+ "node_modules/universalify": {
|
|
|
|
6805
|
+ "version": "2.0.1",
|
|
|
|
6806
|
+ "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
|
|
|
|
6807
|
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
|
|
6808
|
+ "dev": true,
|
|
|
|
6809
|
+ "engines": {
|
|
|
|
6810
|
+ "node": ">= 10.0.0"
|
|
|
|
6811
|
+ }
|
|
|
|
6812
|
+ },
|
|
6753
|
"node_modules/update-browserslist-db": {
|
6813
|
"node_modules/update-browserslist-db": {
|
|
6754
|
"version": "1.0.13",
|
6814
|
"version": "1.0.13",
|
|
6755
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
6815
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
|
@@ -6910,6 +6970,24 @@ |
|
@@ -6910,6 +6970,24 @@ |
|
6910
|
}
|
6970
|
}
|
|
6911
|
}
|
6971
|
}
|
|
6912
|
},
|
6972
|
},
|
|
|
|
6973
|
+ "node_modules/vite-plugin-externals": {
|
|
|
|
6974
|
+ "version": "0.6.2",
|
|
|
|
6975
|
+ "resolved": "https://registry.npmmirror.com/vite-plugin-externals/-/vite-plugin-externals-0.6.2.tgz",
|
|
|
|
6976
|
+ "integrity": "sha512-R5oVY8xDJjLXLTs2XDYzvYbc/RTZuIwOx2xcFbYf+/VXB6eJuatDgt8jzQ7kZ+IrgwQhe6tU8U2fTyy72C25CQ==",
|
|
|
|
6977
|
+ "dev": true,
|
|
|
|
6978
|
+ "dependencies": {
|
|
|
|
6979
|
+ "acorn": "^8.4.0",
|
|
|
|
6980
|
+ "es-module-lexer": "^0.4.1",
|
|
|
|
6981
|
+ "fs-extra": "^10.0.0",
|
|
|
|
6982
|
+ "magic-string": "^0.25.7"
|
|
|
|
6983
|
+ },
|
|
|
|
6984
|
+ "engines": {
|
|
|
|
6985
|
+ "node": "^14.18.0 || >=16.0.0"
|
|
|
|
6986
|
+ },
|
|
|
|
6987
|
+ "peerDependencies": {
|
|
|
|
6988
|
+ "vite": ">=2.0.0"
|
|
|
|
6989
|
+ }
|
|
|
|
6990
|
+ },
|
|
6913
|
"node_modules/vm-browserify": {
|
6991
|
"node_modules/vm-browserify": {
|
|
6914
|
"version": "1.1.2",
|
6992
|
"version": "1.1.2",
|
|
6915
|
"resolved": "https://registry.npmmirror.com/vm-browserify/-/vm-browserify-1.1.2.tgz",
|
6993
|
"resolved": "https://registry.npmmirror.com/vm-browserify/-/vm-browserify-1.1.2.tgz",
|