424e9813e09189daaf241eba647eae22edd1f234b8b9cc20cf89b4bac9b247460f245a5b30170d874cbb583136b2356cf1d1ba3678bed7f316ffe553884826 915 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "is-extglob",
  3. "description": "Returns true if a string has an extglob.",
  4. "version": "1.0.0",
  5. "homepage": "https://github.com/jonschlinkert/is-extglob",
  6. "author": {
  7. "name": "Jon Schlinkert",
  8. "url": "https://github.com/jonschlinkert"
  9. },
  10. "repository": "jonschlinkert/is-extglob",
  11. "bugs": {
  12. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  13. },
  14. "license": "MIT",
  15. "files": [
  16. "index.js"
  17. ],
  18. "main": "index.js",
  19. "engines": {
  20. "node": ">=0.10.0"
  21. },
  22. "scripts": {
  23. "test": "mocha",
  24. "prepublish": "browserify -o browser.js -e index.js"
  25. },
  26. "devDependencies": {
  27. "mocha": "*",
  28. "should": "*"
  29. },
  30. "keywords": [
  31. "bash",
  32. "braces",
  33. "check",
  34. "exec",
  35. "extglob",
  36. "expression",
  37. "glob",
  38. "globbing",
  39. "globstar",
  40. "match",
  41. "matches",
  42. "pattern",
  43. "regex",
  44. "regular",
  45. "string",
  46. "test"
  47. ]
  48. }