You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "_from": "braces@^2.3.1",
  3. "_id": "braces@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  6. "_location": "/braces",
  7. "_phantomChildren": {
  8. "is-extendable": "0.1.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "braces@^2.3.1",
  14. "name": "braces",
  15. "escapedName": "braces",
  16. "rawSpec": "^2.3.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.3.1"
  19. },
  20. "_requiredBy": [
  21. "/chokidar",
  22. "/micromatch"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  25. "_shasum": "5979fd3f14cd531565e5fa2df1abfff1dfaee729",
  26. "_spec": "braces@^2.3.1",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\micromatch",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/micromatch/braces/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Brian Woodward",
  39. "url": "https://twitter.com/doowb"
  40. },
  41. {
  42. "name": "Elan Shanker",
  43. "url": "https://github.com/es128"
  44. },
  45. {
  46. "name": "Eugene Sharygin",
  47. "url": "https://github.com/eush77"
  48. },
  49. {
  50. "name": "hemanth.hm",
  51. "url": "http://h3manth.com"
  52. },
  53. {
  54. "name": "Jon Schlinkert",
  55. "url": "http://twitter.com/jonschlinkert"
  56. }
  57. ],
  58. "dependencies": {
  59. "arr-flatten": "^1.1.0",
  60. "array-unique": "^0.3.2",
  61. "extend-shallow": "^2.0.1",
  62. "fill-range": "^4.0.0",
  63. "isobject": "^3.0.1",
  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.2"
  157. }