libnpm

Collection of programmatic APIs for the npm CLI

ISC 12 个版本
安装
npm install libnpm
yarn add libnpm
pnpm add libnpm
bun add libnpm
README

libnpm

libnpm is the programmatic API for npm.

For bug reports and support, please head over to npm.community.

Install

$ npm install libnpm

Table of Contents

Example

await libnpm.manifest('libnpm') // => Manifest { name: 'libnpm', ... }

API

This package re-exports the APIs from other packages for convenience. Refer to the table of contents for detailed documentation on each individual exported API.

版本列表
3.0.1 2019-07-16
3.0.0 2019-07-10
2.0.1 2018-12-05
2.0.0 2018-11-27
1.5.0 2018-11-26
1.4.0 2018-11-13
1.3.0 2018-11-07
1.2.0 2018-11-07
1.1.0 2018-11-07
1.0.0 2018-08-31
0.0.1 2018-04-04
0.0.0 2017-12-21