AlkantarClanX12

Your IP : 3.14.249.104


Current Path : /opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules.bundled/pacote/lib/util/
Upload File :
Current File : //opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules.bundled/pacote/lib/util/cache-key.js

'use strict'

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