scoped-modules-checker:[npm] 检查包是否为作用域包

时间:2024-07-04 09:48:45
【文件属性】:

文件名称:scoped-modules-checker:[npm] 检查包是否为作用域包

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-04 09:48:45

JavaScript

范围模块检查器 检查 npm 包是否有。 安装 npm install scoped-modules-checker 用法 var checker = require ( "scoped-modules-checker" ) ; var packageJSONPath = path . join ( process . cwd ( ) , "package.json" ) ; var pkg = JSON . parse ( fs . readFileSync ( packageJSONPath ) ) ; var errors = checker . validateScopedPackage ( pkg ) ; if ( errors . length > 0 ) { // Found Error console . error ( errors . join (


【文件预览】:
scoped-modules-checker-master
----src()
--------checker.js(870B)
----.travis.yml(57B)
----LICENSE(1KB)
----test()
--------checker-test.js(1KB)
--------mocha.opts(32B)
----README.md(920B)
----.gitignore(2KB)
----bin()
--------cmd.js(397B)
----package.json(1KB)

网友评论