HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //opt/alt/alt-nodejs22/root/lib/node_modules/npm/node_modules/tinyglobby/package.json
{
  "name": "tinyglobby",
  "version": "0.2.14",
  "description": "A fast and minimal alternative to globby and fast-glob",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.js"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "author": "Superchupu",
  "license": "MIT",
  "keywords": [
    "glob",
    "patterns",
    "fast",
    "implementation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SuperchupuDev/tinyglobby.git"
  },
  "bugs": {
    "url": "https://github.com/SuperchupuDev/tinyglobby/issues"
  },
  "homepage": "https://github.com/SuperchupuDev/tinyglobby#readme",
  "funding": {
    "url": "https://github.com/sponsors/SuperchupuDev"
  },
  "dependencies": {
    "fdir": "^6.4.4",
    "picomatch": "^4.0.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/node": "^22.15.21",
    "@types/picomatch": "^4.0.0",
    "fs-fixture": "^2.7.1",
    "tsdown": "^0.12.3",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "check": "biome check",
    "format": "biome format --write",
    "lint": "biome lint",
    "lint:fix": "biome lint --fix --unsafe",
    "test": "node --experimental-transform-types --test",
    "test:coverage": "node --experimental-transform-types --test --experimental-test-coverage",
    "test:only": "node --experimental-transform-types --test --test-only",
    "typecheck": "tsc --noEmit"
  }
}