package.json 3.7 KB

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