You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

194 lines
4.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "braces@^2.3.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/chokidar"
  6. ]
  7. ],
  8. "_from": "braces@>=2.3.2 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "braces@2.3.2",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/braces",
  14. "_nodeVersion": "9.9.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/braces_2.3.2_1523197311772_0.8796414074016354"
  18. },
  19. "_npmUser": {
  20. "email": "github@sellside.com",
  21. "name": "jonschlinkert"
  22. },
  23. "_npmVersion": "5.8.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "braces",
  27. "raw": "braces@^2.3.2",
  28. "rawSpec": "^2.3.2",
  29. "scope": null,
  30. "spec": ">=2.3.2 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/chokidar",
  35. "/micromatch"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  38. "_shasum": "5979fd3f14cd531565e5fa2df1abfff1dfaee729",
  39. "_shrinkwrap": null,
  40. "_spec": "braces@^2.3.2",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/chokidar",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/micromatch/braces/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Brian Woodward",
  52. "url": "https://twitter.com/doowb"
  53. },
  54. {
  55. "name": "Elan Shanker",
  56. "url": "https://github.com/es128"
  57. },
  58. {
  59. "name": "Eugene Sharygin",
  60. "url": "https://github.com/eush77"
  61. },
  62. {
  63. "name": "hemanth.hm",
  64. "url": "http://h3manth.com"
  65. },
  66. {
  67. "name": "Jon Schlinkert",
  68. "url": "http://twitter.com/jonschlinkert"
  69. }
  70. ],
  71. "dependencies": {
  72. "arr-flatten": "^1.1.0",
  73. "array-unique": "^0.3.2",
  74. "extend-shallow": "^2.0.1",
  75. "fill-range": "^4.0.0",
  76. "isobject": "^3.0.1",
  77. "repeat-element": "^1.1.2",
  78. "snapdragon": "^0.8.1",
  79. "snapdragon-node": "^2.0.1",
  80. "split-string": "^3.0.2",
  81. "to-regex": "^3.0.1"
  82. },
  83. "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.",
  84. "devDependencies": {
  85. "ansi-cyan": "^0.1.1",
  86. "benchmarked": "^2.0.0",
  87. "brace-expansion": "^1.1.8",
  88. "cross-spawn": "^5.1.0",
  89. "gulp": "^3.9.1",
  90. "gulp-eslint": "^4.0.0",
  91. "gulp-format-md": "^1.0.0",
  92. "gulp-istanbul": "^1.1.2",
  93. "gulp-mocha": "^3.0.1",
  94. "gulp-unused": "^0.2.1",
  95. "is-windows": "^1.0.1",
  96. "minimatch": "^3.0.4",
  97. "mocha": "^3.2.0",
  98. "noncharacters": "^1.1.0",
  99. "text-table": "^0.2.0",
  100. "time-diff": "^0.3.1",
  101. "yargs-parser": "^8.0.0"
  102. },
  103. "directories": {},
  104. "dist": {
  105. "fileCount": 8,
  106. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  107. "shasum": "5979fd3f14cd531565e5fa2df1abfff1dfaee729",
  108. "tarball": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  109. "unpackedSize": 59699
  110. },
  111. "engines": {
  112. "node": ">=0.10.0"
  113. },
  114. "files": [
  115. "index.js",
  116. "lib"
  117. ],
  118. "gitHead": "8a3edbb31955881ae87ba540b9f86eb390e5c4bd",
  119. "homepage": "https://github.com/micromatch/braces",
  120. "keywords": [
  121. "alpha",
  122. "alphabetical",
  123. "bash",
  124. "brace",
  125. "braces",
  126. "expand",
  127. "expansion",
  128. "filepath",
  129. "fill",
  130. "fs",
  131. "glob",
  132. "globbing",
  133. "letter",
  134. "match",
  135. "matches",
  136. "matching",
  137. "number",
  138. "numerical",
  139. "path",
  140. "range",
  141. "ranges",
  142. "sh"
  143. ],
  144. "license": "MIT",
  145. "main": "index.js",
  146. "maintainers": [
  147. {
  148. "name": "doowb",
  149. "email": "brian.woodward@gmail.com"
  150. },
  151. {
  152. "name": "es128",
  153. "email": "elan.shanker+npm@gmail.com"
  154. },
  155. {
  156. "name": "jonschlinkert",
  157. "email": "github@sellside.com"
  158. }
  159. ],
  160. "name": "braces",
  161. "optionalDependencies": {},
  162. "readme": "ERROR: No README data found!",
  163. "repository": {
  164. "type": "git",
  165. "url": "git+https://github.com/micromatch/braces.git"
  166. },
  167. "scripts": {
  168. "benchmark": "node benchmark",
  169. "test": "mocha"
  170. },
  171. "verb": {
  172. "layout": "default",
  173. "lint": {
  174. "reflinks": true
  175. },
  176. "plugins": [
  177. "gulp-format-md"
  178. ],
  179. "related": {
  180. "list": [
  181. "expand-brackets",
  182. "extglob",
  183. "fill-range",
  184. "micromatch",
  185. "nanomatch"
  186. ]
  187. },
  188. "tasks": [
  189. "readme"
  190. ],
  191. "toc": false
  192. },
  193. "version": "2.3.2"
  194. }