package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "__npminstall_done": "Mon May 18 2020 19:19:06 GMT+0800 (CST)",
  49. "_from": "is-extglob@1.0.0",
  50. "_resolved": "https://registry.npm.taobao.org/is-extglob/download/is-extglob-1.0.0.tgz"
  51. }