lsmod

WebJar for lsmod

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

lsmod
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

lsmod
WebJar for lsmod
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать lsmod

Имя Файла Размер
lsmod-1.0.0.pom
lsmod-1.0.0.jar 4 KB
lsmod-1.0.0-sources.jar 22 bytes
lsmod-1.0.0-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0