HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode/frontend/node_modules/custom-select/package.json
{
  "name": "custom-select",
  "description": "A lightweight JavaScript library for custom HTML <select> creation and managing. No dependencies needed.",
  "version": "1.1.15",
  "main": "build",
  "repository": {
    "type": "git",
    "url": "https://github.com/custom-select/custom-select.git"
  },
  "bugs": {
    "url": "https://github.com/custom-select/custom-select/issues"
  },
  "scripts": {
    "clean": "rimraf build && mkdir build && rimraf examples/build && mkdir examples/build && cpx src/css/custom-select.css build/",
    "test": "cross-env NODE_PATH=src browserify -t babelify src/test/index.js | tape-run",
    "prebuild": "npm run clean",
    "build": "babel src/index.js -s -o build/index.js && browserify src/global.js -o build/custom-select.min.js -t [ babelify ] -p [minifyify --no-map] && browserify src/jquery-adaptor.js -o build/jquery.custom-select.min.js -t [ babelify ] -p [minifyify --no-map]",
    "prepublish": "npm run build"
  },
  "keywords": [
    "select",
    "custom select",
    "html select"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "babelify": "^8.0.0",
    "browserify": "^14.5.0",
    "cpx": "^1.5.0",
    "cross-env": "^5.1.1",
    "eslint": "^4.11.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.5.1",
    "minifyify": "^7.3.5",
    "rimraf": "^2.6.2",
    "tape": "^4.8.0",
    "tape-run": "^3.0.0"
  },
  "dependencies": {
    "custom-event-polyfill": "^0.3.0"
  },
  "author": {
    "name": "Gionatan Lombardi",
    "url": "https://github.com/gionatan-lombardi"
  },
  "contributors": [
    {
      "name": "Marco Nucara",
      "url": "https://github.com/nuky89"
    },
    {
      "name": "Simone Scalbi",
      "url": "https://github.com/pennywiz"
    }
  ],
  "license": "MIT"
}