package.json 3.4 KB

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