package.json 3.5 KB

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