加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jjonline/calendar.js
克隆/下载
package.json 928 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jea杨 提交于 2023-04-02 01:26 . commit dist
{
"name": "js-calendar-converter",
"version": "0.0.1",
"description": "Chinese Lunar Calendar (Luminous Calendar) and Western Yuan Gregorian Calendar Interconversion JavaScript Library",
"main": "dist/js-calendar-converter.cjs",
"module": "dist/js-calendar-converter.mjs",
"scripts": {
"build": "npx rollup -c rollup.config.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjonline/calendar.js.git"
},
"keywords": [
"calendar",
"lunar to solar",
"solar to lunar"
],
"author": "JeaYang",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jjonline/calendar.js/issues"
},
"homepage": "https://github.com/jjonline/calendar.js#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"rollup": "^3.19.0",
"rollup-plugin-filesize": "^10.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化