package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "extglob@^0.3.1",
  6. "scope": null,
  7. "escapedName": "extglob",
  8. "name": "extglob",
  9. "rawSpec": "^0.3.1",
  10. "spec": ">=0.3.1 <0.4.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "extglob@>=0.3.1 <0.4.0",
  17. "_id": "extglob@0.3.2",
  18. "_inCache": true,
  19. "_location": "/extglob",
  20. "_nodeVersion": "5.3.0",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "3.3.12",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "extglob@^0.3.1",
  29. "scope": null,
  30. "escapedName": "extglob",
  31. "name": "extglob",
  32. "rawSpec": "^0.3.1",
  33. "spec": ">=0.3.1 <0.4.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/micromatch"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
  40. "_shasum": "2e18ff3d2f49ab2765cec9023f011daa8d8349a1",
  41. "_shrinkwrap": null,
  42. "_spec": "extglob@^0.3.1",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/extglob/issues"
  50. },
  51. "dependencies": {
  52. "is-extglob": "^1.0.0"
  53. },
  54. "description": "Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.",
  55. "devDependencies": {
  56. "ansi-green": "^0.1.1",
  57. "micromatch": "^2.1.6",
  58. "minimatch": "^2.0.1",
  59. "minimist": "^1.1.0",
  60. "mocha": "*",
  61. "should": "*",
  62. "success-symbol": "^0.1.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "2e18ff3d2f49ab2765cec9023f011daa8d8349a1",
  67. "tarball": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "8c3f38bbd9e0afaf31a87e411c0d15532434ef41",
  76. "homepage": "https://github.com/jonschlinkert/extglob",
  77. "keywords": [
  78. "bash",
  79. "extended",
  80. "extglob",
  81. "glob",
  82. "ksh",
  83. "match",
  84. "wildcard"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. }
  93. ],
  94. "name": "extglob",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/jonschlinkert/extglob.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "verb": {
  105. "related": {
  106. "list": [
  107. "micromatch",
  108. "expand-brackets",
  109. "braces",
  110. "fill-range",
  111. "expand-range"
  112. ]
  113. }
  114. },
  115. "version": "0.3.2"
  116. }