加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
ljhmp 提交于 2020-12-04 17:43 . init
{
"name": "resumablejs",
"version": "1.1.2",
"description": "A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.",
"main": "resumable.js",
"types": "./resumable.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/23/resumable.js.git"
},
"keywords": [
"html5",
"file",
"upload"
],
"author": "https://github.com/23/resumable.js/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/23/resumable.js/issues"
},
"homepage": "https://github.com/23/resumable.js#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化