Source: node-replace-in-file
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-chalk,
 node-glob,
 node-yargs,
 chai <!nocheck>,
 node-chai-as-promised <!nocheck>,
 mocha <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/adamreisnz/replace-in-file#readme
Vcs-Git: https://salsa.debian.org/js-team/node-replace-in-file.git
Vcs-Browser: https://salsa.debian.org/js-team/node-replace-in-file

Package: node-replace-in-file
Architecture: all
Multi-Arch: foreign
Depends:
 node-chalk,
 node-glob,
 node-yargs,
 ${misc:Depends},
Description: utility to replace text in files or globs
 A simple utility to quickly replace text in one or more files or globs.
 Works synchronously or asynchronously with either promises or callbacks.
 Make a single replacement or multiple replacements at once.
 .
 Provides a JavaScript ESM and a command-line tool.
 .
 Node.js is an event-based server-side JavaScript engine.
