forked from PirateCare/Syllabus
120 lines
2.5 KiB
JSON
120 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"globby@10.0.2",
|
|
"/tmp/tailwind-hugo"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "globby@10.0.2",
|
|
"_id": "globby@10.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==",
|
|
"_location": "/globby",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "globby@10.0.2",
|
|
"name": "globby",
|
|
"escapedName": "globby",
|
|
"rawSpec": "10.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "10.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/postcss-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz",
|
|
"_spec": "10.0.2",
|
|
"_where": "/tmp/tailwind-hugo",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/globby/issues"
|
|
},
|
|
"dependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.0.3",
|
|
"glob": "^7.1.3",
|
|
"ignore": "^5.1.1",
|
|
"merge2": "^1.2.3",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
|
|
"devDependencies": {
|
|
"ava": "^2.1.0",
|
|
"get-stream": "^5.1.0",
|
|
"glob-stream": "^6.1.0",
|
|
"globby": "github:sindresorhus/globby#master",
|
|
"matcha": "^0.7.0",
|
|
"rimraf": "^2.6.3",
|
|
"tsd": "^0.7.3",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"gitignore.js",
|
|
"index.d.ts",
|
|
"stream-utils.js"
|
|
],
|
|
"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"
|
|
},
|
|
"version": "10.0.2",
|
|
"xo": {
|
|
"ignores": [
|
|
"fixtures"
|
|
]
|
|
}
|
|
}
|