package.json 2.3 KB

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