Source: node-rollup-pluginutils
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 12)
 , nodejs (>= 10~)
 , pkg-js-tools (>= 0.9.16~)
 , rollup (>= 0.68.2+ds)
 , node-rollup-plugin-typescript
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-commonjs
 , node-estree-walker (>= 0.3.0) <!nocheck>
 , node-micromatch (>= 2.3.11) <!nocheck>
 , node-mocha (>= 4) <!nocheck>
Standards-Version: 4.5.0
Homepage: https://github.com/rollup/rollup-pluginutils
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-pluginutils.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-pluginutils
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-nodejs

Package: node-rollup-pluginutils
Architecture: all
Pre-Depends: dpkg (>= 1.17.14)
Depends: ${misc:Depends}
 , nodejs (>=10)
 , node-estree-walker (>= 0.3.0)
 , node-micromatch (>= 2.3.11)
Description: Base functionality for rollup plugins
 This package provides a set of functions commonly used by rollup plugins:
 addExtension, attachScopes, createFilter and makeLegalIdentifier.
 .
 Node.js is an event-based server-side JavaScript engine.
