|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "multimatch@4.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_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": [
- "/pretty-quick"
- ],
- "_resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
- "_spec": "4.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "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"
- }
|