File: /var/www/linde-ai/html/node_modules/globby/package.json
{
"_from": "globby@^12.0.2",
"_id": "globby@12.2.0",
"_inBundle": false,
"_integrity": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==",
"_location": "/globby",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "globby@^12.0.2",
"name": "globby",
"escapedName": "globby",
"rawSpec": "^12.0.2",
"saveSpec": null,
"fetchSpec": "^12.0.2"
},
"_requiredBy": [
"/copy-webpack-plugin",
"/imagemin"
],
"_resolved": "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz",
"_shasum": "2ab8046b4fba4ff6eede835b29f678f90e3d3c22",
"_spec": "globby@^12.0.2",
"_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\copy-webpack-plugin",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globby/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-union": "^3.0.1",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.7",
"ignore": "^5.1.9",
"merge2": "^1.4.1",
"slash": "^4.0.0"
},
"deprecated": false,
"description": "User-friendly glob matching",
"devDependencies": {
"@types/node": "^16.11.11",
"ava": "^3.15.0",
"get-stream": "^6.0.1",
"glob-stream": "^7.0.0",
"globby": "github:sindresorhus/globby#main",
"matcha": "^0.7.0",
"rimraf": "^3.0.2",
"tsd": "^0.19.0",
"typescript": "^4.5.2",
"xo": "^0.47.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts",
"gitignore.js",
"stream-utils.js",
"to-path.js"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/globby#readme",
"keywords": [
"all",
"array",
"directories",
"expand",
"files",
"filesystem",
"filter",
"find",
"fnmatch",
"folders",
"fs",
"glob",
"globbing",
"globs",
"gulpfriendly",
"match",
"matcher",
"minimatch",
"multi",
"multiple",
"paths",
"pattern",
"patterns",
"traverse",
"util",
"utility",
"wildcard",
"wildcards",
"promise",
"gitignore",
"git"
],
"license": "MIT",
"name": "globby",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/globby.git"
},
"scripts": {
"bench": "npm update glob-stream fast-glob && matcha bench.js",
"test": "xo && ava && tsd"
},
"type": "module",
"version": "12.2.0",
"xo": {
"ignores": [
"fixtures"
]
}
}