
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
windows-shortcuts-parser
Advanced tools
windows快捷方式解析器
import { wsp } from 'windows-shortcuts-parser';
// 读取快捷方式
(async () => {
const lnk1 = await wsp('C:\\Users\\wf\\Desktop\\取色器.lnk');
console.log(lnk1);
// 返回值
() => (
{
ShellLinkHeader: {
HeaderSize: 76,
LinkCLSID: '00021401-0000-0000-c000-000000000046',
LinkFlags: [
'IsUnicode',
'EnableTargetMetadata',
'DisableKnownFolderAlias',
'UnaliasOnSave',
'PreferEnvironmentPath',
'KeepLocalIDListForUNCTarget'
],
FileAttributes: [ 'FILE_ATTRIBUTE_SPARSE_FILE' ],
CreationTime: '2020-07-08 09:59:11',
AccessTime: '2020-07-20 17:31:24',
WriteTime: '2014-12-10 13:18:52',
FileSize: 35306,
IconIndex: 0,
ShowCommand: 'SW_SHOWNORMAL',
HotKey: ['ctrl', 'shift', 'c'],
Reserved1: '0x0000',
Reserved2: '0x00000000',
Reserved3: '0x00000000'
},
ExtraData: {
Path: 'E:\\小工具\\取色器.exe',
Description: '备注111aaabbb'
}
}
)
})()
FAQs
windows快捷方式解析器
The npm package windows-shortcuts-parser receives a total of 2 weekly downloads. As such, windows-shortcuts-parser popularity was classified as not popular.
We found that windows-shortcuts-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.