package.json 3.5 KB

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