package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_args": [
  3. [
  4. "braces@2.3.2",
  5. "E:\\learn\\GameFrameWork\\packages\\excel-killer"
  6. ]
  7. ],
  8. "_from": "braces@2.3.2",
  9. "_id": "braces@2.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  12. "_location": "/braces",
  13. "_phantomChildren": {
  14. "is-extendable": "0.1.1"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "braces@2.3.2",
  20. "name": "braces",
  21. "escapedName": "braces",
  22. "rawSpec": "2.3.2",
  23. "saveSpec": null,
  24. "fetchSpec": "2.3.2"
  25. },
  26. "_requiredBy": [
  27. "/chokidar",
  28. "/micromatch"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  31. "_spec": "2.3.2",
  32. "_where": "E:\\learn\\GameFrameWork\\packages\\excel-killer",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/micromatch/braces/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Brian Woodward",
  43. "url": "https://twitter.com/doowb"
  44. },
  45. {
  46. "name": "Elan Shanker",
  47. "url": "https://github.com/es128"
  48. },
  49. {
  50. "name": "Eugene Sharygin",
  51. "url": "https://github.com/eush77"
  52. },
  53. {
  54. "name": "hemanth.hm",
  55. "url": "http://h3manth.com"
  56. },
  57. {
  58. "name": "Jon Schlinkert",
  59. "url": "http://twitter.com/jonschlinkert"
  60. }
  61. ],
  62. "dependencies": {
  63. "arr-flatten": "^1.1.0",
  64. "array-unique": "^0.3.2",
  65. "extend-shallow": "^2.0.1",
  66. "fill-range": "^4.0.0",
  67. "isobject": "^3.0.1",
  68. "repeat-element": "^1.1.2",
  69. "snapdragon": "^0.8.1",
  70. "snapdragon-node": "^2.0.1",
  71. "split-string": "^3.0.2",
  72. "to-regex": "^3.0.1"
  73. },
  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. }