libnpmsearch:闪亮的新npm搜索端点的编程API

时间:2024-05-18 03:32:13
【文件属性】:

文件名称:libnpmsearch:闪亮的新npm搜索端点的编程API

文件大小:105KB

文件格式:ZIP

更新时间:2024-05-18 03:32:13

JavaScript

libnpmsearch 是一个Node.js库,用于以编程方式访问npm搜索端点。 它不支持传统的通过搜索/-/all 。 目录 例子 const search = require ( 'libnpmsearch' ) console . log ( await search ( 'libnpm' ) ) => [ { name : 'libnpm' , description : 'programmatic npm API' , ... etc } , { name : 'libnpmsearch' , description : 'Programmatic API for searching in npm and compatible registries' , ... etc } , ... more ] 安装


【文件预览】:
libnpmsearch-latest
----.github()
--------settings.yml(48B)
--------workflows()
----LICENSE(717B)
----test()
--------fixtures()
--------index.js(9KB)
----README.md(5KB)
----.gitignore(35B)
----index.js(1KB)
----CHANGELOG.md(2KB)
----package-lock.json(428KB)
----package.json(950B)

网友评论