Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/wwwroot/mifepriston.org/node_modules/filesize/ |
Upload File : |
{ "name": "filesize", "description": "JavaScript library to generate a human readable String describing the file size", "version": "3.6.1", "homepage": "https://filesizejs.com", "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", "repository": { "type": "git", "url": "git://github.com/avoidwork/filesize.js.git" }, "bugs": { "url": "https://github.com/avoidwork/filesize.js/issues" }, "license": "BSD-3-Clause", "main": "lib/filesize", "engines": { "node": ">= 0.4.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-minify": "^0.3.0", "grunt": "^1.0.1", "grunt-babel": "^7.0.0", "grunt-cli": "^1.2.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-nodeunit": "^1.0.0", "grunt-contrib-uglify": "^3.3.0", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^20.1.0" }, "keywords": [ "file", "filesize", "size", "readable", "file system", "bytes", "diff" ] }