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

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