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
|
Source: node-sync-content
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, node-typescript (>= 5.0.2)
, ts-node
, rsync <!nocheck>
, node-tap <!nocheck>
, node-glob (>= 10.2.6) <!nocheck>
, node-mkdirp (>= 2.1.6) <!nocheck>
, node-path-scurry (>= 1.9.2) <!nocheck>
, node-rimraf (>= 4.0.0) <!nocheck>
Standards-Version: 4.7.3
Homepage: https://github.com/isaacs/sync-content#readme
Vcs-Git: https://salsa.debian.org/js-team/node-sync-content.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sync-content
Rules-Requires-Root: no
Package: node-sync-content
Architecture: all
Depends:
${misc:Depends}
, node-glob (>= 10.2.6)
, node-mkdirp (>= 2.1.6)
, node-path-scurry (>= 1.9.2)
, node-rimraf (>= 4.0.0)
, nodejs:any
Description: Pure javascript sync between directory
This package allows one to sync file between two directory
on a file by file basis only if contents differ.
.
This is a dependency of tshy a TypeScript node package builder.
.
Node.js is an event-based server-side JavaScript engine.
|