Your message dated Sat, 02 May 2026 06:21:22 +0000
with message-id <[email protected]>
and subject line Bug#1135425: fixed in node-fs-extra 10.1.0+~9.0.13-3
has caused the Debian Bug report #1135425,
regarding node-fs-extra: FTBFS: TypeError [ERR_INVALID_ARG_VALUE]: The argument 
'type' must be one of: 'dir', 'file', 'junction', null, undefined. Received 
[Function: callback]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1135425: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135425
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-fs-extra
Version: 10.1.0+~9.0.13-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:node-fs-extra, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=nodejs
        rm -rf ./node_modules/.cache ./.nyc_output
        rm -rf types-fs-extra/node_modules/.cache types-fs-extra/.nyc_output
rm ./node_modules/.cache
rm types-fs-extra/node_modules/.cache
rm ./node_modules/.cache
unlink node_modules/@types/fs-extra
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs

[... snipped ...]


  8) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink file using src ./foo.txt and dst 
./real-alpha/real-beta/real-gamma/symlink.txt:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:211:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  9) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink file using src ./foo.txt and dst 
./alpha/symlink.txt:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:76:13)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:211:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  10) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink file using src ./foo.txt and dst 
./alpha/beta/symlink.txt:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:76:13)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:211:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  11) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink file using src ./foo.txt and dst 
./alpha/beta/gamma/symlink.txt:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:76:13)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:211:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  12) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-foo and dst 
./symlink-dir-foo:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  13) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ../dir-bar and dst 
./dir-foo/symlink-dir-bar:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  14) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-bar and dst 
./dir-foo/symlink-dir-bar:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  15) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-bar and dst 
./empty-dir/symlink-dir-bar:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  16) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-bar and dst 
./real-alpha/symlink-dir-bar:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  17) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-bar and dst 
./real-alpha/real-beta/symlink-dir-bar:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  18) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-bar and dst 
./real-alpha/real-beta/real-gamma/symlink-dir-bar:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  19) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-foo and dst ./alpha/dir-foo:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:76:13)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  20) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-foo and dst 
./alpha/beta/dir-foo:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:76:13)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  21) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink dir using src ./dir-foo and dst 
./alpha/beta/gamma/dir-foo:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:76:13)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:261:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  22) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink file using src 
/tmp/fs-extra/ensure-symlink/foo.txt and dst ./symlink.txt:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:211:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)

  23) fse-ensure-symlink
       ensureSymlinkSync()
         should create symlink file using src 
/tmp/fs-extra/ensure-symlink/dir-foo/foo.txt and dst ./symlink.txt:
     TypeError [ERR_INVALID_ARG_VALUE]: The argument 'type' must be one of: 
'dir', 'file', 'junction', null, undefined. Received [Function: callback]
      at Object.symlinkSync (node:fs:1851:3)
      at createSymlinkSync (lib/ensure/symlink.js:74:25)
      at Context.<anonymous> (lib/ensure/__tests__/symlink.test.js:211:7)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:719:10)
      at /usr/share/nodejs/mocha/lib/runner.js:842:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:634:14)
      at /usr/share/nodejs/mocha/lib/runner.js:644:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:527:14)
      at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:612:5)
      at process.processImmediate (node:internal/timers:504:21)



dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 23
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: node-fs-extra
Source-Version: 10.1.0+~9.0.13-3
Done: Xavier Guimard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-fs-extra, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Xavier Guimard <[email protected]> (supplier of updated node-fs-extra package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 02 May 2026 07:55:44 +0200
Source: node-fs-extra
Architecture: source
Version: 10.1.0+~9.0.13-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Xavier Guimard <[email protected]>
Closes: 1135425
Changes:
 node-fs-extra (10.1.0+~9.0.13-3) unstable; urgency=medium
 .
   * Team upload
   * Fix symlink test args mutation, broke under Node.js 24 (Closes:
     #1135425)
   * Declare compliance with policy 4.7.4
   * Update debian/watch to version 5
Checksums-Sha1: 
 d983bf1913dfddfe5c004c8542a784e895f4eed9 2587 
node-fs-extra_10.1.0+~9.0.13-3.dsc
 f9b9250d85d7e171199d1ce20b1a4dc031d9de34 5188 
node-fs-extra_10.1.0+~9.0.13-3.debian.tar.xz
Checksums-Sha256: 
 db1431855e16b63194850c9d046a144cb73b34e1252339dcbcb546b871906996 2587 
node-fs-extra_10.1.0+~9.0.13-3.dsc
 6998723e73ed6ca000ff9435980167fdbb12e4c63e2466f45bfc068a6103a60c 5188 
node-fs-extra_10.1.0+~9.0.13-3.debian.tar.xz
Files: 
 8335ba68a41e236082106e2364ed4daf 2587 javascript optional 
node-fs-extra_10.1.0+~9.0.13-3.dsc
 b4fddcd30d4966173d2e90f009cfe9d7 5188 javascript optional 
node-fs-extra_10.1.0+~9.0.13-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmn1kr4ACgkQ9tdMp8mZ
7uncTRAAi5LO7moiHzpSE1HQpYXVEn198yuScoj7R81W33h7SJ8mvF79LrH1QaeX
4O6RXgcnTQl/FftbpqdYDRAM7t/NyFtvFXrX3p92tfO4b3/ADqlaH5jK/3DGtqJM
dhi0zKMJF3KpvsjbC56fK7bmN/m2wcsywLMyEoLVIaV1QeMtX1IXfwq3gJNR/Pb4
SA3O7C+Eg/a6vFyhMT7CJDcQ/IWrZQJiaLpuI/MKo5olZBFXHdPOS55L6W4WzaPW
txHAarosxj0nS1N1svwJKLmaldK+I++2LhJ3ykqhPpGUTraCNTfersRXxbkHS8bh
O6+8ySfuH2YTcmKww1C84eUzlQC8RWAzQ6wHB0MUuh97AlLKNk0+d7YSBgpC4tye
1omcnNZ5Vmzrx+FZok68AS+hu7U0SzJo1ML7GW+BPUmBohpBQ2rHFpRGQ1REGlH/
nfdLwWJDa+86f/D/k76QxbQoNhFWwgbOiYSjpk0EEpdw1bMoNGsL7b8vfAmqsig9
2lXHophMlUVQ+SkR3BFsw2ITfOeG2x9xIRhDoE5OYAbHstd0AhG86kg6DvNtfdCL
TbQwICwpYvwarTGOOwA1wgofiykgRMJOfp8cQcoidyjlL+8k8ZQzo+78eQRiSMLB
QhiCLKIP4yL/2GeI6gTiJ8k26x0QAmNVwPQTO2PVeuck0qKqOBM=
=s7o7
-----END PGP SIGNATURE-----

Attachment: pgp3CCuMPsQKV.pgp
Description: PGP signature


--- End Message ---
-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to