package.json 2.7 KB

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