JSPM

Found 2368 results for property

unset-value

Delete nested properties from an object using dot notation.

  • v2.0.1
  • 72.47
  • Published

css-declaration-sorter

Sorts CSS declarations fast and automatically in a certain order.

  • v7.2.0
  • 72.20
  • Published

es6-symbol

ECMAScript 6 Symbol polyfill

  • v3.1.4
  • 72.14
  • 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.0.1
  • 72.06
  • 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
  • 71.81
  • 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
  • 71.59
  • Published

prr

A better Object.defineProperty()

  • v1.0.1
  • 71.54
  • Published

zwitch

Handle values based on a property

  • v2.0.4
  • 71.12
  • Published

d

Property descriptor factory

  • v1.0.2
  • 70.93
  • Published

class-utils

Utils for working with JavaScript classes and prototype methods.

  • v0.3.6
  • 70.50
  • Published

compare-func

Get a compare function for array to sort

  • v2.0.0
  • 70.27
  • Published

property-expr

tiny util for getting and setting deep object props safely

  • v2.0.6
  • 69.93
  • Published

postcss-logical

Use logical properties and values in CSS

  • v8.1.0
  • 69.72
  • Published

is-property

Tests if a JSON property can be accessed using . syntax

  • v1.0.2
  • 68.38
  • Published

has-own-prop

A safer `.hasOwnProperty()`

  • v3.1.0
  • 68.37
  • Published

object.defaults

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

  • v1.1.0
  • 67.44
  • 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
  • 66.37
  • Published

object-path

Access deep object properties using a path

  • v0.11.8
  • 65.34
  • Published

react-property

HTML and SVG DOM property configs used by React.

  • v2.0.2
  • 65.28
  • 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
  • 64.70
  • Published

copy-props

Copy properties deeply between two objects.

  • v4.0.0
  • 64.08
  • Published

safe-identifier

Sanitize strings for use as JavaScript identifiers & property names

  • v0.4.2
  • 63.62
  • 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
  • 63.24
  • Published

each-props

Processes each properties of an object deeply.

  • v3.0.0
  • 62.57
  • Published

merge-deep

Recursively merge values in a javascript object.

  • v3.0.3
  • 61.82
  • Published

get-object

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

  • v0.2.0
  • 58.13
  • Published

sort-on

Sort an array on an object property

  • v6.1.1
  • 57.60
  • 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.0
  • 57.43
  • Published

shallow-clone-shim

Shallow clones an object while respecting the original property descriptors

  • v2.0.0
  • 57.33
  • Published

is-obj-prop

Does a JS type have a property

  • v2.0.0
  • 57.00
  • Published

get-set-props

List of getter/setter properties for JavaScript types

  • v0.2.0
  • 56.88
  • Published

obj-props

List of properties for JavaScript objects

  • v2.0.0
  • 55.93
  • Published

merge-value

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

  • v1.0.0
  • 54.51
  • Published

css-vars-ponyfill

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

  • v2.4.9
  • 53.73
  • Published

reserved-identifiers

Provides a list of reserved identifiers for JavaScript

  • v1.0.0
  • 53.36
  • Published

lazy-property

Lazily initialized properties for objects

  • v1.0.0
  • 53.06
  • Published

is-identifier

Check if a string is a valid JavaScript identifier

  • v1.0.1
  • 52.99
  • Published

units-css

Parse length and angle CSS values and convert between units

  • v0.4.0
  • 52.97
  • 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
  • 52.95
  • Published

object-get

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

  • v2.1.1
  • 52.78
  • Published

omit-empty

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

  • v1.0.0
  • 52.62
  • 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
  • 52.06
  • Published

object-refs

Minimal bi-directional object references for JavaScript

  • v0.4.0
  • 51.74
  • Published

methmeth

