UNPKG

npm

Version:

a package manager for JavaScript

7 lines (5 loc) 172 B
'use strict' module.exports = isRegistrySpecifier function isRegistrySpecifier (spec) { return spec.type === 'range' || spec.type === 'version' || spec.type === 'tag' }