root 3bf41bf355 update 2 years ago
..
CHANGELOG.md 3bf41bf355 update 2 years ago
LICENSE.md 3bf41bf355 update 2 years ago
README.md 3bf41bf355 update 2 years ago
access.js 3bf41bf355 update 2 years ago
adduser.js 3bf41bf355 update 2 years ago
config.js 3bf41bf355 update 2 years ago
extract.js 3bf41bf355 update 2 years ago
fetch.js 3bf41bf355 update 2 years ago
get-prefix.js 3bf41bf355 update 2 years ago
hook.js 3bf41bf355 update 2 years ago
index.js 3bf41bf355 update 2 years ago
link-bin.js 3bf41bf355 update 2 years ago
log.js 3bf41bf355 update 2 years ago
logical-tree.js 3bf41bf355 update 2 years ago
login.js 3bf41bf355 update 2 years ago
manifest.js 3bf41bf355 update 2 years ago
org.js 3bf41bf355 update 2 years ago
package.json 3bf41bf355 update 2 years ago
packument.js 3bf41bf355 update 2 years ago
parse-arg.js 3bf41bf355 update 2 years ago
profile.js 3bf41bf355 update 2 years ago
publish.js 3bf41bf355 update 2 years ago
read-json.js 3bf41bf355 update 2 years ago
run-script.js 3bf41bf355 update 2 years ago
search.js 3bf41bf355 update 2 years ago
stringify-package.js 3bf41bf355 update 2 years ago
tarball.js 3bf41bf355 update 2 years ago
team.js 3bf41bf355 update 2 years ago
unpublish.js 3bf41bf355 update 2 years ago
verify-lock.js 3bf41bf355 update 2 years ago

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.