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.

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "is-glob@^4.0.0",
  3. "_id": "is-glob@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
  6. "_location": "/is-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-glob@^4.0.0",
  12. "name": "is-glob",
  13. "escapedName": "is-glob",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/findup-sync"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
  23. "_shasum": "7567dbe9f2f5e2467bc77ab83c4a29482407a5dc",
  24. "_spec": "is-glob@^4.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\chokidar",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/micromatch/is-glob/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Brian Woodward",
  37. "url": "https://twitter.com/doowb"
  38. },
  39. {
  40. "name": "Daniel Perez",
  41. "url": "https://tuvistavie.com"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. }
  47. ],
  48. "dependencies": {
  49. "is-extglob": "^2.1.1"
  50. },
  51. "deprecated": false,
  52. "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 better user experience.",
  53. "devDependencies": {
  54. "gulp-format-md": "^0.1.10",
  55. "mocha": "^3.0.2"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/micromatch/is-glob",
  64. "keywords": [
  65. "bash",
  66. "braces",
  67. "check",
  68. "exec",
  69. "expression",
  70. "extglob",
  71. "glob",
  72. "globbing",
  73. "globstar",
  74. "is",
  75. "match",
  76. "matches",
  77. "pattern",
  78. "regex",
  79. "regular",
  80. "string",
  81. "test"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "is-glob",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/micromatch/is-glob.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "verb": {
  94. "layout": "default",
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "related": {
  99. "list": [
  100. "assemble",
  101. "base",
  102. "update",
  103. "verb"
  104. ]
  105. },
  106. "reflinks": [
  107. "assemble",
  108. "bach",
  109. "base",
  110. "composer",
  111. "gulp",
  112. "has-glob",
  113. "is-valid-glob",
  114. "micromatch",
  115. "npm",
  116. "scaffold",
  117. "verb",
  118. "vinyl"
  119. ]
  120. },
  121. "version": "4.0.1"
  122. }