文件名称:credits-to:总结 npm 和 bower 依赖项,以便您可以给予信任;)
文件大小:6KB
文件格式:ZIP
更新时间:2024-08-03 03:27:28
JavaScript
贷方 总结 npm 和 bower 依赖项,以便您可以给予信任。 安装 $ npm install credits-to 特征 仅收集已安装信息,即 package.json,bower.json/.bower.json 必须存在 收集所有版本、许可证和存储库 规范化存储库 url 处理依赖关系、devDependencies、peerDependencies 用法 var creditsto = require('credits-to'); creditsto(function (err, credits){ console.log(credits); }); creditsto({root: '.', bower: true, npm: true}, function (err, credits){ console.log(credits); }); 输出 结果(上面的c
【文件预览】:
credits-to-master
----.gitignore(1KB)
----package.json(576B)
----index.js(5KB)
----README.md(2KB)
----.gitattributes(483B)
----test()
--------bowertest.js(2KB)
--------npmtest.js(4KB)