Skip to content

Commit c784b57

Browse files
committed
deps: npm-package-arg@11.0.0
1 parent d6b1790 commit c784b57

File tree

48 files changed

+4240
-73
lines changed

Some content is hidden

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

48 files changed

+4240
-73
lines changed

mock-registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@npmcli/template-oss": "4.18.0",
5656
"json-stringify-safe": "^5.0.1",
5757
"nock": "^13.3.0",
58-
"npm-package-arg": "^10.1.0",
58+
"npm-package-arg": "^11.0.0",
5959
"pacote": "^16.0.0",
6060
"tap": "^16.3.4"
6161
}

node_modules/.gitignore

+12-3
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@
141141
!/inherits
142142
!/ini
143143
!/init-package-json
144+
!/init-package-json/node_modules/
145+
/init-package-json/node_modules/*
146+
!/init-package-json/node_modules/hosted-git-info
147+
!/init-package-json/node_modules/npm-package-arg
144148
!/ip-regex
145149
!/ip
146150
!/is-cidr
@@ -220,11 +224,12 @@
220224
!/npm-install-checks
221225
!/npm-normalize-package-bin
222226
!/npm-package-arg
223-
!/npm-package-arg/node_modules/
224-
/npm-package-arg/node_modules/*
225-
!/npm-package-arg/node_modules/hosted-git-info
226227
!/npm-packlist
227228
!/npm-pick-manifest
229+
!/npm-pick-manifest/node_modules/
230+
/npm-pick-manifest/node_modules/*
231+
!/npm-pick-manifest/node_modules/hosted-git-info
232+
!/npm-pick-manifest/node_modules/npm-package-arg
228233
!/npm-profile
229234
!/npm-registry-fetch
230235
!/npm-registry-fetch/node_modules/
@@ -233,7 +238,9 @@
233238
/npm-registry-fetch/node_modules/@npmcli/*
234239
!/npm-registry-fetch/node_modules/@npmcli/agent
235240
!/npm-registry-fetch/node_modules/cacache
241+
!/npm-registry-fetch/node_modules/hosted-git-info
236242
!/npm-registry-fetch/node_modules/make-fetch-happen
243+
!/npm-registry-fetch/node_modules/npm-package-arg
237244
!/npm-user-validate
238245
!/npmlog
239246
!/once
@@ -245,6 +252,8 @@
245252
/pacote/node_modules/@npmcli/*
246253
!/pacote/node_modules/@npmcli/git
247254
!/pacote/node_modules/cacache
255+
!/pacote/node_modules/hosted-git-info
256+
!/pacote/node_modules/npm-package-arg
248257
!/parse-conflict-json
249258
!/path-is-absolute
250259
!/path-key
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The ISC License
2+
3+
Copyright (c) npm, Inc.
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)