HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: 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
Upload Files
File: /www/server/nodejs/v16.9.0/lib/node_modules/npm/node_modules/qs/package.json
{
    "name": "qs",
    "description": "A querystring parser that supports nesting and arrays, with a depth limit",
    "homepage": "https://github.com/ljharb/qs",
    "version": "6.5.2",
    "repository": {
        "type": "git",
        "url": "https://github.com/ljharb/qs.git"
    },
    "main": "lib/index.js",
    "contributors": [
        {
            "name": "Jordan Harband",
            "email": "ljharb@gmail.com",
            "url": "http://ljharb.codes"
        }
    ],
    "keywords": [
        "querystring",
        "qs"
    ],
    "engines": {
        "node": ">=0.6"
    },
    "dependencies": {},
    "devDependencies": {
        "@ljharb/eslint-config": "^12.2.1",
        "browserify": "^16.2.0",
        "covert": "^1.1.0",
        "editorconfig-tools": "^0.1.1",
        "eslint": "^4.19.1",
        "evalmd": "^0.0.17",
        "iconv-lite": "^0.4.21",
        "mkdirp": "^0.5.1",
        "qs-iconv": "^1.0.4",
        "safe-publish-latest": "^1.1.1",
        "safer-buffer": "^2.1.2",
        "tape": "^4.9.0"
    },
    "scripts": {
        "prepublish": "safe-publish-latest && npm run dist",
        "pretest": "npm run --silent readme && npm run --silent lint",
        "test": "npm run --silent coverage",
        "tests-only": "node test",
        "readme": "evalmd README.md",
        "prelint": "editorconfig-tools check * lib/* test/*",
        "lint": "eslint lib/*.js test/*.js",
        "coverage": "covert test",
        "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js"
    },
    "license": "BSD-3-Clause"
}