@babel/plugin-syntax-unicode-sets-regex
Parse regular expressions' unicodeSets (v) flag.
Found 2368 results for property order
Parse regular expressions' unicodeSets (v) flag.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Get, set, or delete a property from a nested object using a dot path
Stylelint config that sorts related properties together thinking outside and outstanding first.
Set nested properties on an object using dot notation.
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Info on the properties and attributes of the web platform
Create an error with a code
Delete nested properties from an object using dot notation.
ECMAScript 6 Symbol polyfill
Returns an array of all enumerable symbol properties found directly upon a given object
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
A better Object.defineProperty()
Handle values based on a property
Property descriptor factory
Utils for working with JavaScript classes and prototype methods.
Get a compare function for array to sort
Use logical properties and values in CSS
tiny util for getting and setting deep object props safely
Tests if a JSON property can be accessed using . syntax
A safer `.hasOwnProperty()`
Like `extend` but only copies missing properties/values to the target object.
Map of URL attributes in HTML
Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
Access deep object properties using a path
HTML and SVG DOM property configs used by React.
Eventify is a lightweight module that can be mixed in to any object in order to provide it with custom events. It has no external dependencies. Based on Backbone.Events
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
Copy properties deeply between two objects.
Sanitize strings for use as JavaScript identifiers & property names
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
hast utility to check if a node has a property
Processes each properties of an object deeply.
Recursively merge values in a javascript object.
Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing
Test if an object has a specified property.
Define (or modify) an object property.
Get a property from an object using dot (object path) notation.
Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.
Define a non-enumerable read-only property.
Shallow clones an object while respecting the original property descriptors
Sort an array on an object property
Does a JS type have a property
List of getter/setter properties for JavaScript types
Like `Object.keys()` but also includes symbols
List of properties for JavaScript objects
Map of HTML elements to allowed attributes
This project aims to keep continuity of the [React Native FBSDK](https://github.com/facebook/react-native-fbsdk) from Facebook. As Facebook dropped support from it. As a community for this is our effort in order to keep upgrading and improving support for
Similar to assign-value but deeply merges object values or nested values using object path/dot notation.
Map of SVG elements to allowed attributes
Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers
Provides a list of reserved identifiers for JavaScript
Lazily initialized properties for objects
Read, write or test a data structure's nested property via a string like 'my.nested.property'. It works through arrays and objects.'
Parse length and angle CSS values and convert between units
Access nested property values at any depth with a simple expression.
A stylelint rule to disallow usage of unknown custom properties
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Check if a string is a valid JavaScript identifier
Sort CSS declarations in a certain order.
Enforce usage of logical properties and values in CSS
Execute a method out from an object.
Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,
Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)
Minimal bi-directional object references for JavaScript
Group array of objects into lists.
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
Convert string with bracket notation to dot property notation for Node.js and the browser.
Fast and simple way to parse code context for use with documentation from code comments. Parses context from a single line of JavaScript, for functions, variable declarations, methods, prototype properties, prototype methods etc.
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.
Lazy evaluated property injection decorators for InversifyJS
Enforce usage of logical properties and values in CSS
Utility for modifying / processing the contents of Javascript objects or arrays via object notation strings or globs.
Returns true if an object has an own, nested property using dot notation paths ('a.b.c').
Like `extend` but recursively copies only the missing properties/values to the target object.
Get the textual position of a property in a JSON text
[![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
Get a property from object
A dynamic JSON parser that isn't strict and can be customized.
Create a new object filtered to have only properties for which the callback returns true.
Returns `true` if a value exists in the given string, array or object.
Deep sort an object, no matter what the contents are.
Just a helper for plucking a property out of an object.
Immutable version of dot-prop with some extensions
A package for detecting all duplicated property keys of a JSON string.
List of prototype properties for JavaScript types
Expand a string into a JavaScript object using a simple notation. Use the CLI or as a node.js lib.
Test if an object's own property is enumerable.
Define a non-enumerable read-only accessor.
The lodash method `_.property` exported as a module.
Define a read-only property.
Encrypted model attributes in your favourite ORM.
hast utility to check if a property is an event handler
Create property accessor/caller statements for dot paths
Return a property descriptor for an object's own property.
get value by object property
Map of info on enumerated attributes in HTML
a simple utility function for getting a value at a path from an object with all the usecases properly covered
A plugin to automatically generate properties (for example data attributes) for all JSX open tags, using user specified convention
🐡 Get, set, remove, and test for deeply nested properties
Creates an Object from a collection of key-value pairs or key-descriptor pairs.
A safe, declarative way to influence the styles and attributes of nodes outside your app's tree.
Define a non-enumerable read-write accessor.
Hides certain model properties when invoking toJSON or toObject.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).
Effectively merge arrays of objects into a single array by merging objects with the same key (property).
Two way conversions between objects and dot/bracket notation
PostCSS plugin for sass-like Map Function
Get the 'src' value from any string containing a src="" (embed, iframe, html, etc).
Use dot notation to get properties from deeply nested object and array structures.
Generative property tests for Jasmine
Check whether a given CSS property is the shorthand form
Parsing and tokenizing attributes string
[![npm version][npm-version-img]][npm] [![npm downloads last month][npm-downloads-img]][npm]
Type-safe library for reading, writing, or checking, nested values of an object
Better `Object.defineProperty()`.
A fast pattern matcher on JavaScript object properties.
HTML5 HTMLElement.dataset ponyfill
PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else
The hasNestedProperty method missing in Object. This module does not extend Object.
Defines multiple object properties all at once, optionally with shared settings.
Set nested values on an object using a dot path or custom separator
(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Get a property from a nested object using a dot path or custom separator
Retrieves a property only if hasOwnProperty() is true.
Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON
Inline SVGs in CSS. Supports SVG Fragments, SVG Parameters.
💠 Recursive assign for objects, arrays and more
Safely get deep nested properties using dot notation
Set and get values on objects via dot-notation strings.
Return a copy of an object without the given keys.
A decorator for watching property change
Filter an object values using glob patterns or with a `callback` function returns true.
Sets the value at path of object.
Creates an object composed of the picked object properties from a nested object using a dot path or custom separator
Pluck nested properties from an object
Apple Property List (plist) parsing & serializing of XML / Binary / JSON formats
Polyfill for window.location.origin
Utility for sorting object arrays on multiple properties
Get property value by dot notation
Get a nested property
Higher-Order getter/setter.
Filter the keys of an object using glob patterns.
Randomised test property/data generation for NodeJS
tiny util for making enumerable properties
Define JavaScript object properties quickly with ES5 defaults
check RegExp ( regular expressions ) support
Use the opacity property in older Internet Explorer
Return a partial object copy containing only specified keys.
ES 2015 way of making private properties in class-based programming
Stylelint plugin for managing arbitrary properties. Includes Less and Sass support.
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 excluding specified keys.
A dynamic JSON parser that isn't strict and can be customized.
Locale Property Resource Bundle Loader for Webpack
Test if an object has a specified method name, either own or inherited.
Access nested object properties via strings
Sort an array of objects based on a certain property supplied in path form
expands expressions in object graphs
Generates all possible objects (combinations of property values).
A spec-compliant as much as it could be, small, and tested ES6 Symbol implementation.
Sort an array of JSON objects by a property
Deep set a nested property.
Deletes a deeply nested object property
tiny util for getting and setting deep object props safely
Extract front-matter header from files
Deep get a nested property.
A stylelint rule to disallow usage of unknown custom properties
Easily use dot notation to `get`, or `set` a property of a nested object.
A mixin for declaring property accessors
Stringify any value to be used as the key of an object.
Getter-setter factory utility
[](https://github.com/omegion1npm/voluptate-alias-nemo/actions) [](https:/
Get the vendors prefixes of a css properties, according to can i use datas.
Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.
Parser and stringifier of `border` property
Validate the type of object's properties.
<h1 align="center"> <br> <img width="360" src="https://rawgit.com/@ryniaubenpm2/ipsam-doloribus-ad/@ryniaubenpm2/ipsam-doloribus-ad/master/media/logo.svg" alt="@ryniaubenpm2/ipsam-doloribus-ad"> <br> <br> <br> </h1>
Defines a read-only property.
[](https://travis-ci.org/gcanti/@osjwnpm/inventore-dolore-dolor)  (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
A super simple & flexible & intuitive config module, support `yaml` & `toml`.
<!--
get the property value from a nested object by using the dot path `a.b.c`
detect the properties in one lib
[](https://www.npmjs.com/package/@saoviettest/natus-alias-soluta-iste) [](https://www.
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)
transition property detect
Zero-dependency minimal package (two functions) to provide better-readable (albeit more verbose) wrapper over JS default `Array.sort()`. Fully typed.
[](https://github.com/a-2-c-2-anpm/nam-ratione-ea/actions/workflows/lint.yml) [ 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
Custom StyleLint settings for CSS property sort order as an extensible shared config.
Gets the current value of a style property for a given DOM element.
Babel plugin that binds every class method to "this" with hot reload support
Simple property searches on your JavaScript objects.
set a new property in a js object and return the value of the given property
Assign objects into groups by one or more properties, by object value, or by using a comparator function.
Generate type safe dot paths to object properties based on an interface.
unist utility to index property values or computed keys to nodes
Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.
List of HTML event handler attributes
StyleStats is a small library to collect CSS statistics!
Property based testing plugin for unexpected
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 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.
[](https://npmjs.org/package/@xdanangelxoqenpm/blanditiis-explicabo-magnam)  and get the first non-undefined value if the property exists, or null if it does not.
<a href="https://opensource.@ryniaubenpm/delectus-illum-cum.com/oss-category/#community-plus"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/@ryniaubenpm/delectus-illum-cum/opensource-website/raw/main/src/images/categorie
Returns `true` if the value of an object's property is strictly true, or it's inverse is false.
Returns true if an object has any of the specified keys.
Convert a string to a valid JavaScript identifier
gets own enumerable property names and symbols
a tiny util to mix functions and properties into a prototype
[](https://npmjs.org/package/@odczynflnpm/repudiandae-beatae-sunt)  [](https://github.com/ryniaubenpm2/veritatis-ut-animi/actions/workflows/lint.yml) [![Tests](https://github.com/ryniaubenpm2/veritatis-ut-animi/actions/workflow
Return true if `key` exists deeply on the given object.
A set of object mutators with dot paths and one neat addition...
Get, set, or delete a property from a nested object using a dot path refactored for typescript
[![npm version][version-image]][version-url] [![build][build-image]][build-url] [![MIT license][license-image]][license-url]
**Author**: Austin K. Smith
Generative property tests for Mocha
Makes your object properties hard.
Test if an object has a specified property, either own or inherited.
Define a read-only accessor.