package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "braces@^1.8.2",
  3. "_id": "braces@1.8.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
  6. "_location": "/anymatch/braces",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "braces@^1.8.2",
  12. "name": "braces",
  13. "escapedName": "braces",
  14. "rawSpec": "^1.8.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.8.2"
  17. },
  18. "_requiredBy": [
  19. "/anymatch/micromatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
  22. "_shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
  23. "_spec": "braces@^1.8.2",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/anymatch/node_modules/micromatch",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/braces/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "expand-range": "^1.8.1",
  35. "preserve": "^0.2.0",
  36. "repeat-element": "^1.1.2"
  37. },
  38. "deprecated": false,
  39. "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
  40. "devDependencies": {
  41. "benchmarked": "^0.1.5",
  42. "brace-expansion": "^1.1.3",
  43. "chalk": "^1.1.3",
  44. "gulp-format-md": "^0.1.8",
  45. "minimatch": "^3.0.0",
  46. "minimist": "^1.2.0",
  47. "mocha": "^2.4.5",
  48. "should": "^8.3.1"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/braces",
  57. "keywords": [
  58. "alpha",
  59. "alphabetical",
  60. "bash",
  61. "brace",
  62. "expand",
  63. "expansion",
  64. "filepath",
  65. "fill",
  66. "fs",
  67. "glob",
  68. "globbing",
  69. "letter",
  70. "match",
  71. "matches",
  72. "matching",
  73. "number",
  74. "numerical",
  75. "path",
  76. "range",
  77. "ranges",
  78. "sh"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "braces",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jonschlinkert/braces.git"
  86. },
  87. "scripts": {
  88. "test": "mocha"
  89. },
  90. "verb": {
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "reflinks": [
  95. "verb"
  96. ],
  97. "toc": false,
  98. "layout": "default",
  99. "lint": {
  100. "reflinks": true
  101. },
  102. "tasks": [
  103. "readme"
  104. ],
  105. "related": {
  106. "list": [
  107. "micromatch",
  108. "expand-range",
  109. "fill-range"
  110. ]
  111. }
  112. },
  113. "version": "1.8.5"
  114. }