npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "key" 的结果(共 65 个)
ajv-keywords

Additional JSON-Schema keywords for Ajv JSON validator

MIT
babel-plugin-property-literals

Turn valid property key literals to plain identifiers

MIT
camelize

recursively transform key strings to camel-case

MIT
hpkp

HTTP Public Key Pinning (HPKP) middleware

MIT
shimmer

Safe(r) monkeypatching for JavaScript.

BSD-2-Clause
path-key

Get the PATH environment variable key cross-platform

MIT
sorted-object

Returns a copy of an object with its keys sorted

(WTFPL OR MIT)
flat

Take a nested Javascript object and flatten it, or unflatten an object with delimited keys

BSD-3-Clause
find-duplicated-property-keys

A package for detecting all duplicated property keys of a JSON string.

MIT
dasherize

recursively transform key strings to dash-case

MIT
own-keys

Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible

MIT
reflect.ownkeys

ES2015 spec-compliant shim for Reflect.ownKeys

MIT
@typescript-eslint/visitor-keys

Visitor keys used to help traverse the TypeScript-ESTree AST

MIT
@csstools/postcss-initial

PostCSS plugin to fallback initial keyword.

MIT-0
postcss-initial

PostCSS plugin to fallback initial keyword.

MIT
emojilib

Emoji keyword library.

MIT
json-sorted-stringify

Alternative JSON.stringify function with sorted keys, so the output is stable.

MIT
chai-exclude

Exclude keys to compare from a deep equal operation with chai expect and assert

MIT
@types/keygrip

TypeScript definitions for keygrip

MIT
lodash.findkey

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

MIT
fill-keys

Fill keys in a destination that are defined on the source

MIT
lodash.keysin

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

MIT
object.pick

Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.

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

MIT
hooker

Monkey-patch (hook) functions for debugging and stuff.