npm-email:获取npm用户的电子邮件

时间:2024-06-15 01:49:56
【文件属性】:

文件名称:npm-email:获取npm用户的电子邮件

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-15 01:49:56

JavaScript

npm-电子邮件 获取npm用户的电子邮件 安装 $ npm install npm-email 用法 const npmEmail = require ( 'npm-email' ) ; ( async ( ) => { console . log ( await npmEmail ( 'sindresorhus' ) ) ; //=> 'sindresorhus@gmail.com' } ) ( ) ; 原料药 npmEmail(用户名) 返回对用户电子邮件地址的承诺。 用户名 类型: string 要查找的npm用户名。 有关的 此模块的CLI 获取带有特定关键字的npm软件包列表 从npm注册表中获取的package.json 获取npm用户的用户信息 执照 麻省理工学院:copyright:


【文件预览】:
npm-email-main
----index.test-d.ts(120B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(582B)
----license(1KB)
----index.d.ts(574B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(886B)
----readme.md(873B)
----package.json(648B)

网友评论