LoginSignup
2
1

More than 5 years have passed since last update.

package.json内の最新のバージョンを取得する

Last updated at Posted at 2015-05-15

メモ

$ cat ./package.json | jq ".devDependencies" | jq "keys[]" | tr -d '"' | awk '{ print $1; system("npm info " $1 " version") }'

coffee-script
1.9.2

gulp
3.8.11

gulp-coffee
2.3.1

...
2
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1