work.suroh.tk/node_modules/multimatch/package.json

80 lines
1.9 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "multimatch@^4.0.0",
"_id": "multimatch@4.0.0",
"_inBundle": false,
"_integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==",
"_location": "/multimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "multimatch@^4.0.0",
"name": "multimatch",
"escapedName": "multimatch",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/@11ty/eleventy"
],
"_resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
"_shasum": "8c3c0f6e3e8449ada0af3dd29efb491a375191b3",
"_spec": "multimatch@^4.0.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/@11ty/eleventy",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/multimatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/minimatch": "^3.0.3",
"array-differ": "^3.0.0",
"array-union": "^2.1.0",
"arrify": "^2.0.1",
"minimatch": "^3.0.4"
},
"deprecated": false,
"description": "Extends `minimatch.match()` with support for multiple patterns",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/multimatch#readme",
"keywords": [
"expand",
"find",
"glob",
"globbing",
"globs",
"match",
"matcher",
"minimatch",
"pattern",
"patterns",
"wildcard"
],
"license": "MIT",
"name": "multimatch",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/multimatch.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.0.0"
}