package.json 3.5 KB

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