加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gildas 提交于 2020-12-10 23:58 . bump version
{
"name": "single-file",
"version": "0.2.2",
"description": "SingleFile",
"author": "Gildas Lormeau",
"license": "AGPL-3.0-or-later",
"main": "cli/single-file-cli-api.js",
"bin": {
"single-file": "./cli/single-file"
},
"dependencies": {
"file-url": "^3.0.0",
"iconv-lite": "^0.6.2",
"jsdom": "^16.4.0",
"puppeteer-core": "^5.3.0",
"selenium-webdriver": "4.0.0-alpha.7",
"strong-data-uri": "^1.0.6",
"yargs": "^16.0.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化