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.