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
|
Source: node-make-dir
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
Utkarsh Gupta <guptautkarsh2102@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 12),
node-graceful-fs <!nocheck>,
node-path-type (>= 4.0.0) <!nocheck>,
node-semver <!nocheck>,
node-tape <!nocheck>,
node-unique-string <!nocheck>,
pkg-js-tools (>= 0.8.11)
Standards-Version: 4.5.1
Homepage: https://github.com/sindresorhus/make-dir
Vcs-Git: https://salsa.debian.org/js-team/node-make-dir.git
Vcs-Browser: https://salsa.debian.org/js-team/node-make-dir
Rules-Requires-Root: no
Package: node-make-dir
Architecture: all
Depends:
${misc:Depends},
nodejs,
node-semver
Description: Make a directory and its parents if needed - Think mkdir -p
Advantages over mkdirp
- Promise API (Async/await ready!)
- Fixes many mkdirp issues
- 100% test coverage
- CI-tested on macOS, Linux, and Windows
- Actively maintained
- Doesn't bundle a CLI
.
Node.js is an event-based server-side JavaScript engine.
|