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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_from": "extglob@^2.0.4",
  3. "_id": "extglob@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
  6. "_location": "/extglob",
  7. "_phantomChildren": {
  8. "is-extendable": "0.1.1",
  9. "kind-of": "6.0.3"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "extglob@^2.0.4",
  15. "name": "extglob",
  16. "escapedName": "extglob",
  17. "rawSpec": "^2.0.4",
  18. "saveSpec": null,
  19. "fetchSpec": "^2.0.4"
  20. },
  21. "_requiredBy": [
  22. "/micromatch"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
  25. "_shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
  26. "_spec": "extglob@^2.0.4",
  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/extglob/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Brian Woodward",
  39. "url": "https://twitter.com/doowb"
  40. },
  41. {
  42. "name": "Devon Govett",
  43. "url": "http://badassjs.com"
  44. },
  45. {
  46. "name": "Isiah Meadows",
  47. "url": "https://www.isiahmeadows.com"
  48. },
  49. {
  50. "name": "Jon Schlinkert",
  51. "url": "http://twitter.com/jonschlinkert"
  52. },
  53. {
  54. "name": "Matt Bierner",
  55. "url": "http://mattbierner.com"
  56. },
  57. {
  58. "name": "Shinnosuke Watanabe",
  59. "url": "https://shinnn.github.io"
  60. }
  61. ],
  62. "dependencies": {
  63. "array-unique": "^0.3.2",
  64. "define-property": "^1.0.0",
  65. "expand-brackets": "^2.1.4",
  66. "extend-shallow": "^2.0.1",
  67. "fragment-cache": "^0.2.1",
  68. "regex-not": "^1.0.0",
  69. "snapdragon": "^0.8.1",
  70. "to-regex": "^3.0.1"
  71. },
  72. "deprecated": false,
  73. "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
  74. "devDependencies": {
  75. "bash-match": "^1.0.2",
  76. "for-own": "^1.0.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. "helper-changelog": "^0.3.0",
  84. "is-windows": "^1.0.1",
  85. "micromatch": "^3.0.4",
  86. "minimatch": "^3.0.4",
  87. "minimist": "^1.2.0",
  88. "mocha": "^3.5.0",
  89. "multimatch": "^2.1.0"
  90. },
  91. "engines": {
  92. "node": ">=0.10.0"
  93. },
  94. "files": [
  95. "index.js",
  96. "lib"
  97. ],
  98. "homepage": "https://github.com/micromatch/extglob",
  99. "keywords": [
  100. "bash",
  101. "extended",
  102. "extglob",
  103. "glob",
  104. "globbing",
  105. "ksh",
  106. "match",
  107. "pattern",
  108. "patterns",
  109. "regex",
  110. "test",
  111. "wildcard"
  112. ],
  113. "license": "MIT",
  114. "lintDeps": {
  115. "devDependencies": {
  116. "files": {
  117. "options": {
  118. "ignore": [
  119. "benchmark/**/*.js"
  120. ]
  121. }
  122. }
  123. }
  124. },
  125. "main": "index.js",
  126. "name": "extglob",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/micromatch/extglob.git"
  130. },
  131. "scripts": {
  132. "test": "mocha"
  133. },
  134. "verb": {
  135. "toc": false,
  136. "layout": "default",
  137. "tasks": [
  138. "readme"
  139. ],
  140. "related": {
  141. "list": [
  142. "braces",
  143. "expand-brackets",
  144. "expand-range",
  145. "fill-range",
  146. "micromatch"
  147. ]
  148. },
  149. "helpers": [
  150. "helper-changelog"
  151. ],
  152. "plugins": [
  153. "gulp-format-md"
  154. ],
  155. "lint": {
  156. "reflinks": true
  157. }
  158. },
  159. "version": "2.0.4"
  160. }