@atlaspack/package-manager 2.14.5-canary.112 → 2.14.5-canary.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/package.json +10 -10
package/lib/index.js
CHANGED
@@ -4023,9 +4023,9 @@ var $5cGUP = parcelRequire("5cGUP");
|
|
4023
4023
|
|
4024
4024
|
var $3217T = parcelRequire("3217T");
|
4025
4025
|
|
4026
|
-
var $fdbc4680a0f2f397$var$$parcel$__dirname = $dufqm$path.resolve(__dirname, "../src");
|
4027
|
-
|
4028
4026
|
var $fdbc4680a0f2f397$var$$parcel$__filename = $dufqm$path.resolve(__dirname, "../src", "installPackage.js");
|
4027
|
+
|
4028
|
+
var $fdbc4680a0f2f397$var$$parcel$__dirname = $dufqm$path.resolve(__dirname, "../src");
|
4029
4029
|
async function $fdbc4680a0f2f397$var$install(fs, packageManager, modules, from, projectRoot, options = {}) {
|
4030
4030
|
let { installPeers: installPeers = true, saveDev: saveDev = true, packageInstaller: packageInstaller } = options;
|
4031
4031
|
let moduleNames = modules.map((m)=>m.name).join(', ');
|
@@ -4729,7 +4729,7 @@ function $770d99f4b6e8471f$export$2e2bcd8739ae039(childProcess) {
|
|
4729
4729
|
});
|
4730
4730
|
|
4731
4731
|
parcelRegister("dmfaS", function(module, exports) {
|
4732
|
-
module.exports = JSON.parse("{\"name\":\"@atlaspack/package-manager\",\"version\":\"2.14.5-canary.
|
4732
|
+
module.exports = JSON.parse("{\"name\":\"@atlaspack/package-manager\",\"version\":\"2.14.5-canary.113+2412bcaa7\",\"description\":\"Blazing fast, zero configuration web application bundler\",\"license\":\"(MIT OR Apache-2.0)\",\"publishConfig\":{\"access\":\"public\"},\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/atlassian-labs/atlaspack.git\"},\"main\":\"lib/index.js\",\"source\":\"src/index.js\",\"types\":\"index.d.ts\",\"engines\":{\"node\":\">= 16.0.0\"},\"scripts\":{\"build-ts\":\"mkdir -p lib && flow-to-ts src/index.js > lib/index.d.ts\",\"check-ts\":\"tsc --noEmit index.d.ts\",\"test\":\"mocha test\"},\"targets\":{\"types\":false,\"main\":{\"includeNodeModules\":{\"@atlaspack/build-cache\":false,\"@atlaspack/diagnostic\":false,\"@atlaspack/fs\":false,\"@atlaspack/logger\":false,\"@atlaspack/node-resolver-core\":false,\"@atlaspack/types\":false,\"@atlaspack/utils\":false,\"@atlaspack/workers\":false,\"@swc/core\":false,\"semver\":false}}},\"dependencies\":{\"@atlaspack/build-cache\":\"2.13.3-canary.181+2412bcaa7\",\"@atlaspack/diagnostic\":\"2.14.1-canary.181+2412bcaa7\",\"@atlaspack/fs\":\"2.14.5-canary.113+2412bcaa7\",\"@atlaspack/logger\":\"2.14.5-canary.113+2412bcaa7\",\"@atlaspack/node-resolver-core\":\"3.5.5-canary.113+2412bcaa7\",\"@atlaspack/types\":\"2.14.5-canary.113+2412bcaa7\",\"@atlaspack/utils\":\"2.14.5-canary.113+2412bcaa7\",\"@atlaspack/workers\":\"2.14.5-canary.113+2412bcaa7\",\"@swc/core\":\"^1.10.0\",\"semver\":\"^7.5.2\"},\"devDependencies\":{\"command-exists\":\"^1.2.6\",\"cross-spawn\":\"^6.0.4\",\"nullthrows\":\"^1.1.1\",\"split2\":\"^3.1.1\"},\"browser\":{\"./src/NodePackageManager.js\":false,\"./src/Npm.js\":false,\"./src/Pnpm.js\":false,\"./src/Yarn.js\":false},\"type\":\"commonjs\",\"gitHead\":\"2412bcaa74f53a5132038abb067121bad18dfcd7\"}");
|
4733
4733
|
|
4734
4734
|
});
|
4735
4735
|
|