UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

66 lines (65 loc) 1.44 kB
{ "name": "picomatch", "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.", "version": "2.0.7", "homepage": "https://github.com/micromatch/picomatch", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "micromatch/picomatch", "bugs": { "url": "https://github.com/micromatch/picomatch/issues" }, "license": "MIT", "files": [ "index.js", "lib" ], "main": "index.js", "engines": { "node": ">=8" }, "scripts": { "test": "mocha", "cover": "nyc --reporter=text --reporter=html mocha" }, "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" }, "keywords": [ "glob", "match", "picomatch" ], "verb": { "toc": false, "layout": false, "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "related": { "list": [ "micromatch", "braces" ] }, "reflinks": [ "braces", "expand-brackets", "extglob", "fill-range", "micromatch", "minimatch", "nanomatch", "picomatch" ] } }