package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "braces@3.0.2",
  5. "/Users/mac/projects/mime/mine"
  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. "/micromatch"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
  30. "_spec": "3.0.2",
  31. "_where": "/Users/mac/projects/mime/mine",
  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.0.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.2"
  128. }