XylotrechusZ
XylotrechusZ Shell
: /opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules.bundled/pacote/lib/util/ [ drwxr-xr-x ]
'use strict'
module.exports = cacheKey
function cacheKey (type, identifier) {
return ['pacote', type, identifier].join(':')
}