File: control

package info (click to toggle)
node-wikibase-cli 15.15.4-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,860 kB
  • sloc: javascript: 4,531; sh: 26; makefile: 7
file content (51 lines) | stat: -rw-r--r-- 1,569 bytes parent folder | download | duplicates (2)
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
44
45
46
47
48
49
50
51
Source: node-wikibase-cli
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-nodejs,
 help2man,
 mocha <!nocheck>,
 node-commander <!nocheck>,
 node-copy-paste <!nocheck>,
 node-lodash <!nocheck>,
 node-mkdirp <!nocheck>,
 node-opener <!nocheck>,
 node-read <!nocheck>,
 node-should <!nocheck>,
 node-split <!nocheck>,
 node-wikibase-edit <!nocheck>,
 node-wikidata-lang <!nocheck>,
Standards-Version: 4.6.0
Homepage: https://github.com/maxlath/wikibase-cli#readme
Vcs-Git: https://salsa.debian.org/js-team/node-wikibase-cli.git
Vcs-Browser: https://salsa.debian.org/js-team/node-wikibase-cli
Rules-Requires-Root: no

Package: node-wikibase-cli
Architecture: all
Depends:
 node-chalk (>= 2.4.2),
 node-commander (>= 6.0.0),
 node-copy-paste (>= 1.3.0),
 node-fetch (>= 2.6.0),
 node-lodash (>= 4.17.15),
 node-mkdirp (>= 0.5.1),
 node-opener,
 node-read (>= 1.0.7),
 node-split (>= 1.0.1),
 node-through2 (>= 2.3.8),
 node-wikibase-edit (>= 4.14.2),
 node-wikibase-sdk (>= 7.14.1),
 node-wikidata-lang (>= 2.0.11),
 nodejs:any,
 ${misc:Depends},
Description: command-line interface to Wikibase
 wikibase-cli is a command-line interface to Wikibase instances. This tool is
 mostly a CLI interface to the JS modules wikibase-edit and wikibase-sdk. It was
 primarily developed to target Wikidata, but as then been decoupled to support
 any Wikibase instance.