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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "_from": "braces@^2.3.2",
  3. "_id": "braces@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  6. "_location": "/braces",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "braces@^2.3.2",
  12. "name": "braces",
  13. "escapedName": "braces",
  14. "rawSpec": "^2.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.2"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/micromatch"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  23. "_shasum": "5979fd3f14cd531565e5fa2df1abfff1dfaee729",
  24. "_spec": "braces@^2.3.2",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/chokidar",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/micromatch/braces/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Brian Woodward",
  37. "url": "https://twitter.com/doowb"
  38. },
  39. {
  40. "name": "Elan Shanker",
  41. "url": "https://github.com/es128"
  42. },
  43. {
  44. "name": "Eugene Sharygin",
  45. "url": "https://github.com/eush77"
  46. },
  47. {
  48. "name": "hemanth.hm",
  49. "url": "http://h3manth.com"
  50. },
  51. {
  52. "name": "Jon Schlinkert",
  53. "url": "http://twitter.com/jonschlinkert"
  54. }
  55. ],
  56. "dependencies": {
  57. "arr-flatten": "^1.1.0",
  58. "array-unique": "^0.3.2",
  59. "extend-shallow": "^2.0.1",
  60. "fill-range": "^4.0.0",
  61. "isobject": "^3.0.1",
  62. "repeat-element": "^1.1.2",
  63. "snapdragon": "^0.8.1",
  64. "snapdragon-node": "^2.0.1",
  65. "split-string": "^3.0.2",
  66. "to-regex": "^3.0.1"
  67. },
  68. "deprecated": false,
  69. "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
  70. "devDependencies": {
  71. "ansi-cyan": "^0.1.1",
  72. "benchmarked": "^2.0.0",
  73. "brace-expansion": "^1.1.8",
  74. "cross-spawn": "^5.1.0",
  75. "gulp": "^3.9.1",
  76. "gulp-eslint": "^4.0.0",
  77. "gulp-format-md": "^1.0.0",
  78. "gulp-istanbul": "^1.1.2",
  79. "gulp-mocha": "^3.0.1",
  80. "gulp-unused": "^0.2.1",
  81. "is-windows": "^1.0.1",
  82. "minimatch": "^3.0.4",
  83. "mocha": "^3.2.0",
  84. "noncharacters": "^1.1.0",
  85. "text-table": "^0.2.0",
  86. "time-diff": "^0.3.1",
  87. "yargs-parser": "^8.0.0"
  88. },
  89. "engines": {
  90. "node": ">=0.10.0"
  91. },
  92. "files": [
  93. "index.js",
  94. "lib"
  95. ],
  96. "homepage": "https://github.com/micromatch/braces",
  97. "keywords": [
  98. "alpha",
  99. "alphabetical",
  100. "bash",
  101. "brace",
  102. "braces",
  103. "expand",
  104. "expansion",
  105. "filepath",
  106. "fill",
  107. "fs",
  108. "glob",
  109. "globbing",
  110. "letter",
  111. "match",
  112. "matches",
  113. "matching",
  114. "number",
  115. "numerical",
  116. "path",
  117. "range",
  118. "ranges",
  119. "sh"
  120. ],
  121. "license": "MIT",
  122. "main": "index.js",
  123. "name": "braces",
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/micromatch/braces.git"
  127. },
  128. "scripts": {
  129. "benchmark": "node benchmark",
  130. "test": "mocha"
  131. },
  132. "verb": {
  133. "toc": false,
  134. "layout": "default",
  135. "tasks": [
  136. "readme"
  137. ],
  138. "lint": {
  139. "reflinks": true
  140. },
  141. "plugins": [
  142. "gulp-format-md"
  143. ],
  144. "related": {
  145. "list": [
  146. "expand-brackets",
  147. "extglob",
  148. "fill-range",
  149. "micromatch",
  150. "nanomatch"
  151. ]
  152. }
  153. },
  154. "version": "2.3.2"
  155. }