abbrev

WebJar for abbrev

Лицензия

Лицензия

ISC
Группа

Группа

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

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

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

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/isaacs/abbrev-js

Скачать abbrev

Имя Файла Размер
abbrev-1.1.1.pom
abbrev-1.1.1.jar 5 KB
abbrev-1.1.1-sources.jar 22 bytes
Обзор

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

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

Зависимости

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

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

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

abbrev-js

Just like ruby's Abbrev.

Usage:

var abbrev = require("abbrev");
abbrev("foo", "fool", "folding", "flop");

// returns:
{ fl: 'flop'
, flo: 'flop'
, flop: 'flop'
, fol: 'folding'
, fold: 'folding'
, foldi: 'folding'
, foldin: 'folding'
, folding: 'folding'
, foo: 'foo'
, fool: 'fool'
}

This is handy for command-line scripts, or other cases where you want to be able to accept shorthands.

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

Версия
1.1.1
1.1.0
1.0.9
1.0.7
1.0.6
1.0.5