2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from" : "picomatch@^2.3.1" ,
"_id" : "picomatch@2.3.1" ,
2023-12-18 13:12:25 +08:00
"_inBundle" : false ,
2024-01-16 21:26:16 +08:00
"_integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2023-12-18 13:12:25 +08:00
"_location" : "/picomatch" ,
"_phantomChildren" : { } ,
"_requested" : {
2024-01-16 21:26:16 +08:00
"type" : "range" ,
2023-12-18 13:12:25 +08:00
"registry" : true ,
2024-01-16 21:26:16 +08:00
"raw" : "picomatch@^2.3.1" ,
2023-12-18 13:12:25 +08:00
"name" : "picomatch" ,
"escapedName" : "picomatch" ,
2024-01-16 21:26:16 +08:00
"rawSpec" : "^2.3.1" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2024-01-16 21:26:16 +08:00
"fetchSpec" : "^2.3.1"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
2024-01-16 21:26:16 +08:00
"/anymatch" ,
"/gulp-load-plugins/micromatch" ,
"/readdirp"
2023-12-18 13:12:25 +08:00
] ,
2024-01-16 21:26:16 +08:00
"_resolved" : "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz" ,
"_shasum" : "3ba3833733646d9d3e4995946c1365a67fb07a42" ,
"_spec" : "picomatch@^2.3.1" ,
"_where" : "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\gulp-load-plugins\\node_modules\\micromatch" ,
2023-12-18 13:12:25 +08:00
"author" : {
"name" : "Jon Schlinkert" ,
"url" : "https://github.com/jonschlinkert"
} ,
"bugs" : {
"url" : "https://github.com/micromatch/picomatch/issues"
} ,
2024-01-16 21:26:16 +08:00
"bundleDependencies" : false ,
"deprecated" : false ,
2023-12-18 13:12:25 +08:00
"description" : "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions." ,
"devDependencies" : {
2024-01-16 21:26:16 +08:00
"eslint" : "^6.8.0" ,
2023-12-18 13:12:25 +08:00
"fill-range" : "^7.0.1" ,
"gulp-format-md" : "^2.0.0" ,
2024-01-16 21:26:16 +08:00
"mocha" : "^6.2.2" ,
"nyc" : "^15.0.0" ,
2023-12-18 13:12:25 +08:00
"time-require" : "github:jonschlinkert/time-require"
} ,
"engines" : {
2024-01-16 21:26:16 +08:00
"node" : ">=8.6"
2023-12-18 13:12:25 +08:00
} ,
"files" : [
"index.js" ,
"lib"
] ,
2024-01-16 21:26:16 +08:00
"funding" : "https://github.com/sponsors/jonschlinkert" ,
2023-12-18 13:12:25 +08:00
"homepage" : "https://github.com/micromatch/picomatch" ,
"keywords" : [
"glob" ,
"match" ,
"picomatch"
] ,
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "picomatch" ,
2024-01-16 21:26:16 +08:00
"nyc" : {
"reporter" : [
"html" ,
"lcov" ,
"text-summary"
]
} ,
2023-12-18 13:12:25 +08:00
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/micromatch/picomatch.git"
} ,
"scripts" : {
2024-01-16 21:26:16 +08:00
"lint" : "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore ." ,
"mocha" : "mocha --reporter dot" ,
"test" : "npm run lint && npm run mocha" ,
"test:ci" : "npm run test:cover" ,
"test:cover" : "nyc npm run mocha"
2023-12-18 13:12:25 +08:00
} ,
"verb" : {
2024-01-16 21:26:16 +08:00
"toc" : {
"render" : true ,
"method" : "preWrite" ,
"maxdepth" : 3
} ,
"layout" : "empty" ,
2023-12-18 13:12:25 +08:00
"tasks" : [
"readme"
] ,
"plugins" : [
"gulp-format-md"
] ,
"lint" : {
"reflinks" : true
} ,
"related" : {
"list" : [
2024-01-16 21:26:16 +08:00
"braces" ,
"micromatch"
2023-12-18 13:12:25 +08:00
]
} ,
"reflinks" : [
"braces" ,
"expand-brackets" ,
"extglob" ,
"fill-range" ,
"micromatch" ,
"minimatch" ,
"nanomatch" ,
"picomatch"
]
} ,
2024-01-16 21:26:16 +08:00
"version" : "2.3.1"
2023-12-18 13:12:25 +08:00
}