░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: key.js
const { URL, format } = require('url') // options passed to url.format() when generating a key const formatOptions = { auth: false, fragment: false, search: true, unicode: false, } // returns a string to be used as the cache key for the Request const cacheKey = (request) => { const parsed = new URL(request.url) return `make-fetch-happen:request-cache:${format(parsed, formatOptions)}` } module.exports = cacheKey
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 entry.js
JS
16 KB
2023-09-24 03:45
EDIT
📄 errors.js
JS
284 B
2023-09-24 03:45
EDIT
📄 index.js
JS
1.8 KB
2023-09-24 03:45
EDIT
📄 key.js
JS
430 B
2023-09-24 03:45
EDIT
📄 policy.js
JS
4.4 KB
2023-09-24 03:45
EDIT