
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
这是通过命令行查询单词 ,记录生词本 的简单工具。
# 由于qline文件比较大,首次安装可能会比较慢, 最新版本在mirror站点未必有更新
# 可以先设置npm registry 为官方站点, 再安装最新版本
npm config set registry https://registry.npmjs.org/
npm i -g qline@latest
npm config set registry https://registry.npmjs.org/
unset https_proxy
unset http_proxy
unset all_proxyq
unset HTTPS_PROXY
unset HTTP_PROXY
unset ALL_PROXY
npm i -g qline@latest
# 查询单词 qline q <word>
$ qline q ownership
【ownership】 'әunәʃip
释义:
1. n. 所有权, 物主身份
[经] 所有权, 所有制
词频:BNC 2672 | FRQ 3585
变形:s:ownerships
标签:高考,大学英语四级,大学英语六级,考研,雅思
$ qline q 'work around'
【work around】
释义:
1. [网络] 绕过;来绕开;绕个弯解决
# 不输入参数的时候,记录上次查询的单词
$ qline s
$ qline s ownership
$ qline list
$ qline r
📖 请回忆单词:ownership
按回车查看释义...
qline d ownership
# 尝试记忆考研的单词, 缺省抽取10个考研单词,测试
$ qline t -tag ky
# 随机抽取20个cet4词汇反复练习
qline t -tag cet4 -c 20
// 随机抽取30个维克多3500词汇反复练习
qline t -tag vk -c 30
git clone git@github.com:nextuser/qline.git
cd qline
npm install
$ node bin/index.js q china
[dotenv@17.2.3] injecting env (0) from .env -- tip: 🛠️ run anywhere with `dotenvx run -- yourcommand`
【China】 'tʃainә
释义:
1. n. 中国, 瓷器
a. 中国的
词频:BNC 1973 | FRQ 7946
变形:s:chinas
标签:中考,高考
# 查询单词
qline q ownership
# 查询词组
qline q 'work around'
# 记录最新查询的单词或词组到生词本
qline s
# 记录指定单词到生词本
qline s ownership
# 查看10个生词列表
qline l
# 查看20个生词列表
qline l 20
# 随机回顾生词本中单词
qline r
# 清空生词本
qline c
# 随机抽取20个考研词汇反复练习
qline t -tag ky -c 20
# 随机抽取20个cet4词汇反复练习
qline t -tag cet4 -c 20
# 随机抽取10个托福词汇反复练习
qlin t -tag toefl
FAQs
英中词典:支持查单词 背单词 .使用命令行调用
The npm package qline receives a total of 21 weekly downloads. As such, qline popularity was classified as not popular.
We found that qline demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.