package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "_from": "micromatch@3.1.0",
  3. "_id": "micromatch@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "micromatch@3.1.0",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/svg-baker"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-3.1.0.tgz",
  22. "_shasum": "5102d4eaf20b6997d6008e3acfe1c44a3fa815e2",
  23. "_spec": "micromatch@3.1.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\svg-baker",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/micromatch/micromatch/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Amila Welihinda",
  36. "url": "amilajack.com"
  37. },
  38. {
  39. "name": "Bogdan Chadkin",
  40. "url": "https://github.com/TrySound"
  41. },
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Elan Shanker",
  48. "url": "https://github.com/es128"
  49. },
  50. {
  51. "name": "Fabrício Matté",
  52. "url": "https://ultcombo.js.org"
  53. },
  54. {
  55. "name": "Jon Schlinkert",
  56. "url": "http://twitter.com/jonschlinkert"
  57. },
  58. {
  59. "name": "Martin Kolárik",
  60. "url": "https://kolarik.sk"
  61. },
  62. {
  63. "name": "Paul Miller",
  64. "url": "paulmillr.com"
  65. },
  66. {
  67. "name": "Tom Byrer",
  68. "url": "https://github.com/tomByrer"
  69. },
  70. {
  71. "name": "tunnckoCore",
  72. "url": "https://i.am.charlike.online"
  73. },
  74. {
  75. "name": "Tyler Akins",
  76. "url": "http://rumkin.com"
  77. },
  78. {
  79. "url": "https://github.com/DianeLooney"
  80. }
  81. ],
  82. "dependencies": {
  83. "arr-diff": "^4.0.0",
  84. "array-unique": "^0.3.2",
  85. "braces": "^2.2.2",
  86. "define-property": "^1.0.0",
  87. "extend-shallow": "^2.0.1",
  88. "extglob": "^2.0.2",
  89. "fragment-cache": "^0.2.1",
  90. "kind-of": "^5.0.2",
  91. "nanomatch": "^1.2.1",
  92. "object.pick": "^1.3.0",
  93. "regex-not": "^1.0.0",
  94. "snapdragon": "^0.8.1",
  95. "to-regex": "^3.0.1"
  96. },
  97. "deprecated": false,
  98. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  99. "devDependencies": {
  100. "bash-match": "^1.0.2",
  101. "for-own": "^1.0.0",
  102. "gulp": "^3.9.1",
  103. "gulp-format-md": "^1.0.0",
  104. "gulp-istanbul": "^1.1.2",
  105. "gulp-mocha": "^3.0.1",
  106. "gulp-unused": "^0.2.1",
  107. "is-windows": "^1.0.1",
  108. "minimatch": "^3.0.4",
  109. "minimist": "^1.2.0",
  110. "mocha": "^3.5.0",
  111. "multimatch": "^2.1.0"
  112. },
  113. "engines": {
  114. "node": ">=0.10.0"
  115. },
  116. "files": [
  117. "index.js",
  118. "lib"
  119. ],
  120. "homepage": "https://github.com/micromatch/micromatch",
  121. "keywords": [
  122. "bash",
  123. "expand",
  124. "expansion",
  125. "expression",
  126. "file",
  127. "files",
  128. "filter",
  129. "find",
  130. "glob",
  131. "globbing",
  132. "globs",
  133. "globstar",
  134. "match",
  135. "matcher",
  136. "matches",
  137. "matching",
  138. "micromatch",
  139. "minimatch",
  140. "multimatch",
  141. "path",
  142. "pattern",
  143. "patterns",
  144. "regex",
  145. "regexp",
  146. "regular",
  147. "shell",
  148. "wildcard"
  149. ],
  150. "license": "MIT",
  151. "lintDeps": {
  152. "dependencies": {
  153. "options": {
  154. "lock": {
  155. "snapdragon": "^0.8.1"
  156. }
  157. }
  158. },
  159. "devDependencies": {
  160. "files": {
  161. "options": {
  162. "ignore": [
  163. "benchmark/**"
  164. ]
  165. }
  166. }
  167. }
  168. },
  169. "main": "index.js",
  170. "name": "micromatch",
  171. "repository": {
  172. "type": "git",
  173. "url": "git+https://github.com/micromatch/micromatch.git"
  174. },
  175. "scripts": {
  176. "test": "mocha"
  177. },
  178. "verb": {
  179. "toc": "collapsible",
  180. "layout": "default",
  181. "tasks": [
  182. "readme"
  183. ],
  184. "plugins": [
  185. "gulp-format-md"
  186. ],
  187. "helpers": [
  188. "./benchmark/helper.js"
  189. ],
  190. "related": {
  191. "list": [
  192. "braces",
  193. "expand-brackets",
  194. "extglob",
  195. "fill-range",
  196. "nanomatch"
  197. ]
  198. },
  199. "lint": {
  200. "reflinks": true
  201. },
  202. "reflinks": [
  203. "expand-brackets",
  204. "extglob",
  205. "glob-object",
  206. "minimatch",
  207. "multimatch",
  208. "snapdragon"
  209. ]
  210. },
  211. "version": "3.1.0"
  212. }