AlkantarClanX12

Your IP : 3.141.42.41


Current Path : /usr/lib/node_modules/npm/node_modules/pacote/lib/util/
Upload File :
Current File : //usr/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(':')
}