mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
7414 lines
304 KiB
Plaintext
7414 lines
304 KiB
Plaintext
// Bun Snapshot v1, https://bun.sh/docs/test/snapshots
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0001 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0001 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0002 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0002 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0003 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0003 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0004 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0004 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0005 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0005 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0006 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0006 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0007 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0007 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0008 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0008 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0009 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0009 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0010 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0010 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0011 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0011 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0012 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0012 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0013 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0013 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0014 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0014 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0015 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0015 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0016 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0016 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0017 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0017 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0018 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0018 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0019 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0019 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0020 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0020 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0021 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0021 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0022 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0022 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0023 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0023 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0024 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0024 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0025 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0025 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0026 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0026 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0027 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0027 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0028 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0028 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0029 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0029 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0030 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0030 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0031 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0031 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0032 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0032 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0033 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0033 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0034 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0034 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0035 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0035 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0036 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0036 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0037 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0037 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0038 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0038 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0039 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0039 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0040 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0040 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0041 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0041 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0042 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0042 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0043 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0043 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0044 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0044 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0045 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0045 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0046 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0046 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0047 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0047 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0048 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0048 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0049 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0049 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0050 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0050 (without modules): requested-tarballs: install without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0051 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0051 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0052 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0052 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0053 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0053 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0054 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0054 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0055 (without modules): requested-packages: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0055 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0056 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0056 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0057 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0057 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0058 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0058 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0059 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0059 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0060 (without modules): requested-packages: install without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0060 (without modules): requested-tarballs: install without args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0061 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0061 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0062 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0062 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0063 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0063 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0064 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0064 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0065 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0065 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0066 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0066 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0067 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0067 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0068 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0068 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0069 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0069 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0070 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0070 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0071 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0071 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0072 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0072 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0073 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0073 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0074 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0074 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0075 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0075 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0076 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0076 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0077 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0077 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0078 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0078 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0079 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0079 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0080 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0080 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0081 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0081 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0082 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0082 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0083 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0083 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0084 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0084 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0085 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0085 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0086 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0086 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0087 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0087 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0088 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0088 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0089 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0089 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0090 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0090 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0091 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0091 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0092 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0092 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0093 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0093 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0094 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0094 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0095 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0095 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0096 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0096 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0097 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0097 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0098 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0098 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0099 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0099 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0100 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0100 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0101 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0101 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0102 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0102 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0103 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0103 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0104 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0104 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0105 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0105 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0106 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0106 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0107 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0107 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0108 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0108 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0109 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0109 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0110 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0110 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0111 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0111 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0112 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0112 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0113 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0113 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0114 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0114 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0115 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0115 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0116 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0116 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0117 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0117 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0118 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0118 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0119 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0119 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0120 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0120 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0121 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0121 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0122 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0122 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0123 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0123 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0124 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0124 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0125 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0125 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0126 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0126 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0127 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0127 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0128 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0128 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0129 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0129 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0130 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0130 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0131 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0131 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0132 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0132 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0133 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0133 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0134 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0134 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0135 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0135 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0136 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0136 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0137 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0137 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0138 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0138 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0139 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0139 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0140 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0140 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0141 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0141 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0142 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0142 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0143 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0143 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0144 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0144 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0145 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0145 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0146 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0146 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0147 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0147 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0148 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0148 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0149 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0149 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0150 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0150 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0151 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0151 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0152 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0152 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0153 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0153 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0154 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0154 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0155 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0155 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0156 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0156 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0157 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0157 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0158 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0158 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0159 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0159 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0160 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0160 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0161 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0161 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0162 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0162 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0163 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0163 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0164 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0164 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0165 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0165 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0166 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0166 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0167 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0167 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0168 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0168 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0169 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0169 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0170 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0170 (without modules): requested-tarballs: install with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0171 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0171 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0172 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0172 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0173 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0173 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0174 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0174 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0175 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0175 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0176 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0176 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0177 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0177 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0178 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0178 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0179 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0179 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0180 (without modules): requested-packages: install with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0180 (without modules): requested-tarballs: install with args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0181 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0181 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0182 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0182 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0183 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0183 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0184 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0184 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0185 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0185 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0186 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0186 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0187 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0187 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0188 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0188 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0189 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0189 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0190 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0190 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0191 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0191 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0192 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0192 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0193 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0193 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0194 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0194 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0195 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0195 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0196 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0196 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0197 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0197 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0198 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0198 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0199 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0199 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0200 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0200 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0201 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0201 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0202 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0202 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0203 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0203 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0204 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0204 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0205 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0205 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0206 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0206 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0207 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0207 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0208 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0208 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0209 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0209 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0210 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0210 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0211 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0211 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0212 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0212 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0213 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0213 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0214 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0214 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0215 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0215 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0216 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0216 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0217 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0217 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0218 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0218 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0219 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0219 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0220 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0220 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0221 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0221 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0222 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0222 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0223 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0223 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0224 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0224 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0225 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0225 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0226 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0226 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0227 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0227 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0228 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0228 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0229 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0229 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0230 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0230 (without modules): requested-tarballs: update without args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0231 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0231 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0232 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0232 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0233 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0233 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0234 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0234 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0235 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0235 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0236 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0236 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0237 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0237 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0238 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0238 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0239 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0239 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0240 (without modules): requested-packages: update without args 1`] = `
|
|
[
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0240 (without modules): requested-tarballs: update without args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0241 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0241 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0242 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0242 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0243 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0243 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0244 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0244 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0245 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0245 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0246 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0246 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0247 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0247 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0248 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0248 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0249 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0249 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0250 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0250 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0251 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0251 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0252 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0252 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0253 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0253 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0254 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0254 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0255 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0255 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0256 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0256 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0257 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0257 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0258 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0258 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0259 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0259 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0260 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0260 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0261 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0261 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0262 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0262 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0263 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0263 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0264 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0264 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0265 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0265 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0266 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0266 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0267 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0267 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0268 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0268 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0269 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0269 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0270 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0270 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0271 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0271 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0272 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0272 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0273 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0273 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0274 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0274 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0275 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0275 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0276 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0276 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0277 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0277 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0278 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0278 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0279 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0279 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0280 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0280 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0281 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0281 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0282 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0282 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0283 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0283 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0284 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0284 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0285 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0285 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0286 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0286 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0287 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0287 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0288 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0288 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0289 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0289 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0290 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0290 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0291 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0291 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0292 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0292 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0293 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0293 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0294 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0294 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0295 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0295 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0296 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0296 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0297 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0297 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0298 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0298 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0299 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0299 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0300 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0300 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0301 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0301 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0302 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0302 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0303 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0303 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0304 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0304 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0305 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0305 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0306 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0306 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0307 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0307 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0308 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0308 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0309 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0309 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0310 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0310 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0311 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0311 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0312 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0312 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0313 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0313 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0314 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0314 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0315 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0315 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0316 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0316 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0317 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0317 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0318 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0318 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0319 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0319 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0320 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0320 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0321 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0321 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0322 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0322 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0323 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0323 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0324 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0324 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0325 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0325 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0326 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0326 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0327 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0327 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0328 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0328 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0329 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0329 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0330 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0330 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0331 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0331 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0332 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0332 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0333 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0333 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0334 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0334 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0335 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0335 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0336 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0336 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0337 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0337 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0338 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0338 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0339 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0339 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0340 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0340 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0341 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0341 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0342 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0342 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0343 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0343 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0344 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0344 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0345 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0345 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0346 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0346 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0347 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0347 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0348 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0348 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0349 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0349 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0350 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0350 (without modules): requested-tarballs: update with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0351 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0351 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0352 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0352 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0353 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0353 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0354 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0354 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0355 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0355 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0356 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0356 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0357 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0357 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0358 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0358 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0359 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0359 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0360 (without modules): requested-packages: update with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0360 (without modules): requested-tarballs: update with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0361 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0361 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0362 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0362 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0363 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0363 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0364 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0364 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0365 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0365 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0366 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0366 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0367 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0367 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0368 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0368 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0369 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0369 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0370 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0370 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0371 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0371 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0372 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0372 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0373 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0373 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0374 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0374 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0375 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0375 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0376 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0376 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0377 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0377 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0378 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0378 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0379 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0379 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0380 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0380 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0381 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0381 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0382 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0382 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0383 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0383 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0384 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0384 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0385 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0385 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0386 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0386 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0387 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0387 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0388 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0388 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0389 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0389 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0390 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0390 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0391 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0391 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0392 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0392 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0393 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0393 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0394 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0394 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0395 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0395 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0396 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0396 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0397 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0397 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0398 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0398 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0399 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0399 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0400 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0400 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0401 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0401 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0402 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0402 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0403 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0403 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0404 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0404 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0405 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0405 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0406 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0406 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0407 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0407 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0408 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0408 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0409 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0409 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0410 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0410 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0411 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0411 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0412 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0412 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0413 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0413 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0414 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0414 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0415 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0415 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0416 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0416 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0417 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0417 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0418 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0418 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0419 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0419 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0420 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0420 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0421 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0421 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0422 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0422 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0423 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0423 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0424 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0424 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0425 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0425 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0426 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0426 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0427 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0427 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0428 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0428 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0429 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0429 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0430 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0430 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0431 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0431 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0432 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0432 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0433 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0433 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0434 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0434 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0435 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0435 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0436 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0436 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0437 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0437 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0438 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0438 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0439 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0439 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0440 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0440 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0441 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0441 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0442 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0442 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0443 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0443 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0444 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0444 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0445 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0445 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0446 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0446 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0447 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0447 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0448 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0448 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0449 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0449 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0450 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0450 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0451 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) (no-TTY) 0451 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0452 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0452 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0453 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0453 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0454 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0454 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0455 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0455 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0456 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) (no-TTY) 0456 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0457 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0457 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0458 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0458 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0459 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0459 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0460 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0460 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0461 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) (no-TTY) 0461 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0462 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0462 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0463 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0463 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0464 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0464 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0465 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0465 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0466 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) (no-TTY) 0466 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0467 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0467 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0468 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0468 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0469 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0469 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0470 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0470 (without modules): requested-tarballs: add with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0471 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0471 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0472 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0472 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0473 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0473 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0474 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0474 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0475 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0475 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0476 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0476 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0477 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0477 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0478 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0478 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0479 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0479 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0480 (without modules): requested-packages: add with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0480 (without modules): requested-tarballs: add with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0482 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0482 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0483 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0483 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0484 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0484 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0485 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0485 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0487 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0487 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0488 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0488 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0489 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0489 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0490 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0490 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0492 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0492 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0493 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0493 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0494 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0494 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0495 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0495 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0497 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0497 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0498 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0498 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0499 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0499 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0500 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0500 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0501 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0501 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0502 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0502 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0503 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0503 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0504 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0504 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0505 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0505 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0506 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0506 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0507 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0507 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0508 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0508 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0509 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0509 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0510 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0510 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0512 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0512 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0513 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0513 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0514 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0514 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0515 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0515 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0517 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0517 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0518 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0518 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0519 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0519 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0520 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0520 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0522 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0522 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0523 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0523 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0524 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0524 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0525 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0525 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0527 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0527 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0528 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0528 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0529 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0529 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0530 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0530 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0531 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0531 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0532 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0532 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0533 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0533 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0534 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0534 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0535 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0535 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0536 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0536 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0537 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0537 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0538 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0538 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0539 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0539 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0540 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0540 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0542 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0542 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0543 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0543 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0544 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0544 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0545 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0545 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0547 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0547 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0548 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0548 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0549 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0549 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0550 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0550 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0552 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0552 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0553 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0553 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0554 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0554 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0555 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0555 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0557 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0557 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0558 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0558 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0559 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0559 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0560 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0560 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0561 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0561 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0562 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0562 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0563 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0563 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0564 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0564 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0565 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0565 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0566 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0566 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0567 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0567 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0568 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0568 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0569 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0569 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0570 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0570 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0572 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0572 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0573 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0573 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0574 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0574 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0575 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0575 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0577 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0577 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0578 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0578 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0579 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0579 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0580 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0580 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0582 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0582 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0583 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0583 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0584 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0584 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0585 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0585 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0587 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0587 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0588 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0588 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0589 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0589 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0590 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0590 (without modules): requested-tarballs: remove with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0591 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0591 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0592 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0592 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0593 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0593 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0594 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0594 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0595 (without modules): requested-packages: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0595 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0596 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0596 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0597 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0597 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0598 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0598 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0599 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0599 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0600 (without modules): requested-packages: remove with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0600 (without modules): requested-tarballs: remove with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0602 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0602 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0603 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0603 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0604 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0604 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0605 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0605 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0607 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0607 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0608 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0608 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0609 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0609 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0610 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0610 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0612 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0612 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0613 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0613 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0614 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0614 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0615 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0615 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0617 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0617 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0618 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0618 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0619 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0619 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0620 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0620 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0621 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0621 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0622 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0622 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0623 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0623 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0624 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0624 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0625 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0625 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0626 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0626 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0627 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0627 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0628 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0628 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0629 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0629 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0630 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0630 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0632 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0632 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0633 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0633 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0634 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0634 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0635 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0635 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0637 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0637 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0638 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0638 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0639 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0639 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0640 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0640 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0642 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0642 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0643 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0643 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0644 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0644 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0645 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0645 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0647 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0647 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0648 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0648 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/left-pad-1.3.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0649 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0649 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0650 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0650 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0651 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0651 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0652 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0652 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0653 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0653 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0654 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0654 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0655 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0655 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0656 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0656 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0657 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0657 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0658 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0658 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0659 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0659 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0660 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"left-pad",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0660 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0662 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0662 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0663 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0663 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0664 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0664 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0665 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0665 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0667 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0667 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0668 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0668 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0669 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0669 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0670 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0670 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0672 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0672 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0673 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0673 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0674 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0674 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0675 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0675 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0677 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0677 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0678 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0678 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0679 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0679 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0680 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0680 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0681 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0681 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0682 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0682 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0683 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0683 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0684 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0684 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0685 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0685 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0686 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0686 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0687 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0687 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0688 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0688 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0689 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0689 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0690 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0690 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0692 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (no-TTY) 0692 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0693 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:y) 0693 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0694 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) (TTY:n) 0694 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0695 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0695 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0697 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (no-TTY) 0697 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0698 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:y) 0698 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0699 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) (TTY:n) 0699 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0700 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0700 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0702 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (no-TTY) 0702 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0703 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:y) 0703 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0704 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) (TTY:n) 0704 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0705 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0705 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0707 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (no-TTY) 0707 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0708 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:y) 0708 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/is-even-1.0.0.tgz",
|
|
"/is-odd-1.0.0.tgz",
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0709 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) (TTY:n) 0709 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0710 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
"test-security-scanner",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0710 (without modules): requested-tarballs: uninstall with args 1`] = `
|
|
[
|
|
"/test-security-scanner-1.0.0.tgz",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0711 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) (no-TTY) 0711 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0712 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (no-TTY) 0712 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0713 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:y) 0713 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0714 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) (TTY:n) 0714 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0715 (without modules): requested-packages: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) (no-TTY) 0715 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0716 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) (no-TTY) 0716 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0717 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (no-TTY) 0717 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0718 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:y) 0718 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0719 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) (TTY:n) 0719 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0720 (without modules): requested-packages: uninstall with args 1`] = `
|
|
[
|
|
"is-even",
|
|
"is-odd",
|
|
]
|
|
`;
|
|
|
|
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) (no-TTY) 0720 (without modules): requested-tarballs: uninstall with args 1`] = `[]`;
|