1 Star 0 Fork 0

Hope/rar.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
James Garbutt 提交于 2019-10-07 22:49 . update deps (#9)
{
"name": "rarjs",
"version": "1.0.0",
"author": "43081j",
"description": "Pure-javascript RAR archive reader using AJAX, File API and local files.",
"main": "lib/rar.js",
"repository": {
"type": "git",
"url": "https://github.com/43081j/rar.js.git"
},
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.8",
"@types/sinon": "^7.0.13",
"chai": "^4.2.0",
"mocha": "^6.2.1",
"rollup": "^1.22.0",
"rollup-plugin-typescript": "^1.0.1",
"sinon": "^7.5.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},
"scripts": {
"clean": "rm -rf lib",
"lint": "tslint -p tsconfig.json",
"build": "npm run clean && npm run lint && tsc",
"build:watch": "tsc --watch",
"build:browser": "npm run lint && rollup -c",
"test": "npm run build && mocha",
"prepack": "npm run build"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fullhope/rar.js.git
git@gitee.com:fullhope/rar.js.git
fullhope
rar.js
rar.js
master

搜索帮助