UNPKG

google-news-decoder

Version:
25 lines (24 loc) 496 B
{ "name": "google-news-decoder", "version": "1.0.1", "description": "Decode Google News article URLs", "repository": { "type": "git", "url": "git+https://github.com/abhir9/google-news-decoder.git" }, "main": "index.js", "scripts": { "test": "node test.js" }, "keywords": [ "google-news", "url-decoder", "news-parser" ], "author": "Abhimanyu Singh Rathore", "license": "MIT", "dependencies": { "axios": "^1.6.0", "cheerio": "^1.0.0" } }