1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: node-knockout-transformations
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Ring <dring@wolfishly.me>
Build-Depends:
debhelper (>= 12)
, dh-buildinfo
, nodejs
, uglifyjs
Standards-Version: 4.3.0
Homepage: https://github.com/One-com/knockout-transformations
Vcs-Git: https://salsa.debian.org/js-team/node-knockout-transformations.git
Vcs-Browser: https://salsa.debian.org/js-team/node-knockout-transformations
Package: node-knockout-transformations
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
, nodejs
, node-knockout
Description: Live transform methods for Knockout observable arrays
This plugin adds observable map, filter, indexBy and sortBy features to
Knockout.js observable arrays, so you can transform collections in arbitrary
ways and have the results automatically update whenever the underlying source
data changes.
.
Node.js is an event-based server-side JavaScript engine.
|