Advertisement
tourniquet

npm update outdated packages

Sep 16th, 2014
1,239
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. asn1@0.1.11 node_modules\request\node_modules\http-signature\node_modules\asn1
  12. mime-types@1.0.2 node_modules\request\node_modules\mime-types
  13. qs@1.2.2 node_modules\request\node_modules\qs
  14. ctype@0.5.2 node_modules\request\node_modules\http-signature\node_modules\ctype
  15. hawk@1.1.1 node_modules\request\node_modules\hawk
  16. ├── boom@0.4.2
  17. ├── cryptiles@0.2.2
  18. ├── sntp@0.2.4
  19. └── hoek@0.9.1
  20.  
  21.  
  22. $ npm uninstall somePackageName
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement