관리-도구
편집 파일: is-registry-specifier.js
'use strict' module.exports = isRegistrySpecifier function isRegistrySpecifier (spec) { return spec.type === 'range' || spec.type === 'version' || spec.type === 'tag' }