1 Star 0 Fork 8

C-Band/logsets

forked from fisher/logsets 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
fisher 提交于 2022-09-05 14:17 . fix tasklis title error
{
"name": "logsets",
"version": "1.0.17",
"description": "Nodejs terminal application output colorized enhancement",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"homepage": "https://zhangfisher.github.io/logsets/",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"release": " npm version patch && npm run build && npm publish",
"dev:docs":"docsify serve docs"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./utils": {
"import": "./dist/utils.mjs",
"require": "./dist/utils.cjs"
}
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://gitee.com/zhangfisher/logsets.git"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.17.0",
"ansicolor": "^1.1.100",
"core-js": "^3.21.0",
"deepmerge": "^4.2.2"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"rollup": "^2.70.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-terser": "^7.0.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/C-BAND/logsets.git
git@gitee.com:C-BAND/logsets.git
C-BAND
logsets
logsets
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385