rDrama/node_modules/globby/package.json

123 lines
2.5 KiB
JSON

{
"_args": [
[
"globby@12.0.2",
"/d"
]
],
"_from": "globby@12.0.2",
"_id": "globby@12.0.2",
"_inBundle": false,
"_integrity": "sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==",
"_location": "/globby",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "globby@12.0.2",
"name": "globby",
"escapedName": "globby",
"rawSpec": "12.0.2",
"saveSpec": null,
"fetchSpec": "12.0.2"
},
"_requiredBy": [
"/postcss-cli"
],
"_resolved": "https://registry.npmjs.org/globby/-/globby-12.0.2.tgz",
"_spec": "12.0.2",
"_where": "/d",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globby/issues"
},
"dependencies": {
"array-union": "^3.0.1",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.7",
"ignore": "^5.1.8",
"merge2": "^1.4.1",
"slash": "^4.0.0"
},
"description": "User-friendly glob matching",
"devDependencies": {
"@types/node": "^16.6.1",
"ava": "^3.15.0",
"get-stream": "^6.0.1",
"glob-stream": "^6.1.0",
"globby": "github:sindresorhus/globby#main",
"matcha": "^0.7.0",
"rimraf": "^3.0.2",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"xo": "^0.44.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"
],
"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": {
"//test": "xo && ava && tsd",
"bench": "npm update glob-stream fast-glob && matcha bench.js",
"test": "echo foo"
},
"type": "module",
"version": "12.0.2",
"xo": {
"ignores": [
"fixtures"
]
}
}