Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "_from": "extglob@^2.0.4",
  3. "_id": "extglob@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
  6. "_location": "/extglob",
  7. "_phantomChildren": {
  8. "kind-of": "6.0.2"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "extglob@^2.0.4",
  14. "name": "extglob",
  15. "escapedName": "extglob",
  16. "rawSpec": "^2.0.4",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.4"
  19. },
  20. "_requiredBy": [
  21. "/micromatch"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
  24. "_shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
  25. "_spec": "extglob@^2.0.4",
  26. "_where": "/var/www/html/mdch.sipadu/node_modules/micromatch",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/micromatch/extglob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Brian Woodward",
  38. "url": "https://twitter.com/doowb"
  39. },
  40. {
  41. "name": "Devon Govett",
  42. "url": "http://badassjs.com"
  43. },
  44. {
  45. "name": "Isiah Meadows",
  46. "url": "https://www.isiahmeadows.com"
  47. },
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "http://twitter.com/jonschlinkert"
  51. },
  52. {
  53. "name": "Matt Bierner",
  54. "url": "http://mattbierner.com"
  55. },
  56. {
  57. "name": "Shinnosuke Watanabe",
  58. "url": "https://shinnn.github.io"
  59. }
  60. ],
  61. "dependencies": {
  62. "array-unique": "^0.3.2",
  63. "define-property": "^1.0.0",
  64. "expand-brackets": "^2.1.4",
  65. "extend-shallow": "^2.0.1",
  66. "fragment-cache": "^0.2.1",
  67. "regex-not": "^1.0.0",
  68. "snapdragon": "^0.8.1",
  69. "to-regex": "^3.0.1"
  70. },
  71. "deprecated": false,
  72. "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
  73. "devDependencies": {
  74. "bash-match": "^1.0.2",
  75. "for-own": "^1.0.0",
  76. "gulp": "^3.9.1",
  77. "gulp-eslint": "^4.0.0",
  78. "gulp-format-md": "^1.0.0",
  79. "gulp-istanbul": "^1.1.2",
  80. "gulp-mocha": "^3.0.1",
  81. "gulp-unused": "^0.2.1",
  82. "helper-changelog": "^0.3.0",
  83. "is-windows": "^1.0.1",
  84. "micromatch": "^3.0.4",
  85. "minimatch": "^3.0.4",
  86. "minimist": "^1.2.0",
  87. "mocha": "^3.5.0",
  88. "multimatch": "^2.1.0"
  89. },
  90. "engines": {
  91. "node": ">=0.10.0"
  92. },
  93. "files": [
  94. "index.js",
  95. "lib"
  96. ],
  97. "homepage": "https://github.com/micromatch/extglob",
  98. "keywords": [
  99. "bash",
  100. "extended",
  101. "extglob",
  102. "glob",
  103. "globbing",
  104. "ksh",
  105. "match",
  106. "pattern",
  107. "patterns",
  108. "regex",
  109. "test",
  110. "wildcard"
  111. ],
  112. "license": "MIT",
  113. "lintDeps": {
  114. "devDependencies": {
  115. "files": {
  116. "options": {
  117. "ignore": [
  118. "benchmark/**/*.js"
  119. ]
  120. }
  121. }
  122. }
  123. },
  124. "main": "index.js",
  125. "name": "extglob",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/micromatch/extglob.git"
  129. },
  130. "scripts": {
  131. "test": "mocha"
  132. },
  133. "verb": {
  134. "toc": false,
  135. "layout": "default",
  136. "tasks": [
  137. "readme"
  138. ],
  139. "related": {
  140. "list": [
  141. "braces",
  142. "expand-brackets",
  143. "expand-range",
  144. "fill-range",
  145. "micromatch"
  146. ]
  147. },
  148. "helpers": [
  149. "helper-changelog"
  150. ],
  151. "plugins": [
  152. "gulp-format-md"
  153. ],
  154. "lint": {
  155. "reflinks": true
  156. }
  157. },
  158. "version": "2.0.4"
  159. }