| Direktori : /proc/self/root/opt/alt/alt-nodejs6/root/lib/node_modules/npm/lib/install/ |
| 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'
}