npm-name:检查软件包或组织名称在npm上是否可用

时间:2024-05-19 01:22:17
【文件属性】:

文件名称:npm-name:检查软件包或组织名称在npm上是否可用

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-19 01:22:17

JavaScript

npm名称 检查软件包或组织名称在npm上是否可用 安装 $ npm install npm-name 用法 import npmName from 'npm-name' ; // Check a package name console . log ( await npmName ( 'chalk' ) ) ; //=> false // Check an organization name console . log ( await npmName ( '@ava' ) ) ; //=> false console . log ( await npmName ( '@abc123' ) ) ; //=> true try { await npmName ( '_ABC' ) ; } catch ( error ) { console . log ( error . message


【文件预览】:
npm-name-main
----.gitignore(23B)
----package.json(1KB)
----.npmrc(19B)
----index.js(3KB)
----test.js(3KB)
----.github()
--------workflows()
----license(1KB)
----readme.md(2KB)
----index.test-d.ts(536B)
----.gitattributes(19B)
----.editorconfig(175B)
----index.d.ts(2KB)

网友评论