JSPM

Found 2425 results for property

hasown

A robust, ES3 compatible, "has own property" predicate.

  • v2.0.4
  • 87.88
  • Published

gopd

`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.

  • v1.2.0
  • 85.49
  • Published

es-define-property

`Object.defineProperty`, but not IE 8's broken one.

  • v1.0.1
  • 85.19
  • Published

merge-descriptors

Merge objects using their property descriptors

  • v2.0.0
  • 84.65
  • Published

define-data-property

Define a data property on an object. Will fall back to assignment in an engine without descriptors.

  • v1.1.4
  • 83.64
  • Published

has-property-descriptors

Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.

  • v1.0.2
  • 83.46
  • Published

extend-shallow

Extend an object with the properties of additional objects. node.js/javascript util.

  • v3.0.2
  • 83.10
  • Published

define-lazy-prop

Define a lazily evaluated property on an object

  • v3.0.0
  • 81.87
  • Published

define-property

Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.

  • v2.0.2
  • 81.53
  • Published

is-descriptor

Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.

  • v3.1.2
  • 79.78
  • Published

property-information

Info on the properties and attributes of the web platform

  • v7.2.0
  • 79.77
  • Published

err-code

Create an error with a code

  • v3.0.1
  • 79.01
  • Published

dot-prop

Get, set, or delete a property from a nested object using a dot path

  • v10.1.0
  • 78.98
  • Published

zwitch

Handle values based on a property

  • v2.0.4
  • 78.66
  • Published

is-accessor-descriptor

Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.

  • v3.0.5
  • 77.88
  • Published

is-data-descriptor

Returns true if a value has the characteristics of a valid JavaScript data descriptor.

  • v2.1.3
  • 77.52
  • Published

has-value

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

  • v2.0.2
  • 77.21
  • Published

set-value

Set nested properties on an object using dot notation.

  • v4.1.0
  • 76.01
  • Published

has-values

Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.

  • v2.0.1
  • 75.96
  • Published

get-value

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).

  • v4.1.0
  • 75.90
  • Published

prr

A better Object.defineProperty()

  • v1.0.1
  • 75.40
  • Published

css-declaration-sorter

Sorts CSS declarations fast and automatically in a certain order.

  • v7.4.0
  • 75.17
  • Published

es6-symbol

ECMAScript 6 Symbol polyfill

  • v3.1.4
  • 74.95
  • Published

d

Property descriptor factory

  • v1.0.2
  • 74.83
  • Published

is-property

Tests if a JSON property can be accessed using . syntax

  • v1.0.2
  • 74.55
  • Published

es-abstract-get

ECMAScript Abstract Operations for "getting properties" (Get, GetV, GetMethod)

  • v1.0.0
  • 74.32
  • Published

compare-func

Get a compare function for array to sort

  • v2.0.0
  • 74.21
  • Published

union-value

Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.

  • v2.0.1
  • 73.83
  • Published

unset-value

Delete nested properties from an object using dot notation.

  • v2.0.1
  • 73.81
  • Published

property-expr

tiny util for getting and setting deep object props safely

  • v2.0.6
  • 73.35
  • Published

static-extend

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.

  • v0.1.2
  • 73.22
  • Published

class-utils

Utils for working with JavaScript classes and prototype methods.

  • v0.3.6
  • 72.92
  • Published

postcss-logical

Use logical properties and values in CSS

  • v9.0.0
  • 72.54
  • Published

object.defaults

Like `extend` but only copies missing properties/values to the target object.

  • v1.1.0
  • 70.01
  • Published

react-property

HTML and SVG DOM property configs used by React.

  • v2.0.2
  • 69.66
  • Published

has-own-prop

A safer `.hasOwnProperty()`

  • v3.1.0
  • 69.39
  • Published

object-path

Access deep object properties using a path

  • v0.11.8
  • 68.77
  • Published

reserved-identifiers

Provides a list of reserved identifiers for JavaScript

  • v1.2.0
  • 68.52
  • Published

object.omit

Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.

  • v3.0.0
  • 67.91
  • Published

mixin-object

Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.

  • v3.0.0
  • 67.40
  • Published

safe-identifier

Sanitize strings for use as JavaScript identifiers & property names

  • v0.4.2
  • 67.36
  • Published

to-valid-identifier

Convert a string to a valid JavaScript identifier

  • v1.0.0
  • 67.11
  • Published

copy-props

Copy properties deeply between two objects.

  • v4.0.0
  • 66.10
  • Published

merge-deep

Recursively merge values in a javascript object.

  • v3.0.3
  • 65.81
  • Published

array-sort

Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.

  • v1.0.0
  • 65.60
  • Published

each-props

Processes each properties of an object deeply.

  • v3.0.0
  • 65.21
  • Published

merge-value

Similar to assign-value but deeply merges object values or nested values using object path/dot notation.

  • v1.0.0
  • 62.73
  • Published

is-identifier

Check if a string is a valid JavaScript identifier

  • v1.1.0
  • 62.10
  • Published

sort-on

Sort an array on an object property

  • v7.0.0
  • 61.36
  • Published

mock-property

Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.

  • v1.1.2
  • 59.66
  • Published

shallow-clone-shim

Shallow clones an object while respecting the original property descriptors

  • v2.0.0
  • 59.44
  • Published

get-object

Get a property from an object using dot (object path) notation.

  • v0.2.0
  • 59.23
  • Published

is-obj-prop

Does a JS type have a property

  • v2.0.0
  • 58.24
  • Published

obj-props

List of properties for JavaScript objects

  • v2.0.0
  • 58.15
  • Published

object-refs

Minimal bi-directional object references for JavaScript

  • v0.4.0
  • 58.03
  • Published

nested-property

Read, write or test a data structure's nested property via a string like 'my.nested.property'. It works through arrays and objects.'

  • v4.0.0
  • 57.72
  • Published

get-set-props

List of getter/setter properties for JavaScript types

  • v0.2.0
  • 57.59
  • Published

css-vars-ponyfill

Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers

  • v2.4.9
  • 57.23
  • Published

omit-empty

Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.

  • v1.0.0
  • 55.24
  • Published

selectn

Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.

  • v1.3.0
  • 54.80
  • Published

object-get

Access nested property values at any depth with a simple expression.

  • v2.1.1
  • 54.70
  • Published

units-css

Parse length and angle CSS values and convert between units

  • v0.4.0
  • 54.59
  • Published

lazy-property

Lazily initialized properties for objects

  • v1.0.0
  • 53.71
  • Published

parse-code-context

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.

  • v1.0.0
  • 53.68
  • Published

brackets2dots

Convert string with bracket notation to dot property notation for Node.js and the browser.

  • v1.1.0
  • 53.66
  • Published

object-path-immutable

Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.

  • v4.1.2
  • 53.48
  • Published

notation

Utility for modifying / processing the contents of Javascript objects or arrays via object notation strings or globs.

  • v3.0.1
  • 53.37
  • Published

attributes-parser

Parsing and tokenizing attributes string

  • v2.2.3
  • 53.04
  • Published

methmeth

Execute a method out from an object.

  • v1.1.0
  • 52.87
  • Published

group-array

Group array of objects into lists.

  • v1.0.0
  • 52.64
  • Published

inspect-property

Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)

    • v0.0.7
    • 52.40
    • Published

    for-each-property

    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,

      • v0.0.4
      • 52.16
      • Published

      for-each-property-deep

      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

        • v0.0.3
        • 52.03
        • Published

        reduce-object

        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

        • v0.1.3
        • 51.61
        • Published

        jsonpos

        Get the textual position of a property in a JSON text

        • v4.1.2
        • 51.37
        • Published

        jsonic

        A dynamic JSON parser that isn't strict and can be customized.

        • v2.28.0
        • 49.72
        • Published

        propprop

        Just a helper for plucking a property out of an object.

        • v0.3.1
        • 49.53
        • Published

        has-own-deep

        Returns true if an object has an own, nested property using dot notation paths ('a.b.c').

        • v1.1.0
        • 49.45
        • Published

        defaults-deep

        Like `extend` but recursively copies only the missing properties/values to the target object.

        • v0.2.4
        • 49.34
        • Published

        jessy

        get value by object property

        • v5.0.1
        • 49.11
        • Published

        expand-object

        Expand a string into a JavaScript object using a simple notation. Use the CLI or as a node.js lib.

        • v0.4.2
        • 49.01
        • Published

        object.filter

        Create a new object filtered to have only properties for which the callback returns true.

        • v0.3.0
        • 48.75
        • Published

        lodash.property

        The lodash method `_.property` exported as a module.

        • v4.4.2
        • 48.69
        • Published

        dot-notes

        Two way conversions between objects and dot/bracket notation

        • v3.2.2
        • 48.50
        • Published

        any

        Returns `true` if a value exists in the given string, array or object.

        • v1.0.0
        • 48.43
        • Published

        @blakek/deep

        🐡 Get, set, remove, and test for deeply nested properties

        • v4.0.0
        • 48.32
        • Published

        dot-prop-immutable

        Immutable version of dot-prop with some extensions

        • v2.1.1
        • 48.17
        • Published

        accessory

        Create property accessor/caller statements for dot paths

        • v1.1.0
        • 47.91
        • Published

        get-src

        Get the 'src' value from any string containing a src="" (embed, iframe, html, etc).

        • v1.0.1
        • 47.19
        • Published

        encrypted-attr

        Encrypted model attributes in your favourite ORM.

        • v1.1.0
        • 47.03
        • Published

        object-resolve-path

        a simple utility function for getting a value at a path from an object with all the usecases properly covered

        • v1.1.1
        • 46.22
        • Published

        react-prop-toggle

        A safe, declarative way to influence the styles and attributes of nodes outside your app's tree.

        • v1.0.2
        • 45.82
        • Published

        propget

        Use dot notation to get properties from deeply nested object and array structures.

        • v1.1.0
        • 45.55
        • Published

        @stdlib/utils-pick

        Return a partial object copy containing only specified keys.

        • v0.2.3
        • 45.51
        • Published

        @stdlib/utils-omit

        Return a partial object copy excluding specified keys.

        • v0.2.3
        • 45.38
        • Published

        postcss-svg

        Inline SVGs in CSS. Supports SVG Fragments, SVG Parameters.

        • v3.0.0
        • 45.23
        • Published

        babel-plugin-react-generate-property

        A plugin to automatically generate properties (for example data attributes) for all JSX open tags, using user specified convention

        • v1.1.2
        • 44.43
        • Published

        postcss-at-rules-variables

        PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else

        • v0.3.0
        • 44.30
        • Published

        omit-empty-es

        (fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.

        • v1.2.0
        • 44.26
        • Published

        patrun

        A fast pattern matcher on JavaScript object properties.

        • v7.3.0
        • 43.95
        • Published

        postcss-map-get

        PostCSS plugin for sass-like Map Function

        • v0.3.0
        • 43.84
        • Published

        setvalue

        Type-safe library for reading, writing, or checking, nested values of an object

        • v2.1.0
        • 43.76
        • Published

        array-merge-by-key

        Effectively merge arrays of objects into a single array by merging objects with the same key (property).

        • v1.0.1
        • 43.17
        • Published

        omit-keys

        Return a copy of an object without the given keys.

        • v0.1.0
        • 42.95
        • Published

        mongoose-hidden

        Hides certain model properties when invoking toJSON or toObject.

        • v1.9.1
        • 42.88
        • Published

        regexp-support

        check RegExp ( regular expressions ) support

        • v1.0.59
        • 42.79
        • Published

        jasmine-check

        Generative property tests for Jasmine

        • v1.0.0-rc.0
        • 42.74
        • Published

        new-object

        Creates an Object from a collection of key-value pairs or key-descriptor pairs.

        • v4.0.0
        • 42.46
        • Published

        elem-dataset

        HTML5 HTMLElement.dataset ponyfill

        • v2.0.0
        • 42.37
        • Published

        plucker

        Pluck nested properties from an object

        • v0.0.0
        • 41.86
        • Published

        dotprop

        Get property value by dot notation

        • v2.0.0
        • 41.82
        • Published

        get-prop

        Get a property from object

        • v0.0.10
        • 41.71
        • Published

        dot-path-value

        Safely get deep nested properties using dot notation

        • v0.0.12
        • 41.61
        • Published

        hnp

        The hasNestedProperty method missing in Object. This module does not extend Object.

          • v1.0.1
          • 41.58
          • Published

          dot-wild

          Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON

          • v3.0.1
          • 41.42
          • Published

          is-css-shorthand

          Check whether a given CSS property is the shorthand form

          • v1.0.1
          • 41.34
          • Published

          @dramaorg/delectus-culpa-reprehenderit

          [![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

          • v3.5.94
          • 41.30
          • Published

          @thi.ng/paths

          Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing

          • v5.2.46
          • 40.87
          • Published

          @strikeentco/set

          Set nested values on an object using a dot path or custom separator

          • v1.0.2
          • 40.85
          • Published

          sorty

          Utility for sorting object arrays on multiple properties

          • v1.2.2
          • 40.06
          • Published

          @strikeentco/get

          Get a property from a nested object using a dot path or custom separator

          • v1.0.1
          • 39.96
          • Published

          @balena/apple-plist

          Apple Property List (plist) parsing & serializing of XML / Binary / JSON formats

          • v0.0.3
          • 39.79
          • Published

          pick-deep

          Creates an object composed of the picked object properties from a nested object using a dot path or custom separator

          • v1.0.0
          • 39.72
          • Published

          filter-values

          Filter an object values using glob patterns or with a `callback` function returns true.

          • v0.4.1
          • 39.62
          • Published

          def-props

          Defines multiple object properties all at once, optionally with shared settings.

          • v1.0.0
          • 39.55
          • Published

          dprop

          tiny util for making enumerable properties

          • v1.0.0
          • 39.28
          • Published

          location-origin

          Polyfill for window.location.origin

          • v1.1.4
          • 39.15
          • Published

          unist-util-index

          unist utility to index property values or computed keys to nodes

          • v4.0.0
          • 39.08
          • Published

          verify-it

          Randomised test property/data generation for NodeJS

          • v2.4.0
          • 39.05
          • Published

          smart-deep-sort

          Deep sort an object, no matter what the contents are.

          • v1.0.2
          • 38.51
          • Published

          deep-get-set

          Set and get values on objects via dot-notation strings.

          • v1.1.2
          • 38.50
          • Published

          @d_hristov/get-value

          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!).

          • v3.0.4
          • 38.40
          • Published

          @cssfn/css-config

          Reads/Writes CSS configuration of HTML components using centralized CSS variables.

          • v4.0.1
          • 38.40
          • Published

          @nodestrap/colors

          A color management system for web components using css variables (css custom properties).

          • v4.0.4
          • 38.38
          • Published

          get-own-property

          Retrieves a property only if hasOwnProperty() is true.

          • v1.0.0
          • 38.10
          • Published

          combine-properties

          Generates all possible objects (combinations of property values).

          • v0.1.0
          • 37.98
          • Published

          @nodestrap/borders

          A border & border-radius management system for web components using css variables (css custom properties).

          • v4.0.3
          • 37.88
          • Published

          lazy-object

          Define lazy properties on objects that are initialized once and only when accessed. Also known as a lazy initialization and cached/memoized getters.

          • v1.0.1
          • 37.78
          • Published

          @nodestrap/spacers

          A spacing management system for web components using css variables (css custom properties).

          • v4.0.2
          • 37.77
          • Published

          describe-property

          Define JavaScript object properties quickly with ES5 defaults

          • v1.1.0
          • 37.69
          • Published

          filter-keys

          Filter the keys of an object using glob patterns.

          • v1.1.0
          • 37.63
          • Published

          deep-dot

          Get and set nested properties of objects and arrays

          • v1.1.0
          • 37.38
          • Published

          deep-access

          Access nested object properties via strings

          • v0.1.1
          • 37.29
          • Published

          utils-deep-set

          Deep set a nested property.

          • v1.0.1
          • 37.26
          • Published

          utils-deep-get

          Deep get a nested property.

          • v1.0.0
          • 37.08
          • Published

          prefiks

          Get the vendors prefixes of a css properties, according to can i use datas.

          • v0.3.3
          • 37.07
          • Published

          @gulujs/object-path

          Access nested object properties using a dot path

          • v0.6.0
          • 36.01
          • Published

          delete-property

          Deletes a deeply nested object property

          • v0.0.4
          • 35.97
          • Published

          deep-property

          Fetch, set, and test deeply nested object properties

          • v1.1.0
          • 35.65
          • Published

          @recursive/assign

          💠 Recursive assign for objects, arrays and more

          • v3.0.1
          • 35.62
          • Published

          @stdlib/array-base-any-is-entry-in

          Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

          • v0.1.1
          • 35.59
          • Published

          object-set

          Sets the value at path of object.

          • v1.0.1
          • 35.31
          • Published

          to-key

          Stringify any value to be used as the key of an object.

          • v1.0.0
          • 34.70
          • Published

          @znemz/union-value

          Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.

          • v2.0.2
          • 34.42
          • Published

          delegate-properties

          Deep-clone properties from one object to another and make them non-enumerable, or make existing properties on an object non-enumerable.

          • v0.4.0
          • 34.36
          • Published

          private-parts

          A simple and intuitive way to shim private methods and properties in JavaScript.

          • v0.4.1
          • 34.33
          • Published

          sort-json-array

          Sort an array of JSON objects by a property

          • v0.1.7
          • 34.27
          • Published

          hard-prop

          replacement for Object.defineProperty

          • v1.0.1
          • 34.26
          • Published

          postcss-unopacity

          Use the opacity property in older Internet Explorer

          • v2.0.0
          • 34.11
          • Published

          eslint-plugin-sort-properties

          ESLint rules for sorting properties of object expressions, object destructures, and type literals interfaces for TypeScript by their keys.

          • v1.1.13
          • 33.95
          • Published

          get-property-value

          get the property value from a nested object by using the dot path `a.b.c`

          • v4.0.3
          • 33.91
          • Published

          @jsonic/jsonic-next

          A dynamic JSON parser that isn't strict and can be customized.

          • v2.14.0
          • 33.86
          • Published

          property-validator

          Easy property validation for JavaScript, Node and Express.

          • v1.0.2
          • 33.81
          • Published

          instance-stringer

          Convert content of a class instance to a string.

          • v1.0.0
          • 33.56
          • Published

          prop-assign

          Assign a value to a property in an Array iterator

            • v1.0.0
            • 33.43
            • Published

            dot-expand

            Expand key-value pairs whose keys use dot-notation

            • v0.0.3
            • 33.19
            • Published

            harden

            Makes your object properties hard.

            • v0.23.0
            • 33.15
            • Published

            prop-search

            Simple property searches on your JavaScript objects.

            • v1.1.8
            • 33.10
            • Published

            postcss-resolve-prop

            PostCSS helper method to shallowly iterate over each declaration.

            • v3.1.0
            • 33.04
            • Published

            tiled-property-flattener

            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

            • v1.1.1
            • 32.88
            • Published

            typeof-properties

            Validate the type of object's properties.

            • v3.1.3
            • 32.85
            • Published

            parameter-validator

            Parameter validator makes it easy to verify that an object contains required, valid parameters.

            • v1.0.5
            • 32.73
            • Published

            protype

            Determine type of property.

            • v0.24.0
            • 32.60
            • Published

            code-context

            Parse a string of javascript to determine the context for functions, variables and comments based on the code that follows.

            • v0.5.3
            • 32.57
            • Published

            kount

            Count object's keys.

            • v0.12.0
            • 32.41
            • Published

            nmde

            Get string name property of entity.

            • v0.5.0
            • 32.24
            • Published

            fast-unset

            🪄 Efficiently remove, replace, set or default object properties.

            • v2.0.1
            • 32.11
            • Published

            cemento

            Harden properties of entity.

            • v0.17.0
            • 32.07
            • Published

            mocha-testcheck

            Generative property tests for Mocha

            • v1.0.0-rc.0
            • 32.00
            • Published

            es-symbol

            A spec-compliant as much as it could be, small, and tested ES6 Symbol implementation.

            • v1.1.2
            • 31.88
            • Published

            transpher

            Transfer all properties.

            • v0.31.0
            • 31.80
            • Published

            defyn

            Define property descriptor.

            • v0.10.0
            • 31.57
            • Published

            dot-prop-extra

            Get, set, or delete a property from a nested object using a dot path

            • v10.2.0
            • 31.56
            • Published

            css-border-property

            Parser and stringifier of `border` property

            • v1.1.0
            • 31.35
            • Published

            fof

            functional transforms, accessors, and an ES5 fat arrow translator

            • v1.2.0
            • 31.35
            • Published

            @tsdotnet/type

            A set of useful utility functions for JavaScript run-time type checking and inspection.

            • v1.2.8
            • 31.12
            • Published

            safe-get

            A small safe accessor that uses reduce to prevent 'Cannot read property of undefined' errors

            • v1.0.6
            • 31.08
            • Published

            wrtble

            Checks if property is writable.

            • v0.9.0
            • 31.07
            • Published

            property-string-path

            Generate type safe dot paths to object properties based on an interface.

            • v1.1.1
            • 30.78
            • Published

            obj-to-property-string

            Convert a JavaScript object's key:value pairs into a [customizable] delimited property string

            • v1.0.2
            • 30.72
            • Published

            @a11d/is-writable

            A function on the Object constructor that determines if a property is writable.

            • v1.0.2
            • 30.66
            • Published

            dot-prop-ts

            Get, set, or delete a property from a nested object using a dot path refactored for typescript

            • v1.1.1
            • 30.57
            • Published

            onehome-mcp

            OneHome (CoreLogic) MCP server for Claude — developed and maintained by AI (Claude Code)

            • v0.12.5
            • 30.39
            • Published

            @kesplus/set-value

            Set nested properties on an object using dot notation.

            • v4.1.0
            • 30.37
            • Published

            dscrb

            Get property descriptor.

            • v0.9.0
            • 30.27
            • Published

            cssprefix

            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

            • v2.0.17
            • 30.26
            • Published

            cagd

            Caged property to entity.

            • v0.4.0
            • 30.22
            • Published

            prop-factory

            Getter-setter factory utility

            • v1.0.0
            • 30.12
            • Published

            validol

            util for validation that object has defined props

            • v1.2.2
            • 30.01
            • Published

            karet.lift

            Special purpose lifting combinator for Kefir properties

            • v2.1.0
            • 29.91
            • Published

            coprop

            Copy property and descriptors.

            • v0.9.0
            • 29.81
            • Published