package.json 4.5 KB

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