tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

83 lines
1.8 KiB
JSON

{
"_args": [
[
"multimatch@4.0.0",
"/Users/tatiana/selfdefined"
]
],
"_from": "multimatch@4.0.0",
"_id": "multimatch@4.0.0",
"_inBundle": false,
"_integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==",
"_location": "/multimatch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "4.0.0",
"_where": "/Users/tatiana/selfdefined",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/multimatch/issues"
},
"dependencies": {
"@types/minimatch": "^3.0.3",
"array-differ": "^3.0.0",
"array-union": "^2.1.0",
"arrify": "^2.0.1",
"minimatch": "^3.0.4"
},
"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"
}