+763
-53
lines changedFilter options
+763
-53
lines changed Original file line number Diff line number Diff line change
@@ -36,8 +36,6 @@
36
36
!/@npmcli/package-json
37
37
!/@npmcli/package-json/node_modules/
38
38
/@npmcli/package-json/node_modules/*
39
-
!/@npmcli/package-json/node_modules/hosted-git-info
40
-
!/@npmcli/package-json/node_modules/lru-cache
41
39
!/@npmcli/package-json/node_modules/normalize-package-data
42
40
!/@npmcli/promise-spawn
43
41
!/@npmcli/query
@@ -124,6 +122,9 @@
124
122
!/has-unicode
125
123
!/has
126
124
!/hosted-git-info
125
+
!/hosted-git-info/node_modules/
126
+
/hosted-git-info/node_modules/*
127
+
!/hosted-git-info/node_modules/lru-cache
127
128
!/http-cache-semantics
128
129
!/http-proxy-agent
129
130
!/https-proxy-agent
@@ -211,11 +212,17 @@
211
212
!/node-gyp/node_modules/which
212
213
!/nopt
213
214
!/normalize-package-data
215
+
!/normalize-package-data/node_modules/
216
+
/normalize-package-data/node_modules/*
217
+
!/normalize-package-data/node_modules/hosted-git-info
214
218
!/npm-audit-report
215
219
!/npm-bundled
216
220
!/npm-install-checks
217
221
!/npm-normalize-package-bin
218
222
!/npm-package-arg
223
+
!/npm-package-arg/node_modules/
224
+
/npm-package-arg/node_modules/*
225
+
!/npm-package-arg/node_modules/hosted-git-info
219
226
!/npm-packlist
220
227
!/npm-pick-manifest
221
228
!/npm-profile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
1
1
'use strict'
2
2
3
-
const LRU = require('lru-cache')
3
+
const { LRUCache } = require('lru-cache')
4
4
const hosts = require('./hosts.js')
5
5
const fromUrl = require('./from-url.js')
6
6
const parseUrl = require('./parse-url.js')
7
7
8
-
const cache = new LRU({ max: 1000 })
8
+
const cache = new LRUCache({ max: 1000 })
9
9
10
10
class GitHost {
11
11
constructor (type, user, auth, project, committish, defaultRepresentation, opts = {}) {
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.
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