passwd-user:从用户名或uid获取passwd用户条目

时间:2024-06-14 21:21:02
【文件属性】:

文件名称:passwd-user:从用户名或uid获取passwd用户条目

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-14 21:21:02

JavaScript

密码用户 从用户名或获取用户条目 在macOS和Linux上均可使用。 如果需要跨平台支持,请参阅 。 安装 $ npm install passwd-user 用法 const passwdUser = require ( 'passwd-user' ) ; ( async ( ) => { console . log ( await passwdUser ( 'sindresorhus' ) ) ; /* { username: 'sindresorhus', password: '*', userIdentifier: 501, groupIdentifier: 20, fullName: 'Sindre Sorhus', homeDirectory: '/home/sindresorhus', shell: '/bin/zsh' } */


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

网友评论