You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-django-bower-5.2.0-1.lbn25.py37.noarch
Djangobower Easy way to use bower < with your Django < project.Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of frontend package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, ...
RPMPackage python3-django-bootstrap-breadcrumbs-0.8.2-1.lbn25.py37.noarch
bootstrap-breadcrumbs is a drop-in replacement for django’s own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. Usecases Imagine that you have a gallery model and a photo model. Usually you want a relation between these models so you can add multiple photos to one gallery but also want to be able to have the same photo on many galleries. This is where you usually can use many to many relation. The downside is that django’s default implementation doesn’t provide a way to order the photos in the gallery. So you only have a random ordering which is not suitable in most cases. You can work around this limitation by using the SortedManyToManyField provided by this package as drop in replacement for django’s ManyToManyField.
RPMPackage python3-django-appconf-1.0.3-1.lbn25.noarch
A helper class for handling configuration defaults of packaged Django apps gracefully.
RPMPackage nodejs-npm-3.10.5-1.lbn25.noarch
a package manager for JavaScript
RPMPackage nodejs-not-so-shallow-0.1.3-1.lbn25.noarch
A less shallow `only-shallow`
RPMPackage nodejs-normalize-range-0.1.2-1.lbn25.noarch
Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates
RPMPackage nodejs-normalize-path-3.0.0-1.lbn25.noarch
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
RPMPackage nodejs-normalize-package-data-3.0.2-1.lbn25.noarch
Normalizes data that can be found in package.json files.
RPMPackage nodejs-normalize-git-url-3.0.2-1.lbn25.noarch
Normalizes Git URLs. For npm, but you can use it too.
RPMPackage nodejs-noptify-0.0.3-1.lbn25.noarch
nopt wrapper with commander-like API
RPMPackage nodejs-nopt-5.0.0-1.lbn25.noarch
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
RPMPackage nodejs-nomnom-1.8.1-1.lbn25.noarch
Option parser with generated usage and commands
RPMPackage nodejs-nodemon-1.9.1-1.lbn25.noarch
Simple monitor script for use during development of a node.js app.
RPMPackage nodejs-nodemailer-wellknown-0.2.3-1.lbn25.noarch
Well known SMTP services
RPMPackage nodejs-nodemailer-smtp-transport-2.7.4-1.lbn25.noarch
SMTP transport for Nodemailer
RPMPackage nodejs-nodemailer-direct-transport-3.3.2-1.lbn25.noarch
Direct transport for Nodemailer
RPMPackage nodejs-nodemailer-4.6.7-1.lbn25.noarch
Easy as cake e-mail sending from your Node.js applications
RPMPackage nodejs-node.extend-1.1.5-1.lbn25.noarch
A port of jQuery.extend that actually works on node.js
RPMPackage nodejs-node-xmpp-0.3.2-6.lbn25.noarch
Idiomatic XMPP client, component and server library for Node.js. The objectives of node-xmpp: - Use Node.js conventions, especially EventEmitter (ie, for write buffer control) - Fast parsing; node-expat was written for this library - Client support for both XMPP clients and components - Optional server infrastructure with Router - After authentication, leave trivial protocol bits to the user, that is XML handling according to any XEP
RPMPackage nodejs-node-uuid-1.4.8-1.lbn25.noarch
This Node.js module provides simple and fast generation of RFC4122 (v1 and v4) UUIDs. It runs in Node.js and all browsers and can also generate cryptographically strong random numbers.