package.json 3.0 KB

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