package.json 2.7 KB

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