Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. tommy@nebula:/var/www/heimdall$ dpkg -s nodejs
  2. Package: nodejs
  3. Status: install ok installed
  4. Priority: extra
  5. Section: web
  6. Installed-Size: 47480
  7. Maintainer: Chris Lea <chl@nodesource.com>
  8. Architecture: i386
  9. Version: 6.7.0-1nodesource1~xenial1
  10. Replaces: nodejs-dev (<= 0.8.22), nodejs-legacy, npm (<= 1.2.14)
  11. Provides: nodejs-dev, nodejs-legacy, npm
  12. Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2), rlwrap
  13. Conflicts: nodejs-dev, nodejs-legacy, npm
  14. Conffiles:
  15. /etc/profile.d/nodejs.sh 1079bfe1307fdeead400526e9152e51f
  16. Description: Node.js event-based server-side javascript engine
  17. Node.js is similar in design to and influenced by systems like
  18. Ruby's Event Machine or Python's Twisted.
  19. .
  20. It takes the event model a bit further - it presents the event
  21. loop as a language construct instead of as a library.
  22. .
  23. Node.js is bundled with several useful libraries to handle server tasks :
  24. System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
  25. HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
  26. Homepage: http://nodejs.org/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement