Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.223.122.53
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
node_modules /
libnpm /
Delete
Unzip
Name
Size
Permission
Date
Action
CHANGELOG.md
2.72
KB
-rw-r--r--
2022-01-10 12:20
LICENSE.md
755
B
-rw-r--r--
2022-01-10 12:20
README.md
1.98
KB
-rw-r--r--
2022-01-10 12:20
access.js
55
B
-rw-r--r--
2022-01-10 12:20
adduser.js
62
B
-rw-r--r--
2022-01-10 12:20
config.js
55
B
-rw-r--r--
2022-01-10 12:20
extract.js
57
B
-rw-r--r--
2022-01-10 12:20
fetch.js
61
B
-rw-r--r--
2022-01-10 12:20
get-prefix.js
58
B
-rw-r--r--
2022-01-10 12:20
hook.js
53
B
-rw-r--r--
2022-01-10 12:20
index.js
954
B
-rw-r--r--
2022-01-10 12:20
link-bin.js
52
B
-rw-r--r--
2022-01-10 12:20
log.js
49
B
-rw-r--r--
2022-01-10 12:20
logical-tree.js
59
B
-rw-r--r--
2022-01-10 12:20
login.js
60
B
-rw-r--r--
2022-01-10 12:20
manifest.js
58
B
-rw-r--r--
2022-01-10 12:20
org.js
52
B
-rw-r--r--
2022-01-10 12:20
package.json
2.55
KB
-rw-r--r--
2022-01-10 12:20
packument.js
59
B
-rw-r--r--
2022-01-10 12:20
parse-arg.js
58
B
-rw-r--r--
2022-01-10 12:20
profile.js
54
B
-rw-r--r--
2022-01-10 12:20
publish.js
64
B
-rw-r--r--
2022-01-10 12:20
read-json.js
91
B
-rw-r--r--
2022-01-10 12:20
run-script.js
56
B
-rw-r--r--
2022-01-10 12:20
search.js
55
B
-rw-r--r--
2022-01-10 12:20
stringify-package.js
60
B
-rw-r--r--
2022-01-10 12:20
tarball.js
57
B
-rw-r--r--
2022-01-10 12:20
team.js
53
B
-rw-r--r--
2022-01-10 12:20
unpublish.js
66
B
-rw-r--r--
2022-01-10 12:20
verify-lock.js
54
B
-rw-r--r--
2022-01-10 12:20
Save
Rename
# libnpm [`libnpm`](https://github.com/npm/libnpm) is the programmatic API for npm. For bug reports and support, please head over to [npm.community](https://npm.community). ## Install `$ npm install libnpm` ## Table of Contents * [Example](#example) * [Features](#features) * [API](#api) * Fetching Packages and Their Info * [`manifest`](https://www.npmjs.com/package/pacote#manifest) * [`packument`](https://www.npmjs.com/package/pacote#packument) * [`tarball`](https://www.npmjs.com/package/pacote#tarball) * [`extract`](https://www.npmjs.com/package/pacote#extract) * [`search`](https://npm.im/libnpmsearch) * Package-related Registry APIs * [`publish`]() * [`unpublish`](#unpublish) * [`access`](https://npm.im/libnpmaccess) * Account-related Registry APIs * [`login`](https://www.npmjs.com/package/npm-profile#login) * [`adduser`](https://www.npmjs.com/package/npm-profile#adduser) * [`profile`](https://npm.im/npm-profile) * [`hook`](https://npm.im/libnpmhook) * [`team`](https://npm.im/libnpmteam) * [`org`](https://npm.im/libnpmorg) * Miscellaneous * [`parseArg`](https://npm.im/npm-package-arg) * [`config`](https://npm.im/libnpmconfig) * [`readJSON`](https://npm.im/read-package-json) * [`verifyLock`](https://npm.im/lock-verify) * [`getPrefix`](https://npm.im/find-npm-prefix) * [`logicalTree`](https://npm.im/npm-logical-tree) * [`stringifyPackage`](https://npm.im/stringify-package) * [`runScript`](https://www.npmjs.com/package/npm-lifecycle) * [`log`](https://npm.im/npmlog) * [`fetch`](https://npm.im/npm-registry-fetch) (plain ol' client for registry interaction) * [`linkBin`](https://npm.im/bin-links) ### Example ```javascript 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](#table-of-contents) for detailed documentation on each individual exported API.