/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
tinyglobby
/
node_modules
/
picomatch
/
/usr/local/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch
mkdir
upload
Name
Size
Mode
Actions
lib/
-
0755
rm
index.js
479
0644
edit
dl
rm
LICENSE
1091
0644
edit
dl
rm
package.json
1953
0644
edit
dl
rm
posix.js
60
0644
edit
dl
rm
Edit:
/usr/local/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/index.js
(479B)
'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;
Save
cmd:
run