Files
APP-SIGMA-WEB/node_modules/picomatch/package.json
2022-02-25 13:15:51 -05:00

151 lines
4.6 KiB
JSON

{
"_args": [
[
"picomatch@^2.0.4",
"/home/pablinux/Projects/Node/app_sigma/node_modules/anymatch"
]
],
"_from": "picomatch@>=2.0.4 <3.0.0",
"_hasShrinkwrap": false,
"_id": "picomatch@2.2.1",
"_inCache": true,
"_installable": true,
"_location": "/picomatch",
"_nodeVersion": "13.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/picomatch_2.2.1_1578172787892_0.37797747768464274"
},
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "6.13.4",
"_phantomChildren": {},
"_requested": {
"name": "picomatch",
"raw": "picomatch@^2.0.4",
"rawSpec": "^2.0.4",
"scope": null,
"spec": ">=2.0.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/anymatch",
"/readdirp"
],
"_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.1.tgz",
"_shasum": "21bac888b6ed8601f831ce7816e335bc779f0a4a",
"_shrinkwrap": null,
"_spec": "picomatch@^2.0.4",
"_where": "/home/pablinux/Projects/Node/app_sigma/node_modules/anymatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/micromatch/picomatch/issues"
},
"dependencies": {},
"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": {
"eslint": "^6.8.0",
"fill-range": "^7.0.1",
"gulp-format-md": "^2.0.0",
"mocha": "^6.2.2",
"nyc": "^15.0.0",
"time-require": "github:jonschlinkert/time-require"
},
"directories": {},
"dist": {
"fileCount": 11,
"integrity": "sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEQF1CRA9TVsSAnZWagAAFPUP/iMuLEJZn5i/5ZikfVC7\nKuODpS6DPrtfaWEc+j6WjLGhLyjt4XDvSGO/5CD1T1+lTM/Ch2XsnUji7MPq\nKcQecli695M0daO8LI9NbnN3omHsoWVOKGWqEAzML+rcvvfFCb0coCaMyoyN\n6E3Y0oxIRt4Wwzbo6VMq2NBy49K+f5hJidxpDENe+P9Vcu587tyG/21MPTcE\npLOiNCkGY7p+1TN7NxzhmDJZ5u8L21U2v11MnOzLp+umOfo1x0kEbar8r5vB\nb7Ux3G4tMyCHo15ts6XnsgzZcQaznjeClOX6Swv2jPW8nrcTN27/v+LeIVL2\ngW3pTqTadCd6xkorMfOYMI3fjrVtMERI+xkWFtqD7yOTyJ4jr1ofSSssvXBv\ncMTI2sq8008pbSCrM4jPqH/9zV4Vs3B9PWL+2NckiHxLD86z5zGt7GcWmF/Y\nBkXz647xqu/dEkrM+eLnPxqwq+vxJyEYcClbXJlU3KsJYa5DtXucqtMQyR0W\nD7f4QMiBPc/DHxiXcQn26zFushCNV6wRGNzHlUl2TzZqt71jaJ+ywvGOTEcm\nZTFbGPoB3lhsjBQItFyl6vbx9n0JhSOb6nD5nCjSLHCMFerWfdFMJwNlnClW\nPI1iOe9gRzLQdHdaMCIYS5/KpsttPTN7VgGmcSRwOQoLkihXTj4PMITRjwbG\nETnD\r\n=EKo9\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "21bac888b6ed8601f831ce7816e335bc779f0a4a",
"tarball": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.1.tgz",
"unpackedSize": 92535
},
"engines": {
"node": ">=8.6"
},
"funding": "https://github.com/sponsors/jonschlinkert",
"gitHead": "1d546ea22efa8ff3ca15b4848a2dffdb53aaef9a",
"homepage": "https://github.com/micromatch/picomatch",
"keywords": [
"glob",
"match",
"picomatch"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
},
{
"name": "mrmlnc",
"email": "dmalinochkin@rambler.ru"
}
],
"name": "picomatch",
"nyc": {
"reporter": [
"html",
"lcov",
"text-summary"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/micromatch/picomatch.git"
},
"scripts": {
"lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
"mocha": "mocha --reporter dot",
"test": "npm run lint && npm run mocha",
"test:ci": "npm run lint && npm run test:cover",
"test:cover": "nyc npm run mocha"
},
"verb": {
"layout": "empty",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"braces",
"expand-brackets",
"extglob",
"fill-range",
"micromatch",
"minimatch",
"nanomatch",
"picomatch"
],
"related": {
"list": [
"braces",
"micromatch"
]
},
"tasks": [
"readme"
],
"toc": {
"maxdepth": 3,
"method": "preWrite",
"render": true
}
},
"version": "2.2.1"
}