package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-glob@^2.0.1",
  6. "scope": null,
  7. "escapedName": "is-glob",
  8. "name": "is-glob",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/findup-sync"
  14. ]
  15. ],
  16. "_from": "is-glob@>=2.0.1 <3.0.0",
  17. "_id": "is-glob@2.0.1",
  18. "_inCache": true,
  19. "_location": "/is-glob",
  20. "_nodeVersion": "0.12.4",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "2.10.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "is-glob@^2.0.1",
  29. "scope": null,
  30. "escapedName": "is-glob",
  31. "name": "is-glob",
  32. "rawSpec": "^2.0.1",
  33. "spec": ">=2.0.1 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/chokidar",
  38. "/findup-sync",
  39. "/glob-base",
  40. "/glob-parent",
  41. "/micromatch",
  42. "/parse-glob"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
  45. "_shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
  46. "_shrinkwrap": null,
  47. "_spec": "is-glob@^2.0.1",
  48. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/findup-sync",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/is-glob/issues"
  55. },
  56. "dependencies": {
  57. "is-extglob": "^1.0.0"
  58. },
  59. "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet",
  60. "devDependencies": {
  61. "mocha": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
  66. "tarball": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "d7db1b2dd559b3d5a73f89dbe72d9e9f4d6587d7",
  75. "homepage": "https://github.com/jonschlinkert/is-glob",
  76. "keywords": [
  77. "bash",
  78. "braces",
  79. "check",
  80. "exec",
  81. "extglob",
  82. "expression",
  83. "glob",
  84. "globbing",
  85. "globstar",
  86. "match",
  87. "matches",
  88. "pattern",
  89. "regex",
  90. "regular",
  91. "string",
  92. "test"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "maintainers": [
  97. {
  98. "name": "jonschlinkert",
  99. "email": "github@sellside.com"
  100. },
  101. {
  102. "name": "doowb",
  103. "email": "brian.woodward@gmail.com"
  104. }
  105. ],
  106. "name": "is-glob",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/jonschlinkert/is-glob.git"
  112. },
  113. "scripts": {
  114. "test": "mocha"
  115. },
  116. "verb": {
  117. "related": {
  118. "list": [
  119. "has-glob",
  120. "is-extglob",
  121. "is-posix-bracket",
  122. "is-valid-glob",
  123. "micromatch"
  124. ]
  125. }
  126. },
  127. "version": "2.0.1"
  128. }