package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "picomatch@^2.0.4",
  3. "_id": "picomatch@2.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6. "_location": "/picomatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "picomatch@^2.0.4",
  12. "name": "picomatch",
  13. "escapedName": "picomatch",
  14. "rawSpec": "^2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/micromatch",
  21. "/readdirp"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  24. "_shasum": "3ba3833733646d9d3e4995946c1365a67fb07a42",
  25. "_spec": "picomatch@^2.0.4",
  26. "_where": "/var/www/AfterAales/node_modules/anymatch",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/micromatch/picomatch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "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.",
  37. "devDependencies": {
  38. "eslint": "^6.8.0",
  39. "fill-range": "^7.0.1",
  40. "gulp-format-md": "^2.0.0",
  41. "mocha": "^6.2.2",
  42. "nyc": "^15.0.0",
  43. "time-require": "github:jonschlinkert/time-require"
  44. },
  45. "engines": {
  46. "node": ">=8.6"
  47. },
  48. "files": [
  49. "index.js",
  50. "lib"
  51. ],
  52. "funding": "https://github.com/sponsors/jonschlinkert",
  53. "homepage": "https://github.com/micromatch/picomatch",
  54. "keywords": [
  55. "glob",
  56. "match",
  57. "picomatch"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "picomatch",
  62. "nyc": {
  63. "reporter": [
  64. "html",
  65. "lcov",
  66. "text-summary"
  67. ]
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/micromatch/picomatch.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
  75. "mocha": "mocha --reporter dot",
  76. "test": "npm run lint && npm run mocha",
  77. "test:ci": "npm run test:cover",
  78. "test:cover": "nyc npm run mocha"
  79. },
  80. "verb": {
  81. "toc": {
  82. "render": true,
  83. "method": "preWrite",
  84. "maxdepth": 3
  85. },
  86. "layout": "empty",
  87. "tasks": [
  88. "readme"
  89. ],
  90. "plugins": [
  91. "gulp-format-md"
  92. ],
  93. "lint": {
  94. "reflinks": true
  95. },
  96. "related": {
  97. "list": [
  98. "braces",
  99. "micromatch"
  100. ]
  101. },
  102. "reflinks": [
  103. "braces",
  104. "expand-brackets",
  105. "extglob",
  106. "fill-range",
  107. "micromatch",
  108. "minimatch",
  109. "nanomatch",
  110. "picomatch"
  111. ]
  112. },
  113. "version": "2.3.1"
  114. }