Your IP : 18.223.205.151


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

?>