Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.9 KiB

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