Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 817f0b1

Browse files
committed
1 parent 79a4e67 commit 817f0b1

Some content is hidden

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

44 files changed

+3008
-59
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@npmcli/eslint-config": "^5.0.1",
2626
"@npmcli/template-oss": "4.24.4",
2727
"front-matter": "^4.0.2",
28-
"ignore-walk": "^7.0.0",
28+
"ignore-walk": "^8.0.0",
2929
"jsdom": "^24.0.0",
3030
"rehype-stringify": "^9.0.3",
3131
"remark-gfm": "^3.0.1",

node_modules/.gitignore

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
!/@npmcli/
2020
/@npmcli/*
2121
!/@npmcli/agent
22-
!/@npmcli/agent/node_modules/
23-
/@npmcli/agent/node_modules/*
24-
!/@npmcli/agent/node_modules/lru-cache
2522
!/@npmcli/fs
2623
!/@npmcli/git
2724
!/@npmcli/installed-package-contents
@@ -109,6 +106,10 @@
109106
!/http-proxy-agent
110107
!/https-proxy-agent
111108
!/iconv-lite
109+
!/ignore-walk
110+
!/ignore-walk/node_modules/
111+
/ignore-walk/node_modules/*
112+
!/ignore-walk/node_modules/minimatch
112113
!/imurmurhash
113114
!/ini
114115
!/init-package-json
@@ -126,19 +127,9 @@
126127
!/just-diff
127128
!/lru-cache
128129
!/make-fetch-happen
129-
!/make-fetch-happen/node_modules/
130-
/make-fetch-happen/node_modules/*
131-
!/make-fetch-happen/node_modules/@npmcli/
132-
/make-fetch-happen/node_modules/@npmcli/*
133-
!/make-fetch-happen/node_modules/@npmcli/agent
134-
!/make-fetch-happen/node_modules/lru-cache
135-
!/make-fetch-happen/node_modules/negotiator
136130
!/minimatch
137131
!/minipass-collect
138132
!/minipass-fetch
139-
!/minipass-fetch/node_modules/
140-
/minipass-fetch/node_modules/*
141-
!/minipass-fetch/node_modules/minizlib
142133
!/minipass-flush
143134
!/minipass-flush/node_modules/
144135
/minipass-flush/node_modules/*
@@ -153,22 +144,21 @@
153144
!/minipass-sized/node_modules/minipass
154145
!/minipass
155146
!/minizlib
156-
!/minizlib/node_modules/
157-
/minizlib/node_modules/*
158-
!/minizlib/node_modules/minipass
159147
!/mkdirp
160148
!/ms
161149
!/mute-stream
150+
!/negotiator
162151
!/node-gyp
163152
!/node-gyp/node_modules/
164153
/node-gyp/node_modules/*
154+
!/node-gyp/node_modules/@npmcli/
155+
/node-gyp/node_modules/@npmcli/*
156+
!/node-gyp/node_modules/@npmcli/agent
165157
!/node-gyp/node_modules/cacache
166158
!/node-gyp/node_modules/chownr
167159
!/node-gyp/node_modules/lru-cache
168160
!/node-gyp/node_modules/make-fetch-happen
169-
!/node-gyp/node_modules/minizlib
170161
!/node-gyp/node_modules/mkdirp
171-
!/node-gyp/node_modules/negotiator
172162
!/node-gyp/node_modules/tar
173163
!/node-gyp/node_modules/yallist
174164
!/nopt
@@ -179,27 +169,17 @@
179169
!/npm-normalize-package-bin
180170
!/npm-package-arg
181171
!/npm-packlist
182-
!/npm-packlist/node_modules/
183-
/npm-packlist/node_modules/*
184-
!/npm-packlist/node_modules/ignore-walk
185-
!/npm-packlist/node_modules/minimatch
186172
!/npm-pick-manifest
187173
!/npm-profile
188174
!/npm-registry-fetch
189-
!/npm-registry-fetch/node_modules/
190-
/npm-registry-fetch/node_modules/*
191-
!/npm-registry-fetch/node_modules/minizlib
192175
!/npm-user-validate
193176
!/p-map
194177
!/package-json-from-dist
195178
!/pacote
196179
!/pacote/node_modules/
197180
/pacote/node_modules/*
198181
!/pacote/node_modules/chownr
199-
!/pacote/node_modules/minizlib
200182
!/pacote/node_modules/mkdirp
201-
!/pacote/node_modules/npm-package-arg
202-
!/pacote/node_modules/npm-pick-manifest
203183
!/pacote/node_modules/tar
204184
!/pacote/node_modules/yallist
205185
!/parse-conflict-json
@@ -250,6 +230,10 @@
250230
/tar/node_modules/fs-minipass/node_modules/*
251231
!/tar/node_modules/fs-minipass/node_modules/minipass
252232
!/tar/node_modules/minipass
233+
!/tar/node_modules/minizlib
234+
!/tar/node_modules/minizlib/node_modules/
235+
/tar/node_modules/minizlib/node_modules/*
236+
!/tar/node_modules/minizlib/node_modules/minipass
253237
!/text-table
254238
!/tiny-relative-date
255239
!/tinyglobby
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)