1 Star 0 Fork 1

蜗牛爬山/nprogress-官方库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
dependabot[bot] 提交于 2020-04-19 00:47 . Bump jquery from 2.2.4 to 3.5.0
{
"name": "nprogress",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"description": "Simple slim progress bars",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.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/wo_niu_pa_shan/nprogress---official-library.git
git@gitee.com:wo_niu_pa_shan/nprogress---official-library.git
wo_niu_pa_shan
nprogress---official-library
nprogress-官方库
master

搜索帮助