Monday, 15 May 2017

How to know the repo url of each package in package.json in once in CLI?

For example if I have this in package.json

"autoprefixer": "^7.0.1",
"bower": "^1.8.0",
"browserstack": "^1.5.0",
"canonical-path": "0.0.2",
"cheerio": "^0.22.0",
"clean-css": "^4.1.2",
"colors": "^1.1.2",
"glob": "^7.1.1",
"grunt": "^1.0.1",

Is there a way to get repo url of each module in front of it?



via Jitendra Vyas

No comments:

Post a Comment