blob: 0353ec713f434e8d988fbd0b3e05c51a3f5522e4 [file] [log] [blame]
{
"_args": [
[
"multimatch@4.0.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_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": [
"/load-grunt-tasks"
],
"_resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"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"
}