package.json 4.4 KB

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