Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
css-declaration-sorter
Sorts CSS declarations fast and automatically in a certain order.
prettier-plugin-css-order
Sort CSS declarations in a certain order.
@azabraao/prettier-plugin-css-order
Sort CSS declarations in a certain order.
@azabraao/css-declaration-sorter
Sorts CSS declarations fast and automatically in a certain order.
ordered-entries
Like Object.entries, but using getOwnPropertyNames, so that key order is respected
prettier-grundy-scss-order
Sorter for properties in scss files
define-property
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
hasown
A robust, ES3 compatible, "has own property" predicate.
es-define-property
`Object.defineProperty`, but not IE 8's broken one.
gopd
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
has-property-descriptors
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
is-data-descriptor
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
merge-descriptors
Merge objects using their property descriptors
stylelint-config-outside-in-order
Stylelint config that sorts related properties together thinking outside and outstanding first.
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
define-lazy-prop
Define a lazily evaluated property on an object
is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.