Your IP : 3.147.74.100


Current Path : /proc/self/root/proc/self/root/lib/node_modules/npm/node_modules/pacote/lib/util/
Upload File :
Current File : //proc/self/root/proc/self/root/lib/node_modules/npm/node_modules/pacote/lib/util/cache-key.js

'use strict'

module.exports = cacheKey
function cacheKey (type, identifier) {
  return ['pacote', type, identifier].join(':')
}

?>