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.

128 lines
2.7 KiB

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