npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "inherit" 的结果(共 31 个)
sji

Simple JavaScript Inheritance

cls

Class factory featuring inheritance of static properties, static constructors, lazy population of prototypes, and this._super.

MIT
component-inherit

Prototype inheritance utility

rework-inherit

Inherit rules from other selectors

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

MIT
proto

A prototype-based inheritance library that makes it easy to create objects and inheritance hierarchies without losing the power of javascript's prototype system.

squirrelly

Lightweight, fast, and powerful JS template engine. Supports helpers, filters, template inheritance

MIT
postcss-inherit

PostCSS plugin inherit rules from other selectors

Apache-2.0
omit-undefined

Creates an object composed of the own and inherited enumerable string keyed properties of object that doesn't undefined.

MIT
oolong

Utilities for objects. Simple, tasteful and plentiful. Supports inherited properties.

postcss-inherit-parser

A parser for postcss-inherit's syntax

Apache-2.0
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.

MIT
deepclone

Deep clone utility , together with circular reference detection and proper inheritance chain reconstruction

ISC
standard-error

Tiny library that simplifies subclassing and inheriting from Error while keeping the correct name and stack. Also supports constructing from an object of properties. Saves you from boilerplate.

tea-inherits

Constructor inheritance.

node-inherit

Inheritance module for node

list-methods

Easily generate a JSON or markdown list (sorted array) of property names of all enumerable properties, own and inherited, of objects that have function values.

MIT
typedoc-plugin-no-inherit

Typedoc plugin to exclude inherited members from a Typedoc class/interface

MIT
coop

Co-operative multiple inheritance for JavaScript

MIT/X11
for-in

Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js

MIT
method-names

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

MIT
uberproto

JavaScript object inheritance sugar: Easy extension, mixins, super methods, proxies

@11ty/nunjucks

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

BSD-2-Clause
klass

Class provider with classical inheritance interface

defaultable

Transparent, drop-in helper for overridable, inheritable defaults in CommonJS modules

inherits-js

Backbone inspired standalone inheritance function.

MIT
class.js

A simple and efficient class inheritance implementation based on John Resig's code.

verb-tag-methods

Easily generate a sorted array, JSON or markdown list, of property names of all enumerable properties, own and inherited, of objects that have function values.

classes

A classical inheritence model with support for mixins

util.inherits

util.inherits with compatibility

MIT