node-vinyl 2.2.1+~cs3.0.7-1 source package in Ubuntu

Changelog

node-vinyl (2.2.1+~cs3.0.7-1) unstable; urgency=medium

  * Team upload
  * Embded node-vinyl-bufferstream
  * Drop depends on nodejs

 -- Bastien Roucariès <email address hidden>  Fri, 29 Oct 2021 19:31:22 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-vinyl_2.2.1+~cs3.0.7-1.dsc 3.0 KiB 53f3a5e6d240fc1d73779e8e30531992b4e1407a12f3754ce70fd6c099addbd2
node-vinyl_2.2.1+~cs3.0.7.orig-types-vinyl.tar.gz 4.1 KiB 6c3037699bbf96220f282c9191c1462d34f5678d50f2b0f2668e64ca05dfc727
node-vinyl_2.2.1+~cs3.0.7.orig-vinyl-bufferstream.tar.gz 4.3 KiB cf35c214ba319da3c9326161a57f5ae5eb6da34b08c8b5b386b762b4b06d1262
node-vinyl_2.2.1+~cs3.0.7.orig.tar.gz 14.5 KiB b295470c6914289167520da4afa09b6f68ac966306afc158159a15024a357f33
node-vinyl_2.2.1+~cs3.0.7-1.debian.tar.xz 26.4 KiB 07dc33e55b757a851f3cae755bee0befa61305a6bc1d52f858da8ba97d309f39

No changes file available.

Binary packages built by this source

node-vinyl: Virtual file format

 Vinyl is a very simple metadata object that describes a file. When you think
 of a file, two attributes come to mind: `path` and `contents`. These are the
 main attributes on a Vinyl object. A file does not necessarily represent
 something on your computer’s file system. You have files on S3, FTP, Dropbox,
 Box, CloudThingly.io and other services. Vinyl can be used to describe files
 from all of these sources.
 .
 Node.js is an event-based server-side JavaScript engine.