package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. "/@jest/core/micromatch",
  20. "/@jest/transform/micromatch",
  21. "/anymatch",
  22. "/eslint-webpack-plugin/micromatch",
  23. "/fast-glob/micromatch",
  24. "/jest-config/micromatch",
  25. "/jest-haste-map/micromatch",
  26. "/jest-message-util/micromatch",
  27. "/jest-util",
  28. "/lint-staged/micromatch",
  29. "/readdirp",
  30. "/stylelint-webpack-plugin/micromatch",
  31. "/stylelint/micromatch"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  34. "_shasum": "3ba3833733646d9d3e4995946c1365a67fb07a42",
  35. "_spec": "picomatch@^2.0.4",
  36. "_where": "H:\\gs_nuxt\\node_modules\\anymatch",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/micromatch/picomatch/issues"
  43. },
  44. "bundleDependencies": false,
  45. "deprecated": false,
  46. "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.",
  47. "devDependencies": {
  48. "eslint": "^6.8.0",
  49. "fill-range": "^7.0.1",
  50. "gulp-format-md": "^2.0.0",
  51. "mocha": "^6.2.2",
  52. "nyc": "^15.0.0",
  53. "time-require": "github:jonschlinkert/time-require"
  54. },
  55. "engines": {
  56. "node": ">=8.6"
  57. },
  58. "files": [
  59. "index.js",
  60. "lib"
  61. ],
  62. "funding": "https://github.com/sponsors/jonschlinkert",
  63. "homepage": "https://github.com/micromatch/picomatch",
  64. "keywords": [
  65. "glob",
  66. "match",
  67. "picomatch"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "picomatch",
  72. "nyc": {
  73. "reporter": [
  74. "html",
  75. "lcov",
  76. "text-summary"
  77. ]
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/micromatch/picomatch.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
  85. "mocha": "mocha --reporter dot",
  86. "test": "npm run lint && npm run mocha",
  87. "test:ci": "npm run test:cover",
  88. "test:cover": "nyc npm run mocha"
  89. },
  90. "verb": {
  91. "toc": {
  92. "render": true,
  93. "method": "preWrite",
  94. "maxdepth": 3
  95. },
  96. "layout": "empty",
  97. "tasks": [
  98. "readme"
  99. ],
  100. "plugins": [
  101. "gulp-format-md"
  102. ],
  103. "lint": {
  104. "reflinks": true
  105. },
  106. "related": {
  107. "list": [
  108. "braces",
  109. "micromatch"
  110. ]
  111. },
  112. "reflinks": [
  113. "braces",
  114. "expand-brackets",
  115. "extglob",
  116. "fill-range",
  117. "micromatch",
  118. "minimatch",
  119. "nanomatch",
  120. "picomatch"
  121. ]
  122. },
  123. "version": "2.3.1"
  124. }