File: control

package info (click to toggle)
node-mkdirp-classic 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 64 kB
  • sloc: javascript: 76; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 809 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
Source: node-mkdirp-classic
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 nodejs (>= 6),
 pkg-js-tools (>= 0.9.35),
Standards-Version: 4.5.1
Homepage: https://github.com/mafintosh/mkdirp-classic
Vcs-Git: https://salsa.debian.org/js-team/node-mkdirp-classic.git
Vcs-Browser: https://salsa.debian.org/js-team/node-mkdirp-classic

Package: node-mkdirp-classic
Architecture: all
Depends:
 nodejs (>= 6),
 ${misc:Depends},
Description: mkdirp with non promise interface
 mkdirp Node.js package has switched to promise-based interface, leaving
 some packages incompatible. mkdirp-classic is a fork of mkdirp 0.5.2 with
 non promise interface.