Is there library or framework within Node I can use to check if a webpage has a script loaded on it - i.e a Javascript library
Like when you open dev tools in chrome on a webpage and do ctrl shift f and search for scripts or code.
Or is there a way I can access this information in dev tools using a framework in Node?
Edit: Not necessarily scripts loaded on the page but within the whole set of site files. Like you can do with dev console ctrl shift f
Thanks