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 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: node-rollup-pluginutils
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.15.6~)
, chai <!nocheck>
, mocha <!nocheck>
, node-acorn <!nocheck>
, node-estree-walker <!nocheck>
, node-micromatch (>= 4.0~) <!nocheck>
, node-tape <!nocheck>
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, node-rollup-plugin-typescript
, node-typescript (>= 3.7~)
, node-types-estree
, rollup (>= 1)
, ts-node <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-pluginutils
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-pluginutils.git
Homepage: https://github.com/rollup/plugins
Rules-Requires-Root: no
Package: node-rollup-pluginutils
Architecture: all
Depends:
${misc:Depends}
, node-estree-walker
, node-micromatch (>= 4.0~)
, node-types-estree
, node-types-node
Breaks: rollup (<< 1)
Suggests: node-rollup-plugin-typescript
Description: Base functionality for rollup plugins
@rollup/pluginutils provides a set of functions commonly used by rollup
plugins: addExtension, attachScopes, createFilter and makeLegalIdentifier.
.
This package provides also rollup-pluginutils legacy module.
|