软件包:node-puka(1.0.1+dfsg-2)
node-puka 的相关链接
Debian 的资源:
下载源码包 node-puka:
- [node-puka_1.0.1+dfsg-2.dsc]
- [node-puka_1.0.1+dfsg.orig.tar.xz]
- [node-puka_1.0.1+dfsg-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [gitlab.com]
相似软件包:
Safely pass strings through shells - Node.js module
A Node.js module that provides a simple and platform-agnostic way to build shell commands with arguments that pass through your shell unaltered and with no unsafe side effects, whether you are running on Windows or a Unix-based OS.
It is useful when launching a child process from Node.js using a shell (as with child_process.exec); in that case you have to construct your command as a single string instead of using an array of arguments. And doing that can be buggy (if not dangerous) if you don't take care to quote any arguments correctly for the shell you're targeting, and the quoting has to be done differently on Windows and non-Windows shells.
Node.js is an event-based server-side JavaScript engine.