Skip to content

Commit 538a4cc

Browse files
committedOct 2, 2024
deps: update @npmcli/run-script@9.0.1
1 parent b80d048 commit 538a4cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1398
-1483
lines changed
 

‎node_modules/.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@
6363
/@npmcli/run-script/node_modules/*
6464
!/@npmcli/run-script/node_modules/@npmcli/
6565
/@npmcli/run-script/node_modules/@npmcli/*
66-
!/@npmcli/run-script/node_modules/@npmcli/package-json
67-
!/@npmcli/run-script/node_modules/@npmcli/promise-spawn
66+
!/@npmcli/run-script/node_modules/@npmcli/node-gyp
67+
!/@npmcli/run-script/node_modules/isexe
68+
!/@npmcli/run-script/node_modules/proc-log
69+
!/@npmcli/run-script/node_modules/which
6870
!/@pkgjs/
6971
/@pkgjs/*
7072
!/@pkgjs/parseargs
@@ -209,6 +211,7 @@
209211
/pacote/node_modules/@npmcli/*
210212
!/pacote/node_modules/@npmcli/package-json
211213
!/pacote/node_modules/@npmcli/promise-spawn
214+
!/pacote/node_modules/@npmcli/run-script
212215
!/parse-conflict-json
213216
!/path-key
214217
!/path-scurry
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ISC License:
2+
3+
Copyright (c) 2023 by GitHub Inc.
4+
5+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)
Please sign in to comment.