AlkantarClanX12

Your IP : 3.135.205.231


Current Path : /proc/self/root/opt/alt/alt-nodejs6/root/lib/node_modules/npm/lib/install/
Upload File :
Current File : //proc/self/root/opt/alt/alt-nodejs6/root/lib/node_modules/npm/lib/install/is-registry-specifier.js

'use strict'
module.exports = isRegistrySpecifier

function isRegistrySpecifier (spec) {
  return spec.type === 'range' || spec.type === 'version' || spec.type === 'tag'
}