Description
Port of TweetNaCl cryptographic library to JavaScript
Keywords
Publisher
Description
Sort the keys of an object
Keywords
Publisher
Description
Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.
Keywords
- bury
- deep-get-set
- deep-object
- deep-property
- deep-set
- deep-set-in
- deephas
- dot-prop
- dot2val
- es5-dot-prop
- get
- getsetdeep
- has
- hasown
- View more
Publisher
Description
Generate a RSA PEM key pair from pure JS
Keywords
Publisher
Description
Get the PATH environment variable key cross-platform
Keywords
Publisher
Description
Recursively merge values in a javascript object.
Keywords
Publisher
Description
Lowercase the keys of an object
Keywords
Publisher
Description
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!).
Keywords
Publisher
Description
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
Keywords
Publisher
Description
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.