Path : /opt/nvm/versions/node/v6.17.1/lib/node_modules/npm/lib/install/ |
Current File : //opt/nvm/versions/node/v6.17.1/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' }