node/deps/npm/node_modules/libnpm
isaacs d7d321b071
deps: upgrade npm to 6.10.2
PR-URL: https://github.com/nodejs/node/pull/28853
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
2019-08-06 09:05:32 +02:00
..
CHANGELOG.md
LICENSE.md
README.md
access.js
adduser.js
config.js
extract.js
fetch.js
get-prefix.js
hook.js
index.js
link-bin.js
log.js
logical-tree.js
login.js
manifest.js
org.js
package.json
packument.js
parse-arg.js
profile.js
publish.js
read-json.js
run-script.js
search.js
stringify-package.js
tarball.js
team.js
unpublish.js
verify-lock.js

README.md

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.