代码拉取完成,页面将自动刷新
{
"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"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。