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
|
Source: node-del
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, node-globby <!nocheck>
, node-graceful-fs <!nocheck>
, node-is-glob <!nocheck>
, node-is-path-cwd <!nocheck>
, node-is-path-inside
, node-is-stream <!nocheck>
, node-make-dir <!nocheck>
, node-p-map <!nocheck>
, node-rimraf <!nocheck>
, node-slash <!nocheck>
, ava <!nocheck>
, node-temp-dir <!nocheck>
, node-unique-string <!nocheck>
, rollup
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-del
Vcs-Git: https://salsa.debian.org/js-team/node-del.git
Homepage: https://github.com/sindresorhus/del#readme
Rules-Requires-Root: no
Package: node-del
Architecture: all
Depends:
${misc:Depends}
, node-globby
, node-graceful-fs
, node-is-glob
, node-is-path-cwd
, node-is-path-inside
, node-p-map
, node-rimraf
, node-slash
Description: Delete files and folders
This module is similar to rimraf, but with a Promise API and support for
multiple files and globbing. It also protects you against deleting the current
working directory and above.
.
Node.js is an event-based server-side JavaScript engine.
|