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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "is-extglob@^2.1.0",
  3. "_id": "is-extglob@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  6. "_location": "/is-extglob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extglob@^2.1.0",
  12. "name": "is-extglob",
  13. "escapedName": "is-extglob",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-parent/is-glob",
  20. "/is-glob",
  21. "/matchdep/is-glob"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  24. "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
  25. "_spec": "is-extglob@^2.1.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-parent\\node_modules\\is-glob",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Returns true if a string has an extglob.",
  37. "devDependencies": {
  38. "gulp-format-md": "^0.1.10",
  39. "mocha": "^3.0.2"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/jonschlinkert/is-extglob",
  48. "keywords": [
  49. "bash",
  50. "braces",
  51. "check",
  52. "exec",
  53. "expression",
  54. "extglob",
  55. "glob",
  56. "globbing",
  57. "globstar",
  58. "is",
  59. "match",
  60. "matches",
  61. "pattern",
  62. "regex",
  63. "regular",
  64. "string",
  65. "test"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "is-extglob",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "toc": false,
  79. "layout": "default",
  80. "tasks": [
  81. "readme"
  82. ],
  83. "plugins": [
  84. "gulp-format-md"
  85. ],
  86. "related": {
  87. "list": [
  88. "has-glob",
  89. "is-glob",
  90. "micromatch"
  91. ]
  92. },
  93. "reflinks": [
  94. "verb",
  95. "verb-generate-readme"
  96. ],
  97. "lint": {
  98. "reflinks": true
  99. }
  100. },
  101. "version": "2.1.1"
  102. }