You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. {
  2. "_from": "micromatch@^3.1.4",
  3. "_id": "micromatch@3.1.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "micromatch@^3.1.4",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^3.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.4"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/findup-sync",
  21. "/matchdep",
  22. "/matchdep/findup-sync",
  23. "/readdirp"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  26. "_shasum": "70859bc95c9840952f359a068a3fc49f9ecfac23",
  27. "_spec": "micromatch@^3.1.4",
  28. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\anymatch",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/micromatch/micromatch/issues"
  35. },
  36. "bundleDependencies": false,
  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. "deprecated": false,
  106. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  107. "devDependencies": {
  108. "bash-match": "^1.0.2",
  109. "for-own": "^1.0.0",
  110. "gulp": "^3.9.1",
  111. "gulp-format-md": "^1.0.0",
  112. "gulp-istanbul": "^1.1.3",
  113. "gulp-mocha": "^5.0.0",
  114. "gulp-unused": "^0.2.1",
  115. "is-windows": "^1.0.2",
  116. "minimatch": "^3.0.4",
  117. "minimist": "^1.2.0",
  118. "mocha": "^3.5.3",
  119. "multimatch": "^2.1.0"
  120. },
  121. "engines": {
  122. "node": ">=0.10.0"
  123. },
  124. "files": [
  125. "index.js",
  126. "lib"
  127. ],
  128. "homepage": "https://github.com/micromatch/micromatch",
  129. "keywords": [
  130. "bash",
  131. "expand",
  132. "expansion",
  133. "expression",
  134. "file",
  135. "files",
  136. "filter",
  137. "find",
  138. "glob",
  139. "globbing",
  140. "globs",
  141. "globstar",
  142. "match",
  143. "matcher",
  144. "matches",
  145. "matching",
  146. "micromatch",
  147. "minimatch",
  148. "multimatch",
  149. "path",
  150. "pattern",
  151. "patterns",
  152. "regex",
  153. "regexp",
  154. "regular",
  155. "shell",
  156. "wildcard"
  157. ],
  158. "license": "MIT",
  159. "lintDeps": {
  160. "dependencies": {
  161. "options": {
  162. "lock": {
  163. "snapdragon": "^0.8.1"
  164. }
  165. }
  166. },
  167. "devDependencies": {
  168. "files": {
  169. "options": {
  170. "ignore": [
  171. "benchmark/**"
  172. ]
  173. }
  174. }
  175. }
  176. },
  177. "main": "index.js",
  178. "name": "micromatch",
  179. "repository": {
  180. "type": "git",
  181. "url": "git+https://github.com/micromatch/micromatch.git"
  182. },
  183. "scripts": {
  184. "test": "mocha"
  185. },
  186. "verb": {
  187. "toc": "collapsible",
  188. "layout": "default",
  189. "tasks": [
  190. "readme"
  191. ],
  192. "plugins": [
  193. "gulp-format-md"
  194. ],
  195. "helpers": [
  196. "./benchmark/helper.js"
  197. ],
  198. "related": {
  199. "list": [
  200. "braces",
  201. "expand-brackets",
  202. "extglob",
  203. "fill-range",
  204. "nanomatch"
  205. ]
  206. },
  207. "lint": {
  208. "reflinks": true
  209. },
  210. "reflinks": [
  211. "expand-brackets",
  212. "extglob",
  213. "glob-object",
  214. "minimatch",
  215. "multimatch",
  216. "snapdragon"
  217. ]
  218. },
  219. "version": "3.1.10"
  220. }