11 Star 29 Fork 3

罪./cache-bucket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
罪. 提交于 2018-11-02 12:45 +08:00 . Fix empty Set() case.
{
"name": "cache-bucket",
"version": "1.1.4",
"repository": "git@github.com:fwh1990/cache-bucket.git",
"author": "范文华 <531362022@qq.com>",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "rm -rf lib && node_modules/.bin/tsc",
"test": "nyc mocha --require ./node_modules/ts-node/register tests/*.test.ts"
},
"nyc": {
"cache": false,
"extension": [
".ts"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.d.ts"
],
"reporter": [
"text",
"html"
],
"require": [
"ts-node/register"
],
"produceSourceMap": true,
"sourceMap": true,
"instrument": true,
"all": true
},
"dependencies": {
"js-md5": "^0.7.3",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/js-md5": "^0.4.2",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.0",
"chai": "^4.2.0",
"jsdom": "^12.2.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"ts-node": "^7.0.1",
"typescript": "^3.1.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/geekact/cache-bucket.git
git@gitee.com:geekact/cache-bucket.git
geekact
cache-bucket
cache-bucket
master

搜索帮助