package.json 3.5 KB

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