package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_args": [
  3. [
  4. "micromatch@2.3.11",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "micromatch@2.3.11",
  10. "_id": "micromatch@2.3.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==",
  13. "_location": "/micromatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "micromatch@2.3.11",
  19. "name": "micromatch",
  20. "escapedName": "micromatch",
  21. "rawSpec": "2.3.11",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.11"
  24. },
  25. "_requiredBy": [
  26. "/jest-haste-map",
  27. "/jest-message-util",
  28. "/jest-runtime",
  29. "/jest/jest-cli",
  30. "/test-exclude"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
  33. "_spec": "2.3.11",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/micromatch/issues"
  41. },
  42. "dependencies": {
  43. "arr-diff": "^2.0.0",
  44. "array-unique": "^0.2.1",
  45. "braces": "^1.8.2",
  46. "expand-brackets": "^0.1.4",
  47. "extglob": "^0.3.1",
  48. "filename-regex": "^2.0.0",
  49. "is-extglob": "^1.0.0",
  50. "is-glob": "^2.0.1",
  51. "kind-of": "^3.0.2",
  52. "normalize-path": "^2.0.1",
  53. "object.omit": "^2.0.0",
  54. "parse-glob": "^3.0.4",
  55. "regex-cache": "^0.4.2"
  56. },
  57. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  58. "devDependencies": {
  59. "benchmarked": "^0.1.4",
  60. "chalk": "^1.1.1",
  61. "gulp": "^3.9.0",
  62. "gulp-eslint": "^1.1.1",
  63. "gulp-format-md": "^0.1.8",
  64. "gulp-istanbul": "^0.10.1",
  65. "gulp-mocha": "^2.1.3",
  66. "minimatch": "^3.0.0",
  67. "minimist": "^1.2.0",
  68. "mocha": "^2",
  69. "multimatch": "^2.0.0",
  70. "should": "^8",
  71. "write": "^0.2.1"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js",
  78. "lib"
  79. ],
  80. "homepage": "https://github.com/jonschlinkert/micromatch",
  81. "keywords": [
  82. "bash",
  83. "expand",
  84. "expansion",
  85. "expression",
  86. "file",
  87. "files",
  88. "filter",
  89. "find",
  90. "glob",
  91. "globbing",
  92. "globs",
  93. "globstar",
  94. "match",
  95. "matcher",
  96. "matches",
  97. "matching",
  98. "minimatch",
  99. "multimatch",
  100. "path",
  101. "pattern",
  102. "patterns",
  103. "regex",
  104. "regexp",
  105. "regular",
  106. "shell",
  107. "wildcard"
  108. ],
  109. "license": "MIT",
  110. "main": "index.js",
  111. "name": "micromatch",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/jonschlinkert/micromatch.git"
  115. },
  116. "scripts": {
  117. "test": "mocha"
  118. },
  119. "verb": {
  120. "related": {
  121. "list": [
  122. "braces",
  123. "expand-brackets",
  124. "expand-range",
  125. "extglob",
  126. "fill-range",
  127. "gulp-micromatch",
  128. "is-glob",
  129. "parse-glob"
  130. ]
  131. },
  132. "reflinks": [
  133. "braces",
  134. "expand-brackets",
  135. "extglob",
  136. "minimatch",
  137. "multimatch",
  138. "verb"
  139. ],
  140. "toc": false,
  141. "layout": false,
  142. "tasks": [
  143. "readme"
  144. ],
  145. "plugins": [
  146. "gulp-format-md"
  147. ],
  148. "lint": {
  149. "reflinks": true
  150. }
  151. },
  152. "version": "2.3.11"
  153. }