package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "braces@3.0.2",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "braces@3.0.2",
  10. "_id": "braces@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  13. "_location": "/braces",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "braces@3.0.2",
  19. "name": "braces",
  20. "escapedName": "braces",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/chokidar",
  27. "/fast-glob/micromatch",
  28. "/http-proxy-middleware/micromatch",
  29. "/lint-staged/micromatch",
  30. "/stylelint/micromatch"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  33. "_spec": "3.0.2",
  34. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/micromatch/braces/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Brian Woodward",
  45. "url": "https://twitter.com/doowb"
  46. },
  47. {
  48. "name": "Elan Shanker",
  49. "url": "https://github.com/es128"
  50. },
  51. {
  52. "name": "Eugene Sharygin",
  53. "url": "https://github.com/eush77"
  54. },
  55. {
  56. "name": "hemanth.hm",
  57. "url": "http://h3manth.com"
  58. },
  59. {
  60. "name": "Jon Schlinkert",
  61. "url": "http://twitter.com/jonschlinkert"
  62. }
  63. ],
  64. "dependencies": {
  65. "fill-range": "^7.0.1"
  66. },
  67. "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
  68. "devDependencies": {
  69. "ansi-colors": "^3.2.4",
  70. "bash-path": "^2.0.1",
  71. "gulp-format-md": "^2.0.0",
  72. "mocha": "^6.1.1"
  73. },
  74. "engines": {
  75. "node": ">=8"
  76. },
  77. "files": [
  78. "index.js",
  79. "lib"
  80. ],
  81. "homepage": "https://github.com/micromatch/braces",
  82. "keywords": [
  83. "alpha",
  84. "alphabetical",
  85. "bash",
  86. "brace",
  87. "braces",
  88. "expand",
  89. "expansion",
  90. "filepath",
  91. "fill",
  92. "fs",
  93. "glob",
  94. "globbing",
  95. "letter",
  96. "match",
  97. "matches",
  98. "matching",
  99. "number",
  100. "numerical",
  101. "path",
  102. "range",
  103. "ranges",
  104. "sh"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "name": "braces",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/micromatch/braces.git"
  112. },
  113. "scripts": {
  114. "benchmark": "node benchmark",
  115. "test": "mocha"
  116. },
  117. "verb": {
  118. "toc": false,
  119. "layout": "default",
  120. "tasks": [
  121. "readme"
  122. ],
  123. "lint": {
  124. "reflinks": true
  125. },
  126. "plugins": [
  127. "gulp-format-md"
  128. ]
  129. },
  130. "version": "3.0.2"
  131. }