Home
last modified time | relevance | path

Searched refs:hasSlashes (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-package-arg/
Dnpa.js18 const hasSlashes = isWindows ? /\\|[/]/ : /[/]/ constant
38 } else if (namePart[0] !== '@' && (hasSlashes.test(namePart) || isFilename.test(namePart))) {