Source: node-rimraf
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-glob (>= 10.0.0~)
 , node-mkdirp <!nocheck>
 , node-tap <!nocheck>
 , node-typescript
 , ts-node <!nocheck>
 , rsync <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-rimraf
Vcs-Git: https://salsa.debian.org/js-team/node-rimraf.git
Homepage: https://github.com/isaacs/rimraf
Testsuite: autopkgtest-pkg-nodejs

Package: node-rimraf
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
 , node-glob (>= 10.0.0~)
 , nodejs:any
Recommends: node-graceful-fs
Provides: ${nodejs:Provides}
 , node-types-rimraf (= ${source:Version})
Breaks: node-copy-concurrently (<<1.0.5-10~)
 , node-move-concurrently (<< 1.0.1-6~)
 , node-pre-gyp (<< 1.0.11+~2.0.3-2~)
 , node-temp (<< 0.9.4+~0.9.1-3~)
 , node-cacache (<< 17.0.3+ds1+~cs8.2.7-2~)
 , node-cpr (<<  3.0.1-6~)
 , node-file-entry-cache (<< 6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-3~)
 , node-flat-cache (<< 3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-3~)
 , node-write (<< 2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-3~)
 , node-istanbul (<< 0.4.5+repack10+~cs98.25.59-5~)
 , node-tap (<< 16.3.7+ds3+~cs49.5.20-5~)
 , node-tar (<< 6.2.1+ds1+~cs6.1.13-3~)
 , npm (<< 9.2.0~ds2-1~)
Conflicts: node-fstream
Description: Deep deletion (like rm -rf) module for Node.js
 node-rimraf is a Node.js module that provides asynchronous deep-deletion
 of files and directories.
 .
 The `rimraf` executable is a faster alternative to the `rm -rf` shell
 command.
 .
 Node.js is an event-based server-side javascript engine.
