package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "_args": [
  3. [
  4. "braces@^1.8.2",
  5. "D:\\work\\im\\node_modules\\micromatch"
  6. ]
  7. ],
  8. "_from": "braces@>=1.8.2 <2.0.0",
  9. "_id": "braces@1.8.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/braces",
  13. "_nodeVersion": "5.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/braces-1.8.5.tgz_1463843581552_0.5618140168953687"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "braces",
  26. "raw": "braces@^1.8.2",
  27. "rawSpec": "^1.8.2",
  28. "scope": null,
  29. "spec": ">=1.8.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/micromatch"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
  36. "_shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
  37. "_shrinkwrap": null,
  38. "_spec": "braces@^1.8.2",
  39. "_where": "D:\\work\\im\\node_modules\\micromatch",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/braces/issues"
  46. },
  47. "dependencies": {
  48. "expand-range": "^1.8.1",
  49. "preserve": "^0.2.0",
  50. "repeat-element": "^1.1.2"
  51. },
  52. "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
  53. "devDependencies": {
  54. "benchmarked": "^0.1.5",
  55. "brace-expansion": "^1.1.3",
  56. "chalk": "^1.1.3",
  57. "gulp-format-md": "^0.1.8",
  58. "minimatch": "^3.0.0",
  59. "minimist": "^1.2.0",
  60. "mocha": "^2.4.5",
  61. "should": "^8.3.1"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
  66. "tarball": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "24874614ebeda1c5405180f1f6c9f374bcf384ce",
  75. "homepage": "https://github.com/jonschlinkert/braces",
  76. "keywords": [
  77. "alpha",
  78. "alphabetical",
  79. "bash",
  80. "brace",
  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. "maintainers": [
  102. {
  103. "email": "github@sellside.com",
  104. "name": "jonschlinkert"
  105. },
  106. {
  107. "email": "elan.shanker+npm@gmail.com",
  108. "name": "es128"
  109. },
  110. {
  111. "email": "brian.woodward@gmail.com",
  112. "name": "doowb"
  113. }
  114. ],
  115. "name": "braces",
  116. "optionalDependencies": {},
  117. "readme": "ERROR: No README data found!",
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/jonschlinkert/braces.git"
  121. },
  122. "scripts": {
  123. "test": "mocha"
  124. },
  125. "verb": {
  126. "layout": "default",
  127. "lint": {
  128. "reflinks": true
  129. },
  130. "plugins": [
  131. "gulp-format-md"
  132. ],
  133. "reflinks": [
  134. "verb"
  135. ],
  136. "related": {
  137. "list": [
  138. "micromatch",
  139. "expand-range",
  140. "fill-range"
  141. ]
  142. },
  143. "tasks": [
  144. "readme"
  145. ],
  146. "toc": false
  147. },
  148. "version": "1.8.5"
  149. }