package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. {
  2. "_args": [
  3. [
  4. "micromatch@4.0.7",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "micromatch@4.0.7",
  10. "_id": "micromatch@4.0.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
  13. "_location": "/micromatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "micromatch@4.0.7",
  19. "name": "micromatch",
  20. "escapedName": "micromatch",
  21. "rawSpec": "4.0.7",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.7"
  24. },
  25. "_requiredBy": [
  26. "/ts-loader"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.7.tgz",
  29. "_spec": "4.0.7",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/micromatch/micromatch/issues"
  37. },
  38. "contributors": [
  39. {
  40. "url": "https://github.com/DianeLooney"
  41. },
  42. {
  43. "name": "Amila Welihinda",
  44. "url": "amilajack.com"
  45. },
  46. {
  47. "name": "Bogdan Chadkin",
  48. "url": "https://github.com/TrySound"
  49. },
  50. {
  51. "name": "Brian Woodward",
  52. "url": "https://twitter.com/doowb"
  53. },
  54. {
  55. "name": "Devon Govett",
  56. "url": "http://badassjs.com"
  57. },
  58. {
  59. "name": "Elan Shanker",
  60. "url": "https://github.com/es128"
  61. },
  62. {
  63. "name": "Fabrício Matté",
  64. "url": "https://ultcombo.js.org"
  65. },
  66. {
  67. "name": "Jon Schlinkert",
  68. "url": "http://twitter.com/jonschlinkert"
  69. },
  70. {
  71. "name": "Martin Kolárik",
  72. "url": "https://kolarik.sk"
  73. },
  74. {
  75. "name": "Olsten Larck",
  76. "url": "https://i.am.charlike.online"
  77. },
  78. {
  79. "name": "Paul Miller",
  80. "url": "paulmillr.com"
  81. },
  82. {
  83. "name": "Tom Byrer",
  84. "url": "https://github.com/tomByrer"
  85. },
  86. {
  87. "name": "Tyler Akins",
  88. "url": "http://rumkin.com"
  89. },
  90. {
  91. "name": "Peter Bright",
  92. "email": "drpizza@quiscalusmexicanus.org",
  93. "url": "https://github.com/drpizza"
  94. },
  95. {
  96. "name": "Kuba Juszczyk",
  97. "url": "https://github.com/ku8ar"
  98. }
  99. ],
  100. "dependencies": {
  101. "braces": "^3.0.3",
  102. "picomatch": "^2.3.1"
  103. },
  104. "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
  105. "devDependencies": {
  106. "fill-range": "^7.0.1",
  107. "gulp-format-md": "^2.0.0",
  108. "minimatch": "^5.0.1",
  109. "mocha": "^9.2.2",
  110. "time-require": "github:jonschlinkert/time-require"
  111. },
  112. "engines": {
  113. "node": ">=8.6"
  114. },
  115. "files": [
  116. "index.js"
  117. ],
  118. "homepage": "https://github.com/micromatch/micromatch",
  119. "keywords": [
  120. "bash",
  121. "bracket",
  122. "character-class",
  123. "expand",
  124. "expansion",
  125. "expression",
  126. "extglob",
  127. "extglobs",
  128. "file",
  129. "files",
  130. "filter",
  131. "find",
  132. "glob",
  133. "globbing",
  134. "globs",
  135. "globstar",
  136. "lookahead",
  137. "lookaround",
  138. "lookbehind",
  139. "match",
  140. "matcher",
  141. "matches",
  142. "matching",
  143. "micromatch",
  144. "minimatch",
  145. "multimatch",
  146. "negate",
  147. "negation",
  148. "path",
  149. "pattern",
  150. "patterns",
  151. "posix",
  152. "regex",
  153. "regexp",
  154. "regular",
  155. "shell",
  156. "star",
  157. "wildcard"
  158. ],
  159. "license": "MIT",
  160. "main": "index.js",
  161. "name": "micromatch",
  162. "repository": {
  163. "type": "git",
  164. "url": "git+https://github.com/micromatch/micromatch.git"
  165. },
  166. "scripts": {
  167. "test": "mocha"
  168. },
  169. "verb": {
  170. "toc": "collapsible",
  171. "layout": "default",
  172. "tasks": [
  173. "readme"
  174. ],
  175. "plugins": [
  176. "gulp-format-md"
  177. ],
  178. "lint": {
  179. "reflinks": true
  180. },
  181. "related": {
  182. "list": [
  183. "braces",
  184. "expand-brackets",
  185. "extglob",
  186. "fill-range",
  187. "nanomatch"
  188. ]
  189. },
  190. "reflinks": [
  191. "extglob",
  192. "fill-range",
  193. "glob-object",
  194. "minimatch",
  195. "multimatch"
  196. ]
  197. },
  198. "version": "4.0.7"
  199. }