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 : 3.15.22.202
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
import-local /
Delete
Unzip
Name
Size
Permission
Date
Action
fixtures
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
index.js
712
B
-rw-r--r--
2017-05-04 17:29
license
1.08
KB
-rw-r--r--
2017-06-01 19:17
package.json
1.82
KB
-rw-r--r--
2021-02-04 21:24
readme.md
806
B
-rw-r--r--
2017-12-15 10:14
Save
Rename
# import-local [](https://travis-ci.org/sindresorhus/import-local) > Let a globally installed package use a locally installed version of itself if available Useful for CLI tools that want to defer to the user's locally installed version when available, but still work if it's not installed locally. For example, [AVA](http://ava.li) and [XO](https://github.com/sindresorhus/xo) uses this method. ## Install ``` $ npm install import-local ``` ## Usage ```js const importLocal = require('import-local'); if (importLocal(__filename)) { console.log('Using local version of this package'); } else { // Code for both global and local version here… } ``` ## License MIT © [Sindre Sorhus](https://sindresorhus.com)