不需要 node.js 的 javascript 包管理器

标签 javascript package-managers

我正在寻找一个 JavaScript 包管理器,它不需要安装 Node.js,并且最好只与标准命令行工具一起使用。有类似的东西吗?

最佳答案

怎么样CommonJS Package Manager

CPM (CommonJS Package Manager) is designed for simple, straightforward installation of CommonJS packages into a target location/package. This is specifically designed to make it easy to install packages for use in the browser or any server side JS environment (like Node). CPM is based on the CommonJS Mappings specification, and will install all dependencies listed in the dependencies or mappings hash.

默认情况下,它使用 Rhino(因为 JVM 几乎安装在任何地方,引用他们的评论)。

关于不需要 node.js 的 javascript 包管理器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13542882/

相关文章:

javascript - 下拉列表jquery中的默认文本

javascript - 如何使用 Grunt 而不将所有内容压缩到单个文件中

javascript - JavaScript 的依赖管理和构建工具

Android PackageManager 启用任何应用程序

javascript - 在 HTML/CSS 中,如何处理图像以使其不离开屏幕而需要滚动?

javascript - 浏览器支持模块导入,我该如何使用它?

linux - 查询 debian 存储库的工具/命令(如 rpm 存储库的 repoquery)

visual-studio-code - 将自定义包源添加到Visual Studio Code

javascript - ': :' 是什么意思?

python - 如何创建一个包来安装 python 脚本需要的所有依赖项