Lowercase the keys of an object
Lowercase the keys of an object. This is a fork of sindresorhus/lowercase-keys, but with CommonJS support.
Map object keys and values into a new object
Human-friendly and powerful HTTP request library for Node.js. Fork that uses caseless instead of lowercase-keys for headers.
Lowercase the keys of an object
Convert a string to lowercase.
Convert a string to lowercase.
Lowercases object keys (no recursion, no opinions)
Convert each object key to lowercase.
Constants and utilities about visitor keys to traverse AST.
Slugify a string
Visitor keys used to help traverse the TypeScript-ESTree AST
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Predefined character sets to use with nanoid
Compile objects with duplicate keys to valid strict ES5
The lodash method `_.lowerCase` exported as a module.
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Parse HTTP Content-Type header according to RFC 7231
Transform object keys to lowercase
Lowercase the keys of an object
node-red-contrib-lowercase ================
TypeScript definitions for lowercase-object-keys
Convert text to all lowercase letters
Like `Object.keys()` but also includes symbols
PythonConfig is a module with classes for parsing and writing Python configuration files created by the ConfigParser classes in Python. These files are structured like this: [Section Name] key = value otherkey: othervalue [Other Section] key: value3 otherkey = value4 Leading whitespace before values are trimmed, and the key must be the at the start of the line - no leading whitespace there. You can use : or = . Multiline values are supported, as long as the second (or third, etc.) lines start with whitespace: [Section] bigstring: This is a very long string, so I'm not sure I'll be able to fit it on one line, but as long as there is one space before each line, I'm ok. Tabs work too. Also, this class supports interpolation: [Awards] output: Congratulations for winning %(prize)! prize: the lottery Will result in: config.sections["Awards"]["output"] == "Congratulations for winning the lottery!" You can also access the sections with the dot operator, but only with all-lowercase: [Awards] key:value [prizes] lottery=3.2 million config.awards["key"] #=> "value" config.prizes["lottery"] #=> "3.2 million" You can modify any values you want, though to add sections, you should use the add_section method. config.sections["prizes"]["lottery"] = "100 dollars" # someone hit the jackpot config.add_section("Candies") config.candies["green"] = "tasty" When you want to output a configuration, just call its +to_s+ method. File.open("output.ini","w") do |out| out.write config.to_s end
Assigns a case-insensitive unique three-letter code to each record in a scope, based loosely on some other attribute of the record
No description provided.
No description provided.