Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
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
collection-visit
Visit a method over the items in an object, or map visit over the objects in an array.
object-visit
Call a specified method on each value in the given object.
sort-object
Sort the keys in an object.
merge-deep
Recursively merge values in a javascript object.
@adiwajshing/keyed-db
Lightweight library to store an in-memory DB
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).
typescript-collections
A complete, fully tested data structure library written in TypeScript.
tomahawk-plugin-kv-memory-store
Tomahawk plugin, implementing a Key Value Pair Store in Memory.
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
any
Returns `true` if a value exists in the given string, array or object.
react-key-value
Key value visualizer/editor written in React
fernet-nodejs
Fernet algorithm implementation written in Node.js
set-value
Set nested properties on an object using dot notation.
order-map
A order-map collection in the form of key, value, that ensures the index.
ban-sensitive-files
Checks filenames to be committed against a library of filename rules to prevent sensitive files in Git
objobj
Get and set properties in a deeply nested object structure
meteor-random-node
Meteor's Random Package for Straight Node – with built in crypto module
mongo-escape
Escape variables to prevent NoSQL injection in MongoDB
https-pem
Self-signed PEM key and certificate ready for use in your HTTPS server