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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_from": "expand-brackets@^2.1.4",
  3. "_id": "expand-brackets@2.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
  6. "_location": "/expand-brackets",
  7. "_phantomChildren": {
  8. "is-descriptor": "0.1.6",
  9. "is-extendable": "0.1.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "expand-brackets@^2.1.4",
  15. "name": "expand-brackets",
  16. "escapedName": "expand-brackets",
  17. "rawSpec": "^2.1.4",
  18. "saveSpec": null,
  19. "fetchSpec": "^2.1.4"
  20. },
  21. "_requiredBy": [
  22. "/extglob"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
  25. "_shasum": "b77735e315ce30f6b6eff0f83b04151a22449622",
  26. "_spec": "expand-brackets@^2.1.4",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\extglob",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/expand-brackets/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Elan Shanker",
  39. "url": "https://github.com/es128"
  40. },
  41. {
  42. "name": "Eugene Sharygin",
  43. "url": "https://github.com/eush77"
  44. },
  45. {
  46. "name": "Jon Schlinkert",
  47. "email": "jon.schlinkert@sellside.com",
  48. "url": "http://twitter.com/jonschlinkert"
  49. },
  50. {
  51. "name": "Martin Kolárik",
  52. "email": "martin@kolarik.sk",
  53. "url": "http://kolarik.sk"
  54. }
  55. ],
  56. "dependencies": {
  57. "debug": "^2.3.3",
  58. "define-property": "^0.2.5",
  59. "extend-shallow": "^2.0.1",
  60. "posix-character-classes": "^0.1.0",
  61. "regex-not": "^1.0.0",
  62. "snapdragon": "^0.8.1",
  63. "to-regex": "^3.0.1"
  64. },
  65. "deprecated": false,
  66. "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
  67. "devDependencies": {
  68. "bash-match": "^0.1.1",
  69. "gulp-format-md": "^0.1.10",
  70. "helper-changelog": "^0.3.0",
  71. "minimatch": "^3.0.3",
  72. "mocha": "^3.0.2",
  73. "multimatch": "^2.1.0",
  74. "yargs-parser": "^4.0.0"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.js",
  81. "lib"
  82. ],
  83. "homepage": "https://github.com/jonschlinkert/expand-brackets",
  84. "keywords": [
  85. "bracket",
  86. "brackets",
  87. "character class",
  88. "expand",
  89. "expression",
  90. "posix"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "expand-brackets",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
  98. },
  99. "scripts": {
  100. "test": "mocha"
  101. },
  102. "verb": {
  103. "run": true,
  104. "toc": false,
  105. "layout": "default",
  106. "tasks": [
  107. "readme"
  108. ],
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "helpers": [
  113. "helper-changelog"
  114. ],
  115. "related": {
  116. "list": [
  117. "braces",
  118. "extglob",
  119. "micromatch",
  120. "nanomatch"
  121. ]
  122. },
  123. "reflinks": [
  124. "micromatch",
  125. "verb",
  126. "verb-generate-readme"
  127. ],
  128. "lint": {
  129. "reflinks": true
  130. }
  131. },
  132. "version": "2.1.4"
  133. }