node-shelljs 0.8.5+~cs0.8.10-2 source package in Ubuntu

Changelog

node-shelljs (0.8.5+~cs0.8.10-2) unstable; urgency=medium

  * Team upload
  * Fix /usr/bin/shjs link (Closes: #1036582)

 -- Yadd <email address hidden>  Tue, 23 May 2023 06:39:48 +0400

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-shelljs_0.8.5+~cs0.8.10-2.dsc 2.5 KiB 25bf37d496248b97a15235ae04060275d13e16aad8590b3842723dcb6e95a68e
node-shelljs_0.8.5+~cs0.8.10.orig-types-shelljs.tar.gz 8.5 KiB a0d41fe03e7ef983d16a0db2ea5c8792923f98b144bf2a93ffc4fff0e2010780
node-shelljs_0.8.5+~cs0.8.10.orig.tar.gz 135.1 KiB 22630d03ed164d0edff6398f9d5ba8c9f762dc371737bfe92387a837afc61b33
node-shelljs_0.8.5+~cs0.8.10-2.debian.tar.xz 8.7 KiB fc9d6f01b8d3f3ffa4aecee40c0efa37df8d05b45b69cf1c3e747e8e5479e96a

No changes file available.

Binary packages built by this source

node-shelljs: Portable Unix shell commands for Node.js

 ShellJS is a portable (Windows/Linux/OS X) implementation of Unix shell
 commands on top of the Node.js API. You can use it to eliminate your shell
 script's dependency on Unix while still keeping its familiar and powerful
 commands. You can also install it globally so you can run it from outside
 Node projects - say goodbye to those gnarly Bash scripts!
 .
 Node.js is an event-based server-side JavaScript engine.