@techor/glob
Advanced tools
Comparing version 2.6.5 to 2.6.6
@@ -1,2 +0,2 @@ | ||
var c=Object.create;var i=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,S=Object.prototype.hasOwnProperty;var h=(r,t)=>{for(var n in t)i(r,n,{get:t[n],enumerable:!0})},m=(r,t,n,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of x(t))!S.call(r,o)&&o!==n&&i(r,o,{get:()=>t[o],enumerable:!(a=d(t,o))||a.enumerable});return r};var u=(r,t,n)=>(n=r!=null?c(y(r)):{},m(t||!r||!r.__esModule?i(n,"default",{value:r,enumerable:!0}):n,r)),z=r=>m(i({},"__esModule",{value:!0}),r);var O={};h(O,{explorePathSync:()=>p,explorePathsSync:()=>s});module.exports=z(O);var l=u(require("fast-glob"));var f=require("upath");function e(r){return Array.isArray(r)?r.map(f.normalize):(0,f.normalize)(r)}function p(r,t){return l.default.sync(e(r),t)[0]}var g=u(require("fast-glob"));function s(r,t){return g.default.sync(e(r),t)}0&&(module.exports={explorePathSync,explorePathsSync}); | ||
var c=Object.create;var i=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,S=Object.prototype.hasOwnProperty;var h=(r,t)=>{for(var n in t)i(r,n,{get:t[n],enumerable:!0})},u=(r,t,n,m)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of x(t))!S.call(r,o)&&o!==n&&i(r,o,{get:()=>t[o],enumerable:!(m=d(t,o))||m.enumerable});return r};var a=(r,t,n)=>(n=r!=null?c(y(r)):{},u(t||!r||!r.__esModule?i(n,"default",{value:r,enumerable:!0}):n,r)),z=r=>u(i({},"__esModule",{value:!0}),r);var O={};h(O,{explorePathSync:()=>f,explorePathsSync:()=>s});module.exports=z(O);var l=a(require("fast-glob"));var p=a(require("upath"));function e(r){return Array.isArray(r)?r.map(p.default.normalize):p.default.normalize(r)}function f(r,t){return l.default.sync(e(r),t)[0]}var g=a(require("fast-glob"));function s(r,t){return g.default.sync(e(r),t)}0&&(module.exports={explorePathSync,explorePathsSync}); | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
{"name":"@techor/glob","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.js --format=cjs --minify --sourcemap --platform=node --external:fast-glob --external:upath","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node --external:fast-glob --external:upath","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"pnpm run \"/^build:.*/\"","dev":"pnpm run \"/^build:.*/\" --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"A human-friendly set of glob utilities","author":{"name":"Aron","email":"i@aron.tw","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/@techor/glob"},"keywords":["glob","fast-glob","explore paths","explore path","find paths","find path","normalize paths"],"sideEffects":false,"publishConfig":{"access":"public"},"main":"./dist/index.js","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"dependencies":{"fast-glob":"^3.3.0","upath":"^2.0.1"},"version":"2.6.5"} | ||
{"name":"@techor/glob","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.js --format=cjs --minify --sourcemap --platform=node --external:fast-glob --external:upath","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node --external:fast-glob --external:upath","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"pnpm run \"/^build:.*/\"","dev":"pnpm run \"/^build:.*/\" --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"A human-friendly set of glob utilities","author":{"name":"Aron","email":"i@aron.tw","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/@techor/glob"},"keywords":["glob","fast-glob","explore paths","explore path","find paths","find path","normalize paths"],"sideEffects":false,"publishConfig":{"access":"public"},"main":"./dist/index.js","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"dependencies":{"fast-glob":"^3.3.0","upath":"^2.0.1"},"version":"2.6.6"} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11197
15