Execute a method out from an object.

  • v1.1.0
  • 51.70
  • 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
    • 51.67
    • 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
      • 51.66
      • Published

      group-array

      Group array of objects into lists.

      • v1.0.0
      • 51.29
      • 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
        • 50.69
        • Published

        brackets2dots

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

        • v1.1.0
        • 50.68
        • 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
        • 49.99
        • 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
        • 49.60
        • Published

        object-path-immutable

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

        • v4.1.2
        • 49.38
        • Published

        notation

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

        • v2.0.0
        • 49.18
        • Published

        has-own-deep

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

        • v1.1.0
        • 48.47
        • Published

        defaults-deep

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

        • v0.2.4
        • 48.14
        • Published

        jsonpos

        Get the textual position of a property in a JSON text

        • v4.1.2
        • 48.05
        • Published

        get-prop

        Get a property from object

        • v0.0.10
        • 47.41
        • Published

        jsonic

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

        • v2.16.0
        • 47.38
        • Published

        object.filter

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

        • v0.3.0
        • 47.37
        • Published

        any

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

        • v1.0.0
        • 47.29
        • Published

        propprop

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

        • v0.3.1
        • 47.18
        • 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
        • 46.78
        • Published

        dot-prop-immutable

        Immutable version of dot-prop with some extensions

        • v2.1.1
        • 46.71
        • Published

        encrypted-attr

        Encrypted model attributes in your favourite ORM.

        • v1.1.0
        • 46.13
        • Published

        lodash.property

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

        • v4.4.2
        • 46.05
        • Published

        accessory

        Create property accessor/caller statements for dot paths

        • v1.1.0
        • 45.41
        • Published

        jessy

        get value by object property

        • v4.1.0
        • 44.99
        • Published

        @blakek/deep

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

        • v4.0.0
        • 44.56
        • 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
        • 44.38
        • 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.26
        • Published

        new-object

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

        • v4.0.0
        • 43.85
        • Published

        react-prop-toggle

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

        • v1.0.2
        • 43.59
        • Published

        mongoose-hidden

        Hides certain model properties when invoking toJSON or toObject.

        • v1.9.1
        • 43.07
        • 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
        • 42.79
        • 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
        • 42.72
        • Published

        dot-notes

        Two way conversions between objects and dot/bracket notation

        • v3.2.2
        • 42.45
        • Published

        postcss-map-get

        PostCSS plugin for sass-like Map Function

        • v0.3.0
        • 42.37
        • Published

        propget

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

        • v1.1.0
        • 41.95
        • Published

        get-src

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

        • v1.0.1
        • 41.47
        • Published

        is-css-shorthand

        Check whether a given CSS property is the shorthand form

        • v1.0.1
        • 41.35
        • Published

        setvalue

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

        • v2.1.0
        • 41.11
        • Published

        patrun

        A fast pattern matcher on JavaScript object properties.

        • v7.2.7
        • 40.96
        • Published

        jasmine-check

        Generative property tests for Jasmine

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

        def-props

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

        • v1.0.0
        • 40.45
        • Published

        elem-dataset

        HTML5 HTMLElement.dataset ponyfill

        • v2.0.0
        • 40.29
        • Published

        postcss-at-rules-variables

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

        • v0.3.0
        • 40.18
        • 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
        • 40.08
        • Published

        hnp

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

          • v1.0.1
          • 39.98
          • Published

          get-own-property

          Retrieves a property only if hasOwnProperty() is true.

          • v1.0.0
          • 39.88
          • Published

          @strikeentco/set

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

          • v1.0.2
          • 39.85
          • 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
          • 39.84
          • Published

          @strikeentco/get

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

          • v1.0.1
          • 39.81
          • Published

          postcss-svg

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

          • v3.0.0
          • 39.53
          • Published

          dot-wild

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

          • v3.0.1
          • 39.44
          • Published

          @recursive/assign

          💠 Recursive assign for objects, arrays and more

          • v3.0.1
          • 39.28
          • Published

          smart-deep-sort

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

          • v1.0.2
          • 39.11
          • Published

          deep-get-set

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

          • v1.1.2
          • 39.05
          • Published

          dot-path-value

          Safely get deep nested properties using dot notation

          • v0.0.11
          • 39.01
          • 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
          • 38.77
          • Published

          omit-keys

          Return a copy of an object without the given keys.

          • v0.1.0
          • 38.72
          • Published

          @balena/apple-plist

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

          • v0.0.3
          • 38.69
          • Published

          sorty

          Utility for sorting object arrays on multiple properties

          • v1.2.2
          • 38.48
          • Published

          location-origin

          Polyfill for window.location.origin

          • v1.1.4
          • 38.41
          • Published

          plucker

          Pluck nested properties from an object

          • v0.0.0
          • 38.31
          • Published

          object-set

          Sets the value at path of object.

          • v1.0.1
          • 38.29
          • Published

          @thi.ng/paths

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

          • v5.2.20
          • 38.12
          • Published

          dotprop

          Get property value by dot notation

          • v2.0.0
          • 37.89
          • Published

          filter-values

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

          • v0.4.1
          • 37.65
          • Published

          verify-it

          Randomised test property/data generation for NodeJS

          • v2.3.3
          • 37.54
          • Published

          describe-property

          Define JavaScript object properties quickly with ES5 defaults

          • v1.1.0
          • 37.54
          • Published

          regexp-support

          check RegExp ( regular expressions ) support

          • v1.0.59
          • 37.53
          • Published

          deep-dot

          Get a nested property

          • v0.0.2
          • 37.53
          • Published

          postcss-unopacity

          Use the opacity property in older Internet Explorer

          • v2.0.0
          • 37.25
          • Published

          dprop

          tiny util for making enumerable properties

          • v1.0.0
          • 37.05
          • Published

          @stdlib/utils-pick

          Return a partial object copy containing only specified keys.

          • v0.2.2
          • 36.97
          • 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
          • 36.76
          • Published

          @stdlib/utils-omit

          Return a partial object copy excluding specified keys.

          • v0.2.2
          • 36.29
          • Published

          filter-keys

          Filter the keys of an object using glob patterns.

          • v1.1.0
          • 36.03
          • Published

          @jsonic/jsonic-next

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

          • v2.14.0
          • 35.08
          • Published

          deep-access

          Access nested object properties via strings

          • v0.1.1
          • 34.83
          • Published

          combine-properties

          Generates all possible objects (combinations of property values).

          • v0.1.0
          • 34.48
          • Published

          es-symbol

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

          • v1.1.2
          • 34.42
          • Published

          define-accessor-property

          Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.

          • v1.0.0
          • 34.36
          • Published

          delete-property

          Deletes a deeply nested object property

          • v0.0.4
          • 34.11
          • Published

          sort-json-array

          Sort an array of JSON objects by a property

          • v0.1.7
          • 34.02
          • Published

          utils-deep-set

          Deep set a nested property.

          • v1.0.1
          • 33.93
          • Published

          property-expr-csp

          tiny util for getting and setting deep object props safely

          • v1.4.0
          • 33.40
          • Published

          utils-deep-get

          Deep get a nested property.

          • v1.0.0
          • 33.28
          • Published

          to-key

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

          • v1.0.0
          • 32.96
          • Published

          object-dot

          Easily use dot notation to `get`, or `set` a property of a nested object.

          • v1.7.0
          • 32.91
          • Published

          prefiks

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

          • v0.3.3
          • 32.64
          • Published

          safe-get

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

          • v1.0.6
          • 32.45
          • Published

          css-border-property

          Parser and stringifier of `border` property

          • v1.1.0
          • 32.38
          • Published

          typeof-properties

          Validate the type of object's properties.

          • v3.1.3
          • 32.26
          • Published

          prop-factory

          Getter-setter factory utility

          • v1.0.0
          • 31.58
          • Published

          @tsdotnet/type

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

          • v1.2.7
          • 31.15
          • Published

          instance-stringer

          Convert content of a class instance to a string.

          • v1.0.0
          • 30.97
          • Published

          get-property-value

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

          • v4.0.3
          • 30.57
          • Published

          prop-detect

          detect the properties in one lib

          • v1.1.0
          • 30.50
          • 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
          • 30.45
          • Published

          deep-property

          Fetch, set, and test deeply nested object properties

          • v1.1.0
          • 29.82
          • Published

          private-parts

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

          • v0.4.1
          • 29.77
          • Published

          prop-assign

          Assign a value to a property in an Array iterator

            • v1.0.0
            • 29.72
            • Published

            assign-value

            Assign a value or extend a deeply nested property of an object using object path notation.

            • v0.1.2
            • 29.69
            • Published

            property-path

            Get and set object properties by path where you can specify the separator.

            • v1.0.0
            • 29.38
            • 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
            • 29.37
            • Published

            local-scope

            ES 2015 way of making private properties in class-based programming

            • v1.2.0
            • 29.37
            • Published

            set-prop-get-value

            set a new property in a js object and return the value of the given property

            • v1.1.0
            • 29.27
            • Published

            get-style-property

            Gets the current value of a style property for a given DOM element.

            • v0.1.1
            • 29.22
            • Published

            prop-search

            Simple property searches on your JavaScript objects.

            • v1.1.8
            • 29.16
            • Published

            grouper

            Assign objects into groups by one or more properties, by object value, or by using a comparator function.

            • v2.1.0
            • 29.09
            • Published

            method-names

            Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.

            • v0.2.0
            • 28.79
            • Published

            unist-util-index

            unist utility to index property values or computed keys to nodes

            • v4.0.0
            • 28.78
            • Published

            property-string-path

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

            • v1.1.1
            • 28.73
            • 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
            • 28.66
            • 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
            • 28.55
            • Published

            stylestats

            StyleStats is a small library to collect CSS statistics!

            • v7.0.2
            • 28.55
            • Published

            unexpected-check

            Property based testing plugin for unexpected

            • v3.2.0
            • 28.52
            • Published

            json-property-filter

            JavaScript library and application to filter a JSON object by including and excluding properties.

            • v2.0.0
            • 28.28
            • Published

            delve

            Delve recursively into a value to retrieve a property; without erroring.

            • v0.3.2
            • 27.93
            • Published

            parameter-validator

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

            • v1.0.5
            • 27.59
            • Published

            is-true

            Returns `true` if the value of an object's property is strictly true, or it's inverse is false.

            • v0.1.1
            • 27.25
            • Published

            set-object

            DEPRECATED - use set-value instead.

            • v1.0.1
            • 27.14
            • Published

            get-first

            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.

            • v0.1.2
            • 27.12
            • Published

            has-any

            Returns true if an object has any of the specified keys.

            • v0.1.2
            • 27.05
            • Published

            to-valid-identifier

            Convert a string to a valid JavaScript identifier

            • v0.1.1
            • 27.03
            • Published

            mixes

            a tiny util to mix functions and properties into a prototype

            • v1.0.4
            • 26.91
            • Published

            kefir.partial.lenses

            Partial Lenses functions lifted to work on Kefir properties

            • v14.17.0
            • 26.85
            • Published

            has-any-deep

            Return true if `key` exists deeply on the given object.

            • v0.3.2
            • 26.81
            • Published

            collapse-object

            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.

            • v0.1.0
            • 26.77
            • Published

            dot-prop-ts

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

            • v1.1.1
            • 26.56
            • Published

            harden

            Makes your object properties hard.

            • v0.23.0
            • 26.53
            • Published

            mocha-testcheck

            Generative property tests for Mocha

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

            karet.lift

            Special purpose lifting combinator for Kefir properties

            • v2.1.0
            • 25.95
            • Published

            cemento

            Harden properties of entity.

            • v0.17.0
            • 25.91
            • 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
            • 25.62
            • Published

            apple-plist

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

            • v0.5.0
            • 25.57
            • Published

            kount

            Count object's keys.

            • v0.12.0
            • 25.55
            • Published

            omit-deep-2

            Deep omitting with support for predicate functions, and arrays

            • v1.0.0
            • 25.53
            • Published

            vue-async-properties

            Vue Component Plugin for asynchronous data and computed properties.

            • v0.5.2
            • 25.48
            • Published

            hard-prop

            replacement for Object.defineProperty

            • v1.0.1
            • 25.23
            • Published

            sum-by

            Sum the elements of an array with an optional iteratee function

            • v1.0.3
            • 24.89
            • Published

            kefir.ramda

            Ramda functions lifted to work on Kefir properties

            • v0.26.0
            • 24.89
            • Published

            json-schema-from-path

            A utility to get the sub-schema from a JSON-schema from the path in an object

            • v2.0.1
            • 24.83
            • Published

            reflect-deep

            Deep property manipulation utilities with robust cloning, path traversal, and property access for JavaScript/TypeScript objects.

            • v1.3.4
            • 24.79
            • Published

            @jsonic/csv

            This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support csv syntax.

            • v0.7.0
            • 24.40
            • Published

            @a11d/is-writable

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

            • v1.0.1
            • 24.35
            • Published

            transform-props

            Transform @object properties using @propKeys and @transformers. ES5 compatible.

            • v1.0.1
            • 24.21
            • Published

            proptest

            Property based testing for TypeScript

            • v0.0.4
            • 23.96
            • Published

            property-validator

            Easy property validation for JavaScript, Node and Express.

            • v1.0.2
            • 23.69
            • Published

            babel-plugin-transform-class-property-arrow-functions

            [![npm version](https://badge.fury.io/js/babel-plugin-transform-class-property-arrow-functions.svg)](https://badge.fury.io/js/babel-plugin-transform-class-property-arrow-functions) [![Build Status](https://travis-ci.com/louisscruz/babel-plugin-transform-c

              • v1.0.1
              • 23.37
              • Published

              known

              Allow only access to known object properties using ES2015 Proxy

              • v4.0.0
              • 22.86
              • Published

              validol

              util for validation that object has defined props

              • v1.2.2
              • 22.67
              • Published

              protype

              Determine type of property.

              • v0.24.0
              • 22.59
              • Published