File: control

package info (click to toggle)
node-rollup-plugin-json 4.1.0%2Brepack%2B~4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,720 kB
  • sloc: javascript: 10,169; makefile: 29
file content (36 lines) | stat: -rw-r--r-- 1,347 bytes parent folder | download
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
Source: node-rollup-plugin-json
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)
 , mocha <!nocheck>
 , node-rollup-plugin-babel (>= 4.4~) <!pkg.node-rollup-plugin-json.transpilebuble>
 , node-rollup-plugin-buble (>= 0.19.8~) <pkg.node-rollup-plugin-json.transpilebuble>
 , node-rollup-plugin-node-resolve (>= 9)
 , node-rollup-pluginutils
 , node-rollup-pluginutils (>= 3.0.8) <!nocheck>
 , node-source-map-support <!nocheck>
 , node-tape <!nocheck>
 , nodejs (>= 10)
 , dh-sequence-nodejs
 , rollup (>= 0.68.2+ds)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-json
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-json.git
Homepage: https://github.com/rollup/plugins
Rules-Requires-Root: no

Package: node-rollup-plugin-json
Architecture: all
Depends: ${misc:Depends}
 , node-rollup-pluginutils (>= 3.0.8)
Recommends: rollup
Enhances: rollup
Breaks: rollup (<< 0.68.2+ds~)
Description: rollup plugin to convert JSON files to ES6 modules
 This rollup plugin provides functions to convert JSON files
 to ECMAScript version 6 modules.
 .
 Node.js is an event-based server-side JavaScript engine.