Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

yahoo/node-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ARCHIVED

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.

About

Node environment information

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published