![]() |
2 gadi atpakaļ | |
---|---|---|
.. | ||
CHANGELOG.md | 2 gadi atpakaļ | |
LICENSE.md | 2 gadi atpakaļ | |
README.md | 2 gadi atpakaļ | |
access.js | 2 gadi atpakaļ | |
adduser.js | 2 gadi atpakaļ | |
config.js | 2 gadi atpakaļ | |
extract.js | 2 gadi atpakaļ | |
fetch.js | 2 gadi atpakaļ | |
get-prefix.js | 2 gadi atpakaļ | |
hook.js | 2 gadi atpakaļ | |
index.js | 2 gadi atpakaļ | |
link-bin.js | 2 gadi atpakaļ | |
log.js | 2 gadi atpakaļ | |
logical-tree.js | 2 gadi atpakaļ | |
login.js | 2 gadi atpakaļ | |
manifest.js | 2 gadi atpakaļ | |
org.js | 2 gadi atpakaļ | |
package.json | 2 gadi atpakaļ | |
packument.js | 2 gadi atpakaļ | |
parse-arg.js | 2 gadi atpakaļ | |
profile.js | 2 gadi atpakaļ | |
publish.js | 2 gadi atpakaļ | |
read-json.js | 2 gadi atpakaļ | |
run-script.js | 2 gadi atpakaļ | |
search.js | 2 gadi atpakaļ | |
stringify-package.js | 2 gadi atpakaļ | |
tarball.js | 2 gadi atpakaļ | |
team.js | 2 gadi atpakaļ | |
unpublish.js | 2 gadi atpakaļ | |
verify-lock.js | 2 gadi atpakaļ |
libnpm
is the programmatic API for npm.
For bug reports and support, please head over to npm.community.
$ npm install libnpm
manifest
packument
tarball
extract
search
publish
]()unpublish
access
login
adduser
profile
hook
team
org
parseArg
config
readJSON
verifyLock
getPrefix
logicalTree
stringifyPackage
runScript
log
fetch
(plain ol' client for registry interaction)linkBin
await libnpm.manifest('libnpm') // => Manifest { name: 'libnpm', ... }
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.