lsmod

WebJar for lsmod

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

lsmod
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

lsmod
WebJar for lsmod
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/defunctzombie/node-lsmod

Download lsmod

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/lsmod/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>lsmod</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/lsmod/
implementation 'org.webjars.npm:lsmod:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/lsmod/
implementation ("org.webjars.npm:lsmod:1.0.0")
'org.webjars.npm:lsmod:jar:1.0.0'
<dependency org="org.webjars.npm" name="lsmod" rev="1.0.0">
  <artifact name="lsmod" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='lsmod', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "lsmod" % "1.0.0"
[org.webjars.npm/lsmod "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

lsmod Build Status

lsmod fetches the list of modules and the versions loaded by the entry file for your node.js app.

use

var lsmod = require('lsmod');

// get an object with module version information
var modules = lsmod();

// modules is an object `key:version`
{
    express: '3.0.5',
    hbs: '2.0.1'
}

Note that the version is the actual installed version and not the dependency version string.

install via npm

npm install lsmod

Versions

Version
1.0.0