package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "expand-brackets@^0.1.4",
  6. "scope": null,
  7. "escapedName": "expand-brackets",
  8. "name": "expand-brackets",
  9. "rawSpec": "^0.1.4",
  10. "spec": ">=0.1.4 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "expand-brackets@>=0.1.4 <0.2.0",
  17. "_id": "expand-brackets@0.1.5",
  18. "_inCache": true,
  19. "_location": "/expand-brackets",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/expand-brackets-0.1.5.tgz_1459554506001_0.9547659594099969"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "expand-brackets@^0.1.4",
  33. "scope": null,
  34. "escapedName": "expand-brackets",
  35. "name": "expand-brackets",
  36. "rawSpec": "^0.1.4",
  37. "spec": ">=0.1.4 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/micromatch"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
  44. "_shasum": "df07284e342a807cd733ac5af72411e581d1177b",
  45. "_shrinkwrap": null,
  46. "_spec": "expand-brackets@^0.1.4",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/expand-brackets/issues"
  54. },
  55. "dependencies": {
  56. "is-posix-bracket": "^0.1.0"
  57. },
  58. "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
  59. "devDependencies": {
  60. "gulp-format-md": "^0.1.7",
  61. "mocha": "^2.2.5",
  62. "should": "^7.0.2"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "df07284e342a807cd733ac5af72411e581d1177b",
  67. "tarball": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "1b07fda8ee8b6426d95e6539785b74c57e9ee542",
  76. "homepage": "https://github.com/jonschlinkert/expand-brackets",
  77. "keywords": [
  78. "bracket",
  79. "character class",
  80. "expression",
  81. "posix"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "jonschlinkert",
  88. "email": "github@sellside.com"
  89. },
  90. {
  91. "name": "es128",
  92. "email": "elan.shanker+npm@gmail.com"
  93. },
  94. {
  95. "name": "doowb",
  96. "email": "brian.woodward@gmail.com"
  97. }
  98. ],
  99. "name": "expand-brackets",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "run": true,
  111. "toc": false,
  112. "layout": "default",
  113. "tasks": [
  114. "readme"
  115. ],
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "related": {
  120. "list": [
  121. "extglob",
  122. "is-extglob",
  123. "is-glob",
  124. "is-posix-bracket",
  125. "micromatch"
  126. ]
  127. },
  128. "reflinks": [
  129. "verb"
  130. ],
  131. "lint": {
  132. "reflinks": true
  133. }
  134. },
  135. "version": "0.1.5"
  136. }