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

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.