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.133.100.204
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
node_modules /
fs-constants /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
1.05
KB
-rw-r--r--
2017-12-31 23:56
README.md
528
B
-rw-r--r--
2018-04-26 14:40
browser.js
38
B
-rw-r--r--
2018-04-26 14:37
index.js
65
B
-rw-r--r--
2018-04-26 14:36
package.json
1.33
KB
-rw-r--r--
2021-05-07 15:02
Save
Rename
# fs-constants Small module that allows you to get the fs constants across Node and the browser. ``` npm install fs-constants ``` Previously you would use `require('constants')` for this in node but that has been deprecated and changed to `require('fs').constants` which does not browserify. This module uses `require('constants')` in the browser and `require('fs').constants` in node to work around this ## Usage ``` js var constants = require('fs-constants') console.log('constants:', constants) ``` ## License MIT