UNPKG

theia

Version:

Finds all npm modules in your directory and detects packages that are missing from your package.json

13 lines (9 loc) 173 B
'use strict'; module.exports = function () { function getRegex() { return /require\s*\(\s*(['"])([\w-.]+)\1\s*\)/g; } return { getRegex: getRegex }; }();