shellwords

WebJar for shellwords

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/jimmycuadra/shellwords

Скачать shellwords

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

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

Зависимости

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

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

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

Shellwords

Shellwords provides functions to manipulate strings according to the word parsing rules of the UNIX Bourne shell. It is based on the Ruby module of the same name.

Installation

Add "shellwords" to your package.json file and run npm install.

Example

var shellwords = require("shellwords");

shellwords.split("foo 'bar baz'");
// ["foo", "bar baz"]

shellwords.escape("What's up, yo?");
// 'What\\\'s\\ up,\\ yo\\?'

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

Версия
0.1.1