Socket
Book a DemoInstallSign in
Socket

node-info

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-info

view nodejs environment information

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
4
-60%
Maintainers
2
Weekly downloads
 
Created
Source

Node environment information Build Status

It's a simple middleware which would give the node environment details as follow

  • basic node environment details such as node version, cpu, memory and platform
  • all the installed node packages and their dependencies
  • shows dependencies and dev dependencies packages separately
  • additionally it gives a little more info about each package details like author, url etc.

Installation

npm install node-info

Usage

Add the below lines in your express middleware to view the node env information.

var nodeinfo = require('node-info');
app.use(nodeinfo());

Please check the example code

Screenshot

nodeinfo

This module is supported by the ejs, github-url-from-git, read-installed, timethat, read-package-json and node-github-url-from-git node modules.

License

Code licensed under the BSD license. See LICENSE file file for terms.

Keywords

environment info

FAQs

Package last updated on 31 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts