+4240
-20
lines changedFilter options
+4240
-20
lines changed Original file line number Diff line number Diff line change
@@ -106,7 +106,6 @@ graph LR;
106
106
npm-->libnpmteam;
107
107
npm-->libnpmversion;
108
108
npm-->make-fetch-happen;
109
-
npm-->minipass-fetch;
110
109
npm-->nopt;
111
110
npm-->npm-audit-report;
112
111
npm-->npm-install-checks;
@@ -527,7 +526,6 @@ graph LR;
527
526
npm-->licensee;
528
527
npm-->make-fetch-happen;
529
528
npm-->minimatch;
530
-
npm-->minipass-fetch;
531
529
npm-->minipass-pipeline;
532
530
npm-->minipass;
533
531
npm-->ms;
Original file line number Diff line number Diff line change
@@ -22,12 +22,20 @@
22
22
!/@npmcli/disparity-colors
23
23
!/@npmcli/fs
24
24
!/@npmcli/git
25
+
!/@npmcli/git/node_modules/
26
+
/@npmcli/git/node_modules/*
27
+
!/@npmcli/git/node_modules/lru-cache
25
28
!/@npmcli/installed-package-contents
26
29
!/@npmcli/map-workspaces
27
30
!/@npmcli/metavuln-calculator
28
31
!/@npmcli/name-from-folder
29
32
!/@npmcli/node-gyp
30
33
!/@npmcli/package-json
34
+
!/@npmcli/package-json/node_modules/
35
+
/@npmcli/package-json/node_modules/*
36
+
!/@npmcli/package-json/node_modules/@npmcli/
37
+
/@npmcli/package-json/node_modules/@npmcli/*
38
+
!/@npmcli/package-json/node_modules/@npmcli/git
31
39
!/@npmcli/promise-spawn
32
40
!/@npmcli/query
33
41
!/@npmcli/run-script
@@ -201,6 +209,11 @@
201
209
!/once
202
210
!/p-map
203
211
!/pacote
212
+
!/pacote/node_modules/
213
+
/pacote/node_modules/*
214
+
!/pacote/node_modules/@npmcli/
215
+
/pacote/node_modules/@npmcli/*
216
+
!/pacote/node_modules/@npmcli/git
204
217
!/parse-conflict-json
205
218
!/path-is-absolute
206
219
!/path-key
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
1
1
const pinflight = require('promise-inflight')
2
2
const spawn = require('./spawn.js')
3
-
const LRU = require('lru-cache')
3
+
const { LRUCache } = require('lru-cache')
4
4
5
-
const revsCache = new LRU({
5
+
const revsCache = new LRUCache({
6
6
max: 100,
7
7
ttl: 5 * 60 * 1000,
8
8
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1
+
The ISC License
2
+
3
+
Copyright (c) 2010-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.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4