Source: node-diff Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Yadd Build-Depends: debhelper-compat (= 13) , chai , dh-sequence-nodejs , mocha , node-babel7 , node-rollup-plugin-babel , pandoc , perl , rollup Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-diff Vcs-Git: https://salsa.debian.org/js-team/node-diff.git Homepage: https://github.com/kpdecker/jsdiff Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-diff Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Provides: ${nodejs:Provides} Description: javascript text differencing implementation Node is an event-based server-side JavaScript engine. . jsdiff is a javascript text differencing implementation based on the algorithm proposed in "An O(ND) Difference Algorithm and its Variations" (Myers, 1986): .