package.json 3.5 KB

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