package.json 3.4 KB

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