Source: node-del Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , node-globby , node-graceful-fs , node-is-glob , node-is-path-cwd , node-is-path-inside , node-p-map , node-rimraf , node-slash , pkg-js-tools (>= 0.9.20~) Standards-Version: 4.4.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} , nodejs , 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.