node-vinyl 2.2.1+~2.0.4-1 source package in Ubuntu

Changelog

node-vinyl (2.2.1+~2.0.4-1) unstable; urgency=medium

  * Team upload
  * Embed typescript definitions and repack

 -- Xavier Guimard <email address hidden>  Fri, 08 Jan 2021 08:55:43 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-vinyl_2.2.1+~2.0.4-1.dsc 2.6 KiB e97d4510c285578fb21a59c767170f57dc0147143746bedbb4bd83ca045fef7f
node-vinyl_2.2.1+~2.0.4.orig-types-vinyl.tar.gz 4.0 KiB b991d1e312d2d81233a12e36b092e11c0e945979034984d8bba0b4ce78b6717d
node-vinyl_2.2.1+~2.0.4.orig.tar.gz 14.5 KiB b295470c6914289167520da4afa09b6f68ac966306afc158159a15024a357f33
node-vinyl_2.2.1+~2.0.4-1.debian.tar.xz 26.4 KiB ccc2c15dc90ea17d786cbe25c5a09bdbb1278b4dabf144b1a4fa2bff1f2e1f3c

Available diffs

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.