Source: node-graphlibrary Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen , Nilesh Patra Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-lodash , node-mocha , node-rollup-plugin-buble , node-rollup-plugin-commonjs (>= 15~) , node-rollup-plugin-node-resolve (>= 11~) , rollup , terser Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-graphlibrary Vcs-Git: https://salsa.debian.org/js-team/node-graphlibrary.git Homepage: https://github.com/dagrejs/graphlib Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-graphlibrary Architecture: all Depends: node-assert , node-lodash , node-mocha , ${misc:Depends} Provides: ${nodejs:Provides} Description: directed and undirected multi-graph library Graphlibrary is a JavaScript library that provides data structures for undirected and directed multi-graphs along with algorithms that can be used with them. . In addition to a core graph API, it also comes with implementations for many common graph algorithms. . Node.js is an event-based server-side JavaScript engine.