package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "is-extglob",
  3. "description": "Returns true if a string has an extglob.",
  4. "version": "2.1.1",
  5. "homepage": "https://github.com/jonschlinkert/is-extglob",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/is-extglob",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "devDependencies": {
  23. "gulp-format-md": "^0.1.10",
  24. "mocha": "^3.0.2"
  25. },
  26. "keywords": [
  27. "bash",
  28. "braces",
  29. "check",
  30. "exec",
  31. "expression",
  32. "extglob",
  33. "glob",
  34. "globbing",
  35. "globstar",
  36. "is",
  37. "match",
  38. "matches",
  39. "pattern",
  40. "regex",
  41. "regular",
  42. "string",
  43. "test"
  44. ],
  45. "verb": {
  46. "toc": false,
  47. "layout": "default",
  48. "tasks": [
  49. "readme"
  50. ],
  51. "plugins": [
  52. "gulp-format-md"
  53. ],
  54. "related": {
  55. "list": [
  56. "has-glob",
  57. "is-glob",
  58. "micromatch"
  59. ]
  60. },
  61. "reflinks": [
  62. "verb",
  63. "verb-generate-readme"
  64. ],
  65. "lint": {
  66. "reflinks": true
  67. }
  68. }
  69. }