tourniquet

npm update outdated packages

Sep 16th, 2014
1,263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. $ npm outdated
  2. Package Current Wanted Latest Location
  3. mime-types 1.0.2 1.0.2 2.0.1 request > mime-types
  4. hawk 1.1.1 1.1.1 2.3.0 request > hawk
  5. qs 1.2.2 1.2.2 2.2.3 request > qs
  6. asn1 0.1.11 0.1.11 0.2.2 request > http-signature > asn1
  7. ctype 0.5.2 0.5.2 0.5.3 request > http-signature > ctype
  8.  
  9.  
  10. $ npm update
  11. [email protected] node_modules\request\node_modules\http-signature\node_modules\asn1
  12. [email protected] node_modules\request\node_modules\mime-types
  13. [email protected] node_modules\request\node_modules\qs
  14. [email protected] node_modules\request\node_modules\http-signature\node_modules\ctype
  15. [email protected] node_modules\request\node_modules\hawk
  16.  
  17.  
  18. $ npm uninstall somePackageName
Advertisement
Add Comment
Please, Sign In to add comment