opts-parser

WebJar for opts-parser

Лицензия

Лицензия

MIT
Группа

Группа

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

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

opts-parser
Последняя версия

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

4.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

opts-parser
WebJar for opts-parser
Ссылка на сайт

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

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

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

https://github.com/syntaxhighlighter/opts-parser

Скачать opts-parser

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : syntaxhighlighter-regex jar [4.0.0,5)

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

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

opts-parser

GratiPay Build Status Coverage Downloads Version

Parses key/value pairs into hash object. The source format looks like HTML's style attribute, see below for more details.

This was an old school way of passing random canfiguration values through class attribute into SyntaxHighlighter. Why not use data-* attributes? Well, back in 2002 those didn't exist... Yes, this could be modernized a bit, at the same time there are hundreds of thousands active usages now.

Important

This module depends on a verion of XRegExp that is bundled in syntaxhighlighter-regex. At the time of writing, the bundled version 3.1.0-dev is unreleased.

Installation

npm install opts-parser

Usage Example

var opts = require('opts-parser');
opts.parse("hello: value; foo-bar: [12, "monkeys"]; value: 'value'");

{
  "hello": "value",
  "foo-bar": [12, "monkeys"],
  "fooBar": [12, "monkeys"],
  "value": "value
}

Understands the following formats:

  • name: true|false;
  • name: word;
  • name: [word, word];
  • name: "string";
  • name: 'string';

Testing

npm test

License

MIT

org.webjars.npm

SyntaxHighlighter

The most kick ass client side code syntax highlighter! Est 2004

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

Версия
4.0.0