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

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.