parse *.ini
Attempts to parse an input string as INI.
An ini encoder/decoder for node
AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config
A simple, fast and configurable INI parser.
Read and parse an ini file
TypeScript definitions for ini
Parse EditorConfig-INI file contents into AST
a simple .ini parser
Compact YAML, TOML, JSONC, JSON5 and INI parser and serializer
JavaScript Configuration file(.ini) content parser, similar to python ConfigParser without I/O operations. Only one JavaScript file without any other dependencies. Compatible with NodeJS, TypeScript and Browsers.
Small footprint URL parser that works seamlessly across Node.js and browser environments
Parse HTML character references
parsing and serialize ini files
JSON.parse with context information on error
utility library for parsing asn1 files for use with browserify-sign.
JSON.parse with context information on error
JavaScript parser and stringifier for YAML
Node.js path.parse() ponyfill
Parse HTTP Content-Type header according to RFC 7231
Parse the Forwarded header (RFC 7239) into an array of objects
quote and parse shell commands
An Esprima-compatible JavaScript parser built on Acorn
A clean class-based API for parsing, editing, and creating INI files.
This tool was developed as a part of the Rust course at National University of "Kyiv-Mohyla Academy".
INI file parser library and CLI, built with pest.
A parser for INI configuration files that parses sections, keys, and values into a structured format.
A pure Ruby library for parsing INI documents. Preserves the structure of the original document, including whitespace and comments
Parses ansible ini files
iniparser - read / parse INI configuration, settings and data files into a hash (incl. named subsections)
Get parsed PHP-FPM user file
Simplistic parsing of INI style files. Data within sections can be handled as raw lines or as an array split on spaces.
A native library for parsing INI files.
Although made popular by Windows, INI files can be used on any system thanks to their flexibility. They allow a program to store configuration data, which can then be easily parsed and changed. Two notable systems that use the INI format are Samba and Trac. More information about INI files can be found on the [Wikipedia Page](http://en.wikipedia.org/wiki/INI_file). ### Properties The basic element contained in an INI file is the property. Every property has a name and a value, delimited by an equals sign *=*. The name appears to the left of the equals sign and the value to the right. name=value ### Sections Section declarations start with *[* and end with *]* as in `[section1]` and `[section2]` shown in the example below. The section declaration marks the beginning of a section. All properties after the section declaration will be associated with that section. ### Comments All lines beginning with a semicolon *;* or a number sign *#* are considered to be comments. Comment lines are ignored when parsing INI files. ### Example File Format A typical INI file might look like this: [section1] ; some comment on section1 var1 = foo var2 = doodle var3 = multiline values \ are also possible [section2] # another comment var1 = baz var2 = shoodle
Parse and generate INI configuration files with sections, inline comments, multiline values, escape sequences, quoted values, and automatic type coercion for booleans and numbers.
This program allows to parse OpenSearch XML files and include them as search engines in the Weby plugin of the keystroke app launcher Launchy by editing Launchy's ini config file.
Ini configuration files are parsed to configure a Zabbix server via the zabbixapi ruby gem.
LaunchyOpenSearch is a Ruby library and commandline tool that allows to parse OpenSearch XML files and include them as search engines in the Weby plugin of the keystroke app launcher Launchy by editing Launchy's ini config file.
LaunchyOpenSearch is a Ruby library and commandline tool that allows to parse OpenSearch XML files and include them as search engines in the Weby plugin of the keystroke app launcher Launchy by editing Launchy's ini config file.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.