| { |
| "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
| "bugs": { |
| "url": "https://github.com/micromatch/picomatch/issues" |
| }, |
| "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", |
| "devDependencies": { |
| "fill-range": "^7.0.1", |
| "gulp-format-md": "^2.0.0", |
| "mocha": "^6.0.2", |
| "nyc": "^13.3.0", |
| "time-require": "github:jonschlinkert/time-require" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "files": [ |
| "index.js", |
| "lib" |
| ], |
| "homepage": "https://github.com/micromatch/picomatch", |
| "keywords": [ |
| "glob", |
| "match", |
| "picomatch" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "picomatch", |
| "repository": "micromatch/picomatch", |
| "scripts": { |
| "cover": "nyc --reporter=text --reporter=html mocha", |
| "test": "mocha" |
| }, |
| "verb": { |
| "layout": false, |
| "lint": { |
| "reflinks": true |
| }, |
| "plugins": [ |
| "gulp-format-md" |
| ], |
| "reflinks": [ |
| "braces", |
| "expand-brackets", |
| "extglob", |
| "fill-range", |
| "micromatch", |
| "minimatch", |
| "nanomatch", |
| "picomatch" |
| ], |
| "related": { |
| "list": [ |
| "micromatch", |
| "braces" |
| ] |
| }, |
| "tasks": [ |
| "readme" |
| ], |
| "toc": false |
| }, |
| "version": "2.0.7" |
| } |