package.json 4.5 KB

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