Get and set nested properties of objects and arrays
Object deep dot access. set, get, del methods available
Zustand middleware for deep dot-path access and reactive hooks
Computes the dot product between two numeric arrays.
Fluent and simple API with deep dot access to manage configurations in JavaScript/TypeScript any project
Get, set, or delete a property from a nested object using a dot path
Underscore mixins for deeply nested objects
Express middleware to protect against HTTP Parameter Pollution attacks
The official runtime utils for Standard Schema
It's a very fast and efficient glob library for Node.js
dot-object makes it possible to transform and read (JSON) objects using dot notation.
A WebdriverIO plugin to report in dot style
Exactly computes the dot product between two vectors
Concise and fast javascript templating compatible with nodejs and other javascript environments
Transform dot-delimited strings to array of strings for Node.js and the browser.
Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.
A WebdriverIO plugin. Report results in dot format.
A DOT language parser / writer for graphlib
Convert a string to dot case.
Split a dot property into its parts
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Get, set, or delete nested properties of process.env using a dot path
Modern and maintained fork of the template engine consolidation library. Maintained and supported by Forward Email <https://forwardemail.net>, the 100% open-source and privacy-focused email service.
A super simple jest dot reporter, great for use within shells like emacs ;)
Deeply access nested Hash/Array data structures without checking for the existence of every node along the way.
A Nested Hash with dotted access à la I18n in Rails
Convert any hash to a deep dot-notation object
# Gadget Some methods for getting metadata and other deep details from a PostgreSQL database. ## Installation Add this line to your application's Gemfile: gem 'gadget' And then execute: $ bundle Or install it yourself as: $ gem install gadget ## Usage `#tables(conn)` Returns a list of all tables in the schema reachable through `conn`. `#columns(conn, tablename=nil)` Returns a list of all columns in the schema reachable through `conn`. If `tablename` is given, returns the columns in only that table. `#foreign_keys(conn, tablename=nil)` Returns a list of all foreign keys in the schema reachable through `conn`. If `tablename` is given, returns the foreign keys in only that table. `#constraints(conn, tablename=nil)` Returns a list of all constraints in the schema reachable through `conn`. If `tablename` is given, returns the constraints in only that table. `#dependencies(conn)` Returns a structure representing the dependencies between tables in the schema reachable through `conn`. Table A is defined as dependent on table B if A contains a foreign key reference to B. `#tables_in_dependency_order(conn)` Returns a list of all tables in the schema reachable through `conn`, ordered such that any given table appears later in the list than all of its dependencies. `#dependency_graph(conn)` Returns `.dot` script (suitable for feeding into Graphviz) describing the table dependency graph. `#functions(conn)` Returns a list of all functions in the schema reachable through `conn`. `#sequences(conn)` Returns a list of all sequences in the schema reachable through `conn`. `#triggers(conn)` Returns a list of all triggers in the schema reachable through `conn`. `#types(conn)` Returns a list of all types in the schema reachable through `conn`. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
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.