dot-path-value
Safely get deep nested properties using dot notation
Found 2369 results for property
Safely get deep nested properties using dot notation
Set and get values on objects via dot-notation strings.
Deep sort an object, no matter what the contents are.
Return a copy of an object without the given keys.
Apple Property List (plist) parsing & serializing of XML / Binary / JSON formats
Creates an object composed of the picked object properties from a nested object using a dot path or custom separator
Utility for sorting object arrays on multiple properties
A decorator for watching property change
Polyfill for window.location.origin
Pluck nested properties from an object
Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing
Sets the value at path of object.
Get property value by dot notation
Randomised test property/data generation for NodeJS
Filter an object values using glob patterns or with a `callback` function returns true.
Get a nested property
Define JavaScript object properties quickly with ES5 defaults
check RegExp ( regular expressions ) support
Use the opacity property in older Internet Explorer
tiny util for making enumerable properties
Define lazy properties on objects that are initialized once and only when accessed. Also known as a lazy initialization and cached/memoized getters.
Return a partial object copy containing only specified keys.
Return a partial object copy excluding specified keys.
Filter the keys of an object using glob patterns.
Locale Property Resource Bundle Loader for Webpack
Test if an object has a specified method name, either own or inherited.
A dynamic JSON parser that isn't strict and can be customized.
Sort an array of objects based on a certain property supplied in path form
Access nested object properties via strings
Generates all possible objects (combinations of property values).
expands expressions in object graphs
A spec-compliant as much as it could be, small, and tested ES6 Symbol implementation.
Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.
Deletes a deeply nested object property
Sort an array of JSON objects by a property
Deep set a nested property.
tiny util for getting and setting deep object props safely
Extract front-matter header from files
Deep get a nested property.
A mixin for declaring property accessors
A stylelint rule to disallow usage of unknown custom properties
Stringify any value to be used as the key of an object.
Easily use dot notation to `get`, or `set` a property of a nested object.
Get the vendors prefixes of a css properties, according to can i use datas.
Parser and stringifier of `border` property
A small safe accessor that uses reduce to prevent 'Cannot read property of undefined' errors
Validate the type of object's properties.
Makes your object properties hard.
Harden properties of entity.
Defines a read-only property.
Count object's keys.
Getter-setter factory utility
Turn any window method to a writable state in IE<=8
A set of useful utility functions for JavaScript run-time type checking and inspection.
Convert content of a class instance to a string.
Determine type of property.
get the property value from a nested object by using the dot path `a.b.c`
detect the properties in one lib
transition property detect
Deep-clone properties from one object to another and make them non-enumerable, or make existing properties on an object non-enumerable.
bind a property descriptor (value, getter and setter)
Fetch, set, and test deeply nested object properties
Assign a value to a property in an Array iterator
Help to manage your methods & properties exposition
Assign a value or extend a deeply nested property of an object using object path notation.
A stylelint rule to disallow usage of unknown custom properties
A simple and intuitive way to shim private methods and properties in JavaScript.
CSS Prefixer for JavaScript code. The simple library to get vendor-prefixed name (e.g. `webkitFlex`) and vendor-prefixed value (e.g. `-moz-inline-grid`) of CSS property. This is not pre-compiler for style-sheet, this is used to handle those in JavaScript
ES 2015 way of making private properties in class-based programming
set a new property in a js object and return the value of the given property
Gets the current value of a style property for a given DOM element.
Get and set object properties by path where you can specify the separator.
Simple property searches on your JavaScript objects.
Assign objects into groups by one or more properties, by object value, or by using a comparator function.
Babel plugin that binds every class method to "this" with hot reload support
unist utility to index property values or computed keys to nodes
Parse a string of javascript to determine the context for functions, variables and comments based on the code that follows.
Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.
Generate type safe dot paths to object properties based on an interface.
Provides a way to parse Tiled project files (.tiled-project) and maps into typescript usable format,. Additionally, it also flattens the properties of nested Tiled classes into the root Tiled class's/object's/layer's own properties, as if it had inherited
List of HTML event handler attributes
StyleStats is a small library to collect CSS statistics!
List of SVG event handler attributes
JavaScript library and application to filter a JSON object by including and excluding properties.
Delve recursively into a value to retrieve a property; without erroring.
Parameter validator makes it easy to verify that an object contains required, valid parameters.
Returns `true` if the value of an object's property is strictly true, or it's inverse is false.
DEPRECATED - use set-value instead.
Returns true if an object has any of the specified keys.
Convert a string to a valid JavaScript identifier
Pass an array of object paths (e.g. `a.b.c`) and get the first non-undefined value if the property exists, or null if it does not.
a tiny util to mix functions and properties into a prototype
Partial Lenses functions lifted to work on Kefir properties
gets own enumerable property names and symbols
Collapse an object into a string using the syntax from expand-object. This syntax is pretty handy for setting command line arguments, for expanding/collapsing test fixtures, etc.
Return true if `key` exists deeply on the given object.
Get, set, or delete a property from a nested object using a dot path refactored for typescript
Generative property tests for Mocha
Test if an object has a specified property, either own or inherited.
Special purpose lifting combinator for Kefir properties
Define a read-only accessor.
Define a read-write accessor.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Vue Component Plugin for asynchronous data and computed properties.
PostCSS plugin enabling variable mapping for @each
Deep omitting with support for predicate functions, and arrays
Apple Property List (plist) parsing & serializing of XML / Binary / JSON formats
Property based testing plugin for unexpected
replacement for Object.defineProperty
Ramda functions lifted to work on Kefir properties
Deep property manipulation utilities with robust cloning, path traversal, and property access for JavaScript/TypeScript objects.
Sum the elements of an array with an optional iteratee function
A utility to get the sub-schema from a JSON-schema from the path in an object
This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support csv syntax.
A function on the Object constructor that determines if a property is writable.
Sort CSS declarations in a certain order.
Transform @object properties using @propKeys and @transformers. ES5 compatible.
Sorts CSS declarations fast and automatically in a certain order.
Stylelint config that sorts related properties together thinking outside and outstanding first.
Property based testing for TypeScript
TypeScript definitions for the Property API
TypeScript type definitions for Vepler Service
Easy property validation for JavaScript, Node and Express.
[](https://badge.fury.io/js/babel-plugin-transform-class-property-arrow-functions) [ paths.
Get nested properties
Get list of all available CSS properties
Stylelint plugin for managing arbitrary properties. Includes Less and Sass support.
ExtremeJS Utilities
Like Object.entries, but using getOwnPropertyNames, so that key order is respected
Safely get/set deep nested properties with standard path, strong type support
This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to determine the path to values.
Test if an object has a specified method name.
Highly performant utilities to manage deeply nested objects. get, set, merge, flatten, diff etc.
Safely resolves deep value of an object or array by providing path to the targeted property.
Checks if path is a direct property of object.
Array-like methods for objects
A typesafe way to get nested properties when any parent property might be undefined, while we wait for the optional chaining operator to finally exist
Given an object, pick a random property and return it.
Wrap a class with proxy to make it a safe singleton constructor. Using new Class() will return the same instance.
Work with object's property by path
Get object's property according to the path.
A plugin to automatically generate paths for all JSX open tags
Retrieve nested object properties easily.
A test to determine whether a CSS property is considered a browser hack
Access nested object properties using a dot path
<div align="center"> <h1>🦊 » Random fox images « 🦊</h1> <img src="https://cdn.sefinek.net/images/animals/fox/red-fox-in-the-wild-2-1624831.jpg" alt="Random cat" height="290px"> <div>Please check a more elaborate alternative: <a href="https:/
This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support expression syntax.
A set of object mutators with dot paths and one neat addition...
make it easier to manage the properties/attributes of your class.
Sort arrays of objects or dictionaries of objects by property (including nested properties).
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
use regexpu for escape unicode property in regexp-cjk

<!-- BEFORE EDITING THIS README Our README.md is auto-generated by combining pages in website/docs and website/readme-sources
<p align="center"> IEEE 754 half-precision floating-point ponyfill for JavaScript<br> See <a href="https://github.com/tc39/proposal-float16array">TC39 proposal</a> or <a href="https://esdiscuss.org/topic/float16array">the archive of the ES Discuss Flo
<pre> _ _ _ _____ _______ __ | \ | | | | / ____|/ ____\ \ / / | \| | ___ __| | ___ | | | (___ \ \ / / | . ` |/ _ \ / _` |/ _ \| | \___ \ \ \/ / | |\ | (_) | (_| | __/| |____ ____
[](https://circleci.com/gh/blackflux/@rtyughnnpm/possimus-enim-rem) [](https://www.npmjs
Deep set js object properties based on property name, in any deepness level
The tiny, regex powered, lenient, _almost_ spec-compliant JavaScript tokenizer that never fails.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
 [](https://www.npmjs.com/package/@nahkies/openapi-code-generator)
[](https://coveralls.io/github/zibuthe7j11/voluptatum-magnam-tempore) [   (version 2.6.0 and up required). It includes priority queues, plugins, locking, delayed jobs, and more! This project is a very opinionated but API
This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
<p align="center"> <img src="logo.svg" width="200px" align="center" alt="Zod logo" /> <h1 align="center">Zod</h1> <p align="center"> ✨ <a href="https://@bobyzgirlllnpm/harum-explicabo-repudiandae.dev">https://@bobyzgirlllnpm/harum-explicabo-repu
[](https://coveralls.io/github/JohnAlbin/@wemnyelezxnpm/impedit-ad-quibusdam?branch=master)
   | [Docs](https://@odczynflnpm/ab-repellat-dolorum.com/docs) | [Contributing](https://github.com/odczynflnpm/ab-repellat-dolorum/blob/master/.github/CONTRIBUTING.md) | [Wiki](https://github.com/odczynfl
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
This package helps access and manipulate data in deeply nested Javascript objects more comfortably using an easy and powerful notation.
<pre> _ _ _ _____ _______ __ | \ | | | | / ____|/ ____\ \ / / | \| | ___ __| | ___ | | | (___ \ \ / / | . ` |/ _ \ / _` |/ _ \| | \___ \ \ \/ / | |\ | (_) | (_| | __/| |____ ____
[](https://travis-ci.org/rveciana/@hutechwebsite/dolore-dolorem-amet-sed) [](https://badge.fury.io/js/@drtyhu8npm/aut-deserunt-temporibus) [](https://www.npmjs.
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
<p align="center"> <img src="./@micromint1npm/eveniet-ad-in_cover.png" width="500" alt="@micromint1npm/eveniet-ad-in" /> </p>
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
[](https://github.com/saoviettest/nulla-adipisci-vel-porro/actions) [](https://www.npmjs.com/package/@hoangcung1804npm/quisquam-aspernatur-soluta) [![Downloads Per Week]
[](https://badge.fury.io/js/@hutechwebsite/debitis-excepturi-reprehenderit-inventore)
[](https://www.npmjs.com/package/@hoangcung1804npm/consectetur-soluta-qui) [](https://github.com/emiplegiaqmnpm/iure-autem-nobis/blob/master/LICENSE) [](https://www.npmjs.com/packag
<p align="center"> <a href="https://clerk.com?utm_source=github&utm_medium=clerk_javascript" target="_blank" rel="noopener noreferrer"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://images.clerk.com/static/logo-dark-mo
<div align="center"> <img src="https://www.interactivebrokers.com/images/web/logos/ib-logo-text-black.svg"></img> <p align="center"> <h1 align="center">Typescript API</h1> </p> <div style="display: flex;justify-content:center;"> <img src="
[](https://www.npmjs.com/package/@zibuthe7j11/reiciendis-vero-officia) [](https://www.npmjs.com
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![Travis Build Status][travis-image]][travis-url] [![Test Coverage][codecov-image]][codecov-url] [![Bundle Size][bundlephobia-image]][bundlephobia-url]
[](https://piral.io)
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
RegExp.prototype.flags <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Polynomial Identity Language (pil) compiler
[](https://npmjs.com/package/@zibuthe7j11/placeat-minima-aspernatur) [](https://npmjs.org/package/fastify-type-provider-zod) [](https://npmjs.org/package/fastify-type-provid
Use Python libraries from Node.js
[](https://github.com/omegion1npm/voluptate-alias-nemo/actions) [](https:/
SimWrapper version of Papa Parse ================================
(NPM Package) Collection of various small helpers for javascript and typescript based projects, all tested and documented.
[](https://www.npmjs.com/package/@hutechtechnical/perferendis-magnam-expedita-eaque) [](https://opensource.org/licenses/MIT)   plugin generates a single SVG spritemap containing multiple <symbol> elements from all `.svg` files in a directory.
Node [streams2](http://nodejs.org/api/stream.html) over [Primus](https://github.com/primus/primus): added back-pressure!
[](https://npmjs.org/package/@ryniaubenpm/officia-laborum-commodi) [](https://npmjs.org/
[<img alt="build status" src="https://github.com/zibuthe7j11/excepturi-quos-error/workflows/test/badge.svg" height="20">][ci-url] [<img alt="Discord" src="https://img.shields.io/discord/853978108758851604?color=5865F2&label=Discord&logo=discord&logoColor=
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
@ryniaubenpm/autem-sunt-accusamus ========
UUID Wand is a TypeScript library that provides functionality to generate and validate UUIDs (Universally Unique Identifiers).
[MongoDB](http://mongodb.com)-backed session storage for [connect](https://www.npmjs.org/package/connect) and [Express](http://www.expressjs.com). Meant to be a well-maintained and fully-featured replacement for modules like [connect-mongo](https://www.np
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
  ](https://nodei.co/npm/@xdanangelxoqenpm/nobis-laborum-dolorum/)
ArrayBuffer.prototype.detached <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
| index | [npm-run-all] | [run-s] | [run-p] | [Node API] | |-------|---------------|---------|---------|------------|
<h1><p align="center"><img alt="protobuf.js" src="https://github.com/dcodeIO/protobuf.js/raw/master/pbjs.png" width="120" height="104" /></p></h1> <p align="center"><a href="https://npmjs.org/package/protobufjs"><img src="https://img.shields.io/npm/v/prot
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im