Skip to content

Commit ae47924

Browse files
committed
deps: @npmcli/[email protected]
1 parent 5885f73 commit ae47924

File tree

23 files changed

+16
-441
lines changed

23 files changed

+16
-441
lines changed

node_modules/.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@
192192
!/once
193193
!/p-map
194194
!/pacote
195-
!/pacote/node_modules/
196-
/pacote/node_modules/*
197-
!/pacote/node_modules/@npmcli/
198-
/pacote/node_modules/@npmcli/*
199-
!/pacote/node_modules/@npmcli/run-script
200195
!/parse-conflict-json
201196
!/path-is-absolute
202197
!/postcss-selector-parser

node_modules/@npmcli/run-script/lib/make-spawn-args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const makeSpawnArgs = options => {
1313
stdio,
1414
cmd,
1515
args = [],
16-
stdioString = false,
16+
stdioString,
1717
} = options
1818

1919
const spawnEnv = setPATH(path, binPaths, {

node_modules/@npmcli/run-script/lib/run-script-pkg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const runScriptPkg = async options => {
2828
stdio = 'pipe',
2929
pkg,
3030
args = [],
31-
stdioString = false,
31+
stdioString,
3232
// note: only used when stdio:inherit
3333
banner = true,
3434
// how long to wait for a process.kill signal

node_modules/@npmcli/run-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/run-script",
3-
"version": "5.1.1",
3+
"version": "6.0.0",
44
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
55
"author": "GitHub Inc.",
66
"license": "ISC",

node_modules/pacote/node_modules/@npmcli/run-script/LICENSE

Lines changed: 0 additions & 15 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/is-server-package.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/is-windows.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/make-spawn-args.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp

Lines changed: 0 additions & 2 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/package-envs.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/run-script-pkg.js

Lines changed: 0 additions & 108 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/run-script.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/set-path.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/signal-manager.js

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)