File: control

package info (click to toggle)
node-mkdirp-classic 0.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76 kB
  • sloc: javascript: 76; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 794 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
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),
 dh-sequence-nodejs,
Standards-Version: 4.6.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
Rules-Requires-Root: no

Package: node-mkdirp-classic
Architecture: all
Depends: ${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.