package.json 2.9 KB

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