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.

260 lines
5.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "micromatch@^3.1.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/anymatch"
  6. ]
  7. ],
  8. "_from": "micromatch@>=3.1.4 <4.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "micromatch@3.1.10",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/micromatch",
  14. "_nodeVersion": "9.7.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/micromatch_3.1.10_1521747888988_0.6546863443028648"
  18. },
  19. "_npmUser": {
  20. "email": "github@sellside.com",
  21. "name": "jonschlinkert"
  22. },
  23. "_npmVersion": "5.7.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "micromatch",
  27. "raw": "micromatch@^3.1.4",
  28. "rawSpec": "^3.1.4",
  29. "scope": null,
  30. "spec": ">=3.1.4 <4.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/anymatch",
  35. "/fast-glob",
  36. "/findup-sync",
  37. "/http-proxy-middleware",
  38. "/readdirp",
  39. "/webpack"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  42. "_shasum": "70859bc95c9840952f359a068a3fc49f9ecfac23",
  43. "_shrinkwrap": null,
  44. "_spec": "micromatch@^3.1.4",
  45. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/anymatch",
  46. "author": {
  47. "name": "Jon Schlinkert",
  48. "url": "https://github.com/jonschlinkert"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/micromatch/micromatch/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Jon Schlinkert",
  56. "url": "http://twitter.com/jonschlinkert"
  57. },
  58. {
  59. "name": "Amila Welihinda",
  60. "url": "amilajack.com"
  61. },
  62. {
  63. "name": "Brian Woodward",
  64. "url": "https://twitter.com/doowb"
  65. },
  66. {
  67. "name": "Devon Govett",
  68. "url": "http://badassjs.com"
  69. },
  70. {
  71. "name": "Elan Shanker",
  72. "url": "https://github.com/es128"
  73. },
  74. {
  75. "name": "Fabrício Matté",
  76. "url": "https://ultcombo.js.org"
  77. },
  78. {
  79. "name": "Bogdan Chadkin",
  80. "url": "https://github.com/TrySound"
  81. },
  82. {
  83. "name": "Martin Kolárik",
  84. "url": "https://kolarik.sk"
  85. },
  86. {
  87. "name": "Olsten Larck",
  88. "url": "https://i.am.charlike.online"
  89. },
  90. {
  91. "name": "Paul Miller",
  92. "url": "paulmillr.com"
  93. },
  94. {
  95. "name": "Tom Byrer",
  96. "url": "https://github.com/tomByrer"
  97. },
  98. {
  99. "name": "Tyler Akins",
  100. "url": "http://rumkin.com"
  101. },
  102. {
  103. "url": "https://github.com/DianeLooney"
  104. }
  105. ],
  106. "dependencies": {
  107. "arr-diff": "^4.0.0",
  108. "array-unique": "^0.3.2",
  109. "braces": "^2.3.1",
  110. "define-property": "^2.0.2",
  111. "extend-shallow": "^3.0.2",
  112. "extglob": "^2.0.4",
  113. "fragment-cache": "^0.2.1",
  114. "kind-of": "^6.0.2",
  115. "nanomatch": "^1.2.9",
  116. "object.pick": "^1.3.0",
  117. "regex-not": "^1.0.0",
  118. "snapdragon": "^0.8.1",
  119. "to-regex": "^3.0.2"
  120. },
  121. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  122. "devDependencies": {
  123. "bash-match": "^1.0.2",
  124. "for-own": "^1.0.0",
  125. "gulp": "^3.9.1",
  126. "gulp-format-md": "^1.0.0",
  127. "gulp-istanbul": "^1.1.3",
  128. "gulp-mocha": "^5.0.0",
  129. "gulp-unused": "^0.2.1",
  130. "is-windows": "^1.0.2",
  131. "minimatch": "^3.0.4",
  132. "minimist": "^1.2.0",
  133. "mocha": "^3.5.3",
  134. "multimatch": "^2.1.0"
  135. },
  136. "directories": {},
  137. "dist": {
  138. "fileCount": 10,
  139. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  140. "shasum": "70859bc95c9840952f359a068a3fc49f9ecfac23",
  141. "tarball": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  142. "unpackedSize": 84811
  143. },
  144. "engines": {
  145. "node": ">=0.10.0"
  146. },
  147. "files": [
  148. "index.js",
  149. "lib"
  150. ],
  151. "gitHead": "0628af9a111c791ca69c809a6f8555337813cc05",
  152. "homepage": "https://github.com/micromatch/micromatch",
  153. "keywords": [
  154. "bash",
  155. "expand",
  156. "expansion",
  157. "expression",
  158. "file",
  159. "files",
  160. "filter",
  161. "find",
  162. "glob",
  163. "globbing",
  164. "globs",
  165. "globstar",
  166. "match",
  167. "matcher",
  168. "matches",
  169. "matching",
  170. "micromatch",
  171. "minimatch",
  172. "multimatch",
  173. "path",
  174. "pattern",
  175. "patterns",
  176. "regex",
  177. "regexp",
  178. "regular",
  179. "shell",
  180. "wildcard"
  181. ],
  182. "license": "MIT",
  183. "lintDeps": {
  184. "dependencies": {
  185. "options": {
  186. "lock": {
  187. "snapdragon": "^0.8.1"
  188. }
  189. }
  190. },
  191. "devDependencies": {
  192. "files": {
  193. "options": {
  194. "ignore": [
  195. "benchmark/**"
  196. ]
  197. }
  198. }
  199. }
  200. },
  201. "main": "index.js",
  202. "maintainers": [
  203. {
  204. "name": "doowb",
  205. "email": "brian.woodward@gmail.com"
  206. },
  207. {
  208. "name": "es128",
  209. "email": "elan.shanker+npm@gmail.com"
  210. },
  211. {
  212. "name": "jonschlinkert",
  213. "email": "github@sellside.com"
  214. }
  215. ],
  216. "name": "micromatch",
  217. "optionalDependencies": {},
  218. "readme": "ERROR: No README data found!",
  219. "repository": {
  220. "type": "git",
  221. "url": "git+https://github.com/micromatch/micromatch.git"
  222. },
  223. "scripts": {
  224. "test": "mocha"
  225. },
  226. "verb": {
  227. "helpers": [
  228. "./benchmark/helper.js"
  229. ],
  230. "layout": "default",
  231. "lint": {
  232. "reflinks": true
  233. },
  234. "plugins": [
  235. "gulp-format-md"
  236. ],
  237. "reflinks": [
  238. "expand-brackets",
  239. "extglob",
  240. "glob-object",
  241. "minimatch",
  242. "multimatch",
  243. "snapdragon"
  244. ],
  245. "related": {
  246. "list": [
  247. "braces",
  248. "expand-brackets",
  249. "extglob",
  250. "fill-range",
  251. "nanomatch"
  252. ]
  253. },
  254. "tasks": [
  255. "readme"
  256. ],
  257. "toc": "collapsible"
  258. },
  259. "version": "3.1.10"
  260. }