package.json 3.4 KB

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