Source: node-ramda Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-rollup-plugin-babel , node-sinon , rollup , terser Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-ramda Vcs-Git: https://salsa.debian.org/js-team/node-ramda.git Homepage: https://ramdajs.com/ Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-ramda Architecture: all Depends: ${misc:Depends} Provides: ${nodejs:Provides} , libjs-ramda (= ${binary:Version}) Multi-Arch: foreign Description: practical functional library for JavaScript programmers A library designed specifically for a functional programming style, one that makes it easy to create functional pipelines, one that never mutates user data. . The primary distinguishing features of Ramda are: * Ramda takes the function first, and the data last * Ramda methods are automatically curried . Node.js is an event-based server-side JavaScript engine.