Skip to content

Commit b6bb9ae

Browse files
committed
1 parent 1b4433f commit b6bb9ae

File tree

446 files changed

+58262
-1519
lines changed

Some content is hidden

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

446 files changed

+58262
-1519
lines changed

mock-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"json-stringify-safe": "^5.0.1",
5353
"nock": "^13.3.3",
5454
"npm-package-arg": "^12.0.0",
55-
"pacote": "^21.0.0",
55+
"pacote": "^21.0.2",
5656
"tap": "^16.3.8"
5757
}
5858
}

node_modules/.gitignore

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
!/http-proxy-agent
122122
!/https-proxy-agent
123123
!/iconv-lite
124-
!/ignore-walk
125124
!/imurmurhash
126125
!/ini
127126
!/init-package-json
@@ -189,6 +188,10 @@
189188
!/npm-normalize-package-bin
190189
!/npm-package-arg
191190
!/npm-packlist
191+
!/npm-packlist/node_modules/
192+
/npm-packlist/node_modules/*
193+
!/npm-packlist/node_modules/ignore-walk
194+
!/npm-packlist/node_modules/minimatch
192195
!/npm-pick-manifest
193196
!/npm-profile
194197
!/npm-registry-fetch
@@ -203,7 +206,41 @@
203206
/pacote/node_modules/*
204207
!/pacote/node_modules/@npmcli/
205208
/pacote/node_modules/@npmcli/*
206-
!/pacote/node_modules/@npmcli/package-json
209+
!/pacote/node_modules/@npmcli/git
210+
!/pacote/node_modules/@npmcli/run-script
211+
!/pacote/node_modules/@sigstore/
212+
/pacote/node_modules/@sigstore/*
213+
!/pacote/node_modules/@sigstore/bundle
214+
!/pacote/node_modules/@sigstore/core
215+
!/pacote/node_modules/@sigstore/protobuf-specs
216+
!/pacote/node_modules/@sigstore/sign
217+
!/pacote/node_modules/@sigstore/tuf
218+
!/pacote/node_modules/@sigstore/verify
219+
!/pacote/node_modules/@tufjs/
220+
/pacote/node_modules/@tufjs/*
221+
!/pacote/node_modules/@tufjs/models
222+
!/pacote/node_modules/@tufjs/models/node_modules/
223+
/pacote/node_modules/@tufjs/models/node_modules/*
224+
!/pacote/node_modules/@tufjs/models/node_modules/minimatch
225+
!/pacote/node_modules/cacache
226+
!/pacote/node_modules/chownr
227+
!/pacote/node_modules/glob
228+
!/pacote/node_modules/hosted-git-info
229+
!/pacote/node_modules/jackspeak
230+
!/pacote/node_modules/lru-cache
231+
!/pacote/node_modules/make-fetch-happen
232+
!/pacote/node_modules/minimatch
233+
!/pacote/node_modules/minizlib
234+
!/pacote/node_modules/mkdirp
235+
!/pacote/node_modules/negotiator
236+
!/pacote/node_modules/npm-package-arg
237+
!/pacote/node_modules/npm-pick-manifest
238+
!/pacote/node_modules/npm-registry-fetch
239+
!/pacote/node_modules/path-scurry
240+
!/pacote/node_modules/sigstore
241+
!/pacote/node_modules/tar
242+
!/pacote/node_modules/tuf-js
243+
!/pacote/node_modules/yallist
207244
!/parse-conflict-json
208245
!/path-key
209246
!/path-scurry
File renamed without changes.
File renamed without changes.

node_modules/ignore-walk/package.json renamed to node_modules/npm-packlist/node_modules/ignore-walk/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ignore-walk",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
55
"main": "lib/index.js",
66
"devDependencies": {
77
"@npmcli/eslint-config": "^5.0.0",
8-
"@npmcli/template-oss": "4.23.3",
8+
"@npmcli/template-oss": "4.24.3",
99
"mutate-fs": "^2.1.1",
1010
"tap": "^16.0.1"
1111
},
@@ -39,7 +39,7 @@
3939
"lib/"
4040
],
4141
"dependencies": {
42-
"minimatch": "^9.0.0"
42+
"minimatch": "^10.0.3"
4343
},
4444
"tap": {
4545
"test-env": "LC_ALL=sk",
@@ -53,11 +53,11 @@
5353
]
5454
},
5555
"engines": {
56-
"node": "^18.17.0 || >=20.5.0"
56+
"node": "^20.17.0 || >=22.9.0"
5757
},
5858
"templateOSS": {
5959
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
60-
"version": "4.23.3",
60+
"version": "4.24.3",
6161
"content": "scripts/template-oss",
6262
"publish": "true"
6363
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The ISC License
2+
3+
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
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.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
"use strict";
2+
Object.defineProperty(exports, "__esModule", { value: true });
3+
exports.assertValidPattern = void 0;
4+
const MAX_PATTERN_LENGTH = 1024 * 64;
5+
const assertValidPattern = (pattern) => {
6+
if (typeof pattern !== 'string') {
7+
throw new TypeError('invalid pattern');
8+
}
9+
if (pattern.length > MAX_PATTERN_LENGTH) {
10+
throw new TypeError('pattern is too long');
11+
}
12+
};
13+
exports.assertValidPattern = assertValidPattern;
14+
//# sourceMappingURL=assert-valid-pattern.js.map

0 commit comments

Comments
 (0)