1 Star 0 Fork 1

邹元浩/nprogress-官方库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
邹元浩 提交于 2023-11-30 10:04 . 1.0.0
{
"name": "nprogress-zyh",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"description": "Simple slim progress bars",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git@gitee.com:zyh1zyh/nprogress---official-library.git"
},
"scripts": {
"test": "mocha"
},
"main": "nprogress.js",
"license": "MIT",
"devDependencies": {
"chai": "~1.6.1",
"jquery": "^3.5.0",
"jsdom": "^5.4.3",
"mocha": "^2.2.4",
"mocha-jsdom": "^0.3.0"
},
"dependencies": {},
"jspm": {
"format": "global",
"shim": {
"nprogress": {
"deps": [
"./nprogress.css!"
]
}
},
"dependencies": {
"css": "*"
}
},
"spm": {
"main": "nprogress.js",
"output": [
"nprogress.css"
],
"ignore": [
"support",
"test",
"vendor"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zyh1zyh/nprogress---official-library.git
git@gitee.com:zyh1zyh/nprogress---official-library.git
zyh1zyh
nprogress---official-library
nprogress-官方库
master

搜索帮助