PHP 8.2.30
Preview: index.js Size: 479 B
/opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/index.js

'use strict';

const pico = require('./lib/picomatch');
const utils = require('./lib/utils');

function picomatch(glob, options, returnState = false) {
  // default to os.platform()
  if (options && (options.windows === null || options.windows === undefined)) {
    // don't mutate the original options object
    options = { ...options, windows: utils.isWindows() };
  }

  return pico(glob, options, returnState);
}

Object.assign(picomatch, pico);
module.exports = picomatch;

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2026-03-14 07:02:09
Edit Download
479 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download
1.07 KB lrw-r--r-- 2026-02-23 06:54:01
Edit Download
1.91 KB lrw-r--r-- 2026-02-23 06:54:01
Edit Download
60 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).